/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kvae62zbom] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--fs-bg);
}

.auth-page[b-kvae62zbom] {
    align-items: center;
    background:
        radial-gradient(circle at 18% 12%, rgba(245, 130, 20, 0.18), transparent 21rem),
        linear-gradient(135deg, #061f18 0%, #082c22 42%, #f6f1ea 42%, #fffdf9 100%);
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 1.25rem;
}

.auth-shell[b-kvae62zbom] {
    background: rgba(255, 253, 249, 0.96);
    border: 1px solid var(--fs-line);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(8, 20, 16, 0.20);
    max-width: 520px;
    padding: 1.4rem;
    width: min(520px, 100%);
}

.auth-redirect[b-kvae62zbom] {
    color: var(--fs-ink);
    display: grid;
    min-height: 9rem;
    place-items: center;
    text-align: center;
}

main[b-kvae62zbom] {
    flex: 1;
    min-width: 0;
    background:
        radial-gradient(circle at 88% 4%, rgba(245, 130, 20, 0.09), transparent 24rem),
        linear-gradient(180deg, #fffdf9 0%, var(--fs-bg) 100%);
}

.sidebar[b-kvae62zbom] {
    background:
        radial-gradient(circle at 50% 78%, rgba(245, 130, 20, 0.20), transparent 9rem),
        linear-gradient(180deg, #06241c 0%, #061a15 58%, #03100d 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 18px 0 48px rgba(8, 20, 16, 0.16);
    transition: width .18s ease;
}

.app-header[b-kvae62zbom] {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(255, 253, 249, 0.88);
    border-bottom: 1px solid var(--fs-line);
    box-shadow: 0 10px 30px rgba(39, 27, 14, 0.05);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 5.25rem;
    padding: 1rem 1.5rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.app-header > div:first-child[b-kvae62zbom] {
    display: grid;
    gap: .1rem;
}

.app-header strong[b-kvae62zbom] {
    color: var(--fs-ink);
    font-size: clamp(1.35rem, 1.1rem + 0.6vw, 1.85rem);
    letter-spacing: 0;
    line-height: 1.15;
}

.app-kicker[b-kvae62zbom] {
    color: var(--fs-orange);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12rem;
    text-transform: uppercase;
}

.app-header-meta[b-kvae62zbom] {
    align-items: center;
    color: var(--fs-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: .92rem;
    font-weight: 700;
    gap: .65rem;
    justify-content: flex-end;
}

.app-header-meta span[b-kvae62zbom] {
    background: #ffffff;
    border: 1px solid var(--fs-line);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(39, 27, 14, 0.05);
    padding: .65rem .9rem;
}

.content[b-kvae62zbom] {
    margin: 0 auto;
    max-width: 1720px;
    padding: 1.5rem !important;
}

@media (max-width: 640.98px) {
    .app-header[b-kvae62zbom] {
        align-items: flex-start;
        flex-direction: column;
        gap: .65rem;
        min-height: auto;
        padding: .9rem 1rem;
    }

    .app-header-meta[b-kvae62zbom] {
        justify-content: flex-start;
        width: 100%;
    }

    .app-header-meta span[b-kvae62zbom] {
        flex: 1 1 150px;
        padding: .55rem .7rem;
    }

    .content[b-kvae62zbom] {
        padding: 1rem !important;
    }
}

@media (min-width: 641px) {
    .page[b-kvae62zbom] {
        flex-direction: row;
    }

    .sidebar[b-kvae62zbom] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .page.sidebar-collapsed .sidebar[b-kvae62zbom] {
        width: 86px;
    }
}

#blazor-error-ui[b-kvae62zbom] {
    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-kvae62zbom] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7pcfbgba2q] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    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.78%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.55rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-7pcfbgba2q] {
    background-color: rgba(245, 130, 20, 0.9);
}

.top-row[b-7pcfbgba2q] {
    min-height: 6.6rem;
    padding: 1rem 1.1rem .8rem;
    background: transparent;
}

.container-fluid[b-7pcfbgba2q] {
    align-items: flex-start;
    display: flex;
    gap: .65rem;
    justify-content: space-between;
    padding: 0;
}

.brand-lockup[b-7pcfbgba2q] {
    align-items: center;
    color: #fff7ed;
    display: flex;
    gap: .75rem;
    text-decoration: none;
}

.brand-lockup span:last-child[b-7pcfbgba2q] {
    display: grid;
    gap: .1rem;
}

.brand-lockup strong[b-7pcfbgba2q] {
    color: #fffaf2;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.brand-lockup small[b-7pcfbgba2q] {
    color: rgba(255, 242, 220, 0.72);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16rem;
    text-transform: uppercase;
}

.brand-mark[b-7pcfbgba2q] {
    align-items: center;
    background: linear-gradient(135deg, #ffad35, #f58214);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(245, 130, 20, 0.28);
    color: #10231c;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 900;
    height: 3.25rem;
    justify-content: center;
    width: 3.25rem;
}

.sidebar-collapse-button[b-7pcfbgba2q] {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: #fffaf2;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 900;
    height: 2.1rem;
    justify-content: center;
    margin-top: .15rem;
    min-width: 2.1rem;
    padding: 0 .45rem;
}

.sidebar-collapse-button:hover[b-7pcfbgba2q] {
    background: rgba(245, 130, 20, 0.85);
}

.bi[b-7pcfbgba2q] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-7pcfbgba2q] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-7pcfbgba2q] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-7pcfbgba2q] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-7pcfbgba2q] {
    font-size: 0.94rem;
    padding-bottom: 0.35rem;
}

    .nav-item:first-of-type[b-7pcfbgba2q] {
        padding-top: .35rem;
    }

    .nav-item:last-of-type[b-7pcfbgba2q] {
        padding-bottom: .75rem;
    }

    .nav-item[b-7pcfbgba2q]  .nav-link {
        color: rgba(255, 255, 255, 0.82);
        background: none;
        border: none;
        border-radius: 8px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        font-weight: 700;
        line-height: 1.1;
        padding: 0 .85rem;
        width: 100%;
    }

