/* _content/CoachKeyFitness/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-88dpqahc5t] {
    min-height: 100vh;
}

.site-header[b-88dpqahc5t] {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 197, 211, 0.85);
}

.site-main[b-88dpqahc5t] {
    padding: 1.25rem 1rem 2.5rem;
}

.content-shell[b-88dpqahc5t] {
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .site-main[b-88dpqahc5t] {
        padding: 1rem 0.75rem 2rem;
    }
}

@media (max-width: 520px) {
    .site-main[b-88dpqahc5t] {
        padding: 0.85rem 0.6rem 1.75rem;
    }
}

#blazor-error-ui[b-88dpqahc5t] {
    color-scheme: light only;
    background: #fff68f;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-88dpqahc5t] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/CoachKeyFitness/Components/Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-lhlbxl5sg5] {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0.85rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.brand[b-lhlbxl5sg5] {
    text-decoration: none;
    font-weight: 600;
    color: #7f4b64;
    display: inline-flex;
    align-items: center;
}

.brand-logo[b-lhlbxl5sg5] {
    height: 3.15rem;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(127, 75, 100, 0.22));
}

.nav-toggle[b-lhlbxl5sg5] {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    color: #7f4b64;
    padding: 0.25rem 0.55rem;
}

.nav-icon[b-lhlbxl5sg5] {
    width: 1.15rem;
    height: 0.95rem;
    display: inline-grid;
    gap: 0.2rem;
}

.nav-icon-line[b-lhlbxl5sg5] {
    height: 2px;
    width: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffc5d3, #fff68f);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] .nav-icon-line:nth-child(1)[b-lhlbxl5sg5] {
    transform: translateY(0.26rem) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-icon-line:nth-child(2)[b-lhlbxl5sg5] {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-icon-line:nth-child(3)[b-lhlbxl5sg5] {
    transform: translateY(-0.26rem) rotate(-45deg);
}

.nav-toggle-fallback[b-lhlbxl5sg5] {
    font-size: 0.86rem;
    letter-spacing: 0.04em;
}

.nav-links[b-lhlbxl5sg5] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
}

.nav-link[b-lhlbxl5sg5] {
    text-decoration: none;
    color: #7f4b64;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-link.active[b-lhlbxl5sg5] {
    color: #4e2a3b;
    background: rgba(255, 246, 143, 0.62);
    box-shadow: 0 6px 18px rgba(127, 75, 100, 0.15);
}

.nav-link:hover[b-lhlbxl5sg5] {
    transform: translateY(-1px);
    box-shadow: 0 8px 14px rgba(127, 75, 100, 0.16);
}

@media (max-width: 700px) {
    .site-nav[b-lhlbxl5sg5] {
        align-items: center;
        padding: 0.7rem 0.85rem;
        gap: 0.45rem;
    }

    .nav-toggle[b-lhlbxl5sg5] {
        display: inline-flex;
    }

    .nav-links[b-lhlbxl5sg5] {
        display: none;
        flex-direction: column;
        justify-content: center;
        gap: 0.5rem;
        width: 100%;
        max-width: 360px;
        padding-top: 0.3rem;
    }

    .nav-links.open[b-lhlbxl5sg5] {
        display: flex;
    }

    .nav-link[b-lhlbxl5sg5] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .brand-logo[b-lhlbxl5sg5] {
        height: 2.65rem;
    }

    .nav-link[b-lhlbxl5sg5] {
        padding: 0.4rem 0.75rem;
        font-size: 0.92rem;
    }
}
