:root{--color-bg: #0B0F1A;--color-primary: #0EA5C9;--color-accent: #C8922A;--color-surface: #131929;--color-surface-2: #1E2433;--color-text: #E2E8F0;--color-text-muted: #64748B;--color-border: rgba(255,255,255,.08);--font-sans: "Inter", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);min-height:100vh;overflow:auto}#root{height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:6px}::-webkit-scrollbar-thumb{background:#ffffff59;border-radius:6px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#fff9;background-clip:padding-box}*{scrollbar-width:auto;scrollbar-color:rgba(255,255,255,.35) rgba(255,255,255,.05)}
