*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#0c0c0e;--bg-card:#18181f;--bg-panel:#111115;--accent:#ff6b2b;--accent-2:#ffd166;--gradient:linear-gradient(135deg,#ff6b2b,#ffd166);--text:#f5f5f0;--text-muted:#9090a0;--border:#242430;--border-accent:rgba(255,107,43,.35);--glow:rgba(255,107,43,.15);--success:#34d399;--danger:#f87171;--radius:14px}body,html{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,sans-serif;min-height:100vh}h1,h2,h3,h4{font-weight:800;line-height:1.15}a{color:inherit;text-decoration:none}button{cursor:pointer}