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

main[b-pxr82kkdjx] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    background-color: #f8fafc;
}

.sidebar[b-pxr82kkdjx] {
    background-image: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 70%);
}

.top-row[b-pxr82kkdjx] {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 10;
}

    .top-row a[b-pxr82kkdjx], .top-row .btn-link[b-pxr82kkdjx] {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #475569;
        font-weight: 500;
        font-size: 0.875rem;
        transition: color 0.15s ease;
    }

    .top-row a:hover[b-pxr82kkdjx], .top-row .btn-link:hover[b-pxr82kkdjx] {
        color: #1a365d;
        text-decoration: none;
    }

article[b-pxr82kkdjx] {
    padding-top: 1.5rem;
}

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

    .sidebar[b-pxr82kkdjx] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pxr82kkdjx] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row.auth a:first-child[b-pxr82kkdjx] {
        flex: 1;
        text-align: right;
        width: 0;
    }

    main > article[b-pxr82kkdjx] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    main > footer[b-pxr82kkdjx] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0yw2wfunkf] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: background-color 0.15s ease;
}

.navbar-toggler:hover[b-0yw2wfunkf] {
    background-color: rgba(255, 255, 255, 0.2);
}

.top-row[b-0yw2wfunkf] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar-brand[b-0yw2wfunkf] {
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0.5rem 0.5rem 0.5rem 0;
}

.bi[b-0yw2wfunkf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    top: -1px;
}

.nav-item[b-0yw2wfunkf] {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-0yw2wfunkf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0yw2wfunkf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0yw2wfunkf]  a.active {
        background-color: rgba(59, 130, 246, 0.15);
        border-radius: 6px;
        color: white;
        font-weight: 500;
        border-left: 3px solid #3b82f6;
        padding-left: calc(1rem - 3px);
    }

    .nav-item[b-0yw2wfunkf]  a {
        color: rgba(255, 255, 255, 0.7);
        border-radius: 6px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        transition: all 0.15s ease;
        border-left: 3px solid transparent;
        padding-left: calc(1rem - 3px);
    }

    .nav-item[b-0yw2wfunkf]  a:hover {
        color: rgba(255, 255, 255, 0.95);
        background-color: rgba(255, 255, 255, 0.08);
    }

/* ── Guest verification CTA ── */
[b-0yw2wfunkf] .nav-link-verify {
    color: #fbbf24 !important;
    font-weight: 600 !important;
    border-left-color: #fbbf24 !important;
}

[b-0yw2wfunkf] .nav-link-verify:hover {
    color: #fde68a !important;
    background-color: rgba(251, 191, 36, 0.1) !important;
}

/* ── Collapsible section toggle buttons ── */
.nav-section-btn[b-0yw2wfunkf] {
    display: flex;
    align-items: center;
    width: 100%;
    color: rgba(255, 255, 255, 0.85);
    background: transparent;
    border: none;
    border-radius: 6px;
    border-left: 3px solid transparent;
    height: 2.75rem;
    padding-left: calc(1rem - 3px);
    padding-right: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
}

.nav-section-btn:hover[b-0yw2wfunkf] {
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(255, 255, 255, 0.08);
}

.nav-section-btn .bi:not(.nav-chevron)[b-0yw2wfunkf] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.nav-chevron[b-0yw2wfunkf] {
    width: 0.75rem !important;
    height: 0.75rem !important;
    margin-right: 0 !important;
    opacity: 0.6;
    flex-shrink: 0;
}

/* ── Sub-nav links ── */
[b-0yw2wfunkf] .nav-link-sub {
    font-size: 0.82rem !important;
    height: 2.25rem !important;
    line-height: 2.25rem !important;
    color: rgba(255, 255, 255, 0.6) !important;
    border-left: 2px solid rgba(255, 255, 255, 0.1) !important;
    padding-left: calc(0.75rem - 2px) !important;
}

[b-0yw2wfunkf] .nav-link-sub:hover {
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
    border-left-color: rgba(255, 255, 255, 0.3) !important;
}

[b-0yw2wfunkf] .nav-link-sub.active {
    color: white !important;
    background-color: rgba(59, 130, 246, 0.15) !important;
    border-left: 2px solid #3b82f6 !important;
    font-weight: 500 !important;
}

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

    .nav-scrollable[b-0yw2wfunkf] {
        /* Override Bootstrap .collapse so nav is always visible on desktop */
        display: block !important;
        overflow-y: auto;
        height: calc(100vh - 3.5rem);
    }
}
/* /Layout/PublicLayout.razor.rz.scp.css */
/* ========================================================
   Public Layout Shell
   ======================================================== */
.public-layout[b-m6f8d79gz4] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.public-main[b-m6f8d79gz4] {
    flex: 1;
}

/* ========================================================
   Public Navbar
   ======================================================== */
.public-navbar[b-m6f8d79gz4] {
    background: var(--color-primary);
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.public-brand[b-m6f8d79gz4] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white !important;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.public-brand-logo[b-m6f8d79gz4] {
    height: 32px;
    width: auto;
}

.public-navbar[b-m6f8d79gz4]  .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
    transition: color 0.15s ease;
    border-radius: 6px;
}

.public-navbar[b-m6f8d79gz4]  .nav-link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.08);
}

.public-navbar .navbar-toggler[b-m6f8d79gz4] {
    border-color: rgba(255, 255, 255, 0.3);
    padding: 0.35rem 0.65rem;
}

.public-navbar .navbar-toggler-icon[b-m6f8d79gz4] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C 255%2C 255%2C 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ========================================================
   Crisis Banner
   ======================================================== */
.crisis-banner[b-m6f8d79gz4] {
    background: #7f1d1d;
    color: white;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.6rem 1rem;
    line-height: 1.8;
}

.crisis-link[b-m6f8d79gz4] {
    color: #fca5a5 !important;
    font-weight: 600;
    text-decoration: none;
}

.crisis-link:hover[b-m6f8d79gz4] {
    color: white !important;
    text-decoration: underline;
}

/* ========================================================
   Public Footer
   ======================================================== */
.public-footer[b-m6f8d79gz4] {
    background: #0f2340;
    color: rgba(255, 255, 255, 0.6);
}

.footer-heading[b-m6f8d79gz4] {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.footer-links li[b-m6f8d79gz4] {
    margin-bottom: 0.4rem;
}

.footer-links a[b-m6f8d79gz4] {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.15s ease;
}

.footer-links a:hover[b-m6f8d79gz4] {
    color: white;
}
