: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;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;padding:0 14px;color:var(--text);background:var(--surface);cursor:pointer}.publicNav a{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.primaryButton{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--primary);border-radius:8px;padding:0 16px;color:#ffffff;background:var(--primary);font-weight:700;cursor:pointer}.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}.dangerButton,.removeButton{color:var(--danger);background:#fff7f6;cursor:pointer}.dangerButton{min-height:40px;border:1px solid #e6b5af;border-radius:8px;padding:0 14px}.dangerButton:disabled,.ghostButton:disabled{cursor:not-allowed;opacity:.6}.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}.customerAuthPanel{width:min(100%,560px);display:grid;grid-gap:18px;gap:18px;border:1px solid var(--line);border-radius:8px;padding:24px;background:var(--surface);box-shadow:var(--shadow)}.accountForm,.addressEditor,.customerAuthPanel form,.onlineCheckout form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.customerAuthPanel form{grid-template-columns:1fr}.accountForm label,.addressEditor label,.customerAuthPanel label,.onlineCheckout label{min-width:0;display:grid;grid-gap:7px;gap:7px}.accountForm label span,.addressEditor label span,.customerAuthPanel label span,.onlineCheckout label span{color:var(--muted);font-size:.9rem;font-weight:700}.accountForm input,.addressEditor input,.addressEditor textarea,.customerAuthPanel input,.onlineCheckout input,.onlineCheckout textarea{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--text);background:var(--surface)}.accountForm input:focus,.addressEditor input:focus,.addressEditor textarea:focus,.customerAuthPanel input:focus,.onlineCheckout input:focus,.onlineCheckout textarea:focus{border-color:var(--accent);outline:2px solid rgba(36,94,168,.14)}.accountForm input:disabled,.addressEditor input:disabled,.addressEditor textarea:disabled,.customerAuthPanel input:disabled,.onlineCheckout input:disabled,.onlineCheckout textarea:disabled{color:#68768a;background:#f1f4f7}.customerAuthPanel form>button,.onlineCheckout form>button{min-height:44px;border:1px solid var(--primary);border-radius:8px;color:#ffffff;background:var(--primary);font-weight:750;cursor:pointer}.accountTabs,.authModeTabs{display:flex;gap:4px;overflow-x:auto;border-bottom:1px solid var(--line)}.accountTabs button,.authModeTabs button{min-height:42px;flex:0 0 auto;border:0;border-bottom:3px solid transparent;padding:0 14px;color:var(--muted);background:transparent;font-weight:750;cursor:pointer}.accountTabs button.isActive,.authModeTabs button.isActive{border-bottom-color:var(--primary);color:var(--primary-strong)}.onlineCheckout,.onlineCheckoutConfirmation{width:100%;display:grid;grid-gap:16px;gap:16px}.accountSection h2,.addressEditor h3,.onlineCheckout h3,.onlineCheckoutConfirmation h3{margin:0}.accountIdentityBar,.addressActions,.addressCardHeader,.checkoutCustomerBar,.formActions,.sectionHeading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.accountIdentityBar,.checkoutCustomerBar{border:1px solid #cfe3dc;border-radius:8px;padding:12px 14px;background:var(--surface-soft)}.accountLoading,.checkoutCustomerBar span,.checkoutDisclaimer,.checkoutLoading,.confirmationRef{color:var(--muted)}.logoutBtn{min-height:38px;border:1px solid var(--line);border-radius:8px;padding:0 12px;color:var(--text);background:var(--surface);cursor:pointer}.accountPageHeading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--line)}.accountPageHeading h1{margin:6px 0 0}.customerAccountCenter{display:grid;grid-gap:22px;gap:22px}.accountIdentityBar div{min-width:0;display:grid;grid-gap:3px;gap:3px}.accountIdentityBar span,.accountIdentityBar strong{overflow-wrap:anywhere}.accountIdentityBar span{color:var(--muted);font-size:.9rem}.accountSection{display:grid;grid-gap:20px;gap:20px;padding:4px 0 18px}.fullWidthField{grid-column:1/-1}.formActions{justify-content:flex-start}.checkboxField{grid-template-columns:20px minmax(0,1fr)!important;align-items:center}.checkboxField input{width:18px;min-height:18px;margin:0}.addressEditor{border:1px solid var(--line);border-radius:8px;padding:20px;background:#fbfcfe}.addressEditor h3{grid-column:1/-1}.addressList{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:14px;gap:14px}.addressCard{min-width:0;display:grid;align-content:start;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;padding:16px;background:var(--surface)}.addressCard p,.addressCard small{margin:0;color:var(--muted);overflow-wrap:anywhere}.addressActions{justify-content:flex-start;margin-top:6px}.defaultBadge{border-radius:8px;padding:5px 8px;color:var(--primary-strong);background:#e3f4ee;font-size:.82rem;font-weight:750}.emptyAccountMessage{margin:0;border-left:3px solid var(--accent);padding:10px 12px;color:var(--muted);background:#f2f6fc}.pointsSummary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px}.pointsSummary div{display:grid;grid-gap:6px;gap:6px;border:1px solid var(--line);border-radius:8px;padding:16px;background:var(--surface)}.pointsSummary span{color:var(--muted);font-size:.9rem}.pointsSummary strong{font-size:1.6rem}.successText{margin:0;color:var(--primary-strong);font-weight:700}.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){.accountPageHeading,.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}.addressEditor,.customerAuthPanel{padding:18px}.accountForm,.addressEditor,.onlineCheckout form{grid-template-columns:1fr}.addressEditor h3,.fullWidthField{grid-column:1}.accountIdentityBar,.checkoutCustomerBar,.sectionHeading{align-items:stretch;flex-direction:column}.accountIdentityBar .ghostButton,.quantityControls button,.quantityControls span,.sectionHeading .primaryButton{width:100%}}