:root{--bg:#ffffff;--text:rgba(0,0,0,0.92);--muted:rgba(0,0,0,0.64);--border:rgba(0,0,0,0.10);--panel:#ffffff;--surface:rgba(255,255,255,0.82);--surface2:rgba(255,255,255,0.58);--inputBg:rgba(255,255,255,0.75);--accent:#1b63ff;--accent2:#18a0fb;--accentRing:rgba(27,99,255,0.28);--radius:16px;--radius-sm:12px;--shadow-sm:0 1px 0 rgba(0,0,0,0.06),0 10px 24px rgba(0,0,0,0.06);--shadow-md:0 1px 0 rgba(0,0,0,0.06),0 16px 44px rgba(0,0,0,0.10)}*{box-sizing:border-box}body,html{padding:0;margin:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;line-height:1.62;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.appFrame{min-height:100svh;display:flex;flex-direction:column}.appContent{flex:1 1}html.hostedStorefront .footer,html.hostedStorefront .header,html.noPlatformChrome .footer,html.noPlatformChrome .header{display:none}.hostedStorefront{background-color:var(--bg);background-image:var(--bgDecor,none);background-repeat:no-repeat;background-position:top;background-size:cover;font-family:var(--fontBody,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial);font-size:calc(16px * var(--textScale, 1))}.hostedStorefront .h1,.hostedStorefront .h2,.hostedStorefront .hostedStoreHeroName,.hostedStorefront .productHeroTitle,.hostedStorefront .textStrong,.hostedStorefront h1,.hostedStorefront h2,.hostedStorefront h3{font-family:var(--fontHeading,var(--fontBody,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial))}.hostedStorefront .grid{gap:var(--gridGap,14px)}.hostedStorefront .card{background:transparent;box-shadow:none;transition:none}.hostedStorefront .hostedPanel{border:1px solid var(--border);border-radius:16px;padding:14px;background:var(--surface);box-shadow:none}.hostedStorefront .card:hover{transform:none;box-shadow:none;border-color:var(--border)}.hostedStorefront .btnSecondary{background:var(--surface);border-color:var(--border)}.hostedStorefront .btn{border-radius:var(--btnRadius,var(--radius-sm))}.hostedStorefront .btnPrimary{background:var(--btnPrimaryBg,var(--accent));border-color:var(--btnPrimaryBorder,rgba(27,99,255,.25));color:var(--btnPrimaryText,#ffffff);box-shadow:var(--btnPrimaryShadow,var(--shadow-sm))}.hostedStorefront .btnPrimary:hover{background:var(--btnPrimaryHoverBg,var(--accent2));border-color:var(--btnPrimaryHoverBorder,rgba(24,160,251,.35));box-shadow:var(--btnPrimaryHoverShadow,var(--shadow-md))}.hostedStorefront .productHeroAddToCartBtn.btnPrimary:hover{background:var(--secondary);border-color:var(--secondary);color:var(--secondaryText)}.hostedStorefront .btnTertiary{color:var(--text)}.hostedStorefront .badge{border-color:var(--border);background:var(--surface2);color:var(--text)}.hostedStorefront .badge.badgeLeadMagnet{border-color:rgba(27,99,255,.32);background:rgba(27,99,255,.1);color:var(--text);font-weight:800;box-shadow:0 0 0 3px var(--accentRing),var(--shadow-sm)}.hostedStorefront .input,.hostedStorefront .select,.hostedStorefront .textarea{background:var(--inputBg)}.cartLinkWrap{position:relative;display:inline-block}.miniCartPopover{position:absolute;right:0;top:calc(100% + 10px);width:min(420px,calc(100vw - 24px));border-radius:16px;border:1px solid var(--border);background:rgba(255,255,255,.96);box-shadow:var(--shadow-lg);padding:12px;z-index:1100}@media (max-width:767px){.miniCartPopover{position:fixed;left:12px;right:12px;top:auto;bottom:calc(12px + env(safe-area-inset-bottom, 0px));width:auto;max-height:min(72vh,520px);overflow:hidden;border-radius:18px;padding:14px;background:rgba(255,255,255,.98)}.miniCartList{max-height:calc(min(72vh, 520px) - 140px)}.miniCartThumb{width:48px;height:48px;border-radius:14px}.miniCartItem{grid-template-columns:48px 1fr auto}.miniCartRemove{height:36px;padding:0 12px;font-size:13px}.miniCartCheckout{height:44px;border-radius:14px}}.miniCartEmpty{font-size:13px;color:var(--muted);padding:8px 2px}.miniCartList{display:grid;grid-gap:10px;gap:10px;max-height:340px;overflow:auto;padding-right:2px}.miniCartItem{display:grid;grid-template-columns:44px 1fr auto;grid-gap:10px;gap:10px;align-items:center}.miniCartThumb{width:44px;height:44px;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:rgba(255,255,255,.6)}.miniCartThumb img{width:100%;height:100%;object-fit:cover;display:block}.miniCartThumbPlaceholder{width:100%;height:100%;background:radial-gradient(60px 46px at 18% 18%,rgba(27,99,255,.22),transparent 60%),radial-gradient(60px 46px at 82% 22%,rgba(24,160,251,.18),transparent 60%),linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.42))}.miniCartMeta{min-width:0}.miniCartTitle{font-size:13px;font-weight:780;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.miniCartSub{margin-top:2px;font-size:12px;color:var(--muted)}.miniCartRemove{border:1px solid var(--border);background:transparent;border-radius:999px;height:30px;padding:0 10px;font-size:12px;font-weight:720;cursor:pointer}.miniCartRemove:hover{background:rgba(255,255,255,.55)}.miniCartFooter{margin-top:10px;padding-top:10px;border-top:1px solid var(--border);display:grid;grid-gap:10px;gap:10px}.miniCartSubtotal{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;font-weight:720}.miniCartCheckout{width:100%;justify-content:center}.mobileCartBar{position:fixed;left:0;right:0;bottom:0;z-index:60;padding:10px 12px;background:rgba(255,255,255,.88);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobileCartBarInner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.mobileCartBarText{min-width:0}.mobileCartBarLine1{font-size:13px;font-weight:780;line-height:1.1}.mobileCartBarLine2{margin-top:2px;font-size:12px;color:var(--muted)}.mobileCartBarCta{height:40px;padding:0 14px;border-radius:12px;flex:0 0 auto}@media (min-width:768px){.mobileCartBar{display:none}}@media (max-width:767px){.hostedStorefront main.container{padding-bottom:96px!important}}.hostedStoreHeroName{font-size:24px;font-weight:880;letter-spacing:-.2px;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:768px){.hostedStoreHeroName{font-size:30px}}.hostedStoreHeroSubtitle{margin-top:8px;font-size:14px;line-height:1.25}.hostedStoreHeroSubtitle,.hostedStoreHeroTrust{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hostedStoreHeroTrust{margin-top:10px;font-size:13px;font-weight:650}.hostedCollectionsBand{margin-top:12px}.hostedCollectionsBandTitle{font-size:12px;font-weight:720;color:var(--muted);letter-spacing:.2px;text-transform:uppercase}.hostedCollectionsRow{margin-top:10px;display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.collectionDiscoveryCard{flex:0 0 auto;width:228px;border-radius:16px;border:1px solid var(--border);background:rgba(255,255,255,.7);padding:10px;text-decoration:none;color:inherit;scroll-snap-align:start}.collectionDiscoveryMedia{height:96px;border-radius:14px;overflow:hidden;border:1px solid var(--border);background:rgba(255,255,255,.55)}.collectionDiscoveryCover{width:100%;height:100%;object-fit:cover;display:block}.collectionDiscoveryStrip{width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr)}.collectionDiscoveryStrip img{width:100%;height:100%;object-fit:cover;display:block}.collectionDiscoveryPlaceholder{width:100%;height:100%;background:radial-gradient(120px 90px at 18% 18%,rgba(27,99,255,.22),transparent 60%),radial-gradient(120px 90px at 82% 22%,rgba(24,160,251,.18),transparent 60%),linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.42))}.collectionDiscoveryName{margin-top:10px;font-size:14px;font-weight:800;letter-spacing:-.1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collectionDiscoveryMetaRow{margin-top:6px;display:flex;align-items:center;justify-content:space-between;gap:10px}.collectionDiscoveryCount{font-size:12px;color:var(--muted);white-space:nowrap}.collectionDiscoveryCta{flex-shrink:0;font-size:12px;font-weight:760;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:rgba(0,0,0,.86)}.hostedStorefrontUtilities{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hostedStorefrontUtilitiesLeft,.hostedStorefrontUtilitiesRight{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hostedUtilitiesInput{height:36px;padding:8px 10px;border-radius:12px;max-width:320px}.hostedUtilitiesSelect{height:36px;padding:6px 10px;border-radius:12px}.hostedUtilitiesClear{height:32px;padding:0 10px;border-radius:999px;border:1px solid var(--border);background:transparent;color:rgba(0,0,0,.75);font-size:12px;font-weight:720;cursor:pointer}.hostedUtilitiesClear:hover{background:rgba(255,255,255,.55)}.hostedCollectionHeader{margin-top:6px}.hostedCollectionHeaderTop{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hostedCollectionBreadcrumb{font-size:12px;font-weight:720;color:rgba(0,0,0,.7);text-decoration:none;border:1px solid var(--border);border-radius:999px;padding:6px 10px;background:rgba(255,255,255,.55)}.hostedCollectionBreadcrumb:hover{background:rgba(255,255,255,.75)}.hostedCollectionSort{display:flex;align-items:center;gap:10px}.hostedCollectionHeaderMain{margin-top:10px}.hostedCollectionName{font-size:24px;font-weight:880;letter-spacing:-.2px;line-height:1.1}.hostedCollectionDescription{margin-top:6px;color:var(--muted);font-size:14px;line-height:1.3}.hostedCollectionCount{margin-top:8px;font-size:12px;color:var(--muted);font-weight:720}.hostedProductHero{display:grid;grid-gap:16px;gap:16px}@media (min-width:1024px){.hostedProductHero{grid-template-columns:3fr 2fr;align-items:stretch;gap:18px}.hostedProductHeroLeft,.hostedProductHeroRight{display:flex;min-width:0;min-height:0}.hostedProductHeroDetailsCard{height:var(--hero-match-height,auto)}@media (min-width:900px){.hostedProductHeroRightInner{height:var(--hero-match-height,auto);overflow:hidden;display:grid;grid-gap:12px;gap:12px}}}.hostedProductHeroGalleryCard{padding:12px}.hostedProductHeroDetailsCard{padding:14px;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.hostedProductHeroDescCard{margin-top:12px;flex:1 1;min-height:0;overflow:hidden}.hostedProductHeroDescShort{font-weight:820;line-height:1.25;font-size:clamp(14px,1.2vw,15px);max-height:2.6em;overflow:hidden}.hostedProductHeroDescFull{margin-top:8px;white-space:pre-line;line-height:1.35;font-size:clamp(12.5px,1.1vw,14px);max-height:12.2em;overflow:hidden}.hostedProductHeroTitle{margin:0}.hostedProductHeroSoldBy{margin-top:6px}.hostedProductHeroShortDesc{margin-top:10px;margin-bottom:0;max-width:760px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hostedProductGalleryMain{position:relative;overflow:hidden;border-radius:14px;border:1px solid var(--border);background:rgba(0,0,0,.04)}.hostedProductGalleryMainImg{width:100%;aspect-ratio:4/3;height:auto;object-fit:cover;display:block}@media (max-width:1023px){.hostedProductGalleryTall .hostedProductGalleryMain{height:clamp(360px,70vh,560px)}.hostedProductGalleryTall .hostedProductGalleryMainImg{aspect-ratio:auto!important;height:100%}}.hostedProductGalleryNav{position:absolute;inset:auto 10px 10px 10px;display:flex;justify-content:space-between;pointer-events:none}.hostedProductGalleryNavBtn{pointer-events:auto;width:44px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1}.hostedProductGalleryThumbs{margin-top:10px;display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.hostedProductGalleryThumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:transparent;padding:0;border-radius:12px;width:84px;height:64px;flex:0 0 auto;overflow:hidden;cursor:pointer}.hostedProductGalleryThumbActive{border-color:rgba(27,99,255,.55);box-shadow:0 0 0 3px rgba(27,99,255,.14)}.hostedProductGalleryThumbImg{width:100%;height:100%;object-fit:cover;display:block}body:after,body:before{content:"";position:fixed;inset:-20%;pointer-events:none;z-index:-1}body:before{background:radial-gradient(900px 520px at 18% 0,rgba(27,99,255,.18),transparent 60%),radial-gradient(800px 520px at 92% 8%,rgba(24,160,251,.14),transparent 60%),radial-gradient(640px 420px at 60% 92%,rgba(0,0,0,.04),transparent 62%);filter:blur(18px);opacity:.9}body:after{background:linear-gradient(rgba(0,0,0,.06) 1px,transparent 0),linear-gradient(90deg,rgba(0,0,0,.06) 1px,transparent 0);background-size:48px 48px,48px 48px;opacity:.28}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--accentRing);outline-offset:2px;border-radius:10px}.navButton:focus-visible,.sellerNavButton:focus-visible{outline:2px solid var(--accentRing);outline-offset:2px}.container{max-width:1120px;margin:0 auto;padding:0 20px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.78);border-bottom:1px solid var(--border)}.header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(27,99,255,.35),transparent);pointer-events:none}.headerInner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0}.brand{display:inline-flex;align-items:center;gap:10px}.brandText{font-weight:750;letter-spacing:.2px}.nav{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.nav a,.navButton{padding:8px 10px;border-radius:10px;border:1px solid transparent;transition:background .16s ease,border-color .16s ease}.navButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:inherit;font:inherit;cursor:pointer}@media (max-width:980px){.ctaGrid,.homeGrid3{grid-template-columns:1fr!important}}.nav a:hover,.navButton:hover{background:rgba(27,99,255,.07);border-color:rgba(27,99,255,.18)}.navDropdown{position:relative;display:inline-flex}.navDropdownPanel{position:absolute;right:0;top:calc(100% + 8px);z-index:20}.navDropdownPanel,.navDropdownPortalPanel{min-width:190px;padding:6px;border-radius:12px;border:1px solid var(--border);background:rgba(255,255,255,.92);box-shadow:var(--shadow-md)}.navDropdownPortalPanel{position:fixed;z-index:200}.navDropdownPanel a,.navDropdownPanel button,.navDropdownPortalPanel a,.navDropdownPortalPanel button{width:100%;display:block;text-align:left;padding:10px;border-radius:10px;border:1px solid transparent;background:transparent;color:inherit;font:inherit;cursor:pointer}.navDropdownDivider{height:1px;background:var(--border);margin:6px;opacity:.85}.navDropdownHeader{padding:6px 10px 4px;font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--mutedText);text-transform:uppercase}.navDropdownDanger{color:rgba(220,38,38,.95)!important}.navDropdownPanel .navDropdownDanger:hover,.navDropdownPortalPanel .navDropdownDanger:hover{background:rgba(220,38,38,.08);border-color:rgba(220,38,38,.18)}.navDropdownPanel a:hover,.navDropdownPanel button:hover,.navDropdownPortalPanel a:hover,.navDropdownPortalPanel button:hover{background:rgba(27,99,255,.07);border-color:rgba(27,99,255,.18)}.hero{padding:64px 0 46px}.heroInner{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px}.homeHeroContainer{position:relative}.homeHeroRightLogo{display:none;position:absolute;top:50%;right:18px;transform:translateY(-50%);pointer-events:none}.homeHeroRightLogoImg{width:clamp(160px,18vw,260px);height:auto}@media (min-width:1024px){.homeHeroRightLogo{display:block}}@media (max-width:1200px){.homeHeroRightLogoImg{width:clamp(140px,14vw,210px)}}@media (max-width:900px){.homeHeroRightLogo{display:none}}.heroActions{gap:12px}.heroActions,.heroMeta{display:flex;flex-wrap:wrap;align-items:center}.heroMeta{gap:10px;color:var(--muted);font-size:13px}.heroMeta span{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:rgba(255,255,255,.6)}.heroMeta span,.kicker{padding:6px 10px;border:1px solid var(--border)}.kicker{display:inline-block;color:var(--muted);background:rgba(27,99,255,.06);border-radius:999px;margin-bottom:12px;font-size:13px}.h1{font-size:clamp(30px,4vw,46px);line-height:1.12;margin:0 0 14px;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(27,99,255,.92));-webkit-background-clip:text;background-clip:text;color:transparent}.subhead{color:var(--muted);font-size:clamp(16px,1.6vw,18px);max-width:72ch;margin:0 0 22px}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:var(--radius-sm);border:var(--borderWidth,1px) solid var(--border);font-size:15px;font-weight:650;line-height:1;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background .16s ease,border-color .16s ease,color .16s ease}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btnBlock{width:100%;justify-content:center}.btn:focus-visible{outline:2px solid var(--accentRing);outline-offset:2px}.btnPrimary{background:var(--accent);border-color:rgba(27,99,255,.25);color:#ffffff;box-shadow:var(--shadow-sm)}.btnPrimary:hover{background:var(--accent2);border-color:rgba(24,160,251,.35);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btnDanger{background:rgba(220,38,38,.92);border-color:rgba(220,38,38,.28);color:#ffffff;box-shadow:var(--shadow-sm)}.btnDanger:hover{background:rgba(239,68,68,.95);border-color:rgba(239,68,68,.36);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btnSecondary{background:rgba(255,255,255,.7);color:var(--text)}.btnSecondary:hover{background:rgba(27,99,255,.07);border-color:rgba(27,99,255,.18);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btnTertiary{background:transparent;border-color:transparent;color:var(--text);padding:10px}.btnTertiary:hover{background:rgba(27,99,255,.07);border-color:rgba(27,99,255,.18)}.btnLink{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.btnLink:hover{color:var(--accent2)}.btnLink:focus-visible{outline:2px solid var(--accentRing);outline-offset:2px}.datePicker{position:relative}.datePickerRow{display:flex;gap:10px;align-items:center;width:100%}.datePickerRow .input{flex:1 1 auto;min-width:0}.datePickerPopover{position:absolute;z-index:50;top:calc(100% + 8px);left:0;background:#ffffff;border:1px solid var(--border);border-radius:14px;padding:14px;box-shadow:0 24px 48px rgba(0,0,0,.12);min-width:360px}.datePickerPopover .rdp{--rdp-cell-size:46px;--rdp-accent-color:var(--accent);--rdp-background-color:rgba(27,99,255,0.10);font-size:16px}.datePickerPopover .rdp-caption_label{font-weight:700;font-size:16px}.datePickerPopover .rdp-nav_button{width:40px;height:40px}.datePickerPopover .rdp-head_cell{font-weight:600;font-size:13px}.link{color:var(--accent)}.link:hover{color:var(--accent2)}.linkStrong{color:var(--accent);font-weight:700;text-decoration:underline;text-underline-offset:2px}.linkStrong:hover{color:var(--accent2)}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:14px;gap:14px}.col12,.col4,.col6{grid-column:span 12}@media (min-width:880px){.heroInner{grid-template-columns:1.05fr .95fr;align-items:start}.col4{grid-column:span 4}.col6{grid-column:span 6}.col12{grid-column:span 12}}.card{border:var(--borderWidth,1px) solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.58));border-radius:var(--radius);padding:var(--cardPad,18px);box-shadow:var(--shadow-sm);transition:transform .16s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:rgba(27,99,255,.2)}.cardTitle{display:flex;align-items:center;gap:10px;margin:0 0 8px;font-size:16px;font-weight:720}.cardIcon{width:34px;height:34px;border-radius:12px;border:1px solid rgba(27,99,255,.18);background:rgba(27,99,255,.08);display:inline-flex;align-items:center;justify-content:center;color:var(--accent);font-weight:900}.cardText{color:var(--muted);margin:0}.badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(24,160,251,.22);background:rgba(24,160,251,.1);color:rgba(0,0,0,.86);font-size:12px;font-weight:720}.productHeroGrid{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:12px;gap:12px;align-items:stretch}.productHeroCard{height:100%;display:flex;flex-direction:column;padding:14px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.productHeroHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.productHeroTitleWrap{flex:1 1;min-width:0}.productHeroTitle{min-width:0;font-size:15px;font-weight:780;letter-spacing:-.1px;line-height:1.15}.productHeroSubtitle,.productHeroTitle{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.productHeroSubtitle{margin-top:6px;font-size:12px;line-height:1.25;color:var(--muted)}.productHeroPrice{flex-shrink:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.productHeroBadgeRow{display:flex;gap:6px;justify-content:flex-end}.productHeroPriceMain{font-size:14px;font-weight:820;letter-spacing:-.15px}.productHeroPriceMeta{font-size:12px;color:var(--muted)}.productHeroPriceStrike{text-decoration:line-through}.productHeroBody{display:grid;grid-template-columns:112px 1fr;grid-gap:12px;gap:12px;flex:1 1;align-items:stretch}@media (max-width:420px){.productHeroBody{grid-template-columns:1fr}}.productHeroLeft{display:flex;flex-direction:column;gap:10px}.productHeroThumbLink{display:block;border-radius:14px;overflow:hidden;border:1px solid var(--border);background:rgba(255,255,255,.55)}.productHeroThumb{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.productHeroThumbPlaceholder{background:radial-gradient(130px 90px at 18% 18%,rgba(27,99,255,.22),transparent 60%),radial-gradient(120px 90px at 82% 22%,rgba(24,160,251,.18),transparent 60%),linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.42))}.productHeroLeftView{width:100%;justify-content:center}.productHeroRight{display:grid;grid-gap:10px;gap:10px;align-content:start}.productHeroRight .btn{width:100%}.productHeroShareIconBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:rgba(255,255,255,.7);border-color:rgba(0,0,0,.08)}.productHeroShareIconBtn:hover{background:rgba(27,99,255,.07);border-color:rgba(27,99,255,.18)}.productHeroShareIconBtn svg{display:block}.hostedStoreFooter{margin-top:18px;padding-top:16px;border-top:1px solid var(--border);color:var(--muted);font-size:12px;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.hostedStoreFooterLine{white-space:nowrap}.hostedStoreFooter a{color:inherit;text-decoration:underline;text-underline-offset:2px}@media (max-width:520px){.hostedStoreFooterLine{white-space:normal}}.pricingCardFeatured{border-color:rgba(24,160,251,.35);box-shadow:var(--shadow-md)}.price{margin:10px 0 6px;font-size:28px;font-weight:800;letter-spacing:-.3px}.priceMeta{margin:0;color:var(--muted);font-size:13px}.pricingExample{margin-top:14px;padding-top:12px;border-top:1px solid var(--border);color:rgba(0,0,0,.86);font-size:14px}.calcHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.calcInput{display:grid;grid-gap:8px;gap:8px;min-width:min(360px,100%)}.calcGrid{margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:920px){.calcGrid{grid-template-columns:1fr}}.calcCard{border:1px solid rgba(0,0,0,.1);border-radius:var(--radius);background:rgba(255,255,255,.62);padding:14px}.calcCardFeatured{border-color:rgba(24,160,251,.35);box-shadow:var(--shadow-sm)}.calcCardTop{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.calcKeep{margin-top:10px;font-size:22px;font-weight:900;letter-spacing:-.2px}.reveal{opacity:0;transform:translateY(10px)}@media (prefers-reduced-motion:no-preference){.reveal{transition:opacity .42s ease,transform .52s ease}}.revealVisible{opacity:1;transform:translateY(0)}.section{padding:46px 0}.h2{font-size:clamp(20px,2.1vw,26px);margin:0 0 12px}.h2:after{content:"";display:block;width:56px;height:2px;margin-top:10px;border-radius:999px;background:linear-gradient(90deg,rgba(27,99,255,.55),rgba(24,160,251,.35))}.p{color:var(--muted);margin:0 0 14px;max-width:920px}.panel{border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.75),rgba(255,255,255,.55));border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-sm)}.panel.sellerGlobalBar,.panel.sellerTopbar{box-shadow:none;background:rgba(255,255,255,.62)}.sellerShell{padding-top:34px;padding-bottom:46px;display:grid;grid-gap:16px;gap:16px}.sellerDashboardAligned,.sellerShellAligned{padding-top:20px;padding-bottom:64px}.sellerDashboardAligned .sellerHeroBand,.sellerShellAligned .sellerHeroBand{border:1px solid rgba(0,0,0,.08);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.92);position:relative}.sellerDashboardAligned .sellerHeroWash,.sellerShellAligned .sellerHeroWash{position:absolute;inset:0;background:radial-gradient(900px 360px at 10% 8%,rgba(11,95,255,.16),rgba(255,255,255,0) 55%),radial-gradient(900px 360px at 88% 72%,rgba(245,158,11,.14),rgba(255,255,255,0) 55%),linear-gradient(180deg,rgba(99,102,241,.06),rgba(255,255,255,0) 62%);opacity:.9}.sellerDashboardAligned .sellerHeroInner,.sellerShellAligned .sellerHeroInner{position:relative;z-index:2;padding:18px 16px;display:grid;grid-template-columns:1fr auto;grid-gap:14px;gap:14px;align-items:center;margin-bottom:0;border-bottom:0}.sellerDashboardAligned .sellerHeroTitle,.sellerShellAligned .sellerHeroTitle{margin:0;font-size:28px;line-height:1.12;letter-spacing:-.02em}.sellerDashboardAligned .sellerHeroSub,.sellerShellAligned .sellerHeroSub{margin-top:8px;color:var(--muted);font-size:14px}.sellerDashboardAligned .sellerHeroMetaRow,.sellerShellAligned .sellerHeroMetaRow{margin-top:10px;gap:10px;align-items:center}.sellerDashboardAligned .sellerHeroCtas,.sellerShellAligned .sellerHeroCtas{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media (max-width:960px){.sellerDashboardAligned .sellerHeroInner,.sellerShellAligned .sellerHeroInner{grid-template-columns:1fr;align-items:start}.sellerDashboardAligned .sellerHeroCtas,.sellerShellAligned .sellerHeroCtas{justify-content:flex-start}}.sellerDashboardAligned .card,.sellerShellAligned .card{transition:none}.sellerDashboardAligned .card:hover,.sellerShellAligned .card:hover{transform:none;box-shadow:var(--shadow-sm);border-color:var(--border)}.sellerDashboardAligned .card,.sellerDashboardAligned .panel,.sellerShellAligned .card,.sellerShellAligned .panel,.sellerShellAligned .sellerContent{min-width:0}.sellerDashboardAligned .tableWrap,.sellerDashboardAligned input.inputMono,.sellerDashboardAligned textarea.inputMono,.sellerShellAligned .tableWrap,.sellerShellAligned input.inputMono,.sellerShellAligned textarea.inputMono{max-width:100%}.sellerDashboardAligned .sellerHeader,.sellerDashboardAligned .sellerPageHeader,.sellerShellAligned .sellerHeader,.sellerShellAligned .sellerPageHeader{margin-bottom:16px;padding:10px 0 12px;border-bottom:1px solid rgba(0,0,0,.06)}.sellerDashboardAligned .sellerPageTitle,.sellerShellAligned .sellerPageTitle{font-size:clamp(22px,2.2vw,30px);letter-spacing:-.25px}.sellerDashboardAligned .sellerHeaderActions,.sellerShellAligned .sellerHeaderActions{gap:8px}.sellerDashboardAligned .sellerStatusChips,.sellerShellAligned .sellerStatusChips{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.sellerDashboardAligned .sellerCommandBar,.sellerShellAligned .sellerCommandBar{display:flex;align-items:center;justify-content:space-between;gap:16px}.sellerDashboardAligned .sellerCommandBarLeft,.sellerShellAligned .sellerCommandBarLeft{min-width:0;flex:1 1}.sellerDashboardAligned .sellerCommandBarRight,.sellerShellAligned .sellerCommandBarRight{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-end}.sellerDashboardAligned .sellerTableCardHeader,.sellerShellAligned .sellerTableCardHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.sellerDashboardAligned .sellerTableCardBody,.sellerShellAligned .sellerTableCardBody{min-width:0;max-width:100%}.sellerDashboardAligned .sellerCardHeader,.sellerShellAligned .sellerCardHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.sellerDashboardAligned .sellerCardBody,.sellerShellAligned .sellerCardBody{min-width:0;max-width:100%}.sellerDashboardAligned .sellerStack,.sellerShellAligned .sellerStack{gap:32px}.sellerDashboardAligned .sellerCard,.sellerDashboardAligned .sellerTableCard,.sellerShellAligned .sellerCard,.sellerShellAligned .sellerTableCard{overflow:hidden}.sellerDashboardAligned .sellerProductRow,.sellerShellAligned .sellerProductRow{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:14px;gap:14px;align-items:center}@media (max-width:900px){.sellerDashboardAligned .sellerProductRow,.sellerShellAligned .sellerProductRow{grid-template-columns:1fr;align-items:start}}.sellerDashboardAligned .sellerProductLeft,.sellerShellAligned .sellerProductLeft{min-width:0;display:flex;align-items:center;gap:12px}.sellerDashboardAligned .sellerProductActions,.sellerDashboardAligned .sellerProductMeta,.sellerShellAligned .sellerProductActions,.sellerShellAligned .sellerProductMeta{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-end}.sellerDashboardAligned .tableWrap,.sellerShellAligned .tableWrap{overflow:auto}.sellerDashboardAligned .emptyState,.sellerShellAligned .emptyState{padding:12px}.sellerDashboardAligned .emptyStateDesc,.sellerShellAligned .emptyStateDesc{font-size:13px}.sellerDashboardAligned .sellerHeader>div,.sellerDashboardAligned .sellerPageHeader>div,.sellerShellAligned .sellerHeader>div,.sellerShellAligned .sellerPageHeader>div{min-width:0}.sellerDashboardAligned .sellerHeaderActions .input,.sellerShellAligned .sellerHeaderActions .input{min-width:220px}.sellerDashboardAligned .sellerKpiRow,.sellerShellAligned .sellerKpiRow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:920px){.sellerDashboardAligned .sellerKpiRow,.sellerShellAligned .sellerKpiRow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.sellerDashboardAligned .sellerKpiRow,.sellerShellAligned .sellerKpiRow{grid-template-columns:1fr}}.sellerDashboardAligned .sellerKpiCard,.sellerShellAligned .sellerKpiCard{border:1px solid var(--border);border-radius:14px;padding:10px 12px;background:rgba(0,0,0,.01);display:flex;flex-direction:column;gap:6px;min-height:96px}.sellerDashboardAligned .sellerKpiLabel,.sellerShellAligned .sellerKpiLabel{font-size:12px;font-weight:900;letter-spacing:.2px;color:var(--muted)}.sellerDashboardAligned .sellerKpiValue,.sellerShellAligned .sellerKpiValue{font-weight:900;font-size:22px;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sellerDashboardAligned .sellerKpiSub,.sellerShellAligned .sellerKpiSub{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sellerDashboardAligned .sellerPageGrid,.sellerShellAligned .sellerPageGrid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:16px;gap:16px;align-items:start}@media (max-width:1024px){.sellerDashboardAligned .sellerPageGrid,.sellerShellAligned .sellerPageGrid{grid-template-columns:1fr}}.sellerDashboardAligned .sellerPageRail,.sellerShellAligned .sellerPageRail{position:-webkit-sticky;position:sticky;top:16px;display:grid;grid-gap:12px;gap:12px}.sellerDashboardAligned .sellerUiCard,.sellerShellAligned .sellerUiCard{border-radius:14px;background:rgba(0,0,0,.01)}@media (max-width:1024px){.sellerDashboardAligned .sellerPageRail,.sellerShellAligned .sellerPageRail{position:static}}.sellerDashboardAligned details.sellerReportSection,.sellerShellAligned details.sellerReportSection{border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.75),rgba(255,255,255,.55));border-radius:var(--radius);box-shadow:var(--shadow-sm)}.sellerGlobalBar{justify-content:space-between}.sellerGlobalBar,.sellerGlobalBarLeft,.sellerGlobalBarRight{display:flex;align-items:center;gap:12px}.sellerBrand{font-weight:780;letter-spacing:.2px;padding:8px 10px;border-radius:10px;border:1px solid transparent}.sellerBrand:hover{background:rgba(27,99,255,.07);border-color:rgba(27,99,255,.18)}.sellerContextBar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.sellerContextLeft{display:grid;grid-gap:4px;gap:4px}.sellerStoreName{font-size:18px;font-weight:760}.sellerContextRight{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.sellerStoreSelect{min-width:260px;max-width:420px}.sellerTopbar{display:grid;grid-gap:14px;gap:14px}.sellerNav{display:flex;flex-wrap:wrap;gap:10px}.sellerNavLink{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:rgba(255,255,255,.6);color:rgba(0,0,0,.86);font-weight:650;font-size:14px;line-height:1.1}.sellerNavIcon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;opacity:.88}.sellerNavIconSvg{width:16px;height:16px;color:rgba(0,0,0,.72)}.sellerNavBadge,.sellerNavLabel{display:inline-flex;align-items:center}.sellerNavBadge{margin-left:6px;justify-content:center;min-width:20px;height:20px;padding:0 7px;border-radius:999px;background:rgba(27,99,255,.14);border:1px solid rgba(27,99,255,.38);color:rgba(0,0,0,.86);font-weight:800;font-size:12px;line-height:1}.sellerNavButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:rgba(255,255,255,.6);color:rgba(0,0,0,.86);font-weight:650;font-size:14px;line-height:1.1;font-family:inherit;cursor:pointer}.sellerContextChips{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:6px}.statusChip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:rgba(0,0,0,.04);color:rgba(0,0,0,.86);font-size:12px;font-weight:760;line-height:1;white-space:nowrap}a.statusChip{text-decoration:none}a.statusChip:hover{transform:translateY(-1px)}.statusChipOk{border-color:rgba(16,185,129,.35);background:rgba(16,185,129,.14)}.statusChipWarn{border-color:rgba(245,158,11,.38);background:rgba(245,158,11,.14)}.statusChipMuted{border-color:rgba(0,0,0,.12);background:rgba(0,0,0,.03);color:rgba(0,0,0,.72)}.sellerNavButton:hover,.sellerNavLink:hover{background:rgba(27,99,255,.07);border-color:rgba(27,99,255,.18)}.sellerNavLinkActive{background:rgba(27,99,255,.1);border-color:rgba(27,99,255,.35);box-shadow:0 0 0 3px rgba(27,99,255,.12)}.sellerContent{min-width:0}.sellerPageHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.storefrontEditorTopbarSticky{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06);padding:12px 0;margin-bottom:16px}.storefrontEditorTopbar{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.storefrontEditorTopbarLeft{display:grid;grid-gap:6px;gap:6px}.storefrontEditorTitleRow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.storefrontEditorTitle{margin:0;font-size:22px;font-weight:860;letter-spacing:-.25px;line-height:1.15}.storefrontEditorTopbarRight{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.storefrontEditorShell{display:grid;grid-template-columns:440px minmax(0,1fr);grid-template-areas:"settings preview";grid-gap:16px;gap:16px;align-items:start}.storefrontEditorPreviewPane{min-width:0;grid-area:preview}.storefrontEditorSettingsPane{min-width:0;display:grid;grid-gap:12px;gap:12px;grid-area:settings}.storefrontPreviewSticky{position:-webkit-sticky;position:sticky;top:74px;display:grid;grid-gap:12px;gap:12px}.storefrontEditorTabs{display:none;gap:8px;margin-bottom:12px}.storefrontEditorTab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:rgba(255,255,255,.62);color:rgba(0,0,0,.86);font:inherit;font-size:13px;font-weight:760;padding:10px 12px;border-radius:12px;cursor:pointer;flex:1 1}.storefrontEditorTabActive{background:rgba(27,99,255,.1);border-color:rgba(27,99,255,.35);box-shadow:0 0 0 3px rgba(27,99,255,.12)}.storefrontPreviewHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.storefrontPreviewHeaderRight{display:grid;grid-gap:8px;gap:8px;justify-items:end}.storefrontDeviceToggle{display:inline-flex;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.6);overflow:hidden}.storefrontDeviceBtn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:rgba(0,0,0,.84);font:inherit;font-size:12px;font-weight:740;padding:6px 10px;cursor:pointer}.storefrontDeviceBtn:hover{background:rgba(27,99,255,.07)}.storefrontDeviceBtnActive{background:rgba(27,99,255,.1);box-shadow:inset 0 0 0 1px rgba(27,99,255,.16)}.storefrontDeviceBtn:disabled{opacity:.6;cursor:not-allowed}.storefrontApplied{font-size:12px;font-weight:700;color:rgba(0,0,0,.55);opacity:0;transform:translateY(-2px);transition:opacity .18s ease,transform .18s ease}.storefrontAppliedOn{opacity:1;transform:translateY(0)}.storefrontPreviewFrame{width:100%}.storefrontPreviewScroll{max-height:calc(100vh - 260px);overflow:auto;overscroll-behavior:contain;scroll-behavior:smooth;padding-right:6px}.storefrontPreviewContextRow{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0 12px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,0))}.storefrontPreviewContextChip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:12px;font-weight:760;color:rgba(0,0,0,.78)}.storefrontPreviewResync{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(27,99,255,.35);background:rgba(27,99,255,.1);color:rgba(0,0,0,.84);font:inherit;font-size:12px;font-weight:740;padding:6px 10px;border-radius:999px;cursor:pointer}.storefrontPreviewResync:hover{background:rgba(27,99,255,.14);transform:translateY(-1px)}.storefrontPreviewSection{margin-top:12px;padding:12px;border-radius:16px;border:1px solid rgba(0,0,0,.06);background:rgba(255,255,255,.55);border-color:color-mix(in srgb,var(--text,#000) 10%,transparent);background:color-mix(in srgb,var(--text,#000) 6%,transparent);transition:opacity .22s ease,box-shadow .22s ease,background .22s ease}.storefrontPreviewSectionActive{opacity:1;box-shadow:0 0 0 2px rgba(27,99,255,.34),0 0 0 6px rgba(27,99,255,.12);background:rgba(27,99,255,.04)}.storefrontPreviewSectionDim{opacity:.93}.storefrontPreviewPlaceholder{margin-top:10px;padding:12px;border-radius:14px;border:1px dashed rgba(0,0,0,.14);background:rgba(0,0,0,.02);color:rgba(0,0,0,.62);border-color:color-mix(in srgb,var(--text,#000) 18%,transparent);background:color-mix(in srgb,var(--text,#000) 4%,transparent);color:var(--muted,rgba(0,0,0,.62));font-size:12px;font-weight:650}.storefrontSocialIcon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--accent)}.storefrontSocialIcon svg{display:block}.storefrontPreviewFrameDesktop{max-width:100%}.storefrontPreviewFrameMobile{max-width:390px;margin:0 auto}@media (max-width:980px){.storefrontEditorShell{grid-template-columns:1fr;grid-template-areas:"preview" "settings"}.storefrontPreviewSticky{position:static}.storefrontEditorTabs{display:none}.storefrontEditorShell .storefrontEditorSettingsPane{display:grid}.storefrontEditorShell .storefrontEditorPreviewPane{display:block}.storefrontPreviewScroll{max-height:none}}button.statusChip{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}button.statusChip:active{transform:translateY(1px)}.toggleRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.toggleText{min-width:0;display:grid;grid-gap:2px;gap:2px}.toggleLabel{font-weight:740;color:rgba(0,0,0,.86)}.toggleHelp{font-size:12px;color:var(--muted)}.toggleSwitch{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,0,0,.16);background:rgba(0,0,0,.1);width:44px;height:26px;border-radius:999px;position:relative;cursor:pointer;flex-shrink:0;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease}.toggleSwitch:disabled{opacity:.6;cursor:not-allowed}.toggleSwitchOn{background:rgba(27,99,255,.22);border-color:rgba(27,99,255,.4)}.toggleSwitch:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(27,99,255,.2)}.toggleKnob{position:absolute;top:50%;left:3px;width:20px;height:20px;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 2px 10px rgba(0,0,0,.12);transform:translateY(-50%);transition:left .14s ease}.toggleSwitchOn .toggleKnob{left:21px}.sellerTopBarSticky{position:-webkit-sticky;position:sticky;top:64px;z-index:40;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06);padding:12px 0;margin-bottom:16px}.productsSummaryGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:16px;gap:16px}.productsSummaryGridCompact{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:start}.productsUtilityStack{display:grid;grid-gap:12px;gap:12px;align-content:start}.summaryCompactCard.panel{padding:12px}.summaryCompactCard .kicker{font-size:11px;padding:4px 8px;margin-bottom:8px}.summaryPrimaryMetric{font-size:18px;font-weight:880;letter-spacing:-.25px;line-height:1.1}.summaryPrimaryMetricSub{font-weight:750;letter-spacing:0}.summaryPrimaryMetricSub,.summarySecondary{color:var(--muted);font-size:12px}.storageMiniBar{margin-top:10px;height:6px;border-radius:999px;background:rgba(0,0,0,.08);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}.storageMiniBarFill{height:100%;background:rgba(27,99,255,.85)}.summaryCompactList{display:grid;grid-gap:10px;gap:10px}.summaryCompactRow{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.summaryCompactValue{font-size:13px;font-weight:780;color:rgba(0,0,0,.82)}.summaryCompactCta{background:rgba(27,99,255,.04);border-color:rgba(27,99,255,.18)}.summaryCtaTitle{font-size:14px;font-weight:860;letter-spacing:-.2px}@media (max-width:860px){.productsSummaryGrid,.productsSummaryGridCompact{grid-template-columns:minmax(0,1fr)}}.sellerCalcCompact .kicker{font-size:11px;padding:4px 8px;margin-bottom:8px}.sellerCalcCompact .p{font-size:13px;margin:0 0 10px}.sellerCalcCompact .input{padding:9px 12px;font-size:14px}.sellerCalcCompact .sellerCalcGrid{gap:10px}.sellerCalcCompact .sellerCalcItem{padding:10px;border-radius:12px}.sellerCalcCompact .sellerCalcLabel{font-size:11px}.sellerCalcCompact .sellerCalcValue{font-size:18px}.sellerCalcCompact .sellerCalcNet .sellerCalcValue{font-size:22px}.slideOverOverlay{position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.24);display:flex;justify-content:flex-end}.slideOverPanel{width:min(640px,100%);height:100%;border-left:1px solid var(--border);background:rgba(255,255,255,.96);box-shadow:var(--shadow-md);display:flex;flex-direction:column}.slideOverHeader{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.06);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.slideOverTitle{font-weight:900;letter-spacing:-.2px}.slideOverBody{padding:14px 16px 16px;overflow:auto;flex:1 1}.slideOverFooter{padding:12px 16px;border-top:1px solid rgba(0,0,0,.06);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width:720px){.slideOverPanel{width:100%;border-left:none}}.sellerDetails{padding:0}.sellerDetailsSummary{list-style:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px}.sellerDetailsSummaryRight{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.sellerDetailsSummary::-webkit-details-marker{display:none}.sellerDetailsSummaryLeft{display:grid;grid-gap:4px;gap:4px}.sellerDetailsTitle{font-weight:800;letter-spacing:-.2px}.sellerDetailsDesc{color:var(--muted)}.sellerDetailsChevron{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.6);transition:transform .16s ease}details[open].sellerDetails .sellerDetailsChevron{transform:rotate(180deg)}.sellerDetailsBody{padding:0 16px 16px}.modalOverlay{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.32);display:flex;align-items:center;justify-content:center;padding:18px}.modalOverlayTop{z-index:2100}.modal{width:min(560px,100%);border-radius:16px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.92);box-shadow:var(--shadow-md)}.modalFit{width:min(920px,calc(100vw - 24px));max-height:calc(100vh - 24px);display:flex;flex-direction:column;overflow:hidden}.modalHeaderRow{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.modalHeaderActions{gap:8px;flex-shrink:0}.modalHeaderActions,.modalIconBtn{display:inline-flex;align-items:center}.modalIconBtn{width:34px;height:34px;justify-content:center;border-radius:10px;border:1px solid var(--border);background:rgba(255,255,255,.65);color:rgba(0,0,0,.82);cursor:pointer}.modalIconBtn:hover{background:rgba(255,255,255,.82)}.modalIconBtn:focus-visible{outline:2px solid rgba(0,0,0,.35);outline-offset:2px}.modalBodyFlex{flex:1 1 auto;overflow:hidden;display:flex;flex-direction:column}.mediaPickerControls{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.mediaPickerControls .input{flex:1 1 260px;min-width:180px}.mediaPickerGridScroll{flex:1 1 auto;min-height:160px;overflow:auto;margin-top:10px;padding:2px}.mediaPickerGrid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1100px){.mediaPickerGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:780px){.mediaPickerGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:430px){.mediaPickerGrid{grid-template-columns:repeat(1,minmax(0,1fr))}}.cropModalBody{flex:1 1 auto;display:flex;flex-direction:column;gap:14px;overflow:auto}.cropPreviewWrap{flex:1 1 auto;min-height:180px;max-height:55vh;border-radius:14px;border:1px solid var(--border);background:var(--panel);overflow:hidden;display:flex;align-items:center;justify-content:center}.cropPreviewCanvas{max-width:100%;max-height:100%;width:auto;height:auto;display:block}.modalOverlay.modalOverlayNoPad{padding:0}.modalFullscreen{width:100vw;height:100vh;max-height:100vh;border-radius:0}.modalHeader{padding:14px 16px 0}.modalTitle{font-weight:850;letter-spacing:-.2px}.modalBody{padding:10px 16px 0;color:rgba(0,0,0,.86)}.modalActions{padding:14px 16px 16px;display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.sellerPageTitle{margin:0;font-size:clamp(26px,3vw,38px);line-height:1.16}.sellerPageSubtitle{margin:6px 0 0;color:var(--muted);font-size:13px}.sellerHeaderActions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.lastUpdated{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.55);color:var(--muted);font-size:12px;line-height:1}.filterPanelDescription{margin:0 0 10px;color:var(--muted)}.filterPanelPresets{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.filterPanelActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.sellerStack{display:grid;grid-gap:16px;gap:16px}.progressRow{display:flex;align-items:center;gap:12px}.progressBar{position:relative;flex:1 1;height:10px;border-radius:999px;overflow:hidden;border:1px solid var(--border);background:rgba(0,0,0,.06)}.progressBarFill{position:absolute;left:0;top:0;bottom:0;width:0;border-radius:999px;background:linear-gradient(90deg,rgba(27,99,255,.75),rgba(24,160,251,.8))}.rowBetween{justify-content:space-between;gap:14px}.rowBetween,.stackSm{display:flex;align-items:center;flex-wrap:wrap}.stackSm{gap:10px}.stackMd{display:grid;grid-gap:14px;gap:14px}.formRow{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.formField{flex:1 1;min-width:240px}.formLabel{display:block;margin-bottom:8px;font-weight:650}.input{padding:12px 14px}.input,.select{width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);background:rgba(255,255,255,.75);color:var(--text);font:inherit}.select{padding:10px 12px}.textarea{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:rgba(255,255,255,.75);color:var(--text);font:inherit;line-height:1.55}.formGrid{grid-gap:12px}.formGrid,.twoCol{display:grid;gap:12px}.twoCol{grid-template-columns:1fr;grid-gap:12px}@media (min-width:720px){.twoCol{grid-template-columns:1fr 1fr}}.maxW520{max-width:520px}.tableWrap{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table thead .tableTh{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#ffffff}.tableTd,.tableTh{text-align:left;padding:10px;border-bottom:1px solid var(--border);vertical-align:top}.skeleton{border-radius:999px;background:linear-gradient(90deg,rgba(0,0,0,.06),rgba(0,0,0,.1),rgba(0,0,0,.06));background-size:220% 100%;animation:shimmer 1.2s ease-in-out infinite}@keyframes shimmer{0%{background-position:0 50%}to{background-position:100% 50%}}.emptyState{border:1px dashed rgba(0,0,0,.18);border-radius:14px;padding:16px;background:rgba(255,255,255,.7)}.emptyStateTitle{font-weight:800}.emptyStateDesc{margin-top:6px;color:var(--muted);font-size:14px}.emptyStateLine{display:flex;gap:10px;align-items:baseline}.emptyStateLine+.emptyStateLine{margin-top:6px}.emptyStateLabel{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:rgba(0,0,0,.04);color:rgba(0,0,0,.7);font-size:11px;font-weight:800;line-height:1;flex-shrink:0}.emptyStateActions{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}.emptyStateMore,.emptyStatePrimary{display:inline-flex}.emptyStateMore{gap:10px;flex-wrap:wrap}.sellerStatValue{font-size:26px;font-weight:800;letter-spacing:-.2px}.sellerCalcGrid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;align-items:start}@media (min-width:720px){.sellerCalcGrid{grid-template-columns:1.2fr .8fr}}.sellerCalcItem{border:1px solid var(--border);border-radius:14px;padding:14px;background:rgba(255,255,255,.65)}.sellerCalcLabel{color:var(--muted);font-size:12px;letter-spacing:.02em;text-transform:uppercase;font-weight:750}.sellerCalcValue{margin-top:6px;font-size:22px;font-weight:850;letter-spacing:-.2px}.sellerCalcNet{border-color:rgba(27,99,255,.22);background:rgba(27,99,255,.06)}.textLg{font-size:18px;font-weight:780}.m0{margin:0}.mt0{margin-top:0}.mb0{margin-bottom:0}.mt6{margin-top:6px}.mt12{margin-top:32px}.mt16{margin-top:64px}.textCenter{text-align:center}.inputMono,.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.inputMono{font-size:13px}.textStrong{color:var(--text);font-weight:650}.toastRegion{position:fixed;right:16px;bottom:16px;z-index:1000;pointer-events:none}.toastStack{display:grid;grid-gap:10px;gap:10px;width:min(420px,calc(100vw - 32px))}.toast{pointer-events:auto;display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:14px;border:1px solid rgba(0,0,0,.12);background:#ffffff;box-shadow:0 14px 28px rgba(0,0,0,.14)}.toastTitle{font-weight:800;line-height:1.2}.toastMsg{margin-top:2px;color:var(--muted);font-size:13px;line-height:1.35}.toastClose{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:rgba(0,0,0,.55);font-size:18px;line-height:1;padding:4px 6px;cursor:pointer}.toastClose:hover{color:rgba(0,0,0,.85)}.toast-info{border-left:4px solid rgba(27,99,255,.9)}.toast-success{border-left:4px solid rgba(20,140,70,.9)}.toast-error{border-left:4px solid rgba(210,60,60,.9)}.isDisabled{opacity:.55}.sellerStats{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:14px;gap:14px;margin-bottom:16px}.sellerStat{grid-column:span 12}@media (min-width:920px){.sellerStat{grid-column:span 4}}.ol,.ul{margin:10px 0 0 18px;color:var(--muted)}.hr{border:none;border-top:1px solid var(--border);margin:0}.small{color:var(--muted);font-size:13px;line-height:1.55}.footer{border-top:1px solid var(--border);background:rgba(255,255,255,.55);padding:26px 0 40px}.footerRow{justify-content:space-between}.footerLinks,.footerRow{display:flex;align-items:center;flex-wrap:wrap;gap:12px}