/* /Layout/AdminLayout.razor.rz.scp.css */
.admin-layout[b-nkpy4fgc8t] {
    display: grid;
    grid-template-columns: 256px minmax(0, 1fr);
    min-height: 100vh;
    background: var(--soft);
}

.admin-main[b-nkpy4fgc8t] {
    min-width: 0;
    padding: 28px;
}

.admin-loading[b-nkpy4fgc8t] {
    display: grid;
    place-items: center;
    min-height: 100vh;
    color: var(--muted);
    font-weight: 900;
}

@media (max-width: 940px) {
    .admin-layout[b-nkpy4fgc8t] {
        grid-template-columns: 1fr;
    }

    .admin-main[b-nkpy4fgc8t] {
        padding: 18px;
    }
}
/* /Layout/StoreLayout.razor.rz.scp.css */
.storefront[b-tklqf1wi32] {
    min-height: 100vh;
    padding-bottom: 0;
    background: #f5f8fb;
}

@media (max-width: 520px) {
    .storefront[b-tklqf1wi32] {
        padding-bottom: 76px;
    }
}
/* /Pages/AdminLogin.razor.rz.scp.css */
.login-page[b-9l8wbtks9f] {
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: 24px;
    background:
        linear-gradient(135deg, rgba(16, 185, 129, 0.12), transparent 42%),
        #f5f8fb;
}

.login-card[b-9l8wbtks9f] {
    width: min(100%, 440px);
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: white;
    box-shadow: var(--shadow);
}

.login-card img[b-9l8wbtks9f] {
    width: 230px;
    height: auto;
    margin-bottom: 22px;
}

.login-kicker[b-9l8wbtks9f] {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--brand);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.login-card h1[b-9l8wbtks9f] {
    margin: 0;
    color: #0f2f4a;
    font-size: 2rem;
}

.login-card p[b-9l8wbtks9f] {
    margin: 10px 0 22px;
    color: var(--muted);
    line-height: 1.55;
}

.login-form[b-9l8wbtks9f] {
    display: grid;
    gap: 16px;
}

.field[b-9l8wbtks9f] {
    display: grid;
    gap: 8px;
}

.field label[b-9l8wbtks9f] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.form-input[b-9l8wbtks9f] {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 0 14px;
    outline: none;
}

.form-input:focus[b-9l8wbtks9f] {
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.10);
}

.login-button[b-9l8wbtks9f] {
    min-height: 48px;
    border: 0;
    border-radius: 14px;
    background: var(--brand);
    color: white;
    font-weight: 900;
}

.login-error[b-9l8wbtks9f] {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fef2f2;
    color: #b91c1c;
    font-weight: 800;
}

.store-link[b-9l8wbtks9f] {
    display: inline-flex;
    margin-top: 18px;
    color: #0f2f4a;
    font-weight: 900;
    text-decoration: none;
}

.dev-credentials[b-9l8wbtks9f] {
    display: grid;
    gap: 4px;
    margin-top: 18px;
    padding: 12px;
    border-radius: 14px;
    background: #f8fafc;
    color: var(--muted);
    font-size: 0.84rem;
}
/* /Pages/Customize.razor.rz.scp.css */
.appearance-grid[b-ufm808rw5w] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
    gap: 28px;
}

.section-title h2[b-ufm808rw5w] {
    margin: 0;
}

.section-title p[b-ufm808rw5w] {
    margin: 6px 0 18px;
    color: var(--muted);
}

