.shop-page{max-width:1120px;margin:0 auto;padding:1.5rem 0 3rem}.shop-hero-banner{position:relative;width:100%;height:260px;overflow:hidden;background:radial-gradient(circle at 10% 0,rgba(251,191,36,.65),transparent 55%),radial-gradient(circle at 90% 0,rgba(244,114,182,.6),transparent 55%),linear-gradient(90deg,#f97316,#facc15,#f97316 80%)}.shop-hero-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:0 1.5rem}.shop-hero-left{display:flex;align-items:center;gap:.75rem}.shop-hero-left-card{display:flex;align-items:center;gap:1rem;padding:.8rem 1.6rem;border-radius:10px;background:#00000038;backdrop-filter:blur(4px);box-shadow:0 10px 25px #0f172a40;color:#f9fafb}.shop-hero-avatar{width:56px;height:56px;border-radius:50%;background:#000000a6;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#f9fafb;overflow:hidden}.shop-hero-avatar-img{width:100%;height:100%;object-fit:cover}.shop-hero-meta{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;color:#f9fafb}.shop-hero-name{font-size:1.2rem;font-weight:700;color:#f9fafb;text-shadow:0 1px 2px rgba(0,0,0,.65)}.shop-hero-welcome{font-size:.9rem;color:#e5e7eb}.shop-hero-follow-btn{position:absolute;right:1.5rem;bottom:1.25rem;padding:.35rem 1rem;border-radius:999px;border:1px solid #111827;background:#ffffffeb;color:#111827;font-size:.86rem;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem}.shop-hero-follow-btn:hover,.shop-hero-follow-btn--active{background:#111827;color:#fff}.shop-tabs{display:flex;gap:1.5rem;padding:.85rem 0;border-bottom:1px solid #e5e7eb;margin-bottom:1.25rem}.shop-tab{border:none;background:none;padding:.1rem 0;font-size:.95rem;color:#6b7280;cursor:pointer}.shop-tab--active{color:#111827;font-weight:600;border-bottom:2px solid #111827}.shop-products-grid{margin-top:.5rem}@media(max-width:768px){.shop-page{padding:1rem 0 2.5rem}.shop-hero-banner{height:200px}.shop-hero-overlay{padding:0 1rem}.shop-hero-left-card{padding:.7rem 1.1rem;gap:.75rem}.shop-hero-avatar{width:48px;height:48px;font-size:1.4rem}.shop-hero-name{font-size:1.05rem}.shop-hero-follow-btn{right:1rem;bottom:1rem;padding:.3rem .9rem;font-size:.8rem}.shop-tabs{padding-inline:.25rem;gap:1rem;overflow-x:auto}.shop-tabs::-webkit-scrollbar{display:none}.shop-products-grid{margin-top:.25rem}}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.5;font-weight:400;color:#1f2933;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{overflow:hidden;height:100%;overscroll-behavior:none}body{margin:0;min-width:320px;min-height:100%;height:100%;background-color:#fff;overflow:hidden;overscroll-behavior:none;position:fixed;inset:0;width:100%}#root{height:100%;overflow-y:auto;overflow-x:hidden;overscroll-behavior:none;-webkit-overflow-scrolling:touch;box-sizing:border-box}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.app-top-fixed{position:fixed;top:0;left:0;right:0;width:100%;z-index:100;background:#fff;display:flex;flex-direction:column;box-shadow:0 1px 3px #0f172a0a;overflow-x:hidden}.customer-service-chat{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:center;background:#0f172a40}.customer-service-chat-panel{width:480px;max-width:calc(100vw - 2rem);height:600px;max-height:85vh;background:#fff;border-radius:.75rem;box-shadow:0 20px 48px #0f172a33;display:flex;flex-direction:column;overflow:hidden}.customer-service-chat-header{position:relative;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e5e7eb;color:#111827}.customer-service-chat-logo{height:24px;width:auto;display:block}.customer-service-chat-title{position:absolute;left:50%;transform:translate(-50%);font-size:.95rem;font-weight:600;white-space:nowrap}.customer-service-chat-close{width:32px;height:32px;border:none;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:background .2s ease,color .2s ease}.customer-service-chat-close:hover{background:#f3f4f6;color:#111827}.customer-service-chat-chevron{font-size:1rem;line-height:1;transform:rotate(180deg);display:inline-block}.customer-service-chat-body{flex:1;min-height:0;background:#fff}.customer-service-chat-messages{width:100%;height:100%;overflow:auto;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.customer-service-chat-msg{align-self:flex-end;max-width:85%}.customer-service-chat-msg--user .customer-service-chat-msg-text{display:inline-block;padding:.5rem .75rem;border-radius:1rem 1rem .25rem;background:#e11d48;color:#fff;font-size:.9rem}.customer-service-chat-msg-img{max-width:100%;max-height:200px;border-radius:.5rem;display:block}.customer-service-chat-file-input{position:absolute;width:0;height:0;opacity:0;overflow:hidden;pointer-events:none}.customer-service-chat-footer{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-top:1px solid #e5e7eb;background:#f9fafb}.customer-service-chat-attach{width:36px;height:36px;flex-shrink:0;border:none;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:color .2s ease,background .2s ease}.customer-service-chat-attach:hover{color:#111827;background:#e5e7eb}.customer-service-chat-input{flex:1;min-width:0;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:999px;font-size:.9rem;background:#fff;transition:border-color .2s ease}.customer-service-chat-input:focus{outline:none;border-color:#111827}.customer-service-chat-input::placeholder{color:#9ca3af}.customer-service-chat-send{flex-shrink:0;padding:.5rem 1rem;border:none;border-radius:999px;background:#e11d48;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease}.customer-service-chat-send:hover{background:#be123c}.app-header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background-color:#ffffffe6;backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,23,42,.06)}.app-header-inner{max-width:1120px;margin:0 auto;width:100%;display:flex;align-items:center;gap:1.5rem}.app-header-left{min-width:96px;margin-left:-1.5rem}.app-header-center{flex:1;display:flex;justify-content:center}.app-header-right{display:flex;align-items:center;gap:1.6rem;font-size:.85rem;color:#4b5563;margin-left:2rem;margin-right:-2.5rem}.logo-wrap{display:inline-flex;align-items:center;gap:.4rem}.logo-image{height:50px}.logo-text{font-weight:700;font-size:1.05rem;letter-spacing:.04em}.search-capsule{max-width:380px;width:100%;display:flex;align-items:center;background-color:#fff;border-radius:18px;border:1px solid #111827;padding:0 4px 0 10px;height:40px;margin:0 48px 0 auto;margin-left:-2rem}.search-icon{flex-shrink:0;width:18px;height:18px;margin-right:4px;color:#111827}.search-input{flex:1;border:none;outline:none;background-color:transparent;font-size:.8rem;padding:0 .6rem 0 0}.search-input::placeholder{color:#c0c4cc}.search-button{flex-shrink:0;border:none;border-radius:999px;padding:0 18px;height:30px;background-color:#111827;color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap}.link-btn{border:none;background:transparent;padding:0;font-size:.9rem;color:inherit;cursor:pointer}.link-btn:hover{color:#111827}.header-link{display:inline-flex;align-items:center;gap:.6rem;border:none;background:transparent;padding:0;cursor:pointer;color:#4b5563}.header-link-text{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem}.header-link-divider{font-size:.75rem;color:#9ca3af}.header-link--user{gap:.4rem}.header-user-avatar{width:24px;height:24px;border-radius:999px;border:1px solid #9ca3af;display:inline-block}.header-user-logout{border:none;background:none;padding:0;margin:0;font:inherit;color:#4b5563;cursor:pointer}.header-user-logout:hover{color:#111827}.header-icon-button{border:none;background:transparent;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.header-mobile-auth{display:none}.header-mobile-auth-btn{padding:.35rem .6rem;font-size:.85rem;font-weight:500;color:#2563eb;text-decoration:none;border-radius:6px;white-space:nowrap}.header-mobile-auth-btn:hover{color:#1d4ed8;text-decoration:underline}.header-icon{width:20px;height:20px;color:#6b7280}.lang-switcher{position:relative;z-index:50}.header-flag-button{display:inline-flex;align-items:center;gap:.2rem;border:none;background:transparent;padding:0;cursor:pointer}.flag-circle{width:18px;height:18px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#fde68a 0,#fbbf24 12%,#dc2626 40%,#b91c1c)}.lang-flag-circle{width:30px;height:30px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;flex-shrink:0}.header-caret{font-size:1.6rem;color:#6b7280}.lang-overlay{position:fixed;inset:0;z-index:2000;pointer-events:auto}.lang-dropdown{position:absolute;right:1.5rem;top:64px;min-width:160px;max-height:280px;overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 10px 28px #0f172a1f;border:1px solid rgba(15,23,42,.06);padding:.35rem 0}.lang-dropdown-item{display:flex;align-items:center;gap:.6rem;width:100%;padding:.5rem .85rem;border:none;background:transparent;font-size:.9rem;color:#4b5563;cursor:pointer;text-align:left;font-family:inherit}.lang-dropdown-item:hover{background:#f3f4f6}.lang-dropdown-item .lang-flag-circle{width:32px;height:32px;font-size:26px}.lang-name{flex:1}.primary-nav{position:relative;z-index:0;background-color:#fff;border-bottom:1px solid rgba(15,23,42,.04);box-shadow:0 6px 12px #0f172a08;max-height:52px;overflow:hidden;transition:max-height .25s ease,opacity .25s ease,box-shadow .25s ease}.primary-nav--collapsed{max-height:0;opacity:0;box-shadow:none;border-bottom-color:transparent}.primary-nav-inner{max-width:1120px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:center;gap:6rem;padding:.6rem 1.5rem .5rem}.primary-nav-item{font-size:.95rem;color:#4b5563;cursor:pointer;padding:.15rem .1rem;border:none;background:none}.primary-nav-link{border-bottom:2px solid transparent}.primary-nav-link-active{color:#111827;border-color:#111827;font-weight:600}.primary-nav-item-disabled{color:#4b5563;cursor:default}.app-main{flex:1;padding:1.5rem 1.5rem 2.5rem;padding-top:calc(1.5rem + 110px);transition:padding-top .25s ease}.app-shell.primary-nav-collapsed .app-main{padding-top:calc(1.5rem + 60px)}.app-main.app-main--home{padding-left:6.5rem;padding-right:6.5rem}.app-main.app-main--products{max-width:100%;padding-left:1.5rem;padding-right:1.5rem}.app-main.app-main--products .products-page-full{width:100%;max-width:100%;margin-left:0}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:110;display:none;background:#fff;border-top:1px solid #e5e7eb}.mobile-bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.25rem .15rem;font-size:.75rem;color:#6b7280;text-decoration:none;background:transparent;border:none;margin:0;font:inherit;line-height:1.15;cursor:pointer;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.mobile-bottom-nav-item:focus{outline:none}.mobile-bottom-nav-item:focus-visible{outline:2px solid rgba(17,24,39,.25);outline-offset:2px;border-radius:10px}.mobile-bottom-nav-item--active{color:#111827;font-weight:600}.mobile-bottom-nav-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:999px;margin-bottom:.15rem;transition:background .15s ease,transform .15s ease}.mobile-bottom-nav-icon svg{width:22px;height:22px;display:block;stroke-width:1.8}.mobile-bottom-nav-item--active .mobile-bottom-nav-icon{background:#11182714}.mobile-bottom-nav-item--products .mobile-bottom-nav-label{display:none}.mobile-bottom-nav-item--products .mobile-bottom-nav-icon{margin-bottom:0}.mobile-bottom-nav-item--cart .mobile-bottom-nav-label{display:none}.mobile-bottom-nav-item--cart .mobile-bottom-nav-icon{margin-bottom:0}.mobile-bottom-nav-cart-icon,.mobile-bottom-nav-home-icon,.mobile-bottom-nav-shop-icon,.mobile-bottom-nav-account-icon,.mobile-bottom-nav-products-icon{width:22px;height:22px;display:block}.mobile-bottom-nav-label{display:none}.mobile-bottom-nav-item:active .mobile-bottom-nav-icon{transform:scale(.96)}.mobile-bottom-nav-label{font-size:.72rem;line-height:1.05}.app-footer{margin-top:2rem;background:#f3f4f6;color:#4b5563;padding:2.5rem 1.5rem 2rem;position:relative}.footer-inner{max-width:1120px;margin:0 auto;width:100%;font-size:.85rem}.footer-top{display:flex;justify-content:space-between;gap:3rem;margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid #e5e7eb}.footer-left{flex:1.4;min-width:0}.footer-logo-row{margin-bottom:1rem}.footer-logo{height:28px;width:auto;display:block}.footer-subscribe{margin-top:.75rem}.footer-subscribe-title{font-size:.9rem;margin-bottom:.75rem;color:#111827}.footer-subscribe-form{display:flex;align-items:center;gap:.75rem;max-width:360px}.footer-subscribe-input{flex:1;padding:.6rem .9rem;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:.9rem}.footer-subscribe-input::placeholder{color:#9ca3af}.footer-subscribe-input--error{border-color:#e11d48}.footer-subscribe-input--error::placeholder{color:#e11d48}.footer-subscribe-button{padding:.55rem 1.5rem;border-radius:999px;border:none;background:#111827;color:#f9fafb;font-size:.9rem;cursor:pointer;transition:background-color .2s ease,transform .15s ease,box-shadow .15s ease}.footer-subscribe-button:hover{background:#000;box-shadow:0 4px 10px #0f172a40;transform:translateY(-1px)}.subscribe-success-overlay{position:fixed;inset:0;z-index:1001;display:flex;align-items:center;justify-content:center;background:#0f172a66}.subscribe-success-box{background:#fff;border-radius:1rem;padding:2rem 2.5rem;text-align:center;box-shadow:0 20px 48px #0f172a33}.subscribe-success-icon{width:56px;height:56px;margin:0 auto 1rem;border-radius:50%;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center}.subscribe-success-text{margin:0;font-size:1rem;color:#111827}.auth-success-overlay{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;background:#0f172a66}.auth-success-box{background:#fff;border-radius:.75rem;padding:1.1rem 1.6rem;text-align:center;box-shadow:0 14px 32px #0f172a38;max-width:260px;width:80%}.auth-success-icon{width:48px;height:48px;margin:0 auto .75rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.auth-success-icon--green{background:#16a34a;color:#fff}.auth-success-icon--black{background:#111827;color:#fff}.auth-success-text{margin:0;font-size:1rem;color:#111827}.floating-cart{position:fixed;right:-10px;top:50%;transform:translateY(-50%);z-index:900;border:none;padding:0;background:transparent;cursor:pointer}.floating-cart-inner{background:#000;color:#fff;border-radius:999px 0 0 999px;padding:.55rem .9rem .65rem .75rem;min-width:110px;display:flex;flex-direction:column;align-items:center;gap:.35rem}.floating-cart-top{display:flex;align-items:center;gap:.4rem;font-size:.85rem}.floating-cart-icon{display:inline-flex;align-items:center;justify-content:center}.floating-cart-amount{background:#fff;color:#111827;border-radius:999px;padding:.2rem .8rem;font-size:.9rem;min-width:70px;text-align:center}.cart-drawer-overlay{position:fixed;inset:0;z-index:950;background:#0f172a80;display:flex;justify-content:flex-end}.cart-drawer-panel{width:360px;max-width:80vw;background:#fff;height:100%;display:flex;flex-direction:column}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .5rem}.cart-drawer-title-left{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.cart-drawer-icon{display:inline-flex;align-items:center;justify-content:center}.cart-drawer-count{color:#111827}.cart-drawer-close{border:none;background:transparent;font-size:1.4rem;cursor:pointer;color:#6b7280}.cart-drawer-subtitle{font-size:.85rem;color:#6b7280;padding:0 1.25rem .75rem;border-bottom:1px solid #f3f4f6}.cart-drawer-body{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.5rem;padding:.75rem 0 3.25rem}.cart-drawer-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.cart-drawer-empty-img{max-width:220px;height:auto;object-fit:contain}.cart-drawer-empty-text{font-size:.9rem;color:#4b5563}.cart-drawer-items{width:100%;padding:.5rem 1.25rem 3.25rem;display:flex;flex-direction:column;gap:.5rem}.cart-drawer-item{border-bottom:1px solid #f3f4f6;padding-bottom:.5rem}.cart-drawer-item-main{display:flex;align-items:center;gap:.5rem}.cart-drawer-item-check{width:18px;height:18px;border-radius:4px;border:1px solid #d1d5db;appearance:none;-webkit-appearance:none;background:#fff;cursor:pointer;position:relative}.cart-drawer-item-check:checked:after{content:"";position:absolute;left:5px;top:2px;width:7px;height:10px;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(45deg)}.cart-drawer-item-check:checked{background:#111827;border-color:#111827}.cart-drawer-item-thumb{width:80px;height:80px;border-radius:.75rem;background:#f9fafb;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.cart-drawer-item-thumb img{width:100%;height:100%;object-fit:cover}.cart-drawer-item-thumb-placeholder{width:80%;height:80%;background:#e5e7eb;border-radius:.4rem}.cart-drawer-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.cart-drawer-item-title{font-size:.9rem;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer-item-spec{font-size:.8rem;color:#6b7280}.cart-drawer-item-price{font-size:.9rem;color:#111827;font-weight:600;margin-left:.5rem}.cart-drawer-item-remove{border:none;background:transparent;cursor:pointer;color:#111827;margin-left:.5rem}.cart-drawer-item-qty{margin-top:0}.cart-drawer-item-footer{margin-top:.25rem;padding-left:2.1rem}.cart-drawer-go-btn{margin-top:.25rem;padding:.4rem 1rem;border-radius:999px;border:1px solid #111827;background:#fff;font-size:.85rem;cursor:pointer}.cart-drawer-footer{padding:.75rem 1.25rem;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.95rem;cursor:pointer}.cart-drawer-footer-label{opacity:.8}.cart-drawer-footer-amount{font-weight:600}.cart-drawer-footer--disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){.cart-drawer-overlay{justify-content:stretch;align-items:stretch;background:#f5f5f5}.cart-drawer-panel{width:100%;max-width:100%;height:100%;max-height:100vh;max-height:100dvh;display:flex;flex-direction:column;border-radius:0;box-shadow:none}.cart-drawer-header{flex-shrink:0;padding:.75rem .9rem .6rem;background:#fff;border-bottom:1px solid #e5e7eb}.cart-drawer-title-left{font-size:1.05rem}.cart-drawer-count{font-weight:600}.cart-drawer-close{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;margin:-.25rem -.25rem 0 0}.cart-drawer-subtitle{padding:0 .9rem .75rem;font-size:1rem;font-weight:600;color:#111827}.cart-drawer-body{flex:1;min-height:0;overflow-y:auto;padding:.5rem 0 5rem;-webkit-overflow-scrolling:touch}.cart-drawer-empty{padding:2rem 1rem}.cart-drawer-empty-img{max-width:180px}.cart-drawer-empty-text{font-size:.95rem}.cart-drawer-go-btn{padding:.6rem 1.5rem;font-size:.95rem}.cart-drawer-items{padding:.5rem .9rem 2rem;gap:.6rem}.cart-drawer-item{background:#fff;border-radius:.5rem;border:none;padding:.75rem;margin-bottom:0;box-shadow:0 1px 2px #0000000f}.cart-drawer-item-main{gap:.6rem;align-items:flex-start}.cart-drawer-item-check{width:20px;height:20px;margin-top:.15rem}.cart-drawer-item-thumb{width:72px;height:72px;border-radius:.5rem;flex-shrink:0}.cart-drawer-item-info{flex:1;min-width:0;gap:.25rem}.cart-drawer-item-title{font-size:.9rem;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35}.cart-drawer-item-price{margin-left:0;margin-top:.25rem;font-size:1rem}.cart-drawer-item-remove{margin-left:auto;padding:.25rem;margin-top:-.25rem;margin-right:-.25rem}.cart-drawer-footer{flex-shrink:0;padding:.85rem .9rem;padding-bottom:calc(.85rem + env(safe-area-inset-bottom,0px));font-size:1rem;gap:.5rem;min-height:52px;box-sizing:border-box;box-shadow:0 -2px 10px #00000014}.cart-drawer-footer-amount{font-size:1.1rem}}.checkout-page{max-width:720px;margin:0 auto;padding-top:48px}.checkout-page.checkout-page--success{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 180px);padding-top:1.5rem;padding-bottom:2rem}.checkout-inner{display:flex;flex-direction:column;gap:.35rem}.checkout-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.checkout-section{background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;padding:1.25rem 1.5rem}.checkout-section-title{font-size:1.05rem;font-weight:700;color:#111827;margin:0 0 .75rem}.checkout-address-row{display:flex;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;border:1px solid #e5e7eb;border-radius:.35rem;background:#fafafa;cursor:pointer;text-align:left;font-size:.9rem;color:#374151;transition:border-color .2s,background .2s}.checkout-address-row:hover{border-color:#d1d5db;background:#f9fafb}.checkout-address-add-icon{color:#6b7280;font-size:1.1rem;flex-shrink:0}.checkout-address-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-address-arrow{color:#9ca3af;font-size:1rem;flex-shrink:0}.checkout-seller-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.95rem;color:#111827}.checkout-seller-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#22c55e;color:#fff;font-size:.75rem;font-weight:700}.checkout-seller-name{font-weight:500}.checkout-items{display:flex;flex-direction:column;gap:.75rem}.checkout-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-top:1px solid #f3f4f6}.checkout-item:first-of-type{border-top:none;padding-top:0}.checkout-item-check{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#22c55e;color:#fff;font-size:.75rem;font-weight:700}.checkout-item-thumb{width:72px;height:72px;border-radius:.5rem;background:#f3f4f6;overflow:hidden;flex-shrink:0}.checkout-item-thumb img{width:100%;height:100%;object-fit:cover}.checkout-item-thumb-placeholder{width:100%;height:100%;background:#e5e7eb;border-radius:.25rem}.checkout-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.checkout-item-title{font-size:.9rem;color:#111827;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.checkout-item-price{font-size:.95rem;font-weight:600;color:#ea580c}.checkout-item-qty{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.checkout-qty-btn{width:28px;height:28px;border:1px solid #d1d5db;border-radius:.35rem;background:#fff;font-size:1rem;cursor:pointer;color:#374151;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s}.checkout-qty-btn:hover:not(:disabled){border-color:#9ca3af;background:#f9fafb}.checkout-qty-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-qty-value{min-width:1.5rem;text-align:center;font-size:.9rem;color:#111827}.checkout-payment .checkout-section-title{margin-bottom:.75rem}.checkout-payment-options{background:#f5f0e8;border-radius:.5rem;padding:.5rem 0;display:flex;flex-direction:column;gap:0}.checkout-payment-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;border-radius:.35rem;margin:0 .25rem;transition:background .2s}.checkout-payment-option:first-child{margin-top:.25rem}.checkout-payment-option:hover:not(.checkout-payment-option--disabled){background:#0000000a}.checkout-payment-option--disabled{cursor:not-allowed;opacity:.85}.checkout-payment-option--selected.checkout-payment-option--disabled .checkout-payment-radio{accent-color:#9ca3af}.checkout-payment-radio{width:18px;height:18px;margin:0;flex-shrink:0;accent-color:#111827;cursor:pointer}.checkout-payment-option--disabled .checkout-payment-radio{cursor:not-allowed}.checkout-payment-icon{width:36px;height:24px;flex-shrink:0;border-radius:.25rem;display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:#fff;letter-spacing:-.02em}.checkout-payment-icon--img{padding:0;background:transparent}.checkout-payment-icon--img img{width:100%;height:100%;object-fit:contain;display:block}.checkout-payment-label{flex:1;font-size:.9rem;color:#374151}.checkout-payment-option--disabled .checkout-payment-label{color:#6b7280}.checkout-payment-region-hint{display:block;font-size:.72rem;color:#9ca3af;margin-top:.2rem;font-weight:400}.checkout-payment-radio--fake{width:18px;height:18px;flex-shrink:0;border-radius:50%;background:#e5e7eb;display:inline-block}.checkout-summary .checkout-section-title{margin-bottom:1rem}.checkout-summary-rows{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.checkout-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#374151}.checkout-summary-row span:last-child{font-variant-numeric:tabular-nums}.checkout-submit-row{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.checkout-submit-btn{padding:.6rem 1.5rem;border-radius:.35rem;border:none;background:#111827;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.checkout-submit-btn:hover:not(:disabled){background:#000}.checkout-submit-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-total-label{font-size:.9rem;color:#6b7280}.checkout-total-amount{font-size:1.1rem;font-weight:700;color:#111827;font-variant-numeric:tabular-nums}.checkout-submit-overlay{position:fixed;inset:0;z-index:1100;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffffd9}.checkout-submit-loader-wrap{display:flex;flex-direction:column;align-items:center;gap:1rem}.checkout-submit-loader{width:48px;height:48px;position:relative}.checkout-submit-loader:before{content:"";width:48px;height:5px;background:#999;position:absolute;top:60px;left:0;border-radius:50%;animation:checkout-shadow324 .5s linear infinite}.checkout-submit-loader:after{content:"";width:100%;height:100%;background:#111827;position:absolute;top:0;left:0;border-radius:4px;animation:checkout-jump7456 .5s linear infinite}@keyframes checkout-jump7456{15%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{transform:translateY(18px) scaleY(.9) rotate(45deg);border-bottom-right-radius:40px}75%{transform:translateY(9px) rotate(67.5deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes checkout-shadow324{0%,to{transform:scale(1)}50%{transform:scaleX(1.2)}}.checkout-submit-loader-text{font-size:.95rem;color:#374151}.checkout-submit-cancel-btn{margin-top:1rem;padding:.5rem 1.25rem;font-size:.9rem;color:#6b7280;background:#fff;border:1px solid #d1d5db;border-radius:.35rem;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.checkout-submit-cancel-btn:hover{color:#111827;border-color:#9ca3af;background:#f9fafb}.checkout-success{text-align:center;padding:2.5rem 2rem;max-width:420px;margin:0 auto;width:100%}.checkout-success-icon{width:64px;height:64px;margin:0 auto 1.25rem;border-radius:50%;background:#111827;color:#fff;font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.checkout-success-title{font-size:1.35rem;font-weight:700;color:#111827;margin:0 0 .5rem}.checkout-success-order-no{font-size:.9rem;color:#374151;margin:0 0 .35rem;font-variant-numeric:tabular-nums}.checkout-success-desc{font-size:.95rem;color:#6b7280;margin:0 0 2rem}.checkout-success-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.checkout-success-btn{display:inline-block;padding:.6rem 1.5rem;border-radius:.35rem;font-size:.95rem;font-weight:500;text-decoration:none;cursor:pointer;border:1px solid #111827;transition:background .2s,color .2s}.checkout-success-btn--primary{background:#111827;color:#fff}.checkout-success-btn--primary:hover{background:#000;color:#fff}.checkout-success-btn--secondary{background:#fff;color:#111827}.checkout-success-btn--secondary:hover{background:#f3f4f6;color:#111827}.checkout-failed{text-align:center;padding:2.5rem 2rem;max-width:420px;margin:0 auto;width:100%}.checkout-failed-icon{width:64px;height:64px;margin:0 auto 1.25rem;border-radius:50%;background:#dc2626;color:#fff;font-size:2.5rem;font-weight:300;line-height:1;display:flex;align-items:center;justify-content:center}.checkout-failed-title{font-size:1.35rem;font-weight:700;color:#111827;margin:0 0 .5rem}.checkout-failed-desc{font-size:.95rem;color:#dc2626;margin:0 0 2rem}.checkout-empty{text-align:center;padding:3rem 1.5rem}.checkout-empty-text{font-size:1rem;color:#6b7280;margin:0 0 1rem}.checkout-empty-btn{display:inline-block;padding:.5rem 1.25rem;border-radius:.35rem;border:1px solid #111827;background:#fff;color:#111827;font-size:.9rem;text-decoration:none;transition:background .2s,color .2s}.checkout-empty-btn:hover{background:#111827;color:#fff}.checkout-address-modal-overlay{position:fixed;inset:0;z-index:1000;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:1.5rem}.checkout-address-modal{background:#fff;border-radius:.5rem;max-width:480px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026}.checkout-address-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.checkout-address-modal-header h2{font-size:1.1rem;font-weight:600;color:#111827;margin:0}.checkout-address-modal-close{border:none;background:transparent;font-size:1.5rem;color:#6b7280;cursor:pointer;line-height:1}.checkout-address-modal-body{padding:1rem 1.25rem;overflow-y:auto;flex:1}.checkout-address-modal-empty{font-size:.9rem;color:#6b7280;margin:0 0 1rem}.checkout-address-modal-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.checkout-address-modal-item{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.35rem;background:#fff;cursor:pointer;text-align:left;font-size:.9rem;color:#374151;transition:border-color .2s,background .2s}.checkout-address-modal-item:hover{border-color:#d1d5db;background:#f9fafb}.checkout-address-modal-item--active{border-color:#111827;background:#f3f4f6}.checkout-address-modal-item-name{font-weight:600;color:#111827}.checkout-address-modal-item-phone{color:#6b7280}.checkout-address-modal-item-addr{font-size:.85rem;color:#6b7280;line-height:1.4}.checkout-address-modal-add{display:inline-block;padding:.5rem 0;font-size:.9rem;color:#111827;text-decoration:none;border:none;background:none;cursor:pointer;font-family:inherit;border-bottom:1px solid transparent;transition:border-color .2s;text-align:left}.checkout-address-modal-add:hover{border-bottom-color:#111827}.checkout-bindcard-modal{background:#fff;border-radius:.5rem;max-width:400px;width:100%;box-shadow:0 20px 40px #00000026}.checkout-bindcard-body{padding:1rem 1.25rem 1.25rem}.checkout-bindcard-field{margin-bottom:1rem}.checkout-bindcard-row{display:flex;gap:.75rem}.checkout-bindcard-row .checkout-bindcard-field{flex:1;margin-bottom:1rem}.checkout-bindcard-label{display:block;font-size:.85rem;color:#374151;margin-bottom:.35rem}.checkout-bindcard-input-wrap{position:relative;display:block}.checkout-bindcard-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.35rem;font-size:.9rem;color:#111827;box-sizing:border-box}.checkout-bindcard-input--has-icon{padding-right:2.75rem}.checkout-bindcard-card-icon{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:36px;height:24px;display:flex;align-items:center;justify-content:center;pointer-events:none}.checkout-bindcard-card-icon img{width:100%;height:100%;object-fit:contain}.checkout-bindcard-input::placeholder{color:#9ca3af}.checkout-bindcard-input:focus{outline:none;border-color:#111827}.checkout-bindcard-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e5e7eb}.checkout-bindcard-btn{padding:.5rem 1.25rem;border-radius:.35rem;font-size:.9rem;cursor:pointer;transition:background .2s,border-color .2s}.checkout-bindcard-btn--cancel{border:1px solid #d1d5db;background:#fff;color:#374151}.checkout-bindcard-btn--cancel:hover{border-color:#9ca3af;background:#f9fafb}.checkout-bindcard-btn--confirm{border:none;background:#111827;color:#fff}.checkout-bindcard-btn--confirm:hover{background:#000}.footer-nav-columns{flex:1.2;display:flex;justify-content:space-between;gap:2rem}.footer-nav-column{display:flex;flex-direction:column;gap:.35rem}.footer-nav-title{font-size:.9rem;font-weight:600;color:#111827;margin-bottom:.5rem}.footer-nav-link{padding:.2rem 0;border:none;background:none;color:#4b5563;font-size:.86rem;text-align:left;cursor:pointer;transition:color .2s ease,background .2s ease,text-decoration .2s ease}.footer-nav-link:hover{color:#111827;text-decoration:underline;text-underline-offset:3px}.footer-middle{display:flex;justify-content:space-between;gap:3rem;margin-bottom:1.75rem}.footer-payments{flex:1.4}.footer-payments-title{font-size:.86rem;color:#6b7280;margin-bottom:.8rem}.footer-payments-logos{display:flex;flex-wrap:wrap;gap:.75rem}.footer-payment-badge{flex:0 0 calc(25% - .75rem);max-width:calc(25% - .75rem);min-height:56px;height:auto;border-radius:999px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 6px #0f172a0a;display:inline-flex;align-items:center;justify-content:flex-start;padding:.5rem .75rem;gap:.5rem;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.footer-payment-badge:hover,.footer-payment-badge:focus-visible{border-color:#111827;box-shadow:0 8px 20px #0f172a1f;transform:translateY(-2px);outline:none}.footer-payment-logo{width:32px;height:32px;border-radius:999px;object-fit:contain;flex-shrink:0}.footer-payment-name{font-size:.8rem;color:#111827}.footer-about{flex:1.2;max-width:420px}.footer-about-title{font-size:.9rem;font-weight:600;color:#111827;margin-bottom:.5rem}.footer-about-text{margin:0 0 .4rem;color:#4b5563;line-height:1.6}.footer-bottom{border-top:1px solid #e5e7eb;padding-top:1rem;font-size:.78rem;color:#6b7280}.footer-bottom-main{margin-bottom:.3rem}.footer-bottom-sub{max-width:640px}.footer-backtop{position:absolute;right:1.75rem;bottom:2.4rem;width:32px;height:32px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#111827;cursor:pointer;font-size:.9rem;box-shadow:0 2px 6px #0f172a1f}.page{display:flex;flex-direction:column;gap:1.75rem}.policy-page{max-width:800px;margin:0 auto;padding-bottom:2rem}.policy-title{font-size:1.75rem;margin:0 0 .25rem;color:#111827}.policy-subtitle{font-size:1rem;color:#6b7280;margin:0 0 1.5rem}.policy-section{margin-bottom:2rem}.policy-section h2{font-size:1.15rem;margin:0 0 .75rem;color:#111827;padding-bottom:.35rem;border-bottom:1px solid #e5e7eb}.policy-section h3{font-size:1rem;margin:1rem 0 .35rem;color:#374151;font-weight:600}.policy-section p{margin:0 0 .6rem;font-size:.9rem;line-height:1.65;color:#4b5563}.policy-section ul{margin:.35rem 0 .6rem;padding-left:1.5rem;font-size:.9rem;line-height:1.65;color:#4b5563}.policy-section li{margin-bottom:.25rem}.policy-table-wrap{overflow-x:auto;margin:1rem 0;border:1px solid #e5e7eb;border-radius:.5rem}.policy-section .policy-table{width:100%;border-collapse:collapse;font-size:.875rem;color:#4b5563}.policy-section .policy-table th,.policy-section .policy-table td{padding:.5rem .75rem;border:1px solid #e5e7eb;text-align:left;vertical-align:top}.policy-section .policy-table th{background:#f9fafb;color:#111827;font-weight:600}.policy-section .policy-table-penalty th,.policy-section .policy-table-penalty td{text-align:center}.policy-section .policy-table-penalty tbody td:first-child{text-align:left}.hero{border-radius:1.2rem;padding:1rem 1.25rem;background:transparent}.home-mobile-search{display:none}.home-banner-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:1rem;align-items:stretch}.home-banner-grid>*{min-width:0}.carousel-rect-wrap{position:relative;border-radius:1rem;overflow:hidden;min-height:280px;aspect-ratio:2.5 / 1;background:#fce1d9;width:100%;max-width:100%}.carousel-track{display:flex;transition:transform .4s ease;height:100%}.carousel-slide{flex:0 0 100%;width:100%;box-sizing:border-box}.carousel-card{height:100%;min-height:280px}.carousel-slide-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:280px;background:#fce1d9}.register-page{max-width:1120px;margin:0 auto;padding:1.5rem 0 3rem}.register-card{display:grid;grid-template-columns:minmax(0,420px) minmax(0,1fr);gap:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 10px 32px #0f172a1a;padding:1.5rem}.register-left{display:flex;align-items:center;justify-content:center}.register-poster{width:100%;max-width:420px;border-radius:.9rem;overflow:hidden}.register-poster-img{display:block;width:100%;height:auto}.register-right{padding:.5rem .5rem .5rem 0;display:flex;flex-direction:column}.register-title{font-size:1.4rem;font-weight:700;margin:0 0 1rem;color:#111827}.register-tabs{display:inline-flex;border-radius:999px;background:#f3f4f6;padding:.15rem;margin-bottom:1.25rem}.register-tab{border:none;padding:.4rem 1.2rem;border-radius:999px;background:transparent;font-size:.9rem;color:#6b7280;cursor:pointer}.register-tab--active{background:#111827;color:#f9fafb}.register-form{display:flex;flex-direction:column;gap:.85rem}.register-field{display:flex;flex-direction:column;gap:.35rem}.register-label{font-size:.85rem;color:#374151}.register-required{color:#ef4444;margin-right:.15rem}.register-input{border-radius:.5rem;border:1px solid #d1d5db;padding:.55rem .75rem;font-size:.9rem}.register-input::placeholder{color:#9ca3af}.register-login-hint{font-size:.85rem;color:#6b7280;margin:.5rem 0 0}.register-login-link{margin-left:.25rem;color:#111827}.register-submit-btn{margin-top:.85rem;padding:.6rem 1.5rem;border-radius:.5rem;border:none;background:#111827;color:#f9fafb;font-size:.95rem;font-weight:500;cursor:pointer}.register-submit-btn:hover{background:#000}@media(max-width:900px){.register-card{grid-template-columns:1fr}.register-page{padding-inline:.75rem}}.carousel-slide-img{width:100%;height:100%;min-height:280px;object-fit:cover;object-position:center;display:block}.carousel-card-inner{padding:0;height:100%;min-height:280px;display:flex;flex-direction:row;align-items:stretch;max-width:100%}.carousel-card-content{flex:1;padding:1.25rem 1.5rem;display:flex;flex-direction:column;justify-content:center}.carousel-card-visual{width:45%;min-width:180px;background:transparent;flex-shrink:0}.carousel-card-inner--dark .carousel-card-content,.carousel-card-inner--dark .carousel-title{color:#111827}.carousel-card-inner--dark .carousel-sub{color:#4b5563}.carousel-card-inner--dark .carousel-card-badge{color:#111827;background:#00000014}.carousel-card-inner--dark .btn-primary{background:#111827;color:#f8fafc;border-color:#111827}.carousel-card-badge{display:inline-block;padding:.2rem .65rem;border-radius:999px;background-color:#fef3c7;color:#92400e;font-size:.85rem;margin-bottom:.5rem;align-self:flex-start}.carousel-title{font-size:1.6rem;margin:0 0 .35rem;font-weight:600;color:#111827}.carousel-sub{margin:0 0 .6rem;font-size:1rem;color:#4b5563}.carousel-card-inner .btn{font-size:.95rem;padding:.5rem 1rem;align-self:flex-start}.banner-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;background-color:#fef3c7;color:#92400e;font-size:.85rem;margin-bottom:.4rem}.carousel-squares{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.5rem;height:280px;min-height:280px}.carousel-square{border-radius:.9rem;overflow:hidden;display:flex;flex-direction:column;background:transparent;min-height:0;height:100%}.carousel-square-visual{flex:1;min-height:0;background:transparent;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.carousel-square-img{width:100%;height:100%;object-fit:cover;display:block}.carousel-square-info{padding:.5rem .75rem;display:flex;flex-direction:column;gap:.15rem;background:transparent}.carousel-square-brand{font-size:.9rem;font-weight:600;color:#334155}.carousel-square-desc,.carousel-square-price{font-size:.8rem;color:#64748b}.hero-content{max-width:640px}.hero-title{font-size:2rem;margin:0 0 .6rem}.hero-subtitle{margin:0 0 1.4rem;color:#4b5563}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.section{margin-top:.5rem}.section-categories{background:transparent}.section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.section-title{font-size:1.2rem;margin:0;font-weight:700}.category-all{font-size:.9rem;color:#4b5563}.category-strip{display:flex;flex-direction:row;gap:1.25rem;padding-bottom:.5rem;overflow:hidden;height:140px}.category-strip::-webkit-scrollbar{height:0}.category-item{flex:0 0 calc((100% - 8 * 1.25rem) / 9);display:flex;flex-direction:column;align-items:center;gap:.4rem;text-decoration:none;color:inherit;min-width:0;height:100%}.category-icon{width:100%;height:90px;aspect-ratio:auto;border-radius:0;background:#fff;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #d1d5db;transition:border-color .2s ease,border-width .2s ease;box-sizing:border-box}.category-icon-img{width:auto;height:auto;max-width:100%;max-height:82%;object-fit:contain;object-position:center;display:block}.category-item--lipinka .category-icon-img{max-width:72%;max-height:72%}.category-item:hover .category-icon{border:2px solid #111827}.category-name{font-size:.8rem;color:#334155;text-align:center;line-height:1.3;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-grid{display:grid;gap:1rem}.mall-product-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);grid-auto-rows:320px}.mall-product-grid>*{min-height:0;min-width:0;display:flex;flex-direction:column}.mall-product-grid .product-card-link{flex:1;min-height:0}.mall-product-grid .mall-product-card,.mall-product-grid .new-arrival-card{flex:1;height:100%;min-height:0;width:100%}.home-products-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:320px}.home-shops-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.home-shops-grid .shop-card{min-width:0}.home-shops-grid .home-section-empty{grid-column:1 / -1}.new-arrivals-grid,.recommended-products-grid,.hot-sales-grid,.products-grid--5{grid-template-columns:repeat(4,1fr);grid-auto-rows:320px}.new-arrivals-grid>*,.recommended-products-grid>*,.hot-sales-grid>*,.products-grid--5>*{min-height:0;min-width:0;display:flex;flex-direction:column}.new-arrivals-grid>.new-arrival-card,.recommended-products-grid>.new-arrival-card,.hot-sales-grid>.new-arrival-card{height:100%;width:100%}.products-page{padding-bottom:2rem;max-width:100%}.products-page-full{width:100vw;max-width:100%;margin-left:calc(50% - 50vw);box-sizing:border-box;padding-left:1.5rem;padding-right:1.5rem}.products-layout{display:flex;gap:1.5rem;align-items:flex-start;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.products-sidebar{flex:0 0 200px;width:200px;min-width:200px;background:transparent;border:none;border-right:1px solid #d1d5db;border-radius:0;padding:0 1rem 0 0;position:sticky;top:1rem}.products-sidebar-toggle{display:none}.products-sidebar-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid #d1d5db}.products-sidebar-item{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem .65rem .75rem;font-weight:400;color:#374151;text-decoration:none;font-size:.9rem;transition:color .15s ease;position:relative;border-right:3px solid transparent}.products-sidebar-item:hover{color:#111827;border-right-color:#111827}.products-sidebar-item--active{color:#111827;font-weight:400;border-right-color:#111827;padding-right:calc(1rem - 3px)}.products-sidebar-arrow{color:#9ca3af;font-size:.8rem}.products-sidebar-item--active .products-sidebar-arrow{color:#6b7280}.products-sidebar-desc{font-size:.8rem;color:#6b7280;margin:.5rem 1rem .75rem;padding:0}.products-sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.products-sidebar-loading{font-size:.9rem;color:#6b7280;margin:.5rem 0}.products-sidebar-category-wrap{display:flex;flex-direction:column;gap:0}.products-sidebar-category-wrap--expanded{border-right:3px solid #111827;margin-right:-1rem;padding-right:calc(1rem - 3px)}.products-sidebar-category-wrap--expanded .products-sidebar-item--expandable,.products-sidebar-category-wrap--expanded .products-sidebar-item--expandable.products-sidebar-item--active{border-right:none;padding-right:.75rem}.products-sidebar-category-wrap--expanded .products-sidebar-sub-item,.products-sidebar-category-wrap--expanded .products-sidebar-sub-item--active{border-right:none;padding-right:.5rem}.products-sidebar-category-wrap--expanded .products-sidebar-sub-item:hover{border-right:3px solid #111827;padding-right:calc(.5rem - 3px)}.products-sidebar-item--expandable{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;font-family:inherit;font-size:.9rem;font-weight:400;color:#374151;background:none;border:none;border-right:3px solid transparent;cursor:pointer;padding:.65rem 1rem .65rem .75rem;transition:color .15s ease,border-color .15s ease}.products-sidebar-item-text{display:inline-flex;align-items:center;gap:.25rem}.products-sidebar-item--expandable .products-sidebar-caret{flex-shrink:0}.products-sidebar-item--expandable:hover{color:#111827;border-right-color:#111827}.products-sidebar-item--expandable.products-sidebar-item--active{color:#111827;font-weight:400;border-right-color:#111827;padding-right:calc(1rem - 3px)}.products-sidebar-caret{color:#9ca3af;transform:rotate(-90deg);transition:transform .2s ease;display:inline-flex;align-items:center;justify-content:center}.products-sidebar-caret svg{display:block}.products-sidebar-caret--down{transform:rotate(0)}.products-sidebar-subs{display:flex;flex-direction:column;padding-left:1rem;margin-top:.25rem;gap:.35rem}.products-sidebar-sub-item{display:block;padding:.4rem 1rem .4rem .5rem;font-size:.9rem;font-weight:400;color:#4b5563;border-right:3px solid transparent;transition:border-color .15s ease,color .15s ease;text-decoration:none;transition:color .15s ease}.products-sidebar-sub-item:hover{color:#374151;border-right-color:#111827}.products-sidebar-sub-item--active{color:#111827;font-weight:400;border-right-color:#111827;padding-right:calc(1rem - 3px)}.products-main{flex:1;min-width:0;width:0}.products-search-result-title{margin:0 0 .75rem;font-size:.95rem;color:#374151}.products-search-shops{margin-bottom:1.25rem}.products-search-shops-title{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:#111827}.products-search-shops-grid{display:flex;flex-wrap:wrap;gap:1rem}.products-search-shop-card{display:flex;flex-direction:column;align-items:center;width:120px;padding:1rem .75rem;background:#f9fafb;border-radius:8px;text-decoration:none;color:inherit;transition:background .15s ease,box-shadow .15s ease}.products-search-shop-card:hover{background:#f3f4f6;box-shadow:0 2px 8px #0000000f}.products-search-shop-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:#e5e7eb;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.products-search-shop-avatar-img{width:100%;height:100%;object-fit:cover}.products-search-shop-avatar-fallback{font-size:1.25rem;font-weight:600;color:#6b7280}.products-search-shop-name{font-size:.9rem;font-weight:500;color:#111827;text-align:center;line-height:1.3}.products-search-shop-meta{font-size:.75rem;color:#6b7280;margin-top:.25rem}.products-sort{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.products-sort-btn{padding:.35rem .75rem;border:none;background:none;color:#6b7280;font-size:.9rem;cursor:pointer;border-radius:.25rem;transition:color .15s ease,background .15s ease}.products-sort-btn:hover{color:#111827;background:#f3f4f6}.products-sort-btn--default{color:#374151}.products-sort-btn--active{color:#111827;font-weight:500}.products-sort-icon{display:inline-flex;align-items:center;justify-content:center;margin-left:.2rem;vertical-align:middle;color:#9ca3af}.products-sort-btn:hover .products-sort-icon{color:#6b7280}.products-sort-btn--active .products-sort-icon{color:inherit}.products-main{display:flex;flex-direction:column;gap:0}.products-main .products-grid,.products-main .mall-product-grid{min-height:calc(1280px + 3rem)}.products-empty{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:var(--text-tertiary, #666);font-size:1rem}.home-section-empty{grid-column:1 / -1;text-align:center;padding:2.5rem 1rem;color:var(--text-tertiary, #666);font-size:.95rem}.home-loading-section,.home-error-section{padding:2rem 1rem}.home-loading-block,.home-error-block{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;text-align:center}.home-loading-spinner{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:app-loading-spin .7s linear infinite}.home-loading-text,.home-error-text{font-size:.95rem;color:var(--text-tertiary, #666)}.home-error-retry{padding:.5rem 1.25rem;font-size:.95rem;color:#fff;background:#2563eb;border:none;border-radius:.375rem;cursor:pointer;transition:background .15s ease}.home-error-retry:hover{background:#1d4ed8}.products-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 0;flex-wrap:wrap;margin-top:1rem}.products-pagination-btn{min-width:2rem;height:2rem;padding:0 .5rem;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;color:#111827;background:#e5e7eb;border:none;border-radius:.25rem;cursor:pointer;transition:background .15s ease,color .15s ease;box-sizing:border-box}.products-pagination-btn:hover:not(:disabled){background:#d1d5db}.products-pagination-btn--active{background:#111827;color:#fff;cursor:default}.products-pagination-btn--active:hover{background:#111827;color:#fff}.products-pagination-arrow{color:#6b7280;font-size:1rem}.products-pagination-arrow:disabled{opacity:.5;cursor:not-allowed}.products-pagination-ellipsis{min-width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;color:#6b7280;background:#e5e7eb;border-radius:.25rem;user-select:none}.product-card-link{display:flex;flex-direction:column;height:100%;min-height:0;min-width:0;text-decoration:none;color:inherit}.product-card-link .new-arrival-card,.product-card-link .mall-product-card{flex:1;height:100%;min-height:0;width:100%}.mall-product-card,.new-arrival-card{box-sizing:border-box;background-color:#fff;border-radius:.9rem;border:1px solid #e5e7eb;box-shadow:0 6px 16px #0f172a0f;overflow:hidden;display:flex;flex-direction:column;width:100%;height:320px;min-height:320px;max-height:320px;flex-shrink:0;transition:box-shadow .2s ease,border-color .2s ease}.mall-product-card:hover,.new-arrival-card:hover{border-color:#111827;box-shadow:0 10px 24px #0f172a1f}.new-arrival-image-wrap{box-sizing:border-box;width:100%;height:200px;min-height:200px;max-height:200px;flex-shrink:0;overflow:hidden}.new-arrival-image{width:100%;height:100%;object-fit:cover;display:block}.new-arrival-body{box-sizing:border-box;padding:.5rem .9rem .3rem;height:72px;min-height:72px;max-height:72px;flex-shrink:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start}.new-arrival-price{color:#f59e0b;font-weight:700;font-size:1.1rem;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-arrival-title{font-size:.9rem;color:#111827;margin-bottom:.15rem;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-arrival-subtitle{font-size:.85rem;color:#6b7280;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-arrival-footer{display:flex;align-items:center;justify-content:space-between;padding:.5rem .9rem .65rem;font-size:.85rem;height:48px;min-height:48px;flex-shrink:0;box-sizing:border-box}.new-arrival-buy{border:none;background:none;color:#111827;cursor:pointer;padding:.25rem 0;display:inline-flex;align-items:center;gap:.25rem;font-size:.85rem;transition:color .15s ease}.new-arrival-buy:hover{color:#2563eb}.new-arrival-fav{border:none;background:none;cursor:pointer;font-size:1.1rem;padding:.2rem;line-height:1;color:#6b7280;transition:color .15s ease}.new-arrival-fav:hover,.new-arrival-fav--active{color:#f59e0b}.new-arrival-cart-icon{font-size:.9rem}.shop-carousel{min-height:100px}.shop-carousel-viewport{width:100%;overflow:hidden;min-height:100px;padding:4px 3px;box-sizing:border-box}.shop-carousel-track{display:flex;transition:transform .35s ease-out;min-height:100px}.shop-carousel-slide{flex:0 0 100%;display:flex;gap:1rem;min-width:0;min-height:100px;padding:2px 0;box-sizing:border-box}.shop-carousel-slide .shop-card{flex:1 1 0;min-width:0}.shop-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.shop-carousel-dot{width:8px;height:8px;border-radius:50%;border:1px solid #d1d5db;background:#f3f4f6;cursor:pointer;padding:0;transition:background .2s ease,border-color .2s ease}.shop-carousel-dot:hover{background:#e5e7eb}.shop-carousel-dot.is-active{background:#f59e0b;border-color:#f59e0b}.shop-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border-radius:.9rem;border:1px solid #e5e7eb;box-shadow:0 6px 16px #0f172a0f;min-height:80px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.shop-card:hover{border-color:#111827;box-shadow:0 10px 24px #0f172a24;transform:translateY(-2px)}.shop-card-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#b45309;flex-shrink:0;overflow:hidden}.shop-card-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.shop-card-info{flex:1;min-width:0}.shop-card-name{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.35rem}.shop-card-stats{display:flex;flex-direction:column;gap:.15rem;font-size:.85rem;color:#6b7280}.shop-card-btn{flex-shrink:0;padding:.5rem 1.1rem;border-radius:999px;background:#111827;border:1px solid #111827;color:#f9fafb;font-size:.9rem;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .15s ease}.shop-card-btn:hover{background:#000;border-color:#000;box-shadow:0 6px 16px #00000040;transform:translateY(-1px)}.service-features{margin-top:.5rem}.service-features-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:.75rem 0 0}.service-feature-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:0}.service-feature-icon{width:48px;height:48px;object-fit:contain;display:block}.service-feature-label{font-size:.9rem;color:#111827;white-space:nowrap}.page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}.page-header h1{margin:0 0 .4rem;font-size:1.5rem}.page-subtitle{margin:0;font-size:.9rem;color:#6b7280}.page-header-actions{display:flex;gap:.75rem;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.1rem;border-radius:999px;border:1px solid transparent;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,transform .08s ease,border-color .15s ease;background-color:#111827;color:#f9fafb}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px #0f172a40}.btn:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.btn-primary{background:linear-gradient(135deg,#4f46e5,#6366f1);border-color:#818cf899}.btn-primary:hover:not(:disabled){box-shadow:0 12px 28px #4f46e566}.btn-secondary{background-color:#fff;color:#111827;border-color:#94a3b8b3}.btn-secondary:hover:not(:disabled){background-color:#f9fafb}.btn-ghost{background-color:transparent;color:#4b5563;border-color:#94a3b880}.btn-ghost:hover:not(:disabled){background-color:#f3f4f6}.input{width:100%;padding:.45rem .7rem;border-radius:999px;border:1px solid rgba(148,163,184,.9);font-size:.9rem;outline:none;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.input:focus-visible{border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e566}.input:disabled{background-color:#f3f4f6;cursor:not-allowed}.search-input.input{border:none;border-radius:0;box-shadow:none}.search-input.input:focus-visible{border:none;box-shadow:none}.textarea{border-radius:.9rem;resize:vertical}.label{display:flex;align-items:center;gap:.25rem;font-size:.86rem;color:#4b5563;margin-bottom:.25rem}.label-required{color:#ef4444}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.25rem;margin-top:.5rem}.form-field{display:flex;flex-direction:column}.form-field-full{grid-column:1 / -1}.form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:.75rem;margin-top:.25rem}.product-card{position:relative;padding-top:1.35rem}.product-tag{position:absolute;top:.7rem;right:.9rem;padding:.15rem .55rem;border-radius:999px;font-size:.7rem;background:linear-gradient(135deg,#f97316,#facc15);color:#111827}.product-name{margin:0 0 .4rem;font-size:1rem}.product-price{margin:0 0 .7rem;color:#111827;font-weight:600}.product-actions{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:768px){#root{padding-top:calc(64px + env(safe-area-inset-top,0px));padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}#root:has(.merchant-backend){padding-top:0;padding-bottom:0}.app-header{padding:.4rem .9rem}.app-header-inner{gap:.6rem}.logo-image{height:32px}.app-header-center{display:none}.app-header-left{z-index:2;flex-shrink:0;margin-left:.5rem}.logo-wrap{flex-shrink:0}.app-header-right .header-link{display:none}.app-header-right .header-icon-button:nth-of-type(2){display:none}.app-header--guest .header-icon-button--service{display:none}.header-mobile-auth{display:flex;align-items:center;gap:.5rem}.app-header-right{margin-left:auto;margin-right:0;gap:.9rem;font-size:.78rem}.header-link-text{flex-direction:column;align-items:flex-start}.primary-nav{display:none}.app-top-fixed{padding-top:env(safe-area-inset-top,0px)}.app-main{padding-inline:.9rem;padding-top:.5rem;padding-bottom:.75rem}.app-main.app-main--products{padding-top:0rem}.app-main.checkout-page{padding-top:.4rem}.app-main.app-main--home{padding-inline:.4rem}.mobile-bottom-nav{min-height:64px;padding-top:.55rem;padding-bottom:calc(.55rem + env(safe-area-inset-bottom,0px))}.mobile-bottom-nav-icon{width:40px;height:40px}.mobile-bottom-nav-icon svg,.mobile-bottom-nav-home-icon,.mobile-bottom-nav-products-icon,.mobile-bottom-nav-shop-icon,.mobile-bottom-nav-cart-icon,.mobile-bottom-nav-account-icon{width:26px;height:26px}.page{gap:.5rem}.section{margin-top:.25rem}.section-header{margin-bottom:.4rem}.products-page-full{padding-left:.5rem;padding-right:.5rem}.products-page{margin-top:-.25rem}.products-layout{flex-direction:column;gap:.5rem}.products-sidebar{flex:0 0 auto;width:100%;min-width:0;padding:0;border-right:none;border-bottom:none;position:static;background:transparent;display:flex;flex-direction:column;align-items:stretch;gap:0}.products-sidebar-toggle{display:inline-flex;align-items:center;justify-content:space-between;gap:.4rem;width:auto;padding:.5rem .2rem;font-size:.9rem;font-weight:500;color:#374151;background:transparent;border:none;border-radius:0;box-shadow:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.products-sidebar-toggle:hover{background:transparent;box-shadow:none}.products-sidebar-toggle:active{box-shadow:none}.products-sidebar-toggle-text{color:#111827}.products-sidebar-toggle-icon{color:#64748b;flex-shrink:0}.products-sidebar-toggle-text-inner{display:inline-flex;align-items:center;gap:.35rem}.products-sidebar-toggle-icon-img{width:18px;height:18px;flex-shrink:0;display:block}.products-sidebar--open .products-sidebar-toggle{border-radius:.65rem .65rem 0 0;border-bottom-color:transparent}.products-sidebar-panel{display:none;overflow:hidden}.products-sidebar--open .products-sidebar-panel{display:flex;flex-direction:column;padding:.6rem .75rem .75rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-top:none;border-radius:0 0 .65rem .65rem;box-shadow:0 2px 6px #0000000f;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.products-sidebar--open .products-sidebar-panel::-webkit-scrollbar{width:4px}.products-sidebar--open .products-sidebar-panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.products-sidebar-title{font-size:.72rem;font-weight:600;color:#64748b;margin:0 0 .5rem;padding:0 0 0 .4rem;border-left:3px solid #f59e0b;text-transform:uppercase;letter-spacing:.04em}.products-sidebar-panel .products-sidebar-item{display:inline-flex;align-items:center;margin-bottom:.4rem;padding:.38rem .7rem;font-size:.82rem;font-weight:500;border-radius:999px;white-space:nowrap;text-decoration:none;color:#475569;background:#fff;border:1px solid #e2e8f0;transition:border-color .15s ease,color .15s ease,background .15s ease}.products-sidebar-panel .products-sidebar-item:hover{background:#fff;border-color:#cbd5e1;color:#111827}.products-sidebar-panel .products-sidebar-item.products-sidebar-item--active{background:#fffbeb;color:#b45309;border-color:#f59e0b;font-weight:600}.products-sidebar-nav{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.4rem;row-gap:.45rem}.products-sidebar-category-wrap{display:inline-flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.35rem}.products-sidebar-category-wrap--expanded{border-right:none;margin-right:0;padding-right:0}.products-sidebar-item,.products-sidebar-item--expandable{padding:.38rem .7rem;font-size:.82rem;font-weight:500;border-radius:999px;border:1px solid #e2e8f0;white-space:nowrap;background:#fff;color:#475569;transition:border-color .15s ease,color .15s ease,background .15s ease}.products-sidebar-item:hover,.products-sidebar-item--expandable:hover{border-color:#cbd5e1;color:#111827;background:#f8fafc}.products-sidebar-item--active,.products-sidebar-item--expandable.products-sidebar-item--active{background:#fffbeb;color:#b45309;border-color:#f59e0b;padding:.38rem .7rem;font-weight:600}.products-sidebar-item--active .products-sidebar-arrow,.products-sidebar-item--expandable.products-sidebar-caret{color:#b45309;opacity:1}.products-sidebar-caret{margin-left:.12rem}.products-sidebar-subs{flex-direction:row;flex-wrap:wrap;padding:0;margin:0;gap:.35rem}.products-sidebar-sub-item{padding:.28rem .5rem;font-size:.78rem;font-weight:400;border-radius:999px;background:#e2e8f0;color:#64748b;border:none;text-decoration:none;flex-shrink:0;transition:background .15s ease,color .15s ease}.products-sidebar-sub-item:hover{background:#cbd5e1;color:#334155}.products-sidebar-sub-item--active{background:#fef3c7;color:#b45309;font-weight:500}.products-main{width:100%;min-width:0}.products-sort{margin-bottom:.5rem;padding:.35rem 0;gap:.25rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.products-sort-btn{padding:.22rem .45rem;font-size:.78rem;white-space:nowrap}.products-sidebar-toggle-text-inner{white-space:nowrap}.products-grid.card-grid.products-grid--5.products-grid--compact{grid-template-columns:repeat(2,1fr);gap:.5rem;grid-auto-rows:auto;min-height:0}.products-grid--compact .product-card-link .new-arrival-card{height:auto;min-height:0;max-height:none}.products-grid--compact .new-arrival-image-wrap{aspect-ratio:1;width:100%;height:0;min-height:0;max-height:none;padding-bottom:100%;position:relative;overflow:hidden}.products-grid--compact .new-arrival-image-wrap .new-arrival-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.products-grid--compact .new-arrival-body{flex:0 0 auto;min-height:0;padding:.35rem .5rem .2rem}.products-grid--compact .new-arrival-body .new-arrival-price{font-size:.95rem;margin-bottom:.15rem}.products-grid--compact .new-arrival-body .new-arrival-title{font-size:.8rem;min-height:0;max-height:2.4em;-webkit-line-clamp:2}.products-grid--compact .new-arrival-body .new-arrival-subtitle{font-size:.72rem}.products-grid--compact .new-arrival-footer{padding:.3rem .5rem .4rem;height:auto;min-height:40px}.products-grid--compact .new-arrival-buy,.products-grid--compact .new-arrival-fav{font-size:.8rem}.products-main .products-grid,.products-main .mall-product-grid{min-height:0}.mall-product-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;grid-auto-rows:auto}.mall-product-grid .product-card-link .mall-product-card,.mall-product-grid .product-card-link .new-arrival-card{height:auto;min-height:0;max-height:none}.mall-product-grid .new-arrival-image-wrap{aspect-ratio:1;width:100%;height:0;min-height:0;max-height:none;padding-bottom:100%;position:relative;overflow:hidden}.mall-product-grid .new-arrival-image-wrap .new-arrival-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.mall-product-grid .new-arrival-body{flex:0 0 auto;min-height:0;padding:.35rem .5rem .2rem}.mall-product-grid .new-arrival-body .new-arrival-price{font-size:.95rem;margin-bottom:.15rem}.mall-product-grid .new-arrival-body .new-arrival-title{font-size:.8rem;min-height:0;max-height:2.4em;-webkit-line-clamp:2}.mall-product-grid .new-arrival-body .new-arrival-subtitle{font-size:.72rem}.mall-product-grid .new-arrival-footer{padding:.3rem .5rem .4rem;height:auto;min-height:40px}.mall-product-grid .new-arrival-buy,.mall-product-grid .new-arrival-fav{font-size:.8rem}.home-products-grid{grid-template-columns:repeat(2,1fr)}.home-shops-grid{display:flex;grid-template-columns:unset;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:.25rem 0 .5rem;scrollbar-width:none}.home-shops-grid::-webkit-scrollbar{display:none}.home-shops-grid .shop-card{flex:0 0 85%;min-width:260px;max-width:320px;scroll-snap-align:center;box-sizing:border-box}.home-shops-grid .home-section-empty{flex:0 0 100%;min-width:0}.products-pagination{padding:.75rem 0;margin-top:.5rem;gap:.35rem}.products-pagination-btn{min-width:1.75rem;height:1.75rem;font-size:.8rem}.home-mobile-search{display:block;margin:.06rem 0 .04rem}.home-mobile-search .search-capsule{max-width:72%;margin:0 auto;height:34px;border-radius:14px;padding:0 3px 0 8px}.home-mobile-search .search-icon{width:15px;height:15px;margin-right:3px}.home-mobile-search .search-input{font-size:.75rem}.home-mobile-search .search-button{padding:0 12px;height:26px;font-size:.75rem}.mobile-bottom-nav{display:flex;justify-content:space-around;align-items:center;min-height:56px;padding-top:.4rem;padding-bottom:calc(.4rem + env(safe-area-inset-bottom,0px));box-sizing:border-box}.floating-cart{display:none!important}.app-footer{padding:1rem;margin-top:.5rem}.footer-top{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-nav-columns{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:1.25rem;column-gap:1.25rem}.footer-nav-column{align-items:flex-start}.footer-middle{flex-direction:column;gap:1.25rem}.footer-payments-logos{gap:.5rem}.footer-payment-badge{flex:0 0 calc(50% - .5rem);max-width:calc(50% - .5rem);min-height:44px;height:auto}.footer-payment-name{font-size:.72rem;line-height:1.2}.footer-about-text{font-size:.8rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.25rem}.footer-bottom-sub{font-size:.75rem}.footer-backtop{right:.75rem;bottom:4.5rem}.hero{padding:.12rem .4rem .65rem}.hero-title{font-size:1.6rem}.page-header{flex-direction:column;align-items:flex-start}.form-actions{justify-content:stretch}.form-actions .btn{flex:1}.home-banner-grid{grid-template-columns:1fr}.carousel-rect-wrap{min-height:0;aspect-ratio:2.5 / 1;overflow:hidden}.carousel-rect-wrap .carousel-card,.carousel-rect-wrap .carousel-slide-link{min-height:0}.carousel-rect-wrap .carousel-slide-img{min-height:0;object-fit:cover;object-position:center}.carousel-square{font-size:.8rem;padding:.6rem .75rem}.carousel-squares{display:none}.section-categories .category-strip{height:118px;overflow-x:auto;overflow-y:hidden;gap:.75rem;padding-bottom:.35rem;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.section-categories .category-item{flex:0 0 auto;width:68px;min-width:68px;height:100%}.section-categories .category-icon{width:100%;height:68px;border-radius:.5rem}.section-categories .category-name{font-size:.7rem;line-height:1.25}.merchant-banner-inner{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.4rem;padding:.8rem .9rem .75rem;min-width:0;width:100%;min-height:0;aspect-ratio:2.5 / 1;border-radius:1rem;overflow:hidden;position:relative;box-sizing:border-box}.merchant-banner-visual{order:2;flex:1 1 auto;width:100%;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;position:relative}.merchant-banner-visual-inner{transform:none}.merchant-banner-content{order:1;flex:0 0 auto;min-width:0;padding:0;align-items:flex-start;text-align:left;justify-content:center;gap:.06rem;padding-right:3.5rem;margin-left:-1rem;box-sizing:border-box}.merchant-banner-line{font-size:.14rem;font-weight:600;line-height:1.15}.merchant-banner-line-highlight{font-size:.17rem}.merchant-banner-btn{position:absolute;top:.7rem;right:.9rem;margin-top:0;padding:.32rem .85rem;font-size:.78rem}.service-features-inner{gap:.9rem;padding:.5rem 0 0}.service-feature-item{gap:.3rem}.service-feature-icon{width:36px;height:36px}.service-feature-label{font-size:.68rem;letter-spacing:.01em}}.merchant-banner{margin-top:1.5rem}.merchant-banner-inner{border-radius:1.2rem;background:linear-gradient(135deg,#fef7ed,#fff7ed 40%,#fef3c7);border:1px solid #fde68a;padding:1.6rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 4px 20px #fbbf241f}.merchant-banner-visual{position:relative;flex:0 0 280px;max-width:320px;height:170px}.merchant-banner-visual-inner{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.merchant-banner-visual-inner>*{pointer-events:auto}.merchant-banner-store{position:absolute;bottom:14px;left:10px;width:175px;height:108px;border-radius:.85rem;background:#fff;box-shadow:0 6px 18px #0f172a1a;border:1px solid #fde68a}.merchant-banner-store:before{content:"";position:absolute;top:-16px;left:0;right:0;height:20px;border-radius:.85rem .85rem 0 0;background:repeating-linear-gradient(90deg,#f59e0b 0 12px,#fbbf24 12px 24px);box-shadow:0 2px 6px #f59e0b33}.merchant-banner-store:after{content:"";position:absolute;top:16px;left:14px;right:14px;height:8px;border-radius:999px;background:#fef3c7}.merchant-banner-store-window{position:absolute;top:28px;left:50%;transform:translate(-50%);width:52px;height:38px;border-radius:.4rem;background:linear-gradient(180deg,#bfdbfe,#93c5fd);border:2px solid #fcd34d;box-shadow:inset 0 2px 6px #ffffff80}.merchant-banner-store-sign{position:absolute;top:-10px;left:50%;transform:translate(-50%);width:56px;height:18px;border-radius:.25rem;background:#fef3c7;border:1px solid #fcd34d;box-shadow:0 2px 6px #0000000f}.merchant-banner-box{position:absolute;bottom:8px;left:115px;width:72px;height:44px;border-radius:.5rem;background:linear-gradient(135deg,#fde68a,#fbbf24,#d97706);box-shadow:0 6px 16px #d9770640;border:1px solid #f59e0b}.merchant-banner-receipt{position:absolute;bottom:42px;left:195px;width:42px;height:52px;border-radius:.2rem;background:#fff;box-shadow:0 4px 12px #0f172a1f;border:1px solid #fde68a;transform:rotate(-8deg)}.merchant-banner-receipt:before{content:"";position:absolute;top:8px;left:6px;right:6px;height:3px;border-radius:2px;background:#fef3c7}.merchant-banner-receipt:after{content:"";position:absolute;top:16px;left:6px;right:6px;height:2px;border-radius:2px;background:#fde68a}.merchant-banner-coin{position:absolute;width:28px;height:28px;border-radius:999px;background:linear-gradient(145deg,#fef9c3,#fde68a 40%,#fbbf24);box-shadow:0 2px 8px #d977064d,inset 0 1px #fff9;border:1px solid #f59e0b}.merchant-banner-coin-1{bottom:28px;left:208px}.merchant-banner-coin-2{bottom:38px;left:232px;width:24px;height:24px}.merchant-banner-coin-3{bottom:48px;left:218px;width:20px;height:20px}.merchant-banner-bag{position:absolute;bottom:12px;right:8px;width:36px;height:44px;border-radius:0 0 .3rem .3rem;background:linear-gradient(180deg,#fef3c7,#fde68a);border:1px solid #fcd34d;box-shadow:0 4px 10px #fbbf2440}.merchant-banner-bag:before{content:"";position:absolute;top:-8px;left:4px;right:4px;height:10px;border:2px solid #fcd34d;border-bottom:none;border-radius:.2rem .2rem 0 0;background:#fef9c3}.merchant-banner-badge{position:absolute;top:8px;right:14px;width:38px;height:38px;border-radius:999px;background:linear-gradient(145deg,#fef3c7,#fbbf24);border:2px solid #f59e0b;box-shadow:0 4px 12px #f59e0b59;font-size:1.1rem;font-weight:800;color:#b45309;display:flex;align-items:center;justify-content:center}.merchant-banner-badge:after{content:"%"}.merchant-banner-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;color:#374151}.merchant-banner-line{font-size:1.4rem;font-weight:600;color:#374151}.merchant-banner-line-highlight{font-size:1.6rem;color:#111827}.merchant-banner-amount{color:#b45309;font-weight:700}.merchant-banner-btn{margin-top:1rem;padding:.55rem 1.6rem;border-radius:999px;border:none;background-color:#374151;color:#f9fafb;font-size:.95rem;cursor:pointer;transition:background-color .2s ease}.merchant-banner-btn:hover{background-color:#111827}.merchant-apply-page{background:#fff;max-width:960px;margin:0 auto;padding:0 1rem 3rem}.merchant-apply-hero{margin:0 -1rem 2rem;border-radius:0 0 1.25rem 1.25rem;overflow:hidden}.merchant-apply-hero-inner{min-height:220px;padding:2.25rem 2.5rem;display:flex;align-items:center;justify-content:space-between;background:radial-gradient(circle at 80% 20%,rgba(249,115,22,.45),transparent 55%),linear-gradient(120deg,#020617,#0b1220 40%,#111827 75%,#020617);color:#f9fafb;position:relative}.merchant-apply-hero-inner:after{content:"";position:absolute;right:4rem;top:1.75rem;bottom:1.75rem;width:40%;background:radial-gradient(circle at center,rgba(248,250,252,.22),transparent 60%);opacity:.8;pointer-events:none}.merchant-apply-hero-text{max-width:420px;position:relative;z-index:1}.merchant-apply-hero-illustration{position:relative;z-index:1;flex:0 0 320px;display:flex;justify-content:flex-end}.merchant-apply-hero-dashboard{width:100%;max-width:320px;border-radius:.9rem;padding:.85rem 1rem;background:#0f172ae6;box-shadow:0 14px 28px #0f172a8c;border:1px solid rgba(148,163,184,.4)}.merchant-apply-hero-dashboard-header{display:flex;gap:.35rem;margin-bottom:.65rem}.merchant-apply-hero-dot{width:6px;height:6px;border-radius:999px;background:#6b7280}.merchant-apply-hero-dashboard-body{display:flex;gap:.75rem;align-items:center}.merchant-apply-hero-chart{position:relative;flex:1;min-width:0;height:64px}.merchant-apply-hero-chart-line{position:absolute;inset:18px 4px 0;border-radius:999px;background:linear-gradient(90deg,#94a3b833,#94a3b899)}.merchant-apply-hero-chart-bar{position:absolute;bottom:8px;width:6px;border-radius:999px;background:linear-gradient(180deg,#f97316,#ea580c)}.merchant-apply-hero-chart-bar--1{height:22px;left:18%}.merchant-apply-hero-chart-bar--2{height:32px;left:48%}.merchant-apply-hero-chart-bar--3{height:42px;left:74%}.merchant-apply-hero-metrics{display:flex;flex-direction:column;gap:.4rem}.merchant-apply-hero-metric{display:flex;flex-direction:column;align-items:flex-start}.merchant-apply-hero-metric-label{font-size:.7rem;color:#9ca3af}.merchant-apply-hero-metric-value{font-size:.9rem;font-weight:600;color:#f97316}.merchant-apply-hero-title{font-size:2rem;font-weight:700;margin:0 0 .75rem;color:#f97316}.merchant-apply-hero-subtitle{margin:0;font-size:.95rem;line-height:1.7;color:#e5e7eb}@media(max-width:768px){.merchant-apply-page{max-width:100%;padding:0 .75rem 2.5rem}.merchant-apply-hero{margin:0 -.75rem 1.5rem;border-radius:0 0 1rem 1rem}.merchant-apply-hero-inner{padding:1.75rem 1.5rem;min-height:200px;flex-direction:column;align-items:flex-start;gap:1.25rem}.merchant-apply-hero-inner:after{display:none}.merchant-apply-hero-title{font-size:1.6rem}.merchant-apply-hero-subtitle{font-size:.9rem}.merchant-apply-hero-illustration{align-items:flex-start;flex:1 0 auto;width:100%}.merchant-apply-section{margin-bottom:1.75rem}.merchant-apply-header{margin-bottom:1rem}.merchant-apply-title{font-size:1.2rem}.merchant-apply-login-hint{font-size:.85rem}.merchant-apply-form--row .merchant-apply-field{grid-template-columns:1fr;gap:.5rem;margin-bottom:1rem}.merchant-apply-form--row .merchant-apply-field--id-photos{grid-template-columns:110px minmax(0,1fr);align-items:flex-start}.merchant-apply-form--row .merchant-apply-field--checkbox,.merchant-apply-form--row .merchant-apply-field--submit{grid-template-columns:1fr}.merchant-apply-label{padding-top:0;font-size:.88rem}.merchant-apply-input,.merchant-apply-select-wrap{max-width:100%}.merchant-apply-upload--logo{width:104px;height:104px}.merchant-apply-id-uploads{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.merchant-apply-id-upload-item{align-items:stretch}.merchant-apply-id-upload-item .merchant-apply-upload{width:100%;height:96px}.merchant-apply-example-col-label{padding-top:.25rem;font-size:.85rem}.merchant-apply-example-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.merchant-apply-example-img{width:100%;height:auto;border-radius:.5rem}.merchant-apply-checkbox-wrap{padding:.5rem .25rem}.merchant-apply-submit-btn{width:100%;max-width:100%}.merchant-apply-agreement-overlay{padding:0;align-items:stretch}.merchant-apply-agreement-modal{width:100%;max-width:none;height:100%;max-height:none;border-radius:0}.merchant-apply-agreement-title{padding:calc(.9rem + env(safe-area-inset-top,0px)) 1rem .65rem;font-size:1.05rem}.merchant-apply-agreement-close{top:calc(.65rem + env(safe-area-inset-top,0px));right:.65rem;width:44px;height:44px}.merchant-apply-agreement-body{padding:0 1rem 1rem}.merchant-apply-agreement-signatures{flex-direction:column;gap:1rem}.merchant-apply-agreement-party{max-width:100%}.merchant-apply-agreement-party--b{margin-right:0}.merchant-apply-agreement-actions{position:sticky;bottom:0;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));box-shadow:0 -6px 18px #0f172a14}.merchant-apply-agreement-btn{flex:1;min-width:0}.merchant-apply-signature-overlay{padding:0;align-items:stretch}.merchant-apply-signature-modal{width:100%;max-width:none;height:100%;border-radius:0;padding:calc(.9rem + env(safe-area-inset-top,0px)) 1rem calc(1rem + env(safe-area-inset-bottom,0px));box-sizing:border-box}.merchant-apply-signature-pad-wrap{height:240px}.merchant-apply-signature-actions{gap:.5rem}.merchant-apply-signature-actions .merchant-apply-agreement-btn{flex:1;min-width:0}}.merchant-apply-section{margin-bottom:2.5rem}.merchant-apply-header{margin-bottom:1.5rem}.merchant-apply-title{font-size:1.5rem;font-weight:700;color:#374151;margin:0 0 .35rem}.merchant-apply-login-hint{margin:0;font-size:.9rem;color:#374151}.merchant-apply-login-link{color:#ea580c;text-decoration:none}.merchant-apply-login-link:hover{text-decoration:underline}.merchant-apply-form--row .merchant-apply-field{display:grid;grid-template-columns:140px 1fr;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.merchant-apply-form--row .merchant-apply-field--id-photos,.merchant-apply-form--row .merchant-apply-field--checkbox,.merchant-apply-form--row .merchant-apply-field--submit{grid-template-columns:140px 1fr;align-items:start}.merchant-apply-label{font-size:.9rem;color:#374151;padding-top:.5rem;line-height:1.4}.merchant-apply-required{color:#ef4444;margin-right:.15em}.merchant-apply-input{width:100%;max-width:360px;padding:.65rem .75rem;min-height:2.75rem;border-radius:.375rem;border:1px solid #d1d5db;font-size:.9rem;outline:none;background:#fff;color:#111827;transition:border-color .2s ease;box-sizing:border-box}.merchant-apply-input::placeholder{color:#9ca3af}.merchant-apply-input:focus{border-color:#9ca3af}.merchant-apply-input--error{border-color:#ef4444}.merchant-apply-select-wrap{position:relative;width:100%;max-width:360px}.merchant-apply-select{appearance:none;padding-right:2rem}.merchant-apply-select-caret{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#9ca3af;font-size:.75rem}.merchant-apply-upload{width:120px;height:120px;border:1px dashed #d1d5db;border-radius:.375rem;background:#fafafa;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background .2s ease}.merchant-apply-upload:hover{border-color:#9ca3af;background:#f3f4f6}.merchant-apply-upload--logo{width:120px;height:120px}.merchant-apply-upload-input{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.merchant-apply-upload-preview{width:100%;height:100%;object-fit:cover;border-radius:.375rem;display:block}.merchant-apply-upload{position:relative}.merchant-apply-upload-icon{width:32px;height:32px;color:#6b7280}.merchant-apply-upload-loading{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.8rem;color:#6b7280}.merchant-apply-id-uploads{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.merchant-apply-example-col-label{font-size:.9rem;color:#374151;padding-top:.5rem;line-height:1.4;align-self:start}.merchant-apply-id-upload-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.merchant-apply-id-upload-item .merchant-apply-upload{width:100px;height:100px}.merchant-apply-id-upload-label{font-size:.8rem;color:#6b7280}.merchant-apply-photo-examples{margin-bottom:1.75rem}.merchant-apply-subtitle{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.merchant-apply-example-list{display:flex;gap:2rem;flex-wrap:wrap;align-items:flex-start}.merchant-apply-example-item{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.merchant-apply-example-label{font-size:.9rem;color:#374151;font-weight:500}.merchant-apply-example-img{display:block;max-width:200px;height:auto;border-radius:.5rem;box-shadow:0 2px 8px #0000001a}.merchant-apply-example-icon{width:56px;height:36px}.merchant-apply-example-icon svg{width:100%;height:100%;display:block}.merchant-apply-tabs{display:inline-flex;gap:0;border-radius:.5rem;overflow:hidden;margin-bottom:1.5rem}.merchant-apply-tab{padding:.5rem 1.25rem;font-size:.9rem;color:#374151;background:#e5e7eb;border:none;cursor:pointer;transition:background .2s ease,color .2s ease}.merchant-apply-tab--active{background:#ea580c;color:#fff}.merchant-apply-input-wrap{position:relative;width:100%;max-width:360px}.merchant-apply-input-wrap .merchant-apply-input{padding-right:2.5rem}.merchant-apply-password-toggle{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.25rem}.merchant-apply-password-toggle:hover{color:#374151;background:#f3f4f6}.merchant-apply-error{margin:.35rem 0 0;font-size:.8rem;color:#ef4444}.merchant-apply-checkbox-wrap{display:flex;align-items:center;gap:.5rem}.merchant-apply-checkbox{flex-shrink:0;width:18px;height:18px;border-radius:50%;border:1px solid #d1d5db;background:#fff;cursor:pointer;transition:border-color .2s ease,background .2s ease}.merchant-apply-checkbox--checked{background:#111827;border-color:#111827;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");background-size:12px 12px;background-position:center;background-repeat:no-repeat}.merchant-apply-form--row .merchant-apply-field--checkbox{display:flex;justify-content:center;padding-top:1.25rem;margin-top:.5rem;border-top:1px solid #e5e7eb}.merchant-apply-form--row .merchant-apply-field--checkbox .merchant-apply-checkbox-wrap{flex:0 0 auto}.merchant-apply-checkbox-label{font-size:.9rem;color:#374151;white-space:nowrap}.merchant-apply-checkbox-agreement{color:#ea580c;font-weight:500;cursor:pointer}.merchant-apply-checkbox-agreement:hover{color:#c2410c;text-decoration:underline}.merchant-apply-form--row .merchant-apply-field--submit{grid-column:1 / -1;display:flex;justify-content:center;margin-top:.75rem}.merchant-apply-submit-btn{width:100%;max-width:320px;padding:.65rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;background:#ea580c;border:none;border-radius:.375rem;cursor:pointer;transition:background .2s ease}.merchant-apply-submit-btn:hover:not(:disabled){background:#c2410c}.merchant-apply-submit-btn:disabled,.merchant-apply-submit-btn.merchant-apply-submit-btn--disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.merchant-apply-submit-btn:disabled:hover,.merchant-apply-submit-btn.merchant-apply-submit-btn--disabled:hover{background:#d1d5db}.merchant-apply-agreement-overlay{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:center;padding:1.5rem;background:#0f172a59;overflow-y:auto}.merchant-apply-agreement-modal{position:relative;width:100%;max-width:1120px;max-height:calc(100vh - 3rem);background:#fff;border-radius:.75rem;box-shadow:0 20px 48px #0f172a33;display:flex;flex-direction:column;overflow:hidden}.merchant-apply-agreement-close{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;border:none;background:transparent;font-size:1.5rem;line-height:1;color:#6b7280;cursor:pointer;border-radius:50%;transition:color .2s ease,background .2s ease;z-index:1}.merchant-apply-agreement-close:hover{color:#111827;background:#f3f4f6}.merchant-apply-agreement-title{margin:0;padding:1.25rem 1.5rem .75rem;font-size:1.25rem;font-weight:600;color:#111827}.merchant-apply-agreement-body{padding:0 1.5rem 1rem;overflow-y:auto;font-size:.9rem;line-height:1.65;color:#111827;background:#fff}.merchant-apply-agreement-body h3{margin:.85rem 0 .25rem;font-size:.95rem;font-weight:600;color:#111827}.merchant-apply-agreement-body h3:first-of-type{margin-top:.5rem}.merchant-apply-agreement-body p{margin:0 0 .35rem}.merchant-apply-agreement-signatures{display:flex;justify-content:space-between;align-items:flex-start;margin-top:1.5rem;padding-top:0;gap:2rem}.merchant-apply-agreement-party{flex:1;max-width:50%}.merchant-apply-agreement-party--a{text-align:left}.merchant-apply-agreement-party--b{text-align:left;margin-right:1.5rem}.merchant-apply-agreement-party--b p{text-align:left}.merchant-apply-agreement-party-label{display:inline-block;min-width:3.5em;text-align:left}.merchant-apply-agreement-signatures p{margin:.2rem 0}.merchant-apply-agreement-party-name-wrap{position:relative;display:inline-block;min-width:8em;min-height:2em;vertical-align:middle}.merchant-apply-agreement-party-name{visibility:hidden;white-space:nowrap}.merchant-apply-agreement-signature-img{position:absolute;left:0;top:50%;transform:translateY(-50%);height:2.25rem;width:auto;max-width:160px;object-fit:contain;object-position:left center;pointer-events:none}.merchant-apply-agreement-actions{display:flex;gap:.75rem;justify-content:center;padding:1rem 1.5rem 1.25rem;background:#fff}.merchant-apply-agreement-btn{padding:.55rem 1.25rem;font-size:.95rem;font-weight:500;border:none;border-radius:.375rem;cursor:pointer;transition:background .2s ease,color .2s ease}.merchant-apply-agreement-btn--primary{color:#fff;background:#ea580c}.merchant-apply-agreement-btn--primary:hover{background:#c2410c}.merchant-apply-agreement-btn--secondary{color:#374151;background:#fcd34d}.merchant-apply-agreement-btn--secondary:hover{background:#fbbf24}.merchant-apply-signature-overlay{position:fixed;inset:0;z-index:1100;display:flex;justify-content:center;align-items:center;padding:1.5rem;background:#0f172a66;overflow-y:auto}.merchant-apply-signature-modal{position:relative;width:100%;max-width:480px;background:#fff;border-radius:.75rem;box-shadow:0 20px 48px #0f172a40;padding:1.25rem 1.5rem 1.5rem}.merchant-apply-signature-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#111827;text-align:center}.merchant-apply-signature-pad-wrap{width:100%;height:300px;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;background:#fff;margin-bottom:1rem}.merchant-apply-signature-canvas{display:block;width:100%;height:100%;cursor:crosshair;touch-action:none}.merchant-apply-signature-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.merchant-apply-signature-actions .merchant-apply-agreement-btn{min-width:90px}@media(max-width:600px){.merchant-apply-form--row .merchant-apply-field{grid-template-columns:1fr}.merchant-apply-form--row .merchant-apply-field--id-photos .merchant-apply-id-uploads{grid-template-columns:repeat(3,minmax(0,1fr))}.merchant-apply-field--id-photos .merchant-apply-example-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}}.merchant-apply-field--id-photos .merchant-apply-example-list{margin-top:0}.credit-page{padding-bottom:2rem}.credit-hero{position:relative;border-radius:1.25rem;overflow:hidden;background-color:#020617;background-image:linear-gradient(120deg,#0f172afa,#0f172ae6 40%,#0f172a00 70%),url(/credit-hero-clean.png);background-size:cover;background-position:right center;min-height:360px;display:flex;align-items:center}.credit-hero-inner{position:relative;padding:2.5rem 3rem;max-width:720px;color:#e5e7eb}.credit-hero-title{margin:1.75rem 0 .5rem;font-size:1.9rem;font-weight:700;color:#f9fafb;text-shadow:0 2px 8px rgba(15,23,42,.9)}.credit-hero-subtitle{margin:0 0 1rem;font-size:1.3rem;font-weight:700;color:#f9fafb;text-shadow:0 2px 6px rgba(15,23,42,.8)}.credit-hero-description{margin:0 0 1.5rem;font-size:.95rem;line-height:1.8;color:#e5e7eb;max-width:34rem}.credit-hero-actions{display:flex;gap:.75rem}.credit-hero-btn{min-width:120px;padding:.55rem 1.5rem;border-radius:999px;font-size:.95rem;border:1px solid transparent;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.credit-hero-btn-primary{background:#f97316;color:#111827;border-color:#f97316}.credit-hero-btn-primary:hover{background:#fb923c;border-color:#fb923c}.credit-hero-btn-secondary{background:transparent;color:#e5e7eb;border-color:#e5e7eb}.credit-hero-btn-secondary:hover{background:#0f172a66}@media(max-width:768px){.credit-hero{min-height:320px;background-position:70% center}.credit-hero-inner{padding:1.75rem 1.5rem 2rem;max-width:100%}.credit-hero-bg-text{font-size:2.5rem;left:1.5rem}.credit-hero-title{font-size:1.6rem}.credit-hero-subtitle{font-size:1.1rem}.credit-hero-actions{flex-wrap:wrap}}.credit-feature-section{margin-top:2.5rem}.credit-feature-title{margin:0 0 .35rem;font-size:1.3rem;font-weight:700;color:#111827;text-align:center}.credit-feature-title-underline{width:60px;height:2px;margin:0 auto 1.75rem;background:#111827}.credit-feature-grid{display:grid;grid-template-columns:repeat(3,260px);justify-content:center;column-gap:6rem;row-gap:2.5rem}.credit-feature-card{background:#fff;border-radius:.9rem;border:1px solid #e5e7eb;padding:1.8rem 1.25rem 2.1rem;text-align:center;box-shadow:0 10px 24px #0f172a0f;min-height:300px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;cursor:default}.credit-feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0f172a1f;border-color:#f97316}.credit-feature-icon{width:64px;height:64px;border-radius:0;background:transparent;display:flex;align-items:center;justify-content:center;margin:0 auto .85rem;color:#fff}.credit-feature-icon-img{width:52px;height:52px;object-fit:contain}.credit-feature-icon-placeholder{font-size:1.5rem}.credit-feature-card-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111827}.credit-feature-card-text{margin:0;font-size:.9rem;line-height:1.7;color:#4b5563}@media(max-width:900px){.credit-feature-grid{grid-template-columns:1fr}}.credit-about-section{margin-top:3rem}.credit-about-inner{border-radius:1.25rem;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1.4fr);min-height:260px}.credit-about-illustration{position:relative;overflow:hidden}.credit-about-img{width:100%;height:100%;object-fit:contain;background:#111827;display:block}.credit-about-content{padding:2.25rem 2.75rem 2.5rem;color:#f9fafb;background:#111827;display:flex;flex-direction:column;justify-content:center}.credit-about-title{margin:0 0 .75rem;font-size:1.4rem;font-weight:700}.credit-about-text{margin:0 0 .75rem;font-size:.9rem;line-height:1.8;color:#e5e7eb}.credit-about-actions{display:flex;gap:.75rem;margin-top:1.25rem}.credit-about-btn{padding:.55rem 1.8rem;border-radius:999px;border:1px solid transparent;font-size:.9rem;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.credit-about-btn-primary{background:#f97316;color:#111827;border-color:#f97316}.credit-about-btn-primary:hover{background:#fb923c;border-color:#fb923c}.credit-about-btn-secondary{background:transparent;color:#f9fafb;border-color:#f9fafb}.credit-about-btn-secondary:hover{background:#0f172a66}@media(max-width:900px){.credit-about-inner{grid-template-columns:minmax(0,1fr)}.credit-about-content{padding:1.75rem 1.5rem 2rem}.credit-about-actions{flex-direction:column}}.credit-apply-modal-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:1200}.credit-apply-modal{background:#fff;border-radius:.75rem;padding:1.75rem 2rem 1.5rem;max-width:360px;width:90%;text-align:center;box-shadow:0 18px 40px #0f172a2e}.credit-apply-modal-text{margin:0 0 1.25rem;font-size:.95rem;line-height:1.7;color:#111827}.credit-apply-modal-btn{padding:.45rem 1.5rem;border-radius:999px;border:none;background:#f97316;color:#111827;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease}.credit-apply-modal-btn:hover{background:#fb923c}.categories-page{background-color:transparent;min-height:60vh;padding:1.5rem 0 3rem}.categories-page-inner{max-width:1200px;margin:0 auto;padding:0 1rem 0 1.5rem}.categories-page-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1.25rem;padding-bottom:.75rem}.categories-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.category-card{display:flex;flex-direction:row;align-items:stretch;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.category-card:hover{border-color:#111827;box-shadow:0 4px 12px #0f172a14}.category-card-main{display:flex;flex-direction:row;align-items:stretch;flex:0 0 auto;text-decoration:none;color:inherit}.category-card-image-wrap{flex:0 0 200px;width:200px;min-height:180px;background:#fafafa;display:flex;align-items:center;justify-content:center;overflow:hidden;border-right:1px solid #e5e7eb}.category-card-image{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.category-card--lipinka .category-card-image{max-width:72%;max-height:72%}.category-card-main .category-card-title{margin:0;padding:1rem 1.25rem;align-self:center;font-size:1.1rem;font-weight:700;color:#111827;border-right:1px solid #e5e7eb}.category-card-body{flex:1;min-width:0;padding:1rem 1.25rem;display:flex;flex-direction:column;justify-content:center}.category-card-title{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 .6rem;line-height:1.3}.category-card-title-inner{display:inline-flex;align-items:center;gap:.4rem}.category-title-icon{width:20px;height:20px;flex-shrink:0}.category-title-text{display:inline-block}.category-card-items{display:flex;flex-wrap:wrap;gap:.35rem .6rem;align-items:center}.category-card-item{font-size:.85rem;color:#4b5563;line-height:1.4;text-decoration:none;transition:color .15s ease}.category-card-item:hover{color:#111827}.category-card-item:after{content:"、";color:#9ca3af}.category-card-item:last-child:after{content:""}@media(max-width:768px){.categories-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.category-card-image-wrap{flex:0 0 80px;width:80px;min-height:80px;border-right:none;background:#f9fafb}}@media(max-width:768px){.categories-page{padding:.75rem 0 2.25rem}.categories-page-inner{max-width:100%;padding:0 .75rem}.categories-page-title{font-size:1.15rem;padding-bottom:.5rem;margin-bottom:.75rem}.categories-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.category-card{flex-direction:column;align-items:center;padding:.55rem .4rem}.category-card-main{display:flex;flex-direction:column;align-items:center;gap:.55rem;flex:1}.category-card-title{font-size:.95rem;margin-bottom:.15rem}.category-card-body,.category-card-items{display:none}.category-card-item{font-size:.72rem;padding:0;border-radius:0;border:none;background-color:transparent}}.product-discount-badge{position:absolute;top:.5rem;right:.5rem;padding:.15rem .5rem;border-radius:999px;background:#f97316;color:#fff;font-size:.7rem;font-weight:600;box-shadow:0 4px 10px #f9731666}.discount-products-grid .product-discount-badge{background:#f97316}.discount-products-page{max-width:1120px;margin:0 auto;padding:1.5rem 2.5rem 3rem}@media(max-width:900px){.discount-products-page{padding-inline:1.25rem}}.login-page{max-width:1120px;margin:0 auto;padding:1rem 0 3rem}.account-page{max-width:1120px;margin-left:auto;margin-right:auto;padding:1.5rem 1.5rem 3rem}.account-inner{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1.5rem}.account-sidebar{padding:1.5rem 1rem;border-right:1px solid #e5e7eb}.account-profile{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid #e5e7eb}.account-avatar{width:64px;height:64px;border-radius:999px;background:#f97316;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.6rem;overflow:hidden;flex-shrink:0}.account-avatar-btn{border:none;padding:0;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.account-avatar-btn:hover{transform:scale(1.03);box-shadow:0 4px 12px #00000026}.account-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.account-profile-main{display:flex;flex-direction:column;gap:.2rem;align-items:center;text-align:center}.account-profile-name{font-size:1rem;font-weight:600;color:#111827}.account-profile-id{font-size:.82rem;color:#6b7280;display:inline-flex;align-items:center;gap:.25rem}.account-profile-id-label{letter-spacing:.05em}.account-profile-id-value{color:#111827}.account-id-copy{border:none;background:transparent;padding:0;margin-left:.15rem;cursor:pointer;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center}.account-nav{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.account-nav-item{border:none;background:transparent;padding:.9rem .5rem;text-align:left;font-size:.9rem;color:#4b5563;cursor:pointer;display:flex;align-items:center;gap:.75rem}.account-nav-item--active{color:#111827;font-weight:600}.account-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:22px}.account-nav-icon--gauge{width:40px}.account-nav-gauge-img{display:block;width:32px;height:32px;object-fit:contain}.account-nav-icon--wallet{width:32px}.account-nav-wallet-img{display:block;width:26px;height:26px;object-fit:contain}.account-nav-icon--order{width:32px}.account-nav-order-img{display:block;width:26px;height:26px;object-fit:contain}.account-nav-icon--favorite{width:32px}.account-nav-favorite-img{display:block;width:26px;height:26px;object-fit:contain}.account-nav-icon--shop-fav{width:32px}.account-nav-shop-fav-img{display:block;width:26px;height:26px;object-fit:contain}.account-nav-icon--settings{width:32px}.account-nav-settings-img{display:block;width:26px;height:26px;object-fit:contain}.account-nav-label{flex:1}.account-avatar-picker-overlay{position:fixed;inset:0;background:#00000080;z-index:1000}.account-avatar-picker{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;max-width:420px;max-height:85vh;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;z-index:1001;display:flex;flex-direction:column;overflow:hidden}.account-avatar-picker-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.account-avatar-picker-title{font-size:1.1rem;font-weight:600;color:#111827;margin:0}.account-avatar-picker-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#6b7280;background:none;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.account-avatar-picker-close:hover{color:#111827;background:#f3f4f6}.account-avatar-picker-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;padding:1.25rem;overflow-y:auto}.account-avatar-option{width:52px;height:52px;justify-self:center;border-radius:50%;overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:#f3f4f6;transition:border-color .2s ease,transform .15s ease}.account-avatar-option:hover{border-color:#d1d5db;transform:scale(1.05)}.account-avatar-option--selected{border-color:#f97316;box-shadow:0 0 0 1px #fff}.account-avatar-option img{width:100%;height:100%;object-fit:cover;display:block}.account-main{display:flex;flex-direction:column;gap:2rem}.account-summary{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr);gap:1rem}.account-balance-card{background:#111827;border-radius:.75rem;padding:1.25rem 1.5rem;color:#f9fafb}.account-balance-label{font-size:.86rem;opacity:.9;margin-bottom:.4rem}.account-balance-value{font-size:1.8rem;font-weight:700}.account-action-card{background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem}.account-action-card--button{cursor:pointer}.account-action-title{font-size:.95rem;color:#111827}.account-action-icon{font-size:1.4rem;color:#111827}.account-fav-shops{padding-top:.5rem}.account-fav-shops-header{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.account-fav-shops-back{font-size:1.25rem;color:#6b7280}.account-fav-shops-title{font-size:1.1rem;font-weight:600;color:#111827}.account-fav-shops-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center}.account-fav-shops-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.account-fav-shops-item{display:flex;align-items:center;gap:.75rem;padding:0;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.account-fav-shops-item:hover{box-shadow:0 4px 12px #00000014;border-color:#d1d5db}.account-fav-shops-item-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#111827;flex:1;min-width:0;padding:.75rem 1rem;transition:background-color .15s ease}.account-fav-shops-item-link:hover{background:#f8fafc;color:#111827}.account-fav-shops-item-link:hover .account-fav-shops-item-name{color:#2563eb}.account-fav-shops-item-link:hover .account-fav-shops-item-arrow{color:#2563eb;transform:translate(2px)}.account-fav-shops-item-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0;box-shadow:0 2px 8px #6366f14d;overflow:hidden}.account-fav-shops-item-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.account-fav-shops-item-info{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.account-fav-shops-item-name{font-size:.9rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .15s ease}.account-fav-shops-item-enter{font-size:.8rem;color:#6b7280;font-weight:400}.account-fav-shops-item-link:hover .account-fav-shops-item-enter{color:#2563eb}.account-fav-shops-item-arrow{font-size:1.5rem;color:#9ca3af;font-weight:300;flex-shrink:0;transition:color .15s ease,transform .15s ease}.account-fav-shops-item-unfollow{padding:.4rem .75rem;margin-right:.75rem;font-size:.8rem;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;flex-shrink:0;transition:color .15s ease,border-color .15s ease,background .15s ease}.account-fav-shops-item-unfollow:hover{color:#dc2626;border-color:#fecaca;background:#fef2f2}@media(max-width:640px){.account-fav-shops-list{grid-template-columns:1fr}}.account-fav-products{padding-top:.5rem}.account-fav-products-header{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.account-fav-products-back{font-size:1.25rem;color:#6b7280}.account-fav-products-title{font-size:1.1rem;font-weight:600;color:#111827}.account-fav-products-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center}.account-fav-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.account-fav-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.account-fav-pagination-btn{padding:.4rem .9rem;font-size:.9rem;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:.35rem;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.account-fav-pagination-btn:hover:not(:disabled){color:#111827;border-color:#9ca3af;background:#f9fafb}.account-fav-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.account-fav-pagination-info{font-size:.9rem;color:#6b7280}.account-address-header{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.account-address-back{border:none;background:transparent;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;flex-shrink:0}.account-address-back:hover{color:#111827}.account-address-title{flex:1;font-size:1.1rem;font-weight:600;color:#111827;margin:0}.account-address-add-btn{display:inline-flex;align-items:center;gap:.35rem;border:none;border-radius:.35rem;background:#111827;color:#fff;font-size:.9rem;padding:.5rem .9rem;cursor:pointer;flex-shrink:0}.account-address-add-btn:hover{background:#1f2937}.account-address-add-icon{font-size:1.1rem;line-height:1}.account-address-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.account-address-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.account-address-card{position:relative;padding:1rem 1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem}.account-address-default-badge{position:absolute;top:.75rem;right:1rem;font-size:.75rem;color:#ea580c;background:#fff7ed;padding:.15rem .5rem;border-radius:.25rem}.account-address-card-body{margin-bottom:.75rem}.account-address-card-name{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#111827}.account-address-card-phone{margin:0 0 .2rem;font-size:.875rem;color:#6b7280}.account-address-card-addr{margin:0;font-size:.875rem;color:#374151;line-height:1.4}.account-address-card-actions{display:flex;flex-wrap:wrap;gap:.5rem}.account-address-card-btn{padding:.35rem .65rem;font-size:.85rem;border:1px solid #d1d5db;border-radius:.35rem;background:#fff;color:#374151;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.account-address-card-btn:hover{background:#f3f4f6;border-color:#9ca3af}.account-address-card-btn--danger:hover{background:#fef2f2;border-color:#f87171;color:#dc2626}.account-orders{padding-top:.5rem}.account-orders-title{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:1.25rem}.account-orders-tabs{display:flex;gap:.75rem;margin-bottom:2.5rem}.account-orders-tab{min-width:72px;padding:.4rem 1.1rem;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;font-size:.9rem;color:#6b7280;cursor:pointer}.account-orders-tab--active{background:#111827;color:#fff;border-color:#111827}.account-orders-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center}.account-orders-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.account-order-card{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;background:#fff}.account-order-card-header{display:flex;align-items:center;gap:1rem;padding:.65rem 1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}.account-order-card-no{font-size:.85rem;color:#374151;font-variant-numeric:tabular-nums}.account-order-card-date{font-size:.8rem;color:#6b7280}.account-order-card-status{margin-left:auto;font-size:.8rem;font-weight:600;padding:.22rem .6rem;border-radius:999px;white-space:nowrap}.account-order-card-status--pending{background:#fef3c7;color:#b45309}.account-order-card-status--shipping{background:#dbeafe;color:#1d4ed8}.account-order-card-status--outbound{background:#e0e7ff;color:#4f46e5}.account-order-card-status--transit{background:#c7d2fe;color:#4338ca}.account-order-card-status--signed{background:#ccfbf1;color:#0f766e}.account-order-card-status--completed{background:#d1fae5;color:#047857}.account-order-card-status--return_pending{background:#ffedd5;color:#c2410c}.account-order-card-status--returned{background:#f3f4f6;color:#4b5563}.account-order-card-status--refund_pending{background:#fce7f3;color:#be185d}.account-order-card-status--refunded,.account-order-card-status--cancelled{background:#f3f4f6;color:#6b7280}.account-order-card-body{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.account-order-card-items{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.account-order-card-item{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:#374151}.account-order-card-item-img{width:40px;height:40px;object-fit:cover;border-radius:.25rem}.account-order-card-item-placeholder{width:40px;height:40px;background:#e5e7eb;border-radius:.25rem}.account-order-card-item-title{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-order-card-item-qty{color:#6b7280;font-size:.8rem}.account-order-card-more{font-size:.8rem;color:#6b7280}.account-order-card-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#6b7280}.account-order-card-addr{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-order-card-total{flex-shrink:0;color:#111827}.account-order-card-total strong{color:#111827;font-size:.95rem}.account-order-card-actions{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid #e5e7eb;background:#fafafa;justify-content:flex-end}.account-order-card-btn{padding:.4rem 1rem;font-size:.85rem;border-radius:.35rem;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.account-order-card-btn:hover{background:#f3f4f6;border-color:#9ca3af;color:#111827}.account-order-card-btn--primary{background:#111827;border-color:#111827;color:#fff}.account-order-card-btn--primary:hover{background:#000;color:#fff}.account-wallet{padding-top:.5rem;display:flex;flex-direction:column;gap:2.25rem}.account-wallet-summary{padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb}.account-wallet-balance-card{background:transparent;border-radius:0;border:none;padding:0 0 .25rem;display:flex;align-items:center;justify-content:space-between}.account-wallet-balance-left{display:flex;align-items:center;gap:1rem}.account-wallet-balance-icon{width:56px;height:56px;border-radius:999px;background:#fef3c7;display:flex;align-items:center;justify-content:center}.account-wallet-balance-icon-img{width:32px;height:32px;display:block;object-fit:contain}.account-wallet-balance-text{display:flex;flex-direction:column;gap:.2rem}.account-wallet-balance-label{font-size:.9rem;color:#6b7280}.account-wallet-balance-value{font-size:1.8rem;font-weight:700;color:#111827}.account-wallet-balance-actions{display:flex;gap:.75rem}.account-wallet-primary-btn,.account-wallet-secondary-btn{min-width:96px;padding:.5rem 1.4rem;border-radius:999px;font-size:.9rem;cursor:pointer}.account-wallet-primary-btn{border:1px solid #111827;background:#111827;color:#fff}.account-wallet-secondary-btn{border:1px solid #111827;background:#fff;color:#111827}.account-wallet-history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.account-wallet-history-title{font-size:1rem;font-weight:600;color:#111827}.account-wallet-history-tabs{display:flex;gap:.75rem}.account-wallet-history-tab{min-width:72px;padding:.35rem 1.1rem;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;font-size:.9rem;color:#6b7280;cursor:pointer}.account-wallet-history-tab--active{background:#111827;color:#fff;border-color:#111827}.account-wallet-table-wrap{overflow-x:auto;border-radius:.5rem;border:1px solid #e5e7eb;background:#fff}.account-wallet-table{min-width:1040px;border-radius:.5rem;overflow:hidden;background:#fff}.account-wallet-table-head{display:grid;grid-template-columns:132px 110px 88px 100px 76px 80px 88px 1fr;gap:0 2rem;padding:1rem 1.5rem;background:#f9fafb;font-size:.8rem;color:#6b7280;white-space:nowrap;justify-items:center;align-items:center}.account-wallet-table-head>span{overflow:hidden;text-overflow:ellipsis;text-align:center;width:100%}.account-wallet-table-body{min-height:200px}.account-wallet-table-body--empty{display:flex;align-items:center;justify-content:center;min-height:200px}.account-wallet-table-head--withdraw{grid-template-columns:132px 110px 88px 72px 1fr 76px}.account-wallet-table-row{display:grid;grid-template-columns:132px 110px 88px 100px 76px 80px 88px 1fr;gap:0 2rem;padding:1rem 1.5rem;font-size:.8rem;color:#374151;border-top:1px solid #e5e7eb;white-space:nowrap;justify-items:center;align-items:center}.account-wallet-table-row>span{overflow:hidden;text-overflow:ellipsis;min-width:0;text-align:center;width:100%}.account-wallet-table-row--withdraw{grid-template-columns:132px 110px 88px 72px 1fr 76px}.account-wallet-screenshot-link{display:inline-flex;align-items:center;justify-content:center}.account-wallet-screenshot-thumb{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb;display:block}.account-wallet-screenshot-link:hover .account-wallet-screenshot-thumb{border-color:#3b82f6}.account-tradepwd-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a66}.account-tradepwd-modal{position:relative;width:100%;max-width:480px;background:#fff;border-radius:.75rem;box-shadow:0 20px 40px #0f172a40;padding:1.5rem 1.75rem 1.75rem}.account-tradepwd-close{position:absolute;top:.75rem;right:.9rem;border:none;background:transparent;font-size:1.3rem;cursor:pointer;color:#9ca3af}.account-tradepwd-title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#111827}.account-tradepwd-subtitle{margin:0 0 1.2rem;font-size:.9rem;color:#4b5563}.account-tradepwd-inputs{display:flex;justify-content:center;gap:.6rem;margin-bottom:1.5rem}.account-tradepwd-input{width:44px;height:48px;border-radius:.4rem;border:1px solid #d1d5db;text-align:center;font-size:1.25rem}.account-tradepwd-input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 1px #111827}.account-tradepwd-confirm{display:block;width:auto;min-width:8rem;margin-left:auto;margin-right:auto;border-radius:999px;border:1px solid #111827;background:#111827;color:#fff;font-size:.95rem;padding:.6rem 1.2rem;cursor:pointer}.account-tradepwd-confirm:disabled{opacity:.5;cursor:not-allowed}.address-modal-overlay{align-items:flex-start;padding-top:2rem;padding-bottom:2rem}@media(max-width:768px){.address-modal-overlay{align-items:center;justify-content:center;padding:1rem}}.address-modal{position:relative;width:100%;max-width:520px;background:#fff;border-radius:.75rem;box-shadow:0 20px 40px #0f172a40;padding:1.5rem 1.75rem 1.75rem}.address-modal-close{position:absolute;top:.75rem;right:.9rem}.address-modal-title{margin:0 0 1.25rem;font-size:1.05rem;font-weight:600;color:#111827;text-align:center;padding-right:1.5rem}.address-modal-form{display:flex;flex-direction:column;gap:1rem}.address-modal-field{display:flex;flex-direction:column;gap:.25rem}.address-modal-field--row{flex-direction:row;align-items:center;gap:.5rem}.address-modal-field--three{display:grid;grid-template-columns:minmax(0,140px) 1fr 1fr;gap:.5rem}.address-modal-field--two{display:grid;grid-template-columns:minmax(0,140px) 1fr;gap:.5rem}.address-modal-field-hint{flex-basis:100%}.address-modal-field-hint-text{font-size:.75rem;color:var(--color-text-secondary, #666)}.address-modal-field--two .country-select,.address-modal-field--two .region-select{position:relative;min-width:0;width:100%}.address-modal-field--two .country-select .phone-code-dropdown,.address-modal-field--two .region-select .phone-code-dropdown{z-index:1300}.address-modal-field--two .country-select-trigger,.address-modal-field--two .region-select-trigger{width:100%;min-width:0;border:1px solid #e5e7eb;border-radius:.35rem;padding:.6rem 2rem .6rem .75rem;font-size:.95rem;color:#374151;background:#fff;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:10px 6px;outline:none;cursor:pointer}.address-modal-field--two .country-select-trigger:focus,.address-modal-field--two .region-select-trigger:focus{border-color:#111827}.address-modal-field--three .country-select{position:relative;min-width:0;width:100%}.address-modal-field--three .country-select .phone-code-dropdown{z-index:1300}.address-modal-field--three .country-select-trigger{width:100%;min-width:0;border:1px solid #e5e7eb;border-radius:.35rem;padding:.6rem 2rem .6rem .75rem;font-size:.95rem;color:#374151;background:#fff;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:10px 6px;outline:none;cursor:pointer}.address-modal-field--three .country-select-trigger:focus{border-color:#111827}.address-modal-field--three .region-select{position:relative;min-width:0;width:100%}.address-modal-field--three .region-select .phone-code-dropdown{z-index:1300}.address-modal-field--three .region-select-trigger{width:100%;min-width:0;border:1px solid #e5e7eb;border-radius:.35rem;padding:.6rem 2rem .6rem .75rem;font-size:.95rem;color:#374151;background:#fff;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:10px 6px;outline:none;cursor:pointer}.address-modal-field--three .region-select-trigger:focus{border-color:#111827}.address-modal-field--three .region-select-trigger:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.address-modal-field--three .city-select,.address-modal-field--two .city-select{position:relative;min-width:0;width:100%}.address-modal-field--three .city-select .phone-code-dropdown,.address-modal-field--two .city-select .phone-code-dropdown{z-index:1300}.address-modal-field--three .city-select-trigger,.address-modal-field--two .city-select-trigger{width:100%;min-width:0;border:1px solid #e5e7eb;border-radius:.35rem;padding:.6rem 2rem .6rem .75rem;font-size:.95rem;color:#374151;background:#fff;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:10px 6px;outline:none;cursor:pointer}.address-modal-field--three .city-select-trigger:focus,.address-modal-field--two .city-select-trigger:focus{border-color:#111827}.address-modal-field--three .city-select-trigger:disabled,.address-modal-field--two .city-select-trigger:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.address-modal-input{border:1px solid #e5e7eb;border-radius:.35rem;padding:.6rem .75rem;font-size:.95rem;outline:none;width:100%;min-width:0}.address-modal-input::placeholder{color:#9ca3af}.address-modal-input:focus{border-color:#111827;box-shadow:0 0 0 1px #111827}.address-modal-input--error{border-color:#dc2626}.address-modal-input--error:focus{border-color:#dc2626;box-shadow:0 0 0 1px #dc2626}.address-modal-error-text{margin:.25rem 0 0;font-size:.8rem;color:#dc2626}.address-modal-textarea{resize:vertical;min-height:80px}.address-modal-phone-combo-wrap{position:relative}.address-modal-phone-combo{display:flex;align-items:stretch;width:100%;border-radius:.35rem;border:1px solid #e5e7eb;background:#fff;overflow:hidden}.address-modal-phone-combo:focus-within{border-color:#111827;box-shadow:0 0 0 1px #111827}.address-modal-phone-combo .phone-code-select{flex-shrink:0}.address-modal-phone-combo .login-phone-code-select{width:90px;min-width:90px;border:none;border-radius:0;background-color:#fff}.address-modal-phone-input{flex:1;min-width:0;border:none;border-left:1px solid #e5e7eb;padding:.6rem .75rem;font-size:.95rem;outline:none}.address-modal-phone-input::placeholder{color:#9ca3af}.address-modal-select{border:1px solid #e5e7eb;border-radius:.35rem;padding:.6rem 2rem .6rem .75rem;font-size:.95rem;color:#374151;background:#fff;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:65% 50%;background-size:10px 6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer}.address-modal-select:focus{border-color:#111827}.address-modal-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.address-modal-toggle-label{font-size:.95rem;color:#374151}.address-modal-toggle{position:relative;width:44px;height:24px;border-radius:999px;background:#d1d5db;border:none;cursor:pointer;flex-shrink:0;transition:background .2s}.address-modal-toggle--on{background:#111827}.address-modal-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s}.address-modal-toggle--on .address-modal-toggle-thumb{transform:translate(20px)}.address-modal-submit{margin-top:.5rem;margin-left:auto;margin-right:auto;display:block;max-width:none}.wallet-recharge{padding-top:.5rem}.wallet-recharge-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.75rem}.wallet-recharge-back{border:none;background:transparent;font-size:0;color:#6b7280;cursor:pointer}.wallet-recharge-back:before{content:"";display:inline-block;width:12px;height:12px;border-left:3px solid #6b7280;border-bottom:3px solid #6b7280;transform:rotate(45deg)}.wallet-recharge-title{font-size:1.05rem;font-weight:600;color:#111827}.wallet-recharge-form{max-width:520px;display:flex;flex-direction:column;gap:1.25rem}.wallet-recharge-field{display:flex;flex-direction:column;gap:.35rem}.wallet-recharge-label{font-size:.9rem;color:#4b5563}.wallet-recharge-select-wrap{position:relative;display:inline-block;width:260px}.wallet-recharge-select{width:100%;border-radius:.35rem;border:1px solid #d1d5db;padding:.45rem 2rem .45rem .75rem;font-size:.9rem;appearance:none;background-color:#fff}.wallet-recharge-select-caret{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:#9ca3af}.wallet-recharge-qrcode-row{display:flex;align-items:center;gap:1.5rem}.wallet-recharge-qrcode-box{width:160px;height:160px;min-width:160px;min-height:160px;border-radius:.5rem;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden;box-sizing:border-box}.wallet-recharge-qrcode-box img.wallet-recharge-qrcode-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.wallet-recharge-qrcode-placeholder{width:110px;height:110px;background-image:linear-gradient(45deg,#111827 25%,transparent 25%),linear-gradient(-45deg,#111827 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#111827 75%),linear-gradient(-45deg,transparent 75%,#111827 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0}.wallet-recharge-qrcode-save-btn{border-radius:999px;border:1px solid #111827;background:#fff;padding:.4rem 1.2rem;font-size:.9rem;cursor:pointer}.wallet-recharge-address-row{display:flex;align-items:center;gap:.5rem;max-width:520px}.wallet-recharge-address-input{flex:1;border-radius:.35rem;border:1px solid #d1d5db;padding:.45rem .75rem;font-size:.9rem}.wallet-recharge-copy-btn{border-radius:.35rem;border:1px solid #111827;background:#111827;color:#fff;font-size:.9rem;padding:.45rem .9rem;cursor:pointer}.wallet-recharge-required{color:#ef4444;margin-right:.1rem}.wallet-recharge-input{max-width:520px;border-radius:.35rem;border:1px solid #d1d5db;padding:.45rem .75rem;font-size:.9rem}.wallet-recharge-input--short{width:30%}.wallet-recharge-input--readonly{background-color:#f9fafb;color:#6b7280}.wallet-recharge-upload{display:inline-flex;align-items:center;justify-content:center;width:118px;height:118px;border-radius:.5rem;border:1px dashed #d1d5db;background-color:#f9fafb;cursor:pointer}.wallet-recharge-upload-input,.wallet-recharge-upload-inner,.wallet-recharge-upload-icon{display:none}.wallet-recharge-upload-block{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.wallet-recharge-upload-camera{width:36px;height:26px;border-radius:6px;border:2px solid #c4c4c4;position:relative;display:inline-block;box-sizing:border-box}.wallet-recharge-upload-camera:before{content:"";position:absolute;top:-5px;left:8px;width:10px;height:6px;border-radius:4px 4px 0 0;border:2px solid #c4c4c4;border-bottom:none;box-sizing:border-box}.wallet-recharge-upload-camera:after{content:"+";position:absolute;left:50%;top:50%;width:14px;height:14px;transform:translate(-50%,-50%);border-radius:999px;border:2px solid #c4c4c4;font-size:12px;line-height:10px;text-align:center;color:#c4c4c4;box-sizing:border-box}.wallet-recharge-upload-text{font-size:.85rem;color:#9ca3af;padding-left:4px}.wallet-recharge-screenshot-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:140px;height:140px;padding:.75rem;border:2px dashed #d1d5db;border-radius:12px;background:#f9fafb;cursor:pointer;transition:border-color .2s,background .2s;box-sizing:border-box}.wallet-recharge-screenshot-area:hover{border-color:#3b82f6;background:#eff6ff}.wallet-recharge-screenshot-area:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.wallet-recharge-screenshot-camera{width:44px;height:44px;color:#9ca3af;flex-shrink:0}.wallet-recharge-screenshot-area:hover .wallet-recharge-screenshot-camera{color:#3b82f6}.wallet-recharge-screenshot-preview{width:100%;height:100%;object-fit:contain;border-radius:8px;display:block;flex:1;min-height:0}.wallet-recharge-screenshot-text,.wallet-recharge-screenshot-label{font-size:.8rem;color:#6b7280}.wallet-recharge-screenshot-loading{font-size:.85rem;color:#6b7280}.wallet-recharge-submit{margin-top:1.5rem;max-width:520px;border:none;border-radius:999px;background:#111827;color:#fff;font-size:.95rem;padding:.65rem 1.2rem;cursor:pointer}.wallet-recharge-submit:disabled{opacity:.5;cursor:not-allowed}.wallet-withdraw{padding-top:.5rem}.wallet-withdraw-method{display:inline-block;width:260px;border-radius:.35rem;border:1px solid #e5e7eb;padding:.45rem .75rem;font-size:.9rem;background-color:#f9fafb}.wallet-withdraw-address-row{max-width:364px}.wallet-withdraw-network-btn{display:inline-block;min-width:0;width:88px;padding:.55rem .35rem;border-radius:999px;border:none;background:#000;color:#fff;font-size:.95rem;font-weight:600;line-height:1;text-align:center}.wallet-withdraw-balance{margin-top:.25rem;font-size:.85rem;color:#16a34a}.wallet-withdraw-meta{margin-top:.5rem;display:flex;justify-content:space-between;max-width:520px;font-size:.88rem;color:#111827}.app-toast{position:fixed;bottom:72px;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;border-radius:999px;padding:.55rem 1rem;font-size:.9rem;display:inline-flex;align-items:center;gap:.4rem;z-index:1500;pointer-events:none}.app-toast-icon{width:18px;height:18px;border-radius:999px;border:1px solid #ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem}.app-toast-text{line-height:1.1}.account-settings{padding-top:.5rem}.account-settings-title{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:1rem}.account-settings-list{display:flex;flex-direction:column;gap:.75rem;max-width:480px}.account-settings-item{border-radius:.25rem;border:1px solid #e5e7eb;background:#fff;padding:.75rem 1rem;text-align:left;font-size:.95rem;color:#111827;cursor:pointer}.account-settings-item:hover{border-color:#111827}.account-settings-item--danger{color:#b91c1c}.account-settings-form-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem}.account-settings-back{border:none;background:transparent;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1}.account-settings-back:hover{color:#111827}.account-settings-form-title{font-size:1.1rem;font-weight:600;color:#111827;margin:0}.account-settings-form{max-width:320px;display:flex;flex-direction:column;gap:1rem}.account-settings-field{display:flex;flex-direction:column;gap:.35rem}.account-settings-label{font-size:.9rem;color:#374151}.account-settings-required{color:#dc2626;margin-right:.15rem}.account-settings-input-wrap{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:.35rem;background:#fff;overflow:hidden}.account-settings-input-wrap:focus-within{border-color:#111827;box-shadow:0 0 0 1px #111827}.account-settings-input-wrap--error{border-color:#dc2626}.account-settings-input-wrap--error:focus-within{border-color:#dc2626;box-shadow:0 0 0 1px #dc2626}.account-settings-input{flex:1;border:none;padding:.6rem .75rem;font-size:.95rem;outline:none;min-width:0}.account-settings-input::placeholder{color:#9ca3af}.account-settings-pwd-toggle{border:none;background:transparent;padding:.5rem .75rem;font-size:.85rem;color:#6b7280;cursor:pointer;flex-shrink:0}.account-settings-pwd-toggle:hover{color:#111827}.account-settings-pwd-icon{display:block;flex-shrink:0}.account-settings-submit{margin-top:.5rem;width:100%;max-width:320px;border:none;border-radius:.35rem;background:#111827;color:#fff;font-size:.95rem;padding:.65rem 1.2rem;cursor:pointer}.account-settings-submit:hover{background:#1f2937}.account-settings-cancel{margin-top:.5rem;width:100%;max-width:320px;border-radius:.35rem;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:.95rem;padding:.65rem 1.2rem;cursor:pointer}.account-settings-cancel:hover{background:#f9fafb}.account-panel{background:#fff;border-radius:.25rem;border:1px solid #e5e7eb;padding:0;overflow:hidden}.account-panel-title{font-size:.96rem;font-weight:600;color:#111827;padding:.9rem 1rem;border-bottom:1px solid #f3f4f6}.account-panel-body{min-height:160px;padding:1.5rem 1rem 1.8rem}.account-panel-body--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.account-empty-img{width:130px;height:auto;display:block;object-fit:contain}.account-empty-box{position:relative;width:130px;height:120px}.account-empty-box:before{content:"";position:absolute;left:50%;bottom:0;width:120px;height:26px;transform:translate(-50%);border-radius:999px;background:radial-gradient(ellipse at center,rgba(148,163,184,.16),transparent 70%)}.account-empty-box:after{content:"";position:absolute;left:50%;top:10px;width:96px;height:72px;transform:translate(-50%);border-radius:6px;background:linear-gradient(150deg,#f9fafb,#e5e7eb 60%) padding-box,linear-gradient(180deg,#0f172a05,#0f172a1a) border-box;box-shadow:0 10px 24px #0f172a14}.account-empty-text{font-size:.85rem;color:#9ca3af}.account-follow-section{display:none}@media(max-width:900px){.account-inner{grid-template-columns:1fr}.account-sidebar{padding:1.25rem 1rem 1.5rem;border-right:none;border-bottom:1px solid #e5e7eb}.account-summary{grid-template-columns:1fr}}@media(max-width:768px){.account-page{padding:.5rem 0 1.5rem;max-width:100%;min-width:0;overflow-x:hidden}.account-inner{gap:.5rem;min-width:0}.account-sidebar{padding:.75rem .9rem .6rem;border-bottom:1px solid #e5e7eb;background:#fff;border-radius:.5rem;min-width:0}.account-profile{flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;padding-bottom:.6rem;margin-bottom:.6rem;gap:.75rem}.account-avatar{width:52px;height:52px;font-size:1.35rem;flex-shrink:0}.account-profile-main{align-items:flex-start;text-align:left;flex:1;min-width:0}.account-profile-name{font-size:.95rem}.account-profile-id{font-size:.78rem}.account-nav{flex-direction:row;flex-wrap:wrap;gap:.4rem;margin-top:0}.account-nav-item{flex:1 1 calc(33.333% - .3rem);min-width:0;max-width:100%;padding:.6rem .25rem;flex-direction:column;align-items:center;gap:.3rem;font-size:.72rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#f9fafb;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.account-nav-item--active{background:#111827;color:#fff;border-color:#111827}.account-nav-icon{display:inline-flex;align-items:center;justify-content:center}.account-nav-icon img{width:26px;height:26px;object-fit:contain;display:block}.account-nav-item--active .account-nav-wallet-img,.account-nav-item--active .account-nav-order-img,.account-nav-item--active .account-nav-favorite-img,.account-nav-item--active .account-nav-shop-fav-img,.account-nav-item--active .account-nav-settings-img{filter:brightness(0) invert(1)}.account-nav-label{font-size:.72rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.account-main{gap:1rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));min-width:0}.account-wallet{min-width:0;padding-top:calc(.75rem + 48px + env(safe-area-inset-top,0px));padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px));scroll-margin-top:calc(56px + env(safe-area-inset-top,0px))}.account-wallet-summary{margin-bottom:.5rem;min-width:0}.account-wallet-balance-card{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem .9rem;min-width:0;box-sizing:border-box}.account-wallet-balance-left{gap:.6rem}.account-wallet-balance-icon-img{width:36px;height:36px}.account-wallet-balance-value{font-size:1.5rem}.account-wallet-balance-actions{display:flex;gap:.5rem;min-width:0}.account-wallet-primary-btn,.account-wallet-secondary-btn{flex:1;min-width:0;padding:.6rem .5rem;font-size:.9rem;box-sizing:border-box}.account-wallet-history{min-width:0}.account-wallet-history-header{flex-wrap:wrap;gap:.5rem;min-width:0}.account-wallet-history-title{font-size:.95rem}.account-wallet-history-tabs{gap:.35rem}.account-wallet-history-tab{padding:.35rem .75rem;font-size:.85rem}.account-wallet-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;min-width:0;margin-right:0}.account-wallet-table-head>span,.account-wallet-table-row>span{min-width:70px}.account-orders-title{font-size:1rem;margin-bottom:.75rem}.account-orders-tabs{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.account-orders-tab{min-width:0;padding:.35rem .65rem;font-size:.82rem}.account-order-card-header{padding:.5rem .75rem;flex-wrap:wrap}.account-order-card-body{padding:.75rem}.account-order-card-actions{padding:.5rem .75rem;flex-wrap:wrap;gap:.4rem}.account-order-card-btn{padding:.4rem .75rem;font-size:.82rem}.account-settings-title{font-size:1rem;margin-bottom:.75rem}.account-settings-list{display:flex;flex-direction:column;gap:.25rem}.account-settings-item{min-height:48px;padding:.75rem 1rem;font-size:.95rem;border-radius:.5rem;text-align:left}.account-settings-form-header{margin-bottom:1rem;width:100%;max-width:420px;margin-left:auto;margin-right:auto}.account-settings-back{min-width:40px;min-height:40px}.account-settings-form-title{font-size:1rem}.account-settings-form{width:100%;max-width:420px;margin-left:auto;margin-right:auto;padding:0}.account-settings-field{margin-bottom:.75rem;width:100%;max-width:100%}.account-settings-input-wrap{width:100%;max-width:100%}.account-settings-submit{padding:.65rem 1.25rem;width:100%;max-width:100%}.account-address-header{margin-bottom:1rem}.account-address-title{font-size:1rem}.account-address-add-btn{padding:.45rem .75rem;font-size:.85rem}.account-address-list{gap:.75rem}.account-address-card{padding:.75rem 1rem}.account-address-card-actions{flex-wrap:wrap;gap:.4rem}.account-address-card-btn{padding:.4rem .75rem;font-size:.85rem}.account-fav-shops-header,.account-fav-products-header{margin-bottom:1rem}.account-fav-shops-title,.account-fav-products-title{font-size:1rem}.account-fav-shops-list{grid-template-columns:1fr;gap:.75rem}.account-fav-shops-item{padding:.75rem}.account-fav-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.account-fav-pagination{flex-wrap:wrap;gap:.5rem;justify-content:center}.account-fav-pagination-btn{padding:.45rem .75rem;font-size:.85rem}}.login-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr);gap:2rem;background:#fff;border-radius:1rem;border:1px solid #e5e7eb;box-shadow:0 10px 30px #0f172a14;padding:1.5rem 1.75rem}.login-service-features{margin-top:1.75rem}.login-card-left{display:flex;align-items:center;justify-content:center;background:#fbbf24;border-radius:.75rem;overflow:hidden}.login-poster-image{width:100%;height:auto;max-width:420px;object-fit:contain}.login-card-right{display:flex;flex-direction:column;padding:.5rem .25rem}.login-auth-entry{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.95rem}.login-auth-current{color:#111827;font-weight:600}.login-auth-sep{color:#9ca3af;user-select:none}.login-auth-link{color:#2563eb;text-decoration:none}.login-auth-link:hover{text-decoration:underline}.login-title{font-size:1.6rem;margin:0 0 1rem;color:#111827}.login-tabs{display:inline-flex;gap:1.5rem;margin-bottom:1.1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.25rem}.login-tab{position:relative;min-width:64px;padding:.2rem 0;border:none;background:transparent;color:#6b7280;font-size:.95rem;cursor:pointer}.login-tab:after{content:"";position:absolute;left:0;right:0;bottom:-.25rem;height:2px;border-radius:999px;background:transparent}.login-tab--active{color:#111827;font-weight:600}.login-tab--active:after{background:#111827}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form-field{display:flex;flex-direction:column;gap:.35rem}.login-label{font-size:.86rem;color:#4b5563}.login-label-required{color:#ef4444;margin-right:.2rem}.login-input{width:100%;max-width:360px;padding:.6rem .75rem;border-radius:.375rem;border:1px solid #d1d5db;font-size:.9rem;outline:none}.login-input--error{border-color:#f97316}.login-error-slot{min-height:.9rem}.login-error-text{margin-top:.2rem;font-size:.8rem;color:#dc2626}.login-input::placeholder{color:#9ca3af}.login-password-wrap{position:relative;max-width:360px}.login-password-wrap .login-input{padding-right:2.5rem}.login-password-toggle{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:.375rem;border:none;background:transparent;cursor:pointer;font-size:.9rem}.login-forgot-wrap{display:flex;justify-content:flex-end;margin-top:.35rem;max-width:360px}.login-phone-combo-wrap{position:relative}.login-phone-combo{display:flex;align-items:stretch;width:100%;max-width:360px;border-radius:.375rem;border:1px solid #d1d5db;background:#fff;overflow:hidden}.login-phone-code-select{width:90px;border:none;padding:.6rem 1.5rem .6rem .75rem;font-size:.9rem;color:#111827;background:#fff;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:78% 50%;background-size:10px 6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;height:auto;display:flex;align-items:center}.merchant-login-phone-row .login-phone-code-select{width:auto;min-width:70px;padding:0;background:transparent;color:#e5e7eb;background-position:right center}.phone-code-select{display:flex;align-items:stretch}.phone-code-value{font-size:.9rem}.phone-code-caret{margin-left:.25rem;font-size:.7rem;color:#6b7280}.phone-code-dropdown{position:absolute;left:0;right:0;top:100%;margin-top:.35rem;background:#fff;border-radius:.5rem;box-shadow:0 10px 28px #0f172a1f;border:1px solid rgba(15,23,42,.06);overflow:hidden;z-index:30}.phone-code-dropdown-search{padding:.4rem .75rem;border-bottom:1px solid #e5e7eb}.phone-code-dropdown-search-input{width:100%;border-radius:.375rem;border:1px solid #d1d5db;padding:.35rem .5rem;font-size:.85rem;outline:none}.phone-code-dropdown-search-input::placeholder{color:#9ca3af}.phone-code-dropdown-list{max-height:320px;overflow-y:auto}.phone-code-option{width:100%;border:none;background:#fff;padding:.55rem .85rem;font-size:.9rem;color:#111827;text-align:left;cursor:pointer;display:flex;align-items:center}.phone-code-option:hover,.phone-code-option--active{background:#f3f4f6}.login-phone-input{flex:1;border:none;border-left:1px solid #e5e7eb;padding:.6rem .75rem;font-size:.9rem;outline:none}.login-phone-input::placeholder{color:#9ca3af}.login-form-footer{display:flex;justify-content:space-between;align-items:center;font-size:.86rem;color:#4b5563}.login-form-links{display:flex;align-items:center;gap:.35rem}.login-link-button{border:none;padding:0;background:none;color:#111827;cursor:pointer}.login-link-button--right{color:#6b7280}.login-submit-button{margin-top:.75rem;width:100%;max-width:360px;padding:.7rem 1.5rem;border-radius:.375rem;border:none;background:#111827;color:#fff;font-size:1rem;font-weight:500;cursor:pointer}@media(max-width:900px){.login-card{grid-template-columns:1fr}.login-card-left{order:-1}}.merchant-backend{display:flex;height:100vh;min-height:100vh;overflow:hidden;background:#f3f4f6}.merchant-backend-sidebar{width:240px;flex-shrink:0;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;transition:width .2s ease}.merchant-backend-sidebar--collapsed{width:64px}.merchant-backend-sidebar--collapsed .merchant-backend-user{display:none}.merchant-backend-sidebar--collapsed .merchant-backend-nav{justify-content:flex-start;padding:1rem 0 .5rem}.merchant-backend-sidebar--collapsed .merchant-backend-nav-label{display:none}.merchant-backend-sidebar--collapsed .merchant-backend-nav-item{justify-content:center;padding:.6rem;width:40px;min-width:40px;height:40px;min-height:40px;box-sizing:border-box}.merchant-backend-sidebar--collapsed .merchant-backend-nav-item:focus-visible{outline:2px solid #111827;outline-offset:2px}.merchant-backend-sidebar--collapsed .merchant-backend-nav-icon{width:28px;height:28px;min-width:28px;flex-shrink:0}.merchant-backend-user{padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.35rem;border-bottom:1px solid #f3f4f6}.merchant-backend-avatar-wrap{position:relative}.merchant-backend-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:600}.merchant-backend-user-id,.merchant-backend-user-phone{font-size:.78rem;color:#6b7280}.merchant-backend-view-shop-btn{margin-top:.5rem;padding:.35rem .75rem;font-size:.8rem;font-weight:500;color:#fff;background:#111827;border-radius:6px;text-decoration:none;text-align:center;transition:background .2s ease}.merchant-backend-view-shop-btn:hover{background:#374151}.merchant-backend-view-shop-btn--mobile{width:100%;max-width:260px}.merchant-backend-nav{flex:1;padding:.75rem 0;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:.75rem}.merchant-backend-nav-item{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;width:100%;max-width:200px;font-size:.9rem;color:#374151;text-decoration:none;transition:background .15s ease,color .15s ease;border-radius:8px;box-sizing:border-box}.merchant-backend-nav-icon{width:22px;height:22px;min-width:22px;object-fit:contain;flex-shrink:0;display:block}.merchant-backend-nav-label{flex:0 1 auto;text-align:left}.merchant-backend-nav-item:hover{background:#f9fafb;color:#111827}.merchant-backend-nav-item--active{background:#f3f4f6;color:#111827;font-weight:500}.merchant-backend-nav-item--active:hover{background:#f3f4f6;color:#111827}.merchant-backend-nav-arrow{font-size:1.1rem;color:#9ca3af}.merchant-backend-main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;overflow:visible}.merchant-backend-header{height:56px;flex-shrink:0;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem;padding:0 1.25rem}.merchant-backend-menu-btn{display:flex;flex-direction:column;justify-content:center;gap:4px;width:36px;height:36px;padding:0;background:none;border:none;cursor:pointer;color:#6b7280}.merchant-backend-menu-btn span{display:block;width:18px;height:2px;background:currentColor}.merchant-backend-header-title{font-size:1.1rem;font-weight:600;color:#111827;margin:0}.merchant-backend-header-right{margin-left:auto;display:flex;align-items:center;gap:.75rem}.merchant-backend-header-icon{width:36px;height:36px;padding:0;border:none;background:none;color:#6b7280;cursor:pointer;border-radius:8px}.merchant-backend-header-icon:hover{background:#f3f4f6;color:#374151}.merchant-backend-lang-wrap{position:relative;z-index:40}.merchant-backend-lang-btn{display:flex;align-items:center;gap:.25rem;padding:.4rem .6rem;font-size:.85rem;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer}.merchant-backend-lang-caret{font-size:.6rem;opacity:.7}.merchant-backend-lang-dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:120px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;overflow:hidden}.merchant-backend-lang-option{display:block;width:100%;padding:.5rem 1rem;font-size:.85rem;text-align:left;border:none;background:none;cursor:pointer;color:#374151}.merchant-backend-lang-option:hover{background:#f9fafb}.merchant-backend-header-user{display:flex;align-items:center;gap:.5rem}.merchant-backend-header-avatar{width:32px;height:32px;border-radius:50%;background:#e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center}.merchant-backend-header-phone{font-size:.85rem;color:#374151}.merchant-backend-header-logout{width:36px;height:36px;padding:0;border:none;background:none;color:#6b7280;cursor:pointer;border-radius:8px}.merchant-backend-header-logout:hover{background:#fef2f2;color:#dc2626}.merchant-backend:has(.merchant-backend-sidebar--collapsed) .merchant-backend-header-msg{display:none}.merchant-backend-content{flex:1;min-height:0;padding:1.25rem;overflow-y:auto}.merchant-backend-bottom-nav{display:none}@media(max-width:768px){.merchant-backend{flex-direction:column;height:auto;min-height:100vh;overflow:visible}.merchant-backend-sidebar{display:none}.merchant-backend-main{padding-top:0}.merchant-backend-header{position:sticky;top:0;z-index:20;padding:.4rem .75rem;margin-bottom:.35rem}.merchant-backend-header-title{font-size:1.05rem}.merchant-backend-header-right{gap:.4rem}.merchant-backend-header-icon{width:30px;height:30px}.merchant-backend-lang-btn{padding:.25rem .45rem;font-size:.78rem}.merchant-backend-header-logout{padding:.35rem .55rem;font-size:.78rem}.merchant-backend-content{padding:.75rem .75rem calc(5.8rem + env(safe-area-inset-bottom,0px))}.merchant-backend-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;align-items:center;justify-content:space-around;padding:.65rem .5rem calc(.65rem + env(safe-area-inset-bottom,0px));min-height:3.5rem;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 12px #0f172a1f}.merchant-backend-bottom-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-width:0;text-decoration:none;color:#6b7280;font-size:.58rem}.merchant-backend-bottom-item--active{color:#111827}.merchant-backend-bottom-icon-wrap{width:28px;height:28px;display:flex;align-items:center;justify-content:center}.merchant-backend-bottom-icon{width:26px;height:26px;display:block}.merchant-backend-bottom-label{white-space:nowrap}}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:1.5rem;position:relative;overflow:hidden}.admin-login-page-title{position:absolute;top:1.5rem;left:1.5rem;margin:0;font-size:1.25rem;font-weight:700;color:#111827;letter-spacing:-.02em;z-index:2}.admin-login-bg{position:absolute;inset:0;pointer-events:none}.admin-login-bg-vignette{position:absolute;inset:0;background:radial-gradient(ellipse 80% 70% at 50% 50%,rgba(0,0,0,.03) 0%,transparent 65%)}.admin-login-bg-illus{position:absolute;top:50%;transform:translateY(-50%);color:#111827;opacity:.45}.admin-login-bg-illus svg{width:100%;height:auto;display:block}.admin-login-bg-illus--left{left:5%;width:min(260px,28vw);max-width:100%}.admin-login-bg-illus--right{right:5%;width:min(300px,30vw);max-width:100%}@media(max-width:1000px){.admin-login-bg-illus--left{display:none}}@media(max-width:768px){.admin-login-bg-illus--right{display:none}}.admin-login-card{position:relative;z-index:1;width:100%;max-width:400px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 20px #0000000f;padding:2rem}.admin-login-header{margin-bottom:1.75rem;text-align:center}.admin-login-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .35rem}.admin-login-subtitle{font-size:.9rem;color:#6b7280;margin:0}.admin-login-form{display:flex;flex-direction:column;gap:1.25rem}.admin-login-error{font-size:.875rem;color:#dc2626;margin:0;padding:.5rem 0}.admin-login-field{display:flex;flex-direction:column;gap:.35rem}.admin-login-label{font-size:.875rem;font-weight:500;color:#374151}.admin-login-input{padding:.65rem 1rem;font-size:1rem;border:1px solid #e5e7eb;border-radius:10px;color:#111827;transition:border-color .2s ease}.admin-login-input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271f}.admin-login-input::placeholder{color:#9ca3af}.admin-login-submit{padding:.75rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:#111827;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease;margin-top:.25rem}.admin-login-submit:hover{background:#374151}.admin-login-toast-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.admin-login-toast{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 2rem;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:320px}.admin-login-toast-icon-wrap{width:56px;height:56px;border-radius:50%;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-login-toast-icon{width:28px;height:28px}.admin-login-toast-message{margin:0;font-size:1rem;font-weight:500;color:#111827;text-align:center}.admin-backend{display:flex;height:100vh;min-height:100vh;overflow:hidden;background:#fff}.admin-sidebar{width:220px;flex-shrink:0;background:#111827;display:flex;flex-direction:column;transition:width .2s ease}.admin-sidebar--collapsed{width:72px}.admin-sidebar-brand{padding:1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-sidebar-brand-text{font-size:1rem;font-weight:700;color:#fff;white-space:nowrap}.admin-sidebar--collapsed .admin-sidebar-brand-text{display:none}.admin-sidebar-nav{flex:1;padding:.75rem 0;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.admin-sidebar-nav-item{display:flex;align-items:center;padding:.65rem 1rem;font-size:.9rem;color:#ffffffd9;text-decoration:none;transition:background .15s ease,color .15s ease;border-left:3px solid transparent}.admin-sidebar-nav-item:hover{background:#ffffff14;color:#fff}.admin-sidebar-nav-item--active{background:#ffffff1f;color:#fff;border-left-color:#fff}.admin-sidebar-nav-item--active:hover{background:#ffffff26}.admin-sidebar-nav-label{white-space:nowrap}.admin-sidebar--collapsed .admin-sidebar-nav-label{display:none}.admin-sidebar--collapsed .admin-sidebar-nav-item{justify-content:center;padding:.65rem}.admin-main{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.admin-header{height:56px;flex-shrink:0;display:flex;align-items:center;gap:1rem;padding:0 1.25rem;background:#fff;border-bottom:1px solid #e5e7eb}.admin-header--fixed{position:fixed;top:0;left:0;right:0;z-index:50;box-shadow:0 1px 3px #0000000f}.admin-header--fixed+.admin-content{padding-top:56px}.admin-header-title-link{text-decoration:none;color:inherit;flex-shrink:0}.admin-header-title-link:hover .admin-header-title{color:#111827}.admin-header-title{font-size:1.1rem;font-weight:600;color:#111827;margin:0}.admin-header-nav{display:flex;align-items:center;gap:.25rem;flex:1;min-width:0;padding:0 1rem}.admin-header-nav-item{padding:.4rem .75rem;font-size:.875rem;font-weight:500;color:#6b7280;text-decoration:none;border-radius:8px;transition:background .15s ease,color .15s ease;white-space:nowrap}.admin-header-nav-item:hover{color:#111827;background:#f9fafb}.admin-header-nav-item--active{color:#111827;background:#f3f4f6}.admin-header-nav-item--active:hover{color:#111827;background:#d1d5db}.admin-menu-btn{width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:none;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease}.admin-menu-btn:hover{background:#f9fafb}.admin-menu-btn span{display:block;width:18px;height:2px;background:#374151;border-radius:1px}.admin-header-right{display:flex;align-items:center;gap:.75rem}.admin-header-username{font-size:.875rem;color:#6b7280;margin-right:.25rem}.admin-header-logout{padding:.4rem .9rem;font-size:.875rem;font-weight:500;color:#374151;background:none;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.merchant-backend-mobile-shop-overlay{position:fixed;inset:0;background:#0f172a52;backdrop-filter:blur(18px);display:flex;align-items:flex-start;justify-content:center;z-index:60;padding-top:calc(3.5rem + env(safe-area-inset-top,0px))}.merchant-backend-mobile-shop-panel{background:radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 55%),radial-gradient(circle at bottom right,rgba(16,185,129,.08),transparent 55%),#fff;border-radius:18px;padding:1rem 1.25rem 1.3rem;width:100%;max-width:360px;box-shadow:0 18px 45px #0f172a42,0 0 0 1px #94a3b840}.merchant-backend-mobile-shop-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.merchant-backend-mobile-shop-title{font-size:1.05rem;font-weight:600;color:#111827;letter-spacing:.01em}.merchant-backend-mobile-shop-close{border:none;background:transparent;font-size:1.25rem;line-height:1;cursor:pointer;color:#6b7280}.merchant-backend-mobile-shop-body{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center}.merchant-backend-mobile-shop-body .merchant-backend-avatar{width:72px;height:72px;font-size:1.1rem}.merchant-backend-mobile-shop-meta{margin-top:.4rem;display:flex;flex-direction:column;align-items:center;gap:.18rem}.merchant-backend-mobile-shop-tag{display:inline-flex;align-items:center;justify-content:flex-start;padding:0;border-radius:0;font-size:.82rem;font-weight:600;color:#0f172a;background:transparent;border:none}.merchant-backend-mobile-shop-tag-icon{width:22px;height:22px;border-radius:999px;object-fit:cover;margin-right:.45rem}.merchant-backend-mobile-shop-sub{font-size:.82rem;color:#6b7280}.merchant-backend-mobile-shop-body .merchant-backend-user-id{font-size:1rem;margin-top:.4rem}.merchant-backend-mobile-shop-body .merchant-backend-user-phone{font-size:.85rem}.merchant-backend-view-shop-btn--mobile{width:100%;max-width:260px;font-size:.9rem;padding:.5rem .9rem}.merchant-backend-logout-overlay{position:fixed;inset:0;background:#0f172a5c;backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;z-index:70;padding:1.25rem}.merchant-backend-logout-panel{background:radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 55%),radial-gradient(circle at bottom right,rgba(16,185,129,.08),transparent 55%),#fff;border-radius:18px;padding:1.1rem 1.25rem;width:100%;max-width:360px;box-shadow:0 20px 50px #0f172a59,0 0 0 1px #94a3b84d;text-align:left}.merchant-backend-logout-title{margin:0 0 .3rem;font-size:1.02rem;font-weight:600;color:#111827}.merchant-backend-logout-subtitle{margin:0 0 .9rem;font-size:.86rem;color:#6b7280}.merchant-backend-logout-actions{display:flex;justify-content:flex-end;gap:.55rem}.merchant-backend-logout-btn{min-width:5.5rem;padding:.45rem .9rem;border-radius:999px;border:1px solid transparent;font-size:.86rem;font-weight:500;cursor:pointer}.merchant-backend-logout-btn--secondary{background:#fff;border-color:#e5e7eb;color:#374151}.merchant-backend-logout-btn--primary{background:#111827;color:#fff}.merchant-backend-logout-btn--primary:hover{background:#020617}.admin-header-logout:hover{background:#111827;color:#fff;border-color:#111827}.admin-content{flex:1;min-height:0;padding:1.25rem;overflow-y:auto}.admin-page{max-width:1200px;margin:0 auto}.admin-page-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .35rem}.admin-page-desc{font-size:.9rem;color:#6b7280;margin:0 0 1.25rem}.admin-page-placeholder{min-height:200px;border:1px dashed #e5e7eb;border-radius:12px;background:#fff}.admin-system-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:1.5rem;margin-bottom:1.5rem}.admin-system-section-title{font-size:1rem;font-weight:600;color:#374151;margin:0 0 .25rem}.admin-system-single-box .admin-system-section-title{margin-bottom:.35rem}.admin-system-hint{font-size:.85rem;color:#6b7280;margin:0 0 1rem}.admin-system-form{display:flex;flex-direction:column;gap:1.25rem}.admin-system-qr-wrap{display:flex;align-items:center;justify-content:center;min-width:0;min-height:120px;max-width:200px;max-height:200px;padding:8px;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa}.admin-system-qr-wrap--preview{max-width:200px;max-height:200px;position:relative}.admin-system-qr-img-full{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:6px}.admin-system-save-hint{font-size:.85rem;color:#6b7280;margin-left:.75rem}.admin-system-field{margin-bottom:1rem}.admin-system-field:last-of-type{margin-bottom:0}.admin-system-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.35rem}.admin-system-input{width:100%;max-width:100%;padding:.5rem .75rem;font-size:.9rem;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box}.admin-system-input--address{max-width:320px}.admin-system-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.admin-system-file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.admin-system-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:160px;padding:1.25rem;border:2px dashed #d1d5db;border-radius:12px;background:#f9fafb;cursor:pointer;transition:border-color .2s,background .2s}.admin-system-upload-area--square{width:200px;height:200px;min-height:200px;padding:.75rem;border-radius:12px;box-sizing:border-box}.admin-system-upload-area--square .admin-system-upload-preview{width:100%;height:100%;object-fit:contain;border-radius:8px;display:block;flex:1;min-height:0}.admin-system-upload-area--square .admin-system-upload-camera{width:48px;height:48px;color:#9ca3af;flex-shrink:0}.admin-system-upload-area--square .admin-system-upload-text{font-size:.875rem;color:#6b7280}.admin-system-upload-area--square .admin-system-upload-label{font-size:.75rem;color:#6b7280;margin-top:.25rem}.admin-system-upload-area:hover{border-color:#3b82f6;background:#eff6ff}.admin-system-upload-area:hover .admin-system-upload-camera{color:#3b82f6}.admin-system-upload-area:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.admin-system-upload-text{font-size:.95rem;font-weight:500;color:#374151}.admin-system-upload-label{font-size:.8rem;color:#6b7280;margin-top:.25rem}.admin-system-actions{margin-top:.5rem;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.admin-system-save-btn{padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;color:#fff;background:#059669;border:none;border-radius:8px;cursor:pointer}.admin-system-save-btn:hover:not(:disabled){background:#047857}.admin-system-save-btn:disabled{opacity:.7;cursor:not-allowed}.admin-system-crop-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.admin-system-crop-modal{background:#fff;border-radius:16px;padding:1.5rem;max-width:100%;box-shadow:0 25px 50px -12px #00000040}.admin-system-crop-title{font-size:1.15rem;font-weight:600;color:#111827;margin:0 0 .25rem}.admin-system-crop-desc{font-size:.875rem;color:#6b7280;margin:0 0 1rem}.admin-system-crop-view{cursor:grab;user-select:none;margin-bottom:1rem}.admin-system-crop-view:active{cursor:grabbing}.admin-system-crop-stage{position:relative;margin:0 auto;overflow:hidden;border-radius:12px;background:#f3f4f6}.admin-system-crop-image{position:absolute;pointer-events:none;object-fit:contain;display:block}.admin-system-crop-frame{position:absolute;box-sizing:border-box;border:3px solid #3b82f6;border-radius:8px;box-shadow:0 0 0 9999px #0006}.admin-system-crop-frame--draggable{cursor:move;pointer-events:auto}.admin-system-crop-frame--draggable:active{cursor:grabbing}.admin-system-crop-zoom{margin-bottom:1rem}.admin-system-crop-zoom-label{display:block;font-size:.8rem;color:#6b7280;margin-bottom:.25rem}.admin-system-crop-zoom-range{width:100%;max-width:280px;height:8px;accent-color:#3b82f6}.admin-system-crop-actions{display:flex;justify-content:flex-end;gap:.75rem}.admin-system-crop-btn{padding:.5rem 1rem;font-size:.9rem;border-radius:8px;cursor:pointer;border:none}.admin-system-crop-btn--cancel{background:#f3f4f6;color:#374151}.admin-system-crop-btn--cancel:hover{background:#e5e7eb}.admin-system-crop-btn--ok{background:#3b82f6;color:#fff}.admin-system-crop-btn--ok:hover{background:#2563eb}.admin-system-list{list-style:none;margin:0;padding:0}.admin-system-list-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e5e7eb}.admin-system-list-item:last-child{border-bottom:none}.admin-system-list-remove{padding:4px 10px;font-size:.85rem;color:#dc2626;background:transparent;border:1px solid #dc2626;border-radius:6px;cursor:pointer}.admin-system-list-remove:hover:not(:disabled){background:#fef2f2}.admin-system-list-remove:disabled{opacity:.6;cursor:not-allowed}.admin-featured-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.admin-featured-cards--shops{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.admin-featured-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000f}.admin-featured-card--product .admin-featured-card-image-wrap{aspect-ratio:1;width:100%;background:#f3f4f6;overflow:hidden}.admin-featured-card-image{width:100%;height:100%;object-fit:cover;display:block}.admin-featured-card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#9ca3af;background:#f3f4f6}.admin-featured-card-body{padding:.5rem .6rem;min-width:0;flex:1}.admin-featured-card-title{font-size:.85rem;font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-featured-card-meta{font-size:.75rem;color:#6b7280;margin-top:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-featured-card-shop-id{font-size:.7rem;color:#9ca3af;margin-top:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-featured-card-price{font-size:.9rem;font-weight:600;color:#f59e0b;margin-top:.2rem}.admin-featured-card-delete{margin:0 .5rem .5rem;padding:.35rem .6rem;font-size:.8rem;color:#dc2626;background:transparent;border:1px solid #dc2626;border-radius:6px;cursor:pointer}.admin-featured-card-delete:hover:not(:disabled){background:#fef2f2}.admin-featured-card-delete:disabled{opacity:.6;cursor:not-allowed}.admin-featured-card--shop{flex-direction:row;align-items:center;padding:1rem 1.25rem;gap:1rem;min-height:80px}.admin-featured-card--shop .admin-featured-card-body{flex:1;padding:0;min-width:0;display:flex;flex-direction:column;gap:.35rem}.admin-featured-card--shop .admin-featured-card-delete{margin:0;flex-shrink:0;padding:.5rem .85rem;font-size:.85rem}.admin-featured-shop-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#374151;font-weight:700;font-size:1.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border:1px solid #e5e7eb}.admin-featured-shop-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.admin-featured-card-title--full,.admin-featured-card-shop-id--full{overflow:visible;text-overflow:unset;white-space:normal;word-break:break-word}.admin-featured-card--shop .admin-featured-card-title--full{font-size:.95rem;font-weight:600;color:#111827;line-height:1.35}.admin-featured-card--shop .admin-featured-card-shop-id--full{font-size:.8rem;color:#6b7280;line-height:1.3}.admin-system-subtitle{font-size:.95rem;font-weight:600;color:#374151;margin:0 0 8px}.admin-system-list-add{padding:4px 10px;font-size:.85rem;color:#059669;background:transparent;border:1px solid #059669;border-radius:6px;cursor:pointer}.admin-system-list-add:hover:not(:disabled){background:#ecfdf5}.admin-system-list-add:disabled{opacity:.6;cursor:not-allowed}.admin-system-list-item--product{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center}.admin-system-product-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-system-product-meta{font-size:.9rem;color:#6b7280}.admin-dashboard{max-width:1280px;margin:0 auto}.admin-dashboard-header{margin-bottom:1.5rem}.admin-dashboard-title{font-size:1.35rem;font-weight:700;color:#111827;margin:0 0 .25rem}.admin-dashboard-desc{font-size:.9rem;color:#6b7280;margin:0}.admin-dashboard-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:1.5rem}.admin-dashboard-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.35rem;transition:border-color .2s ease,box-shadow .2s ease}.admin-dashboard-stat-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000f}.admin-dashboard-stat-value{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.2}.admin-dashboard-stat-label{font-size:.8125rem;color:#6b7280}.admin-dashboard-charts{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.admin-dashboard-chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;overflow:hidden}.admin-dashboard-chart-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem}.admin-dashboard-chart-wrap{width:100%;min-height:280px}.admin-dashboard-overview{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.admin-dashboard-overview-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem}.admin-dashboard-overview-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.admin-dashboard-overview-list{list-style:none;margin:0;padding:0}.admin-dashboard-overview-list li{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;font-size:.9rem;border-bottom:1px solid #f3f4f6}.admin-dashboard-overview-list li:last-child{border-bottom:none}.admin-dashboard-overview-label{color:#6b7280}.admin-dashboard-overview-value{font-weight:600;color:#111827}.admin-dashboard-overview-value--ok{color:#059669}@media(max-width:1200px){.admin-dashboard-stats{grid-template-columns:repeat(3,1fr)}.admin-dashboard-charts{grid-template-columns:1fr}}@media(max-width:768px){.admin-dashboard-stats{grid-template-columns:repeat(2,1fr)}.admin-dashboard-overview{grid-template-columns:1fr}}.admin-users{max-width:1280px;margin:0 auto}.admin-users-header{margin-bottom:1.5rem}.admin-users-title{font-size:1.35rem;font-weight:700;color:#111827;margin:0 0 .25rem}.admin-users-desc{font-size:.9rem;color:#6b7280;margin:0;line-height:1.5}.admin-users-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem}.admin-users-search-wrap{display:inline-flex;align-items:center;gap:.5rem;min-width:260px;padding:0 1rem;height:40px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease}.admin-users-search-wrap:focus-within{border-color:#111827;box-shadow:0 0 0 3px #11182714}.admin-users-search-icon{display:flex;color:#9ca3af;flex-shrink:0}.admin-users-search{flex:1;min-width:0;padding:0;font-size:.9rem;border:none;outline:none;background:none;color:#111827}.admin-users-search::placeholder{color:#9ca3af}.admin-users-filters{display:flex;gap:.5rem}.admin-users-filter-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.admin-users-filter-btn:hover{background:#f9fafb;color:#111827;border-color:#d1d5db}.admin-users-filter-btn--active{background:#111827;color:#fff;border-color:#111827}.admin-users-filter-btn--active:hover{background:#374151;border-color:#374151;color:#fff}.admin-users-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:1rem}.admin-users-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-users-table th{text-align:left;padding:.85rem 1rem;font-weight:600;color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb}.admin-users-table td{padding:.85rem 1rem;border-bottom:1px solid #f3f4f6;color:#111827}.admin-users-table tbody tr:last-child td{border-bottom:none}.admin-users-table tbody tr:hover td{background:#fafafa}.admin-users-id{font-size:.85rem;font-family:ui-monospace,monospace;background:#f3f4f6;padding:.2rem .5rem;border-radius:4px;color:#111827}.admin-users-balance{font-weight:600;color:#111827}.admin-users-shop{display:inline-block;margin-right:.5rem}.admin-users-shop--yes{color:#059669;font-weight:500}.admin-users-shop--no{color:#6b7280}.admin-users-shop-link{font-size:.8125rem;font-weight:500;color:#111827;text-decoration:none}.admin-users-shop-link:hover{text-decoration:underline}.admin-users-status{display:inline-block;padding:.2rem .6rem;font-size:.8rem;font-weight:500;border-radius:6px}.admin-users-status--normal{background:#d1fae5;color:#065f46}.admin-users-status--disabled{background:#fee2e2;color:#991b1b}.admin-users-action{padding:.3rem .65rem;font-size:.8125rem;font-weight:500;color:#111827;background:#f3f4f6;border:none;border-radius:6px;cursor:pointer;margin-right:.5rem;transition:background .2s ease}.admin-users-action:hover{background:#e5e7eb}.admin-users-action--warn{color:#991b1b;background:#fee2e2}.admin-users-action--warn:hover{background:#fecaca}.admin-users-empty{text-align:center;color:#6b7280;padding:2.5rem 1rem!important}.admin-users-pagination{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.admin-users-page-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.admin-users-page-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.admin-users-page-btn:disabled{opacity:.5;cursor:not-allowed}.admin-users-page-info{font-size:.875rem;color:#6b7280}.admin-users-drawer-overlay{position:fixed;inset:0;background:#0006;z-index:1000}.admin-users-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background:#fff;box-shadow:-4px 0 20px #0000001a;z-index:1001;display:flex;flex-direction:column}.admin-users-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.admin-users-drawer-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.admin-users-drawer-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#6b7280;background:none;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.admin-users-drawer-close:hover{color:#111827;background:#f3f4f6}.admin-users-drawer-body{flex:1;overflow-y:auto;padding:1.5rem}.admin-users-detail-list{margin:0}.admin-users-detail-row{margin-bottom:1.25rem}.admin-users-detail-row:last-of-type{margin-bottom:0}.admin-users-detail-row dt{font-size:.8125rem;font-weight:500;color:#6b7280;margin-bottom:.35rem}.admin-users-detail-row dd{margin:0;font-size:.9375rem;color:#111827}.admin-users-detail-row dd .admin-users-id{margin-right:.5rem}.admin-users-detail-row dd .admin-users-shop-link{margin-left:.5rem}.admin-users-detail-row dd.admin-users-detail-password{font-family:ui-monospace,monospace;font-size:.875rem}.admin-users-drawer-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}.admin-users-drawer-btn{padding:.55rem 1.1rem;font-size:.875rem;font-weight:600;color:#fff;background:#111827;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.admin-users-drawer-btn:hover{background:#374151}.admin-users-drawer-btn--secondary{background:#f3f4f6;color:#374151}.admin-users-drawer-btn--secondary:hover{background:#e5e7eb}.admin-users-drawer-btn--warn{background:#dc2626}.admin-users-drawer-btn--warn:hover{background:#b91c1c}.admin-users-drawer-addresses{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}.admin-users-drawer-addresses-title{font-size:.9375rem;font-weight:600;color:#111827;margin:0 0 .75rem}.admin-users-drawer-addresses-empty{font-size:.875rem;color:#6b7280;margin:0}.admin-users-drawer-address-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.admin-users-drawer-address-card{position:relative;padding:.875rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem}.admin-users-drawer-address-default{position:absolute;top:.5rem;right:.75rem;font-size:.6875rem;font-weight:600;color:#fff;background:#111827;padding:.15rem .4rem;border-radius:4px}.admin-users-drawer-address-recipient{font-weight:600;color:#111827;margin:0 0 .25rem}.admin-users-drawer-address-phone{color:#6b7280;margin:0 0 .35rem}.admin-users-drawer-address-detail{color:#374151;margin:0;line-height:1.4}.admin-users-edit-form{margin-bottom:.5rem}.admin-users-edit-row{margin-bottom:1rem}.admin-users-edit-row:last-of-type{margin-bottom:0}.admin-users-edit-label{display:block;font-size:.8125rem;font-weight:500;color:#6b7280;margin-bottom:.35rem}.admin-users-edit-input{width:100%;padding:.5rem .75rem;font-size:.875rem;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box}.admin-users-edit-input:focus{outline:none;border-color:#111827}.admin-users-edit-readonly{font-size:.9375rem;color:#111827}.admin-users-edit-check-wrap{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;cursor:pointer}.admin-users-edit-check-wrap input{width:auto}.admin-users-edit-shop-id{margin-top:.5rem;max-width:140px}.admin-users-drawer-addresses-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.admin-users-edit-add-addr{padding:.35rem .65rem;font-size:.8125rem;font-weight:500;color:#111827;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:background .15s ease}.admin-users-edit-add-addr:hover{background:#e5e7eb}.admin-users-edit-address-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.admin-users-edit-address-card{display:flex;gap:.75rem;align-items:flex-start;padding:.875rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.admin-users-edit-address-fields{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.admin-users-edit-addr-field{width:100%}.admin-users-edit-addr-row{display:flex;gap:.5rem}.admin-users-edit-addr-row .admin-users-edit-input{flex:1;min-width:0}.admin-users-edit-addr-short{flex:0 0 70px;min-width:0}.admin-users-edit-addr-phone{flex:1;min-width:0}.admin-users-edit-addr-remove{flex-shrink:0;padding:.35rem .65rem;font-size:.8125rem;color:#dc2626;background:transparent;border:1px solid #fecaca;border-radius:6px;cursor:pointer;transition:background .15s ease}.admin-users-edit-addr-remove:hover{background:#fef2f2}@media(max-width:768px){.admin-users-table-wrap{overflow-x:auto}.admin-users-table{min-width:700px}.admin-users-drawer{max-width:100%}}.admin-shops{max-width:1280px;margin:0 auto}.admin-shops-header{margin-bottom:1.5rem}.admin-shops-title{font-size:1.35rem;font-weight:700;color:#111827;margin:0 0 .25rem}.admin-shops-desc{font-size:.9rem;color:#6b7280;margin:0;line-height:1.5}.admin-shops-toolbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.admin-shops-search-wrap{display:inline-flex;align-items:center;gap:.5rem;min-width:260px;padding:0 1rem;height:40px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease}.admin-shops-search-wrap:focus-within{border-color:#111827;box-shadow:0 0 0 3px #11182714}.admin-shops-search-icon{display:flex;color:#9ca3af;flex-shrink:0}.admin-shops-search{flex:1;min-width:0;padding:0;font-size:.9rem;border:none;outline:none;background:none;color:#111827}.admin-shops-search::placeholder{color:#9ca3af}.admin-shops-filters{display:flex;gap:.5rem}.admin-shops-filter-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.admin-shops-filter-btn:hover{background:#f9fafb;color:#111827;border-color:#d1d5db}.admin-shops-filter-btn--active{background:#111827;color:#fff;border-color:#111827}.admin-shops-filter-btn--active:hover{background:#374151;border-color:#374151;color:#fff}.admin-shops-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:1rem}.admin-shops-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-shops-table th{text-align:left;padding:.85rem 1rem;font-weight:600;color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb;white-space:nowrap}.admin-shops-table td{padding:.85rem 1rem;border-bottom:1px solid #f3f4f6;color:#111827}.admin-shops-table tbody tr:last-child td{border-bottom:none}.admin-shops-table tbody tr:hover td{background:#fafafa}.admin-shops-row--highlight td{background:#fef9c3!important}.admin-shops-id{font-family:ui-monospace,monospace;font-size:.875rem;color:#374151;background:#f3f4f6;padding:.2rem .45rem;border-radius:4px}.admin-shops-name{font-weight:500;color:#111827}.admin-shops-owner-account{margin-right:.5rem}.admin-shops-owner-link{font-size:.8125rem;color:#111827;text-decoration:underline}.admin-shops-owner-link:hover{color:#374151}.admin-shops-credit{font-weight:600;color:#111827}.admin-shops-th-balance{width:1%;white-space:nowrap}.admin-shops-cell-balance{white-space:nowrap}.admin-shops-balance{font-weight:500;color:#111827}.admin-shops-status{display:inline-block;padding:.2rem .6rem;font-size:.8125rem;font-weight:500;border-radius:6px}.admin-shops-status--normal{background:#dcfce7;color:#166534}.admin-shops-status--banned{background:#fee2e2;color:#b91c1c}.admin-shops-action{font-size:.875rem;font-weight:500;color:#111827;text-decoration:underline;white-space:nowrap}.admin-shops-action:hover{color:#374151}.admin-shops-empty{text-align:center;color:#6b7280;padding:2rem 1rem!important}.admin-shops-pagination{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.admin-shops-page-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.admin-shops-page-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.admin-shops-page-btn:disabled{opacity:.5;cursor:not-allowed}.admin-shops-page-info{font-size:.875rem;color:#6b7280}.admin-shops-ban-overlay{position:fixed;inset:0;background:#0f172a73;z-index:1100;display:flex;align-items:center;justify-content:center}.admin-shops-ban-panel{width:100%;max-width:420px;margin:0 1.25rem;background:#fff;border-radius:.75rem;padding:1.5rem 1.75rem 1.25rem;box-shadow:0 20px 40px #0f172a40}.admin-shops-ban-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:600;color:#111827}.admin-shops-ban-text{margin:0 0 1.25rem;font-size:.9rem;color:#4b5563}.admin-shops-ban-actions{display:flex;justify-content:flex-end;gap:.75rem}.admin-shops-ban-btn{min-width:4.5rem;padding:.4rem 1.1rem;font-size:.9rem;border-radius:999px;border:none;cursor:pointer}.admin-shops-ban-btn--secondary{background:#f3f4f6;color:#374151}.admin-shops-ban-btn--secondary:hover{background:#e5e7eb}.admin-shops-ban-btn--primary{background:#dc2626;color:#fff}.admin-shops-ban-btn--primary:hover{background:#b91c1c}.admin-shops-drawer-overlay{position:fixed;inset:0;background:#0006;z-index:1000}.admin-shops-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background:#fff;box-shadow:-4px 0 20px #0000001a;z-index:1001;display:flex;flex-direction:column}.admin-shops-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.admin-shops-drawer-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.admin-shops-drawer-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#6b7280;background:none;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.admin-shops-drawer-close:hover{color:#111827;background:#f3f4f6}.admin-shops-drawer-body{flex:1;overflow-y:auto;padding:1.5rem}.admin-shops-detail-list{margin:0}.admin-shops-detail-row{margin-bottom:1.25rem}.admin-shops-detail-row:last-of-type{margin-bottom:0}.admin-shops-detail-row dt{font-size:.8125rem;font-weight:500;color:#6b7280;margin-bottom:.35rem}.admin-shops-detail-row dd{margin:0;font-size:.9375rem;color:#111827}.admin-shops-detail-dd-row{display:flex;align-items:center;gap:.5rem}.admin-shops-detail-view-btn{padding:0;font-size:.8125rem;color:#111827;text-decoration:underline;background:none;border:none;cursor:pointer;transition:color .15s ease}.admin-shops-detail-view-btn:hover{color:#374151}.admin-shops-drawer-actions{flex-shrink:0;display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fff}.admin-shops-drawer-btn{padding:.55rem 1.1rem;font-size:.875rem;font-weight:600;color:#fff;background:#111827;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:background .2s ease}.admin-shops-drawer-btn:hover{background:#374151}.admin-shops-drawer-btn--secondary{background:#f3f4f6;color:#374151}.admin-shops-drawer-btn--secondary:hover{background:#e5e7eb}.admin-shops-drawer-btn--warn{background:#dc2626}.admin-shops-drawer-btn--warn:hover{background:#b91c1c}.admin-shops-edit-form{margin-bottom:.5rem}.admin-shops-edit-row{margin-bottom:1rem}.admin-shops-edit-row:last-of-type{margin-bottom:0}.admin-shops-edit-label{display:block;font-size:.8125rem;font-weight:500;color:#6b7280;margin-bottom:.35rem}.admin-shops-edit-input{width:100%;padding:.5rem .75rem;font-size:.875rem;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box}.admin-shops-edit-input:focus{outline:none;border-color:#111827}@media(max-width:768px){.admin-shops-table-wrap{overflow-x:auto}.admin-shops-table{min-width:760px}.admin-shops-drawer{max-width:100%}}.admin-orders{max-width:1280px;margin:0 auto}.admin-orders-header{margin-bottom:1.5rem}.admin-orders-title{font-size:1.35rem;font-weight:700;color:#111827;margin:0 0 .25rem}.admin-orders-desc{font-size:.9rem;color:#6b7280;margin:0 0 .35rem;line-height:1.5}.admin-orders-back-link{font-size:.8125rem;color:#111827;text-decoration:underline}.admin-orders-back-link:hover{color:#374151}.admin-orders-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem}.admin-orders-search-wrap{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:200px}.admin-orders-search-wrap .admin-orders-search{width:140px;min-width:100px}.admin-orders-search-wrap .admin-orders-search:not(.admin-orders-search-shop){width:180px;min-width:140px}.admin-orders-shop-search-btn{padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#fff;background:#111827;border:none;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .2s ease}.admin-orders-shop-search-btn:hover{background:#374151}.admin-orders-search{width:100%;padding:.5rem .75rem;font-size:.9rem;border:1px solid #e5e7eb;border-radius:8px;color:#111827}.admin-orders-search:focus{outline:none;border-color:#111827}.admin-orders-filters{display:flex;gap:.5rem;flex-wrap:wrap}.admin-orders-filter-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.admin-orders-filter-btn:hover{background:#f9fafb;color:#111827;border-color:#d1d5db}.admin-orders-filter-btn--active{background:#111827;color:#fff;border-color:#111827}.admin-orders-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:1rem}.admin-orders-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-orders-table th{text-align:left;padding:.85rem 1rem;font-weight:600;color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb}.admin-orders-table td{padding:.85rem 1rem;border-bottom:1px solid #f3f4f6;color:#111827}.admin-orders-table tbody tr:last-child td{border-bottom:none}.admin-orders-table tbody tr:hover td{background:#fafafa}.admin-orders-orderNo,.admin-orders-listing-id{font-family:ui-monospace,monospace;font-size:.875rem;color:#374151;background:#f3f4f6;padding:.2rem .45rem;border-radius:4px}.admin-orders-cell-codes{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-orders-cell-amount{font-weight:500;color:#111827}.admin-orders-status{display:inline-block;padding:.2rem .6rem;font-size:.8125rem;font-weight:500;border-radius:6px}.admin-orders-status--pending_pay{background:#fef3c7;color:#b45309}.admin-orders-status--pending_ship{background:#dbeafe;color:#1d4ed8}.admin-orders-status--shipped{background:#e0e7ff;color:#4338ca}.admin-orders-status--completed{background:#dcfce7;color:#166534}.admin-orders-status--cancelled{background:#f3f4f6;color:#6b7280}.admin-orders-empty{text-align:center;color:#6b7280;padding:2rem 1rem!important}.admin-orders-pagination{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.admin-orders-page-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.admin-orders-page-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.admin-orders-page-btn:disabled{opacity:.5;cursor:not-allowed}.admin-orders-page-info{font-size:.875rem;color:#6b7280}.admin-orders-action-btn{padding:.25rem .6rem;font-size:.8125rem;font-weight:500;color:#111827;text-decoration:underline;background:none;border:none;cursor:pointer;transition:color .15s ease}.admin-orders-action-btn:hover{color:#374151}.admin-orders-drawer-overlay{position:fixed;inset:0;background:#0006;z-index:1000}.admin-orders-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background:#fff;box-shadow:-4px 0 20px #0000001a;z-index:1001;display:flex;flex-direction:column}.admin-orders-drawer-head{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.admin-orders-drawer-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.admin-orders-drawer-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#6b7280;background:none;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.admin-orders-drawer-close:hover{color:#111827;background:#f3f4f6}.admin-orders-drawer-body{flex:1;overflow-y:auto;padding:1.5rem}.admin-orders-detail-list{margin:0}.admin-orders-detail-row{margin-bottom:1.25rem}.admin-orders-detail-row:last-of-type{margin-bottom:0}.admin-orders-detail-row dt{font-size:.8125rem;font-weight:500;color:#6b7280;margin-bottom:.35rem}.admin-orders-detail-row dd{margin:0;font-size:.9375rem;color:#111827}.admin-orders-detail-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.admin-orders-detail-item{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.admin-orders-detail-item:last-child{border-bottom:none}.admin-orders-detail-item-main{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.admin-orders-detail-item-title{flex:1;min-width:0;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-orders-detail-item-meta{font-variant-numeric:tabular-nums;color:#6b7280}.admin-orders-detail-item-listing{font-size:.8125rem;color:#6b7280}.admin-orders-detail-item-listing-label{margin-right:.25rem}.admin-orders-detail-item-listing .admin-orders-listing-id{font-size:.8125rem;color:#4f46e5}.admin-orders-detail-item-price{font-variant-numeric:tabular-nums;font-weight:600;color:#111827}.admin-orders-drawer-actions{flex-shrink:0;display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fff}.admin-orders-drawer-btn{padding:.55rem 1.1rem;font-size:.875rem;font-weight:600;color:#fff;background:#111827;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:background .2s ease}.admin-orders-drawer-btn:hover{background:#374151}.admin-orders-drawer-btn--secondary{background:#f3f4f6;color:#374151}.admin-orders-drawer-btn--secondary:hover{background:#e5e7eb}.admin-orders-edit-form{margin-bottom:.5rem}.admin-orders-edit-row{margin-bottom:1rem}.admin-orders-edit-row:last-of-type{margin-bottom:0}.admin-orders-edit-label{display:block;font-size:.8125rem;font-weight:500;color:#6b7280;margin-bottom:.35rem}.admin-orders-edit-input{width:100%;padding:.5rem .75rem;font-size:.875rem;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box}.admin-orders-edit-input:focus{outline:none;border-color:#111827}.admin-orders-edit-readonly{font-size:.9375rem;color:#111827}@media(max-width:768px){.admin-orders-table-wrap{overflow-x:auto}.admin-orders-table{min-width:600px}.admin-orders-drawer{max-width:100%}}.admin-warehouse{max-width:1280px;margin:0 auto}.admin-warehouse-header{margin-bottom:1.5rem;position:relative}.admin-warehouse-title{font-size:1.35rem;font-weight:700;color:#111827;margin:0 0 .25rem}.admin-warehouse-desc{font-size:.9rem;color:#6b7280;margin:0 0 1rem;line-height:1.5}.admin-warehouse-add-btn{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:#111827;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.admin-warehouse-add-btn:hover{background:#374151}.admin-warehouse-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.admin-warehouse-toolbar-left{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.admin-warehouse-category-dropdown{position:relative}.admin-warehouse-category-trigger{display:inline-flex;align-items:center;gap:.5rem;min-width:160px;padding:.5rem .75rem .5rem .875rem;font-size:.875rem;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 1px 2px #0000000a}.admin-warehouse-category-trigger:hover{border-color:#d1d5db;background:#fafafa}.admin-warehouse-category-trigger--open,.admin-warehouse-category-trigger:focus-visible{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.admin-warehouse-category-trigger-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-warehouse-category-trigger-icon-img{width:18px;height:18px;display:block}.admin-warehouse-category-trigger--open .admin-warehouse-category-trigger-icon{color:#6366f1}.admin-warehouse-category-trigger-text{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-warehouse-category-trigger-chevron{display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:transform .2s ease;flex-shrink:0}.admin-warehouse-category-trigger-chevron--open{transform:rotate(180deg);color:#6366f1}.admin-warehouse-category-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:50;min-width:200px;max-height:320px;overflow-y:auto;padding:.35rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #0000001a,0 2px 8px #0000000f}.admin-warehouse-category-option{display:block;width:100%;padding:.5rem .75rem;font-size:.875rem;text-align:left;color:#374151;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.admin-warehouse-category-option:hover{background:#f3f4f6;color:#111827}.admin-warehouse-category-option--active{background:#eef2ff;color:#6366f1;font-weight:500}.admin-warehouse-category-option--active:hover{background:#e0e7ff;color:#4f46e5}.admin-warehouse-category-option-name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-warehouse-category-option--all{font-weight:500}.admin-warehouse-category-divider{height:1px;margin:.25rem 0;background:#e5e7eb}.admin-warehouse-category-group{margin-bottom:.15rem}.admin-warehouse-category-group:last-child{margin-bottom:0}.admin-warehouse-category-parent{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-align:left;color:#374151;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease;gap:.5rem;box-sizing:border-box}.admin-warehouse-category-parent:hover{background:#f3f4f6;color:#111827}.admin-warehouse-category-parent-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-warehouse-category-parent-chevron{display:flex;align-items:center;justify-content:center;padding:.2rem;color:#9ca3af;background:transparent;border:none;border-radius:4px;cursor:pointer;flex-shrink:0;transition:transform .2s ease,color .2s ease}.admin-warehouse-category-parent-chevron:hover{color:#6366f1}.admin-warehouse-category-parent-chevron--open{transform:rotate(180deg);color:#6366f1}.admin-warehouse-category-children{padding-left:.75rem;margin-top:.15rem;margin-bottom:.35rem;border-left:2px solid #e5e7eb}.admin-warehouse-category-option--parent{font-size:.8125rem;color:#6b7280}.admin-warehouse-category-option--child{padding-left:1rem;font-size:.8125rem}.admin-warehouse-select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;min-width:140px}.admin-warehouse-select--sm{min-width:auto;padding-right:1.75rem}.admin-warehouse-search-wrap{display:flex;align-items:center;gap:0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.admin-warehouse-search-input{width:220px;padding:.5rem .75rem;font-size:.875rem;border:none;outline:none}.admin-warehouse-search-input::placeholder{color:#9ca3af}.admin-warehouse-search-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#111827;border:none;cursor:pointer}.admin-warehouse-search-btn:hover{background:#374151}.admin-warehouse-toolbar-right{display:flex;align-items:center;gap:.35rem}.admin-warehouse-page-size-label{font-size:.875rem;color:#6b7280}.admin-warehouse-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:1rem}.admin-warehouse-loading{padding:3rem 1.5rem;text-align:center;font-size:.9rem;color:#6b7280}.admin-warehouse-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-warehouse-th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb}.admin-warehouse-th--img{width:72px}.admin-warehouse-th--id{width:100px}.admin-warehouse-th--name{width:200px;min-width:200px;max-width:200px}.admin-warehouse-th--num{width:110px;text-align:right}.admin-warehouse-th--action{width:140px;text-align:center}.admin-warehouse-tr:hover{background:#f9fafb}.admin-warehouse-td{padding:.65rem 1rem;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.admin-warehouse-td--name{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-warehouse-td--action{text-align:center;white-space:nowrap}.admin-warehouse-action-btns{display:inline-flex;align-items:center;gap:.5rem}.admin-warehouse-action-btn{padding:.3rem .6rem;font-size:.8rem;color:#2563eb;background:transparent;border:1px solid #93c5fd;border-radius:6px;cursor:pointer}.admin-warehouse-action-btn:hover{background:#eff6ff;border-color:#2563eb}.admin-warehouse-action-btn--secondary{color:#4b5563;border-color:#e5e7eb}.admin-warehouse-action-btn--secondary:hover{background:#f3f4f6;border-color:#9ca3af}.admin-warehouse-action-btn--warn{color:#b45309;border-color:#fed7aa}.admin-warehouse-action-btn--warn:hover{background:#fff7ed;border-color:#b45309}.admin-warehouse-td--status{text-align:center}.admin-warehouse-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:80px;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:500}.admin-warehouse-status-pill--on{background:#dcfce7;color:#166534}.admin-warehouse-status-pill--off{background:#fee2e2;color:#b91c1c}.admin-warehouse-tr--disabled{background:#f9fafb}.admin-warehouse-td--img{padding:.5rem}.admin-warehouse-cell-img-wrap{width:56px;height:56px;border-radius:8px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.admin-warehouse-cell-img{width:100%;height:100%;object-fit:cover}.admin-warehouse-cell-img-placeholder{font-size:.75rem;color:#9ca3af}.admin-warehouse-code{font-size:.8rem;color:#6b7280;background:#f3f4f6;padding:.2rem .4rem;border-radius:4px}.admin-warehouse-td--num{text-align:right;font-variant-numeric:tabular-nums}.admin-warehouse-cell-empty{font-size:.8rem;color:#9ca3af;font-style:normal}.admin-warehouse-empty{padding:2.5rem 1rem;text-align:center;color:#6b7280;font-size:.9rem}.admin-warehouse-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0}.admin-warehouse-pagination-total{font-size:.875rem;color:#6b7280}.admin-warehouse-pagination-btns{display:flex;align-items:center;gap:.75rem}.admin-warehouse-pagination-btn{padding:.4rem .9rem;font-size:.875rem;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer}.admin-warehouse-pagination-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.admin-warehouse-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.admin-warehouse-pagination-info{font-size:.875rem;color:#6b7280}.admin-warehouse-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.admin-warehouse-filter-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.admin-warehouse-filter-btn:hover{background:#f9fafb;color:#111827;border-color:#d1d5db}.admin-warehouse-filter-btn--active{background:#111827;color:#fff;border-color:#111827}.admin-warehouse-content{display:flex;flex-direction:column;gap:2rem}.admin-warehouse-category-block{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.admin-warehouse-category-head{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.admin-warehouse-category-icon-wrap{width:48px;height:48px;border-radius:8px;overflow:hidden;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.admin-warehouse-category-icon{width:100%;height:100%;object-fit:cover}.admin-warehouse-category-icon-placeholder{font-size:1.25rem;font-weight:600;color:#9ca3af}.admin-warehouse-category-title{font-size:1.1rem;font-weight:600;color:#111827;margin:0}.admin-warehouse-empty-cat{padding:2rem 1.25rem;margin:0;font-size:.9rem;color:#6b7280;text-align:center}.admin-warehouse-product-list{list-style:none;margin:0;padding:1rem 1.25rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.admin-warehouse-product-card{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;transition:box-shadow .2s ease}.admin-warehouse-product-card:hover{box-shadow:0 4px 12px #0000000f}.admin-warehouse-product-card--off_shelf{opacity:.85}.admin-warehouse-product-img-wrap{position:relative;width:100%;aspect-ratio:4/3;background:#f3f4f6}.admin-warehouse-product-img{width:100%;height:100%;object-fit:cover}.admin-warehouse-product-off-badge{position:absolute;top:.5rem;right:.5rem;font-size:.6875rem;font-weight:600;color:#fff;background:#6b7280;padding:.2rem .5rem;border-radius:4px}.admin-warehouse-product-info{padding:.75rem}.admin-warehouse-product-name{font-size:.9rem;font-weight:500;color:#111827;margin:0 0 .35rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.admin-warehouse-product-price{font-size:.8125rem;color:#374151;margin:0 0 .5rem}.admin-warehouse-product-btn{width:100%;padding:.4rem .75rem;font-size:.8125rem;font-weight:500;color:#111827;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:background .15s ease}.admin-warehouse-product-btn:hover{background:#e5e7eb}.admin-warehouse-product-btn--warn{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.admin-warehouse-product-btn--warn:hover{background:#fee2e2}.admin-warehouse-modal-overlay{position:fixed;inset:0;background:#0006;z-index:1000}.admin-warehouse-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;max-width:440px;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;z-index:1001;display:flex;flex-direction:column;max-height:90vh}.admin-warehouse-modal--wide{max-width:640px}.admin-warehouse-modal-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.admin-warehouse-modal-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.admin-warehouse-modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#6b7280;background:none;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.admin-warehouse-modal-close:hover{color:#111827;background:#f3f4f6}.admin-warehouse-modal-body{padding:1.5rem;overflow-y:auto}.admin-warehouse-form-row{margin-bottom:1rem}.admin-warehouse-form-row:last-child{margin-bottom:0}.admin-warehouse-form-label{display:block;font-size:.8125rem;font-weight:500;color:#6b7280;margin-bottom:.35rem}.admin-warehouse-form-input{width:100%;padding:.5rem .75rem;font-size:.875rem;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box}.admin-warehouse-form-input:focus{outline:none;border-color:#111827}.admin-warehouse-modal-actions{flex-shrink:0;display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb}.admin-warehouse-modal-btn{padding:.55rem 1.1rem;font-size:.875rem;font-weight:600;color:#fff;background:#111827;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.admin-warehouse-modal-btn:hover{background:#374151}.admin-warehouse-modal-btn--secondary{background:#f3f4f6;color:#374151}.admin-warehouse-modal-btn--secondary:hover{background:#e5e7eb}.admin-warehouse-form-textarea{width:100%;min-height:100px;padding:.5rem .75rem;font-size:.875rem;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;resize:vertical}.admin-warehouse-edit-images{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.admin-warehouse-edit-img-item{width:64px;height:64px;border-radius:8px;overflow:hidden;background:#f3f4f6;position:relative}.admin-warehouse-edit-img-item img{width:100%;height:100%;object-fit:cover}.admin-warehouse-sku-list{list-style:none;margin:0;padding:0}.admin-warehouse-sku-item{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;background:#fafafa}.admin-warehouse-sku-item-fields{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.admin-warehouse-sku-field{min-width:120px}.admin-warehouse-sku-field label{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.2rem}.admin-warehouse-sku-field input{width:100%;padding:.35rem .5rem;font-size:.8rem;border:1px solid #d1d5db;border-radius:4px;box-sizing:border-box}.admin-warehouse-modal-body--scroll{max-height:70vh;overflow-y:auto}.admin-product-detail{max-width:900px;margin:0 auto;padding:1.5rem 1rem 3rem}.admin-product-detail-loading{padding:3rem 1rem;text-align:center;color:#6b7280;font-size:1rem}.admin-product-detail-empty{padding:3rem 1rem 0;text-align:center;color:#374151;font-size:1rem}.admin-product-detail-empty-hint{text-align:center;font-size:.8125rem;color:#9ca3af;margin:0 0 1rem}.admin-product-detail-header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.admin-product-detail-back{padding:.4rem .75rem;font-size:.875rem;color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer}.admin-product-detail-back:hover{background:#e5e7eb}.admin-product-detail-title{flex:1;font-size:1.35rem;font-weight:700;color:#111827;margin:0}.admin-product-detail-status-pill{font-size:.8rem;padding:.25rem .6rem;border-radius:999px;background:#ecfdf5;color:#15803d}.admin-product-detail-status-pill--off{background:#fef2f2;color:#b91c1c}.admin-product-detail-btn-edit{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#111827;border:none;border-radius:8px;cursor:pointer}.admin-product-detail-btn-edit:hover{background:#374151}.admin-product-detail-actions{display:flex;gap:.75rem}.admin-product-detail-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#111827;border:none;border-radius:8px;cursor:pointer}.admin-product-detail-btn:hover:not(:disabled){background:#374151}.admin-product-detail-btn:disabled{opacity:.6;cursor:not-allowed}.admin-product-detail-btn--secondary{background:#f3f4f6;color:#374151}.admin-product-detail-btn--secondary:hover{background:#e5e7eb}.admin-product-detail-body{display:flex;flex-direction:column;gap:1.5rem}.admin-product-detail-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem 1.5rem}.admin-product-detail-section--row{display:flex;flex-wrap:wrap;gap:1.5rem}.admin-product-detail-section-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .75rem}.admin-product-detail-category-row{display:flex;flex-wrap:wrap;gap:1.5rem}.admin-product-detail-category-row .admin-product-detail-label{min-width:200px}.admin-product-detail-select{display:block;width:100%;max-width:280px;margin-top:.35rem;padding:.5rem .75rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:6px;background:#fff}.admin-product-detail-select:focus{outline:none;border-color:#111827}.admin-product-detail-select:disabled{background:#f3f4f6;color:#9ca3af}.admin-product-detail-main-images{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.admin-product-detail-img-item{width:100px;height:100px;border-radius:8px;overflow:hidden;background:#f3f4f6}.admin-product-detail-img-item img{width:100%;height:100%;object-fit:cover}.admin-product-detail-img-item--sm{width:72px;height:72px}.admin-product-detail-img-row{display:flex;flex-wrap:wrap;gap:.5rem}.admin-product-detail-img-wrap{position:relative}.admin-product-detail-img-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;padding:0;border:none;border-radius:50%;background:#0009;color:#fff;font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.admin-product-detail-img-remove:hover{background:#dc2626}.admin-product-detail-img-remove--sm{width:20px;height:20px;font-size:.95rem;top:2px;right:2px}.admin-product-detail-img-add-wrap{display:flex;flex-direction:column;align-items:center;gap:.25rem}.admin-product-detail-img-add-wrap--sm{flex-shrink:0}.admin-product-detail-img-add{width:100px;height:100px;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;color:#6b7280;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.admin-product-detail-img-add:hover:not(:disabled){border-color:#9ca3af;background:#f3f4f6}.admin-product-detail-img-add:disabled{opacity:.6;cursor:not-allowed}.admin-product-detail-img-add--sm{width:72px;height:72px;font-size:1.25rem}.admin-product-detail-img-add-label{font-size:.75rem;color:#6b7280}.admin-product-detail-img-input-hidden{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.admin-product-detail-main-images--editing{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start}.admin-product-detail-add-url-row{display:flex;gap:.5rem;align-items:center;margin-top:.5rem}.admin-product-detail-add-url-row .admin-product-detail-input--sm{flex:1;min-width:0}.admin-product-detail-no-data{font-size:.875rem;color:#9ca3af}.admin-product-detail-label{display:block;font-size:.8125rem;font-weight:500;color:#6b7280;margin-bottom:.35rem}.admin-product-detail-input{width:100%;padding:.5rem .75rem;font-size:.875rem;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box}.admin-product-detail-input:focus{outline:none;border-color:#111827}.admin-product-detail-text{font-size:.9375rem;color:#374151;margin:0;line-height:1.5}.admin-product-detail-textarea{width:100%;min-height:120px;padding:.5rem .75rem;font-size:.875rem;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;resize:vertical}.admin-product-detail-html{font-size:.875rem;color:#374151;line-height:1.6}.admin-product-detail-html img{max-width:100%;height:auto}.admin-product-detail-field{min-width:140px}.admin-product-detail-value{font-size:.9375rem;color:#111827}.admin-product-detail-sku-list{list-style:none;margin:0;padding:0}.admin-product-detail-sku-card{border:1px solid #e5e7eb;border-radius:10px;padding:1rem;margin-bottom:.75rem;background:#fafafa;position:relative}.admin-product-detail-sku-fields{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.admin-product-detail-sku-field{min-width:160px}.admin-product-detail-sku-label{display:block;font-size:.75rem;font-weight:500;color:#6b7280;margin-bottom:.25rem}.admin-product-detail-sku-value{font-size:.875rem;color:#374151;word-break:break-all}.admin-product-detail-sku-images{margin-top:.5rem}.admin-product-detail-sku-edit-img .admin-product-detail-input{margin-top:.35rem}.admin-product-detail-sku-remove{margin-top:.75rem;padding:.35rem .6rem;font-size:.8rem;color:#b45309;background:transparent;border:1px solid #fed7aa;border-radius:6px;cursor:pointer}.admin-product-detail-sku-remove:hover{background:#fff7ed}.admin-product-detail-add-sku{margin-top:.5rem;padding:.5rem 1rem;font-size:.875rem;color:#2563eb;background:transparent;border:1px solid #93c5fd;border-radius:8px;cursor:pointer}.admin-product-detail-add-sku:hover{background:#eff6ff}.admin-audit-page{max-width:1280px;margin:0 auto}.admin-audit-header{margin-bottom:1.5rem}.admin-audit-tabs{margin-top:1rem;display:inline-flex;padding:.25rem;border-radius:999px;background:#f3f4f6;border:1px solid #e5e7eb;gap:.25rem}.admin-audit-tab{position:relative;padding:.4rem 1.2rem;border-radius:999px;border:none;background:transparent;font-size:.88rem;font-weight:500;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.admin-audit-tab:hover{background:#ffffffe6;color:#111827}.admin-audit-tab--active{background:#fff;color:#111827;box-shadow:0 4px 10px #0f172a14}.admin-audit-tab-count{min-width:1.4rem;padding:.1rem .45rem;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.75rem;font-weight:600}.admin-audit-title{font-size:1.35rem;font-weight:700;color:#111827;margin:0 0 .25rem}.admin-audit-desc{font-size:.9rem;color:#6b7280;margin:0;line-height:1.5}.admin-audit-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.admin-audit-caption{caption-side:top;padding:.75rem 1rem .25rem}.admin-audit-search{display:flex;align-items:center;gap:.5rem}.admin-audit-search-input{flex:1;min-width:0;border-radius:999px;border:1px solid #e5e7eb;padding:.4rem .9rem;font-size:.85rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.admin-audit-search-input:focus{border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e526}.admin-audit-search-btn{padding:.35rem .9rem;border-radius:999px;border:none;background:#4f46e5;color:#fff;font-size:.82rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .18s ease,transform .08s ease}.admin-audit-search-btn:hover{background:#4338ca}.admin-audit-search-btn:active{transform:scale(.97)}.admin-audit-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-audit-table th{text-align:left;padding:.85rem 1rem;font-weight:600;color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb}.admin-audit-table td{padding:.85rem 1rem;border-bottom:1px solid #f3f4f6;color:#111827}.admin-audit-screenshot-cell{vertical-align:middle}.admin-audit-screenshot-link{display:inline-flex;align-items:center;justify-content:center}.admin-audit-screenshot-thumb{width:48px;height:48px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb;display:block}.admin-audit-screenshot-link:hover .admin-audit-screenshot-thumb{border-color:#3b82f6}.admin-audit-table--shops th:first-child,.admin-audit-table--shops td:first-child{width:48%}.admin-audit-table--shops th:nth-child(2),.admin-audit-table--shops td:nth-child(2){width:28%}.admin-audit-table--shops th:nth-child(3),.admin-audit-table--shops td:nth-child(3){width:12%}.admin-audit-table--shops th:last-child,.admin-audit-table--shops td:last-child{width:12%}.admin-audit-shop-main{display:flex;align-items:center;gap:.75rem}.admin-audit-shop-main-avatar{width:40px;height:40px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9rem;font-weight:600;flex-shrink:0;overflow:hidden}.admin-audit-shop-main-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.admin-audit-shop-main-avatar-placeholder{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.admin-audit-shop-main-text{min-width:0;display:flex;flex-direction:column;gap:.1rem}.admin-audit-shop-main-title-row{display:flex;align-items:center;gap:.4rem}.admin-audit-shop-main-name{max-width:220px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-audit-shop-main-meta{display:flex;align-items:center;gap:.25rem;font-size:.8rem;color:#6b7280}.admin-audit-shop-main-country{white-space:nowrap}.admin-audit-shop-main-dot{font-size:.7rem}.admin-audit-shop-main-address{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-audit-shop-main-time{font-size:.75rem;color:#9ca3af}.admin-audit-shop-apply{display:flex;flex-direction:column;gap:.15rem;font-size:.8rem;color:#4b5563}.admin-audit-shop-apply-name{font-weight:500;color:#111827;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-audit-shop-apply-account,.admin-audit-shop-apply-id{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-audit-row-actions{display:flex;flex-wrap:nowrap;align-items:center;gap:.35rem}.admin-audit-row-actions .admin-audit-btn{margin-right:0}.admin-audit-shop-actions{display:flex;flex-wrap:nowrap;align-items:center;gap:.35rem}.admin-audit-shop-actions .admin-audit-btn{padding-inline:.65rem}.admin-audit-shop-actions-note{margin-top:.2rem;font-size:.75rem;color:#9ca3af}.admin-audit-table tbody tr:last-child td{border-bottom:none}.admin-audit-table tbody tr:hover td{background:#fafafa}.admin-audit-id{font-family:ui-monospace,monospace;font-size:.875rem;color:#374151;background:#f3f4f6;padding:.2rem .45rem;border-radius:4px}.admin-audit-amount{font-weight:500;color:#111827}.admin-audit-empty{text-align:center;color:#6b7280;padding:2rem 1rem!important}.admin-audit-actions-placeholder{font-size:.8rem;color:#9ca3af}.admin-audit-status{display:inline-flex;align-items:center;justify-content:center;min-width:3.5rem;padding:.15rem .6rem;border-radius:999px;font-size:.78rem;font-weight:500}.admin-audit-status--pending{background:#fef3c7;color:#92400e}.admin-audit-status--approved{background:#dcfce7;color:#166534}.admin-audit-status--rejected{background:#fee2e2;color:#b91c1c}.admin-audit-pagination-cell{padding:.6rem 1rem!important;border-top:1px solid #e5e7eb}.admin-audit-pagination{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.admin-audit-page-btn{padding:.25rem .8rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:.8rem;color:#374151;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.admin-audit-page-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.admin-audit-page-btn:disabled{cursor:not-allowed;opacity:.5}.admin-audit-page-info{font-size:.8rem;color:#6b7280}.admin-audit-btn{padding:.35rem .75rem;font-size:.8125rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;margin-right:.5rem;white-space:nowrap;transition:background .2s ease}.admin-audit-btn--pass{background:#dcfce7;color:#166534}.admin-audit-btn--pass:hover{background:#bbf7d0}.admin-audit-btn--reject{background:#fee2e2;color:#b91c1c}.admin-audit-btn--reject:hover{background:#fecaca}.admin-audit-btn--view{background:#f1f5f9;color:#334155}.admin-audit-btn--view:hover{background:#e2e8f0}.admin-audit-shop-overlay{position:fixed;inset:0;background:#0006;z-index:999}.admin-audit-shop-drawer{position:fixed;top:0;right:0;width:min(480px,100vw);height:100vh;background:var(--admin-bg, #fff);box-shadow:-4px 0 20px #0000001a;z-index:1000;display:flex;flex-direction:column}.admin-audit-shop-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.admin-audit-shop-drawer-title{margin:0;font-size:1.125rem;font-weight:600}.admin-audit-shop-drawer-close{width:32px;height:32px;border:none;background:transparent;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer;border-radius:6px}.admin-audit-shop-drawer-close:hover{background:#f1f5f9;color:#334155}.admin-audit-shop-drawer-body{flex:1;overflow-y:auto;padding:1.25rem}.admin-audit-shop-section{margin-bottom:1.5rem}.admin-audit-shop-section-title{margin:0 0 .75rem;font-size:.9375rem;font-weight:600;color:#475569}.admin-audit-shop-dl{margin:0;display:grid;gap:.5rem}.admin-audit-shop-row{display:grid;grid-template-columns:100px 1fr;gap:.75rem;align-items:start}.admin-audit-shop-row dt{margin:0;font-size:.875rem;color:#64748b}.admin-audit-shop-row dd{margin:0;font-size:.875rem;color:#1e293b}.admin-audit-shop-assets{display:flex;flex-wrap:wrap;gap:1rem}.admin-audit-shop-asset{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.admin-audit-shop-asset-label{font-size:.8125rem;color:#64748b}.admin-audit-shop-asset-box{min-width:160px;min-height:120px;max-width:200px;max-height:200px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.admin-audit-shop-asset-box--logo{min-width:96px;min-height:96px;width:96px;height:96px}.admin-audit-shop-asset-box--tall{min-height:180px;max-height:280px}.admin-audit-shop-asset-box--sign{min-height:60px;max-width:240px}.admin-audit-shop-asset-img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.admin-audit-shop-asset-box .admin-audit-shop-asset-img--logo{width:96px;height:96px;object-fit:cover}.admin-audit-shop-asset-img--sign{max-height:80px;object-fit:contain}.admin-audit-shop-drawer-actions{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #e2e8f0}.admin-audit-shop-drawer-btn{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:none}.admin-audit-shop-drawer-btn--pass{background:#dcfce7;color:#166534}.admin-audit-shop-drawer-btn--pass:hover{background:#bbf7d0}.admin-audit-shop-drawer-btn--reject{background:#fee2e2;color:#b91c1c}.admin-audit-shop-drawer-btn--reject:hover{background:#fecaca}.admin-audit-shop-drawer-btn--secondary{background:#f1f5f9;color:#475569;margin-left:auto}.admin-audit-shop-drawer-btn--secondary:hover{background:#e2e8f0}.merchant-settings-page{max-width:720px;margin:0 auto;padding:0 0 2rem}.merchant-settings-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.merchant-settings-header-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,#374151);color:#fff;border-radius:14px;flex-shrink:0}.merchant-settings-header-text{min-width:0}.merchant-settings-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .35rem;letter-spacing:-.02em}.merchant-settings-subtitle{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.5}.merchant-settings-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.75rem;margin-bottom:1.25rem;box-shadow:0 1px 3px #0000000a}.merchant-settings-section-head{margin-bottom:1.25rem}.merchant-settings-card-title{font-size:1.0625rem;font-weight:600;color:#111827;margin:0 0 .4rem}.merchant-settings-card-desc{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.merchant-settings-block{display:flex;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.merchant-settings-block--banner{flex-direction:column}.merchant-settings-preview{border:2px dashed #e5e7eb;border-radius:14px;background:#fafafa;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;transition:border-color .2s ease,background .2s ease}.merchant-settings-preview--logo{width:140px;height:140px}.merchant-settings-preview--logo:not(:has(img)){cursor:pointer}.merchant-settings-preview--logo:not(:has(img)):hover{border-color:#111827;background:#f3f4f6}.merchant-settings-preview--banner{width:100%;max-width:600px;aspect-ratio:4 / 1;min-height:120px}.merchant-settings-preview--banner:not(:has(img)){cursor:pointer}.merchant-settings-preview--banner:not(:has(img)):hover{border-color:#111827;background:#f3f4f6}.merchant-settings-preview-img{width:100%;height:100%;object-fit:contain;display:block}.merchant-settings-preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;font-size:.8125rem;color:#9ca3af;text-align:center;padding:.5rem}.merchant-settings-preview-placeholder svg{opacity:.7}.merchant-settings-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.merchant-settings-file-input{position:absolute;width:0;height:0;opacity:0;overflow:hidden}.merchant-settings-btn{padding:.55rem 1.15rem;font-size:.875rem;font-weight:600;border-radius:10px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.merchant-settings-btn--primary{background:#111827;color:#fff;border:none}.merchant-settings-btn--primary:hover{background:#1f2937}.merchant-settings-btn--ghost{background:transparent;color:#6b7280;border:none}.merchant-settings-btn--ghost:hover{color:#111827;background:#f3f4f6}.merchant-settings-btn--primary:disabled{opacity:.6;cursor:not-allowed}.merchant-settings-error{color:#dc2626;padding:1rem;margin:0 0 1rem;background:#fef2f2;border-radius:10px}.merchant-settings-save-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.merchant-settings-btn--save{min-width:120px}.merchant-settings-save-msg,.merchant-settings-msg{font-size:.875rem;color:#059669}.merchant-settings-msg{padding:.5rem 0;margin:0 0 .5rem}.merchant-placeholder{max-width:1200px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;text-align:center}.merchant-placeholder-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .5rem}.merchant-placeholder-text{font-size:.9rem;color:#6b7280;margin:0}.merchant-orders-page{max-width:1200px;margin:0 auto;padding-bottom:2rem}.merchant-orders-header{background:linear-gradient(135deg,#eff6ff,#e0e7ff,#f5f3ff);border-radius:16px;margin-bottom:1.75rem;padding:1.5rem 1.75rem;border:1px solid rgba(79,70,229,.12)}.merchant-orders-header-inner{max-width:100%}.merchant-orders-title{font-size:1.4rem;font-weight:700;color:#111827;margin:0 0 .35rem;letter-spacing:-.02em}.merchant-orders-subtitle{font-size:.9rem;color:#6b7280;margin:0;line-height:1.45}.merchant-orders-section{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px #0000000a}.merchant-orders-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6;background:#fafafa}.merchant-orders-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.merchant-orders-tab{padding:.5rem 1.1rem;font-size:.875rem;font-weight:500;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.merchant-orders-tab:hover{border-color:#d1d5db;background:#f9fafb;color:#111827}.merchant-orders-tab--active,.merchant-orders-tab--active:hover{border-color:#4f46e5;background:#4f46e5;color:#fff}.merchant-orders-search{margin-left:auto;display:flex;align-items:center;gap:.5rem}.merchant-orders-refresh-btn{padding:.5rem 1rem;font-size:.875rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#374151;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease}.merchant-orders-refresh-btn:hover:not(:disabled){border-color:#4f46e5;background:#eef2ff;color:#4f46e5}.merchant-orders-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.merchant-orders-search-input{padding:.5rem 1rem;font-size:.875rem;border:1px solid #e5e7eb;border-radius:10px;min-width:200px;color:#111827;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.merchant-orders-search-input::placeholder{color:#9ca3af}.merchant-orders-search-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.merchant-orders-table-wrap{overflow-x:visible;padding:.75rem 1.5rem 1.5rem}@media(max-width:768px){.merchant-orders-section{border-radius:12px}.merchant-orders-toolbar{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem .85rem}.merchant-orders-tabs{gap:.4rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.merchant-orders-tab{padding:.35rem .8rem;font-size:.8rem;white-space:nowrap}.merchant-orders-search{margin-left:0;justify-content:space-between}.merchant-orders-search-input{min-width:0;flex:1}.merchant-orders-table-wrap{padding:.6rem .85rem 1.25rem}}.merchant-orders-card-list{display:flex;flex-direction:column;gap:.9rem}.merchant-orders-card{background:linear-gradient(135deg,#fff,#f9fafb 40%,#f3f4ff);border-radius:14px;border:1px solid #e5e7eb;padding:.9rem 1rem .85rem;box-shadow:0 8px 20px #0f172a0a;display:flex;flex-direction:column;gap:.6rem}@media(max-width:768px){.merchant-orders-card{padding:.8rem .75rem;gap:.5rem}.merchant-orders-card-head{flex-direction:column;align-items:flex-start;gap:.25rem}.merchant-orders-card-body{flex-direction:column;align-items:flex-start;gap:.5rem}.merchant-orders-card-products-col{align-items:flex-start;text-align:left}.merchant-orders-card-amount{align-items:flex-start}}.merchant-orders-card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.merchant-orders-card-row{display:flex;align-items:center;gap:.4rem;margin-bottom:.1rem}.merchant-orders-card-body{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-top:.15rem}.merchant-orders-card-meta-col{display:flex;flex-direction:column;gap:.1rem;min-width:0}.merchant-orders-card-products-col{display:flex;align-items:flex-start;gap:.5rem;flex-shrink:0;text-align:right}.merchant-orders-card-products-label{flex-shrink:0;padding-top:.1rem}.merchant-orders-card-order-label{font-size:.78rem;color:#6b7280}.merchant-orders-card-order-no{font-size:.9rem;font-weight:600;color:#111827;font-variant-numeric:tabular-nums}.merchant-orders-card-meta-label{font-size:.78rem;color:#9ca3af;min-width:4.2rem}.merchant-orders-card-meta-value{font-size:.83rem;color:#4b5563}.merchant-orders-card-products{display:flex;align-items:flex-start;gap:.5rem;min-width:0}.merchant-orders-card-thumb{width:44px;height:44px;border-radius:10px;overflow:hidden;background:#e5e7eb;flex-shrink:0}.merchant-orders-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.merchant-orders-card-products-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.merchant-orders-card-product-title{font-size:.83rem;color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.merchant-orders-card-product-sub{font-size:.78rem;color:#9ca3af}.merchant-orders-card-foot{margin-top:.4rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.merchant-orders-card-amount{display:flex;flex-direction:column;gap:.1rem}.merchant-orders-card-amount-label{font-size:.78rem;color:#9ca3af}.merchant-orders-card-amount-value{font-size:1rem;font-weight:700;color:#111827;font-variant-numeric:tabular-nums}.merchant-orders-card-amount-sub{font-size:.78rem;color:#6b7280}.merchant-orders-card .merchant-orders-actions{justify-content:flex-end}.merchant-orders-empty{padding:3.5rem 1.5rem;text-align:center}.merchant-orders-empty-icon{color:#d1d5db;margin-bottom:1rem;display:flex;justify-content:center}.merchant-orders-empty-text{margin:0 0 .35rem;font-size:1rem;font-weight:500;color:#374151}.merchant-orders-empty-hint{margin:0;font-size:.85rem;color:#9ca3af}.merchant-orders-table{width:100%;border-collapse:collapse;font-size:.875rem}.merchant-orders-table th{padding:.9rem 1.25rem;text-align:left;font-weight:600;font-size:.8rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;background:#f9fafb;border-bottom:1px solid #e5e7eb}.merchant-orders-table td{padding:.95rem 1.25rem;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.merchant-orders-table tbody tr{transition:background .15s ease}.merchant-orders-table tbody tr:hover{background:#f8fafc}.merchant-orders-table tbody tr:last-child td{border-bottom:none}.merchant-orders-cell-orderNo{font-weight:600;color:#111827;font-variant-numeric:tabular-nums}.merchant-orders-cell-time{font-variant-numeric:tabular-nums;color:#4b5563}.merchant-orders-cell-buyer{color:#4b5563}.merchant-orders-cell-product{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6b7280;font-size:.85rem}.merchant-orders-cell-amount{font-weight:600;color:#111827;font-variant-numeric:tabular-nums}.merchant-orders-status{display:inline-flex;align-items:center;padding:.28rem .72rem;font-size:.75rem;font-weight:600;border-radius:999px;letter-spacing:.02em;white-space:nowrap}.merchant-orders-status--pending_pay{background:#fef3c7;color:#b45309}.merchant-orders-status--paid{background:linear-gradient(135deg,#fef9c3,#fef08a);color:#a16207;border:1px solid rgba(161,98,7,.2)}.merchant-orders-status--shipped{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;border:1px solid rgba(29,78,216,.15)}.merchant-orders-status--in_transit{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca;border:1px solid rgba(67,56,202,.2)}.merchant-orders-status--delivered{background:linear-gradient(135deg,#ccfbf1,#99f6e4);color:#0f766e;border:1px solid rgba(15,118,110,.2)}.merchant-orders-status--completed{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#047857;border:1px solid rgba(4,120,87,.2)}.merchant-orders-status--return_pending{background:linear-gradient(135deg,#ffedd5,#fed7aa);color:#c2410c;border:1px solid rgba(194,65,12,.2)}.merchant-orders-status--returned{background:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb}.merchant-orders-status--refund_pending{background:linear-gradient(135deg,#fce7f3,#fbcfe8);color:#be185d;border:1px solid rgba(190,24,93,.2)}.merchant-orders-status--refunded{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.merchant-orders-status--cancelled{background:#f3f4f6;color:#6b7280}.merchant-orders-actions{display:flex;flex-wrap:wrap;gap:.4rem}.merchant-orders-action-btn{padding:.35rem .75rem;font-size:.8rem;font-weight:500;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.merchant-orders-action-btn:hover{background:#f9fafb;border-color:#9ca3af;color:#111827}.merchant-orders-action-btn--primary{color:#fff;background:#4f46e5;border-color:#4f46e5}.merchant-orders-action-btn--primary:hover{background:#4338ca;border-color:#4338ca;color:#fff}.merchant-orders-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem 1.5rem;border-top:1px solid #f3f4f6;background:#fafafa}.merchant-orders-page-btn{padding:.45rem 1rem;font-size:.875rem;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.merchant-orders-page-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#111827}.merchant-orders-page-btn:disabled{opacity:.5;cursor:not-allowed}.merchant-orders-page-info{font-size:.875rem;color:#6b7280;font-variant-numeric:tabular-nums}.merchant-orders-drawer-overlay{position:fixed;inset:0;background:#0006;z-index:1000;animation:merchant-orders-drawer-fade-in .2s ease}@keyframes merchant-orders-drawer-fade-in{0%{opacity:0}to{opacity:1}}.merchant-orders-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background:#fff;box-shadow:-4px 0 24px #0000001f;z-index:1001;display:flex;flex-direction:column;animation:merchant-orders-drawer-slide-in .25s ease}@keyframes merchant-orders-drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.merchant-orders-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.merchant-orders-drawer-title{font-size:1.15rem;font-weight:600;color:#111827;margin:0}.merchant-orders-drawer-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#6b7280;background:none;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.merchant-orders-drawer-close:hover{color:#111827;background:#f3f4f6}.merchant-orders-drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.merchant-orders-detail-block{margin-bottom:1.5rem}.merchant-orders-detail-block-title{font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .6rem}.merchant-orders-detail-dl{margin:0;display:grid;gap:.4rem 1rem;grid-template-columns:auto 1fr;font-size:.9rem}.merchant-orders-detail-dl dt{color:#6b7280;font-weight:500}.merchant-orders-detail-dl dd{margin:0;color:#111827}.merchant-orders-detail-products{list-style:none;margin:0;padding:0;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.merchant-orders-detail-product{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;font-size:.9rem}.merchant-orders-detail-product:last-child{border-bottom:none}.merchant-orders-detail-product-thumb{width:48px;height:48px;border-radius:10px;overflow:hidden;background:#e5e7eb;flex-shrink:0}.merchant-orders-detail-product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.merchant-orders-detail-product-main{display:flex;flex-direction:column;gap:.2rem;min-width:0}.merchant-orders-detail-product-name{font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.merchant-orders-detail-product-meta{font-size:.8rem;color:#6b7280}.merchant-orders-detail-product-price{font-weight:600;color:#111827;white-space:nowrap}.merchant-orders-detail-amount-row{display:flex;align-items:center;justify-content:space-between;font-size:1rem;padding:.5rem 0}.merchant-orders-detail-amount-row strong{font-size:1.2rem;color:#111827}.merchant-orders-detail-amount-row--sub{font-size:.9rem;color:#4b5563}.merchant-orders-detail-address{margin:0;font-size:.9rem;color:#374151;line-height:1.5}.merchant-orders-detail-tracking{font-family:ui-monospace,monospace;font-size:.9rem}.merchant-orders-detail-buyer-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.merchant-orders-detail-buyer-row .merchant-orders-detail-dl{margin:0;flex:1;min-width:0}.merchant-orders-detail-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}.merchant-orders-detail-btn{padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.merchant-orders-detail-btn:hover{background:#f9fafb;border-color:#9ca3af;color:#111827}.merchant-orders-detail-btn--primary{color:#fff;background:#4f46e5;border-color:#4f46e5}.merchant-orders-detail-btn--primary:hover{background:#4338ca;border-color:#4338ca}.merchant-orders-ship-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;isolation:isolate}.merchant-orders-ship-backdrop{position:absolute;inset:0;background:#00000073;z-index:0}.merchant-orders-ship-modal{position:relative;background:#fff;border-radius:12px;padding:1.5rem;min-width:320px;box-shadow:0 20px 40px #00000026}.merchant-orders-settle-modal{position:relative;background:#fff;border-radius:16px;padding:0;min-width:360px;max-width:420px;box-shadow:0 24px 48px #0000002e,0 0 0 1px #0000000a;overflow:hidden;z-index:1}.merchant-orders-settle-head{padding:1.5rem 1.5rem .75rem;border-bottom:1px solid #f3f4f6}.merchant-orders-settle-title{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;color:#111827;letter-spacing:-.02em}.merchant-orders-settle-order-no{margin:0;font-size:.8125rem;color:#6b7280}.merchant-orders-settle-loading,.merchant-orders-settle-error{padding:2rem 1.5rem;text-align:center;font-size:.9375rem;color:#6b7280}.merchant-orders-settle-error{color:#dc2626}.merchant-orders-settle-card{margin:1.25rem 1.5rem;padding:1.25rem 1.5rem;background:linear-gradient(160deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0}.merchant-orders-settle-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;gap:1rem}.merchant-orders-settle-row--amount .merchant-orders-settle-value{font-size:1.125rem;font-weight:600;color:#0f172a}.merchant-orders-settle-row--profit{padding-top:.35rem}.merchant-orders-settle-row--total{padding-top:.75rem;margin-top:.25rem}.merchant-orders-settle-label{font-size:.875rem;color:#64748b}.merchant-orders-settle-value{font-size:.9375rem;font-weight:500;color:#334155}.merchant-orders-settle-value--profit{font-weight:600;color:#059669;font-size:1rem}.merchant-orders-settle-value--ratio{color:#059669;font-weight:600}.merchant-orders-settle-value--total{font-size:1.25rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.merchant-orders-settle-value--insufficient{color:#dc2626}.merchant-orders-settle-insufficient{margin-left:.35rem;font-size:.8125rem;font-weight:500;color:#dc2626;font-style:normal}.merchant-orders-settle-divider{height:1px;margin:.5rem 0 0;background:linear-gradient(90deg,transparent,#cbd5e1,transparent)}.merchant-orders-settle-hint{margin:.75rem 0 0;padding-top:.75rem;border-top:1px dashed #e2e8f0;font-size:.75rem;color:#94a3b8;line-height:1.4}.merchant-orders-settle-wallet{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding:.6rem .75rem;background:#ffffffb3;border-radius:8px;border:1px solid #e2e8f0}.merchant-orders-settle-wallet .merchant-orders-settle-label{font-size:.8125rem}.merchant-orders-settle-field{padding:0 1.5rem 1rem}.merchant-orders-settle-field-label{display:block;margin-bottom:.35rem;font-size:.8125rem;color:#64748b}.merchant-orders-settle-input{width:100%;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;background:#fff}.merchant-orders-settle-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.merchant-orders-settle-actions{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem 1.5rem;background:#fafafa;border-top:1px solid #f3f4f6}.merchant-orders-settle-btn{padding:.6rem 1.25rem;border-radius:10px;font-size:.9375rem;font-weight:500;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.merchant-orders-settle-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.merchant-orders-settle-btn--primary{background:linear-gradient(135deg,#4f46e5,#6366f1);border-color:#4f46e5;color:#fff}.merchant-orders-settle-btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#4338ca,#4f46e5);border-color:#4338ca;box-shadow:0 4px 12px #4f46e559;color:#fff}.merchant-orders-settle-btn--primary:active:not(:disabled){transform:translateY(1px);box-shadow:0 2px 8px #4f46e540;color:#fff}.merchant-orders-settle-btn--primary:focus-visible:not(:disabled){outline:none;box-shadow:0 0 0 3px #6366f159,0 4px 12px #4f46e540;color:#fff}.merchant-orders-settle-btn--primary:disabled{opacity:1;cursor:not-allowed;background:#e5e7eb;border-color:#e5e7eb;color:#9ca3af;box-shadow:none}.merchant-orders-ship-title{margin:0 0 .5rem;font-size:1.125rem}.merchant-orders-ship-order{margin:0 0 1rem;font-size:.875rem;color:#6b7280}.merchant-orders-ship-field{margin-bottom:1rem}.merchant-orders-ship-label{display:block;margin-bottom:.35rem;font-size:.875rem;color:#374151}.merchant-orders-ship-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem}.merchant-orders-ship-actions{display:flex;gap:.75rem;justify-content:flex-end}.merchant-orders-ship-btn{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;border:1px solid #d1d5db;background:#fff;cursor:pointer}.merchant-orders-ship-btn--primary{background:#4f46e5;border-color:#4f46e5;color:#fff}.merchant-orders-ship-btn--primary:disabled{opacity:.7;cursor:not-allowed}.merchant-warehouse-page{max-width:1200px;margin:0 auto}.merchant-warehouse-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.merchant-warehouse-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.merchant-warehouse-header-actions{display:flex;gap:.5rem}.merchant-warehouse-tab-btn{padding:.5rem 1.1rem;font-size:.875rem;font-weight:500;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.merchant-warehouse-tab-btn:hover{border-color:#d1d5db;background:#f9fafb;color:#111827}.merchant-warehouse-tab-btn--active,.merchant-warehouse-tab-btn--active:hover{border-color:#111827;background:#111827;color:#fff}.merchant-warehouse-add-btn{padding:.45rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#111827;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.merchant-warehouse-add-btn:hover{background:#374151}.merchant-warehouse-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem}.merchant-warehouse-search-wrap{display:inline-flex;align-items:center;gap:.5rem;min-width:240px;padding:0 .75rem;height:42px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .2s ease,box-shadow .2s ease}.merchant-warehouse-search-wrap:focus-within{border-color:#111827;box-shadow:0 0 0 3px #11182714}.merchant-warehouse-search-icon{display:flex;align-items:center;justify-content:center;color:#9ca3af;flex-shrink:0}.merchant-warehouse-search-wrap:focus-within .merchant-warehouse-search-icon{color:#6b7280}.merchant-warehouse-search{flex:1;min-width:0;padding:0;font-size:.9rem;border:none;outline:none;background:none;color:#111827}.merchant-warehouse-search::placeholder{color:#9ca3af}.merchant-warehouse-catalog-summary{font-size:.8rem;color:#6b7280;margin:0 0 .5rem}.merchant-warehouse-search-btn{padding:.3rem .75rem;border-radius:999px;border:none;background:#111827;color:#fff;font-size:.78rem;font-weight:500;cursor:pointer;white-space:nowrap}.merchant-warehouse-search-btn:disabled{opacity:.65;cursor:default}.merchant-warehouse-search-clear{padding:.25rem .55rem;border-radius:999px;border:none;background:#e5e7eb;color:#4b5563;font-size:.72rem;cursor:pointer;white-space:nowrap}.merchant-warehouse-filters{display:flex;gap:.5rem}.merchant-warehouse-filter-btn{padding:.4rem .9rem;font-size:.85rem;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.merchant-warehouse-filter-btn:hover{border-color:#d1d5db;background:#f9fafb}.merchant-warehouse-filter-btn--active,.merchant-warehouse-filter-btn--active:hover{border-color:#111827;background:#111827;color:#fff}.merchant-warehouse-procure-toolbar{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.merchant-warehouse-procure-search-row{flex-shrink:0}.merchant-warehouse-procure-search-row .merchant-warehouse-search-wrap{max-width:320px}.merchant-warehouse-procure-categories{display:flex;align-items:flex-start;gap:.75rem;flex-wrap:wrap}.merchant-warehouse-procure-categories-label{font-size:.85rem;font-weight:500;color:#6b7280;padding:.5rem 0;flex-shrink:0}.merchant-warehouse-procure-categories-list{display:flex;flex-wrap:wrap;gap:.5rem .6rem;align-items:center}.merchant-warehouse-procure-cat-btn{padding:.45rem .95rem;font-size:.82rem;border-radius:999px;white-space:nowrap}.merchant-warehouse-procure-cat-btn:hover{border-color:#9ca3af}.merchant-warehouse-procure-toggle{padding:.4rem .9rem;font-size:.82rem;border-radius:999px;border:1px dashed #d1d5db;background:#f9fafb;color:#4b5563;cursor:pointer;white-space:nowrap}.merchant-warehouse-procure-toggle:hover{background:#f3f4f6;border-color:#9ca3af}.merchant-warehouse-procure-cat-btn.merchant-warehouse-filter-btn--active{border-radius:999px}.merchant-warehouse-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto}.merchant-warehouse-empty{padding:3rem 1.5rem;text-align:center;font-size:.9rem;color:#6b7280}.merchant-warehouse-empty--mine{padding:4rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.merchant-warehouse-empty-icon{width:80px;height:80px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#eff6ff,#e5e7eb);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0f172a14;margin-bottom:.5rem}.merchant-warehouse-empty-title{font-size:1rem;font-weight:600;color:#111827}.merchant-warehouse-empty-desc{font-size:.875rem;color:#6b7280}.merchant-warehouse-empty-cta{margin-top:.75rem;padding:.55rem 1.2rem;border-radius:999px;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;box-shadow:0 10px 20px #2563eb59;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.merchant-warehouse-empty-cta:hover{transform:translateY(-1px);box-shadow:0 14px 30px #2563eb66}.merchant-warehouse-empty-cta:active{transform:translateY(0);box-shadow:0 8px 18px #2563eb4d}.merchant-warehouse-table{width:100%;border-collapse:collapse;font-size:.875rem}.merchant-warehouse-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb}.merchant-warehouse-table td{padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;color:#374151}.merchant-warehouse-table tbody tr:hover{background:#fafafa}.merchant-warehouse-cell-code{font-weight:500;color:#111827}.merchant-warehouse-status{display:inline-block;padding:.2rem .5rem;font-size:.75rem;border-radius:4px;font-weight:500}.merchant-warehouse-status--on_sale{background:#d1fae5;color:#065f46}.merchant-warehouse-status--off_sale{background:#f3f4f6;color:#6b7280}.merchant-warehouse-action-btn{padding:.3rem .6rem;font-size:.8rem;margin-right:.5rem;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.merchant-warehouse-action-btn:hover{background:#f9fafb;border-color:#9ca3af}.merchant-warehouse-action-btn--danger{color:#b91c1c;border-color:#fca5a5;background:#fef2f2}.merchant-warehouse-action-btn--danger:hover{background:#fee2e2;border-color:#f87171;color:#991b1b}.merchant-warehouse-mine-wrap{min-height:200px}.merchant-warehouse-cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}@media(max-width:768px){.merchant-warehouse-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}}.merchant-warehouse-card{background:#fff;border:1px solid #e5e7eb;cursor:pointer;border-radius:12px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.merchant-warehouse-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000f}.merchant-warehouse-card-img-wrap{position:relative;width:100%;height:0;padding-bottom:100%;background:#f9fafb;overflow:hidden}.merchant-warehouse-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.merchant-warehouse-card-img-placeholder{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#9ca3af;background:#f3f4f6}.merchant-warehouse-card-recommend{position:absolute;top:.5rem;left:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:50%;background:#ffffffe6;color:#9ca3af;cursor:pointer;transition:color .2s ease,background .2s ease,transform .15s ease;box-shadow:0 1px 4px #00000014}.merchant-warehouse-card-recommend:hover{background:#fff;color:#6b7280;transform:scale(1.06)}.merchant-warehouse-card-recommend-emoji{display:inline-block;font-size:1.125rem;line-height:1;filter:grayscale(.6);transition:filter .2s ease,transform .2s ease}.merchant-warehouse-card-recommend:hover .merchant-warehouse-card-recommend-emoji{filter:grayscale(.3)}.merchant-warehouse-card-recommend--on .merchant-warehouse-card-recommend-emoji{filter:none;transform:scale(1.1)}.merchant-warehouse-card-recommend--on{background:#fbbf24f2;color:#fff}.merchant-warehouse-card-recommend--on:hover{background:#f59e0b;color:#fff}.merchant-warehouse-card-status{position:absolute;top:.5rem;right:.5rem;padding:.2rem .5rem;font-size:.7rem;font-weight:500;border-radius:4px;background:#0000008c;color:#fff}.merchant-warehouse-card-status--on{background:#10b981f2;color:#fff}.merchant-warehouse-card-status--off{background:#6b7280f2;color:#fff}.merchant-warehouse-card-body{padding:.9rem 1rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.merchant-warehouse-card-name{font-size:.95rem;font-weight:600;color:#111827;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.merchant-warehouse-card-meta{font-size:.75rem;color:#6b7280;line-height:1.3}.merchant-warehouse-card-pricing{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f3f4f6}.merchant-warehouse-card-price-row{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem}.merchant-warehouse-card-price-label{color:#6b7280}.merchant-warehouse-card-price-value{font-weight:600;color:#374151}.merchant-warehouse-card-price-value--sell{color:#111827}.merchant-warehouse-card-profit{font-weight:600;font-size:.8rem}.merchant-warehouse-card-profit--up{color:#059669}.merchant-warehouse-card-profit--down{color:#dc2626}.merchant-warehouse-card-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f3f4f6;position:relative;z-index:1}.merchant-warehouse-card-actions .merchant-warehouse-action-btn{margin-right:0}.merchant-warehouse-procure-desc{font-size:.875rem;color:#6b7280;margin-bottom:1.25rem;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;border:1px solid #f3f4f6}.merchant-warehouse-catalog{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}@media(max-width:768px){.merchant-warehouse-catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}}.merchant-warehouse-catalog .merchant-warehouse-empty{grid-column:1 / -1}.merchant-warehouse-catalog-wrap .merchant-warehouse-empty{grid-column:unset}.merchant-warehouse-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.25rem}.merchant-warehouse-page-btn{padding:.4rem .9rem;font-size:.875rem;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.merchant-warehouse-page-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.merchant-warehouse-page-btn:disabled{opacity:.5;cursor:not-allowed}.merchant-warehouse-page-info{font-size:.875rem;color:#6b7280}.merchant-warehouse-detail-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.merchant-warehouse-detail-panel{background:#fff;border-radius:16px;max-width:480px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}.merchant-warehouse-detail-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.merchant-warehouse-detail-title{font-size:1.1rem;font-weight:600;color:#111827;margin:0;flex:1;padding-right:.5rem;line-height:1.4}.merchant-warehouse-detail-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#6b7280;background:none;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.merchant-warehouse-detail-close:hover{color:#111827;background:#f3f4f6}.merchant-warehouse-detail-carousel{position:relative;width:100%;aspect-ratio:4/3;max-height:260px;background:#f9fafb;flex-shrink:0}.merchant-warehouse-detail-carousel-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.merchant-warehouse-detail-carousel-img{width:100%;height:100%;object-fit:contain;display:block}.merchant-warehouse-detail-carousel-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#9ca3af}.merchant-warehouse-detail-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#374151;background:#fffffff2;border:1px solid #e5e7eb;border-radius:50%;cursor:pointer;transition:background .15s ease,border-color .15s ease;box-shadow:0 2px 8px #00000014}.merchant-warehouse-detail-carousel-btn:hover:not(:disabled){background:#fff;border-color:#d1d5db}.merchant-warehouse-detail-carousel-btn:disabled{opacity:.4;cursor:not-allowed}.merchant-warehouse-detail-carousel-btn--prev{left:.75rem}.merchant-warehouse-detail-carousel-btn--next{right:.75rem}.merchant-warehouse-detail-carousel-dots{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);font-size:.75rem;color:#6b7280;background:#ffffffe6;padding:.25rem .5rem;border-radius:6px}.merchant-warehouse-detail-body{padding:1.25rem;overflow-y:auto;flex:1;min-height:0}.merchant-warehouse-detail-price{font-size:1rem;color:#374151;margin-bottom:1rem}.merchant-warehouse-detail-price strong{font-size:1.25rem;color:#111827;margin-left:.25rem}.merchant-warehouse-detail-price--sell{color:#111827}.merchant-warehouse-detail-profit{font-size:1.25rem;margin-left:.25rem}.merchant-warehouse-detail-profit--up{color:#059669}.merchant-warehouse-detail-profit--down{color:#dc2626}.merchant-warehouse-detail-label{font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.02em;display:block;margin-bottom:.35rem}.merchant-warehouse-detail-desc p,.merchant-warehouse-detail-styles ul{margin:0 0 1rem;font-size:.9rem;color:#374151;line-height:1.5}.merchant-warehouse-detail-styles ul{list-style:none;padding-left:0}.merchant-warehouse-detail-styles li{margin-bottom:.25rem}.merchant-warehouse-detail-procure-btn{width:100%;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:#111827;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease;margin-top:.75rem;position:sticky;bottom:0;box-shadow:0 -4px 12px #0f172a0f}.merchant-warehouse-detail-procure-btn:hover{background:#1f2937}.merchant-warehouse-pricing-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001;padding:1rem}.merchant-warehouse-pricing-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;max-width:400px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;z-index:1002;overflow:hidden}.merchant-warehouse-pricing-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.merchant-warehouse-pricing-title{font-size:1.1rem;font-weight:600;color:#111827;margin:0}.merchant-warehouse-pricing-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#6b7280;background:none;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.merchant-warehouse-pricing-close:hover{color:#111827;background:#f3f4f6}.merchant-warehouse-pricing-body{padding:1.25rem}.merchant-warehouse-pricing-product-name{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .25rem}.merchant-warehouse-pricing-product-code{font-size:.85rem;color:#6b7280;margin:0 0 1rem}.merchant-warehouse-pricing-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;font-size:.95rem;color:#374151}.merchant-warehouse-pricing-label{font-size:.85rem;font-weight:600;color:#6b7280;text-transform:none;letter-spacing:0}.merchant-warehouse-pricing-field{margin:1rem 0 .5rem}.merchant-warehouse-pricing-input-wrap{display:flex;align-items:center;margin-top:.35rem;border:1px solid #e5e7eb;border-radius:10px;padding:0 .75rem;background:#fff;transition:border-color .2s ease}.merchant-warehouse-pricing-input-wrap:focus-within{border-color:#111827;outline:none}.merchant-warehouse-pricing-input-prefix{font-size:1rem;color:#6b7280;margin-right:.5rem}.merchant-warehouse-pricing-input{flex:1;padding:.65rem 0;font-size:1rem;border:none;background:none;outline:none;color:#111827}.merchant-warehouse-pricing-profit{margin-top:.5rem}.merchant-warehouse-pricing-profit--up{color:#059669;font-weight:600}.merchant-warehouse-pricing-profit--down{color:#dc2626;font-weight:600}.merchant-warehouse-pricing-warn{font-size:.85rem;color:#dc2626;margin:.5rem 0 0}.merchant-warehouse-pricing-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e5e7eb}.merchant-warehouse-pricing-btn{padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;border-radius:10px;cursor:pointer;transition:background .2s ease,color .2s ease}.merchant-warehouse-pricing-btn--secondary{color:#374151;background:#f3f4f6;border:none}.merchant-warehouse-pricing-btn--secondary:hover{background:#e5e7eb}.merchant-warehouse-pricing-btn--primary{color:#fff;background:#111827;border:none}.merchant-warehouse-pricing-btn--primary:hover{background:#1f2937}.merchant-warehouse-delete-confirm-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1002;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;padding:1.75rem 1.5rem;min-width:320px;max-width:90vw;text-align:center}.merchant-warehouse-delete-confirm-icon{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#111827}.merchant-warehouse-delete-confirm-icon svg{display:block}.merchant-warehouse-delete-confirm-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1.25rem;line-height:1.45}.merchant-warehouse-delete-confirm-actions{display:flex;gap:.75rem;justify-content:center}.merchant-warehouse-delete-confirm-actions .merchant-warehouse-pricing-btn{min-width:5rem}.merchant-warehouse-catalog-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.merchant-warehouse-catalog-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000f}.merchant-warehouse-catalog-card-img{width:100%;aspect-ratio:1;background:#f3f4f6;overflow:hidden;position:relative}.merchant-warehouse-catalog-card-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.merchant-warehouse-catalog-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#9ca3af}.merchant-warehouse-catalog-card--skeleton{pointer-events:none}.merchant-warehouse-catalog-card-img--skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:merchant-warehouse-skeleton 1.2s ease-in-out infinite}.merchant-warehouse-catalog-line{height:10px;border-radius:999px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:merchant-warehouse-skeleton 1.2s ease-in-out infinite;margin-bottom:.4rem}.merchant-warehouse-catalog-line--sm{width:40%}.merchant-warehouse-catalog-line--lg{width:70%}@keyframes merchant-warehouse-skeleton{0%{background-position:100% 50%}to{background-position:0 50%}}.merchant-warehouse-catalog-card--placeholder{visibility:hidden}.merchant-warehouse-catalog-card--disabled{position:relative;cursor:default;opacity:.6}.merchant-warehouse-catalog-card--disabled:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0f172a1f,#0f172a47)}.merchant-warehouse-catalog-card--disabled .merchant-warehouse-procure-btn{pointer-events:none}.merchant-warehouse-procure-disabled-badge{margin-top:.75rem;font-size:.82rem;color:#fef2f2;background:#b91c1ce6;border-radius:999px;padding:.3rem .7rem;display:inline-flex;align-items:center}.merchant-warehouse-catalog-img-btn{position:absolute;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:999px;border:none;background:#ffffffeb;color:#4b5563;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;line-height:1;box-shadow:0 2px 6px #0f172a1f;padding:0}.merchant-warehouse-catalog-img-btn--prev{left:6px}.merchant-warehouse-catalog-img-btn--next{right:6px}.merchant-warehouse-catalog-img-dots{position:absolute;right:6px;bottom:6px;font-size:.7rem;color:#f9fafb;background:#0f172aa6;padding:.1rem .35rem;border-radius:999px}.merchant-warehouse-catalog-card-body{padding:.9rem 1rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.merchant-warehouse-catalog-card-body .merchant-warehouse-catalog-category{padding:.15rem .5rem;background:#f3f4f6;color:#4b5563;border-radius:4px;font-size:.75rem;font-weight:500;align-self:flex-start}.merchant-warehouse-catalog-name{font-size:.95rem;font-weight:600;color:#111827;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.merchant-warehouse-catalog-prices-row{display:flex;flex-wrap:wrap;gap:.5rem .75rem;font-size:.8rem;color:#6b7280;margin-top:.25rem}.merchant-warehouse-catalog-prices-row span{color:#374151}.merchant-warehouse-procure-btn{padding:.5rem 1.1rem;font-size:.875rem;font-weight:500;color:#fff;background:#111827;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease;flex-shrink:0}.merchant-warehouse-procure-btn:hover{background:#374151}.merchant-warehouse-catalog-card-body .merchant-warehouse-procure-btn,.merchant-warehouse-procure-disabled-badge{margin-top:auto;width:100%}.merchant-plan-page{max-width:1200px;margin:0 auto}.merchant-plan-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem 1.75rem;margin-bottom:1.5rem}.merchant-plan-header-inner{max-width:100%}.merchant-plan-title{font-size:1.35rem;font-weight:700;color:#111827;margin:0 0 .35rem;letter-spacing:-.02em}.merchant-plan-subtitle{font-size:.9rem;color:#64748b;margin:0}.merchant-plan-stats{display:flex;align-items:stretch;flex-wrap:wrap;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.merchant-plan-stat{flex:1;min-width:100px;padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.35rem}.merchant-plan-stat-label{font-size:.8rem;color:#6b7280}.merchant-plan-stat-value{font-size:1.4rem;font-weight:700;color:#111827}.merchant-plan-stat-value--highlight{color:#0d9488}.merchant-plan-stat-divider{width:1px;background:#e5e7eb;flex-shrink:0}.merchant-plan-current{margin-bottom:2rem}.merchant-plan-current-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.75rem;box-shadow:0 1px 3px #0000000a}.merchant-plan-current-top{display:flex;align-items:flex-start;gap:1.25rem}.merchant-plan-current-icon{width:64px;height:64px;border-radius:14px;background:linear-gradient(145deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0;overflow:hidden}.merchant-plan-current-icon .merchant-plan-icon-img{width:100%;height:100%;object-fit:contain}.merchant-plan-current-info{flex:1;min-width:0}.merchant-plan-current-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;display:block}.merchant-plan-current-name{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .25rem;letter-spacing:-.02em}.merchant-plan-current-desc{font-size:.9rem;color:#4b5563;margin:0}.merchant-plan-current-progress-wrap{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #f3f4f6}.merchant-plan-current-progress-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.6rem}.merchant-plan-current-progress-text{font-size:.85rem;color:#4b5563;margin:0}.merchant-plan-current-progress-text strong{color:#111827;font-weight:600}.merchant-plan-current-progress-pct{font-size:.9rem;font-weight:700;color:#111827;flex-shrink:0}.merchant-plan-current-progress-bar{height:10px;background:#e5e7eb;border-radius:6px;overflow:hidden}.merchant-plan-current-progress-fill{height:100%;background:linear-gradient(90deg,#111827,#374151);border-radius:6px;transition:width .4s ease}.merchant-plan-current-max{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #f3f4f6;font-size:.95rem;color:#059669;display:flex;align-items:center;gap:.5rem}.merchant-plan-current-max-icon{font-size:1.25rem}.merchant-plan-levels{margin-bottom:2rem}.merchant-plan-levels-title{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 .25rem}.merchant-plan-levels-desc{font-size:.85rem;color:#6b7280;margin:0 0 1.25rem}.merchant-plan-levels-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,260px));gap:1.25rem;justify-content:center}@media(max-width:1100px){.merchant-plan-levels-list{grid-template-columns:repeat(2,minmax(0,260px))}}@media(max-width:560px){.merchant-plan-levels-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.merchant-plan-level-item{max-width:none;min-height:260px;padding:1rem .75rem}}.merchant-plan-level-item{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.35rem;transition:border-color .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;align-items:stretch;min-height:320px;width:100%;max-width:260px;margin:0 auto;box-sizing:border-box}.merchant-plan-level-item:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000f}.merchant-plan-level-item--current{border-color:#111827;border-width:2px;background:linear-gradient(180deg,#fafafa,#fff);box-shadow:0 4px 14px #11182714}.merchant-plan-level-item--unlocked:not(.merchant-plan-level-item--current){border-color:#d1d5db;background:#fafafa}.merchant-plan-level-icon{width:48px;height:48px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:.75rem;overflow:hidden}.merchant-plan-level-icon .merchant-plan-icon-img{width:100%;height:100%;object-fit:contain}.merchant-plan-level-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.35rem}.merchant-plan-level-name{font-size:1.05rem;font-weight:700;color:#111827}.merchant-plan-level-badge{font-size:.7rem;padding:.2rem .5rem;background:#111827;color:#fff;border-radius:6px;font-weight:500}.merchant-plan-level-badge--done{background:#6b7280;color:#fff}.merchant-plan-level-desc{font-size:.8rem;color:#6b7280;margin-bottom:.85rem;line-height:1.4}.merchant-plan-level-benefits{list-style:none;margin:0 0 1rem;padding:0;flex:1}.merchant-plan-level-benefit{font-size:.8rem;color:#4b5563;padding:.2rem 0;display:flex;align-items:flex-start;gap:.35rem;line-height:1.4}.merchant-plan-level-benefit-dot{color:#9ca3af;flex-shrink:0}.merchant-plan-level-upgrade-btn{padding:.5rem 1rem;font-size:.85rem;font-weight:600;color:#fff;background:#111827;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease,transform .15s ease;width:100%}.merchant-plan-level-upgrade-btn:hover{background:#374151;transform:translateY(-1px)}.merchant-plan-tips{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.35rem 1.5rem}.merchant-plan-tips-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem}.merchant-plan-tips-list{list-style:none;margin:0;padding:0}.merchant-plan-tips-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#4b5563;line-height:1.5}.merchant-plan-tips-item:last-child{border-bottom:none}.merchant-plan-tips-num{width:22px;height:22px;border-radius:50%;background:#e5e7eb;color:#374151;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.merchant-plan-tips-text{flex:1;min-width:0}.merchant-finance-page{max-width:1200px;margin:0 auto;padding-bottom:2rem}.merchant-finance-header{background:linear-gradient(135deg,#f0fdf4,#ecfdf5,#f0f9ff);border-radius:16px;margin-bottom:1.75rem;padding:1.5rem 1.75rem;border:1px solid rgba(5,150,105,.12)}.merchant-finance-header-inner{max-width:100%}.merchant-finance-title{font-size:1.4rem;font-weight:700;color:#111827;margin:0 0 .35rem;letter-spacing:-.02em}.merchant-finance-subtitle{font-size:.9rem;color:#6b7280;margin:0;line-height:1.45}.merchant-finance-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}@media(max-width:768px){.merchant-finance-cards{grid-template-columns:1fr}}.merchant-finance-card{background:#fff;border-radius:14px;padding:1.35rem 1.25rem;display:flex;align-items:flex-start;gap:1rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s ease,border-color .2s ease}.merchant-finance-card:hover{box-shadow:0 4px 12px #0000000f;border-color:#d1d5db}.merchant-finance-card--income{border-left:3px solid #059669}.merchant-finance-card--expense{border-left:3px solid #dc2626}.merchant-finance-card--balance{border-left:3px solid #0d9488}.merchant-finance-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.merchant-finance-card--income .merchant-finance-card-icon{background:#0596691f;color:#059669}.merchant-finance-card--expense .merchant-finance-card-icon{background:#dc26261a;color:#dc2626}.merchant-finance-card--balance .merchant-finance-card-icon{background:#0d94881f;color:#0d9488}.merchant-finance-card-content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.merchant-finance-card-label{font-size:.8rem;color:#6b7280;font-weight:500}.merchant-finance-card-value{font-size:1.4rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2}.merchant-finance-card-value--income{color:#059669}.merchant-finance-card-value--expense{color:#dc2626}.merchant-finance-detail{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px #0000000a}.merchant-finance-detail-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6;background:#fafafa}.merchant-finance-detail-title{font-size:1.05rem;font-weight:600;color:#111827;margin:0}.merchant-finance-filters{display:flex;gap:.5rem}.merchant-finance-filter-btn{padding:.45rem 1rem;font-size:.85rem;font-weight:500;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.merchant-finance-filter-btn:hover{border-color:#d1d5db;background:#f9fafb;color:#374151}.merchant-finance-filter-btn--active,.merchant-finance-filter-btn--active:hover{border-color:#111827;background:#111827;color:#fff}.merchant-finance-table-wrap{overflow-x:auto}.merchant-finance-table{width:100%;border-collapse:collapse;font-size:.875rem}.merchant-finance-table th{padding:.9rem 1.25rem;text-align:left;font-weight:600;font-size:.8rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;background:#f9fafb;border-bottom:1px solid #e5e7eb}.merchant-finance-table td{padding:.95rem 1.25rem;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.merchant-finance-table tbody tr{transition:background .15s ease}.merchant-finance-table tbody tr:hover{background:#f8fafc}.merchant-finance-table tbody tr:last-child td{border-bottom:none}.merchant-finance-cell-date{font-variant-numeric:tabular-nums;color:#4b5563}.merchant-finance-type-badge{display:inline-block;padding:.2rem .6rem;font-size:.75rem;font-weight:600;border-radius:6px}.merchant-finance-type-badge--income{background:#0596691f;color:#059669}.merchant-finance-type-badge--expense{background:#dc26261a;color:#dc2626}.merchant-finance-amount--income{color:#059669;font-weight:600;font-variant-numeric:tabular-nums}.merchant-finance-amount--expense{color:#dc2626;font-weight:600;font-variant-numeric:tabular-nums}.merchant-finance-cell-balance{font-weight:500;font-variant-numeric:tabular-nums;color:#374151}.merchant-finance-remark{color:#6b7280;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem}.merchant-wallet-page,.merchant-wallet-form-page{max-width:1200px;margin:0 auto}.merchant-wallet-form-page--recharge{display:flex;align-items:center;justify-content:center;min-height:100%;padding:.5rem 0}.merchant-wallet-form-page--recharge .merchant-wallet-recharge-inner{width:100%;max-width:520px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.75rem 2rem;box-sizing:border-box}.merchant-wallet-form-page--recharge .merchant-wallet-recharge-header{margin-bottom:1.5rem}.merchant-wallet-form-page--recharge .merchant-wallet-recharge-form{max-width:none}.merchant-wallet-recharge-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem 1.5rem;align-items:start}.merchant-wallet-recharge-grid .wallet-recharge-field{gap:.4rem;min-width:0}.merchant-wallet-recharge-grid .wallet-recharge-select-wrap,.merchant-wallet-recharge-grid .wallet-recharge-input--short{width:100%;max-width:180px}.merchant-wallet-recharge-address-cell .wallet-recharge-address-row,.merchant-wallet-recharge-tx-cell .wallet-recharge-address-row{max-width:320px}.merchant-wallet-recharge-qr-cell{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center}.merchant-wallet-recharge-qr-cell .wallet-recharge-qrcode-row{flex-direction:row;justify-content:center;align-items:center;gap:.75rem}.merchant-wallet-recharge-qr-cell .wallet-recharge-qrcode-box{width:160px;height:160px;min-width:160px;min-height:160px}.merchant-wallet-recharge-qr-cell .wallet-recharge-qrcode-placeholder:not(.wallet-recharge-qrcode-img){width:90px;height:90px}.merchant-wallet-recharge-address-cell,.merchant-wallet-recharge-tx-cell{grid-column:1 / -1}.merchant-wallet-recharge-submit-cell{grid-column:1 / -1;width:100%;padding-top:1.25rem;display:flex;flex-direction:row;justify-content:center;align-items:center}.merchant-wallet-recharge-submit-cell .wallet-recharge-submit{margin-top:0;margin-left:auto;margin-right:auto;max-width:200px}.merchant-wallet-form-page--withdraw{display:flex;align-items:center;justify-content:center;min-height:100%;padding:.5rem 0}.merchant-wallet-form-page--withdraw .merchant-wallet-withdraw-inner{width:100%;max-width:520px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.75rem 2rem;box-sizing:border-box}.merchant-wallet-form-page--withdraw .merchant-wallet-withdraw-header{margin-bottom:1.5rem}.merchant-wallet-form-page--withdraw .merchant-wallet-withdraw-form{max-width:none}.merchant-wallet-withdraw-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem 1.5rem;align-items:start}.merchant-wallet-withdraw-grid .wallet-recharge-field{gap:.4rem;min-width:0}.merchant-wallet-withdraw-grid .wallet-recharge-select-wrap,.merchant-wallet-withdraw-grid .wallet-recharge-input--short{width:100%;max-width:180px}.merchant-wallet-withdraw-balance-cell .wallet-withdraw-balance-inner,.merchant-wallet-withdraw-actual-cell .wallet-withdraw-actual-value{font-size:.9rem;color:#4b5563}.merchant-wallet-withdraw-address-cell{grid-column:1 / -1}.merchant-wallet-withdraw-address-cell .wallet-recharge-address-row{max-width:320px}.merchant-wallet-withdraw-submit-cell{grid-column:1 / -1;width:100%;padding-top:1.25rem;display:flex;flex-direction:row;justify-content:center;align-items:center}.merchant-wallet-withdraw-submit-cell .wallet-recharge-submit{margin-top:0;margin-left:auto;margin-right:auto;max-width:200px}.merchant-wallet-withdraw-grid .wallet-withdraw-method{width:100%;max-width:180px;box-sizing:border-box}.merchant-wallet-withdraw-grid .wallet-withdraw-network-btn{max-width:180px}.merchant-wallet-form-wallets{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}.merchant-wallet-form-wallets-title{font-size:.8rem;color:#6b7280;margin-bottom:.75rem}.merchant-wallet-form-wallets-logos{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.merchant-wallet-form-wallets-badge{flex:0 0 calc(25% - .5rem);max-width:calc(25% - .5rem);min-width:0;height:44px;border-radius:999px;background:#f9fafb;border:1px solid #e5e7eb;display:inline-flex;align-items:center;justify-content:flex-start;padding:.35rem .5rem;gap:.35rem;text-decoration:none;transition:border-color .2s ease,background .2s ease;box-sizing:border-box}.merchant-wallet-form-wallets-badge:hover{border-color:#111827;background:#fff}.merchant-wallet-form-wallets-logo{width:24px;height:24px;border-radius:999px;object-fit:contain;flex-shrink:0}.merchant-wallet-form-wallets-name{font-size:.7rem;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchant-dashboard{max-width:1200px;margin:0 auto;position:relative}.merchant-dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.1rem 1.25rem;margin-bottom:1.25rem;border-radius:14px;background:radial-gradient(circle at 0% 0%,#eef2ff 0%,transparent 55%),radial-gradient(circle at 100% 0%,#fee2e2 0%,transparent 55%),linear-gradient(135deg,#111827,#1f2937 40%,#0f172a);color:#f9fafb;box-shadow:0 14px 35px #0f172a80}.merchant-dashboard-hero-main{display:flex;flex-direction:column;gap:.35rem}.merchant-dashboard-hero-title{font-size:1.2rem;font-weight:600}.merchant-dashboard-hero-subtitle{margin:0;font-size:.82rem;color:#e5e7eb}.merchant-dashboard-hero-tags{margin-top:.4rem;display:flex;flex-wrap:wrap;gap:.35rem}.merchant-dashboard-hero-tag{padding:.16rem .55rem;border-radius:999px;background:#0f172acc;border:1px solid rgba(148,163,184,.5);font-size:.75rem}.merchant-dashboard-hero-side{display:flex;align-items:center;justify-content:flex-end;min-width:220px}.merchant-dashboard-hero-pill{padding:.5rem .85rem;border-radius:999px;background:radial-gradient(circle at 0% 0%,rgba(251,191,36,.16),transparent 55%),#0f172ae6;border:1px solid rgba(156,163,175,.7);display:inline-flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;min-width:200px}.merchant-dashboard-hero-pill-label{font-size:.72rem;color:#9ca3af}.merchant-dashboard-hero-pill-value{font-size:1.15rem;font-weight:650}.merchant-dashboard-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;margin-bottom:1.25rem}.merchant-dashboard-tab-dot{width:8px;height:8px;border-radius:50%;background:#111827}.merchant-dashboard-tab-title{font-size:.9rem;font-weight:500;color:#111827}.merchant-dashboard-tab-close{padding:0 .2rem;font-size:1.1rem;color:#9ca3af;background:none;border:none;cursor:pointer;line-height:1}.merchant-dashboard-setup{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:1.5rem;margin-bottom:1.5rem}.merchant-dashboard-progress{display:flex;align-items:center;gap:0;margin-bottom:1rem}.merchant-dashboard-progress-step{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:8px;font-size:.9rem;color:#6b7280}.merchant-dashboard-progress-step--active{background:#eff6ff;color:#2563eb;font-weight:500}.merchant-dashboard-progress-num{width:22px;height:22px;border-radius:50%;background:currentColor;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.merchant-dashboard-progress-step--active .merchant-dashboard-progress-num{background:#2563eb}.merchant-dashboard-progress-line{flex:1;height:2px;background:#e5e7eb;min-width:24px}.merchant-dashboard-setup-text{margin:0 0 1rem;font-size:.9rem;color:#6b7280}.merchant-dashboard-setup-btn{display:inline-block;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;color:#fff;background:#2563eb;border-radius:8px;text-decoration:none;transition:background .2s ease}.merchant-dashboard-setup-btn:hover{background:#1d4ed8}.merchant-dashboard-stats{display:flex;align-items:stretch;flex-wrap:wrap;background:#fff;border-radius:12px;border:1px solid #e5e7eb;margin-bottom:1.5rem;overflow:hidden}.merchant-dashboard-stat{flex:1;min-width:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1rem;gap:.25rem;transition:background .15s ease}.merchant-dashboard-stat:hover{background:#f9fafb}.merchant-dashboard-stat-value{font-size:1.35rem;font-weight:700;color:#111827}.merchant-dashboard-stat-label{font-size:.8rem;color:#6b7280}.merchant-dashboard-stat-divider{width:1px;background:#e5e7eb;flex-shrink:0}.merchant-dashboard-stat--pending{position:relative;align-items:center}.merchant-dashboard-stat--pending .merchant-dashboard-stat-btn{margin-top:.5rem;padding:.35rem .7rem;font-size:.78rem;font-weight:500;color:#fff;background:#111827;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease}.merchant-dashboard-stat--pending .merchant-dashboard-stat-btn:hover{background:#374151}.merchant-dashboard-overviews{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.merchant-dashboard-overview-card{background:#fff;border-radius:12px;border:1px solid #d1d5db;padding:1.25rem;box-shadow:0 1px 3px #0000000f;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.merchant-dashboard-overview-card:hover,.merchant-dashboard-overview-card:focus-within{border-color:#111827;box-shadow:0 4px 12px #0000001a;background:#fafafa}.merchant-dashboard-overview-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.merchant-dashboard-overview-row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:.4rem 0;font-size:.9rem}.merchant-dashboard-overview-value{font-weight:600;color:#111827}.merchant-dashboard-overview-label{color:#4b5563}.merchant-dashboard-overview-info{margin-left:.25rem;cursor:help;color:#6b7280}.merchant-dashboard-charts{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.merchant-dashboard-chart-card{padding:0}.merchant-dashboard-chart-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem;text-align:center}.merchant-dashboard-chart-wrap{width:100%;height:320px}.merchant-dashboard-chart-skeleton{display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:8px}.merchant-dashboard-chart-skeleton-inner{width:90%;height:80%;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:merchant-dashboard-chart-skeleton 1.2s ease-in-out infinite;border-radius:6px}@keyframes merchant-dashboard-chart-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.merchant-dashboard-chart-switch{display:none}.merchant-dashboard-chart-tab{border:none;background:transparent;padding:.35rem .8rem;font-size:.85rem;color:#6b7280;cursor:pointer;border-radius:999px;transition:background .15s ease,color .15s ease}.merchant-dashboard-chart-tab--active{background:#111827;color:#f9fafb}.merchant-dashboard-fab{position:fixed;right:1.5rem;width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #00000026;z-index:50}.merchant-dashboard-fab--chat{bottom:6rem;background:#374151}.merchant-dashboard-fab--feedback{bottom:1.5rem;background:#111827}.merchant-dashboard-fab:hover{opacity:.95;transform:scale(1.02)}@media(max-width:900px){.merchant-dashboard-stats{flex-wrap:wrap}.merchant-dashboard-stat{min-width:30%;flex:1 1 30%}.merchant-dashboard-stat-divider{display:none}.merchant-dashboard-stat{border-bottom:1px solid #e5e7eb}.merchant-dashboard-stat:last-child{border-bottom:none}.merchant-dashboard-overviews,.merchant-dashboard-charts{grid-template-columns:1fr}}@media(max-width:600px){.merchant-dashboard{padding:.15rem 0 4.5rem}.merchant-dashboard-hero{flex-direction:column;align-items:flex-start;gap:.6rem;padding:.95rem .9rem;margin-bottom:.9rem;background:radial-gradient(circle at 0% 0%,rgba(239,246,255,.4) 0%,transparent 55%),linear-gradient(140deg,#111827,#020617)}.merchant-dashboard-hero-title{font-size:1.1rem}.merchant-dashboard-hero-subtitle{font-size:.8rem}.merchant-dashboard-hero-pill{width:100%;align-items:center;justify-content:space-between}.merchant-dashboard-stats{gap:.6rem;padding:.1rem .1rem .25rem;background:transparent;border:none}.merchant-dashboard-stat{min-width:calc(50% - .5rem);flex:1 1 calc(50% - .5rem);padding:.8rem .75rem;border-bottom:none;background:#fff;border-radius:10px;border:1px solid #e5e7eb;align-items:flex-start}.merchant-dashboard-stat-value{font-size:1.4rem}.merchant-dashboard-stat-label{font-size:.82rem}.merchant-dashboard-stat:nth-of-type(5),.merchant-dashboard-stat:nth-of-type(6){min-width:100%;flex:1 1 100%}.merchant-dashboard-overviews{display:none}.merchant-dashboard-charts{margin-top:.75rem;display:block}.merchant-dashboard-chart-switch{display:flex;gap:.4rem;padding:0 .1rem;margin-bottom:.5rem;overflow-x:auto}.merchant-dashboard-chart-card{display:none}.merchant-dashboard-chart-card--active{display:block}.merchant-dashboard-chart-wrap{height:220px;margin-left:-8px}.merchant-dashboard-fab{display:none}}.merchant-login-page{position:relative;margin:0;min-height:100vh;padding:0 1.5rem;display:flex;align-items:center;justify-content:center;background-color:#0f172a;background-image:url(/merchant-login-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#e5e7eb;overflow:hidden}.merchant-login-card{position:relative;z-index:1;width:100%;max-width:420px;padding:2.4rem 2.3rem 2.6rem;border-radius:0;background:transparent;box-shadow:none;border:none}.merchant-login-title{margin:0 0 1.5rem;font-size:1.6rem;font-weight:600;text-align:center;color:#f9fafb}.merchant-login-tabs{display:flex;justify-content:center;gap:3rem;margin:0 auto 1.5rem;padding-bottom:.35rem;border-bottom:1px solid rgba(148,163,184,.35)}.merchant-login-tab{border:none;background:transparent;position:relative;padding:.1rem 0;font-size:.9rem;color:#e5e7eb;cursor:pointer;min-width:64px}.merchant-login-tab:after{content:"";position:absolute;left:0;right:0;bottom:-.35rem;height:2px;border-radius:999px;background:transparent}.merchant-login-tab--active{color:#3b82f6;font-weight:600}.merchant-login-tab--active:after{background:#2563eb}.merchant-login-form{display:flex;flex-direction:column;gap:1rem}.merchant-login-field{display:flex;flex-direction:column;gap:.4rem}.merchant-login-label{font-size:.86rem;color:#d1d5db}.merchant-login-required{color:#f97316;margin-right:.2rem}.merchant-login-input-wrap{position:relative;width:100%}.merchant-login-input-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:#6b7280;display:inline-flex;align-items:center;justify-content:center}.merchant-login-input{width:100%;padding:.65rem .85rem .65rem 2.4rem;border-radius:.4rem;border:1px solid rgba(148,163,184,.9);background:transparent;color:#e5e7eb;font-size:.9rem;outline:none;transition:border-color .15s ease,background .15s ease}.merchant-login-input::placeholder{color:#6b7280}.merchant-login-input:focus-visible{border-color:#2563eb;background:#0f172a59}.merchant-login-input--plain{padding-left:2.4rem;border-left:none}.merchant-login-input--error{border-color:#dc2626}.merchant-login-error-text{margin:0;font-size:.78rem;color:#fca5a5}.merchant-login-submit-error{margin-bottom:.35rem}.merchant-login-password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:.375rem;border:none;background:transparent;color:#9ca3af;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.merchant-login-field-footer{display:flex;justify-content:flex-end;margin-top:.1rem}.merchant-login-link-button{border:none;background:none;padding:0;font-size:.8rem;color:#9ca3af;cursor:pointer}.merchant-login-link-button--right{color:#e5e7eb}.merchant-login-submit{margin-top:.5rem;width:100%;padding:.75rem 1.5rem;border-radius:.4rem;border:none;background:#2563eb;color:#f9fafb;font-size:1rem;font-weight:500;cursor:pointer}.merchant-login-submit:hover{background:#1d4ed8}.merchant-login-phone-row{position:relative;display:flex;align-items:center;gap:.5rem;border-radius:.4rem;border:1px solid rgba(148,163,184,.9);padding:0 .9rem 0 2.5rem;background:transparent;transition:border-color .15s ease,background .15s ease}.merchant-login-phone-code{min-width:64px;flex:0 0 auto}.merchant-login-input-wrap--phone{flex:1}.merchant-login-lang{position:absolute;right:2rem;top:1.5rem;z-index:2;display:inline-flex;flex-direction:column;align-items:flex-end}.merchant-login-lang-dot{font-size:.4rem;color:#f97316}.merchant-login-lang-button{display:inline-flex;align-items:center;gap:.3rem;border:none;background:transparent;padding:0;font-size:.85rem;color:#e5e7eb;cursor:pointer}.merchant-login-lang-flag{width:20px;height:20px;border-radius:999px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.merchant-login-lang-flag-img{width:100%;height:100%;object-fit:cover}.merchant-login-lang-dropdown{margin-top:.4rem;min-width:120px;background:#0f172af5;border-radius:.5rem;box-shadow:0 10px 28px #0f172a66;border:1px solid rgba(75,85,99,.8);padding:.25rem 0}.merchant-login-lang-option{width:100%;padding:.35rem .75rem;border:none;background:transparent;color:#e5e7eb;font-size:.85rem;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.45rem}.merchant-login-lang-option-flag{width:18px;height:18px;border-radius:999px;overflow:hidden;flex-shrink:0}.merchant-login-lang-option[aria-selected=true]{color:#3b82f6}.merchant-login-lang-option:hover{background:#1f2937d9}.merchant-login-service-fab{position:fixed;right:1.75rem;bottom:1.75rem;width:52px;height:52px;border-radius:999px;border:none;padding:0;background:#2563eb;box-shadow:0 10px 24px #0f172a99;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:60}.merchant-login-service-icon{width:28px;height:28px;display:block}.merchant-login-input-icon--phone{position:absolute;left:.8rem;top:50%;transform:translateY(-50%)}.merchant-login-input--phone{border:none;padding-left:0;flex:1;min-width:0}.merchant-login-phone-row--error{border-color:#dc2626}.merchant-login-phone-row:focus-within{border-color:#2563eb;background:#0f172a59;outline:none}@media(max-width:768px){.merchant-login-page{position:fixed;inset:0;margin:0;padding-inline:1.1rem;min-height:100vh;overflow-y:auto}.merchant-login-card{padding:2rem 1.6rem 2.3rem}}.product-detail-page{padding-top:.5rem;position:relative;display:grid;grid-template-columns:minmax(0,2.2fr) minmax(0,2.5fr) 260px;grid-template-rows:auto auto auto auto;gap:2rem;align-items:start}.product-detail-mobile-back{display:none}.product-detail-main{grid-column:1 / 3;grid-row:1;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:flex-start}.product-detail-desc{grid-column:1 / -1;grid-row:2}.product-detail-reviews{grid-column:1 / -1;grid-row:3}.product-detail-shop-card{grid-column:3;grid-row:1}.product-detail-back{grid-column:1 / -1;grid-row:4}.product-detail-gallery{display:flex;flex-direction:column;gap:.75rem}.product-detail-image-main{width:100%;aspect-ratio:1 / 1;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-detail-image-main img{width:100%;height:100%;object-fit:contain}.product-detail-thumbs-wrap{container-type:inline-size;container-name:thumbs;width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;overscroll-behavior-y:none}.product-detail-thumbs-wrap::-webkit-scrollbar{height:6px}.product-detail-thumbs{display:flex;flex-wrap:nowrap;gap:.5rem;padding-bottom:.25rem;width:max-content}.product-detail-thumb{width:calc((100cqw - 1.5rem)/4);flex-shrink:0;aspect-ratio:1;border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;padding:.35rem;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-detail-thumb img{width:100%;height:100%;object-fit:contain}.product-detail-thumb--active{border-color:#111827}.product-detail-info{display:flex;flex-direction:column;gap:1rem}.product-detail-title{margin:0;font-size:1.4rem;font-weight:600;color:#111827}.product-detail-subtitle{font-size:.9rem;color:#6b7280}.product-detail-field-list{margin-top:.75rem;display:flex;flex-direction:column;gap:1.4rem;font-size:.9rem;border-top:1px solid #e5e7eb;padding-top:.75rem}.product-detail-field{display:flex;align-items:center;gap:.75rem}.product-detail-field:first-child{padding-bottom:.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:.25rem}.product-detail-field:last-child{padding-top:.5rem;border-top:1px solid #e5e7eb;margin-top:.25rem}.product-detail-price-value{color:#f97316;font-size:1.5rem;font-weight:700}.product-detail-meta{display:flex;flex-direction:column;gap:.35rem;font-size:.86rem;color:#4b5563}.product-detail-meta-item{display:flex;gap:.75rem}.product-detail-field-label{width:52px;color:#9ca3af}.product-detail-field-value{flex:1}.product-detail-sku-selectors{display:flex;flex-wrap:wrap;gap:1rem}.product-detail-sku-dropdown{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.product-detail-sku-dropdown .product-detail-sku-select-label{flex-shrink:0;color:#374151;font-size:.9rem}.product-detail-sku-dropdown--no-label{display:inline-block}.product-detail-sku-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;min-width:160px;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;font-size:.9rem;color:#111827;cursor:pointer;transition:border-color .15s,box-shadow .15s}.product-detail-sku-dropdown-trigger:hover{border-color:#9ca3af}.product-detail-sku-dropdown-trigger[aria-expanded=true]{border-color:#111827;box-shadow:0 0 0 2px #11182714}.product-detail-sku-dropdown-value{flex:1;text-align:left;color:inherit}.product-detail-sku-dropdown-trigger--placeholder .product-detail-sku-dropdown-value{color:#9ca3af}.product-detail-sku-dropdown-caret{flex-shrink:0;margin-left:.5rem;font-size:.7rem;color:#6b7280}.product-detail-sku-dropdown-panel{position:absolute;left:0;top:100%;margin-top:.35rem;min-width:100%;max-height:240px;overflow-y:auto;background:#fff;border-radius:.5rem;box-shadow:0 10px 28px #0f172a1f;border:1px solid rgba(15,23,42,.06);padding:.35rem 0;z-index:30}.product-detail-sku-dropdown-item{display:block;width:100%;padding:.5rem .85rem;border:none;background:transparent;font-size:.9rem;color:#374151;text-align:left;cursor:pointer;font-family:inherit}.product-detail-sku-dropdown-item:hover{background:#f3f4f6}.product-detail-sku-dropdown-item--active{background:#f3f4f6;color:#111827;font-weight:500}.product-detail-sku-opt-img-wrap{display:inline-flex;width:28px;height:28px;flex-shrink:0;border-radius:.25rem;overflow:hidden;border:1px solid #e5e7eb}.product-detail-sku-opt-img{width:100%;height:100%;object-fit:cover}.product-detail-sku-opt-text{display:inline-block}.product-detail-sku-dropdown-trigger--has-img .product-detail-sku-dropdown-value,.product-detail-sku-dropdown-item--has-img{display:flex;align-items:center}.product-detail-sku-color-field{align-items:flex-start}.product-detail-sku-color-field .product-detail-sku-color-grid{flex:1}.product-detail-sku-color-grid{display:grid;grid-template-columns:repeat(5,72px);gap:.75rem}.product-detail-sku-color-swatch{width:72px;height:72px;padding:0;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;cursor:pointer;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .15s,box-shadow .15s}.product-detail-sku-color-swatch:hover{border-color:#9ca3af}.product-detail-sku-color-swatch--active{border:1px solid #111827;box-shadow:0 0 0 1px #11182733}.product-detail-sku-color-swatch img{width:100%;height:100%;object-fit:contain}.product-detail-sku-color-swatch-text{font-size:.75rem;color:#374151;padding:.25rem;text-align:center;line-height:1.2;word-break:break-all}.product-detail-freight{display:inline-flex;align-items:center;gap:.35rem}.product-detail-info-icon-wrapper{position:relative;display:inline-block}.product-detail-info-icon{width:20px;height:20px;border-radius:999px;background:#b3b3b3;color:#fff;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;line-height:1}.product-detail-info-icon-wrapper:hover .product-detail-info-icon{background:#111827}.product-detail-info-tooltip{position:absolute;top:130%;left:50%;transform:translate(-50%) translateY(4px);padding:.55rem .75rem;background:#000000e6;color:#f9fafb;border-radius:.5rem;font-size:.78rem;line-height:1.4;white-space:nowrap;box-shadow:0 6px 20px #0f172a59;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:10}.product-detail-info-icon-wrapper:hover .product-detail-info-tooltip{opacity:1;transform:translate(-50%) translateY(0)}.product-detail-actions-row{margin-top:.5rem}.product-detail-qty{display:flex;align-items:center;gap:.75rem}.product-detail-qty-label{font-size:.9rem;color:#4b5563}.product-detail-qty-control{display:inline-flex;align-items:center;border-radius:.375rem;border:1px solid #d1d5db;overflow:hidden;min-height:40px}.product-detail-qty-btn{width:40px;height:40px;border:none;background:#f9fafb;cursor:pointer;font-size:1.1rem}.product-detail-qty-btn:disabled{cursor:not-allowed;color:#d1d5db}.product-detail-qty-value{min-width:50px;text-align:center;font-size:1rem}.cart-drawer-item .product-detail-qty-control{border:none;min-height:0;gap:.4rem}.cart-drawer-item .product-detail-qty-btn{width:28px;height:28px;border-radius:6px;background:#111827;font-size:.95rem;color:#fff;display:inline-flex;align-items:center;justify-content:center}.cart-drawer-item .product-detail-qty-value{min-width:32px;font-size:.9rem;color:#4b5563}.product-detail-buttons{display:flex;gap:.75rem;margin-top:1rem}.product-detail-btn{min-width:150px;padding:.75rem 1.75rem;border-radius:999px;border:1px solid transparent;font-size:.95rem;cursor:pointer}.product-detail-btn-primary{background:#111827;color:#fff;border-color:#111827}.product-detail-btn-secondary{background:#fefce8;color:#111827;border-color:#facc15}.product-detail-shop-card{border-radius:.75rem;border:1px solid #e5e7eb;padding:1rem;background:#fff;display:flex;flex-direction:column;gap:.75rem}.product-detail-shop-header{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.product-detail-shop-logo{width:44px;height:44px;border-radius:999px;background:#f97316;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.product-detail-shop-logo-img{width:44px;height:44px;border-radius:999px;object-fit:cover}.product-detail-shop-title{flex:1;min-width:0;font-size:1rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-detail-shop-score{font-size:.9rem;font-weight:600;color:#6b7280}.product-detail-shop-stats{display:flex;justify-content:space-between;gap:.75rem;font-size:.8rem;color:#6b7280}.product-detail-shop-stat-value{font-size:.95rem;color:#111827;margin-bottom:.1rem}.product-detail-shop-btn{margin-top:.75rem;width:100%;padding:.6rem 1.25rem;border-radius:.5rem;border:none;background:linear-gradient(135deg,#111827,#374151);color:#fff;font-size:.95rem;font-weight:500;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;box-shadow:0 2px 8px #11182740;transition:transform .15s,box-shadow .2s}.product-detail-shop-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1118274d}.product-detail-shop-recommend{margin-top:1rem}.product-detail-shop-recommend-title{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:#111827}.product-detail-shop-recommend-list{display:flex;flex-direction:column;gap:.6rem}.product-detail-shop-recommend-item{display:flex;align-items:center;gap:.6rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff;padding:.5rem .7rem;text-decoration:none;color:inherit}.product-detail-shop-recommend-thumb{flex-shrink:0;width:64px;height:48px;border-radius:.5rem;background:#f9fafb;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-detail-shop-recommend-thumb img{max-width:100%;max-height:100%;object-fit:contain}.product-detail-shop-recommend-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.product-detail-shop-recommend-name{font-size:.85rem;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-detail-shop-recommend-price{font-size:.9rem;color:#f97316;font-weight:600}.product-detail-shop-recommend-fav{border:none;background:none;color:#4b5563;font-size:1.1rem;cursor:pointer}.product-detail-back{margin-top:1.5rem}.product-detail-back-link{font-size:.85rem;color:#6b7280}.product-detail-desc{margin-top:2rem;padding:1.25rem 1.5rem 1.5rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff}.product-detail-desc-title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#111827}.product-detail-desc-body{font-size:.9rem;line-height:1.7;color:#4b5563}.product-detail-reviews{margin-top:1.5rem;padding:1.25rem 1.5rem 1.75rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff}.product-detail-reviews-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.product-detail-reviews-title{margin:0;font-size:1rem;font-weight:600;color:#111827}.product-detail-reviews-filters{display:flex;gap:.5rem}.product-detail-reviews-chip{border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;color:#6b7280;font-size:.8rem;padding:.25rem .8rem;cursor:default}.product-detail-reviews-body{padding-top:1.75rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.product-detail-reviews-empty-icon{width:160px;height:auto;object-fit:contain;display:block}.product-detail-reviews-empty-text{font-size:.85rem;color:#9ca3af}@media(max-width:960px){.product-detail-main{grid-template-columns:minmax(0,1.5fr) minmax(0,2fr)}.product-detail-shop-card{grid-column:1 / -1;max-width:360px;justify-self:flex-end}}@media(max-width:768px){.product-detail-page{display:block;padding-top:0;padding-bottom:2rem}.product-detail-main,.product-detail-desc,.product-detail-reviews,.product-detail-shop-card,.product-detail-back{grid-column:unset;grid-row:unset}.product-detail-mobile-back{display:inline-flex;align-items:center;gap:.35rem;position:fixed;left:.5rem;top:calc(72px + .4rem);z-index:20;padding:.45rem .75rem;font-size:.9rem;font-weight:500;color:#111827;background:#fffffff2;border:1px solid #e5e7eb;border-radius:999px;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:background .2s ease,box-shadow .2s ease}.product-detail-mobile-back:hover{background:#fff;box-shadow:0 4px 12px #0000001a}.product-detail-mobile-back-icon{font-size:1.1rem;line-height:1}.product-detail-mobile-back-text{line-height:1}.product-detail-main{grid-template-columns:1fr;gap:1rem;padding-top:2.5rem;padding-inline:.5rem}.product-detail-gallery{gap:.5rem}.product-detail-image-main{padding:.5rem;border-radius:.6rem}.product-detail-thumbs-wrap{padding-bottom:.2rem}.product-detail-thumb{width:64px;min-width:64px;aspect-ratio:1;padding:.25rem}.product-detail-info{gap:.75rem}.product-detail-title{font-size:1.15rem;font-weight:600;line-height:1.35}.product-detail-subtitle{font-size:.82rem}.product-detail-field-list{margin-top:.5rem;padding-top:.5rem;gap:1rem}.product-detail-field{gap:.5rem;font-size:.85rem}.product-detail-field-label{width:48px;flex-shrink:0;font-size:.82rem}.product-detail-price-value{font-size:1.35rem}.product-detail-field:first-child{padding-bottom:.4rem;margin-bottom:.2rem}.product-detail-field:last-child{padding-top:.4rem;margin-top:.2rem}.product-detail-qty-control{min-height:36px}.product-detail-qty-btn{width:36px;height:36px;font-size:1rem}.product-detail-qty-value{min-width:44px;font-size:.9rem}.product-detail-sku-color-grid{grid-template-columns:repeat(4,56px);gap:.5rem}.product-detail-sku-color-swatch{width:56px;height:56px}.product-detail-sku-color-swatch-text{font-size:.7rem}.product-detail-buttons{flex-direction:column;gap:.5rem;margin-top:.75rem}.product-detail-btn{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;padding:.65rem 1.25rem;font-size:.9rem}.product-detail-thumbs-wrap{touch-action:pan-x}.product-detail-shop-recommend{display:none!important}.product-detail-shop-card{max-width:100%;margin-top:1rem;width:100%;aspect-ratio:2.8 / 1;min-height:min-content;padding:.75rem;border-radius:.6rem;border:1px solid #e5e7eb;background:#f8fafc;display:flex;flex-direction:column;align-items:stretch;gap:.6rem}.product-detail-shop-header{display:flex;align-items:center;gap:.5rem;min-width:0}.product-detail-shop-logo,.product-detail-shop-logo-img{width:40px;height:40px;flex-shrink:0;border-radius:999px}.product-detail-shop-title{flex:1;min-width:0;font-size:.9rem;font-weight:600;white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word}.product-detail-shop-score{flex-shrink:0;font-size:.75rem;font-weight:600;color:#6b7280;padding:.18rem .4rem;background:#e5e7eb;border-radius:999px}.product-detail-shop-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.4rem 0 0;border-top:1px solid #e5e7eb}.product-detail-shop-stat{min-width:0;text-align:center}.product-detail-shop-stat-value{font-size:.82rem;font-weight:600;color:#111827;margin-bottom:.1rem;overflow:visible;text-overflow:clip}.product-detail-shop-stat-label{font-size:.68rem;color:#6b7280;overflow:visible}.product-detail-shop-btn{margin-top:.15rem;margin-left:0;padding:.5rem 1rem;font-size:.85rem;border-radius:999px;width:100%;text-align:center}.product-detail-desc{margin-top:1.25rem;padding:.85rem .5rem 1rem}.product-detail-desc-title{font-size:1rem;margin-bottom:.5rem}.product-detail-desc-body{font-size:.85rem}.product-detail-reviews{margin-top:1rem;padding:.85rem .5rem}.product-detail-reviews-title{font-size:.95rem}.product-detail-reviews-empty-icon{max-width:80px}.product-detail-reviews-empty-text{font-size:.85rem}.product-detail-back{margin-top:1rem;padding-inline:.5rem}.product-detail-back-link{font-size:.82rem}}.app-loading-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;background:#f9fafb;gap:.75rem}.app-loading-spinner{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:app-loading-spin .7s linear infinite}.app-loading-text{font-size:.875rem;color:#6b7280}@keyframes app-loading-spin{to{transform:rotate(360deg)}}
