/* /Components/Layout/MainLayout.razor.rz.scp.css */
.dashboard-shell[b-8atg6szlq4] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    background: radial-gradient(circle at 90% 10%, #e1f9ff 0%, #f4f7fa 45%, #eef2f6 100%);
}

.sidebar[b-8atg6szlq4] {
    padding: 1.5rem 1.1rem;
    border-right: 1px solid #d4dde8;
    background: linear-gradient(170deg, #101f39 0%, #122d4f 55%, #214b75 100%);
    color: #f2f8ff;
}

.brand[b-8atg6szlq4] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.25rem;
    padding: 0.75rem;
    border: 1px solid rgba(235, 243, 255, 0.2);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.brand-accent[b-8atg6szlq4] {
    width: 14px;
    height: 38px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2ce3c8 0%, #f9b24d 100%);
}

.brand-caption[b-8atg6szlq4] {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(227, 237, 253, 0.88);
}

.brand-title[b-8atg6szlq4] {
    margin: 0.08rem 0 0;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #f8fbff;
}

.workspace[b-8atg6szlq4] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 100vh;
}

.top-row[b-8atg6szlq4] {
    position: sticky;
    top: 0;
    z-index: 3;
    padding: 1rem 1.8rem;
    border-bottom: 1px solid #d9e0ea;
    background: rgba(248, 251, 255, 0.88);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-caption[b-8atg6szlq4] {
    margin: 0;
    color: #465878;
    font-size: 0.75rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.top-title[b-8atg6szlq4] {
    margin: 0.2rem 0 0;
    font-size: 1.2rem;
    color: #132847;
    font-weight: 600;
}

.top-actions[b-8atg6szlq4] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.top-badge[b-8atg6szlq4] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 0.76rem;
    padding: 0.38rem 0.86rem;
    border: 1px solid #c9d8ea;
    color: #204372;
    background: #e7f0fb;
    font-weight: 600;
    white-space: nowrap;
}

.content[b-8atg6szlq4] {
    padding: 1.5rem 1.8rem 2.5rem;
}

.login-content[b-8atg6szlq4] {
    min-height: 100vh;
    padding: 1.5rem 1rem 2rem;
    background: radial-gradient(circle at 86% 14%, #d6efff 0%, #ecf3fa 42%, #edf3f8 100%);
}

.logout-button[b-8atg6szlq4] {
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.8rem;
}

#blazor-error-ui[b-8atg6szlq4] {
    color-scheme: light only;
    background: #fef3b6;
    border-top: 1px solid #f3da65;
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-8atg6szlq4] {
    cursor: pointer;
    float: right;
}

.language-label[b-8atg6szlq4] {
    font-size: 0.75rem;
    color: #35557f;
    font-weight: 600;
}

.language-select[b-8atg6szlq4] {
    border: 1px solid #bfd2e7;
    border-radius: 999px;
    background: #f7fbff;
    color: #1b436f;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.32rem 0.68rem;
}

@media (max-width: 900px) {
    .dashboard-shell[b-8atg6szlq4] {
        grid-template-columns: 1fr;
    }

    .sidebar[b-8atg6szlq4] {
        padding: 1rem;
        border-right: none;
        border-bottom: 1px solid #d4dde8;
    }

    .top-row[b-8atg6szlq4] {
        padding: 0.9rem 1rem;
    }

    .top-title[b-8atg6szlq4] {
        font-size: 1rem;
    }

    .top-badge[b-8atg6szlq4] {
        display: none;
    }

    .language-label[b-8atg6szlq4] {
        display: none;
    }

    .content[b-8atg6szlq4] {
        padding: 1rem 1rem 1.5rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-5bw5smxgd6] {
    display: grid;
    gap: 0.35rem;
}

.nav-menu[b-5bw5smxgd6]  .nav-link-item {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.75rem;
    border-radius: 12px;
    color: #e6f1fd;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
    font-weight: 500;
}

.nav-menu[b-5bw5smxgd6]  .nav-link-item:hover {
    border-color: rgba(180, 212, 245, 0.4);
    background-color: rgba(233, 244, 255, 0.1);
    transform: translateX(2px);
}

.nav-menu[b-5bw5smxgd6]  .nav-link-item.active {
    color: #112138;
    border-color: rgba(255, 255, 255, 0.65);
    background: linear-gradient(90deg, #ecf8ff 0%, #e8f4ff 100%);
}

.nav-kicker[b-5bw5smxgd6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(205, 227, 249, 0.4);
    font-size: 0.68rem;
    letter-spacing: 0.05em;
}

.nav-menu[b-5bw5smxgd6]  .nav-link-item.active .nav-kicker {
    border-color: rgba(24, 69, 111, 0.35);
    background: rgba(38, 93, 142, 0.12);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0yad8kf8is],
.components-reconnect-repeated-attempt-visible[b-0yad8kf8is],
.components-reconnect-failed-visible[b-0yad8kf8is],
.components-pause-visible[b-0yad8kf8is],
.components-resume-failed-visible[b-0yad8kf8is],
.components-rejoining-animation[b-0yad8kf8is] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0yad8kf8is],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0yad8kf8is],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0yad8kf8is],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0yad8kf8is],
#components-reconnect-modal.components-reconnect-retrying[b-0yad8kf8is],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0yad8kf8is],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0yad8kf8is],
#components-reconnect-modal.components-reconnect-failed[b-0yad8kf8is],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0yad8kf8is] {
    display: block;
}


#components-reconnect-modal[b-0yad8kf8is] {
    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-0yad8kf8is 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0yad8kf8is 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0yad8kf8is 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0yad8kf8is]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0yad8kf8is 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0yad8kf8is {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0yad8kf8is {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0yad8kf8is {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0yad8kf8is] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0yad8kf8is] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0yad8kf8is] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0yad8kf8is] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0yad8kf8is] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0yad8kf8is] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0yad8kf8is] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0yad8kf8is 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0yad8kf8is] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0yad8kf8is {
    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;
    }
}
