/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-shell-appbar[b-5x2zsk1u41] {
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.35), transparent 30%),
        linear-gradient(90deg, #0f172a 0%, #10233e 100%);
    color: #f8fafc;
}

.main-shell-brand-title[b-5x2zsk1u41] {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.main-shell-brand-subtitle[b-5x2zsk1u41],
.main-shell-user-email[b-5x2zsk1u41] {
    color: rgba(226, 232, 240, 0.72);
}

.main-shell-user-name[b-5x2zsk1u41] {
    color: #f8fafc;
    font-weight: 600;
}

.main-shell-company-chip[b-5x2zsk1u41] {
    max-width: min(38vw, 28rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-shell-drawer[b-5x2zsk1u41] {
    border-right: 1px solid rgba(148, 163, 184, 0.16);
}

.main-shell-drawer-header[b-5x2zsk1u41] {
    min-height: 6rem;
    align-items: end;
    padding: 1.5rem 1.25rem 1rem;
    background: linear-gradient(180deg, rgba(15, 118, 110, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
}

.main-shell-section-label[b-5x2zsk1u41] {
    color: #64748b;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.main-shell-section-title[b-5x2zsk1u41] {
    color: #0f172a;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.main-shell-nav[b-5x2zsk1u41] {
    padding: 0.75rem;
}

.main-shell-content[b-5x2zsk1u41] {
    min-height: calc(100vh - 64px);
}

:deep(.main-shell-nav .mud-nav-link)[b-5x2zsk1u41],
:deep(.main-shell-nav .mud-nav-group .mud-nav-link)[b-5x2zsk1u41] {
    margin-bottom: 0.35rem;
    border-radius: 0.95rem;
    font-weight: 600;
}

:deep(.main-shell-nav .mud-nav-link.active)[b-5x2zsk1u41] {
    background: rgba(15, 118, 110, 0.12);
    color: #0f766e;
}

:deep(.main-shell-nav .mud-nav-group .mud-nav-link.active .mud-nav-link-text)[b-5x2zsk1u41],
:deep(.main-shell-nav .mud-nav-link.active .mud-nav-link-text)[b-5x2zsk1u41] {
    color: inherit;
}

#blazor-error-ui[b-5x2zsk1u41] {
    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-5x2zsk1u41] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 959.98px) {
    .main-shell-company-chip[b-5x2zsk1u41] {
        max-width: 12rem;
        margin-right: 0.5rem;
    }
}
