/* _content/HarnoNaturNetApp2026/Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-2w3qq5r7o6] {
    --green-1: #0e5e3b; /* deep forest */
    --green-2: #2f8f5b; /* primary */
    --green-3: #a7d7c5; /* mint tint */
    --sand: #f4f6f3; /* background */
    --ink: #1f2d2a; /* text */
}


.site-wrapper[b-2w3qq5r7o6] {
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    background: var(--sand);
    color: var(--ink);
}


.site-header[b-2w3qq5r7o6] {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: saturate(1.2) blur(8px);
    background: linear-gradient(180deg, rgba(244,246,243,0.85), rgba(244,246,243,0.65));
    border-bottom: 1px solid rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}

.brand[b-2w3qq5r7o6] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: var(--green-1);
    font-size: 1.15rem;
}

    .brand img[b-2w3qq5r7o6] {
        width: 28px;
        height: 28px;
    }


.nav[b-2w3qq5r7o6] {
    display: flex;
    gap: 0.9rem;
}

    .nav a[b-2w3qq5r7o6] {
        color: var(--ink);
        text-decoration: none;
        padding: 0.4rem 0.6rem;
        border-radius: 999px;
    }

        .nav a:hover[b-2w3qq5r7o6] {
            background: rgba(47,143,91,0.12);
            color: var(--green-1);
        }


.site-main[b-2w3qq5r7o6] {
    flex: 1;
}


.site-footer[b-2w3qq5r7o6] {
    border-top: 1px solid rgba(0,0,0,0.06);
    background: #fff;
    padding: 1.25rem;
    text-align: center;
    font-size: 0.95rem;
    color: #2a3a37;
}

.small[b-2w3qq5r7o6] {
    font-size: 0.85rem;
    opacity: 0.8;
}
/* _content/HarnoNaturNetApp2026/Components/Layout/NavMenu.razor.rz.scp.css */
