*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f7f8fa;--surface:#ffffff;--surface-2:#f1f3f6;--ink:#111827;--ink-2:#374151;--ink-3:#9ca3af;--line:#e5e7eb;--line-strong:#d1d5db;--accent:#2a6fdb;--accent-weak:#eff6ff;--red:#e11d48;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--mono:"SF Mono","Fira Code","Cascadia Code",Consolas,monospace}@media (prefers-color-scheme:dark){:root{--bg:#0f1117;--surface:#1c1f27;--surface-2:#252931;--ink:#f9fafb;--ink-2:#d1d5db;--ink-3:#6b7280;--line:#2d3139;--line-strong:#3f4552;--accent:#4d8eff;--accent-weak:#1e2f4d;--red:#fb4369}}body,html{height:100%;font-family:var(--sans);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--ink-3)}