:root{--bg:#f7f5f0;--card:#fff;--primary:#5b7c4f;--primaryL:#7a9e6b;--primaryD:#3a5134;--accent:#c8a96e;--accentL:#f5ecd7;--text:#2c2416;--muted:#7a7062;--border:#e8e2d8;--danger:#b5453a;--warn:#c48b3f;--success:#5b7c4f;--surface:#f0ece3;--blue:#4a7fa5;--sidebar:#2c2416;--f:"DM Sans","Helvetica Neue",sans-serif;--d:"Playfair Display",Georgia,serif;--m:"JetBrains Mono",monospace;--s-1:4px;--s-2:8px;--s-3:16px;--s-4:24px;--s-5:32px;--s-6:48px;--s-7:64px;--s-8:96px;--r-sm:6px;--r-md:10px;--r-lg:16px;--r-xl:24px;--sh-sm:0 1px 3px rgba(44,36,22,.06);--sh-md:0 4px 12px rgba(44,36,22,.08);--sh-lg:0 12px 36px rgba(44,36,22,.12)}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:var(--f);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4{font-family:var(--d);font-weight:700;letter-spacing:-.02em;line-height:1.1}code,pre{font-family:var(--m)}::selection{background:var(--accent);color:var(--text)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}