:root{--bg:#f8f9fa;--bg-warm:#f3f4f5;--surface:#f8f9fa;--surface-lowest:#fff;--surface-low:#f3f4f5;--surface-container:#edeeef;--surface-high:#e7e8e9;--surface-highest:#e1e3e4;--surface-hover:#f3f4f5;--ink:#191c1d;--ink-secondary:#2d3835;--ink-tertiary:#4f5d59;--on-surface:#191c1d;--on-surface-variant:#3e4946;--line:#bec9c526;--line-light:#bec9c514;--outline-variant:#bec9c5;--primary:#005147;--primary-hover:#006b5e;--primary-light:#cde8e3;--primary-text:#fff;--primary-container:#006b5e;--on-primary-container:#95e8d8;--primary-fixed:#9ff2e1;--secondary:#4a635f;--secondary-container:#cae5e0;--secondary-fixed:#cde8e3;--tertiary:#872100;--tertiary-container:#b12e00;--on-tertiary-container:#ffcec1;--green:#16864e;--green-bg:#edfbf3;--red:#c4362c;--red-bg:#fef2f1;--amber:#b45309;--amber-bg:#fef8ec;--shadow-sm:0 1px 3px #191c1d0a;--shadow-md:0 4px 16px #191c1d0d;--shadow-lg:0 8px 32px #191c1d0f;--radius:10px;--radius-sm:6px;--radius-lg:12px;--radius-full:999px;--page-max:1200px;--nav-height:64px;--font-headline:"Manrope","Segoe UI",sans-serif;--font-body:"Work Sans","Segoe UI",sans-serif;--font-label:"Inter","Segoe UI",sans-serif;--font-display:var(--font-headline);--font-mono:var(--font-label)}*,:before,:after{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;font-family:var(--font-body);color:var(--ink);background:var(--bg);margin:0;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--primary);outline-offset:2px}img{max-width:100%;display:block}.topnav{z-index:100;height:var(--nav-height);-webkit-backdrop-filter:blur(24px);background:#f8f9facc;position:sticky;top:0;box-shadow:0 1px 3px #191c1d0a}.topnav-inner{max-width:var(--page-max);align-items:center;gap:1.5rem;height:100%;margin:0 auto;padding:0 1.25rem;display:flex}.topnav-logo{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.topnav-logo-img{object-fit:contain;letter-spacing:-.02em;width:32px;height:32px}.topnav-logo-text{font-family:var(--font-headline);letter-spacing:-.03em;color:var(--ink);font-size:1.15rem;font-weight:800}body.hero-search-available .topnav-search-wrap{display:none}body.hero-search-available.hero-search-hidden .topnav-search-wrap{display:block}.topnav-search-wrap{flex:1;min-width:0;max-width:480px;position:relative}.topnav-search{position:relative}.nav-search-dropdown{z-index:200;position:absolute;top:calc(100% + 8px);left:0;right:0}.topnav-search input{border-radius:var(--radius-full);background:var(--surface-highest);width:100%;height:40px;color:var(--ink);border:none;padding:0 1rem 0 2.5rem;font-size:.9rem;transition:box-shadow .2s}.topnav-search input::placeholder{color:var(--ink-tertiary)}.topnav-search input:focus{outline:none;box-shadow:0 0 0 2px #00514766}.topnav-search-icon{width:16px;height:16px;color:var(--ink-tertiary);position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.topnav-links{align-items:center;gap:.25rem;margin-left:auto;display:flex}.topnav-link{color:var(--ink-secondary);border-radius:var(--radius-sm);padding:.45rem .85rem;font-size:.875rem;font-weight:500;transition:color .12s,background .12s}.topnav-link:hover{color:var(--ink);background:var(--surface-hover)}.auth-nav{position:relative}.auth-nav-placeholder{width:34px;height:34px}.auth-nav-avatar{border-radius:var(--radius-full);background:var(--primary);width:34px;height:34px;color:var(--primary-text);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;transition:opacity .12s;display:flex}.auth-nav-avatar:hover{opacity:.85}.auth-nav-dropdown{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);min-width:200px;box-shadow:var(--shadow-md);z-index:200;padding:.35rem 0;position:absolute;top:calc(100% + 8px);right:0}.auth-nav-dropdown-header{padding:.6rem .85rem}.auth-nav-dropdown-name{color:var(--ink);font-size:.875rem;font-weight:600;line-height:1.3;display:block}.auth-nav-dropdown-email{color:var(--ink-tertiary);margin-top:1px;font-size:.78rem;line-height:1.3;display:block}.auth-nav-dropdown-divider{background:var(--line-light);height:1px;margin:.35rem 0}.auth-nav-dropdown-item{width:100%;color:var(--ink-secondary);text-align:left;cursor:pointer;background:0 0;border:none;padding:.45rem .85rem;font-size:.875rem;transition:color .12s,background .12s;display:block}.auth-nav-dropdown-item:hover{color:var(--ink);background:var(--surface-hover)}.auth-nav-dropdown-signout{color:var(--red)}.auth-nav-dropdown-signout:hover{background:var(--red-bg);color:var(--red)}.page-wrap{max-width:var(--page-max);margin:0 auto;padding:0 1.25rem}.page-section{padding:3rem 0}.page-section+.page-section{border-top:1px solid var(--line-light)}.section-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.75rem;display:flex}.deals-category-select{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);cursor:pointer;border-radius:.5rem;min-width:180px;padding:.5rem .75rem;font-size:.875rem}.section-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin:0;font-size:1.4rem;font-weight:700}.section-subtitle{color:var(--ink-secondary);margin:.3rem 0 0;font-size:.9rem}.hero{text-align:center;padding:3.5rem 0 2.5rem}.hero-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin:0;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:800;line-height:1.15}.hero-subtitle{max-width:520px;color:var(--ink-secondary);margin:.75rem auto 1.75rem;font-size:1.05rem;line-height:1.55}.hero-stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;display:flex}.hero-stat{color:var(--ink-tertiary);font-size:.82rem}.hero-stat strong{color:var(--ink);font-weight:700}.hero-stat-sep{color:var(--ink-tertiary);font-size:.7rem}.hero-search{max-width:520px;margin:0 auto;position:relative}.hero-search input{border:2px solid var(--line);border-radius:var(--radius-full);background:var(--surface);width:100%;height:52px;color:var(--ink);box-shadow:var(--shadow-md);padding:0 5.5rem 0 1.25rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.hero-search input:focus{border-color:var(--primary);box-shadow:var(--shadow-md),0 0 0 4px #0c6b5f1a;outline:none}.hero-search input::placeholder{color:var(--ink-tertiary)}.hero-search-icon{width:20px;height:20px;color:var(--ink-tertiary);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.hero-search-btn{background:var(--primary);color:#fff;border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.35rem;height:40px;padding:0 1rem;font-size:.88rem;font-weight:600;transition:background .15s;display:flex;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.hero-search-btn:hover{background:var(--primary-hover)}.category-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.6rem;display:grid}@media (min-width:1024px){.category-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.85rem}.category-card{padding:1.25rem 1rem}.category-card-icon{width:28px;height:28px}.category-card-name{font-size:.92rem}}.deals-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.deals-scroll::-webkit-scrollbar{display:none}.deals-scroll>.product-card{scroll-snap-align:start;flex:0 0 220px}@media (min-width:768px){.deals-scroll>.product-card{flex:0 0 240px}}.category-card{text-align:center;background:var(--surface-lowest);border-radius:var(--radius);box-shadow:var(--shadow-sm);cursor:pointer;flex-direction:column;align-items:center;gap:.4rem;padding:1rem .75rem;transition:box-shadow .3s,transform .3s;display:flex}.category-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.category-card-icon{color:var(--primary);flex-shrink:0}.category-card-name{text-transform:capitalize;font-size:.82rem;font-weight:600;line-height:1.25}.category-card-count{color:var(--ink-tertiary);font-size:.7rem;font-weight:500}.department-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;padding-bottom:3rem;display:grid}.department-card{background:var(--surface-lowest);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;padding:1.25rem;transition:box-shadow .3s,transform .3s;display:flex}.department-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.department-card-icon{color:var(--primary);margin-bottom:.3rem}.department-card-title{font-family:var(--font-headline);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:700}.department-card-count{color:var(--ink-tertiary);margin-top:.25rem;font-size:.82rem}.department-card-children{flex-wrap:wrap;gap:.35rem;margin-top:.75rem;display:flex}.department-card-child{background:var(--secondary-fixed);border-radius:var(--radius-full);color:var(--on-surface-variant);padding:.2rem .55rem;font-size:.78rem}.image-gallery{flex-direction:column;gap:.75rem;display:flex}.image-gallery-main{background:var(--bg-warm);border-radius:var(--radius-sm);justify-content:center;align-items:center;min-height:200px;padding:1rem;display:flex;position:relative;overflow:hidden}.image-gallery-main-img{object-fit:contain;max-width:100%;max-height:350px}.image-gallery-thumbs{gap:.5rem;display:flex;overflow-x:auto}.image-gallery-thumb{border:2px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;flex-shrink:0;width:60px;height:60px;padding:.25rem;transition:border-color .12s}.image-gallery-thumb:hover{border-color:var(--ink-tertiary)}.image-gallery-thumb-active{border-color:var(--primary)}.image-gallery-thumb img{object-fit:contain;width:100%;height:100%}.product-card-image{background:var(--surface-low);border-radius:var(--radius);justify-content:center;align-items:center;height:140px;margin-bottom:.6rem;padding:1rem;display:flex;position:relative;overflow:hidden}.product-card-image img{object-fit:contain;mix-blend-mode:multiply;max-width:100%;max-height:100%}.product-card-placeholder{background:var(--border,#e5e7eb);border-radius:var(--radius-sm);opacity:.4;width:100%;height:100%}.merchant-source-chip{color:#f7fbfa;letter-spacing:.02em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c1d20c2;border-radius:999px;align-items:center;gap:.28rem;max-width:min(16rem,100% - 1rem);padding:.28rem .55rem;font-size:.66rem;font-weight:700;line-height:1;display:inline-flex;box-shadow:0 10px 22px #070f1229}.merchant-source-chip span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.merchant-source-chip-label{color:#f7fbfab8;letter-spacing:.06em;text-transform:uppercase;font-size:.6rem;font-weight:800}.merchant-source-chip--overlay,.image-gallery-source{z-index:2;pointer-events:none;position:absolute;bottom:.65rem;left:.65rem}.deal-card{position:relative}.deal-badge{z-index:1;font-family:var(--font-display);color:#fff;background:var(--red);border-radius:var(--radius-sm);letter-spacing:-.01em;padding:.2rem .55rem;font-size:.82rem;font-weight:800;position:absolute;top:.75rem;right:.75rem}.reference-price{color:var(--ink-tertiary);white-space:nowrap;font-size:.82rem;font-weight:500;text-decoration:line-through}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.product-card{background:var(--surface-lowest);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;padding:1.15rem;transition:box-shadow .3s,transform .3s;display:flex}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card-tags{flex-wrap:wrap;gap:.35rem;margin-bottom:.6rem;display:flex}.tag{border-radius:var(--radius-sm);background:var(--bg);color:var(--ink-secondary);align-items:center;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex}.tag-primary{background:var(--primary-light);color:var(--primary)}.tag-deal{background:var(--tertiary-container);color:var(--on-tertiary-container);letter-spacing:.04em;font-weight:800}.product-card-price-group{flex-direction:column;gap:.1rem;display:flex}.product-card-price-ref{color:var(--ink-tertiary);font-size:.78rem;text-decoration:line-through}.product-card-title{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card-bottom{justify-content:space-between;align-items:baseline;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.product-card-footer{justify-content:space-between;align-items:baseline;display:flex}.product-card-price{font-family:var(--font-headline);letter-spacing:-.02em;color:var(--primary);font-size:1.15rem;font-weight:700}.product-card-price-prefix{color:var(--ink-tertiary);font-size:.78rem;font-weight:500}.product-card-stores{color:var(--ink-tertiary);white-space:nowrap;font-size:.78rem}.product-card-stock{color:var(--green);align-items:center;gap:.35rem;margin-top:.35rem;font-size:.75rem;font-weight:500;display:flex}.product-card-stock:before{content:"";background:var(--green);border-radius:50%;width:6px;height:6px}.product-header{padding:2rem 0 1.5rem}.breadcrumbs{color:var(--ink-tertiary);white-space:nowrap;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.82rem;display:flex;overflow:hidden}.breadcrumbs>span:last-child{text-overflow:ellipsis;vertical-align:bottom;max-width:30ch;display:inline-block;overflow:hidden}.breadcrumbs a{color:var(--ink-secondary);transition:color .1s}.breadcrumbs a:hover{color:var(--primary)}.breadcrumb-sep{color:var(--ink-tertiary);font-size:.7rem}.product-detail-title{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:800;line-height:1.2}.product-detail-brand{color:var(--ink-secondary);margin-top:.4rem;font-size:.9rem}.product-price-banner{background:var(--primary-light);border-radius:var(--radius);flex-direction:column;gap:.35rem;margin-top:1rem;padding:1rem 1.25rem;display:flex}.product-price-banner--oos{background:var(--amber-bg)}.product-price-banner--oos .product-price-main,.product-price-banner--oos .product-price-context{color:var(--amber)}.product-price-main{font-family:var(--font-display);letter-spacing:-.03em;color:var(--primary);font-size:1.75rem;font-weight:800}.product-price-context{color:var(--primary);opacity:1;font-size:.85rem}.product-tabs{border-bottom:2px solid var(--line);-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;margin-bottom:1.5rem;display:flex;overflow-x:auto}.product-tabs::-webkit-scrollbar{display:none}.product-tab{color:var(--ink-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.6rem .8rem;font-size:.82rem;font-weight:600;transition:color .1s,border-color .1s}.product-tab:hover{color:var(--ink)}.product-tab-active{color:var(--primary);border-bottom-color:var(--primary)}.offer-row{border-bottom:1px solid var(--line-light);grid-template-columns:1fr auto auto auto;align-items:center;gap:1.25rem;padding:1rem 0;display:grid}.offer-row:last-child{border-bottom:none}.offer-merchant{font-size:.95rem;font-weight:600}.offer-merchant-time{color:var(--ink-tertiary);margin-top:.15rem;font-size:.75rem;font-weight:400;display:block}.stock-badge{border-radius:var(--radius-full);align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.stock-in{background:var(--green-bg);color:#0f6b3d}.stock-out{background:var(--red-bg);color:var(--red)}.stock-unknown{background:var(--amber-bg);color:var(--amber)}.offer-cta{background:var(--primary);color:var(--primary-text);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:background .12s;display:inline-flex}.offer-cta-arrow{font-size:1rem;line-height:1}.price-chart{padding:.5rem 0}.price-chart-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.price-chart-select{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);cursor:pointer;padding:.4rem .75rem;font-size:.82rem;font-weight:500}.price-chart-select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0c6b5f1a}.price-chart-timeframes{gap:.25rem;display:flex}.timeframe-pill{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-secondary);cursor:pointer;padding:.3rem .6rem;font-size:.75rem;font-weight:500;transition:all .15s}.timeframe-pill:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.timeframe-pill--active{background:var(--primary);border-color:var(--primary);color:var(--primary-text)}.price-chart-svg{cursor:crosshair;width:100%;height:auto;min-height:180px;display:block}.price-chart-y-label{font-size:9px;font-family:var(--font-mono);fill:var(--ink-secondary);font-weight:500}.price-chart-x-label{font-size:9px;font-family:var(--font-mono);fill:var(--ink-tertiary)}.price-chart-tooltip-price{font-size:13px;font-family:var(--font-body);fill:var(--ink);font-weight:700}.price-chart-tooltip-date{font-size:10px;font-family:var(--font-body);fill:var(--ink-secondary)}.price-chart-tooltip-merchant{font-size:10px;font-family:var(--font-body);fill:var(--primary);font-weight:600}.price-chart-summary{gap:.75rem;margin-top:.75rem;display:flex}.price-chart-card{background:var(--bg);border:1px solid var(--line-light);border-radius:var(--radius-sm);flex-direction:column;flex:1;gap:.15rem;padding:.6rem .85rem;display:flex}.price-chart-card-label{color:var(--ink-tertiary);text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;font-weight:500}.price-chart-card-value{color:var(--ink);font-size:1.05rem;font-weight:700}.price-chart-card-sub{color:var(--ink-secondary);font-size:.78rem;font-weight:500}.price-chart-note{color:var(--ink-tertiary);text-align:center;margin:.75rem 0 0;font-size:.82rem}@media (max-width:600px){.price-chart-summary{flex-direction:column}}.specs-table{border-collapse:collapse;table-layout:fixed;word-wrap:break-word;width:100%}.specs-table tr:nth-child(2n){background:var(--bg-warm)}.specs-table td{border-bottom:1px solid var(--line-light);padding:.7rem 1rem;font-size:.88rem}.specs-table td:first-child{color:var(--ink-secondary);width:40%;font-weight:600}.detail-grid{grid-template-columns:1fr;gap:1.5rem;padding-bottom:3rem;display:grid}.detail-card{background:var(--surface-lowest);border-radius:.75rem;padding:1.5rem}.detail-card-title{font-family:var(--font-headline);letter-spacing:-.01em;margin:0 0 1rem;font-size:1.1rem;font-weight:700}.detail-two-col{grid-template-columns:1.6fr 1fr;gap:1.5rem;display:grid}.variant-list{flex-direction:column;gap:0;display:flex}.variant-item{border-bottom:1px solid var(--line-light);flex-direction:column;gap:.25rem;padding:.75rem 0;transition:background .12s;display:flex}.variant-item:last-child{border-bottom:none}.variant-item:hover{background:var(--surface-hover);margin:0 -1.5rem;padding-left:1.5rem;padding-right:1.5rem}.variant-title{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.88rem;font-weight:600;display:-webkit-box;overflow:hidden}.variant-meta{align-items:baseline;gap:.75rem;display:flex}.variant-price{font-family:var(--font-display);color:var(--primary);font-size:.95rem;font-weight:700}.variant-stores{color:var(--ink-tertiary);font-size:.75rem}.product-disclaimer{color:var(--amber);background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem;margin-bottom:1rem;padding:0;font-size:.82rem;display:flex}.product-disclaimer-text{color:var(--ink-tertiary);flex:1;font-size:.75rem}.report-trigger{color:var(--ink-tertiary);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;background:0 0;flex-shrink:0;padding:.2rem .5rem;font-size:.7rem;font-weight:500;transition:border-color .12s,color .12s}.report-trigger:hover{color:var(--ink);border-color:var(--ink-tertiary)}.report-trigger:disabled{opacity:.5;cursor:not-allowed}.report-overlay{z-index:200;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.report-modal{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:90%;max-width:420px;overflow:hidden}.report-modal-header{border-bottom:1px solid var(--line-light);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.report-modal-title{font-family:var(--font-display);margin:0;font-size:1rem;font-weight:700}.report-modal-close{color:var(--ink-tertiary);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1}.report-modal-close:hover{color:var(--ink)}.report-modal-body{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.report-label{color:var(--ink-secondary);flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.report-select,.report-textarea{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);padding:.5rem .75rem;font-size:.88rem;transition:border-color .15s}.report-select:focus,.report-textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0c6b5f1a}.report-textarea{resize:vertical;min-height:60px}.report-message{border-radius:var(--radius-sm);margin:0;padding:.5rem .75rem;font-size:.82rem;font-weight:500}.report-message-success{background:var(--green-bg);color:var(--green)}.report-message-error{background:var(--red-bg);color:var(--red)}.report-modal-footer{border-top:1px solid var(--line-light);justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;display:flex}.report-cancel{color:var(--ink-secondary);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:color .12s,border-color .12s}.report-cancel:hover{color:var(--ink);border-color:var(--ink-tertiary)}.report-submit{color:var(--primary-text);background:var(--primary);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:background .12s}.report-submit:hover{background:var(--primary-hover)}.report-submit:disabled{opacity:.5;cursor:not-allowed}.hero-search-wrap{z-index:50;max-width:520px;margin:0 auto;position:relative}.search-dropdown{z-index:200;background:var(--surface-lowest);border-radius:var(--radius);box-shadow:var(--shadow-lg);animation:.15s dropdown-in;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.search-group{border-bottom:1px solid var(--line-light);padding:.35rem 0}.search-group:last-of-type{border-bottom:none}.search-group-label{text-transform:uppercase;letter-spacing:.05em;color:var(--ink-tertiary);padding:.3rem .85rem;font-size:.7rem;font-weight:600}.search-hit{cursor:pointer;text-align:left;width:100%;color:var(--ink);background:0 0;border:none;align-items:center;gap:.6rem;padding:.5rem .85rem;font-size:.88rem;transition:background 80ms;display:flex}.search-hit:hover,.search-hit--active{background:var(--surface-hover)}.search-hit-icon{color:var(--ink-tertiary);flex-shrink:0}.search-hit-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.search-hit-parent{color:var(--ink-tertiary);font-size:.82rem}.search-hit-brand{color:var(--ink-tertiary);margin-top:1px;font-size:.75rem;display:block}.search-hit-meta{color:var(--ink-tertiary);white-space:nowrap;flex-shrink:0;font-size:.75rem}.search-hit-price{font-family:var(--font-display);color:var(--ink);white-space:nowrap;flex-shrink:0;font-size:.85rem;font-weight:700}.search-hit-arrow{color:var(--ink-tertiary);opacity:0;flex-shrink:0;transition:opacity .1s}.search-hit:hover .search-hit-arrow,.search-hit--active .search-hit-arrow{opacity:1}.search-hit--product{padding:.4rem .85rem}.search-hit-img{object-fit:contain;background:var(--bg-warm);border-radius:4px;flex-shrink:0;width:36px;height:36px}.search-hit-img-placeholder{background:var(--bg-warm);border-radius:4px;flex-shrink:0;width:36px;height:36px}.search-view-all{background:var(--bg-warm);border:none;border-top:1px solid var(--line-light);cursor:pointer;width:100%;color:var(--primary);justify-content:center;align-items:center;gap:.4rem;padding:.65rem;font-size:.82rem;font-weight:500;transition:background .1s;display:flex}.search-view-all:hover{background:var(--primary-light)}.search-toolbar{justify-content:flex-end;margin-bottom:1rem;display:flex}.search-sort{align-items:center;gap:.35rem;font-size:.85rem;display:flex}.search-sort-label{color:var(--ink-secondary);font-family:var(--font-label);font-size:.8rem}.search-sort-select{color:var(--ink);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.85rem;font-weight:700}.sort-dropdown{position:relative}.sort-dropdown-trigger{cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;font-size:.85rem;line-height:1;display:inline-flex}.sort-dropdown-label{color:var(--ink-secondary);font-family:var(--font-label);font-size:.8rem;font-weight:400}.sort-dropdown-value{color:var(--ink);font-family:var(--font-body);font-weight:700}.sort-dropdown-chevron{color:var(--ink-tertiary);flex-shrink:0;transition:transform .2s}.sort-dropdown-chevron--open{transform:rotate(180deg)}.sort-dropdown-menu{z-index:200;background:var(--surface-lowest);border-radius:.5rem;min-width:200px;padding:.4rem;animation:.15s dropdown-in;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 32px #191c1d1f}.sort-dropdown-option{width:100%;color:var(--ink);font-family:var(--font-body);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.35rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.85rem;font-weight:400;transition:background .1s;display:flex}.sort-dropdown-option:hover{background:var(--surface-low)}.sort-dropdown-option--active{color:var(--primary);font-weight:700}.sort-dropdown-option--active svg{color:var(--primary)}.catalog-layout{flex-wrap:wrap;align-items:flex-start;gap:.5rem 2rem;margin-top:1.5rem;display:flex}.flt-above{flex-basis:100%;width:100%;min-height:28px}@media (max-width:900px){.flt-above{display:block}}.catalog-main{flex:1;width:100%;min-width:0}.flt-sidebar{width:260px;top:calc(var(--nav-height) + 1rem);max-height:calc(100vh - var(--nav-height) - 2rem);background:var(--surface-low);scrollbar-width:thin;scrollbar-color:var(--surface-high)transparent;border-radius:.75rem;flex-shrink:0;position:sticky;overflow-y:auto}.flt-inner{padding:.5rem 0}.flt-header{justify-content:space-between;align-items:center;padding:1rem 1.25rem .75rem;display:flex}.flt-header-title{font-family:var(--font-headline);color:var(--ink);font-size:1.1rem;font-weight:800}.flt-header-clear{font-family:var(--font-label);letter-spacing:.08em;text-transform:uppercase;color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:700}.flt-header-clear:hover{text-decoration:underline}.flt-section+.flt-section{margin-top:.25rem}.flt-section-header{cursor:pointer;text-align:left;width:100%;color:var(--ink);background:0 0;border:none;align-items:center;gap:.4rem;padding:.85rem 1.25rem;display:flex}.flt-section-header:hover{background:var(--surface-high)}.flt-section-title{font-family:var(--font-body);flex:1;font-size:.88rem;font-weight:600}.flt-section-badge{text-align:center;border-radius:var(--radius-full);background:var(--primary);min-width:18px;height:18px;color:var(--primary-text);font-size:.7rem;font-weight:700;line-height:18px}.flt-chevron{color:var(--ink-tertiary);flex-shrink:0;transition:transform .2s;transform:rotate(-90deg)}.flt-chevron--open{transform:rotate(0)}.flt-section-body{padding:0 1.25rem 1rem}.flt-match-mode{background:#231f1c0f;border-radius:999px;gap:.35rem;margin:0 0 .75rem;padding:.2rem;display:inline-flex}.flt-match-mode-btn{color:var(--ink-secondary);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.35rem .7rem;font-size:.76rem;font-weight:700}.flt-match-mode-btn--active{color:var(--primary);background:#0c6b5f24}.flt-search{border-radius:var(--radius-sm);background:var(--surface-highest);width:100%;color:var(--ink);border:none;outline:none;margin-bottom:.5rem;padding:.4rem .6rem;font-size:.8rem;transition:border-color .15s}.flt-search:focus{border-color:var(--primary)}.flt-options{flex-direction:column;gap:1px;display:flex}.flt-option{cursor:pointer;align-items:center;gap:.65rem;padding:.4rem 0;transition:background .1s;display:flex}.flt-option:hover,.flt-option--active:hover{color:var(--primary)}.flt-checkbox{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;border-radius:4px;flex-shrink:0}.flt-option-text{color:var(--ink);flex:1;font-size:.82rem;line-height:1.3}.flt-option-count{font-family:var(--font-label);color:var(--ink-secondary);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.68rem;transition:color .2s}.flt-option:hover .flt-option-count{color:var(--ink)}.flt-show-more{font-family:var(--font-label);color:var(--primary);cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:.15rem 0;font-size:.78rem;font-weight:700;display:inline-block}.flt-show-more:hover{text-decoration:underline}.flt-brand-pills{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.flt-brand-pill{background:var(--secondary-fixed);color:var(--on-surface-variant);font-family:var(--font-label);cursor:pointer;border:none;border-radius:999px;align-items:center;padding:.4rem .75rem;font-size:.78rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.flt-brand-pill:hover{background:var(--secondary-container)}.flt-brand-pill--active{background:var(--primary);color:var(--primary-text)}.flt-brand-pill--active:hover{background:var(--primary-hover);color:var(--primary-text)}.flt-price-inputs{align-items:flex-end;gap:.4rem;display:flex}.flt-price-field{flex-direction:column;flex:1;gap:.2rem;display:flex}.flt-price-label{color:var(--ink-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:500}.flt-price-input{border-radius:var(--radius-sm);background:var(--surface-highest);width:100%;color:var(--ink);font-variant-numeric:tabular-nums;-moz-appearance:textfield;border:none;outline:none;padding:.5rem .6rem;font-size:.82rem}.flt-price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.flt-price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.flt-price-input:focus{box-shadow:0 0 0 2px #00514766}.flt-price-sep{color:var(--ink-tertiary);padding-bottom:.45rem;font-size:.85rem}.flt-price-unit{color:var(--ink-secondary);padding-bottom:.45rem;font-size:.78rem;font-weight:500}.flt-toggle-row{cursor:pointer;justify-content:space-between;align-items:center;padding:.2rem 0;display:flex}.flt-toggle-label{color:var(--ink);font-size:.82rem}.flt-toggle{background:var(--line);border-radius:var(--radius-full);cursor:pointer;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.flt-toggle--on{background:var(--primary)}.flt-toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.flt-toggle--on .flt-toggle-knob{transform:translate(16px)}.flt-chips{flex-wrap:wrap;gap:.3rem;margin-bottom:0;display:flex}.flt-chip{background:var(--primary-light);color:var(--primary);border:1px solid var(--primary);border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;align-items:center;gap:.3rem;padding:.2rem .5rem;font-size:.76rem;font-weight:500;transition:all .15s;display:inline-flex}.flt-chip:hover{background:var(--primary);color:var(--primary-text)}.flt-chip svg{flex-shrink:0}.flt-chip--clear{border-color:var(--line);color:var(--ink-secondary);background:0 0}.flt-chip--clear:hover{background:var(--red-bg);border-color:var(--red);color:var(--red)}.flt-mobile-trigger{display:none}.flt-overlay{z-index:1000;flex-direction:column;display:flex;position:fixed;inset:0}.flt-overlay-backdrop{background:#0006;position:absolute;inset:0}.flt-overlay-panel{background:var(--surface);border-radius:var(--radius)var(--radius)0 0;flex-direction:column;max-height:85vh;margin-top:auto;animation:.25s ease-out flt-slide-up;display:flex;position:relative;overflow:hidden}@keyframes flt-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.flt-overlay-top{border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.flt-overlay-title{font-family:var(--font-display);font-size:1.1rem;font-weight:700}.flt-overlay-close{cursor:pointer;color:var(--ink-secondary);border-radius:var(--radius-sm);background:0 0;border:none;padding:.25rem}.flt-overlay-close:hover{background:var(--surface-hover)}.flt-overlay-body{flex:1;overflow-y:auto}.flt-overlay-body .flt-header{display:none}.flt-overlay-bottom{border-top:1px solid var(--line);flex-shrink:0;padding:.75rem 1.25rem}.flt-overlay-apply{background:var(--primary);width:100%;color:var(--primary-text);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.75rem;font-size:.95rem;font-weight:600}.flt-overlay-apply:hover{background:var(--primary-hover)}.flt-mobile-badge{text-align:center;border-radius:var(--radius-full);background:var(--primary);min-width:18px;height:18px;color:var(--primary-text);font-size:.7rem;font-weight:700;line-height:18px}@media (max-width:900px){.catalog-layout{flex-direction:column}.flt-sidebar{display:none}.flt-mobile-trigger{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;color:var(--ink);align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.6rem 1rem;font-size:.88rem;font-weight:500;display:inline-flex}.flt-mobile-trigger:hover{background:var(--surface-hover)}}.empty-state{text-align:center;color:var(--ink-tertiary);padding:2rem;font-size:.9rem}.site-footer{background:var(--surface-low);color:var(--ink-tertiary);margin-top:4rem;padding:3rem 0;font-size:.82rem}.site-footer-inner{max-width:var(--page-max);justify-content:space-between;align-items:flex-start;gap:2rem;margin:0 auto;padding:0 1.25rem;display:flex}.site-footer-brand{max-width:320px}.site-footer-logo{font-family:var(--font-headline);color:var(--on-surface);letter-spacing:-.03em;font-size:1.1rem;font-weight:800}.site-footer-tagline{color:var(--ink-secondary);margin:.5rem 0 0;font-size:.82rem;line-height:1.6}.site-footer-nav{font-family:var(--font-label);gap:1.5rem;font-size:.82rem;display:flex}.site-footer-nav a{color:var(--ink-secondary);transition:color .2s}.site-footer-nav a:hover{color:var(--primary)}.site-footer-meta{font-family:var(--font-label);color:var(--ink-secondary);font-size:.78rem}.site-footer-meta p{margin:0}@media (max-width:960px){.site-footer-inner{flex-wrap:wrap}.site-footer-meta{width:100%}}@media (max-width:760px){body.hero-search-available .topnav-search-wrap,body.hero-search-available.hero-search-hidden .topnav-search-wrap{display:none}.site-footer-inner{text-align:center;flex-direction:column;align-items:center}.site-footer-nav{flex-wrap:wrap;justify-content:center}.site-footer{padding-bottom:6rem}}.bottom-nav{z-index:100;padding:.5rem 1rem calc(.5rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(24px);background:#ffffffe6;border-radius:1.5rem 1.5rem 0 0;justify-content:space-around;align-items:center;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #006b5e0f}.bottom-nav-item{color:var(--ink-tertiary);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;padding:.5rem 1rem;transition:background .2s,color .2s,transform .15s;display:flex}.bottom-nav-item:active{transform:scale(.9)}.bottom-nav-item--active{background:var(--secondary-fixed);color:var(--primary)}.bottom-nav-icon{font-size:24px}.bottom-nav-label{font-family:var(--font-body);font-size:.65rem;font-weight:500}@media (max-width:760px){.bottom-nav{display:flex}main{padding-bottom:calc(4.5rem + env(safe-area-inset-bottom))}}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-two-col{grid-template-columns:1fr}}@media (max-width:768px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topnav-inner{gap:.85rem;padding:0 .95rem}.topnav-logo-text{font-size:1.02rem}.topnav-search-wrap{max-width:none}.topnav-search input{height:38px;padding-left:2.35rem;font-size:.86rem}.topnav-links{display:none}.beta-feedback-grid{grid-template-columns:1fr}.beta-feedback-hero,.beta-feedback-card{border-radius:1.25rem;padding:1.2rem}.crawler-language-grid{grid-template-columns:1fr}.crawler-hero,.crawler-language-panel{border-radius:1.25rem;padding:1.2rem}.docs-shell{grid-template-columns:1fr}.docs-sidebar{position:static}.docs-article,.docs-sidebar{border-radius:1.25rem;padding:1.2rem}.offer-row{grid-template-columns:1fr auto;gap:.75rem}.offer-row .stock-badge{grid-area:2/1;justify-self:start}.offer-cta{grid-area:1/2/3;align-self:center}.category-grid{grid-template-columns:repeat(2,1fr)}.department-grid{grid-template-columns:1fr}}@media (max-width:480px){.product-grid,.category-grid{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:no-preference){.product-card{animation:.25s both card-in}.product-card:nth-child(2){animation-delay:30ms}.product-card:nth-child(3){animation-delay:60ms}.product-card:nth-child(4){animation-delay:90ms}.product-card:nth-child(5){animation-delay:.12s}.product-card:nth-child(6){animation-delay:.15s}.product-card:nth-child(7){animation-delay:.18s}.product-card:nth-child(8){animation-delay:.21s}.detail-card{animation:.3s both card-in}}@keyframes card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.product-layout{gap:2rem;margin-top:1.5rem;display:grid}@media (min-width:1024px){.product-layout{grid-template-columns:1.6fr 1fr;gap:2rem}.product-main>*+*,.product-sidebar>*+*{margin-top:1.5rem}}.desktop-only{display:none}@media (min-width:1024px){.desktop-only{display:block}.product-layout.desktop-only{display:grid}}.mobile-only{display:block}@media (min-width:1024px){.mobile-only{display:none}}.offer-merchant-logo{object-fit:contain;border-radius:4px;flex-shrink:0;width:24px;height:24px}.banner-merchant-logo{object-fit:contain;vertical-align:middle;width:20px;height:20px;margin-right:4px;display:inline-block}.banner-merchant-link{color:inherit;text-underline-offset:2px;font-weight:600;text-decoration:underline}.banner-others-link{color:inherit;opacity:.85;text-underline-offset:2px;font-size:.9em;text-decoration:underline}.product-price-banner-top{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.product-price-banner-top .alert-bell-wrap{margin-left:auto}.banner-fyndvara-tag,.banner-best-price-tag{text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-sm);align-items:center;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-flex}.banner-fyndvara-tag{background:var(--amber-bg);color:var(--amber)}.banner-best-price-tag{background:var(--green-bg);color:var(--green);margin-bottom:.35rem}.product-price-meta{color:var(--ink-secondary);flex-wrap:wrap;align-items:center;gap:0;font-size:.8rem;display:flex}.product-price-meta span{white-space:nowrap}.price-meta-sep{color:var(--ink-tertiary);margin:0 .4rem}.price-meta-sep:before{content:"·"}.price-meta-new-link{color:var(--primary);text-underline-offset:2px;cursor:pointer;text-decoration:underline}.price-meta-new-link:hover{color:var(--primary-hover)}@media (max-width:600px){.product-price-banner-top{gap:.3rem}.product-price-main{font-size:1.4rem}.product-price-meta{flex-direction:column;align-items:flex-start;gap:.15rem}.price-meta-sep{display:none}}.offer-list{flex-direction:column;gap:.75rem;display:flex}.offer-card{background:var(--surface-lowest);border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px #191c1d0f,0 0 1px #191c1d14}.offer-card:hover{box-shadow:0 4px 16px #191c1d1a,0 0 1px #191c1d14}.offer-card-header{background:var(--surface-low);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9rem;font-weight:600;display:flex}.offer-card-merchant{flex:1}.offer-card-body{align-items:center;gap:1rem;padding:.75rem;display:flex}.offer-card-price-col{flex-direction:column;min-width:0;display:flex}.offer-price{font-size:1.1rem;font-weight:700}.offer-price--discontinued{color:var(--ink-tertiary);font-size:.85rem;font-style:italic;font-weight:600}.offer-shipping{color:var(--ink-tertiary,#888);margin-top:2px;font-size:.8rem}.offer-merchant-time{color:var(--ink-tertiary,#888);flex:1;font-size:.78rem}.offer-cta{background:var(--primary,#4a7c6f);color:#fff;white-space:nowrap;border-radius:.5rem;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.offer-cta:hover{background:var(--primary-dark,#3d6a5e)}.stock-instock{background:var(--green-bg,#dcfce7);color:#0f6b3d;border-radius:999px;padding:.15rem .5rem;font-size:.75rem;font-weight:500}.stock-other{background:var(--amber-bg,#fef3c7);color:var(--amber,#a16207);border-radius:999px;padding:.15rem .5rem;font-size:.75rem;font-weight:500}.offer-filter-bar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.75rem 0;display:flex}.offer-toggle{color:var(--ink-secondary);cursor:pointer;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:flex}.offer-toggle input[type=checkbox]{accent-color:var(--primary);cursor:pointer;width:16px;height:16px}.offer-sort-select{appearance:none;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236e7976' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right .6rem center;color:var(--ink);cursor:pointer;padding:.4rem 2rem .4rem .75rem;font-size:.82rem;font-weight:500}.offer-sort-select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0c6b5f1a}.offer-show-more-wrap{justify-content:center;padding:.75rem 0;display:flex}.offer-show-more-btn{color:var(--primary);background:var(--primary-light);border:1px solid var(--primary);border-radius:var(--radius-sm);cursor:pointer;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:background .12s,color .12s}.offer-show-more-btn:hover{background:var(--primary);color:var(--primary-text)}.shipping-info-btn{color:var(--primary);background:var(--primary-light,#e8f4f8);border:1px solid var(--primary);border-radius:var(--radius-sm,4px);cursor:pointer;align-items:center;gap:3px;margin-top:3px;padding:2px 6px;font-size:.72rem;font-weight:500;line-height:1.2;transition:background .12s,color .12s;display:inline-flex}.shipping-info-btn:hover{background:var(--primary);color:var(--primary-text,#fff)}.offer-shipping--free{color:#147a3f}.offer-delivery-time{color:var(--ink-tertiary,#888);margin-top:1px;font-size:.75rem;display:block}.shipping-modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.shipping-modal{background:var(--bg-primary,#fff);border-radius:var(--radius-md,12px);width:100%;max-width:560px;max-height:85vh;overflow-y:auto;box-shadow:0 12px 40px #0003}.shipping-modal-header{border-bottom:1px solid var(--border-light,#e5e5e5);justify-content:space-between;align-items:center;padding:1rem 1.25rem .75rem;display:flex}.shipping-modal-header h3{margin:0;font-size:1rem;font-weight:700}.shipping-modal-close{cursor:pointer;color:var(--ink-tertiary,#888);background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1}.shipping-modal-close:hover{color:var(--ink-primary,#222)}.shipping-modal-body{padding:1rem 1.25rem 1.25rem}.shipping-free-threshold{color:var(--success,#16a34a);margin:0 0 .75rem;font-size:.9rem;font-weight:600}.shipping-tier-table{border-collapse:collapse;width:100%;font-size:.82rem}.shipping-tier-table th,.shipping-tier-table td{text-align:left;border-bottom:1px solid var(--border-light,#e5e5e5);padding:.4rem .6rem}.shipping-tier-table th{color:var(--ink-secondary,#555);text-transform:uppercase;letter-spacing:.02em;font-size:.72rem;font-weight:600}.shipping-courier{color:var(--ink-tertiary,#888);font-size:.72rem}.shipping-return-info{color:var(--ink-secondary,#555);margin:.75rem 0 0;font-size:.82rem}.campaign-badge{letter-spacing:.03em;border-radius:var(--radius-sm);background:var(--red);color:#fff;text-transform:uppercase;align-items:center;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-flex}.condition-badge{letter-spacing:.03em;border-radius:var(--radius-sm);text-transform:uppercase;align-items:center;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-flex}.condition-refurbished{color:#fff;background:#e8a840}.condition-used{color:#fff;background:#888}.original-price{color:var(--ink-tertiary);font-size:.82rem;font-weight:500;text-decoration:line-through}.offer-merchant-group{margin-bottom:0}.offer-secondary-toggle{background:var(--surface-hover,#f8f9fb);width:100%;color:var(--accent,#2563eb);cursor:pointer;border:none;border-bottom:1px solid var(--border,#eee);align-items:center;gap:.3rem;padding:.4rem 1rem;font-size:.82rem;font-weight:500;display:flex}.offer-secondary-toggle:hover{background:var(--bg,#f6f7f9)}.offer-secondary-list{border-left:3px solid var(--accent,#2563eb);margin-left:.75rem}.offer-card--secondary{background:var(--surface-hover,#f8f9fb)}.offer-card--secondary .offer-card-header{padding-left:.5rem}.admin-tree{margin:1rem 0}.admin-tree-node{border-bottom:1px solid #e5e7eb;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.admin-tree-node:hover{background:#f9fafb}.admin-tree-node--dept{background:#f3f4f6;font-weight:600}.admin-tree-node--leaf{padding-left:2.5rem}.admin-tree-toggle{cursor:pointer;text-align:center;background:0 0;border:none;width:1.5rem;font-size:.875rem}.admin-tree-slug{color:#6b7280;font-family:monospace;font-size:.75rem}.admin-tree-count{color:#9ca3af;margin-left:auto;font-size:.75rem}.admin-tree-actions{gap:.25rem;display:flex}.admin-inline-form{background:#fefce8;border:1px solid #fde047;flex-wrap:wrap;gap:.5rem;padding:.5rem .75rem;display:flex}.admin-inline-form input,.admin-inline-form select{border:1px solid #d1d5db;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem}.admin-confirm-overlay{z-index:100;background:#0000004d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-confirm-dialog{background:#fff;border-radius:.5rem;max-width:400px;padding:1.5rem;box-shadow:0 4px 12px #00000026}.admin-search-bar{flex-wrap:wrap;align-items:end;gap:.5rem;padding:1rem 0;display:flex}.admin-search-bar label{color:#6b7280;flex-direction:column;gap:.25rem;font-size:.75rem;font-weight:500;display:flex}.admin-search-bar input,.admin-search-bar select{border:1px solid #d1d5db;border-radius:.25rem;padding:.375rem .5rem;font-size:.875rem}.admin-tag-badge{border-radius:9999px;margin-right:.25rem;padding:.125rem .5rem;font-size:.7rem;font-weight:500;display:inline-block}.admin-pagination{justify-content:space-between;align-items:center;gap:.5rem;padding:1rem 0;display:flex}.admin-pagination-info{color:#6b7280;font-size:.875rem}.admin-pagination-btns{align-items:center;gap:.25rem;display:flex}.admin-bulk-bar{color:#fff;background:#1f2937;border-radius:.5rem .5rem 0 0;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex;position:sticky;bottom:0}.admin-bulk-bar select{color:#fff;background:#374151;border:1px solid #4b5563;border-radius:.25rem;padding:.25rem .5rem}.admin-detail-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.admin-detail-header a{color:#6b7280;text-decoration:none}.admin-detail-header a:hover{color:#111827}.admin-detail-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.admin-detail-section{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.25rem}.admin-detail-section h2{border-bottom:1px solid #f3f4f6;margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.admin-readonly-field{margin-bottom:.75rem}.admin-readonly-field dt{color:#6b7280;font-size:.75rem;font-weight:500}.admin-readonly-field dd{color:#111827;margin:.125rem 0 0;font-size:.875rem}.admin-tag-list{flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem;display:flex}.admin-tag{color:#fff;border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;display:inline-flex}.admin-tag-remove{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;line-height:1}.admin-tag-remove:hover{color:#fff}.admin-tag-add{align-items:center;gap:.375rem;display:flex}@media (max-width:768px){.admin-detail-grid{grid-template-columns:1fr}}.product-title-row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.watch-button-wrap{flex-shrink:0;position:relative}.watch-button{color:var(--ink-secondary);background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.82rem;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.watch-button:hover{color:var(--ink);border-color:var(--ink-tertiary)}.watch-button--active{color:var(--green);border-color:var(--green);background:var(--green-bg)}.watch-button--active:hover{color:var(--green);border-color:var(--green);background:var(--green-bg);opacity:.85}.watch-button:disabled{opacity:.6;cursor:not-allowed}.watch-tooltip{z-index:50;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-md);min-width:200px;padding:.75rem 1rem;position:absolute;top:calc(100% + 8px);right:0}.watch-tooltip-text{color:var(--ink-secondary);margin:0 0 .5rem;font-size:.82rem}.watch-tooltip-link{color:var(--primary-text);background:var(--primary);border-radius:var(--radius-sm);padding:.35rem .75rem;font-size:.82rem;font-weight:600;transition:background .15s;display:inline-block}.watch-tooltip-link:hover{background:var(--primary-hover)}.konto-layout{grid-template-columns:220px 1fr;gap:2rem;min-height:50vh;padding:2rem 0;display:grid}.konto-sidebar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);height:fit-content;top:calc(var(--nav-height) + 1rem);padding:1.25rem;position:sticky}.konto-sidebar-title{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 1rem;font-size:1rem;font-weight:700}.konto-nav{flex-direction:column;gap:.25rem;display:flex}.konto-nav-link{color:var(--ink-secondary);border-radius:var(--radius-sm);padding:.45rem .75rem;font-size:.875rem;font-weight:500;transition:color .12s,background .12s;display:block}.konto-nav-link:hover{color:var(--ink);background:var(--surface-hover)}.konto-page-title{font-family:var(--font-display);letter-spacing:-.03em;margin:0 0 1.5rem;font-size:1.5rem;font-weight:800}@media (max-width:768px){.konto-layout{grid-template-columns:1fr;gap:1rem;padding:1rem 0}.konto-sidebar{position:static}.konto-nav{flex-flow:wrap;gap:.5rem}}.watchlist-empty{color:var(--ink-secondary);margin:0 0 .5rem;font-size:.95rem}.watchlist-empty-hint{color:var(--ink-tertiary);margin:0;font-size:.85rem}.watchlist-link{color:var(--primary);font-weight:500}.watchlist-link:hover{text-decoration:underline}.watchlist-grid{flex-direction:column;gap:.75rem;display:flex}.watchlist-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.25rem;transition:box-shadow .15s}.watchlist-card:hover{box-shadow:var(--shadow-sm)}.watchlist-card-header{margin-bottom:.5rem}.watchlist-card-title{color:var(--ink);font-size:.95rem;font-weight:600;transition:color .12s;display:block}.watchlist-card-title:hover{color:var(--primary)}.watchlist-card-brand{color:var(--ink-tertiary);margin-top:.15rem;font-size:.8rem;display:block}.watchlist-card-price{align-items:baseline;gap:.5rem;margin-bottom:.5rem;display:flex}.watchlist-card-price-label{color:var(--ink-tertiary);font-size:.78rem}.watchlist-card-price-value{font-family:var(--font-display);color:var(--primary);font-size:1rem;font-weight:700}.watchlist-card-stores{color:var(--ink-tertiary);font-size:.78rem}.watchlist-card-alert{background:var(--amber-bg);border-radius:var(--radius-sm);align-items:baseline;gap:.5rem;margin-bottom:.5rem;padding:.35rem .6rem;display:flex}.watchlist-card-alert-label{color:var(--amber);font-size:.78rem;font-weight:600}.watchlist-card-alert-value{color:var(--ink-secondary);font-size:.82rem}.watchlist-card-actions{border-top:1px solid var(--line-light);margin-top:.75rem;padding-top:.75rem}.watchlist-action-buttons{gap:.5rem;display:flex}.watchlist-btn{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);color:var(--ink-secondary);cursor:pointer;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:.78rem;font-weight:500;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.watchlist-btn:hover{color:var(--ink);border-color:var(--ink-tertiary)}.watchlist-btn:disabled{opacity:.5;cursor:not-allowed}.watchlist-btn--save{color:var(--primary-text);background:var(--primary);border-color:var(--primary)}.watchlist-btn--save:hover{background:var(--primary-hover);border-color:var(--primary-hover);color:var(--primary-text)}.watchlist-btn--cancel{color:var(--ink-secondary)}.watchlist-btn--remove:hover{color:var(--red);border-color:var(--red)}.watchlist-alert-form{flex-direction:column;gap:.75rem;display:flex}.watchlist-alert-field{flex-direction:column;gap:.25rem;display:flex}.watchlist-alert-field-label{color:var(--ink-tertiary);font-size:.75rem;font-weight:500}.watchlist-alert-input{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;max-width:200px;color:var(--ink);background:var(--surface);padding:.4rem .65rem;font-size:.85rem;transition:border-color .15s}.watchlist-alert-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0c6b5f1a}.watchlist-alert-toggle{color:var(--ink-secondary);cursor:pointer;align-items:center;gap:.4rem;font-size:.82rem;display:flex}.watchlist-alert-toggle input[type=checkbox]{accent-color:var(--primary)}.watchlist-alert-buttons{gap:.5rem;display:flex}.impersonation-banner{z-index:200;color:#664d03;background:#fef3cd;border-bottom:1px solid #f0d76e;justify-content:center;align-items:center;gap:1rem;padding:.5rem 1.25rem;font-size:.88rem;font-weight:500;display:flex;position:sticky;top:0}.impersonation-banner strong{font-weight:700}.impersonation-banner-btn{color:#664d03;border-radius:var(--radius-sm);cursor:pointer;background:#664d031a;border:1px solid #664d0340;padding:.3rem .75rem;font-size:.82rem;font-weight:600;transition:background .12s}.impersonation-banner-btn:hover{background:#664d032e}.public-beta-notice{color:#f3faf8;background:linear-gradient(135deg,#007562f5,#0a4840f5);border-bottom:1px solid #ffffff1f}.public-beta-notice-inner{justify-content:space-between;align-items:center;gap:1rem 1.5rem;width:min(1180px,100vw - 32px);margin:0 auto;padding:.8rem 0;display:flex}.public-beta-notice-copy{margin:0;font-size:.94rem;line-height:1.5}.public-beta-notice-link{color:#fff;white-space:nowrap;border-bottom:1px solid #fff6;font-size:.92rem;font-weight:700;text-decoration:none}.public-beta-notice-link:hover{border-bottom-color:#ffffffe6}.admin-users-table th:last-child,.admin-users-table td:last-child{text-align:right}.admin-users-row-banned td{opacity:.6}.admin-users-actions{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;display:flex}.admin-users-action-btn{padding:.3rem .6rem;font-size:.78rem}.admin-users-action-danger{color:var(--red);border-color:#c4362c40}.admin-users-action-danger:hover{background:var(--red-bg);color:var(--red)}.admin-users-role-select{border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;border-radius:4px;padding:.25rem .4rem;font-size:.82rem}.site-footer-separator{color:var(--line)}.cookie-settings-link{color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:500;text-decoration:none}.cookie-settings-link:hover{text-decoration:underline}.cookie-banner{z-index:9999;pointer-events:none;padding:1rem;position:fixed;bottom:0;left:0;right:0}.cookie-banner-inner{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);max-width:540px;box-shadow:var(--shadow-lg);pointer-events:auto;margin:0 auto;padding:1.25rem 1.5rem}.cookie-banner-text{color:var(--ink);margin:0 0 .5rem;font-size:.88rem;line-height:1.55}.cookie-banner-revoke{color:var(--ink-secondary);margin:0 0 1rem;font-size:.78rem;line-height:1.5}.cookie-banner-actions{gap:.75rem;display:flex}.cookie-banner-btn{border:1.5px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;background:var(--surface);color:var(--ink);flex:1;padding:.6rem 1.25rem;font-size:.88rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.cookie-banner-btn:hover{background:var(--surface-hover);border-color:var(--ink-tertiary)}@media (max-width:760px){.public-beta-notice-inner{flex-direction:column;align-items:flex-start;width:min(100vw - 24px,1180px);padding:.7rem 0}.public-beta-notice-copy,.public-beta-notice-link{font-size:.85rem}.public-beta-notice-link{white-space:normal}.cookie-banner{padding:.65rem}.cookie-banner-inner{border-radius:1rem;max-width:none;padding:.95rem 1rem}.cookie-banner-text{margin-bottom:.35rem;font-size:.82rem;line-height:1.45}.cookie-banner-revoke{margin-bottom:.8rem;font-size:.73rem;line-height:1.4}.cookie-banner-actions{gap:.55rem}.cookie-banner-btn{min-height:2.8rem;padding:.55rem .85rem;font-size:.84rem}}@media (max-width:480px){.cookie-banner-actions{flex-direction:row}}.notiser-empty{color:var(--ink-secondary);margin:0 0 .5rem;font-size:.95rem}.notiser-empty-hint{color:var(--ink-tertiary);margin:0;font-size:.85rem}.notiser-list{flex-direction:column;gap:.75rem;display:flex}.notiser-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.25rem;transition:box-shadow .15s}.notiser-card:hover{box-shadow:var(--shadow-sm)}.notiser-card-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.35rem;display:flex}.notiser-card-product{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.95rem;font-weight:600;transition:color .12s;overflow:hidden}.notiser-card-product:hover{color:var(--primary)}.notiser-card-product-deleted{color:var(--ink-tertiary);font-size:.9rem;font-style:italic}.notiser-badge-email{border-radius:var(--radius-full);background:var(--green-bg);color:var(--green);flex-shrink:0;padding:.2rem .55rem;font-size:.72rem;font-weight:600}.notiser-card-message{color:var(--ink-secondary);margin:0 0 .35rem;font-size:.88rem}.notiser-card-new-price{font-family:var(--font-display);color:var(--primary);font-weight:700}.notiser-card-meta{color:var(--ink-tertiary);align-items:center;gap:.4rem;font-size:.78rem;display:flex}.notiser-card-meta-sep{font-size:.6rem}.notiser-pagination{border-top:1px solid var(--line-light);justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.notiser-pagination-btn{color:var(--primary);border:1px solid var(--line);border-radius:var(--radius-sm);align-items:center;padding:.4rem .85rem;font-size:.82rem;font-weight:500;transition:background .12s,color .12s;display:inline-flex}.notiser-pagination-btn:hover{background:var(--primary-light)}.notiser-pagination-btn--disabled{color:var(--ink-tertiary);cursor:default;pointer-events:none;opacity:.5}.notiser-pagination-info{color:var(--ink-secondary);font-size:.82rem}.privacy-page{max-width:760px;padding-top:2.5rem;padding-bottom:4rem}.privacy-title{font-family:var(--font-display);color:var(--ink);margin:0 0 .25rem;font-size:2rem;font-weight:700}.privacy-updated{color:var(--ink-tertiary);margin:0 0 2.5rem;font-size:.85rem}.privacy-section{margin-bottom:2rem}.privacy-section h2{font-family:var(--font-display);color:var(--ink);margin:0 0 .6rem;font-size:1.2rem;font-weight:650}.privacy-section p{color:var(--ink-secondary);margin:0 0 .75rem;line-height:1.7}.privacy-list{margin:.5rem 0 .75rem;padding-left:1.25rem}.privacy-list li{color:var(--ink-secondary);margin-bottom:.5rem;line-height:1.7}.privacy-link{color:var(--primary);text-underline-offset:2px;font-weight:500;text-decoration:underline}.privacy-link:hover{color:var(--primary-hover)}.privacy-table-wrap{margin:.75rem 0;overflow-x:auto}.privacy-table{border-collapse:collapse;width:100%;font-size:.88rem}.privacy-table th{text-align:left;color:var(--ink);border-bottom:2px solid var(--line);white-space:nowrap;padding:.65rem 1rem;font-weight:600}.privacy-table td{color:var(--ink-secondary);border-bottom:1px solid var(--line-light);vertical-align:top;padding:.65rem 1rem}.privacy-table tr:nth-child(2n){background:var(--bg-warm)}.privacy-table code{font-family:var(--font-mono);background:var(--bg);border-radius:var(--radius-sm);padding:.15rem .4rem;font-size:.82rem}.crawler-page{max-width:1120px;padding-top:2.75rem;padding-bottom:4.5rem}.crawler-hero{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:radial-gradient(circle at 100% 0,#006b5e14,#0000 30%),linear-gradient(#fffffff5,#f8fbf9fa);border-radius:1.75rem;gap:1rem;margin-bottom:2.5rem;padding:1.5rem;display:grid}.crawler-kicker{width:fit-content;color:var(--primary);font-family:var(--font-label);letter-spacing:.08em;text-transform:uppercase;background:#006b5e1a;border-radius:999px;align-items:center;padding:.35rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}.crawler-title{font-family:var(--font-display);letter-spacing:-.05em;color:var(--ink);margin:0;font-size:clamp(2rem,4vw,3.15rem);line-height:.95}.crawler-lead{max-width:72ch;color:var(--ink-secondary);margin:0;font-size:1rem;line-height:1.75}.crawler-agent-card{border:1px solid var(--line);background:#ffffffe6;border-radius:1.1rem;gap:.45rem;padding:1rem 1.1rem;display:grid}.crawler-agent-label{font-family:var(--font-label);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-tertiary);font-size:.72rem;font-weight:700}.crawler-agent-value{overflow-wrap:anywhere;font-family:var(--font-mono);color:var(--ink);font-size:.88rem}.crawler-language-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.crawler-language-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:1.5rem;gap:1.25rem;padding:1.5rem;display:grid}.crawler-language-header{gap:.4rem;display:grid}.crawler-language-badge{background:var(--secondary-fixed);width:fit-content;color:var(--primary);font-family:var(--font-label);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:.25rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.crawler-language-panel h2{font-family:var(--font-display);color:var(--ink);margin:0;font-size:1.35rem;line-height:1.15}.crawler-section-block{border-top:1px solid var(--line-light);padding-top:1rem}.crawler-section-block:first-of-type{border-top:0;padding-top:0}.crawler-section-block h3{font-family:var(--font-display);color:var(--ink);margin:0 0 .45rem;font-size:1rem;font-weight:650}.crawler-section-block p{color:var(--ink-secondary);margin:0 0 .7rem;line-height:1.7}.crawler-list{margin:0;padding-left:1.25rem}.crawler-list li{color:var(--ink-secondary);margin-bottom:.45rem;line-height:1.7}.beta-feedback-page{max-width:1120px;padding-top:2.75rem;padding-bottom:4.5rem}.beta-feedback-hero{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:radial-gradient(circle at 100% 0,#b12e0017,#0000 28%),linear-gradient(#fffffff5,#fcf8f4fa);border-radius:1.75rem;gap:1rem;margin-bottom:2rem;padding:1.6rem;display:grid}.beta-feedback-kicker{width:fit-content;color:var(--tertiary);font-family:var(--font-label);letter-spacing:.08em;text-transform:uppercase;background:#b12e001a;border-radius:999px;align-items:center;padding:.35rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}.beta-feedback-title{font-family:var(--font-display);letter-spacing:-.05em;color:var(--ink);margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:.94}.beta-feedback-lead{max-width:72ch;color:var(--ink-secondary);margin:0;font-size:1rem;line-height:1.75}.beta-feedback-actions{flex-wrap:wrap;gap:.8rem;display:flex}.beta-feedback-primary,.beta-feedback-secondary{border-radius:999px;align-items:center;gap:.55rem;padding:.85rem 1.05rem;font-weight:600;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s;display:inline-flex}.beta-feedback-primary{color:var(--primary-text);background:var(--tertiary-container);box-shadow:var(--shadow-sm)}.beta-feedback-primary:hover,.beta-feedback-secondary:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.beta-feedback-secondary{border:1px solid var(--line);color:var(--ink);background:#ffffffdb}.beta-feedback-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.beta-feedback-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:1.4rem;gap:.9rem;padding:1.35rem;display:grid}.beta-feedback-card--wide{grid-column:1/-1}.beta-feedback-card-head{align-items:center;gap:.7rem;display:flex}.beta-feedback-card-head h2{font-family:var(--font-display);color:var(--ink);margin:0;font-size:1.15rem;line-height:1.1}.beta-feedback-card p{color:var(--ink-secondary);margin:0}.beta-feedback-list{color:var(--ink-secondary);margin:0;padding-left:1.2rem}.beta-feedback-list li{margin-bottom:.45rem}.beta-feedback-link{width:fit-content;color:var(--primary);text-underline-offset:3px;font-weight:600;text-decoration:underline}.beta-feedback-link:hover{color:var(--primary-hover)}.beta-feedback-pill-row{flex-wrap:wrap;gap:.55rem;display:flex}.beta-feedback-pill-row span{background:var(--surface-container);color:var(--ink);border-radius:999px;align-items:center;padding:.4rem .7rem;font-size:.82rem;font-weight:600;display:inline-flex}.beta-feedback-note{max-width:72ch}.docs-page{max-width:1240px;padding-top:2.5rem;padding-bottom:4.5rem}.docs-shell{grid-template-columns:minmax(240px,300px) minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.docs-sidebar{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:linear-gradient(#fffffffa,#f8fbf9f5);border-radius:1.5rem;gap:1.2rem;padding:1.25rem;display:grid;position:sticky;top:6rem}.docs-sidebar-header{gap:.45rem;display:grid}.docs-sidebar-kicker{width:fit-content;color:var(--primary);font-family:var(--font-label);letter-spacing:.08em;text-transform:uppercase;background:#006b5e1a;border-radius:999px;padding:.25rem .6rem;font-size:.7rem;font-weight:700;display:inline-flex}.docs-sidebar-title{font-family:var(--font-display);letter-spacing:-.04em;color:var(--ink);margin:0;font-size:1.5rem;line-height:1}.docs-sidebar-copy{color:var(--ink-secondary);margin:0;font-size:.88rem;line-height:1.65}.docs-language-switch{flex-wrap:wrap;gap:.55rem;display:flex}.docs-language-chip{border:1px solid var(--line);background:var(--surface);color:var(--ink-secondary);font-family:var(--font-label);border-radius:999px;justify-content:center;align-items:center;padding:.45rem .8rem;font-size:.78rem;font-weight:600;transition:border-color .16s,background .16s,color .16s;display:inline-flex}.docs-language-chip:hover{border-color:var(--primary);color:var(--primary)}.docs-language-chip--active{background:var(--primary);color:#fff;border-color:#0000}.docs-sidebar-list{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.docs-sidebar-list--nested{border-left:1px solid var(--line-light);margin-top:.5rem;padding-left:.85rem}.docs-sidebar-folder{gap:.35rem;display:grid}.docs-sidebar-folder-title,.docs-sidebar-separator{font-family:var(--font-label);letter-spacing:.07em;text-transform:uppercase;color:var(--ink-tertiary);font-size:.72rem;font-weight:700}.docs-sidebar-link{color:var(--ink-secondary);border-radius:.9rem;padding:.55rem .7rem;font-size:.9rem;font-weight:500;line-height:1.45;transition:background .16s,color .16s,transform .12s;display:block}.docs-sidebar-link:hover{color:var(--ink);background:#006b5e14}.docs-sidebar-link--folder-index{margin-top:.1rem}.docs-sidebar-link--active{color:var(--primary);background:#006b5e1f}.docs-article{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:1.75rem;padding:1.75rem}.docs-article-header{gap:.6rem;margin-bottom:1.8rem;display:grid}.docs-article-eyebrow{color:var(--ink-tertiary);font-family:var(--font-label);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.docs-article-title{font-family:var(--font-display);letter-spacing:-.05em;color:var(--ink);margin:0;font-size:clamp(2rem,4vw,2.9rem);line-height:.96}.docs-article-description{max-width:70ch;color:var(--ink-secondary);margin:0;font-size:1rem;line-height:1.75}.docs-prose{color:var(--ink-secondary);font-size:.98rem;line-height:1.8}.docs-prose>:first-child{margin-top:0}.docs-prose h2,.docs-prose h3{color:var(--ink);font-family:var(--font-display);letter-spacing:-.03em}.docs-prose h2{margin:2rem 0 .65rem;font-size:1.45rem}.docs-prose h3{margin:1.5rem 0 .55rem;font-size:1.08rem}.docs-prose p,.docs-prose ul,.docs-prose ol{margin:0 0 .95rem}.docs-prose ul,.docs-prose ol{padding-left:1.25rem}.docs-prose li{margin-bottom:.45rem}.docs-prose a{color:var(--primary);text-underline-offset:2px;font-weight:600;text-decoration:underline}.docs-prose code{font-family:var(--font-mono);background:var(--bg-warm);border-radius:var(--radius-sm);padding:.15rem .42rem;font-size:.84rem}.toast-container{z-index:10000;pointer-events:none;flex-direction:column-reverse;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);min-width:280px;max-width:400px;box-shadow:var(--shadow-md);color:var(--ink);pointer-events:auto;flex-direction:row;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.88rem;animation:.3s ease-out toast-slide-in;display:flex}.toast--exit{animation:.3s ease-in forwards toast-fade-out}.toast--success{border-left:3px solid var(--green)}.toast--error{border-left:3px solid var(--red)}.toast--info{border-left:3px solid var(--primary)}.toast-message{flex:1;line-height:1.4}.toast-close{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--ink-tertiary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .12s,background .12s;display:flex}.toast-close:hover{color:var(--ink);background:var(--bg)}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes toast-fade-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(8px)scale(.96)}}@media (max-width:480px){.toast-container{bottom:1rem;left:.75rem;right:.75rem}.toast{min-width:0;max-width:none}}.alert-bell-wrap{flex-shrink:0;margin-left:auto;position:relative}.alert-bell-button{width:36px;height:36px;color:var(--ink-secondary);background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius-full);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.alert-bell-button:hover{color:var(--primary);border-color:var(--primary)}.alert-bell-button--active{color:var(--primary);border-color:var(--primary);background:var(--primary-light)}.alert-bell-button--active:hover{opacity:.85}.alert-bell-tooltip{z-index:50;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-md);min-width:200px;padding:.75rem 1rem;position:absolute;top:calc(100% + 8px);right:0}.alert-bell-tooltip-text{color:var(--ink-secondary);margin:0 0 .5rem;font-size:.82rem}.alert-bell-tooltip-link{color:var(--primary-text);background:var(--primary);border-radius:var(--radius-sm);padding:.35rem .75rem;font-size:.82rem;font-weight:600;transition:background .15s;display:inline-block}.alert-bell-tooltip-link:hover{background:var(--primary-hover)}.alert-config-modal{max-width:440px}.alert-config-radio{cursor:pointer;color:var(--ink);align-items:center;gap:.5rem;font-size:.88rem;display:flex}.alert-config-radio input[type=radio]{accent-color:var(--primary);flex-shrink:0;width:16px;height:16px}.alert-config-radio-label{font-weight:500}.alert-config-threshold{align-items:center;gap:.5rem;padding-left:1.75rem;display:flex}.alert-config-threshold-input{border:1px solid var(--line);border-radius:var(--radius-sm);width:120px;color:var(--ink);background:var(--surface);padding:.5rem .75rem;font-size:.88rem;transition:border-color .15s}.alert-config-threshold-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0c6b5f1a}.alert-config-threshold-unit{color:var(--ink-secondary);font-size:.88rem;font-weight:500}.alert-config-section{border-top:1px solid var(--line-light);flex-direction:column;gap:.55rem;padding-top:.75rem;display:flex}.alert-config-section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-secondary);font-size:.76rem;font-weight:700}.alert-config-merchant-list{flex-direction:column;gap:.45rem;padding-left:1.75rem;display:flex}.alert-config-checkbox{cursor:pointer;color:var(--ink);align-items:center;gap:.55rem;font-size:.88rem;display:flex}.alert-config-checkbox input[type=checkbox]{accent-color:var(--primary);flex-shrink:0;width:16px;height:16px}.alert-config-footer-actions{align-items:center;gap:.5rem;display:flex}.report-cancel-danger{color:var(--red);background:#be27250f;border-color:#be27252e}.report-cancel-danger:hover:not(:disabled){color:#fff;border-color:var(--red);background:var(--red)}.konto-frequency-section{border-top:1px solid var(--line-light);padding:.75rem 0 0}.konto-frequency-options{flex-direction:column;gap:.5rem;display:flex}.konto-frequency-option{cursor:pointer;color:var(--ink);align-items:center;gap:.5rem;font-size:.88rem;display:flex}.konto-frequency-option input[type=radio]{accent-color:var(--primary);flex-shrink:0;width:16px;height:16px}.konto-frequency-option-label{font-weight:500}.auth-modal-overlay{z-index:200;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-modal{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:90%;max-width:440px;padding:0;position:relative;overflow:hidden}.auth-modal-close{color:var(--ink-tertiary);cursor:pointer;z-index:1;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;position:absolute;top:.65rem;right:.75rem}.auth-modal-close:hover{color:var(--ink)}.auth-modal-tabs{border-bottom:1px solid var(--line);display:flex}.auth-modal-tab{text-align:center;cursor:pointer;color:var(--ink-secondary);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.75rem;font-size:.9rem;font-weight:500;transition:color .15s,border-color .15s}.auth-modal-tab:hover{color:var(--ink)}.auth-modal-tab--active{border-bottom:2px solid var(--primary);color:var(--primary)}.auth-modal-body{padding:1.5rem}.auth-modal-message{border-radius:var(--radius-sm);background:var(--green-bg);color:var(--green);margin:0 0 1rem;padding:.5rem .75rem;font-size:.85rem;font-weight:500}.google-signin-btn{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;color:var(--ink);cursor:pointer;background:#fff;align-items:center;gap:.75rem;padding:.65rem 1rem;font-size:.9rem;font-weight:500;transition:border-color .15s,box-shadow .15s;display:flex}.google-signin-btn:hover{border-color:var(--ink-tertiary);box-shadow:var(--shadow-sm)}.google-signin-btn svg{flex-shrink:0;width:18px;height:18px}.catalog-toolbar{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.5rem;padding:0 0 .75rem;display:flex}.catalog-toolbar-count{color:var(--ink-secondary);font-size:.85rem}.pagination{justify-content:center;align-items:center;gap:.25rem;padding:2rem 0 1rem;display:flex}.pagination-link{border-radius:var(--radius-sm);min-width:2.25rem;height:2.25rem;color:var(--ink);justify-content:center;align-items:center;padding:0 .5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:inline-flex}.pagination-link:hover:not(.pagination-disabled):not(.pagination-current){background:var(--primary-light);color:var(--primary)}.pagination-current{background:var(--primary);color:var(--primary-text);pointer-events:none}.pagination-disabled{color:var(--ink-secondary);pointer-events:none}.pagination-ellipsis{min-width:2.25rem;height:2.25rem;color:var(--ink-tertiary);justify-content:center;align-items:center;font-size:.875rem;display:inline-flex}.pagination-prev,.pagination-next{padding:0 .75rem;font-weight:500}@media (max-width:600px){.catalog-toolbar{flex-direction:column;align-items:flex-start;gap:.5rem}.pagination-link{min-width:2rem;height:2rem;font-size:.8125rem}.pagination-prev,.pagination-next{padding:0 .5rem;font-size:.8125rem}}.home-page{background:var(--surface);padding:1.5rem 0 4.5rem;position:relative;overflow:clip}.home-shell{z-index:1;max-width:1380px;margin:0 auto;padding:0 1.25rem;position:relative}.home-hero{z-index:10;text-align:left;padding:0;position:relative}.home-hero-card{background:radial-gradient(circle at 15% 0,#47ffdd1a,#0000 22rem),radial-gradient(circle at 100% 0,#006b5e29,#0000 20rem),linear-gradient(135deg,#051d1a 0%,#0a2e28 42%,#005147 100%);border-radius:1rem;align-items:center;min-height:400px;display:flex;position:relative;box-shadow:0 24px 50px #051d1a24}.home-hero-bg{border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,#ffffff08,#0000 30%),linear-gradient(#0000 55%,#ffffff05);position:absolute;inset:0}.home-hero-content{z-index:1;flex-direction:column;gap:1.5rem;max-width:640px;padding:3rem 2.5rem;display:flex;position:relative}.home-section-kicker{font-family:var(--font-label);letter-spacing:.16em;text-transform:uppercase;color:var(--primary);align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;display:inline-flex}.home-title{font-family:var(--font-headline);letter-spacing:-.04em;color:#fff;margin:0;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.05}.home-intro{max-width:33rem;font-family:var(--font-body);color:#e0efecc7;margin:0;font-size:1.1rem;line-height:1.7}.home-hero-search{z-index:10;max-width:100%;position:relative}.home-page .hero-search-wrap{max-width:none;margin:0}.home-page .hero-search{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-radius:999px;align-items:center;gap:0;padding:.3rem;display:flex;position:relative;box-shadow:0 16px 40px #00000029}.home-page .hero-search input{min-width:0;height:3rem;font-family:var(--font-body);color:var(--on-surface);background:0 0;border:0;flex:1;padding:0 .5rem 0 1.4rem;font-size:1rem}.home-page .hero-search input::placeholder{color:var(--on-surface-variant)}.home-page .hero-search input:focus{box-shadow:none;outline:none}.home-page .hero-search-btn{background:linear-gradient(135deg,var(--primary),var(--primary-container));height:2.75rem;color:var(--primary-text);font-family:var(--font-headline);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:0 1.4rem;font-weight:700;transition:transform .2s,opacity .2s;display:inline-flex;position:static;top:auto;right:auto;transform:none}.home-page .hero-search-btn:hover{opacity:.92}.home-page .search-dropdown{z-index:300;border:0;border-radius:1rem;margin-top:.55rem;box-shadow:0 24px 60px #0a19173d}.home-page .search-group-label{color:var(--ink-tertiary)}.home-stat-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1.5rem;display:grid}.home-stat-card{background:var(--surface-lowest);box-shadow:var(--shadow-sm);border-radius:1rem;flex-direction:column;gap:.25rem;padding:1.1rem 1.15rem;display:flex}.home-stat-card strong{font-family:var(--font-headline);color:var(--primary);letter-spacing:-.04em;font-size:1.35rem;font-weight:800}.home-stat-card span{font-family:var(--font-label);color:var(--ink-secondary);font-size:.8rem}.home-quick-row{flex-wrap:wrap;gap:.85rem;padding:1rem 0 1.15rem;display:flex}.home-quick-pill{background:var(--secondary-fixed);font-family:var(--font-body);color:var(--on-surface-variant);border-radius:999px;align-items:center;gap:.65rem;padding:.75rem 1rem;font-size:.88rem;font-weight:600;transition:background .2s,transform .2s,color .2s;display:inline-flex}.home-quick-pill:hover{background:var(--primary);color:var(--primary-text);transform:translateY(-2px)}.home-section{padding:4.5rem 0 0}.home-section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.8rem;display:flex}.home-section-head--stacked{display:block;position:relative}.home-section-topline{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.55rem;display:flex}.home-section-title{max-width:18ch;font-family:var(--font-headline);letter-spacing:-.03em;color:var(--on-surface);margin:.55rem 0 0;font-size:clamp(1.75rem,3.6vw,2.5rem);font-weight:700;line-height:1.1}.home-section-subtitle{max-width:42rem;color:var(--ink-secondary);margin:.7rem 0 0;font-size:.98rem;line-height:1.7}.home-section-link{background:var(--secondary-fixed);color:var(--primary);font-family:var(--font-body);white-space:nowrap;border-radius:999px;align-items:center;gap:.55rem;padding:.8rem 1rem;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.home-section-link--inline{background:0 0;padding:0;font-size:.9rem}.home-section-link:hover{background:var(--primary);color:var(--primary-text)}.home-section-link--inline:hover{color:var(--primary-hover);background:0 0}.home-bento-grid{grid-template-columns:minmax(0,1.55fr) repeat(2,minmax(0,1fr));gap:1rem;display:grid}.home-bento-card{background:var(--surface-lowest);min-height:17rem;box-shadow:var(--shadow-sm);border-radius:.75rem;padding:1.4rem;transition:transform .5s,box-shadow .5s;position:relative;overflow:hidden}.home-bento-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.home-bento-card--feature{background:radial-gradient(circle at 25% 15%,#9ff2e14d,transparent 32rem),linear-gradient(180deg,var(--primary)0%,var(--primary-container)60%,#173932 100%);color:#fff;grid-row:span 2;min-height:35rem}.home-bento-card--compact{background:var(--surface-low)}.home-bento-card--signal{background:linear-gradient(135deg,var(--primary),var(--primary-container));color:#fff;width:100%}.home-bento-overlay{background:linear-gradient(#0000 34%,#08221dd1 100%),radial-gradient(circle at 60% 20%,#ffffff24,#0000 20rem);position:absolute;inset:0}.home-bento-icon-wrap{z-index:1;width:4rem;height:4rem;color:inherit;background:#ffffff2e;border-radius:1.35rem;justify-content:center;align-items:center;display:inline-flex;position:relative}.home-bento-icon-wrap--compact{color:#0c6b5f;background:#0c6b5f14;width:3.2rem;height:3.2rem}.home-bento-content{z-index:1;position:absolute;bottom:1.35rem;left:1.4rem;right:1.4rem}.home-bento-label{letter-spacing:.16em;text-transform:uppercase;opacity:.84;margin-bottom:.5rem;font-size:.72rem;font-weight:700;display:inline-flex}.home-bento-content h3{font-family:var(--font-headline);letter-spacing:-.03em;margin:0;font-size:1.7rem;line-height:1.1}.home-bento-card--compact .home-bento-content,.home-bento-card--signal .home-bento-content{margin-top:.75rem;position:relative;bottom:auto;left:auto;right:auto}.home-bento-card--compact .home-bento-content h3,.home-bento-card--signal .home-bento-content h3{font-size:1.35rem}.home-bento-content p{max-width:26rem;color:inherit;opacity:.82;margin:.65rem 0 0;font-size:.92rem;line-height:1.65}.home-signal-list{opacity:.9;flex-wrap:wrap;gap:.55rem;margin-top:1.1rem;font-size:.86rem;font-weight:600;display:flex}.home-signal-link{min-height:2rem;color:inherit;white-space:nowrap;background:#ffffff1f;border-radius:999px;align-items:center;padding:0 .8rem;display:inline-flex}.home-deal-tags{flex-wrap:wrap;gap:.7rem;margin-bottom:1.5rem;display:flex}.home-deal-tag{background:var(--secondary-fixed);color:var(--on-surface-variant);border-radius:999px;align-items:center;gap:.6rem;padding:.65rem .9rem;transition:background .2s;display:inline-flex}.home-deal-tag:hover{background:var(--secondary-container)}.home-deal-tag strong{font-family:var(--font-headline);color:var(--primary);font-size:.9rem}.home-deal-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;display:grid}.home-deal-lead,.home-deal-card,.home-fresh-card,.home-alert-card{transition:transform .18s,box-shadow .18s,border-color .18s}.home-deal-lead{background:var(--surface-lowest);box-shadow:var(--shadow-md);border-radius:.75rem;grid-template-columns:minmax(0,1fr);display:grid;position:relative;overflow:hidden}.home-deal-lead:hover,.home-deal-card:hover,.home-fresh-card:hover,.home-alert-card:hover{transform:translateY(-4px);box-shadow:0 30px 52px #071d181a}.home-deal-badge,.home-deal-chip{background:var(--tertiary-container);color:var(--on-tertiary-container);font-family:var(--font-label);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:.38rem .68rem;font-size:.75rem;font-weight:800;display:inline-flex}.home-deal-badge{z-index:2;position:absolute;top:1rem;left:1rem}.home-deal-image,.home-deal-card-media,.home-fresh-media{background:var(--surface-low);position:relative;overflow:hidden}.home-deal-image img,.home-deal-card-media img,.home-fresh-media img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;transition:transform .5s}.home-deal-lead:hover .home-deal-image img,.home-deal-card:hover .home-deal-card-media img,.home-fresh-card:hover .home-fresh-media img{transform:scale(1.04)}.home-deal-image img,.home-fresh-media img,.home-deal-card-media img{padding:1.25rem}.home-deal-image-fallback{background:linear-gradient(135deg,#0c6b5f1f,#1ca88e0d);width:100%;height:100%}.home-deal-body,.home-deal-card-body,.home-fresh-body{flex-direction:column;display:flex}.home-deal-image{height:18rem}.home-deal-body{justify-content:flex-end;padding:1.25rem 1.5rem 1.5rem}.home-deal-card-body{padding:1.05rem 1.1rem 1.15rem}.home-fresh-body{padding:1.15rem}.home-deal-category{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin-bottom:.55rem;font-size:.74rem;font-weight:700}.home-deal-body h3,.home-deal-card-body h3,.home-fresh-body h3{font-family:var(--font-headline);letter-spacing:-.03em;color:var(--on-surface);margin:0;font-weight:700}.home-deal-body h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1.6rem;line-height:1.15;display:-webkit-box;overflow:hidden}.home-deal-card-body h3,.home-fresh-body h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;font-size:1.05rem;line-height:1.25;display:-webkit-box;overflow:hidden}.home-deal-price-row,.home-deal-card-footer,.home-fresh-footer{justify-content:space-between;align-items:baseline;gap:.65rem;margin-top:1rem;display:flex}.home-deal-price{font-family:var(--font-headline);letter-spacing:-.03em;color:var(--primary);font-size:1.7rem;font-weight:700}.home-deal-card .home-deal-price,.home-fresh-footer span:first-child{font-size:1.05rem}.home-deal-reference{color:var(--ink-tertiary);white-space:nowrap;font-size:.9rem;text-decoration:line-through}.home-deal-meta{color:var(--ink-secondary);flex-wrap:wrap;gap:.6rem 1rem;margin-top:1.1rem;font-size:.84rem;display:flex}.home-deal-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.home-deal-card{background:var(--surface-lowest);box-shadow:var(--shadow-sm);border-radius:.75rem;overflow:hidden}.home-deal-card-media{height:11.5rem;position:relative}.home-deal-chip{position:absolute;top:.85rem;left:.85rem}.home-fresh-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.home-fresh-card{background:var(--surface-lowest);box-shadow:var(--shadow-sm);border-radius:.75rem;overflow:hidden}.home-fresh-card--feature{grid-column:span 2}.home-fresh-media{height:14rem}.home-fresh-card--feature .home-fresh-media{height:18rem}.home-fresh-tags{flex-wrap:wrap;gap:.45rem;margin-bottom:.8rem;display:flex}.home-fresh-tag{color:#2f4f48;background:#0c6b5f0f;border-radius:999px;align-items:center;padding:.38rem .62rem;font-size:.74rem;font-weight:700;display:inline-flex}.home-fresh-tag--accent{color:#0c6b5f;background:#0c6b5f24}.home-fresh-footer{color:var(--ink-secondary);margin-top:.9rem;font-size:.84rem}.home-alert-banner{padding-bottom:1rem}.home-alert-card{background:linear-gradient(135deg,var(--primary),var(--primary-container));color:#fff;border-radius:.75rem;justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem;display:flex;box-shadow:0 24px 50px #00514729}.home-alert-card .home-section-kicker,.home-alert-card .home-section-subtitle,.home-alert-card .home-section-title{color:inherit}.home-alert-card .home-section-subtitle{opacity:.86;max-width:40rem}.home-alert-actions{flex-wrap:wrap;gap:.75rem;display:flex}.home-alert-action{color:#fff;white-space:nowrap;background:#ffffff1f;border-radius:999px;justify-content:center;align-items:center;min-height:3rem;padding:0 1.1rem;font-weight:700;display:inline-flex}.home-alert-action--primary{color:#0c6b5f;background:#fff}.home-mobile-search,.home-mobile-categories{display:none}.home-mobile-search{padding:.75rem 0 .65rem}.home-mobile-hero-card{background:radial-gradient(circle at 10% 0,#47ffdd1a,#0000 16rem),linear-gradient(135deg,#06211d 0%,#0a3029 48%,#005147 100%);border-radius:1rem;flex-direction:column;gap:.9rem;padding:1rem;display:flex;box-shadow:0 18px 36px #051d1a24}.home-mobile-hero-copy{flex-direction:column;gap:.45rem;display:flex}.home-mobile-hero-copy h1{font-family:var(--font-headline);letter-spacing:-.04em;color:#fff;margin:0;font-size:clamp(1.55rem,7vw,2rem);line-height:1.08}.home-mobile-hero-copy p{color:#e0efecd1;margin:0;font-size:.92rem;line-height:1.55}.home-mobile-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.home-mobile-hero-stat{background:#ffffff1a;border:1px solid #ffffff14;border-radius:.85rem;flex-direction:column;gap:.18rem;padding:.6rem .65rem;display:flex}.home-mobile-hero-stat strong{color:#fff;font-size:.9rem}.home-mobile-hero-stat span{color:#e0efecbd;font-size:.68rem;line-height:1.35}.home-mobile-search .hero-search-wrap{max-width:none}.home-mobile-search .hero-search{background:var(--surface-lowest);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:0;padding:.3rem;display:flex;position:relative}.home-mobile-search .hero-search input{min-width:0;height:2.75rem;font-family:var(--font-body);color:var(--on-surface);background:0 0;border:0;flex:1;padding:0 .5rem 0 1.2rem;font-size:.92rem}.home-mobile-search .hero-search input::placeholder{color:var(--ink-tertiary)}.home-mobile-search .hero-search input:focus{outline:none}.home-mobile-search .hero-search-btn{background:linear-gradient(135deg,var(--primary),var(--primary-container));width:2.5rem;height:2.5rem;color:var(--primary-text);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:static}.home-mobile-search .hero-search-btn span{display:none}.home-mobile-search .search-dropdown{box-shadow:var(--shadow-lg);z-index:300;border-radius:.75rem}.home-catgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;padding:.25rem 0 0;display:grid}.home-catgrid-item{border-radius:var(--radius-sm);background:var(--surface-lowest);align-items:center;gap:.6rem;padding:.65rem .75rem;transition:background .2s;display:flex}.home-catgrid-item:active{background:var(--surface-low)}.home-catgrid-icon{border-radius:var(--radius-sm);width:2rem;height:2rem;color:var(--primary);background:#0c6b5f14;flex:none;justify-content:center;align-items:center;display:inline-flex}.home-catgrid-label{font-family:var(--font-body);color:var(--on-surface);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.home-carousel{display:none}.home-carousel-card{border-radius:var(--radius);background:var(--surface-lowest);width:55vw;max-width:220px;box-shadow:var(--shadow-sm);flex:none;overflow:hidden}.home-carousel-media{aspect-ratio:1;background:var(--surface-low);position:relative;overflow:hidden}.home-carousel-media img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;padding:.75rem}.home-carousel-badge{background:var(--tertiary-container);color:var(--on-tertiary-container);font-family:var(--font-label);letter-spacing:.04em;border-radius:999px;align-items:center;padding:.2rem .45rem;font-size:.65rem;font-weight:800;display:inline-flex;position:absolute;top:.5rem;left:.5rem}.home-carousel-body{padding:.6rem .7rem .75rem}.home-carousel-body h3{font-family:var(--font-headline);letter-spacing:-.02em;color:var(--on-surface);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;margin:0;font-size:.8rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.home-carousel-footer{align-items:baseline;gap:.4rem;margin-top:.4rem;display:flex}.home-carousel-price{font-family:var(--font-headline);letter-spacing:-.02em;color:var(--on-surface);font-size:1rem;font-weight:700}.home-carousel-ref{color:var(--ink-tertiary);font-size:.72rem;text-decoration:line-through}.home-carousel-stores{color:var(--ink-tertiary);font-size:.72rem}.home-mobile-grid,.home-mobile-grid-cta{display:none}.home-mobile-grid-card{border-radius:var(--radius);background:var(--surface-lowest);box-shadow:var(--shadow-sm);overflow:hidden}.home-mobile-grid-media{aspect-ratio:1;background:var(--surface-low);position:relative;overflow:hidden}.home-mobile-grid-media img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;padding:.75rem}.home-mobile-grid-badge{background:var(--tertiary-container);color:var(--on-tertiary-container);font-family:var(--font-label);letter-spacing:.04em;border-radius:999px;align-items:center;padding:.18rem .4rem;font-size:.6rem;font-weight:800;display:inline-flex;position:absolute;top:.45rem;left:.45rem}.home-mobile-grid-body{padding:.55rem .65rem .7rem}.home-mobile-grid-body h3{font-family:var(--font-headline);letter-spacing:-.01em;color:var(--on-surface);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;margin:0;font-size:.78rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.home-mobile-grid-footer{align-items:baseline;gap:.35rem;margin-top:.3rem;display:flex}.home-mobile-grid-price{font-family:var(--font-headline);letter-spacing:-.02em;color:var(--on-surface);font-size:.95rem;font-weight:700}.home-mobile-grid-ref{color:var(--ink-tertiary);font-size:.68rem;text-decoration:line-through}.home-mobile-grid-stores{color:var(--ink-tertiary);font-size:.68rem}.home-mobile-grid-cta-btn{border-radius:var(--radius);background:var(--surface-lowest);border:1px solid var(--line);width:100%;font-family:var(--font-body);color:var(--primary);justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.88rem;font-weight:600;transition:background .2s;display:inline-flex}.home-mobile-grid-cta-btn:hover{background:var(--surface-low)}@media (max-width:1180px){.home-deal-layout{grid-template-columns:1fr}.home-bento-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-bento-card--feature{grid-column:span 2;min-height:26rem}.home-bento-card--signal{grid-column:1/-1}.home-fresh-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.home-page{padding-top:0;padding-bottom:0}.home-shell{padding:0 1rem}.home-mobile-search,.home-mobile-categories{display:block}.home-desktop-only{display:none!important}.home-mobile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.home-mobile-grid-cta{margin-top:.75rem;display:block}.home-deals .home-section-head{margin-bottom:.75rem}.home-hero-card{border-radius:.75rem;min-height:320px}.home-hero-content{padding:2rem 1.5rem}.home-title{font-size:clamp(2rem,10vw,2.8rem)}.home-intro{font-size:.95rem}.home-page .hero-search{border-radius:999px;flex-direction:row;align-items:center;gap:.35rem;padding:.35rem}.home-page .hero-search-btn{border-radius:999px;flex:none;width:3rem;min-height:3.1rem;padding:0}.home-page .hero-search-btn span{display:none}.home-page .hero-search input{height:3rem;padding:0 1rem}.home-stat-row,.home-bento-grid{grid-template-columns:1fr}.home-quick-row{scrollbar-width:none;flex-wrap:nowrap;padding-top:.25rem;padding-bottom:1rem;overflow-x:auto}.home-quick-row::-webkit-scrollbar{display:none}.home-quick-pill{flex:none}.home-mobile-hero-card{border-radius:.9rem;gap:.8rem;padding:.9rem}.home-mobile-hero-copy h1{font-size:1.45rem}.home-mobile-hero-copy p{font-size:.88rem}.home-mobile-hero-stats{gap:.45rem}.home-mobile-hero-stat{padding:.55rem}.home-section{padding-top:3rem}.home-section-head,.home-alert-card{flex-direction:column;align-items:flex-start}.home-section-head--stacked{display:block}.home-section-topline{align-items:baseline;margin-bottom:.7rem}.home-section-link{padding-left:0}.home-interest .home-section-link{display:none}.home-interest .home-section-head{margin-bottom:.6rem}.home-bento-card,.home-bento-card--feature{grid-area:auto;min-height:16rem}.home-bento-card--signal{grid-column:1/-1;min-height:0}.home-bento-card--signal .home-bento-content{margin-top:0}.home-bento-card--signal .home-bento-content h3{max-width:none;font-size:clamp(1.35rem,5.5vw,1.75rem)}.home-bento-card--signal .home-bento-content p{max-width:none}.home-signal-list{scrollbar-width:none;flex-wrap:nowrap;gap:.4rem;overflow-x:auto}.home-signal-list::-webkit-scrollbar{display:none}.home-signal-list span{white-space:nowrap}.home-deal-lead{grid-template-columns:1fr;min-height:0}.home-deal-tags{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:.15rem;overflow-x:auto}.home-deal-tags::-webkit-scrollbar{display:none}.home-deal-tag{flex:none}.home-deal-image{min-height:15rem}.home-deal-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.home-deal-card-media{height:8.5rem}.home-deal-card-media img{padding:.75rem}.home-deal-card-body{padding:.65rem .7rem .75rem}.home-deal-card-body .home-deal-category{letter-spacing:.1em;margin-bottom:.25rem;font-size:.62rem}.home-deal-card-body h3{-webkit-line-clamp:2;min-height:2.4em;font-size:.82rem;line-height:1.2}.home-deal-card .home-deal-price{font-size:.95rem;font-weight:700}.home-deal-card .home-deal-reference{font-size:.72rem}.home-deal-card-footer{gap:.35rem;margin-top:.45rem}.home-deal-chip{padding:.22rem .45rem;font-size:.62rem;top:.5rem;left:.5rem}.home-fresh-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.home-fresh-card--feature{grid-column:auto}.home-fresh-media,.home-fresh-card--feature .home-fresh-media{height:8.5rem}.home-fresh-body{padding:.65rem .7rem .75rem}.home-fresh-tags{gap:.3rem;margin-bottom:.5rem}.home-fresh-tag{padding:.25rem .45rem;font-size:.62rem}.home-fresh-body h3{-webkit-line-clamp:2;min-height:2.4em;font-size:.82rem;line-height:1.2}.home-fresh-footer{margin-top:.45rem;font-size:.75rem}.home-alert-actions{width:100%}.home-alert-action{flex:auto}}@media (prefers-reduced-motion:reduce){.home-quick-pill,.home-bento-card,.home-deal-lead,.home-deal-card,.home-fresh-card,.home-alert-card,.home-page .hero-search-btn,.home-deal-image img,.home-deal-card-media img,.home-fresh-media img{transition:none}}.category-page-shell{padding-top:1.6rem;padding-bottom:4.5rem}.category-hero-banner{background:radial-gradient(circle at 15% 0%,#47ffdd1a,transparent 22rem),radial-gradient(circle at 100% 0%,#006b5e29,transparent 20rem),linear-gradient(135deg,#051d1a 0%,#0a2e28 42%,var(--primary)100%);color:#fff;border-radius:1rem;margin-bottom:1.5rem;padding:2rem 2.5rem;position:relative}.category-hero-banner-bg{border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,#ffffff08,#0000 30%),linear-gradient(#0000 55%,#ffffff05);position:absolute;inset:0}.category-hero-banner-content{z-index:1;position:relative}.category-hero-banner .category-breadcrumbs{color:#fff9;margin-bottom:.75rem;font-size:.78rem}.category-hero-banner .category-breadcrumbs a{color:#ffffffb3}.category-hero-banner .category-breadcrumbs a:hover{color:#fff}.category-hero-banner .breadcrumb-sep{color:#fff6}.category-banner-title{font-family:var(--font-headline);letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.05}.category-banner-count{font-family:var(--font-body);color:#e0efecc7;margin:.5rem 0 0;font-size:1rem}.category-banner-intro{max-width:52rem;margin-top:1.1rem}.category-banner-intro--mobile{display:none}.expandable-text{margin-top:.2rem}.expandable-toggle{font-family:var(--font-body);color:#ffffffb3;cursor:pointer;background:0 0;border:0;padding:0;font-size:.82rem;font-weight:600;display:inline}.category-banner-intro-title{font-family:var(--font-headline);letter-spacing:-.02em;color:#f4fbfa;margin:0;font-size:clamp(1.05rem,1.8vw,1.35rem);font-weight:700}.category-banner-intro-body{font-family:var(--font-body);color:#e0efecd1;margin:.45rem 0 0;font-size:1rem;line-height:1.6}.category-subcat-row{flex-wrap:wrap;gap:.6rem;margin-bottom:1rem;padding:0;display:flex}@media (max-width:760px){.category-subcat-row{scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.category-subcat-row::-webkit-scrollbar{display:none}}.category-subcat-pill{background:var(--secondary-fixed);font-family:var(--font-body);color:var(--on-surface-variant);white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.category-subcat-pill:hover{background:var(--primary);color:var(--primary-text)}.category-subcat-pill-count{min-width:1.5rem;height:1.5rem;font-family:var(--font-label);color:var(--primary);background:#0051471f;border-radius:999px;justify-content:center;align-items:center;padding:0 .35rem;font-size:.72rem;font-weight:700;display:inline-flex}.category-subcat-pill:hover .category-subcat-pill-count{color:#fff;background:#fff3}.category-loading-block{background-color:#ffffff1f;background-image:linear-gradient(90deg,#ffffff2e 0%,#ffffff57 48%,#ffffff2e 100%),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:240% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:999px;animation:1.4s ease-in-out infinite category-loading-shimmer;display:block}.category-loading-hero{overflow:hidden}.category-loading-hero-content{gap:.9rem}.category-loading-breadcrumbs{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.category-loading-copy{gap:.65rem;max-width:38rem;display:grid}.category-loading-block--crumb{width:5.5rem;height:.78rem}.category-loading-block--crumb-wide{width:8.5rem}.category-loading-block--sep{opacity:.5;width:.75rem;height:.75rem}.category-loading-block--title{border-radius:1rem;width:min(26rem,78%);height:clamp(2rem,4vw,2.9rem)}.category-loading-block--count{width:10rem;height:.95rem}.category-loading-block--eyebrow{width:11rem;height:.92rem}.category-loading-block--line{width:min(32rem,86%);height:.92rem}.category-loading-block--line-short{width:min(24rem,66%)}.category-loading-subcats{margin-top:1.4rem}.category-loading-pill{pointer-events:none;gap:.7rem}.category-loading-pill-dot,.category-loading-pill-count,.category-loading-image-chip{background-color:#ffffff29;background-image:linear-gradient(90deg,#ffffff2e 0%,#ffffff57 48%,#ffffff2e 100%),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:240% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:999px;animation:1.4s ease-in-out infinite category-loading-shimmer;display:inline-flex}.category-loading-pill-dot{width:1rem;height:1rem}.category-loading-pill-count{width:2rem;height:1.2rem}.category-loading-block--pill{width:7rem;height:.9rem}.category-loading-filters{pointer-events:none}.category-loading-filter-shell{gap:1rem;display:grid}.category-loading-block--filter-title{width:7rem;height:1rem}.category-loading-filter-section{border-top:1px solid #0b1f2a14;gap:.8rem;padding-top:.8rem;display:grid}.category-loading-block--filter-heading{width:8rem;height:.92rem}.category-loading-filter-options{gap:.65rem;display:grid}.category-loading-block--option{width:100%;height:.86rem}.category-loading-block--option-short{width:68%}.category-loading-toolbar{justify-content:space-between;align-items:center;gap:1rem;padding:.4rem 0 .9rem;display:flex}.category-loading-block--toolbar-left{width:7.5rem;height:.95rem}.category-loading-block--toolbar-right{border-radius:999px;width:10rem;height:2.1rem}.category-loading-card{pointer-events:none}.category-loading-image{background:radial-gradient(circle at 0 0,#ffffffb8,#0000 42%),linear-gradient(#f7faf9 0%,#eef5f3 100%);min-height:12rem;position:relative}.category-loading-image:before{content:"";background:linear-gradient(90deg,#006b5e14 0%,#ffffffb8 50%,#006b5e14 100%) 0 0/220% 100%;border-radius:1.25rem;animation:1.5s ease-in-out infinite category-loading-shimmer;position:absolute;inset:1rem}.category-loading-image-chip{z-index:1;width:5.4rem;height:1.35rem;position:absolute;bottom:.95rem;left:.95rem}.category-loading-block--tag{width:3.6rem;height:1.05rem}.category-loading-block--tag-muted{width:4.4rem}.category-loading-block--card-title{border-radius:.85rem;width:100%;height:1rem}.category-loading-block--card-title-short{width:72%}.category-loading-block--meta{width:5.4rem;height:.8rem}.category-loading-block--meta-short{width:4.2rem}.category-loading-block--price{width:6.8rem;height:1.15rem}.category-loading-block--ref{width:4.6rem;height:.82rem}.category-loading-block--link{width:5rem;height:.9rem}@keyframes category-loading-shimmer{0%{background-position:200% 0}to{background-position:-40% 0}}.category-hero{grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);align-items:stretch;gap:1.25rem;margin-bottom:2.2rem;display:grid}.category-hero-copy,.category-spotlight-card{background:var(--surface-lowest);box-shadow:var(--shadow-md);border-radius:.75rem;position:relative;overflow:hidden}.category-hero-copy{padding:2.25rem 2.35rem 2rem}.category-hero-copy:after,.category-spotlight-card:after{content:"";filter:blur(10px);background:#0c6b5f14;border-radius:999px;width:220px;height:220px;position:absolute;inset:auto -60px -80px auto}.category-hero-kicker-row{align-items:center;gap:.65rem;margin-bottom:1rem;display:inline-flex}.category-hero-kicker,.category-subsection-kicker,.category-spotlight-eyebrow,.category-page-shell .flt-header-eyebrow,.category-page-shell .catalog-toolbar-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#0c6b5f;align-items:center;gap:.35rem;font-size:.76rem;font-weight:800;display:inline-flex}.category-hero-kicker-dot{background:#0c6b5f66;border-radius:999px;width:5px;height:5px}.category-hero-kicker-muted{color:var(--ink-secondary);font-size:.88rem;font-weight:600}.category-breadcrumbs{margin-bottom:1rem}.category-page-title{letter-spacing:-.05em;max-width:11ch;margin:0;font-size:clamp(2.8rem,5.4vw,4.6rem);line-height:.94}.category-page-intro{max-width:56ch;color:var(--ink-secondary);margin:1rem 0 0;font-size:1.02rem;line-height:1.7}.category-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1.5rem;display:grid}.category-hero-metric{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffc7;border:1px solid #0c6b5f1a;border-radius:22px;padding:1rem 1rem 1.05rem}.category-hero-metric-label{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-tertiary);font-size:.74rem;font-weight:700;display:block}.category-hero-metric-value{font-family:var(--font-display);color:#133a35;margin-top:.45rem;font-size:1.45rem;line-height:1;display:block}.category-pill-row{flex-wrap:wrap;gap:.7rem;margin-top:1.5rem;display:flex}.category-pill{color:#143b36;background:#ffffffd1;border:1px solid #0c6b5f1c;border-radius:999px;align-items:center;gap:.65rem;min-height:2.9rem;padding:0 1.1rem;font-weight:700;transition:transform .18s,border-color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 24px #09221e0d}.category-pill:hover{border-color:#0c6b5f42;transform:translateY(-1px);box-shadow:0 14px 30px #09221e14}.category-pill-count{color:#0c6b5f;background:#0c6b5f1a;border-radius:999px;justify-content:center;align-items:center;min-width:2rem;height:2rem;padding:0 .55rem;font-size:.78rem;font-weight:800;display:inline-flex}.category-hero-spotlight{min-width:0}.category-spotlight-card{flex-direction:column;gap:1rem;height:100%;padding:1.15rem;display:flex}.category-spotlight-media{background:radial-gradient(circle at 50% 30%,#fffffff2,#f0f6f4cc),linear-gradient(#ffffffe6,#ebf3f1e6);border-radius:24px;place-items:center;min-height:280px;padding:1.4rem;display:grid}.category-spotlight-media img,.category-product-image img{object-fit:contain;max-width:100%;max-height:100%}.category-spotlight-placeholder{background:linear-gradient(135deg,#0c6b5f1f,#0c6b5f0a),repeating-linear-gradient(-45deg,#0c6b5f0f,#0c6b5f0f 16px,#fff6 16px 32px);border-radius:20px;width:100%;height:220px}.category-spotlight-body{z-index:1;flex-direction:column;flex:1;gap:.95rem;padding:.15rem .25rem .2rem;display:flex;position:relative}.category-spotlight-tags{flex-wrap:wrap;gap:.45rem;display:flex}.category-spotlight-tag{color:#0c6b5f;letter-spacing:.04em;text-transform:uppercase;background:#0c6b5f1f;border-radius:999px;align-items:center;min-height:1.9rem;padding:0 .75rem;font-size:.76rem;font-weight:800;display:inline-flex}.category-spotlight-tag--muted{color:var(--ink-secondary);background:#0000000d}.category-spotlight-title{letter-spacing:-.04em;margin:0;font-size:1.55rem;line-height:1.08}.category-spotlight-copy{color:var(--ink-secondary);margin:0;line-height:1.65}.category-spotlight-footer{justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:auto;display:flex}.category-spotlight-price-wrap{flex-direction:column;gap:.3rem;display:flex}.category-spotlight-price-label{color:var(--ink-tertiary);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700}.category-spotlight-price{font-family:var(--font-display);color:#143b36;font-size:2rem;line-height:.95}.category-spotlight-link{color:#fff;background:linear-gradient(135deg,#0c6b5f,#0b4e46);border-radius:999px;justify-content:center;align-items:center;min-height:3rem;padding:0 1.2rem;font-weight:800;display:inline-flex;box-shadow:0 18px 34px #09221e29}.category-spotlight-empty{z-index:1;min-height:100%;color:var(--ink-secondary);text-align:center;background:#ffffffbd;border-radius:24px;place-items:center;padding:2rem;line-height:1.7;display:grid;position:relative}.category-subsection{padding-top:.6rem;padding-bottom:1.5rem}.category-subsection-head{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1rem;display:flex}.category-subsection-title{letter-spacing:-.04em;margin:.4rem 0 0;font-size:clamp(1.8rem,4vw,2.6rem);line-height:.98}.category-subsection-copy{max-width:38rem;color:var(--ink-secondary);margin:0;line-height:1.7}.category-grid--editorial{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.category-card--editorial{background:var(--surface-lowest);min-height:220px;box-shadow:var(--shadow-sm);border-radius:.75rem;flex-direction:column;gap:.9rem;padding:1.2rem;display:flex}.category-card--editorial:hover{border-color:#0c6b5f38;transform:translateY(-3px)}.category-card-topline{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.category-card-collection{color:var(--ink-tertiary);letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;font-weight:800}.category-card-copy{color:var(--ink-secondary);font-size:.94rem;line-height:1.65}.category-catalog-layout{align-items:flex-start;gap:1.25rem}.category-page-shell .flt-above{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.category-page-shell .flt-chips{flex:1;gap:.5rem}.category-page-shell .flt-chip{color:#0c6b5f;background:#0c6b5f14;border-color:#0c6b5f1f;min-height:2.2rem;padding:0 .8rem;font-weight:700}.category-page-shell .flt-chip:hover{background:#0c6b5f;border-color:#0c6b5f}.category-page-shell .flt-chip--clear{color:var(--ink-secondary);background:0 0}.category-page-shell .flt-sidebar{width:min(280px,100%);position:sticky;top:88px}.category-page-shell .catalog-main{gap:0}.category-page-shell .catalog-toolbar{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.75rem;padding:0;display:flex}.category-page-shell .catalog-toolbar-count{color:#0c6b5f;font-size:.88rem;font-weight:800}.category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.category-product-card{background:var(--surface-lowest);min-height:100%;box-shadow:var(--shadow-sm);border-radius:.75rem;flex-direction:column;gap:.85rem;padding:1rem;display:flex}.category-product-card:hover{border-color:#0c6b5f2e;transform:translateY(-3px);box-shadow:0 26px 48px #09221e1a}.category-product-image{background:var(--surface-low);border-radius:1rem;min-height:200px;padding:1.25rem}.category-product-image img{mix-blend-mode:multiply}.category-product-tags{gap:.45rem}.category-page-shell .tag-soft{color:#143834;background:#13383414}.category-product-title{font-size:1rem;line-height:1.45}.category-product-meta{color:var(--ink-secondary);flex-wrap:wrap;gap:.5rem .75rem;font-size:.84rem;display:flex}.category-product-footer{align-items:flex-end;margin-top:auto}.category-product-link{color:var(--primary);font-family:var(--font-label);background:0 0;border-radius:0;align-items:center;gap:.3rem;padding:0;font-size:.82rem;font-weight:650;transition:color .2s,transform .2s;display:inline-flex}.category-product-card:hover .category-product-link{color:var(--primary-hover);transform:translate(2px)}.category-empty-state{background:var(--surface-low);background:#ffffffb3;border-radius:28px;padding:3rem 1rem}.category-page-shell .pagination{margin-top:1.2rem}@media (max-width:1180px){.category-hero{grid-template-columns:1fr}.category-grid--editorial,.category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.category-page-shell{padding-top:1rem}.category-hero-copy,.category-spotlight-card{border-radius:28px}.category-page-shell .flt-above{flex-direction:column;align-items:stretch}.category-page-shell .flt-mobile-trigger{z-index:20;color:#fff;background:#0c6b5f;border:none;border-radius:999px;justify-content:center;align-self:flex-start;align-items:center;min-height:3rem;padding:0 1rem;display:inline-flex;position:sticky;bottom:1rem;box-shadow:0 16px 30px #09221e2e}.category-page-shell .catalog-toolbar{flex-direction:column;align-items:flex-start}.category-page-shell .catalog-toolbar-actions{justify-content:space-between;width:100%}}@media (max-width:760px){.category-hero-banner{border-radius:.75rem;margin-bottom:.75rem;padding:1rem 1.25rem}.category-banner-title{font-size:clamp(1.5rem,8vw,2.2rem)}.category-banner-count{margin-top:.15rem;font-size:.82rem}.category-banner-intro--desktop{display:none}.category-banner-intro--mobile{margin-top:.3rem;display:block}.category-hero-copy{padding:1.4rem 1.2rem 1.25rem}.category-page-title{max-width:100%;font-size:clamp(2.2rem,12vw,3.2rem)}.category-page-intro{font-size:.95rem}.category-hero-metrics{grid-template-columns:1fr}.category-subsection-head{flex-direction:column;align-items:flex-start}.category-grid--editorial,.category-product-grid{grid-template-columns:1fr}.category-page-shell .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.category-page-shell .product-card-image{height:8.5rem;min-height:0}.category-page-shell .product-card-title{-webkit-line-clamp:2;font-size:.82rem;line-height:1.2}.category-page-shell .product-card-brand{font-size:.62rem}.category-page-shell .product-card-price{font-size:.95rem}.category-page-shell .product-card-stores{font-size:.7rem}.category-loading-filters{display:none}.category-loading-subcats{margin-top:1rem}.category-loading-toolbar{padding-top:0}.category-loading-block--toolbar-left{width:5.8rem}.category-loading-block--toolbar-right{width:7.6rem;height:1.9rem}.category-loading-image{min-height:9.5rem}.category-page-shell .catalog-toolbar{padding:0 0 .5rem}.category-page-shell .catalog-toolbar-summary{display:none}.category-page-shell .catalog-toolbar-actions{flex-direction:row;justify-content:flex-end;align-items:center;width:100%}.category-page-shell .search-sort,.category-page-shell .search-sort-select{width:auto}}@media (prefers-reduced-motion:reduce){.category-pill,.category-card--editorial,.category-product-card,.category-page-shell .flt-mobile-trigger{transition:none}}.product-page-shell{padding-top:1.5rem;padding-bottom:4.5rem}.product-hero{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:1.25rem;margin-bottom:1.3rem;display:grid}.product-hero-copy,.product-hero-media-card,.product-quickfacts-card,.product-summary-card,.product-page-shell .detail-card{background:var(--surface-lowest);position:relative}.product-hero-copy,.product-hero-media-card,.product-quickfacts-card{border-radius:.75rem}.product-hero-copy{min-width:0;padding:2rem 2.15rem 1.55rem}.product-breadcrumbs{min-width:0;margin-bottom:.95rem}.product-breadcrumb-ellipsis{color:var(--ink-tertiary);letter-spacing:.08em;align-items:center;display:inline-flex}.product-hero-topline{flex-wrap:wrap;gap:.55rem;margin-bottom:1rem;display:flex}.product-hero-pill{color:#0c6b5f;letter-spacing:.08em;text-transform:uppercase;background:#0c6b5f1a;border-radius:999px;align-items:center;min-height:2rem;padding:0 .8rem;font-size:.75rem;font-weight:800;display:inline-flex}.product-hero-pill--muted{color:#173834;background:#13383412}.product-hero-pill--accent{color:#8d2d0b;background:#ffb5a03d}.product-title-row--hero{align-items:flex-start;gap:1.2rem}.product-detail-title--hero{letter-spacing:-.06em;overflow-wrap:anywhere;max-width:14ch;font-size:clamp(2.45rem,5vw,4.5rem);line-height:.95}.product-detail-brand--hero{color:var(--ink-secondary);margin-top:.7rem;font-size:1rem}.product-hero-intro{max-width:58ch;color:var(--ink-secondary);margin:1.05rem 0 0;font-size:1rem;line-height:1.72}.product-page-shell .product-price-banner{background:radial-gradient(circle at 100% 0,#8ee4c538,#0000 34%),linear-gradient(#f4fbf7fa 0%,#e9f6f1f5 100%);border:1px solid #0c6b5f29;border-radius:.75rem;margin-top:1.25rem;padding:1.15rem 1.25rem 1rem;position:relative;overflow:hidden;box-shadow:0 18px 40px #072c2914}.product-page-shell .product-price-banner:before{content:"";background:linear-gradient(#0c6b5ff5,#1ca88ebd);width:.35rem;position:absolute;inset:0 auto 0 0}.product-page-shell .product-price-main{color:#0c6b5f;font-size:clamp(2rem,4vw,3rem);line-height:.95}.product-page-shell .product-price-context,.product-page-shell .product-price-meta{color:#1d4741;opacity:1;font-weight:550}.product-page-shell .product-price-banner-top{align-items:center;gap:.55rem}.product-page-shell .product-price-banner-top .alert-bell-wrap{margin-left:auto}.product-page-shell .banner-merchant-link,.product-page-shell .banner-others-link,.product-page-shell .price-meta-new-link{color:inherit}.product-page-shell .banner-best-price-tag{color:#fff;letter-spacing:.08em;background:linear-gradient(135deg,#0c6b5f 0%,#1aa58f 100%);border-radius:999px;align-self:flex-start;margin-bottom:.55rem;padding:.38rem .72rem;box-shadow:0 12px 26px #0c6b5f3d}.product-page-shell .alert-bell-button{background:#ffffffe0;border-color:#0c6b5f1f;border-radius:999px;width:2.7rem;height:2.7rem}.product-hero-actions{flex-wrap:wrap;gap:.7rem;margin-top:1.15rem;display:flex}.product-anchor-link{background:var(--secondary-fixed);min-height:2.5rem;color:var(--primary);font-family:var(--font-label);border-radius:999px;justify-content:center;align-items:center;padding:0 1rem;font-size:.82rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.product-anchor-link:hover{background:var(--primary);color:var(--primary-text)}.product-disclaimer--hero{align-items:center;margin-top:1rem;margin-bottom:0}.product-page-shell .report-trigger{color:#173834;background:#ffffffc2;border-color:#13383424;border-radius:999px;min-height:2.2rem;padding:0 .8rem}.product-hero-media{flex-direction:column;gap:1rem;display:flex}.product-hero-media-card{padding:1rem}.product-hero-gallery{min-height:100%}.product-hero-gallery--empty{place-items:center;min-height:32rem;display:grid}.product-hero-gallery-empty{width:100%;min-height:100%;color:var(--ink-secondary);text-align:center;background:linear-gradient(135deg,#0c6b5f1a,#0c6b5f0a),repeating-linear-gradient(-45deg,#0c6b5f0d,#0c6b5f0d 16px,#ffffff61 16px 32px);border-radius:26px;place-items:center;padding:2rem;line-height:1.7;display:grid}.product-page-shell .image-gallery{gap:.9rem;display:grid}.product-page-shell .image-gallery-main{background:var(--surface-low);border-radius:.75rem;height:32rem;min-height:24rem;padding:2rem}.product-page-shell .image-gallery-main-img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.product-page-shell .image-gallery-thumbs{grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:.5rem}.product-page-shell .image-gallery-thumb{background:var(--surface-low);border-radius:.5rem;min-height:5rem}.product-page-shell .image-gallery-thumb-active{background:var(--surface-lowest);box-shadow:0 0 0 2px var(--primary)}.product-quickfacts-card{padding:1.15rem 1.2rem 1.25rem}.product-section-head{flex-direction:column;gap:.3rem;margin-bottom:1rem;display:flex}.product-section-kicker{letter-spacing:.16em;text-transform:uppercase;color:#0c6b5f;align-items:center;font-size:.74rem;font-weight:800;display:inline-flex}.product-quickfacts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.product-quickfact{background:var(--surface-low);border-radius:.75rem;flex-direction:column;justify-content:space-between;gap:.85rem;min-height:7rem;padding:1rem;display:flex}.product-quickfact-label{color:var(--ink-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:.74rem;font-weight:800}.product-quickfact-value{color:#173834;font-size:1rem;line-height:1.4}.product-summary-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-bottom:1.25rem;display:grid}.product-page-shell>.product-summary-strip,.product-summary-strip--sidebar,.product-media-sidebar-card{display:none}.product-summary-card{background:var(--surface-low);border-radius:.75rem;padding:1.05rem 1.1rem 1rem}.product-summary-label{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-secondary);font-size:.76rem;font-weight:800;display:block}.product-summary-value{font-family:var(--font-display);letter-spacing:-.04em;color:#173834;margin-top:.5rem;font-size:1.3rem;line-height:1.05;display:block}.product-detail-layout{grid-template-columns:minmax(0,1.1fr) minmax(320px,.8fr);align-items:start;gap:1rem;display:grid}.product-detail-main,.product-detail-sidebar{flex-direction:column;gap:1rem;display:flex}.pdp-desktop-hero .product-hero-media{display:none}.product-summary-strip--sidebar{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:0}.product-media-sidebar-card{border-radius:.75rem;overflow:hidden}@media (min-width:761px){.product-summary-strip--sidebar{display:grid}.product-media-sidebar-card{display:block}}.product-detail-card{border-radius:.75rem;padding:1.25rem}.product-page-shell .detail-card-title{letter-spacing:-.04em;margin:0;font-size:1.35rem;line-height:1}.product-code-cell{font-family:var(--font-mono);font-size:.85rem}.product-page-shell .specs-table{border-radius:22px;overflow:hidden}.product-page-shell .specs-table tr:nth-child(2n){background:#0c6b5f09}.product-page-shell .specs-table td{padding:.82rem 1rem}.product-page-shell .offer-filter-bar{margin-bottom:1rem;padding-top:0}.product-page-shell .offer-toggle{color:#234743;align-items:center;min-height:2.45rem;padding:0 .2rem;display:inline-flex}.product-page-shell .offer-sort-select{background:#ffffffdb;border-color:#0c6b5f1f;border-radius:999px;min-height:2.7rem;padding:0 .9rem}.product-page-shell .offer-card-body{gap:1.15rem;padding:1rem .95rem}.product-page-shell .offer-price{font-family:var(--font-display);letter-spacing:-.04em;color:#173834;font-size:1.4rem;line-height:.98}.product-page-shell .offer-cta{background:var(--primary);min-height:2.5rem;font-family:var(--font-headline);border-radius:.5rem;padding:0 1.1rem}.product-page-shell .offer-secondary-toggle,.product-page-shell .offer-show-more-btn,.product-page-shell .shipping-info-btn{border-radius:999px}.product-page-shell .offer-show-more-btn{background:#0c6b5f14;border-color:#0c6b5f24;min-height:2.7rem;padding:0 1.2rem}.product-page-shell .price-chart{padding-top:0}.product-page-shell .price-chart-header{margin-bottom:1rem}.product-page-shell .price-chart-select,.product-page-shell .timeframe-pill{background:#ffffffd6;border-color:#0c6b5f1f;border-radius:999px}.product-page-shell .timeframe-pill--active{background:linear-gradient(135deg,#0c6b5f,#0b4e46)}.product-page-shell .price-chart-card{background:#ffffffc2;border-color:#0c6b5f1a;border-radius:22px}.product-page-shell .variant-list{gap:.2rem}.product-page-shell .variant-item{padding:.9rem 0}.product-page-shell .variant-item:hover{background:0 0;margin:0;padding-left:0;padding-right:0}.product-page-shell .watch-button{background:var(--primary);border-color:var(--primary);min-height:2.5rem;color:var(--primary-text);font-family:var(--font-label);border-radius:999px;padding:0 1rem;font-size:.82rem;font-weight:600}.product-page-shell .watch-button:hover{background:var(--primary-hover);border-color:var(--primary-hover);color:var(--primary-text)}.product-page-shell .watch-button--active{background:var(--green);border-color:var(--green);color:#fff}.product-page-shell .watch-button--active:hover{opacity:.9}.pdp-mobile-hero{display:none}.pdp-mobile-hero-row{align-items:flex-start;gap:.85rem;padding:.75rem 0;display:flex}.pdp-mobile-hero-img{border-radius:var(--radius-sm);background:var(--surface-low);flex:0 0 100px;width:100px;height:100px;overflow:hidden}.pdp-mobile-hero-img img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;padding:.35rem}.pdp-mobile-hero-img-fallback{background:linear-gradient(135deg,#0c6b5f1f,#1ca88e0d);width:100%;height:100%}.pdp-mobile-hero-info{flex:1;min-width:0}.pdp-mobile-hero-pills{flex-wrap:wrap;gap:.3rem;margin-bottom:.35rem;display:flex}.pdp-mobile-pill{background:var(--secondary-fixed);font-family:var(--font-label);color:var(--primary);border-radius:999px;align-items:center;padding:.2rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex}.pdp-mobile-pill--muted{background:var(--surface-low);color:var(--ink-secondary)}.pdp-mobile-hero-title{font-family:var(--font-headline);letter-spacing:-.02em;color:var(--on-surface);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.05rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.pdp-mobile-hero-imgcount{color:var(--ink-tertiary);margin-top:.3rem;font-size:.7rem;display:inline-block}.pdp-mobile-price-row{display:none}.offer-toggle-switch{cursor:pointer;color:var(--on-surface);align-items:center;gap:.5rem;font-size:.82rem;font-weight:500;display:inline-flex;position:relative}.offer-toggle-switch input{opacity:0;width:0;height:0;position:absolute}.offer-toggle-track{background:var(--surface-high);border-radius:999px;flex-shrink:0;width:2.5rem;height:1.5rem;transition:background .2s;position:relative}.offer-toggle-track:after{content:"";background:#fff;border-radius:999px;width:calc(1.5rem - 6px);height:calc(1.5rem - 6px);transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.offer-toggle-switch input:checked+.offer-toggle-track{background:var(--primary)}.offer-toggle-switch input:checked+.offer-toggle-track:after{transform:translate(1rem)}@media (max-width:1180px){.product-hero,.product-detail-layout{grid-template-columns:1fr}.product-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.breadcrumbs{white-space:normal;flex-wrap:wrap;align-items:flex-start;row-gap:.2rem;overflow:visible}.breadcrumbs>span:last-child{max-width:100%}.product-page-shell{padding-top:0}.pdp-mobile-hero{padding:0 1rem;display:block}.pdp-mobile-price-row{padding:0 1rem .5rem;display:block}.pdp-desktop-hero{display:none!important}.product-breadcrumbs{gap:.3rem}.product-hero-copy{padding:1.25rem 1rem 1rem}.product-hero-topline{gap:.45rem}.product-detail-title--hero{max-width:100%;font-size:clamp(2.15rem,11vw,3rem)}.product-hero-intro{margin-top:.9rem;font-size:.95rem;line-height:1.65}.product-page-shell .watch-button-wrap{width:auto}.product-page-shell .image-gallery-main{height:22rem;min-height:14rem}.product-quickfacts-grid,.product-summary-strip{grid-template-columns:1fr}.product-hero-actions{flex-flow:row;justify-content:center;align-items:center;gap:.4rem;margin:.5rem 0 0;padding:0}.product-hero-actions .watch-button-wrap{flex:none}.product-hero-actions .watch-button{min-height:2.25rem;padding:0 .75rem;font-size:.75rem}.product-anchor-link{border-radius:var(--radius-sm);background:var(--surface-low);white-space:nowrap;flex:none;min-height:2.25rem;padding:0 .75rem;font-size:.75rem}.product-summary-strip{display:none}.product-quickfacts-grid{grid-template-columns:1fr}.product-page-shell .product-price-banner-top{align-items:flex-start}.product-page-shell .product-price-banner-top .alert-bell-wrap{margin-left:0}.product-page-shell .product-price-meta{align-items:flex-start;gap:.25rem}.product-page-shell .offer-filter-bar{flex-direction:column;align-items:stretch;gap:.55rem}.product-page-shell .offer-card-body{flex-direction:column;align-items:flex-start}.product-page-shell .offer-cta{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.product-anchor-link,.product-page-shell .watch-button,.product-page-shell .offer-cta,.product-summary-card{transition:none}}.results-page-shell{padding-block:1.6rem 4.5rem}.results-mobile-header{display:none}.results-hero{grid-template-columns:minmax(0,1.75fr) minmax(19rem,1fr);gap:1.4rem;margin-bottom:1.5rem;display:grid}.results-hero-copy,.results-hero-panel,.results-empty-shell,.results-empty-panel,.results-spotlight-strip{border:1px solid #0e1e2514;border-radius:1.75rem;position:relative;overflow:hidden;box-shadow:0 26px 80px #0f172a14}.results-hero-copy,.results-empty-copy{color:#f8fffd;background:radial-gradient(circle at 0 0,#ffffffb8,#0000 42%),linear-gradient(140deg,#13262f 0%,#1f4951 46%,#b8f0d9 140%)}.results-hero-copy{padding:1.65rem}.results-breadcrumbs{color:#e9f7f2bd;margin-bottom:1rem}.results-breadcrumbs a{color:inherit}.results-hero-kicker,.results-panel-eyebrow,.results-spotlight-kicker{letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.35rem;font-size:.72rem;font-weight:800;display:inline-flex}.results-hero-kicker{color:#e2faf1c7}.results-page-title{max-width:16ch;font-family:var(--font-serif-display),"Instrument Serif",Georgia,serif;letter-spacing:-.05em;margin:.7rem 0 0;font-size:clamp(2.65rem,6vw,4.9rem);line-height:.94}.results-page-intro{color:#ebf6f2d6;max-width:60ch;margin:1rem 0 0;font-size:1rem;line-height:1.75}.results-metric-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1.45rem;display:grid}.results-metric-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #ffffff24;border-radius:1.1rem;padding:.95rem 1rem}.results-metric-label{color:#e1f3ebbd;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;display:block}.results-metric-value{font-family:var(--font-sans-display),"Space Grotesk",sans-serif;margin-top:.38rem;font-size:1.45rem;font-weight:700;display:block}.results-hero-panel{background:radial-gradient(circle at 100% 0,#ade3cf47,#0000 34%),linear-gradient(#f8fcfa 0%,#edf5f2 100%);padding:1.4rem}.results-hero-panel--warm,.deals-page-shell .results-spotlight-strip{background:radial-gradient(circle at 100% 0,#ffa4733d,#0000 36%),linear-gradient(#fff9f4 0%,#f6eee6 100%)}.results-panel-eyebrow,.results-spotlight-kicker{color:#7a4a27}.results-panel-title,.results-spotlight-title{font-family:var(--font-sans-display),"Space Grotesk",sans-serif;letter-spacing:-.04em;margin:.65rem 0 0;font-size:clamp(1.45rem,2vw,1.85rem);line-height:1.05}.results-panel-copy,.results-spotlight-copy{color:#51636a;margin:.8rem 0 0;line-height:1.7}.results-toplist{gap:.75rem;margin-top:1.15rem;display:grid}.results-toplist-item{color:inherit;background:#ffffffc7;border:1px solid #0f172a14;border-radius:1rem;grid-template-columns:auto 1fr;gap:.8rem;padding:.9rem .95rem;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.results-toplist-item:hover,.results-query-pill:hover,.deal-lens-card:hover,.results-spotlight-card:hover,.results-product-card:hover{border-color:#18494e3d;transform:translateY(-2px);box-shadow:0 18px 42px #0f172a14}.results-toplist-rank{color:#e9fff7;background:#16373f;border-radius:999px;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;font-size:.8rem;font-weight:700;display:inline-flex}.results-toplist-body{gap:.28rem;display:grid}.results-toplist-title{font-weight:700;line-height:1.35}.results-toplist-meta{color:#64757b;font-size:.92rem}.results-catalog-layout{align-items:start;gap:1.4rem}.results-catalog-main{flex-direction:column;gap:1rem;display:flex}.results-page-shell .flt-above{letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;font-size:.84rem;font-weight:700}.results-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.results-product-card{background:linear-gradient(#fffffffa 0%,#f6f9f7f2 100%);border:1px solid #0e1e2514;border-radius:1.45rem;flex-direction:column;gap:.9rem;min-height:100%;padding:1.05rem;display:flex;box-shadow:0 18px 46px #0f172a0f}.results-card-image{aspect-ratio:1;background:radial-gradient(circle at 0 0,#b3e7d652,#0000 34%),linear-gradient(#fff 0%,#f0f5f3 100%);border-radius:1.2rem;min-height:15rem}.results-card-topline{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.results-card-tags{margin:0}.results-page-shell .tag-soft{color:#214850;background:#18494e14;border-color:#18494e24}.results-card-meta{color:#64757b;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:.8rem;font-weight:700}.results-card-meta-group{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:inline-flex}.results-deal-badge{color:var(--primary);letter-spacing:.04em;white-space:nowrap;background:#006b5e1a;border-radius:999px;justify-content:center;align-items:center;padding:.28rem .55rem;font-size:.76rem;font-weight:800;line-height:1;display:inline-flex}.results-card-title{margin:0;font-size:1.12rem;line-height:1.4}.results-card-copy{color:#54656c;margin:0;line-height:1.7}.results-card-footer{align-items:center;margin-top:auto}.results-card-link{color:var(--primary);letter-spacing:.01em;text-transform:none;align-items:center;gap:.3rem;font-size:.82rem;font-weight:650;transition:color .2s,transform .2s;display:inline-flex}.results-product-card:hover .results-card-link{color:var(--primary-hover);transform:translate(2px)}.results-page-shell .pagination{background:#ffffffe6;border:1px solid #0e1e2514;border-radius:1.35rem;margin-top:.45rem;padding:1rem 1.15rem}.results-page-shell .pagination-link{border-radius:999px}.results-empty-shell{grid-template-columns:minmax(0,1.4fr) minmax(18rem,1fr);gap:1.1rem;display:grid}.results-empty-copy,.results-empty-panel{padding:1.5rem}.results-query-row{flex-wrap:wrap;gap:.65rem;margin-top:1rem;display:flex}.results-query-pill{color:#173840;background:#ffffffe0;border:1px solid #0e1e2514;border-radius:999px;justify-content:center;align-items:center;min-height:2.65rem;padding:.7rem 1rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex}.results-empty-state{margin-top:1.2rem}.deal-lens-grid,.results-spotlight-grid{gap:.85rem;display:grid}.deal-lens-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.15rem}.deal-lens-card{background:#ffffffc2;border:1px solid #7a4a2724;border-radius:1rem;gap:.35rem;padding:.95rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid}.deal-lens-name{font-weight:700;line-height:1.35}.deal-lens-count{color:#7d5c44;font-size:.88rem}.results-spotlight-strip{margin-bottom:1.4rem;padding:1.2rem}.results-spotlight-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.results-spotlight-copy{max-width:46ch;margin:0}.results-spotlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.results-spotlight-card{color:inherit;background:#ffffffbd;border:1px solid #7a4a2724;border-radius:1.2rem;gap:.55rem;padding:1rem;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid}.results-spotlight-chip{color:#7a4a27;letter-spacing:.08em;text-transform:uppercase;background:#913d121a;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:1.8rem;padding:.2rem .65rem;font-size:.72rem;font-weight:800;display:inline-flex}.results-spotlight-card-title{margin:0;font-size:1rem;line-height:1.5}.results-spotlight-card-copy{color:#6a5f58;margin:0;line-height:1.65}.results-spotlight-card-price{font-family:var(--font-sans-display),"Space Grotesk",sans-serif;letter-spacing:-.04em;font-size:1.3rem;line-height:1}@media (max-width:1100px){.results-hero,.results-empty-shell{grid-template-columns:1fr}.results-metric-row,.results-spotlight-grid,.results-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.results-page-shell{padding-block:1rem 4rem}.results-hero{display:none!important}.results-mobile-header{padding:.75rem 0 .5rem;display:block}.results-mobile-header h1{font-family:var(--font-body);color:var(--on-surface);margin:0;font-size:1rem;font-weight:600}.results-mobile-cats{scrollbar-width:none;gap:.4rem;margin-top:.6rem;display:flex;overflow-x:auto}.results-mobile-cats::-webkit-scrollbar{display:none}.results-mobile-cat-pill{background:var(--secondary-fixed);color:var(--on-surface-variant);white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:.35rem;padding:.4rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.results-mobile-cat-pill span{font-family:var(--font-label);color:var(--primary);font-size:.7rem;font-weight:700}.results-hero-copy,.results-hero-panel,.results-empty-copy,.results-empty-panel,.results-spotlight-strip{border-radius:1.35rem}.results-page-title{max-width:100%}.results-metric-row,.deal-lens-grid,.results-spotlight-grid{grid-template-columns:1fr}.results-spotlight-head{flex-direction:column;align-items:flex-start}.results-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.results-card-image{height:8.5rem;min-height:0}.results-card-topline{flex-direction:column;align-items:flex-start}.results-card-title{-webkit-line-clamp:2;min-height:2.4em;line-height:1.2;font-size:.82rem!important}.results-card-copy,.catalog-toolbar-summary{display:none}.catalog-toolbar{justify-content:flex-end;padding:0 0 .5rem}.results-card-footer{flex-direction:column;gap:0}.results-card-link{display:none}.search-result-card .product-card-price{font-size:.95rem}.search-result-card .product-card-price-prefix{font-size:.72rem}}@media (max-width:620px){.results-hero-copy,.results-hero-panel,.results-empty-copy,.results-empty-panel,.results-spotlight-strip{padding:1.15rem}.results-page-title{font-size:clamp(2.3rem,13vw,3.35rem)}.results-metric-row{gap:.65rem}.results-card-topline{flex-direction:column;align-items:flex-start}.results-card-meta{white-space:normal}.results-card-meta-group{justify-content:flex-start}.results-card-footer{flex-direction:column;align-items:stretch;gap:.7rem}.results-card-link{width:100%}}@media (prefers-reduced-motion:reduce){.results-toplist-item,.results-query-pill,.deal-lens-card,.results-spotlight-card,.results-product-card{transition:none}}
