/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8mt7d1g0fa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8mt7d1g0fa] {
    flex: 1;
}

.sidebar[b-8mt7d1g0fa] {
    background-color: rgba(0, 0, 0, 0.2);
    border-right: 1px solid var(--glass-border);
}

.top-row[b-8mt7d1g0fa] {
    background-color: rgba(26, 26, 46, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--glass-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-8mt7d1g0fa]  a, .top-row[b-8mt7d1g0fa]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: var(--text-secondary);
    font-weight: 500;
}

.top-row[b-8mt7d1g0fa]  a:hover, .top-row[b-8mt7d1g0fa]  .btn-link:hover {
    color: var(--text-primary);
}

.top-row[b-8mt7d1g0fa]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-8mt7d1g0fa] {
        justify-content: space-between;
    }

    .top-row[b-8mt7d1g0fa]  a, .top-row[b-8mt7d1g0fa]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8mt7d1g0fa] {
        flex-direction: row;
    }

    .sidebar[b-8mt7d1g0fa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8mt7d1g0fa] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row.auth[b-8mt7d1g0fa]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8mt7d1g0fa], article[b-8mt7d1g0fa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8mt7d1g0fa] {
    background: rgba(239, 68, 68, 0.1);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
    bottom: 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-8mt7d1g0fa] {
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    font-size: 1.2rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8wp49i08qt] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid var(--glass-border);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem var(--glass-bg);
    border-radius: 8px;
    transition: all var(--transition);
}

.navbar-toggler:checked[b-8wp49i08qt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8wp49i08qt] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid var(--glass-border);
}

.navbar-brand[b-8wp49i08qt] {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bi[b-8wp49i08qt] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    opacity: 0.7;
    transition: opacity var(--transition);
}

.bi-house-door-fill-nav-menu[b-8wp49i08qt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-8wp49i08qt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-8wp49i08qt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-fill-nav-menu[b-8wp49i08qt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-lock-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z'/%3E%3C/svg%3E");
}

.nav-item[b-8wp49i08qt] {
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
    font-weight: 500;
}

.nav-item:first-of-type[b-8wp49i08qt] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-8wp49i08qt] {
    padding-bottom: 1rem;
}

.nav-item[b-8wp49i08qt]  .nav-link {
    color: var(--text-secondary);
    background: none;
    border: none;
    border-radius: 8px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding: 0 1rem;
    transition: all var(--transition);
}

.nav-item[b-8wp49i08qt]  a.active {
    background-color: var(--glass-bg);
    color: var(--text-primary);
    box-shadow: inset 3px 0 0 var(--accent);
}

.nav-item[b-8wp49i08qt]  a.active .bi {
    opacity: 1;
}

.nav-item[b-8wp49i08qt]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--text-primary);
}

.nav-item[b-8wp49i08qt]  .nav-link:hover .bi {
    opacity: 1;
}

.nav-scrollable[b-8wp49i08qt] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-8wp49i08qt] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8wp49i08qt] {
        display: none;
    }

    .nav-scrollable[b-8wp49i08qt] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-j3oegsd0fa],
.components-reconnect-repeated-attempt-visible[b-j3oegsd0fa],
.components-reconnect-failed-visible[b-j3oegsd0fa],
.components-pause-visible[b-j3oegsd0fa],
.components-resume-failed-visible[b-j3oegsd0fa],
.components-rejoining-animation[b-j3oegsd0fa] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-j3oegsd0fa],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-j3oegsd0fa],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-j3oegsd0fa],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-j3oegsd0fa],
#components-reconnect-modal.components-reconnect-retrying[b-j3oegsd0fa],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-j3oegsd0fa],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-j3oegsd0fa],
#components-reconnect-modal.components-reconnect-failed[b-j3oegsd0fa],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-j3oegsd0fa] {
    display: block;
}


