/* /Components/Admin/AdminPanel.razor.rz.scp.css */
/* Admin slide-over (design "ADMIN PANEL"; values extracted from the prototype). */

.admin-overlay[b-bmhx00mucn] {
    position: fixed;
    inset: 0;
    z-index: 47;
    display: flex;
    justify-content: flex-end;
    background: rgba(6, 7, 13, 0.78);
    backdrop-filter: blur(3px);
}

.admin-panel[b-bmhx00mucn] {
    width: 520px;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    border-left: 1px solid rgba(255, 77, 216, 0.35);
    background: var(--panel-solid);
    animation: slideOver 0.3s ease both;
}

.admin-head[b-bmhx00mucn] {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 20px 26px;
    background: linear-gradient(180deg, #12101c, #0a0c16);
    border-bottom: 1px solid rgba(255, 77, 216, 0.2);
}

.admin-head-row[b-bmhx00mucn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.admin-title[b-bmhx00mucn] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--magenta);
}

.admin-close[b-bmhx00mucn] {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: var(--muted-2);
}

.admin-close:hover[b-bmhx00mucn] {
    color: #fff;
}

.admin-tabs[b-bmhx00mucn] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.admin-tab[b-bmhx00mucn] {
    padding: 7px 13px;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: transparent;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    color: var(--muted-2);
}

.admin-tab:hover[b-bmhx00mucn] {
    color: var(--text);
}

.admin-tab.active[b-bmhx00mucn] {
    color: var(--magenta);
    background: rgba(255, 77, 216, 0.14);
    border-color: rgba(255, 77, 216, 0.4);
}

.admin-body[b-bmhx00mucn] {
    padding: 24px 26px;
}

/* Placeholder body for tabs whose controls land in a later task. */
.admin-soon[b-bmhx00mucn] {
    text-align: center;
    padding: 40px 20px;
    border: 1px dashed var(--line);
    border-radius: var(--r-card);
    background: var(--fill-faint);
}

.admin-soon-icon[b-bmhx00mucn] {
    font-size: 30px;
    margin-bottom: 12px;
}

.admin-soon-text[b-bmhx00mucn] {
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--muted-2);
}
/* /Components/Admin/CatalogTab.razor.rz.scp.css */
/* Admin CATALOG tab (design/screenshots/11-admin-catalog.png; values from the prototype). */

