/* CSS Custom Properties */
:root {
    --bg-dark: #0b0f19;
    --panel: #111827;
    --border: rgba(255, 255, 255, 0.08);
    --primary: #3b82f6;
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --purple: #8b5cf6;
    --gold: #fbbf24;
    --text-main: #f8fafc;
    --text-muted: #64748b;
}
