@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f8f9fc;--surface:#fff;--alt:#f0f2f7;--border:#e2e6ef;--teal:#0099a8;--teal-soft:#e0f5f7;--teal-dim:#0099a81f;--coral:#e8452a;--coral-soft:#fdecea;--coral-dim:#e8452a1f;--amber:#b87000;--amber-soft:#fef3e0;--green:#1a7a3e;--green-soft:#e6f4ec;--purple:#6b3fcc;--purple-soft:#f0ebfa;--text:#0f1117;--dim:#4a5268;--muted:#9aa0b4;--font:"Inter", sans-serif;--font-display:"Space Grotesk", sans-serif;--font-mono:"JetBrains Mono", monospace}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}:focus-visible{outline:2px solid var(--teal);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
