/* /Layout/MainLayout.razor.rz.scp.css */
.appbar-left[b-9gvjnv3gh9] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.app-brand[b-9gvjnv3gh9] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.app-brand-text-horizontal[b-9gvjnv3gh9] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.topbar-actions[b-9gvjnv3gh9] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    height: 100%;
    white-space: nowrap;
}

.topbar-icons-panel[b-9gvjnv3gh9] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 6px;
    border-radius: 14px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.10);
    white-space: nowrap;
}

.topbar-actions .mud-menu[b-9gvjnv3gh9] {
    display: flex;
    align-items: center;
}

.user-profile-box[b-9gvjnv3gh9] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 4px 10px;
    border-radius: 14px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.12);
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
}

    .user-profile-box:hover[b-9gvjnv3gh9] {
        background: rgba(255,255,255,0.18);
        border-color: rgba(255,255,255,0.18);
    }

.user-profile-avatar[b-9gvjnv3gh9] {
    flex-shrink: 0;
}

.user-profile-text[b-9gvjnv3gh9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.05;
}

.user-profile-name[b-9gvjnv3gh9] {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.user-profile-status[b-9gvjnv3gh9] {
    font-size: 0.67rem;
    opacity: 0.82;
    color: rgba(255,255,255,0.92);
}

.user-profile-arrow[b-9gvjnv3gh9] {
    opacity: 0.9;
}

.user-panel[b-9gvjnv3gh9] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.user-panel-row[b-9gvjnv3gh9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.drawer-header[b-9gvjnv3gh9] {
    flex: 0 0 auto;
}

.drawer-scroll-area[b-9gvjnv3gh9] {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 12px;
}

.nav-menu-custom[b-9gvjnv3gh9] {
    padding: 4px 10px 20px 10px;
}

@media (max-width: 768px) {
    .topbar-actions[b-9gvjnv3gh9] {
        gap: 8px;
    }

    .user-profile-text[b-9gvjnv3gh9] {
        display: none;
    }

    .user-profile-box[b-9gvjnv3gh9] {
        padding: 4px 8px;
        min-height: 34px;
    }

    .topbar-icons-panel[b-9gvjnv3gh9] {
        padding: 2px 4px;
    }
}
