:root{--bg:#f6f8fb;--surface:#ffffff;--surface-2:#eef2f7;--text:#101522;--muted:#657083;--border:#dbe1ea;--border-strong:#c2cad7;--accent:#1769e0;--accent-strong:#0d4fb4;--accent-soft:#eaf2ff;--success:#14805e;--success-soft:#e6f6f0;--warning:#a86108;--danger:#b4232d;--shadow:0 16px 40px rgba(16,21,34,0.09);color-scheme:light}html[data-theme=dark]{--bg:#101216;--surface:#171a20;--surface-2:#20242b;--text:#f4f6f8;--muted:#a7b0be;--border:#303640;--border-strong:#424a57;--accent:#6fa8ff;--accent-strong:#9bc2ff;--accent-soft:#1c2c45;--success:#5ad1a6;--success-soft:#17362c;--warning:#f2b65e;--danger:#ff8991;--shadow:0 16px 40px rgba(0,0,0,0.3);color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Segoe UI,Inter,Arial,sans-serif;font-size:15px;line-height:1.55;letter-spacing:0}body.chat-open{overflow:hidden}button,input{font:inherit;letter-spacing:0}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%}.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;height:66px;border-bottom:1px solid color-mix(in srgb,var(--border) 85%,transparent);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{height:100%;display:flex;align-items:center;gap:26px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:700;white-space:nowrap}.brand b{color:var(--accent)}.brand-mark{position:relative;width:34px;height:34px;display:grid;place-items:center;overflow:hidden;background:var(--text);color:var(--surface);border-radius:7px}.shopilot-mark .shopilot-bag{position:relative;z-index:1}.shopilot-mark .shopilot-spark{position:absolute;z-index:2;top:4px;right:3px;padding:1px;color:#8bb9ff;background:var(--text);border-radius:3px}.primary-nav{margin-left:auto;display:flex;align-items:center;gap:6px}.primary-nav a{min-height:38px;padding:8px 11px;display:inline-flex;align-items:center;gap:6px;color:var(--muted);border-radius:6px;font-weight:600}.primary-nav a:hover{background:var(--surface-2);color:var(--text)}.favorite-button,.icon-button{width:38px;height:38px;padding:0;display:grid;place-items:center;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;cursor:pointer}.favorite-button:hover,.icon-button:hover{border-color:var(--border-strong);background:var(--surface-2)}.theme-icon-sun,html[data-theme=dark] .theme-icon-moon{display:none}html[data-theme=dark] .theme-icon-sun{display:block}.hero{position:relative;min-height:min(570px,calc(100vh - 66px));display:flex;align-items:center;overflow:hidden;background:#111820;color:#fff}.hero-image{position:absolute;inset:0;background-image:url(/images/shopilot-shopping-assistant-hero-original.jpg);background-size:cover;background-position:50%}.hero-overlay{position:absolute;inset:0;background:rgba(5,11,20,.2)}.hero-content{position:relative;z-index:1;padding:54px 0 60px;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.eyebrow,.section-label{display:inline-flex;align-items:center;gap:7px;text-transform:uppercase;font-size:12px;line-height:1.2;font-weight:800;color:#a9c9ff}.hero h1{margin:16px 0 13px;max-width:670px;font-size:60px;line-height:1.02;letter-spacing:0;text-wrap:balance}.hero-content>p{margin:0;max-width:590px;color:#dce6f4;font-size:18px}.hero-search{width:min(700px,100%);min-height:68px;margin-top:31px;padding:9px 10px 9px 20px;display:grid;grid-template-columns:24px minmax(0,1fr) 48px;align-items:center;gap:11px;color:#162033;background:#fff;border:1px solid rgba(255,255,255,.75);border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.28)}.hero-search:focus-within{outline:3px solid rgba(112,168,255,.5)}.hero-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#111827;font-size:17px}.hero-search input::placeholder{color:#7a8595}.search-submit{width:48px;height:48px;display:grid;place-items:center;border:0;border-radius:6px;background:#1769e0;color:#fff;cursor:pointer}.search-submit:hover{background:#0d4fb4}.search-submit:disabled{opacity:.75;cursor:wait}.prompt-list{width:min(780px,100%);margin-top:17px;display:flex;justify-content:flex-start;gap:8px;flex-wrap:wrap}.follow-up-list button,.prompt-list button{min-height:34px;padding:7px 11px;border:1px solid rgba(255,255,255,.3);border-radius:6px;background:rgba(8,15,27,.58);color:#eef4ff;cursor:pointer}.prompt-list button:hover{background:rgba(23,105,224,.75);border-color:rgba(255,255,255,.55)}.trust-band{background:var(--surface);border-bottom:1px solid var(--border)}.trust-items{min-height:60px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;align-items:center}.trust-items span{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:650}.trust-items svg{color:var(--success);flex:0 0 auto}.shopping-chat-backdrop{position:fixed;z-index:105;inset:0;width:100%;height:100%;padding:0;border:0;border-radius:0;background:rgba(4,9,18,.48);cursor:default}.shopping-chat{position:fixed;z-index:110;top:0;right:0;width:min(470px,100vw);height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border-left:1px solid var(--border-strong);background:var(--surface);box-shadow:-20px 0 70px rgba(4,9,18,.25);animation:chat-enter .18s ease-out}.shopping-chat-header{min-height:72px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--border)}.shopping-chat-header>div{min-width:0;display:flex;align-items:center;gap:11px}.shopping-chat-header>div>span:last-child{min-width:0;display:grid}.shopping-chat-header strong{line-height:1.25;font-size:15px}.shopping-chat-header small{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}.shopping-chat-header small i{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px var(--success-soft)}.chat-brand-mark{width:38px;height:38px;flex:0 0 38px}.shopping-chat-scroll{position:relative;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:18px 16px 28px;scroll-behavior:smooth}.chat-welcome{margin-bottom:22px;padding:11px 0 11px 13px;display:grid;grid-template-columns:20px minmax(0,1fr);gap:9px;border-left:3px solid var(--accent);color:var(--muted)}.chat-welcome svg{color:var(--accent)}.chat-welcome p{margin:0;font-size:12px}.chat-turn{margin:14px 0;display:flex;align-items:flex-start;gap:9px}.chat-turn-user{justify-content:flex-end}.chat-turn-mark{width:28px;height:28px;flex:0 0 28px;border-radius:6px}.chat-turn-mark .shopilot-bag{width:15px;height:15px}.chat-turn-mark .shopilot-spark{top:2px;right:1px;width:9px;height:9px}.chat-bubble{max-width:84%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);overflow-wrap:anywhere}.chat-bubble p{margin:0 0 8px;font-size:13px;line-height:1.55}.chat-bubble p:last-child{margin-bottom:0}.chat-turn-user .chat-bubble{border-color:var(--accent);background:var(--accent);color:#fff}.chat-thinking{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.chat-error{margin:15px 0 15px 37px;padding:10px 12px;border-left:3px solid var(--danger);background:color-mix(in srgb,var(--danger) 8%,var(--surface));color:var(--danger);font-size:12px}.chat-analysis-meta{margin:7px 0 12px 37px;display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:750}.chat-product-list{margin:0 0 14px 37px;border-top:1px solid var(--border)}.chat-product-row{min-height:58px;padding:9px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.chat-product-row>span{min-width:0;display:grid}.chat-product-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.chat-product-row small{color:var(--muted);font-size:11px}.chat-product-row a{display:inline-flex;align-items:center;gap:4px;color:var(--accent);font-size:11px;font-weight:750}.chat-follow-ups{margin:0 0 4px 37px;display:grid;gap:7px}.chat-follow-ups button{min-height:38px;padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);text-align:left;cursor:pointer;font-size:12px}.chat-follow-ups button:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.shopping-chat-composer{padding:12px 14px 10px;display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;border-top:1px solid var(--border);background:var(--surface)}.shopping-chat-composer input{min-width:0;min-height:44px;padding:9px 12px;border:1px solid var(--border-strong);border-radius:7px;outline:0;background:var(--surface);color:var(--text)}.shopping-chat-composer input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.shopping-chat-composer>button{width:42px;height:44px;display:grid;place-items:center;border:0;border-radius:7px;background:var(--accent);color:#fff;cursor:pointer}.shopping-chat-composer>button:hover{background:var(--accent-strong)}.shopping-chat-composer>p{grid-column:1/-1;margin:0;color:var(--muted);text-align:center;font-size:9px}.chat-reopen{position:fixed;z-index:70;right:18px;bottom:18px;width:50px;height:50px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--accent) 70%,#fff);border-radius:8px;background:var(--accent);color:#fff;box-shadow:0 14px 38px rgba(13,79,180,.32);cursor:pointer}.chat-reopen:hover{background:var(--accent-strong)}@keyframes chat-enter{0%{transform:translateX(24px);opacity:0}to{transform:translateX(0);opacity:1}}.section-band{padding:72px 0}.product-section{padding-top:10px;padding-bottom:84px}.section-heading{margin-bottom:27px;display:flex;justify-content:space-between;align-items:end;gap:40px}.newsletter-layout h2,.section-heading h2{margin:6px 0 0;font-size:30px;line-height:1.15;letter-spacing:0}.section-heading>p{max-width:430px;margin:0;color:var(--muted);text-align:right}.section-label{color:var(--accent)}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.category-card{min-width:0;min-height:82px;padding:13px;display:grid;grid-template-columns:36px minmax(0,1fr) 17px;align-items:center;gap:10px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);text-align:left;cursor:pointer}.category-card>span{width:36px;height:36px;display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);border-radius:6px}.category-card strong{min-width:0;overflow-wrap:anywhere;font-size:14px}.category-card>svg{color:var(--muted)}.category-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 9px 24px rgba(16,21,34,.08)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 5px 18px rgba(16,21,34,.04)}.product-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow);transform:translateY(-2px)}.product-image-wrap{position:relative;aspect-ratio:16/10;overflow:hidden;background:#e7ebef}.product-image{object-fit:cover;transition:transform .24s ease}.product-card:hover .product-image{transform:scale(1.025)}.score-badge{position:absolute;left:12px;top:12px;min-width:57px;height:35px;padding:0 8px;display:flex;align-items:baseline;justify-content:center;background:rgba(11,18,28,.88);color:#fff;border-radius:6px}.score-badge span{font-weight:800;font-size:16px}.score-badge small{color:#c9d2df;font-size:10px}.favorite-button{position:absolute;right:12px;top:12px;border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.92);color:#1a2230}.favorite-button.is-saved{color:#d33d56}.product-card-body{flex:1 1;padding:18px;display:flex;flex-direction:column}.product-kicker{display:flex;justify-content:space-between;gap:10px;color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.product-card h3{margin:6px 0 5px;font-size:20px;line-height:1.2}.rating-row{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:13px}.rating-row svg{color:#e4a11b}.rating-row strong{color:var(--text)}.offer-summary{margin-top:14px;display:flex;justify-content:space-between;align-items:end;gap:12px}.current-price{font-size:23px;line-height:1}.previous-price{margin-left:7px;color:var(--muted);text-decoration:line-through;font-size:12px}.discount-label{margin-left:6px;color:var(--success);font-size:11px;font-weight:800}.store-name{white-space:nowrap}.delivery-row,.store-name{color:var(--muted);font-size:12px}.delivery-row{min-height:31px;margin-top:10px;padding:7px 0;display:flex;align-items:center;gap:7px;border-bottom:1px solid var(--border)}.delivery-row svg{color:var(--accent)}.delivery-row b{margin-left:auto;color:var(--success);font-size:11px}.spec-grid{margin:13px 0 0;display:grid;gap:7px}.spec-grid>div{display:flex;justify-content:space-between;gap:12px;font-size:12px}.spec-grid dt{color:var(--muted)}.spec-grid dd{margin:0;max-width:64%;text-align:right;font-weight:650}.pros-cons{margin-top:13px;padding:10px;background:var(--surface-2);border-radius:6px}.pros-cons p{margin:3px 0;display:flex;align-items:flex-start;gap:6px;font-size:12px}.pros-cons p:first-child svg{color:var(--success)}.pros-cons p:last-child svg{color:var(--danger)}.inline-notice{margin-top:9px;color:var(--accent);font-size:12px;font-weight:700}.card-actions{margin-top:auto;padding-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.card-actions.two-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.button{min-height:39px;padding:8px 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:6px;cursor:pointer;font-weight:750;font-size:13px;text-align:center}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-strong)}.button-secondary{border-color:var(--border);background:var(--surface);color:var(--text)}.button-secondary.selected,.button-secondary:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.button.is-disabled{opacity:.45;pointer-events:none}.empty-state{min-height:260px;display:grid;place-items:center;align-content:center;text-align:center;color:var(--muted)}.empty-state h3{margin:12px 0 2px;color:var(--text)}.empty-state p{margin:0}.newsletter-band{padding:62px 0;background:#17202d;color:#fff}.newsletter-layout{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:center}.newsletter-layout p{margin:9px 0 0;color:#bdc8d7}.newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.newsletter-form input{min-width:0;min-height:44px;padding:10px 13px;border:1px solid #596473;border-radius:6px;background:#fff;color:#101522;outline:0}.newsletter-form input:focus{border-color:#79acff;box-shadow:0 0 0 3px rgba(121,172,255,.25)}.success-message{gap:9px;color:#8be1c2!important}.compare-dock,.success-message{display:flex;align-items:center}.compare-dock{position:fixed;z-index:60;left:50%;bottom:18px;width:min(900px,calc(100% - 30px));min-height:72px;padding:12px 14px;transform:translateX(-50%);justify-content:space-between;gap:18px;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface);box-shadow:0 20px 60px rgba(4,9,18,.24)}.compare-dock>div{min-width:0;display:flex;align-items:center;gap:10px}.compare-dock>div:first-child span:last-child{max-width:430px;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px}.compare-icon{width:34px;height:34px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);border-radius:6px}.site-footer{padding:30px 0;background:var(--surface);border-top:1px solid var(--border)}.footer-inner{display:grid;grid-template-columns:minmax(210px,1fr) minmax(280px,auto) minmax(250px,1fr);align-items:start;gap:36px}.footer-inner p{margin:4px 0 0;color:var(--muted);font-size:12px}.footer-brand p+p{margin-top:2px}.footer-links{display:flex;justify-content:center;gap:6px 14px;flex-wrap:wrap}.affiliate-disclosure a,.footer-links a,.footer-links button{padding:0;border:0;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:12px;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}.affiliate-disclosure a:hover,.footer-links a:hover,.footer-links button:hover{color:var(--accent);text-decoration-color:currentColor}.affiliate-disclosure{max-width:360px;justify-self:end;text-align:right}.currency-disclosure{grid-column:1/-1;padding-top:10px;border-top:1px solid var(--border);text-align:center}.currency-disclosure a{color:var(--accent);text-underline-offset:2px}.purchase-disclosure{margin:12px 0 0;color:var(--muted);font-size:11px;line-height:1.4}.purchase-disclosure a,.section-heading>p a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.cookie-banner{position:fixed;z-index:100;left:50%;bottom:16px;width:min(1180px,calc(100% - 32px));min-height:112px;padding:18px;transform:translateX(-50%);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface);box-shadow:0 22px 70px rgba(4,9,18,.3)}.cookie-banner-copy{min-width:0;display:flex;align-items:flex-start;gap:13px}.cookie-banner-copy strong{display:block;margin-bottom:3px;font-size:16px}.cookie-banner-copy p{max-width:730px;margin:0;color:var(--muted);font-size:13px}.cookie-banner-copy>div>span{display:inline-flex;margin-top:5px;gap:5px;color:var(--muted);font-size:11px}.cookie-banner-copy a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.cookie-icon{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:6px;background:var(--accent-soft);color:var(--accent)}.cookie-banner-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.cookie-banner-actions .button{min-width:120px}.cookie-modal-backdrop{position:fixed;z-index:120;inset:0;padding:24px;display:grid;place-items:center;background:rgba(5,10,18,.66)}.cookie-modal{width:min(660px,100%);max-height:min(760px,calc(100vh - 48px));overflow-y:auto;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface);box-shadow:0 28px 90px rgba(0,0,0,.38)}.cookie-modal>header{min-height:82px;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border)}.cookie-modal>header>div{display:flex;align-items:center;gap:12px}.cookie-modal h2{margin:2px 0 0;font-size:23px}.cookie-modal-intro{margin:0;padding:18px 20px;color:var(--muted);font-size:13px}.cookie-category-list{border-top:1px solid var(--border)}.cookie-category{min-height:88px;padding:15px 20px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;border-bottom:1px solid var(--border)}.cookie-category strong{display:block;margin-bottom:2px;font-size:14px}.cookie-category p{margin:0;color:var(--muted);font-size:12px}.category-state{color:var(--success);font-size:11px;font-weight:750;white-space:nowrap}.switch{position:relative;width:44px;height:24px;flex:0 0 44px}.switch input{position:absolute;width:1px;height:1px;opacity:0}.switch>span{position:absolute;inset:0;border:1px solid var(--border-strong);border-radius:12px;background:var(--surface-2);cursor:pointer;transition:background .16s ease}.switch>span:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:var(--muted);transition:transform .16s ease,background .16s ease}.switch input:checked+span{border-color:var(--accent);background:var(--accent)}.switch input:checked+span:after{transform:translateX(20px);background:#fff}.switch input:focus-visible+span{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:2px}.cookie-modal>footer{padding:17px 20px;display:flex;justify-content:flex-end;gap:8px}.legal-page{min-height:75vh;padding:34px 0 90px}.legal-header{max-width:850px;padding:30px 0 48px}.legal-header h1{margin:9px 0 12px;font-size:48px;line-height:1.06}.legal-header p{max-width:720px;margin:0 0 12px;color:var(--muted);font-size:17px}.legal-header>span:last-child{color:var(--muted);font-size:12px;font-weight:700}.legal-layout{display:grid;grid-template-columns:210px minmax(0,780px);align-items:start;gap:64px}.legal-nav{position:sticky;top:96px}.legal-nav>strong{display:block;margin-bottom:10px;font-size:12px;text-transform:uppercase;color:var(--muted)}.legal-nav nav{display:grid;border-top:1px solid var(--border)}.legal-nav a{padding:10px 0;border-bottom:1px solid var(--border);color:var(--muted);font-size:13px;font-weight:650}.legal-nav a:hover{color:var(--accent)}.legal-content{min-width:0}.legal-content>section{padding:28px 0;border-top:1px solid var(--border)}.legal-content>section:first-child{padding-top:0;border-top:0}.legal-content h2{margin:0 0 11px;font-size:23px;line-height:1.25}.legal-content p{margin:10px 0;color:var(--muted)}.legal-content ul{margin:12px 0;padding-left:21px;color:var(--muted)}.legal-content li{margin:9px 0;padding-left:3px}.legal-content strong{color:var(--text)}.legal-content a,.legal-inline-button{padding:0;border:0;background:transparent;color:var(--accent);cursor:pointer;font:inherit;text-decoration:underline;text-underline-offset:3px}.legal-contact{margin-top:18px;padding:23px!important;border:0!important;border-left:3px solid var(--accent)!important;background:var(--surface-2)}.legal-table-scroll{overflow-x:auto;border:1px solid var(--border)}.legal-table{width:100%;min-width:700px;border-collapse:collapse;background:var(--surface);font-size:12px}.legal-table td,.legal-table th{padding:12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.legal-table th{background:var(--surface-2);color:var(--muted);text-transform:uppercase;font-size:10px}.legal-table tr:last-child td{border-bottom:0}.legal-table code{overflow-wrap:anywhere;color:var(--accent)}.newsletter-signup{min-width:0}.form-privacy{margin-top:7px!important;color:#9eabba!important;font-size:11px}.form-privacy a{color:#dce8fa;text-decoration:underline;text-underline-offset:2px}.stack-form .legal-consent{grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;color:var(--muted);font-weight:500;line-height:1.45}.stack-form .legal-consent input{width:18px;height:18px;min-height:18px;margin:1px 0 0;padding:0;accent-color:var(--accent)}.legal-consent a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.account-page,.admin-page,.compare-page,.detail-page,.listing-page{min-height:70vh;padding:34px 0 80px}.back-link{min-height:36px;display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-weight:650;font-size:13px}.back-link:hover{color:var(--accent)}.page-heading{padding:28px 0 34px}.account-header h1,.admin-header h1,.page-heading h1{margin:6px 0 4px;font-size:38px;line-height:1.1}.account-header p,.admin-header p,.page-heading p{margin:0;color:var(--muted)}.product-hero{padding:25px 0 70px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:58px;align-items:start}.detail-image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.product-summary h1{margin:8px 0 9px;font-size:42px;line-height:1.08}.lead{margin:21px 0;color:var(--muted);font-size:17px}.score-strip{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--border)}.score-strip div{min-width:0;padding:13px 8px;display:flex;flex-direction:column;align-items:center;border-right:1px solid var(--border)}.score-strip div:last-child{border-right:0}.score-strip strong{font-size:20px}.score-strip span{color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:750}.best-offer-callout{margin-top:21px;padding:18px;border:1px solid var(--border);border-left:3px solid var(--success);border-radius:6px;background:var(--surface)}.best-offer-callout>span{display:block;color:var(--success);text-transform:uppercase;font-size:10px;font-weight:800}.best-offer-callout>strong{display:block;margin-top:2px;font-size:26px}.best-offer-callout p{margin:3px 0 14px;color:var(--muted);font-size:13px}.alert-form{margin-top:15px}.alert-form>label{display:block;margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:700}.alert-form>div{display:grid;grid-template-columns:minmax(40px,auto) minmax(80px,130px) auto;align-items:center}.alert-form>div>span{height:42px;padding:0 8px;display:grid;place-items:center;border:1px solid var(--border);border-right:0;border-radius:6px 0 0 6px;background:var(--surface-2);color:var(--muted);font-size:12px;font-weight:800}.alert-form input{width:100%;height:42px;padding:8px 10px;border:1px solid var(--border);border-right:0;border-radius:0;background:var(--surface);color:var(--text);outline:0}.alert-form button{border-radius:0 6px 6px 0}.alert-form>a{display:inline-block;margin-top:7px;color:var(--accent);font-size:12px;font-weight:700}.alert-success{margin-top:18px!important;color:var(--success)!important}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:56px}.detail-section{padding:28px 0;border-top:1px solid var(--border)}.detail-aside h2,.detail-section h2,.offers-section h2{margin:6px 0 14px;font-size:24px}.detail-section>p{color:var(--muted);font-size:16px}.fit-grid{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.fit-grid>div{padding:15px;border-left:3px solid var(--accent);background:var(--surface-2)}.fit-grid p{margin:4px 0 0;color:var(--muted)}.pros-list>div{display:grid;grid-template-columns:1fr 1fr;gap:20px}.compare-list,.pros-list ul{margin:0;padding:0;list-style:none}.compare-list li,.pros-list li{margin:9px 0;display:flex;align-items:flex-start;gap:8px}.compare-list svg,.pros-list ul:first-child svg{color:var(--success);flex:0 0 auto}.compare-list.cons svg,.pros-list ul:last-child svg{color:var(--danger)}.full-specs{margin:0;border-top:1px solid var(--border)}.full-specs>div{padding:12px 0;display:grid;grid-template-columns:180px 1fr;border-bottom:1px solid var(--border)}.full-specs dt{color:var(--muted)}.full-specs dd{margin:0;font-weight:700}.detail-aside{position:sticky;top:92px;padding:20px;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.detail-aside p{margin:13px 0;display:flex;align-items:center;gap:9px;color:var(--muted)}.detail-aside svg{color:var(--accent)}.offers-section{padding:64px 0 5px}.comparison-scroll,.table-scroll{overflow-x:auto;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.comparison-table,.offers-table{width:100%;border-collapse:collapse}.offers-table{min-width:1040px}.comparison-table td,.comparison-table th,.offers-table td,.offers-table th{padding:13px 14px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;font-size:13px}.comparison-table thead th,.offers-table thead th{background:var(--surface-2);color:var(--muted);font-size:11px;text-transform:uppercase}.comparison-table tbody tr:last-child td,.comparison-table tbody tr:last-child th,.offers-table tbody tr:last-child td{border-bottom:0}.best-label{margin-left:7px;padding:3px 5px;border-radius:4px;background:var(--success-soft);color:var(--success);text-transform:uppercase;font-size:9px;font-weight:800}.compare-empty{gap:6px;padding:20px;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.compare-empty .button{margin-top:12px}.comparison-table{min-width:900px;table-layout:fixed}.comparison-table th:first-child{width:180px}.comparison-table thead th:not(:first-child){width:260px;vertical-align:top;text-transform:none;color:var(--text)}.comparison-table thead h2{margin:10px 0 5px;font-size:18px}.compare-product-image{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:var(--surface-2)}.comparison-table tbody th{color:var(--muted);background:var(--surface-2);font-size:12px}.comparison-table td small{display:block;margin-top:3px;color:var(--muted)}.table-score{color:var(--accent);font-size:18px}.compare-list li{font-size:12px}.compare-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.auth-page{min-height:calc(100vh - 66px);display:grid;place-items:center;padding:48px 20px}.auth-layout{width:min(940px,100%);display:grid;grid-template-columns:1fr 430px;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.auth-context{padding:50px;background:#17202d;color:#fff}.auth-context .brand-mark{margin-bottom:32px;background:#fff;color:#17202d}.auth-context h1{margin:12px 0;font-size:38px;line-height:1.08}.auth-context>p{color:#bdc8d7}.auth-points{margin-top:34px;display:grid;gap:13px}.auth-points span{display:flex;align-items:center;gap:9px;color:#e4ebf4}.auth-form-panel{padding:45px 40px}.segmented{height:42px;padding:3px;display:grid;grid-template-columns:1fr 1fr;background:var(--surface-2);border-radius:6px}.segmented button{border:0;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer;font-weight:700}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 5px rgba(16,21,34,.11)}.stack-form{margin-top:24px;display:grid;gap:15px}.stack-form label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.stack-form input{min-height:43px;padding:9px 11px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);outline:0}.stack-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.text-button{margin-top:18px;padding:0;border:0;background:transparent;color:var(--accent);cursor:pointer;font-weight:700;font-size:12px}.account-header,.admin-header{padding:28px 0 34px;display:flex;align-items:end;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border)}.account-section{padding:48px 0 30px}.product-card-compact .product-image-wrap{aspect-ratio:16/8}.product-card-compact .product-card-body{min-height:250px}.alert-list{border-top:1px solid var(--border)}.alert-list>div{min-height:66px;padding:11px 0;display:grid;grid-template-columns:minmax(0,1fr) 80px 38px;align-items:center;gap:14px;border-bottom:1px solid var(--border)}.alert-list>div>div{display:grid}.alert-list span{color:var(--muted);font-size:12px}.status-demo,.status-live,.status-offline{min-height:25px;padding:3px 7px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:5px;text-transform:uppercase;font-size:10px!important;font-weight:800}.status-live{background:var(--success-soft);color:var(--success)!important}.status-demo{background:var(--accent-soft);color:var(--accent)!important}.status-offline{background:var(--surface-2);color:var(--muted)!important}.admin-login{position:relative;min-height:100vh;padding:76px 20px 50px;display:grid;place-items:center;background:var(--bg)}.admin-login>section{width:min(420px,100%);padding:35px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.admin-login-home{position:absolute;top:24px;left:max(20px,calc((100% - 1180px) / 2));display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.admin-login-home:hover{color:var(--text)}.admin-login-brand{margin-bottom:28px;display:flex;align-items:center;gap:11px}.admin-login-brand>div{display:grid;line-height:1.25}.admin-login-brand small{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}.admin-brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:7px;background:#101522;color:#fff}.admin-login h1{margin:8px 0 0;font-size:30px}.admin-login-copy{margin:6px 0 0;color:var(--muted);font-size:13px}.admin-topbar{position:sticky;top:0;z-index:50;height:66px;border-bottom:1px solid var(--border);background:var(--surface)}.admin-topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.admin-brand{display:inline-flex;align-items:center;gap:10px}.admin-brand-copy{display:grid;line-height:1.2}.admin-brand-copy strong{font-size:14px}.admin-brand-copy small{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.admin-user-actions{display:flex;align-items:center;gap:9px}.admin-user{display:grid;margin-right:6px;text-align:right;line-height:1.25}.admin-user small{color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase}.admin-user strong{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.admin-logout{min-height:38px;padding:7px 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);cursor:pointer;font-size:12px;font-weight:700}.admin-logout:hover{border-color:var(--border-strong);background:var(--surface-2)}.admin-page{min-height:calc(100vh - 66px);background:var(--bg)}.admin-loading{padding-top:48px}.admin-header .status-live{padding-inline:10px}.kpi-grid{padding:24px 0;display:grid;grid-template-columns:repeat(5,1fr);gap:10px;border-bottom:1px solid var(--border)}.kpi{min-width:0;min-height:104px;padding:15px;display:grid;grid-template-columns:24px minmax(0,1fr);grid-template-rows:auto 1fr;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.kpi svg{color:var(--accent)}.kpi span{overflow-wrap:anywhere;color:var(--muted);font-size:11px;font-weight:700}.kpi strong{grid-column:1/-1;align-self:end;font-size:24px}.admin-grid{padding-top:30px;display:grid;grid-template-columns:1.35fr 1fr;gap:34px 50px}.admin-panel{min-width:0;padding-top:18px;border-top:2px solid var(--border-strong)}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.panel-heading h2{margin:4px 0 0;font-size:20px}.panel-heading>svg{color:var(--muted)}.activity-chart{height:220px;margin-top:24px;display:flex;align-items:stretch;justify-content:space-around;gap:12px;border-bottom:1px solid var(--border)}.activity-column{flex:1 1;min-width:24px;display:grid;grid-template-rows:1fr 25px;align-items:end;text-align:center}.bars{height:100%;display:flex;justify-content:center;align-items:end;gap:4px}.bars span{width:min(16px,35%);min-height:5px;border-radius:3px 3px 0 0;background:var(--accent)}.bars span:last-child{background:var(--success)}.activity-column small{padding-top:5px;color:var(--muted)}.chart-legend{margin-top:11px;display:flex;gap:16px;color:var(--muted);font-size:11px}.chart-legend span{display:flex;align-items:center;gap:6px}.chart-legend i{width:9px;height:9px;border-radius:2px;background:var(--accent)}.chart-legend i.click-color{background:var(--success)}.health-list,.rank-list,.trend-list{margin-top:18px;border-top:1px solid var(--border)}.rank-list>div{min-height:54px;display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px;border-bottom:1px solid var(--border)}.rank-list>div>span{color:var(--muted);font-size:11px}.rank-list strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.rank-list small{color:var(--muted)}.health-list>div,.trend-list>div{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--border)}.health-list span,.trend-list span{overflow-wrap:anywhere;font-size:13px}.trend-list strong{color:var(--accent)}.health-list b{min-width:58px}@media (max-width:980px){.product-hero{grid-template-columns:1fr 1fr;gap:28px}.detail-grid{grid-template-columns:1fr}.detail-aside{position:static}.auth-layout{grid-template-columns:1fr 390px}.footer-inner{grid-template-columns:1fr 1fr}.footer-links{justify-content:flex-end}.affiliate-disclosure{grid-column:1/-1;max-width:none;justify-self:stretch;text-align:left}.cookie-banner{grid-template-columns:1fr;gap:14px}.cookie-banner-actions{justify-content:flex-start}.legal-layout{grid-template-columns:190px minmax(0,1fr);gap:36px}.kpi-grid{grid-template-columns:repeat(3,1fr)}.admin-grid{grid-template-columns:1fr}.primary-nav a{font-size:0;gap:0}.primary-nav a:first-child{display:none}.primary-nav a svg{width:19px;height:19px}.trust-items{padding:13px 0}.category-grid,.trust-items{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.newsletter-layout{grid-template-columns:1fr;gap:24px}}@media (max-width:680px){.shell{width:min(100% - 24px,1180px)}.site-header{height:60px}.header-inner{gap:10px}.brand{font-size:16px}.brand-mark{width:32px;height:32px}.primary-nav{gap:1px}.primary-nav a{min-width:34px;padding:7px;justify-content:center}.icon-button{width:34px;height:34px}.hero{min-height:570px}.hero-image{background-position:59%}.hero-overlay{background:rgba(5,11,20,.45)}.hero-content{padding:45px 0 46px}.hero h1{font-size:43px}.hero-content>p{font-size:16px}.hero-search{min-height:60px;padding-left:14px;grid-template-columns:21px minmax(0,1fr) 43px}.hero-search input{font-size:15px}.search-submit{width:43px;height:43px}.prompt-list{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.prompt-list button{flex:0 0 auto}.trust-items{grid-template-columns:1fr;gap:8px}.shopping-chat-backdrop{display:none}.shopping-chat{width:100%;border-left:0;box-shadow:none}.shopping-chat-header{min-height:64px;padding:10px 12px}.shopping-chat-scroll{padding:14px 12px 24px}.chat-welcome{margin-bottom:17px}.chat-bubble{max-width:87%}.chat-analysis-meta,.chat-follow-ups,.chat-product-list{margin-left:37px}.shopping-chat-composer{padding:10px 10px max(9px,env(safe-area-inset-bottom))}.chat-reopen{right:10px;bottom:10px}.section-band{padding:52px 0}.product-section{padding-top:0}.section-heading{align-items:flex-start;flex-direction:column;gap:10px}.newsletter-layout h2,.section-heading h2{font-size:26px}.section-heading>p{text-align:left}.category-grid{grid-template-columns:1fr 1fr}.category-card{grid-template-columns:32px minmax(0,1fr);min-height:70px;padding:10px}.category-card>span{width:32px;height:32px}.category-card>svg{display:none}.newsletter-form,.product-grid{grid-template-columns:1fr}.compare-dock{bottom:8px;align-items:stretch;flex-direction:column;gap:8px}.compare-dock>div:first-child span:last-child{display:none}.compare-dock>div:last-child{display:grid;grid-template-columns:1fr 1.5fr}.footer-inner{grid-template-columns:1fr;gap:18px}.footer-links{justify-content:flex-start}.affiliate-disclosure{grid-column:auto;justify-self:start;text-align:left}.cookie-banner{bottom:8px;width:calc(100% - 16px);max-height:calc(100vh - 16px);overflow-y:auto;padding:14px;gap:13px}.cookie-banner-copy{gap:10px}.cookie-banner-copy p{font-size:12px}.cookie-banner-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-banner-actions .button{min-width:0}.cookie-banner-actions .button:last-child{grid-column:1/-1}.cookie-modal-backdrop{padding:8px}.cookie-modal{max-height:calc(100vh - 16px)}.cookie-category,.cookie-modal-intro,.cookie-modal>footer,.cookie-modal>header{padding-inline:15px}.cookie-category{min-height:92px;gap:12px}.cookie-modal>footer .button{flex:1 1}.legal-page{padding-top:20px}.legal-header{padding:24px 0 36px}.legal-header h1{font-size:37px}.legal-header p{font-size:15px}.legal-layout{grid-template-columns:1fr;gap:34px}.legal-nav{position:static}.legal-nav nav{grid-template-columns:1fr 1fr}.legal-nav a{padding-right:10px}.legal-content h2{font-size:21px}.account-page,.admin-page,.compare-page,.detail-page,.listing-page{padding-top:20px}.account-header h1,.admin-header h1,.page-heading h1{font-size:32px}.product-hero{grid-template-columns:1fr;gap:28px;padding-bottom:48px}.product-summary h1{font-size:34px}.score-strip span{font-size:9px}.fit-grid,.pros-list>div{grid-template-columns:1fr}.full-specs>div{grid-template-columns:120px 1fr}.offers-section{padding-top:44px}.auth-page{padding:18px 12px}.auth-layout{grid-template-columns:1fr}.auth-context{padding:30px 25px}.auth-context .brand-mark{margin-bottom:20px}.auth-context h1{font-size:31px}.auth-points{display:none}.auth-form-panel{padding:30px 24px}.account-header,.admin-header{align-items:flex-start;flex-direction:column}.admin-topbar{height:60px}.admin-brand-copy small,.admin-user{display:none}.admin-user-actions{gap:6px}.admin-logout{width:34px;height:34px;min-height:34px;padding:0;justify-content:center}.admin-logout span{display:none}.admin-login{padding-inline:12px}.admin-login>section{padding:28px 24px}.alert-list>div{grid-template-columns:minmax(0,1fr) 60px 34px}.kpi-grid{grid-template-columns:1fr 1fr}.kpi{min-height:92px}.kpi strong{font-size:20px}.admin-grid{gap:32px}}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.admin-page,.sr-only{padding:0}.admin-shell{width:min(100% - 32px,1440px);margin-inline:auto}.admin-topbar .admin-shell{height:100%}.admin-shell:not(.admin-topbar-inner){min-height:calc(100vh - 66px);display:grid;grid-template-columns:190px minmax(0,1fr)}.admin-sidebar{min-width:0;padding:24px 14px 24px 0;display:flex;flex-direction:column;justify-content:space-between;gap:24px;border-right:1px solid var(--border)}.admin-sidebar nav{display:grid;gap:4px}.admin-sidebar button,.admin-sidebar>a{width:100%;min-height:42px;padding:8px 10px;display:flex;align-items:center;gap:10px;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;text-align:left;font:inherit;font-size:13px;font-weight:700}.admin-sidebar button.active,.admin-sidebar button:hover,.admin-sidebar>a:hover{background:var(--surface-2);color:var(--text)}.admin-sidebar button.active{box-shadow:inset 3px 0 0 var(--accent)}.admin-content{min-width:0;padding:0 0 72px 32px}.admin-view{min-width:0}.admin-view-heading{min-height:126px;padding:30px 0 25px;display:flex;align-items:end;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border)}.admin-view-heading h1{margin:5px 0 4px;font-size:32px;line-height:1.1}.admin-view-heading p{margin:0;color:var(--muted);font-size:13px}.admin-view-heading-actions{align-items:center}.admin-command-row{display:flex;align-items:center;gap:8px}.admin-command-row .button{min-height:38px}.admin-loading{padding:48px 0}.admin-notice{min-height:42px;margin-top:14px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-left:3px solid var(--accent);background:var(--accent-soft);color:var(--text);font-size:12px}.admin-notice button{width:28px;height:28px;display:grid;place-items:center;border:0;background:transparent;color:var(--muted);cursor:pointer}.admin-empty{min-height:180px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);text-align:center}.admin-empty strong{color:var(--text);font-size:13px}.admin-table-toolbar,.mail-toolbar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--border)}.mail-folder-tabs{display:flex;align-items:center;gap:3px}.mail-folder-tabs button{min-height:38px;padding:8px 10px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:5px;background:transparent;color:var(--muted);cursor:pointer;font-size:12px;font-weight:750}.mail-folder-tabs button.active{background:var(--surface-2);color:var(--text)}.mail-folder-tabs button span{color:var(--muted);font-size:10px}.mail-folder-tabs button b{min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center;border-radius:9px;background:var(--accent);color:#fff;font-size:9px}.admin-search{width:min(310px,100%);min-height:38px;padding:0 10px;display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--muted)}.admin-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}.admin-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:12px}.mail-workspace{min-height:610px;display:grid;grid-template-columns:minmax(290px,360px) minmax(0,1fr);border-bottom:1px solid var(--border)}.mail-list{min-width:0;display:flex;flex-direction:column;border-right:1px solid var(--border);background:var(--surface)}.mail-row{width:100%;min-height:91px;padding:12px 12px 12px 10px;display:grid;grid-template-columns:8px minmax(0,1fr);gap:8px;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;text-align:left}.mail-row.selected,.mail-row:hover{background:var(--surface-2)}.mail-row.selected{box-shadow:inset 3px 0 0 var(--accent)}.mail-state{width:7px;height:7px;margin-top:6px;border-radius:50%;background:var(--muted)}.mail-state-received,.mail-state-sent{background:var(--success)}.mail-state-failed{background:var(--danger)}.mail-state-preview,.mail-state-queued{background:var(--accent)}.mail-row-copy{min-width:0;display:grid;gap:3px}.mail-row-copy>span{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.mail-row-copy strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.mail-row.unread .mail-row-copy b,.mail-row.unread .mail-row-copy strong{font-weight:850}.mail-row-copy time{flex:0 0 auto;color:var(--muted);font-size:9px}.mail-row-copy b{font-size:12px;font-weight:650}.mail-row-copy b,.mail-row-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mail-row-copy small{color:var(--muted);font-size:10px}.mail-pagination{min-height:52px;margin-top:auto;padding:8px 12px;display:flex;align-items:center;justify-content:center;gap:12px;border-top:1px solid var(--border)}.mail-pagination span{color:var(--muted);font-size:10px;font-weight:700}.mail-detail{min-width:0;padding:0 24px 20px;background:var(--surface)}.mail-detail-header{min-height:148px;padding:24px 0 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border)}.mail-detail-header>div{min-width:0}.mail-detail-header h2{margin:8px 0 6px;overflow-wrap:anywhere;font-size:22px}.mail-detail-header p,.mail-detail-header small{margin:0;color:var(--muted);font-size:11px}.mail-status{display:inline-flex;padding:4px 7px;border-radius:4px;background:var(--surface-2);color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:850}.mail-preview-frame{width:100%;height:360px;margin-top:18px;border:1px solid var(--border);border-radius:4px;background:#fff}.mail-error{margin-top:14px;padding:10px 12px;border-left:3px solid var(--danger);background:color-mix(in srgb,var(--danger) 9%,transparent);color:var(--danger);font-size:11px}.mail-meta{padding-top:13px;display:flex;flex-wrap:wrap;gap:7px 18px;color:var(--muted);font-size:9px;text-transform:uppercase}.admin-modal-backdrop{position:fixed;z-index:120;inset:0;padding:24px;display:grid;place-items:center;background:rgba(4,9,18,.66)}.admin-modal{width:min(720px,100%);max-height:calc(100vh - 48px);overflow-y:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 24px 70px rgba(4,9,18,.32)}.admin-modal-compact{width:min(560px,100%)}.admin-modal>header{min-height:78px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border)}.admin-modal h2{margin:4px 0 0;font-size:21px}.mail-compose-form,.subscriber-editor{padding:20px;display:grid;gap:14px}.mail-compose-form label,.template-fields label{display:grid;gap:6px;color:var(--muted);font-size:11px;font-weight:750}.mail-compose-form input,.mail-compose-form select,.mail-compose-form textarea,.template-fields input,.template-fields textarea{width:100%;min-height:40px;padding:9px 10px;border:1px solid var(--border);border-radius:5px;outline:0;background:var(--surface);color:var(--text);font:inherit;font-size:12px}.mail-compose-form textarea,.template-fields textarea{resize:vertical;line-height:1.55}.mail-compose-form input:focus,.mail-compose-form select:focus,.mail-compose-form textarea:focus,.template-fields input:focus,.template-fields textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}.mail-compose-form>footer,.subscriber-editor>footer,.template-editor>footer{padding-top:8px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.admin-table-toolbar{justify-content:flex-end}.admin-table-wrap{width:100%;overflow-x:auto}.admin-data-table{width:100%;min-width:760px;border-collapse:collapse;background:var(--surface);font-size:11px}.admin-data-table th{height:42px;padding:9px 11px;border-bottom:1px solid var(--border-strong);color:var(--muted);text-align:left;text-transform:uppercase;font-size:8px}.admin-data-table td{min-height:50px;padding:11px;border-bottom:1px solid var(--border);color:var(--muted);vertical-align:middle}.admin-data-table td strong{color:var(--text);font-size:11px}.table-actions{display:flex;justify-content:flex-end;gap:5px}.icon-button.danger{color:var(--danger)}.topic-list{display:flex;flex-wrap:wrap;gap:4px}.topic-list span{padding:3px 5px;border-radius:3px;background:var(--surface-2);color:var(--muted);font-size:8px}.admin-switch{display:inline-flex;align-items:center;gap:7px;cursor:pointer;color:var(--muted);font-size:11px;font-weight:700}.admin-switch input{position:absolute;opacity:0;pointer-events:none}.admin-switch>span{position:relative;width:34px;height:19px;border:1px solid var(--border-strong);border-radius:10px;background:var(--surface-2);transition:.16s ease}.admin-switch>span:after{content:"";position:absolute;top:2px;left:2px;width:13px;height:13px;border-radius:50%;background:var(--muted);transition:.16s ease}.admin-switch input:checked+span{border-color:var(--success);background:color-mix(in srgb,var(--success) 20%,var(--surface))}.admin-switch input:checked+span:after{left:17px;background:var(--success)}.admin-switch.labeled{align-self:flex-start}.subscriber-editor fieldset{padding:14px;display:grid;grid-template-columns:1fr 1fr;gap:10px;border:1px solid var(--border)}.subscriber-editor legend{padding:0 5px;color:var(--muted);font-size:10px;font-weight:750}.admin-checkbox{display:flex;align-items:center;gap:8px;color:var(--text);font-size:12px}.admin-checkbox input{width:16px;height:16px;accent-color:var(--accent)}.template-workspace{min-height:650px;display:grid;grid-template-columns:250px minmax(0,1fr);border-bottom:1px solid var(--border)}.template-list{padding:14px 12px 14px 0;display:grid;align-content:start;gap:4px;border-right:1px solid var(--border)}.template-list button{width:100%;min-height:62px;padding:10px;display:grid;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:8px;border:0;border-radius:5px;background:transparent;color:var(--muted);cursor:pointer;text-align:left}.template-list button.active,.template-list button:hover{background:var(--surface-2);color:var(--text)}.template-list button.active{box-shadow:inset 3px 0 0 var(--accent)}.template-list button>span{min-width:0;display:grid;gap:3px}.template-list small,.template-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-list strong{font-size:11px}.template-list small{color:var(--muted);font-size:8px}.template-editor{min-width:0;padding:20px 0 20px 24px}.template-editor>header{min-height:68px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border)}.template-editor h2{margin:4px 0;font-size:20px}.template-editor code{color:var(--muted);font-size:9px}.template-editor-grid{padding-top:20px;display:grid;grid-template-columns:minmax(300px,1fr) minmax(300px,.9fr);gap:24px}.template-fields{display:grid;gap:13px}.template-preview{min-width:0;display:grid;grid-template-rows:25px 1fr}.template-preview>span{color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:800}.template-preview iframe{width:100%;height:460px;border:1px solid var(--border);border-radius:4px;background:#fff}.automation-definitions{padding:8px 0 28px}.automation-row{min-height:82px;display:grid;grid-template-columns:38px minmax(160px,.8fr) minmax(220px,1.4fr) 76px 105px;align-items:center;gap:14px;border-bottom:1px solid var(--border)}.automation-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:6px;background:var(--accent-soft);color:var(--accent)}.automation-row>div{display:grid;gap:3px}.automation-row strong{font-size:12px}.automation-row p,.automation-row small{margin:0;color:var(--muted);font-size:10px}.automation-row .status-demo,.automation-row .status-live{justify-self:start}.automation-row .button{min-width:105px}.automation-history-section{padding-top:20px;border-top:2px solid var(--border-strong)}.automation-history-section .admin-table-wrap{margin-top:16px}button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:1120px){.admin-shell:not(.admin-topbar-inner){grid-template-columns:160px minmax(0,1fr)}.admin-content{padding-left:22px}.mail-workspace{grid-template-columns:300px minmax(0,1fr)}.template-editor-grid{grid-template-columns:1fr}.automation-row{grid-template-columns:38px minmax(150px,1fr) 80px 105px}.automation-row p{display:none}}@media (max-width:820px){.admin-shell{width:min(100% - 20px,1440px)}.admin-shell:not(.admin-topbar-inner){display:block}.admin-sidebar{padding:10px 0;display:block;overflow-x:auto;border-right:0;border-bottom:1px solid var(--border)}.admin-sidebar nav{width:max-content;display:flex;gap:4px}.admin-sidebar button{width:auto;min-width:44px}.admin-sidebar button.active{box-shadow:inset 0 -3px 0 var(--accent)}.admin-sidebar>a{display:none}.admin-content{padding:0 0 55px}.admin-view-heading{min-height:108px}.mail-workspace{grid-template-columns:1fr}.mail-list{max-height:390px;border-right:0;border-bottom:1px solid var(--border)}.mail-detail{min-height:500px;padding-inline:14px}.template-workspace{grid-template-columns:1fr}.template-list{grid-template-columns:repeat(2,minmax(0,1fr));padding-right:0;border-right:0;border-bottom:1px solid var(--border)}.template-editor{padding-left:0}}@media (max-width:560px){.admin-sidebar button span{display:none}.admin-view-heading{align-items:flex-start;flex-direction:column;justify-content:center}.admin-view-heading h1{font-size:28px}.mail-toolbar{padding:10px 0;align-items:stretch;flex-direction:column}.admin-search,.mail-folder-tabs{width:100%}.mail-folder-tabs button{flex:1 1;justify-content:center}.mail-detail-header{align-items:flex-start;flex-direction:column}.mail-preview-frame{height:320px}.admin-modal-backdrop{padding:8px}.admin-modal{max-height:calc(100vh - 16px)}.subscriber-editor fieldset,.template-list{grid-template-columns:1fr}.automation-row{padding:12px 0;grid-template-columns:34px minmax(0,1fr) 88px}.automation-row>.status-demo,.automation-row>.status-live{display:none}.automation-row .button{min-width:88px;padding-inline:8px}}.marketplace-header{height:auto;background:color-mix(in srgb,var(--surface) 97%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.marketplace-header-main{min-height:70px;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:22px}.marketplace-search{height:46px;min-width:0;display:grid;grid-template-columns:20px minmax(0,1fr) 46px;align-items:center;gap:9px;padding-left:14px;border:1px solid var(--border-strong);border-radius:7px;background:var(--surface);color:var(--muted)}.marketplace-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 16%,transparent)}.marketplace-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text)}.marketplace-search button{width:46px;height:44px;display:grid;place-items:center;border:0;border-radius:0 6px 6px 0;background:var(--accent);color:#fff;cursor:pointer}.marketplace-search button:hover{background:var(--accent-strong)}.marketplace-header-actions{display:flex;align-items:center;gap:3px}.marketplace-header-actions>a{min-height:38px;padding:6px 8px;display:inline-flex;align-items:center;gap:6px;border-radius:6px;color:var(--muted);font-size:12px;font-weight:700}.marketplace-header-actions>a:hover{background:var(--surface-2);color:var(--text)}.currency-selector{width:104px;height:38px;padding:0 7px;display:inline-flex;align-items:center;gap:4px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--muted)}.currency-selector:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 14%,transparent)}.currency-selector select{width:100%;min-width:0;border:0;outline:0;background:var(--surface);color:var(--text);cursor:pointer;font-size:11px;font-weight:800}.currency-selector select:disabled{cursor:wait;opacity:.65}.marketplace-category-nav{border-top:1px solid var(--border);background:var(--surface)}.marketplace-category-nav nav{min-height:39px;display:flex;align-items:center;gap:3px;overflow-x:auto;scrollbar-width:none}.category-rail::-webkit-scrollbar,.marketplace-category-nav nav::-webkit-scrollbar{display:none}.assistant-launch,.marketplace-category-nav a{min-height:32px;padding:6px 9px;display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;border:0;border-radius:5px;background:transparent;color:var(--muted);cursor:pointer;font-size:12px;font-weight:700}.assistant-launch:hover,.marketplace-category-nav a:hover{background:var(--surface-2);color:var(--text)}.assistant-launch{color:var(--accent)}.marketplace-category-nav .assistant-launch{margin-left:auto}.mobile-market-nav{display:none}.marketplace-home{background:var(--bg)}.market-hero{position:relative;min-height:335px;display:flex;align-items:center;overflow:hidden;background:#121923;color:#fff}.market-hero-image,.market-hero-overlay{position:absolute;inset:0}.market-hero-image{background-image:url(/images/shopilot-shopping-assistant-hero-original.jpg);background-position:50%;background-size:cover}.market-hero-overlay{background:rgba(5,11,20,.42)}.market-hero-content{position:relative;z-index:1;padding:32px 0 34px}.market-hero h1{max-width:560px;margin:8px 0 6px;font-size:42px;line-height:1.05;letter-spacing:0}.market-hero-content>p{max-width:610px;margin:0;color:#e7edf5;font-size:16px}.market-hero-search{width:min(690px,100%);min-height:56px;margin-top:20px;padding:7px 7px 7px 15px;display:grid;grid-template-columns:21px minmax(0,1fr) 43px;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.8);border-radius:8px;background:#fff;color:#4d5a6e;box-shadow:0 14px 36px rgba(0,0,0,.26)}.market-hero-search:focus-within{outline:3px solid rgba(112,168,255,.48)}.market-hero-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#101522;font-size:15px}.market-hero-search input::placeholder{color:#778295}.market-hero-search button{width:43px;height:42px;display:grid;place-items:center;border:0;border-radius:6px;background:#1769e0;color:#fff;cursor:pointer}.market-prompt-list{width:min(760px,100%);margin-top:11px;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.market-prompt-list button{min-height:30px;padding:5px 9px;flex:0 0 auto;border:1px solid rgba(255,255,255,.36);border-radius:5px;background:rgba(7,13,23,.62);color:#f5f8fc;cursor:pointer;font-size:11px}.market-prompt-list button:hover{border-color:rgba(255,255,255,.72);background:rgba(23,105,224,.8)}.market-status-strip{border-bottom:1px solid var(--border);background:var(--surface)}.market-status-strip .shell{min-height:52px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.market-status-strip span{min-width:0;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:6px;border-right:1px solid var(--border);color:var(--muted);white-space:nowrap;font-size:12px}.market-status-strip span:first-child{padding-left:0}.market-status-strip span:last-child{padding-right:0;border-right:0}.market-status-strip svg{color:var(--accent)}.market-status-strip strong{color:var(--text)}.marketplace-section{padding:42px 0;scroll-margin-top:120px}.category-section{padding:34px 0 26px;background:var(--surface)}.product-shelf-soft{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-2)}.marketplace-section-header{margin-bottom:18px;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(280px,1fr) auto;align-items:end;gap:24px}.marketplace-section-header h2{margin:4px 0 0;font-size:25px;line-height:1.15;letter-spacing:0}.marketplace-section-header>p,.marketplace-section-header>span{margin:0;color:var(--muted);font-size:13px}.marketplace-section-header>a{display:inline-flex;align-items:center;gap:5px;color:var(--accent);white-space:nowrap;font-size:12px;font-weight:800}.category-rail{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:10px}.market-category-tile{min-width:0;display:grid;justify-items:center;gap:8px;color:var(--text);font-size:12px;text-align:center}.market-category-image{position:relative;width:100%;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:#fff;color:var(--accent)}.market-category-image img{padding:7px;object-fit:contain;transition:transform .18s ease}.market-category-tile:hover .market-category-image{border-color:var(--accent)}.market-category-tile:hover img{transform:scale(1.05)}.catalog-image-fallback{position:absolute;inset:0;padding:12px;display:grid;place-items:center;align-content:center;gap:7px;background:#f1f4f8;color:#7a8698;text-align:center}.catalog-image-fallback small{font-size:10px;font-weight:700}.storefront-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.marketplace-product-card{position:relative;min-height:350px;overflow:hidden;border-radius:7px;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.marketplace-product-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(16,21,34,.1)}.marketplace-product-card .product-card-link{min-width:0;height:100%;display:flex;flex:1 1;flex-direction:column}.marketplace-product-card .product-image-wrap,.product-card-compact .product-image-wrap{aspect-ratio:1;background:#fff}.marketplace-product-card .product-image{padding:9px;object-fit:contain}.marketplace-product-card .product-card-body,.product-card-compact .product-card-body{min-height:0;padding:11px 12px 13px}.product-store-row{min-width:0;display:flex;justify-content:space-between;gap:8px;color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:800}.product-store-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.marketplace-product-card h3{min-height:38px;margin:5px 0 6px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--text);font-size:15px;line-height:1.3}.marketplace-product-card .rating-row{min-width:0;gap:4px;font-size:11px}.marketplace-product-card .rating-row svg{width:13px;height:13px;flex:0 0 auto}.marketplace-product-card .rating-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.marketplace-price{min-height:28px;margin-top:8px;display:flex;align-items:baseline;gap:7px}.marketplace-price strong{font-size:19px;line-height:1}.marketplace-price span{text-decoration:line-through}.marketplace-price span,.product-card-meta{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px}.product-card-meta{margin:6px 0 0}.deal-badge,.merch-badge{position:absolute;z-index:2;top:9px;left:9px;min-height:25px;padding:4px 7px;display:inline-flex;align-items:center;border-radius:5px;color:#fff;font-size:10px;font-weight:850}.deal-badge{background:#c8323c}.merch-badge{background:#16634c}.product-card-tools{position:absolute;z-index:3;top:8px;right:8px;display:flex;gap:5px}.product-tool-button{width:32px;height:32px;padding:0;display:grid;place-items:center;border:1px solid rgba(194,202,215,.9);border-radius:6px;background:rgba(255,255,255,.94);color:#273244;cursor:pointer}.product-tool-button.is-selected,.product-tool-button:hover{border-color:#1769e0;background:#eaf2ff;color:#1769e0}.product-tool-button.is-saved{border-color:#c8323c;color:#c8323c}.product-card-notice{position:absolute;z-index:4;top:45px;right:8px;padding:4px 7px;border-radius:4px;background:#101522;color:#fff;font-size:9px;font-weight:700}.promotion-panel-wrap{padding-top:40px;padding-bottom:8px}.promotion-panel{padding:30px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:30px 44px;border-radius:8px;background:#111a24;color:#fff}.promotion-copy h2{max-width:520px;margin:6px 0 9px;font-size:27px;line-height:1.18}.promotion-copy p{max-width:570px;margin:0;color:#c2cbd7}.promotion-copy .text-link{margin-top:16px;display:inline-flex;color:#8bb9ff;font-weight:800}.promotion-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;border:1px solid #34404f;border-radius:7px}.promotion-metrics>div{min-width:0;padding:18px 14px;display:flex;flex-direction:column;gap:5px;border-right:1px solid #34404f}.promotion-metrics>div:last-child{border-right:0}.promotion-metrics svg{margin-bottom:4px;color:#8bb9ff}.promotion-metrics span{color:#9eabba;font-size:10px;text-transform:uppercase;font-weight:800}.promotion-metrics strong{overflow-wrap:anywhere;font-size:13px}.promotion-code-list{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.promotion-code-list article{min-width:0;padding:14px;display:flex;flex-direction:column;border:1px solid #34404f;border-radius:7px}.promotion-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.promotion-card-head>span:first-child{color:#8bb9ff;font-size:10px;font-weight:800;text-transform:uppercase}.promotion-window{padding:3px 6px;display:inline-flex;align-items:center;gap:4px;border:1px solid #4d5d70;border-radius:5px;color:#d6deea;font-size:9px;font-weight:800;text-transform:uppercase}.promotion-window-active{border-color:#2e7c61;color:#8be1c2}.promotion-code-list article>strong{margin-top:4px;display:block}.promotion-code-list article p{margin:4px 0 10px;color:#c2cbd7;font-size:12px}.promotion-code-list .promotion-schedule{margin-top:-4px;color:#9eabba;font-size:10px}.promotion-tier-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.promotion-tier-list button{min-width:0;min-height:52px;padding:7px 8px;display:flex;align-items:flex-start;flex-direction:column;gap:3px;border:1px solid #546274;border-radius:5px;background:transparent;color:#fff;cursor:pointer;font-weight:800}.promotion-tier-list button:hover{border-color:#8bb9ff;background:rgba(139,185,255,.08)}.promotion-tier-list button>span{min-width:0;display:flex;align-items:center;gap:5px}.promotion-tier-list b{overflow-wrap:anywhere;font-size:11px}.promotion-tier-list small{color:#c2cbd7;font-size:9px;font-weight:600;text-align:left}.promotion-expand{min-height:32px;margin-top:7px;padding:4px 0;display:inline-flex;align-items:center;align-self:flex-start;gap:5px;border:0;background:transparent;color:#8bb9ff;cursor:pointer;font-size:11px;font-weight:800}.promotion-code-list .promotion-terms{margin:auto 0 0;padding-top:10px;color:#9eabba;font-size:9px;line-height:1.45}.promotion-status{grid-column:1/-1;margin:0;padding-top:16px;display:flex;align-items:center;gap:8px;border-top:1px solid #34404f;color:#c2cbd7;font-size:12px}.marketplace-listing-page{padding-top:22px}.listing-heading-row{display:flex;align-items:end;justify-content:space-between;gap:24px}.listing-search{height:48px;margin-bottom:26px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:9px;padding-left:14px;border:1px solid var(--border-strong);border-radius:7px;background:var(--surface);color:var(--muted)}.listing-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 16%,transparent)}.listing-search input{min-width:0;border:0;outline:0;background:transparent;color:var(--text)}.listing-search button{min-width:92px;height:46px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:0 6px 6px 0;background:var(--accent);color:#fff;cursor:pointer;font-weight:800}.deals-heading{max-width:700px}.deals-stat-row{margin:-10px 0 24px;display:flex;gap:10px;flex-wrap:wrap}.deals-stat-row span{min-height:38px;padding:7px 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--muted);font-size:12px}.deals-stat-row svg{color:var(--accent)}.deals-stat-row strong{color:var(--text)}.deals-page .promotion-panel{margin-bottom:42px}.deals-products{padding-bottom:20px}.detail-previous-price{margin:-2px 0 8px;color:var(--success);font-size:12px;font-weight:800}.detail-previous-price span{margin-right:6px;color:var(--muted);text-decoration:line-through;font-weight:500}@media (max-width:1120px){.marketplace-header-main{gap:14px}.marketplace-header-actions>a span{display:none}.storefront-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-rail{grid-template-columns:repeat(10,104px);overflow-x:auto;scrollbar-width:none}}@media (max-width:840px){.marketplace-header-main{grid-template-columns:auto minmax(220px,1fr) auto}.marketplace-header-actions>a:nth-child(2){display:none}.market-status-strip .shell{grid-template-columns:repeat(2,1fr);padding:8px 0}.market-status-strip span{min-height:34px}.market-status-strip span:nth-child(2){border-right:0}.storefront-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.promotion-panel{grid-template-columns:1fr}.promotion-code-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.shell{width:min(100% - 24px,1180px)}.marketplace-header-main{min-height:107px;padding:8px 0;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:36px 44px;gap:8px 10px}.marketplace-header-main .brand{min-width:0;font-size:16px}.marketplace-header-main .brand-mark{width:32px;height:32px}.marketplace-search{grid-column:1/-1;grid-row:2;height:44px;grid-template-columns:19px minmax(0,1fr) 44px}.marketplace-search button{width:44px;height:42px}.marketplace-header-actions{grid-column:2;grid-row:1}.marketplace-header-actions>a{width:34px;height:34px;min-height:34px;padding:0;justify-content:center}.marketplace-header-actions>a:first-child,.marketplace-header-actions>a:nth-child(2){display:none}.marketplace-header-actions .icon-button{width:34px;height:34px}.currency-selector{width:66px;height:34px;padding:0 4px}.currency-selector svg{display:none}.currency-selector select{font-size:10px}.marketplace-category-nav nav{min-height:36px}.marketplace-category-nav .assistant-launch{margin-left:0}.market-hero{min-height:286px}.market-hero-image{background-position:58%}.market-hero-overlay{background:rgba(5,11,20,.5)}.market-hero-content{padding:24px 0 26px}.market-hero h1{margin-top:6px;font-size:34px}.market-hero-content>p{max-width:94%;font-size:14px}.market-hero-search{min-height:52px;margin-top:15px}.market-hero-search input{font-size:13px}.market-prompt-list{margin-top:9px}.market-status-strip .shell{grid-template-columns:1fr 1fr}.market-status-strip span{padding:0 7px;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;font-size:10px}.market-status-strip span:nth-child(odd){padding-left:0}.marketplace-section{padding:32px 0}.category-section{padding:27px 0 22px}.marketplace-section-header{margin-bottom:14px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px 12px}.marketplace-section-header h2{font-size:21px}.marketplace-section-header>p,.marketplace-section-header>span{grid-column:1/-1;grid-row:2;font-size:11px}.category-rail{margin-right:-12px;grid-template-columns:repeat(10,92px);gap:8px;padding-right:12px}.product-grid.storefront-product-grid,.storefront-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.marketplace-product-card{min-height:300px}.marketplace-product-card .product-card-body,.product-card-compact .product-card-body{padding:9px 9px 11px}.marketplace-product-card h3{min-height:35px;font-size:13px;line-height:1.32}.product-store-row{font-size:8px}.product-store-row span:last-child{display:none}.marketplace-product-card .rating-row{font-size:10px}.marketplace-price strong{font-size:17px}.product-card-tools{top:6px;right:6px;gap:3px}.product-tool-button{width:29px;height:29px}.product-tool-button svg{width:14px;height:14px}.deal-badge,.merch-badge{top:7px;left:7px;min-height:23px;padding:3px 6px;font-size:9px}.promotion-panel-wrap{padding-top:28px}.promotion-panel{padding:20px 16px;gap:22px}.promotion-copy h2{font-size:23px}.promotion-metrics{grid-template-columns:1fr}.promotion-metrics>div{min-height:68px;padding:11px 13px;display:grid;grid-template-columns:24px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;border-right:0;border-bottom:1px solid #34404f}.promotion-metrics>div:last-child{border-bottom:0}.promotion-metrics svg{grid-row:1/3;margin:0}.promotion-code-list{grid-template-columns:1fr}.listing-heading-row,.promotion-status{align-items:flex-start}.listing-heading-row{flex-direction:column;gap:0}.listing-heading-row .page-heading{padding-bottom:18px}.listing-heading-row .button,.listing-search{margin-bottom:18px}.listing-search button{min-width:74px;padding-inline:10px}.newsletter-band{padding:44px 0}.compare-dock{bottom:70px}.chat-reopen{bottom:74px}.site-footer{padding-bottom:88px}.mobile-market-nav{position:fixed;z-index:80;right:0;bottom:0;left:0;min-height:62px;padding:5px max(7px,env(safe-area-inset-right)) max(5px,env(safe-area-inset-bottom)) max(7px,env(safe-area-inset-left));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--border-strong);background:color-mix(in srgb,var(--surface) 97%,transparent);box-shadow:0 -8px 24px rgba(16,21,34,.1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-market-nav a,.mobile-market-nav button{min-width:0;min-height:50px;padding:3px 2px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;border:0;border-radius:5px;background:transparent;color:var(--muted);cursor:pointer;font-size:9px;font-weight:750}.mobile-market-nav a.active,.mobile-market-nav a:hover,.mobile-market-nav button:hover{color:var(--accent);background:var(--accent-soft)}.mobile-market-nav button{color:var(--accent)}.cookie-banner{bottom:70px;max-height:calc(100vh - 82px)}}@media (max-width:420px){.marketplace-header-main .brand span{max-width:132px;overflow:hidden;text-overflow:ellipsis}.market-hero h1{font-size:31px}.marketplace-product-card{min-height:286px}.marketplace-product-card .product-image{padding:6px}.marketplace-price span{display:none}}.floating-chat-button{position:fixed;z-index:75;right:18px;bottom:18px;min-height:50px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid color-mix(in srgb,var(--accent) 72%,#fff);border-radius:8px;background:var(--accent);color:#fff;box-shadow:0 14px 38px rgba(13,79,180,.3);cursor:pointer;font-size:12px;font-weight:800}.floating-chat-button:hover{background:var(--accent-strong)}body.chat-open .floating-chat-button{visibility:hidden}.admin-catalog-section{padding:24px 0;border-bottom:1px solid var(--border)}.admin-catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.admin-catalog-heading h2{margin:4px 0 0;font-size:20px}.admin-catalog-heading p{max-width:480px;margin:0;color:var(--muted);text-align:right;font-size:12px}.admin-catalog-section .catalog-kpi-grid{padding:14px 0 0;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:0}@media (max-width:980px){.admin-catalog-section .catalog-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.floating-chat-button{right:12px;bottom:73px;width:50px;min-height:50px;padding:0}.floating-chat-button span{display:none}.admin-catalog-heading{align-items:flex-start;flex-direction:column;gap:7px}.admin-catalog-heading p{text-align:left}.admin-catalog-section .catalog-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}