.panel[b-ufm808rw5w] {
    border: 1px solid var(--line);
    border-radius: 24px;
    background: white;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.settings-card[b-ufm808rw5w] {
    display: grid;
    gap: 22px;
    padding: 28px;
}

.field[b-ufm808rw5w] {
    display: grid;
    gap: 8px;
}

.field label[b-ufm808rw5w] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.form-input[b-ufm808rw5w],
.form-textarea[b-ufm808rw5w] {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 13px 14px;
    background: white;
    color: var(--ink);
    font-weight: 700;
    outline: none;
}

.form-textarea[b-ufm808rw5w] {
    min-height: 96px;
    resize: vertical;
}

.color-box[b-ufm808rw5w] {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px;
    border-radius: 18px;
    background: #f8fafc;
}

.color-box input[b-ufm808rw5w] {
    width: 58px;
    height: 58px;
    border: 4px solid white;
    border-radius: 16px;
    background: transparent;
}

.dark-button[b-ufm808rw5w] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 14px;
    background: #0f172a;
    color: white;
    font-weight: 900;
}

@media (max-width: 940px) {
    .appearance-grid[b-ufm808rw5w] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.stats-grid[b-ydm8ap84l6] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 940px) {
    .stats-grid[b-ydm8ap84l6] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Products.razor.rz.scp.css */
.section-head[b-paalhq1dni] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.section-title h2[b-paalhq1dni] {
    margin: 0;
}

.section-title p[b-paalhq1dni] {
    margin: 6px 0 0;
    color: var(--muted);
}

.primary-button[b-paalhq1dni] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: var(--brand);
    color: white;
    font-weight: 900;
    box-shadow: 0 14px 26px rgba(16, 185, 129, 0.20);
}

.notice[b-paalhq1dni],
.panel-loading[b-paalhq1dni] {
    margin-bottom: 16px;
    padding: 13px 16px;
    border-radius: 16px;
    font-weight: 800;
}

.notice[b-paalhq1dni] {
    background: #dcfce7;
    color: #047857;
}

.panel-loading[b-paalhq1dni] {
    border: 1px solid var(--line);
    background: white;
    color: var(--muted);
}

@media (max-width: 940px) {
    .section-head[b-paalhq1dni] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Pages/Storefront.razor.rz.scp.css */
.store-main[b-hexetxy3v9] {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 30px 0 56px;
}

.store-hero[b-hexetxy3v9] {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    align-items: stretch;
    gap: 22px;
}

.store-hero-copy[b-hexetxy3v9],
.store-hero-card[b-hexetxy3v9],
.store-products[b-hexetxy3v9] {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: white;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.store-hero-copy[b-hexetxy3v9] {
    padding: clamp(24px, 5vw, 52px);
}

.store-kicker[b-hexetxy3v9] {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--brand);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.store-hero h1[b-hexetxy3v9] {
    max-width: 780px;
    margin: 0;
    color: #0f2f4a;
    font-size: clamp(2rem, 5vw, 4.2rem);
    line-height: 1.02;
}

.store-hero p[b-hexetxy3v9] {
    max-width: 640px;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 1.06rem;
    line-height: 1.7;
}

.store-search[b-hexetxy3v9] {
    position: relative;
    max-width: 620px;
    margin-top: 28px;
}

.store-search .icon[b-hexetxy3v9] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 900;
}

.store-search input[b-hexetxy3v9] {
    width: 100%;
    min-height: 56px;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 0 18px 0 72px;
    background: #f8fafc;
    color: var(--ink);
    outline: none;
}

.store-hero-card[b-hexetxy3v9] {
    display: grid;
    align-content: end;
    gap: 12px;
    min-height: 320px;
    padding: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.15), white 74%),
        url("https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&q=80&w=800") center/cover;
}

.store-hero-card strong[b-hexetxy3v9] {
    color: #0f2f4a;
    font-size: 1.35rem;
}

.store-hero-card span[b-hexetxy3v9] {
    color: var(--muted);
    line-height: 1.55;
}

.store-promo[b-hexetxy3v9] {
    margin: 18px 0;
    padding: 14px 18px;
    border-radius: 18px;
    background: #dbeafe;
    color: #1e40af;
    font-weight: 900;
    text-align: center;
}

.store-products[b-hexetxy3v9] {
    padding: 22px;
}

