/* /Layout/MainLayout.razor.rz.scp.css */
.mdi-menubar[b-3s4q2oog01] {
    display: flex;
    align-items: center;
    height: 36px;
    background: #1e1e2e;
    border-bottom: 1px solid #333;
    padding: 0 0.5rem;
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    user-select: none;
}

.mdi-brand[b-3s4q2oog01] {
    font-weight: 700;
    font-size: 0.95rem;
    color: #fff;
    padding: 0 0.75rem;
    margin-right: 0.25rem;
}

.mdi-menu-item[b-3s4q2oog01] {
    background: none;
    border: none;
    color: #ccc;
    font-size: 0.8rem;
    padding: 0.35rem 0.75rem;
    cursor: pointer;
    border-radius: 3px;
}

.mdi-menu-item:hover[b-3s4q2oog01] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.mdi-workspace[b-3s4q2oog01] {
    position: fixed;
    top: 36px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2b2b3d;
}
