/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-unbu0st5z6] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #0f1418 0%, #161b21 100%);
    color: #e9ecef;
}

.app-header[b-unbu0st5z6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.5rem;
    border-bottom: 1px solid #1f262e;
    background: #11161b;
}

.brand[b-unbu0st5z6] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.brand-mark[b-unbu0st5z6] {
    font-size: 1.6rem;
    color: #f0b400;
}

.brand-name[b-unbu0st5z6] {
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
}

.brand-tag[b-unbu0st5z6] {
    color: #6c7a89;
    font-size: 0.85rem;
}

.app-nav[b-unbu0st5z6] {
    display: flex;
    gap: 0.5rem;
}

[b-unbu0st5z6] .hdr-link {
    color: #9aa6b2;
    text-decoration: none;
    padding: 0.4rem 0.8rem;
    border-radius: 0.4rem;
    transition: background 0.15s, color 0.15s;
}

[b-unbu0st5z6] .hdr-link:hover {
    color: #f7f7f7;
    background: #1c242c;
}

[b-unbu0st5z6] .hdr-link.active {
    color: #f7f7f7;
    background: #1c242c;
}

.app-main[b-unbu0st5z6] {
    flex: 1;
    padding: 1.5rem;
    min-height: 0;
}
