/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-ua1thx2gnn] {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1400;
    overflow: hidden;
    background-color: transparent;
    border: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

    #components-reconnect-modal[b-ua1thx2gnn]::backdrop {
        background: rgba(10, 16, 28, 0.5);
    }

    #components-reconnect-modal.components-reconnect-show[b-ua1thx2gnn],
    #components-reconnect-modal[open][b-ua1thx2gnn],
    #components-reconnect-modal.components-reconnect-failed[b-ua1thx2gnn],
    #components-reconnect-modal.components-reconnect-repeated-attempt[b-ua1thx2gnn],
    #components-reconnect-modal.components-reconnect-paused[b-ua1thx2gnn],
    #components-reconnect-modal.components-reconnect-resume-failed[b-ua1thx2gnn],
    #components-reconnect-modal.components-pause[b-ua1thx2gnn],
    #components-reconnect-modal.components-resume-failed[b-ua1thx2gnn] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.components-reconnect-backdrop[b-ua1thx2gnn] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: radial-gradient(90% 60% at 80% 0%, color-mix(in srgb, var(--mud-palette-primary, #594AE2) 12%, transparent), transparent 60%), radial-gradient(80% 55% at 0% 100%, color-mix(in srgb, var(--mud-palette-info, #2196f3) 16%, transparent), transparent 62%), rgba(8, 12, 20, 0.5);
}

.components-reconnect-surface[b-ua1thx2gnn] {
    width: min(480px, 100%);
    border-radius: var(--mud-default-borderradius, 12px);
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default, #e0e0e0) 70%, transparent);
    background: var(--mud-palette-surface, #fff);
    box-shadow: var(--mud-elevation-24, 0 16px 30px rgba(0, 0, 0, 0.28));
    color: var(--mud-palette-text-primary, #1f2937);
    padding: 20px 20px 18px;
}

.components-reconnect-header[b-ua1thx2gnn] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

    .components-reconnect-header h2[b-ua1thx2gnn] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.3;
    }

.components-reconnect-status-dot[b-ua1thx2gnn] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mud-palette-warning, #f59e0b);
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--mud-palette-warning, #f59e0b) 25%, transparent);
}

.components-reconnect-supporting[b-ua1thx2gnn],
.components-reconnect-message[b-ua1thx2gnn] {
    margin: 0;
    line-height: 1.45;
    font-size: 0.95rem;
}

.components-reconnect-supporting[b-ua1thx2gnn] {
    color: var(--mud-palette-text-secondary, #52607a);
    margin-bottom: 14px;
}

.components-reconnect-message[b-ua1thx2gnn] {
    font-weight: 500;
}

.components-reconnect-danger[b-ua1thx2gnn] {
    color: var(--mud-palette-error, #b00020);
}

.components-reconnect-actions[b-ua1thx2gnn] {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.components-reconnect-first-attempt-visible[b-ua1thx2gnn],
.components-reconnect-repeated-attempt-visible[b-ua1thx2gnn],
.components-reconnect-failed-visible[b-ua1thx2gnn],
.components-pause-visible[b-ua1thx2gnn],
.components-resume-failed-visible[b-ua1thx2gnn] {
    display: none;
}

dialog[open].components-reconnect-show .components-reconnect-first-attempt-visible[b-ua1thx2gnn] {
    display: block;
}

dialog[open].components-reconnect-show .components-rejoin-loader[b-ua1thx2gnn] {
    display: inline-flex;
}

dialog[open].components-reconnect-failed .components-reconnect-failed-visible[b-ua1thx2gnn] {
    display: block;
}

dialog[open].components-reconnect-failed #components-reconnect-button[b-ua1thx2gnn] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-reconnect-repeated-attempt-visible[b-ua1thx2gnn] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-rejoin-loader[b-ua1thx2gnn] {
    display: inline-flex;
}

dialog[open].components-reconnect-paused .components-pause-visible[b-ua1thx2gnn],
dialog[open].components-pause .components-pause-visible[b-ua1thx2gnn] {
    display: block;
}

dialog[open].components-reconnect-paused #components-resume-button[b-ua1thx2gnn],
dialog[open].components-pause #components-resume-button[b-ua1thx2gnn],
dialog[open].components-reconnect-resume-failed #components-resume-button[b-ua1thx2gnn],
dialog[open].components-resume-failed #components-resume-button[b-ua1thx2gnn] {
    display: block;
}

dialog[open].components-reconnect-resume-failed .components-resume-failed-visible[b-ua1thx2gnn],
dialog[open].components-resume-failed .components-resume-failed-visible[b-ua1thx2gnn] {
    display: block;
}

.components-rejoin-loader[b-ua1thx2gnn] {
    display: none;
    margin-bottom: 10px;
    gap: 8px;
}

    .components-rejoin-loader div[b-ua1thx2gnn] {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: var(--mud-palette-primary, #594AE2);
        animation: reconnect-pulse-b-ua1thx2gnn 1.2s infinite ease-in-out both;
    }

        .components-rejoin-loader div:nth-child(1)[b-ua1thx2gnn] {
            animation-delay: -0.24s;
        }

        .components-rejoin-loader div:nth-child(2)[b-ua1thx2gnn] {
            animation-delay: -0.12s;
        }

@keyframes reconnect-pulse-b-ua1thx2gnn {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

#components-reconnect-button[b-ua1thx2gnn],
#components-resume-button[b-ua1thx2gnn] {
    display: none;
    min-width: 92px;
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--mud-palette-primary, #594AE2);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    transition: filter 140ms ease, transform 140ms ease;
}

    #components-reconnect-button:hover[b-ua1thx2gnn],
    #components-resume-button:hover[b-ua1thx2gnn] {
        filter: brightness(0.95);
    }

    #components-reconnect-button:active[b-ua1thx2gnn],
    #components-resume-button:active[b-ua1thx2gnn] {
        transform: translateY(1px);
    }

