@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--soft:#f8fafc;--green:#10b981;--green-soft:#ecfdf5;--lime:#34d399;--blue:#3b82f6;--blue-soft:#eff6ff;--amber:#f59e0b;--amber-soft:#fffbeb;--danger:#ef4444;--primary-gradient:linear-gradient(135deg,#10b981,#059669);--blue-gradient:linear-gradient(135deg,#3b82f6,#2563eb);--shadow:0 20px 40px rgba(15,23,42,0.1);--card-shadow:0 4px 6px -1px rgba(15,23,42,0.03),0 2px 4px -1px rgba(15,23,42,0.02);--hover-shadow:0 20px 25px -5px rgba(15,23,42,0.08),0 10px 10px -5px rgba(15,23,42,0.04);--transition-smooth:all 0.25s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;color:var(--ink);background:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font:inherit}button{cursor:pointer}.shell{width:min(100%,1180px);min-height:100vh;margin:0 auto;background:var(--white)}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:5;justify-content:space-between;padding:6px 10px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);gap:8px}.brand,.topbar{display:flex;align-items:center}.brand{gap:6px}.brand img{width:24px;height:24px}.brand strong{font-size:.92rem;line-height:1.1;font-weight:800}.brand span{display:none!important}.brand span,.muted,small{color:var(--muted)}.tabs{position:static;z-index:auto;display:flex;gap:4px;padding:0;background:transparent;border-bottom:0}.switcher button,.tabs button{display:flex;align-items:center;justify-content:center;gap:4px;min-height:28px;border:1px solid var(--line);border-radius:14px;background:var(--soft);color:var(--ink);font-size:.8rem;font-weight:700;transition:var(--transition-smooth);padding:0 8px}.switcher button:hover,.tabs button:hover{background:var(--line);transform:translateY(-1px)}.switcher .active,.tabs .active{background:var(--ink);color:var(--white);border-color:var(--ink)}.tabs button svg{color:var(--green)}.tabs button:nth-child(2) svg{color:var(--blue)}.tabs button:nth-child(3) svg{color:var(--amber)}.switcher .active svg,.tabs .active svg{color:currentColor}.switcher .active:hover,.tabs .active:hover{background:var(--ink);transform:none}.screen{padding:16px 14px 34px}.headline{margin:2px 0 16px}.headline p,.sellerHeader p{margin:0 0 6px;font-weight:700;text-transform:uppercase;font-size:.7rem;letter-spacing:0}h1,h2,h3,p{margin-top:0}h1{font-size:1.32rem;line-height:1.15}h1,h2{margin-bottom:0;font-weight:700;letter-spacing:0}h2{font-size:1.02rem}h3{margin:6px 0 4px;font-size:.94rem;font-weight:600}.search{display:flex;align-items:center;gap:10px;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--soft);transition:var(--transition-smooth)}.search:focus-within{border-color:var(--green);background:var(--white);box-shadow:0 0 0 3px rgba(21,134,79,.15)}.search svg{color:var(--blue)}.field input,.field select,.field textarea,.search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.sectionHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:20px 0 10px}.sectionHeader span{color:var(--muted);font-size:.8rem}.sectionHeader svg{color:var(--green)}.compact{margin:0 0 12px}.productGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));grid-gap:10px;gap:10px}.productCard{border:1px solid var(--line);border-radius:8px;box-shadow:var(--card-shadow);transition:var(--transition-smooth)}.productCard h3{display:-webkit-box;min-height:2.3em;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.productCard:hover{transform:translateY(-4px);border-color:rgba(21,134,79,.35)}.productImage{display:block;width:100%;aspect-ratio:4/3;background:var(--soft);transition:var(--transition-smooth)}.productCard:hover .productImage{transform:scale(1.03)}.placeholder{display:grid;place-items:center;color:var(--green)}.productBody{display:grid;grid-gap:7px;gap:7px;padding:9px}.productBody p{margin-bottom:0;color:var(--muted);font-size:.78rem;line-height:1.4}.pill{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;min-height:22px;padding:0 7px;border-radius:999px;background:#e6f5e8;color:#12613c;font-size:.66rem;font-weight:700;letter-spacing:0}.cardBottom,.orderTop,.sellerHeader{display:flex;align-items:center;justify-content:space-between;gap:8px}.cardBottom{display:grid;align-items:stretch;grid-gap:8px;gap:8px;min-width:0}.sellerHeaderActions{margin-left:auto;flex-shrink:0}.sellerHeaderActions,.sellerTitleBlock{display:flex;align-items:center;gap:8px}.sellerTitleBlock{min-width:0}.sellerTitleBlock .pill{flex-shrink:0;background:#fef9c3;color:#854d0e;font-size:.62rem}.sellerHeaderActions .ghost{width:36px;min-height:36px;padding:0}.sellerHeader>div:not(.sellerHeaderActions){min-width:0}.sellerHeader h1,.sellerHeader span{overflow-wrap:anywhere}.cardActions{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;grid-gap:5px;gap:5px;width:100%}.cardBottom button,.danger,.ghost,.primary{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;border-radius:8px;border:0;padding:0 12px;font-size:.9rem;font-weight:700;transition:var(--transition-smooth)}.shareButton{width:34px;min-width:34px;padding:0;color:var(--blue)!important;background:var(--blue-soft)!important;border:1px solid #bfdbfe!important}.shareButton:hover{transform:scale(1.08);color:var(--green)!important;border-color:var(--green)!important;background:var(--white)!important}.cardBottom strong{color:#059669;font-size:.96rem;font-weight:700}.cardBottom .price-row{min-width:0}.cardBottom .sale-price{white-space:nowrap}.cardBottom button,.primary{color:var(--white);background:var(--primary-gradient)}.cardActions button:not(.shareButton){min-width:0;padding-inline:8px}.cardBottom button:hover,.primary:hover{background:var(--primary-gradient);filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 16px rgba(16,185,129,.25)}.cardBottom button:active,.primary:active{transform:translateY(0)}.cardBottom button:disabled{opacity:.48;transform:none!important;box-shadow:none!important}.ghost{color:var(--ink);background:var(--soft)}.ghost svg{color:var(--green)}.ghost:hover{background:var(--line);transform:translateY(-1px)}.iconText{min-height:36px}.danger{width:100%;color:var(--white)}.danger:hover{background:#961b12;transform:translateY(-1px);box-shadow:0 4px 12px rgba(180,35,24,.2)}.adminCard,.dashSection,.formPanel,.orderCard,.sheet{border:1px solid var(--line);border-radius:8px;background:var(--white);padding:12px}.formPanel{display:grid;grid-gap:10px;gap:10px}.field{display:grid;grid-gap:5px;gap:5px;color:var(--muted);font-size:.78rem;font-weight:700}.field input,.field select,.field textarea{min-height:36px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--soft);color:var(--ink)}.field textarea{resize:vertical}.switcher{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:12px}.sellerTabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:7px;gap:7px;margin:10px 0;max-width:100%;min-width:0}.sellerTabs button{display:flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border:1px solid var(--line);border-radius:8px;background:var(--soft);color:var(--ink);font-size:.86rem;font-weight:700;min-width:0}.sellerTabs .active{background:var(--ink);color:var(--white);border-color:var(--ink)}.sellerTabs button svg{color:var(--green)}.sellerTabs button:nth-child(2) svg{color:var(--blue)}.sellerTabs button:nth-child(3) svg{color:var(--amber)}.sellerTabs button:nth-child(4) svg{color:#14b8a6}.sellerTabs button:nth-child(5) svg{color:var(--muted)}.sellerTabs button:nth-child(6) svg{color:#64748b}.sellerTabs .active svg{color:currentColor}.sellerOverviewPanel{display:grid;grid-gap:10px;gap:10px}.sellerAccessPanel{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));grid-gap:8px;gap:8px;margin:10px 0}.sellerAccessPanel>div{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:3px 7px;gap:3px 7px;min-height:58px;padding:9px;border:1px solid var(--line);border-radius:8px;background:#fff}.sellerAccessPanel svg{color:#12664f;grid-row:span 2}.sellerAccessPanel span{color:var(--muted);font-size:.72rem}.sellerAccessPanel strong{min-width:0;overflow:hidden;color:var(--ink);font-size:.79rem;text-overflow:ellipsis;white-space:nowrap}.sellerAccessNotice{display:flex;align-items:center;gap:7px;padding:8px 9px;border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;color:#9a3412;font-size:.78rem}.hiddenPanel{display:none!important}.checkGrid,.miniStats,.twoCol{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.checkGrid label{display:flex;align-items:center;gap:8px;min-height:36px;padding:0 9px;border:1px solid var(--line);border-radius:8px;background:var(--soft);font-weight:700}.miniStats{grid-template-columns:repeat(3,1fr);margin:10px 0}.settingsStrip,.stat{padding:9px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.stat span,.stat strong{display:block}.stat strong{color:var(--green);font-size:1rem}.stat span{color:var(--muted);font-size:.72rem}.settingsStrip{margin-bottom:10px}.checkLine,.settingsStrip label{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:.88rem;font-weight:700}.imagePicker{display:grid;place-items:center;min-height:88px;border:1px dashed var(--green);border-radius:8px;background:#f4fbf0;color:var(--green);font-size:.88rem;font-weight:700;overflow:hidden}.imagePicker img{width:100%;max-height:140px;object-fit:cover}.imagePicker input{display:none}.filePicker{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border:1px dashed var(--green);border-radius:8px;background:#f4fbf0;color:var(--green);font-size:.86rem;font-weight:800;cursor:pointer;text-align:center}.filePicker input{display:none}.variantEditor{display:grid;grid-gap:8px;gap:8px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#f8fbf8}.variantEditorHeader{display:flex;align-items:center;justify-content:space-between;gap:10px}.variantEditorHeader strong{color:var(--ink);font-size:.9rem}.variantRow{display:grid;grid-gap:7px;gap:7px;padding:8px;border:1px solid #d9e2dd;border-radius:8px;background:#fff}.variantRowTitle{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;font-size:.72rem;color:var(--muted)}.variantRowTitle strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:.78rem}.compactChecks{grid-template-columns:repeat(2,minmax(0,1fr))}.shopProductRail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,240px);grid-template-columns:none;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x mandatory;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.shopProductRail .productCard{scroll-snap-align:start}.shopProductGrid{margin-bottom:16px}.shopGridHeader{margin-top:18px}.dashSection{margin-top:10px}.listRow{display:grid;grid-template-columns:44px 1fr auto;align-items:center;grid-gap:8px;gap:8px;padding:8px 0;border-top:1px solid var(--line)}.listRow:first-of-type{border-top:0}.listRow span,.listRow strong,.orderTop span,.orderTop strong{display:block}.thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;background:var(--soft)}.adminCard,.orderCard{display:grid;grid-gap:8px;gap:8px;margin-top:8px}.compactOrderCard{gap:9px;padding:10px}.compactOrderMain{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:10px;gap:10px}.compactOrderMain span,.compactOrderMain strong,.salesCard span,.salesCard strong{display:block;min-width:0}.compactOrderMain>div{min-width:0}.compactOrderMain>div>strong,.salesCard>div:first-child>strong{overflow:hidden;color:var(--ink);font-size:.88rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.compactOrderMain>div>span,.salesCard span{overflow:hidden;color:var(--muted);font-size:.75rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.orderTotal{color:var(--green);font-size:.88rem;white-space:nowrap}.compactOrderMeta{display:flex;flex-wrap:wrap;gap:5px}.compactOrderMeta span{max-width:100%;padding:4px 7px;border:1px solid var(--line);border-radius:999px;background:var(--soft);color:var(--muted);font-size:.68rem;font-weight:700}.compactOrderAddress{margin:0;color:var(--muted);font-size:.76rem;line-height:1.4}.compactOrderControls{display:grid;grid-gap:8px;gap:8px}.orderActionGroup,.orderStateBadges{display:flex;flex-wrap:wrap;gap:6px}.orderStateBadges{margin-top:8px}.orderStateBadge{display:inline-flex;min-height:22px;align-items:center;border-radius:999px;padding:0 8px;font-size:.68rem;font-weight:700}.orderStateBadge.payment-pending,.orderStateBadge.status-pending{background:#fff7ed;color:#9a3412}.orderStateBadge.status-accepted,.orderStateBadge.status-ready{background:#eff6ff;color:#1d4ed8}.orderStateBadge.payment-paid,.orderStateBadge.status-completed{background:#ecfdf5;color:#047857}.orderStateBadge.status-cancelled{background:#fef2f2;color:#b91c1c}.orderActionGroup button{min-height:32px;padding:0 10px;font-size:.74rem}.compactOrderControls label{display:grid;grid-gap:4px;gap:4px;min-width:0;color:var(--muted);font-size:.68rem;font-weight:800}.compactOrderControls select{min-width:0}.fullWidth{width:100%;margin-bottom:10px}.sellerLogo{width:44px;height:44px;border:1px solid var(--line);border-radius:8px;object-fit:cover;background:var(--soft)}.orderCard p{margin-bottom:0;font-size:.84rem}.orderCard select{min-height:36px;border:1px solid var(--line);border-radius:8px;padding:0 9px;background:var(--soft)}.salesList{display:grid;grid-gap:8px;gap:8px}.salesCard{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:10px;gap:10px;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.salesCard>div{min-width:0}.salesCard>div:nth-of-type(2){text-align:right}.salesCard>div:nth-of-type(2) strong{color:var(--green);font-size:.9rem;white-space:nowrap}.salesCardActions{display:flex;gap:6px;justify-content:flex-end}.salesCardActions .primary{min-height:32px;padding:0 10px;font-size:.74rem}.saleReceiptLink{margin-top:3px;color:var(--green)!important;font-weight:800}.saleDetailSheet{display:grid;grid-gap:12px;gap:12px}.saleDetailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.saleDetailGrid div,.saleDetailNote{min-width:0;border:1px solid var(--line);border-radius:8px;padding:9px;background:var(--soft)}.saleDetailGrid span,.saleDetailNote span{display:block;color:var(--muted);font-size:.68rem;font-weight:800;text-transform:uppercase}.saleDetailGrid strong{display:block;overflow-wrap:anywhere;margin-top:3px;color:var(--ink);font-size:.82rem}.saleDetailItems,.saleDetailTotals{display:grid;grid-gap:6px;gap:6px}.saleDetailItems div,.saleDetailTotals div{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;border-bottom:1px solid var(--line);padding:7px 0}.saleDetailItems span,.saleDetailNote p,.saleDetailTotals span{min-width:0;margin:0;color:var(--muted);font-size:.8rem;line-height:1.4}.saleDetailItems strong,.saleDetailTotals strong{color:var(--ink);font-size:.82rem;white-space:nowrap}.saleDetailTotals div:last-child strong{color:var(--green);font-size:1rem}.saleDetailActions{display:flex;flex-wrap:wrap;gap:8px}.saleDetailActions button{min-height:36px;padding:0 12px}.saleLineEditor{display:grid;grid-gap:10px;gap:10px}.saleLineRow{display:grid;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:8px;padding:10px;background:var(--soft)}.saleLineSource{font-size:.72rem;font-weight:800}.posWorkspace{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:10px;gap:10px;margin:10px 0;max-width:100%;overflow-x:hidden}.posCart,.posProducts{min-width:0;border:1px solid var(--line);border-radius:8px;background:var(--white);padding:12px}.posSearch{margin-bottom:10px}.posProductGrid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:8px;gap:8px}.posProductTile{grid-gap:6px;min-height:54px;padding:6px;border:1px solid var(--line);border-radius:4px;background:var(--soft);color:var(--ink);transition:var(--transition-smooth)}.posProductSelect,.posProductTile{min-width:0;display:grid;align-items:center;text-align:left}.posProductSelect{grid-template-columns:34px minmax(0,1fr);grid-gap:4px 6px;gap:4px 6px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.posProductActions{display:flex;gap:4px}.posProductTile:hover{border-color:var(--green);background:var(--white);transform:translateY(-1px)}.posProductTile .thumb{grid-row:span 3}.posProductTile small,.posProductTile span,.posProductTile strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.posProductTile span{font-size:.72rem;font-weight:800}.posProductTile strong{color:#059669;font-size:.72rem}.posProductTile small{font-size:.62rem}.posCart{align-self:start}.posCart,.posCartList{display:grid;grid-gap:7px;gap:7px}.posCartRow{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:8px;gap:8px;padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.posCartRow>div:first-child{display:grid;grid-gap:2px;gap:2px}.posCartRow span,.posCartRow strong{font-size:.82rem}.posCartRow span{color:var(--muted)}.posQty{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap;min-width:0}.posQty>span{display:inline-grid;place-items:center;width:28px;min-height:28px;color:var(--ink);font-weight:800}.posBuyerBox,.posControls{display:grid;grid-gap:6px;gap:6px}.posBuyerBox{padding:7px;border:1px solid var(--line);border-radius:8px;background:#f8fbf8}.posBuyerToggle{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:28px;padding:0;border:0;background:transparent;color:inherit;text-align:left}.posBuyerToggle small{color:var(--muted);font-size:.68rem;font-weight:800}.posMiniTitle{display:inline-flex;align-items:center;gap:6px;color:#12664f;font-size:.78rem;font-weight:700}.posTotals{display:grid;grid-gap:6px;gap:6px;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.posTotals div{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.84rem}.posGrandTotal{padding-top:6px;border-top:1px solid var(--line)}.posGrandTotal strong{color:#059669;font-size:1.02rem}.posDocumentActions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px}.posDocumentActions .ghost{min-height:30px;justify-content:center;padding:5px 7px;font-size:.7rem}.posDocumentStatus{padding:7px 9px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-size:.74rem;font-weight:750}.orderFilterBar{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.orderFilterBar::-webkit-scrollbar{display:none}.orderFilterBar button{flex:0 0 auto;min-height:28px;padding:0 9px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--muted);font-size:.72rem;font-weight:800}.orderFilterBar button.active{border-color:#16a34a;background:#ecfdf5;color:#12664f}.managementToolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center;margin-bottom:8px}.managementToolbar select{min-height:34px;border:1px solid var(--line);border-radius:6px;background:var(--white);color:var(--ink);font-size:.76rem;font-weight:750}.compactSearch{margin:0;min-height:34px}.salesReportPanel{display:grid;grid-gap:8px;gap:8px}.reportStats{grid-template-columns:repeat(3,minmax(0,1fr))}.reportList{display:grid;grid-gap:6px;gap:6px}.reportRow{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-top:1px solid var(--line);font-size:.78rem}.reportRow span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reportRow strong{flex:0 0 auto;color:var(--ink)}.posDocumentActions .ghost:first-child{color:#12664f;background:#ecfdf5;border-color:#bbf7d0}.posDocumentActions .ghost:nth-child(2){color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.posDocumentActions .ghost:nth-child(3){color:#be123c;background:#fff1f2;border-color:#fecdd3}.posDocumentActions .ghost:nth-child(n+4){color:#7c2d12;background:#fff7ed;border-color:#fed7aa}.posCartEmpty{min-height:130px}.posEmptyText{margin:10px 0 0;font-size:.84rem}.customItemBox,.exportControls{display:grid;grid-gap:8px;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.collapsibleHeader{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;min-height:36px;border:0;background:transparent;color:var(--ink);padding:0;text-align:left}.collapsibleHeader h2{margin:0;font-size:.92rem}.collapsibleHeader span{color:var(--green);font-size:.76rem;font-weight:700}.customItemGrid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(88px,.8fr) minmax(62px,.5fr) auto;align-items:end;grid-gap:8px;gap:8px}.customItemGrid .ghost{min-height:36px}@media (max-width:560px){.sellerTabs{grid-template-columns:repeat(3,minmax(0,1fr))}.sellerTabs button{font-size:.78rem;gap:4px;padding-inline:6px}.posControls .twoCol{grid-template-columns:1fr}.customItemGrid{grid-template-columns:1fr 1fr}.customItemGrid .field:first-child,.customItemGrid .ghost{grid-column:1/-1}}@media (min-width:880px){.posWorkspace{grid-template-columns:minmax(0,1.4fr) minmax(310px,.8fr);align-items:start}}@media (min-width:480px){.posProductGrid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr))}}.adminList{display:grid;grid-gap:12px;gap:12px}.overlay{z-index:20;display:flex;align-items:flex-end;justify-content:center;background:rgba(23,33,27,.45);padding:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .25s ease-out forwards}.sheet{width:min(100%,620px);max-height:94vh;overflow:auto;box-shadow:var(--shadow);transform:translateY(100%);animation:slideUp .35s cubic-bezier(.16,1,.3,1) forwards}.sheet h2{margin:4px 0 0}.sheet .productImage{border-radius:8px;margin:12px 0}.totalLine{min-height:40px;margin-bottom:10px;padding:0 10px;border-radius:8px;background:var(--soft)}.empty{display:grid;place-items:center;min-height:160px;padding:20px;border:1px dashed var(--line);border-radius:8px;color:var(--muted);text-align:center;background:linear-gradient(135deg,var(--white),#f9fbf8);transition:var(--transition-smooth)}.empty:hover{border-color:var(--green);box-shadow:var(--card-shadow)}.empty svg{color:var(--green);margin-bottom:8px;transform:scale(1.1);transition:var(--transition-smooth)}.empty:hover svg{transform:scale(1.2) rotate(5deg)}.toast{position:fixed;left:50%;bottom:24px;z-index:30;width:min(calc(100% - 32px),520px);transform:translate(-50%,100px);padding:12px 14px;border-radius:8px;background:var(--ink);color:var(--white);box-shadow:var(--shadow);animation:slideInToast .35s cubic-bezier(.16,1,.3,1) forwards}.loadingScreen{display:grid;place-items:center;align-content:center;grid-gap:14px;gap:14px;min-height:100vh;background:var(--white)}.loadingScreen img{width:74px;height:74px;animation:logoPulse 1.2s ease-in-out infinite}.loadingScreen strong{font-size:1rem}.sellerActionLoading{position:fixed;inset:0;z-index:80;display:flex;min-height:100dvh;align-items:center;justify-content:center;padding:24px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overscroll-behavior:contain;touch-action:none}.sellerActionLoadingPanel{display:grid;place-items:center;grid-gap:12px;gap:12px;max-width:min(82vw,360px);text-align:center}.sellerActionLoading img{width:74px;height:74px;animation:logoPulse 1.2s ease-in-out infinite}.sellerActionLoading strong{font-size:1rem}@keyframes logoPulse{0%,to{transform:scale(1);opacity:.86}50%{transform:scale(1.05);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slideInToast{0%{transform:translate(-50%,100px);opacity:0}to{transform:translate(-50%);opacity:1}}@media (min-width:680px){.screen{padding-left:26px;padding-right:26px}h1{font-size:1.72rem}.productGrid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.cardBottom{display:flex;align-items:center}.cardActions{display:flex;width:auto}.overlay{align-items:center}.sheet{border-radius:16px;animation:zoomIn .3s cubic-bezier(.16,1,.3,1) forwards}}.mainFooter{justify-content:space-between;gap:10px 18px;padding:16px 14px;margin-top:26px;background:var(--soft);color:var(--muted);font-size:.74rem;font-weight:600;letter-spacing:0}.mainFooter,.mainFooter div,.mainFooter nav{display:flex;align-items:center;flex-wrap:wrap}.mainFooter div,.mainFooter nav{gap:8px 12px}.mainFooter nav{justify-content:flex-end}.mainFooter strong{color:var(--ink)}.mainFooter a{min-height:28px;color:var(--muted)}.mainFooter a:hover{color:var(--green)}.policyPage{max-width:760px;min-height:auto;margin:0 auto;padding:20px 14px 36px}.policyBack{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:30px;color:var(--green);font-size:.84rem;font-weight:800;text-decoration:none}.policyBack,.policyHeader{margin-bottom:12px}.policyEyebrow{margin:0 0 6px;color:var(--blue);font-size:.72rem;font-weight:800;text-transform:uppercase}.policyPage h1{margin:0;font-size:1.6rem;line-height:1.15}.policyCards{display:grid;grid-gap:10px;gap:10px}.policyCard{display:grid;grid-gap:4px;gap:4px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.policyCard p{margin:0;color:var(--muted);line-height:1.6}.policyPage .policyEyebrow{color:var(--blue);line-height:1.2}.policySteps{margin-top:0}.policySteps strong{color:var(--ink)}.policySteps span{color:var(--muted);line-height:1.5}.productCard.out-of-stock{opacity:.65;filter:grayscale(.3);border-color:var(--line)}.productCard.out-of-stock:hover{transform:none;box-shadow:var(--card-shadow)}.image-container{aspect-ratio:4/3}.sold-badge{position:absolute;top:8px;left:8px;background:var(--danger);padding:2px 8px;border-radius:4px;font-size:.68rem;font-weight:800;text-transform:uppercase;z-index:2;box-shadow:0 2px 4px rgba(0,0,0,.15)}.category-bar{display:flex;gap:8px;overflow-x:auto;padding:4px 0 12px;margin-bottom:8px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.category-bar::-webkit-scrollbar{display:none}.category-chip{flex:0 0 auto;background:var(--soft);border:1px solid var(--line);border-radius:20px;padding:5px 12px;font-size:.8rem;font-weight:600;color:var(--muted);cursor:pointer;transition:var(--transition-smooth)}.category-chip:hover{background:var(--line);color:var(--ink)}.category-chip.active{background:var(--green-soft);border-color:var(--green);color:#12613c}.filter-row{display:flex;gap:8px;margin-bottom:14px}.filter-select{flex:1 1;min-height:34px;padding:0 8px;border-radius:8px;border:1px solid var(--line);background:var(--soft);font-size:.8rem;font-weight:600;color:var(--ink);outline:none;cursor:pointer;transition:var(--transition-smooth)}.filter-select:focus{border-color:var(--green);background:var(--white);box-shadow:0 0 0 3px rgba(16,185,129,.1)}.storefrontHero{display:grid;grid-gap:10px;gap:10px;margin:0 0 14px;padding:12px;border:1px solid #bbf7d0;border-radius:8px;background:radial-gradient(circle at top right,rgba(59,130,246,.14),transparent 34%),linear-gradient(135deg,#ecfdf5,#ffffff 60%,#eff6ff);box-shadow:var(--card-shadow)}.storefrontHeroTop{display:flex;align-items:center;gap:10px;min-width:0}.storefrontLogo{width:54px;height:54px;flex:0 0 auto;border-radius:8px;border:1px solid rgba(16,185,129,.3);object-fit:cover;background:var(--white)}.fallbackLogo{display:grid;place-items:center;color:var(--green)}.storefrontMeta{min-width:0}.storefrontMeta h2{margin:2px 0;font-size:1.18rem}.storefrontMeta p{margin:0;color:var(--muted);font-size:.78rem}.storefrontEyebrow{display:inline-flex;align-items:center;gap:4px;color:#047857;font-size:.7rem;font-weight:800;text-transform:uppercase}.activeFilters,.productBadgeRow,.storefrontBadges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.activeFilters span,.campusBadge,.statusBadge,.stock-badge,.storefrontBadges span,.whatsapp-order-badge{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:999px;font-size:.66rem;font-weight:800}.campusBadge{border:1px solid #bae6fd;background:#f0f9ff;color:#0369a1;font-weight:900;letter-spacing:0}.storefrontBadges span{background:var(--white);color:#075985;border:1px solid #bfdbfe}.storefrontActions{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.storefrontActions a,.storefrontActions button{min-width:0;text-decoration:none}.storefrontWhatsapp{background:linear-gradient(135deg,#22c55e,#059669)}.activeFilters{margin:0 0 12px}.activeFilters span{background:var(--blue-soft);color:#1d4ed8;border:1px solid #bfdbfe}.activeFilters button{display:inline-flex;align-items:center;gap:4px;min-height:24px;padding:0 9px;border:1px solid #fecaca;border-radius:999px;background:#fef2f2;color:#b91c1c;font-size:.68rem;font-weight:800}.whatsapp-order-badge{background:#dcfce7;color:#166534}.statusBadge{background:var(--green-soft);color:#047857}.dangerBadge{background:#fef2f2;color:#b91c1c}.stock-badge{position:absolute;top:8px;right:8px;z-index:2;background:rgba(236,253,245,.94);color:#047857;border:1px solid #a7f3d0}.imageLocationBadge{position:absolute;right:6px;bottom:6px;left:6px;z-index:2;display:block;padding:4px 6px;background:rgba(15,35,28,.82);color:#ffffff;font-size:.62rem;font-weight:850;line-height:1.1;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clear-btn{margin-top:10px;background:var(--soft);color:var(--ink);border:1px solid var(--line);border-radius:8px;padding:8px 16px;font-weight:700;font-size:.84rem;cursor:pointer;transition:var(--transition-smooth)}.clear-btn:hover{background:var(--line)}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));grid-gap:10px;gap:10px}@media (min-width:680px){.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}.skeleton-card{height:240px;border:1px solid var(--line);border-radius:8px;background:var(--white);display:flex;flex-direction:column}.skeleton-card,.skeleton-image{overflow:hidden;position:relative}.skeleton-image{height:120px;background:var(--soft)}.skeleton-body{padding:10px;display:flex;flex-direction:column;gap:8px;flex:1 1}.skeleton-text{height:12px;background:var(--soft);border-radius:4px;position:relative;overflow:hidden}.skeleton-text.title{width:80%;height:14px}.skeleton-text.price{width:40%;height:14px;margin-top:auto}.shimmer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:loading-shimmer 1.5s infinite}@keyframes loading-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.price-row{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.original-price{text-decoration:line-through;color:var(--muted);font-size:.76rem;font-weight:500}.card-seller-badge{display:flex;align-items:center;gap:4px;margin-top:4px}.card-seller-logo{width:16px;height:16px;border-radius:50%;object-fit:cover;background:var(--soft);border:1px solid var(--line)}.card-seller-name{font-size:.7rem;color:var(--muted);font-weight:500;min-width:0;overflow:hidden}.card-seller-name>small,.card-seller-name>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-seller-name>small{margin-top:1px;color:var(--muted);font-size:.62rem;font-weight:650}.gallery-container{position:relative;width:100%;height:clamp(180px,46vw,260px);background:var(--soft);overflow:hidden;border-radius:8px;margin:8px 0}.gallery-slide{width:100%;height:100%;background:var(--white)}.gallery-dots{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:3}.gallery-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4);border:0;padding:0;cursor:pointer;transition:var(--transition-smooth)}.gallery-dot.active{background:var(--white);transform:scale(1.2)}.gallery-btn{position:absolute;top:50%;transform:translateY(-50%);min-width:44px;height:28px;padding:0 8px;border-radius:999px;background:rgba(0,0,0,.3);color:var(--white);display:flex;align-items:center;justify-content:center;border:0;cursor:pointer;z-index:3;transition:var(--transition-smooth)}.gallery-btn:hover{background:rgba(0,0,0,.5)}.gallery-btn.prev{left:6px}.gallery-btn.next{right:6px}.reviewIntro{display:grid;grid-gap:3px;gap:3px}.reviewIntro span{color:var(--ink);font-size:.8rem;font-weight:800}.reviewIntro p{font-size:.76rem;line-height:1.4}.confirmation-summary{display:grid;grid-gap:7px;gap:7px;width:100%;margin:0 0 16px;padding:12px;border:1px solid #d1fae5;border-radius:8px;background:linear-gradient(135deg,#f8fafc,#ecfdf5);text-align:left}.summary-items,.summary-line{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:.82rem;min-width:0}.summary-items strong,.summary-line strong{color:var(--ink);text-align:right;min-width:0;max-width:65%;overflow-wrap:anywhere;word-break:break-word}.summary-items div{display:grid;grid-gap:3px;gap:3px;min-width:0;justify-items:end}.summary-line.total{padding-top:7px;border-top:1px solid #bbf7d0}.summary-line.total strong{color:#047857;font-size:1rem}.whatsappInstruction{display:grid;grid-gap:3px;gap:3px;width:100%;margin:0 0 12px;padding:10px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1e40af;text-align:left}.whatsappInstruction strong{font-size:.82rem}.whatsappInstruction span{font-size:.76rem;line-height:1.4}.multi-image-uploader{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-bottom:8px}.image-preview-slot{position:relative;aspect-ratio:1;border-radius:8px;border:1px solid var(--line);overflow:hidden;background:var(--soft);display:flex;align-items:center;justify-content:center}.image-preview-slot img{width:100%;height:100%;object-fit:cover}.image-preview-slot .remove-img{position:absolute;top:2px;right:2px;background:rgba(239,68,68,.85);color:var(--white);border:0;width:18px;height:18px;border-radius:50%;font-size:10px;line-height:1}.image-preview-slot .remove-img,.image-upload-btn{display:flex;align-items:center;justify-content:center;cursor:pointer}.image-upload-btn{aspect-ratio:1;border:1px dashed var(--green);border-radius:8px;background:#f4fbf0;color:var(--green);flex-direction:column;gap:4px;font-size:.65rem;font-weight:700;transition:var(--transition-smooth)}.image-upload-btn:hover{background:#eaf8e4;border-color:#059669}.image-upload-btn input{display:none}.productDetailSheet{display:grid;grid-gap:10px;gap:10px}.detailHeader{align-items:flex-start}.detail-seller-info{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#f8fafc,#ecfdf5);padding:10px;border:1px solid #d1fae5;border-radius:8px}.detail-seller-logo{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid var(--line)}.detail-seller-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.detail-seller-meta strong{display:flex;align-items:center;gap:5px;font-size:.85rem}.detail-seller-meta span{display:flex;align-items:center;gap:5px;font-size:.72rem;color:var(--muted)}.detail-description{margin:0;font-size:.86rem;line-height:1.4;color:var(--ink)}.detailPricePanel{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border:1px solid #a7f3d0;border-radius:8px;background:#ecfdf5}.detailPricePanel span{display:block;margin-bottom:2px;color:#047857;font-size:.72rem;font-weight:800}.detailPricePanel strong{color:#047857;font-size:1.24rem}.detailPricePanel small{color:#166534;font-weight:700}.detailTrustGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.detailTrustGrid div{display:flex;align-items:center;gap:7px;min-height:42px;padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--soft);color:var(--ink);font-size:.76rem;font-weight:700}.detailTrustGrid svg{flex-shrink:0;color:var(--blue)}.detailActions{display:grid;grid-template-columns:minmax(0,1fr) 38px;grid-gap:8px;gap:8px;padding-bottom:max(10px,env(safe-area-inset-bottom))}.detailActions .ghost,.detailActions .primary{min-width:0}.detailActions .ghost{padding:0}.icon-btn{width:30px;min-width:30px;height:30px;min-height:30px;padding:0;border-radius:6px;display:inline-flex;align-items:center;justify-content:center}.icon-btn svg{color:var(--muted)}.icon-btn:hover svg{color:var(--ink)}.danger-ghost:hover{background:#fff0f0!important;border-color:#fca5a5!important}.danger-ghost:hover svg{color:var(--danger)!important}.sheet-swipe-bar{width:40px;height:5px;background:var(--line);border-radius:3px;margin:2px auto 12px}.step-indicator{justify-content:space-between;margin-bottom:20px;padding:0 10px}.step-dot{background:var(--soft);border:1px solid var(--line);font-size:.78rem;z-index:2;transition:var(--transition-smooth)}.step-item.active .step-dot{background:var(--ink);color:var(--white);border-color:var(--ink)}.step-item.completed .step-dot{background:var(--green);color:var(--white);border-color:var(--green)}.step-item:not(:last-child):after{left:calc(50% + 13px);right:calc(-50% + 13px);z-index:1;transition:var(--transition-smooth)}.step-item.completed:not(:last-child):after{background:var(--green)}.step-text{font-size:.65rem;font-weight:700;margin-top:4px;text-align:center;transition:var(--transition-smooth)}.step-item.completed .step-text{color:var(--green)}.stepper-container{display:inline-flex;gap:8px;background:var(--soft);padding:3px;border-radius:8px}.stepper-btn{width:32px;height:32px;border-radius:6px;border:0;background:var(--white);font-size:1.1rem;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:var(--transition-smooth);padding:0}.stepper-btn:disabled{background:transparent;box-shadow:none}.stepper-val{font-size:.94rem;min-width:36px;color:var(--ink)}.delivery-toggle{display:grid;grid-template-columns:1fr 1fr;background:var(--soft);border-radius:8px;padding:3px;margin-bottom:8px}.toggle-btn{border:0;border-radius:6px;background:transparent;font-size:.8rem;font-weight:700;padding:8px;transition:var(--transition-smooth);text-align:center;display:flex;align-items:center;justify-content:center;gap:6px}.toggle-btn:hover:not(.active){color:var(--ink);background:rgba(0,0,0,.03)}.toggle-btn.active{background:var(--white);color:var(--ink);box-shadow:0 2px 4px rgba(15,23,42,.06)}.toggle-btn.paid.active{background:#dcfce7;color:#166534}.toggle-btn.pending.active{background:#fef3c7;color:#92400e}.field.invalid input,.field.invalid select,.field.invalid textarea{border-color:var(--danger)!important;background:#fff5f5!important}.field.invalid>span{color:var(--danger)!important}.error-msg{color:var(--danger);font-weight:600}.bank-details-box{background:var(--blue-soft);border:1px dashed #93c5fd;border-radius:8px;padding:12px;margin:10px 0;display:flex;flex-direction:column;gap:6px}.bank-details-title{font-size:.75rem;font-weight:800;color:var(--blue);text-transform:uppercase;letter-spacing:.5px}.bank-details-grid{display:grid;grid-template-columns:auto 1fr;grid-gap:4px 12px;gap:4px 12px;font-size:.82rem}.bank-label{color:var(--muted);font-weight:500}.bank-val{color:var(--ink);font-weight:700;min-width:0;overflow-wrap:anywhere;word-break:break-word}.confirmation-card{width:min(calc(100vw - 24px),500px);max-height:calc(100dvh - 20px);overflow:auto;background:var(--white);border-radius:12px;padding:24px 24px max(28px,env(safe-area-inset-bottom));box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;text-align:center;animation:slideUp .35s cubic-bezier(.16,1,.3,1) forwards;overscroll-behavior:contain}.confirmation-card,.confirmation-card *{min-width:0;max-width:100%}.success-icon-wrapper{width:58px;height:58px;border-radius:50%;background:#d1fae5;color:#059669;display:flex;margin-bottom:16px;animation:scaleIn .35s cubic-bezier(.34,1.56,.64,1) forwards}.success-icon-wrapper,.whatsapp-btn{align-items:center;justify-content:center}.whatsapp-btn{background:#25d366!important;color:var(--white)!important;width:100%;border-radius:8px;min-height:40px;display:inline-flex;gap:8px;font-weight:700;text-decoration:none;font-size:.94rem;margin:16px 0 12px;transition:var(--transition-smooth)}.whatsapp-btn:hover{background:#20ba5a!important;box-shadow:0 4px 12px rgba(37,211,102,.3);transform:translateY(-1px)}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.onboarding-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:var(--card-shadow)}.onboarding-header{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;border:0;border-bottom:1px solid var(--line);background:transparent;padding:0 0 10px;margin-bottom:12px;text-align:left;cursor:pointer}.onboarding-header h3{margin:0;font-size:.94rem;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:6px}.onboarding-header span{font-size:.78rem;font-weight:700;color:var(--muted);background:var(--white);padding:2px 8px;border-radius:10px;border:1px solid var(--line)}.onboarding-list{display:grid;grid-gap:10px;gap:10px}.onboarding-step{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;border-radius:8px;background:var(--white);border:1px solid var(--line);transition:var(--transition-smooth)}.onboarding-step.completed{border-color:#a7f3d0;background:#f0fdf4}.onboarding-step.completed .step-icon{color:var(--green)}.onboarding-step.pending-review{border-color:#fde68a;background:#fffbeb}.onboarding-step.pending-review .step-icon{color:var(--amber)}.step-icon{font-size:1.1rem;font-weight:700;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px}.step-content{flex:1 1;display:flex;flex-direction:column;gap:2px}.step-content strong{font-size:.84rem;color:var(--ink)}.step-content p{font-size:.74rem;color:var(--muted);margin:0;line-height:1.35}.onboarding-action-btn{align-self:flex-start;margin-top:6px;font-size:.72rem;font-weight:700;background:var(--blue-soft);border:1px solid #bfdbfe;color:var(--blue);padding:3px 10px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:var(--transition-smooth)}.onboarding-action-btn:hover{background:var(--blue);color:var(--white);border-color:var(--blue)}.settings-group{display:grid;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:10px;background:var(--white);padding:16px;margin-bottom:16px}.settings-title{font-size:.9rem;font-weight:800;color:var(--ink);border-bottom:1px solid var(--line);padding-bottom:8px;margin-bottom:4px;display:flex;align-items:center;gap:6px}.settings-col{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}@media (min-width:680px){.settings-col{grid-template-columns:repeat(2,1fr)}}.desktopFilters{display:block}.mobileFilterTriggerRow{gap:8px;margin:10px 0 0}.mobileFilterTrigger{flex:1 1}.mobileFilterTrigger span{display:inline-grid;place-items:center;min-width:20px;min-height:20px;border-radius:999px;background:var(--ink);color:var(--white);font-size:.68rem}.mobileClearFilter{width:92px;flex-shrink:0}.filterSheetOverlay{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-end;background:rgba(15,23,42,.42);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.filterSheet{width:100%;max-height:88vh;overflow:auto;border-radius:14px 14px 0 0;border:1px solid var(--line);background:var(--white);padding:10px 14px max(86px,calc(18px + env(safe-area-inset-bottom)));box-shadow:var(--shadow);animation:slideUp .28s cubic-bezier(.16,1,.3,1) forwards}.filterSheetHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.filterGroup strong,.filterSheetHeader span{color:var(--muted);font-size:.74rem;font-weight:800;text-transform:uppercase}.filterSheetHeader h2{margin-top:3px}.filterGroup{display:grid;grid-gap:8px;gap:8px;margin:14px 0}.filterOptionGrid{display:flex;flex-wrap:wrap;gap:8px}.filterSheet .filter-select{width:100%}.filterSheetFooter{position:fixed;right:0;bottom:0;left:0;padding:12px 14px max(12px,env(safe-area-inset-bottom))}.detailActionDock,.filterSheetFooter{border-top:1px solid var(--line);background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.detailActionDock{position:-webkit-sticky;position:sticky;bottom:-1px;grid-template-columns:auto minmax(0,1fr) 42px;align-items:center;margin:4px -12px -12px;padding:10px 12px max(10px,env(safe-area-inset-bottom))}.detailActionMeta{display:grid;grid-gap:2px;gap:2px;min-width:86px}.detailActionMeta span{color:var(--muted);font-size:.68rem;font-weight:800;text-transform:uppercase}.detailActionMeta strong{color:#047857;font-size:.92rem;white-space:nowrap}.orderSheet{padding-bottom:max(16px,env(safe-area-inset-bottom))}.orderSheetSummary{display:grid;grid-template-columns:68px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;margin:-4px 0 14px;padding:9px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.orderSheetSummary .productImage{width:68px;height:58px;aspect-ratio:auto;border-radius:7px}.orderSheetSummary div{display:grid;grid-gap:2px;gap:2px;min-width:0}.orderSheetSummary small,.orderSheetSummary span{color:var(--muted);font-size:.72rem;font-weight:700}.orderSheetSummary strong{color:#047857;font-size:1rem}.posReadiness{display:flex;align-items:flex-start;gap:9px;margin:0 0 10px;padding:10px;border:1px solid #fde68a;border-radius:8px;background:#fffbeb;color:#92400e}.posReadiness.ready{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.posReadiness svg{flex-shrink:0;margin-top:1px}.posReadiness div{display:grid;grid-gap:2px;gap:2px}.posReadiness strong{font-size:.82rem}.posReadiness span{font-size:.74rem;line-height:1.35}.barcodeSearch{margin-top:-2px}.posWarning{display:flex;align-items:flex-start;gap:8px;padding:9px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:.78rem;font-weight:700}@media (max-width:720px){.desktopFilters{display:none}.mobileFilterTriggerRow{display:flex}.productGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.productCard:hover{transform:none}.detailActionDock{grid-template-columns:minmax(0,1fr) 42px}.detailActionMeta{display:none}.detailActionDock .primary{min-height:42px}.sheet{max-height:92vh}.posCart{position:-webkit-sticky;position:sticky;bottom:0;z-index:8;margin-right:-12px;margin-left:-12px;border-right:0;border-bottom:0;border-left:0;border-radius:14px 14px 0 0;padding-bottom:max(12px,env(safe-area-inset-bottom));box-shadow:0 -16px 36px rgba(15,23,42,.12)}}@media (max-width:420px){.productGrid{gap:8px}.productBody{padding:8px}.cardActions{grid-template-columns:32px minmax(0,1fr)}.cardActions button:not(.shareButton){font-size:.78rem}.orderSheetSummary{grid-template-columns:58px minmax(0,1fr)}.orderSheetSummary .productImage{width:58px;height:52px}}:root{--ink:#18231f;--muted:#65716d;--line:#dfe6e2;--soft:#f7f9f6;--white:#ffffff;--green:#1f7a63;--green-soft:#eaf5ef;--lime:#8bbf58;--blue:#316d9e;--blue-soft:#eef5fb;--amber:#b98220;--amber-soft:#fff7e6;--danger:#bd3b32;--primary-gradient:#1f7a63;--blue-gradient:#316d9e;--shadow:0 18px 44px rgba(24,35,31,0.12);--card-shadow:0 1px 2px rgba(24,35,31,0.04);--hover-shadow:0 10px 24px rgba(24,35,31,0.09);--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--touch:42px}body,html{background:#eef2ef}.shell{max-width:1180px;border-right:1px solid rgba(24,35,31,.05);border-left:1px solid rgba(24,35,31,.05)}.screen{padding:18px 14px 38px}.topbar{min-height:58px;padding:9px 14px;background:rgba(255,255,255,.96)}.brand img{width:30px;height:30px}.brand strong{font-size:1rem;letter-spacing:0}.tabs{gap:6px}.category-chip,.clear-btn,.danger,.field input,.field select,.field textarea,.filter-select,.ghost,.primary,.sellerTabs button,.switcher button,.tabs button,.toggle-btn,.whatsapp-btn{min-height:var(--touch);border-radius:var(--radius-md)}.category-chip,.sellerTabs button,.switcher button,.tabs button{border-color:var(--line);background:var(--white);color:#25332f;box-shadow:none}.category-chip.active,.sellerTabs .active,.switcher .active,.tabs .active{background:#25332f;border-color:#25332f;color:var(--white)}.category-chip:hover,.ghost:hover,.sellerTabs button:hover,.switcher button:hover,.tabs button:hover{transform:none;border-color:#b9c8c1;background:#f4f7f5}.headline{margin-bottom:18px}.headline p,.sellerHeader p{color:var(--green);font-size:.68rem}h1{font-size:clamp(1.45rem,3.2vw,2rem);font-weight:780}h2{font-size:clamp(1rem,2vw,1.18rem);font-weight:760}.search{min-height:46px;border-color:#d9e2dd;background:var(--white);box-shadow:0 1px 0 rgba(24,35,31,.02)}.field input:focus,.field select:focus,.field textarea:focus,.search:focus-within{border-color:#6ba994;box-shadow:0 0 0 3px rgba(31,122,99,.12)}.cardBottom button,.primary,.whatsapp-btn{min-height:var(--touch);border:1px solid #1f7a63;background:#1f7a63;color:var(--white);box-shadow:0 1px 2px rgba(24,35,31,.12)}.cardBottom button:hover,.primary:hover,.whatsapp-btn:hover{background:#17664f!important;border-color:#17664f;filter:none;transform:none;box-shadow:0 6px 16px rgba(31,122,99,.18)}.cardBottom button:disabled,.primary:disabled{background:#c9d5cf;border-color:#c9d5cf;color:#f8faf9}.ghost{border:1px solid var(--line);background:var(--white);color:#24322d;box-shadow:0 1px 1px rgba(24,35,31,.03)}.danger{border:1px solid var(--danger);background:var(--danger)}.productGrid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px}.adminCard,.dashSection,.formPanel,.onboarding-card,.orderCard,.posCart,.posProducts,.productCard,.settings-group,.sheet,.storefrontHero{border-color:var(--line);border-radius:var(--radius-md);box-shadow:var(--card-shadow)}.productCard{display:flex;min-height:100%;flex-direction:column}.productCard:hover{transform:none;border-color:#b8cac1;box-shadow:var(--hover-shadow)}.image-container,.productCard .productImage{aspect-ratio:1/1}.image-container{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.8),rgba(247,249,246,.65)),#f2f5f2}.productImage{aspect-ratio:1/1;object-fit:cover}.imageFit-contain{object-fit:contain}.productCard:hover .productImage{transform:none}.productBody{flex:1 1;align-content:space-between;gap:10px;padding:11px}.productCard h3{min-height:2.6em;margin-top:8px;color:#1f2d29;font-size:.94rem;font-weight:760;line-height:1.28}.card-seller-name,.productBody p{font-size:.74rem}.activeFilters span,.pill,.statusBadge,.stock-badge,.storefrontBadges span,.whatsapp-order-badge{border-radius:var(--radius-sm);font-size:.63rem;letter-spacing:.01em;text-transform:uppercase}.pill{background:#eef4f0;color:#375349}.whatsapp-order-badge{background:#e7f5ee;color:#1d684f}.stock-badge{top:9px;right:9px;background:rgba(255,255,255,.94);color:#1f7a63;border-color:#cae0d6}.sold-badge{border-radius:var(--radius-sm);background:rgba(24,35,31,.76);color:var(--white)}.cardBottom{gap:9px}.price-row{gap:5px}.cardBottom strong,.detailPricePanel strong,.posGrandTotal strong,.sale-price,.summary-line.total strong{color:#1f7a63}.cardActions{grid-template-columns:38px minmax(0,1fr);gap:7px}.shareButton{width:38px;min-width:38px;border-color:#d4e0dc!important;background:var(--white)!important;color:#316d9e!important}.shareButton:hover{transform:none;border-color:#9eb9ca!important;background:#f3f8fb!important}.field{gap:6px}.field span{color:#53605b;font-size:.74rem}.field input,.field select,.field textarea{border-color:#d9e2dd;background:var(--white)}.sheet{width:min(100%,660px);border-radius:12px 12px 0 0}.gallery-container{height:auto;aspect-ratio:1/1;max-height:min(58vh,520px);border:1px solid var(--line);background:#f5f7f5}.gallery-slide{object-fit:contain}.gallery-btn{min-width:36px;height:36px;border-radius:50%;background:rgba(24,35,31,.66);font-size:0}.gallery-btn.next:before,.gallery-btn.prev:before{color:var(--white);font-size:1.05rem;line-height:1}.gallery-btn.prev:before{content:"<"}.gallery-btn.next:before{content:">"}.confirmation-summary,.detail-seller-info,.detailPricePanel{background:var(--soft)}.detailTrustGrid div{background:var(--white)}.step-dot{width:28px;height:28px}.stepper-container{width:100%;justify-content:space-between;padding:4px;background:var(--white)}.stepper-btn{width:40px}.stepper-val{min-width:44px}.posProductGrid{gap:6px}.posProductTile{grid-template-columns:minmax(0,1fr) auto;gap:6px;min-height:52px;padding:5px 6px;background:var(--white)}.posProductSelect{grid-template-columns:32px minmax(0,1fr);gap:3px 6px}.posProductTile .thumb{width:32px;height:32px}.posProductTile span,.posProductTile strong{font-size:.7rem}.posProductTile small{font-size:.6rem}.posProductTile:hover{transform:none;border-color:#b8cac1}.checkGrid label,.posCartRow,.posTotals,.stat{background:var(--white)}.toast{bottom:max(18px,env(safe-area-inset-bottom));border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);background:#25332f}@media (min-width:760px){.screen{padding:24px 22px 46px}.productGrid{grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:16px}.productBody{padding:13px}}@media (max-width:720px){.topbar{min-height:56px}.tabs button{min-height:38px;padding-inline:9px}.syncText{display:none}.syncBtn{width:40px;padding:0}.productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.productCard h3{font-size:.88rem}.pill,.statusBadge,.stock-badge,.whatsapp-order-badge{font-size:.58rem}.cardActions button:not(.shareButton){min-height:38px}.sheet{width:100%;max-height:94vh}}.brandLink,.productCardLink,.productViewLink,.sellerTrustPanel,.storefrontNav a{color:inherit;text-decoration:none}.storefrontTopbar{justify-content:space-between}.storefrontNav{display:flex;align-items:center;gap:6px}.storefrontNav a{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:6px;padding:0 10px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);color:#25332f;font-size:.82rem;font-weight:760}.productCardLink{display:flex;min-height:100%;flex:1 1;flex-direction:column}.productCardActions{grid-template-columns:38px minmax(0,1fr);padding:0 11px 11px}.productViewLink{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;font-size:.86rem;font-weight:760}.disabledLink{pointer-events:auto;opacity:.62}.placeholder-logo{width:16px;height:16px;border:1px solid var(--line);border-radius:50%;background:var(--soft)}.breadcrumb{display:flex;align-items:center;gap:7px;margin-bottom:14px;color:var(--muted);font-size:.78rem;font-weight:720}.breadcrumb a{color:#316d9e;text-decoration:none}.productPageGrid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:18px;gap:18px}.productPageGallery{display:grid;grid-gap:10px;gap:10px}.productPageGalleryMain{position:relative;display:grid;place-items:center;overflow:hidden;aspect-ratio:1/1;border:1px solid var(--line);border-radius:var(--radius-md);background:#f4f7f4}.productPageGalleryMain img{width:100%;height:100%;object-fit:contain}.productPageGallery-empty{display:grid;min-height:320px;place-items:center;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--soft);color:var(--green)}.galleryNav{position:absolute;top:50%;display:inline-grid;width:38px;height:38px;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(24,35,31,.72);color:var(--white)}.galleryNav-prev{left:12px}.galleryNav-next{right:12px}.productPageThumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.productPageThumbs button{overflow:hidden;aspect-ratio:1/1;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--white);padding:0}.productPageThumbs button.active{border-color:var(--green);box-shadow:0 0 0 2px rgba(31,122,99,.12)}.productPageThumbs img{width:100%;height:100%;object-fit:cover}.productPurchasePanel{display:grid;align-self:start;grid-gap:14px;gap:14px}.productPageTitle{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.productPageTitle h1{margin:0}.productPagePrice{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--soft)}.productPagePrice div{display:grid;grid-gap:2px;gap:2px}.productPagePrice span{color:var(--muted);font-size:.86rem;text-decoration:line-through}.productPagePrice strong{color:var(--green);font-size:clamp(1.45rem,3vw,2rem)}.productPagePrice small{color:var(--muted);font-weight:760}.productPageDescription{margin:0;color:#35433e;font-size:.96rem;line-height:1.55}.sellerTrustPanel{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white)}.sellerTrustPanel img,.sellerTrustPanel>span{display:grid;width:46px;height:46px;flex-shrink:0;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--soft);object-fit:cover}.sellerTrustPanel div{display:grid;grid-gap:3px;gap:3px;min-width:0}.sellerTrustPanel strong{display:inline-flex;align-items:center;gap:6px}.sellerTrustPanel p{margin:0;color:var(--muted);font-size:.82rem}.productAssuranceGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.productAssuranceGrid div{display:flex;align-items:flex-start;gap:8px;min-height:58px;padding:10px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);color:#2d3b36;font-size:.78rem;font-weight:720}.productAssuranceGrid svg{flex-shrink:0;color:var(--blue)}.productPageActionDock{position:static;z-index:8;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;margin-top:6px;padding:8px 10px;border:1px solid var(--line);border-radius:0;background:rgba(255,255,255,.96);box-shadow:none}.productPageActionDock div{display:grid;grid-gap:2px;gap:2px}.productPageActionDock span{color:var(--muted);font-size:.68rem;font-weight:800;text-transform:uppercase}.productPageActionDock strong{color:var(--green);white-space:nowrap}.relatedProducts{margin-top:26px}.listingHero{display:flex;align-items:center;gap:13px;margin-bottom:16px;padding:14px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white)}.listingHero img,.listingHero>span{display:grid;width:58px;height:58px;flex-shrink:0;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--soft);object-fit:cover}.listingHero p{display:inline-flex;align-items:center;gap:5px;margin:0 0 4px;color:var(--green);font-size:.68rem;font-weight:800;text-transform:uppercase}.listingHero h1{margin:0}.listingHero span{color:var(--muted);font-size:.88rem}.listingToolbar{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:10px;gap:10px}.statusBadge-success{background:#e7f5ee;color:#1d684f}.statusBadge-danger{background:#fbeceb;color:#9f2f27}.statusBadge-neutral{background:var(--soft);color:#52615c}.productPageSkeleton{min-height:520px;border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(90deg,#f4f7f4,#ffffff,#f4f7f4);background-size:220% 100%;animation:loading-shimmer 1.5s infinite}.orderConfirmedPage{display:grid;min-height:70vh;place-items:center}.routeConfirmationCard .primary{width:100%;text-decoration:none}@media (min-width:860px){.productPageGrid{grid-template-columns:minmax(0,1.08fr) minmax(350px,.72fr);gap:28px}.productPageGalleryMain{aspect-ratio:4/5}.listingToolbar{grid-template-columns:minmax(0,1fr) 230px;align-items:center}}@media (max-width:620px){.sellerHeader{padding:8px;gap:8px}.headline h1,.sellerHeader h1{font-size:1.08rem;line-height:1.18}.sellerTabs{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;gap:6px;overflow-x:auto;padding:6px 0 8px;background:var(--bg);scrollbar-width:none}.sellerTabs::-webkit-scrollbar{display:none}.sellerTabs button{flex:0 0 auto;min-height:34px;padding:6px 9px;font-size:.72rem}.dashboardList,.formPanel,.sellerOverviewPanel,.settings-group{padding:10px}.sectionHeader h2,.variantEditorHeader strong{font-size:.86rem}.settings-col,.twoCol,.variantRow .twoCol{gap:7px}.storefrontNav a{width:40px;padding:0}.storefrontNav a span,.storefrontNav a:not(:first-child){font-size:0}.productAssuranceGrid{grid-template-columns:1fr}.productPageActionDock{position:static;grid-template-columns:minmax(0,1fr);margin-top:12px;border-radius:0;padding-bottom:8px}.productPageActionDock div{display:grid}.relatedProducts{padding-bottom:0}}:root{--text-strong:#111c18;--text-body:#2e3a36;--text-soft:#6d7974;--surface-subtle:#fafbf9;--accent:#176d55;--accent-hover:#125842;--accent-soft:#e8f3ee;--icon-muted:#7b8983;--icon-accent:#176d55}body{color:var(--text-body)}.search svg,.sectionHeader svg,.sellerTabs svg,.storefrontNav svg,.topbar svg{color:var(--icon-muted);stroke-width:2}.primary svg,.sellerTabs .active svg,.tabs .active svg,.whatsapp-btn svg{color:currentColor}.filterGroup strong,.filterSheetHeader span,.headline p,.listingHero p{color:var(--accent);font-size:.66rem;font-weight:850}.headline h1,.listingHero h1,.productPageTitle h1{color:var(--text-strong);font-weight:820;letter-spacing:0}.sectionHeader h2{color:var(--text-strong);font-size:1.06rem;font-weight:800}.sectionHeader span{color:var(--text-soft);font-weight:720}.search{color:var(--text-body)}.search input::placeholder{color:#87948f}.productGrid{align-items:start}.productCard{overflow:hidden;background:var(--white);border-color:#e1e8e4}.productCardLink{flex:initial}.productBody{display:block;flex:initial;padding:12px 12px 10px}.productBadgeRow{margin-bottom:7px}.activeFilters span,.pill,.statusBadge,.stock-badge,.storefrontBadges span,.whatsapp-order-badge{min-height:20px;padding:0 6px;border-radius:5px;font-size:.58rem;font-weight:850;letter-spacing:.02em}.pill{background:#f0f4f2;color:#52625b}.whatsapp-order-badge{background:var(--accent-soft);color:#17634e}.card-seller-badge{margin-top:0;color:var(--text-soft)}.card-seller-name{color:var(--text-soft);font-size:.72rem;font-weight:650}.productCard h3{min-height:0;margin:7px 0;color:var(--text-strong);font-size:.95rem;font-weight:800}.productCard .price-row{margin-top:0;align-items:center}.productCard .sale-price{color:var(--text-strong);font-size:1.05rem;font-weight:850;line-height:1.1}.productCard .original-price{color:#8b9691;font-size:.75rem}.productCardActions{display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:8px;gap:8px;margin-top:auto;padding:0 12px 12px}.productCardActions .shareButton,.productViewLink{min-height:40px}.shareButton{border-color:#dfe8e4!important;background:#fbfcfb!important;color:#66766f!important}.shareButton svg{color:currentColor}.productViewLink{border-color:var(--accent);background:var(--accent);color:var(--white);font-size:.84rem;font-weight:800}.productViewLink:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.image-container{border-bottom:1px solid #eef2ef}.stock-badge{color:var(--accent)}.sold-badge{top:9px;left:9px;padding:4px 7px;font-size:.62rem;font-weight:850}.cardBottom button,.primary,.whatsapp-btn{background:var(--accent);border-color:var(--accent)}.cardBottom button:hover,.primary:hover,.whatsapp-btn:hover{background:var(--accent-hover)!important;border-color:var(--accent-hover)}.category-chip,.filter-select,.ghost,.storefrontNav a{color:var(--text-body);font-weight:760}.category-chip.active,.sellerTabs .active,.switcher .active,.tabs .active{background:var(--text-strong);border-color:var(--text-strong)}.detailPricePanel strong,.posGrandTotal strong,.productPageActionDock strong,.productPagePrice strong,.summary-line.total strong{color:var(--text-strong)}.detail-description,.detailTrustGrid div,.listingHero,.productAssuranceGrid div,.productPageDescription,.sellerTrustPanel{color:var(--text-body)}.detail-seller-meta svg,.detailTrustGrid svg,.productAssuranceGrid svg,.sellerTrustPanel svg{color:var(--icon-accent)}@media (min-width:760px){.productCard h3{font-size:.98rem}.productCard .sale-price{font-size:1.1rem}}@media (max-width:420px){.productBody{padding:10px 10px 9px}.productCard h3{font-size:.88rem}.productCard .sale-price{font-size:.98rem}.productCardActions{grid-template-columns:38px minmax(0,1fr);padding:0 10px 10px}}:root{--page-bg:#ffffff;--surface-subtle:#fbfcfb;--accent:#14815f;--accent-hover:#0f674b;--price-hot:#e11d48;--tag-green:#14965f;--tag-blue:#2563eb;--tag-red:#dc2626;--tag-amber:#b7791f;--tag-teal:#0f766e}.listingPage,.productPage,.screen,.shell,.storefrontShell,body,html{background:var(--page-bg)}.shell{border-right-color:#eef2ef;border-left-color:#eef2ef}.topbar{background:rgba(255,255,255,.98)}.adminCard,.dashSection,.formPanel,.listingHero,.orderCard,.posCart,.posProducts,.productCard,.productPageActionDock,.productPagePrice,.sellerTrustPanel,.settings-group{background:#ffffff}.marketHeroImage{position:relative;display:grid;min-height:150px;overflow:hidden;margin:-4px 0 14px;border:1px solid #e0e8e3;border-radius:10px;background:#0f241c}.marketHeroImage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.8}.marketHeroImage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,24,19,.78),rgba(10,24,19,.2))}.marketHeroImage div{position:relative;z-index:1;display:grid;align-content:end;grid-gap:5px;gap:5px;max-width:520px;padding:16px;color:#ffffff}.marketHeroImage span{width:-moz-fit-content;width:fit-content;padding:4px 7px;border-radius:5px;background:var(--tag-blue);font-size:.62rem;font-weight:850;text-transform:uppercase}.marketHeroImage strong{font-size:clamp(1.02rem,2.6vw,1.5rem);line-height:1.12}.productPageTitle h1{font-size:clamp(1.28rem,2.2vw,1.72rem);line-height:1.18}.productPurchasePanel{gap:11px}.productPagePrice{padding:11px 12px;border-left:3px solid var(--accent)}.productPagePrice strong{font-size:clamp(1.22rem,2.25vw,1.55rem)}.productPagePrice small,.productPagePrice span{font-size:.76rem}.productPageDescription{font-size:.9rem;line-height:1.48}.sellerTrustPanel{padding:10px}.sellerTrustPanel img,.sellerTrustPanel>span{width:40px;height:40px}.sellerTrustPanel strong{font-size:.88rem}.sellerTrustPanel p{font-size:.76rem}.productAssuranceGrid{gap:6px}.productAssuranceGrid div{min-height:0;gap:6px;padding:8px;border-radius:7px;font-size:.7rem;line-height:1.28;font-weight:760}.productAssuranceGrid svg{width:15px;height:15px}.productAssuranceGrid div:first-child{border-color:#bbf7d0;background:#f6fff9}.productAssuranceGrid div:nth-child(2){border-color:#bfdbfe;background:#f7fbff}.productAssuranceGrid div:nth-child(3){border-color:#99f6e4;background:#f5fffd}.productAssuranceGrid div:nth-child(4){border-color:#fed7aa;background:#fffaf4}.productPageActionDock{gap:10px;padding:9px 10px}.productPageActionDock .primary{min-height:38px;font-size:.88rem}.productPageActionDock span{font-size:.62rem}.productPageActionDock strong{font-size:.92rem}.productCardMeta{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:8px}.productStockSummary{color:#64746b}.productStockSummary,.viewCount{font-size:.68rem;font-weight:760}.viewCount{display:inline-flex;align-items:center;gap:3px;color:#7b8983;white-space:nowrap}.statusBadge svg,.viewCount svg{flex-shrink:0}.activeFilters span,.pill,.statusBadge,.stock-badge,.storefrontBadges span,.whatsapp-order-badge{border:0;color:#ffffff;box-shadow:none}.pill{background:var(--tag-blue)}.whatsapp-order-badge{background:var(--tag-green)}.statusBadge-success,.stock-badge{background:var(--tag-green);color:#ffffff}.dangerBadge,.sold-badge,.statusBadge-danger{background:var(--tag-red);color:#ffffff}.statusBadge-neutral{color:#ffffff}.activeFilters span:nth-child(odd),.statusBadge-neutral,.storefrontBadges span:nth-child(odd){background:var(--tag-blue)}.activeFilters span:nth-child(2n),.storefrontBadges span:nth-child(2n){background:var(--tag-green)}.activeFilters span:nth-child(3n),.storefrontBadges span:nth-child(3n){background:var(--tag-amber)}.activeFilters button{border:0;background:var(--tag-red);color:#ffffff}.cardBottom button,.primary,.productViewLink,.whatsapp-btn{background:var(--accent);border-color:var(--accent)}.detailPricePanel strong,.productCard .sale-price,.productPageActionDock strong,.productPagePrice strong{color:var(--price-hot)}.floatingSellCta{position:fixed;right:16px;bottom:max(16px,env(safe-area-inset-bottom));z-index:70;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 14px;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:linear-gradient(135deg,#2563eb,#14b8a6 48%,#22c55e);color:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.22);font-size:.84rem;font-weight:850;text-decoration:none}.floatingSellCta svg{color:currentColor}.sellPage{padding-bottom:96px}.sellHero{display:grid;grid-gap:16px;gap:16px}.sellHeroCopy{display:grid;grid-gap:12px;gap:12px;align-content:center}.sellHeroCopy p,.sellSignupForm p{margin:0;color:var(--accent);font-size:.68rem;font-weight:850;text-transform:uppercase}.sellHeroCopy h1{margin:0;color:var(--text-strong);font-size:clamp(1.55rem,4vw,2.35rem);line-height:1.08}.sellHeroCopy>span{color:var(--text-body);font-size:.96rem;line-height:1.5}.sellHeroActions{display:flex;flex-wrap:wrap;gap:8px}.sellHeroActions a{min-width:0;text-decoration:none}.sellHeroMedia{overflow:hidden;aspect-ratio:16/10;border:1px solid var(--line);border-radius:10px;background:var(--soft)}.sellHeroMedia img{width:100%;height:100%;object-fit:cover}.sellerValueRail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);grid-gap:10px;gap:10px;overflow-x:auto;margin:18px -14px;padding:0 14px 4px;scroll-snap-type:x mandatory}.sellerValueRail::-webkit-scrollbar,.shopProductRail::-webkit-scrollbar{display:none}.sellerValueRail div{display:grid;grid-gap:5px;gap:5px;min-height:118px;padding:12px;border:1px solid #e1e8e4;border-radius:8px;background:#ffffff;scroll-snap-align:start}.sellerValueRail svg{color:var(--accent)}.sellerValueRail strong{color:var(--text-strong);font-size:.9rem}.sellerValueRail span{color:var(--text-soft);font-size:.78rem;line-height:1.35}.sellSignupGrid{display:grid;grid-gap:14px;gap:14px}.sellInfoPanel,.sellSignupForm,.sellTermsCard{border:1px solid var(--line);border-radius:8px;background:#ffffff}.sellInfoPanel,.sellSignupForm{display:grid;grid-gap:12px;gap:12px;padding:14px}.sellInfoPanel h2,.sellSignupForm h2{margin:0;color:var(--text-strong)}.sellInfoPanel ul{display:grid;grid-gap:9px;gap:9px;margin:0;padding:0;list-style:none}.sellInfoPanel li{display:flex;align-items:flex-start;gap:8px;color:var(--text-body);font-size:.84rem;line-height:1.35}.sellInfoPanel li svg{flex-shrink:0;color:var(--tag-green)}.sellTermsCard{display:flex;align-items:flex-start;gap:9px;padding:11px;background:#f7fbff}.sellTermsCard svg{flex-shrink:0;color:var(--tag-blue)}.sellTermsCard div{display:grid;grid-gap:3px;gap:3px}.sellTermsCard span{color:var(--text-soft);font-size:.78rem;line-height:1.36}.sellTermsCard a{color:var(--tag-blue);font-size:.78rem;font-weight:800;text-decoration:none}.sellerApplicationStatus{padding:9px 10px;border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;color:#9a3412;font-size:.78rem;font-weight:760;line-height:1.36}.sellerWelcomeCard{overflow:hidden;border:1px solid #cde7db;border-radius:8px;background:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.1)}.sellerWelcomeMedia{position:relative;min-height:178px;overflow:hidden;background:#ecfdf5}.sellerWelcomeMedia>img{width:100%;height:100%;min-height:178px;object-fit:cover}.sellerWelcomeMedia:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,.62)),linear-gradient(135deg,rgba(16,185,129,.42),rgba(37,99,235,.18))}.sellerWelcomeLogo{position:absolute;left:12px;bottom:12px;z-index:1;display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 10px;border-radius:8px;background:rgba(255,255,255,.94);box-shadow:0 10px 24px rgba(15,23,42,.16)}.sellerWelcomeLogo img{width:24px;height:24px}.sellerWelcomeCopy{display:grid;grid-gap:10px;gap:10px;padding:13px}.activationFormHeader span,.activationHeroCopy>span,.sellerWelcomePill{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:24px;align-items:center;gap:6px;padding:0 8px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.68rem;font-weight:650}.sellerWelcomeCopy h2{margin:0;font-size:1.12rem;line-height:1.16}.sellerWelcomeCopy p{margin:0;color:var(--text-body);font-size:.84rem;line-height:1.45}.sellerWelcomeSteps{display:grid;grid-gap:7px;gap:7px}.activationHelpCard div,.sellerWelcomeSteps div{display:flex;align-items:flex-start;gap:7px;color:var(--text-body);font-size:.78rem;line-height:1.35}.activationHelpCard svg,.sellerWelcomeSteps svg{flex-shrink:0;color:#16a34a}.sellerWelcomeActions{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.sellerWelcomeActions a,.sellerWelcomeActions button{min-height:34px;text-decoration:none}.activationPage{display:grid;grid-gap:14px;gap:14px}.activationHero{display:grid;grid-gap:12px;gap:12px}.activationHeroMedia{position:relative;min-height:180px;overflow:hidden;border-radius:8px;background:#ecfdf5}.activationHeroMedia:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,.5))}.activationHeroMedia img:first-child{width:100%;height:100%;min-height:180px;object-fit:cover}.activationBrandPlate{position:absolute;left:12px;bottom:12px;z-index:1;display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 10px;border-radius:8px;background:rgba(255,255,255,.94);box-shadow:0 10px 24px rgba(15,23,42,.16)}.activationBrandPlate img{width:24px;height:24px}.activationHeroCopy{display:grid;align-content:center;grid-gap:10px;gap:10px}.activationHeroCopy h1{margin:0;font-size:clamp(1.36rem,3.5vw,2rem)}.activationHeroCopy p{margin:0;color:var(--text-body);font-size:.88rem;line-height:1.48}.activationHeroCopy small{color:var(--text-soft);font-size:.74rem}.activationHelpCard a,.activationHeroCopy a{color:#2563eb;font-weight:650;text-decoration:none}.activationTrustRow{display:flex;flex-wrap:wrap;gap:7px}.activationTrustRow div{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:0 8px;border-radius:7px;background:#eff6ff;color:#1d4ed8;font-size:.72rem;font-weight:600}.activationGrid{display:grid;grid-gap:12px;gap:12px}.activationForm,.activationHelpCard,.activationSuccess{display:grid;grid-gap:10px;gap:10px;padding:13px;border:1px solid var(--line);border-radius:8px;background:#ffffff}.activationFormHeader{display:grid;grid-gap:7px;gap:7px}.activationFormHeader h2,.activationHelpCard h2,.activationSuccess h2{margin:0}.activationFormHeader p,.activationSuccess p{margin:0;color:var(--text-body);font-size:.82rem;line-height:1.42}.activationHelpCard{align-content:start;background:linear-gradient(135deg,rgba(236,253,245,.92),rgba(239,246,255,.92)),url(/categories/books-study.webp) 50% /cover}.activationSuccess{place-items:center;min-height:230px;text-align:center;background:#f0fdf4;border-color:#bbf7d0}.activationSuccessIcon{display:grid;width:54px;height:54px;place-items:center;border-radius:999px;background:#16a34a;color:#ffffff;box-shadow:0 12px 26px rgba(22,163,74,.25)}.sellWhatsappFallback{text-decoration:none}.cardBottom button:hover,.primary:hover,.productViewLink:hover,.whatsapp-btn:hover{background:var(--accent-hover)!important;border-color:var(--accent-hover)}@media (max-width:620px){.productPageTitle h1{font-size:1.24rem}.productPageGrid{gap:12px}.productPurchasePanel{gap:9px}.productPagePrice{padding:9px 10px}.productPagePrice strong{font-size:1.22rem}.productPageDescription{font-size:.84rem}.productAssuranceGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.productAssuranceGrid div{padding:7px;font-size:.66rem}.productPageActionDock{padding:8px 10px}.productPageActionDock .primary{min-height:38px;font-size:.84rem}.relatedProducts{padding-bottom:0}.floatingSellCta{right:12px;bottom:max(74px,calc(12px + env(safe-area-inset-bottom)));min-height:40px;padding:0 12px;font-size:.78rem}.shopProductRail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(158px,46vw);grid-template-columns:none;overflow-x:auto;margin-right:-14px;margin-left:-14px;padding:0 14px 4px;scroll-snap-type:x mandatory}.shopProductRail .productCard{scroll-snap-align:start}.marketHeroImage{min-height:136px}}@media (min-width:760px){.marketHeroImage{min-height:210px}.sellHero{grid-template-columns:minmax(0,.92fr) minmax(320px,.78fr);align-items:center}.sellerValueRail{grid-auto-flow:row;grid-template-columns:repeat(4,minmax(0,1fr));margin-right:0;margin-left:0;padding-right:0;padding-left:0;overflow:visible}.sellSignupGrid{grid-template-columns:minmax(0,.8fr) minmax(340px,1fr);align-items:start}}body{font-size:14px;letter-spacing:0}.brandWord{display:inline-flex;align-items:baseline;gap:0;font-weight:900}.brandMarket{color:#10634d}.brandGo{color:#2563eb}.topbar{min-height:50px;padding:7px 10px}.brand{text-decoration:none}.brand img{width:28px;height:28px}.brand strong{font-size:.96rem}.sellerTabs button,.storefrontNav a,.switcher button,.tabs button{min-height:34px;padding:0 9px;border-radius:7px;font-size:.78rem}.syncBtn{width:34px;min-height:34px;padding:0}.syncBtn svg{color:var(--tag-blue)}.screen{padding:14px 12px 34px}.headline{margin-bottom:12px}.headline h1{font-size:clamp(1.28rem,3vw,1.72rem)}.marketHeroImage{margin-bottom:10px;border-radius:8px}.shopSearchRow{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:7px;gap:7px;margin:10px 0 8px}.shopSearchRow .search{min-height:38px}.shopSearchRow .mobileClearFilter,.shopSearchRow .mobileFilterTrigger{min-height:38px;padding:0 9px;border-radius:7px;font-size:.78rem}.shopSearchRow .mobileFilterTrigger span{display:inline-grid;min-width:18px;min-height:18px;place-items:center;border-radius:999px;background:var(--tag-blue);color:#ffffff;font-size:.62rem}.mobileFilterTriggerRow{display:none}.desktopFilters{margin-top:2px}.category-bar{margin:0 -12px 8px;padding:0 12px 4px}.category-chip,.filter-select{min-height:34px;border-radius:7px;font-size:.76rem}.productBody{padding:9px 9px 8px}.productBadgeRow{margin-bottom:5px}.activeFilters span,.statusBadge,.stock-badge,.storefrontBadges span,.whatsapp-order-badge{min-height:18px;padding:0 6px;border-radius:5px;font-size:.54rem}.productCard h3{margin:5px 0 6px;font-size:.86rem;line-height:1.22}.card-seller-badge{gap:5px}.card-seller-logo{width:17px;height:17px}.card-seller-name,.viewCount{font-size:.66rem}.productCard .sale-price{font-size:.96rem}.productCardActions{grid-template-columns:34px minmax(0,1fr);gap:6px;padding:0 9px 9px}.productCardActions .shareButton,.productViewLink{min-height:34px;border-radius:7px}.productViewLink{font-size:.76rem}.clear-btn,.danger,.ghost,.primary,.toggle-btn,.whatsapp-btn{min-height:36px;border-radius:7px;font-size:.82rem}.sellHero{gap:12px}.sellHeroCopy{gap:9px}.sellHeroCopy h1{font-size:clamp(1.34rem,3.2vw,2rem)}.sellHeroCopy>span{font-size:.86rem}.sellHeroActions a{min-height:36px;padding:0 11px;font-size:.82rem}.sellHeroMedia{border-radius:8px}.sellerValueRail{grid-auto-columns:minmax(190px,78vw);margin-top:14px;margin-bottom:14px;scroll-padding-left:12px}.sellerValueRail div{min-height:102px;padding:10px;border-top:3px solid var(--tag-blue)}.sellerValueRail div:nth-child(2){border-top-color:var(--tag-green)}.sellerValueRail div:nth-child(3){border-top-color:var(--tag-amber)}.sellerValueRail div:nth-child(4){border-top-color:var(--tag-red)}.sellerValueRail strong{font-size:.84rem}.sellerValueRail span{font-size:.72rem}.sellInfoPanel,.sellSignupForm{padding:12px}.sellInfoPanel li,.sellTermsCard span{font-size:.76rem}.mainFooter{display:grid;grid-gap:12px;gap:12px;padding:16px 12px 88px;border-top:1px solid var(--line);background:#ffffff}.footerBrand{display:grid;grid-gap:2px;gap:2px}.footerBrand strong{font-size:1rem}.footerBrand small,.footerBrand span{color:var(--text-soft);font-size:.72rem}.mainFooter nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:5px 12px;gap:5px 12px}.mainFooter a{display:inline-flex;min-height:24px;align-items:center;justify-content:flex-start;gap:6px;padding:0;border:0;border-radius:0;background:transparent;color:var(--text-body);font-size:.74rem;font-weight:760;text-decoration:none}.mainFooter a:first-child svg{color:var(--tag-blue)}.mainFooter a:nth-child(2) svg{color:var(--tag-amber)}.mainFooter a:nth-child(3) svg{color:var(--tag-green)}.mainFooter a:nth-child(4) svg{color:var(--tag-red)}.footerCopyright{color:#8a9691;font-size:.68rem}@media (max-width:420px){.storefrontNav a,.tabs button{width:34px;min-height:34px;padding:0;font-size:0}.shopSearchRow{grid-template-columns:minmax(0,1fr) 38px}.shopSearchRow .mobileFilterTrigger{width:38px;padding:0;font-size:0}.shopSearchRow .mobileFilterTrigger span{position:absolute;margin:-22px 0 0 22px}.shopSearchRow .mobileClearFilter{display:none}}.shell{animation:pageRise .42s ease-out both}.marketHeroImage img,.sellHeroMedia img{animation:heroDrift 18s ease-in-out infinite alternate}.categoryIdentityRail{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(138px,40vw,172px);grid-gap:9px;gap:9px;overflow-x:auto;margin:0 -12px 10px;padding:0 12px 8px;scroll-snap-type:x mandatory;scroll-padding-inline:12px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.categoryIdentityRail::-webkit-scrollbar{display:none}.categoryIdentityCard{position:relative;display:grid;align-content:end;grid-gap:4px;gap:4px;min-height:92px;overflow:hidden;padding:10px;border:0;border-radius:8px;background:var(--category-image) center /cover;color:#ffffff;text-align:left;scroll-snap-align:start;box-shadow:0 8px 20px rgba(15,23,42,.12);isolation:isolate}.categoryIdentityCard:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.78)),linear-gradient(135deg,color-mix(in srgb,var(--category-color),transparent 28%),transparent 58%)}.categoryIdentityCard span{max-width:14ch;font-size:.84rem;font-weight:700;line-height:1.08}.categoryIdentityCard small{display:-webkit-box;overflow:hidden;color:rgba(255,255,255,.86);font-size:.64rem;line-height:1.2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.categoryIdentityCard.active{outline:2px solid var(--category-color);outline-offset:2px}.productCard{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.productCard:hover{transform:translateY(-2px)}.productCardActions{grid-template-columns:30px minmax(0,1fr);gap:5px;padding:0 8px 8px}.productCardActions .shareButton,.productViewLink{min-height:30px;border-radius:6px}.productCardActions .shareButton{width:30px;min-width:30px}.productCardActions .shareButton svg,.productViewLink svg{width:14px;height:14px}.productViewLink{font-size:.72rem}.sellerValueRail div{position:relative;overflow:hidden;isolation:isolate;color:#ffffff;background:var(--card-image) center /cover}.sellerValueRail div:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(15,23,42,.1),rgba(15,23,42,.78)),linear-gradient(135deg,color-mix(in srgb,var(--card-color),transparent 35%),transparent 68%)}.sellerValueRail div span,.sellerValueRail div strong,.sellerValueRail div svg{color:#ffffff}.sellerValueRail div span{color:rgba(255,255,255,.84)}.floatingSellCta{animation:ctaFloat 3.8s ease-in-out infinite;transition:bottom .24s ease,transform .24s ease,opacity .24s ease}.floatingSellCta span{display:inline-grid;overflow:hidden}.floatingSellCta b{position:relative;font:inherit;animation:ctaTextSlide 4.8s ease-in-out infinite}.floatingSellCta.nearFooter{bottom:max(128px,calc(96px + env(safe-area-inset-bottom)));transform:translateY(-8px)}@keyframes pageRise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes heroDrift{0%{transform:scale(1)}to{transform:scale(1.045) translateX(-1.2%)}}@keyframes ctaFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes ctaTextSlide{0%,72%,to{transform:translateX(0)}84%{transform:translateX(5px)}92%{transform:translateX(-3px)}}@media (prefers-reduced-motion:reduce){.floatingSellCta,.floatingSellCta b,.marketHeroImage img,.sellHeroMedia img,.shell{animation:none}}@media (min-width:760px){.screen{padding:20px 18px 42px}.shopSearchRow{grid-template-columns:minmax(0,1fr) auto auto}.productCard h3{font-size:.9rem}.productCard .sale-price{font-size:1.02rem}.sellerValueRail div{min-height:112px}.mainFooter{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:14px 18px 16px}.mainFooter nav{display:flex;flex-wrap:wrap;justify-content:flex-end}.footerCopyright{grid-column:1/-1}.categoryIdentityRail{grid-auto-flow:row;grid-template-columns:repeat(4,minmax(0,1fr));margin-right:0;margin-left:0;padding-right:0;padding-left:0;overflow:visible}.categoryIdentityCard{min-height:118px}.sellerWelcomeCard{display:grid;grid-template-columns:minmax(220px,.82fr) minmax(0,1fr);align-items:stretch}.sellerWelcomeMedia,.sellerWelcomeMedia>img{min-height:100%}.sellerWelcomeCopy{padding:16px}.activationHero{grid-template-columns:minmax(320px,.86fr) minmax(0,1fr);align-items:center}.activationHeroMedia,.activationHeroMedia img:first-child{min-height:250px}.activationGrid{grid-template-columns:minmax(0,1fr) minmax(260px,.5fr);align-items:start}}.filterGroup strong,.filterSheetHeader span,.headline p,.listingHero p,.sellHeroCopy p,.sellSignupForm p,.storefrontEyebrow{font-weight:650}.headline h1,.listingHero h1,.productPageTitle h1,.sellHeroCopy h1{font-weight:720}.brandWord,.productCard h3,.sectionHeader h2,.sellInfoPanel h2,.sellSignupForm h2{font-weight:700}.category-chip,.filter-select,.ghost,.mainFooter a,.primary,.productViewLink,.storefrontNav a,.tabs button,.whatsapp-btn{font-weight:600}.activeFilters span,.marketHeroImage span,.statusBadge,.stock-badge,.storefrontBadges span,.whatsapp-order-badge{font-weight:650;letter-spacing:0}.productCard .sale-price,.productPageActionDock strong,.productPagePrice strong{font-weight:720}.card-seller-name,.footerBrand small,.footerBrand span,.sectionHeader span,.sellInfoPanel li,.sellTermsCard span,.sellerValueRail span,.viewCount{font-weight:400}.viewCount{color:#8a9691;font-size:.64rem}.viewCount svg{width:11px;height:11px;color:#9aa6a1;stroke-width:1.8}.statusBadge-neutral{gap:4px;background:#eef2ff;color:#334155;font-weight:500}.verifiedBadge{display:inline-flex;min-height:18px;align-items:center;gap:3px;padding:0 6px;border-radius:5px;background:var(--tag-blue);color:#ffffff;font-size:.54rem;font-weight:650}.verifiedBadge svg{width:11px;height:11px;color:currentColor;stroke-width:2}.productCardActions .shareButton svg{width:22px;height:22px;stroke-width:2.45}.mainFooter{padding:12px 12px 18px}.mainFooter nav{margin:0}.footerCopyright{display:block;margin-top:2px}.floatingSellCta{bottom:max(14px,env(safe-area-inset-bottom))}.floatingSellCta.nearFooter{bottom:max(108px,calc(76px + env(safe-area-inset-bottom)))}.sellerTabs button:disabled{opacity:.48;cursor:not-allowed;background:#f3f4f6;color:#7b8580;transform:none}.sellerAccessPanel>div{background:#ffffff;border-color:#dce7df}.sellerAccessNotice{font-weight:500}@media (max-width:620px){.mainFooter{padding-bottom:20px}}.analyticsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));grid-gap:8px;gap:8px;margin:12px 0}.analyticsCard{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:10px 12px;display:flex;flex-direction:column;gap:4px;box-shadow:var(--card-shadow);transition:var(--transition-smooth)}.analyticsCard:hover{border-color:#b8cac1;box-shadow:var(--hover-shadow)}.analyticsCard.primary-accent{border-left:3px solid var(--green)}.analyticsCard h4{margin:0;font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-weight:700}.analyticsCard .value{font-size:1.05rem;font-weight:780;color:var(--ink);margin:2px 0}.analyticsCard .subtext{font-size:.66rem;color:var(--muted)}.topProductsList{display:flex;flex-direction:column;gap:4px;margin-top:2px}.topProductItem{display:flex;justify-content:space-between;align-items:center;font-size:.72rem;color:var(--ink);border-bottom:1px dashed var(--line);padding-bottom:3px;gap:6px}.topProductItem:last-child{border-bottom:none;padding-bottom:0}.topProductItem .prodName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.topProductItem .prodQty{font-weight:700;color:var(--green);flex-shrink:0}.tab-badge{background:var(--danger);color:var(--white);font-size:.64rem;font-weight:780;border-radius:999px;padding:1px 5px;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;margin-left:4px;line-height:1}.store-cover-banner{width:100%;height:140px;overflow:hidden;border-radius:var(--radius-md);margin-bottom:14px;border:1px solid var(--line)}.store-cover-banner img{width:100%;height:100%;object-fit:cover}.storefront-cover-banner{height:120px;margin:0 0 12px}.store-business-hours{display:block;margin-top:5px;font-size:.76rem;color:var(--muted);font-weight:600}.step-indicator{justify-content:center;gap:6px;padding:10px 0 14px;margin-bottom:4px}.step-indicator,.step-item{display:flex;align-items:center}.step-item{flex-direction:column;gap:3px;flex:1 1;position:relative}.step-item:not(:last-child):after{content:"";position:absolute;top:13px;left:calc(50% + 14px);width:calc(100% - 28px);height:2px;background:var(--line);transition:background .3s ease}.step-item.completed:not(:last-child):after{background:var(--accent,#059669)}.step-dot{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;background:var(--bg2,#f3f4f6);color:var(--muted);border:2px solid var(--line);transition:all .3s ease;z-index:1}.step-item.active .step-dot{box-shadow:0 0 0 3px rgba(5,150,105,.18)}.step-item.active .step-dot,.step-item.completed .step-dot{background:var(--accent,#059669);color:#fff;border-color:var(--accent,#059669)}.step-text{font-size:.66rem;font-weight:600;color:var(--muted);transition:color .3s ease}.step-item.active .step-text{color:var(--ink)}.step-item.completed .step-text{color:var(--accent,#059669)}.step-content-pane{display:flex;flex-direction:column;gap:12px;animation:stepFadeIn .28s ease-out both}@keyframes stepFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.delivery-toggle{display:flex;gap:0;border-radius:var(--radius-md,10px);overflow:hidden;border:1px solid var(--line);margin:4px 0}.toggle-btn{flex:1 1;padding:8px 12px;border:none;background:var(--bg2,#f9fafb);color:var(--muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease}.toggle-btn.active{background:var(--accent,#059669);color:#fff}.stepper-container{display:flex;align-items:center;gap:0;border:1px solid var(--line);border-radius:var(--radius-md,10px);overflow:hidden;width:-moz-fit-content;width:fit-content}.stepper-btn{width:38px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:var(--bg2,#f3f4f6);color:var(--ink);font-size:1rem;cursor:pointer;transition:background .15s ease}.stepper-btn:hover:not(:disabled){background:var(--line)}.stepper-btn:disabled{opacity:.35;cursor:not-allowed}.stepper-val{min-width:40px;text-align:center;font-weight:700;font-size:.92rem}.reviewIntro{display:flex;flex-direction:column;gap:8px;padding:12px;background:var(--bg2,#f9fafb);border-radius:var(--radius-md,10px);border:1px solid var(--line)}.reviewIntro>span:first-child{font-weight:700;font-size:.88rem;color:var(--ink)}.reviewIntro p{font-size:.78rem;color:var(--muted);margin:0}.error-msg{display:block;font-size:.72rem;color:#ef4444;margin-top:2px;font-weight:500}.field.invalid input,.field.invalid textarea{border-color:#ef4444}.totalLine{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-top:1px solid var(--line);font-size:.88rem}.totalLine strong{color:var(--accent,#059669);font-size:1rem}.checkLine{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--muted);cursor:pointer}.checkLine input[type=checkbox]{accent-color:var(--accent,#059669)}.overlay{align-items:center;padding:24px;overflow:auto}.overlay>.sheet{width:min(100%,720px);max-height:min(92vh,920px);margin:auto;border-radius:16px;transform:none;animation:zoomIn .24s cubic-bezier(.16,1,.3,1) forwards}@media (max-width:620px){.overlay{align-items:flex-end;padding:10px}.overlay>.sheet{width:100%;max-height:94vh;margin:0;border-radius:14px 14px 0 0;animation:slideUp .28s cubic-bezier(.16,1,.3,1) forwards}}body:has(.overlay){overflow:hidden}.overlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:clamp(14px,3vh,28px);overflow:hidden;background:rgba(23,33,27,.58);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.overlay>.confirmation-card,.overlay>.productDetailSheet,.overlay>.sheet{width:min(720px,calc(100vw - 28px));max-height:min(86dvh,820px);margin:0;overflow:auto;overscroll-behavior:contain;border-radius:16px;background:var(--white);box-shadow:0 24px 70px rgba(15,23,42,.28);transform:none;animation:zoomIn .18s ease-out forwards;scrollbar-gutter:stable}.overlay>.orderSheet,.overlay>.productEditSheet{display:flex;flex-direction:column;gap:0;padding:0}.overlay>.productEditSheet{width:min(760px,calc(100vw - 28px));max-height:min(88dvh,860px);overflow:hidden}.productEditActions,.productEditHeader{flex:0 0 auto;background:var(--white)}.productEditHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:14px 16px;border-bottom:1px solid var(--line)}.productEditHeader h2{margin:0;color:var(--ink);font-size:1rem;line-height:1.2}.productEditHeader span{display:block;max-width:min(520px,calc(100vw - 120px));margin-top:3px;overflow:hidden;color:var(--muted);font-size:.78rem;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.productEditBody{display:grid;grid-gap:10px;gap:10px;min-height:0;padding:14px 16px;overflow:auto;overscroll-behavior:contain}.productEditActions{display:grid;padding:12px 16px max(12px,env(safe-area-inset-bottom));border-top:1px solid var(--line);box-shadow:0 -10px 24px rgba(15,23,42,.06)}.productEditActions .primary{width:100%}.orderSheet .sheet-swipe-bar{flex:0 0 auto;margin:14px auto 6px}.orderSheet .orderTop{position:-webkit-sticky;position:sticky;top:0;z-index:3;align-items:flex-start;padding:12px 18px 14px;margin:0!important;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.orderSheet .orderTop h2{max-width:100%;font-size:clamp(1rem,2vw,1.16rem)!important;line-height:1.2}.orderSheet .orderTop .ghost{min-width:74px;min-height:38px}.orderSheet .step-content-pane,.orderSheet .step-indicator,.orderSheetSummary{margin-inline:18px}.orderSheet .step-indicator,.orderSheetSummary{flex:0 0 auto;margin-top:14px}.orderSheet .step-indicator{gap:6px;margin-bottom:12px;padding:0}.orderSheet .step-dot{width:30px;height:30px}.orderSheet .step-text{font-size:.7rem}.orderSheet .step-content-pane{padding:0 0 18px}.orderSheet .step-content-pane>.productImage{width:100%;max-height:280px;margin:0;object-fit:cover}.confirmation-card{width:min(520px,calc(100vw - 28px));max-height:min(86dvh,760px);animation:zoomIn .18s ease-out forwards}@media (max-width:680px){.overlay{place-items:end center;padding:10px 10px 0}.overlay>.confirmation-card,.overlay>.productDetailSheet,.overlay>.sheet{width:100%;max-height:min(92dvh,780px);border-radius:14px 14px 0 0;animation:slideUp .22s cubic-bezier(.16,1,.3,1) forwards}.orderSheet .orderTop{padding:10px 14px 12px}.orderSheet .step-content-pane,.orderSheet .step-indicator,.orderSheetSummary{margin-inline:14px}.orderSheet .step-content-pane>.productImage{max-height:220px}}