*{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#f5f2ec;--surface:#ffffff;--surface2:#f0ede6;
  --text:#1a1714;--muted:#7a7570;
  --accent:#2d5a3d;--accent2:#c8773a;--accent3:#3a4f7a;
  --border:rgba(26,23,20,0.1);--sidebar-w:210px;
  --radius:10px;
}
html,body{height:100%;font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text)}
#app{display:flex;min-height:100vh}
@keyframes spin{to{transform:rotate(360deg)}}
