:root{--purple: #6d28d9;--purple2: #7c3aed;--text: #0f172a;--muted: #64748b;--card: #ffffff;--stroke: #e5e7eb;--pad: clamp(12px, 2vw, 22px);--radius: 16px;--system-bottom-inset: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}body{margin:0;overflow-x:hidden;background:#f1f5f9;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.appViewport{width:100%;max-width:480px;min-height:100vh;margin:0 auto;background:#fff;position:relative;overflow-x:hidden;box-shadow:0 0 0 1px #0000000a,0 20px 60px #00000014}.menuPage{min-height:100vh;width:100%;background:#fff}.container{width:100%;padding:var(--pad)}.stickyTop{position:sticky;top:0;z-index:50;background:#fffffff5;border-bottom:1px solid var(--stroke)}.stickyInner{padding-bottom:12px}.topHeader{display:flex;justify-content:space-between;align-items:center}.brandName{font-size:22px;font-weight:900;color:var(--purple)}.brandSub{font-size:12px;color:var(--muted)}.headerRight{display:flex;gap:12px;align-items:center}.searchWrap{margin-top:12px;display:flex;align-items:center;gap:10px;padding:12px;border-radius:var(--radius);border:1px solid var(--stroke)}.searchInput{border:none;outline:none;width:100%;font-size:14px}.tabs{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding-bottom:6px;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs{scroll-snap-type:x mandatory}.tabBtn{scroll-snap-align:start}.tabBtn{padding:10px 14px;border-radius:999px;border:none;background:#f3f4f6;font-weight:700;cursor:pointer}.tabBtnActive{background:var(--purple);color:#fff}.listGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(max-width:360px){.listGrid{grid-template-columns:1fr}}.menuCard{border-radius:16px;border:1px solid var(--stroke);background:#fff;overflow:hidden}.menuCardMedia{aspect-ratio:16/10;background:#f3f4f6}.menuCardImg{width:100%;height:100%;object-fit:cover}.menuCardImgPlaceholder{background:linear-gradient(135deg,#e5e7eb,#d1d5db)}.menuCardBody{padding:12px}.menuCardTitle{font-size:15px;font-weight:600;color:#111827}.menuCardPrice{font-weight:600;font-size:14px;color:#6d28d9}.menuCardSubRow{font-weight:500;font-size:11px;color:#6b7280}.bottomCartBar{position:fixed;left:50%;transform:translate(-50%);bottom:calc(20px + var(--system-bottom-inset));width:calc(100% - 20px);max-width:420px;height:52px;border-radius:14px;border:1px solid rgba(0,0,0,.08);background:linear-gradient(135deg,#403c7d,#634699,#544eaa)!important;border-bottom:1px solid rgba(167,139,250,.2)!important;box-shadow:0 4px 24px #6d28d940!important;padding:0 14px;display:flex;align-items:center;justify-content:space-between;z-index:9999}.menuScrollArea{padding-bottom:calc(120px + var(--system-bottom-inset))}.sortToggleRow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;padding:0 4px}.sortToggleLabel{font-size:13px;font-weight:600;color:#f0f8ff}.sortToggleGroup{display:flex;gap:8px}.sortToggleBtn{padding:6px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;font-size:13px;font-weight:500;color:#374151;cursor:pointer}.sortToggleBtnActive{background:#6d28d9;color:#fff;border-color:transparent}@media(max-width:640px){:root{--system-bottom-inset: max(env(safe-area-inset-bottom, 0px), 56px)}.bottomCartBar{bottom:calc(24px + var(--system-bottom-inset))}.menuScrollArea{padding-bottom:calc(140px + var(--system-bottom-inset))}}.cartBackdrop{position:absolute;inset:0;background:#0000;pointer-events:none;transition:.2s}.cartBackdropOpen{background:#0006;pointer-events:auto}.cartDrawer{position:absolute;top:0;right:-100%;width:100%;height:100%;background:#fff;transition:right .25s ease;display:flex;flex-direction:column}.cartDrawerOpen{right:0}.cartHeader{flex-shrink:0;padding:16px;border-bottom:1px solid var(--stroke);font-weight:900}.cartFooterPro{flex-shrink:0;padding:16px;padding-bottom:calc(16px + var(--system-bottom-inset));border-top:1px solid var(--stroke)}.checkoutBtnPro{width:100%;padding:14px;background:var(--purple);color:#fff;border:none;border-radius:14px;font-weight:900;cursor:pointer}.menuScrollArea{padding-bottom:100px}.addCartBtn{display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,#403c7d,#634699,#544eaa)!important;border-bottom:1px solid rgba(167,139,250,.2)!important;box-shadow:0 4px 24px #6d28d940!important;color:#fff;border:none;border-radius:12px;padding:8px 14px;font-weight:800;cursor:pointer}.addCartBtn:hover{background:var(--purple2)}.qtyControl{display:flex;align-items:center;border-radius:14px;overflow:hidden;border:1px solid #e5e7eb;background:#fff}.qtyBtn{width:36px;height:34px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.qtyBtnMinus{background:#f3f4f6;color:#111}.qtyBtnPlus{background:linear-gradient(135deg,#403c7d,#634699,#544eaa)!important;border-bottom:1px solid rgba(167,139,250,.2)!important;box-shadow:0 4px 24px #6d28d940!important;color:#fff}.qtyBtnMinus:hover{background:#e5e7eb}.qtyBtnPlus:hover{background:linear-gradient(135deg,#403c7d,#634699,#544eaa)!important;border-bottom:1px solid rgba(167,139,250,.2)!important;box-shadow:0 4px 24px #6d28d940!important}.qtyNumber{min-width:38px;text-align:center;font-weight:900;font-size:14px;color:#6d28d9}.qtyPill{display:flex;align-items:center;height:36px;border-radius:10px;border:1px solid #e5e7eb;overflow:hidden;background:#fff}.qtyPillBtnPrimary{background:linear-gradient(135deg,#403c7d,#634699,#544eaa)!important;border-bottom:1px solid rgba(167,139,250,.2)!important;box-shadow:0 4px 24px #6d28d940!important;color:#fff}.qtyPillValue{width:36px;text-align:center;font-size:14px;font-weight:600}.bottomCartText{display:flex;flex-direction:column;gap:2px}.bottomCartCount{font-size:13px;color:#fff;opacity:.9}.bottomCartAmount{font-size:17px;font-weight:700;color:#fff}.bottomCartLeft{display:flex;align-items:center;gap:10px}.bottomCartMiniIcon{width:32px;height:32px;border-radius:10px;background:#ffffff2e;display:flex;align-items:center;justify-content:center}.bottomCartRight{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#fff}.cartIconBtn{position:relative;width:42px;height:42px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.cartIconBadge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#6d28d9;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 6px #6d28d966}.cartIconBtn:after{content:"";position:absolute;inset:-6px;border-radius:18px;background:#6d28d91f;z-index:-1}.vegToggle input:checked~.vegLabel{color:#6d28d9}.vegToggle{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;transition:all .2s ease}.vegToggle:hover{border-color:#d1d5db}.vegToggle input{display:none}.vegSlider{width:34px;height:18px;border-radius:999px;background:#e5e7eb;position:relative;transition:all .25s ease}.vegSlider:after{content:"";width:14px;height:14px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:all .25s ease;box-shadow:0 2px 6px #0003}.vegToggle input:checked+.vegSlider{background:linear-gradient(135deg,#28d95d,#117e3e)}.vegToggle input:checked+.vegSlider:after{left:18px}.vegLabel{font-size:13px;font-weight:700;color:#374151}.sectionTitle{font-size:17px;font-weight:700;color:#111827}.footerHint{margin-top:40px;margin-bottom:100px;text-align:center;font-size:13px;font-weight:500;color:#6b7280}.menuScrollArea{min-height:calc(100vh - 120px);display:flex;flex-direction:column}.container{flex:1}.menuCardHeaderRow{display:flex;justify-content:space-between;align-items:center}.menuCardTitle{font-size:15px;font-weight:600}.menuCardPrice{font-size:15px;font-weight:700;color:var(--purple)}.menuCardCategory{font-size:12px;color:var(--muted);margin-bottom:8px}.addBtn{background:linear-gradient(135deg,#403c7d,#634699,#544eaa)!important;color:#fff;border:none;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer}.qtyControl{display:flex;align-items:center;border-radius:999px;border:1px solid #e5e7eb;overflow:hidden;width:fit-content;background:#f8fafc}.qtyBtn{width:34px;height:30px;border:none;background:transparent;cursor:pointer}.qtyMinus{color:#111}.qtyPlus{background:linear-gradient(135deg,#403c7d,#634699,#544eaa)!important;border-bottom:1px solid rgba(167,139,250,.2)!important;box-shadow:0 4px 24px #6d28d940!important;color:#fff}.qtyNumber{width:32px;text-align:center;font-weight:600}.categoryBlock{margin-top:28px;padding-top:18px;border-top:1px solid #e5e7eb}.categoryBlock:first-child{margin-top:0;padding-top:0;border-top:none}.cartBackdrop{position:fixed;inset:0;background:#00000059;opacity:0;pointer-events:none;transition:.2s;z-index:1999}.cartBackdropOpen{opacity:1;pointer-events:auto}.cartDrawer{position:fixed;top:0;right:0;width:420px;max-width:100%;height:100dvh;max-height:100dvh;background:#fff;z-index:2000;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}.cartDrawerOpen{transform:translate(0)}.cartHeader{flex-shrink:0;padding:16px;border-bottom:1px solid #eee;display:flex;justify-content:space-between}.cartTitle{font-weight:700}.cartSub{font-size:12px;color:gray}.iconBtn{border:none;background:#eee;border-radius:8px;width:36px;height:36px}.cartBodyPro{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px}.orderRow{display:flex;align-items:center;gap:10px;background:#fafafa;padding:10px;border-radius:12px;margin-bottom:10px}.orderThumb{width:48px;height:48px;background:#f3f0ff;border-radius:10px;overflow:hidden}.orderThumb img{width:100%;height:100%;object-fit:cover}.orderInfo{flex:1}.orderName{font-weight:600;font-size:14px}.orderPrice{font-size:13px;color:#6c3cf0}.orderRight{display:flex;align-items:center;gap:8px}.qtyPillCart{display:flex;align-items:center;border-radius:999px;border:1px solid #e5e7eb;overflow:hidden;height:36px}.qtyPillBtn{width:36px;height:36px;border:none;background:#f3f4f6;display:flex;align-items:center;justify-content:center;cursor:pointer}.qtyPillBtnPrimary{background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff}.qtyPillValue{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.trashBtn{width:36px;height:36px;border-radius:10px;border:none;background:#fef2f2;color:#ef4444;display:flex;align-items:center;justify-content:center;cursor:pointer}.orderTypeGrid{display:flex;gap:10px}.orderTypeCard{flex:1;padding:12px;border:1px solid #ddd;border-radius:12px}.orderTypeCardActive{border:2px solid #6c3cf0}.formStack{display:flex;flex-direction:column;gap:10px}.inputWrap{position:relative}.inputIcon{position:absolute;left:10px;top:12px}.textInput{width:100%;padding:10px 10px 10px 36px;border-radius:10px;border:1px solid #ddd}.textArea{width:100%;padding:10px;border-radius:10px;border:1px solid #ddd}.cartFooterPro{padding:16px;border-top:1px solid #eee}.totalRowPro{display:flex;justify-content:space-between;margin-bottom:10px}.checkoutBtnPro{width:100%;padding:14px;border:none;background:linear-gradient(135deg,#403c7d,#634699,#544eaa)!important;color:#fff;border-radius:12px}.clearCartBtn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#ef4444;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.clearCartBtn:hover{background:#fef2f2;border-color:#ef4444;transform:translateY(-1px)}.clearCartBtn:active{transform:translateY(0);background:#fee2e2}.cartSection{margin-bottom:20px}.cartSectionTitle{margin-bottom:10px}.bottomCartMiniIcon{width:42px;height:42px;border-radius:12px;background:#fffffff2;color:#6c3cf0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026}.cartFooterPro{flex-shrink:0;padding:16px;padding-bottom:calc(16px + var(--system-bottom-inset));background:#fff;border-top:1px solid #eee}.orderSummaryCard{background:#fafafa;border-radius:14px;padding:14px;margin-bottom:14px}.summaryTitle{font-size:16px;font-weight:700;margin-bottom:10px;color:#222}.summaryRow{display:flex;justify-content:space-between;font-size:14px;margin-bottom:6px;color:#444}.summaryDivider{height:1px;background:#eee;margin:8px 0}.totalRow{font-size:16px;font-weight:700;color:#6c3cf0}.checkoutBtnPro{width:100%;padding:16px;border-radius:14px;border:none;font-size:16px;font-weight:700;color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#5b21b6);box-shadow:0 6px 20px #7c3aed59;transition:.2s}.checkoutBtnPro:hover{transform:translateY(-1px)}.checkoutBtnPro:disabled{opacity:.5;cursor:not-allowed}.clearCartWrap{display:flex;justify-content:center;margin-top:12px;margin-bottom:8px}.clearCartBtn{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;border:1px solid #fca5a5;background:#fff;color:#ef4444;font-size:14px;font-weight:600;cursor:pointer;transition:.2s}.clearCartBtn:hover{background:#fef2f2;transform:translateY(-1px)}@media(max-width:640px){.cartDrawer{width:100%;left:0;right:0;height:100dvh;max-height:100dvh}.cartHeader{flex-shrink:0}.cartBodyPro{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px}.cartFooterPro{flex-shrink:0;padding:16px 16px calc(16px + var(--system-bottom-inset))}}.cartDrawerOpen~.bottomCartBar{display:none!important}.textInput,.textArea,input,textarea,select{font-size:16px!important}.textInput:focus,.textArea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed26}.textInput,.textArea{font-size:16px}.categoryBlock{margin-bottom:32px}.categoryBlock:not(:first-child){margin-top:24px}.sectionTitle{margin-bottom:14px}.sectionTitleWithIcon{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;margin-bottom:14px}.catIcon{display:flex;align-items:center;justify-content:center;color:#6c3cf0}.tabBtn{display:flex;align-items:center;gap:6px}.tabIcon{display:flex;align-items:center;justify-content:center;color:#6d28d9}.tabBtnActive .tabIcon{color:#fff}.tabBtn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:999px;border:none;background:#f3f4f6;cursor:pointer;font-weight:500}.tabIcon{display:flex;align-items:center;justify-content:center}.tabLabel{display:flex;align-items:center}.tabBtnActive{background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff}.sectionTitle{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;margin-bottom:14px}.sectionTitleIcon{background:#f3f0ff;padding:6px;border-radius:8px;color:#7c3aed;display:flex;align-items:center;justify-content:center}.menuCardMedia{position:relative}.menuCardImgDisabled{filter:grayscale(100%);opacity:.6}.menuCardUnavailableOverlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.menuCardUnavailableBadge{background:#000000bf;color:#fff;font-size:13px;font-weight:600;padding:6px 12px;border-radius:999px}.addCartBtnDisabled{background:#e5e7eb!important;color:#9ca3af!important;cursor:not-allowed;box-shadow:none}.order-page{min-height:100vh;width:100%;background:#eef1f8;display:flex;justify-content:center;padding:10px 8px;box-sizing:border-box}.order-shell{width:100%;max-width:420px;display:flex;flex-direction:column;gap:6px}.order-header,.order-card.status-card,.order-card.details-card,.order-note{background:#fff;border-radius:18px;border:1px solid rgba(148,163,184,.35)}.order-header{padding:8px 14px;text-align:center}.order-label{font-size:10px;opacity:.6}.order-code{font-size:14px;font-weight:700;color:#7c3aed}.order-card.status-card{padding:10px 14px}.card-title{font-size:12px;margin-bottom:4px}.status-timeline{display:flex;flex-direction:column;gap:2px}.status-step{display:flex;align-items:center;gap:6px;margin:2px 0}.status-icon-wrapper{width:20px;height:20px;border-radius:50%;border:1.5px solid #d4d4d4;display:flex;justify-content:center;align-items:center}.status-icon-wrapper.active{border-color:#7c3aed;background:#f5edff}.status-icon{width:11px;height:11px;color:#7c3aed}.status-title{font-size:11px}.status-title.muted{color:#9ca3af}.status-subtitle{font-size:10px;color:#7c3aed}.status-connector{height:8px;border-left:2px dashed #e5e7eb;margin-left:11px}.order-card.details-card{padding:10px 14px}.order-items{display:flex;flex-direction:column;gap:4px;margin-bottom:4px}.order-item-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;padding:1px 0}.order-item-name{color:#111827}.order-item-price{font-weight:500}.order-total{border-top:1px solid #f1f1f5;padding-top:4px;display:flex;flex-direction:column;gap:4px}.order-total-row{display:flex;justify-content:space-between;font-size:11px;color:#6b7280}.order-total-main{margin-top:1px;padding-top:2px}.order-total-main span:first-child{font-weight:600;color:#111827}.order-total-main-value{font-size:12px;font-weight:700;color:#7c3aed}.order-note{padding:8px 12px;font-size:11px;background:#f5f3ff}.order-more-btn{width:100%;border:none;border-radius:14px;padding:12px 16px;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 4px 12px #7c3aed40;background:#7c3aed;color:#fff}.home-colored{stroke:#fff;filter:drop-shadow(0 0 4px rgba(255,255,255,.6))}.colorful-home-btn{background:linear-gradient(90deg,#7c3aed,#9333ea)}.completed-header{border-radius:16px;padding:10px 16px;background:#f9fafb;border:1px solid rgba(148,163,184,.25);box-shadow:0 0 #0000}.order-complete-hero{margin-top:8px;background:#dffae8;border-radius:16px;padding:16px 14px;text-align:center;box-shadow:0 0 #0000;display:flex;flex-direction:column;align-items:center;gap:1px}.order-complete-icon-wrap{width:52px;height:52px;border-radius:999px;background:#f5fff8;display:flex;align-items:center;justify-content:center}.order-complete-icon{width:30px;height:30px;color:#16a34a}.order-complete-title{margin-top:6px;margin-bottom:2px;font-size:16px;font-weight:700;color:#166534}.order-complete-subtitle{font-size:12px;color:#4b5563}.completed-details-card{margin-top:8px;box-shadow:0 0 #0000}.order-total-subrow span:first-child{font-size:11px;color:#9ca3af}.order-total-main-completed span:first-child{font-weight:600;color:#111827}.order-total-main-value-completed{font-size:13px;font-weight:700;color:#7c3aed}.completed-note{border-radius:16px;background:#f5f3ff;border:1px rgba(148,163,184,.2);box-shadow:0 0 #0000}.order-more-btn-light{margin-top:4px;background:#e6e6e9;color:#111827;border-radius:16px;border:1px rgba(148,163,184,.25);box-shadow:0 0 #0000;font-weight:600}.order-more-btn-light:hover{background:#ebeef2}.home-colored-light{stroke:#111827}.ready-header{background:linear-gradient(135deg,#27fa74,#77eea3)}.order-ready-hero{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1.5px solid #86efac;border-radius:16px;padding:28px 20px;margin-bottom:16px;text-align:center}.order-ready-icon-wrap{background:#16a34a!important;box-shadow:0 0 0 8px #bbf7d0}.order-ready-icon{color:#fff!important;width:40px;height:40px}.order-ready-title{color:#15803d!important}.ready-pulse{animation:readyPulse 1.4s ease-in-out infinite}@keyframes readyPulse{0%{box-shadow:0 0 #16a34a8c}70%{box-shadow:0 0 0 10px #16a34a00}to{box-shadow:0 0 #16a34a00}}.ready-subtitle{color:#16a34a;font-weight:600}.cancelled-header{background:linear-gradient(135deg,#f05353,#f8adad)}.order-cancelled-hero{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1.5px solid #fca5a5;border-radius:16px;padding:28px 20px;margin-bottom:16px;text-align:center}.order-cancelled-icon-wrap{background:#dc2626!important;box-shadow:0 0 0 8px #fecaca}.order-cancelled-icon{color:#fff!important;width:40px;height:40px}.order-cancelled-title{color:#b91c1c!important}.cancelled-note{border-left:3px solid #f87171}.stickyTop{background:linear-gradient(135deg,#403c7d,#634699,#544eaa)!important;border-bottom:1px solid rgba(167,139,250,.2)!important;box-shadow:0 4px 24px #6d28d940!important;padding:3px 14px!important}.stickyTop:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#7c3aed 30%,#a78bfa 50%,#7c3aed 70%,transparent 100%);background-size:200% 100%;animation:shimmerLine 3s linear infinite}@keyframes shimmerLine{0%{background-position:200% 0}to{background-position:-200% 0}}.brandName{color:#fff!important;font-style:italic!important;font-size:20px!important;font-weight:900!important;letter-spacing:-.02em;text-shadow:0 0 20px rgba(167,139,250,.5)}.brandSub{color:#e8e5ef!important;font-size:10px!important;letter-spacing:.15em!important;text-transform:uppercase;font-weight:500!important}.searchWrap{background:#dbd1d114!important;border:1px solid rgba(167,139,250,.25)!important;border-radius:14px!important;transition:border-color .2s,box-shadow .2s;margin-bottom:11px!important;padding:8px 10px!important}.searchWrap:focus-within{border-color:#a78bfa!important;box-shadow:0 0 0 3px #7c3aed33!important}.searchWrap svg{color:#a78bfa!important}.searchInput{background:transparent!important;color:#fff!important;font-size:14px!important}.searchInput::placeholder{color:#eeecf2c5!important}.tabBtn{background:#d5c9c914!important;color:#d5d0e7!important;border:1px solid rgba(167,139,250,.15)!important;transition:all .18s ease!important;padding:6px 12px!important;font-size:13px!important}.tabBtnActive{background:linear-gradient(135deg,#6a29db,#5b21b6)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 4px 14px #6d28d973!important}.tabIcon{color:#a791e9!important}.tabBtnActive .tabIcon{color:#fff!important}.cartIconBtn{background:#ffffff1a!important;border:1px solid rgba(167,139,250,.3)!important;color:#fff!important;transition:all .18s ease!important}.cartIconBtn:hover{background:#7c3aed59!important;border-color:#a78bfa!important;transform:scale(1.06)}.vegToggle{background:#f0eaea14!important;border:1px solid rgba(167,139,250,.25)!important}.vegLabel{color:#e1deec!important}.footerHint{background:linear-gradient(135deg,#6d28d90f,#7c3aed0a);border:1px solid rgba(109,40,217,.08);border-radius:12px;padding:12px 20px!important;color:#7c3aed!important;font-weight:600!important;letter-spacing:.08em;font-size:12px!important}
