:root{--bg-base:#0a0a0a;--bg-card:#141414;--bg-card-hover:#1c1c1c;--bg-sidebar:#060606;--border-default:#222;--border-strong:#333;--border-gold-soft:#d4af3733;--gold:#d4af37;--gold-hover:#e6c14f;--gold-muted:#d4af3788;--gold-faint:#d4af3722;--text-primary:#fafafa;--text-secondary:silver;--text-muted:#888;--text-faint:#555;--danger:#ff6b6b;--success:#4ade80;--warning:#fbbf24;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--letter-spacing-brand:0.1em;--letter-spacing-loose:0.2em}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font-family);background:var(--bg-base);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--gold);text-decoration:none}a:hover{color:var(--gold-hover)}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}