.Header-module__KHjLKa__header{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:var(--transition);background:#ffffffd9;position:fixed;top:0;left:0;right:0}.Header-module__KHjLKa__inner{max-width:var(--max-width);height:var(--header-height);justify-content:space-between;align-items:center;margin:0 auto;padding:0 32px;display:flex}.Header-module__KHjLKa__logo{letter-spacing:-.5px;align-items:center;gap:10px;font-size:22px;font-weight:700;display:flex}.Header-module__KHjLKa__logoIcon{background:var(--accent);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:flex}.Header-module__KHjLKa__nav{gap:32px;display:flex}.Header-module__KHjLKa__navLink{color:var(--text-secondary);transition:var(--transition);padding:4px 0;font-size:14px;font-weight:500;position:relative}.Header-module__KHjLKa__navLink:hover{color:var(--text)}.Header-module__KHjLKa__navLink:after{content:"";background:var(--accent);width:0;height:2px;transition:var(--transition);border-radius:1px;position:absolute;bottom:-2px;left:0}.Header-module__KHjLKa__navLink:hover:after{width:100%}.Header-module__KHjLKa__actions{align-items:center;gap:8px;display:flex}.Header-module__KHjLKa__actionBtn{width:40px;height:40px;transition:var(--transition);color:var(--text);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.Header-module__KHjLKa__actionBtn:hover{background:var(--bg)}.Header-module__KHjLKa__actionBtn svg{width:22px;height:22px}.Header-module__KHjLKa__cartCount{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;animation:.28s cubic-bezier(.34,1.56,.64,1) Header-module__KHjLKa__cartPop;display:flex;position:absolute;top:2px;right:2px}@keyframes Header-module__KHjLKa__cartPop{0%{transform:scale(.4)}60%{transform:scale(1.25)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.Header-module__KHjLKa__cartCount{animation:none}}.Header-module__KHjLKa__menuToggle{flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.Header-module__KHjLKa__menuToggle span{background:var(--text);width:20px;height:2px;transition:var(--transition);border-radius:2px}.Header-module__KHjLKa__menuOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__KHjLKa__menuOpen span:nth-child(2){opacity:0}.Header-module__KHjLKa__menuOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__KHjLKa__mobileNav{top:var(--header-height);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#fffffffa;flex-direction:column;gap:20px;padding:24px 32px;animation:.2s Header-module__KHjLKa__fadeIn;display:none;position:absolute;left:0;right:0}.Header-module__KHjLKa__mobileNavOpen{display:flex}@media (max-width:768px){.Header-module__KHjLKa__nav{display:none}.Header-module__KHjLKa__menuToggle{display:flex}.Header-module__KHjLKa__inner{padding:0 16px}}
.Footer-module__yg9ahW__footer{background:var(--bg);border-top:1px solid var(--border);padding:64px 32px 32px}.Footer-module__yg9ahW__inner{max-width:var(--max-width);margin:0 auto}.Footer-module__yg9ahW__grid{grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px;display:grid}.Footer-module__yg9ahW__brand p{color:var(--text-secondary);max-width:300px;margin-top:16px;font-size:14px;line-height:1.7}.Footer-module__yg9ahW__logo{letter-spacing:-.5px;align-items:center;gap:10px;font-size:22px;font-weight:700;display:flex}.Footer-module__yg9ahW__logoIcon{background:var(--accent);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:flex}.Footer-module__yg9ahW__col h4{text-transform:uppercase;letter-spacing:1px;color:var(--text);margin-bottom:20px;font-size:13px;font-weight:600}.Footer-module__yg9ahW__col a{color:var(--text-secondary);transition:var(--transition);margin-bottom:12px;font-size:14px;display:block}.Footer-module__yg9ahW__col a:hover{color:var(--accent)}.Footer-module__yg9ahW__bottom{border-top:1px solid var(--border);color:var(--text-secondary);justify-content:space-between;align-items:center;padding-top:32px;font-size:13px;display:flex}.Footer-module__yg9ahW__socials{gap:12px;display:flex}.Footer-module__yg9ahW__socialLink{background:var(--white);border:1px solid var(--border);width:36px;height:36px;transition:var(--transition);color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;font-size:13px;display:flex}.Footer-module__yg9ahW__socialLink:hover{background:var(--accent);border-color:var(--accent);color:#fff}@media (max-width:1024px){.Footer-module__yg9ahW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer-module__yg9ahW__footer{padding:48px 16px 24px}.Footer-module__yg9ahW__grid{grid-template-columns:1fr;gap:32px}.Footer-module__yg9ahW__bottom{text-align:center;flex-direction:column;gap:16px}}
.CartDrawer-module__W_goNW__overlay{z-index:200;opacity:0;visibility:hidden;transition:var(--transition);background:#0006;position:fixed;inset:0}.CartDrawer-module__W_goNW__overlayOpen{opacity:1;visibility:visible}.CartDrawer-module__W_goNW__drawer{background:var(--white);z-index:201;width:440px;max-width:100vw;height:100%;box-shadow:var(--shadow-xl);flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.CartDrawer-module__W_goNW__drawer:focus{outline:none}.CartDrawer-module__W_goNW__drawerOpen{transform:translate(0)}.CartDrawer-module__W_goNW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.CartDrawer-module__W_goNW__header h3{align-items:baseline;gap:8px;font-size:20px;font-weight:700;display:flex}.CartDrawer-module__W_goNW__headerCount{color:var(--text-secondary);font-size:13px;font-weight:500}.CartDrawer-module__W_goNW__closeBtn{width:36px;height:36px;transition:var(--transition-fast);color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;display:flex}.CartDrawer-module__W_goNW__closeBtn:hover{background:var(--bg);color:var(--text)}.CartDrawer-module__W_goNW__items{flex:1;padding:12px 24px;overflow-y:auto}.CartDrawer-module__W_goNW__empty{text-align:center;padding:60px 20px}.CartDrawer-module__W_goNW__emptyIcon{background:var(--bg);width:64px;height:64px;color:var(--accent);opacity:.85;border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}.CartDrawer-module__W_goNW__emptyText{color:var(--text-secondary);font-size:15px}.CartDrawer-module__W_goNW__emptyBtn{margin-top:20px}.CartDrawer-module__W_goNW__item{border-bottom:1px solid var(--border-light);gap:14px;padding:16px 0;display:flex}.CartDrawer-module__W_goNW__item:last-child{border-bottom:0}.CartDrawer-module__W_goNW__itemUnavailable{opacity:.65}.CartDrawer-module__W_goNW__itemImg{border-radius:var(--radius-sm);background:var(--bg);flex-shrink:0;width:72px;height:72px;display:block;overflow:hidden}.CartDrawer-module__W_goNW__itemImg img{object-fit:cover;width:100%;height:100%}.CartDrawer-module__W_goNW__itemImgEmpty{color:var(--text-tertiary);justify-content:center;align-items:center;display:flex}.CartDrawer-module__W_goNW__itemInfo{flex-direction:column;flex:1;min-width:0;display:flex}.CartDrawer-module__W_goNW__itemTop{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.CartDrawer-module__W_goNW__itemName{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}a.CartDrawer-module__W_goNW__itemName:hover{color:var(--accent)}.CartDrawer-module__W_goNW__removeBtn{width:28px;height:28px;color:var(--text-tertiary);transition:var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.CartDrawer-module__W_goNW__removeBtn:hover{color:var(--danger);background:#fef2f2}.CartDrawer-module__W_goNW__itemWeight{color:var(--text-secondary);margin-top:2px;font-size:12px}.CartDrawer-module__W_goNW__itemOos{color:var(--danger);margin-top:4px;font-size:12px;font-weight:600}.CartDrawer-module__W_goNW__qtyMax{color:var(--warning);margin-top:4px;font-size:11px}.CartDrawer-module__W_goNW__itemBottom{justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex}.CartDrawer-module__W_goNW__itemPrice{font-size:15px;font-weight:700}.CartDrawer-module__W_goNW__qty{border:1px solid var(--border);border-radius:var(--radius-full);align-items:center;gap:2px;padding:2px;display:flex}.CartDrawer-module__W_goNW__qtyBtn{width:28px;height:28px;transition:var(--transition-fast);color:var(--text);border-radius:50%;justify-content:center;align-items:center;display:flex}.CartDrawer-module__W_goNW__qtyBtn:hover:not(:disabled){background:var(--bg)}.CartDrawer-module__W_goNW__qtyBtn:disabled{color:var(--text-tertiary);cursor:default}.CartDrawer-module__W_goNW__qtyVal{text-align:center;min-width:28px;font-size:14px;font-weight:600}.CartDrawer-module__W_goNW__footer{padding:20px 24px calc(20px + env(safe-area-inset-bottom));border-top:1px solid var(--border)}.CartDrawer-module__W_goNW__freeShip{margin-bottom:16px}.CartDrawer-module__W_goNW__freeShipText{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.CartDrawer-module__W_goNW__freeShipText strong{color:var(--text)}.CartDrawer-module__W_goNW__freeShipText svg{color:var(--accent);flex-shrink:0}.CartDrawer-module__W_goNW__freeShipDone{color:var(--accent);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.CartDrawer-module__W_goNW__progressTrack{border-radius:var(--radius-full);background:var(--bg-subtle);height:6px;overflow:hidden}.CartDrawer-module__W_goNW__progressFill{border-radius:var(--radius-full);background:var(--accent);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.CartDrawer-module__W_goNW__total{justify-content:space-between;align-items:baseline;margin-bottom:16px;display:flex}.CartDrawer-module__W_goNW__totalLabel{font-size:16px;font-weight:500}.CartDrawer-module__W_goNW__totalValue{font-size:22px;font-weight:700}.CartDrawer-module__W_goNW__checkoutBtn{border-radius:var(--radius-full);background:var(--accent);color:#fff;width:100%;transition:var(--transition);justify-content:center;align-items:center;padding:16px;font-size:15px;font-weight:600;display:flex}.CartDrawer-module__W_goNW__checkoutBtn:hover{background:var(--accent-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.CartDrawer-module__W_goNW__continueBtn{width:100%;color:var(--text-secondary);transition:var(--transition-fast);margin-top:10px;padding:12px;font-size:14px;font-weight:600;display:block}.CartDrawer-module__W_goNW__continueBtn:hover{color:var(--accent)}@media (max-width:768px){.CartDrawer-module__W_goNW__drawer{width:100%}}
.SearchOverlay-module__xKnNoq__overlay{z-index:250;background:#00000073;justify-content:center;align-items:flex-start;padding:12vh 16px 16px;animation:.2s SearchOverlay-module__xKnNoq__fade;display:flex;position:fixed;inset:0}@keyframes SearchOverlay-module__xKnNoq__fade{0%{opacity:0}to{opacity:1}}.SearchOverlay-module__xKnNoq__panel{background:var(--white);border-radius:var(--radius);width:100%;max-width:600px;box-shadow:var(--shadow-xl);flex-direction:column;max-height:70vh;display:flex;overflow:hidden}.SearchOverlay-module__xKnNoq__searchRow{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:14px 16px;display:flex}.SearchOverlay-module__xKnNoq__searchIcon{color:var(--text-tertiary);flex-shrink:0}.SearchOverlay-module__xKnNoq__input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:16px}.SearchOverlay-module__xKnNoq__input::placeholder{color:var(--text-tertiary)}.SearchOverlay-module__xKnNoq__closeBtn{width:32px;height:32px;color:var(--text-secondary);transition:var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.SearchOverlay-module__xKnNoq__closeBtn:hover{background:var(--bg);color:var(--text)}.SearchOverlay-module__xKnNoq__results{padding:8px;overflow-y:auto}.SearchOverlay-module__xKnNoq__hint{text-align:center;color:var(--text-secondary);padding:28px 16px;font-size:14px}.SearchOverlay-module__xKnNoq__hit{border-radius:var(--radius-sm);transition:var(--transition-fast);align-items:center;gap:12px;padding:10px 12px;display:flex}.SearchOverlay-module__xKnNoq__hit:hover{background:var(--bg)}.SearchOverlay-module__xKnNoq__hitImg{border-radius:var(--radius-xs);background:var(--bg);flex-shrink:0;width:48px;height:48px;overflow:hidden}.SearchOverlay-module__xKnNoq__hitImg img{object-fit:cover;width:100%;height:100%}.SearchOverlay-module__xKnNoq__hitInfo{flex:1;min-width:0}.SearchOverlay-module__xKnNoq__hitName{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.SearchOverlay-module__xKnNoq__hitCat{color:var(--text-secondary);font-size:12px}.SearchOverlay-module__xKnNoq__hitPrice{white-space:nowrap;font-size:14px;font-weight:700}@media (max-width:480px){.SearchOverlay-module__xKnNoq__overlay{padding:8vh 10px 10px}.SearchOverlay-module__xKnNoq__panel{max-height:80vh}}
.DietitianChat-module__kpTqMa__fab{z-index:1000;color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 24px #16a34a66}.DietitianChat-module__kpTqMa__fab:hover{transform:translateY(-2px)scale(1.04);box-shadow:0 12px 28px #16a34a80}.DietitianChat-module__kpTqMa__panel{z-index:1001;background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 40px);display:flex;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 20px 60px #00000038}.DietitianChat-module__kpTqMa__header{color:#fff;background:linear-gradient(135deg,#16a34a,#15803d);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.DietitianChat-module__kpTqMa__headerTitle{align-items:center;gap:10px;display:flex}.DietitianChat-module__kpTqMa__headerIcon{background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.DietitianChat-module__kpTqMa__headerName{font-size:14px;font-weight:700}.DietitianChat-module__kpTqMa__headerSub{opacity:.85;font-size:11px}.DietitianChat-module__kpTqMa__closeBtn{color:#fff;cursor:pointer;opacity:.85;background:0 0;border:none;border-radius:8px;padding:6px;display:flex}.DietitianChat-module__kpTqMa__closeBtn:hover{opacity:1;background:#ffffff26}.DietitianChat-module__kpTqMa__messages{background:#f9fafb;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.DietitianChat-module__kpTqMa__bubble{white-space:pre-wrap;word-break:break-word;max-width:86%;padding:10px 14px;font-size:14px;line-height:1.6}.DietitianChat-module__kpTqMa__bubbleBot{color:#374151;background:#fff;border:1px solid #eef0f2;border-radius:14px 14px 14px 4px;align-self:flex-start}.DietitianChat-module__kpTqMa__bubbleUser{color:#fff;background:#16a34a;border-radius:14px 14px 4px;align-self:flex-end}.DietitianChat-module__kpTqMa__typing{color:#9ca3af}.DietitianChat-module__kpTqMa__recs{flex-direction:column;align-self:flex-start;gap:8px;width:86%;margin-top:8px;display:flex}.DietitianChat-module__kpTqMa__rec{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:8px;padding:8px 10px;display:flex}.DietitianChat-module__kpTqMa__recName{color:#111827;flex:1;font-size:13px;font-weight:600}.DietitianChat-module__kpTqMa__recPrice{color:#16a34a;white-space:nowrap;font-size:13px;font-weight:700}.DietitianChat-module__kpTqMa__recAdd{color:#fff;cursor:pointer;white-space:nowrap;background:#16a34a;border:none;border-radius:8px;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.DietitianChat-module__kpTqMa__recAdd:hover{background:#15803d}.DietitianChat-module__kpTqMa__inputRow{background:#fff;border-top:1px solid #eef0f2;gap:8px;padding:12px;display:flex}.DietitianChat-module__kpTqMa__input{border:1px solid #e5e7eb;border-radius:10px;outline:none;flex:1;padding:10px 12px;font-size:14px}.DietitianChat-module__kpTqMa__input:focus{border-color:#16a34a}.DietitianChat-module__kpTqMa__sendBtn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:10px;justify-content:center;align-items:center;width:42px;display:flex}.DietitianChat-module__kpTqMa__sendBtn:disabled{opacity:.5;cursor:not-allowed}.DietitianChat-module__kpTqMa__micBtn{color:#6e6e73;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:42px;display:flex}.DietitianChat-module__kpTqMa__micBtn:hover{color:#16a34a;border-color:#16a34a}.DietitianChat-module__kpTqMa__micBtn:disabled{opacity:.5;cursor:not-allowed}.DietitianChat-module__kpTqMa__micBtnOn{color:#fff;background:#dc2626;border-color:#dc2626;animation:1.2s ease-in-out infinite DietitianChat-module__kpTqMa__micpulse}@keyframes DietitianChat-module__kpTqMa__micpulse{0%,to{box-shadow:0 0 #dc262680}50%{box-shadow:0 0 0 6px #dc262600}}.DietitianChat-module__kpTqMa__disclaimer{color:#9ca3af;text-align:center;background:#fff;padding:0 12px 10px;font-size:10px}@media (max-width:480px){.DietitianChat-module__kpTqMa__panel{border-radius:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;bottom:0;right:0}.DietitianChat-module__kpTqMa__fab{bottom:16px;right:16px}}
.Toaster-module__1_ROTq__host{z-index:300;pointer-events:none;flex-direction:column;gap:10px;width:max-content;max-width:calc(100vw - 32px);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.Toaster-module__1_ROTq__toast{pointer-events:auto;border-radius:var(--radius-sm);background:var(--text);color:#fff;box-shadow:var(--shadow-lg);align-items:center;gap:10px;padding:12px 14px;font-size:14px;font-weight:500;animation:.25s cubic-bezier(.4,0,.2,1) Toaster-module__1_ROTq__toastIn;display:flex}.Toaster-module__1_ROTq__success .Toaster-module__1_ROTq__icon{color:var(--accent-lighter)}.Toaster-module__1_ROTq__error{background:#7f1d1d}.Toaster-module__1_ROTq__error .Toaster-module__1_ROTq__icon{color:#fca5a5}.Toaster-module__1_ROTq__info .Toaster-module__1_ROTq__icon{color:#93c5fd}.Toaster-module__1_ROTq__icon{flex-shrink:0}.Toaster-module__1_ROTq__message{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Toaster-module__1_ROTq__action{border-radius:var(--radius-full);color:#fff;transition:var(--transition-fast);background:#ffffff29;flex-shrink:0;margin-left:4px;padding:5px 12px;font-size:13px;font-weight:600}.Toaster-module__1_ROTq__action:hover{background:#ffffff47}.Toaster-module__1_ROTq__close{color:#ffffffb3;width:24px;height:24px;transition:var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Toaster-module__1_ROTq__close:hover{color:#fff;background:#ffffff29}@keyframes Toaster-module__1_ROTq__toastIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.Toaster-module__1_ROTq__toast{animation:none}}@media (max-width:480px){.Toaster-module__1_ROTq__host{width:auto;left:16px;right:16px;transform:none}.Toaster-module__1_ROTq__message{white-space:normal}}
.account-module__FD2Xgq__page{max-width:var(--max-width);margin:0 auto;padding:40px 32px 80px}.account-module__FD2Xgq__inner{grid-template-columns:260px 1fr;gap:40px;display:grid}.account-module__FD2Xgq__sidebar{top:calc(var(--header-height) + 24px);align-self:start;position:sticky}.account-module__FD2Xgq__profile{border-bottom:1px solid var(--border);align-items:center;gap:14px;margin-bottom:24px;padding-bottom:24px;display:flex}.account-module__FD2Xgq__avatar{background:var(--accent-bg);width:48px;height:48px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.account-module__FD2Xgq__profileName{font-size:15px;font-weight:600}.account-module__FD2Xgq__profileEmail{color:var(--text-secondary);font-size:13px}.account-module__FD2Xgq__nav{flex-direction:column;gap:4px;display:flex}.account-module__FD2Xgq__navItem{border-radius:var(--radius-sm);color:var(--text-secondary);transition:var(--transition-fast);white-space:nowrap;border-left:3px solid #0000;align-items:center;gap:12px;padding:12px 14px;font-size:14px;font-weight:500;display:flex}.account-module__FD2Xgq__navItem:hover{background:var(--bg);color:var(--text)}.account-module__FD2Xgq__navItemActive{background:var(--accent-bg);border-left-color:var(--accent);color:var(--accent);font-weight:600}.account-module__FD2Xgq__navIcon{font-size:16px}.account-module__FD2Xgq__navBadge{background:var(--danger);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:auto;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}.account-module__FD2Xgq__bonusChip{border-radius:var(--radius-sm);background:var(--accent-bg);color:var(--accent);align-items:center;gap:8px;margin-bottom:16px;padding:9px 12px;font-size:13px;font-weight:600;display:inline-flex}.account-module__FD2Xgq__logoutBtn{border-radius:var(--radius-sm);color:var(--danger);transition:var(--transition-fast);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;margin-top:16px;padding:10px 14px;font-size:14px;display:flex}.account-module__FD2Xgq__logoutBtn:hover{background:#fef2f2}.account-module__FD2Xgq__storeLink{border-radius:var(--radius-sm);color:var(--text-secondary);transition:var(--transition-fast);align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex}.account-module__FD2Xgq__storeLink:hover{color:var(--text);background:var(--bg)}.account-module__FD2Xgq__content{min-height:400px}.account-module__FD2Xgq__contentTitle{margin-bottom:24px;font-size:28px;font-weight:700}.account-module__FD2Xgq__detailHeader .account-module__FD2Xgq__contentTitle{margin-bottom:6px}.account-module__FD2Xgq__sectionHeading{margin:0 0 16px;font-size:20px;font-weight:600}.account-module__FD2Xgq__stubNotice{border-radius:var(--radius-sm);color:#92400e;background:#fffbeb;border:1px solid #fde68a;margin:-8px 0 24px;padding:14px 16px;font-size:14px;line-height:1.5}.account-module__FD2Xgq__backLink{color:var(--text-secondary);align-items:center;gap:6px;margin-bottom:18px;font-size:14px;font-weight:500;display:inline-flex}.account-module__FD2Xgq__backLink:hover{color:var(--text)}.account-module__FD2Xgq__panel{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-xs);margin-bottom:24px;padding:24px}.account-module__FD2Xgq__panelTitle{margin-bottom:16px;font-size:18px;font-weight:600}.account-module__FD2Xgq__bonusHero{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.account-module__FD2Xgq__bonusValue{color:var(--accent);letter-spacing:-.5px;font-size:34px;font-weight:700}.account-module__FD2Xgq__bonusHint{color:var(--text-secondary);font-size:13px}.account-module__FD2Xgq__txnRow{border-bottom:1px solid var(--border);grid-template-columns:1fr auto;align-items:center;gap:4px 16px;padding:14px 0;display:grid}.account-module__FD2Xgq__txnRow:last-child{border-bottom:none}.account-module__FD2Xgq__txnMain{flex-direction:column;gap:2px;min-width:0;display:flex}.account-module__FD2Xgq__txnComment{font-size:14px;font-weight:500}.account-module__FD2Xgq__txnMeta{color:var(--text-tertiary);font-size:12px}.account-module__FD2Xgq__txnAmount{white-space:nowrap;font-size:16px;font-weight:700}.account-module__FD2Xgq__txnPos{color:var(--accent)}.account-module__FD2Xgq__txnNeg{color:var(--text-secondary)}.account-module__FD2Xgq__alert{border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:500;display:flex}.account-module__FD2Xgq__alert svg{flex-shrink:0}.account-module__FD2Xgq__alertSuccess{background:var(--accent-bg);color:var(--accent)}.account-module__FD2Xgq__alertError{color:var(--danger);background:#fef2f2}.account-module__FD2Xgq__emptyState{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);background:var(--bg);flex-direction:column;align-items:center;margin:8px 0;padding:48px 24px;display:flex}.account-module__FD2Xgq__emptyStateIcon{color:var(--text-tertiary);margin-bottom:14px}.account-module__FD2Xgq__emptyStateTitle{margin-bottom:6px;font-size:16px;font-weight:600}.account-module__FD2Xgq__emptyStateText{color:var(--text-secondary);max-width:380px;margin-bottom:18px;font-size:14px;line-height:1.6}.account-module__FD2Xgq__navItem:focus-visible,.account-module__FD2Xgq__statCardLink:focus-visible,.account-module__FD2Xgq__orderCard:focus-visible,.account-module__FD2Xgq__addressCard:focus-visible,.account-module__FD2Xgq__logoutBtn:focus-visible,.account-module__FD2Xgq__storeLink:focus-visible,.account-module__FD2Xgq__bonusChip:focus-visible,.account-module__FD2Xgq__notifItem:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.account-module__FD2Xgq__statsGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px;display:grid}.account-module__FD2Xgq__statCard{border-radius:var(--radius);background:var(--white);border:1px solid var(--border-light);box-shadow:var(--shadow-xs);padding:24px}.account-module__FD2Xgq__statCardLink{transition:var(--transition)}.account-module__FD2Xgq__statCardLink:hover{border-color:var(--accent-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.account-module__FD2Xgq__statValue{color:var(--accent);font-size:28px;font-weight:700}.account-module__FD2Xgq__statLabel{color:var(--text-secondary);margin-top:4px;font-size:13px}.account-module__FD2Xgq__sectionHead{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:16px;display:flex}.account-module__FD2Xgq__sectionHead .account-module__FD2Xgq__sectionHeading{margin:0}.account-module__FD2Xgq__sectionLink{color:var(--accent);white-space:nowrap;font-size:14px;font-weight:600}.account-module__FD2Xgq__sectionLink:hover{text-decoration:underline}.account-module__FD2Xgq__ordersSection{margin-top:28px}.account-module__FD2Xgq__orderCard{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-xs);transition:var(--transition);margin-bottom:16px;padding:24px;display:block}.account-module__FD2Xgq__orderCard:hover{border-color:var(--accent-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.account-module__FD2Xgq__orderHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.account-module__FD2Xgq__orderId{font-weight:600}.account-module__FD2Xgq__orderDate{color:var(--text-secondary);font-size:13px}.account-module__FD2Xgq__orderMeta{color:var(--text-tertiary);margin-top:4px;font-size:12px}.account-module__FD2Xgq__orderItems{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.account-module__FD2Xgq__orderItems span{border-radius:var(--radius-sm);background:var(--bg);color:var(--text-secondary);padding:5px 9px;font-size:12px}.account-module__FD2Xgq__orderStatus{border-radius:var(--radius-full);padding:4px 12px;font-size:12px;font-weight:600}.account-module__FD2Xgq__demoBadge{border-radius:var(--radius-full);color:#3730a3;vertical-align:middle;background:#eef2ff;align-items:center;margin-left:8px;padding:2px 7px;font-size:11px;font-weight:600;display:inline-flex}.account-module__FD2Xgq__emptyDemo{border:1px dashed var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-secondary);margin-bottom:28px;padding:18px 20px;font-size:14px}.account-module__FD2Xgq__statusPending{color:#92400e;background:#fef3c7}.account-module__FD2Xgq__statusProcessing{color:#1e40af;background:#dbeafe}.account-module__FD2Xgq__statusShipped{color:#3730a3;background:#e0e7ff}.account-module__FD2Xgq__statusDelivered{background:var(--accent-bg);color:var(--accent)}.account-module__FD2Xgq__statusCancelled{color:var(--danger);background:#fef2f2}.account-module__FD2Xgq__orderTotal{font-size:16px;font-weight:700}.account-module__FD2Xgq__detailHeader{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.account-module__FD2Xgq__detailGrid{grid-template-columns:1fr 320px;align-items:start;gap:24px;display:grid}.account-module__FD2Xgq__detailPanel{border:1px solid var(--border);border-radius:var(--radius);padding:24px}.account-module__FD2Xgq__detailItems{flex-direction:column;gap:14px;display:flex}.account-module__FD2Xgq__detailItem{border-bottom:1px solid var(--border-light);grid-template-columns:64px 1fr auto;align-items:center;gap:14px;padding-bottom:14px;display:grid}.account-module__FD2Xgq__detailItem:last-child{border-bottom:0;padding-bottom:0}.account-module__FD2Xgq__detailItemImage{border-radius:var(--radius-sm);background:var(--bg);width:64px;height:64px;overflow:hidden}.account-module__FD2Xgq__detailItemImage img{object-fit:cover;width:100%;height:100%}.account-module__FD2Xgq__detailItemInfo{min-width:0}.account-module__FD2Xgq__detailRows{flex-direction:column;gap:12px;display:flex}.account-module__FD2Xgq__detailRows div{color:var(--text-secondary);justify-content:space-between;gap:16px;font-size:14px;display:flex}.account-module__FD2Xgq__detailRows strong{color:var(--text);text-align:right}.account-module__FD2Xgq__detailRows .account-module__FD2Xgq__detailTotal{border-top:1px solid var(--border);color:var(--text);margin-top:4px;padding-top:14px;font-size:16px}.account-module__FD2Xgq__addressCard{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-xs);margin-bottom:16px;padding:24px;position:relative}.account-module__FD2Xgq__addressDefault{background:var(--accent-bg);color:var(--accent);border-radius:var(--radius-full);padding:3px 10px;font-size:11px;font-weight:600;position:absolute;top:12px;right:12px}.account-module__FD2Xgq__addressTitle{margin-bottom:8px;font-weight:600}.account-module__FD2Xgq__addressText{color:var(--text-secondary);font-size:14px;line-height:1.6}.account-module__FD2Xgq__wishlistGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.account-module__FD2Xgq__notifList{flex-direction:column;gap:10px;margin-top:16px;display:flex}.account-module__FD2Xgq__notifItem{text-align:left;cursor:pointer;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:var(--transition-fast);flex-direction:column;gap:4px;padding:16px;display:flex}.account-module__FD2Xgq__notifItem:hover{border-color:var(--accent-light);box-shadow:var(--shadow-xs)}.account-module__FD2Xgq__notifItem:disabled{cursor:default}.account-module__FD2Xgq__notifUnread{background:var(--accent-bg);border-color:#0000}.account-module__FD2Xgq__notifHead{align-items:center;gap:8px;display:flex}.account-module__FD2Xgq__notifDot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}.account-module__FD2Xgq__notifTime{color:var(--text-tertiary);white-space:nowrap;margin-left:auto;font-size:12px}.account-module__FD2Xgq__notifBody{color:var(--text-secondary);font-size:14px}.account-module__FD2Xgq__ticketCard{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-xs);padding:16px}.account-module__FD2Xgq__ticketHead{align-items:center;gap:10px;margin-bottom:6px;display:flex}.account-module__FD2Xgq__ticketReply{background:var(--accent-bg);border-radius:var(--radius-sm);margin-top:12px;padding:12px}.account-module__FD2Xgq__ticketReplyLabel{color:var(--accent);margin-bottom:4px;font-size:12px;font-weight:600}.account-module__FD2Xgq__ticketDate{color:var(--text-tertiary);margin-top:8px;font-size:12px}.account-module__FD2Xgq__formGrid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:600px;display:grid}.account-module__FD2Xgq__formFull{grid-column:span 2}.account-module__FD2Xgq__notifPrefsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;max-width:600px;display:grid}.account-module__FD2Xgq__checkRow{border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:8px;padding:8px 6px;font-size:14px;display:flex}.account-module__FD2Xgq__checkRow:hover{background:var(--bg)}@media (max-width:1024px){.account-module__FD2Xgq__inner,.account-module__FD2Xgq__detailGrid{grid-template-columns:1fr}.account-module__FD2Xgq__sidebar{flex-direction:column;display:flex;position:static}.account-module__FD2Xgq__nav{flex-direction:row;gap:4px;overflow-x:auto}.account-module__FD2Xgq__navItem{border-bottom:3px solid #0000;border-left:none}.account-module__FD2Xgq__navItemActive{border-left:none;border-bottom-color:var(--accent)}}@media (max-width:768px){.account-module__FD2Xgq__page{padding:24px 16px 60px}.account-module__FD2Xgq__statsGrid{grid-template-columns:1fr}.account-module__FD2Xgq__detailHeader{flex-direction:column;gap:12px}.account-module__FD2Xgq__detailItem{grid-template-columns:56px 1fr}.account-module__FD2Xgq__detailItemImage{width:56px;height:56px}.account-module__FD2Xgq__detailItem .account-module__FD2Xgq__orderTotal{grid-column:2}.account-module__FD2Xgq__formGrid{grid-template-columns:1fr}.account-module__FD2Xgq__formFull{grid-column:span 1}}@media (max-width:480px){.account-module__FD2Xgq__panel{padding:16px}}