#components-reconnect-modal[b-j3oegsd0fa] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-j3oegsd0fa 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-j3oegsd0fa 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-j3oegsd0fa 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-j3oegsd0fa]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-j3oegsd0fa 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-j3oegsd0fa {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-j3oegsd0fa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-j3oegsd0fa {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-j3oegsd0fa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-j3oegsd0fa] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-j3oegsd0fa] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-j3oegsd0fa] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-j3oegsd0fa] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-j3oegsd0fa] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-j3oegsd0fa] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-j3oegsd0fa 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-j3oegsd0fa] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-j3oegsd0fa {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Game.razor.rz.scp.css */
/* ===== DESIGN TOKENS ===== */
:root[b-8h3sil7krm] {
    --game-bg: #0f0f1a;
    --game-surface: #1a1a2e;
    --game-surface-hover: #252544;
    --game-accent: #7c3aed;
    --game-accent-glow: rgba(124, 58, 237, 0.4);
    --game-accent-light: #a78bfa;
    --game-text: #e2e8f0;
    --game-text-muted: #94a3b8;
    --game-success: #10b981;
    --game-warning: #f59e0b;
    --game-danger: #ef4444;
    --game-gold: #fbbf24;
    --game-silver: #9ca3af;
    --game-bronze: #cd7f32;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --card-radius: 16px;
    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ===== LOADING ===== */
.game-loading[b-8h3sil7krm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    color: var(--game-text-muted);
    gap: 1rem;
}

.loading-spinner[b-8h3sil7krm] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--glass-border);
    border-top-color: var(--game-accent);
    border-radius: 50%;
    animation: spin-b-8h3sil7krm 0.8s linear infinite;
}

@keyframes spin-b-8h3sil7krm {
    to {
        transform: rotate(360deg);
    }
}

/* ===== ERROR TOAST ===== */
.error-toast[b-8h3sil7krm] {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    animation: slideDown-b-8h3sil7krm 0.3s ease-out;
    text-align: center;
}

