            .live-seo-content h2 {
                font-size: 2rem;
                font-weight: 900;
                color: #1e293b;
                margin-top: 0;
                margin-bottom: 1.25rem;
                letter-spacing: -0.02em;
}
    #game-code:focus, #player-name:focus {
        border-color: #4f46e5 !important;
        outline: none;
        box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.15);
    }
    #submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(79, 70, 229, 0.3);
    }
    #submit-btn:active {
        transform: translateY(0);
    }
    #host-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(124, 58, 237, 0.4) !important;
        background: #8b5cf6 !important;
    }
    #host-btn:active {
        transform: translateY(0);
    }
    .live-config-panel {
        background: rgba(244, 242, 254, 0.72);
        border: 1px solid #eee7ff;
        border-radius: 32px;
        padding: 2.5rem 2.25rem;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
    }
    .live-mode-tabs,
    .live-count-tabs {
        box-shadow: 0 10px 22px rgba(124, 58, 237, 0.08);
    }
    .mode-tab,
    .qcount-pill {
        min-width: 120px;
    }
    .theme-pill,
    .flag-pill,
    .truefalse-pill,
    .blurry-pill {
        box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.06);
    }
    .score-info-card {
        display: flex;
        gap: 1.1rem;
        align-items: flex-start;
        background: #fbf8ff;
        border-radius: 20px;
        padding: 1.6rem;
        min-height: 145px;
    }
    .score-info-card h3 {
        margin: 0 0 0.4rem 0;
        font-size: 0.95rem;
        font-weight: 900;
        color: #1e293b;
    }
    .score-info-card p {
        margin: 0;
        color: #4b5563;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 500;
    }
    .score-info-icon {
        width: 54px;
        height: 54px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 1.35rem;
        font-weight: 900;
    }
    .score-info-purple {
        background: #ede0ff;
        color: #6d28d9;
    }
    .score-info-blue {
        background: #e0f2fe;
        color: #0e7490;
    }
    .score-info-gold {
        background: #fef3c7;
        color: #854d0e;
    }
    .score-info-red {
        background: #fff1f2;
        color: #dc2626;
    }

    @media (max-width: 768px) {
        .live-landing-container {
            padding: 2rem 0.75rem !important;
        }
        .live-landing-hero {
            margin-bottom: 0.25rem !important;
            padding-top: 0.75rem !important;
        }
        h1 {
            font-size: 2.5rem !important;
        }
        .live-card {
            padding: 2.5rem 1.5rem !important;
        }
        .host-card {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        .host-card div[style*="grid-template-columns: 1fr 1fr"] {
            grid-template-columns: 1fr !important;
            gap: 1.2rem !important;
        }
        .rules-grid {
            grid-template-columns: 1fr !important;
            gap: 1.5rem !important;
        }
        .live-config-panel,
        .scoring-panel {
            padding: 2rem 1.25rem !important;
            border-radius: 24px !important;
        }
        .live-mode-tabs,
        .live-count-tabs {
            width: 100%;
        }
        .mode-tab,
        .qcount-pill {
            min-width: 0;
            padding-left: 0.8rem !important;
            padding-right: 0.8rem !important;
        }
        .score-info-card {
            min-height: auto;
        }
    }
            .live-seo-content p {
                margin-top: 0;
                margin-bottom: 1.5rem;
            }
            .live-seo-content p:last-child {
                margin-bottom: 0;
            }
        
