:root{--brand-purple:#6366f1;--brand-violet:#8b5cf6;--brand-pink:#a855f7;--surface-dark:#0f0a1a;--surface-card:#1a1425;--surface-card-hover:#241b33;--text-bright:#f8fafc;--text-muted:#94a3b8;--border-subtle:rgba(99,102,241,0.2)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--surface-dark);color:var(--text-bright);min-height:100vh;overflow-x:hidden}