/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-yv7sw3hy34] {
    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-yv7sw3hy34] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.app-background[b-yv7sw3hy34] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    box-sizing: border-box;
    background:
        radial-gradient(circle at 20% 20%, rgba(64, 224, 208, 0.25), transparent 40%),
        radial-gradient(circle at 80% 10%, rgba(0, 153, 255, 0.25), transparent 45%),
        radial-gradient(circle at 50% 90%, rgba(138, 43, 226, 0.22), transparent 50%),
        linear-gradient(135deg, #08132a 0%, #0d1d3b 45%, #17123f 100%);
}

.app-shell[b-yv7sw3hy34] {
    width: min(720px, 100%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
    box-shadow:
        0 24px 60px rgba(1, 10, 34, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-otj3x8tf67],
.components-reconnect-repeated-attempt-visible[b-otj3x8tf67],
.components-reconnect-failed-visible[b-otj3x8tf67],
.components-pause-visible[b-otj3x8tf67],
.components-resume-failed-visible[b-otj3x8tf67],
.components-rejoining-animation[b-otj3x8tf67] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-otj3x8tf67 {
    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/Home.razor.rz.scp.css */
.home-panel[b-hp0xhw5jei] {
    color: #eff7ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
    padding: 3.2rem 2rem;
}

.home-panel h1[b-hp0xhw5jei] {
    margin: 0;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    text-shadow: 0 0 24px rgba(101, 199, 255, 0.35);
}

.home-panel p[b-hp0xhw5jei] {
    margin: 0;
    color: rgba(238, 247, 255, 0.78);
    letter-spacing: 0.08em;
}

.home-actions[b-hp0xhw5jei] {
    margin-top: 1.4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.action-button[b-hp0xhw5jei] {
    min-width: 132px;
    border: 1px solid rgba(133, 223, 255, 0.5);
    border-radius: 999px;
    padding: 0.72rem 1.35rem;
    color: #e9f8ff;
    font-weight: 600;
    letter-spacing: 0.06em;
    cursor: pointer;
    background: linear-gradient(135deg, rgba(27, 177, 255, 0.52), rgba(104, 72, 255, 0.45));
    box-shadow:
        0 10px 28px rgba(19, 73, 160, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.action-button:hover[b-hp0xhw5jei] {
    transform: translateY(-1px);
    border-color: rgba(176, 238, 255, 0.75);
    box-shadow:
        0 14px 34px rgba(20, 93, 191, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.action-button:active[b-hp0xhw5jei] {
    transform: translateY(0);
}

.action-button:disabled[b-hp0xhw5jei] {
    opacity: 0.65;
    cursor: not-allowed;
}

.loading-overlay[b-hp0xhw5jei],
.dialog-overlay[b-hp0xhw5jei] {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    background: rgba(3, 10, 26, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.loading-card[b-hp0xhw5jei],
.dialog-card[b-hp0xhw5jei] {
    width: min(420px, calc(100vw - 2.4rem));
    padding: 1.6rem;
    border-radius: 18px;
    border: 1px solid rgba(150, 227, 255, 0.35);
    background: linear-gradient(145deg, rgba(17, 33, 72, 0.9), rgba(20, 20, 58, 0.78));
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
    text-align: center;
}

.loading-title[b-hp0xhw5jei] {
    margin-top: 1rem;
    color: #f0f8ff;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.loading-subtitle[b-hp0xhw5jei] {
    margin-top: 0.35rem;
    color: rgba(224, 241, 255, 0.75);
    font-size: 0.88rem;
}

.spinner[b-hp0xhw5jei] {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid rgba(155, 229, 255, 0.25);
    border-top-color: #85e9ff;
    border-right-color: #9f8dff;
    animation: spin-b-hp0xhw5jei 0.9s linear infinite;
}

.dialog-card h2[b-hp0xhw5jei] {
    margin: 0;
    color: #eff9ff;
    font-size: 1.15rem;
}

.dialog-input[b-hp0xhw5jei] {
    width: 100%;
    margin-top: 1rem;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid rgba(170, 229, 255, 0.35);
    background: rgba(2, 9, 24, 0.5);
    color: #f3fbff;
    padding: 0.68rem 0.9rem;
    outline: none;
}

.dialog-input:focus[b-hp0xhw5jei] {
    border-color: rgba(145, 235, 255, 0.8);
    box-shadow: 0 0 0 3px rgba(53, 185, 255, 0.2);
}

.dialog-actions[b-hp0xhw5jei] {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.action-button.ghost[b-hp0xhw5jei] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(180, 230, 255, 0.35);
}

.feedback-toast[b-hp0xhw5jei] {
    position: fixed;
    top: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 110;
    min-width: min(460px, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    border-radius: 12px;
    padding: 0.72rem 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #eff8ff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.feedback-toast.success[b-hp0xhw5jei] {
    background: linear-gradient(135deg, rgba(46, 161, 114, 0.82), rgba(22, 129, 172, 0.8));
}

.feedback-toast.error[b-hp0xhw5jei] {
    background: linear-gradient(135deg, rgba(172, 53, 114, 0.82), rgba(176, 71, 58, 0.8));
}

.feedback-close[b-hp0xhw5jei] {
    border: 0;
    background: transparent;
    color: #f7fdff;
    cursor: pointer;
    font-size: 0.92rem;
}

@keyframes spin-b-hp0xhw5jei {
    to {
        transform: rotate(360deg);
    }
}