@media (max-width: 600px) {
    .components-reconnect-backdrop[b-ua1thx2gnn] {
        padding: 14px;
    }

    .components-reconnect-surface[b-ua1thx2gnn] {
        padding: 16px;
    }
}
/* /Components/Pages/QuizPlayer.razor.rz.scp.css */
/* Timer Animation Keyframes - Reusable for different elements */

/* Vertical drain animation (top to bottom) - for vertical bars */
@keyframes timer-drain-vertical-b-z82n9r6m06 {
    from {
        height: 100%;
    }
    to {
        height: 0%;
    }
}

/* Horizontal drain animation (right to left) - for horizontal bars */
@keyframes timer-drain-horizontal-b-z82n9r6m06 {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

/* Opacity fade animation - can be combined with other animations */
@keyframes timer-fade-b-z82n9r6m06 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.3;
    }
}

/* Scale shrink animation - alternative visual effect */
@keyframes timer-shrink-b-z82n9r6m06 {
    from {
        transform: scaleY(1);
    }
    to {
        transform: scaleY(0);
    }
}

/* Countdown number animation */
@keyframes timer-countdown-pulse-b-z82n9r6m06 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Timer Bar Styles */
.timer-container[b-z82n9r6m06] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48px;
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.timer-bar-track[b-z82n9r6m06] {
    flex: 1;
    width: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.timer-bar-fill[b-z82n9r6m06] {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #f44336, #ff9800, #4caf50);
    border-radius: 12px;
    transform-origin: bottom;
}

/* Apply the drain animation - duration is set via inline style */
.timer-bar-fill.timer-active[b-z82n9r6m06] {
    animation-name: timer-drain-vertical-b-z82n9r6m06;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.timer-countdown[b-z82n9r6m06] {
    margin-top: 8px;
    font-size: 1.25rem;
    font-weight: bold;
    font-variant-numeric: tabular-nums;
    min-width: 2ch;
    text-align: center;
}

/* Utility classes for applying timer animations to any element */
.timer-animate-vertical[b-z82n9r6m06] {
    animation-name: timer-drain-vertical-b-z82n9r6m06;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.timer-animate-horizontal[b-z82n9r6m06] {
    animation-name: timer-drain-horizontal-b-z82n9r6m06;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.timer-animate-shrink[b-z82n9r6m06] {
    animation-name: timer-shrink-b-z82n9r6m06;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform-origin: bottom;
}

.timer-animate-fade[b-z82n9r6m06] {
    animation-name: timer-fade-b-z82n9r6m06;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
/* /Components/Pages/QuizSpectator.razor.rz.scp.css */
/* Timer Animation Keyframes - Reusable for different elements */

/* Vertical drain animation (top to bottom) - for vertical bars */
@keyframes timer-drain-vertical-b-5jtrnn4wz0 {
    from {
        height: 100%;
    }
    to {
        height: 0%;
    }
}

/* Horizontal drain animation (right to left) - for horizontal bars */
@keyframes timer-drain-horizontal-b-5jtrnn4wz0 {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

/* Opacity fade animation - can be combined with other animations */
@keyframes timer-fade-b-5jtrnn4wz0 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.3;
    }
}

/* Scale shrink animation - alternative visual effect */
@keyframes timer-shrink-b-5jtrnn4wz0 {
    from {
        transform: scaleY(1);
    }
    to {
        transform: scaleY(0);
    }
}

/* Countdown number animation */
@keyframes timer-countdown-pulse-b-5jtrnn4wz0 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Timer Bar Styles */
.timer-container[b-5jtrnn4wz0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48px;
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.timer-bar-track[b-5jtrnn4wz0] {
    flex: 1;
    width: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.timer-bar-fill[b-5jtrnn4wz0] {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #f44336, #ff9800, #4caf50);
    border-radius: 12px;
    transform-origin: bottom;
}

/* Apply the drain animation - duration is set via inline style */
.timer-bar-fill.timer-active[b-5jtrnn4wz0] {
    animation-name: timer-drain-vertical-b-5jtrnn4wz0;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.timer-countdown[b-5jtrnn4wz0] {
    margin-top: 8px;
    font-size: 1.25rem;
    font-weight: bold;
    font-variant-numeric: tabular-nums;
    min-width: 2ch;
    text-align: center;
}

/* Utility classes for applying timer animations to any element */
.timer-animate-vertical[b-5jtrnn4wz0] {
    animation-name: timer-drain-vertical-b-5jtrnn4wz0;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.timer-animate-horizontal[b-5jtrnn4wz0] {
    animation-name: timer-drain-horizontal-b-5jtrnn4wz0;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.timer-animate-shrink[b-5jtrnn4wz0] {
    animation-name: timer-shrink-b-5jtrnn4wz0;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform-origin: bottom;
}

.timer-animate-fade[b-5jtrnn4wz0] {
    animation-name: timer-fade-b-5jtrnn4wz0;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
