/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0y1plki5g6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0y1plki5g6] {
    flex: 1;
}

.sidebar[b-0y1plki5g6] {
    background-image: linear-gradient(180deg, var(--ciblu-primary-800) 0%, var(--ciblu-primary) 70%);
}

.top-row[b-0y1plki5g6] {
    background-color: var(--background);
    border-bottom: 1px solid var(--border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0y1plki5g6]  a, .top-row[b-0y1plki5g6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0y1plki5g6]  a:hover, .top-row[b-0y1plki5g6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0y1plki5g6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0y1plki5g6] {
        justify-content: space-between;
    }

    .top-row[b-0y1plki5g6]  a, .top-row[b-0y1plki5g6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0y1plki5g6] {
        flex-direction: row;
    }

    .sidebar[b-0y1plki5g6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0y1plki5g6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0y1plki5g6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0y1plki5g6], article[b-0y1plki5g6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0y1plki5g6] {
    color-scheme: light only;
    background: var(--warning);
    bottom: 0;
    box-shadow: var(--shadow-sm);
    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-0y1plki5g6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o81tjx4j0t] {
    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-o81tjx4j0t] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-o81tjx4j0t] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-o81tjx4j0t] {
    font-size: 1.1rem;
}

.bi[b-o81tjx4j0t] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-o81tjx4j0t] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-o81tjx4j0t] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-o81tjx4j0t] {
        padding-bottom: 1rem;
    }

    .nav-item[b-o81tjx4j0t]  .nav-link {
        color: var(--text-secondary);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-o81tjx4j0t]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-o81tjx4j0t]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-o81tjx4j0t] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-o81tjx4j0t] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-o81tjx4j0t] {
        display: none;
    }

    .nav-scrollable[b-o81tjx4j0t] {
        /* 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/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-b3cnsxo266],
.components-reconnect-repeated-attempt-visible[b-b3cnsxo266],
.components-reconnect-failed-visible[b-b3cnsxo266],
.components-pause-visible[b-b3cnsxo266],
.components-resume-failed-visible[b-b3cnsxo266],
.components-rejoining-animation[b-b3cnsxo266] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-b3cnsxo266],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-b3cnsxo266],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-b3cnsxo266],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-b3cnsxo266],
#components-reconnect-modal.components-reconnect-retrying[b-b3cnsxo266],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-b3cnsxo266],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-b3cnsxo266],
#components-reconnect-modal.components-reconnect-failed[b-b3cnsxo266],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-b3cnsxo266] {
    display: block;
}


#components-reconnect-modal[b-b3cnsxo266] {
    background-color: var(--surface);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-b3cnsxo266 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-b3cnsxo266 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-b3cnsxo266 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-b3cnsxo266]::backdrop {
    background-color: var(--overlay);
    animation: components-reconnect-modal-fadeInOpacity-b-b3cnsxo266 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-b3cnsxo266 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-b3cnsxo266 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-b3cnsxo266 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-b3cnsxo266] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-b3cnsxo266] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-b3cnsxo266] {
    border: 0;
    background-color: var(--info);
    color: var(--surface);
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-b3cnsxo266] {
        background-color: var(--info-text);
    }

    #components-reconnect-modal button:active[b-b3cnsxo266] {
        background-color: var(--info);
    }

.components-rejoining-animation[b-b3cnsxo266] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-b3cnsxo266] {
        position: absolute;
        border: 3px solid var(--info);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-b3cnsxo266 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-b3cnsxo266] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-b3cnsxo266 {
    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;
    }
}
/* /Shared/Components/CookieConsent/CookieConsentBanner.razor.rz.scp.css */
/* Cookie Consent Banner - Scoped CSS
   Uses CSS custom properties from app.css for theme compatibility.
   Fixed bottom positioning, no overlay (does not block page interaction). */

.cookie-consent-banner[b-rkj1cfzkf3] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: var(--surface);
    border-top: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    animation: cookieBannerSlideUp-b-rkj1cfzkf3 0.3s ease;
}

