.float-toolbar[data-v-2b407a98]{position:fixed;right:16px;top:50%;transform:translateY(-50%);z-index:2000;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.toolbar-buttons[data-v-2b407a98]{display:flex;flex-direction:column;gap:4px;background:hsla(0,0%,100%,.9);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid hsla(0,0%,100%,.4);border-radius:16px;box-shadow:0 8px 32px rgba(31,38,135,.12);padding:8px 6px}.toolbar-btn[data-v-2b407a98]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative;color:#555}.toolbar-btn[data-v-2b407a98]:hover{background:rgba(83,124,229,.1);color:#537ce5;transform:scale(1.08)}.toolbar-btn.active[data-v-2b407a98]{background:linear-gradient(135deg,#537ce5,#8b5fc9);color:#fff}.btn-label[data-v-2b407a98]{font-size:.6rem;margin-top:2px;line-height:1;font-weight:500}.unread-dot[data-v-2b407a98]{position:absolute;top:4px;right:6px;width:10px;height:10px;border-radius:50%;background:#ff4d4f;border:2px solid #fff}.cart-badge[data-v-2b407a98]{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#ff4d4f;color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.coupon-btn[data-v-2b407a98]:hover{color:#ff9500!important;background:rgba(255,149,0,.1)!important}.chat-window[data-v-2b407a98]{position:fixed;right:80px;bottom:24px;width:360px;height:520px;max-height:calc(100vh - 120px);border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 16px 48px rgba(31,38,135,.18);border:1px solid hsla(0,0%,100%,.3)}.glassmorphism[data-v-2b407a98]{background:hsla(0,0%,100%,.92);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}.chat-header[data-v-2b407a98]{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:linear-gradient(135deg,#232a4d,#4b2067);color:#fff}.chat-header-left[data-v-2b407a98]{display:flex;align-items:center;gap:10px}.cs-avatar[data-v-2b407a98]{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#537ce5,#8b5fc9);display:flex;align-items:center;justify-content:center}.chat-header h4[data-v-2b407a98]{margin:0;font-size:.95rem;font-weight:600}.cs-status[data-v-2b407a98]{display:flex;align-items:center;gap:4px;font-size:.72rem;opacity:.85}.status-dot[data-v-2b407a98]{width:6px;height:6px;border-radius:50%;background:#43b581;display:inline-block}.chat-close[data-v-2b407a98]{background:hsla(0,0%,100%,.15);border:none;border-radius:8px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s}.chat-close[data-v-2b407a98]:hover{background:hsla(0,0%,100%,.3)}.chat-body[data-v-2b407a98]{flex:1;padding:16px 14px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.chat-body[data-v-2b407a98]::-webkit-scrollbar{width:4px}.chat-body[data-v-2b407a98]::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:2px}.chat-msg[data-v-2b407a98]{display:flex;align-items:flex-end;gap:8px;max-width:85%}.chat-msg.cs[data-v-2b407a98]{align-self:flex-start}.chat-msg.user[data-v-2b407a98]{align-self:flex-end;flex-direction:row-reverse}.msg-avatar[data-v-2b407a98]{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#537ce5,#8b5fc9);display:flex;align-items:center;justify-content:center}.msg-avatar.user-avatar[data-v-2b407a98]{background:linear-gradient(135deg,#232a4d,#4b2067)}.msg-bubble[data-v-2b407a98]{padding:10px 14px;border-radius:14px;font-size:.88rem;line-height:1.5;position:relative}.msg-bubble p[data-v-2b407a98]{margin:0}.cs .msg-bubble[data-v-2b407a98]{background:#f0f2f5;color:#333;border-bottom-left-radius:4px}.user .msg-bubble[data-v-2b407a98]{background:linear-gradient(135deg,#537ce5,#8b5fc9);color:#fff;border-bottom-right-radius:4px}.msg-time[data-v-2b407a98]{display:block;font-size:.65rem;opacity:.5;margin-top:4px;text-align:right}.msg-bubble.typing[data-v-2b407a98]{display:flex;align-items:center;gap:4px;padding:12px 18px}.msg-bubble.typing .dot[data-v-2b407a98]{width:7px;height:7px;border-radius:50%;background:#999;animation:typingBounce-2b407a98 1.4s infinite}.msg-bubble.typing .dot[data-v-2b407a98]:nth-child(2){animation-delay:.2s}.msg-bubble.typing .dot[data-v-2b407a98]:nth-child(3){animation-delay:.4s}@keyframes typingBounce-2b407a98{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.chat-quick-replies[data-v-2b407a98]{display:flex;gap:6px;padding:8px 14px;flex-wrap:wrap;border-top:1px solid rgba(0,0,0,.04)}.quick-btn[data-v-2b407a98]{padding:4px 12px;border:1px solid rgba(83,124,229,.2);border-radius:14px;background:rgba(83,124,229,.06);color:#537ce5;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.quick-btn[data-v-2b407a98]:hover{background:#537ce5;color:#fff;border-color:#537ce5}.chat-footer[data-v-2b407a98]{display:flex;align-items:center;gap:8px;padding:10px 14px;border-top:1px solid rgba(0,0,0,.06);background:hsla(0,0%,100%,.6)}.chat-input[data-v-2b407a98]{flex:1;padding:8px 14px;border:1px solid rgba(0,0,0,.08);border-radius:10px;font-size:.88rem;outline:none;transition:border-color .3s;background:#fff}.chat-input[data-v-2b407a98]:focus{border-color:#537ce5}.chat-send[data-v-2b407a98]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:10px;background:linear-gradient(135deg,#537ce5,#8b5fc9);color:#fff;cursor:pointer;transition:all .3s;flex-shrink:0}.chat-send[data-v-2b407a98]:hover:not(:disabled){transform:scale(1.08);box-shadow:0 4px 12px rgba(83,124,229,.4)}.chat-send[data-v-2b407a98]:disabled{opacity:.4;cursor:not-allowed}.chat-slide-enter-active[data-v-2b407a98]{animation:chatIn-2b407a98 .35s ease}.chat-slide-leave-active[data-v-2b407a98]{animation:chatOut-2b407a98 .25s ease}@keyframes chatIn-2b407a98{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes chatOut-2b407a98{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.95)}}@media (max-width:768px){.float-toolbar[data-v-2b407a98]{right:8px}.toolbar-btn[data-v-2b407a98]{width:44px;height:44px}.btn-label[data-v-2b407a98]{font-size:.55rem}.chat-window[data-v-2b407a98]{right:8px;bottom:16px;width:calc(100vw - 80px);max-width:360px;height:460px;max-height:calc(100vh - 96px)}}.coupon-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:3000}.coupon-modal{width:460px;max-width:90vw;background:#fff;border-radius:20px;box-shadow:0 24px 64px rgba(0,0,0,.2);overflow:hidden;animation:couponPop .35s cubic-bezier(.34,1.56,.64,1)}@keyframes couponPop{0%{opacity:0;transform:scale(.85) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.coupon-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:linear-gradient(135deg,#232a4d,#4b2067);color:#fff}.coupon-modal-title{display:flex;align-items:center;gap:8px}.coupon-modal-title h3{margin:0;font-size:1.05rem;font-weight:600}.coupon-modal-close{background:hsla(0,0%,100%,.15);border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s}.coupon-modal-close:hover{background:hsla(0,0%,100%,.3)}.coupon-modal-body{padding:28px 24px}.coupon-card-center{display:flex;align-items:stretch;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px rgba(255,149,0,.15);border:2px solid rgba(255,149,0,.2);position:relative;transition:all .3s}.coupon-card-center.already-claimed{border-color:rgba(67,181,129,.3);box-shadow:0 4px 20px rgba(67,181,129,.12)}.coupon-badge{position:absolute;top:0;left:0;padding:2px 12px;background:linear-gradient(135deg,#ff6b6b,#ff4d4f);color:#fff;font-size:.68rem;font-weight:700;border-bottom-right-radius:10px;z-index:1}.coupon-card-left{width:130px;min-width:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 12px;background:linear-gradient(135deg,#ff9500,#ffb347);color:#fff}.already-claimed .coupon-card-left{background:linear-gradient(135deg,#43b581,#2e8b57)}.coupon-discount{font-size:3rem;font-weight:900;line-height:1;text-shadow:0 2px 8px rgba(0,0,0,.1)}.coupon-discount small{font-size:1.2rem;font-weight:700}.coupon-scope{font-size:.78rem;margin-top:6px;opacity:.9;font-weight:500}.coupon-divider{width:0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.divider-dot{width:14px;height:14px;border-radius:50%;background:#fff;position:relative;z-index:1}.divider-dot.top{margin-top:-7px}.divider-dot.bottom{margin-bottom:-7px}.divider-line{flex:1;width:0;border-left:2px dashed rgba(0,0,0,.08)}.coupon-card-right{flex:1;padding:20px 20px 16px;display:flex;flex-direction:column;justify-content:center;gap:6px;background:#fff}.coupon-card-right h4{margin:0;font-size:1.05rem;color:#232a4d;font-weight:700}.coupon-desc{font-size:.82rem;color:#666;margin:0}.coupon-validity{font-size:.75rem;color:#aaa;margin:0}.claim-btn{align-self:flex-end;display:flex;align-items:center;gap:4px;padding:8px 24px;border:none;border-radius:20px;background:linear-gradient(135deg,#ff9500,#ffb347);color:#fff;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .3s;margin-top:6px;letter-spacing:1px}.claim-btn:hover:not(:disabled){transform:scale(1.06);box-shadow:0 6px 16px rgba(255,149,0,.35)}.claim-btn.claimed{background:linear-gradient(135deg,#43b581,#2e8b57);cursor:default;letter-spacing:0}.claim-btn:disabled{opacity:.95}.coupon-modal-footer{padding:14px 24px;text-align:center;border-top:1px solid rgba(0,0,0,.05);background:#fafafa;border-radius:0 0 20px 20px}.coupon-modal-footer .coupon-tip{font-size:.82rem;color:#999}.coupon-fade-enter-active{transition:opacity .25s ease}.coupon-fade-leave-active{transition:opacity .2s ease}.coupon-fade-enter-from,.coupon-fade-leave-to{opacity:0}.particle-bg{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:0;overflow:hidden;background:linear-gradient(135deg,#232a4d,#4b2067)}.particle{position:absolute;border-radius:50%;opacity:.4;pointer-events:none;animation:float 12s linear infinite;background:radial-gradient(circle,#fff 0,#a3a3ff 100%)}@keyframes float{0%{transform:translateY(0) scale(1);opacity:.4}50%{opacity:.7}to{transform:translateY(-100vh) scale(1.2);opacity:.2}}.glassmorphism{background:rgba(40,40,60,.35);box-shadow:0 8px 32px 0 rgba(31,38,135,.18);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-radius:24px;border:1.5px solid hsla(0,0%,100%,.18)}.glow-text{color:#fff;font-weight:700;text-shadow:0 0 8px #a3a3ff,0 0 16px #4b2067}.el-input__wrapper.is-focus{box-shadow:0 0 0 3px #a3a3ff80,0 0 8px #4b206780;transition:box-shadow .3s}.ripple{position:relative;overflow:hidden}.ripple:active:after{content:"";position:absolute;left:50%;top:50%;width:120%;height:120%;background:rgba(163,163,255,.25);border-radius:50%;transform:translate(-50%,-50%) scale(.8);animation:ripple-effect .5s linear;pointer-events:none}@keyframes ripple-effect{0%{opacity:1;transform:translate(-50%,-50%) scale(.8)}to{opacity:0;transform:translate(-50%,-50%) scale(1.8)}}body,html{margin:0;padding:0;overflow-x:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;width:100vw;margin:0;padding:0;overflow-x:hidden;position:relative}.fade-slide-enter-active,.fade-slide-leave-active{transition:opacity .35s cubic-bezier(.4,0,.2,1)}.fade-slide-enter-from,.fade-slide-leave-to{opacity:0}.fade-slide-enter-to,.fade-slide-leave-from{opacity:1}.cart-3d[data-v-bddda406]{animation:float-cart-bddda406 3.5s ease-in-out infinite alternate;filter:drop-shadow(0 8px 24px #4b206755)}@keyframes float-cart-bddda406{0%{transform:translateY(0) scale(1) rotate(-6deg)}50%{transform:translateY(-18px) scale(1.04) rotate(6deg)}to{transform:translateY(0) scale(1) rotate(-6deg)}}.modern-login-root[data-v-8c4f0f22]{min-height:600px;z-index:1}.modern-login-root[data-v-8c4f0f22],.modern-login-split[data-v-8c4f0f22]{width:100vw;height:100vh;position:relative;display:flex;align-items:stretch;justify-content:center}.modern-login-split[data-v-8c4f0f22]{flex-direction:row;z-index:2}.modern-login-left[data-v-8c4f0f22]{width:60vw;min-width:420px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:7vh;background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-title[data-v-8c4f0f22]{font-size:2.2rem;margin-bottom:36px;letter-spacing:2px;text-align:center}.left-content[data-v-8c4f0f22]{margin-top:32px;display:flex;flex-direction:column;align-items:center}.typewriter[data-v-8c4f0f22]{font-size:1.4rem;color:#fff;margin-top:12px;min-height:2.2em;letter-spacing:1.5px;font-family:JetBrains Mono,Consolas,monospace;background:rgba(76,32,103,.08);border-radius:8px;padding:8px 18px;box-shadow:0 2px 12px 0 #4b206720;display:inline-block}.type-cursor[data-v-8c4f0f22]{color:#a3a3ff;animation:blink-8c4f0f22 1.1s steps(1) infinite}@keyframes blink-8c4f0f22{0%,to{opacity:1}50%{opacity:0}}.modern-login-right[data-v-8c4f0f22]{width:40vw;min-width:340px;display:flex;align-items:center;justify-content:center;position:relative;z-index:3}.login-card[data-v-8c4f0f22]{width:370px;padding:38px 36px 28px 36px;box-sizing:border-box;margin:0 auto;box-shadow:0 8px 32px 0 #4b206733,0 1.5px 8px 0 #232a4d22}.login-form[data-v-8c4f0f22]{margin-top:8px}.login-btn[data-v-8c4f0f22]{margin-top:8px;font-weight:700;letter-spacing:1px;border-radius:8px;height:44px}.portal-entry-row[data-v-8c4f0f22]{width:100%;display:flex;justify-content:space-between;align-items:center}.demo-login-wrap[data-v-8c4f0f22]{width:100%;display:flex;justify-content:center}.demo-icon-btn[data-v-8c4f0f22]{background:rgba(163,163,255,.16);border-color:rgba(163,163,255,.35);color:#dcdcff}.loading-dialog[data-v-8c4f0f22] .el-dialog{background:rgba(35,42,77,.95);backdrop-filter:blur(20px);border:1px solid rgba(163,163,255,.3);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.5)}.loading-dialog[data-v-8c4f0f22] .el-dialog__body{padding:40px 30px}.loading-content[data-v-8c4f0f22]{display:flex;flex-direction:column;align-items:center;gap:16px}.loading-spinner[data-v-8c4f0f22]{position:relative}.spin-icon[data-v-8c4f0f22]{animation:spin-8c4f0f22 1s linear infinite;filter:drop-shadow(0 0 12px rgba(163,163,255,.6))}@keyframes spin-8c4f0f22{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text[data-v-8c4f0f22]{font-size:1.1rem;font-weight:600;color:#fff;letter-spacing:1px}.loading-subtext[data-v-8c4f0f22]{font-size:.85rem;color:hsla(0,0%,100%,.6);animation:pulse-8c4f0f22 1.5s ease-in-out infinite}@keyframes pulse-8c4f0f22{0%,to{opacity:.6}50%{opacity:1}}@media (max-width:900px){.modern-login-left[data-v-8c4f0f22]{display:none}.modern-login-right[data-v-8c4f0f22]{width:100vw;min-width:unset}}.modern-login-root[data-v-40d21ed2]{min-height:600px;z-index:1}.modern-login-root[data-v-40d21ed2],.modern-login-split[data-v-40d21ed2]{width:100vw;height:100vh;position:relative;display:flex;align-items:stretch;justify-content:center}.modern-login-split[data-v-40d21ed2]{flex-direction:row;z-index:2}.modern-login-left[data-v-40d21ed2]{width:60vw;min-width:420px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:7vh;background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-title[data-v-40d21ed2]{font-size:2.2rem;margin-bottom:36px;letter-spacing:2px;text-align:center}.left-content[data-v-40d21ed2]{margin-top:32px;display:flex;flex-direction:column;align-items:center}.typewriter[data-v-40d21ed2]{font-size:1.4rem;color:#fff;margin-top:12px;min-height:2.2em;letter-spacing:1.5px;font-family:JetBrains Mono,Consolas,monospace;background:rgba(76,32,103,.08);border-radius:8px;padding:8px 18px;box-shadow:0 2px 12px 0 #4b206720;display:inline-block}.type-cursor[data-v-40d21ed2]{color:#a3a3ff;animation:blink-40d21ed2 1.1s steps(1) infinite}@keyframes blink-40d21ed2{0%,to{opacity:1}50%{opacity:0}}.modern-login-right[data-v-40d21ed2]{width:40vw;min-width:340px;display:flex;align-items:center;justify-content:center;position:relative;z-index:3}.login-card[data-v-40d21ed2]{width:370px;padding:38px 36px 28px 36px;box-sizing:border-box;margin:0 auto;box-shadow:0 8px 32px 0 #4b206733,0 1.5px 8px 0 #232a4d22}.login-form[data-v-40d21ed2]{margin-top:8px}.login-btn[data-v-40d21ed2]{margin-top:8px;font-weight:700;letter-spacing:1px;border-radius:8px;height:44px}.loading-dialog[data-v-40d21ed2] .el-dialog{background:rgba(35,42,77,.95);backdrop-filter:blur(20px);border:1px solid rgba(163,163,255,.3);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.5)}.loading-dialog[data-v-40d21ed2] .el-dialog__body{padding:40px 30px}.loading-content[data-v-40d21ed2]{display:flex;flex-direction:column;align-items:center;gap:16px}.loading-spinner[data-v-40d21ed2]{position:relative}.spin-icon[data-v-40d21ed2]{animation:spin-40d21ed2 1s linear infinite;filter:drop-shadow(0 0 12px rgba(163,163,255,.6))}@keyframes spin-40d21ed2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text[data-v-40d21ed2]{font-size:1.1rem;font-weight:600;color:#fff;letter-spacing:1px}.loading-subtext[data-v-40d21ed2]{font-size:.85rem;color:hsla(0,0%,100%,.6);animation:pulse-40d21ed2 1.5s ease-in-out infinite}@keyframes pulse-40d21ed2{0%,to{opacity:.6}50%{opacity:1}}@media (max-width:900px){.modern-login-left[data-v-40d21ed2]{display:none}.modern-login-right[data-v-40d21ed2]{width:100vw;min-width:unset}}[data-v-624c39ba]:root{--primary-color:#537ce5;--primary-dark:#232a4d;--primary-light:#4b2067;--accent-color:#a3a3ff;--success-color:#7fff7f;--warning-color:#ffb347;--danger-color:#ff7f7f}.particle-canvas[data-v-624c39ba]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.image-placeholder[data-v-624c39ba]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#2a2a45,#35284d);color:hsla(0,0%,100%,.35);font-size:.8rem;gap:6px}.home-container[data-v-624c39ba]{min-height:100vh;background:linear-gradient(135deg,#232a4d,#4b2067);display:flex;flex-direction:column;overflow-x:hidden;position:relative}.nav-bar[data-v-624c39ba]{background:rgba(35,42,77,.65);box-shadow:0 2px 16px rgba(0,0,0,.25);position:sticky;top:0;z-index:1000;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-bottom:1px solid hsla(0,0%,100%,.08)}.nav-content[data-v-624c39ba]{max-width:1400px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.logo[data-v-624c39ba]{font-size:22px;font-weight:700;margin-right:40px;min-width:120px;display:flex;align-items:center;gap:8px}.logo-icon[data-v-624c39ba]{font-size:28px;background:linear-gradient(135deg,#a3a3ff,#c084fc 50%,#f0abfc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 6px rgba(163,163,255,.5))}.nav-menu[data-v-624c39ba]{flex:1}.nav-menu-inner[data-v-624c39ba]{background:transparent!important;border-bottom:none!important}.nav-menu-inner[data-v-624c39ba] .el-menu-item{color:hsla(0,0%,100%,.85)!important;background:transparent!important;font-weight:500}.nav-menu-inner[data-v-624c39ba] .el-menu-item:hover{background:hsla(0,0%,100%,.08)!important;color:#fff!important}.search-bar[data-v-624c39ba]{margin:0 20px;min-width:240px;max-width:300px}.search-input[data-v-624c39ba]{--el-input-bg-color:hsla(0,0%,100%,.08);--el-input-border-color:hsla(0,0%,100%,.15);--el-input-hover-border-color:rgba(163,163,255,.5);--el-input-focus-border-color:#a3a3ff;--el-input-text-color:hsla(0,0%,100%,.9);--el-input-placeholder-color:hsla(0,0%,100%,.5)}.search-input[data-v-624c39ba] .el-input__wrapper{background-color:hsla(0,0%,100%,.08);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s}.search-input[data-v-624c39ba] .el-input__wrapper:hover{background-color:hsla(0,0%,100%,.12);box-shadow:0 2px 12px rgba(163,163,255,.2)}.search-input[data-v-624c39ba] .el-input__wrapper.is-focus{background-color:hsla(0,0%,100%,.15);box-shadow:0 0 0 2px rgba(163,163,255,.3)}.search-icon[data-v-624c39ba]{cursor:pointer;color:hsla(0,0%,100%,.6);transition:all .3s;font-size:16px}.search-icon[data-v-624c39ba]:hover{color:#a3a3ff;transform:scale(1.1)}.user-info[data-v-624c39ba]{margin-left:auto;color:hsla(0,0%,100%,.85);font-size:14px}.user-info[data-v-624c39ba] .el-dropdown-link{color:hsla(0,0%,100%,.85);cursor:pointer;display:flex;align-items:center;gap:8px}.user-info[data-v-624c39ba] .el-dropdown-link:hover{color:#a3a3ff}.nav-menu-inner[data-v-624c39ba] .el-dropdown-link{color:hsla(0,0%,100%,.85)!important;cursor:pointer;display:flex;align-items:center;gap:4px}.nav-menu-inner[data-v-624c39ba] .el-dropdown-link:hover{color:#a3a3ff!important}.category-dropdown[data-v-624c39ba]{background:hsla(0,0%,100%,.85)!important;backdrop-filter:blur(16px) saturate(180%)!important;-webkit-backdrop-filter:blur(16px) saturate(180%)!important;border:1px solid hsla(0,0%,100%,.25)!important;box-shadow:0 8px 32px 0 rgba(31,38,135,.1)!important;border-radius:12px!important;padding:8px 0!important;margin-top:8px!important;max-height:400px!important;overflow-y:auto!important}.category-dropdown[data-v-624c39ba] .el-dropdown-menu__item{color:#232a4d!important;font-size:.95rem!important;padding:10px 20px!important;transition:all .2s ease!important}.category-dropdown[data-v-624c39ba] .el-dropdown-menu__item:hover{background:rgba(83,124,229,.1)!important;color:#537ce5!important}.category-dropdown[data-v-624c39ba] .el-dropdown-menu__item.selected{background:linear-gradient(135deg,#537ce5,#8b5fc9)!important;color:#fff!important;font-weight:600!important}.category-dropdown[data-v-624c39ba] .el-dropdown-menu__item.selected:hover{background:linear-gradient(135deg,#537ce5,#8b5fc9)!important;opacity:.9!important}.nav-menu-inner[data-v-624c39ba] .el-menu-item.is-active .el-dropdown-link{color:#a3a3ff!important;font-weight:600!important}.nav-menu-inner[data-v-624c39ba] .el-menu-item.is-active .el-dropdown-link .el-icon{color:#a3a3ff!important}.glow-text[data-v-624c39ba]{color:#fff;font-size:22px;font-weight:800;letter-spacing:1px;text-shadow:0 0 8px rgba(163,163,255,.6),0 0 16px rgba(75,32,103,.4)}.main-content[data-v-624c39ba]{flex:1;max-width:1100px;margin:0 auto;width:100%;padding:6px 4px;box-sizing:border-box;position:relative;z-index:1}.category-section[data-v-624c39ba]{margin-bottom:30px;position:relative;z-index:1}.category-card[data-v-624c39ba]{position:relative;background:hsla(0,0%,100%,.06);border-radius:16px;padding:20px 16px;text-align:center;cursor:pointer;transition:all .3s ease;border:2px solid hsla(0,0%,100%,.08);overflow:hidden;height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.category-card[data-v-624c39ba]:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,0,0,.3);background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.15)}.category-card-bg[data-v-624c39ba]{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.3;z-index:1}.category-icon[data-v-624c39ba]{margin-bottom:12px}.category-name[data-v-624c39ba]{font-size:1rem;font-weight:600;margin-bottom:6px}.category-count[data-v-624c39ba]{font-size:.85rem;opacity:.7;color:hsla(0,0%,100%,.45)}.banner[data-v-624c39ba]{background:linear-gradient(135deg,#537ce5,#8b5fc9);border:none;border-radius:12px;padding:20px 40px;color:#fff;margin-bottom:30px;box-shadow:0 8px 32px #53000030;text-align:center;height:auto;display:flex;align-items:center;justify-content:center}.banner-content h1[data-v-624c39ba]{font-size:2.2rem;margin-bottom:18px;margin-top:0;font-weight:700}.banner-content p[data-v-624c39ba]{font-size:1.1rem;margin-bottom:32px;opacity:.9}.section-header[data-v-624c39ba]{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.total-count[data-v-624c39ba]{font-size:.95rem;color:hsla(0,0%,100%,.45);font-weight:500}.glassmorphism[data-v-624c39ba]{background:rgba(40,40,60,.35);box-shadow:0 8px 32px rgba(0,0,0,.2);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-radius:16px;border:1px solid hsla(0,0%,100%,.1)}.product-card-wrapper[data-v-624c39ba]{padding:0;height:100%;overflow:hidden;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card-wrapper[data-v-624c39ba]:hover{transform:translateY(-12px);box-shadow:0 16px 40px rgba(0,0,0,.35);background:rgba(50,50,75,.45);border-color:hsla(0,0%,100%,.15)}.product-image[data-v-624c39ba]{position:relative;width:100%;height:220px;overflow:hidden;background:linear-gradient(135deg,#2a2a45,#35284d);border-radius:16px 16px 0 0}.product-img[data-v-624c39ba]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-badge[data-v-624c39ba]{position:absolute;top:12px;right:12px;background:hsla(0,100%,75%,.85);color:#fff;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:700;backdrop-filter:blur(8px)}.product-info[data-v-624c39ba]{padding:16px 14px;flex:1;display:flex;flex-direction:column;gap:10px}.product-title[data-v-624c39ba]{font-size:1.05rem;font-weight:700;color:hsla(0,0%,100%,.9);margin:0;line-height:1.4;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-meta[data-v-624c39ba]{display:flex;justify-content:space-between;align-items:center;gap:12px}.price[data-v-624c39ba]{font-size:1.3rem;color:#ff6b6b;font-weight:700}.stock[data-v-624c39ba]{font-size:.9rem;color:#7fff7f;font-weight:600}.stock.low-stock[data-v-624c39ba]{color:#ff7f7f;animation:blink-624c39ba 1.5s ease-in-out infinite}@keyframes blink-624c39ba{0%,to{opacity:1}50%{opacity:.6}}.product-category[data-v-624c39ba]{margin:4px 0}.product-category[data-v-624c39ba] .el-tag{background:rgba(163,163,255,.15)!important;color:#c4b5fd!important;border-color:rgba(163,163,255,.25)!important}.btn-add-cart[data-v-624c39ba]{margin-top:auto;width:100%;padding:10px 12px;border:none;border-radius:8px;background:linear-gradient(135deg,#537ce5,#8b5fc9);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px}.btn-add-cart[data-v-624c39ba]:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(83,124,229,.4)}.btn-add-cart[data-v-624c39ba]:active{transform:scale(.98)}.infinite-scroll-container[data-v-624c39ba]{min-height:400px;position:relative}.loading-more[data-v-624c39ba]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:hsla(0,0%,100%,.45);font-size:.95rem;gap:12px}.loading-more .loading-icon[data-v-624c39ba]{font-size:24px;color:#537ce5;animation:spin-624c39ba 1s linear infinite}@keyframes spin-624c39ba{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.no-more-data[data-v-624c39ba]{text-align:center;padding:30px 20px;color:hsla(0,0%,100%,.3);font-size:.9rem;border-top:1px solid hsla(0,0%,100%,.06);margin-top:20px}.empty-state[data-v-624c39ba]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;text-align:center;color:hsla(0,0%,100%,.4)}.empty-state p[data-v-624c39ba]{margin-top:16px;font-size:1.1rem}.footer[data-v-624c39ba]{background:rgba(15,12,30,.6);border-top:1px solid hsla(0,0%,100%,.06);color:#fff;margin-top:auto;padding:30px 20px 15px;position:relative;z-index:1}.footer-content[data-v-624c39ba]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:25px}.footer-section h4[data-v-624c39ba]{margin-bottom:16px;font-size:1.1rem}.footer-section p[data-v-624c39ba]{font-size:.9rem;opacity:.8;margin-bottom:8px}.footer-section ul[data-v-624c39ba]{list-style:none;padding:0}.footer-section li[data-v-624c39ba]{margin-bottom:8px}.footer-section a[data-v-624c39ba]{color:#a3a3ff;text-decoration:none;transition:color .3s}.footer-section a[data-v-624c39ba]:hover{color:#fff}.footer-bottom[data-v-624c39ba]{border-top:1px solid hsla(0,0%,100%,.1);padding-top:20px;text-align:center;font-size:.85rem;opacity:.7}@media (max-width:768px){.nav-content[data-v-624c39ba]{flex-wrap:wrap;gap:12px}.nav-menu[data-v-624c39ba]{width:100%}.search-bar[data-v-624c39ba]{width:100%;min-width:auto;max-width:none;margin:0;order:3}.user-info[data-v-624c39ba]{width:100%;margin-left:0}.banner[data-v-624c39ba]{padding:20px;height:auto}.banner-content h1[data-v-624c39ba]{font-size:1.8rem}.banner-content p[data-v-624c39ba]{font-size:1rem}.main-content[data-v-624c39ba]{padding:15px 12px}.category-section[data-v-624c39ba],.products-section[data-v-624c39ba]{margin-bottom:30px}.section-header[data-v-624c39ba]{flex-direction:column;align-items:flex-start;gap:8px}.product-card-wrapper[data-v-624c39ba]{box-shadow:0 2px 8px rgba(0,0,0,.1)}.product-card-wrapper[data-v-624c39ba]:hover{transform:translateY(-8px)}}@media (max-width:480px){.banner[data-v-624c39ba]{height:auto;padding:16px;margin-bottom:25px}.banner-content h1[data-v-624c39ba]{font-size:1.4rem}.banner-content p[data-v-624c39ba]{font-size:.9rem}.product-title[data-v-624c39ba]{font-size:1rem}.price[data-v-624c39ba]{font-size:1.2rem}}.stock[data-v-624c39ba]{color:hsla(0,0%,100%,.45)!important;font-weight:500}.low-stock[data-v-624c39ba]{color:#ff4d4f!important;font-weight:700}.featured-section[data-v-624c39ba]{margin-bottom:20px;padding:20px;border-radius:18px;border:1.5px solid;position:relative;z-index:1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.featured-header[data-v-624c39ba]{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.featured-title[data-v-624c39ba]{display:flex;align-items:center;gap:8px}.featured-title h2[data-v-624c39ba]{margin:0;font-size:1.15rem;font-weight:800}.featured-icon[data-v-624c39ba]{font-size:1.1rem}.featured-actions[data-v-624c39ba]{display:flex;gap:8px}.featured-refresh[data-v-624c39ba]{display:flex;align-items:center;gap:4px;padding:6px 16px;border:1.5px solid;border-radius:20px;background:hsla(0,0%,100%,.08);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .25s;color:hsla(0,0%,100%,.7)}.featured-refresh[data-v-624c39ba]:hover{opacity:.85;transform:scale(1.05)}.featured-close[data-v-624c39ba]{display:flex;align-items:center;gap:4px;padding:6px 16px;border:1.5px solid hsla(0,0%,100%,.1);border-radius:20px;background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.4);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .25s}.featured-close[data-v-624c39ba]:hover{background:hsla(0,0%,100%,.1);transform:scale(1.05)}.featured-card[data-v-624c39ba]{border:2px solid!important;position:relative;overflow:hidden;transition:all .3s}.featured-card[data-v-624c39ba]:hover{transform:translateY(-6px)!important}.featured-badge[data-v-624c39ba]{position:absolute;top:8px;left:-28px;padding:2px 32px;color:#fff;font-size:.65rem;font-weight:700;transform:rotate(-45deg);z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.15);letter-spacing:1px}.featured-cart-btn[data-v-624c39ba]{color:#fff!important;border:none!important}.featured-cart-btn[data-v-624c39ba]:hover{opacity:.9;box-shadow:0 4px 14px rgba(0,0,0,.15)!important}.coupon-dropdown-menu{padding:8px 0 0!important;min-width:340px!important}.coupon-dropdown-menu .el-dropdown-menu__item{padding:0!important;line-height:normal!important;height:auto!important}.coupon-dropdown-menu .el-dropdown-menu__item:hover{background:transparent!important}.coupon-dropdown-item{display:flex;align-items:stretch;gap:0;padding:6px 12px;border-radius:10px;margin:0 8px 8px;border:1.5px solid rgba(0,0,0,.06);transition:all .2s;background:#fff;min-height:66px}.coupon-dropdown-item:hover:not(.expired){border-color:rgba(83,124,229,.2);box-shadow:0 2px 12px rgba(83,124,229,.08);transform:translateY(-1px)}.coupon-dropdown-item.expired{opacity:.5}.coupon-dd-left{width:56px;min-width:56px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:10px}.coupon-dd-val{color:#fff;font-size:1rem;font-weight:800;text-shadow:0 1px 4px rgba(0,0,0,.1)}.coupon-dd-right{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0}.coupon-dd-name{font-size:.88rem;font-weight:600;color:#232a4d}.coupon-dd-desc{font-size:.72rem;color:#888}.coupon-dd-expire{font-size:.68rem;color:#bbb}.coupon-dd-action{display:flex;align-items:center;margin-left:8px}.dd-tag{padding:3px 12px;border-radius:12px;font-size:.72rem;font-weight:600;white-space:nowrap}.claim-tag{background:linear-gradient(135deg,#ff9500,#ffb347);color:#fff;cursor:pointer}.claimed-tag{background:#e8f8f0;color:#43b581}.expired-tag{background:#f5f5f5;color:#ccc}.coupon-dd-footer{text-align:center;padding:8px 0 10px;font-size:.75rem;color:#bbb;border-top:1px solid rgba(0,0,0,.04)}.portal-login-root[data-v-298a0b0a]{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.portal-login-card[data-v-298a0b0a]{width:420px;max-width:100%;padding:28px;border-radius:16px}.portal-login-card h2[data-v-298a0b0a]{margin:0 0 18px;color:#fff;text-align:center}.glassmorphism[data-v-298a0b0a]{background:rgba(35,42,77,.88);border:1px solid rgba(163,163,255,.25);backdrop-filter:blur(16px)}.link-row[data-v-298a0b0a]{display:flex;justify-content:space-between}.demo-login-wrap[data-v-298a0b0a]{width:100%;display:flex;justify-content:center}.demo-icon-btn[data-v-298a0b0a]{background:rgba(83,124,229,.14);border-color:rgba(83,124,229,.35);color:#cddcff}.portal-login-root[data-v-739229be]{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.portal-login-card[data-v-739229be]{width:420px;max-width:100%;padding:28px;border-radius:16px}.portal-login-card h2[data-v-739229be]{margin:0 0 18px;color:#fff;text-align:center}.glassmorphism[data-v-739229be]{background:rgba(35,42,77,.88);border:1px solid rgba(255,179,71,.3);backdrop-filter:blur(16px)}.link-row[data-v-739229be]{display:flex;justify-content:space-between}.demo-login-wrap[data-v-739229be]{width:100%;display:flex;justify-content:center}.demo-icon-btn[data-v-739229be]{background:rgba(255,179,71,.14);border-color:rgba(255,179,71,.4);color:#ffe0b2}.merchant-page[data-v-fab359f2]{min-height:100vh;padding:22px;color:#fff}.header[data-v-fab359f2]{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.header h1[data-v-fab359f2]{margin:0;font-size:1.7rem}.sub[data-v-fab359f2]{margin:6px 0 0;color:hsla(0,0%,100%,.75);font-size:.92rem}.header-actions[data-v-fab359f2]{display:flex;align-items:center;gap:10px}.user-dropdown-link[data-v-fab359f2]{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.22);color:#fff;cursor:pointer}.stat-row[data-v-fab359f2]{margin-bottom:16px}.stat-card[data-v-fab359f2]{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:12px;padding:18px;text-align:center;font-size:1.05rem;font-weight:700}.main-row[data-v-fab359f2]{margin-top:0}.panel[data-v-fab359f2]{border-radius:14px;padding:14px;box-shadow:0 12px 28px rgba(16,12,42,.18)}.glass[data-v-fab359f2]{background:linear-gradient(145deg,rgba(86,71,146,.26),rgba(48,32,98,.28));border:1px solid rgba(186,171,255,.25);backdrop-filter:blur(8px)}.panel-header[data-v-fab359f2]{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.panel-header h3[data-v-fab359f2]{margin:0;font-size:1.05rem}.filters[data-v-fab359f2]{display:flex;gap:8px}.footer-actions[data-v-fab359f2]{position:sticky;bottom:0;z-index:10;margin-top:16px;padding:12px 0 14px;display:flex;gap:10px;background:linear-gradient(0deg,rgba(18,12,50,.92) 70%,transparent);backdrop-filter:blur(6px)}.trend-card[data-v-fab359f2]{min-height:420px;border-radius:12px;padding:12px 12px 4px;background:linear-gradient(180deg,rgba(26,20,64,.62),rgba(20,15,56,.36));border:1px solid rgba(167,139,250,.26)}.trend-metrics[data-v-fab359f2]{display:flex;gap:10px;margin-bottom:10px}.metric-item[data-v-fab359f2]{flex:1;padding:10px;border-radius:10px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.14)}.metric-label[data-v-fab359f2]{display:block;font-size:12px;color:rgba(233,230,255,.8);margin-bottom:4px}.metric-value[data-v-fab359f2]{display:block;font-size:16px;color:#f4f3ff}.trend-svg[data-v-fab359f2]{width:100%;height:330px}.trend-grid[data-v-fab359f2]{stroke:rgba(236,232,255,.18);stroke-width:1;stroke-dasharray:4 6}.trend-line[data-v-fab359f2]{fill:none;stroke:url(#trendLine);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 4px 10px rgba(125,211,252,.28));transition:stroke-dashoffset 1.1s ease}.trend-point[data-v-fab359f2]{fill:#c4b5fd;stroke:hsla(0,0%,100%,.9);stroke-width:1.2;opacity:0;transform:translateY(6px);transform-origin:center;transition:opacity .35s ease,transform .35s ease}.trend-value[data-v-fab359f2]{fill:#f5f3ff;font-size:11px}.trend-day[data-v-fab359f2],.trend-value[data-v-fab359f2]{text-anchor:middle;opacity:0;transform:translateY(4px);transition:opacity .35s ease,transform .35s ease}.trend-day[data-v-fab359f2]{fill:rgba(230,225,255,.82);font-size:10px}.trend-area[data-v-fab359f2]{opacity:.15;transition:opacity .8s ease .15s}.trend-svg.ready .trend-area[data-v-fab359f2]{opacity:1}.trend-svg.ready .trend-day[data-v-fab359f2],.trend-svg.ready .trend-point[data-v-fab359f2],.trend-svg.ready .trend-value[data-v-fab359f2]{opacity:1;transform:translateY(0)}[data-v-fab359f2] .el-table{--el-table-tr-bg-color:hsla(0,0%,100%,.06);--el-table-header-bg-color:hsla(0,0%,100%,.14);--el-table-row-hover-bg-color:rgba(125,211,252,.14);--el-table-border-color:hsla(0,0%,100%,.1);background:transparent;border-radius:10px}[data-v-fab359f2] .el-table th.el-table__cell{color:rgba(245,243,255,.9)}[data-v-fab359f2] .el-table td.el-table__cell{color:rgba(241,245,255,.92)}[data-v-fab359f2] .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:hsla(0,0%,100%,.12)!important;color:rgba(245,248,255,.96)!important}[data-v-fab359f2] .el-table__body tr td.el-table__cell{background:hsla(0,0%,100%,.04)!important}[data-v-fab359f2] .el-table__inner-wrapper:before{display:none}[data-v-fab359f2] .el-table tr,[data-v-fab359f2] .el-table__body-wrapper,[data-v-fab359f2] .el-table__header-wrapper{background:transparent}[data-v-fab359f2] .el-dialog{background:linear-gradient(145deg,rgba(30,22,72,.97),rgba(20,14,55,.97));border:1px solid rgba(167,139,250,.32);box-shadow:0 24px 60px rgba(0,0,0,.55),0 0 0 1px rgba(167,139,250,.12);backdrop-filter:blur(20px);border-radius:16px}[data-v-fab359f2] .el-dialog__header{border-bottom:1px solid hsla(0,0%,100%,.1);padding:18px 20px 14px}[data-v-fab359f2] .el-dialog__title{color:#e9e6ff;font-size:16px;font-weight:600;letter-spacing:.5px}[data-v-fab359f2] .el-dialog__headerbtn .el-dialog__close{color:rgba(220,215,255,.7)}[data-v-fab359f2] .el-dialog__headerbtn:hover .el-dialog__close{color:#c4b5fd}[data-v-fab359f2] .el-dialog__body{padding:22px 24px}[data-v-fab359f2] .el-dialog .el-form-item__label{color:rgba(220,215,255,.85);font-size:13px}[data-v-fab359f2] .el-dialog .el-input__wrapper{background:hsla(0,0%,100%,.08);box-shadow:inset 0 0 0 1px rgba(167,139,250,.3)}[data-v-fab359f2] .el-dialog .el-input__wrapper:hover{box-shadow:inset 0 0 0 1px rgba(167,139,250,.55)}[data-v-fab359f2] .el-dialog .el-input__wrapper.is-focus{box-shadow:inset 0 0 0 1px #a78bfa}[data-v-fab359f2] .el-dialog .el-input__inner{color:#f0eeff}[data-v-fab359f2] .el-dialog .el-input__inner::-moz-placeholder{color:rgba(200,195,240,.45)}[data-v-fab359f2] .el-dialog .el-input__inner::placeholder{color:rgba(200,195,240,.45)}[data-v-fab359f2] .el-dialog .el-input-number__wrapper,[data-v-fab359f2] .el-dialog .el-select .el-input__wrapper{background:hsla(0,0%,100%,.08);box-shadow:inset 0 0 0 1px rgba(167,139,250,.3)}[data-v-fab359f2] .el-dialog .el-input-number .el-input__inner{color:#f0eeff}[data-v-fab359f2] .el-dialog__footer{border-top:1px solid hsla(0,0%,100%,.1);padding:14px 20px 18px}.merchant-products-page[data-v-ad3b5caa]{min-height:100vh;padding:22px;color:#fff}.header[data-v-ad3b5caa]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.header h1[data-v-ad3b5caa]{margin:0;font-size:1.6rem}.sub[data-v-ad3b5caa]{margin:6px 0 0;color:hsla(0,0%,100%,.75);font-size:.9rem}.header-actions[data-v-ad3b5caa]{display:flex;align-items:center;gap:10px}.user-dropdown-link[data-v-ad3b5caa]{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.22);color:#fff;cursor:pointer}.toolbar[data-v-ad3b5caa]{margin-top:10px;margin-bottom:12px;padding:12px;display:flex;gap:10px;align-items:center}.table-wrap[data-v-ad3b5caa]{padding:10px;border-radius:12px}.glass[data-v-ad3b5caa]{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:12px}.tips[data-v-ad3b5caa]{margin-top:12px}[data-v-ad3b5caa] .el-table{--el-table-tr-bg-color:hsla(0,0%,100%,.96);--el-table-header-bg-color:rgba(244,246,252,.98);--el-table-row-hover-bg-color:rgba(83,124,229,.08);border-radius:10px}[data-v-ad3b5caa] .el-table th.el-table__cell{color:#333}[data-v-ad3b5caa] .el-table td.el-table__cell{color:#2d3550}.admin-page[data-v-6509a248]{min-height:100vh;padding:24px;color:#fff}.header[data-v-6509a248]{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.header h1[data-v-6509a248]{margin:0}.sub[data-v-6509a248]{margin:6px 0 0;color:hsla(0,0%,100%,.75);font-size:.92rem}.header-actions[data-v-6509a248]{display:flex;align-items:center;gap:10px}.user-dropdown-link[data-v-6509a248]{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.22);color:#fff;cursor:pointer}.stat-row[data-v-6509a248]{margin-bottom:16px}.card[data-v-6509a248]{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:12px;padding:18px;text-align:center;font-size:1.05rem;font-weight:700}.main-row[data-v-6509a248]{margin-bottom:16px}.panel[data-v-6509a248]{border-radius:14px;padding:14px;box-shadow:0 12px 28px rgba(16,12,42,.18)}.glass[data-v-6509a248]{background:linear-gradient(145deg,rgba(86,71,146,.26),rgba(48,32,98,.28));border:1px solid rgba(186,171,255,.25);backdrop-filter:blur(8px)}.panel-header[data-v-6509a248]{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.panel-header h3[data-v-6509a248]{margin:0;font-size:1.05rem}.actions[data-v-6509a248]{margin-top:4px;display:flex;gap:12px}[data-v-6509a248] .el-table{--el-table-tr-bg-color:hsla(0,0%,100%,.06);--el-table-header-bg-color:hsla(0,0%,100%,.14);--el-table-row-hover-bg-color:rgba(125,211,252,.14);--el-table-border-color:hsla(0,0%,100%,.1);background:transparent;border-radius:10px}[data-v-6509a248] .el-table th.el-table__cell{color:rgba(245,243,255,.9)}[data-v-6509a248] .el-table td.el-table__cell{color:rgba(241,245,255,.92);background:hsla(0,0%,100%,.04)!important}[data-v-6509a248] .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:hsla(0,0%,100%,.12)!important}[data-v-6509a248] .el-table__inner-wrapper:before{display:none}[data-v-6509a248] .el-table tr,[data-v-6509a248] .el-table__body-wrapper,[data-v-6509a248] .el-table__header-wrapper{background:transparent}.profile-container[data-v-5fca1c72]{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#f1f4f8);display:flex;flex-direction:column;overflow-x:hidden}.nav-bar[data-v-5fca1c72]{background:linear-gradient(135deg,#232a4d,#4b2067);box-shadow:0 2px 8px #0000150d;position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px)}.nav-content[data-v-5fca1c72]{max-width:1400px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.logo[data-v-5fca1c72]{font-size:24px;font-weight:700;margin-right:40px;min-width:120px}.glow-text[data-v-5fca1c72]{color:#fff;text-shadow:0 0 8px #a3a3ff,0 0 16px #4b2067}.nav-menu[data-v-5fca1c72]{flex:1}.nav-menu-inner[data-v-5fca1c72]{background:transparent!important;border-bottom:none!important}.nav-menu-inner[data-v-5fca1c72] .el-menu-item{color:#fff!important;background:transparent!important;font-size:.95rem}.nav-menu-inner[data-v-5fca1c72] .el-menu-item:hover{background:hsla(0,0%,100%,.1)!important}.user-info[data-v-5fca1c72]{margin-left:auto;color:#fff;font-size:14px}.user-info[data-v-5fca1c72] .el-dropdown-link{color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px}.user-info[data-v-5fca1c72] .el-dropdown-link:hover{color:#a3a3ff}.main-content[data-v-5fca1c72]{flex:1;max-width:1100px;margin:0 auto;width:100%;padding:28px 16px;box-sizing:border-box}.profile-wrapper[data-v-5fca1c72]{display:flex;gap:24px;align-items:flex-start}.glassmorphism[data-v-5fca1c72]{background:hsla(0,0%,100%,.85);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid hsla(0,0%,100%,.35);border-radius:18px;box-shadow:0 8px 32px rgba(31,38,135,.08)}.profile-sidebar[data-v-5fca1c72]{width:280px;min-width:280px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;gap:24px}.avatar-section[data-v-5fca1c72]{display:flex;flex-direction:column;align-items:center;gap:12px}.avatar-ring[data-v-5fca1c72]{padding:4px;border-radius:50%;background:linear-gradient(135deg,#537ce5,#8b5fc9);display:flex;align-items:center;justify-content:center}.user-avatar[data-v-5fca1c72]{border:3px solid #fff;background:linear-gradient(135deg,#e0e7ff,#ede0ff)}.sidebar-nickname[data-v-5fca1c72]{font-size:1.25rem;font-weight:700;color:#232a4d;margin:0}.sidebar-username[data-v-5fca1c72]{font-size:.85rem;color:#888;margin:0}.sidebar-stats[data-v-5fca1c72]{display:flex;gap:20px;width:100%;justify-content:center;padding:16px 0;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.stat-item[data-v-5fca1c72]{display:flex;flex-direction:column;align-items:center;gap:4px}.stat-value[data-v-5fca1c72]{font-size:1.2rem;font-weight:700;color:#537ce5}.stat-label[data-v-5fca1c72]{font-size:.8rem;color:#999}.sidebar-actions[data-v-5fca1c72]{width:100%}.btn-back[data-v-5fca1c72],.btn-cancel[data-v-5fca1c72],.btn-edit[data-v-5fca1c72],.btn-save[data-v-5fca1c72]{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 16px;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-back[data-v-5fca1c72]{background:linear-gradient(135deg,#232a4d,#4b2067);color:#fff}.btn-back[data-v-5fca1c72]:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(35,42,77,.35)}.btn-edit[data-v-5fca1c72]{background:linear-gradient(135deg,#537ce5,#8b5fc9);color:#fff}.btn-edit[data-v-5fca1c72]:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(83,124,229,.4)}.btn-edit[data-v-5fca1c72]:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-save[data-v-5fca1c72]{background:linear-gradient(135deg,#43b581,#2e8b57);color:#fff}.btn-save[data-v-5fca1c72]:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(46,139,87,.4)}.btn-save[data-v-5fca1c72]:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-cancel[data-v-5fca1c72]{background:rgba(0,0,0,.05);color:#666}.btn-cancel[data-v-5fca1c72]:hover{background:rgba(0,0,0,.1);color:#333}.profile-main[data-v-5fca1c72]{flex:1;padding:32px}.section-header[data-v-5fca1c72]{margin-bottom:24px}.section-header h2[data-v-5fca1c72]{display:flex;align-items:center;gap:8px;font-size:1.2rem;font-weight:700;color:#232a4d;margin:0 0 4px 0}.header-tip[data-v-5fca1c72]{font-size:.85rem;color:#999;margin-left:28px}.form-group-title[data-v-5fca1c72]{display:flex;align-items:center;gap:6px;font-size:.95rem;font-weight:600;color:#537ce5;margin:20px 0 12px;padding-bottom:8px;border-bottom:1px solid rgba(83,124,229,.15)}.form-group-title[data-v-5fca1c72]:first-of-type{margin-top:0}.profile-form[data-v-5fca1c72]{max-width:560px}.profile-form[data-v-5fca1c72] .el-input__wrapper{border-radius:10px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);transition:all .3s ease}.profile-form[data-v-5fca1c72] .el-input__wrapper:hover{box-shadow:inset 0 0 0 1px rgba(83,124,229,.3)}.profile-form[data-v-5fca1c72] .el-input__wrapper.is-focus{box-shadow:inset 0 0 0 2px rgba(83,124,229,.4)}.profile-form[data-v-5fca1c72] .el-textarea__inner{border-radius:10px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);transition:all .3s ease}.profile-form[data-v-5fca1c72] .el-textarea__inner:hover{box-shadow:inset 0 0 0 1px rgba(83,124,229,.3)}.profile-form[data-v-5fca1c72] .el-textarea__inner:focus{box-shadow:inset 0 0 0 2px rgba(83,124,229,.4)}.profile-form[data-v-5fca1c72] .el-form-item__label{font-weight:500;color:#555}.profile-form[data-v-5fca1c72] .el-input.is-disabled .el-input__wrapper{background:rgba(0,0,0,.03)}.form-actions[data-v-5fca1c72]{display:flex;gap:12px;margin-top:24px;max-width:560px}.form-actions .btn-cancel[data-v-5fca1c72],.form-actions .btn-save[data-v-5fca1c72]{flex:1}.form-actions .btn-edit[data-v-5fca1c72]{width:auto;min-width:160px}.password-section[data-v-5fca1c72]{border-top:1px solid rgba(0,0,0,.06);margin-top:32px;padding-top:8px}.loading-icon[data-v-5fca1c72]{animation:spin-5fca1c72 1s linear infinite}@keyframes spin-5fca1c72{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer[data-v-5fca1c72]{background:#232a4d;color:#fff;margin-top:auto;padding:30px 20px 15px}.footer-content[data-v-5fca1c72]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:25px}.footer-section h4[data-v-5fca1c72]{margin-bottom:16px;font-size:1.1rem}.footer-section p[data-v-5fca1c72]{font-size:.9rem;opacity:.8;margin-bottom:8px}.footer-section ul[data-v-5fca1c72]{list-style:none;padding:0}.footer-section li[data-v-5fca1c72]{margin-bottom:8px}.footer-section a[data-v-5fca1c72]{color:#a3a3ff;text-decoration:none;transition:color .3s}.footer-section a[data-v-5fca1c72]:hover{color:#fff}.footer-bottom[data-v-5fca1c72]{border-top:1px solid #4b206730;padding-top:20px;text-align:center;font-size:.85rem;opacity:.7}@media (max-width:768px){.profile-wrapper[data-v-5fca1c72]{flex-direction:column}.profile-sidebar[data-v-5fca1c72]{width:100%;min-width:auto}.profile-main[data-v-5fca1c72]{padding:20px 16px}.profile-form[data-v-5fca1c72]{max-width:100%}.form-actions[data-v-5fca1c72]{max-width:100%;flex-direction:column}.nav-content[data-v-5fca1c72]{flex-wrap:wrap;gap:12px}.nav-menu[data-v-5fca1c72]{width:100%}.user-info[data-v-5fca1c72]{width:100%;margin-left:0}}.cart-container[data-v-4e511dfe]{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#f1f4f8);display:flex;flex-direction:column;overflow-x:hidden}.nav-bar[data-v-4e511dfe]{background:linear-gradient(135deg,#232a4d,#4b2067);box-shadow:0 2px 8px #0000150d;position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px)}.nav-content[data-v-4e511dfe]{max-width:1400px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.logo[data-v-4e511dfe]{font-size:24px;font-weight:700;margin-right:40px;min-width:120px}.glow-text[data-v-4e511dfe]{color:#fff;text-shadow:0 0 8px #a3a3ff,0 0 16px #4b2067}.nav-menu[data-v-4e511dfe]{flex:1}.nav-menu-inner[data-v-4e511dfe]{background:transparent!important;border-bottom:none!important}.nav-menu-inner[data-v-4e511dfe] .el-menu-item{color:#fff!important;background:transparent!important;font-size:.95rem}.nav-menu-inner[data-v-4e511dfe] .el-menu-item:hover{background:hsla(0,0%,100%,.1)!important}.nav-menu-inner[data-v-4e511dfe] .el-menu-item.is-active{border-bottom-color:#a3a3ff!important}.user-info[data-v-4e511dfe]{margin-left:auto;color:#fff;font-size:14px}.user-info[data-v-4e511dfe] .el-dropdown-link{color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px}.user-info[data-v-4e511dfe] .el-dropdown-link:hover{color:#a3a3ff}.main-content[data-v-4e511dfe]{flex:1;max-width:1100px;margin:0 auto;width:100%;padding:24px 16px 40px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.glassmorphism[data-v-4e511dfe]{background:hsla(0,0%,100%,.85);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid hsla(0,0%,100%,.35);border-radius:16px;box-shadow:0 8px 32px rgba(31,38,135,.08)}.page-header[data-v-4e511dfe]{display:flex;align-items:center;justify-content:space-between;padding:20px 28px}.page-header-left[data-v-4e511dfe]{display:flex;align-items:center;gap:14px}.page-header-left h1[data-v-4e511dfe]{font-size:1.3rem;font-weight:700;color:#232a4d;margin:0}.header-tip[data-v-4e511dfe]{font-size:.85rem;color:#999}.btn-back[data-v-4e511dfe]{display:flex;align-items:center;gap:6px;padding:8px 20px;border:none;border-radius:10px;background:linear-gradient(135deg,#232a4d,#4b2067);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-back[data-v-4e511dfe]:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(35,42,77,.35)}.cart-toolbar[data-v-4e511dfe]{display:flex;align-items:center;justify-content:space-between;padding:12px 28px}.btn-delete-batch[data-v-4e511dfe]{display:flex;align-items:center;gap:4px;padding:6px 16px;border:1px solid #ff4d4f;border-radius:8px;background:transparent;color:#ff4d4f;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .25s ease}.btn-delete-batch[data-v-4e511dfe]:hover:not(:disabled){background:#ff4d4f;color:#fff}.btn-delete-batch[data-v-4e511dfe]:disabled{opacity:.4;cursor:not-allowed}.cart-list[data-v-4e511dfe]{display:flex;flex-direction:column;gap:12px}.cart-item[data-v-4e511dfe]{display:flex;align-items:center;gap:16px;padding:16px 24px;transition:all .3s ease}.cart-item[data-v-4e511dfe]:hover{box-shadow:0 8px 28px rgba(83,124,229,.12);transform:translateY(-2px)}.item-checkbox[data-v-4e511dfe]{flex-shrink:0}.item-image[data-v-4e511dfe]{flex-shrink:0;width:90px;height:90px;border-radius:12px;overflow:hidden}.item-img[data-v-4e511dfe]{width:90px;height:90px}.image-placeholder[data-v-4e511dfe]{width:90px;height:90px;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.item-info[data-v-4e511dfe]{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.item-title[data-v-4e511dfe]{font-size:1rem;font-weight:600;color:#232a4d;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-meta[data-v-4e511dfe]{display:flex;align-items:center;gap:10px}.item-stock[data-v-4e511dfe]{font-size:.8rem;color:#555;font-weight:500}.item-stock.low-stock[data-v-4e511dfe]{color:#ff4d4f;font-weight:700}.item-price[data-v-4e511dfe]{flex-shrink:0;width:90px;text-align:center}.price-symbol[data-v-4e511dfe]{font-size:.85rem;color:#ff4d4f;font-weight:600}.price-value[data-v-4e511dfe]{font-size:1.15rem;color:#ff4d4f;font-weight:700}.item-quantity[data-v-4e511dfe]{flex-shrink:0;width:130px;display:flex;justify-content:center}.item-quantity[data-v-4e511dfe] .el-input-number{width:110px}.item-quantity[data-v-4e511dfe] .el-input-number .el-input__wrapper{border-radius:8px}.item-subtotal[data-v-4e511dfe]{flex-shrink:0;width:100px;text-align:center;display:flex;flex-direction:column;gap:2px}.subtotal-label[data-v-4e511dfe]{font-size:.75rem;color:#999}.subtotal-value[data-v-4e511dfe]{font-size:1.05rem;font-weight:700;color:#ff4d4f}.item-actions[data-v-4e511dfe]{flex-shrink:0}.btn-remove[data-v-4e511dfe]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:10px;background:rgba(255,77,79,.08);color:#ff4d4f;font-size:1.1rem;cursor:pointer;transition:all .25s ease}.btn-remove[data-v-4e511dfe]:hover{background:#ff4d4f;color:#fff;transform:scale(1.1)}.cart-footer[data-v-4e511dfe]{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;position:sticky;bottom:0;z-index:100}.footer-left[data-v-4e511dfe]{display:flex;align-items:center;gap:16px}.btn-delete-batch-sm[data-v-4e511dfe]{border:none;background:transparent;color:#ff4d4f;font-size:.85rem;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .2s}.btn-delete-batch-sm[data-v-4e511dfe]:hover:not(:disabled){background:rgba(255,77,79,.08)}.btn-delete-batch-sm[data-v-4e511dfe]:disabled{opacity:.4;cursor:not-allowed}.footer-right[data-v-4e511dfe]{display:flex;align-items:center;gap:24px}.total-info[data-v-4e511dfe]{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.total-count[data-v-4e511dfe]{font-size:.85rem;color:#666}.total-count strong[data-v-4e511dfe]{color:#537ce5}.total-price[data-v-4e511dfe]{font-size:.95rem;color:#333}.total-value[data-v-4e511dfe]{font-size:1.4rem;font-weight:800;color:#ff4d4f}.btn-checkout[data-v-4e511dfe]{padding:12px 36px;border:none;border-radius:12px;background:linear-gradient(135deg,#ff6b6b,#ff4d4f);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;letter-spacing:1px}.btn-checkout[data-v-4e511dfe]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,77,79,.4)}.btn-checkout[data-v-4e511dfe]:disabled{opacity:.5;cursor:not-allowed;background:#ccc}.btn-checkout.is-loading[data-v-4e511dfe]{opacity:.8;cursor:wait;pointer-events:none}.empty-cart[data-v-4e511dfe]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;gap:12px}.empty-icon-wrapper[data-v-4e511dfe]{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#f0f0f5,#e8e8f0);display:flex;align-items:center;justify-content:center;margin-bottom:8px}.empty-cart h2[data-v-4e511dfe]{font-size:1.25rem;color:#333;margin:0}.empty-cart p[data-v-4e511dfe]{font-size:.95rem;color:#999;margin:0}.btn-go-shopping[data-v-4e511dfe]{display:flex;align-items:center;gap:6px;padding:12px 32px;border:none;border-radius:12px;background:linear-gradient(135deg,#537ce5,#8b5fc9);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.btn-go-shopping[data-v-4e511dfe]:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(83,124,229,.4)}.footer[data-v-4e511dfe]{background:#232a4d;color:#fff;margin-top:auto;padding:30px 20px 15px}.footer-content[data-v-4e511dfe]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:25px}.footer-section h4[data-v-4e511dfe]{margin-bottom:16px;font-size:1.1rem}.footer-section p[data-v-4e511dfe]{font-size:.9rem;opacity:.8;margin-bottom:8px}.footer-section ul[data-v-4e511dfe]{list-style:none;padding:0}.footer-section li[data-v-4e511dfe]{margin-bottom:8px}.footer-section a[data-v-4e511dfe]{color:#a3a3ff;text-decoration:none;transition:color .3s}.footer-section a[data-v-4e511dfe]:hover{color:#fff}.footer-bottom[data-v-4e511dfe]{border-top:1px solid #4b206730;padding-top:20px;text-align:center;font-size:.85rem;opacity:.7}@media (max-width:768px){.cart-item[data-v-4e511dfe]{flex-wrap:wrap;gap:12px;padding:14px 16px}.image-placeholder[data-v-4e511dfe],.item-image[data-v-4e511dfe],.item-img[data-v-4e511dfe]{width:70px;height:70px}.item-info[data-v-4e511dfe]{width:calc(100% - 110px);flex:none}.item-price[data-v-4e511dfe],.item-quantity[data-v-4e511dfe],.item-subtotal[data-v-4e511dfe]{width:auto}.item-price[data-v-4e511dfe]{order:1}.item-quantity[data-v-4e511dfe]{order:2}.item-subtotal[data-v-4e511dfe]{order:3;flex-direction:row;gap:6px}.item-actions[data-v-4e511dfe]{order:4}.cart-footer[data-v-4e511dfe]{flex-direction:column;gap:12px;padding:16px}.footer-right[data-v-4e511dfe]{width:100%;justify-content:space-between}.page-header[data-v-4e511dfe]{flex-direction:column;gap:12px;align-items:flex-start}.nav-content[data-v-4e511dfe]{flex-wrap:wrap;gap:12px}.nav-menu[data-v-4e511dfe]{width:100%}.user-info[data-v-4e511dfe]{width:100%;margin-left:0}}.order-container[data-v-0d124aa2]{min-height:100vh;background:linear-gradient(135deg,#232a4d,#1a1f3a 50%,#2d1b3d);display:flex;flex-direction:column;overflow-x:hidden}.nav-bar[data-v-0d124aa2]{background:linear-gradient(135deg,#232a4d,#4b2067);box-shadow:0 2px 8px #0000150d;position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px)}.nav-content[data-v-0d124aa2]{max-width:1400px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.logo[data-v-0d124aa2]{font-size:24px;font-weight:700;margin-right:40px;min-width:120px}.glow-text[data-v-0d124aa2]{color:#fff;text-shadow:0 0 8px #a3a3ff,0 0 16px #4b2067}.nav-menu[data-v-0d124aa2]{flex:1}.nav-menu-inner[data-v-0d124aa2]{background:transparent!important;border-bottom:none!important}.nav-menu-inner[data-v-0d124aa2] .el-menu-item{color:#fff!important;background:transparent!important;font-size:.95rem}.nav-menu-inner[data-v-0d124aa2] .el-menu-item:hover{background:hsla(0,0%,100%,.1)!important}.nav-menu-inner[data-v-0d124aa2] .el-menu-item.is-active{border-bottom-color:#a3a3ff!important}.user-info[data-v-0d124aa2]{margin-left:auto;color:#fff;font-size:14px}.user-info[data-v-0d124aa2] .el-dropdown-link{color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px}.user-info[data-v-0d124aa2] .el-dropdown-link:hover{color:#a3a3ff}.main-content[data-v-0d124aa2]{flex:1;max-width:1100px;margin:0 auto;width:100%;padding:24px 16px 40px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.glassmorphism[data-v-0d124aa2]{background:hsla(0,0%,100%,.08);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid hsla(0,0%,100%,.15);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.3);color:#fff}.page-header[data-v-0d124aa2]{display:flex;align-items:center;justify-content:space-between;padding:20px 28px}.page-header-left[data-v-0d124aa2]{display:flex;align-items:center;gap:14px}.page-header-left h1[data-v-0d124aa2]{font-size:1.3rem;font-weight:700;color:hsla(0,0%,100%,.95);margin:0}.header-tip[data-v-0d124aa2]{font-size:.85rem;color:hsla(0,0%,100%,.6)}.btn-back[data-v-0d124aa2]{display:flex;align-items:center;gap:6px;padding:8px 20px;border:none;border-radius:10px;background:linear-gradient(135deg,#232a4d,#4b2067);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-back[data-v-0d124aa2]:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(35,42,77,.35)}.order-tabs-wrapper[data-v-0d124aa2]{padding:16px 20px;margin-bottom:0}.order-tabs[data-v-0d124aa2] .el-tabs__header{margin:0;border-bottom:2px solid hsla(0,0%,100%,.1)}.order-tabs[data-v-0d124aa2] .el-tabs__nav-wrap:after{display:none}.order-tabs[data-v-0d124aa2] .el-tabs__item{color:hsla(0,0%,100%,.7);font-size:.95rem;font-weight:500;padding:0 24px;height:44px;line-height:44px}.order-tabs[data-v-0d124aa2] .el-tabs__item:hover{color:#a3a3ff}.order-tabs[data-v-0d124aa2] .el-tabs__item.is-active{color:#a3a3ff;font-weight:600}.order-tabs[data-v-0d124aa2] .el-tabs__active-bar{background:linear-gradient(90deg,#a3a3ff,#8b5fc9);height:3px}.tab-label[data-v-0d124aa2]{display:flex;align-items:center;gap:6px}.tab-count[data-v-0d124aa2]{font-size:.8rem;color:hsla(0,0%,100%,.5)}.order-tabs[data-v-0d124aa2] .el-tabs__item.is-active .tab-count{color:#a3a3ff}.order-list[data-v-0d124aa2]{display:flex;flex-direction:column;gap:16px}.order-card[data-v-0d124aa2]{padding:0;overflow:hidden;transition:all .3s ease}.order-card[data-v-0d124aa2]:hover{box-shadow:0 8px 28px rgba(163,163,255,.2);transform:translateY(-2px)}.order-header[data-v-0d124aa2]{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:rgba(163,163,255,.08);border-bottom:1px solid hsla(0,0%,100%,.08)}.order-header-left[data-v-0d124aa2]{display:flex;align-items:center;gap:20px}.order-no[data-v-0d124aa2]{font-size:.9rem;font-weight:600;color:hsla(0,0%,100%,.95)}.order-time[data-v-0d124aa2]{font-size:.8rem;color:hsla(0,0%,100%,.5)}.order-items[data-v-0d124aa2]{padding:12px 24px}.order-item[data-v-0d124aa2]{display:flex;align-items:center;gap:14px;padding:10px 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.order-item[data-v-0d124aa2]:last-child{border-bottom:none}.oi-image[data-v-0d124aa2]{flex-shrink:0;width:60px;height:60px;border-radius:10px;overflow:hidden}.oi-img[data-v-0d124aa2]{width:60px;height:60px}.image-placeholder[data-v-0d124aa2]{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05)}.oi-info[data-v-0d124aa2]{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.oi-title[data-v-0d124aa2]{font-size:.95rem;font-weight:600;color:hsla(0,0%,100%,.9);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oi-category[data-v-0d124aa2]{font-size:.75rem;color:hsla(0,0%,100%,.5)}.oi-price[data-v-0d124aa2]{flex-shrink:0;width:80px;text-align:center;font-size:.9rem;color:hsla(0,0%,100%,.8);font-weight:500}.oi-quantity[data-v-0d124aa2]{flex-shrink:0;width:50px;text-align:center;font-size:.85rem;color:hsla(0,0%,100%,.6)}.oi-subtotal[data-v-0d124aa2]{flex-shrink:0;width:90px;text-align:right;font-size:.95rem;color:#ff7f7f;font-weight:600}.order-footer[data-v-0d124aa2]{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:hsla(0,0%,100%,.03);border-top:1px solid hsla(0,0%,100%,.08)}.order-total[data-v-0d124aa2]{font-size:.9rem;color:hsla(0,0%,100%,.7)}.order-total strong[data-v-0d124aa2]{color:hsla(0,0%,100%,.95)}.total-amount[data-v-0d124aa2]{font-size:1.15rem;font-weight:800;color:#ff7f7f}.order-actions[data-v-0d124aa2]{display:flex;gap:8px;flex-wrap:wrap}.btn-action[data-v-0d124aa2]{display:flex;align-items:center;gap:4px;padding:6px 16px;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .25s ease;border:1px solid transparent}.btn-pay[data-v-0d124aa2]{background:linear-gradient(135deg,#4e9aff,#3b82f6);color:#fff;border:none;font-weight:600;padding:8px 20px}.btn-pay[data-v-0d124aa2]:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(59,130,246,.4)}.btn-confirm[data-v-0d124aa2]{background:linear-gradient(135deg,#43b581,#2e8b57);color:#fff;border:none}.btn-confirm[data-v-0d124aa2]:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(46,139,87,.35)}.btn-rebuy[data-v-0d124aa2]{background:linear-gradient(135deg,#537ce5,#8b5fc9);color:#fff;border:none}.btn-rebuy[data-v-0d124aa2]:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(83,124,229,.35)}.btn-info-outline[data-v-0d124aa2]{background:transparent;color:hsla(0,0%,100%,.6);border:1px solid hsla(0,0%,100%,.2)}.btn-info-outline[data-v-0d124aa2]:hover{border-color:#a3a3ff;color:#a3a3ff}.btn-info-outline[data-v-0d124aa2]:disabled{opacity:.5;cursor:not-allowed}.btn-cancel-order[data-v-0d124aa2]{background:transparent;color:hsla(0,0%,100%,.5);border:1px solid hsla(0,0%,100%,.15)}.btn-cancel-order[data-v-0d124aa2]:hover{border-color:#ff7f7f;color:#ff7f7f}.btn-delete-order[data-v-0d124aa2]{background:transparent;color:hsla(0,0%,100%,.4);border:1px solid hsla(0,0%,100%,.1)}.btn-delete-order[data-v-0d124aa2]:hover{background:hsla(0,100%,75%,.1);border-color:#ff7f7f;color:#ff7f7f}.empty-order[data-v-0d124aa2]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;gap:12px}.empty-icon-wrapper[data-v-0d124aa2]{width:120px;height:120px;border-radius:50%;background:rgba(163,163,255,.1);display:flex;align-items:center;justify-content:center;margin-bottom:8px}.empty-order h2[data-v-0d124aa2]{font-size:1.25rem;color:hsla(0,0%,100%,.9);margin:0}.empty-order p[data-v-0d124aa2]{font-size:.95rem;color:hsla(0,0%,100%,.5);margin:0}.btn-go-shopping[data-v-0d124aa2]{display:flex;align-items:center;gap:6px;padding:12px 32px;border:none;border-radius:12px;background:linear-gradient(135deg,#537ce5,#8b5fc9);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.btn-go-shopping[data-v-0d124aa2]:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(83,124,229,.4)}.footer[data-v-0d124aa2]{background:#232a4d;color:#fff;margin-top:auto;padding:30px 20px 15px}.footer-content[data-v-0d124aa2]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:25px}.footer-section h4[data-v-0d124aa2]{margin-bottom:16px;font-size:1.1rem}.footer-section p[data-v-0d124aa2]{font-size:.9rem;opacity:.8;margin-bottom:8px}.footer-section ul[data-v-0d124aa2]{list-style:none;padding:0}.footer-section li[data-v-0d124aa2]{margin-bottom:8px}.footer-section a[data-v-0d124aa2]{color:#a3a3ff;text-decoration:none;transition:color .3s}.footer-section a[data-v-0d124aa2]:hover{color:#fff}.footer-bottom[data-v-0d124aa2]{border-top:1px solid #4b206730;padding-top:20px;text-align:center;font-size:.85rem;opacity:.7}@media (max-width:768px){.order-header[data-v-0d124aa2]{flex-direction:column;align-items:flex-start;gap:8px}.order-header-left[data-v-0d124aa2]{flex-direction:column;gap:4px}.order-item[data-v-0d124aa2]{flex-wrap:wrap;gap:8px}.oi-info[data-v-0d124aa2]{width:calc(100% - 80px);flex:none}.oi-price[data-v-0d124aa2],.oi-quantity[data-v-0d124aa2],.oi-subtotal[data-v-0d124aa2]{width:auto}.order-footer[data-v-0d124aa2]{flex-direction:column;align-items:flex-start;gap:12px}.order-actions[data-v-0d124aa2]{width:100%;justify-content:flex-end}.page-header[data-v-0d124aa2]{flex-direction:column;gap:12px;align-items:flex-start}.order-tabs[data-v-0d124aa2]{gap:4px;padding:10px 14px}.tab-btn[data-v-0d124aa2]{padding:6px 12px;font-size:.82rem}.nav-content[data-v-0d124aa2]{flex-wrap:wrap;gap:12px}.nav-menu[data-v-0d124aa2]{width:100%}.user-info[data-v-0d124aa2]{width:100%;margin-left:0}}.payment-container[data-v-38cca38e]{min-height:100vh;background:linear-gradient(135deg,#232a4d,#1a1f3a 50%,#2d1b3d);display:flex;flex-direction:column;overflow-x:hidden}.nav-bar[data-v-38cca38e]{background:linear-gradient(135deg,#232a4d,#4b2067);box-shadow:0 2px 8px #0000150d;position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px)}.nav-content[data-v-38cca38e]{max-width:1400px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.logo[data-v-38cca38e]{font-size:24px;font-weight:700;margin-right:40px;min-width:120px}.glow-text[data-v-38cca38e]{color:#fff;text-shadow:0 0 8px #a3a3ff,0 0 16px #4b2067}.nav-menu[data-v-38cca38e]{flex:1}.nav-menu-inner[data-v-38cca38e]{background:transparent!important;border-bottom:none!important}.nav-menu-inner[data-v-38cca38e] .el-menu-item{color:#fff!important;background:transparent!important;font-size:.95rem}.nav-menu-inner[data-v-38cca38e] .el-menu-item:hover{background:hsla(0,0%,100%,.1)!important}.user-info[data-v-38cca38e]{margin-left:auto;color:#fff;font-size:14px}.user-info[data-v-38cca38e] .el-dropdown-link{color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px}.user-info[data-v-38cca38e] .el-dropdown-link:hover{color:#a3a3ff}.main-content[data-v-38cca38e]{flex:1;max-width:1100px;margin:0 auto;width:100%;padding:28px 16px 40px;box-sizing:border-box}.glassmorphism[data-v-38cca38e]{background:hsla(0,0%,100%,.08);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid hsla(0,0%,100%,.15);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.3);color:#fff}.payment-layout[data-v-38cca38e]{display:flex;gap:24px;align-items:flex-start}.payment-left[data-v-38cca38e]{flex:1;display:flex;flex-direction:column;gap:20px}.payment-right[data-v-38cca38e]{width:340px;min-width:340px;position:sticky;top:80px}.order-summary[data-v-38cca38e]{padding:24px}.section-title[data-v-38cca38e]{display:flex;align-items:center;gap:8px;font-size:1.05rem;font-weight:700;color:hsla(0,0%,100%,.95);margin-bottom:16px}.order-meta[data-v-38cca38e]{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.meta-row[data-v-38cca38e]{display:flex;justify-content:space-between;align-items:center}.meta-label[data-v-38cca38e]{font-size:.9rem;color:hsla(0,0%,100%,.6)}.meta-value[data-v-38cca38e]{font-size:.9rem;color:hsla(0,0%,100%,.9);font-weight:500}.order-no[data-v-38cca38e]{font-family:Courier New,monospace;color:#a3a3ff;font-weight:600}.items-collapse[data-v-38cca38e] .el-collapse-item__header{font-size:.88rem;color:#a3a3ff;font-weight:500;background:transparent}.summary-item[data-v-38cca38e]{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.summary-item[data-v-38cca38e]:last-child{border-bottom:none}.si-image[data-v-38cca38e]{flex-shrink:0;width:44px;height:44px;border-radius:8px;overflow:hidden}.si-img[data-v-38cca38e]{width:44px;height:44px}.si-info[data-v-38cca38e]{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.si-title[data-v-38cca38e]{font-size:.85rem;color:hsla(0,0%,100%,.9);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.si-qty[data-v-38cca38e]{font-size:.75rem;color:hsla(0,0%,100%,.5)}.si-price[data-v-38cca38e]{flex-shrink:0;font-size:.88rem;color:#ff7f7f;font-weight:600}.payment-methods[data-v-38cca38e]{padding:24px}.methods-grid[data-v-38cca38e]{display:flex;flex-direction:column;gap:10px}.method-card[data-v-38cca38e]{display:flex;align-items:center;gap:14px;padding:14px 18px;border:2px solid hsla(0,0%,100%,.1);border-radius:14px;background:hsla(0,0%,100%,.03);cursor:pointer;transition:all .3s ease;position:relative}.method-card[data-v-38cca38e]:hover{border-color:rgba(163,163,255,.35);background:rgba(163,163,255,.08)}.method-card.active[data-v-38cca38e]{border-color:#a3a3ff;background:rgba(163,163,255,.12);box-shadow:0 4px 16px rgba(163,163,255,.25)}.method-icon[data-v-38cca38e]{flex-shrink:0;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.method-icon-text[data-v-38cca38e]{font-size:1.3rem;font-weight:800}.method-info[data-v-38cca38e]{flex:1}.method-info h4[data-v-38cca38e]{margin:0 0 2px;font-size:.95rem;color:hsla(0,0%,100%,.95);font-weight:600}.method-info p[data-v-38cca38e]{margin:0;font-size:.78rem;color:hsla(0,0%,100%,.5);line-height:1.4}.method-check[data-v-38cca38e]{flex-shrink:0}.pay-card[data-v-38cca38e]{padding:28px 24px;display:flex;flex-direction:column;align-items:center;gap:16px}.pay-card-header[data-v-38cca38e]{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.95)}.pay-amount[data-v-38cca38e]{text-align:center}.currency[data-v-38cca38e]{font-size:1.4rem;color:#ff7f7f;font-weight:700;vertical-align:top;line-height:2.4}.amount[data-v-38cca38e]{font-size:2.8rem;color:#ff7f7f;font-weight:800;letter-spacing:-1px}.pay-method-label[data-v-38cca38e]{font-size:.85rem;color:hsla(0,0%,100%,.6)}.countdown[data-v-38cca38e]{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#ffb347;padding:6px 14px;background:rgba(255,179,71,.15);border-radius:8px}.countdown strong[data-v-38cca38e]{color:orange}.countdown.expired[data-v-38cca38e]{color:#ff7f7f;background:hsla(0,100%,75%,.15)}.btn-pay[data-v-38cca38e]{width:100%;padding:14px;border:none;border-radius:12px;background:linear-gradient(135deg,#4e9aff,#3b82f6);color:#fff;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:1px}.btn-pay[data-v-38cca38e]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px rgba(59,130,246,.5)}.btn-pay[data-v-38cca38e]:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-pay.paying[data-v-38cca38e]{background:linear-gradient(135deg,#6b7280,#4b5563)}.btn-cancel[data-v-38cca38e]{width:100%;padding:10px;border:1px solid hsla(0,0%,100%,.15);border-radius:10px;background:transparent;color:hsla(0,0%,100%,.6);font-size:.9rem;cursor:pointer;transition:all .25s ease}.btn-cancel[data-v-38cca38e]:hover{border-color:#ff7f7f;color:#ff7f7f}.security-tip[data-v-38cca38e]{display:flex;align-items:center;gap:6px;font-size:.75rem;color:hsla(0,0%,100%,.4)}.success-dialog[data-v-38cca38e] .el-dialog{border-radius:20px!important}.success-dialog[data-v-38cca38e] .el-dialog__body{padding:20px 28px 28px}.success-content[data-v-38cca38e]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.success-icon-wrapper[data-v-38cca38e]{width:96px;height:96px;border-radius:50%;background:rgba(67,181,129,.1);display:flex;align-items:center;justify-content:center;margin-bottom:8px}.success-content h2[data-v-38cca38e]{font-size:1.4rem;color:#232a4d;margin:0}.success-amount[data-v-38cca38e]{font-size:1rem;color:#333;margin:0}.success-amount strong[data-v-38cca38e]{color:#ff4d4f;font-size:1.15rem}.success-method[data-v-38cca38e],.success-order[data-v-38cca38e]{font-size:.85rem;color:#999;margin:0}.success-actions[data-v-38cca38e]{display:flex;gap:12px;margin-top:16px;width:100%}.btn-primary[data-v-38cca38e]{flex:1;padding:10px 24px;border:none;border-radius:10px;background:linear-gradient(135deg,#537ce5,#8b5fc9);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary[data-v-38cca38e]:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(83,124,229,.4)}.btn-outline[data-v-38cca38e]{flex:1;padding:10px 24px;border:1px solid rgba(0,0,0,.1);border-radius:10px;background:transparent;color:#666;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .25s ease}.btn-outline[data-v-38cca38e]:hover{border-color:#537ce5;color:#537ce5}.empty-state[data-v-38cca38e]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;gap:12px}.empty-state h2[data-v-38cca38e]{font-size:1.25rem;color:hsla(0,0%,100%,.9);margin:0}.empty-state p[data-v-38cca38e]{font-size:.95rem;color:hsla(0,0%,100%,.5);margin:0}.spin[data-v-38cca38e]{animation:spin-38cca38e 1s linear infinite}@keyframes spin-38cca38e{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer[data-v-38cca38e]{background:#232a4d;color:#fff;margin-top:auto;padding:30px 20px 15px}.footer-content[data-v-38cca38e]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:25px}.footer-section h4[data-v-38cca38e]{margin-bottom:16px;font-size:1.1rem}.footer-section p[data-v-38cca38e]{font-size:.9rem;opacity:.8;margin-bottom:8px}.footer-section ul[data-v-38cca38e]{list-style:none;padding:0}.footer-section li[data-v-38cca38e]{margin-bottom:8px}.footer-section a[data-v-38cca38e]{color:#a3a3ff;text-decoration:none;transition:color .3s}.footer-section a[data-v-38cca38e]:hover{color:#fff}.footer-bottom[data-v-38cca38e]{border-top:1px solid #4b206730;padding-top:20px;text-align:center;font-size:.85rem;opacity:.7}@media (max-width:768px){.payment-layout[data-v-38cca38e]{flex-direction:column}.payment-right[data-v-38cca38e]{width:100%;min-width:auto;position:static}.pay-card[data-v-38cca38e]{padding:20px 16px}.method-card[data-v-38cca38e]{padding:12px 14px}.method-icon[data-v-38cca38e]{width:40px;height:40px}.method-icon-text[data-v-38cca38e]{font-size:1.1rem}.nav-content[data-v-38cca38e]{flex-wrap:wrap;gap:12px}.nav-menu[data-v-38cca38e]{width:100%}.user-info[data-v-38cca38e]{width:100%;margin-left:0}}.product-detail-container[data-v-179d9508]{min-height:100vh;background:linear-gradient(135deg,#232a4d,#1a1f3a 50%,#2d1b3d);position:relative;overflow-x:hidden;padding-bottom:40px}.particle-canvas[data-v-179d9508]{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.nav-bar[data-v-179d9508]{position:sticky;top:0;z-index:100;background:rgba(35,42,77,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(163,163,255,.2);box-shadow:0 2px 10px rgba(0,0,0,.3)}.nav-content[data-v-179d9508]{max-width:1400px;margin:0 auto;padding:15px 30px;display:flex;justify-content:space-between;align-items:center}.back-btn[data-v-179d9508]{display:flex;align-items:center;gap:8px;color:#a3a3ff;cursor:pointer;font-size:16px;transition:all .3s;padding:8px 16px;border-radius:8px}.back-btn[data-v-179d9508]:hover{background:rgba(163,163,255,.1);color:#d4d4ff}.logo[data-v-179d9508]{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:700;color:#fff}.logo-icon[data-v-179d9508]{font-size:28px;color:#a3a3ff}.glow-text[data-v-179d9508]{text-shadow:0 0 10px rgba(163,163,255,.5)}.nav-actions[data-v-179d9508]{display:flex;gap:12px}.detail-content[data-v-179d9508]{max-width:1400px;margin:30px auto;padding:0 30px;position:relative;z-index:1}.detail-wrapper[data-v-179d9508]{display:grid;grid-template-columns:1fr 1fr;gap:30px}.glassmorphism[data-v-179d9508]{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.3)}.product-image-section[data-v-179d9508]{padding:40px;display:flex;justify-content:center;align-items:center;min-height:500px}.main-image[data-v-179d9508]{width:100%;max-width:500px}.product-main-img[data-v-179d9508]{width:100%;height:auto;border-radius:12px}.image-placeholder[data-v-179d9508]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 20px;color:#999}.product-info-section[data-v-179d9508]{padding:40px;display:flex;flex-direction:column;gap:30px}.product-header[data-v-179d9508]{display:flex;flex-direction:column;gap:12px}.product-name[data-v-179d9508]{font-size:32px;font-weight:700;color:#fff;margin:0;line-height:1.4}.product-category[data-v-179d9508]{display:flex;gap:8px}.price-section[data-v-179d9508]{padding:24px;background:linear-gradient(135deg,rgba(163,163,255,.1),rgba(163,163,255,.05));border-radius:12px;border:1px solid rgba(163,163,255,.2)}.current-price[data-v-179d9508]{display:flex;align-items:baseline;gap:12px}.price-label[data-v-179d9508]{font-size:16px;color:#a3a3ff}.price-value[data-v-179d9508]{font-size:42px;font-weight:700;color:#ff6b6b}.stock-section[data-v-179d9508]{display:flex;gap:40px;padding:20px;background:hsla(0,0%,100%,.03);border-radius:12px}.stock-item[data-v-179d9508]{display:flex;flex-direction:column;gap:8px}.stock-item .label[data-v-179d9508]{font-size:14px;color:#999}.stock-item .value[data-v-179d9508]{font-size:18px;font-weight:600;color:#4caf50}.stock-item .value.low-stock[data-v-179d9508]{color:#ff6b6b}.description-section[data-v-179d9508]{display:flex;flex-direction:column;gap:16px}.section-title[data-v-179d9508]{font-size:20px;font-weight:600;color:#fff;margin:0}.description-text[data-v-179d9508]{font-size:16px;line-height:1.8;color:hsla(0,0%,100%,.7);margin:0}.description-text.placeholder[data-v-179d9508]{color:hsla(0,0%,100%,.4);font-style:italic}.action-section[data-v-179d9508]{display:flex;gap:16px;align-items:center;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1)}.count-input[data-v-179d9508]{width:120px}.add-cart-btn[data-v-179d9508],.buy-now-btn[data-v-179d9508]{flex:1;height:48px;font-size:16px}.empty-state[data-v-179d9508]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:100px 20px;color:hsla(0,0%,100%,.6)}@media (max-width:1024px){.detail-wrapper[data-v-179d9508]{grid-template-columns:1fr}.product-image-section[data-v-179d9508]{min-height:400px}}@media (max-width:768px){.nav-content[data-v-179d9508]{padding:12px 20px}.detail-content[data-v-179d9508]{padding:0 20px}.product-image-section[data-v-179d9508],.product-info-section[data-v-179d9508]{padding:24px}.product-name[data-v-179d9508]{font-size:24px}.price-value[data-v-179d9508]{font-size:32px}.action-section[data-v-179d9508]{flex-direction:column}.add-cart-btn[data-v-179d9508],.buy-now-btn[data-v-179d9508],.count-input[data-v-179d9508]{width:100%}}