/* /Shared/MainLayout.razor.rz.scp.css */
.shell[b-o4njk3ugth] {
    min-height: 100vh;
    padding: 1.25rem;
}

.shell-header[b-o4njk3ugth] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 1rem;
}

.brand[b-o4njk3ugth] {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: inherit;
    text-decoration: none;
}

.brand-mark[b-o4njk3ugth] {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.9rem;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #ff854d 0%, #ff5f1f 100%);
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    box-shadow: 0 0.8rem 1.6rem rgba(255, 107, 44, 0.28);
}

.brand-copy[b-o4njk3ugth] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.brand-copy strong[b-o4njk3ugth] {
    font-size: 0.98rem;
    line-height: 1.1;
}

.brand-copy span[b-o4njk3ugth] {
    color: var(--muted);
    font-size: 0.86rem;
}

.shell-nav[b-o4njk3ugth] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.shell-link[b-o4njk3ugth] {
    color: var(--text);
    text-decoration: none;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(21, 44, 58, 0.08);
}

.shell-link-accent[b-o4njk3ugth] {
    background: rgba(255, 107, 44, 0.12);
    color: #d95a20;
    border-color: rgba(255, 107, 44, 0.22);
}

.shell-main[b-o4njk3ugth] {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 720px) {
    .shell[b-o4njk3ugth] {
        padding: 1rem;
    }

    .shell-header[b-o4njk3ugth] {
        flex-direction: column;
        align-items: stretch;
    }

    .shell-nav[b-o4njk3ugth] {
        justify-content: space-between;
    }
}
