.hero{color:#fff;background:linear-gradient(135deg,#1e293b 0%,#0f172a 60%,#1e3a4a 100%);padding:4rem 1.5rem 5rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(at 20%,#f9731626 0%,#0000 60%),radial-gradient(at 80% 20%,#06b6d41a 0%,#0000 60%);position:absolute;inset:0}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1280px;margin:0 auto;display:grid;position:relative}.hero-tag{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;background:#f9731633;border:1px solid #f9731666;border-radius:999px;align-items:center;gap:.4rem;width:fit-content;margin-bottom:1rem;padding:.3rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.hero h1{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.15}.hero h1 em{color:var(--primary);font-style:normal}.hero-desc{color:#ffffffb3;max-width:440px;margin-bottom:1.75rem;font-size:1rem}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero-stats{gap:2rem;margin-top:2rem;display:flex}.hero-stat{flex-direction:column;display:flex}.hero-stat-num{font-family:var(--font-display);color:var(--primary);font-size:1.6rem;font-weight:900}.hero-stat-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem}.hero-visual{perspective:1000px;grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;transition:transform .3s;position:relative;overflow:hidden}.hero-card:hover{transform:translateY(-4px)}.hero-card:first-child{grid-column:1/-1}.hero-card img{object-fit:cover;opacity:.85;width:100%;height:140px;display:block}.hero-card:first-child img{height:180px}.hero-card-body{flex-direction:column;gap:.3rem;padding:.65rem .75rem .75rem;display:flex}.hero-card-name{color:#ffffffeb;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:.8rem;font-weight:600;display:-webkit-box;overflow:hidden}.hero-card-stars{align-items:center;gap:.3rem;display:flex}.hero-card-rating-text{color:#ffffff80;font-size:.68rem;font-weight:500}.hero-card-footer{flex-direction:column;gap:.35rem;margin-top:.2rem;display:flex}.hero-card-footer-row{justify-content:space-between;align-items:center;gap:.4rem;display:flex}.hero-card-price{color:var(--primary);flex-shrink:0;font-size:.92rem;font-weight:700}.hero-card-promo-badge{background:linear-gradient(135deg,#f97316,#ea580c);border-radius:6px;align-items:center;gap:.3rem;width:fit-content;padding:2px 7px;display:inline-flex}.hero-card-promo-badge span{color:#fff;letter-spacing:.04em;font-size:.6rem;font-weight:800}.hero-card-visit{color:#fdba74;white-space:nowrap;cursor:pointer;background:#f973162e;border:1px solid #f9731659;border-radius:7px;flex-shrink:0;align-items:center;gap:.2rem;padding:.22rem .6rem;font-size:.72rem;font-weight:700;text-decoration:none;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.hero-card-visit:hover{color:#fff;background:#f9731652;border-color:#f9731699}.section{max-width:1280px;margin:0 auto;padding:3.5rem 1.5rem}.section-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.75rem;display:flex}.section-title{font-family:var(--font-display);color:var(--text);align-items:center;gap:.45rem;font-size:1.7rem;font-weight:900;line-height:1.2;display:flex}.section-title-icon{color:var(--primary);flex-shrink:0;align-items:center;display:inline-flex}.section-subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.875rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;display:grid}.category-card{border:2px solid var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;background:#fff;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem .75rem;transition:all .2s;display:flex}.category-card:hover,.category-card.active{border-color:var(--primary);background:var(--primary-light);box-shadow:var(--shadow);transform:translateY(-2px)}.category-icon{font-size:1.8rem;line-height:1}.category-name{color:var(--text);font-size:.78rem;font-weight:600}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.product-card{border-radius:var(--radius);border:1px solid var(--border);background:#fff;flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-hover);border-color:#0000;transform:translateY(-4px)}.product-image-wrap{position:relative;overflow:hidden}.product-image-wrap img{object-fit:cover;width:100%;height:200px;transition:transform .4s;display:block}.product-card:hover .product-image-wrap img{transform:scale(1.05)}.product-discount-badge{background:var(--danger);color:#fff;border-radius:6px;padding:.2rem .5rem;font-size:.72rem;font-weight:700;position:absolute;top:.6rem;left:.6rem}.product-fav-btn{cursor:pointer;opacity:1;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex;position:absolute;top:.6rem;right:.6rem;box-shadow:0 2px 8px #00000026}.product-fav-btn--always{opacity:1!important}.product-fav-btn:hover{transform:scale(1.12);box-shadow:0 4px 14px #0000002e}.product-body{flex-direction:column;flex:1;padding:1rem;display:flex}.product-business{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.3rem;font-size:.72rem;font-weight:500}.product-name{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.35rem;margin-bottom:auto;font-size:.9rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-prices{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.product-price{color:var(--text);font-size:1.1rem;font-weight:700}.product-original{color:var(--text-muted);font-size:.8rem;text-decoration:line-through}.product-card-footer{border-top:1px solid var(--border);padding:.75rem 1rem}.product-card-footer .btn{justify-content:center;width:100%}.biz-card{border:1px solid var(--border);background:#fff;border-radius:18px;flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.biz-card:hover{box-shadow:var(--shadow-hover);border-color:#0000;transform:translateY(-4px)}.biz-card-banner{flex-shrink:0;height:175px;text-decoration:none;display:block;position:relative;overflow:hidden}.biz-card-banner-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.biz-card:hover .biz-card-banner-img{transform:scale(1.04)}.biz-card-banner-overlay{pointer-events:none;background:linear-gradient(#0000 0%,#080c1838 50%,#080c18c7 100%);position:absolute;inset:0}.biz-card-featured-badge{color:#fff;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:999px;align-items:center;gap:.28rem;padding:.22rem .65rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #00000038}.biz-card-verified-dot{color:#fff;background:#10b981;border:2px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 2px 6px #00000038}.biz-card-banner-name{pointer-events:none;flex-direction:column;gap:3px;display:flex;position:absolute;bottom:12px;left:14px;right:14px}.biz-card-name{color:#fff;text-shadow:0 1px 6px #00000073;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:1.05rem;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}.biz-card-city{color:#ffffffd1;align-items:center;gap:3px;font-size:.75rem;font-weight:500;display:flex}.biz-card-body{flex-direction:column;flex:1;gap:.55rem;padding:.85rem 1rem 1rem;display:flex}.biz-card-desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.4rem;margin:0;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.biz-card-stats{flex-direction:column;gap:.32rem;display:flex}.biz-card-stat-text{color:#9ca3af;font-size:.74rem}.biz-card-meta-row{flex-wrap:wrap;gap:.75rem;min-height:1.2rem;display:flex}.biz-card-meta-item{color:var(--text-muted);align-items:center;gap:3px;font-size:.74rem;font-weight:500;display:flex}.biz-card-actions{gap:.45rem;margin-top:auto;display:flex}.biz-card-visit-btn{border:1.5px solid var(--primary);background:var(--primary);color:#fff;white-space:nowrap;border-radius:9px;flex:1 0;justify-content:center;align-items:center;gap:.3rem;height:38px;padding:0 1rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .18s;display:flex}.biz-card-visit-btn:hover{color:#fff;background:#ea580c;border-color:#ea580c;transform:translateY(-1px);box-shadow:0 4px 12px #f9731659}.featured-biz-slider{width:100%}.featured-biz-slider__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.75rem;display:flex}.featured-biz-slider__controls{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.fbs-nav-btn{color:#f97316;cursor:pointer;background:#f9731614;border:1.5px solid #f9731659;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.1rem;line-height:1;transition:all .2s;display:flex}.fbs-nav-btn:hover{background:#f973162e;border-color:#f9731699;transform:scale(1.08)}.featured-biz-slider__track{will-change:opacity,transform;grid-template-columns:repeat(3,1fr);gap:1.25rem;transition:opacity .35s;display:grid}.fbs-dots{justify-content:center;gap:.4rem;margin-top:1rem;display:flex}.fbs-dot{cursor:pointer;background:#f9731633;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}.fbs-dot.active{background:#f97316;border-radius:4px;width:22px}.fbs-ver-todos-bottom{justify-content:center;margin-top:1.5rem;display:flex}.fbs-ver-todos-link{color:#f97316;background:#f973160f;border:1.5px solid #f9731666;border-radius:10px;align-items:center;gap:.4rem;padding:.55rem 1.4rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.fbs-ver-todos-link:hover{background:#f9731624;border-color:#f97316a6;transform:translateY(-1px);box-shadow:0 4px 14px #f973162e}.geo-banner{color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a4a);border:1px solid #06b6d44d;border-radius:16px;align-items:center;gap:1rem;margin:0 1.5rem;padding:1.5rem 2rem;display:flex}.geo-banner-icon{color:#fb923c;background:#f9731626;border:1px solid #f973164d;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.geo-banner-text h3{margin-bottom:.25rem;font-weight:700}.geo-banner-text p{color:#ffffffa6;font-size:.85rem}.geo-banner-actions{flex-shrink:0;gap:.5rem;margin-left:auto;display:flex}.banner{background:linear-gradient(135deg,var(--primary)0%,#c2410c 100%);color:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:1.5rem;margin:0 1.5rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}.banner:after{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-2rem;right:-2rem}.banner h2{font-family:var(--font-display);margin-bottom:.4rem;font-size:1.6rem;font-weight:900}.banner p{opacity:.85;font-size:.9rem}.banner .btn-white{color:var(--primary);background:#fff;flex-shrink:0;font-weight:700}.banner .btn-white:hover{background:var(--primary-light)}@media (max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-visual{grid-template-columns:1fr 1fr;gap:.6rem;max-height:280px;display:grid;overflow:hidden}.hero-card:first-child{display:none}.hero-card img{height:110px}.hero{padding:2.5rem 1.5rem 3rem}.featured-biz-slider__track{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (max-width:600px){.section{padding:2rem 1rem}.banner{text-align:center;flex-direction:column}.banner:after{display:none}.geo-banner{text-align:center;flex-direction:column}.geo-banner-actions{margin-left:0}.banner,.geo-banner{margin:0 1rem}.geo-banner-icon{margin:0 auto}.hero-visual{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:.5rem;max-height:none;padding-bottom:.25rem;display:flex;overflow-x:auto}.hero-visual::-webkit-scrollbar{display:none}.hero-card{scroll-snap-align:start;flex-shrink:0;width:55vw;max-width:200px}.hero-card:first-child{width:70vw;max-width:260px;display:block}.hero-card img{height:120px}.hero-card:first-child img{height:140px}.hero{padding:2rem 1rem 2.5rem}.hero-inner{gap:1.5rem}.hero-card-footer{gap:.28rem}.hero-card-footer-row{flex-wrap:wrap;gap:.3rem}.hero-card-visit{border-radius:6px;padding:.18rem .45rem;font-size:.65rem}.hero-card-price{font-size:.85rem}.hero-card-promo-badge span{font-size:.55rem}.biz-card-banner{height:200px}.featured-biz-slider__track{grid-template-columns:1fr}.featured-biz-slider__header{flex-direction:column;align-items:flex-start;gap:.75rem}.featured-biz-slider__controls{align-self:flex-end}}@media (max-width:400px){.biz-card-banner{height:170px}.hero-card{width:62vw;max-width:185px}.hero-card:first-child{width:75vw;max-width:240px}.hero-card-visit{padding:.15rem .4rem;font-size:.6rem}.hero-card-price{font-size:.8rem}}.flash-section{position:relative}.flash-section-header{justify-content:space-between;align-items:flex-end;margin-bottom:1rem;display:flex}.flash-section-title{align-items:center;gap:.55rem;display:flex}.flash-section-icon{background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;animation:1.8s ease-in-out infinite flashPulseIcon;display:inline-flex;box-shadow:0 4px 14px #f59e0b73}@keyframes flashPulseIcon{0%,to{transform:scale(1);box-shadow:0 4px 14px #f59e0b73}50%{transform:scale(1.08);box-shadow:0 4px 20px #f59e0bb3}}.flash-grid{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#f59e0b transparent;align-items:stretch;gap:.9rem;padding:.35rem .15rem 1.1rem;display:flex;overflow-x:auto}.flash-grid::-webkit-scrollbar{height:6px}.flash-grid::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#f59e0b,#f97316);border-radius:999px}.flash-grid::-webkit-scrollbar-track{background:0 0}.flash-card{scroll-snap-align:start;background:#fff;border:1.5px solid #f59e0b59;border-radius:16px;flex-direction:column;flex:0 0 216px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #f59e0b1f}.flash-card:before{content:"";-webkit-mask-composite:xor;opacity:0;pointer-events:none;z-index:1;background:linear-gradient(135deg,#fbbf24,#f97316,#fbbf24) 0 0/200% 200%;border-radius:16px;padding:1.5px;transition:opacity .25s;animation:3s linear infinite flashBorderShift;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes flashBorderShift{0%{background-position:0%}to{background-position:200%}}.flash-card:hover{border-color:#f59e0b99;transform:translateY(-4px);box-shadow:0 10px 28px #f59e0b4d}.flash-card:hover:before{opacity:1}.flash-card-content{color:inherit;display:block;position:relative}.flash-card-badge{z-index:2;color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#f59e0b,#ea580c);border-radius:999px;align-items:center;gap:3px;padding:3px 8px;font-size:.68rem;font-weight:800;animation:1.6s ease-in-out infinite flashBadgeBounce;display:flex;position:absolute;top:8px;left:8px;box-shadow:0 2px 8px #f59e0b8c}@keyframes flashBadgeBounce{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.flash-card-timer{z-index:2;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#fff;font-variant-numeric:tabular-nums;background:#111111b8;border-radius:999px;align-items:center;gap:3px;padding:3px 7px;font-size:.63rem;font-weight:700;transition:background .2s;display:flex;position:absolute;top:8px;right:8px}.flash-card-timer.urgent{background:#ef4444eb;animation:1s ease-in-out infinite flashBadgeBounce}.flash-card-img-wrap{aspect-ratio:4/3;background:#f3f4f6;width:100%;position:relative;overflow:hidden}.flash-card-img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.flash-card:hover .flash-card-img{transform:scale(1.06)}.flash-card-body{flex-direction:column;gap:.15rem;padding:.65rem .75rem .35rem;display:flex}.flash-card-biz{color:#9ca3af;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;font-size:.66rem;font-weight:600;overflow:hidden}.flash-card-name{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.1em;font-size:.84rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.flash-card-prices{flex-wrap:wrap;align-items:baseline;gap:.4rem;margin-top:.15rem;display:flex}.flash-card-price-final{color:#ea580c;font-size:1.02rem;font-weight:800}.flash-card-price-orig{color:#9ca3af;font-size:.74rem;font-weight:500;text-decoration:line-through}.flash-card-footer{z-index:2;margin-top:auto;padding:.35rem .7rem .7rem;position:relative}.flash-card-cart-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.55rem;font-size:.78rem;font-weight:700;transition:transform .18s,box-shadow .18s,filter .18s;display:flex;box-shadow:0 3px 10px #f9731659}.flash-card-cart-btn:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 16px #f9731673}.flash-card-cart-btn:active{transform:translateY(0);box-shadow:0 2px 6px #f9731659}.product-flash-badge{z-index:2;color:#111;background:linear-gradient(135deg,#facc15,#f59e0b);border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:.65rem;font-weight:800;animation:1.6s ease-in-out infinite flashBadgeBounce;display:flex;position:absolute;top:8px;left:8px;box-shadow:0 2px 8px #f59e0b8c}.product-flash-strip{color:#b45309;background:linear-gradient(90deg,#facc152e,#f59e0b14);border-bottom:1px solid #f59e0b40;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.65rem;font-weight:700;display:flex}.product-price--flash{color:#ea580c}@media (max-width:600px){.flash-card{flex-basis:172px}.flash-section-icon{width:30px;height:30px}}.flash-overlay{z-index:60;background:linear-gradient(135deg,#f97316,#ea580c);border:1px solid #facc1566;max-width:calc(100vw - 2rem);position:fixed;bottom:1.25rem;right:1.25rem;overflow:hidden;box-shadow:0 10px 30px #0000004d;box-sizing:border-box!important;border-radius:16px!important;flex-direction:column!important;gap:.4rem!important;width:340px!important;padding:.6rem!important;display:flex!important}.flash-overlay-header{background:0 0!important;justify-content:space-between!important;align-items:center!important;padding:0 .25rem!important;display:flex!important}.flash-overlay-title{color:#fff;align-items:center;gap:.3rem;font-weight:800;display:flex;font-size:.78rem!important}.flash-overlay-close{color:#ffffffe6;cursor:pointer;border:none;border-radius:50%;background:#0003!important;width:22px!important;height:22px!important;font-size:.7rem!important}.flash-overlay-body{align-items:center!important;gap:.35rem!important;width:100%!important;min-width:0!important;display:flex!important}.flash-overlay-nav-btn{color:#fff;cursor:pointer;background:#00000047;border:0;border-radius:50%;justify-content:center;align-items:center;display:flex;flex-shrink:0!important;width:26px!important;height:26px!important}.flash-overlay-slide{flex:auto!important;width:auto!important;min-width:0!important}.flash-overlay-dots{justify-content:center;gap:5px;padding-bottom:2px;display:flex}.flash-overlay-dot{border-radius:999px;transition:all .2s}.flash-overlay-card{box-sizing:border-box!important;background:#0000008c!important;border-radius:12px!important;flex-direction:row!important;align-items:center!important;gap:.55rem!important;width:100%!important;min-width:0!important;padding:.5rem!important;display:flex!important}.flash-overlay-card-media{flex-shrink:0!important;width:60px!important;height:60px!important;position:relative!important}.flash-overlay-card-img{display:block;object-fit:cover!important;border-radius:8px!important;width:100%!important;height:100%!important}.flash-overlay-card-badge{border-radius:4px!important;gap:1px!important;padding:1px 4px!important;font-size:.52rem!important;top:2px!important;left:2px!important}.flash-overlay-card-body{flex-direction:column!important;flex:auto!important;gap:.1rem!important;min-width:0!important;display:flex!important}.flash-overlay-card-biz{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.6rem!important}.flash-overlay-card-name{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.76rem!important;overflow:hidden!important}.flash-overlay-card-timer{gap:2px!important;font-size:.6rem!important}.flash-overlay-card-prices{gap:.3rem!important;margin-top:.1rem!important}.flash-overlay-card-final{font-size:.9rem!important}.flash-overlay-card-orig{font-size:.66rem!important}.flash-overlay-card-btn{border-radius:8px!important;flex-shrink:0!important;gap:4px!important;padding:.4rem .55rem!important;font-size:.66rem!important}.flash-overlay-added-toast{z-index:3;border-radius:5px!important;padding:1px 4px!important;font-size:.52rem!important}@media (max-width:600px){.flash-overlay{width:calc(100vw - 1.5rem)!important;max-width:320px!important;bottom:.75rem!important;right:.75rem!important}.flash-overlay-card-media{width:52px!important;height:52px!important}.flash-overlay-card-name{font-size:.7rem!important}.flash-overlay-card-final{font-size:.82rem!important}.flash-overlay-card-btn{padding:.35rem .5rem!important;font-size:.62rem!important}}@media (max-width:400px){.flash-overlay{width:calc(100vw - 1.25rem)!important;max-width:280px!important;bottom:.6rem!important;right:.6rem!important}.flash-overlay-card-media{width:46px!important;height:46px!important}}.product-secondary-btn{color:#0e7490;cursor:pointer;white-space:nowrap;background:#06b6d412;border:1.5px solid #06b6d473;border-radius:9px;justify-content:center;align-items:center;gap:.35rem;padding:.5rem .7rem;font-size:.76rem;font-weight:700;text-decoration:none;transition:all .18s;display:flex}.product-secondary-btn:hover{color:#0891b2;background:#06b6d429;border-color:#06b6d4bf;transform:translateY(-1px);box-shadow:0 4px 12px #06b6d433}.product-secondary-btn.is-flex{flex:1}.product-fav-btn{background:#ffffffeb;border:1.5px solid #f9731666;box-shadow:0 2px 8px #f9731626}.product-fav-btn:hover{background:#fff;border-color:#f97316b3;box-shadow:0 4px 12px #f9731640}.nearby-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.nearby-section-header-text{flex:240px;min-width:0}.nearby-radius-group{flex-wrap:wrap;flex-shrink:0;gap:.4rem;display:flex}.nearby-radius-btn{color:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #00000026;border-radius:20px;padding:.3rem .75rem;font-size:.75rem;font-weight:500;transition:background .15s,border-color .15s,color .15s}.nearby-radius-btn.active{color:#fff;background:#f97316;border-color:#f97316;font-weight:700}.nearby-home-list{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;gap:.75rem;padding-bottom:4px;display:flex;overflow-x:auto}.nearby-home-skeleton{background:#0000000d;border-radius:14px;flex-shrink:0;min-width:260px;height:84px}.nearby-home-card{background:var(--surface,#fff);color:inherit;scroll-snap-align:start;border:1px solid #00000014;border-radius:14px;flex-shrink:0;align-items:center;gap:.75rem;min-width:260px;max-width:260px;padding:.75rem;text-decoration:none;display:flex}.nearby-home-card-logo{object-fit:cover;border-radius:12px;flex-shrink:0;width:52px;height:52px}.nearby-home-card-info{flex:1;min-width:0}.nearby-home-card-name-row{align-items:center;gap:4px;display:flex}.nearby-home-card-name{text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:700;overflow:hidden}.nearby-home-card-verified{color:#f97316;flex-shrink:0}.nearby-home-card-distance{color:#22c55e;align-items:center;gap:4px;margin-top:2px;font-size:.76rem;font-weight:700;display:flex}.nearby-home-card-rating{align-items:center;gap:6px;margin-top:2px;display:flex}.nearby-home-card-rating-text{color:#9ca3af;font-size:.7rem}.nearby-home-card-arrow{color:#9ca3af;flex-shrink:0}.nearby-prompt{text-align:center;background:#f973160a;border:1.5px dashed #f9731659;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1.5rem;display:flex}.nearby-prompt-icon{color:#f97316;background:linear-gradient(135deg,#f973162e,#f973160d);border:1.5px solid #f973164d;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.nearby-prompt-title{margin:0 0 .3rem;font-weight:700}.nearby-prompt-desc{color:var(--text-muted);max-width:360px;margin:0;font-size:.85rem}.nearby-prompt-btn{align-items:center;gap:6px;display:flex}.nearby-error-text{color:#ef4444;font-size:.85rem}.nearby-empty{text-align:center;color:var(--text-muted);padding:2rem}.nearby-empty-icon{opacity:.4;margin:0 auto .75rem;display:block}@media (max-width:640px){.nearby-section-header{flex-direction:column;align-items:stretch;gap:.6rem}.nearby-radius-group{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;width:100%;padding-bottom:2px;overflow-x:auto}.nearby-radius-btn{flex:none}.nearby-home-card{min-width:230px;max-width:230px}}
