/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-78g2r4xxot] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-78g2r4xxot] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-78g2r4xxot] {
    background:
            radial-gradient(circle at top left, rgba(34, 162, 255, 0.24), transparent 18rem),
            linear-gradient(180deg, rgba(10, 22, 39, 0.96), rgba(5, 11, 22, 0.98));
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.app-main[b-78g2r4xxot] {
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 18rem);
}

.top-row[b-78g2r4xxot] {
    height: 4.25rem;
    display: flex;
    align-items: center;
}

.app-topbar[b-78g2r4xxot] {
    position: sticky;
    top: 0;
    z-index: 10;
    justify-content: space-between;
    background: rgba(7, 17, 31, 0.74);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(18px);
}

.topbar-kicker[b-78g2r4xxot] {
    color: #7ccaff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.topbar-title[b-78g2r4xxot] {
    color: #f7fbff;
    font-size: 0.98rem;
    font-weight: 650;
}

.content[b-78g2r4xxot] {
    width: min(100%, 1500px);
}

.app-content[b-78g2r4xxot] {
    padding-bottom: 3rem;
}

@media (max-width: 640.98px) {
    .top-row[b-78g2r4xxot] {
        height: 3.75rem;
    }

    .topbar-title[b-78g2r4xxot] {
        display: none;
    }

    .frisian-ribbon span[b-78g2r4xxot] {
        width: 0.78rem;
        height: 1rem;
    }
}

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

    .sidebar[b-78g2r4xxot] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

#blazor-error-ui[b-78g2r4xxot] {
    bottom: 0;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.85rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-78g2r4xxot] {
    cursor: pointer;
    position: absolute;
    right: 0.9rem;
    top: 0.65rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-panel[b-d7j7w23s2i] {
    min-height: 4.25rem;
    display: flex;
    align-items: center;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.brand-lockup[b-d7j7w23s2i] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: white;
    text-decoration: none;
}

.brand-lockup:hover[b-d7j7w23s2i] {
    color: white;
}

.brand-mark[b-d7j7w23s2i] {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    background:
            radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.32), transparent 35%),
            linear-gradient(135deg, #005eb8, #22a2ff);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 14px 34px rgba(0, 94, 184, 0.34);
}

.pompebled[b-d7j7w23s2i] {
    width: 1.55rem;
    height: 1.55rem;
    display: block;
    object-fit: contain;
    filter:
            drop-shadow(0 0 8px rgba(234, 33, 23, 0.55))
            drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.brand-name[b-d7j7w23s2i] {
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1;
}

.brand-subtitle[b-d7j7w23s2i] {
    display: block;
    margin-top: 0.15rem;
    color: #a9b8cc;
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.navbar-toggler[b-d7j7w23s2i] {
    appearance: none;
    cursor: pointer;
    width: 3.25rem;
    height: 2.45rem;
    color: white;
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.8rem;
    background:
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28247, 251, 255, 0.82%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-d7j7w23s2i] {
    background-color: rgba(34, 162, 255, 0.18);
    border-color: rgba(34, 162, 255, 0.44);
}

.nav-scrollable[b-d7j7w23s2i] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-d7j7w23s2i] {
    display: block;
}

.nav[b-d7j7w23s2i] {
    padding: 1rem 0 1.25rem;
    min-height: calc(100vh - 4.25rem);
}

.nav-section-label[b-d7j7w23s2i] {
    color: #708197;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 1.05rem 1.25rem 0.45rem;
}

.nav-item[b-d7j7w23s2i] {
    font-size: 0.94rem;
    padding: 0.18rem 0.75rem;
}

.nav-item[b-d7j7w23s2i]  .nav-link,
.nav-item .nav-link[b-d7j7w23s2i] {
    color: #c8d7ea;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.95rem;
    min-height: 2.85rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    line-height: 1.2;
    width: 100%;
    padding: 0.72rem 0.85rem;
    text-decoration: none;
    transition:
            color 140ms ease,
            background-color 140ms ease,
            border-color 140ms ease,
            transform 140ms ease;
}

.nav-item[b-d7j7w23s2i]  a.active {
    color: white;
    background:
            linear-gradient(135deg, rgba(0, 94, 184, 0.38), rgba(34, 162, 255, 0.18));
    border-color: rgba(34, 162, 255, 0.35);
    box-shadow: inset 3px 0 0 #d71920;
}

.nav-item[b-d7j7w23s2i]  .nav-link:hover,
.nav-item .nav-link:hover[b-d7j7w23s2i] {
    color: white;
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.10);
    transform: translateX(2px);
}

.nav-glyph[b-d7j7w23s2i] {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 0.45rem;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    color: #f7fbff;
    background: rgba(247, 251, 255, 0.08);
    border: 1px solid rgba(247, 251, 255, 0.08);
    font-size: 0.82rem;
}

.account-link[b-d7j7w23s2i] {
    font-size: 0.84rem;
    overflow-wrap: anywhere;
}

.logout-link[b-d7j7w23s2i] {
    cursor: pointer;
    text-align: left;
}

.nav-spacer[b-d7j7w23s2i] {
    flex: 1;
}

@media (min-width: 641px) {
    .navbar-toggler[b-d7j7w23s2i] {
        display: none;
    }

    .nav-scrollable[b-d7j7w23s2i] {
        display: block;
        height: calc(100vh - 4.25rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3pozy85910],
.components-reconnect-repeated-attempt-visible[b-3pozy85910],
.components-reconnect-failed-visible[b-3pozy85910],
.components-pause-visible[b-3pozy85910],
.components-resume-failed-visible[b-3pozy85910],
.components-rejoining-animation[b-3pozy85910] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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