.cat-lead[b-w1osryk5sf] {
    font-size: 12px;
    color: var(--muted-1);
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.cat-hint[b-w1osryk5sf] {
    font-size: 10px;
    color: var(--muted-2);
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.cat-seed[b-w1osryk5sf] {
    display: block;
    width: 100%;
    height: 84px;
    resize: none;
    padding: 11px;
    border-radius: 9px;
    border: 1px solid var(--line-strong);
    background: rgba(6, 7, 13, 0.6);
    color: var(--text);
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.cat-seed-btn[b-w1osryk5sf] {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 9px;
    border: 1px solid rgba(56, 245, 255, 0.4);
    background: rgba(56, 245, 255, 0.08);
    color: var(--cyan);
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 18px;
}

.cat-seed-btn:hover[b-w1osryk5sf] {
    background: rgba(56, 245, 255, 0.16);
}

.cat-add-row[b-w1osryk5sf] {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.cat-input[b-w1osryk5sf] {
    flex: 1;
    min-width: 0;
    padding: 11px 13px;
    border-radius: 9px;
    border: 1px solid var(--line-strong);
    background: rgba(6, 7, 13, 0.6);
    color: var(--text);
    font-size: 13px;
}

.cat-add-btn[b-w1osryk5sf] {
    padding: 11px 18px;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 12px;
    color: #06070d;
    background: linear-gradient(90deg, #38f5ff, #7dfaff);
}

.cat-add-btn:hover[b-w1osryk5sf] {
    filter: brightness(1.08);
}

.cat-status[b-w1osryk5sf] {
    font-size: 11px;
    color: var(--muted-1);
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.cat-list[b-w1osryk5sf] {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.cat-item[b-w1osryk5sf] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    background: var(--fill-faint);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.cat-item-name[b-w1osryk5sf] {
    flex: 1;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 13px;
    color: #c8cef0;
}

.cat-empty[b-w1osryk5sf] {
    padding: 20px;
    text-align: center;
    font-size: 12px;
    color: var(--muted-3);
    border: 1px dashed var(--line);
    border-radius: 8px;
    background: var(--fill-faint);
}
/* /Components/Admin/PinsTab.razor.rz.scp.css */
/* Admin PINS tab (design admin PINs; values from the prototype). */

.pins-lead[b-r9g7aja55v] {
    font-size: 12px;
    color: var(--muted-1);
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.pins-list[b-r9g7aja55v] {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.pins-row[b-r9g7aja55v] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    border-radius: 9px;
    background: var(--fill-faint);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.pins-avatar[b-r9g7aja55v] {
    flex: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 11px;
    color: #06070d;
}

.pins-name[b-r9g7aja55v] {
    flex: 1;
    min-width: 0;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 14px;
    color: var(--text);
}

.pins-pin[b-r9g7aja55v] {
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3px;
    color: var(--cyan);
}

.pins-regen[b-r9g7aja55v] {
    padding: 6px 12px;
    border-radius: 7px;
    border: 1px solid rgba(255, 77, 216, 0.4);
    background: transparent;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 13px;
    color: var(--magenta);
}

.pins-regen:hover[b-r9g7aja55v] {
    background: rgba(255, 77, 216, 0.12);
}

.pins-empty[b-r9g7aja55v] {
    padding: 20px;
    text-align: center;
    font-size: 12px;
    color: var(--muted-3);
    border: 1px dashed var(--line);
    border-radius: 8px;
    background: var(--fill-faint);
}
/* /Components/Admin/RoundTab.razor.rz.scp.css */
/* Admin ROUND tab (design/screenshots/07-admin-live-vote.png and the ROUND tab; values from the prototype). */

.round-admin[b-f4urrd5kz3] {
    display: flex;
    flex-direction: column;
}

.ra-card[b-f4urrd5kz3] {
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 16px;
    margin-bottom: 14px;
}

.ra-card-title[b-f4urrd5kz3] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--cyan);
    margin-bottom: 6px;
}

.ra-card-sub[b-f4urrd5kz3] {
    font-size: 11px;
    line-height: 1.5;
    color: var(--muted-2);
    margin-bottom: 12px;
}

.ra-x[b-f4urrd5kz3] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ra-step[b-f4urrd5kz3] {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    border: 1px solid var(--line-strong);
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: var(--text);
}

.ra-step:hover:not(:disabled)[b-f4urrd5kz3] {
    background: rgba(255, 255, 255, 0.06);
}

.ra-step:disabled[b-f4urrd5kz3] {
    opacity: 0.4;
    cursor: default;
}

.ra-x-val[b-f4urrd5kz3] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 26px;
    width: 40px;
    text-align: center;
}

.ra-force[b-f4urrd5kz3] {
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 207, 77, 0.4);
    background: rgba(255, 207, 77, 0.06);
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 13px;
    color: var(--amber);
    margin-bottom: 14px;
}

.ra-force:hover[b-f4urrd5kz3] {
    background: rgba(255, 207, 77, 0.12);
}

.ra-section-title[b-f4urrd5kz3] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--muted-1);
    margin-bottom: 10px;
}

.ra-list[b-f4urrd5kz3] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.ra-row[b-f4urrd5kz3] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    background: var(--fill-faint);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.ra-row-name[b-f4urrd5kz3] {
    flex: 1;
    min-width: 0;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 13px;
    color: #c8cef0;
}

.ra-confirm[b-f4urrd5kz3] {
    padding: 6px 14px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 11px;
    color: #06070d;
    background: var(--lime);
}

/* A player who has already finished this phase — a ✓ in place of the on-behalf action button. */
.ra-done[b-f4urrd5kz3] {
    padding: 6px 10px;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 13px;
    color: var(--lime);
}

.ra-confirm:hover[b-f4urrd5kz3] {
    filter: brightness(1.08);
}

.ra-remove[b-f4urrd5kz3] {
    padding: 6px 12px;
    border-radius: 7px;
    border: 1px solid rgba(255, 107, 138, 0.4);
    background: transparent;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 11px;
    color: var(--pink);
}

.ra-remove:hover[b-f4urrd5kz3] {
    background: rgba(255, 107, 138, 0.1);
}

.ra-note[b-f4urrd5kz3] {
    font-size: 11px;
    color: var(--muted-3);
    text-align: center;
    padding: 6px;
}
/* /Components/Admin/UndoTab.razor.rz.scp.css */
/* Admin UNDO tab + confirm modal (design/screenshots/12-admin-undo.png; values from the prototype). */

.undo-card[b-3dm3yx45wo] {
    border: 1px solid rgba(255, 207, 77, 0.35);
    border-radius: 12px;
    padding: 18px;
    background: rgba(255, 207, 77, 0.05);
}

.undo-title[b-3dm3yx45wo] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 13px;
    color: var(--amber);
    margin-bottom: 8px;
}

.undo-desc[b-3dm3yx45wo] {
    font-size: 12px;
    line-height: 1.6;
    color: #c8cef0;
    margin-bottom: 14px;
}

.undo-btn[b-3dm3yx45wo] {
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 13px;
    color: #06070d;
    background: linear-gradient(90deg, #ffcf4d, #ffe79a);
}

.undo-btn:hover[b-3dm3yx45wo] {
    filter: brightness(1.06);
}

.undo-note[b-3dm3yx45wo] {
    font-size: 12px;
    color: var(--muted-3);
    text-align: center;
    padding: 4px;
}

/* Confirm modal — above the admin panel (z 47). */
.undo-modal-overlay[b-3dm3yx45wo] {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 7, 13, 0.85);
    backdrop-filter: blur(4px);
}

.undo-modal[b-3dm3yx45wo] {
    width: 420px;
    max-width: 92vw;
    padding: 26px;
    text-align: center;
    border: 1px solid rgba(255, 207, 77, 0.5);
    border-radius: 16px;
    background: var(--panel-solid-2);
    animation: popIn 0.25s ease both;
}

.undo-modal-icon[b-3dm3yx45wo] {
    font-size: 30px;
    margin-bottom: 10px;
}

.undo-modal-title[b-3dm3yx45wo] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 20px;
    color: var(--amber);
    margin-bottom: 12px;
}

.undo-modal-body[b-3dm3yx45wo] {
    font-size: 13px;
    line-height: 1.6;
    color: #c8cef0;
    margin-bottom: 22px;
}

.undo-modal-game[b-3dm3yx45wo] {
    color: #fff;
    font-weight: 700;
}

.undo-modal-actions[b-3dm3yx45wo] {
    display: flex;
    gap: 12px;
}

.undo-cancel[b-3dm3yx45wo] {
    flex: 1;
    padding: 12px;
    border-radius: 9px;
    border: 1px solid var(--line-strong);
    background: transparent;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 13px;
    color: var(--muted-1);
}

.undo-cancel:hover[b-3dm3yx45wo] {
    color: #fff;
}

.undo-confirm[b-3dm3yx45wo] {
    flex: 1;
    padding: 12px;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 13px;
    color: #06070d;
    background: linear-gradient(90deg, #ffcf4d, #ffe79a);
}

.undo-confirm:hover[b-3dm3yx45wo] {
    filter: brightness(1.06);
}
/* /Components/History/PlayOrder.razor.rz.scp.css */
/* Winners history / play-order overlay (design/screenshots/10-play-order-history.png; values from the prototype). */

.hist-overlay[b-xr86ycodu3] {
    position: fixed;
    inset: 0;
    z-index: 46;
    display: flex;
    justify-content: flex-end;
    background: rgba(6, 7, 13, 0.75);
    backdrop-filter: blur(3px);
}

.hist-panel[b-xr86ycodu3] {
    width: 440px;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 26px;
    border-left: 1px solid rgba(56, 245, 255, 0.3);
    background: var(--panel-solid);
    animation: slideOver 0.3s ease both;
}

.hist-head[b-xr86ycodu3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.hist-title[b-xr86ycodu3] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--cyan);
}

.hist-close[b-xr86ycodu3] {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: var(--muted-2);
}

.hist-close:hover[b-xr86ycodu3] {
    color: #fff;
}

.hist-sub[b-xr86ycodu3] {
    font-size: 11px;
    line-height: 1.6;
    color: var(--muted-2);
    margin-bottom: 20px;
}

.hist-list[b-xr86ycodu3] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hist-item[b-xr86ycodu3] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 11px;
    background: var(--fill-faint);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.hist-item.is-latest[b-xr86ycodu3] {
    background: rgba(182, 255, 58, 0.06);
    border-color: rgba(182, 255, 58, 0.4);
}

.hist-num[b-xr86ycodu3] {
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 15px;
    color: var(--cyan);
    background: rgba(56, 245, 255, 0.1);
    border: 1px solid rgba(56, 245, 255, 0.25);
}

.hist-num.is-latest[b-xr86ycodu3] {
    color: #06070d;
    background: var(--lime);
    border-color: var(--lime);
}

.hist-body[b-xr86ycodu3] {
    flex: 1;
    min-width: 0;
}

.hist-name[b-xr86ycodu3] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
    color: var(--text);
}

.hist-item.is-latest .hist-name[b-xr86ycodu3] {
    color: #fff;
}

.hist-meta[b-xr86ycodu3] {
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--muted-3);
}

.hist-replay[b-xr86ycodu3] {
    flex: none;
    font-size: 9px;
    letter-spacing: 1px;
    color: var(--amber);
    padding: 4px 9px;
    border-radius: var(--r-pill);
    background: rgba(255, 207, 77, 0.12);
}

.hist-empty[b-xr86ycodu3] {
    padding: 24px;
    text-align: center;
    font-size: 12px;
    color: var(--muted-3);
    border: 1px dashed var(--line);
    border-radius: var(--r-card);
    background: var(--fill-faint);
}
/* /Components/Layout/AppShell.razor.rz.scp.css */
/* Shared app shell — header + body (design "Header"; values extracted from the prototype). */

