/* _content/EsWebSoftClient/Components/Layout/LoginLayout.razor.rz.scp.css */
.login-shell[b-6anl7k96dt] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    position: relative;
    background:
        radial-gradient(900px 500px at 15% 20%, rgba(96, 165, 250, 0.28), transparent 55%),
        radial-gradient(700px 400px at 90% 10%, rgba(37, 99, 235, 0.12), transparent 45%),
        linear-gradient(160deg, #f8fbff 0%, #eef5ff 45%, #f7faff 100%);
}

.login-lang[b-6anl7k96dt] {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
}

.login-panel[b-6anl7k96dt] {
    width: min(420px, 100%);
}
/* _content/EsWebSoftClient/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-8d3vyp8kj4] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(1100px 520px at 8% -10%, rgba(96, 165, 250, 0.22), transparent 55%),
        radial-gradient(900px 480px at 95% 0%, rgba(37, 99, 235, 0.1), transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #f3f7fc 100%);
}

.site-header[b-8d3vyp8kj4] {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(191, 219, 254, 0.75);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.05);
}

.header-inner[b-8d3vyp8kj4] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0.85rem 1.5rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.25rem;
}

.header-brand[b-8d3vyp8kj4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    min-width: 0;
}

.brand-mark[b-8d3vyp8kj4] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    color: white;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
    flex-shrink: 0;
}

.brand-text[b-8d3vyp8kj4] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-name[b-8d3vyp8kj4] {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: #0f172a;
    font-size: 1rem;
}

.brand-sub[b-8d3vyp8kj4] {
    font-size: 0.75rem;
    color: #64748b;
}

.header-user[b-8d3vyp8kj4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    justify-self: center;
}

.user-chip[b-8d3vyp8kj4] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.28rem 0.7rem 0.28rem 0.28rem;
    border-radius: 999px;
    background: rgba(239, 246, 255, 0.95);
    border: 1px solid rgba(191, 219, 254, 0.9);
}

.user-avatar[b-8d3vyp8kj4] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #3b82f6, #93c5fd);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
}

.user-name[b-8d3vyp8kj4] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-logout[b-8d3vyp8kj4] {
    border: 1px solid rgba(191, 219, 254, 0.95);
    background: white;
    color: #475569;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn-logout:hover[b-8d3vyp8kj4] {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #93c5fd;
}

.lang-switch[b-8d3vyp8kj4] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.2rem;
    border-radius: 999px;
    background: rgba(239, 246, 255, 0.95);
    border: 1px solid rgba(191, 219, 254, 0.9);
}

.lang-switch a.lang-btn[b-8d3vyp8kj4],
.lang-switch a.lang-btn:link[b-8d3vyp8kj4],
.lang-switch a.lang-btn:visited[b-8d3vyp8kj4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    padding: 0;
    border-radius: 999px;
    text-decoration: none !important;
    border: 1px solid transparent;
    background: transparent;
    transition: background 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.lang-switch a.lang-btn:hover[b-8d3vyp8kj4] {
    background: #ffffff;
    border-color: #93c5fd;
    transform: translateY(-1px);
}

.lang-switch a.lang-btn.active[b-8d3vyp8kj4],
.lang-switch a.lang-btn.active:hover[b-8d3vyp8kj4] {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.22);
}

.lang-flag[b-8d3vyp8kj4] {
    width: 1.35rem;
    height: 0.9rem;
    display: block;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.content[b-8d3vyp8kj4] {
    flex: 1;
    padding: 1.75rem 1.5rem 2.5rem;
}

.content-inner[b-8d3vyp8kj4] {
    max-width: 1180px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .header-inner[b-8d3vyp8kj4] {
        grid-template-columns: 1fr;
        gap: 0.85rem;
        padding: 0.9rem 1rem;
    }

    .header-user[b-8d3vyp8kj4] {
        justify-content: space-between;
        justify-self: stretch;
    }

    .user-name[b-8d3vyp8kj4] {
        max-width: none;
    }
}
/* _content/EsWebSoftClient/Components/Layout/NavMenu.razor.rz.scp.css */
/* Styles moved to wwwroot/app.css for reliable specificity over default link styles. */
/* _content/EsWebSoftClient/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-pok9rg4xcf],
.components-reconnect-repeated-attempt-visible[b-pok9rg4xcf],
.components-reconnect-failed-visible[b-pok9rg4xcf],
.components-pause-visible[b-pok9rg4xcf],
.components-resume-failed-visible[b-pok9rg4xcf],
.components-rejoining-animation[b-pok9rg4xcf] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-pok9rg4xcf {
    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;
    }
}