.store-section-head[b-hexetxy3v9] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.store-section-head h2[b-hexetxy3v9] {
    margin: 0;
    color: #0f2f4a;
    font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.store-grid[b-hexetxy3v9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mobile-tabs[b-hexetxy3v9] {
    display: none;
}

@media (max-width: 940px) {
    .store-hero[b-hexetxy3v9] {
        grid-template-columns: 1fr;
    }

    .store-section-head[b-hexetxy3v9] {
        align-items: stretch;
        flex-direction: column;
    }

    .store-grid[b-hexetxy3v9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .store-main[b-hexetxy3v9] {
        width: min(100% - 24px, 1180px);
        padding-top: 16px;
    }

    .store-hero-copy[b-hexetxy3v9],
    .store-products[b-hexetxy3v9],
    .store-hero-card[b-hexetxy3v9] {
        border-radius: 22px;
    }

    .store-hero-copy[b-hexetxy3v9] {
        padding: 22px;
    }

    .store-hero-card[b-hexetxy3v9] {
        min-height: 210px;
    }

    .store-grid[b-hexetxy3v9] {
        grid-template-columns: 1fr;
    }

    .mobile-tabs[b-hexetxy3v9] {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: space-around;
        padding: 15px 14px 18px;
        border-top: 1px solid #f1f5f9;
        border-radius: 22px 22px 0 0;
        background: white;
        box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.06);
    }

    .tab-item[b-hexetxy3v9] {
        display: grid;
        gap: 4px;
        justify-items: center;
        border: 0;
        background: transparent;
        color: #cbd5e1;
        font-size: 0.65rem;
        font-weight: 900;
        text-transform: uppercase;
    }

    .tab-item.active[b-hexetxy3v9] {
        color: var(--brand);
    }
}
/* /Shared/AdminSidebar.razor.rz.scp.css */
.sidebar[b-a89x3up5pf] {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 18px;
    background: var(--sidebar);
    color: white;
}

.brand-block[b-a89x3up5pf] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 36px;
    padding: 6px;
}

.brand-image[b-a89x3up5pf] {
    width: 96px;
    height: 42px;
    object-fit: contain;
    border-radius: 8px;
    background: white;
}

.brand-title[b-a89x3up5pf] {
    margin: 0;
    font-size: 0.82rem;
/*    font-weight: 900;*/
    line-height: 1.2;
    text-transform: uppercase;
}

.side-nav[b-a89x3up5pf] {
    display: grid;
    gap: 8px;
}

.nav-button[b-a89x3up5pf] {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 14px;
    color: #cbd5e1;
    font-weight: 800;
    text-decoration: none;
}

.nav-button:hover[b-a89x3up5pf] {
    background: #1e293b;
    color: white;
}

.nav-button.active[b-a89x3up5pf] {
    background: var(--brand);
    color: white;
}

.nav-button.client[b-a89x3up5pf] {
    margin-top: 26px;
    background: #4f46e5;
    color: white;
}

.sync-card[b-a89x3up5pf] {
    position: absolute;
    right: 18px;
    bottom: 28px;
    left: 18px;
    padding: 16px;
    border-radius: 18px;
    background: #1e293b;
}

.sync-card p[b-a89x3up5pf] {
    margin: 0 0 10px;
    color: #94a3b8;
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.sync-dot[b-a89x3up5pf] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #34d399;
    font-size: 0.82rem;
    font-weight: 800;
}

.sync-dot[b-a89x3up5pf]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #34d399;
    box-shadow: 0 0 0 6px rgba(52, 211, 153, 0.13);
}