.nav-item[b-7pcfbgba2q]  a.active {
    background: linear-gradient(135deg, #f7941e, #f27705);
    box-shadow: 0 10px 22px rgba(245, 130, 20, 0.28);
    color: white;
}

.nav-item[b-7pcfbgba2q]  a.active .bi,
.nav-item[b-7pcfbgba2q]  .nav-link:hover .bi {
    opacity: 1;
}

.nav-item .bi[b-7pcfbgba2q] {
    opacity: .82;
}

.nav-item[b-7pcfbgba2q]  .nav-link:hover {
    background-color: rgba(255,255,255,0.09);
    color: white;
}

.sidebar-caption[b-7pcfbgba2q] {
    color: rgba(255, 242, 220, 0.45);
    display: block;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .14rem;
    margin: .75rem 1.5rem .35rem;
    text-transform: uppercase;
}

.sidebar-footer[b-7pcfbgba2q] {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 242, 220, 0.7);
    display: grid;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    gap: .15rem;
    margin: 1rem 1.25rem 0;
    padding-top: 1rem;
}

.sidebar-footer strong[b-7pcfbgba2q] {
    color: #fff2dc;
    font-weight: 400;
}

.nav-scrollable[b-7pcfbgba2q] {
    display: none;
    padding-bottom: 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7pcfbgba2q] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7pcfbgba2q] {
        display: none;
    }

    .nav-scrollable[b-7pcfbgba2q] {
        display: block;
        height: calc(100vh - 6.6rem);
        overflow-y: auto;
        scrollbar-color: rgba(245, 130, 20, 0.45) transparent;
        scrollbar-width: thin;
    }

    .nav-menu.collapsed .top-row[b-7pcfbgba2q] {
        min-height: 5.8rem;
        padding: .9rem .75rem .55rem;
    }

    .nav-menu.collapsed .container-fluid[b-7pcfbgba2q] {
        align-items: center;
        flex-direction: column;
    }

    .nav-menu.collapsed .brand-text[b-7pcfbgba2q],
    .nav-menu.collapsed .nav-label[b-7pcfbgba2q],
    .nav-menu.collapsed .sidebar-caption[b-7pcfbgba2q],
    .nav-menu.collapsed .sidebar-footer[b-7pcfbgba2q] {
        display: none;
    }

    .nav-menu.collapsed .brand-lockup[b-7pcfbgba2q] {
        justify-content: center;
    }

    .nav-menu.collapsed .brand-mark[b-7pcfbgba2q] {
        border-radius: 12px;
        height: 2.8rem;
        width: 2.8rem;
    }

    .nav-menu.collapsed .sidebar-collapse-button[b-7pcfbgba2q] {
        height: 1.8rem;
        min-width: 2.8rem;
    }

    .nav-menu.collapsed .nav-scrollable[b-7pcfbgba2q] {
        height: calc(100vh - 5.8rem);
    }

    .nav-menu.collapsed .nav-item[b-7pcfbgba2q] {
        padding-left: .65rem !important;
        padding-right: .65rem !important;
    }

    .nav-menu.collapsed .nav-item[b-7pcfbgba2q]  .nav-link {
        justify-content: center;
        padding: 0;
    }

    .nav-menu.collapsed .bi[b-7pcfbgba2q] {
        margin-right: 0;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-pzxymviovh],
