/* /Layout/MainLayout.razor.rz.scp.css */
[b-q8xs3iop0a] .app-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at 10% 0%, rgba(212, 175, 55, 0.13), transparent 23rem),
        linear-gradient(135deg, rgba(20, 55, 96, 0.22), rgba(6, 23, 47, 0) 34rem),
        var(--navy-900);
}

[b-q8xs3iop0a] .app-bar {
    border-bottom: 1px solid var(--line-gold);
    background: rgba(4, 18, 38, 0.96);
    backdrop-filter: blur(16px);
}

[b-q8xs3iop0a] .app-drawer {
    border-right: 1px solid var(--line-gold);
    background:
        linear-gradient(180deg, rgba(212, 175, 55, 0.08), rgba(4, 18, 38, 0) 17rem),
        var(--navy-950);
}

[b-q8xs3iop0a] .main-content {
    min-height: 100vh;
    background: transparent;
}

[b-q8xs3iop0a] .content-shell {
    min-height: calc(100vh - 4rem);
    padding: 1.35rem;
}

.brand-logo[b-q8xs3iop0a] {
    width: 1.9rem;
    height: 1.9rem;
    object-fit: contain;
    margin-left: 0.15rem;
    margin-right: 0.65rem;
}

[b-q8xs3iop0a] .brand-title {
    color: var(--text-main);
    font-weight: 850;
}

@media (min-width: 960px) {
    [b-q8xs3iop0a] .drawer-toggle {
        display: none;
    }

    [b-q8xs3iop0a] .content-shell {
        padding: 1.75rem 2rem;
    }
}

@media (max-width: 640px) {
    [b-q8xs3iop0a] .brand-title {
        font-size: 1rem;
    }

}
/* /Layout/NavMenu.razor.rz.scp.css */
.drawer-brand[b-aikuy99pw6] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    padding: 1.05rem 1rem 1rem;
}

.drawer-brand-mark[b-aikuy99pw6] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(212, 175, 55, 0.42);
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.14);
    color: var(--gold-400);
    font-size: 0.85rem;
    font-weight: 850;
    overflow: hidden;
}

.drawer-brand-photo[b-aikuy99pw6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drawer-brand-title[b-aikuy99pw6] {
    color: var(--gold-400);
    font-weight: 850;
    line-height: 1.1;
}

[b-aikuy99pw6] .app-nav {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 0.75rem;
}

[b-aikuy99pw6] .mud-nav-link {
    min-height: 2.9rem;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--text-soft);
    font-weight: 700;
}

[b-aikuy99pw6] .mud-nav-link .mud-nav-link-icon {
    color: var(--gold-400);
}

[b-aikuy99pw6] .mud-nav-link:hover {
    border-color: rgba(212, 175, 55, 0.28);
    background: rgba(212, 175, 55, 0.1);
    color: var(--gold-300);
}

[b-aikuy99pw6] .mud-nav-link.active {
    border-color: rgba(212, 175, 55, 0.48);
    background: rgba(212, 175, 55, 0.16);
    color: var(--gold-400);
}

[b-aikuy99pw6] .nav-divider {
    margin: 0.85rem 0.5rem;
    border-color: rgba(255, 255, 255, 0.12);
}

[b-aikuy99pw6] .logout-button {
    min-height: 2.75rem;
    border-color: rgba(212, 175, 55, 0.48);
    font-weight: 800;
}
