/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-w97kudjwnr] {
    position: relative;
    min-height: 100dvh;
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 78px;
    background: #f4f6f5;
    border-inline: 1px solid #dde2df;
}

.app-header[b-w97kudjwnr] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #dde2df;
}

.brand-link[b-w97kudjwnr] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #202725;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
}

.brand-link img[b-w97kudjwnr] {
    width: 30px;
    height: 30px;
}

.environment-badge[b-w97kudjwnr] {
    padding: 4px 7px;
    color: #775123;
    font-size: 0.72rem;
    font-weight: 700;
    background: #fff2d9;
    border: 1px solid #edcf96;
    border-radius: 4px;
}

.app-main[b-w97kudjwnr] {
    width: 100%;
}

@media (max-width: 760px) {
    .app-shell[b-w97kudjwnr] {
        border-inline: 0;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.bottom-nav[b-z3u93decb7] {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(100%, 760px);
    min-height: 66px;
    padding: 6px 12px calc(6px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #d7ddda;
    transform: translateX(-50%);
}

.bottom-nav-item[b-z3u93decb7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    color: #6b7470;
    font-size: 0.74rem;
    font-weight: 650;
    text-decoration: none;
}

.bottom-nav-item.active[b-z3u93decb7] {
    color: #c94d33;
}

.nav-glyph[b-z3u93decb7] {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    font-size: 1.25rem;
    line-height: 1;
}
