/* /Components/Layout/AnonLayout.razor.rz.scp.css */
.anon-shell[b-qt1yi3vxqn] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f7;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-x9dq0tin2c],
.components-reconnect-repeated-attempt-visible[b-x9dq0tin2c],
.components-reconnect-failed-visible[b-x9dq0tin2c],
.components-pause-visible[b-x9dq0tin2c],
.components-resume-failed-visible[b-x9dq0tin2c],
.components-rejoining-animation[b-x9dq0tin2c] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-x9dq0tin2c {
    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 */
.views-chart[b-9pu6jxpmmn] {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 200px;
    margin-top: 16px;
}

.views-col[b-9pu6jxpmmn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.views-bar[b-9pu6jxpmmn] {
    width: 100%;
    max-width: 42px;
    border-radius: 4px 4px 0 0;
    background: #594ae2; /* MudBlazor primary */
    min-height: 2px;
}

.views-count[b-9pu6jxpmmn] {
    margin-top: 4px;
    font-size: 0.7rem;
    color: #888;
}

.views-axis[b-9pu6jxpmmn] {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    font-size: 0.75rem;
    color: #888;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-card[b-ecgt0k039c] {
    width: 340px;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: #fff;
}

.login-card h1[b-ecgt0k039c] {
    margin: 0 0 4px;
    font-size: 1.4rem;
}

.login-sub[b-ecgt0k039c] {
    margin: 0 0 20px;
    color: #666;
    font-size: 0.85rem;
}

.login-card label[b-ecgt0k039c] {
    display: block;
    margin: 12px 0 4px;
    font-size: 0.85rem;
    font-weight: 600;
}

.login-card input[b-ecgt0k039c] {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 6px;
    box-sizing: border-box;
}

.login-card button[b-ecgt0k039c] {
    width: 100%;
    height: 42px;
    margin-top: 20px;
    border: 0;
    border-radius: 6px;
    background: #594ae2; /* MudBlazor primary */
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.login-error[b-ecgt0k039c] {
    margin: 12px 0 0;
    color: #c62828;
    font-size: 0.85rem;
}
