*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--haat-red: #E8192C;--haat-red-dark: #c01020;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 24px;--shadow-sm: 0 1px 4px rgba(0,0,0,.06);--shadow-md: 0 4px 16px rgba(0,0,0,.09);--shadow-lg: 0 8px 40px rgba(0,0,0,.12);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{height:-webkit-fill-available;height:100dvh;overflow:hidden;overscroll-behavior:none}body{position:fixed;top:0;right:0;bottom:0;left:0;min-height:-webkit-fill-available;min-height:100dvh;width:100%;overflow:hidden;overscroll-behavior:none;overscroll-behavior-y:contain;font-family:var(--font);background:#f4f4f4;color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100dvh;height:var(--real-vh, 100dvh);overflow:hidden}a,button,[role=button],input,textarea,select{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes wave{0%{height:4px}to{height:18px}}@keyframes blink{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.spin{animation:spin 1s linear infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.haat-loader-root{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.haat-loader-root--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647}.haat-loader-inner{position:relative;display:flex;flex-direction:column;align-items:center}.haat-loader-glow{position:absolute;top:-16px;right:-16px;bottom:-16px;left:-16px;width:128px;height:128px;border-radius:50%;background:radial-gradient(circle,rgba(232,25,44,.25) 0%,transparent 70%);animation:pulse 2s ease-in-out infinite}.haat-loader-box{position:relative;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#1a0a0c,#3d0610,#1a0a0c);border-radius:22px;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 40px #e8192c59,0 2px 8px #0006;transform:rotate(3deg);margin-bottom:28px}.haat-loader-spinner{width:40px;height:40px;border:2px solid rgba(255,255,255,.15);border-top-color:#fff;border-radius:50%;animation:spin .9s linear infinite}.haat-loader-ping{position:absolute;top:-10px;right:-10px;width:22px;height:22px;color:#e8192ccc}.haat-loader-ping:before{content:"✦";font-size:18px;animation:ping 1.2s ease-out infinite;display:block;color:#ffb4b4e6}.haat-loader-bounce-dot{position:absolute;bottom:-8px;left:-8px;width:14px;height:14px;color:#e8192c99}.haat-loader-bounce-dot:before{content:"✦";font-size:12px;animation:bounce 1.4s ease-in-out infinite;display:block;color:#ff9696cc}.haat-loader-text{font-size:15px;font-weight:700;letter-spacing:.02em;background:linear-gradient(90deg,#111,#555);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:pulse 2s ease-in-out infinite;margin-bottom:14px;text-align:center}.haat-loader-dots{display:flex;gap:6px}.haat-loader-dot{width:6px;height:6px;border-radius:50%;animation:bounce 1s ease-in-out infinite}.haat-loader-dot:nth-child(1){background:var(--haat-red);animation-delay:0ms}.haat-loader-dot:nth-child(2){background:#c01020;animation-delay:.15s}.haat-loader-dot:nth-child(3){background:#7a0010;animation-delay:.3s}.auth-root{min-height:100dvh;display:flex;flex-direction:column;background:#f2f2f2;overflow-y:auto}.auth-header{padding:36px 32px 56px;text-align:center;position:relative;overflow:hidden;background:linear-gradient(145deg,#f04050 0%,var(--haat-red) 40%,var(--haat-red-dark) 100%)}.auth-decor{position:absolute;border-radius:50%;pointer-events:none}.auth-decor--circle-lg{width:220px;height:220px;top:-80px;right:-60px;background:#ffffff14}.auth-decor--circle-md{width:130px;height:130px;top:10px;right:50px;background:#ffffff0f}.auth-decor--circle-sm{width:90px;height:90px;bottom:20px;left:-20px;background:#ffffff12}.auth-decor--circle-xs{width:50px;height:50px;bottom:40px;left:60px;background:#ffffff0d}.auth-header-content{position:relative;z-index:1}.auth-logo-wrap{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:20px;background:#ffffff26;border:1.5px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:12px;box-shadow:0 8px 32px #0000002e;overflow:hidden}.auth-logo-img{width:48px;height:48px;object-fit:contain;display:block;border-radius:10px}.auth-logo-fallback{display:none;align-items:center;justify-content:center}.auth-brand{font-size:32px;font-weight:900;color:#fff;letter-spacing:-1.5px;line-height:1;margin-bottom:4px}.auth-tagline{font-size:13px;font-weight:500;color:#fffc;margin-bottom:14px}.auth-pills{display:inline-flex;gap:8px;justify-content:center;flex-wrap:wrap}.auth-pill{display:inline-flex;align-items:center;gap:5px;background:#ffffff24;border:1px solid rgba(255,255,255,.22);border-radius:20px;padding:4px 11px;font-size:11px;font-weight:600;color:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-card-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;padding:0 20px 24px;margin-top:-24px}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:28px;padding:24px;box-shadow:0 8px 48px #0000001c,0 2px 8px #0000000f}.auth-card-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:var(--haat-red);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px}.auth-card-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--haat-red);animation:pulse 1.8s ease-in-out infinite}.auth-card-title{font-size:24px;font-weight:800;color:#111;letter-spacing:-.6px;margin-bottom:6px}.auth-card-subtitle{font-size:13px;color:#999;line-height:1.55;margin-bottom:20px}.auth-label{display:block;font-size:11px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px}.auth-phone-row{display:flex;align-items:center;border:1.5px solid #eaeaea;border-radius:14px;overflow:hidden;margin-bottom:14px;background:#fafafa;transition:border-color .2s,box-shadow .2s}.auth-phone-row:focus-within{border-color:var(--haat-red);box-shadow:0 0 0 3px #e8192c1a;background:#fff}.auth-phone-prefix{padding:13px 14px;background:#f4f4f4;border-right:1.5px solid #eaeaea;font-size:14px;font-weight:700;color:#333;white-space:nowrap;-webkit-user-select:none;user-select:none}.auth-phone-input{flex:1;padding:13px 14px;border:none;outline:none;font-size:16px;font-family:var(--font);background:transparent;color:#111}.auth-phone-input::placeholder{color:#bbb}.auth-btn-primary{width:100%;padding:14px;background:var(--haat-red);color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;font-family:var(--font);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:-.2px;box-shadow:0 4px 20px #e8192c59;transition:filter .15s,transform .1s,box-shadow .15s}.auth-btn-primary:hover:not(:disabled){filter:brightness(1.07);box-shadow:0 6px 24px #e8192c73}.auth-btn-primary:active:not(:disabled){transform:scale(.98)}.auth-btn-primary:disabled{background:#ddd;box-shadow:none;cursor:not-allowed}.auth-btn-label{flex:1;text-align:center}.auth-divider{display:flex;align-items:center;gap:12px;margin:14px 0 12px}.auth-divider-line{flex:1;height:1px;background:#efefef}.auth-divider-text{font-size:12px;font-weight:600;color:#ccc}.auth-btn-ghost{width:100%;padding:13px;background:transparent;color:#444;border:1.5px solid #e8e8e8;border-radius:14px;font-size:14px;font-weight:600;font-family:var(--font);cursor:pointer;transition:background .15s,border-color .15s}.auth-btn-ghost:hover{background:#f8f8f8;border-color:#ddd}.auth-legal{font-size:11px;color:#ccc;text-align:center;line-height:1.7;margin-top:14px}.auth-legal-link{color:#aaa;text-decoration:underline;cursor:pointer}.chat-root{position:fixed;top:var(--vv-offset-top, 0px);left:0;right:0;height:var(--real-vh, 100dvh);display:flex;flex-direction:column;overflow:hidden;background:#f4f4f4}.chat-header{height:calc(46px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 10px 0;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;box-shadow:0 2px 12px #e8192c47;position:relative;z-index:10;overflow:visible}.chat-header-brand{display:flex;align-items:center;gap:10px}.chat-header-icon{width:36px;height:36px;border-radius:10px;background:#fff3;border:1.5px solid rgba(255,255,255,.28);display:flex;align-items:center;justify-content:center}.chat-header-name{display:block;font-size:18px;font-weight:900;color:#fff;letter-spacing:-.5px;line-height:1}.chat-header-sub{display:block;font-size:10px;color:#ffffffb8;font-weight:500;margin-top:1px}.chat-header-logo{width:32px;height:32px;border-radius:8px;object-fit:contain;display:block}.chat-header-logo-fallback{display:none;align-items:center;justify-content:center}.chat-header-loc-col{position:absolute;left:50%;top:auto;bottom:-14px;transform:translate(-50%);z-index:11;display:flex;flex-direction:column;align-items:center;gap:4px;pointer-events:none;max-width:min(70vw,300px)}.chat-header-location{display:flex;align-items:center;gap:6px;background:#00000026;border-radius:20px;padding:4px 10px;max-width:100%;min-width:0}.chat-header-restricted-chip{display:inline-flex;align-items:center;gap:3px;max-width:100%;background:#fff;color:#c8102e;font-size:10px;font-weight:800;letter-spacing:.01em;padding:2px 9px;border-radius:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 1px 3px #0000002e}.chat-header-location-text{font-size:11px;font-weight:600;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.chat-header-fee{flex-shrink:0;font-size:11px;font-weight:700;color:#fff;white-space:nowrap}.chat-subbar{flex-shrink:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;background:var(--haat-red);padding:0 14px 9px;box-shadow:0 4px 12px #e8192c38;position:relative;z-index:9;overflow:hidden}.chat-subbar-chips{flex-basis:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.chat-hours-chip{display:inline-flex;align-items:center;gap:4px;max-width:100%;background:#fff;color:#1a7f37;font-size:10px;font-weight:800;letter-spacing:.01em;padding:2px 8px 2px 9px;border:none;border-radius:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 1px 3px #0000002e;cursor:pointer}.chat-hours-chip--closed{color:#c8102e}.chat-hours-caret{flex-shrink:0;transition:transform .15s}.chat-hours-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:60;animation:hoursFade .15s ease}@keyframes hoursFade{0%{opacity:0}to{opacity:1}}.chat-hours-sheet{position:fixed;left:0;right:0;bottom:0;z-index:61;background:#2c303c;color:#fff;border-radius:18px 18px 0 0;padding:18px 20px max(20px,env(safe-area-inset-bottom));box-shadow:0 -10px 30px #00000059;max-height:72vh;overflow-y:auto;animation:hoursSheetUp .22s cubic-bezier(.22,1,.36,1)}@keyframes hoursSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.chat-hours-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-hours-sheet-title{font-size:18px;font-weight:800;display:inline-flex;align-items:center;gap:8px}.chat-hours-sheet-close{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#ffffff29;border:none;color:#fff;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.chat-hours-sheet-sub{margin:2px 0 0;font-size:13px;color:#ffffffb3}.chat-hours-note{margin:12px 0 6px;color:#ffffffd1;font-size:13.5px;line-height:1.5}.chat-hours-section-title{font-weight:800;font-size:15px;margin:16px 0 8px;display:inline-flex;align-items:center;gap:6px}.chat-hours-row{display:flex;justify-content:space-between;gap:14px;padding:4px 0;font-size:14px}.chat-hours-days{font-weight:700;color:#fff}.chat-hours-time{color:#ffffffd9;white-space:nowrap}.chat-hours-hide{margin-top:16px;background:none;border:none;color:#6aa3ff;font-weight:800;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:5px;padding:4px 0}.header-allergy-badge{display:flex;align-items:center;justify-content:center;gap:3px;background:#fff7ed;border:1.5px solid #fdba74;border-radius:20px;padding:2px 7px;font-size:9px;font-weight:700;color:#c2410c;white-space:nowrap;margin-top:3px;box-shadow:0 1px 4px #0000001f}.chat-header-actions{display:flex;align-items:center;gap:8px}.chat-header-btn{width:36px;height:36px;border-radius:10px;background:#ffffff2e;border:1px solid rgba(255,255,255,.22);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;position:relative}.chat-header-btn:hover{background:#ffffff47}.cart-badge{position:absolute;top:-5px;right:-5px;width:18px;height:18px;border-radius:50%;background:#fff;color:var(--haat-red);font-size:10px;font-weight:900;display:flex;align-items:center;justify-content:center;border:2px solid var(--haat-red)}.chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px 14px 8px;display:flex;flex-direction:column;gap:12px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.chat-welcome{display:flex;flex-direction:column;align-items:center;flex:1;gap:20px;padding:20px 0;animation:fadeIn .4s ease;width:100%;box-sizing:border-box}.chat-welcome-icon{width:72px;height:72px;border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #e8192c47}.chat-welcome-text{text-align:center;max-width:280px}.chat-welcome-title{font-size:20px;font-weight:800;color:#111;letter-spacing:-.5px;margin-bottom:8px}.chat-welcome-desc{font-size:14px;color:#888;line-height:1.6}.product-carousel{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;align-self:stretch}.product-carousel-h{display:flex;flex-direction:row;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 16px 8px;width:100%;box-sizing:border-box;align-self:stretch}.product-carousel-h::-webkit-scrollbar{display:none}.product-carousel-h .product-card{flex:0 0 150px;width:150px;min-width:150px;scroll-snap-align:start}.chat-message-row{display:flex;flex-direction:column;gap:8px;animation:fadeIn .25s ease}.chat-message-row--user{align-items:flex-end}.chat-message-row--assistant,[dir=rtl] .chat-message-row--user,[dir=rtl] .chat-message-row--assistant{align-items:flex-start}.chat-message-main{display:flex;flex-direction:row;align-items:flex-end;gap:6px;max-width:100%}.chat-message-row--user .chat-message-main{flex-direction:row-reverse}[dir=rtl] .chat-message-row--user .chat-message-main,[dir=rtl] .chat-message-row--assistant .chat-message-main{flex-direction:row}.chat-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-avatar--assistant{background:#fff0f1;border:1px solid #ffd6d9}.chat-avatar--user{background:#ffffff40;border:1px solid rgba(255,255,255,.4)}.chat-bubble{width:fit-content;min-width:0;padding:11px 14px;font-size:14px;line-height:1.55;white-space:normal;overflow-wrap:break-word}.chat-bubble-text{display:block}.chat-bubble-markdown p{margin:0;line-height:1.4}.chat-bubble-markdown p+p{margin-top:2px}.chat-bubble-markdown ul,.chat-bubble-markdown ol{margin:3px 0;padding-inline-start:18px}.chat-bubble-markdown li{margin-bottom:1px;line-height:1.4}.chat-bubble-markdown li>p{margin:0!important;line-height:1.4!important}.chat-bubble-markdown li>p+p{margin-top:0!important}.chat-bubble-markdown strong{font-weight:700}.chat-bubble-markdown em{font-style:italic}.chat-bubble-markdown h1,.chat-bubble-markdown h2,.chat-bubble-markdown h3{font-size:1em;font-weight:700;margin:4px 0 1px}.ingredient-inline-img{flex-shrink:0;width:36px;height:36px;border-radius:8px;border:1px solid #f5d5d8;background:#fff8f8;padding:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:box-shadow .15s}.ingredient-inline-img:hover{box-shadow:0 2px 8px #e8192c33}.ingredient-inline-img img{width:30px;height:30px;object-fit:contain;border-radius:6px}.ingredient-inline-img span{font-size:18px;line-height:1}.chat-order-badge{display:flex;align-items:center;gap:8px;margin-bottom:8px}.chat-track-btn{margin-left:auto;padding:4px 12px;border-radius:20px;border:1.5px solid #e8192c;background:transparent;color:#e8192c;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.chat-track-btn:hover{background:#e8192c;color:#fff}.chat-bubble-dots{display:inline-flex;gap:3px;margin-left:6px;vertical-align:middle}.chat-bubble-dots span{width:4px;height:4px;border-radius:50%;background:#bbb;display:inline-block;animation:blink 1.2s ease-in-out infinite}.chat-bubble-dots span:nth-child(2){animation-delay:.2s}.chat-bubble-dots span:nth-child(3){animation-delay:.4s}.product-card{width:100%;background:#fff;border-radius:16px;overflow:hidden;position:relative;box-shadow:0 2px 12px #00000012;border:1px solid #efefef;display:flex;flex-direction:column;transition:box-shadow .2s,transform .15s;cursor:pointer}@media(hover:hover){.product-card:hover{box-shadow:0 6px 24px #0000001f;transform:translateY(-1px)}}.product-card:active{transform:scale(.98)}.product-card--unavailable{position:relative;cursor:default}.product-card--unavailable .product-image-wrap{filter:grayscale(.85);opacity:.7}.product-card--unavailable .product-info{opacity:.7}.product-card--unavailable:active{transform:none}@media(hover:hover){.product-card--unavailable:hover{box-shadow:0 2px 12px #00000012;transform:none}}.product-unavailable-badge{position:absolute;top:8px;inset-inline-start:8px;background:#212121e0;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;z-index:3;letter-spacing:.2px;white-space:nowrap}@keyframes cardAddedPulse{0%{outline-color:#16a34acc;outline-width:2px}50%{outline-color:#16a34a4d;outline-width:5px}to{outline-color:#16a34a00;outline-width:2px}}.product-card--added{border-color:#16a34a;outline:2px solid #16a34a;outline-offset:1px;animation:cardAddedPulse .6s ease-out 2}.product-tags{display:flex;flex-wrap:wrap;gap:4px;padding:8px 10px 0}.product-tag{font-size:9px;font-weight:700;letter-spacing:.02em}.product-image-wrap{height:160px;background:#fff;margin:0;border-radius:0;overflow:hidden;flex-shrink:0;position:relative;box-shadow:none}.product-image{width:100%;height:100%;object-fit:contain;padding:8px;opacity:0;transition:opacity .3s ease}.product-image--loaded{opacity:1}.product-image-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-image-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7f7f7,#eee)}.product-image-fallback--lg{background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.product-image-emoji{font-size:40px;line-height:1}.product-image-emoji--lg{font-size:56px}.product-image-fade{display:none}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-info{padding:8px 10px 4px;flex:1;display:flex;flex-direction:column;gap:1px;align-items:flex-end;text-align:right}.product-price{font-size:15px;font-weight:800;color:#111;letter-spacing:-.3px;text-align:right}.product-price--sale{color:#dc2626}.product-price-row{display:flex;align-items:baseline;gap:5px;justify-content:flex-end;width:100%}.product-price-original{font-size:12px;font-weight:500;color:#aaa;text-decoration:line-through}.product-discount-badge{position:absolute;top:8px;right:8px;background:#dc2626;color:#fff;font-size:11px;font-weight:700;padding:2px 7px;border-radius:20px;z-index:2;letter-spacing:.2px}.product-name{font-size:12px;font-weight:500;color:#222;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%;min-height:2.7em}.product-subtitle{font-size:11px;color:#bbb;font-weight:400;line-height:1.4;width:100%}.product-allergy-warning{position:absolute;top:6px;left:6px;display:flex;align-items:center;gap:3px;background:#fff7ed;border:1.5px solid #fdba74;border-radius:20px;padding:2px 7px;font-size:9px;font-weight:700;color:#c2410c;white-space:nowrap;z-index:2;box-shadow:0 1px 4px #0000001a}.product-modal-allergy-warning{display:flex;align-items:center;gap:6px;background:#fff7ed;border:1.5px solid #fdba74;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:600;color:#c2410c;margin-bottom:4px}.product-reasoning-badge{display:flex;align-items:flex-start;gap:4px;background:#fff5f5;border-radius:8px;padding:4px 7px;font-size:9.5px;color:#c01020;line-height:1.4;font-weight:500}.product-footer{display:flex;align-items:center;justify-content:center;border-top:1px solid #f0f0f0;padding:0}.product-add-circle{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--haat-red);width:100%;height:100%;min-height:44px;padding:8px 10px 10px;transition:transform .1s,opacity .15s;flex-shrink:0}.product-add-circle:active{transform:scale(.88);opacity:.7}.cart-added-bubble{margin-top:8px;padding-top:8px;border-top:1px solid #f0f0f0}.cart-added-bubble-row{display:flex;flex-direction:row;gap:6px;align-items:flex-start;flex-wrap:nowrap}.cart-added-mini-card{width:72px;flex-shrink:0;background:#fafafa;border:1px solid #efefef;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.cart-added-mini-img{width:72px;height:56px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.cart-added-mini-img img{width:100%;height:100%;object-fit:contain;padding:4px}.cart-added-mini-emoji{font-size:22px;line-height:1}.cart-added-mini-info{padding:4px 5px 5px;display:flex;flex-direction:column;gap:1px}.cart-added-mini-price{font-size:10px;font-weight:800;color:#111;line-height:1.2}.cart-added-mini-name{font-size:9px;font-weight:500;color:#444;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-added-more-pill{flex-shrink:0;align-self:center;background:#f0f0f0;border:none;border-radius:20px;padding:6px 10px;font-size:12px;font-weight:700;color:#555;cursor:pointer;transition:background .15s}.cart-added-more-pill:hover{background:#e4e4e4}.cart-added-all-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11111173;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:cartSheetFade .18s ease}@keyframes cartSheetFade{0%{opacity:0}to{opacity:1}}@keyframes cartSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cart-added-all-sheet{background:#fff;border-radius:22px 22px 0 0;width:100%;max-width:520px;max-height:78vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -8px 32px #0000002e;padding-bottom:env(safe-area-inset-bottom,0px);animation:cartSheetUp .26s cubic-bezier(.22,1,.36,1)}.cart-added-all-sheet:before{content:"";width:38px;height:4px;border-radius:999px;background:#e2e2e2;margin:8px auto 0;flex-shrink:0}.cart-added-all-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #f2f2f2;position:sticky;top:0;background:#fff;z-index:1}.cart-added-all-title{font-size:16px;font-weight:800;color:#111;letter-spacing:-.01em}.cart-added-all-close{background:#f4f4f5;border:none;font-size:15px;color:#666;cursor:pointer;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .15s,color .15s}.cart-added-all-close:hover{background:#ebebeb;color:#111}.cart-added-all-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:12px;padding:16px 20px calc(24px + env(safe-area-inset-bottom,0px));overflow-y:auto}.cart-added-all-grid .cart-added-mini-card{width:100%;background:#fff;border:1px solid #eee;border-radius:14px;box-shadow:0 2px 8px #0000000d;transition:transform .15s ease,box-shadow .15s ease}.cart-added-all-grid .cart-added-mini-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.cart-added-all-grid .cart-added-mini-img{width:100%;height:88px;background:#fff}.cart-added-all-grid .cart-added-mini-info{padding:7px 9px 9px;gap:2px}.cart-added-all-grid .cart-added-mini-price{font-size:12px}.cart-added-all-grid .cart-added-mini-name{font-size:11px;color:#555}.cart-added-all-footer{position:sticky;bottom:0;padding:12px 16px calc(16px + env(safe-area-inset-bottom,0px));background:linear-gradient(to top,#fff 70%,#fff0);border-top:1px solid #f2f2f2}.cart-added-checkout-btn{width:100%;padding:14px 0;border:none;border-radius:14px;background:#e8192c;color:#fff;font-size:15px;font-weight:800;cursor:pointer;transition:filter .15s,transform .1s}.cart-added-checkout-btn:hover{filter:brightness(.95)}.cart-added-checkout-btn:active{transform:scale(.99)}.product-allergy-badge{position:absolute;top:6px;left:6px;background:#fff7ed;border:1.5px solid #fdba74;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#c2410c;z-index:2}@keyframes modalIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.product-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:flex-end;justify-content:center;padding:0 12px 12px}.product-modal{width:100%;max-width:440px;background:#fff;border-radius:28px;padding:20px 20px 28px;position:relative;animation:modalIn .22s ease;max-height:88dvh;overflow-y:auto}.product-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;background:#f2f2f2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;transition:background .15s}.product-modal-close:hover{background:#e8e8e8}.product-modal-image-wrap{width:100%;height:200px;background:#fff;border-radius:0;overflow:hidden;margin-bottom:16px;box-shadow:none}.product-modal-image{width:100%;height:100%;object-fit:contain;padding:16px}.product-modal-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-modal-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.product-modal-tag{font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;border:1px solid;letter-spacing:.02em}.product-modal-name{font-size:20px;font-weight:800;color:#111;line-height:1.25;letter-spacing:-.4px;margin-bottom:6px}.product-modal-category{font-size:13px;color:#999;font-weight:500;margin-bottom:12px}.product-modal-description{font-size:13px;color:#555;line-height:1.6;margin:0 0 16px}.product-modal-reasoning{display:flex;align-items:flex-start;gap:8px;background:#fff5f5;border-radius:12px;padding:10px 14px;font-size:13px;color:#c01020;line-height:1.5;font-weight:500;margin-bottom:20px}.product-modal-footer{display:flex;flex-direction:column;gap:12px;padding-top:4px}.product-modal-price-row{display:flex;align-items:baseline;gap:8px}.product-modal-price{font-size:30px;font-weight:900;color:#111;letter-spacing:-1.5px;line-height:1}.product-modal-add-btn{width:100%;padding:15px 20px;border:none;border-radius:50px;font-size:15px;font-weight:800;font-family:var(--font);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;letter-spacing:.2px;white-space:nowrap;background:linear-gradient(135deg,#f02236,#c8102e);box-shadow:0 6px 20px #e8192c66,inset 0 1px #ffffff2e;position:relative;overflow:hidden;transition:transform .15s cubic-bezier(.34,1.56,.64,1),box-shadow .15s ease}.product-modal-add-btn:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.18) 50%,transparent 100%);transform:skew(-20deg);transition:left .4s ease;pointer-events:none}.product-modal-add-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #e8192c73,inset 0 1px #ffffff2e}.product-modal-add-btn:hover:after{left:125%}.product-modal-add-btn:active{transform:scale(.97);box-shadow:0 3px 10px #e8192c59}.product-modal-link-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1.5px solid #e5e7eb;background:#f9fafb;color:#555;cursor:pointer;text-decoration:none;flex-shrink:0;transition:background .15s}.product-modal-link-btn:hover{background:#f0f0f0}.product-modal-details{margin:12px 0 4px;display:flex;flex-direction:column;gap:10px}.product-modal-details-loading{display:flex;align-items:center;gap:8px;color:#999;font-size:12px;padding:6px 0}.product-modal-detail-section{border-left:3px solid #f0f0f0;padding-left:10px}.product-modal-detail-label{font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.05em;margin:0 0 3px}.product-modal-detail-content{font-size:13px;color:#333;line-height:1.5;margin:0}.product-modal-detail-empty{font-size:12px;color:#bbb;margin:0;padding:4px 0}.bubble-searching{display:flex;align-items:center;gap:8px;padding:2px 0;overflow:hidden;max-width:240px}.bubble-searching-icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #e8192c4d}.bubble-searching-marquee{flex:1;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 88%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 88%,transparent 100%)}.bubble-searching-text{display:inline-block;white-space:nowrap;font-size:10px;font-weight:800;letter-spacing:.1em;color:#555;animation:marquee 7s linear infinite}.bubble-searching-dots span{display:inline-block;animation:dotFade 1.2s ease-in-out infinite}.bubble-searching-dots span:nth-child(1){animation-delay:0ms}.bubble-searching-dots span:nth-child(2){animation-delay:.2s}.bubble-searching-dots span:nth-child(3){animation-delay:.4s}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes dotFade{0%,to{opacity:.2}50%{opacity:1}}.searching-bar{display:flex;align-items:center;gap:10px;padding:9px 14px;background:#fff5f5;border-top:2px solid rgba(232,25,44,.18);flex-shrink:0;overflow:hidden}.searching-bar-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #e8192c4d}.searching-bar-marquee{flex:1;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.searching-bar-text{display:inline-block;white-space:nowrap;font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--haat-red);animation:marquee 9s linear infinite}.searching-bar-dots span{display:inline-block;animation:dotFade 1.2s ease-in-out infinite}.searching-bar-dots span:nth-child(1){animation-delay:0ms}.searching-bar-dots span:nth-child(2){animation-delay:.2s}.searching-bar-dots span:nth-child(3){animation-delay:.4s}.chat-input-bar{background:#fff;border-top:1px solid #ebebeb;padding:8px 10px max(10px,env(safe-area-inset-bottom));display:flex;align-items:flex-end;gap:7px;flex-shrink:0;box-shadow:0 -2px 12px #0000000d}.chat-input-wrap{flex:1;background:#f6f6f6;border-radius:20px;border:1.5px solid #ebebeb;padding:9px 12px;display:flex;align-items:flex-end;gap:6px;transition:border-color .2s;min-width:0}.chat-input-wrap:focus-within{border-color:var(--haat-red)}.chat-textarea{flex:1;background:transparent;border:none;outline:none;font-size:16px;resize:none;font-family:var(--font);color:#111;line-height:1.45;max-height:96px;overflow-y:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0}.chat-send-inline{width:28px;height:28px;border-radius:50%;border:none;background:var(--haat-red);display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;box-shadow:0 2px 8px #e8192c59;transition:filter .15s,transform .1s;align-self:flex-end;margin-bottom:1px}.chat-send-inline:active{transform:scale(.92)}.chat-voice-message-icon{display:flex;align-items:center;justify-content:center;gap:7px;padding:4px 2px}.chat-voice-transcript{font-size:14px;line-height:1.35;color:#fff;white-space:pre-wrap;word-break:break-word}.chat-pending-image{position:relative;display:inline-block;margin:0 0 8px 4px}.chat-pending-image img{width:64px;height:64px;object-fit:cover;border-radius:12px;border:1px solid #eee;display:block}.chat-pending-image-remove{position:absolute;top:-7px;right:-7px;width:20px;height:20px;border-radius:50%;border:none;background:#111;color:#fff;font-size:11px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000004d}.chat-image-message{display:flex;flex-direction:column;gap:6px}.chat-uploaded-image{max-width:200px;max-height:220px;width:auto;border-radius:12px;object-fit:cover;display:block}.chat-voice-bubble-content{display:flex;align-items:center;gap:6px}.chat-mic-btn{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--haat-red);background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:background .15s,transform .1s;align-self:flex-end;margin-bottom:1px}.chat-mic-btn:active{transform:scale(.92)}.chat-mic-btn--recording{background:var(--haat-red);border-color:var(--haat-red);animation:mic-pulse .8s ease-in-out infinite}.chat-mic-btn--speaking{background:var(--haat-red);border-color:var(--haat-red);animation:mic-pulse 1.4s ease-in-out infinite}.chat-recording-bar{flex:1;display:flex;align-items:center;gap:10px;padding:0 8px;min-height:36px}.chat-recording-label{font-size:13px;color:var(--haat-red);font-weight:500}.chat-recording-waves{display:flex;align-items:center;gap:3px;height:20px}.chat-recording-wave{display:block;width:3px;border-radius:2px;background:var(--haat-red);animation:wave-bounce .6s ease-in-out infinite alternate}.chat-recording-wave:nth-child(1){height:8px}.chat-recording-wave:nth-child(2){height:14px}.chat-recording-wave:nth-child(3){height:20px}.chat-recording-wave:nth-child(4){height:14px}.chat-recording-wave:nth-child(5){height:8px}@keyframes wave-bounce{0%{transform:scaleY(.4);opacity:.7}to{transform:scaleY(1);opacity:1}}@keyframes mic-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.fly-to-cart-ghost{position:fixed;width:48px;height:48px;border-radius:12px;pointer-events:none;z-index:9999;animation:fly-to-cart .6s cubic-bezier(.25,.46,.45,.94) forwards;background-color:#f0f0f0;box-shadow:0 2px 8px #0003}@keyframes fly-to-cart{0%{transform:translate(0) scale(1);opacity:1}60%{opacity:1}to{transform:translate(var(--cart-x),var(--cart-y)) scale(.15);opacity:0}}.cart-btn--bounce{animation:cart-bounce .4s cubic-bezier(.36,.07,.19,.97)}@keyframes cart-bounce{0%{transform:scale(1)}30%{transform:scale(1.35)}60%{transform:scale(.9)}80%{transform:scale(1.1)}to{transform:scale(1)}}.chat-bubble-row{display:flex;flex-direction:row;align-items:flex-end;gap:4px}[dir=rtl] .chat-bubble-row{flex-direction:row-reverse}.chat-icon-btn{width:38px;height:38px;border-radius:12px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .18s}.chat-icon-btn:active{transform:scale(.93)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer{position:fixed;right:0;top:0;bottom:0;padding-bottom:env(safe-area-inset-bottom);width:min(360px,92vw);background:#fff;z-index:201;display:flex;flex-direction:column;box-shadow:-8px 0 40px #00000024;animation:slideInRight .25s ease;font-family:var(--font)}.drawer-header{padding:20px 20px 16px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between}.drawer-title{font-size:18px;font-weight:800;color:#111}.drawer-subtitle{font-size:12px;color:#aaa;margin-top:2px}.drawer-close{width:36px;height:36px;border-radius:10px;border:1px solid #eee;background:#f8f8f8;cursor:pointer;display:flex;align-items:center;justify-content:center}.drawer-body{flex:1;overflow-y:auto;padding:12px 16px}.drawer-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:12px}.drawer-empty-text{font-size:14px;font-weight:600;color:#ccc}.drawer-list{list-style:none;display:flex;flex-direction:column;gap:10px}.drawer-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:14px;background:#fafafa;border:1px solid #f0f0f0}.drawer-item-img{width:44px;height:44px;border-radius:10px;object-fit:cover;border:1px solid #ebebeb;flex-shrink:0}.drawer-item-img-placeholder{width:44px;height:44px;border-radius:10px;background:#eee;flex-shrink:0;display:flex;align-items:center;justify-content:center}.drawer-item-info{flex:1;min-width:0}.drawer-item-name{font-size:13px;font-weight:700;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer-item-meta{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:11px;color:#888}.drawer-item-price{font-weight:700}.drawer-item-remove{width:30px;height:30px;border-radius:8px;border:none;background:#fef2f2;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.drawer-footer{padding:16px 20px 0;border-top:1px solid #f0f0f0;padding-bottom:max(28px,env(safe-area-inset-bottom,28px))}.drawer-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.drawer-total-label{font-size:15px;font-weight:700;color:#111}.drawer-total-value{font-size:18px;font-weight:900}.drawer-checkout-btn{width:100%;padding:16px;color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:800;font-family:var(--font);cursor:pointer;letter-spacing:-.2px;margin-bottom:10px;box-shadow:0 4px 14px #b0002059}.drawer-clear-btn{width:100%;padding:10px;background:transparent;color:#aaa;border:none;cursor:pointer;font-size:13px;font-family:var(--font);margin-top:8px}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.searching-loader-wrap{padding:2px 0 6px}.searching-loader-bar{position:relative;display:flex;align-items:center;gap:6px;padding:6px 12px 6px 28px;border-radius:12px;overflow:hidden;height:32px}.searching-loader-bar[dir=rtl]{padding:6px 28px 6px 12px}.searching-loader-pin{position:absolute;left:8px;top:50%;transform:translateY(-50%);z-index:10}.searching-loader-bar[dir=rtl] .searching-loader-pin{left:unset;right:8px}.searching-loader-radar{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border-width:2px;border-style:solid}.searching-loader-truck{position:absolute;display:flex;align-items:center;justify-content:center;z-index:20}.searching-loader-text{display:flex;overflow:hidden;padding-left:8px}.searching-loader-text span{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c8c8c8d9;white-space:pre}.bill-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:500;display:flex;align-items:flex-end;justify-content:center}.bill-sheet{width:100%;max-width:480px;background:#fff;border-radius:28px 28px 0 0;padding:12px 20px max(32px,env(safe-area-inset-bottom));max-height:90dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative;animation:sheetUp .28s cubic-bezier(.32,.72,0,1)}.bill-handle{width:36px;height:4px;background:#e0e0e0;border-radius:4px;margin:0 auto 16px}.bill-close{position:absolute;top:16px;right:16px;width:30px;height:30px;border-radius:50%;background:#f2f2f2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666}.bill-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px;flex-wrap:wrap}.bill-check-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bill-header-text{flex:1;min-width:0}.bill-title{font-size:19px;font-weight:800;color:#111;line-height:1.15}.bill-order-id{font-size:12px;color:#999;font-weight:600;margin-top:3px;word-break:break-all}.bill-eta{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:#333;background:#fff5f5;border-radius:20px;padding:5px 10px;flex-shrink:0;align-self:center}.bill-tabs{display:flex;border-bottom:1.5px solid #f0f0f0;margin-bottom:18px;gap:24px}.bill-tab{padding:8px 0;font-size:14px;font-weight:600;color:#aaa;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-family:var(--font);transition:color .15s;margin-bottom:-1.5px}.bill-tab--active{font-weight:700}.bill-body{display:flex;flex-direction:column;gap:16px}.bill-items{list-style:none;display:flex;flex-direction:column;gap:12px}.bill-item{display:flex;align-items:center;gap:12px}.bill-item-img{width:44px;height:44px;border-radius:10px;object-fit:contain;background:#f7f7f7;flex-shrink:0}.bill-item-img--placeholder{display:flex;align-items:center;justify-content:center}.bill-item-info{flex:1;min-width:0}.bill-item-name{font-size:13px;font-weight:600;color:#111;line-height:1.3;word-break:break-word}.bill-item-qty{font-size:11px;color:#aaa;margin-top:2px}.bill-item-price{font-size:13px;font-weight:700;color:#111;flex-shrink:0}.bill-totals{border-top:1.5px solid #f0f0f0;padding-top:14px;display:flex;flex-direction:column;gap:8px}.bill-total-row{display:flex;justify-content:space-between;font-size:13px;color:#666;font-weight:500}.bill-total-row--grand{font-size:16px;font-weight:800;color:#111;margin-top:4px;padding-top:8px;border-top:1.5px dashed #e8e8e8}.bill-delivery-info{display:flex;align-items:flex-start;gap:10px;background:#fff5f5;border-radius:14px;padding:12px 14px}.bill-delivery-label{font-size:11px;color:#aaa;font-weight:600}.bill-delivery-address{font-size:13px;font-weight:700;color:#111;margin-top:2px}.bill-tracking{display:flex;flex-direction:column}.bill-tracking-step{display:flex;gap:14px;min-height:56px}.bill-tracking-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.bill-tracking-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.bill-tracking-line{width:2px;flex:1;margin:4px 0;border-radius:2px;min-height:16px}.bill-tracking-content{padding-top:4px;padding-bottom:12px}.bill-tracking-label{font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px}.bill-tracking-badge{font-size:10px;font-weight:700;background:#e8192c1a;color:var(--haat-red);padding:2px 8px;border-radius:20px}.bill-tracking-detail{font-size:12px;color:#aaa;margin-top:2px}.bill-support-hint{display:flex;align-items:center;gap:8px;background:#fffbeb;border-radius:12px;padding:12px 14px;font-size:12px;color:#78350f;font-weight:500;margin-top:8px}.bill-done-btn{width:100%;margin-top:20px;padding:15px;color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;font-family:var(--font);cursor:pointer;box-shadow:0 4px 16px #e8192c4d;transition:filter .15s}.bill-done-btn:hover{filter:brightness(1.07)}.checkout-modal{max-height:92dvh}.checkout-modal-header{padding:4px 0 16px;border-bottom:1px solid #f0f0f0;margin-bottom:4px}.checkout-modal-title{font-size:17px;font-weight:700;color:#111}.checkout-modal-subtitle{font-size:13px;color:#888;margin-top:2px}.checkout-modal-section{padding:14px 0 4px}.checkout-modal-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.checkout-modal-input{width:100%;padding:11px 13px;border:1.5px solid #e8e8e8;border-radius:10px;font-size:14px;color:#111;outline:none;transition:border-color .15s;font-family:inherit}.checkout-modal-input:focus{border-color:var(--haat-red)}.checkout-modal-payment-row{display:flex;gap:10px}.checkout-modal-payment-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border:1.5px solid #e8e8e8;border-radius:10px;background:#fafafa;font-size:13px;font-weight:500;color:#555;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.checkout-modal-payment-btn:hover{border-color:#ccc}.checkout-modal-summary{margin:14px 0 0;padding:12px 0 0;border-top:1px solid #f0f0f0}.checkout-modal-summary-row{display:flex;justify-content:space-between;font-size:13px;color:#666;padding:3px 0}.checkout-modal-summary-row--total{font-size:15px;font-weight:700;color:#111;margin-top:4px;padding-top:8px;border-top:1px solid #f0f0f0}.checkout-modal-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 0 24px;color:#888;font-size:14px}.checkout-modal-spinner{animation:spin .8s linear infinite}.checkout-card-fields{display:flex;flex-direction:column;gap:8px;margin-top:10px}.checkout-card-row{display:flex;gap:8px}.checkout-card-row .checkout-modal-input{flex:1}.checkout-crosssell-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.checkout-crosssell-row::-webkit-scrollbar{display:none}.checkout-crosssell-item{flex:0 0 88px;display:flex;flex-direction:column;align-items:center;gap:4px}.checkout-crosssell-img{width:64px;height:64px;border-radius:10px;object-fit:cover;border:1px solid #f0f0f0}.checkout-crosssell-img--placeholder{background:#f5f5f5}.checkout-crosssell-name{font-size:11px;color:#333;text-align:center;line-height:1.3;max-width:80px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.checkout-crosssell-price{font-size:12px;font-weight:600}.checkout-crosssell-add{width:28px;height:28px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;font-weight:700;transition:background .15s}.price-change-modal{max-height:80dvh}.price-change-header{display:flex;align-items:flex-start;gap:12px;padding:4px 0 16px;border-bottom:1px solid #f0f0f0;margin-bottom:4px}.price-change-icon{width:40px;height:40px;border-radius:50%;background:#fef3c7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.price-change-title{font-size:17px;font-weight:700;color:#111}.price-change-subtitle{font-size:13px;color:#888;margin-top:2px}.price-change-list{padding:12px 0;display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.price-change-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.price-change-name{font-size:14px;color:#333;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.price-change-badge{font-size:12px;padding:3px 8px;border-radius:20px;white-space:nowrap;flex-shrink:0}.price-change-badge--price{background:#fef9c3;color:#854d0e}.price-change-badge--oos{background:#fee2e2;color:#991b1b}.price-change-badge--qty{background:#e0f2fe;color:#0369a1}.price-change-note{font-size:13px;color:#666;padding:8px 0 14px;border-top:1px solid #f0f0f0;line-height:1.5}.price-change-actions{display:flex;gap:10px;margin-top:4px}.price-change-cancel{flex:1;padding:12px;border:1.5px solid #e8e8e8;border-radius:12px;background:#fff;font-size:15px;font-weight:600;color:#555;cursor:pointer}.price-change-accept{flex:2;padding:12px;border:none;border-radius:12px;font-size:15px;font-weight:700;color:#fff;cursor:pointer}.order-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:300;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.order-card{background:#fff;border-radius:var(--radius-xl);padding:36px 28px;max-width:360px;width:100%;text-align:center;box-shadow:var(--shadow-lg);animation:fadeIn .3s ease}.order-icon-wrap{width:64px;height:64px;border-radius:50%;background:#f0fdf4;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.order-title{font-size:22px;font-weight:800;color:#111;margin-bottom:8px}.order-id{font-size:13px;color:#888;font-weight:600;margin-bottom:6px}.order-total{font-size:18px;font-weight:900;color:#111;margin-bottom:24px}.order-close-btn{width:100%;padding:14px;color:#fff;border:none;border-radius:var(--radius-md);font-size:15px;font-weight:700;font-family:var(--font);cursor:pointer}.history-sheet{padding-bottom:max(40px,env(safe-area-inset-bottom))}.history-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.history-title{font-size:18px;font-weight:700;color:#111}.history-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 0;color:#999;font-size:14px}.history-loading-spinner{width:28px;height:28px;border:3px solid #f0f0f0;border-top-color:#e8192c;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.history-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 0;color:#bbb;font-size:14px}.history-list{list-style:none;display:flex;flex-direction:column;gap:10px}.history-order{border:1.5px solid #f0f0f0;border-radius:16px;overflow:hidden;background:#fff}.history-order-header{width:100%;display:flex;flex-direction:column;gap:6px;padding:14px 14px 12px;background:#fafafa;border:none;cursor:pointer;text-align:left}.history-order-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.history-order-id{font-size:13px;font-weight:700;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-order-total{font-size:15px;font-weight:800;color:#111;flex-shrink:0}.history-order-bottom{display:flex;align-items:center;justify-content:space-between;gap:6px}.history-order-date{font-size:12px;color:#999}.history-order-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.history-status-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;border:1.5px solid;white-space:nowrap}.history-order-body{padding:14px 14px 16px;border-top:1px solid #f0f0f0;background:#fff}.history-items{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.history-item{display:flex;align-items:center;gap:10px}.history-item-img{width:40px;height:40px;border-radius:10px;object-fit:contain;flex-shrink:0;background:#f7f7f7}.history-item-img--placeholder{display:flex;align-items:center;justify-content:center}.history-item-info{flex:1;min-width:0}.history-item-name{font-size:13px;font-weight:600;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item-qty{font-size:11px;color:#aaa;margin-top:1px}.history-item-price{font-size:13px;font-weight:700;color:#111;flex-shrink:0}.history-reorder-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px;border-radius:12px;border:none;color:#fff;font-size:14px;font-weight:700;font-family:var(--font);cursor:pointer;transition:filter .15s}.history-reorder-btn:hover{filter:brightness(1.07)}.allergy-badge{display:flex;align-items:center;gap:4px;background:#fff7ed;border:1.5px solid #fdba74;border-radius:20px;padding:3px 8px;font-size:11px;font-weight:600;color:#c2410c;white-space:nowrap}.profile-menu-wrap{position:relative}.header-allergy-badge{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:3px;background:#fff7ed;border:1.5px solid #fdba74;border-radius:20px;padding:2px 7px;font-size:9px;font-weight:700;color:#c2410c;white-space:nowrap;box-shadow:0 1px 4px #0000001f;pointer-events:none;z-index:11}.profile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199}.profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:220px;background:#fff;border-radius:14px;box-shadow:0 8px 32px #0000002e;z-index:200;overflow:hidden;animation:dropIn .15s ease}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-user-row{display:flex;align-items:center;gap:10px;padding:14px 14px 12px}.profile-user-name{font-size:14px;font-weight:700;color:#111;line-height:1.2}.profile-user-tag{font-size:12px;color:#999;margin-top:1px}.profile-divider{height:1px;background:#f0f0f0;margin:0}.profile-allergy-row{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;background:#fff7ed}.profile-allergy-label{font-size:13px;font-weight:600;color:#c2410c;line-height:1.2}.profile-allergy-sub{font-size:11px;color:#9a6000;margin-top:1px}.profile-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;background:none;border:none;font-size:14px;font-weight:500;color:#333;font-family:var(--font);cursor:pointer;text-align:left;transition:background .12s}.profile-menu-item:hover{background:#f7f7f7}.profile-menu-item--danger{color:#dc2626}.profile-menu-item--danger:hover{background:#fff5f5}.checkout-summary{margin-top:8px;display:flex;flex-direction:column;gap:0}.checkout-summary-header{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#333;margin-bottom:10px}.checkout-summary-list{list-style:none;padding:0;margin:0 0 10px;display:flex;flex-direction:column;gap:6px}.checkout-summary-row{display:flex;align-items:center;gap:6px;font-size:13px;color:#444}.checkout-summary-name{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-summary-qty{font-size:12px;color:#888;flex-shrink:0}.checkout-summary-price{font-size:13px;font-weight:600;color:#222;flex-shrink:0;margin-left:auto}.checkout-summary-total{display:flex;justify-content:space-between;font-size:14px;font-weight:700;color:#111;border-top:1px solid #ebebeb;padding-top:8px;margin-bottom:12px}.checkout-summary-confirm{width:100%;padding:12px;border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:700;font-family:var(--font);cursor:pointer;transition:opacity .15s}.checkout-summary-confirm:active{opacity:.82}