.game-error[b-8h3sil7krm] {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

@keyframes slideDown-b-8h3sil7krm {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== LOBBY ENTRY ===== */
.lobby-entry[b-8h3sil7krm] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 1rem;
    min-height: 80vh;
}

.lobby-entry-card[b-8h3sil7krm] {
    background: var(--game-surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--card-radius);
    padding: 2.5rem;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.lobby-title[b-8h3sil7krm] {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--game-accent-light), var(--game-accent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.name-input-group[b-8h3sil7krm] {
    margin-bottom: 1.5rem;
}

.name-input-group label[b-8h3sil7krm],
.category-selector label[b-8h3sil7krm],
.rounds-selector label[b-8h3sil7krm] {
    display: block;
    color: var(--game-text-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.game-input[b-8h3sil7krm] {
    width: 100%;
    padding: 0.75rem 1rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 10px;
    color: var(--game-text);
    font-size: 1rem;
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
    outline: none;
    box-sizing: border-box;
}

.game-input:focus[b-8h3sil7krm] {
    border-color: var(--game-accent);
    box-shadow: 0 0 0 3px var(--game-accent-glow);
}

.code-input[b-8h3sil7krm] {
    font-family: 'Courier New', monospace;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: 700;
}

/* ===== LOBBY ACTIONS ===== */
.lobby-actions[b-8h3sil7krm] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.action-section h3[b-8h3sil7krm] {
    color: var(--game-text);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.action-divider[b-8h3sil7krm] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--game-text-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.action-divider[b-8h3sil7krm]::before,
.action-divider[b-8h3sil7krm]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--glass-border);
}

/* ===== ROUNDS SELECTOR ===== */
.rounds-selector[b-8h3sil7krm] {
    margin-bottom: 1rem;
}

.rounds-buttons[b-8h3sil7krm] {
    display: flex;
    gap: 0.5rem;
}

.round-btn[b-8h3sil7krm] {
    flex: 1;
    padding: 0.5rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 8px;
    color: var(--game-text-muted);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.round-btn:hover[b-8h3sil7krm] {
    background: var(--game-surface-hover);
    border-color: var(--game-accent);
    color: var(--game-text);
}

.round-btn.active[b-8h3sil7krm] {
    background: var(--game-accent);
    color: white;
    box-shadow: 0 0 12px var(--game-accent-glow);
}

/* ===== CATEGORY CHIPS ===== */
.category-selector[b-8h3sil7krm] {
    margin-bottom: 1rem;
}

.category-chips[b-8h3sil7krm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.category-chip[b-8h3sil7krm] {
    padding: 0.5rem 1rem;
    background: var(--glass-bg);
    border: 2px solid var(--cat-color, var(--glass-border));
    border-radius: 999px;
    color: var(--game-text-muted);
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.category-chip:hover[b-8h3sil7krm] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--game-text);
}

.category-chip.selected[b-8h3sil7krm] {
    background: var(--cat-color, var(--game-accent));
    color: white;
    border-color: var(--cat-color, var(--game-accent));
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}

/* ===== BUTTONS ===== */
.btn-game[b-8h3sil7krm] {
    width: 100%;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-fast);
    letter-spacing: 0.02em;
}

.btn-game:disabled[b-8h3sil7krm] {
    opacity: 0.8;
    cursor: not-allowed;
}

.btn-create[b-8h3sil7krm] {
    background: linear-gradient(135deg, var(--game-accent), #6d28d9);
    color: white;
    box-shadow: 0 4px 15px var(--game-accent-glow);
}

.btn-create:hover:not(:disabled)[b-8h3sil7krm] {
    box-shadow: 0 6px 25px var(--game-accent-glow);
    transform: translateY(-1px);
}

.btn-join[b-8h3sil7krm] {
    background: linear-gradient(135deg, #059669, #10b981);
    color: white;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-join:hover:not(:disabled)[b-8h3sil7krm] {
    box-shadow: 0 6px 25px rgba(16, 185, 129, 0.4);
    transform: translateY(-1px);
}

.btn-start[b-8h3sil7krm] {
    background: linear-gradient(135deg, var(--game-accent), #6d28d9);
    color: white;
    box-shadow: 0 4px 15px var(--game-accent-glow);
    margin-bottom: 0.75rem;
}

.btn-start:hover:not(:disabled)[b-8h3sil7krm] {
    box-shadow: 0 6px 25px var(--game-accent-glow);
    transform: translateY(-1px);
}

.btn-leave[b-8h3sil7krm] {
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}

.btn-leave:hover[b-8h3sil7krm] {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.5);
}

/* ===== WAITING ROOM ===== */
.waiting-room[b-8h3sil7krm] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 1rem;
    min-height: 80vh;
}

.waiting-card[b-8h3sil7krm] {
    background: var(--game-surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--card-radius);
    padding: 2.5rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.waiting-title[b-8h3sil7krm] {
    color: var(--game-text);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.lobby-code-display[b-8h3sil7krm] {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.code-label[b-8h3sil7krm] {
    color: var(--game-text-muted);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.code-value[b-8h3sil7krm] {
    font-family: 'Courier New', monospace;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--game-accent-light);
    letter-spacing: 0.15em;
}

.player-list-waiting[b-8h3sil7krm] {
    text-align: left;
    margin-bottom: 1.5rem;
}

.player-list-waiting h3[b-8h3sil7krm] {
    color: var(--game-text-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.player-waiting-item[b-8h3sil7krm] {
    display: flex;
    align-items: center;
    padding: 0.6rem 0.75rem;
    border-radius: 8px;
    margin-bottom: 0.25rem;
    transition: background var(--transition-fast);
    animation: fadeIn-b-8h3sil7krm 0.3s ease-out;
}

.player-waiting-item:hover[b-8h3sil7krm] {
    background: var(--glass-bg);
}

.player-waiting-item.owner[b-8h3sil7krm] {
    background: rgba(124, 58, 237, 0.1);
    border: 1px solid rgba(124, 58, 237, 0.2);
}

.player-name-waiting[b-8h3sil7krm] {
    color: var(--game-text);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.crown[b-8h3sil7krm] {
    font-size: 1.1rem;
}

.waiting-text[b-8h3sil7krm] {
    color: var(--game-text-muted);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    animation: pulse-b-8h3sil7krm 2s ease-in-out infinite;
}

@keyframes fadeIn-b-8h3sil7krm {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse-b-8h3sil7krm {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

/* ===== GAME AREA ===== */
.game-area[b-8h3sil7krm] {
    position: relative;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.game-header[b-8h3sil7krm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin-bottom: 1rem;
}

.round-indicator[b-8h3sil7krm] {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    color: var(--game-accent-light);
    font-weight: 600;
    font-size: 0.9rem;
}

.lobby-code-small[b-8h3sil7krm] {
    font-family: 'Courier New', monospace;
    color: var(--game-text-muted);
    font-size: 0.8rem;
    letter-spacing: 0.1em;
}

/* ===== CARD DISPLAY (CENTER) ===== */
.card-display[b-8h3sil7krm] {
    position: relative;
    z-index: 10;
    margin-bottom: 2rem;
}

.card-inner[b-8h3sil7krm] {
    background: var(--game-surface);
    border: 2px solid var(--card-color, var(--glass-border));
    border-radius: var(--card-radius);
    padding: 1.5rem;
    width: 50rem;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 15px color-mix(in srgb, var(--card-color, transparent) 20%, transparent);
    animation: cardAppear-b-8h3sil7krm 0.5s var(--transition-bounce);
}

.draw-prompt[b-8h3sil7krm] {
    cursor: pointer;
    justify-content: center;
    border-style: dashed;
    opacity: 0.7;
    transition: all var(--transition-fast);
}

.draw-prompt:hover[b-8h3sil7krm] {
    opacity: 1;
    border-color: var(--game-accent);
    box-shadow: 0 0 20px var(--game-accent-glow);
}

.draw-icon[b-8h3sil7krm] {
    font-size: 3rem;
}

.draw-prompt p[b-8h3sil7krm] {
    color: var(--game-text-muted);
    margin: 0;
}

.card-category-badge[b-8h3sil7krm] {
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.card-image[b-8h3sil7krm] {
    max-width: 50rem;
    max-height: 50rem;
    object-fit: contain;
    border-radius: 8px;
}

.card-name[b-8h3sil7krm] {
    color: var(--game-text);
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}

.card-question[b-8h3sil7krm] {
    color: var(--game-text-muted);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

@keyframes cardAppear-b-8h3sil7krm {
    from {
        opacity: 0;
        transform: scale(0.8) rotateY(20deg);
    }

    to {
        opacity: 1;
        transform: scale(1) rotateY(0);
    }
}

/* ===== PLAYER CIRCLE ===== */
.player-circle[b-8h3sil7krm] {
    position: relative;
    width: 500px;
    height: 500px;
}

.player-node[b-8h3sil7krm] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(var(--angle)) translate(200px) rotate(calc(-1 * var(--angle)));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    transition: all var(--transition-smooth);
    cursor: default;
    user-select: none;
}

.player-node.votable[b-8h3sil7krm] {
    cursor: pointer;
}

.player-node.votable:hover .player-avatar[b-8h3sil7krm] {
    border-color: var(--game-accent);
    box-shadow: 0 0 20px var(--game-accent-glow);
    transform: scale(1.1);
}

.player-node.voted-for .player-avatar[b-8h3sil7krm] {
    border-color: var(--game-accent);
    box-shadow: 0 0 25px var(--game-accent-glow);
    background: linear-gradient(135deg, var(--game-accent), #6d28d9);
}

.player-node.round-winner .player-avatar[b-8h3sil7krm] {
    border-color: var(--game-gold);
    box-shadow: 0 0 30px rgba(251, 191, 36, 0.5);
    animation: winnerPulse-b-8h3sil7krm 1s ease-in-out infinite;
}

.player-node.is-me .player-avatar[b-8h3sil7krm] {
    border-color: var(--game-accent-light);
}

.player-avatar[b-8h3sil7krm] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--game-surface);
    border: 2px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--game-text);
    position: relative;
    transition: all var(--transition-fast);
}

.vote-check[b-8h3sil7krm] {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--game-success);
    color: white;
    font-size: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: popIn-b-8h3sil7krm 0.3s var(--transition-bounce);
}

.player-name-label[b-8h3sil7krm] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--game-text);
    white-space: nowrap;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-score-label[b-8h3sil7krm] {
    font-size: 0.7rem;
    color: var(--game-accent-light);
    font-weight: 700;
    background: var(--glass-bg);
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
}

.player-node.has-voted .player-avatar[b-8h3sil7krm] {
    opacity: 0.7;
}

@keyframes winnerPulse-b-8h3sil7krm {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(251, 191, 36, 0.3);
    }

    50% {
        box-shadow: 0 0 40px rgba(251, 191, 36, 0.6);
    }
}

@keyframes popIn-b-8h3sil7krm {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* ===== ROUND RESULT OVERLAY ===== */
.round-result-overlay[b-8h3sil7krm] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    animation: fadeInOverlay-b-8h3sil7krm 0.4s ease-out;
}

.round-result-content[b-8h3sil7krm] {
    background: var(--game-surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--card-radius);
    padding: 2.5rem;
    text-align: center;
    max-width: 400px;
    width: 90%;
    animation: scaleIn-b-8h3sil7krm 0.4s var(--transition-bounce);
}

.round-result-content h2[b-8h3sil7krm] {
    color: var(--game-gold);
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.result-card-mini[b-8h3sil7krm] {
    background: var(--glass-bg);
    border: 1px solid var(--card-color, var(--glass-border));
    border-radius: 10px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.result-card-mini span[b-8h3sil7krm] {
    color: var(--game-text);
    font-weight: 600;
}

@keyframes fadeInOverlay-b-8h3sil7krm {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn-b-8h3sil7krm {
    from {
        opacity: 0;
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ===== GAME OVER ===== */
.game-over-screen[b-8h3sil7krm] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 1rem;
    min-height: 80vh;
}

.game-over-card[b-8h3sil7krm] {
    background: var(--game-surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--card-radius);
    padding: 2.5rem;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.game-over-title[b-8h3sil7krm] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--game-gold), #f59e0b);
    -webkit-background-clip: text;
    background-clip: text;
}

.final-scoreboard[b-8h3sil7krm] {
    margin-bottom: 2rem;
}

.scoreboard-row[b-8h3sil7krm] {
    display: flex;
    align-items: center;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    animation: slideIn-b-8h3sil7krm 0.4s ease-out backwards;
}

.scoreboard-row.rank-1[b-8h3sil7krm] {
    background: rgba(251, 191, 36, 0.1);
    border-color: rgba(251, 191, 36, 0.3);
    animation-delay: 0.1s;
}

.scoreboard-row.rank-2[b-8h3sil7krm] {
    background: rgba(156, 163, 175, 0.1);
    border-color: rgba(156, 163, 175, 0.2);
    animation-delay: 0.2s;
}

.scoreboard-row.rank-3[b-8h3sil7krm] {
    background: rgba(205, 127, 50, 0.1);
    border-color: rgba(205, 127, 50, 0.2);
    animation-delay: 0.3s;
}

.rank-badge[b-8h3sil7krm] {
    font-size: 1.3rem;
    width: 40px;
    text-align: center;
    flex-shrink: 0;
}

.scoreboard-name[b-8h3sil7krm] {
    flex: 1;
    text-align: left;
    color: var(--game-text);
    font-weight: 600;
    padding-left: 0.5rem;
}

.scoreboard-score[b-8h3sil7krm] {
    color: var(--game-accent-light);
    font-weight: 700;
    font-size: 0.9rem;
}

@keyframes slideIn-b-8h3sil7krm {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ===== LOADING TEXT ===== */
.loading-text[b-8h3sil7krm] {
    color: var(--game-text-muted);
    font-size: 0.85rem;
    font-style: italic;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
    .player-circle[b-8h3sil7krm] {
        width: 340px;
        height: 340px;
    }

    .player-node[b-8h3sil7krm] {
        transform: rotate(var(--angle)) translate(130px) rotate(calc(-1 * var(--angle)));
    }

    .player-avatar[b-8h3sil7krm] {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }

    .card-inner[b-8h3sil7krm] {
        width: 220px;
        min-height: 140px;
        padding: 1rem;
    }

    .lobby-entry-card[b-8h3sil7krm],
    .waiting-card[b-8h3sil7krm],
    .game-over-card[b-8h3sil7krm] {
        padding: 1.5rem;
    }
}
