:root{--bg:#0c0a09;--bg-card:#1c1917;--bg-card-hover:#292524;--bg-input:#171412;--border:#3f3a36;--border-focus:#d97706;--text:#fafaf9;--text-muted:#a8a29e;--text-dim:#78716c;--accent:#f59e0b;--accent-dim:#b45309;--success:#22c55e;--error:#ef4444;--info:#60a5fa;--purple:#a78bfa;--coral:#fb923c;--teal:#2dd4bf;--radius:12px;--radius-sm:8px}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;background:var(--bg);color:var(--text);font-family:Inter,SF Pro,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}::selection{background:var(--accent-dim);color:var(--text)}button,input,textarea{font-family:inherit}