/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-4pq0b4egep] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-4pq0b4egep] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #faf6ec;
}

.sidebar[b-4pq0b4egep] {
    background: linear-gradient(165deg, #3b3115 0%, #2c2510 55%, #232011 100%);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.top-row[b-4pq0b4egep] {
    background-color: #fffdf7;
    border-bottom: 1px solid #ece3cd;
    box-shadow: 0 1px 3px rgba(59, 48, 0, 0.04);
    height: 4rem;
    display: flex;
    align-items: center;
}

.top-row-brand[b-4pq0b4egep] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    position: relative;
    padding-left: 0.85rem;
}

.top-row-brand[b-4pq0b4egep]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #F0A020, #C0392B);
}

.top-row-title[b-4pq0b4egep] {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #3B3000;
}

.top-row-sub[b-4pq0b4egep] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9a8c63;
}

.content[b-4pq0b4egep] {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

@media (max-width: 640.98px) {
    .top-row[b-4pq0b4egep] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-4pq0b4egep] {
        flex-direction: row;
    }

    .sidebar[b-4pq0b4egep] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4pq0b4egep] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4pq0b4egep], article[b-4pq0b4egep] {
        padding-left: 2.5rem !important;
        padding-right: 2rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Mobile-Topbar (sichtbar < 641px) */
.navbar-toggler[b-4zi0gegff3] {
    background-color: rgba(240, 160, 32, 0.25);
    border: 1px solid rgba(240, 160, 32, 0.4);
}

.top-row[b-4zi0gegff3] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.25);
}

.navbar-brand[b-4zi0gegff3] {
    font-family: 'Baloo 2', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--bs-cream, #F0E4C4);
}

.brand-logo-sm[b-4zi0gegff3] {
    height: 2rem;
    width: auto;
    border-radius: 0.4rem;
}

/* Logo-Hero im aufgeklappten Menü */
.brand-hero[b-4zi0gegff3] {
    display: none;
    padding: 1.75rem 1rem 1.25rem;
    text-align: center;
}

.brand-hero img[b-4zi0gegff3] {
    width: 100%;
    max-width: 200px;
    border-radius: 0.9rem;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

/* Navigation */
.nav-section[b-4zi0gegff3] {
    display: block;
    padding: 0.5rem 0.85rem 0.4rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(240, 228, 196, 0.5);
}

.nav-item[b-4zi0gegff3] {
    font-size: 0.95rem;
    padding-bottom: 0.35rem;
}

.nav-ico[b-4zi0gegff3] {
    display: inline-flex;
    width: 1.4rem;
    margin-right: 0.7rem;
    font-size: 1.05rem;
    opacity: 0.9;
}

.nav-item[b-4zi0gegff3]  a,
.nav-item .btn-logout[b-4zi0gegff3] {
    color: rgba(240, 228, 196, 0.85);
    border-radius: 0.6rem;
    height: 2.9rem;
    display: flex;
    align-items: center;
    padding-inline: 0.85rem;
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    font-weight: 600;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-item[b-4zi0gegff3]  a.active {
    background: linear-gradient(90deg, rgba(240, 160, 32, 0.95), rgba(216, 134, 26, 0.95));
    color: #fff;
    box-shadow: 0 4px 12px rgba(240, 160, 32, 0.35);
}

.nav-item[b-4zi0gegff3]  a:hover,
.nav-item .btn-logout:hover[b-4zi0gegff3] {
    background-color: rgba(240, 160, 32, 0.16);
    color: #fff;
}

.nav-spacer[b-4zi0gegff3] {
    height: 1px;
    background: rgba(240, 228, 196, 0.12);
    margin: 0.75rem 0.5rem;
}

.btn-logout[b-4zi0gegff3] {
    color: rgba(240, 228, 196, 0.7) !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4zi0gegff3] {
        display: none;
    }

    .top-row[b-4zi0gegff3] {
        display: none;
    }

    .brand-hero[b-4zi0gegff3] {
        display: block;
    }

    .collapse[b-4zi0gegff3] {
        /* Sidebar auf großen Bildschirmen nie einklappen */
        display: block;
    }

    .nav-scrollable[b-4zi0gegff3] {
        height: 100vh;
        overflow-y: auto;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-wrap[b-r38an7mj6s] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 3vh;
}

.login-card[b-r38an7mj6s] {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid #ece3cd;
    border-radius: 1.25rem;
    box-shadow: 0 12px 32px rgba(59, 48, 0, 0.14);
    padding: 2.25rem 2rem 2rem;
}

.login-head[b-r38an7mj6s] {
    text-align: center;
    margin-bottom: 1.75rem;
}

.login-logo[b-r38an7mj6s] {
    width: 100%;
    max-width: 260px;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 6px 18px rgba(59, 48, 0, 0.18);
    margin-bottom: 1.1rem;
}

.login-head h1[b-r38an7mj6s] {
    font-family: 'Baloo 2', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    color: #3B3000;
}

.login-sub[b-r38an7mj6s] {
    color: #9a8c63;
    font-size: 0.92rem;
    margin-bottom: 0;
}
/* /Pages/Orders.razor.rz.scp.css */
.page-sub[b-pyg3zrco5w] {
    color: #9a8c63;
    font-size: 0.92rem;
}

.state-box[b-pyg3zrco5w] {
    text-align: center;
    padding: 3.5rem 1rem;
    background: #fff;
    border: 1px dashed #e0d4b4;
    border-radius: 1rem;
    color: #6b5d2e;
}

.state-icon[b-pyg3zrco5w] {
    font-size: 2.5rem;
    color: #d8c49a;
    display: block;
    margin-bottom: 0.75rem;
}
/* /Pages/Products.razor.rz.scp.css */
.page-sub[b-4wah9xjxc9] {
    color: #9a8c63;
    font-size: 0.92rem;
}

.state-box[b-4wah9xjxc9] {
    text-align: center;
    padding: 3.5rem 1rem;
    background: #fff;
    border: 1px dashed #e0d4b4;
    border-radius: 1rem;
    color: #6b5d2e;
}

.state-icon[b-4wah9xjxc9] {
    font-size: 2.5rem;
    color: #d8c49a;
    display: block;
    margin-bottom: 0.75rem;
}