.shell[b-c5ipbjbqay] {
    position: relative;
    min-height: 100vh;
}

.shell-header[b-c5ipbjbqay] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 28px;
    border-bottom: 1px solid rgba(56, 245, 255, 0.18);
    background: linear-gradient(180deg, rgba(12, 14, 24, 0.9), rgba(6, 7, 13, 0.5));
    backdrop-filter: blur(6px);
}

.shell-brand[b-c5ipbjbqay] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wordmark[b-c5ipbjbqay] {
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--cyan);
    text-shadow: var(--glow-wordmark);
}

.divider[b-c5ipbjbqay] {
    width: 1px;
    height: 24px;
    background: var(--line-strong);
}

.round[b-c5ipbjbqay] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-head);
    font-weight: 700;
    letter-spacing: 1px;
}

.round-label[b-c5ipbjbqay] {
    font-size: 12px;
    color: var(--muted-2);
}

.round-num[b-c5ipbjbqay] {
    font-size: 18px;
    color: #fff;
}

.phase-badge[b-c5ipbjbqay] {
    padding: 6px 12px;
    border: 1px solid var(--line-strong);
    border-radius: var(--r-pill);
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
}

.phase-lobby[b-c5ipbjbqay] {
    color: var(--muted-2);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.03);
}

.phase-add[b-c5ipbjbqay] {
    color: var(--lime);
    border-color: rgba(182, 255, 58, 0.5);
    background: rgba(182, 255, 58, 0.08);
}

.phase-voting[b-c5ipbjbqay] {
    color: var(--cyan);
    border-color: rgba(56, 245, 255, 0.5);
    background: rgba(56, 245, 255, 0.08);
}

.phase-results[b-c5ipbjbqay] {
    color: var(--amber);
    border-color: rgba(255, 207, 77, 0.5);
    background: rgba(255, 207, 77, 0.08);
}

.shell-user-area[b-c5ipbjbqay] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.chip[b-c5ipbjbqay] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: var(--r-btn);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--muted-1);
    /* The PLAY ORDER and ADMIN chips render as <button>s: strip native chrome so all chips match. */
    appearance: none;
    background: transparent;
    cursor: pointer;
}

.chip:hover[b-c5ipbjbqay] {
    color: var(--text);
    border-color: rgba(255, 255, 255, 0.24);
}

.chip-admin[b-c5ipbjbqay] {
    font-weight: 700;
    color: var(--magenta);
    border-color: rgba(255, 77, 216, 0.4);
    background: rgba(255, 77, 216, 0.08);
}

.chip-admin:hover[b-c5ipbjbqay] {
    color: var(--magenta);
    border-color: rgba(255, 77, 216, 0.4);
    background: rgba(255, 77, 216, 0.16);
}

/* Logout: a plain form so submit does a native POST; strip its default block margin. */
.logout-form[b-c5ipbjbqay] {
    margin: 0;
    display: flex;
}

.chip-logout[b-c5ipbjbqay] {
    color: var(--muted-2);
}

.chip-logout:hover[b-c5ipbjbqay] {
    color: var(--pink);
    border-color: rgba(255, 107, 138, 0.45);
}

.me[b-c5ipbjbqay] {
    display: flex;
    align-items: center;
    gap: 9px;
}

.me-avatar[b-c5ipbjbqay] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 12px;
    color: #06070d;
}

.me-id[b-c5ipbjbqay] {
    line-height: 1.2;
}

.me-role[b-c5ipbjbqay] {
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--muted-2);
}

.me-name[b-c5ipbjbqay] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 14px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ihfn5767yy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ihfn5767yy] {
    flex: 1;
}

.sidebar[b-ihfn5767yy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ihfn5767yy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ihfn5767yy]  a, .top-row[b-ihfn5767yy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ihfn5767yy]  a:hover, .top-row[b-ihfn5767yy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ihfn5767yy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ihfn5767yy] {
        justify-content: space-between;
    }

    .top-row[b-ihfn5767yy]  a, .top-row[b-ihfn5767yy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ihfn5767yy] {
        flex-direction: row;
    }

    .sidebar[b-ihfn5767yy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ihfn5767yy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ihfn5767yy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ihfn5767yy], article[b-ihfn5767yy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ihfn5767yy] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ihfn5767yy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xthiac85rv] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    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.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-xthiac85rv] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xthiac85rv] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xthiac85rv] {
    font-size: 1.1rem;
}

.bi[b-xthiac85rv] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-xthiac85rv] {
    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-xthiac85rv] {
    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-xthiac85rv] {
    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");
}

.nav-item[b-xthiac85rv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xthiac85rv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xthiac85rv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xthiac85rv]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-xthiac85rv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xthiac85rv]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-xthiac85rv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xthiac85rv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xthiac85rv] {
        display: none;
    }

    .nav-scrollable[b-xthiac85rv] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gsiit8p4cp],
.components-reconnect-repeated-attempt-visible[b-gsiit8p4cp],
.components-reconnect-failed-visible[b-gsiit8p4cp],
.components-pause-visible[b-gsiit8p4cp],
.components-resume-failed-visible[b-gsiit8p4cp],
.components-rejoining-animation[b-gsiit8p4cp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-gsiit8p4cp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-gsiit8p4cp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-gsiit8p4cp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-gsiit8p4cp],
#components-reconnect-modal.components-reconnect-retrying[b-gsiit8p4cp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-gsiit8p4cp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-gsiit8p4cp],
#components-reconnect-modal.components-reconnect-failed[b-gsiit8p4cp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-gsiit8p4cp] {
    display: block;
}


#components-reconnect-modal[b-gsiit8p4cp] {
    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-gsiit8p4cp 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-gsiit8p4cp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-gsiit8p4cp 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-gsiit8p4cp]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-gsiit8p4cp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-gsiit8p4cp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-gsiit8p4cp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-gsiit8p4cp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-gsiit8p4cp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-gsiit8p4cp] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-gsiit8p4cp] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-gsiit8p4cp] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-gsiit8p4cp] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-gsiit8p4cp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-gsiit8p4cp] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-gsiit8p4cp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-gsiit8p4cp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-gsiit8p4cp {
    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/Lobby.razor.rz.scp.css */
/* Lobby + round scaffold (design/screenshots/03; values extracted from the prototype). */

.lobby[b-9papcys4wt] {
    display: flex;
    gap: 26px;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 28px;
}

.presence-col[b-9papcys4wt] {
    width: 440px;
}

.action-col[b-9papcys4wt] {
    width: 400px;
}

.panel[b-9papcys4wt] {
    border: 1px solid rgba(56, 245, 255, 0.22);
    border-radius: var(--r-panel);
    padding: 24px;
    background: var(--panel);
}

.panel-title[b-9papcys4wt] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--cyan);
    margin-bottom: 4px;
}

.panel-sub[b-9papcys4wt] {
    font-size: 12px;
    color: var(--muted-2);
    margin-bottom: 20px;
}

