:root{--color-bg:#000;--color-background:#000;--color-surface:#0d0d0d;--color-surface-2:#141414;--color-surface-raised:#1a1a1a;--color-border:#2a2a2a;--color-gold:#fff;--color-gold-light:#e0e0e0;--color-gold-muted:#888;--color-text-primary:#fff;--color-text-secondary:#909090;--color-text-muted:#4a4a4a;--color-text-inverse:#000;--color-success:#1a6640;--color-success-light:#22c55e;--color-error:#991515;--color-error-light:#ef4444;--color-warning:#b87a10;--color-info:#3b82f6;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px #000c;--shadow-md:0 4px 16px #000000e6;--shadow-lg:0 8px 32px #000;--shadow-gold:0 0 0 2px var(--color-gold);--transition-fast:.12s ease;--transition-normal:.2s ease;--transition-slow:.35s ease;--sidebar-width:240px;--sidebar-collapsed:64px}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-sans);font-size:var(--text-base);line-height:1.6}a{color:var(--color-text-primary);text-decoration:none}a:hover{color:var(--color-text-secondary)}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}::selection{background:var(--color-text-primary);color:var(--color-bg)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
