        * {
            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: ARZTPRAXIS (70er Schreibtisch-Vibes) */
        [data-theme="retro"] {
            --neon-pink: #d45a0a;
            --neon-blue: #7a8c1a;
            --neon-yellow: #c89830;
            --neon-green: #7a8c1a;
            --dark-bg: #1a0e05;
            --slot-bg: #2a1808;
            --reel-bg: #120900;
            --machine-bg: linear-gradient(180deg, #3a2010 0%, #2a1808 50%, #1a0e05 100%);
            --machine-border: rgba(212, 90, 10, 0.45);
            --machine-shadow: 0 0 30px rgba(212, 90, 10, 0.2), 0 0 60px rgba(122, 140, 26, 0.1);
            --btn-bg: linear-gradient(135deg, #7a3000, #d45a0a);
            --btn-shadow: 0 5px 25px rgba(212, 90, 10, 0.4);
            --text-color: #d4b896;
            --text-muted: rgba(212, 184, 150, 0.6);
            --heading-font: Georgia, 'Times New Roman', serif;
            --body-font: Georgia, serif;
            --title-gradient: linear-gradient(135deg, #d45a0a, #c89830, #7a8c1a);
            --history-border: #d45a0a;
            --reel-text: #c89830;
            --win-color: #7a8c1a;
        }

        /* THEME: INVESTMENTBANK */
        [data-theme="vegas"] {
            --neon-pink: #ffd700;
            --neon-blue: #ff6b35;
            --neon-yellow: #ffd700;
            --neon-green: #00ff88;
            --dark-bg: #1a0a00;
            --slot-bg: #2d1810;
            --reel-bg: #0a0500;
            --machine-bg: linear-gradient(180deg, #4a2c17 0%, #2d1810 50%, #1a0a00 100%);
            --machine-border: #ffd700;
            --machine-shadow: 0 0 40px rgba(255, 215, 0, 0.3), 0 0 80px rgba(255, 107, 53, 0.2);
            --btn-bg: linear-gradient(135deg, #ffd700, #ff8c00);
            --btn-shadow: 0 5px 30px rgba(255, 215, 0, 0.4);
            --text-color: #fff8e1;
            --text-muted: rgba(255, 248, 225, 0.7);
            --heading-font: Georgia, 'Times New Roman', serif;
            --body-font: system-ui, -apple-system, sans-serif;
            --title-gradient: linear-gradient(135deg, #ffd700, #ff6b35);
            --history-border: #ffd700;
            --reel-text: #ffd700;
            --win-color: #00ff88;
        }

        /* THEME: STARTUP (Silicon Valley Hölle) */
        [data-theme="startup"] {
            --neon-pink: #39ff14;
            --neon-blue: #00bfff;
            --neon-yellow: #b5ff3f;
            --neon-green: #00ff41;
            --dark-bg: #0d1117;
            --slot-bg: #161b22;
            --reel-bg: #0a0e14;
            --machine-bg: linear-gradient(180deg, #1a2332 0%, #161b22 50%, #0d1117 100%);
            --machine-border: rgba(57, 255, 20, 0.35);
            --machine-shadow: 0 0 40px rgba(57, 255, 20, 0.15), 0 0 80px rgba(0, 191, 255, 0.08);
            --btn-bg: linear-gradient(135deg, #1a3a1a, #39ff14);
            --btn-shadow: 0 5px 30px rgba(57, 255, 20, 0.4);
            --text-color: #c9d1d9;
            --text-muted: rgba(201, 209, 217, 0.6);
            --heading-font: 'Menlo', 'Consolas', 'Courier New', monospace;
            --body-font: 'Menlo', 'Consolas', monospace;
            --title-gradient: linear-gradient(135deg, #39ff14, #00bfff);
            --history-border: #39ff14;
            --reel-text: #39ff14;
            --win-color: #00bfff;
        }

        /* THEME: CONSULTING (McKinsey-Modus) */
        [data-theme="consulting"] {
            --neon-pink: #d4a017;
            --neon-blue: #b87333;
            --neon-yellow: #f0d060;
            --neon-green: #4d9e6a;
            --dark-bg: #07101f;
            --slot-bg: #0d1a30;
            --reel-bg: #05090f;
            --machine-bg: linear-gradient(180deg, #152040 0%, #0d1a30 50%, #07101f 100%);
            --machine-border: rgba(212, 160, 23, 0.45);
            --machine-shadow: 0 0 40px rgba(212, 160, 23, 0.18), 0 0 80px rgba(184, 115, 51, 0.1);
            --btn-bg: linear-gradient(135deg, #7a5500, #d4a017);
            --btn-shadow: 0 5px 30px rgba(212, 160, 23, 0.35);
            --text-color: #f0ead8;
            --text-muted: rgba(240, 234, 216, 0.65);
            --heading-font: Georgia, 'Times New Roman', serif;
            --body-font: Georgia, 'Times New Roman', serif;
            --title-gradient: linear-gradient(135deg, #8a6200, #d4a017, #f0d060);
            --history-border: #d4a017;
            --reel-text: #f0d060;
            --win-color: #4d9e6a;
        }

        /* THEME: BEHÖRDE (Amt & Formular A27b) */
        [data-theme="behoerde"] {
            --neon-pink: #5a7da8;
            --neon-blue: #7ea3c8;
            --neon-yellow: #cfc0a0;
            --neon-green: #6e9e7a;
            --dark-bg: #1a1a1c;
            --slot-bg: #242428;
            --reel-bg: #141416;
            --machine-bg: linear-gradient(180deg, #2c2c32 0%, #242428 50%, #1a1a1c 100%);
            --machine-border: rgba(90, 125, 168, 0.35);
            --machine-shadow: 0 0 20px rgba(90, 125, 168, 0.12);
            --btn-bg: linear-gradient(135deg, #2c4a72, #5a7da8);
            --btn-shadow: 0 4px 20px rgba(90, 125, 168, 0.25);
            --text-color: #c8c4ba;
            --text-muted: rgba(200, 196, 186, 0.55);
            --heading-font: 'Times New Roman', Times, serif;
            --body-font: 'Times New Roman', Times, serif;
            --title-gradient: linear-gradient(135deg, #5a7da8, #cfc0a0);
            --history-border: #5a7da8;
            --reel-text: #cfc0a0;
            --win-color: #6e9e7a;
        }

        /* THEME: BAUSTELLE (Safety First) */
        [data-theme="baustelle"] {
            --neon-pink: #ff6500;
            --neon-blue: #ffe000;
            --neon-yellow: #ffe000;
            --neon-green: #ffe000;
            --dark-bg: #111111;
            --slot-bg: #1c1c1c;
            --reel-bg: #0a0a0a;
            --machine-bg: linear-gradient(180deg, #2a1e00 0%, #1c1c1c 40%, #111111 100%);
            --machine-border: rgba(255, 101, 0, 0.55);
            --machine-shadow: 0 0 40px rgba(255, 101, 0, 0.25), 0 0 80px rgba(255, 224, 0, 0.1);
            --btn-bg: linear-gradient(135deg, #cc4400, #ff6500);
            --btn-shadow: 0 5px 30px rgba(255, 101, 0, 0.5);
            --text-color: #f0f0f0;
            --text-muted: rgba(240, 240, 240, 0.6);
            --heading-font: 'Arial Black', Impact, Arial, sans-serif;
            --body-font: system-ui, -apple-system, sans-serif;
            --title-gradient: linear-gradient(135deg, #ff6500, #ffe000);
            --history-border: #ff6500;
            --reel-text: #ffe000;
            --win-color: #ff6500;
        }

        /* THEME SWITCHER */
        .theme-switcher {
            position: fixed;
            top: 1rem;
            right: 1rem;
            z-index: 1000;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            max-width: 280px;
            gap: 6px;
            padding: 8px 12px;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(10px);
            border-radius: 30px;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .theme-btn {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.2);
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

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

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

        .theme-btn[data-set="neon"]       { background: linear-gradient(135deg, #ff2d95, #00f3ff); }
        .theme-btn[data-set="retro"]      { background: linear-gradient(135deg, #d45a0a, #7a8c1a); }
        .theme-btn[data-set="vegas"]      { background: linear-gradient(135deg, #ffd700, #ff6b35); }
        .theme-btn[data-set="startup"]    { background: linear-gradient(135deg, #0d1117, #39ff14); }
        .theme-btn[data-set="consulting"] { background: linear-gradient(135deg, #07101f, #d4a017); }
        .theme-btn[data-set="behoerde"]   { background: linear-gradient(135deg, #242428, #5a7da8); }
        .theme-btn[data-set="baustelle"]  { background: linear-gradient(135deg, #ff6500, #ffe000); }

        .theme-btn::after {
            content: attr(title);
            position: absolute;
            bottom: -22px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 0.55rem;
            color: rgba(255, 255, 255, 0.6);
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.2s;
            font-family: system-ui, -apple-system, sans-serif;
        }

        .theme-btn:hover::after {
            opacity: 1;
        }

        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;
        }

        /* 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;
            }

            .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; }
        }