/* --- Presence list --- */
.presence-list[b-9papcys4wt] {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.presence-row[b-9papcys4wt] {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 11px;
    border-radius: 9px;
    background: var(--fill-faint);
    border: 1px solid var(--line);
}

.presence-row.online[b-9papcys4wt] {
    background: rgba(56, 245, 255, 0.05);
    border-color: rgba(56, 245, 255, 0.15);
}

.p-avatar[b-9papcys4wt] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 11px;
    color: #06070d;
}

.p-name[b-9papcys4wt] {
    flex: 1;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 14px;
    color: var(--muted-3);
}

.presence-row.online .p-name[b-9papcys4wt] {
    color: var(--text);
}

.p-status[b-9papcys4wt] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--muted-3);
}

.presence-row.online .p-status[b-9papcys4wt] {
    color: var(--lime);
}

.p-status .dot[b-9papcys4wt] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4a5170;
}

.presence-row.online .p-status .dot[b-9papcys4wt] {
    background: var(--lime);
    box-shadow: 0 0 8px var(--lime);
}

/* --- Action column: admin start / non-admin waiting --- */
.admin-start[b-9papcys4wt],
.waiting[b-9papcys4wt] {
    text-align: center;
}

.admin-start[b-9papcys4wt] {
    border-color: rgba(255, 77, 216, 0.3);
}

.waiting[b-9papcys4wt] {
    border-color: var(--line);
    padding: 30px 24px;
}

.emoji[b-9papcys4wt] {
    font-size: 34px;
    margin-bottom: 12px;
}

.start-title[b-9papcys4wt] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

.start-sub[b-9papcys4wt] {
    font-size: 12px;
    color: var(--muted-1);
    line-height: 1.6;
}

.accent[b-9papcys4wt] {
    color: var(--magenta);
}

.start-btn[b-9papcys4wt] {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    border: none;
    border-radius: var(--r-btn);
    font-family: var(--font-head);
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 14px;
    color: #06070d;
    background: linear-gradient(90deg, #b6ff3a, #eaff9b);
    box-shadow: 0 0 18px rgba(182, 255, 58, 0.4);
    cursor: pointer;
    appearance: none;
}

.start-btn:hover[b-9papcys4wt] {
    filter: brightness(1.08);
}

.waiting-pulse[b-9papcys4wt] {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: var(--cyan);
}

.waiting-pulse .dot[b-9papcys4wt] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 8px var(--cyan);
    animation: neonPulse 1.4s infinite;
}

/* --- Round scaffold placeholder (the Voting/Results boards arrive in T9–T11; layout in app.css) --- */
.board-hint[b-9papcys4wt] {
    padding: 40px;
    text-align: center;
    font-size: 13px;
    color: var(--muted-2);
    border: 1px dashed var(--line);
    border-radius: var(--r-card);
    background: var(--fill-faint);
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Login screen (design/screenshots/01–02). Values extracted from the prototype. */

.login-root[b-xwu3buikt7] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.login-col[b-xwu3buikt7] {
    width: 520px;
    max-width: 100%;
}

.login-head[b-xwu3buikt7] {
    text-align: center;
    margin-bottom: 34px;
}

.wordmark[b-xwu3buikt7] {
    font-family: var(--font-display);
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: var(--cyan);
    text-shadow: var(--glow-wordmark);
}

.tagline[b-xwu3buikt7] {
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--muted-2);
}

.panel[b-xwu3buikt7] {
    border: 1px solid rgba(56, 245, 255, 0.22);
    border-radius: var(--r-panel);
    padding: 24px;
    background: var(--panel);
}

.panel-title[b-xwu3buikt7] {
    margin-bottom: 16px;
    text-align: center;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--cyan);
}

/* --- Step A: name select --- */
.name-grid[b-xwu3buikt7] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.name-tile[b-xwu3buikt7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    padding: 16px 8px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: var(--fill-faint);
    cursor: pointer;
    transition: all 0.15s ease;
    appearance: none;
}

.name-tile:hover[b-xwu3buikt7] {
    border-color: rgba(56, 245, 255, 0.5);
    background: rgba(56, 245, 255, 0.08);
}

.avatar[b-xwu3buikt7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 15px;
    color: #06070d;
}

.avatar-sm[b-xwu3buikt7] {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.name-label[b-xwu3buikt7] {
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 14px;
    color: var(--text);
}

/* --- Step B: PIN entry --- */
.pin-headrow[b-xwu3buikt7] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.pin-who[b-xwu3buikt7] {
    flex: 1;
}

.pin-name[b-xwu3buikt7] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
}

.pin-sub[b-xwu3buikt7] {
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--muted-2);
}

.change-btn[b-xwu3buikt7] {
    padding: 6px 10px;
    border-radius: 7px;
    border: 1px solid var(--line-strong);
    background: transparent;
    color: var(--muted-2);
    font-size: 11px;
    cursor: pointer;
    appearance: none;
}

.change-btn:hover[b-xwu3buikt7] {
    color: #fff;
}

.pin-boxes[b-xwu3buikt7] {
    position: relative;
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-bottom: 8px;
}

/* Transparent input overlaid on the boxes: it holds focus so physical keys and the on-screen
   keypad both drive the same value, and it carries name="pin" for the form post. */
.pin-capture[b-xwu3buikt7] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: transparent;
    caret-color: transparent;
    opacity: 0;
    cursor: pointer;
}

.pin-box[b-xwu3buikt7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 54px;
    border-radius: 9px;
    border: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.03);
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 24px;
    color: var(--cyan);
}

.pin-box.filled[b-xwu3buikt7] {
    border-color: rgba(56, 245, 255, 0.5);
    background: rgba(56, 245, 255, 0.1);
}

.pin-error[b-xwu3buikt7] {
    margin-bottom: 8px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    color: var(--pink);
}

.pin-demo[b-xwu3buikt7] {
    margin: 10px 0 16px;
    text-align: center;
    font-size: 10px;
    color: var(--muted-4);
}

.keypad[b-xwu3buikt7] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.key[b-xwu3buikt7] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    appearance: none;
}

.key-action[b-xwu3buikt7] {
    background: transparent;
    color: var(--muted-2);
}

.key:hover[b-xwu3buikt7] {
    filter: brightness(1.15);
}

.enter-btn[b-xwu3buikt7] {
    width: 100%;
    margin-top: 14px;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-family: var(--font-head);
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 14px;
    color: #06070d;
    background: linear-gradient(90deg, #38f5ff, #b6ff3a);
    box-shadow: 0 0 18px rgba(56, 245, 255, 0.45);
    cursor: pointer;
    appearance: none;
}

.enter-btn:not(:disabled):hover[b-xwu3buikt7] {
    filter: brightness(1.08);
}

.enter-btn:disabled[b-xwu3buikt7] {
    color: var(--muted-4);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    cursor: default;
}

.shake[b-xwu3buikt7] {
    animation: shake 0.4s;
}
/* /Components/Round/AddPhase.razor.rz.scp.css */
/* Add phase — rail add-panel + ACTIVE LIST board (design/screenshots/04; values from the prototype). */

/* --- Rail: ADD PHASE action panel --- */
.add-panel[b-or1zvu8h4q] {
    margin-top: 18px;
    border: 1px solid rgba(182, 255, 58, 0.28);
    border-radius: var(--r-card);
    padding: 16px;
    background: rgba(12, 14, 24, 0.55);
}

.add-panel-title[b-or1zvu8h4q] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--lime);
    margin-bottom: 12px;
}

