/* /Components/CartBadge.razor.rz.scp.css */
.cart-badge[b-xfr0fztjdt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #cfe3b6;
    color: #1c3b30;
    font-size: 0.75rem;
    font-weight: 700;
}
/* /Components/ProductCard.razor.rz.scp.css */
.product-card[b-c51cd3n2mm] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d7e2d4;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(28, 59, 48, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.product-card:hover[b-c51cd3n2mm] {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(28, 59, 48, 0.12);
}

.product-card__media[b-c51cd3n2mm] {
    display: block;
    height: 210px;
    background: #e8efe3;
    overflow: hidden;
}

.product-card__media img[b-c51cd3n2mm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__placeholder[b-c51cd3n2mm] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #7b8f78;
    font-size: 0.9rem;
}

.product-card__body[b-c51cd3n2mm] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1rem 1.1rem 1.15rem;
    flex: 1;
}

.product-card__title[b-c51cd3n2mm] {
    color: #1e3329;
    font-size: 1.05rem;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
}

.product-card__title:hover[b-c51cd3n2mm] {
    color: #2f6a45;
}

.product-card__price[b-c51cd3n2mm] {
    margin-top: auto;
    color: #2f6a45;
    font-size: 1.25rem;
    font-weight: 700;
}

.product-card__meta[b-c51cd3n2mm] {
    color: #5f7260;
    font-size: 0.85rem;
}

.product-card__btn[b-c51cd3n2mm] {
    margin-top: 0.35rem;
    border: 0;
    border-radius: 10px;
    background: #3d7a4c;
    color: #fff;
    padding: 0.55rem 0.8rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.product-card__btn:hover:not(:disabled)[b-c51cd3n2mm] {
    background: #326640;
}

.product-card__btn:disabled[b-c51cd3n2mm] {
    opacity: 0.6;
    cursor: not-allowed;
}

.product-card__btn--link[b-c51cd3n2mm] {
    display: block;
}

.product-card__info[b-c51cd3n2mm] {
    color: #2f6a45;
    font-size: 0.8rem;
}

.product-card__error[b-c51cd3n2mm] {
    color: #b42318;
    font-size: 0.8rem;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-jaxrnbpixu] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fff;
}

main[b-jaxrnbpixu] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-jaxrnbpixu] {
    background: linear-gradient(180deg, #1c3b30 0%, #24483b 58%, #2d5a48 100%);
    box-shadow: 4px 0 24px rgba(28, 59, 48, 0.16);
}

.top-row[b-jaxrnbpixu] {
    background-color: #fff;
    border-bottom: 1px solid #e6eee8;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.logout-btn[b-jaxrnbpixu] {
    border: 0;
    border-radius: 10px;
    background: #c84b3a;
    color: #fff;
    font-weight: 650;
    padding: 0.45rem 1rem;
    line-height: 1.2;
}

.logout-btn:hover[b-jaxrnbpixu] {
    background: #a83c2e;
}

@media (max-width: 640.98px) {
    .top-row[b-jaxrnbpixu] {
        justify-content: flex-end;
    }
}

@media (min-width: 641px) {
    .page[b-jaxrnbpixu] {
        flex-direction: row;
    }

    .sidebar[b-jaxrnbpixu] {
        width: 268px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jaxrnbpixu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-jaxrnbpixu], article[b-jaxrnbpixu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-g93bundbtb] {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.top-row[b-g93bundbtb] {
    min-height: 3.5rem;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-g93bundbtb] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 1.05rem;
    font-weight: 750;
    letter-spacing: 0.01em;
}

.brand-mark[b-g93bundbtb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 8px;
    background: #cfe3b6;
    color: #1c3b30;
    font-size: 0.95rem;
}

.brand-text[b-g93bundbtb] {
    color: #f4f7ee;
}

.nav-scrollable[b-g93bundbtb] {
    padding: 0.75rem 0 1rem;
}

.nav-item[b-g93bundbtb] {
    font-size: 0.92rem;
    padding-bottom: 0.25rem;
}

.nav-section[b-g93bundbtb] {
    margin: 0.85rem 1.15rem 0.35rem;
    color: #b7cbb6;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-item[b-g93bundbtb]  a.nav-link {
    color: #dce8d6;
    border-radius: 12px;
    min-height: 2.65rem;
    padding: 0.45rem 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    line-height: 1.2;
}

.nav-ico[b-g93bundbtb] {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 1.15rem;
    fill: currentColor;
}

.nav-item[b-g93bundbtb]  a.nav-link.active {
    background: rgba(207, 227, 182, 0.22);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(207, 227, 182, 0.35);
}

.nav-item[b-g93bundbtb]  a.nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g93bundbtb] {
        display: none;
    }

    .collapse[b-g93bundbtb] {
        display: block;
    }

    .nav-scrollable[b-g93bundbtb] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.auth-card[b-zwy3likgdg] {
    max-width: 420px;
    margin: 1.5rem auto 0;
    padding: 1.5rem;
    border: 1px solid #d7e2d4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(28, 59, 48, 0.06);
}

.auth-tabs[b-zwy3likgdg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.auth-tabs button[b-zwy3likgdg] {
    border: 1px solid #d7e2d4;
    background: #fff;
    color: #1e3329;
    padding: 0.55rem 0.75rem;
    border-radius: 10px;
}

.auth-tabs button.active[b-zwy3likgdg] {
    background: #3d7a4c;
    border-color: #326640;
    color: #fff;
}
/* /Pages/Cart/Cart.razor.rz.scp.css */
.qty[b-z8vbff45r3] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
/* /Pages/Catalog/ProductDetails.razor.rz.scp.css */
.details[b-ergkzpmzpn] {
    display: grid;
    grid-template-columns: minmax(240px, 380px) 1fr;
    gap: 2rem;
    align-items: start;
}

.details__media img[b-ergkzpmzpn],
.details__placeholder[b-ergkzpmzpn] {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 16px;
    background: #e8efe3;
}

.details__placeholder[b-ergkzpmzpn] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7b8f78;
}

.details__price[b-ergkzpmzpn] {
    font-size: 1.6rem;
    font-weight: 750;
    color: #2f6a45;
}

.qty[b-ergkzpmzpn] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .details[b-ergkzpmzpn] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Catalog/Products.razor.rz.scp.css */
.catalog h3[b-173pe04kn8] {
    margin-bottom: 1.25rem;
    font-weight: 700;
}

.catalog__grid[b-173pe04kn8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 280px));
    gap: 1.25rem;
}
/* /Pages/Home.razor.rz.scp.css */
.landing[b-u7t48pulab] {
    position: relative;
    overflow: hidden;
    padding: 2.4rem 2rem 2.1rem;
    border-radius: 24px;
    background: linear-gradient(135deg, #1c3b30 0%, #2f6a45 55%, #5a8f4e 100%);
    color: #f4f7ee;
    box-shadow: 0 18px 40px rgba(28, 59, 48, 0.16);
}

.landing__glow[b-u7t48pulab] {
    position: absolute;
    right: -4rem;
    top: -5rem;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(207, 227, 182, 0.38), transparent 68%);
    pointer-events: none;
}

