:root{--color-bg-base: #06101E;--color-bg-subtle: #0C1829;--color-bg-surface: #112035;--color-bg-raised: #162845;--color-border-subtle: rgba(255,255,255,.05);--color-border-default: rgba(255,255,255,.09);--color-border-strong: rgba(255,255,255,.16);--color-border-focus: #2D6EFB;--color-accent: #2D6EFB;--color-accent-hover: #5C8FFF;--color-accent-muted: rgba(45,110,251,.12);--color-premium: #F0A500;--color-premium-text: #FCD34D;--color-premium-muted: rgba(240,165,0,.12);--color-risk: #E63757;--color-risk-muted: rgba(230,55,87,.12);--color-safe: #0EAD69;--color-safe-muted: rgba(14,173,105,.12);--color-warning: #F59E0B;--color-info: #29B6EC;--color-text-primary: #E8EFF6;--color-text-secondary: #C8D5E3;--color-text-muted: #94A3B8;--color-text-disabled: #3D5A80;--color-text-accent: #5C8FFF;--color-text-premium: #FCD34D;--font-display: "Space Grotesk", "Inter", sans-serif;--font-body: "Inter", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--shadow-sm: 0 1px 2px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.06);--shadow-lg: 0 8px 24px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08);--shadow-accent: 0 8px 32px rgba(45,110,251,.2), 0 0 0 1px rgba(45,110,251,.15);--shadow-premium: 0 8px 32px rgba(240,165,0,.15), 0 0 0 1px rgba(240,165,0,.2);--shadow-focus: 0 0 0 3px rgba(45,110,251,.35);--shadow-inner: inset 0 1px 0 rgba(255,255,255,.08);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-full: 9999px;--transition-fast: .1s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--transition-spring: .4s cubic-bezier(.34,1.56,.64,1);--navbar-height: 64px;--sidebar-width: 256px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background-color:var(--color-bg-base);color:var(--color-text-primary);font-family:var(--font-body);font-size:1rem;line-height:1.5;min-height:100vh}h1,h2,h3{font-family:var(--font-display);line-height:1.1;letter-spacing:-.025em}h4,h5,h6{font-family:var(--font-body);font-weight:600}a{color:var(--color-text-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-hover)}code,pre,.mono{font-family:var(--font-mono)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg-base)}::-webkit-scrollbar-thumb{background:var(--color-border-default);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-border-strong)}::selection{background:var(--color-accent-muted);color:var(--color-text-primary)}:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-md)}