.add-lead[b-or1zvu8h4q] {
    font-size: 12px;
    color: #c8cef0;
    line-height: 1.5;
    margin-bottom: 12px;
}

.add-hot[b-or1zvu8h4q] {
    color: var(--lime);
}

.add-btn[b-or1zvu8h4q] {
    display: block;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 13px;
    color: #06070d;
    background: linear-gradient(90deg, #b6ff3a, #eaff9b);
    box-shadow: 0 0 16px rgba(182, 255, 58, 0.35);
}

.add-btn:hover[b-or1zvu8h4q] {
    filter: brightness(1.08);
}

.add-pass[b-or1zvu8h4q] {
    display: block;
    width: 100%;
    margin-top: 9px;
    padding: 10px;
    border-radius: 9px;
    border: 1px solid var(--line-strong);
    background: transparent;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 12px;
    color: var(--muted-1);
}

.add-pass:hover[b-or1zvu8h4q] {
    color: #fff;
}

.add-waiting[b-or1zvu8h4q] {
    text-align: center;
    padding: 8px 4px;
}

.add-waiting-title[b-or1zvu8h4q] {
    font-family: var(--font-head);
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--lime);
    font-size: 13px;
}

.add-waiting-sub[b-or1zvu8h4q] {
    font-size: 11px;
    color: #9aa2c8;
    margin-top: 8px;
    line-height: 1.5;
}

/* --- Board: ACTIVE LIST --- */
.board-head[b-or1zvu8h4q] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
}

.board-title[b-or1zvu8h4q] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
}

.board-count[b-or1zvu8h4q] {
    color: var(--muted-3);
    font-weight: 600;
    font-size: 13px;
}

.board-frozen[b-or1zvu8h4q] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    letter-spacing: 1px;
    color: var(--amber);
}

.board-frozen-dot[b-or1zvu8h4q] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--amber);
}

.board-empty[b-or1zvu8h4q] {
    padding: 40px;
    text-align: center;
    font-size: 13px;
    color: var(--muted-2);
    border: 1px dashed var(--line);
    border-radius: var(--r-card);
    background: var(--fill-faint);
}

.board-grid[b-or1zvu8h4q] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 14px;
}

.game-card[b-or1zvu8h4q] {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    padding: 14px;
    background: rgba(12, 14, 24, 0.55);
    overflow: hidden;
}

.game-card.is-new[b-or1zvu8h4q] {
    border-color: rgba(182, 255, 58, 0.4);
    box-shadow: 0 0 18px rgba(182, 255, 58, 0.15);
    animation: cardPop 0.3s ease both;
}

.game-new[b-or1zvu8h4q] {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 8px;
    letter-spacing: 1px;
    color: #06070d;
    background: var(--lime);
    padding: 3px 7px;
    border-radius: var(--r-pill);
    animation: newTag 0.3s ease both;
}

.game-name[b-or1zvu8h4q] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.15;
    color: #fff;
    min-height: 34px;
    margin-top: 2px;
}

.game-score[b-or1zvu8h4q] {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin: 8px 0 12px;
}

.game-pts[b-or1zvu8h4q] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 34px;
    line-height: 0.9;
    color: #fff;
}

.game-pts-label[b-or1zvu8h4q] {
    font-size: 9px;
    color: var(--muted-3);
    letter-spacing: 1px;
    padding-bottom: 5px;
}

.game-frozen[b-or1zvu8h4q] {
    font-size: 9px;
    letter-spacing: 1px;
    color: var(--muted-4);
    text-align: center;
    padding: 8px 0 2px;
}
/* /Components/Round/CatalogPicker.razor.rz.scp.css */
/* Catalog picker modal (design/screenshots/05-catalog-picker.png; values from the prototype). */

.picker-overlay[b-q7v5dtjzz6] {
    position: fixed;
    inset: 0;
    z-index: 45;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 7, 13, 0.75);
    backdrop-filter: blur(3px);
}

.picker[b-q7v5dtjzz6] {
    display: flex;
    flex-direction: column;
    width: 520px;
    max-width: calc(100vw - 32px);
    max-height: 76vh;
    border: 1px solid rgba(182, 255, 58, 0.4);
    border-radius: var(--r-panel);
    background: var(--panel-solid-2);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
    animation: popIn 0.25s ease both;
}

.picker-head[b-q7v5dtjzz6] {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.picker-head-row[b-q7v5dtjzz6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.picker-title[b-q7v5dtjzz6] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--lime);
}

.picker-close[b-q7v5dtjzz6] {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: var(--muted-2);
}

.picker-close:hover[b-q7v5dtjzz6] {
    color: #fff;
}

.picker-search[b-q7v5dtjzz6] {
    width: 100%;
    padding: 11px 13px;
    border-radius: 9px;
    border: 1px solid var(--line-strong);
    background: rgba(6, 7, 13, 0.6);
    color: var(--text);
    font-size: 13px;
}

.picker-list[b-q7v5dtjzz6] {
    padding: 12px;
    overflow-y: auto;
}

.picker-item[b-q7v5dtjzz6] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 12px;
    margin-bottom: 8px;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: var(--fill-faint);
}

.picker-item-name[b-q7v5dtjzz6] {
    flex: 1;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 14px;
    color: var(--text);
}

.picker-add[b-q7v5dtjzz6] {
    padding: 7px 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 12px;
    color: #06070d;
    background: linear-gradient(90deg, #b6ff3a, #eaff9b);
}

.picker-add:hover[b-q7v5dtjzz6] {
    filter: brightness(1.08);
}

.picker-empty[b-q7v5dtjzz6] {
    text-align: center;
    padding: 24px;
    font-size: 12px;
    color: var(--muted-3);
}
/* /Components/Round/ResourceDock.razor.rz.scp.css */
/* The resource dock (design/screenshots round rail; values extracted from the prototype). */

.dock[b-p8v0seeh65] {
    border: 1px solid rgba(255, 207, 77, 0.35);
    border-radius: var(--r-card);
    padding: 16px;
    background: linear-gradient(180deg, rgba(255, 207, 77, 0.06), rgba(12, 14, 24, 0.6));
}

.dock-title[b-p8v0seeh65] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--amber);
    margin-bottom: 12px;
}

.dock-primary[b-p8v0seeh65] {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.dock-num[b-p8v0seeh65] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.dock-label[b-p8v0seeh65] {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--muted-2);
}

.dock-row[b-p8v0seeh65] {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--muted-1);
    padding-top: 10px;
    border-top: 1px dashed var(--line-strong);
}

.dock-vote[b-p8v0seeh65] {
    color: #fff;
    font-weight: 700;
}
/* /Components/Round/Results.razor.rz.scp.css */
/*
 * Results dwell — the round loop's rest state (design/screenshots/09-results.png; values from the
 * prototype). The winner hero + FINAL TALLIES + PLAY ORDER SO FAR fill the board; the rail carries the
 * ADMIN · NEXT control and the locked-in roster. Scoped CSS doesn't cross components, so the dock is the
 * shared ResourceDock and these classes are Results-specific.
 */

