:root{color-scheme:light;--bg: #f5f7fb;--bg-soft: #eef2f8;--surface: #ffffff;--surface-2: #f7f9fc;--surface-3: #eef3f8;--text: #111827;--text-soft: #1f2937;--muted: #6b7280;--line: rgba(15, 23, 42, .08);--line-strong: rgba(15, 23, 42, .14);--accent: #2563eb;--accent-soft: rgba(37, 99, 235, .1);--accent-dark: #1d4ed8;--danger: #ef4444;--danger-soft: rgba(239, 68, 68, .1);--sale: #f97316;--sale-soft: rgba(249, 115, 22, .12);--success: #16a34a;--success-soft: rgba(22, 163, 74, .12);--warning: #ca8a04;--warning-soft: rgba(202, 138, 4, .14);--shadow: 0 12px 36px rgba(15, 23, 42, .08);--shadow-soft: 0 8px 24px rgba(15, 23, 42, .05)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 26%),linear-gradient(180deg,#f8fafc,#f3f6fb);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}input,textarea,select{width:100%;background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:16px;padding:14px 16px;outline:none;box-shadow:var(--shadow-soft)}input::placeholder,textarea::placeholder{color:#9ca3af}input:focus,textarea:focus,select:focus{border-color:#2563eb59;box-shadow:0 0 0 4px #2563eb14,var(--shadow-soft)}textarea{resize:vertical}.app-shell{max-width:920px;margin:0 auto;min-height:100vh;padding-bottom:104px}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:18px 16px 12px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(180deg,#f8fafcf0,#f8fafcd1);border-bottom:1px solid rgba(15,23,42,.05)}.topbar-title{font-size:22px;font-weight:800;letter-spacing:-.04em;color:var(--text)}.topbar-subtitle{color:var(--muted);font-size:12px;margin-top:2px}.topbar-note{color:var(--text-soft);font-size:11px;margin-top:4px;opacity:.8}.topbar-actions{display:flex;gap:8px}.topbar-catalog{padding:16px 16px 14px}.catalog-topbar-row{width:100%;display:flex;align-items:center;gap:12px}.brand-logo-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;margin:0;display:flex;flex-direction:column;align-items:flex-start;min-width:0;color:var(--text);box-shadow:none}.brand-logo-mark{font-size:22px;line-height:.96;font-weight:900;letter-spacing:-.08em;text-transform:uppercase;color:var(--text);word-break:break-word;max-width:150px}.brand-logo-sub{margin-top:3px;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.catalog-topbar-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.header-pill,.header-icon-btn,.header-avatar{border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:var(--shadow-soft)}.header-pill{height:44px;padding:0 12px 0 14px;border-radius:16px;display:inline-flex;align-items:center;gap:10px;color:var(--text);font-weight:600;white-space:nowrap}.header-pill-badge{width:26px;height:26px;border-radius:999px;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:13px;font-weight:800;line-height:1}.header-icon-btn{position:relative;width:44px;height:44px;border-radius:16px;display:grid;place-items:center;padding:0;color:var(--text)}.header-icon-btn svg{width:20px;height:20px;display:block}.header-count-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:var(--danger);color:#fff;font-size:10px;font-weight:800;box-shadow:0 6px 18px #ef444440}.header-avatar{width:52px;height:52px;border-radius:999px;display:grid;place-items:center;padding:0;background:linear-gradient(135deg,#2563eb29,#2563eb0a);border-color:#2563eb2e}.header-avatar-inner{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:#fff;color:var(--accent-dark);font-size:15px;font-weight:800;border:1px solid rgba(37,99,235,.14)}@media(max-width:420px){.catalog-topbar-row{gap:8px}.brand-logo-mark{font-size:20px;max-width:128px}.header-pill{padding:0 10px 0 12px;gap:8px}.header-pill span:first-child{font-size:14px}.header-avatar{width:48px;height:48px}.header-avatar-inner{width:36px;height:36px;font-size:14px}}.page-content{padding:0 16px 24px;display:flex;flex-direction:column;gap:14px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:30;display:flex;gap:8px;overflow-x:auto;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#f5f7fb00,#f5f7fbe6 24%,#f5f7fb)}.bottom-link{flex:1 0 auto;min-width:74px;position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;background:#ffffffd6;border:1px solid rgba(15,23,42,.06);border-radius:18px;color:var(--muted);padding:10px 8px;font-size:11px;box-shadow:var(--shadow-soft)}.bottom-link.active{color:var(--accent-dark);background:#fff;border-color:#2563eb33;box-shadow:0 0 0 1px #2563eb14,0 10px 26px #2563eb1f}.bottom-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.bottom-icon svg{width:18px;height:18px;display:block}.nav-badge{position:absolute;top:6px;right:10px;min-width:18px;height:18px;border-radius:999px;background:var(--danger);color:#fff;font-size:10px;display:grid;place-items:center;box-shadow:0 6px 18px #ef444440}.hero-block,.glass-card{background:linear-gradient(180deg,#fffffffa,#f9fbfffa);border:1px solid rgba(15,23,42,.06);border-radius:24px;box-shadow:var(--shadow)}.hero-block{padding:24px;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;background-image:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 34%),linear-gradient(180deg,#fffffff5,#f4f8fff5)}.hero-image-block{padding:0;min-height:clamp(330px,52vw,500px);overflow:hidden;background:var(--surface-2);display:block}.hero-image{display:block;width:100%;height:100%;min-height:clamp(330px,52vw,500px);object-fit:cover;object-position:center center}.hero-image-fallback{min-height:clamp(330px,52vw,500px);display:flex;flex-direction:column;justify-content:flex-end;padding:24px;background-image:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 34%),linear-gradient(180deg,#fffffff5,#f4f8fff5)}.hero-kicker{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-weight:700}.hero-block h1{font-size:34px;line-height:1;margin:8px 0 10px;letter-spacing:-.05em;color:var(--text)}.hero-block p{color:var(--muted);margin:0 0 16px;max-width:560px}.glass-card{padding:16px}.nested-card{background:var(--surface-2);border:1px solid rgba(15,23,42,.06);border-radius:18px;padding:14px;margin-bottom:12px}.section-title-wrap{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 2px}.section-title{font-size:18px;font-weight:700;letter-spacing:-.03em;color:var(--text)}.section-subtitle{color:var(--muted);font-size:12px;margin-top:2px}.banner-list,.promo-grid,.product-grid,.stats-grid,.admin-images-grid{display:grid;gap:12px}.banner-list{grid-template-columns:1fr}.promo-grid,.product-grid,.stats-grid,.admin-images-grid{grid-template-columns:repeat(2,1fr)}.banner-card,.promo-card{min-height:120px;display:flex;flex-direction:column;justify-content:flex-end}.banner-title,.promo-card-title{font-size:20px;font-weight:800;letter-spacing:-.04em;color:var(--text)}.banner-subtitle,.promo-card-subtitle{color:var(--muted);margin-top:6px}.card-link-surface{all:unset;cursor:pointer;display:block}.product-card{display:flex;flex-direction:column;gap:10px;background:var(--surface);border:1px solid rgba(15,23,42,.06);border-radius:22px;padding:10px;box-shadow:var(--shadow-soft)}.product-card.compact{padding:8px}.product-cover-wrap{position:relative}.product-cover,.main-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px;background:#edf2f7}.empty-cover{width:100%;aspect-ratio:1 / 1;border-radius:16px;display:grid;place-items:center;background:linear-gradient(180deg,#f8fafc,#eef3f8);color:var(--muted);font-size:12px;border:1px dashed rgba(15,23,42,.08)}.empty-cover.large{min-height:300px}.badges-row{position:absolute;top:8px;left:8px;display:flex;gap:6px;flex-wrap:wrap}.badge{padding:6px 8px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.08em;background:#ffffffe0;color:var(--text-soft);border:1px solid rgba(15,23,42,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.badge.sale{background:#fff4ec;color:#c2410c;border-color:#f9731629}.badge.new{background:#ecfdf3;color:#15803d;border-color:#16a34a29}.badge.top{background:#eef4ff;color:var(--accent-dark);border-color:#2563eb2e}.badge.out{background:#fef2f2;color:#dc2626;border-color:#ef44442e}.product-info{display:flex;flex-direction:column;gap:6px}.product-brand{color:var(--accent);font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:700}.product-name,.product-title-large{font-weight:700;letter-spacing:-.03em;color:var(--text)}.product-title-large{font-size:26px}.product-meta{color:var(--muted);font-size:12px}.price-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.price-row.large .price{font-size:26px}.price{font-weight:800;letter-spacing:-.03em;color:var(--text)}.old-price{color:#9ca3af;text-decoration:line-through}.btn,.chip,.icon-btn{border:1px solid rgba(15,23,42,.08);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff);color:var(--text);padding:12px 16px;box-shadow:var(--shadow-soft)}.btn{font-weight:600}.btn.wide{width:100%;justify-content:center}.btn-secondary{background:var(--surface-2)}.btn-ghost{background:transparent;box-shadow:none}.btn-danger,.icon-btn.danger{background:linear-gradient(180deg,#fff5f5,#feecec);color:#dc2626;border-color:#ef444429}.icon-btn{width:42px;height:42px;display:grid;place-items:center;border-radius:14px}.chip{padding:10px 14px;background:#fff}.chip.active{background:#eef4ff;border-color:#2563eb33;color:var(--accent-dark)}.chip.danger-chip{background:linear-gradient(180deg,#fff5f5,#feecec);color:#dc2626;border-color:#ef444429}.row-actions{display:flex;gap:10px;align-items:center}.wrap-row{flex-wrap:wrap}.stack-gap{display:flex;flex-direction:column;gap:12px}.form-grid,.filters-grid,.admin-two-col{display:grid;gap:12px}.form-grid,.filters-grid,.admin-two-col{grid-template-columns:1fr}.field-block{display:flex;flex-direction:column;gap:8px}.field-label{font-size:12px;color:var(--muted)}.gallery-block{display:flex;flex-direction:column;gap:10px}.main-image-wrap{background:var(--surface);padding:8px;border-radius:24px;border:1px solid rgba(15,23,42,.06);box-shadow:var(--shadow-soft)}.thumb-row{display:flex;gap:8px;overflow-x:auto}.thumb-btn{border:1px solid rgba(15,23,42,.08);background:var(--surface);border-radius:14px;padding:4px;min-width:72px}.thumb-btn.active{border-color:#2563eb3d;box-shadow:0 0 0 3px #2563eb14}.thumb-btn img{width:64px;height:64px;object-fit:cover;border-radius:10px}.description-text{color:var(--text-soft);line-height:1.55}.size-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.size-chip{display:flex;flex-direction:column;gap:4px;padding:12px;background:var(--surface);border:1px solid rgba(15,23,42,.08);border-radius:18px;color:var(--text)}.size-chip small{color:var(--muted)}.size-chip.active{border-color:#2563eb3d;background:#eef4ff;color:var(--accent-dark)}.size-chip.disabled{opacity:.55}.qty-box{display:flex;align-items:center;gap:12px}.qty-box input{width:100px}.qty-current{min-width:28px;text-align:center}.cart-item{display:flex;gap:12px}.cart-item-cover{width:96px;flex:0 0 96px}.cart-item-cover img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:14px}.cart-item-body{flex:1;display:flex;flex-direction:column;gap:8px}.confirm-inline{margin-top:10px;border:1px solid rgba(239,68,68,.16);background:#fff5f5;border-radius:16px;padding:12px;display:flex;flex-direction:column;gap:10px}.courier-action-stack{margin-top:12px;display:flex;flex-direction:column;gap:10px}.courier-action-stack .confirm-inline{margin-top:0}.courier-status-note{margin-top:12px;color:var(--muted);font-size:13px;line-height:1.45}.summary-line{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px solid rgba(15,23,42,.06)}.summary-line:last-child{border-bottom:0}.summary-line.total{font-size:18px}.order-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.order-number{font-size:16px;font-weight:800;letter-spacing:-.03em}.order-total{font-size:18px;font-weight:800}.detail-box,.payment-box{margin-top:12px;padding:12px;border-radius:16px;background:var(--surface-2);border:1px solid rgba(15,23,42,.06)}.status-log{font-size:12px;color:var(--muted);margin-top:6px}.empty-state,.loader-block{text-align:center;padding:28px 18px;border-radius:24px;background:#ffffffe0;border:1px solid rgba(15,23,42,.06);box-shadow:var(--shadow-soft)}.empty-title{font-size:18px;font-weight:800;letter-spacing:-.03em;color:var(--text)}.empty-text{color:var(--muted);margin-top:8px}.loader-block{margin:16px}.toast{background:#fff!important;color:var(--text)!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:var(--shadow)!important}.admin-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.admin-list-item{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid rgba(15,23,42,.06)}.admin-list-item:last-child{border-bottom:0}.inventory-row{display:grid;grid-template-columns:1fr 1fr auto auto;gap:8px}.inventory-size-input{min-height:42px;padding:10px 12px;font-size:15px}.upload-btn{display:inline-flex;align-items:center;width:fit-content}.hero-preview-wrap{margin-top:12px;border:1px solid rgba(15,23,42,.06);border-radius:18px;overflow:hidden;background:var(--surface-2)}.hero-preview-image{display:block;width:100%;max-height:260px;object-fit:cover;object-position:center center}.hero-gallery-wrap{margin-top:12px}.hero-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.hero-gallery-item{all:unset;cursor:pointer;display:block;border:1px solid rgba(15,23,42,.06);border-radius:14px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow-soft)}.hero-gallery-item img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover}.hero-gallery-item.active{border-color:#2563eb80;box-shadow:0 0 0 2px #2563eb33,var(--shadow-soft)}.hero-gallery-meta{display:block;padding:6px 8px 8px;font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-image-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:14px;margin-bottom:8px}.stat-number{font-size:28px;font-weight:800;letter-spacing:-.04em;color:var(--text)}.stat-label{color:var(--muted);margin-top:6px;font-size:12px}.log-pre{white-space:pre-wrap;word-break:break-word;background:var(--surface-2);border:1px solid rgba(15,23,42,.06);padding:10px;border-radius:14px;color:var(--muted)}@media(min-width:720px){.page-content{padding-left:20px;padding-right:20px}.banner-list{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(4,1fr)}.filters-grid,.form-grid{grid-template-columns:repeat(2,1fr)}.admin-two-col{grid-template-columns:1fr 1.05fr;align-items:start}}.catalog-shell{display:flex;flex-direction:column;gap:14px}.catalog-search-panel{background:linear-gradient(180deg,#fffffffa,#f9fbfffa);border:1px solid rgba(15,23,42,.06);border-radius:28px;box-shadow:var(--shadow);padding:18px}.catalog-intro{display:flex;flex-direction:column;gap:8px}.catalog-eyebrow{font-size:11px;line-height:1;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-weight:800}.catalog-main-title-row{display:flex;align-items:center;gap:10px}.catalog-main-title{margin:0;font-size:28px;line-height:1;letter-spacing:-.05em;color:var(--text)}.catalog-count-badge{min-width:34px;height:34px;padding:0 10px;border-radius:999px;display:grid;place-items:center;background:#eef4ff;color:var(--accent-dark);border:1px solid rgba(37,99,235,.14);font-size:13px;font-weight:800}.catalog-main-subtitle{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.catalog-search-row{display:flex;gap:10px;margin-top:16px}.catalog-search-row input{flex:1}.catalog-search-btn{min-width:110px}.catalog-quick-row{margin-top:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.catalog-chip{border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#fff;color:var(--text);padding:10px 14px;box-shadow:var(--shadow-soft);font-weight:600}.catalog-chip.active{background:#eef4ff;border-color:#2563eb33;color:var(--accent-dark)}.catalog-active-info{margin-left:auto;padding:10px 12px;border-radius:999px;background:#ffffffc7;border:1px solid rgba(15,23,42,.06);color:var(--muted);font-size:12px}.catalog-filter-card{background:#ffffffe6;border:1px solid rgba(15,23,42,.06);border-radius:24px;box-shadow:var(--shadow-soft);padding:16px}.catalog-filter-grid{display:grid;grid-template-columns:1fr;gap:12px}.catalog-filter-actions{display:flex;gap:10px;align-items:flex-end}.catalog-filter-actions .btn{flex:1}.catalog-products-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 2px 0}.catalog-products-title{font-size:20px;font-weight:800;letter-spacing:-.04em;color:var(--text)}.catalog-products-subtitle{margin-top:4px;color:var(--muted);font-size:12px}.catalog-products-grid{gap:14px}.catalog-empty-wrap{margin-top:4px}.shop-product-card{gap:12px;border-radius:24px;padding:10px;background:linear-gradient(180deg,#fff,#f9fbff)}.shop-product-cover-wrap{overflow:hidden;border-radius:18px}.shop-product-cover-wrap .product-cover,.shop-product-cover-wrap .empty-cover{border-radius:18px}.shop-product-info{gap:10px;padding:2px 2px 4px}.shop-product-topline{display:flex;align-items:center;justify-content:space-between;gap:8px}.shop-product-name{font-size:16px;line-height:1.18;min-height:38px}.shop-product-tags{display:flex;gap:8px;flex-wrap:wrap}.shop-meta-pill{padding:7px 10px;border-radius:999px;background:var(--surface-2);border:1px solid rgba(15,23,42,.06);color:var(--text-soft);font-size:11px;font-weight:600}.shop-product-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.shop-price-row{gap:6px}.shop-price-row .price{font-size:18px}.shop-product-link{color:var(--accent-dark);font-size:12px;font-weight:700;white-space:nowrap}@media(max-width:420px){.catalog-search-row{flex-direction:column}.catalog-search-btn{width:100%}.catalog-active-info{margin-left:0}}@media(min-width:720px){.catalog-filter-grid{grid-template-columns:repeat(2,1fr)}.catalog-filter-actions{grid-column:1 / -1}}.broadcast-preview-wrap,.broadcast-history-image-wrap{display:flex;flex-direction:column;gap:10px}.broadcast-preview-image,.broadcast-history-image{width:100%;max-width:320px;border-radius:18px;border:1px solid rgba(15,23,42,.08);object-fit:cover;box-shadow:0 20px 50px #0f172a1f}.broadcast-preview-wrap .product-meta{max-width:420px}
