/**
 * BossTheme skin presets (T-030C).
 *
 * Each skin defines the full color-token set scoped to its body class.
 * default_dark intentionally has NO block here — it falls through to the
 * :root baseline in frontend.css. Custom color pickers (css-vars.php) are
 * scoped to the active skin body class and override individual tokens.
 * No image assets required — pure CSS tokens.
 */

body.bosstheme-skin-casino-dark-gold {
    --bosstheme-bg: #0a0a0a;
    --bosstheme-surface: #141414;
    --bosstheme-card: #1c1a14;
    --bosstheme-card-2: #262316;
    --bosstheme-border: #3a3320;
    --bosstheme-accent: #ffd24d;
    --bosstheme-accent-2: #c8920a;
    --bosstheme-gold: var(--bosstheme-accent);
    --bosstheme-text: #fdf6e3;
    --bosstheme-muted: #b9ad8f;
    --bosstheme-success: #22c55e;
    --bosstheme-danger: #ef4444;
    --bosstheme-shadow: rgba(0, 0, 0, 0.6);
}

body.bosstheme-skin-ocean-blue {
    --bosstheme-bg: #04121f;
    --bosstheme-surface: #082236;
    --bosstheme-card: #0d2f4c;
    --bosstheme-card-2: #123c61;
    --bosstheme-border: #1b4d73;
    --bosstheme-accent: #38bdf8;
    --bosstheme-accent-2: #0ea5e9;
    --bosstheme-gold: var(--bosstheme-accent);
    --bosstheme-text: #f0f9ff;
    --bosstheme-muted: #9fb8cc;
    --bosstheme-success: #22c55e;
    --bosstheme-danger: #ef4444;
    --bosstheme-shadow: rgba(0, 0, 0, 0.45);
}
body.bosstheme-skin-emerald-green {
    --bosstheme-bg: #04140d;
    --bosstheme-surface: #082417;
    --bosstheme-card: #0c3320;
    --bosstheme-card-2: #11422a;
    --bosstheme-border: #1c5638;
    --bosstheme-accent: #34d399;
    --bosstheme-accent-2: #10b981;
    --bosstheme-gold: var(--bosstheme-accent);
    --bosstheme-text: #ecfdf5;
    --bosstheme-muted: #9cc2b0;
    --bosstheme-success: #22c55e;
    --bosstheme-danger: #ef4444;
    --bosstheme-shadow: rgba(0, 0, 0, 0.45);
}

body.bosstheme-skin-purple-neon {
    --bosstheme-bg: #0c0518;
    --bosstheme-surface: #160a2b;
    --bosstheme-card: #1f1140;
    --bosstheme-card-2: #2a1854;
    --bosstheme-border: #3c2470;
    --bosstheme-accent: #c084fc;
    --bosstheme-accent-2: #a855f7;
    --bosstheme-gold: var(--bosstheme-accent);
    --bosstheme-text: #faf5ff;
    --bosstheme-muted: #b9a8d6;
    --bosstheme-success: #22c55e;
    --bosstheme-danger: #ef4444;
    --bosstheme-shadow: rgba(0, 0, 0, 0.55);
}

body.bosstheme-skin-red-black {
    --bosstheme-bg: #0a0405;
    --bosstheme-surface: #170a0c;
    --bosstheme-card: #220e11;
    --bosstheme-card-2: #2e1418;
    --bosstheme-border: #4a2025;
    --bosstheme-accent: #f87171;
    --bosstheme-accent-2: #dc2626;
    --bosstheme-gold: var(--bosstheme-accent);
    --bosstheme-text: #fef2f2;
    --bosstheme-muted: #cba6a8;
    --bosstheme-success: #22c55e;
    --bosstheme-danger: #ef4444;
    --bosstheme-shadow: rgba(0, 0, 0, 0.6);
}
