/* TOKENS · RESET */
*{box-sizing:border-box}
:root{
  --bg:#FBF9F7; --surface:#fff; --surface2:#F6F2EE; --ink:#1A1614; --sub:#6B625B; --dim:#78706A;
  --line:#EDE7E1; --line2:#DED6CE; --accent:#FF6B1A; --accent-ink:#fff; --accent-soft:#FFF1E6; --accent-ink2:#B24405;
  --ok:#127A52; --ok-soft:#E6F4EE; --bad:#C4362A; --bad-soft:#FCEBE8; --warn:#8A5A00; --warn-soft:#FFF3D6;
  --r:14px; --r-lg:18px; --r-sm:9px; --tap:42px;
  --f:"Be Vietnam Pro",system-ui,-apple-system,"Segoe UI",sans-serif;
  --fh:Sora,"Be Vietnam Pro",system-ui,sans-serif;
  --fm:"JetBrains Mono",ui-monospace,SFMono-Regular,Consolas,monospace;
}
html[data-theme="dark"]{
  --bg:#141110; --surface:#1D1917; --surface2:#241F1C; --ink:#F8F4F0; --sub:#ABA29B; --dim:#9A918A;
  --line:#2B2522; --line2:#3B3431; --accent:#FF7A2E; --accent-ink:#1A1210; --accent-soft:#2C1C11; --accent-ink2:#FFB07A;
  --ok:#54C79A; --ok-soft:#132A22; --bad:#F08476; --bad-soft:#2E1815; --warn:#E8B85C; --warn-soft:#2C2210;
}
html{-webkit-text-size-adjust:100%}
html{scrollbar-gutter:stable}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--f);font-size:15px;line-height:1.55;
  -webkit-font-smoothing:antialiased;text-wrap:pretty}
h1,h2,h3,h4{font-family:var(--fh);font-weight:700;letter-spacing:-.015em;margin:0;line-height:1.22}
a{color:var(--accent-ink2);text-decoration:none}
a:hover{color:var(--accent)}
button{font-family:inherit;font-size:inherit;color:inherit;cursor:pointer}
svg{display:block;flex:none}
.mono{font-family:var(--fm)}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
[hidden]{display:none !important}