@keyframes cookieBannerSlideUp-b-rkj1cfzkf3 {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cookie-consent-container[b-rkj1cfzkf3] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.25rem 1.5rem;
}

/* Compact banner layout */
.cookie-consent-main[b-rkj1cfzkf3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.cookie-consent-text[b-rkj1cfzkf3] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    flex: 1;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--text-primary);
}

.cookie-consent-text p[b-rkj1cfzkf3] {
    margin: 0;
}

.cookie-consent-icon[b-rkj1cfzkf3] {
    flex-shrink: 0;
    margin-top: 0.125rem;
    color: var(--text-secondary);
}

.cookie-consent-link[b-rkj1cfzkf3] {
    background: none;
    border: none;
    color: var(--ciblu-primary-text);
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie-consent-link:hover[b-rkj1cfzkf3] {
    color: var(--ciblu-primary-text-hover);
}

.cookie-consent-actions[b-rkj1cfzkf3] {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
    align-items: center;
}

/* Detail view */
.cookie-consent-details[b-rkj1cfzkf3] {
    max-height: 70vh;
    overflow-y: auto;
}

.cookie-consent-details-header[b-rkj1cfzkf3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.cookie-consent-details-header h3[b-rkj1cfzkf3] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
}

.cookie-consent-details-intro[b-rkj1cfzkf3] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
    line-height: 1.5;
}

/* Cookie category */
.cookie-category[b-rkj1cfzkf3] {
    background-color: var(--surface-alt);
    border: 1px solid var(--border);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 0.75rem;
}

.cookie-category-header[b-rkj1cfzkf3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cookie-category-info[b-rkj1cfzkf3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cookie-category-info strong[b-rkj1cfzkf3] {
    color: var(--text-primary);
}

.cookie-category-description[b-rkj1cfzkf3] {
    font-size: 0.8125rem;
    color: var(--text-secondary);
    margin: 0.5rem 0 0;
    line-height: 1.5;
}

/* Toggle switch */
.cookie-toggle[b-rkj1cfzkf3] {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
    cursor: pointer;
}

.cookie-toggle input[b-rkj1cfzkf3] {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-toggle-slider[b-rkj1cfzkf3] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gray-300);
    border-radius: 12px;
    transition: background-color 0.2s ease;
}

.cookie-toggle-slider[b-rkj1cfzkf3]::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.2s ease;
}

.cookie-toggle input:checked + .cookie-toggle-slider[b-rkj1cfzkf3] {
    background-color: var(--ciblu-primary);
}

.cookie-toggle input:checked + .cookie-toggle-slider[b-rkj1cfzkf3]::before {
    transform: translateX(20px);
}

.cookie-toggle input:disabled + .cookie-toggle-slider[b-rkj1cfzkf3] {
    opacity: 0.6;
    cursor: not-allowed;
}

.cookie-toggle input:disabled ~ .cookie-toggle-slider[b-rkj1cfzkf3] {
    cursor: not-allowed;
}

/* Cookie table */
.cookie-table-wrapper[b-rkj1cfzkf3] {
    margin-top: 0.75rem;
}

.cookie-table[b-rkj1cfzkf3] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
}

.cookie-table th[b-rkj1cfzkf3] {
    text-align: left;
    padding: 0.375rem 0.5rem;
    font-weight: 600;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border);
}

.cookie-table td[b-rkj1cfzkf3] {
    padding: 0.375rem 0.5rem;
    color: var(--text-primary);
    border-bottom: 1px solid var(--border);
}

.cookie-table code[b-rkj1cfzkf3] {
    font-size: 0.75rem;
    background-color: var(--surface);
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    color: var(--ciblu-primary-text);
}

/* Responsive */
@media (max-width: 768px) {
    .cookie-consent-main[b-rkj1cfzkf3] {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-consent-actions[b-rkj1cfzkf3] {
        justify-content: stretch;
    }

    .cookie-consent-actions .btn[b-rkj1cfzkf3] {
        flex: 1;
    }
}