/* --- Rail: ADMIN · NEXT panel --- */
.next-panel[b-u8blhoj53u] {
    margin-top: 16px;
    border: 1px solid rgba(56, 245, 255, 0.22);
    border-radius: var(--r-card);
    padding: 16px;
    background: rgba(12, 14, 24, 0.55);
}

.next-title[b-u8blhoj53u] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--cyan);
    margin-bottom: 12px;
}

.next-btn[b-u8blhoj53u] {
    display: block;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    text-align: center;
    font-family: var(--font-head);
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 13px;
    color: #06070d;
    background: linear-gradient(90deg, #b6ff3a, #eaff9b);
    box-shadow: 0 0 16px rgba(182, 255, 58, 0.35);
    transition: filter 0.15s ease;
}

.next-btn:hover[b-u8blhoj53u] {
    filter: brightness(1.08);
}

.next-wait[b-u8blhoj53u] {
    text-align: center;
    padding: 8px 4px;
}

.next-wait-title[b-u8blhoj53u] {
    font-family: var(--font-head);
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--muted-2);
    font-size: 12px;
}

.next-wait-sub[b-u8blhoj53u] {
    font-size: 12px;
    color: #c8cef0;
    margin-top: 8px;
    line-height: 1.5;
}

.next-wait-pulse[b-u8blhoj53u] {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: var(--cyan);
}

.next-wait-pulse .dot[b-u8blhoj53u] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 8px var(--cyan);
    animation: neonPulse 1.4s ease-in-out infinite;
}

/* --- Rail: LOCKED IN roster (all sealed by the time the round rests in Results) --- */
.res-roster[b-u8blhoj53u] {
    margin-top: 16px;
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    padding: 16px;
    background: rgba(12, 14, 24, 0.55);
}

.res-roster-head[b-u8blhoj53u] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.res-roster-title[b-u8blhoj53u] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--muted-1);
}

.res-roster-count[b-u8blhoj53u] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 13px;
    color: var(--lime);
}

.res-roster-list[b-u8blhoj53u] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.res-roster-row[b-u8blhoj53u] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(182, 255, 58, 0.07);
}

/* An away player still locked in this round — dim the row but keep the ✓. */
.res-roster-row.away[b-u8blhoj53u] {
    background: var(--fill-faint);
    opacity: 0.6;
}

.rr-avatar[b-u8blhoj53u] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 10px;
    color: #0b0d16;
}

.rr-name[b-u8blhoj53u] {
    flex: 1;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 13px;
    color: var(--text);
}

.rr-check[b-u8blhoj53u] {
    font-size: 12px;
    color: var(--lime);
}

/* --- Board: winner hero --- */
.win-hero[b-u8blhoj53u] {
    position: relative;
    border: 1px solid rgba(182, 255, 58, 0.5);
    border-radius: var(--r-panel);
    padding: 26px 28px;
    background: linear-gradient(120deg, rgba(182, 255, 58, 0.1), rgba(56, 245, 255, 0.06));
    overflow: hidden;
    margin-bottom: 18px;
    animation: winRise 0.5s ease both;
}

.win-hero-glow[b-u8blhoj53u] {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background: radial-gradient(500px 200px at 88% 20%, rgba(182, 255, 58, 0.25), transparent 60%);
}

.win-hero-row[b-u8blhoj53u] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.win-hero-tag[b-u8blhoj53u] {
    font-family: var(--font-display);
    font-size: 11px;
    color: var(--lime);
    letter-spacing: 1px;
    text-shadow: 0 0 12px rgba(182, 255, 58, 0.6);
}

.win-hero-name[b-u8blhoj53u] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 44px;
    line-height: 1;
    color: #fff;
    margin-top: 12px;
}

.win-hero-score[b-u8blhoj53u] {
    text-align: center;
    flex-shrink: 0;
}

.win-hero-pts[b-u8blhoj53u] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 64px;
    line-height: 0.9;
    color: var(--lime);
    text-shadow: 0 0 26px rgba(182, 255, 58, 0.5);
}

.win-hero-pts-label[b-u8blhoj53u] {
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--muted-2);
}

/* --- Board: tallies + play order grid --- */
.res-grid[b-u8blhoj53u] {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 18px;
}

@media (max-width: 900px) {
    .res-grid[b-u8blhoj53u] {
        grid-template-columns: 1fr;
    }
}

.tallies[b-u8blhoj53u] {
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    padding: 18px;
    background: rgba(12, 14, 24, 0.55);
}

.tallies-title[b-u8blhoj53u] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--muted-1);
    margin-bottom: 14px;
}

.tallies-list[b-u8blhoj53u] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tally-row[b-u8blhoj53u] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    border-radius: 9px;
    background: var(--fill-faint);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.tally-row.is-winner[b-u8blhoj53u] {
    background: rgba(182, 255, 58, 0.1);
    border-color: rgba(182, 255, 58, 0.4);
}

.tally-rank[b-u8blhoj53u] {
    width: 26px;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 13px;
    color: var(--muted-3);
}

.tally-name[b-u8blhoj53u] {
    flex: 1;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 14px;
    color: var(--text);
}

.tally-row.is-winner .tally-name[b-u8blhoj53u] {
    color: #eaffb0;
}

.tally-score[b-u8blhoj53u] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 17px;
    color: #fff;
}

.tally-row.is-winner .tally-score[b-u8blhoj53u] {
    color: var(--lime);
}

.playorder[b-u8blhoj53u] {
    border: 1px solid rgba(56, 245, 255, 0.2);
    border-radius: var(--r-card);
    padding: 18px;
    background: rgba(12, 14, 24, 0.55);
}

.playorder-title[b-u8blhoj53u] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--cyan);
    margin-bottom: 14px;
}

.playorder-list[b-u8blhoj53u] {
    display: flex;
    flex-direction: column;
}

.playorder-row[b-u8blhoj53u] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 4px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}

.playorder-num[b-u8blhoj53u] {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 12px;
    color: var(--muted-1);
    background: var(--fill-faint);
    border: 1px solid var(--line);
}

.playorder-num.is-latest[b-u8blhoj53u] {
    color: #06070d;
    background: var(--lime);
    border-color: var(--lime);
}

.playorder-name[b-u8blhoj53u] {
    flex: 1;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 14px;
    color: var(--text);
}

.playorder-new[b-u8blhoj53u] {
    font-size: 9px;
    letter-spacing: 1px;
    color: var(--lime);
    padding: 3px 8px;
    border-radius: var(--r-pill);
    background: rgba(182, 255, 58, 0.12);
}
/* /Components/Round/Reveal.razor.rz.scp.css */
/*
 * Reveal phase — the resolution moment (design/screenshots/08-reveal.png; values from the prototype).
 * The board mirrors the Add/Voting card grid (scoped CSS doesn't cross components); the count-up numbers,
 * the winner spotlight, and the full-screen flash are reveal-specific. The board grid / board-head base
 * classes are the shared ones used by the other phase boards.
 */

/* --- Board head hint --- */
.board-head[b-80c5lrmr5q] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
}

