/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ciibuxqlv1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ciibuxqlv1] {
    flex: 1;
}

.sidebar[b-ciibuxqlv1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ciibuxqlv1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ciibuxqlv1]  a, .top-row[b-ciibuxqlv1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ciibuxqlv1]  a:hover, .top-row[b-ciibuxqlv1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ciibuxqlv1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ciibuxqlv1] {
        justify-content: space-between;
    }

    .top-row[b-ciibuxqlv1]  a, .top-row[b-ciibuxqlv1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ciibuxqlv1] {
        flex-direction: row;
    }

    .sidebar[b-ciibuxqlv1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ciibuxqlv1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ciibuxqlv1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ciibuxqlv1], article[b-ciibuxqlv1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ciibuxqlv1] {
    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-ciibuxqlv1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-eqn3jit13c] {
    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-eqn3jit13c] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-eqn3jit13c] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-eqn3jit13c] {
    font-size: 1.1rem;
}

.bi[b-eqn3jit13c] {
    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-eqn3jit13c] {
    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-eqn3jit13c] {
    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-eqn3jit13c] {
    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-eqn3jit13c] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-eqn3jit13c] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-eqn3jit13c] {
        padding-bottom: 1rem;
    }

    .nav-item[b-eqn3jit13c]  .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-eqn3jit13c]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-eqn3jit13c]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-eqn3jit13c] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-eqn3jit13c] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-eqn3jit13c] {
        display: none;
    }

    .nav-scrollable[b-eqn3jit13c] {
        /* 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-yzte5lj55s],
.components-reconnect-repeated-attempt-visible[b-yzte5lj55s],
.components-reconnect-failed-visible[b-yzte5lj55s],
.components-pause-visible[b-yzte5lj55s],
.components-resume-failed-visible[b-yzte5lj55s],
.components-rejoining-animation[b-yzte5lj55s] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yzte5lj55s],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yzte5lj55s],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yzte5lj55s],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yzte5lj55s],
#components-reconnect-modal.components-reconnect-retrying[b-yzte5lj55s],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yzte5lj55s],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yzte5lj55s],
#components-reconnect-modal.components-reconnect-failed[b-yzte5lj55s],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yzte5lj55s] {
    display: block;
}


#components-reconnect-modal[b-yzte5lj55s] {
    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-yzte5lj55s 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yzte5lj55s 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yzte5lj55s 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-yzte5lj55s]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yzte5lj55s 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yzte5lj55s {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yzte5lj55s {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yzte5lj55s {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yzte5lj55s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yzte5lj55s] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yzte5lj55s] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yzte5lj55s] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yzte5lj55s] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yzte5lj55s] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yzte5lj55s] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yzte5lj55s 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yzte5lj55s] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yzte5lj55s {
    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/Admin.razor.rz.scp.css */
.admin[b-0bdwglhcyo] {
    min-height: 100vh;
    background: #0a1430;
    color: #eaf0ff;
    font-family: system-ui, sans-serif;
    padding: 1rem;
    box-sizing: border-box;
}

/* ---- topbar ---- */
.topbar[b-0bdwglhcyo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: .5rem;
}
.brand[b-0bdwglhcyo] { font-size: 1.3rem; font-weight: 800; }
.brand span[b-0bdwglhcyo] { color: #ffd23f; }
.topbar-right[b-0bdwglhcyo] { display: flex; align-items: center; gap: 1rem; }
.link-display[b-0bdwglhcyo] { color: #4cd4b0; text-decoration: none; font-weight: 600; }
.link-display:hover[b-0bdwglhcyo] { text-decoration: underline; }

.status[b-0bdwglhcyo] { padding: .3rem .8rem; border-radius: 999px; font-size: .85rem; font-weight: 700; }
.status-idle[b-0bdwglhcyo] { background: #33415c; }
.status-live[b-0bdwglhcyo] { background: #1f7a4d; }
.status-frozen[b-0bdwglhcyo] { background: #9a7d1f; }
.status-waiting[b-0bdwglhcyo] { background: #2c64d6; }
.status-finished[b-0bdwglhcyo] { background: #8a2f2f; }

/* ---- grid ---- */
.grid[b-0bdwglhcyo] {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 1rem;
    align-items: start;
}
@media (max-width: 850px) {
    .grid[b-0bdwglhcyo] { grid-template-columns: 1fr; }
}

.panel[b-0bdwglhcyo] {
    background: #111d44;
    border: 1px solid #23356e;
    border-radius: 16px;
    padding: 1.25rem;
}
.panel h2[b-0bdwglhcyo] { margin: 0 0 .75rem; font-size: 1.05rem; color: #9fb6e8; text-transform: uppercase; letter-spacing: .5px; }
.panel h2.mt[b-0bdwglhcyo] { margin-top: 1.5rem; }

/* ---- config fields ---- */
fieldset[b-0bdwglhcyo] { border: none; padding: 0; margin: 0; }
fieldset[disabled][b-0bdwglhcyo] { opacity: .55; }
.field[b-0bdwglhcyo] { margin-bottom: .9rem; }
.field > label[b-0bdwglhcyo] { display: block; font-size: .85rem; color: #b9c6e6; margin-bottom: .25rem; }
.field input[type=number][b-0bdwglhcyo] {
    width: 100%; padding: .5rem .6rem; border-radius: 8px;
    border: 1px solid #2c3f78; background: #0a1430; color: #fff; font-size: 1rem;
}
.radio-row[b-0bdwglhcyo] { display: flex; gap: 1rem; }
.radio-row label[b-0bdwglhcyo] { display: flex; align-items: center; gap: .35rem; font-size: .95rem; }

.words-info[b-0bdwglhcyo] { color: #9fb6e8; font-size: .9rem; margin: .25rem 0 .6rem; }
.paste[b-0bdwglhcyo] { margin-top: .6rem; }
.paste summary[b-0bdwglhcyo] { cursor: pointer; color: #9fb6e8; font-size: .9rem; }
.paste textarea[b-0bdwglhcyo] {
    width: 100%; margin-top: .5rem; padding: .5rem; border-radius: 8px;
    border: 1px solid #2c3f78; background: #0a1430; color: #fff; resize: vertical;
    box-sizing: border-box;
}
.msg[b-0bdwglhcyo] { color: #4cd4b0; font-size: .85rem; margin: .6rem 0 0; }
.filepath[b-0bdwglhcyo] { color: #5e6f9c; font-size: .72rem; margin: .8rem 0 0; word-break: break-all; }

/* ---- buttons ---- */
.btn[b-0bdwglhcyo] {
    border: none; border-radius: 10px; padding: .7rem 1rem; font-size: 1rem;
    font-weight: 700; cursor: pointer; color: #fff; transition: filter .12s, transform .05s;
}
.btn:hover:not(:disabled)[b-0bdwglhcyo] { filter: brightness(1.12); }
.btn:active:not(:disabled)[b-0bdwglhcyo] { transform: translateY(1px); }
.btn:disabled[b-0bdwglhcyo] { opacity: .4; cursor: not-allowed; }
.btn-apply[b-0bdwglhcyo] { background: #2c64d6; width: 100%; margin-top: .3rem; }
.btn-sec[b-0bdwglhcyo] { background: #2c3f78; width: 100%; margin-bottom: .4rem; }

/* ---- scoreboard ---- */
.scoreboard[b-0bdwglhcyo] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1rem; }
.metric[b-0bdwglhcyo] { background: #0a1430; border: 1px solid #23356e; border-radius: 14px; padding: .8rem; text-align: center; }
.metric-label[b-0bdwglhcyo] { color: #9fb6e8; font-size: .8rem; text-transform: uppercase; letter-spacing: 1px; }
.metric-value[b-0bdwglhcyo] { font-size: 2.6rem; font-weight: 800; line-height: 1; margin-top: .2rem; }
.metric .of[b-0bdwglhcyo] { font-size: 1.1rem; color: #6b7ba8; }
.timer.danger .metric-value[b-0bdwglhcyo] { color: #ff5d5d; animation: pulse-b-0bdwglhcyo .8s infinite; }
.score .metric-value[b-0bdwglhcyo] { color: #ffd23f; }
@keyframes pulse-b-0bdwglhcyo { 50% { opacity: .45; } }

/* ---- main controls ---- */
.controls-main[b-0bdwglhcyo] { display: flex; gap: 1rem; margin-bottom: 1rem; }
.controls-main .btn[b-0bdwglhcyo] { flex: 1; font-size: 1.2rem; padding: .9rem; }
.btn-start[b-0bdwglhcyo] { background: #1f9d57; }
.btn-stop[b-0bdwglhcyo] { background: #c79023; }
.btn-reset[b-0bdwglhcyo] { background: #3a4a73; max-width: 140px; }

/* ---- word stage ---- */
.word-stage[b-0bdwglhcyo] {
    background: #0a1430; border: 1px solid #23356e; border-radius: 14px;
    min-height: 180px; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: .6rem; padding: 1.2rem; margin-bottom: 1rem;
}
.word-badges[b-0bdwglhcyo] { display: flex; gap: .5rem; }
.badge[b-0bdwglhcyo] { padding: .25rem .7rem; border-radius: 999px; font-size: .75rem; font-weight: 700; letter-spacing: .5px; }
.badge-called[b-0bdwglhcyo] { background: #ffd23f; color: #20160a; }
.badge-shown[b-0bdwglhcyo] { background: #1f7a4d; }
.badge-hidden[b-0bdwglhcyo] { background: #5b4a1c; }
.current-word[b-0bdwglhcyo] { font-size: clamp(2rem, 6vw, 4rem); font-weight: 800; text-align: center; word-break: break-word; }
.current-word.dim[b-0bdwglhcyo] { color: #6f80b0; }
.word-progress[b-0bdwglhcyo] { color: #6b7ba8; font-size: .85rem; }

.idle-msg[b-0bdwglhcyo] { color: #6f80b0; font-size: 1.2rem; }
.end-screen[b-0bdwglhcyo] { text-align: center; }
.end-title[b-0bdwglhcyo] { font-size: 1.5rem; color: #ffd23f; font-weight: 800; }
.end-score[b-0bdwglhcyo] { font-size: 3rem; font-weight: 800; }
.end-stats[b-0bdwglhcyo] { color: #9fb6e8; margin-top: .5rem; font-size: 1.1rem; }

/* ---- actions ---- */
.actions[b-0bdwglhcyo] { display: flex; flex-direction: column; gap: .7rem; margin-bottom: 1rem; }
.actions-row[b-0bdwglhcyo] { display: flex; gap: .7rem; }
.actions-row .btn[b-0bdwglhcyo] { flex: 1; }
.btn-call[b-0bdwglhcyo] { background: #6b5cc4; }
.btn-call.active[b-0bdwglhcyo] { background: #ffd23f; color: #20160a; }
.btn-reveal[b-0bdwglhcyo] { background: #2c64d6; }
.btn-correct[b-0bdwglhcyo] { background: #1f9d57; }
.btn-wrong[b-0bdwglhcyo] { background: #c83838; }
.btn-pass[b-0bdwglhcyo] { background: #586a8f; }
.pts[b-0bdwglhcyo] { font-weight: 800; opacity: .85; margin-left: .3rem; }

.stats-bar[b-0bdwglhcyo] { text-align: center; color: #9fb6e8; font-size: .9rem; }
.stats-bar b[b-0bdwglhcyo] { color: #fff; }

/* ---- sorgente parole ---- */
.field select[b-0bdwglhcyo] {
    width: 100%; padding: .55rem .6rem; border-radius: 8px;
    border: 1px solid #2c3f78; background: #0a1430; color: #fff; font-size: 1rem;
}
.field textarea[b-0bdwglhcyo] {
    width: 100%; padding: .5rem; border-radius: 8px; box-sizing: border-box;
    border: 1px solid #2c3f78; background: #0a1430; color: #fff; resize: vertical;
}
.field textarea + .btn-sec[b-0bdwglhcyo] { margin-top: .5rem; }
.field input[type=file][b-0bdwglhcyo] { width: 100%; color: #b9c6e6; font-size: .9rem; }
.field input[type=file][b-0bdwglhcyo]::file-selector-button {
    background: #2c3f78; color: #fff; border: none; border-radius: 8px;
    padding: .45rem .8rem; margin-right: .6rem; cursor: pointer; font-weight: 600;
}

.next-hint[b-0bdwglhcyo] { text-align: center; color: #ffd23f; font-size: .85rem; font-weight: 600; }

/* ---- manda prossima parola ---- */
.send-label[b-0bdwglhcyo] { text-align: center; color: #9fb6e8; font-size: .9rem; margin-bottom: .2rem; }
.send-row .btn[b-0bdwglhcyo] { flex: 1; font-size: 1.05rem; padding: .9rem; }
.btn-next[b-0bdwglhcyo] { background: #2c64d6; }
.btn-next2[b-0bdwglhcyo] { background: #b8860b; }
.actions-hint[b-0bdwglhcyo] { text-align: center; color: #6f80b0; font-size: .95rem; padding: .6rem; }
.frozen-tag[b-0bdwglhcyo] { color: #ffd23f; font-weight: 600; }
/* /Components/Pages/Display.razor.rz.scp.css */
.display[b-glgzkwt5f6] {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    font-family: system-ui, sans-serif;
    color: #fff;
    background: radial-gradient(circle at 50% 35%, #16306b 0%, #060c20 75%);
    overflow: hidden;
    transition: background .25s;
}
.display.is-word[b-glgzkwt5f6] { background: radial-gradient(circle at 50% 40%, #1c3f8a 0%, #081027 75%); }
.display.is-finished[b-glgzkwt5f6] { background: radial-gradient(circle at 50% 40%, #7a2b2b 0%, #1a0808 80%); }

/* ---- HUD (tempo + punti) ---- */
.hud[b-glgzkwt5f6] {
    display: flex;
    justify-content: space-between;
    padding: 2vh 4vw;
    flex-shrink: 0;
}
.hud-item[b-glgzkwt5f6] { display: flex; flex-direction: column; align-items: center; }
.hud-label[b-glgzkwt5f6] { font-size: 1.4vw; letter-spacing: .3vw; color: #9fb6e8; font-weight: 700; }
.hud-value[b-glgzkwt5f6] { font-size: 5vw; font-weight: 800; line-height: 1; }
.hud-value.score[b-glgzkwt5f6] { color: #ffd23f; }
.hud-value.passes[b-glgzkwt5f6] { color: #7fd4ff; }
.hud-value .of[b-glgzkwt5f6] { font-size: 2.4vw; color: #6b7ba8; }
.hud-value.danger[b-glgzkwt5f6] { color: #ff5d5d; animation: pulse-b-glgzkwt5f6 .8s infinite; }
@keyframes pulse-b-glgzkwt5f6 { 50% { opacity: .4; } }

/* ---- palco centrale ---- */
.stage[b-glgzkwt5f6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vh;
    padding: 2vh 5vw;
    text-align: center;
}

.word[b-glgzkwt5f6] {
    font-size: clamp(3rem, 13vw, 16rem);
    font-weight: 900;
    line-height: 1.02;
    word-break: break-word;
    text-transform: uppercase;
    letter-spacing: .2vw;
    text-shadow: 0 0.5vw 2vw rgba(0,0,0,.5);
    animation: pop-b-glgzkwt5f6 .18s ease-out;
}
@keyframes pop-b-glgzkwt5f6 { from { transform: scale(.85); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.ready[b-glgzkwt5f6] { font-size: 6vw; font-weight: 800; color: #9fb6e8; letter-spacing: 1vw; }
.dots[b-glgzkwt5f6] { font-size: 8vw; color: #44587f; animation: blink-b-glgzkwt5f6 1.2s infinite; }
@keyframes blink-b-glgzkwt5f6 { 50% { opacity: .3; } }

.called-tag[b-glgzkwt5f6] {
    background: #ffd23f; color: #20160a; font-weight: 800;
    padding: .8vh 2vw; border-radius: 999px; font-size: 2.4vw;
    box-shadow: 0 0 3vw rgba(255,210,63,.5);
}
.called-tag.big[b-glgzkwt5f6] { font-size: 3.5vw; }

.big-msg[b-glgzkwt5f6] { font-size: 9vw; font-weight: 900; letter-spacing: 1vw; }
.big-msg.dim[b-glgzkwt5f6] { color: #5e6f9c; }
.final-score[b-glgzkwt5f6] { font-size: 6vw; font-weight: 800; color: #ffd23f; }

/* /Components/Pages/Remote.razor.rz.scp.css */
.remote[b-8uff8bccty] {
    position: fixed;
    inset: 0;
    background: #0a1430;
    display: flex;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.rbtn[b-8uff8bccty] {
    flex: 1;
    width: 100%;
    border: none;
    background: linear-gradient(180deg, #e23b3b 0%, #b81e1e 100%);
    color: #fff;
    font-family: system-ui, sans-serif;
    font-size: 28vw;
    font-weight: 900;
    letter-spacing: 1vw;
    cursor: pointer;
    transition: transform .06s, filter .1s;
}
.rbtn:active[b-8uff8bccty] {
    transform: scale(.97);
    filter: brightness(1.12);
}
