@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--bg: #09090b;--bg-card: #131316;--bg-elevated: #1a1a1f;--bg-hover: #1e1e24;--border: rgba(255,255,255,.06);--border-hover: rgba(255,255,255,.12);--text: #fafafa;--text-muted: #a1a1aa;--text-dim: #71717a;--accent: #FF7A00;--accent-soft: rgba(255,122,0,.15);--accent-glow: rgba(255,122,0,.4);--green: #22c55e;--blue: #3b82f6;--purple: #8b5cf6;--amber: #f59e0b;--radius: 16px;--radius-sm: 10px;--radius-xl: 24px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none;color:inherit}::selection{background:var(--accent);color:#fff}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;gap:24px}.loader-ring{width:48px;height:48px;position:relative}.loader-ring div{width:38px;height:38px;border-radius:50%;border:3px solid transparent;border-top-color:var(--accent);position:absolute;animation:spin 1.2s linear infinite}.loader-ring div:nth-child(2){width:30px;height:30px;top:4px;left:4px;border-top-color:var(--purple);animation-duration:.8s;animation-direction:reverse}.loader-ring div:nth-child(3){width:22px;height:22px;top:8px;left:8px;border-top-color:var(--amber);animation-duration:1.6s}.loading-screen p{color:var(--text-muted);font-size:14px;font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}.app{min-height:100vh;background:var(--bg)}.navbar{background:#09090bcc;padding:0 32px;height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%)}.navbar .logo{font-size:22px;font-weight:800;color:var(--text);letter-spacing:-.5px;display:flex;align-items:center;gap:8px}.navbar .logo-text{background:linear-gradient(135deg,#ff7a00,#f59e0b,#ff7a00);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 4s ease infinite}.navbar .nav-links{display:flex;gap:4px;align-items:center}.navbar .nav-links a,.navbar .nav-links button{font-size:13px;font-weight:500;padding:8px 14px;border-radius:var(--radius-sm);cursor:pointer;border:none;background:none;color:var(--text-muted);transition:all .2s;display:flex;align-items:center;gap:6px}.navbar .nav-links a:hover,.navbar .nav-links button:hover{background:var(--bg-hover);color:var(--text)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.hero{position:relative;min-height:560px;display:flex;align-items:center;padding:80px 0 60px;overflow:hidden;background:var(--bg)}.hero-mesh{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 20% 50%,rgba(226,55,68,.12),transparent),radial-gradient(ellipse 60% 80% at 80% 20%,rgba(139,92,246,.1),transparent),radial-gradient(ellipse 50% 50% at 60% 80%,rgba(59,130,246,.08),transparent)}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.hero-orb-1{width:400px;height:400px;top:-100px;right:10%;background:#e2374426;animation:orb-float 12s ease-in-out infinite}.hero-orb-2{width:300px;height:300px;bottom:-80px;left:5%;background:#8b5cf61f;animation:orb-float 16s ease-in-out infinite reverse}.hero-orb-3{width:200px;height:200px;top:30%;left:45%;background:#ff7a0014;animation:orb-float 10s ease-in-out infinite 2s}@keyframes orb-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-30px) scale(1.05)}66%{transform:translate(-15px,20px) scale(.95)}}.hero-content{position:relative;z-index:2;max-width:600px;padding:0 24px;margin-left:max(24px,calc((100vw - 1200px)/2 + 24px))}.hero-chip{display:inline-flex;align-items:center;gap:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);padding:6px 16px;border-radius:100px;font-size:13px;font-weight:500;color:var(--text-muted);margin-bottom:28px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.chip-dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero h1{font-size:54px;font-weight:800;color:var(--text);margin-bottom:20px;letter-spacing:-2px;line-height:1.08}.hero-gradient-text{background:linear-gradient(135deg,#ff7a00,#f59e0b,#ff7a00);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 4s ease infinite}@keyframes gradient-shift{0%{background-position:0% center}50%{background-position:100% center}to{background-position:0% center}}.hero-sub{font-size:17px;color:var(--text-muted);margin-bottom:36px;line-height:1.7;font-weight:400}.hero-search{position:relative;margin-bottom:32px}.hs-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--text-dim)}.hero-search input{width:100%;padding:18px 60px 18px 50px;border:1px solid var(--border);border-radius:14px;font-size:15px;outline:none;background:var(--bg-card);color:var(--text);font-family:inherit;transition:all .3s}.hero-search input::placeholder{color:var(--text-dim)}.hero-search input:focus{border-color:#ff7a0066;box-shadow:0 0 0 4px var(--accent-soft),0 8px 32px #0000004d}.hs-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:var(--accent);color:#fff;border:none;width:42px;height:42px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.hs-btn:hover{background:#c9303c;transform:translateY(-50%) scale(1.05)}.hero-trust{display:flex;align-items:center;gap:14px}.trust-avatars{display:flex}.trust-avatar{width:34px;height:34px;border-radius:50%;background:var(--bg-elevated);border:2px solid var(--bg);display:flex;align-items:center;justify-content:center;font-size:16px}.trust-text{font-size:13px;color:var(--text-muted)}.trust-text strong{color:var(--text);font-weight:700}.hero-visual{position:absolute;right:max(40px,calc((100vw - 1200px)/2));top:50%;transform:translateY(-50%);z-index:2;display:flex;flex-direction:column;gap:14px}.hero-card{display:flex;align-items:center;gap:14px;background:#ffffff0a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:14px 20px;min-width:220px;animation:float-card 6s ease-in-out infinite}.hc-1{animation-delay:0s;transform:translate(20px)}.hc-2{animation-delay:-2s;transform:translate(-10px)}.hc-3{animation-delay:-4s;transform:translate(30px)}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hc-icon{width:44px;height:44px;border-radius:12px;background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;font-size:22px}.hero-card strong{font-size:14px;font-weight:600;color:var(--text);display:block}.hero-card span{font-size:12px;color:var(--text-dim)}.metrics-bar{border-bottom:1px solid var(--border);background:var(--bg-card)}.metrics-row{display:flex;justify-content:center;align-items:center;gap:0;padding:28px 0}.metric{flex:1;text-align:center}.metric-num{font-size:22px;font-weight:800;color:var(--text);letter-spacing:-.5px}.metric-label{font-size:12px;color:var(--text-dim);font-weight:500;margin-top:2px}.metric-sep{width:1px;height:36px;background:var(--border)}.services-section{padding:40px 0 8px}.service-pills{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.service-pill{display:flex;align-items:center;gap:10px;padding:10px 22px 10px 10px;border-radius:100px;border:1px solid var(--border);background:var(--bg-card);cursor:pointer;transition:all .25s;font-family:inherit;color:var(--text-muted);font-size:14px;font-weight:600;position:relative}.service-pill:hover{border-color:var(--border-hover);background:var(--bg-hover);color:var(--text)}.service-pill.active{border-color:var(--accent);background:var(--accent-soft);color:var(--text);box-shadow:0 0 20px var(--accent-soft)}.sp-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.sp-check{width:20px;height:20px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.offers-section{padding:32px 0 8px}.offers-track{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.offers-track::-webkit-scrollbar{display:none}.offer-card{flex-shrink:0;width:280px;padding:24px;border-radius:var(--radius);position:relative;overflow:hidden;cursor:pointer;transition:all .3s;scroll-snap-align:start;border:1px solid var(--border)}.offer-card:hover{transform:translateY(-4px);border-color:var(--border-hover)}.oc-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.07}.oc-fire{background:linear-gradient(135deg,rgba(226,55,68,.1),var(--bg-card))}.oc-fire .oc-bg{background:linear-gradient(135deg,#ff7a00,#f59e0b)}.oc-bolt{background:linear-gradient(135deg,rgba(139,92,246,.1),var(--bg-card))}.oc-bolt .oc-bg{background:linear-gradient(135deg,#8b5cf6,#ff7a00)}.oc-gem{background:linear-gradient(135deg,rgba(255,122,0,.1),var(--bg-card))}.oc-gem .oc-bg{background:linear-gradient(135deg,#ff7a00,#f59e0b)}.oc-star{background:linear-gradient(135deg,rgba(245,158,11,.1),var(--bg-card))}.oc-star .oc-bg{background:linear-gradient(135deg,#f59e0b,#ef4444)}.oc-heart{background:linear-gradient(135deg,rgba(236,72,153,.1),var(--bg-card))}.oc-heart .oc-bg{background:linear-gradient(135deg,#ec4899,#f43f5e)}.oc-leaf{background:linear-gradient(135deg,rgba(255,122,0,.1),var(--bg-card))}.oc-leaf .oc-bg{background:linear-gradient(135deg,#16a34a,#65a30d)}.oc-badge{font-size:10px;font-weight:700;letter-spacing:1px;color:var(--text-muted);margin-bottom:12px}.offer-card h3{font-size:22px;font-weight:800;color:var(--text);margin-bottom:4px;letter-spacing:-.5px}.offer-card p{font-size:13px;color:var(--text-dim);margin-bottom:14px}.oc-code{display:inline-block;padding:4px 12px;border-radius:6px;background:#ffffff0f;border:1px dashed rgba(255,255,255,.15);font-size:12px;font-weight:700;color:var(--text-muted);letter-spacing:1px;font-family:Courier New,monospace}.categories-section{padding:48px 0 16px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-title-group{display:flex;flex-direction:column;gap:2px}.section-eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--accent)}.section-title{font-size:24px;font-weight:800;color:var(--text);letter-spacing:-.5px}.section-subtitle{font-size:13px;color:var(--text-dim);margin-top:2px}.cat-nav{display:flex;gap:6px}.cat-arrow{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.cat-arrow:hover{background:var(--bg-hover);color:var(--text);border-color:var(--border-hover)}.categories-scroll{display:flex;gap:20px;overflow-x:auto;padding-bottom:12px;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.categories-scroll::-webkit-scrollbar{display:none}.category-pill{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:88px;cursor:pointer;transition:all .3s}.category-pill:hover{transform:translateY(-4px)}.cat-circle{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 4px 20px #0000004d}.category-pill:hover .cat-circle{transform:scale(1.1);box-shadow:0 8px 30px #0006}.cat-emoji{font-size:30px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.cat-label{font-size:12px;font-weight:600;color:var(--text-muted);text-align:center;line-height:1.3}.stores-section{padding:40px 0 48px}.see-all-btn{font-size:13px;font-weight:600;color:var(--accent);display:flex;align-items:center;gap:4px;transition:all .2s;padding:8px 16px;border-radius:var(--radius-sm);border:1px solid var(--accent-soft)}.see-all-btn:hover{background:var(--accent-soft)}.see-all-btn span{transition:transform .2s}.see-all-btn:hover span{transform:translate(3px)}.stores-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.store-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.store-card:hover{transform:translateY(-4px);border-color:var(--border-hover);box-shadow:0 20px 40px #0000004d}.sc-img{height:180px;position:relative;overflow:hidden}.sc-letter{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:56px;font-weight:900;color:#ffffff40;text-shadow:0 4px 20px rgba(0,0,0,.2)}.sc-overlay{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(transparent,#0009);pointer-events:none}.sc-badges{position:absolute;top:10px;left:10px;display:flex;gap:6px;z-index:2}.sc-badge{padding:4px 10px;border-radius:6px;font-size:10px;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.5px}.sc-badge-free{background:#ff7a00d9;color:#fff}.sc-badge-time{background:#0000008c;color:#ffffffe6}.sc-offer-tag{position:absolute;bottom:10px;left:12px;color:#fff;z-index:2}.sc-offer-tag span{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;opacity:.8;display:block}.sc-offer-tag strong{font-size:18px;font-weight:800;letter-spacing:-.5px}.sc-body{padding:16px 18px 18px}.sc-row-1{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.sc-name{font-size:16px;font-weight:700;color:var(--text);line-height:1.3}.sc-rating{background:var(--green);color:#fff;padding:3px 8px;border-radius:6px;font-size:12px;font-weight:700;flex-shrink:0}.sc-meta{font-size:12px;color:var(--text-dim);display:flex;gap:6px;align-items:center;flex-wrap:wrap}.sc-type{text-transform:capitalize}.sc-dot{width:3px;height:3px;border-radius:50%;background:var(--text-dim);flex-shrink:0}.how-section{padding:64px 0;border-top:1px solid var(--border)}.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.how-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px 22px;text-align:center;transition:all .3s;position:relative}.how-card:hover{border-color:var(--border-hover);transform:translateY(-3px);box-shadow:0 12px 32px #0003}.how-step{position:absolute;top:14px;right:16px;font-size:11px;font-weight:800;color:var(--text-dim);opacity:.5}.how-icon{font-size:36px;margin-bottom:14px}.how-card h4{font-size:15px;font-weight:700;color:var(--text);margin-bottom:6px}.how-card p{font-size:12px;color:var(--text-dim);line-height:1.6}.cta-section{padding:48px 0 64px}.cta-card{background:linear-gradient(135deg,#e2374414,#8b5cf60f);border:1px solid var(--border);border-radius:var(--radius-xl);padding:56px;display:flex;align-items:center;gap:48px;position:relative;overflow:hidden}.cta-card:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;border-radius:50%;background:#e237440f;filter:blur(60px)}.cta-left{flex:1}.cta-left h2{font-size:32px;font-weight:800;letter-spacing:-1px;margin-bottom:12px;color:var(--text)}.cta-left p{font-size:15px;color:var(--text-muted);line-height:1.7;margin-bottom:24px}.cta-btns{display:flex;gap:12px}.cta-store-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.cta-store-btn:hover{background:var(--bg-hover);border-color:var(--border-hover)}.cta-store-btn span{font-size:18px}.cta-right{flex-shrink:0}.cta-phone{width:200px;height:380px;background:var(--bg-card);border-radius:28px;border:2px solid var(--border);padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 20px 60px #0006}.cta-phone-screen{display:flex;flex-direction:column;gap:12px;flex:1}.cta-mock-header{font-size:14px;font-weight:700;color:var(--text);padding:8px 0;border-bottom:1px solid var(--border)}.cta-mock-card{background:var(--bg-elevated);border-radius:var(--radius-sm);padding:14px;font-size:13px;font-weight:600;color:var(--text)}.cta-mock-card small{color:var(--text-dim);font-weight:400;font-size:11px}.footer{background:var(--bg-card);border-top:1px solid var(--border);padding:56px 0 32px;margin-top:0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-about p{font-size:13px;color:var(--text-dim);line-height:1.6;margin-top:8px}.footer-brand{font-size:20px;font-weight:800;color:var(--text)}.footer-col h4{font-size:13px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.footer-col a{font-size:13px;color:var(--text-dim);transition:color .2s}.footer-col a:hover{color:var(--text)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border);font-size:12px;color:var(--text-dim)}.footer-socials{display:flex;gap:16px}.footer-socials a{color:var(--text-dim);font-weight:600;transition:color .2s}.footer-socials a:hover{color:var(--text)}.sd-page{min-height:100vh}.sd-hero{position:relative;min-height:220px;display:flex;align-items:flex-end}.sd-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#000000b3)}.sd-hero-inner{position:relative;z-index:2;width:100%;padding-top:24px;padding-bottom:28px}.sd-back{display:inline-flex;align-items:center;gap:4px;color:#fffc;font-size:13px;font-weight:500;margin-bottom:20px;transition:color .2s}.sd-back:hover{color:#fff}.sd-hero-content{display:flex;align-items:center;gap:20px}.sd-avatar{width:72px;height:72px;border-radius:18px;background:#ffffff26;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;color:#fff;flex-shrink:0}.sd-hero-info{flex:1;min-width:0}.sd-hero-top{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:6px}.sd-store-name{font-size:26px;font-weight:800;color:#fff;letter-spacing:-.5px;line-height:1.2}.sd-status{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:100px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sd-status.open{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.3)}.sd-status.closed{background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.sd-status-dot{width:6px;height:6px;border-radius:50%}.sd-status.open .sd-status-dot{background:#22c55e;animation:blink 2s ease-in-out infinite}.sd-status.closed .sd-status-dot{background:#ef4444}.sd-desc{font-size:14px;color:#ffffffb3;margin-bottom:12px;line-height:1.5}.sd-meta-row{display:flex;gap:8px;flex-wrap:wrap}.sd-rating-chip{display:inline-flex;align-items:center;gap:4px;background:#ff7a00e6;color:#fff;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:700}.sd-star{font-size:12px}.sd-rating-count{font-weight:400;opacity:.8;font-size:11px}.sd-meta-pill{display:inline-flex;align-items:center;gap:4px;background:#ffffff1a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500;color:#ffffffd9}.sd-content{padding-top:28px;padding-bottom:80px}.sd-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sd-menu-title{display:flex;align-items:center;gap:12px}.sd-menu-title h2{font-size:22px;font-weight:800;color:var(--text);letter-spacing:-.5px}.sd-item-count{font-size:12px;font-weight:600;color:var(--text-dim);background:var(--bg-elevated);padding:4px 10px;border-radius:100px}.sd-cats{display:flex;gap:8px;margin-bottom:24px;overflow-x:auto;padding-bottom:4px;-ms-overflow-style:none;scrollbar-width:none}.sd-cats::-webkit-scrollbar{display:none}.sd-cat-btn{padding:8px 18px;border-radius:100px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);transition:all .2s;font-family:inherit}.sd-cat-btn:hover{border-color:var(--border-hover);color:var(--text)}.sd-cat-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.sd-products{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.pd-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.pd-card:hover{border-color:var(--border-hover);transform:translateY(-3px);box-shadow:0 12px 32px #0000004d}.pd-img{height:120px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.pd-img-letter{font-size:44px;font-weight:900;color:#ffffff40}.pd-discount-tag{position:absolute;top:8px;right:8px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px}.pd-body{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1}.pd-top{margin-bottom:6px}.pd-name-row{display:flex;align-items:center;gap:6px}.pd-name{font-size:15px;font-weight:700;color:var(--text);line-height:1.3}.pd-category{display:inline-block;font-size:10px;font-weight:600;color:var(--text-dim);background:var(--bg-elevated);padding:2px 8px;border-radius:4px;margin-top:4px;text-transform:uppercase;letter-spacing:.5px}.pd-desc{font-size:12px;color:var(--text-dim);line-height:1.5;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pd-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.pd-price-block{display:flex;align-items:baseline;gap:6px}.pd-price{font-size:17px;font-weight:800;color:var(--text)}.pd-original{font-size:13px;color:var(--text-dim);text-decoration:line-through}.pd-unit{font-size:12px;color:var(--text-dim);font-weight:500}.pd-add-btn{display:flex;align-items:center;gap:4px;padding:7px 18px;border-radius:8px;border:1.5px solid var(--accent);background:transparent;color:var(--accent);font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit;text-transform:uppercase;letter-spacing:.5px}.pd-add-btn:hover{background:var(--accent-soft)}.pd-add-btn:disabled{cursor:wait;opacity:.7}.pd-add-btn span{font-size:16px;font-weight:400}.btn-spinner{display:inline-block;width:18px;height:18px;border:2.5px solid var(--accent, #ff5722);border-top-color:transparent;border-radius:50%;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.ct-page{padding-top:28px;padding-bottom:40px}.ct-header{margin-bottom:24px}.ct-title{font-size:24px;font-weight:800;color:var(--text);letter-spacing:-.5px;display:flex;align-items:center;gap:8px}.ct-store-name{font-size:13px;color:var(--text-dim);margin-top:4px}.ct-store-name strong{color:var(--text-muted)}.ct-layout{display:grid;grid-template-columns:1fr 380px;gap:20px;align-items:start}.ct-items-col{display:flex;flex-direction:column;gap:12px}.ct-checkout-col{display:flex;flex-direction:column;gap:12px;position:sticky;top:76px}.ct-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.ct-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ct-card-header h3{font-size:15px;font-weight:700;color:var(--text)}.ct-clear-btn{font-size:12px;font-weight:600;color:var(--accent);background:none;border:none;cursor:pointer;padding:4px 10px;border-radius:6px;transition:background .2s;font-family:inherit}.ct-clear-btn:hover{background:var(--accent-soft)}.ct-card-label{font-size:15px;font-weight:700;color:var(--text);margin-bottom:14px}.ct-item{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--border)}.ct-item:last-child{border-bottom:none}.ct-item-info{flex:1;min-width:0}.ct-item-name{font-size:14px;font-weight:600;color:var(--text);margin-bottom:4px}.ct-item-price{font-size:13px;color:var(--text-dim)}.ct-item-price strong{color:var(--text-muted)}.ct-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0;margin-left:16px}.ct-remove-btn{font-size:11px;font-weight:600;color:var(--accent);background:none;border:none;cursor:pointer;font-family:inherit}.ct-remove-btn:hover{text-decoration:underline}.ct-row-2{display:flex;gap:8px}.ct-row-2 .form-group{flex:1}.ct-coupon-row{display:flex;gap:8px}.ct-coupon-input{flex:1;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:13px;background:var(--bg-elevated);color:var(--text);outline:none;font-family:inherit}.ct-coupon-input:focus{border-color:#e2374466}.ct-coupon-btn{padding:10px 18px;border-radius:8px;border:1.5px solid var(--accent);background:transparent;color:var(--accent);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.ct-coupon-btn:hover{background:var(--accent-soft)}.ct-coupon-success{color:var(--green);font-size:12px;margin-top:8px;font-weight:500}.ct-payment-opt{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;color:var(--text-muted);transition:all .2s;margin-bottom:4px;border:1px solid transparent}.ct-payment-opt:hover{background:var(--bg-hover)}.ct-payment-opt.active{background:var(--accent-soft);border-color:#ff7a0033;color:var(--text)}.ct-payment-opt input[type=radio]{accent-color:var(--accent)}.ct-pay-icon{font-size:18px}.ct-bill-rows{display:flex;flex-direction:column;gap:10px}.ct-bill-row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-muted)}.ct-bill-discount{color:var(--green)}.ct-bill-divider{border:none;border-top:1px dashed var(--border);margin:4px 0}.ct-bill-total{font-size:17px;font-weight:800;color:var(--text)}.ct-place-btn{width:100%;margin-top:16px;padding:14px;border-radius:var(--radius-sm);border:none;background:var(--accent);color:#fff;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .2s}.ct-place-btn:hover{background:#c9303c;transform:translateY(-1px);box-shadow:0 6px 20px #e237444d}.ct-place-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.addr-add-btn{background:transparent;border:1.5px dashed #f59e0b;color:#f59e0b;padding:6px 14px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.addr-add-btn:hover{background:#f59e0b1a}.addr-list{display:flex;flex-direction:column;gap:8px}.addr-card{display:flex;gap:12px;align-items:flex-start;padding:12px;border:1.5px solid #e5e7eb;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s;background:#fff}.addr-card:hover{border-color:#f59e0b;background:#fffbeb}.addr-card.selected{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7);box-shadow:0 2px 8px #f59e0b26}.addr-radio{padding-top:2px;flex-shrink:0}.addr-radio input[type=radio]{accent-color:#f59e0b;width:16px;height:16px;cursor:pointer}.addr-details{flex:1;min-width:0}.addr-label-row{display:flex;gap:6px;align-items:center;margin-bottom:4px}.addr-label-badge{background:#fef3c7;color:#92400e;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.addr-default-badge{background:#22c55e26;color:var(--green);padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600}.addr-text{font-size:13px;color:#1f2937;line-height:1.4;word-break:break-word}.addr-landmark{font-size:12px;color:#6b7280;margin-top:2px}.addr-city{font-size:12px;color:#374151;margin-top:2px;font-weight:500}.addr-actions{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.addr-edit-btn,.addr-del-btn{background:transparent;border:none;font-size:12px;cursor:pointer;font-family:inherit;font-weight:500;padding:4px 8px;border-radius:4px;transition:all .2s}.addr-edit-btn{color:#f59e0b}.addr-edit-btn:hover{background:#f59e0b1a}.addr-del-btn{color:#ef4444}.addr-del-btn:hover{background:#ef44441a}.addr-form{border:1.5px solid #fde68a;border-radius:var(--radius-sm);padding:16px;background:#fffbeb}.addr-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.addr-form-header h4{font-size:14px;font-weight:600;color:#92400e}.addr-cancel-btn{background:transparent;border:none;color:#6b7280;font-size:13px;cursor:pointer;font-family:inherit}.addr-cancel-btn:hover{color:#1f2937}.addr-label-picker{display:flex;gap:8px;margin-bottom:12px}.addr-label-opt{padding:6px 14px;border-radius:20px;border:1.5px solid #e5e7eb;background:#fff;color:#6b7280;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .2s}.addr-label-opt.active{border-color:#f59e0b;background:#fef3c7;color:#92400e}.addr-label-opt:hover{border-color:#fde68a}.addr-form .form-group input,.addr-form .form-group textarea,.addr-form .form-group select{background:#fff;color:#1f2937;border-color:#e5e7eb}.addr-form .form-group input:focus,.addr-form .form-group textarea:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}.addr-form .form-group input::placeholder{color:#9ca3af}.addr-form .form-group label{color:#92400e}.addr-form .btn-primary{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 4px 14px #f59e0b40}.addr-form .btn-primary:hover{box-shadow:0 6px 20px #f59e0b59}.btn{padding:10px 22px;border-radius:var(--radius-sm);border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s;font-family:inherit}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px #ff7a0033}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #e2374459}.btn-secondary{background:var(--bg-elevated);color:var(--text-muted)}.btn-secondary:hover{background:var(--bg-hover);color:var(--text)}.btn-outline{border:1.5px solid var(--accent);color:var(--accent);background:transparent}.btn-outline:hover{background:var(--accent-soft)}.btn-sm{padding:7px 16px;font-size:13px}.btn-full{width:100%}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--text-muted)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:13px 18px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;outline:none;transition:all .25s;font-family:inherit;background:var(--bg-card);color:var(--text)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#ff7a0066;box-shadow:0 0 0 4px var(--accent-soft)}.form-group input::placeholder{color:var(--text-dim)}.card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;transition:all .3s}.card:hover{border-color:var(--border-hover);box-shadow:0 10px 30px #0003}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{display:flex;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--border);transition:background .2s}.product-card:hover{background:var(--bg-hover)}.product-info{flex:1}.product-name{font-size:16px;font-weight:600;margin-bottom:4px;color:var(--text)}.product-desc{font-size:13px;color:var(--text-dim);margin-bottom:8px;line-height:1.5}.product-price{font-size:15px;font-weight:700;color:var(--text)}.product-price .original{text-decoration:line-through;color:var(--text-dim);margin-left:8px;font-size:13px;font-weight:400}.veg-badge{width:16px;height:16px;border:2px solid;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;margin-right:6px}.veg-badge.veg{border-color:#22c55e}.veg-badge.veg:after{content:"";width:8px;height:8px;background:#22c55e;border-radius:50%}.veg-badge.non-veg{border-color:#e23744}.veg-badge.non-veg:after{content:"";width:8px;height:8px;background:#e23744;border-radius:50%}.qty-control{display:flex;align-items:center;gap:8px;border:2px solid var(--accent);border-radius:var(--radius-sm);padding:2px;background:var(--bg-card)}.qty-control button{width:30px;height:30px;border:none;background:none;color:var(--accent);font-size:18px;font-weight:700;cursor:pointer;border-radius:6px}.qty-control button:hover{background:var(--accent-soft)}.qty-control span{font-size:14px;font-weight:700;min-width:18px;text-align:center;color:var(--accent)}.cart-bar{position:fixed;bottom:0;left:0;right:0;background:var(--accent);color:#fff;padding:18px 28px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;z-index:90;box-shadow:0 -6px 30px #ff7a004d}.cart-bar .cart-info{font-size:13px}.cart-bar .cart-info strong{font-size:16px}.badge{background:var(--accent);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px;position:absolute;top:-6px;right:-8px;min-width:18px;text-align:center}.auth-page{display:flex;align-items:center;justify-content:center;min-height:80vh}.auth-card{background:var(--bg-card);padding:48px;border-radius:var(--radius-xl);width:100%;max-width:440px;border:1px solid var(--border);box-shadow:0 12px 48px #0000004d}.auth-card h2{font-size:28px;font-weight:800;margin-bottom:8px;letter-spacing:-.5px;color:var(--text)}.auth-card p{color:var(--text-muted);font-size:14px;margin-bottom:28px}.order-card{background:var(--bg-card);border-radius:var(--radius);padding:22px;margin-bottom:14px;border:1px solid var(--border);transition:all .25s}.order-card:hover{border-color:var(--border-hover);transform:translateY(-1px)}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.order-status{padding:5px 14px;border-radius:var(--radius-sm);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.order-status.pending{background:#f59e0b26;color:#f59e0b}.order-status.confirmed{background:#22c55e26;color:#22c55e}.order-status.preparing{background:#3b82f626;color:#3b82f6}.order-status.delivered{background:#22c55e26;color:#22c55e}.order-status.cancelled{background:#ef444426;color:#ef4444}.order-status.out_for_delivery{background:#3b82f626;color:#3b82f6}.search-bar{display:flex;gap:12px;margin-bottom:24px}.search-bar input{flex:1;padding:14px 20px;border:1px solid var(--border);border-radius:var(--radius);font-size:15px;outline:none;font-family:inherit;background:var(--bg-card);color:var(--text)}.search-bar input:focus{border-color:#ff7a0066;box-shadow:0 0 0 4px var(--accent-soft)}.empty-state{text-align:center;padding:80px 20px;color:var(--text-dim)}.empty-emoji{font-size:48px;margin-bottom:16px;opacity:.4}.empty-state h3{font-size:20px;margin-bottom:8px;color:var(--text-muted);font-weight:700}.empty-bowl{font-size:64px;margin-bottom:16px;opacity:.3}.loading{text-align:center;padding:60px;color:var(--text-dim);font-size:16px}.tabs{display:flex;gap:10px;margin-bottom:24px;overflow-x:auto;padding:4px 0}.tab{padding:10px 20px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);transition:all .25s}.tab:hover{border-color:var(--border-hover);color:var(--text)}.tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.profile-section{background:var(--bg-card);border-radius:var(--radius);padding:24px;margin-bottom:16px;border:1px solid var(--border)}.bottom-nav{display:none}.nf-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:40px 24px}.nf-code{font-size:120px;font-weight:900;letter-spacing:-6px;background:linear-gradient(135deg,var(--accent),var(--purple),var(--amber));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:8px}.nf-emoji{font-size:56px;margin-bottom:20px;opacity:.6}.nf-title{font-size:28px;font-weight:800;color:var(--text);margin-bottom:10px;letter-spacing:-.5px}.nf-desc{font-size:15px;color:var(--text-dim);max-width:400px;line-height:1.6;margin-bottom:28px}.nf-actions{display:flex;gap:12px}.pdt-hero{height:400px;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#f5f5f5}.pdt-hero img{width:100%;height:100%;object-fit:cover}.pdt-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 50%)}.pdt-hero-inner{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;padding:16px 0 32px;width:100%;pointer-events:none}.pdt-hero-inner .sd-back{pointer-events:auto;align-self:flex-start;margin-left:16px;background:#00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 16px;border-radius:20px;border:none;cursor:pointer;color:#fff;font-weight:600;font-size:14px}.pdt-hero-inner .sd-back:hover{background:#000000a6}.pdt-hero-letter{font-size:80px;font-weight:900;color:#ffffffe6;text-shadow:0 4px 24px rgba(0,0,0,.3);margin:auto;pointer-events:none}.pdt-discount-badge{position:absolute;top:16px;left:16px;background:var(--accent);color:#fff;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:700;z-index:3;pointer-events:auto}.pdt-content{max-width:700px;margin:0 auto}.pdt-info{padding:24px 0 20px}.pdt-name-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.pdt-name{font-size:26px;font-weight:800;letter-spacing:-.5px;color:var(--text)}.pdt-cat-badge{display:inline-block;background:#ffffff0f;border:1px solid var(--border);padding:4px 12px;border-radius:20px;font-size:12px;color:var(--text-muted);margin-bottom:16px}.pdt-price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:20px;flex-wrap:wrap}.pdt-price{font-size:28px;font-weight:800;color:var(--text)}.pdt-original{font-size:16px;color:var(--text-dim);text-decoration:line-through}.pdt-add-row{margin-bottom:24px;display:flex;align-items:center}.pd-add-lg{padding:14px 36px!important;font-size:15px!important;border-radius:12px!important;width:auto!important}.qty-lg{transform:scale(1.15);transform-origin:left center;width:fit-content}.pdt-section{margin-top:28px}.pdt-section h3{font-size:16px;font-weight:700;color:var(--text);margin-bottom:12px;letter-spacing:-.3px}.pdt-desc-text{font-size:14px;color:var(--text-muted);line-height:1.7}.pdt-details{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.pdt-detail-chip{background:#ffffff0a;border:1px solid var(--border);padding:6px 14px;border-radius:20px;font-size:12px;color:var(--text-muted)}.pdt-tag{color:var(--accent);border-color:var(--accent-soft);background:var(--accent-soft)}.pdt-store-card{display:flex;align-items:center;gap:14px;padding:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-top:24px;text-decoration:none;transition:border-color .2s}.pdt-store-card:hover{border-color:var(--border-hover)}.pdt-store-avatar{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:#fff;flex-shrink:0}.pdt-store-info{flex:1;min-width:0}.pdt-store-info h4{font-size:15px;font-weight:700;color:var(--text);margin-bottom:4px}.pdt-store-meta{display:flex;gap:12px;font-size:12px;color:var(--text-dim)}.pdt-store-arrow{font-size:20px;color:var(--text-dim)}@media (max-width: 1024px){.stores-grid,.how-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:40px;letter-spacing:-1.5px}.hero-visual{display:none}.hero-content{margin-left:auto;margin-right:auto;text-align:center;max-width:560px}.hero-trust{justify-content:center}.hero-search{max-width:480px;margin-left:auto;margin-right:auto}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:32px}.ct-layout{grid-template-columns:1fr 340px}}@media (max-width: 768px){.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#09090bf2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border);z-index:200;padding:6px 0 env(safe-area-inset-bottom,8px);justify-content:space-around;align-items:center}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:var(--text-dim);font-size:10px;font-weight:500;padding:4px 0;min-width:52px}.bottom-nav-item.active{color:var(--accent)}.bottom-nav-icon{position:relative;font-size:20px}.bottom-nav-badge{position:absolute;top:-6px;right:-10px;background:var(--accent);color:#fff;font-size:9px;font-weight:700;padding:1px 5px;border-radius:10px}.bottom-nav-label{font-size:10px}.navbar .nav-links{display:none}.navbar{height:60px;padding:0 14px}.navbar .logo{font-size:18px}.navbar .logo img{height:44px!important}.app-body{padding-bottom:72px}.cart-bar{bottom:64px;border-radius:var(--radius) var(--radius) 0 0}.footer{margin-bottom:64px;padding:36px 0 24px}.container{padding:0 16px}.stores-grid{grid-template-columns:repeat(2,1fr);gap:12px}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.hero{padding:36px 0 32px;min-height:auto}.hero-content{max-width:100%;padding:0 16px}.hero h1{font-size:28px;letter-spacing:-1px;line-height:1.15;margin-bottom:14px}.hero-sub{font-size:14px;line-height:1.6;margin-bottom:24px}.hero-chip{font-size:11px;padding:5px 12px;margin-bottom:18px;gap:6px}.hero-search input{padding:14px 50px 14px 42px;font-size:14px;border-radius:12px}.hs-icon{left:14px}.hs-icon svg,.hs-icon{width:18px;height:18px}.hs-btn{width:36px;height:36px;border-radius:8px}.hero-search{margin-bottom:20px}.hero-trust{gap:10px}.trust-avatar{width:28px;height:28px;font-size:13px}.trust-text{font-size:12px}.metrics-bar{padding:0}.metrics-row{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0}.metric{padding:16px 8px;border-bottom:1px solid var(--border)}.metric:nth-child(odd){border-right:1px solid var(--border)}.metric-num{font-size:18px}.metric-label{font-size:11px}.metric-sep{display:none}.services-section{padding:24px 0 4px}.service-pills{gap:8px;overflow-x:auto;justify-content:flex-start;padding:0 16px;flex-wrap:nowrap;-ms-overflow-style:none;scrollbar-width:none}.service-pills::-webkit-scrollbar{display:none}.service-pill{flex-shrink:0;padding:8px 14px 8px 8px;font-size:13px;gap:8px}.sp-icon{width:30px;height:30px;font-size:15px}.sp-check{width:18px;height:18px;font-size:10px}.offers-section{padding:20px 0 4px}.offers-track{gap:10px;padding:0 16px 8px}.offer-card{width:220px;padding:18px;border-radius:14px}.offer-card h3{font-size:18px}.offer-card p{font-size:12px;margin-bottom:10px}.oc-badge{font-size:9px;margin-bottom:8px}.oc-code{font-size:11px;padding:3px 10px}.categories-section{padding:24px 0 12px}.section-header{margin-bottom:16px}.section-eyebrow{font-size:11px;letter-spacing:1.5px}.section-title{font-size:18px}.section-subtitle{font-size:12px}.cat-nav{gap:4px}.cat-arrow{width:32px;height:32px;font-size:18px}.categories-scroll{gap:14px;padding:0 0 8px}.category-pill{min-width:72px;gap:8px}.cat-circle{width:56px;height:56px;box-shadow:0 3px 12px #00000040}.cat-emoji{font-size:22px}.cat-label{font-size:11px}.stores-section{padding:28px 0 36px}.see-all-btn{font-size:12px;padding:6px 12px}.sc-img{height:130px}.sc-letter{font-size:40px}.sc-badges{top:8px;left:8px;gap:4px}.sc-badge{font-size:9px;padding:3px 7px;border-radius:5px}.sc-offer-tag span{font-size:8px;letter-spacing:1px}.sc-offer-tag strong{font-size:14px}.sc-body{padding:12px 14px 14px}.sc-row-1{margin-bottom:6px}.sc-name{font-size:13px}.sc-rating{padding:2px 6px;font-size:11px;border-radius:5px}.sc-meta{font-size:10px;gap:4px}.how-section{padding:36px 0}.how-grid{grid-template-columns:repeat(2,1fr);gap:10px}.how-card{padding:20px 14px;border-radius:14px}.how-icon{font-size:28px;margin-bottom:10px}.how-card h4{font-size:13px;margin-bottom:4px}.how-card p{font-size:11px;line-height:1.5}.how-step{font-size:10px;top:10px;right:12px}.cta-section{padding:24px 0 36px}.cta-card{flex-direction:column;padding:28px 20px;border-radius:var(--radius);gap:24px}.cta-left h2{font-size:22px;letter-spacing:-.5px}.cta-left p{font-size:13px;line-height:1.6;margin-bottom:18px}.cta-btns{gap:8px}.cta-store-btn{padding:10px 18px;font-size:13px;border-radius:8px}.cta-right{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.footer-brand{font-size:18px}.footer-about p{font-size:12px}.footer-col h4{font-size:11px;margin-bottom:2px}.footer-col a{font-size:12px}.footer-bottom{flex-direction:column;gap:10px;text-align:center;padding-top:16px;font-size:11px}.footer-socials{gap:14px}.auth-card{padding:28px 20px;margin:16px;max-width:none;border-radius:var(--radius)}.auth-card h2{font-size:22px}.auth-card p{font-size:13px;margin-bottom:20px}.form-group input,.form-group textarea,.form-group select{padding:11px 14px;font-size:13px;border-radius:8px}.form-group label{font-size:12px}.order-card{padding:14px;border-radius:12px}.order-status{font-size:10px;padding:4px 10px}.cart-bar{padding:14px 20px}.cart-bar .cart-info{font-size:12px}.cart-bar .cart-info strong{font-size:14px}.product-card{padding:14px}.product-name{font-size:14px}.product-desc{font-size:12px}.product-price{font-size:14px}.profile-section{padding:16px;border-radius:12px}.tabs{gap:6px}.tab{padding:8px 14px;font-size:12px;border-radius:8px}.sd-hero{min-height:180px}.sd-avatar{width:56px;height:56px;font-size:24px;border-radius:14px}.sd-store-name{font-size:20px}.sd-desc{font-size:13px;margin-bottom:8px}.sd-meta-row{gap:6px}.sd-meta-pill{font-size:11px;padding:3px 8px}.sd-rating-chip{font-size:12px;padding:3px 8px}.sd-content{padding-top:20px}.sd-menu-title h2{font-size:18px}.sd-cats{gap:6px}.sd-cat-btn{padding:6px 14px;font-size:12px}.sd-products{grid-template-columns:repeat(2,1fr);gap:12px}.pd-img{height:100px}.pd-img-letter{font-size:36px}.pd-body{padding:12px 12px 14px}.pd-name{font-size:13px}.pd-desc{font-size:11px}.pd-price{font-size:15px}.pd-original{font-size:11px}.pd-add-btn{padding:6px 12px;font-size:11px}.pd-discount-tag{font-size:10px;padding:2px 6px}.ct-layout{grid-template-columns:1fr}.ct-checkout-col{position:static}.ct-card{padding:16px}.ct-title{font-size:20px}.ct-item-name{font-size:13px}.ct-item-price{font-size:12px}.ct-place-btn{padding:12px;font-size:14px}}@media (max-width: 480px){.stores-grid{grid-template-columns:1fr;gap:14px}.grid-3,.grid-4,.grid-2{grid-template-columns:1fr}.hero{padding:28px 0 24px}.hero h1{font-size:24px;line-height:1.2;letter-spacing:-.8px;margin-bottom:10px}.hero-sub{font-size:13px;line-height:1.55;margin-bottom:20px}.hero-chip{font-size:10px;padding:4px 10px;margin-bottom:14px}.hero-search input{padding:12px 44px 12px 38px;font-size:13px}.hs-icon{left:12px}.hs-btn{width:32px;height:32px}.trust-avatar{width:26px;height:26px;font-size:12px}.trust-text{font-size:11px}.metrics-row{grid-template-columns:1fr 1fr}.metric{padding:12px 6px}.metric-num{font-size:16px}.metric-label{font-size:10px}.service-pill{padding:6px 12px 6px 6px;font-size:12px}.sp-icon{width:28px;height:28px;font-size:14px}.offer-card{width:200px;padding:16px}.offer-card h3{font-size:16px}.offer-card p{font-size:11px}.oc-code{font-size:10px}.cat-circle{width:50px;height:50px}.cat-emoji{font-size:20px}.cat-label{font-size:10px}.categories-scroll{gap:12px}.category-pill{min-width:64px}.sc-img{height:160px}.sc-letter{font-size:48px}.sc-body{padding:14px 16px 16px}.sc-name{font-size:15px}.sc-meta{font-size:11px}.sc-offer-tag strong{font-size:16px}.how-grid{grid-template-columns:1fr 1fr;gap:8px}.how-card{padding:16px 12px}.how-icon{font-size:24px;margin-bottom:8px}.how-card h4{font-size:12px}.how-card p{font-size:10px}.cta-card{padding:22px 16px}.cta-left h2{font-size:20px}.cta-left p{font-size:12px}.cta-btns{flex-direction:column}.cta-store-btn{justify-content:center}.footer-grid{grid-template-columns:1fr;gap:18px;margin-bottom:20px}.footer{padding:28px 0 20px}.footer-bottom{font-size:10px}.section-title{font-size:17px}.section-eyebrow{font-size:10px}.section-subtitle{font-size:11px}.auth-card{padding:24px 16px}.auth-card h2{font-size:20px}.sd-hero{min-height:160px}.sd-hero-content{flex-direction:column;align-items:flex-start;gap:12px}.sd-avatar{width:48px;height:48px;font-size:20px;border-radius:12px}.sd-store-name{font-size:18px}.sd-status{font-size:11px;padding:3px 10px}.sd-desc{font-size:12px}.sd-meta-pill{font-size:10px}.sd-rating-chip{font-size:11px}.sd-products{grid-template-columns:1fr;gap:12px}.pd-card{flex-direction:row}.pd-img{height:auto;width:100px;min-height:100px;flex-shrink:0}.pd-img-letter{font-size:28px}.pd-body{padding:12px 14px}.pd-name{font-size:14px}.pd-price{font-size:15px}.pd-add-btn{padding:5px 10px;font-size:11px}.pdt-hero{height:280px}.pdt-hero-letter{font-size:56px}.pdt-name{font-size:22px}.pdt-price{font-size:24px}.pdt-original{font-size:14px}.pdt-desc-text{font-size:13px}.pdt-store-card{padding:12px}.pdt-store-avatar{width:40px;height:40px;font-size:16px}.pdt-store-info h4{font-size:13px}.pdt-store-meta{font-size:11px;gap:8px}.pdt-add-row{width:100%}.pd-add-lg{padding:12px 28px!important;font-size:14px!important}.qty-lg{transform:scale(1)}.ct-card{padding:14px;border-radius:12px}.ct-title{font-size:18px}.ct-bill-row{font-size:13px}.ct-bill-total{font-size:15px}.ct-coupon-row{flex-direction:column}.ct-coupon-btn{width:100%}}@media (max-width: 360px){.hero h1{font-size:21px}.hero-sub{font-size:12px}.container{padding:0 12px}.metric-num{font-size:14px}.metric-label{font-size:9px}.offer-card{width:180px;padding:14px}.offer-card h3,.sc-name{font-size:14px}.how-card{padding:14px 10px}}.gmodal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:gmodal-fade-in .25s ease}.gmodal-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:40px 32px 32px;max-width:400px;width:100%;text-align:center;position:relative;animation:gmodal-slide-up .3s ease}.gmodal-close{position:absolute;top:16px;right:16px;background:var(--bg-hover);border:1px solid var(--border);color:var(--text-muted);width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:all .2s}.gmodal-close:hover{background:var(--accent-soft);color:var(--accent);border-color:var(--accent)}.gmodal-emoji{font-size:48px;margin-bottom:12px}.gmodal-title{font-size:22px;font-weight:800;color:var(--text);margin-bottom:8px;letter-spacing:-.3px}.gmodal-subtitle{font-size:14px;color:var(--text-muted);line-height:1.5;margin-bottom:24px}.gmodal-google-btn{display:flex;justify-content:center;margin-bottom:16px;min-height:44px}.gmodal-loading{font-size:13px;color:var(--accent);font-weight:500;margin-bottom:8px}.gmodal-divider{display:flex;align-items:center;gap:12px;margin:8px 0 16px}.gmodal-divider:before,.gmodal-divider:after{content:"";flex:1;height:1px;background:var(--border)}.gmodal-divider span{font-size:12px;color:var(--text-dim);font-weight:500}.gmodal-email-link{display:block;padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);font-size:14px;font-weight:500;transition:all .2s;text-decoration:none}.gmodal-email-link:hover{background:var(--bg-hover);color:var(--text);border-color:var(--border-hover)}.gmodal-terms{font-size:11px;color:var(--text-dim);margin-top:16px;line-height:1.4}@keyframes gmodal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gmodal-slide-up{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