.board-title[b-80c5lrmr5q] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
}

.board-count[b-80c5lrmr5q] {
    color: var(--muted-3);
    font-weight: 600;
    font-size: 13px;
}

.reveal-hint[b-80c5lrmr5q] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    letter-spacing: 1px;
    color: var(--lime);
}

.reveal-hint-dot[b-80c5lrmr5q] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 8px rgba(182, 255, 58, 0.7);
    animation: neonPulse 1.4s ease-in-out infinite;
}

/* --- Board grid + cards --- */
.board-grid[b-80c5lrmr5q] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 14px;
}

.reveal-card[b-80c5lrmr5q] {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    padding: 14px;
    background: rgba(12, 14, 24, 0.5);
    overflow: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.reveal-card.is-winner[b-80c5lrmr5q] {
    border-color: rgba(182, 255, 58, 0.7);
    background: linear-gradient(160deg, rgba(182, 255, 58, 0.14), rgba(12, 14, 24, 0.7));
    transform: scale(1.04);
    box-shadow: 0 0 30px rgba(182, 255, 58, 0.35);
}

.reveal-card.is-dim[b-80c5lrmr5q] {
    opacity: 0.42;
}

.reveal-crown-glow[b-80c5lrmr5q] {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: radial-gradient(circle, #b6ff3a, transparent 68%);
    opacity: 0.5;
}

.reveal-crown[b-80c5lrmr5q] {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 20px;
}

.reveal-name[b-80c5lrmr5q] {
    position: relative;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.15;
    color: var(--text);
    min-height: 34px;
    margin-top: 2px;
}

.reveal-card.is-winner .reveal-name[b-80c5lrmr5q] {
    color: #eaffb0;
}

.reveal-score[b-80c5lrmr5q] {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin: 8px 0 4px;
}

.reveal-pts[b-80c5lrmr5q] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 34px;
    line-height: 0.9;
    color: #fff;
}

.reveal-card.is-winner .reveal-pts[b-80c5lrmr5q] {
    color: var(--lime);
    text-shadow: 0 0 18px rgba(182, 255, 58, 0.6);
}

.reveal-pts-label[b-80c5lrmr5q] {
    font-size: 9px;
    color: var(--muted-3);
    letter-spacing: 1px;
    padding-bottom: 5px;
}

/* --- Rail panels --- */
.reveal-dock[b-80c5lrmr5q] {
    border: 1px solid rgba(182, 255, 58, 0.35);
    border-radius: var(--r-card);
    padding: 16px;
    background: linear-gradient(180deg, rgba(182, 255, 58, 0.06), rgba(12, 14, 24, 0.6));
}

.reveal-dock-title[b-80c5lrmr5q] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--lime);
}

.reveal-dock-status[b-80c5lrmr5q] {
    font-size: 11px;
    color: var(--muted-1);
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.reveal-go[b-80c5lrmr5q] {
    margin-top: 18px;
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    padding: 18px 16px;
    background: rgba(12, 14, 24, 0.55);
    text-align: center;
}

.reveal-go-emoji[b-80c5lrmr5q] {
    font-size: 26px;
}

.reveal-go-title[b-80c5lrmr5q] {
    font-family: var(--font-head);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    color: var(--muted-2);
    margin-top: 8px;
}

.reveal-go-sub[b-80c5lrmr5q] {
    font-size: 11px;
    color: var(--muted-3);
    line-height: 1.5;
    margin-top: 6px;
}

/* --- Full-screen winner flash --- */
.reveal-flash[b-80c5lrmr5q] {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(700px 500px at 50% 45%, rgba(6, 7, 13, 0.55), rgba(6, 7, 13, 0.9));
    backdrop-filter: blur(3px);
}

.reveal-flash-inner[b-80c5lrmr5q] {
    position: relative;
    text-align: center;
    animation: flashIn 0.5s ease both;
}

.reveal-flash-halo[b-80c5lrmr5q] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 420px;
    height: 420px;
    margin: -210px 0 0 -210px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, rgba(182, 255, 58, 0), rgba(182, 255, 58, 0.35), rgba(56, 245, 255, 0.35), rgba(255, 77, 216, 0.3), rgba(182, 255, 58, 0));
    filter: blur(6px);
    animation: glowSpin 6s linear infinite;
}

.reveal-flash-tag[b-80c5lrmr5q] {
    position: relative;
    font-family: var(--font-display);
    font-size: 14px;
    color: var(--lime);
    letter-spacing: 2px;
    text-shadow: 0 0 16px rgba(182, 255, 58, 0.7);
}

.reveal-flash-name[b-80c5lrmr5q] {
    position: relative;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 58px;
    color: #fff;
    margin: 18px 0 6px;
    text-shadow: 0 0 30px rgba(56, 245, 255, 0.5);
}

.reveal-flash-score[b-80c5lrmr5q] {
    position: relative;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 22px;
    color: var(--lime);
}

.reveal-flash-btn[b-80c5lrmr5q] {
    position: relative;
    cursor: pointer;
    margin-top: 26px;
    padding: 13px 30px;
    border: none;
    border-radius: var(--r-btn);
    font-family: var(--font-head);
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 14px;
    color: #06070d;
    background: linear-gradient(90deg, #38f5ff, #b6ff3a);
    box-shadow: 0 0 24px rgba(56, 245, 255, 0.5);
}

.reveal-flash-btn:hover[b-80c5lrmr5q] {
    filter: brightness(1.08);
}
/* /Components/Round/VotingPhase.razor.rz.scp.css */
/*
 * Voting phase — rail (dock · STAGING confirm · LOCKED IN roster) + ACTIVE LIST board with steppers
 * (design/screenshots/06-voting.png; values from the prototype). The board base mirrors the Add phase
 * (scoped CSS doesn't cross components); the steppers, staging panel, and roster are voting-specific.
 */

/* --- Rail: voting dock (VOTE CREDITS LEFT headline) --- */
.vote-dock[b-48cr5xvgk8] {
    border: 1px solid rgba(255, 207, 77, 0.35);
    border-radius: var(--r-card);
    padding: 16px;
    background: linear-gradient(180deg, rgba(255, 207, 77, 0.06), rgba(12, 14, 24, 0.6));
}

.vote-dock-title[b-48cr5xvgk8] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--amber);
    margin-bottom: 12px;
}

.vote-dock-primary[b-48cr5xvgk8] {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.vote-dock-num[b-48cr5xvgk8] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.vote-dock-label[b-48cr5xvgk8] {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--muted-2);
}

.vote-dock-row[b-48cr5xvgk8] {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--muted-1);
    margin-top: 6px;
}

.vote-dock-row-top[b-48cr5xvgk8] {
    padding-top: 10px;
    margin-top: 0;
    border-top: 1px dashed var(--line-strong);
}

.vote-dock-bank[b-48cr5xvgk8] {
    color: #fff;
    font-weight: 700;
}

.vote-dock-game[b-48cr5xvgk8] {
    color: var(--lime);
    font-weight: 700;
}

