:root{--font-sans:"Syne", system-ui, sans-serif;--font-mono:"DM Mono", ui-monospace, monospace;--bg:#0e0e10;--bg-surface:#16161a;--bg-card:#1c1c21;--bg-hover:#222228;--border:#2a2a32;--border-light:#38383f;--text:#c4c4cc;--text-muted:#6b6b78;--text-head:#f0f0f5;--accent:#f5c842;--accent-dim:#f5c84226;--accent-border:#f5c84266;--green:#4ade80;--green-dim:#4ade801f;--red:#f87171;--red-dim:#f871711f;--blue:#60a5fa;--blue-dim:#60a5fa1f;--orange:#fb923c;--orange-dim:#fb923c1f;--radius:6px;--radius-lg:10px;--shadow:0 4px 16px #00000080}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3,h4{font-family:var(--font-sans);color:var(--text-head);font-weight:700;line-height:1.2}code,kbd,.mono{font-family:var(--font-mono);font-size:.875em}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
