*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh}:root{--c-bg: #080A0F;--c-surface: #0F1219;--c-card: #161B26;--c-card-hover: #1C2233;--c-border: #1E2535;--c-border-hi: #2A3350;--c-text: #DDE4F0;--c-text-mid: #8896B0;--c-muted: #3D4A63;--c-accent: #4F7EF7;--c-accent-dim: #152040;--c-accent-hi: #7AA3FF;--c-green: #2ECC8F;--c-green-dim: #0B2418;--c-yellow: #F5C842;--c-yellow-dim: #2B2208;--c-orange: #F0873A;--c-orange-dim: #2B1608;--c-red: #EF5858;--c-red-dim: #2B0F0F;--c-purple: #9D6EF5;--c-purple-dim: #1C1030;--c-teal: #26C6B0;--c-teal-dim: #0A2320}body{font-family:JetBrains Mono,Fira Code,Courier New,monospace;background:var(--c-bg);color:var(--c-text);font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .2s ease,color .2s ease}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--c-surface)}::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--c-border-hi)}::selection{background:color-mix(in srgb,var(--c-accent) 27%,transparent);color:var(--c-text)}a{color:var(--c-accent);text-decoration:none}a:hover{color:var(--c-accent-hi)}input,button,textarea,select{font-family:inherit;font-size:inherit;color:inherit;outline:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