/* --- Rail: STAGING / confirm panel --- */
.stage-panel[b-48cr5xvgk8] {
    margin-top: 16px;
    border: 1px solid rgba(56, 245, 255, 0.22);
    border-radius: var(--r-card);
    padding: 16px;
    background: rgba(12, 14, 24, 0.55);
}

.stage-head[b-48cr5xvgk8] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

.stage-title[b-48cr5xvgk8] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--cyan);
}

.stage-count[b-48cr5xvgk8] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 13px;
    color: var(--muted-3);
}

.stage-count-num[b-48cr5xvgk8] {
    color: #fff;
}

.stage-bar[b-48cr5xvgk8] {
    height: 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    margin-bottom: 14px;
}

.stage-bar-fill[b-48cr5xvgk8] {
    height: 100%;
    background: linear-gradient(90deg, #38f5ff, #b6ff3a);
    box-shadow: 0 0 10px rgba(56, 245, 255, 0.6);
    transition: width 0.25s ease;
}

.stage-locked[b-48cr5xvgk8] {
    text-align: center;
    padding: 14px 8px;
    border: 1px solid rgba(182, 255, 58, 0.4);
    border-radius: var(--r-btn);
    background: rgba(182, 255, 58, 0.07);
}

.stage-locked-title[b-48cr5xvgk8] {
    font-family: var(--font-head);
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--lime);
    font-size: 14px;
}

.stage-locked-sub[b-48cr5xvgk8] {
    font-size: 11px;
    color: #9aa2c8;
    margin-top: 6px;
}

.stage-confirm[b-48cr5xvgk8] {
    display: block;
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: var(--r-btn);
    cursor: pointer;
    font-family: var(--font-head);
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    color: #06070d;
    background: linear-gradient(90deg, #38f5ff, #b6ff3a);
    box-shadow: 0 0 18px rgba(56, 245, 255, 0.45);
    transition: filter 0.15s ease;
}

/* Zero-spend confirm reads as a bank-it-all pass, not a placement — amber, not cyan-lime. */
.stage-confirm.is-pass[b-48cr5xvgk8] {
    background: linear-gradient(90deg, #ffcf4d, #ffe79a);
    box-shadow: 0 0 16px rgba(255, 207, 77, 0.4);
}

.stage-confirm:hover[b-48cr5xvgk8] {
    filter: brightness(1.08);
}

.stage-hint[b-48cr5xvgk8] {
    text-align: center;
    font-size: 10px;
    color: var(--muted-3);
    margin-top: 9px;
}

/* --- Rail: LOCKED IN roster (status only) --- */
.vote-roster[b-48cr5xvgk8] {
    margin-top: 16px;
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    padding: 16px;
    background: rgba(12, 14, 24, 0.55);
}

.vote-roster-head[b-48cr5xvgk8] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.vote-roster-title[b-48cr5xvgk8] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--muted-1);
}

.vote-roster-count[b-48cr5xvgk8] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 13px;
    color: var(--lime);
}

.vote-roster-list[b-48cr5xvgk8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vote-roster-row[b-48cr5xvgk8] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 8px;
    background: var(--fill-faint);
}

.vote-roster-row.locked[b-48cr5xvgk8] {
    background: rgba(182, 255, 58, 0.07);
}

.vr-avatar[b-48cr5xvgk8] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 10px;
    color: #0b0d16;
}

.vr-name[b-48cr5xvgk8] {
    flex: 1;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 13px;
    color: var(--muted-2);
}

.vote-roster-row.locked .vr-name[b-48cr5xvgk8] {
    color: var(--text);
}

.vr-status[b-48cr5xvgk8] {
    font-size: 12px;
    color: var(--muted-3);
    letter-spacing: 0.5px;
}

.vr-status.is-locked[b-48cr5xvgk8] {
    color: var(--lime);
}

/* --- Board: ACTIVE LIST (base mirrors the Add phase) --- */
.board-head[b-48cr5xvgk8] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
}

.board-title[b-48cr5xvgk8] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
}

.board-count[b-48cr5xvgk8] {
    color: var(--muted-3);
    font-weight: 600;
    font-size: 13px;
}

.board-frozen[b-48cr5xvgk8] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    letter-spacing: 1px;
    color: var(--amber);
}

.board-frozen-dot[b-48cr5xvgk8] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--amber);
}

.board-empty[b-48cr5xvgk8] {
    padding: 40px;
    text-align: center;
    font-size: 13px;
    color: var(--muted-2);
    border: 1px dashed var(--line);
    border-radius: var(--r-card);
    background: var(--fill-faint);
}

.board-grid[b-48cr5xvgk8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 14px;
}

.game-card[b-48cr5xvgk8] {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    padding: 14px;
    background: rgba(12, 14, 24, 0.55);
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* A card the player has staged credits on glows amber while unsealed. */
.game-card.has-staged[b-48cr5xvgk8] {
    border-color: rgba(255, 207, 77, 0.55);
    box-shadow: 0 0 16px rgba(255, 207, 77, 0.18);
}

.game-name[b-48cr5xvgk8] {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.15;
    color: #fff;
    min-height: 34px;
    margin-top: 2px;
}

.game-score[b-48cr5xvgk8] {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin: 8px 0 12px;
}

.game-pts[b-48cr5xvgk8] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 34px;
    line-height: 0.9;
    color: #c8cef0;
}

.game-pts-label[b-48cr5xvgk8] {
    font-size: 9px;
    color: var(--muted-3);
    letter-spacing: 1px;
    padding-bottom: 5px;
}

/* --- Board: per-game steppers --- */
.stepper[b-48cr5xvgk8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.step[b-48cr5xvgk8] {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.15s ease, border-color 0.15s ease;
}

.step-dec[b-48cr5xvgk8] {
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--text);
}

.step-dec:hover[b-48cr5xvgk8] {
    background: rgba(255, 77, 216, 0.16);
    border-color: rgba(255, 77, 216, 0.5);
}

.step-inc[b-48cr5xvgk8] {
    border: 1px solid rgba(56, 245, 255, 0.4);
    color: var(--cyan);
}

.step-inc:hover[b-48cr5xvgk8] {
    background: rgba(56, 245, 255, 0.2);
}

.step-pill[b-48cr5xvgk8] {
    flex: 1;
    height: 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
}

.step-pill.has-staged[b-48cr5xvgk8] {
    background: rgba(255, 207, 77, 0.1);
    border-color: rgba(255, 207, 77, 0.4);
}

.step-num[b-48cr5xvgk8] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 15px;
    color: var(--muted-3);
}

.step-pill.has-staged .step-num[b-48cr5xvgk8] {
    color: var(--amber);
}

.step-label[b-48cr5xvgk8] {
    font-size: 9px;
    color: var(--muted-2);
    letter-spacing: 1px;
}

/* The sealed player's own staged amount, shown after they lock in. */
.you-staged[b-48cr5xvgk8] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 9px;
    background: rgba(255, 207, 77, 0.08);
    border: 1px solid rgba(255, 207, 77, 0.28);
}

.you-staged-label[b-48cr5xvgk8] {
    font-size: 9px;
    letter-spacing: 1px;
    color: var(--amber);
}

.you-staged-num[b-48cr5xvgk8] {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 15px;
    color: var(--amber);
}
