/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-rkp4u0tm6t] {
    min-height: 100vh;
    background: #fbfaf8;
}

.shell[b-rkp4u0tm6t] {
    width: min(1100px, calc(100% - 2rem));
    margin: 0 auto;
}

.site-header[b-rkp4u0tm6t] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(251, 250, 248, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #ece7e1;
}

.top-row[b-rkp4u0tm6t] {
    min-height: 4.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.brand-block[b-rkp4u0tm6t] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.brand-link[b-rkp4u0tm6t] {
    color: #111827;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
}

main[b-rkp4u0tm6t] {
    padding-bottom: 3rem;
}

.app-tagline[b-rkp4u0tm6t] {
    font-size: 0.95rem;
    color: #6b7280;
}

@media (max-width: 640.98px) {
    .top-row[b-rkp4u0tm6t] {
        min-height: 4.25rem;
        align-items: flex-start;
        padding: 0.9rem 0;
        flex-direction: column;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-ohxl0c13v5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.site-nav-link[b-ohxl0c13v5] {
    color: #4b5563;
    text-decoration: none;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.site-nav[b-ohxl0c13v5]  a.active {
    background: #111827;
    color: #ffffff;
}

.site-nav[b-ohxl0c13v5]  a:hover {
    background: #f3f4f6;
    color: #111827;
}

@media (max-width: 640.98px) {
    .site-nav[b-ohxl0c13v5] {
        width: 100%;
    }

    .site-nav-link[b-ohxl0c13v5] {
        padding-left: 0;
    }
}
