/* _content/SepSolution/Components/Layout/LayoutShell.razor.rz.scp.css */
/* Hide hamburger on desktop — drawer is persistent at ≥600px */
@media (min-width: 600px) {
    [b-1jg4u4nx48] .sep-nav-toggle {
        display: none !important;
    }
}

/* Dark sidebar surface */
.sep-drawer[b-1jg4u4nx48]  .mud-drawer-content {
    background-color: #111827;
}

/* Drawer header logo */
.sep-drawer-logo[b-1jg4u4nx48] {
    height: 60px;
    object-fit: contain;
    display: block;
}
/* _content/SepSolution/Components/Layout/MainLayout.razor.rz.scp.css */
/* SSR fallback layout — shown only while tree is not yet interactive */
.ssr-page[b-whg3r78785] {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.ssr-sidebar[b-whg3r78785] {
    width: 260px;
    background-color: #111827;
    flex-shrink: 0;
    overflow-y: auto;
    padding: 0.5rem;
}

.ssr-page main[b-whg3r78785] {
    flex: 1;
    overflow-y: auto;
}

/* Error UI */
#blazor-error-ui[b-whg3r78785] {
    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-whg3r78785] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/SepSolution/Components/Layout/NavMenu.razor.rz.scp.css */
[b-stkvclgm7q] .mud-nav-link {
    color: #F9FAFB !important;
    border-radius: 6px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

[b-stkvclgm7q] .mud-nav-link .mud-icon-root {
    color: #9CA3AF;
    transition: color 0.15s ease;
}

[b-stkvclgm7q] .mud-nav-link:hover {
    background-color: #1f2937 !important;
    color: #F9FAFB !important;
}

[b-stkvclgm7q] .mud-nav-link:hover .mud-icon-root {
    color: #ffb22c;
}

[b-stkvclgm7q] .mud-nav-link.active {
    background-color: #ffb22c !important;
    color: #111827 !important;
    font-weight: 600;
}

[b-stkvclgm7q] .mud-nav-link.active .mud-icon-root {
    color: #111827 !important;
}

/* Logout button styled to match MudNavLink */
.sep-logout-btn[b-stkvclgm7q] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    background: none;
    border: none;
    border-radius: 6px;
    color: #F9FAFB;
    font-size: 0.9375rem;
    font-family: inherit;
    font-weight: 400;
    padding: 8px 16px;
    min-height: 40px;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.15s ease;
}

.sep-logout-btn:hover[b-stkvclgm7q] {
    background-color: #1f2937;
}

.sep-logout-btn:hover .sep-logout-icon[b-stkvclgm7q] {
    color: #ffb22c;
}

.sep-logout-icon[b-stkvclgm7q] {
    color: #9CA3AF;
    transition: color 0.15s ease;
}
/* _content/SepSolution/Components/Pages/Profile.razor.rz.scp.css */
.profile-page[b-xi0om3zprc] {
    padding: 1.5rem 0;
    max-width: 560px;
}

.profile-card[b-xi0om3zprc] {
    padding: 1.75rem 2rem;
    border-radius: 12px !important;
}

.profile-header[b-xi0om3zprc] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.avatar-circle[b-xi0om3zprc] {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    background-color: #f9a825;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-initials[b-xi0om3zprc] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}
