:root {
    --bg-main: #0a0f1d;
    --bg-panel: #131c31;
    --bg-card: #1a2642;
    --bg-modal: #131c31;
    --bg-input: #0f1626;
    --text-light: #e0f2fe;
    --text-muted: #7dd3fc;
    --primary: #0ea5e9;
    --secondary: #d946ef;
    --border-main: #0284c7;
    --success: #10b981;
    --danger: #ef4444;
    --warning: #f59e0b;
}