.landing__eyebrow[b-u7t48pulab] {
    position: relative;
    margin-bottom: 0.55rem;
    color: #d7e8c3;
    font-size: 0.82rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.landing h1[b-u7t48pulab] {
    position: relative;
    max-width: 16ch;
    margin-bottom: 0.8rem;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    font-weight: 800;
    line-height: 1.15;
}

.landing__lead[b-u7t48pulab] {
    position: relative;
    max-width: 38rem;
    margin-bottom: 1.4rem;
    color: #e6f0dc;
    font-size: 1.05rem;
    line-height: 1.55;
}

.landing__actions[b-u7t48pulab] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.4rem;
}

.landing__cta[b-u7t48pulab],
.landing__ghost[b-u7t48pulab] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    padding: 0.55rem 1.15rem;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
}

.landing__cta[b-u7t48pulab] {
    background: #fff;
    color: #1c3b30;
}

.landing__cta:hover[b-u7t48pulab] {
    background: #f4f7ee;
    color: #1c3b30;
}

.landing__ghost[b-u7t48pulab] {
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
}

.landing__ghost:hover[b-u7t48pulab] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.landing__points[b-u7t48pulab] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing__points li[b-u7t48pulab] {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #f4f7ee;
    font-size: 0.86rem;
}

.home-title[b-u7t48pulab] {
    margin: 1.8rem 0 1rem;
    color: #1e3329;
    font-weight: 750;
}

.catalog__grid[b-u7t48pulab] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 280px));
    gap: 1.25rem;
}

@media (max-width: 640px) {
    .landing[b-u7t48pulab] {
        padding: 1.6rem 1.2rem 1.5rem;
        border-radius: 18px;
    }
}
/* /Pages/Sales/AllSales.razor.rz.scp.css */
.status[b-fbx2gmjgey] {
    display: inline-block;
    margin-left: 0.35rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 650;
}

.status--PendingPayment[b-fbx2gmjgey] {
    background: #fff4d6;
    color: #7a5b00;
}

.status--PaymentConfirmed[b-fbx2gmjgey] {
    background: #dcecdc;
    color: #1c3b30;
}

.status--Rejected[b-fbx2gmjgey] {
    background: #fde8e6;
    color: #a83c2e;
}
/* /Pages/Sales/Saledetails.razor.rz.scp.css */
.status[b-pz327irvk5] {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 650;
}

.status--PendingPayment[b-pz327irvk5] {
    background: #fff4d6;
    color: #7a5b00;
}

.status--PaymentConfirmed[b-pz327irvk5] {
    background: #dcecdc;
    color: #1c3b30;
}

.status--Rejected[b-pz327irvk5] {
    background: #fde8e6;
    color: #a83c2e;
}

.buyer[b-pz327irvk5] {
    margin: 0.85rem 0 1.1rem;
    padding: 0.85rem 1rem;
    border: 1px solid #d7e2d4;
    border-radius: 12px;
    background: #f7faf6;
}

.buyer h5[b-pz327irvk5] {
    margin-bottom: 0.45rem;
}

.proof img[b-pz327irvk5] {
    max-width: min(100%, 420px);
    border-radius: 12px;
    border: 1px solid #d7e2d4;
}
