        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --neon-pink: #ff2d95;
            --neon-blue: #00f3ff;
            --neon-yellow: #ffe600;
            --neon-green: #39ff14;
            --dark-bg: #0a0a1a;
            --slot-bg: #1a1a2e;
            --reel-bg: #0f0f23;
            --machine-bg: linear-gradient(180deg, #2a1a3e 0%, #1a1a2e 50%, #0f0a1e 100%);
            --machine-border: rgba(255, 45, 149, 0.3);
            --machine-shadow: 0 0 40px rgba(255, 45, 149, 0.2), 0 0 80px rgba(0, 243, 255, 0.1);
            --btn-bg: linear-gradient(135deg, var(--neon-pink), #ff6b35);
            --btn-shadow: 0 5px 30px rgba(255, 45, 149, 0.4);
            --text-color: white;
            --text-muted: rgba(255, 255, 255, 0.7);
            --heading-font: system-ui, -apple-system, 'Segoe UI', sans-serif;
            --body-font: system-ui, -apple-system, 'Segoe UI', sans-serif;
            --title-gradient: linear-gradient(135deg, var(--neon-pink), var(--neon-blue));
            --history-border: var(--neon-pink);
            --reel-text: white;
            --win-color: var(--neon-green);
        }

        /* THEME: MILLENNIALS (Avocado & Rosé) */
        [data-theme="millennials"] {
            --neon-pink: #e8a0bf;
            --neon-blue: #7ec8a0;
            --neon-yellow: #f0d060;
            --neon-green: #7ec8a0;
            --dark-bg: #1a1412;
            --slot-bg: #2a2218;
            --reel-bg: #141010;
            --machine-bg: linear-gradient(180deg, #3a2a20 0%, #2a2218 50%, #1a1412 100%);
            --machine-border: rgba(232, 160, 191, 0.4);
            --machine-shadow: 0 0 40px rgba(232, 160, 191, 0.2), 0 0 80px rgba(126, 200, 160, 0.1);
            --btn-bg: linear-gradient(135deg, #e8a0bf, #7ec8a0);
            --btn-shadow: 0 5px 30px rgba(232, 160, 191, 0.4);
            --text-color: #f5e6d3;
            --text-muted: rgba(245, 230, 211, 0.7);
            --heading-font: 'Georgia', serif;
            --body-font: system-ui, -apple-system, sans-serif;
            --title-gradient: linear-gradient(135deg, #e8a0bf, #7ec8a0);
            --history-border: #e8a0bf;
            --reel-text: #e8a0bf;
            --win-color: #7ec8a0;
        }

        /* THEME: 40+ (Corporate Midlife) */
        [data-theme="fortyplus"] {
            --neon-pink: #4a90d9;
            --neon-blue: #6bb3e0;
            --neon-yellow: #d4a84b;
            --neon-green: #5da85d;
            --dark-bg: #0f1520;
            --slot-bg: #1a2535;
            --reel-bg: #0a1018;
            --machine-bg: linear-gradient(180deg, #243548 0%, #1a2535 50%, #0f1520 100%);
            --machine-border: rgba(74, 144, 217, 0.4);
            --machine-shadow: 0 0 30px rgba(74, 144, 217, 0.2), 0 0 60px rgba(107, 179, 224, 0.08);
            --btn-bg: linear-gradient(135deg, #2c5f8a, #4a90d9);
            --btn-shadow: 0 5px 25px rgba(74, 144, 217, 0.35);
            --text-color: #dce8f0;
            --text-muted: rgba(220, 232, 240, 0.65);
            --heading-font: 'Arial', 'Helvetica Neue', sans-serif;
            --body-font: 'Arial', 'Helvetica Neue', sans-serif;
            --title-gradient: linear-gradient(135deg, #4a90d9, #d4a84b);
            --history-border: #4a90d9;
            --reel-text: #6bb3e0;
            --win-color: #5da85d;
        }

        /* THEME: BOOMERS (Schrebergarten & Stammtisch) */
        [data-theme="boomers"] {
            --neon-pink: #8b4513;
            --neon-blue: #daa520;
            --neon-yellow: #daa520;
            --neon-green: #556b2f;
            --dark-bg: #1a1408;
            --slot-bg: #2a2010;
            --reel-bg: #100c04;
            --machine-bg: linear-gradient(180deg, #3a2a14 0%, #2a2010 50%, #1a1408 100%);
            --machine-border: rgba(139, 69, 19, 0.5);
            --machine-shadow: 0 0 30px rgba(139, 69, 19, 0.25), 0 0 60px rgba(218, 165, 32, 0.1);
            --btn-bg: linear-gradient(135deg, #6b3410, #8b4513);
            --btn-shadow: 0 5px 25px rgba(139, 69, 19, 0.45);
            --text-color: #e8dcc8;
            --text-muted: rgba(232, 220, 200, 0.65);
            --heading-font: 'Times New Roman', Times, serif;
            --body-font: 'Times New Roman', Times, serif;
            --title-gradient: linear-gradient(135deg, #8b4513, #daa520);
            --history-border: #8b4513;
            --reel-text: #daa520;
            --win-color: #556b2f;
        }

        /* THEME: IT CONSULTANT (Terminal & PowerPoint) */
        [data-theme="itconsultant"] {
            --neon-pink: #00ff41;
            --neon-blue: #0078d4;
            --neon-yellow: #ffb900;
            --neon-green: #00ff41;
            --dark-bg: #0c0c0c;
            --slot-bg: #1a1a1a;
            --reel-bg: #000000;
            --machine-bg: linear-gradient(180deg, #1e1e1e 0%, #1a1a1a 50%, #0c0c0c 100%);
            --machine-border: rgba(0, 255, 65, 0.4);
            --machine-shadow: 0 0 40px rgba(0, 255, 65, 0.15), 0 0 80px rgba(0, 120, 212, 0.08);
            --btn-bg: linear-gradient(135deg, #004d00, #00ff41);
            --btn-shadow: 0 5px 30px rgba(0, 255, 65, 0.35);
            --text-color: #00ff41;
            --text-muted: rgba(0, 255, 65, 0.6);
            --heading-font: 'Courier New', 'Consolas', monospace;
            --body-font: 'Courier New', 'Consolas', monospace;
            --title-gradient: linear-gradient(135deg, #00ff41, #0078d4, #ffb900);
            --history-border: #00ff41;
            --reel-text: #00ff41;
            --win-color: #ffb900;
        }

        /* THEME SWITCHER */
        .theme-switcher {
            position: fixed;
            top: 1rem;
            right: 1rem;
            z-index: 1000;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 6px;
            padding: 10px;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(10px);
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .theme-btn {
            padding: 6px 14px;
            border-radius: 20px;
            border: 2px solid rgba(255, 255, 255, 0.2);
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 0.75rem;
            font-weight: 600;
            font-family: system-ui, -apple-system, sans-serif;
            color: white;
            white-space: nowrap;
        }

        .theme-btn:hover {
            transform: scale(1.05);
            border-color: white;
        }

        .theme-btn.active {
            border-color: white;
            box-shadow: 0 0 12px currentColor;
            transform: scale(1.05);
        }

        .theme-btn[data-set="genz"]        { background: linear-gradient(135deg, #ff2d95, #00f3ff); }
        .theme-btn[data-set="millennials"]  { background: linear-gradient(135deg, #e8a0bf, #7ec8a0); color: #1a1412; }
        .theme-btn[data-set="fortyplus"]    { background: linear-gradient(135deg, #4a90d9, #d4a84b); }
        .theme-btn[data-set="boomers"]      { background: linear-gradient(135deg, #8b4513, #daa520); }
        .theme-btn[data-set="itconsultant"] { background: linear-gradient(135deg, #0c0c0c, #00ff41); text-shadow: 0 0 6px #00ff41; }

        body {
            font-family: var(--body-font);
            background: var(--dark-bg);
            color: var(--text-color);
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            overflow-x: hidden;
            position: relative;
            transition: background 0.5s ease, color 0.5s ease;
        }

        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(ellipse at 20% 50%, rgba(255, 45, 149, 0.08) 0%, transparent 50%),
                radial-gradient(ellipse at 80% 50%, rgba(0, 243, 255, 0.08) 0%, transparent 50%),
                radial-gradient(ellipse at 50% 100%, rgba(57, 255, 20, 0.05) 0%, transparent 40%);
            pointer-events: none;
            z-index: 0;
        }

        .container {
            position: relative;
            z-index: 1;
            text-align: center;
            padding: 2rem;
            max-width: 900px;
            width: 100%;
        }

        .teaser {
            margin-bottom: 2rem;
            animation: fadeInDown 1s ease;
        }

        .teaser h1 {
            font-family: var(--heading-font);
            font-size: clamp(1.8rem, 5vw, 3rem);
            text-transform: uppercase;
            background: var(--title-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            margin-bottom: 0.5rem;
            letter-spacing: 2px;
        }

        .teaser p {
            font-size: clamp(0.9rem, 2.5vw, 1.1rem);
            color: var(--text-muted);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
            font-family: var(--body-font);
        }

        .teaser .subtitle {
            font-size: 0.85rem;
            color: var(--neon-yellow);
            margin-top: 0.5rem;
            font-style: italic;
        }

        .audience-badge {
            display: inline-block;
            padding: 4px 16px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid var(--neon-pink);
            color: var(--neon-pink) !important;
            margin: 0.5rem auto;
            animation: badgePulse 2s ease-in-out infinite;
        }

        @keyframes badgePulse {
            0%, 100% { box-shadow: 0 0 4px rgba(255, 45, 149, 0.3); }
            50% { box-shadow: 0 0 12px rgba(255, 45, 149, 0.6); }
        }

        /* SLOT MACHINE */
        .machine {
            background: var(--machine-bg);
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 
                var(--machine-shadow),
                inset 0 2px 0 rgba(255, 255, 255, 0.1),
                inset 0 -2px 0 rgba(0, 0, 0, 0.5);
            border: 2px solid var(--machine-border);
            position: relative;
            overflow: hidden;
            transition: all 0.5s ease;
        }

        .machine::before {
            content: '✨ AUSREDEN/g-O-MAT 3000 ✨';
            display: block;
            font-family: var(--heading-font);
            font-size: clamp(0.5rem, 2vw, 0.8rem);
            color: var(--neon-yellow);
            text-shadow: 0 0 10px var(--neon-yellow);
            margin-bottom: 1.5rem;
            animation: flicker 3s infinite alternate;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .reels-container {
            display: flex;
            gap: 8px;
            justify-content: center;
            margin: 1.5rem 0;
            perspective: 1000px;
        }

        .reel-wrapper {
            position: relative;
            width: clamp(100px, 25vw, 200px);
            height: 120px;
            overflow: hidden;
            background: var(--reel-bg);
            border-radius: 10px;
            border: 2px solid rgba(255, 255, 255, 0.1);
            box-shadow: 
                inset 0 0 30px rgba(0, 0, 0, 0.8),
                0 0 15px rgba(0, 243, 255, 0.2);
        }

        .reel-wrapper::before,
        .reel-wrapper::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            height: 30px;
            z-index: 2;
            pointer-events: none;
        }

        .reel-wrapper::before {
            top: 0;
            background: linear-gradient(to bottom, var(--reel-bg), transparent);
        }

        .reel-wrapper::after {
            bottom: 0;
            background: linear-gradient(to top, var(--reel-bg), transparent);
        }

        .reel {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            transition: none;
        }

        .reel-item {
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            font-size: clamp(0.7rem, 2vw, 1rem);
            font-weight: 700;
            text-align: center;
            color: var(--reel-text);
            line-height: 1.3;
            font-family: var(--body-font);
            overflow-wrap: break-word;
            word-break: break-word;
            hyphens: auto;
        }

        .reel-label {
            font-size: 0.65rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: rgba(255, 255, 255, 0.4);
            margin-top: 0.5rem;
            font-family: var(--body-font);
        }

        /* RESULT DISPLAY */
        .result {
            min-height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 1.5rem 0;
            padding: 1rem;
            background: rgba(0, 0, 0, 0.4);
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

        .result-text {
            font-size: clamp(1rem, 3vw, 1.5rem);
            font-weight: 900;
            opacity: 0;
            transform: scale(0.8);
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            line-height: 1.4;
        }

        .result-text.visible {
            opacity: 1;
            transform: scale(1);
        }

        .result-text .highlight {
            color: var(--neon-pink);
            text-shadow: 0 0 20px rgba(255, 45, 149, 0.5);
        }

        /* PULL LEVER BUTTON */
        .lever-container {
            margin-top: 1.5rem;
        }

        .pull-btn {
            position: relative;
            font-family: var(--heading-font);
            font-size: clamp(1rem, 3vw, 1.4rem);
            padding: 1rem 3rem;
            border: none;
            border-radius: 50px;
            background: var(--btn-bg);
            color: white;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 2px;
            box-shadow: 
                var(--btn-shadow),
                0 2px 10px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            overflow: hidden;
        }

        .pull-btn:hover:not(:disabled) {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 
                0 8px 40px rgba(255, 45, 149, 0.6),
                0 4px 15px rgba(0, 0, 0, 0.4);
        }

        .pull-btn:active:not(:disabled) {
            transform: translateY(1px) scale(0.98);
        }

        .pull-btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
            animation: shake 0.5s ease infinite;
        }

        .pull-btn::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transform: rotate(45deg);
            animation: shimmer 3s infinite;
        }

        /* PARTICLES */
        .particles {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 100;
        }

        .particle {
            position: absolute;
            font-size: 1.5rem;
            animation: particleFall 3s ease forwards;
            opacity: 0;
        }

        /* WIN GLOW */
        .machine.winning {
            animation: winPulse 0.5s ease 3;
            border-color: var(--win-color);
            box-shadow: 
                0 0 60px rgba(57, 255, 20, 0.4),
                0 0 120px rgba(57, 255, 20, 0.2),
                inset 0 2px 0 rgba(255, 255, 255, 0.1);
        }

        /* ANIMATIONS */
        @keyframes fadeInDown {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes flicker {
            0%, 95% { opacity: 1; }
            96% { opacity: 0.4; }
            97% { opacity: 1; }
            98% { opacity: 0.7; }
            100% { opacity: 1; }
        }

        @keyframes shimmer {
            0% { transform: translateX(-100%) rotate(45deg); }
            100% { transform: translateX(100%) rotate(45deg); }
        }

        @keyframes shake {
            0%, 100% { transform: translateX(0); }
            25% { transform: translateX(-2px) rotate(-1deg); }
            75% { transform: translateX(2px) rotate(1deg); }
        }

        @keyframes winPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.02); }
        }

        @keyframes particleFall {
            0% { 
                opacity: 1; 
                transform: translateY(0) rotate(0deg) scale(1);
            }
            100% { 
                opacity: 0; 
                transform: translateY(100vh) rotate(720deg) scale(0.3);
            }
        }

        @keyframes spinBlur {
            0% { filter: blur(0px); }
            50% { filter: blur(2px); }
            100% { filter: blur(0px); }
        }

        /* DISCLAIMER */
        .disclaimer {
            margin-top: 2rem;
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.65);
            text-align: center;
            font-style: italic;
        }

        /* COUNTER */
        .counter {
            margin-top: 1.5rem;
            font-size: 0.75rem;
            color: rgba(255, 255, 255, 0.3);
        }

        .counter span {
            color: var(--neon-blue);
            font-weight: bold;
        }

        /* HISTORY */
        .history {
            margin-top: 2rem;
            text-align: left;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .history h3 {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: rgba(255, 255, 255, 0.4);
            margin-bottom: 0.75rem;
        }

        .history-item {
            padding: 0.6rem 1rem;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 8px;
            margin-bottom: 0.4rem;
            font-size: 0.85rem;
            color: var(--text-muted);
            border-left: 3px solid var(--history-border);
            animation: fadeInDown 0.3s ease;
            font-family: var(--body-font);
        }

        /* Mobile */
        @media (max-width: 600px) {
            /* Pull theme switcher into document flow so it never overlaps the title */
            .theme-switcher {
                position: relative;
                top: auto;
                right: auto;
                margin: 0.75rem auto 0;
                align-self: center;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
            }

            .theme-btn {
                font-size: 0.65rem;
                padding: 5px 10px;
            }

            .container { padding: 0.5rem 1rem 1rem; }
            .machine { padding: 1.5rem 1rem; }
            .reels-container { gap: 6px; }
            .reel-col { flex: 1; min-width: 0; }
            .reel-wrapper { width: 100%; height: 100px; }
            .reel-item { height: 100px; font-size: 0.7rem; }
        }