.components-reconnect-repeated-attempt-visible[b-pzxymviovh],
.components-reconnect-failed-visible[b-pzxymviovh],
.components-pause-visible[b-pzxymviovh],
.components-resume-failed-visible[b-pzxymviovh],
.components-rejoining-animation[b-pzxymviovh] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-pzxymviovh],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-pzxymviovh],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-pzxymviovh],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-pzxymviovh],
#components-reconnect-modal.components-reconnect-retrying[b-pzxymviovh],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-pzxymviovh],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-pzxymviovh],
#components-reconnect-modal.components-reconnect-failed[b-pzxymviovh],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-pzxymviovh] {
    display: block;
}


#components-reconnect-modal[b-pzxymviovh] {
    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-pzxymviovh 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-pzxymviovh 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-pzxymviovh 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-pzxymviovh]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-pzxymviovh 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-pzxymviovh {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-pzxymviovh {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-pzxymviovh {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-pzxymviovh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-pzxymviovh] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-pzxymviovh] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-pzxymviovh] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-pzxymviovh] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-pzxymviovh] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-pzxymviovh] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-pzxymviovh 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-pzxymviovh] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-pzxymviovh {
    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 */
.dashboard-shell[b-1h9ig5ri8p] {
    display: grid;
    gap: 1rem;
}

.dashboard-hero[b-1h9ig5ri8p] {
    align-items: end;
    background:
        linear-gradient(90deg, rgba(6, 36, 28, 0.94), rgba(6, 36, 28, 0.70)),
        radial-gradient(circle at 78% 20%, rgba(245, 130, 20, 0.35), transparent 15rem);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    box-shadow: var(--fs-shadow);
    color: #fffaf2;
    display: grid;
    gap: .75rem;
    min-height: 210px;
    padding: 1.5rem;
}

.dashboard-hero h1[b-1h9ig5ri8p] {
    color: #fffaf2;
    font-size: clamp(2rem, 1.55rem + 1.5vw, 3.35rem);
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
}

.dashboard-hero p[b-1h9ig5ri8p] {
    color: rgba(255, 250, 242, 0.78);
    font-size: 1.02rem;
    margin: 0;
    max-width: 760px;
}

.dashboard-grid[b-1h9ig5ri8p] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.metric-card[b-1h9ig5ri8p],
.quick-panel[b-1h9ig5ri8p] {
    background: var(--fs-card);
    border: 1px solid var(--fs-line);
    border-radius: 8px;
    box-shadow: var(--fs-shadow);
    padding: 1rem;
}

.metric-card[b-1h9ig5ri8p] {
    display: grid;
    gap: .65rem;
    min-height: 150px;
}

.metric-card span[b-1h9ig5ri8p] {
    align-items: center;
    background: rgba(245, 130, 20, 0.13);
    border-radius: 999px;
    color: var(--fs-orange-dark);
    display: inline-flex;
    font-size: .84rem;
    font-weight: 800;
    height: 2.35rem;
    justify-content: center;
    width: 2.35rem;
}

.metric-card strong[b-1h9ig5ri8p] {
    color: var(--fs-ink);
    display: block;
    font-size: 1.85rem;
    line-height: 1;
}

.metric-card p[b-1h9ig5ri8p] {
    color: var(--fs-muted);
    font-weight: 700;
    margin: 0;
}

.quick-panel[b-1h9ig5ri8p] {
    display: grid;
    gap: .8rem;
}

.quick-panel h2[b-1h9ig5ri8p] {
    font-size: 1.2rem;
    margin: 0;
}

.quick-links[b-1h9ig5ri8p] {
    display: grid;
    gap: .6rem;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.quick-links a[b-1h9ig5ri8p] {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--fs-line);
    border-radius: 8px;
    color: var(--fs-ink);
    display: flex;
    font-weight: 800;
    justify-content: space-between;
    padding: .75rem .85rem;
    text-decoration: none;
}

.quick-links a:hover[b-1h9ig5ri8p] {
    border-color: rgba(245, 130, 20, 0.55);
    color: var(--fs-orange-dark);
}
