:root{--bg:#f7f8fb;--surface:#ffffff;--surface-soft:#eef5f1;--text:#17202a;--muted:#627084;--line:#d9e1ea;--primary:#146c5c;--primary-strong:#0f5146;--accent:#245ea8;--danger:#a83c32;--shadow:0 10px 30px rgba(23,32,42,0.08)}*{box-sizing:border-box}html{min-width:320px}body,html{background:var(--bg)}body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.publicFooter,.publicHeader{width:min(1120px,calc(100% - 32px));margin:0 auto}.publicHeader{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0}.brandMark{display:inline-flex;align-items:center;gap:10px;min-width:0;color:var(--text);font-weight:750}.brandMark span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brandSymbol{width:34px;height:34px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:8px;color:#ffffff;background:var(--primary)}.publicNav{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.ghostButton,.publicNav a,.secondaryButton{min-height:40px;border:1px solid var(--line);border-radius:8px;padding:0 14px;color:var(--text);background:var(--surface)}.ghostButton,.primaryButton,.publicNav a,.secondaryButton{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.primaryButton{min-height:42px;border:1px solid var(--primary);border-radius:8px;padding:0 16px;color:#ffffff;background:var(--primary);font-weight:700}.primaryButton:hover{background:var(--primary-strong)}.primaryButton.isDisabled,.primaryButton:disabled{border-color:#a9b4c2;color:#f3f5f7;background:#9aa7b6;cursor:not-allowed}.ghostButton:hover,.publicNav a:hover,.secondaryButton:hover{border-color:var(--accent)}.pageShell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:18px 0 48px}.cartPanel,.catalogIntro,.emptyState,.homeHero,.pageIntro{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.homeHero{display:grid;grid-gap:22px;gap:22px;min-height:420px;align-content:center;padding:36px;background:linear-gradient(135deg,rgba(20,108,92,.1),rgba(36,94,168,.08)),var(--surface)}.catalogIntro h1,.homeHero h1,.pageIntro h1{margin:6px 0 0;line-height:1.05;letter-spacing:0}.homeHero h1{max-width:760px;font-size:clamp(2.4rem,7vw,4.6rem)}.cartCheckoutBar p,.catalogIntro p,.emptyState p,.homeHero p,.pageIntro p{max-width:680px;margin:12px 0 0;color:var(--muted);line-height:1.6}.eyebrow{color:var(--primary);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.routePattern{display:grid;grid-gap:8px;gap:8px;align-items:start;max-width:100%}.routePattern span{color:var(--muted);font-size:.9rem}.routePattern code{display:block;width:-moz-fit-content;width:fit-content;max-width:100%;overflow-wrap:anywhere;border:1px solid var(--line);border-radius:8px;padding:12px 14px;background:#fbfcfe;color:var(--text)}.catalogIntro,.pageIntro{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;padding:24px}.catalogIntro{align-items:flex-start}.networkList{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.networkLink{display:grid;grid-gap:6px;gap:6px;border:1px solid var(--line);border-radius:8px;padding:18px;background:var(--surface)}.networkLink.isDefault{border-color:var(--primary);background:var(--surface-soft)}.networkLink span{font-weight:800}.networkLink small{color:var(--muted);overflow-wrap:anywhere}.catalogGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:16px;gap:16px}.productCard{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.productMedia{aspect-ratio:4/3;background:#e8eef5}.cartItemMedia img,.productMedia img{width:100%;height:100%;display:block;object-fit:cover}.cartImageFallback,.imageFallback{width:100%;height:100%;display:grid;place-items:center;color:var(--muted);background:linear-gradient(135deg,rgba(20,108,92,.12),rgba(36,94,168,.12)),#eef2f6}.productBody{display:grid;grid-gap:14px;gap:14px;padding:16px}.productTitleGroup{display:grid;grid-gap:4px;gap:4px}.productTitleGroup h2{margin:0;font-size:1.02rem;line-height:1.25}.inlineStatus,.productMeta,.productTitleGroup p{margin:0;color:var(--muted);font-size:.92rem}.productMeta{display:flex;gap:8px;flex-wrap:wrap}.productMeta span{min-height:28px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:8px;padding:0 9px;background:#fbfcfe}.availabilityWrap,.priceDisplay{display:grid;grid-gap:4px;gap:4px;align-items:start}.availabilityBadge{width:-moz-fit-content;width:fit-content;max-width:100%;border-radius:8px;padding:6px 10px;color:#7a2f27;background:#fff0ed;font-weight:750}.availabilityBadge.isAvailable{color:#0f5146;background:#e3f4ee}.priceDisplay small,.quantityText{color:var(--muted);font-size:.86rem}.priceDisplay span{font-size:1.1rem;font-weight:850}.productActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.productActions .primaryButton:only-child,.productActions .secondaryButton:only-child{grid-column:1/-1}.emptyState{padding:28px}.emptyState h2{margin:0}.errorText{color:var(--danger)!important}.cartClient{display:grid;grid-gap:16px;gap:16px}.cartPanel{padding:18px}.cartCheckoutBar,.cartPanelHeader{display:flex;align-items:center;justify-content:space-between;gap:14px}.cartPanelHeader h2{margin:0}.cartList{grid-gap:12px;margin-top:18px}.cartItem,.cartList{display:grid;gap:12px}.cartItem{grid-template-columns:84px minmax(0,1fr) auto auto;align-items:center;grid-gap:12px;border:1px solid var(--line);border-radius:8px;padding:10px;background:#fbfcfe}.cartItemMedia{width:84px;aspect-ratio:1;overflow:hidden;border-radius:8px;background:#e8eef5}.cartItemBody{min-width:0}.cartItemBody h3,.cartItemBody p{margin:0}.cartItemBody h3{font-size:.98rem}.cartItemBody p,.cartItemBody span{color:var(--muted);font-size:.9rem}.quantityControls{display:grid;grid-template-columns:34px 34px 34px;align-items:center;justify-items:center;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--surface)}.quantityControls button{width:34px;height:34px;border:0;color:var(--text);background:var(--surface);cursor:pointer}.quantityControls span{width:34px;text-align:center;font-weight:800}.removeButton{min-height:36px;border:1px solid #f0c8c3;border-radius:8px;padding:0 12px;color:var(--danger);background:#fff7f6;cursor:pointer}.cartCheckoutBar{border:1px solid var(--line);border-radius:8px;padding:16px;background:var(--surface)}.cartCheckoutBar p{margin:0;font-size:.92rem}.handoffPreview{display:grid;grid-gap:12px;gap:12px;min-width:min(100%,360px)}.handoffPreviewPanel{display:grid;grid-gap:14px;gap:14px;border:1px solid var(--line);border-radius:8px;padding:16px;background:#fbfcfe}.handoffPreviewActions,.handoffPreviewHeader,.handoffPreviewSummary{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.handoffPreviewHeader h2,.handoffPreviewLine h3,.handoffPreviewSummary p{margin:0}.maskedWhatsApp{width:-moz-fit-content;width:fit-content;max-width:100%;padding:7px 10px;font-weight:750;overflow-wrap:anywhere}.handoffMessagePreview,.maskedWhatsApp{border:1px solid var(--line);border-radius:8px;color:var(--text);background:var(--surface)}.handoffMessagePreview{min-height:150px;width:100%;resize:vertical;padding:12px;line-height:1.5}.handoffPreviewLines{display:grid;grid-gap:8px;gap:8px}.handoffPreviewLine{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;padding:10px;background:var(--surface)}.handoffPreviewLine p,.handoffPreviewLine small,.handoffPreviewSummary p{color:var(--muted)}.handoffPreviewLine p{margin:3px 0 0}.handoffPreviewSummary span{font-weight:850}.publicFooter{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding:24px 0 36px;color:var(--muted);font-size:.9rem}@media (max-width:720px){.cartCheckoutBar,.cartPanelHeader,.catalogIntro,.pageIntro,.publicFooter,.publicHeader{align-items:stretch;flex-direction:column}.publicHeader{min-height:auto}.publicNav{justify-content:flex-start}.homeHero{min-height:360px;padding:26px}.productActions{grid-template-columns:1fr}.cartItem{grid-template-columns:72px minmax(0,1fr)}.cartItemMedia{width:72px}.quantityControls,.removeButton{grid-column:1/-1;width:100%}.handoffPreviewLine{grid-template-columns:1fr}.quantityControls{grid-template-columns:1fr 1fr 1fr}.quantityControls button,.quantityControls span{width:100%}}