@media (max-width: 940px) {
    .sidebar[b-a89x3up5pf] {
        position: static;
        height: auto;
    }

    .sync-card[b-a89x3up5pf] {
        position: static;
        margin-top: 18px;
    }
}
/* /Shared/AdminTopBar.razor.rz.scp.css */
.admin-header[b-xpgg5qcllz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: white;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.admin-header h1[b-xpgg5qcllz] {
    margin: 0;
}

.connection[b-xpgg5qcllz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 7px;
    color: #94a3b8;
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.connection strong[b-xpgg5qcllz] {
    color: #6366f1;
    text-transform: none;
}

.header-actions[b-xpgg5qcllz] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mini-stat[b-xpgg5qcllz] {
    padding: 9px 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #f8fafc;
}

.mini-stat span[b-xpgg5qcllz] {
    display: block;
    margin-bottom: 4px;
    color: #94a3b8;
    font-size: 0.62rem;
    font-weight: 900;
    text-transform: uppercase;
}

.avatar[b-xpgg5qcllz] {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: linear-gradient(135deg, #34d399, #059669);
    color: white;
    font-weight: 900;
}

.logout-button[b-xpgg5qcllz] {
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: white;
    color: var(--ink);
    font-weight: 900;
}

.logout-button:hover[b-xpgg5qcllz] {
    background: #fef2f2;
    color: var(--danger);
}

@media (max-width: 940px) {
    .admin-header[b-xpgg5qcllz],
    .header-actions[b-xpgg5qcllz] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Shared/BrandPreview.razor.rz.scp.css */
.preview-zone[b-vp28yrksdm] {
    display: grid;
    place-items: center;
    min-height: 580px;
    padding: 28px;
    border: 4px dashed #e2e8f0;
    border-radius: 34px;
    background: #f1f5f9;
    text-align: center;
}

.preview-zone p[b-vp28yrksdm] {
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.phone-mini[b-vp28yrksdm] {
    width: 210px;
    height: 410px;
    overflow: hidden;
    border: 7px solid #1e293b;
    border-radius: 32px;
    background: white;
    box-shadow: var(--shadow);
}

.phone-mini-top[b-vp28yrksdm] {
    height: 54px;
}

.mini-lines[b-vp28yrksdm] {
    display: grid;
    gap: 10px;
    padding: 14px;
}

.mini-line[b-vp28yrksdm] {
    height: 10px;
    border-radius: 999px;
    background: #e2e8f0;
}

.mini-tile[b-vp28yrksdm] {
    height: 68px;
    border-radius: 16px;
    background: #dcfce7;
}

.ghost-button[b-vp28yrksdm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 28px;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: white;
    color: var(--ink);
    font-weight: 900;
    text-decoration: none;
}
/* /Shared/CategoryFilter.razor.rz.scp.css */
.chips[b-mgupteduqw] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.chip[b-mgupteduqw] {
    flex: 0 0 auto;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 9px 15px;
    background: white;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 900;
}

.chip.active[b-mgupteduqw] {
    border-color: #0f172a;
    background: #0f172a;
    color: white;
}
/* /Shared/ProductCard.razor.rz.scp.css */
.client-card[b-qnqxfx8bnz] {
    overflow: hidden;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    background: white;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.client-image[b-qnqxfx8bnz] {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.client-image img[b-qnqxfx8bnz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-add[b-qnqxfx8bnz] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 14px;
    background: var(--brand);
    color: white;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.20);
}

.client-info[b-qnqxfx8bnz] {
    padding: 16px;
}

.client-info span[b-qnqxfx8bnz] {
    display: block;
    color: #94a3b8;
    font-size: 0.65rem;
    font-weight: 900;
    text-transform: uppercase;
}

.client-info h3[b-qnqxfx8bnz] {
    margin: 5px 0 7px;
    overflow: hidden;
    color: #1e293b;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.client-info p[b-qnqxfx8bnz] {
    display: -webkit-box;
    min-height: 42px;
    margin: 0 0 12px;
    overflow: hidden;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.price-row[b-qnqxfx8bnz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.price[b-qnqxfx8bnz] {
    color: var(--brand);
    font-weight: 900;
}

.price-row small[b-qnqxfx8bnz] {
    color: #94a3b8;
    font-weight: 800;
}

.payment-links[b-qnqxfx8bnz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
}

.payment-links a[b-qnqxfx8bnz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
}

.stripe-link[b-qnqxfx8bnz] {
    background: var(--brand);
    color: white;
}

.paypal-link[b-qnqxfx8bnz] {
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}

@media (max-width: 360px) {
    .payment-links[b-qnqxfx8bnz] {
        grid-template-columns: 1fr;
    }
}
/* /Shared/ProductEditor.razor.rz.scp.css */
.modal-backdrop[b-fxu4ojf8pm] {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.55);
}

.modal-card[b-fxu4ojf8pm] {
    width: min(100%, 680px);
    max-height: min(92vh, 860px);
    overflow-y: auto;
    border-radius: 26px;
    background: white;
    box-shadow: var(--shadow);
}

.modal-head[b-fxu4ojf8pm] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--line);
}

.modal-head span[b-fxu4ojf8pm] {
    color: var(--brand);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.modal-head h2[b-fxu4ojf8pm] {
    margin: 4px 0 0;
    color: #0f2f4a;
}

.close-button[b-fxu4ojf8pm] {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 12px;
    background: #f8fafc;
    color: var(--ink);
    font-weight: 900;
}

.product-form[b-fxu4ojf8pm] {
    display: grid;
    gap: 16px;
    padding: 24px;
}

.image-preview[b-fxu4ojf8pm] {
    display: grid;
    place-items: center;
    min-height: 220px;
    overflow: hidden;
    border: 1px dashed #cbd5e1;
    border-radius: 18px;
    background: #f8fafc;
    color: var(--muted);
    font-weight: 900;
}

.image-preview img[b-fxu4ojf8pm] {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.field[b-fxu4ojf8pm] {
    display: grid;
    gap: 8px;
}

.field label[b-fxu4ojf8pm] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.field small[b-fxu4ojf8pm] {
    color: var(--muted);
}

.form-input[b-fxu4ojf8pm],
.form-textarea[b-fxu4ojf8pm] {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 13px 14px;
    background: white;
    color: var(--ink);
    outline: none;
}

.form-textarea[b-fxu4ojf8pm] {
    min-height: 110px;
    resize: vertical;
}

.form-grid[b-fxu4ojf8pm] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.modal-actions[b-fxu4ojf8pm] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 8px;
}

.secondary-button[b-fxu4ojf8pm],
.save-button[b-fxu4ojf8pm] {
    min-height: 46px;
    border: 0;
    border-radius: 14px;
    padding: 0 18px;
    font-weight: 900;
}

.secondary-button[b-fxu4ojf8pm] {
    background: #f1f5f9;
    color: var(--ink);
}

.save-button[b-fxu4ojf8pm] {
    background: var(--brand);
    color: white;
}

.save-button:disabled[b-fxu4ojf8pm] {
    opacity: 0.62;
    cursor: wait;
}

.error-message[b-fxu4ojf8pm] {
    margin: 16px 24px 0;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fef2f2;
    color: #b91c1c;
    font-weight: 800;
}

@media (max-width: 620px) {
    .form-grid[b-fxu4ojf8pm],
    .modal-actions[b-fxu4ojf8pm] {
        grid-template-columns: 1fr;
    }

    .modal-actions[b-fxu4ojf8pm] {
        display: grid;
    }
}
/* /Shared/ProductTable.razor.rz.scp.css */
.panel[b-c4b1szq4x1] {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--panel);
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.toolbar[b-c4b1szq4x1] {
    padding: 16px;
    border-bottom: 1px solid var(--line);
}

.search-wrap[b-c4b1szq4x1] {
    position: relative;
}

.search-wrap .icon[b-c4b1szq4x1] {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 900;
}

.search-input[b-c4b1szq4x1] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 0 14px 0 68px;
    background: white;
    color: var(--ink);
    outline: none;
}

.product-table[b-c4b1szq4x1] {
    width: 100%;
    border-collapse: collapse;
}

.product-table th[b-c4b1szq4x1] {
    padding: 15px;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.72rem;
    text-align: left;
    text-transform: uppercase;
}

.product-table td[b-c4b1szq4x1] {
    padding: 15px;
    border-top: 1px solid #f1f5f9;
    vertical-align: middle;
}

.product-cell[b-c4b1szq4x1] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.product-thumb[b-c4b1szq4x1] {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 14px;
    background: #e2e8f0;
}

.product-thumb img[b-c4b1szq4x1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-name[b-c4b1szq4x1] {
    display: block;
    margin-bottom: 6px;
    font-weight: 900;
}

.badge[b-c4b1szq4x1] {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 900;
}

.badge.ok[b-c4b1szq4x1] {
    background: #dcfce7;
    color: #059669;
}

.badge.warn[b-c4b1szq4x1] {
    background: #fef3c7;
    color: #d97706;
}

.actions-row[b-c4b1szq4x1] {
    display: flex;
    gap: 8px;
}

.icon-button[b-c4b1szq4x1] {
    display: inline-grid;
    place-items: center;
    min-width: 38px;
    height: 38px;
    border: 0;
    border-radius: 12px;
    background: white;
    color: #94a3b8;
    font-weight: 900;
}

.icon-button:hover[b-c4b1szq4x1] {
    background: #ecfdf5;
    color: var(--brand);
}

.icon-button.danger:hover[b-c4b1szq4x1] {
    background: #fef2f2;
    color: var(--danger);
}

@media (max-width: 940px) {
    .product-table[b-c4b1szq4x1],
    .product-table thead[b-c4b1szq4x1],
    .product-table tbody[b-c4b1szq4x1],
    .product-table tr[b-c4b1szq4x1],
    .product-table th[b-c4b1szq4x1],
    .product-table td[b-c4b1szq4x1] {
        display: block;
    }

    .product-table thead[b-c4b1szq4x1] {
        display: none;
    }

    .product-table tr[b-c4b1szq4x1] {
        padding: 14px;
        border-top: 1px solid #f1f5f9;
    }

    .product-table td[b-c4b1szq4x1] {
        padding: 8px 0;
        border: 0;
    }
}
/* /Shared/StatCard.razor.rz.scp.css */
.stat-card[b-il3j1w2hz9] {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: white;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.stat-card span[b-il3j1w2hz9] {
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.stat-card strong[b-il3j1w2hz9] {
    display: block;
    margin-top: 10px;
    color: var(--brand);
    font-size: 2.4rem;
}
/* /Shared/StoreHeader.razor.rz.scp.css */
.store-header[b-p3razmdmgl] {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
}

.store-header-inner[b-p3razmdmgl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(1180px, calc(100% - 32px));
    min-height: 78px;
    margin: 0 auto;
}

.store-logo[b-p3razmdmgl] {
    width: min(280px, 46vw);
    height: 54px;
    object-fit: contain;
}

.hidden-admin-trigger[b-p3razmdmgl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    padding: 4px;
    border: 1px solid var(--line);
    border-radius: 0;
    background: white;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.hidden-admin-trigger img[b-p3razmdmgl] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store-actions[b-p3razmdmgl] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.store-bag[b-p3razmdmgl] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    background: #0f172a;
    color: white;
    font-size: 0.86rem;
}

.cart-count[b-p3razmdmgl] {
    position: absolute;
    top: -7px;
    right: -7px;
    display: grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border: 2px solid white;
    border-radius: 999px;
    background: var(--danger);
    color: white;
    font-size: 0.68rem;
    font-weight: 900;
}

@media (max-width: 520px) {
    .store-header-inner[b-p3razmdmgl] {
        width: min(100% - 24px, 1180px);
        min-height: 70px;
        gap: 8px;
    }

    .store-logo[b-p3razmdmgl] {
        width: 168px;
        height: 44px;
    }

    .hidden-admin-trigger[b-p3razmdmgl] {
        width: 65px;
        height: 65px;
    }

    .store-bag strong[b-p3razmdmgl] {
        display: none;
    }
}
