/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-g8c70bqbhy] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--app-background, #fff);
    color: var(--app-text, #212121);
}

.app-header[b-g8c70bqbhy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--app-header, #03173d);
    color: var(--app-header-text, #fff);
    padding: 0.9rem 1.25rem;
}

.app-title[b-g8c70bqbhy] {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
}

.app-logo[b-g8c70bqbhy] {
    max-height: 32px;
    max-width: 150px;
    object-fit: contain;
}

.app-branch[b-g8c70bqbhy] {
    font-size: 0.85rem;
    opacity: 0.75;
}

.app-content[b-g8c70bqbhy] {
    flex: 1;
    padding: 1.25rem;
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
}

/* Keep content clear of the fixed bottom bar. */
.app-content.has-bottom-nav[b-g8c70bqbhy] {
    padding-bottom: 6rem;
}
