/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-8fi2rf4x4h] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main[b-8fi2rf4x4h] {
    flex: 1;
}

.content[b-8fi2rf4x4h] {
    padding: 0;
}

#blazor-error-ui[b-8fi2rf4x4h] {
    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-8fi2rf4x4h] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f2nqr8z53h] {
    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.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);
}

.navbar-toggler:checked[b-f2nqr8z53h] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-f2nqr8z53h] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f2nqr8z53h] {
    font-size: 1.1rem;
}

.bi[b-f2nqr8z53h] {
    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-f2nqr8z53h] {
    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-f2nqr8z53h] {
    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-f2nqr8z53h] {
    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-f2nqr8z53h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-f2nqr8z53h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-f2nqr8z53h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-f2nqr8z53h]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-f2nqr8z53h]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-f2nqr8z53h]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-f2nqr8z53h] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-f2nqr8z53h] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-f2nqr8z53h] {
        display: none;
    }

    .nav-scrollable[b-f2nqr8z53h] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/PolicyModal.razor.rz.scp.css */
.policy-modal[b-8vztiy7d7g] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 0;
    max-width: 920px;
    width: 92vw;
    max-height: 85vh;
    box-shadow: var(--shadow-lg, 0 20px 40px rgba(0, 0, 0, 0.15));
    background: #fff;
    overflow: hidden;
    position: fixed;
    inset: 0;
    margin: auto;
}

.policy-modal[b-8vztiy7d7g]::backdrop {
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(5px);
}

.policy-modal-content[b-8vztiy7d7g] {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 85vh;
    background: linear-gradient(to bottom, #ffffff 0%, #f8fafc 100%);
}

.policy-modal-header[b-8vztiy7d7g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--primary, #0066cc) 0%, var(--primary-dark, #0052a3) 100%);
}

.policy-modal-header h2[b-8vztiy7d7g] {
    margin: 0;
    font-size: 1.35rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.policy-modal-close[b-8vztiy7d7g] {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    padding: 8px;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.policy-modal-close:hover[b-8vztiy7d7g] {
    background-color: rgba(255, 255, 255, 0.28) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2) !important;
}

.policy-modal-body[b-8vztiy7d7g] {
    flex: 1;
    overflow-y: auto;
    padding: 30px 32px;
    background: #fff;
}

.policy-content[b-8vztiy7d7g] {
    color: var(--gray, #334155);
    line-height: 1.8;
    max-width: 820px;
    margin: 0 auto;
}

.policy-content h3[b-8vztiy7d7g] {
    color: var(--dark, #0f172a);
    font-size: 1.5rem;
    margin: 0 0 18px 0;
    font-weight: 700;
    line-height: 1.3;
}

.policy-content h4[b-8vztiy7d7g] {
    color: var(--dark, #0f172a);
    font-size: 1.1rem;
    margin: 28px 0 12px 0;
    font-weight: 600;
    padding-left: 10px;
    border-left: 3px solid var(--primary, #0066cc);
}

.policy-content h5[b-8vztiy7d7g] {
    color: var(--gray, #334155);
    font-size: 0.98rem;
    margin: 18px 0 8px 0;
    font-weight: 600;
}

.policy-content p[b-8vztiy7d7g] {
    margin: 0 0 14px 0;
    color: var(--gray, #334155);
}

.policy-content ul[b-8vztiy7d7g] {
    margin: 10px 0 18px 0;
    padding-left: 25px;
}

.policy-content li[b-8vztiy7d7g] {
    margin-bottom: 8px;
}

.policy-content li[b-8vztiy7d7g]::marker {
    color: var(--primary, #0066cc);
}

.policy-content a[b-8vztiy7d7g] {
    color: var(--primary, #0066cc);
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
}

.policy-content a:hover[b-8vztiy7d7g] {
    color: var(--primary-dark, #0052a3);
    text-decoration: underline;
}

.policy-content strong[b-8vztiy7d7g] {
    color: var(--dark, #0f172a);
    font-weight: 600;
}

.policy-content > p:first-of-type[b-8vztiy7d7g] {
    display: inline-block;
    margin: 0 0 18px 0;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(0, 102, 204, 0.08);
    color: var(--primary-dark, #0052a3);
    font-size: 0.92rem;
    font-weight: 600;
}

.policy-modal-body[b-8vztiy7d7g]::-webkit-scrollbar {
    width: 10px;
}

.policy-modal-body[b-8vztiy7d7g]::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.policy-modal-body[b-8vztiy7d7g]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
    border: 2px solid #f1f5f9;
}

.policy-modal-body[b-8vztiy7d7g]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.policy-modal-footer[b-8vztiy7d7g] {
    padding: 20px 30px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
}

.policy-close-btn[b-8vztiy7d7g] {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 10px;
    background: var(--primary, #0066cc);
    color: #fff;
    font: inherit;
    font-weight: 600;
    line-height: 1;
    padding: 12px 20px;
    min-height: 42px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.policy-close-btn[b-8vztiy7d7g]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
    z-index: 0;
}

.policy-close-btn:hover[b-8vztiy7d7g] {
    background: var(--primary-dark, #0052a3);
    color: #fff;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 22px rgba(0, 102, 204, 0.32) !important;
}

.policy-close-btn:hover[b-8vztiy7d7g]::before {
    left: 100%;
}

.policy-close-btn:focus[b-8vztiy7d7g],
.policy-close-btn:active[b-8vztiy7d7g] {
    background: var(--primary-dark, #0052a3);
    color: #fff;
    transform: none;
}

.policy-close-btn:focus-visible[b-8vztiy7d7g] {
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.2), 0 4px 12px rgba(0, 102, 204, 0.22);
}

@media (max-width: 768px) {
    .policy-modal[b-8vztiy7d7g] {
        width: 95vw;
        max-height: 90vh;
    }

    .policy-modal-header[b-8vztiy7d7g],
    .policy-modal-body[b-8vztiy7d7g],
    .policy-modal-footer[b-8vztiy7d7g] {
        padding: 20px;
    }

    .policy-modal-header h2[b-8vztiy7d7g] {
        font-size: 1.15rem;
    }

    .policy-content h3[b-8vztiy7d7g] {
        font-size: 1.25rem;
    }

    .policy-content h4[b-8vztiy7d7g] {
        font-size: 1rem;
    }

    .policy-content > p:first-of-type[b-8vztiy7d7g] {
        width: 100%;
        border-radius: 10px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-goadhex7ev],
.components-reconnect-repeated-attempt-visible[b-goadhex7ev],
.components-reconnect-failed-visible[b-goadhex7ev],
.components-pause-visible[b-goadhex7ev],
.components-resume-failed-visible[b-goadhex7ev],
.components-rejoining-animation[b-goadhex7ev] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-retrying[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-failed[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-goadhex7ev] {
    display: block;
}


#components-reconnect-modal[b-goadhex7ev] {
    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-goadhex7ev 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-goadhex7ev 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-goadhex7ev 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-goadhex7ev]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-goadhex7ev 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-goadhex7ev {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-goadhex7ev {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-goadhex7ev {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-goadhex7ev] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-goadhex7ev] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-goadhex7ev] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-goadhex7ev] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-goadhex7ev] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-goadhex7ev] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-goadhex7ev] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-goadhex7ev 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-goadhex7ev] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-goadhex7ev {
    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;
    }
}
