/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-n6hrgtw1f9] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
}

main[b-n6hrgtw1f9] {
    flex: 1;
}

.content-home[b-n6hrgtw1f9] {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
}

.sidebar[b-n6hrgtw1f9] {
    background: transparent;
    box-shadow: none;
}

.top-row[b-n6hrgtw1f9] {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #dbe4ef;
    justify-content: center;
    min-height: 0;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

.page-header-image[b-n6hrgtw1f9] {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
}

.site-footer[b-n6hrgtw1f9] {
    margin-top: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.75rem;
    color: #475569;
    background: #f8fafc;
    border-top: 1px solid #dbe4ef;
    text-align: center;
}

.skip-link[b-n6hrgtw1f9] {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 2000;
    padding: 0.5rem 0.75rem;
    background: #000;
    color: #fff;
    text-decoration: none;
}

    .skip-link:focus[b-n6hrgtw1f9] {
        left: 0.75rem;
        top: 0.5rem;
    }

    .top-row[b-n6hrgtw1f9]  a, .top-row[b-n6hrgtw1f9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-n6hrgtw1f9]  a:hover, .top-row[b-n6hrgtw1f9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-n6hrgtw1f9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-n6hrgtw1f9] {
        min-height: 0;
        padding: 0;
        background: #fff;
        border-bottom: 1px solid #dbe4ef;
        box-shadow: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .page-header-image[b-n6hrgtw1f9] {
        width: 100vw;
        max-width: 100vw;
        border-radius: 0 !important;
    }

    .top-row[b-n6hrgtw1f9]  a, .top-row[b-n6hrgtw1f9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n6hrgtw1f9] {
        flex-direction: column;
    }

    .sidebar[b-n6hrgtw1f9] {
        width: 0;
        height: 0;
        position: static;
        top: 0;
    }

    .top-row[b-n6hrgtw1f9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-n6hrgtw1f9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    article[b-n6hrgtw1f9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-n6hrgtw1f9] {
    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-n6hrgtw1f9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.global-menu-toggle[b-wgiq38qw9e] {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 1200;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 8px;
    padding: 0.35rem 0.45rem;
    cursor: pointer;
    min-width: 2.4rem;
    min-height: 2.4rem;
}

.global-menu-toggle.hidden[b-wgiq38qw9e] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.menu-backdrop[b-wgiq38qw9e] {
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
    z-index: 1090;
}

.menu-backdrop.show[b-wgiq38qw9e] {
    opacity: 1;
    pointer-events: auto;
}

.sidebar-drawer[b-wgiq38qw9e] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100svh;
    width: min(86vw, 300px);
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    box-shadow: 2px 0 18px rgba(15, 23, 42, 0.32);
    transition: transform 200ms ease;
    z-index: 1100;
    overflow: hidden;
}

.sidebar-drawer.closed[b-wgiq38qw9e] {
    transform: translateX(-102%);
    pointer-events: none;
}

.sidebar-drawer.open[b-wgiq38qw9e] {
    transform: translateX(0);
}

.drawer-header[b-wgiq38qw9e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 3.5rem;
    padding: 0.5rem 0.8rem 0.45rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.drawer-close[b-wgiq38qw9e] {
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: transparent;
    color: #e2e8f0;
    border-radius: 8px;
    min-width: 2rem;
    min-height: 2rem;
    line-height: 1;
    font-size: 1.2rem;
    cursor: pointer;
}

.menu-toggle-bar[b-wgiq38qw9e] {
    display: block;
    width: 1.2rem;
    height: 2px;
    margin: 0.18rem 0;
    background-color: #e2e8f0;
    border-radius: 2px;
}

.global-menu-toggle .menu-toggle-bar[b-wgiq38qw9e] {
    background-color: #e2e8f0;
}

.global-menu-toggle:focus-visible[b-wgiq38qw9e],
.drawer-close:focus-visible[b-wgiq38qw9e],
.menu-backdrop:focus-visible[b-wgiq38qw9e],
.navbar-brand:focus-visible[b-wgiq38qw9e] {
    outline: 3px solid #60a5fa;
    outline-offset: 2px;
}

.navbar-brand[b-wgiq38qw9e] {
    font-size: 1.05rem;
    color: #f8fafc;
    letter-spacing: 0.25px;
    font-weight: 600;
}

.nav-item[b-wgiq38qw9e] {
    font-size: 0.95rem;
    padding-bottom: 0.2rem;
}

.nav-group-label[b-wgiq38qw9e] {
    margin-top: 0.6rem;
    margin-bottom: 0.15rem;
    color: #94a3b8;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-subitem[b-wgiq38qw9e] {
    padding-left: 1rem;
}

.nav-subitem-deep[b-wgiq38qw9e] {
    padding-left: 1.65rem;
}

    .nav-item:first-of-type[b-wgiq38qw9e] {
        padding-top: 0.75rem;
    }

    .nav-item:last-of-type[b-wgiq38qw9e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wgiq38qw9e]  .nav-link {
        color: #cbd5e1;
        background: none;
        border: none;
        border-radius: 8px;
        height: 2.2rem;
        display: flex;
        align-items: center;
        line-height: 2.2rem;
        width: 100%;
        padding: 0 0.7rem;
        transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
    }

.nav-item[b-wgiq38qw9e]  a.active {
    background-color: rgba(59, 130, 246, 0.22);
    color: #e2e8f0;
}

.nav-item[b-wgiq38qw9e]  .nav-link:hover {
    background-color: rgba(148, 163, 184, 0.14);
    color: #f8fafc;
    transform: translateX(2px);
}

.nav-item[b-wgiq38qw9e]  .nav-link:focus-visible {
    outline: 2px solid #60a5fa;
    outline-offset: 2px;
}

.nav-scrollable[b-wgiq38qw9e] {
    display: block;
    background: transparent;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
    padding-bottom: 0.35rem;
    max-height: calc(100svh - 3.5rem);
    overflow-y: auto;
}

@media (max-width: 640.98px) {
    .sidebar-drawer[b-wgiq38qw9e] {
        width: min(90vw, 280px);
    }

    .nav-item[b-wgiq38qw9e] {
        font-size: 1rem;
    }

    .nav-item[b-wgiq38qw9e]  .nav-link {
        min-height: 2.6rem;
        line-height: 2.6rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sidebar-drawer[b-wgiq38qw9e],
    .menu-backdrop[b-wgiq38qw9e] {
        transition: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yow9n73pom],
.components-reconnect-repeated-attempt-visible[b-yow9n73pom],
.components-reconnect-failed-visible[b-yow9n73pom],
.components-pause-visible[b-yow9n73pom],
.components-resume-failed-visible[b-yow9n73pom],
.components-rejoining-animation[b-yow9n73pom] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yow9n73pom],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yow9n73pom],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yow9n73pom],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yow9n73pom],
#components-reconnect-modal.components-reconnect-retrying[b-yow9n73pom],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yow9n73pom],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yow9n73pom],
#components-reconnect-modal.components-reconnect-failed[b-yow9n73pom],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yow9n73pom] {
    display: block;
}


#components-reconnect-modal[b-yow9n73pom] {
    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-yow9n73pom 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yow9n73pom 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yow9n73pom 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-yow9n73pom]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yow9n73pom 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yow9n73pom {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yow9n73pom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yow9n73pom {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yow9n73pom] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yow9n73pom] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yow9n73pom] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yow9n73pom] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yow9n73pom] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yow9n73pom] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yow9n73pom] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yow9n73pom 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yow9n73pom] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yow9n73pom {
    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/News.razor.rz.scp.css */
.news-article-card[b-m1ilj4bdwb] {
    max-width: 100%;
    overflow: hidden;
}

.news-article-body[b-m1ilj4bdwb] {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.news-article-body[b-m1ilj4bdwb]  img,
.news-article-body[b-m1ilj4bdwb]  iframe,
.news-article-body[b-m1ilj4bdwb]  video,
.news-article-body[b-m1ilj4bdwb]  object,
.news-article-body[b-m1ilj4bdwb]  embed,
.news-article-body[b-m1ilj4bdwb]  table {
    max-width: 100% !important;
}

.news-article-body[b-m1ilj4bdwb]  iframe {
    width: 100% !important;
    border: 0;
}

.news-article-body[b-m1ilj4bdwb]  table {
    width: 100% !important;
    border-collapse: collapse;
}

.news-article-body[b-m1ilj4bdwb]  pre,
.news-article-body[b-m1ilj4bdwb]  code {
    white-space: pre-wrap;
    word-break: break-word;
}
