/* ============================================
   DREAMBET CRM - ADVANCED THEME SYSTEM
   ============================================
   
   Available Themes:
   - dreambet (Default - Cyan/Silver Glass)
   - silverstorm (Metallic Silver Storm)
   - midnight_silver (Luxury Silver)
   - deep_ocean (Deep Blue Ocean)
   - arctic_night (Arctic Cold)
   - neon_circuit (Electric Neon)
   - prism (Multi-color Prism)
   - ember (Fire Red/Orange)
   - emerald_mist (Green Mist)
   - violet_fog (Purple Fog)
   - solar_flare (Golden Sun)
   - graphite (Modern Dark Gray)
============================================ */

/* ============================================
   DEFAULT THEME: DREAMBET (Cyan/Silver Glass)
============================================ */
[data-theme="dreambet"], :root {
    --bg-primary: #0A0D12;
    --bg-secondary: #111419;
    --bg-tertiary: #181C23;
    --accent-primary: #00E5FF;
    --accent-secondary: #A8B2D1;
    --accent-tertiary: #C0C8E0;
    --success: #00FF88;
    --danger: #FF3366;
    --warning: #FFAA00;
    --text-primary: #FFFFFF;
    --text-secondary: #A8B2D1;
    --glass-bg: rgba(168, 178, 209, 0.05);
    --glass-border: rgba(0, 229, 255, 0.25);
    --glass-hover: rgba(168, 178, 209, 0.12);
    --gradient-primary: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
    --gradient-bg: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    --glow-color: rgba(0, 229, 255, 0.35);
    --font-family: 'Rubik', sans-serif;
}

