.ThemeSwitcher_compactContainer__cU8fe{display:flex;background:var(--bg-surface);padding:4px;border-radius:99px;gap:4px;border:1px solid var(--border-subtle);width:fit-content}.ThemeSwitcher_modeBtn__rhm3E{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:50%;color:var(--text-muted);cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.ThemeSwitcher_modeBtn__rhm3E:hover{color:var(--text-primary);background:var(--bg-card-hover)}.ThemeSwitcher_modeBtn__rhm3E.ThemeSwitcher_active__J5QZl{background:var(--bg-card);color:var(--brand);box-shadow:0 4px 12px rgba(0,0,0,.2);border:1px solid var(--border-subtle)}.ThemeSwitcher_placeholder__wzQYp{width:120px;height:44px;background:var(--bg-surface);border-radius:99px;opacity:.5}.toaster_toasterContainer__TRgVV{position:fixed;bottom:2.5rem;right:2.5rem;z-index:10000;display:flex;flex-direction:column;gap:1rem;pointer-events:none}.toaster_toast__RKLq6{pointer-events:auto;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:99px;padding:.875rem 1.5rem;min-width:260px;max-width:440px;display:flex;align-items:center;gap:14px;box-shadow:0 30px 60px rgba(0,0,0,.3);animation:toaster_slideIn__vQ6HL .5s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@keyframes toaster_slideIn__vQ6HL{0%{opacity:0;transform:translateX(30px) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}.toaster_icon__9NQGh{flex-shrink:0;display:flex;align-items:center}.toaster_success__jyaP1 .toaster_icon__9NQGh{color:#4ade80}.toaster_error__FvhxQ .toaster_icon__9NQGh{color:#f87171}.toaster_info__J_Org .toaster_icon__9NQGh{color:var(--brand)}.toaster_content__RJmeD{flex:1 1;font-size:.8125rem;font-weight:750;color:var(--text-primary);letter-spacing:-.01em}.toaster_close__REjRE{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:6px;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center}.toaster_close__REjRE:hover{background:var(--surface);color:var(--text-primary)}@media (max-width:640px){.toaster_toasterContainer__TRgVV{bottom:1.5rem;left:1.5rem;right:1.5rem}.toaster_toast__RKLq6{min-width:auto;width:100%;border-radius:20px;padding:1rem 1.25rem}}.ProductCard_card__JrE_3{background:var(--glass-bg);-webkit-backdrop-filter:blur(40px) saturate(180%);backdrop-filter:blur(40px) saturate(180%);border:1px solid var(--glass-border);border-radius:32px;padding:1.75rem;display:flex;flex-direction:column;gap:1.75rem;position:relative;transition:all .5s cubic-bezier(.16,1,.3,1);cursor:pointer;overflow:hidden;height:100%}.ProductCard_card__JrE_3:hover{transform:translateY(-8px) scale(1.02);background:var(--glass-bg-hover);box-shadow:var(--premium-shadow);border-color:var(--glass-border-hover)}.ProductCard_imageContainer__LUD8D{width:100%;height:180px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:20px;padding:1rem;position:relative;overflow:hidden}.ProductCard_imageContainer__LUD8D:after{content:"";position:absolute;inset:0;background:var(--overlay-image);pointer-events:none;transition:background .3s;z-index:1}.ProductCard_card__JrE_3:hover .ProductCard_imageContainer__LUD8D:after{background:var(--overlay-image-hover)}.ProductCard_imageWrapper__Qoprw{width:100%;height:100%;position:relative}.ProductCard_image__VM_Fk{width:100%;height:100%;object-fit:contain;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ProductCard_card__JrE_3:hover .ProductCard_image__VM_Fk{transform:scale(1.1)}.ProductCard_zoomBtn__j2w8d{position:absolute;bottom:0;right:0;background:rgba(255,255,255,.9);border:none;width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#0f172a;opacity:0;transition:all .3s;cursor:zoom-in}.ProductCard_card__JrE_3:hover .ProductCard_zoomBtn__j2w8d{opacity:1}.ProductCard_content__aWGln{display:flex;flex-direction:column;gap:1.5rem;flex:1 1}.ProductCard_header__iMsgZ{display:flex;flex-direction:column;gap:.5rem}.ProductCard_headerMeta__MTsgV{display:flex;align-items:center;justify-content:space-between}.ProductCard_addedDate__5vaff{font-size:.7rem;font-weight:800;color:#64748b;text-transform:uppercase}.ProductCard_name__6lJpV{font-size:1.05rem;font-weight:800;color:var(--text-primary);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ProductCard_brand__IgZIF{font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.ProductCard_priceRow__leATz{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.5rem;min-width:0}.ProductCard_actions__xH3Rh{display:flex;align-items:center;gap:.5rem;min-width:0;flex-shrink:1}.ProductCard_priceContainer__xPVly{display:flex;align-items:baseline;color:var(--text-primary);flex-shrink:0}.ProductCard_currency__T9qYa{font-size:1rem;font-weight:800;color:var(--text-muted);margin-right:2px}.ProductCard_priceInt__Al3Zu{font-size:2.5rem;font-weight:1000;letter-spacing:-.04em;line-height:1}.ProductCard_priceDec__RoNkw{font-size:1.25rem;font-weight:800;color:var(--text-muted)}.ProductCard_addBtn__PqQ2g{padding:.5rem 1rem;height:38px;background:var(--brand);color:#fff;border:none;border-radius:12px;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);font-weight:800;font-size:.875rem;box-shadow:0 4px 12px rgba(var(--brand-rgb),.2)}.ProductCard_addBtn__PqQ2g:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--brand-rgb),.3)}.ProductCard_listActions__bffwJ{display:flex;align-items:center;gap:.5rem}.ProductCard_deleteBtn__ZM0at{width:32px;height:32px;border-radius:8px;border:1px solid var(--glass-border);background:var(--overlay-subtle);color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.ProductCard_deleteBtn__ZM0at:hover{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:#ef4444}.ProductCard_qtyRowInline__yWDdF{display:flex;align-items:center;gap:.25rem;background:var(--overlay-medium);padding:.25rem;border-radius:12px}.ProductCard_qtyBtn__SZuGc{width:28px;height:28px;border-radius:8px;border:none;background:var(--glass-bg);color:var(--text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.ProductCard_qtyBtn__SZuGc:hover:not(:disabled){background:var(--brand);color:#fff}.ProductCard_qtyValue__bpm6H{font-weight:950;font-size:.875rem;min-width:1.5rem;text-align:center;color:var(--text-primary)}.ProductCard_quickCompareRow__9Zrk0{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding-top:1rem;border-top:1px solid var(--border-subtle);margin-top:0}.ProductCard_compareChip__EujzW{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.85rem;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:16px;transition:all .3s cubic-bezier(.16,1,.3,1);text-decoration:none;color:inherit;min-width:0;position:relative;overflow:visible}.ProductCard_chipBrand___RVls{display:flex;align-items:center;gap:.5rem;width:100%}.ProductCard_bestLabel__L7NM_{position:absolute;top:-8px;right:-4px;background:var(--brand);color:#fff;font-size:.6rem;font-weight:1000;padding:.2rem .5rem;border-radius:6px;letter-spacing:.05em;box-shadow:0 4px 10px rgba(var(--brand-rgb),.3);z-index:10}.ProductCard_chipPriceRow__WLIIR{display:flex;align-items:baseline;justify-content:space-between;width:100%}.ProductCard_compareChip__EujzW:hover{background:var(--bg-card);border-color:var(--brand);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--brand-rgb),.1)}.ProductCard_chipIcon__o3HAt{opacity:.2;transition:all .2s;flex-shrink:0}.ProductCard_compareChip__EujzW:hover .ProductCard_chipIcon__o3HAt{opacity:1;color:var(--brand)}.ProductCard_chipBest__9fwUZ{background:var(--brand-dim);border-color:var(--brand-border);box-shadow:0 4px 10px rgba(var(--brand-rgb),.05)}.ProductCard_chipPrice__FZ121{font-weight:1000;font-size:1.05rem;color:var(--text-primary);letter-spacing:-.02em}.ProductCard_chipBest__9fwUZ .ProductCard_chipPrice__FZ121{color:var(--brand)}.ProductCard_zoomOverlay__2dHDt{position:fixed;inset:0;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;cursor:zoom-out}.ProductCard_zoomedImage__6JQns{max-width:90%;max-height:90%;object-fit:contain;border-radius:32px}.ProductCard_closeZoom__byXBi{position:absolute;top:2rem;right:2rem;background:rgba(255,255,255,.1);color:#fff;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.ProductCard_skeleton__FuemG{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:32px;padding:1.75rem;display:flex;flex-direction:column;gap:1.5rem}.ProductCard_skeletonImg__jYhLr{width:140px;height:140px;background:var(--overlay-medium);border-radius:20px;align-self:center}.ProductCard_skeletonLine__WF4xI{height:1.25rem;background:var(--overlay-medium);border-radius:8px}.ProductCard_skeletonPrices__kcDl9{display:flex;gap:.5rem}.ProductCard_skeletonPrice__DLmiF{flex:1 1;height:48px;background:var(--overlay-medium);border-radius:12px}.DiscoverProductCard_card__p02oB{background:var(--glass-bg);-webkit-backdrop-filter:blur(40px) saturate(180%);backdrop-filter:blur(40px) saturate(180%);border:1px solid var(--glass-border);border-radius:32px;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;transition:all .5s cubic-bezier(.16,1,.3,1);cursor:pointer;overflow:hidden;height:100%}.DiscoverProductCard_card__p02oB:hover{transform:translateY(-8px) scale(1.02);background:var(--glass-bg-hover);box-shadow:var(--premium-shadow);border-color:var(--glass-border-hover)}.DiscoverProductCard_imageContainer__edXDY{width:100%;height:180px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:20px;padding:1rem;position:relative;overflow:hidden}.DiscoverProductCard_imageContainer__edXDY:after{content:"";position:absolute;inset:0;background:var(--overlay-image);pointer-events:none;transition:background .3s;z-index:1}.DiscoverProductCard_card__p02oB:hover .DiscoverProductCard_imageContainer__edXDY:after{background:var(--overlay-image-hover)}.DiscoverProductCard_imageWrapper__9BHyX{width:100%;height:100%;position:relative}.DiscoverProductCard_image__okamc{width:100%;height:100%;object-fit:contain;transition:transform .6s cubic-bezier(.16,1,.3,1)}.DiscoverProductCard_card__p02oB:hover .DiscoverProductCard_image__okamc{transform:scale(1.1)}.DiscoverProductCard_specialBadge__CiC6b{position:absolute;top:8px;left:8px;background:var(--brand);color:#fff;padding:2px 8px;border-radius:6px;font-size:.65rem;font-weight:800;letter-spacing:.05em;z-index:5;box-shadow:0 4px 10px rgba(0,0,0,.1)}.DiscoverProductCard_zoomBtn__rTXub{position:absolute;bottom:0;right:0;background:rgba(255,255,255,.9);border:none;width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#0f172a;opacity:0;transition:all .3s;cursor:zoom-in}.DiscoverProductCard_card__p02oB:hover .DiscoverProductCard_zoomBtn__rTXub{opacity:1}.DiscoverProductCard_content__bnpLF{display:flex;flex-direction:column;gap:1.25rem}.DiscoverProductCard_header__5iyyF{display:flex;flex-direction:column;gap:.25rem}.DiscoverProductCard_headerMeta__jI2sO{display:flex;align-items:center;justify-content:space-between}.DiscoverProductCard_name__QZOLj{font-size:1.15rem;font-weight:800;color:var(--text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.DiscoverProductCard_brand__tFvhk{font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V{width:200px;min-height:auto;padding:1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;box-shadow:none}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V:hover{transform:translateY(-2px);border-color:var(--brand-dim)}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V .DiscoverProductCard_imageWrapper__9BHyX{height:120px;padding:.5rem}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V .DiscoverProductCard_image__okamc{max-height:100px}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V .DiscoverProductCard_content__bnpLF{margin-top:.75rem;padding:0}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V .DiscoverProductCard_brand__tFvhk{font-size:.7rem}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V .DiscoverProductCard_name__QZOLj{font-size:.875rem;line-height:1.25;margin-top:.25rem;height:2.5rem}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V .DiscoverProductCard_priceRow__IQwNg{margin-top:.75rem;padding:0}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V .DiscoverProductCard_priceInt__bfjVq{font-size:1.25rem}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V .DiscoverProductCard_storeLink__1E_Bl{padding:.4rem .8rem;font-size:.625rem}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V .DiscoverProductCard_addBtn__UYzNO{width:32px;height:32px}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V .DiscoverProductCard_addBtn__UYzNO svg{width:16px;height:16px}.DiscoverProductCard_card__p02oB.DiscoverProductCard_compact__vLL5V .DiscoverProductCard_zoomBtn__rTXub{display:none}.DiscoverProductCard_priceRow__IQwNg{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-top:auto}.DiscoverProductCard_actions__0jplx,.DiscoverProductCard_storeLink__1E_Bl{display:flex;align-items:center;gap:.75rem}.DiscoverProductCard_storeLink__1E_Bl{background:var(--text-primary);color:var(--bg-base);padding:.6rem 1.25rem;border-radius:99px;font-size:.75rem;font-weight:1000;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.DiscoverProductCard_storeLink__1E_Bl:hover{transform:translateY(-2px) scale(1.02);opacity:.9;box-shadow:0 8px 20px rgba(0,0,0,.15)}.DiscoverProductCard_visitBestBadge__Oa75y{background:var(--brand);color:#ffffff;font-size:.6rem;font-weight:1000;padding:.2rem .6rem;border-radius:99px;letter-spacing:.02em}.DiscoverProductCard_priceContainer__T40uG{display:flex;align-items:baseline;color:var(--text-primary)}.DiscoverProductCard_currency__rmkpx{font-size:1rem;font-weight:800;color:var(--text-muted);margin-right:2px}.DiscoverProductCard_priceInt__bfjVq{font-size:2.75rem;font-weight:1000;letter-spacing:-.04em;line-height:1}.DiscoverProductCard_priceDec__C9FR2{font-size:1.25rem;font-weight:800;color:var(--text-muted)}.DiscoverProductCard_addBtn__UYzNO{width:44px;height:44px;background:var(--overlay-medium);color:var(--text-primary);border:1px solid var(--glass-border);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.DiscoverProductCard_addBtn__UYzNO:hover{background:var(--brand);border-color:var(--brand);color:#fff;transform:scale(1.05) rotate(90deg)}.DiscoverProductCard_zoomOverlay__AN4G3{position:fixed;inset:0;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;cursor:zoom-out}.DiscoverProductCard_zoomedImage__02hVU{max-width:90%;max-height:90%;object-fit:contain;border-radius:32px}.DiscoverProductCard_closeZoom___Vp9g{position:absolute;top:2rem;right:2rem;background:rgba(255,255,255,.1);color:#fff;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.ReportIssueModal_overlay__rsiUD{position:fixed;inset:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1.5rem;animation:ReportIssueModal_fadeIn___ekO3 .4s cubic-bezier(.16,1,.3,1)}.ReportIssueModal_modal__knj_s{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:32px;width:100%;max-width:480px;position:relative;padding:3.5rem 2.5rem;box-shadow:0 40px 100px rgba(0,0,0,.4);animation:ReportIssueModal_scaleIn__rBUQM .5s cubic-bezier(.16,1,.3,1)}.ReportIssueModal_closeBtn__4RGTB{position:absolute;top:1.5rem;right:1.5rem;background:var(--surface);border:none;color:var(--text-muted);cursor:pointer;padding:.5rem;border-radius:12px;transition:all .2s;display:flex;align-items:center;justify-content:center}.ReportIssueModal_closeBtn__4RGTB:hover{background:var(--surface-2);color:var(--text-primary)}.ReportIssueModal_header__kdHOy{margin-bottom:2.5rem}.ReportIssueModal_title__E0yZM{font-size:1.75rem;font-weight:850;color:var(--text-primary);margin-bottom:.75rem;letter-spacing:-.04em;line-height:1}.ReportIssueModal_subtitle__wG66N{color:var(--text-muted);font-size:.9375rem;font-weight:500}.ReportIssueModal_form__WhFAQ{display:flex;flex-direction:column;gap:2rem}.ReportIssueModal_label__YWhwb{display:block;font-size:.7rem;font-weight:850;color:var(--text-muted);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.12em}.ReportIssueModal_optionsGrid__esT_7{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.ReportIssueModal_optionBtn__J2Qul{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--surface);border:1px solid var(--border-subtle);border-radius:14px;color:var(--text-muted);font-size:.8125rem;font-weight:800;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.ReportIssueModal_optionBtn__J2Qul:hover{background:var(--surface-2);color:var(--text-primary);border-color:var(--border)}.ReportIssueModal_optionBtn__J2Qul.ReportIssueModal_active__xIWwR{background:var(--brand-dim);border-color:var(--brand);color:var(--brand);box-shadow:0 0 15px var(--brand-glow)}.ReportIssueModal_textarea__T38_I{width:100%;background:var(--surface);border:1px solid var(--border-subtle);border-radius:16px;padding:1.25rem;color:var(--text-primary);font-size:.9375rem;font-family:inherit;font-weight:550;resize:none;min-height:120px;transition:all .3s cubic-bezier(.16,1,.3,1)}.ReportIssueModal_textarea__T38_I:focus{outline:none;border-color:var(--brand);background:var(--bg-card);box-shadow:0 0 0 4px var(--brand-glow)}.ReportIssueModal_submitBtn__5POPo{display:flex;align-items:center;justify-content:center;gap:.75rem;background:var(--brand);color:white;border:none;border-radius:16px;padding:1.125rem;font-weight:800;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);font-size:.9375rem}.ReportIssueModal_submitBtn__5POPo:hover:not(:disabled){background:var(--brand-hover);transform:translateY(-2px);box-shadow:0 15px 30px rgba(var(--brand-rgb),.25)}.ReportIssueModal_submitBtn__5POPo:disabled{opacity:.5;cursor:not-allowed}.ReportIssueModal_successState__v2Rue{text-align:center;padding:2rem 1rem}.ReportIssueModal_successIcon___kApi{color:#4ade80;margin-bottom:2rem;display:flex;justify-content:center}.ReportIssueModal_successState__v2Rue h3{font-size:1.5rem;font-weight:850;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.03em}.ReportIssueModal_successState__v2Rue p{color:var(--text-muted);font-size:1rem;line-height:1.6;font-weight:500}@keyframes ReportIssueModal_fadeIn___ekO3{0%{opacity:0}to{opacity:1}}@keyframes ReportIssueModal_scaleIn__rBUQM{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.search_shell__KpFaz{min-height:100vh;background:var(--premium-bg);position:relative;overflow-x:hidden;display:flex;flex-direction:column}.search_container__iBLRa{max-width:1400px;margin:0 auto;width:100%;padding:7rem 2rem 6rem;position:relative;z-index:1}.search_toolbar__Ukbwr{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.search_toolbarPlaceholder__A3aI7{height:120px;margin-bottom:2.5rem}.search_toolbarTop__VuGlZ{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem}.search_resultsSummary__DtSRe{display:flex;flex-direction:column;gap:.25rem}.search_queryTitle__mFd_v{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:850;color:var(--text-primary);letter-spacing:-.04em;line-height:1.1;margin:0}.search_resultsMeta__xO8Gb{font-size:.8rem;font-weight:600}.search_cachedIndicator__HYGCn{font-size:.75rem;background-color:var(--accent-green,#10b981);color:#fff;padding:2px 8px;border-radius:12px;font-weight:600}.search_toolbarActions__Xd26V{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.search_iconBtn__gWBOK{width:40px;height:40px;background:var(--overlay-subtle);border:1px solid var(--glass-border);border-radius:12px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.search_iconBtn__gWBOK:hover:not(:disabled){color:var(--brand);border-color:var(--brand);background:var(--brand-dim)}.search_activeSearchWrapper__5Pqjm{flex:1 1;max-width:600px;display:flex;flex-direction:column;gap:.75rem}.search_inlineSearchForm__EcjHi{width:100%}.search_inlineSearchContainer__kQhib{position:relative;width:100%;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:20px;display:flex;align-items:center;padding:0 1.25rem;height:56px;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px rgba(0,0,0,.03)}.search_inlineSearchContainer__kQhib:focus-within{background:var(--bg-card);border-color:var(--brand);box-shadow:0 10px 30px rgba(var(--brand-rgb),.12);transform:translateY(-1px)}.search_inlineSearchIcon__Zmh_v{color:var(--brand);opacity:.8}.search_inlineSearchInput__CtdC3{flex:1 1;background:transparent;border:none;outline:none;padding:0 1rem;font-size:1.15rem;font-weight:1000;color:var(--text-primary);letter-spacing:-.02em}.search_inlineSearchInput__CtdC3::placeholder{color:var(--text-muted);font-weight:600}.search_inlineSubmitBtn__a2SBY{background:var(--text-primary);color:var(--bg-surface);border:none;border-radius:12px;padding:.5rem .85rem;display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:800;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);white-space:nowrap;animation:search_slideIn__TzJ_x .3s cubic-bezier(.16,1,.3,1)}.search_inlineSubmitBtn__a2SBY:hover{transform:scale(1.02);opacity:.9}@keyframes search_slideIn__TzJ_x{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.search_toolbarBottom__257jJ{display:flex;flex-direction:column;gap:.75rem}.search_filterRow__6_cQ0{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.search_viewTabs__Aifc4{display:flex;background:var(--overlay-subtle);border:1px solid var(--glass-border);border-radius:12px;padding:3px;gap:2px}.search_viewTab__1jkLe{padding:.45rem .85rem;border:none;background:transparent;border-radius:10px;font-size:.75rem;font-weight:700;color:var(--text-muted);cursor:pointer;transition:all .2s;white-space:nowrap}.search_viewTab__1jkLe:hover{color:var(--text-primary)}.search_viewTabActive__REEoT{background:var(--bg-base);color:var(--text-primary);box-shadow:0 1px 3px rgba(0,0,0,.08)}.search_retailerPills__B_r2n{display:flex;align-items:center;gap:.35rem}.search_retailerPill__xwvjt{height:34px;padding:0 .65rem;border-radius:10px;border:1px solid var(--glass-border);background:var(--overlay-subtle);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;opacity:.35;white-space:nowrap}.search_retailerPill__xwvjt:hover{opacity:.6;border-color:var(--glass-border-hover)}.search_retailerPillActive__2AUpW{opacity:1;border-color:var(--brand);background:var(--brand-dim)}.search_sortWrapper__rrlvs{display:flex;align-items:center;gap:.4rem;margin-left:auto;color:var(--text-muted)}.search_sortSelect__l_Gth{background:transparent;border:none;color:var(--text-primary);font-size:.78rem;font-weight:700;cursor:pointer;outline:none;padding:.4rem 0}.search_resultsGrid__nHl52{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.search_emptyContainer__tYUke{display:flex;justify-content:center;padding:4rem 1rem}.search_loadMoreBtn__Qulkh{width:100%;margin-top:2.5rem;padding:1rem;background:var(--overlay-subtle);border:1px solid var(--glass-border);border-radius:16px;color:var(--text-muted);font-weight:750;font-size:.85rem;cursor:pointer;transition:all .3s}.search_loadMoreBtn__Qulkh:hover{background:var(--overlay-medium);color:var(--text-primary);border-color:var(--brand)}.search_heroSection__3Zne7{min-height:75vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative;overflow:hidden;background:transparent}.search_heroSection__3Zne7:before{display:none}.search_heroSearchContent__zWFxX{max-width:800px;width:100%;text-align:center;position:relative;z-index:1}.search_heroTitle__WRkiz{font-size:clamp(2.25rem,8vw,4.5rem);font-weight:850;line-height:1.1;color:var(--text-primary);margin-bottom:.4rem;letter-spacing:-.04em;padding:.1em .5rem}.search_heroSubtitle__sBPhN{font-size:1.1rem;color:var(--text-secondary);line-height:1.5;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:500;opacity:.9}.search_heroInputWrapper__TTqPK{position:relative;max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.search_heroInputContainer__C0WjF{position:relative;width:100%}.search_heroSearchIcon__1JPSB{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:var(--brand);opacity:.8;z-index:2;pointer-events:none}.search_heroInput__xqq7i{width:100%;background:transparent;border:none;padding:1.25rem 1rem 1.25rem 3.5rem;font-size:1.1rem;font-weight:600;color:var(--text-primary);outline:none}.search_heroLocationEmbed__i9O6X{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);z-index:2}.search_heroEmbedButton__zTfKE{height:44px!important;background:var(--surface)!important;border:1px solid var(--border-subtle)!important;padding:0 1rem!important;box-shadow:none!important;border-radius:12px!important}.search_heroSubmitBtn__hyuzN{background:var(--text-primary);color:var(--bg-base);padding:1rem 2rem;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;transition:opacity .2s;border:none;cursor:pointer}.search_heroSubmitBtn__hyuzN:hover{opacity:.9}@media (min-width:768px){.search_heroInputWrapper__TTqPK{flex-direction:row;align-items:center;gap:0;background:var(--overlay-subtle);border:1px solid var(--border-subtle);border-radius:99px;padding:.5rem;box-shadow:0 10px 40px rgba(0,0,0,.06);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.search_heroInputContainer__C0WjF{flex:1 1;display:flex;align-items:center}.search_heroInput__xqq7i{border:none;box-shadow:none;background:transparent;height:56px;padding-left:3.5rem;padding-right:170px;font-size:1.05rem;flex:1 1}.search_heroLocationEmbed__i9O6X{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);z-index:2}.search_heroEmbedButton__zTfKE{height:44px!important;border:none!important;background:transparent!important}.search_heroSubmitBtn__hyuzN{position:static;transform:none;height:48px;padding:0 2.5rem;flex-shrink:0;margin-left:.5rem}}@media (max-width:768px){.search_container__iBLRa{padding:5.5rem 1rem 4rem}.search_toolbar__Ukbwr{gap:.75rem;margin-bottom:1.5rem}.search_toolbarTop__VuGlZ{flex-direction:column;align-items:stretch;gap:.75rem}.search_activeSearchWrapper__5Pqjm{max-width:100%;order:1}.search_toolbarActions__Xd26V{position:absolute;top:0;right:0;order:2}.search_toolbarActions__Xd26V>:first-child{display:none}.search_filterRow__6_cQ0{flex-direction:row;align-items:center;gap:.5rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.search_filterRow__6_cQ0::-webkit-scrollbar{display:none}.search_viewTabs__Aifc4{flex-shrink:0}.search_viewTab__1jkLe{padding:.35rem .6rem;font-size:.68rem}.search_retailerPills__B_r2n{flex-shrink:0;gap:.25rem}.search_retailerPill__xwvjt{height:30px;padding:0 .5rem;border-radius:8px;font-size:.6rem}.search_sortWrapper__rrlvs{margin-left:0;flex-shrink:0}.search_sortSelect__l_Gth{font-size:.7rem}.search_resultsGrid__nHl52{gap:1.25rem}.search_loadMoreBtn__Qulkh{margin-top:1.5rem;padding:.85rem;font-size:.8rem}.search_heroInputWrapper__TTqPK{flex-direction:column;background:transparent;border:none;box-shadow:none;padding:0;gap:1rem}.search_heroInputContainer__C0WjF{width:100%;background:var(--overlay-subtle);border:1px solid var(--border-subtle);border-radius:24px;padding:.2rem}.search_heroSubmitBtn__hyuzN{width:100%;height:56px}.search_heroInput__xqq7i{padding-right:140px!important}.search_heroEmbedButton__zTfKE{height:48px!important}}.search_resultsMeta__xO8Gb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;color:var(--text-muted);padding-left:.5rem}.search_dotSeparator__k1n2Z{opacity:.3}.search_cachedBadge__MC4Vp{margin-left:.5rem;font-size:.75rem;background:#10b981;color:#fff;padding:.15rem .6rem;border-radius:99px}.search_partialErrorBanner__G_AI_{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:rgba(var(--brand-rgb),.08);border:1px solid rgba(var(--brand-rgb),.15);border-radius:20px;margin-bottom:2rem;font-size:.9rem;font-weight:600;color:var(--text-secondary);animation:search_slideInBanner__4TuDD .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px rgba(0,0,0,.02)}@keyframes search_slideInBanner__4TuDD{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search_warningIcon__Efn8F{color:var(--brand)}