:root {
    --accent: #a855f7;
    --accent-hover: #9333ea;
    --bg-card: #1c1838;
    --bg-hover: #252040;
    --bg-primary: #0c0a14;
    --bg-secondary: #141228;
    --border: #302a50;
    --green: #34d399;
    --green-bg: rgba(52,211,153,0.12);
    --orange: #fb923c;
    --red: #f472b6;
    --red-bg: rgba(244,114,182,0.12);
    --text-display: #f0ecff;
    --text-muted: #6b6090;
    --text-primary: #e0dcf0;
    --text-secondary: #9a8ec7;
    --yellow: #fbbf24;
    --yellow-bg: rgba(251,191,36,0.12);
}