/* ============================================
   SILVER STORM (Metallic Silver)
============================================ */
[data-theme="silverstorm"] {
    --bg-primary: #0C0E11;
    --bg-secondary: #14171C;
    --bg-tertiary: #1C2027;
    --accent-primary: #B8C5D6;
    --accent-secondary: #8A9BAD;
    --accent-tertiary: #D4DBE8;
    --success: #00E676;
    --danger: #FF1744;
    --warning: #FFC400;
    --text-primary: #E8EFF7;
    --text-secondary: #B8C5D6;
    --glass-bg: rgba(184, 197, 214, 0.05);
    --glass-border: rgba(184, 197, 214, 0.3);
    --glass-hover: rgba(184, 197, 214, 0.12);
    --gradient-primary: linear-gradient(135deg, #B8C5D6, #8A9BAD);
    --gradient-bg: linear-gradient(135deg, #0C0E11 0%, #1C2027 100%);
    --glow-color: rgba(184, 197, 214, 0.4);
}

/* ============================================
   MIDNIGHT SILVER (Luxury Dark Silver)
============================================ */
[data-theme="midnight_silver"] {
    --bg-primary: #0B0B0F;
    --bg-secondary: #111115;
    --bg-tertiary: #18181D;
    --accent-primary: #C9CDD8;
    --accent-secondary: #8B8F9A;
    --accent-tertiary: #E5E7EC;
    --success: #4CAF50;
    --danger: #DC143C;
    --warning: #C9A227;
    --text-primary: #F0F2F5;
    --text-secondary: #9EA3AE;
    --glass-bg: rgba(201, 205, 216, 0.04);
    --glass-border: rgba(201, 205, 216, 0.25);
    --glass-hover: rgba(201, 205, 216, 0.08);
    --gradient-primary: linear-gradient(135deg, #C9CDD8, #8B8F9A);
    --gradient-bg: linear-gradient(135deg, #0B0B0F 0%, #18181D 100%);
    --glow-color: rgba(201, 205, 216, 0.3);
}

/* ============================================
   DEEP OCEAN (Deep Blue)
============================================ */
[data-theme="deep_ocean"] {
    --bg-primary: #030A15;
    --bg-secondary: #0A1525;
    --bg-tertiary: #112035;
    --accent-primary: #00BFFF;
    --accent-secondary: #1E90FF;
    --accent-tertiary: #87CEEB;
    --success: #00CED1;
    --danger: #FF4757;
    --warning: #FFA502;
    --text-primary: #E0F4FF;
    --text-secondary: #87CEEB;
    --glass-bg: rgba(0, 191, 255, 0.05);
    --glass-border: rgba(0, 191, 255, 0.3);
    --glass-hover: rgba(0, 191, 255, 0.12);
    --gradient-primary: linear-gradient(135deg, #00BFFF, #1E90FF);
    --gradient-bg: linear-gradient(180deg, #030A15 0%, #0A1525 50%, #112035 100%);
    --glow-color: rgba(0, 191, 255, 0.4);
}

/* ============================================
   ARCTIC NIGHT (Cold Arctic)
============================================ */
[data-theme="arctic_night"] {
    --bg-primary: #08121C;
    --bg-secondary: #0F1D2C;
    --bg-tertiary: #16283C;
    --accent-primary: #4DD0E1;
    --accent-secondary: #80DEEA;
    --accent-tertiary: #B2EBF2;
    --success: #26A69A;
    --danger: #EF5350;
    --warning: #FFA726;
    --text-primary: #E1F5FE;
    --text-secondary: #80DEEA;
    --glass-bg: rgba(77, 208, 225, 0.05);
    --glass-border: rgba(77, 208, 225, 0.3);
    --glass-hover: rgba(77, 208, 225, 0.1);
    --gradient-primary: linear-gradient(135deg, #4DD0E1, #80DEEA);
    --gradient-bg: linear-gradient(135deg, #08121C 0%, #16283C 100%);
    --glow-color: rgba(77, 208, 225, 0.35);
}

/* ============================================
   NEON CIRCUIT (Electric Neon)
============================================ */
[data-theme="neon_circuit"] {
    --bg-primary: #0D0D0F;
    --bg-secondary: #1A1A1E;
    --bg-tertiary: #252528;
    --accent-primary: #00FFFF;
    --accent-secondary: #FF00FF;
    --accent-tertiary: #FFFF00;
    --success: #00FF00;
    --danger: #FF0055;
    --warning: #FFB800;
    --text-primary: #00FFFF;
    --text-secondary: #B0E0E6;
    --glass-bg: rgba(0, 255, 255, 0.04);
    --glass-border: rgba(0, 255, 255, 0.35);
    --glass-hover: rgba(0, 255, 255, 0.1);
    --gradient-primary: linear-gradient(135deg, #00FFFF, #FF00FF);
    --gradient-bg: linear-gradient(135deg, #0D0D0F 0%, #252528 100%);
    --glow-color: rgba(0, 255, 255, 0.5);
}

/* ============================================
   PRISM (Multi-color Rainbow)
============================================ */
[data-theme="prism"] {
    --bg-primary: #0F0F12;
    --bg-secondary: #1A1A1F;
    --bg-tertiary: #25252C;
    --accent-primary: #FF6B9D;
    --accent-secondary: #C44569;
    --accent-tertiary: #FFA07A;
    --success: #00D2A0;
    --danger: #FF6B6B;
    --warning: #FFB347;
    --text-primary: #FFFFFF;
    --text-secondary: #C8A8D8;
    --glass-bg: rgba(255, 107, 157, 0.05);
    --glass-border: rgba(255, 107, 157, 0.3);
    --glass-hover: rgba(255, 107, 157, 0.12);
    --gradient-primary: linear-gradient(135deg, #FF6B9D, #C44569, #FFA07A);
    --gradient-bg: linear-gradient(135deg, #0F0F12 0%, #25252C 100%);
    --glow-color: rgba(255, 107, 157, 0.4);
}

/* ============================================
   EMBER (Fire Red/Orange)
============================================ */
[data-theme="ember"] {
    --bg-primary: #1A0808;
    --bg-secondary: #2A1010;
    --bg-tertiary: #3A1818;
    --accent-primary: #FF4500;
    --accent-secondary: #FF6347;
    --accent-tertiary: #FF8C00;
    --success: #32CD32;
    --danger: #DC143C;
    --warning: #FF8C00;
    --text-primary: #FFDAB9;
    --text-secondary: #FFA07A;
    --glass-bg: rgba(255, 69, 0, 0.05);
    --glass-border: rgba(255, 69, 0, 0.35);
    --glass-hover: rgba(255, 69, 0, 0.12);
    --gradient-primary: linear-gradient(135deg, #FF4500, #FF6347);
    --gradient-bg: linear-gradient(135deg, #1A0808 0%, #3A1818 100%);
    --glow-color: rgba(255, 69, 0, 0.45);
}

/* ============================================
   EMERALD MIST (Green Mist)
============================================ */
[data-theme="emerald_mist"] {
    --bg-primary: #0A150D;
    --bg-secondary: #10201A;
    --bg-tertiary: #162B22;
    --accent-primary: #50C878;
    --accent-secondary: #3CB371;
    --accent-tertiary: #98D8C8;
    --success: #00FA9A;
    --danger: #F08080;
    --warning: #F4A460;
    --text-primary: #E0FFF0;
    --text-secondary: #98D8C8;
    --glass-bg: rgba(80, 200, 120, 0.05);
    --glass-border: rgba(80, 200, 120, 0.3);
    --glass-hover: rgba(80, 200, 120, 0.12);
    --gradient-primary: linear-gradient(135deg, #50C878, #3CB371);
    --gradient-bg: linear-gradient(135deg, #0A150D 0%, #162B22 100%);
    --glow-color: rgba(80, 200, 120, 0.4);
}

/* ============================================
   VIOLET FOG (Purple Mist)
============================================ */
[data-theme="violet_fog"] {
    --bg-primary: #120A18;
    --bg-secondary: #1F1028;
    --bg-tertiary: #2C1638;
    --accent-primary: #BA55D3;
    --accent-secondary: #9370DB;
    --accent-tertiary: #DDA0DD;
    --success: #7FFF00;
    --danger: #FF1493;
    --warning: #FFD700;
    --text-primary: #F0E6FF;
    --text-secondary: #DDA0DD;
    --glass-bg: rgba(186, 85, 211, 0.05);
    --glass-border: rgba(186, 85, 211, 0.35);
    --glass-hover: rgba(186, 85, 211, 0.12);
    --gradient-primary: linear-gradient(135deg, #BA55D3, #9370DB);
    --gradient-bg: linear-gradient(135deg, #120A18 0%, #2C1638 100%);
    --glow-color: rgba(186, 85, 211, 0.45);
}

/* ============================================
   SOLAR FLARE (Golden Sun)
============================================ */
[data-theme="solar_flare"] {
    --bg-primary: #1A1508;
    --bg-secondary: #2A2210;
    --bg-tertiary: #3A2F18;
    --accent-primary: #FFD700;
    --accent-secondary: #FFA500;
    --accent-tertiary: #FFEC8B;
    --success: #98FB98;
    --danger: #FF6347;
    --warning: #FF8C00;
    --text-primary: #FFFACD;
    --text-secondary: #F0E68C;
    --glass-bg: rgba(255, 215, 0, 0.05);
    --glass-border: rgba(255, 215, 0, 0.35);
    --glass-hover: rgba(255, 215, 0, 0.12);
    --gradient-primary: linear-gradient(135deg, #FFD700, #FFA500);
    --gradient-bg: linear-gradient(135deg, #1A1508 0%, #3A2F18 100%);
    --glow-color: rgba(255, 215, 0, 0.4);
}

/* ============================================
   GRAPHITE (Modern Dark Gray)
============================================ */
[data-theme="graphite"] {
    --bg-primary: #0E0E10;
    --bg-secondary: #18181C;
    --bg-tertiary: #222228;
    --accent-primary: #6B7280;
    --accent-secondary: #4B5563;
    --accent-tertiary: #9CA3AF;
    --success: #10B981;
    --danger: #EF4444;
    --warning: #F59E0B;
    --text-primary: #F9FAFB;
    --text-secondary: #9CA3AF;
    --glass-bg: rgba(107, 114, 128, 0.05);
    --glass-border: rgba(107, 114, 128, 0.3);
    --glass-hover: rgba(107, 114, 128, 0.1);
    --gradient-primary: linear-gradient(135deg, #6B7280, #4B5563);
    --gradient-bg: linear-gradient(135deg, #0E0E10 0%, #222228 100%);
    --glow-color: rgba(107, 114, 128, 0.35);
}

/* ============================================
   SMOOTH THEME TRANSITIONS
============================================ */
body,
.login-container,
.app-container,
.header,
.nav-tabs,
.nav-tab,
.glass-card,
.stat-card,
.modal-content,
.btn,
table,
th,
td,
input,
select,
textarea {
    transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
                color 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
                border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   THEME SELECTOR UI COMPONENTS
============================================ */
.theme-selector {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10000;
}

.theme-selector-btn {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 10px;
    padding: 8px 15px;
    color: var(--text-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.9rem;
    font-weight: 500;
}

.theme-selector-btn:hover {
    background: var(--glass-hover);
    border-color: var(--accent-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px var(--glow-color);
}

.theme-selector-btn i {
    color: var(--accent-primary);
    transition: transform 0.3s ease;
}

.theme-selector-btn:hover i:first-child {
    animation: paletteWiggle 0.5s ease;
}

@keyframes paletteWiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
}

.theme-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--bg-secondary);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 10px;
    min-width: 280px;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    margin-top: 5px;
    backdrop-filter: blur(20px);
}

.theme-dropdown.active {
    display: block;
    animation: dropdownSlide 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes dropdownSlide {
    from { opacity: 0; transform: translateY(-15px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.theme-dropdown-header {
    padding: 8px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--glass-border);
    margin-bottom: 8px;
}

.theme-dropdown-header:not(:first-child) {
    margin-top: 8px;
}

.theme-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
}

.theme-option:hover {
    background: var(--glass-hover);
    transform: translateX(5px);
}

.theme-option.active {
    background: var(--glass-bg);
    border-color: var(--accent-primary);
    box-shadow: 0 0 15px var(--glow-color);
}

.theme-info {
    flex: 1;
}

.theme-name {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-primary);
    margin-bottom: 2px;
}

.theme-desc {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

/* Custom scrollbar for theme dropdown */
.theme-dropdown::-webkit-scrollbar {
    width: 6px;
}

.theme-dropdown::-webkit-scrollbar-track {
    background: var(--bg-tertiary);
    border-radius: 10px;
}

.theme-dropdown::-webkit-scrollbar-thumb {
    background: var(--accent-primary);
    border-radius: 10px;
}

.theme-dropdown::-webkit-scrollbar-thumb:hover {
    background: var(--accent-secondary);
}

/* ============================================
   DREAMBET ANIMATED BACKGROUND
============================================ */
[data-theme="dreambet"] body {
    position: relative;
    overflow-x: hidden;
}

[data-theme="dreambet"] body::before {
    content: '';
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 25% 30%, rgba(0, 229, 255, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 75% 70%, rgba(168, 178, 209, 0.12) 0%, transparent 45%);
    animation: dreamHaze 20s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes dreamHaze {
    0%, 100% { 
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
    50% { 
        transform: rotate(180deg) scale(1.1);
        opacity: 0.8;
    }
}

/* ============================================
   SILVER STORM ANIMATED BACKGROUND
============================================ */
[data-theme="silverstorm"] body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, transparent 40%, rgba(184, 197, 214, 0.05) 50%, transparent 60%);
    animation: silverSweep 6s linear infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes silverSweep {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* ============================================
   DEEP OCEAN ANIMATED WAVES
============================================ */
[data-theme="deep_ocean"] body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 50%, rgba(0, 191, 255, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(30, 144, 255, 0.08) 0%, transparent 50%);
    animation: oceanWaves 15s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes oceanWaves {
    0%, 100% { 
        transform: translateY(0) scaleY(1);
    }
    50% { 
        transform: translateY(-20px) scaleY(1.05);
    }
}

/* ============================================
   NEON CIRCUIT ANIMATED GRID
============================================ */
[data-theme="neon_circuit"] body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 100px,
            rgba(0, 255, 255, 0.03) 100px,
            rgba(0, 255, 255, 0.03) 101px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 100px,
            rgba(255, 0, 255, 0.03) 100px,
            rgba(255, 0, 255, 0.03) 101px
        );
    animation: circuitPulse 8s linear infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes circuitPulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

/* ============================================
   EMBER FIRE EFFECT
============================================ */
[data-theme="ember"] body::before {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: 
        radial-gradient(ellipse at 50% 100%, rgba(255, 69, 0, 0.15) 0%, transparent 60%);
    animation: emberGlow 4s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes emberGlow {
    0%, 100% { 
        opacity: 0.6;
        transform: scaleY(1);
    }
    50% { 
        opacity: 1;
        transform: scaleY(1.1);
    }
}

/* ============================================
   PRISM RAINBOW SHIFT
============================================ */
[data-theme="prism"] body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, 
            rgba(255, 107, 157, 0.08) 0%,
            rgba(196, 69, 105, 0.06) 25%,
            rgba(255, 160, 122, 0.08) 50%,
            rgba(255, 107, 157, 0.06) 75%,
            rgba(255, 107, 157, 0.08) 100%);
    background-size: 400% 400%;
    animation: prismShift 20s ease infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes prismShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* ============================================
   THEME PREVIEW ANIMATIONS
============================================ */
.theme-preview {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.theme-option:hover .theme-preview {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Theme preview colors */
.theme-preview-dreambet { 
    background: linear-gradient(135deg, #00E5FF, #A8B2D1); 
    color: white;
    animation: dreamPreview 3s ease-in-out infinite;
}
.theme-preview-silverstorm { 
    background: linear-gradient(135deg, #B8C5D6, #8A9BAD); 
    color: white;
}
.theme-preview-midnight_silver { 
    background: linear-gradient(135deg, #C9CDD8, #8B8F9A); 
    color: white;
}
.theme-preview-deep_ocean { 
    background: linear-gradient(135deg, #00BFFF, #1E90FF); 
    color: white;
    animation: oceanPreview 4s ease-in-out infinite;
}
.theme-preview-arctic_night { 
    background: linear-gradient(135deg, #4DD0E1, #80DEEA); 
    color: white;
}
.theme-preview-neon_circuit { 
    background: linear-gradient(135deg, #00FFFF, #FF00FF); 
    color: white;
    animation: neonPreview 2s ease-in-out infinite;
}
.theme-preview-prism { 
    background: linear-gradient(135deg, #FF6B9D, #C44569, #FFA07A); 
    color: white;
    animation: prismPreview 5s ease infinite;
}
.theme-preview-ember { 
    background: linear-gradient(135deg, #FF4500, #FF6347); 
    color: white;
    animation: emberPreview 3s ease-in-out infinite;
}
.theme-preview-emerald_mist { 
    background: linear-gradient(135deg, #50C878, #3CB371); 
    color: white;
}
.theme-preview-violet_fog { 
    background: linear-gradient(135deg, #BA55D3, #9370DB); 
    color: white;
}
.theme-preview-solar_flare { 
    background: linear-gradient(135deg, #FFD700, #FFA500); 
    color: #1A1508;
    animation: solarPreview 3s ease-in-out infinite;
}
.theme-preview-graphite { 
    background: linear-gradient(135deg, #6B7280, #4B5563); 
    color: white;
}

@keyframes dreamPreview {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.2); }
}

@keyframes oceanPreview {
    0%, 100% { filter: brightness(1) saturate(1); }
    50% { filter: brightness(1.15) saturate(1.2); }
}

@keyframes neonPreview {
    0%, 100% { opacity: 1; filter: brightness(1); }
    50% { opacity: 0.8; filter: brightness(1.3); }
}

@keyframes prismPreview {
    0%, 100% { filter: hue-rotate(0deg); }
    50% { filter: hue-rotate(15deg); }
}

@keyframes emberPreview {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.25); }
}

@keyframes solarPreview {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.2); }
}

/* ============================================
   ACCESSIBILITY: REDUCE MOTION
============================================ */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.2s !important;
    }
    
    body::before,
    body::after {
        animation: none !important;
    }
    
    .theme-preview {
        animation: none !important;
    }
}

/* ============================================
   MOBILE RESPONSIVE OPTIMIZATIONS
============================================ */
@media (max-width: 768px) {
    /* Reduce animation intensity on mobile */
    body::before,
    body::after {
        animation-duration: 25s !important;
    }
    
    /* Simpler hover effects */
    .btn:hover,
    .glass-card:hover,
    .stat-card:hover {
        transform: translateY(-2px);
    }
    
    .theme-preview {
        width: 36px;
        height: 36px;
    }
}
