/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-51qd1h6tbh] {
    min-height: 100vh;
}

.topbar[b-51qd1h6tbh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(8, 15, 24, 0.92);
    backdrop-filter: blur(20px);
    transition: transform 180ms ease, opacity 180ms ease;
    will-change: transform;
}

.clinical-auto-hide-topbar[b-51qd1h6tbh] {
    position: fixed;
    left: 0;
    right: 0;
    transform: translateY(calc(-100% + 0.35rem));
    opacity: 0.16;
}

.clinical-auto-hide-topbar:hover[b-51qd1h6tbh],
.clinical-auto-hide-topbar:focus-within[b-51qd1h6tbh] {
    transform: translateY(0);
    opacity: 1;
}

.topnav[b-51qd1h6tbh] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.topnav a[b-51qd1h6tbh],
.brand[b-51qd1h6tbh] {
    color: #f4efe7;
    text-decoration: none;
    font-weight: 600;
}

.brand-copy[b-51qd1h6tbh],
.session-box span[b-51qd1h6tbh] {
    display: block;
    color: #97a9ba;
    font-size: 0.85rem;
}

.session-box[b-51qd1h6tbh] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-shell[b-51qd1h6tbh] {
    padding: 1.5rem;
}

#blazor-error-ui[b-51qd1h6tbh] {
    background: #c05437;
    color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-51qd1h6tbh] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 900px) {
    .topbar[b-51qd1h6tbh] {
        flex-direction: column;
        align-items: flex-start;
    }

    .session-box[b-51qd1h6tbh] {
        width: 100%;
        justify-content: space-between;
    }
}
