@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-68t2xia69r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-68t2xia69r] {
    flex: 1;
}

.sidebar[b-68t2xia69r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-68t2xia69r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-68t2xia69r]  a, .top-row[b-68t2xia69r]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-68t2xia69r]  a:hover, .top-row[b-68t2xia69r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-68t2xia69r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-68t2xia69r] {
        justify-content: space-between;
    }

    .top-row[b-68t2xia69r]  a, .top-row[b-68t2xia69r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-68t2xia69r] {
        flex-direction: row;
    }

    .sidebar[b-68t2xia69r] {
        width: 240px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-68t2xia69r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-68t2xia69r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-68t2xia69r], article[b-68t2xia69r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

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

.sidebar-shell[b-ptqikvkxtm] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

/* ===== Header / Brand ===== */

.sidebar-header[b-ptqikvkxtm] {
    padding: 1rem 1rem 0.75rem;
    flex-shrink: 0;
}

.brand[b-ptqikvkxtm] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: #fff;
}

.brand-logo[b-ptqikvkxtm] {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    object-fit: contain;
}

.brand-text[b-ptqikvkxtm] {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

/* ===== Scrollable Content ===== */

.sidebar-content[b-ptqikvkxtm] {
    flex: 1;
    overflow-y: auto;
    padding: 0.25rem 0;
}

.sidebar-content[b-ptqikvkxtm]::-webkit-scrollbar {
    width: 4px;
}

.sidebar-content[b-ptqikvkxtm]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

/* ===== Nav Sections ===== */

.nav-group[b-ptqikvkxtm] {
    display: flex;
    flex-direction: column;
}

.nav-section[b-ptqikvkxtm] {
    padding: 0.35rem 0.75rem;
}

.nav-section-title[b-ptqikvkxtm] {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.45);
    padding: 0.5rem 0.5rem 0.25rem;
    user-select: none;
}

/* ===== Nav Items ===== */

.nav-item[b-ptqikvkxtm] {
    margin-bottom: 1px;
}

.nav-item[b-ptqikvkxtm]  .nav-link,
.nav-item[b-ptqikvkxtm]  a,
.nav-item[b-ptqikvkxtm]  button.nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.5rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    border: none;
    background: none;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    line-height: 1.5;
}

.nav-item[b-ptqikvkxtm]  .nav-link:hover,
.nav-item[b-ptqikvkxtm]  a:hover,
.nav-item[b-ptqikvkxtm]  button.nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.nav-item[b-ptqikvkxtm]  a.active,
.nav-item[b-ptqikvkxtm]  .nav-link.active {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.nav-icon[b-ptqikvkxtm] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.nav-entity-icon[b-ptqikvkxtm] {
    flex-shrink: 0;
    width: 16px;
    font-size: 0.85rem;
    text-align: center;
    line-height: 1;
}

.nav-text[b-ptqikvkxtm] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-form[b-ptqikvkxtm] {
    margin: 0;
    padding: 0;
}

/* ===== Language Dropdown ===== */

.lang-dropdown-wrapper[b-ptqikvkxtm] {
    position: relative;
    margin-bottom: 0.25rem;
}

.lang-toggle[b-ptqikvkxtm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.5rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.82);
    background: none;
    border: none;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    line-height: 1.5;
    list-style: none;
}

.lang-toggle[b-ptqikvkxtm]::-webkit-details-marker {
    display: none;
}

.lang-toggle[b-ptqikvkxtm]::marker {
    display: none;
    content: '';
}

.lang-toggle:hover[b-ptqikvkxtm] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.lang-toggle-text[b-ptqikvkxtm] {
    flex: 1;
    text-align: left;
    white-space: nowrap;
}

.lang-chevron[b-ptqikvkxtm] {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    transition: transform 0.2s ease;
}

.lang-dropdown-wrapper[open] .lang-chevron[b-ptqikvkxtm] {
    transform: rotate(180deg);
}

.lang-dropdown[b-ptqikvkxtm] {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-bottom: 4px;
    background: #1a1a4e;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 0.25rem;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.35);
    z-index: 100;
}

.lang-dropdown-item[b-ptqikvkxtm] {
    display: block;
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.15s, color 0.15s;
}

.lang-dropdown-item:hover[b-ptqikvkxtm] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.lang-dropdown-active[b-ptqikvkxtm] {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

/* ===== Footer ===== */

.sidebar-footer[b-ptqikvkxtm] {
    flex-shrink: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0.75rem;
}

/* ===== Mobile Toggle ===== */

.navbar-toggler[b-ptqikvkxtm] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.25rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    z-index: 1;
    display: none;
}

.navbar-toggler:checked[b-ptqikvkxtm] {
    background-color: rgba(255, 255, 255, 0.5);
}

/* ===== Responsive ===== */

@media (max-width: 640.98px) {
    .navbar-toggler[b-ptqikvkxtm] {
        display: block;
    }

    .sidebar-content[b-ptqikvkxtm],
    .sidebar-footer[b-ptqikvkxtm] {
        display: none;
    }

    .navbar-toggler:checked ~ .sidebar-content[b-ptqikvkxtm],
    .navbar-toggler:checked ~ .sidebar-footer[b-ptqikvkxtm] {
        display: block;
    }

    .sidebar-shell[b-ptqikvkxtm] {
        height: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xcddy4vmj3],
.components-reconnect-repeated-attempt-visible[b-xcddy4vmj3],
.components-reconnect-failed-visible[b-xcddy4vmj3],
.components-pause-visible[b-xcddy4vmj3],
.components-resume-failed-visible[b-xcddy4vmj3],
.components-rejoining-animation[b-xcddy4vmj3] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-xcddy4vmj3 {
    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 */
/* ===== Entity Card Grid ===== */

.entity-grid[b-2md6s9g1zc] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 0.5rem;
}

[b-2md6s9g1zc] .entity-card {
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.15s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

[b-2md6s9g1zc] .entity-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.entity-card-body[b-2md6s9g1zc] {
    flex: 1;
}

.entity-card-header[b-2md6s9g1zc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.entity-icon[b-2md6s9g1zc] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.entity-description[b-2md6s9g1zc] {
    color: var(--neutral-foreground-hint, #6b7280);
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.4;
}

.entity-card-footer[b-2md6s9g1zc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--neutral-stroke-divider-rest, #e5e7eb);
}
