:root{color:#102a2d;--bg:#f2f8f7;--surface:#fff;--surface-soft:#f7fbfa;--surface-tint:#e5f5f1;--text:#102a2d;--muted:#52686c;--faint:#70868a;--line:#d7e6e3;--primary:#087a72;--primary-ink:#073f43;--primary-soft:#dcf5ef;--cyan:#0891b2;--accent:#c58a21;--accent-soft:#fff4dc;--danger:#b42318;--warning:#946200;--app-max-width:430px;--page-x:clamp(12px, 4vw, 18px);--page-top:clamp(12px, 2.4dvh, 22px);--safe-area-top:var(--safe-area-inset-top,env(safe-area-inset-top,0px));--safe-area-bottom:var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px));--page-top-safe:calc(var(--page-top) + var(--safe-area-top));--page-bottom:calc(96px + var(--safe-area-bottom));--radius-xs:8px;--radius-sm:10px;--radius:14px;--radius-lg:18px;--tap:44px;--shadow:0 12px 30px #073f431a;--shadow-soft:0 3px 12px #073f430e;--type-caption:13px;--type-body-sm:14px;--type-body:16px;--type-title-sm:18px;--type-title:20px;--type-page-title:22px;--type-headline:24px;--type-hero:28px;font-size:var(--type-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f2f8f7;font-family:Inter,Noto Sans SC,Microsoft YaHei,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{overscroll-behavior:none;width:100vw;min-width:320px;height:100%;min-height:100dvh;margin:0;overflow:hidden}body{background:var(--bg);font-size:var(--type-body);font-variant-numeric:tabular-nums;overscroll-behavior:none;touch-action:none;line-height:1.5;position:fixed;inset:0}h1,h2,h3,p{margin:0}h1,h2,h3,strong{color:var(--text)}p,span,small{line-height:1.45}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #0891b252}input,textarea{min-width:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{background:radial-gradient(circle at 50% -120px, #0891b226, transparent 260px), var(--bg);flex-direction:column;width:100vw;height:100dvh;min-height:100svh;display:flex;position:fixed;inset:0;overflow:hidden}.app-main{overscroll-behavior:none;-webkit-overflow-scrolling:auto;touch-action:pan-y;flex:auto;width:100%;min-height:0;overflow:hidden auto}.app-main--with-nav{padding-bottom:0}.route-forward-enter-active,.route-forward-leave-active,.route-back-enter-active,.route-back-leave-active{will-change:opacity, transform;transition:opacity .15s,transform .2s cubic-bezier(.22,1,.36,1)}.route-forward-enter-from{opacity:0;transform:translate(24px)}.route-forward-leave-to,.route-back-enter-from{opacity:0;transform:translate(-12px)}.route-back-leave-to{opacity:0;transform:translate(24px)}.route-fade-enter-active,.route-fade-leave-active{transition:opacity .12s}.route-fade-enter-from,.route-fade-leave-to{opacity:0}@media (prefers-reduced-motion:reduce){.route-forward-enter-active,.route-forward-leave-active,.route-back-enter-active,.route-back-leave-active,.route-fade-enter-active,.route-fade-leave-active{transition:none}}.commerce-page,.auth-commerce-page,.page,.auth-page{width:min(100vw, var(--app-max-width));max-width:100%;min-height:100%;color:var(--text);margin:0 auto;overflow-x:clip}.commerce-page,.page{padding:var(--page-top-safe) var(--page-x) var(--page-bottom);background:linear-gradient(180deg, #0891b214 0%, #f2f8f7fa 170px), var(--bg)}.auth-commerce-page,.auth-page{padding:var(--page-top-safe) var(--page-x) calc(24px + var(--safe-area-bottom));background:var(--bg)}.page--wide{width:min(100vw,640px)}.commerce-home-top,.commerce-sub-top,.profile-top,.top-bar,.page-hero{justify-content:space-between;align-items:center;gap:10px;min-height:46px;margin-bottom:10px;display:flex}.commerce-home-top{min-height:var(--tap);text-align:center;justify-content:center;margin-bottom:8px}.commerce-home-top--back{position:relative}.commerce-back-btn{width:var(--tap);height:var(--tap);border-radius:var(--radius-sm);color:var(--primary-ink);background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:background-color .18s,color .18s;display:inline-flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.commerce-back-btn:hover{color:var(--primary);background:#087a7214}.commerce-sub-top,.top-bar{grid-template-columns:var(--tap) minmax(0, 1fr) var(--tap);align-items:center;display:grid}.commerce-sub-top h1,.top-bar h1{text-align:center}.commerce-home-top h1,.commerce-sub-top h1,.profile-top h1,.top-bar h1,.page-hero h1{color:var(--text);font-size:var(--type-page-title);letter-spacing:0;line-height:1.12}.commerce-home-top span,.commerce-sub-top span,.profile-top span,.top-bar p,.page-hero p{color:var(--cyan);font-size:var(--type-caption);font-weight:850;display:block}.top-bar__title{min-width:0}.top-bar__spacer{width:var(--tap);height:var(--tap)}.commerce-icon-btn,.icon-button{width:var(--tap);height:var(--tap);border-radius:var(--radius-sm);color:var(--primary-ink);box-shadow:var(--shadow-soft);background:#ffffffeb;border:1px solid #d7e6e3eb;justify-content:center;align-items:center;transition:border-color .18s,background-color .18s,transform .18s;display:inline-flex}.commerce-icon-btn:hover,.icon-button:hover{border-color:#087a7259;transform:translateY(-1px)}.text-button{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);min-height:40px;color:var(--primary);padding:0 10px;font-weight:800}.primary-button,.secondary-button,.ghost-button,.floating-button,.account-add-button,.inline-captcha{min-height:var(--tap);border:0;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 16px;font-weight:850;transition:transform .18s,filter .18s,border-color .18s;display:inline-flex}.primary-button,.floating-button,.account-add-button{font-size:var(--type-body)}.secondary-button,.ghost-button,.inline-captcha,.text-button{font-size:var(--type-body-sm)}.inline-captcha{min-height:var(--tap);color:var(--primary);white-space:nowrap;background:0 0;border-radius:0;flex:none;padding:0 4px}.primary-button,.floating-button{background:linear-gradient(135deg, var(--primary-ink), var(--primary));color:#fff;box-shadow:0 12px 26px #087a7238}.secondary-button{background:var(--accent-soft);color:#77500c;border:1px solid #c58a2157}.ghost-button{border:1px solid var(--line);color:var(--primary);background:#ffffffeb}.primary-button:hover:not(:disabled),.secondary-button:hover:not(:disabled),.ghost-button:hover:not(:disabled){transform:translateY(-1px)}.primary-button:disabled,.secondary-button:disabled,.ghost-button:disabled{opacity:.58;cursor:wait;transform:none}.auth-login-panel .primary-button,.auth-prestige-panel .primary-button,.auth-commerce-form .primary-button,.wallet-form-card .primary-button,.account-form-card .primary-button{width:100%}.bottom-nav{z-index:20;width:min(calc(100vw - 24px), calc(var(--app-max-width) - 24px));height:clamp(62px,7.8dvh,70px);margin:0 auto calc(10px + var(--safe-area-bottom));border-radius:var(--radius);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff2;border:1px solid #d7e6e3f0;flex:none;grid-template-columns:repeat(5,minmax(0,1fr));padding:6px;display:grid;position:relative;box-shadow:0 16px 38px #073f4321}.bottom-nav__item{border-radius:var(--radius-sm);min-width:0;color:var(--muted);font-size:var(--type-caption);flex-direction:column;justify-content:center;align-items:center;gap:3px;font-weight:760;display:flex}.bottom-nav__item.router-link-active{background:var(--primary-soft);color:var(--primary)}.toast{z-index:1200;border-radius:var(--radius-sm);color:#fff;width:max-content;min-width:min(220px,100vw - 32px);max-width:min(100vw - 32px,360px);min-height:48px;font-size:var(--type-body-sm);text-align:left;background:#172d30;border:1px solid #ffffff1f;justify-content:flex-start;align-items:center;gap:10px;padding:11px 14px;font-weight:700;line-height:1.4;display:flex;position:fixed;top:30%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 32px #061b1e47}.toast>svg{flex:none}.toast>span{min-width:0;line-height:inherit;overflow-wrap:anywhere}.toast--success>svg{color:#67d5ad}.toast--error>svg{color:#ff8f82}.toast--info>svg{color:#75d7e8}.toast-enter-active{transition:opacity .24s ease-out,transform .28s cubic-bezier(.22,1,.36,1)}.toast-leave-active{transition:opacity .18s ease-in}.toast-enter-from{opacity:0;transform:translate(-50%,calc(-50% - 72px))}.toast-leave-to{opacity:0}.commerce-search{border:1px solid var(--line);border-radius:var(--radius);min-height:46px;color:var(--muted);background:#fffffff5;align-items:center;gap:10px;margin:10px 0 12px;padding:0 14px;display:flex}.commerce-search:focus-within{border-color:#087a728c;box-shadow:0 0 0 4px #087a7214}.home-product-search{margin:12px 0}.commerce-search input,.auth-input-shell input,.auth-commerce-form input,.account-form-card input,.withdraw-input input{width:100%;color:var(--text);background:0 0;border:0;outline:0;flex:1}.commerce-search input::placeholder,.auth-input-shell input::placeholder,.account-form-card input::placeholder,.withdraw-input input::placeholder{color:var(--faint)}.field-error{font-size:var(--type-caption);margin-top:5px;font-weight:700;line-height:1.4;display:block;color:var(--danger)!important}.has-error>div,.has-error .auth-input-shell,.account-form-card .has-error input,.account-form-card .has-error select,.withdraw-input.has-error,.commerce-upload.has-error{border-color:#b4231894;box-shadow:0 0 0 3px #b4231814}.password-toggle{width:var(--tap);height:var(--tap);flex:0 0 var(--tap);border-radius:var(--radius-xs);color:var(--primary-ink);background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.password-toggle:hover{background:var(--primary-soft)}.auth-mode-tabs{border:1px solid var(--line);background:var(--surface-soft);border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));min-height:38px;margin:10px 0 2px;padding:4px;display:grid}.auth-mode-tabs button{min-width:0;color:var(--muted);background:0 0;border:0;border-radius:999px;font-weight:850}.auth-mode-tabs button.active{background:var(--primary-ink);color:#fff;box-shadow:0 8px 18px #073f4324}.commerce-member-module,.commerce-section,.detail-main-card,.detail-select-card,.detail-info-card,.cart-store-card,.profile-card,.wallet-overview,.profile-menu,.order-card-new,.activation-product-hero,.wallet-form-card,.invite-panel,.promo-rule-card,.team-metrics>div,.account-bank-card,.address-commerce-list article,.order-detail-block,.commerce-address-panel,.logistics-status-card,.logistics-route-card,.notice-card-new,.account-form-card,.balance-card,.panel,.product-card,.cart-item,.order-card,.bank-card,.address-card,.team-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fffffff7}.commerce-member-module,.commerce-section,.detail-main-card,.detail-select-card,.detail-info-card,.cart-store-card,.profile-card,.profile-menu,.order-card-new,.wallet-form-card,.invite-panel,.promo-rule-card,.account-form-card,.panel{margin-top:12px;padding:14px}.commerce-member-module{margin-top:10px;padding:12px}.commerce-carousel,.mall-hero,.wallet-action-hero,.team-dashboard,.order-detail-status,.activation-status-hero,.promo-hero-card,.auth-brand-card,.balance-card{border-radius:var(--radius-lg);color:#fff;background:linear-gradient(135deg,#06383d 0%,#087a72 58%,#0e9185 100%);border:1px solid #ffffff26;min-height:132px;overflow:hidden;box-shadow:0 14px 34px #073f4329}.commerce-carousel{grid-template-columns:minmax(0,1fr) clamp(92px,27vw,104px);align-items:center;gap:12px;height:174px;min-height:174px;padding:15px 15px 30px;display:grid;position:relative}.commerce-carousel>div:first-child{min-width:0}.commerce-carousel span,.mall-hero span,.wallet-action-hero span,.team-dashboard span,.order-detail-status span,.activation-status-hero .status-pill{color:#e3fffb;width:fit-content;font-size:var(--type-caption);background:#ffffff24;border:1px solid #fff3;border-radius:999px;align-items:center;gap:6px;padding:4px 9px;font-weight:850;display:inline-flex}.commerce-carousel h2,.mall-hero h2,.activation-status-hero h2,.order-detail-status h2{color:#fff;font-size:var(--type-headline);letter-spacing:0;margin-top:10px;line-height:1.16}.commerce-carousel h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.commerce-carousel p,.mall-hero p,.activation-status-hero p,.order-detail-status p,.wallet-action-hero p{color:#ffffffd1;font-size:var(--type-body-sm);margin-top:6px;line-height:1.55}.commerce-carousel p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;display:-webkit-box;overflow:hidden}.commerce-carousel nav{gap:0;display:flex;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.commerce-carousel nav button{background:0 0;border:0;width:26px;height:28px;padding:0;position:relative}.commerce-carousel nav button:before{content:"";background:#ffffff73;border-radius:999px;width:7px;height:7px;transition:width .18s,background-color .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.commerce-carousel nav button.active:before{background:var(--accent);width:18px}.carousel-product{border-radius:var(--radius);text-align:center;background:#ffffff1f;border:1px solid #ffffff2e;flex-direction:column;justify-content:center;align-self:center;align-items:center;gap:4px;min-height:90px;padding:10px 8px;display:flex}.carousel-product strong{color:#fff;max-width:100%;font-size:var(--type-title-sm);text-overflow:ellipsis;white-space:nowrap;line-height:1.12;overflow:hidden}.carousel-product small{color:#ffffffc2}.commerce-shortcuts,.profile-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px 0;display:grid}.commerce-shortcuts a,.profile-actions a{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:68px;color:var(--primary);font-size:var(--type-caption);flex-direction:column;justify-content:center;align-items:center;gap:6px;font-weight:850;display:flex;box-shadow:0 2px 8px #073f430b}.module-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.module-head h2,.commerce-section h2,.wallet-form-card h2,.detail-select-card h2,.detail-info-card h2,.promo-rule-card h2{color:var(--text);font-size:var(--type-title-sm);letter-spacing:0;line-height:1.24}.module-head p,.commerce-section p,.detail-info-card p,.promo-rule-card p,.detail-main-card p,.soft-copy,.panel p{color:var(--muted);font-size:var(--type-body-sm);margin-top:4px;line-height:1.45}.module-head a{color:var(--primary);white-space:nowrap;align-items:center;gap:5px;font-weight:880;display:inline-flex;position:relative}.module-head a:after,.auth-inline-link:after,.auth-switch a:after{content:"";width:var(--tap);height:var(--tap);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.activation-title-row{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.commerce-member-module .module-head{align-items:center}.commerce-member-module .module-head h2{font-size:var(--type-body)}.commerce-member-module .module-head p{font-size:var(--type-body-sm);margin-top:3px;line-height:1.42}.commerce-member-module .status-pill{font-size:var(--type-caption);padding:3px 7px}.commerce-member-module .activation-duo{margin-top:12px}.home-commerce-page .commerce-member-module,.home-commerce-page .commerce-section,.membership-products-section,.team-members-section{box-shadow:none;background:0 0;border:0;padding-inline:0}.status-pill,.tag,.eyebrow,.order-status{width:fit-content;font-size:var(--type-caption);border-radius:999px;align-items:center;gap:5px;padding:4px 8px;font-style:normal;font-weight:850;display:inline-flex}.status-pill--success,.order-status--success{background:var(--primary-soft);color:var(--primary)}.status-pill--warning,.order-status--warning{background:var(--accent-soft);color:var(--warning)}.status-pill--danger,.order-status--danger{color:var(--danger);background:#ffe9e4}.status-pill--neutral,.order-status--neutral,.status-pill{color:var(--muted);background:#eef5f3}.commerce-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.commerce-section>.module-head{margin-bottom:14px}.commerce-section>.module-head+.commerce-product-grid{margin-top:0}.commerce-product-card{border-radius:var(--radius);background:var(--surface);min-width:0;min-height:274px;box-shadow:var(--shadow-soft);border:0;grid-template-rows:auto auto auto 1fr auto;padding:10px;display:grid;position:relative;overflow:hidden}.commerce-product-image,.detail-gallery__main,.cart-item-image,.activation-product-image,.order-product-summary>div,.order-detail-product>div,.product-image,.product-card__image,.cart-item__image,.detail-image{border-radius:var(--radius-sm);color:var(--primary);background:radial-gradient(circle at 25% 18%,#c58a2129,#0000 32%),linear-gradient(135deg,#e1f5f0 0%,#fff 62%,#e8f7f4 100%);place-items:center;font-weight:950;display:grid}.commerce-product-image{aspect-ratio:1/.82;font-size:34px;overflow:hidden}.home-product-grid .commerce-product-image,.activation-product-grid .commerce-product-image,.mall-product-grid .commerce-product-image{aspect-ratio:1;padding:0}.commerce-product-image img,.detail-gallery__main img,.detail-gallery__thumbs img,.cart-item-image img,.activation-product-image img,.order-product-summary>div img,.order-detail-product>div img{object-fit:contain;border-radius:var(--radius-xs);width:100%;height:100%;display:block}.commerce-product-image img[src*="/1002-smart-watch-pro.png"],.commerce-product-image img[src*="/1003-aura-headphones.png"]{transform-origin:50%;transform:scale(1.25)}.commerce-product-card em,.detail-price-line em,.activation-product-hero em{background:var(--accent-soft);color:#76520f;width:fit-content;font-style:normal;font-size:var(--type-caption);border-radius:999px;margin-top:8px;padding:3px 7px;font-weight:850;display:inline-flex}.commerce-product-card h3{min-height:40px;color:var(--text);font-size:var(--type-body);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;line-height:1.32;display:-webkit-box;overflow:hidden}.commerce-product-card p{min-height:36px;color:var(--muted);font-size:var(--type-body-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;line-height:1.5;display:-webkit-box;overflow:hidden}.commerce-product-card footer{justify-content:space-between;align-self:end;align-items:center;gap:8px;margin-top:10px;display:flex}.commerce-product-card footer strong{color:var(--primary);font-size:var(--type-body)}.commerce-product-card footer>svg,.commerce-product-card footer button{width:28px;height:28px;color:var(--primary);stroke-width:2.2px;background:#087a721a;border:0;border-radius:999px;justify-content:center;align-items:center;padding:5px;display:inline-flex}.commerce-product-card footer button svg{stroke-width:2.2px;background:0 0;border-radius:0;width:18px;height:18px;padding:0}.home-product-grid .commerce-product-card:last-child:nth-child(odd),.activation-product-grid .commerce-product-card:last-child:nth-child(odd),.mall-product-grid .commerce-product-card:last-child:nth-child(odd){grid-column:1/-1;grid-template-rows:auto auto 1fr auto;grid-template-columns:116px minmax(0,1fr) auto;align-items:start;column-gap:12px;min-height:150px}.home-product-grid .commerce-product-card:last-child:nth-child(odd) .commerce-product-image,.activation-product-grid .commerce-product-card:last-child:nth-child(odd) .commerce-product-image,.mall-product-grid .commerce-product-card:last-child:nth-child(odd) .commerce-product-image{aspect-ratio:1;grid-row:1/5}.home-product-grid .commerce-product-card:last-child:nth-child(odd) em,.home-product-grid .commerce-product-card:last-child:nth-child(odd) h3,.home-product-grid .commerce-product-card:last-child:nth-child(odd) p,.home-product-grid .commerce-product-card:last-child:nth-child(odd) footer,.activation-product-grid .commerce-product-card:last-child:nth-child(odd) em,.activation-product-grid .commerce-product-card:last-child:nth-child(odd) h3,.activation-product-grid .commerce-product-card:last-child:nth-child(odd) p,.activation-product-grid .commerce-product-card:last-child:nth-child(odd) footer,.mall-product-grid .commerce-product-card:last-child:nth-child(odd) em,.mall-product-grid .commerce-product-card:last-child:nth-child(odd) h3,.mall-product-grid .commerce-product-card:last-child:nth-child(odd) p,.mall-product-grid .commerce-product-card:last-child:nth-child(odd) footer{grid-column:2/4}.home-product-grid .commerce-product-card:last-child:nth-child(odd) h3,.activation-product-grid .commerce-product-card:last-child:nth-child(odd) h3,.mall-product-grid .commerce-product-card:last-child:nth-child(odd) h3{-webkit-line-clamp:1;min-height:24px}.home-product-grid .commerce-product-card:last-child:nth-child(odd) p,.activation-product-grid .commerce-product-card:last-child:nth-child(odd) p,.mall-product-grid .commerce-product-card:last-child:nth-child(odd) p{min-height:36px}.mall-hero{min-height:136px;margin-top:4px;padding:16px}.mall-search-row{display:block}.commerce-category-tabs,.order-tabs{overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x;gap:6px;max-width:100%;padding-bottom:8px;display:flex;overflow:auto hidden}.commerce-category-tabs::-webkit-scrollbar{display:none}.order-tabs::-webkit-scrollbar{display:none}.commerce-category-tabs button,.order-tabs button,.sku-list button{min-height:var(--tap);border:1px solid var(--line);background:var(--surface);color:var(--text);white-space:nowrap;border-radius:999px;padding:0 12px;font-weight:850}.sku-list button{text-align:left;align-content:center;gap:2px;min-height:48px;display:grid}.sku-list button strong,.sku-list button small{line-height:1.15}.sku-list button small{color:var(--muted);font-size:var(--type-caption);font-weight:760}.commerce-category-tabs button.active,.order-tabs button.active,.sku-list button.active,.amount-grid button.active{background:var(--primary-ink);border-color:var(--primary-ink);color:#fff}.sku-list button.active small{color:#ffffffc7}.sku-list button.is-soldout:not(.active){color:var(--muted);background:var(--surface-soft);opacity:.72}.list-meta{color:var(--muted);font-size:var(--type-body-sm);justify-content:space-between;margin:4px 0 0;display:flex}.list-meta span{align-items:center;gap:5px;display:inline-flex}.list-meta strong{color:var(--primary)}.detail-gallery{margin-top:8px}.detail-gallery__main{height:260px;font-size:64px;position:relative;overflow:hidden}.detail-gallery__nav{width:var(--tap);height:var(--tap);color:var(--primary-ink);box-shadow:var(--shadow-soft);background:#ffffffdb;border:1px solid #d7e6e3db;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.detail-gallery__nav--prev{left:10px}.detail-gallery__nav--next{right:10px}.detail-gallery__counter{color:#fff;font-size:var(--type-caption);background:#073f43b8;border-radius:999px;padding:3px 8px;font-weight:850;position:absolute;bottom:10px;right:10px}.detail-gallery__dots{min-height:var(--tap);justify-content:center;align-items:center;gap:0;margin-top:8px;display:flex}.detail-gallery__dots button{width:var(--tap);height:var(--tap);background:0 0;border:0;padding:0;position:relative}.detail-gallery__dots button:before{content:"";background:#9db5b8;border-radius:999px;width:7px;height:7px;transition:width .18s,background-color .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.detail-gallery__dots button.active:before{background:var(--primary);width:18px}.detail-gallery__thumbs{gap:8px;margin-top:8px;padding-bottom:2px;display:flex;overflow-x:auto}.detail-gallery__thumbs button{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);width:48px;height:48px;color:var(--primary);flex:0 0 48px;place-items:center;padding:0;font-weight:900;display:grid;overflow:hidden}.detail-gallery__thumbs button.active{border-color:var(--primary);box-shadow:0 0 0 2px #087a721f}.detail-price-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.detail-content-images{gap:10px;margin-top:12px;display:grid}.detail-content-images img{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-soft);object-fit:contain;width:100%;display:block}.detail-price-line strong{color:var(--primary);font-size:var(--type-headline)}.detail-price-line span{color:var(--faint);text-decoration:line-through}.detail-main-card h2{font-size:var(--type-title);margin-top:10px}.detail-sales-line{color:var(--muted);font-size:var(--type-body-sm);justify-content:space-between;margin-top:12px;display:flex}.sku-list{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.quantity-row{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.quantity-row span{color:var(--muted)}.quantity-row div,.cart-stepper{border:1px solid var(--line);background:var(--surface-soft);border-radius:999px;align-items:center;gap:8px;padding:4px;display:inline-flex}.quantity-row button,.cart-stepper button{width:30px;height:30px;color:var(--primary);background:#fff;border:0;border-radius:999px;position:relative}.quantity-row button:after,.cart-stepper button:after,.select-dot:after,.delete-button:after{content:"";width:var(--tap);height:var(--tap);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.detail-service-grid,.mode-flow,.activation-duo,.team-metrics,.amount-grid{gap:8px;display:grid}.detail-service-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px}.detail-service-grid>div,.mode-flow>div,.amount-grid button{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);text-align:center}.detail-service-grid>div{min-height:90px;padding:10px 8px}.detail-service-grid svg,.mode-flow svg{color:var(--primary)}.detail-service-grid strong,.detail-service-grid span{display:block}.detail-service-grid strong{font-size:var(--type-body-sm);margin-top:6px}.detail-service-grid span{color:var(--muted);font-size:var(--type-caption)}.detail-bottom-bar,.cart-checkout-fixed{z-index:30;width:min(calc(100vw - 24px), calc(var(--app-max-width) - 24px));border:1px solid var(--line);border-radius:var(--radius) var(--radius) 0 0;background:linear-gradient(180deg, #f2f8f700, #f2f8f7f2 20%, var(--bg));padding:10px 10px calc(10px + var(--safe-area-bottom));border-bottom:0;align-items:center;gap:8px;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -16px 34px #073f431a}.detail-commerce-page,.cart-commerce-page{padding-bottom:calc(126px + var(--safe-area-bottom))}.app-main--with-nav .cart-commerce-page{padding-bottom:calc(172px + var(--safe-area-bottom))}.app-main--with-nav .cart-checkout-fixed{bottom:calc(84px + var(--safe-area-bottom))}.commerce-buy-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-buy-bar .ghost-button,.commerce-buy-bar .secondary-button,.commerce-buy-bar .primary-button{white-space:nowrap;min-width:0;font-size:var(--type-body-sm);gap:4px;padding:0 8px}.cart-store-card{padding:12px}.cart-store-card header{border-bottom:1px solid var(--line);color:var(--text);align-items:center;gap:8px;padding-bottom:10px;display:flex}.cart-store-card header span{color:var(--muted);margin-left:auto}.commerce-cart-item{grid-template-columns:106px minmax(0,1fr);align-items:start;gap:10px;padding:14px 0;display:grid}.commerce-cart-item+.commerce-cart-item{border-top:1px solid var(--line)}.select-dot,.delete-button{color:var(--primary);background:0 0;border:0;position:relative}.select-dot{flex:0 0 24px;place-items:center;width:24px;height:24px;display:grid}.cart-item-main{grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.cart-item-image{width:74px;height:74px;font-size:var(--type-headline);padding:6px;overflow:hidden}.cart-item-info{gap:10px;min-width:0;display:grid}.cart-item-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:900;display:block;overflow:hidden}.commerce-cart-item p{color:var(--muted);font-size:var(--type-body-sm)}.commerce-cart-item strong{color:var(--primary);font-size:var(--type-body);white-space:nowrap}.commerce-cart-item footer{justify-content:space-between;align-items:center;gap:5px;display:flex}.commerce-cart-item .cart-stepper{gap:4px;padding:3px}.commerce-cart-item .cart-stepper button{width:26px;height:26px}.commerce-cart-item .cart-stepper span{text-align:center;min-width:14px;line-height:1}.commerce-cart-item .delete-button{border-radius:999px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.cart-stepper.is-updating{opacity:.55}.commerce-checkout-bar{grid-template-columns:auto minmax(0,1fr) auto}.cart-checkout-fixed.commerce-checkout-bar{width:min(calc(100vw - 28px), calc(var(--app-max-width) - 28px));border-radius:var(--radius);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border:1px solid #d7e6e3f0;min-height:58px;padding:7px 10px;box-shadow:0 10px 26px #073f431a}.commerce-checkout-bar>button:first-child{color:var(--primary);font-size:var(--type-body-sm);background:0 0;border:0;align-items:center;gap:5px;font-weight:850;display:inline-flex}.cart-checkout-fixed .primary-button{min-height:var(--tap);white-space:nowrap;padding-inline:16px}.commerce-checkout-bar>div{align-items:baseline;gap:4px;min-width:0;display:flex}.commerce-checkout-bar div span{color:var(--muted);font-size:var(--type-caption);white-space:nowrap}.commerce-checkout-bar div strong{color:var(--primary);font-size:var(--type-title-sm);white-space:nowrap;line-height:1}.commerce-checkout-bar div small{color:var(--muted);font-size:var(--type-caption);white-space:nowrap;line-height:1}.profile-card{grid-template-columns:62px minmax(0,1fr);align-items:center;gap:16px;padding:14px 16px;display:grid}.profile-avatar{border-radius:var(--radius);background:linear-gradient(135deg, var(--primary-ink), var(--primary));color:#fff;width:56px;height:56px;font-size:var(--type-headline);place-items:center;font-weight:950;display:grid}.profile-avatar svg{color:#fff;stroke-width:2px}.profile-card h2{font-size:var(--type-title);line-height:1.18}.profile-card p{margin-top:4px}.profile-card .status-pill{font-size:var(--type-caption);margin-top:0;padding:3px 8px}.profile-member-line{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.profile-card p,.profile-menu span,.wallet-overview span,.order-card-new span{color:var(--muted)}.wallet-overview{background:linear-gradient(135deg, var(--primary-ink), var(--primary));grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:12px;padding:16px;display:grid}.wallet-overview span,.wallet-overview strong{color:#fff}.wallet-overview strong{font-size:var(--type-headline);margin-top:6px;display:block}.profile-menu{padding:2px}.profile-menu a{border-radius:var(--radius-sm);grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:52px;padding:8px 10px;display:grid}.profile-menu a+a{border-top:1px solid #edf4f2}.profile-menu a svg:first-child{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--primary);background:0 0;padding:4px}.profile-menu strong{line-height:1.25;display:block}.commerce-logout{border-radius:var(--radius);width:100%;color:var(--primary);background:linear-gradient(#f4fffc,#fff);border:1px solid #087a7238;justify-content:center;align-items:center;gap:7px;min-height:46px;margin-top:12px;font-weight:850;display:inline-flex}.commerce-logout:hover{background:var(--primary-soft);border-color:#087a7261}.commerce-dialog-mask{z-index:60;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#073f4347;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.commerce-dialog{border-radius:var(--radius-lg);text-align:center;background:#fffffffa;border:1px solid #d7e6e3f5;justify-items:center;gap:10px;width:min(100%,336px);padding:20px 18px 16px;display:grid;box-shadow:0 24px 56px #073f4338}.commerce-dialog__icon{border-radius:var(--radius);background:var(--primary-soft);width:48px;height:48px;color:var(--primary);place-items:center;display:grid}.commerce-dialog h2{color:var(--text);font-size:var(--type-title-sm);line-height:1.3}.commerce-dialog p{color:var(--muted);font-size:var(--type-body-sm);line-height:1.5}.commerce-dialog footer{grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-top:4px;display:grid}.commerce-dialog footer .ghost-button,.commerce-dialog footer .primary-button{min-height:42px;padding-inline:10px}.account-sub-page,.help-center-page{flex-direction:column;gap:12px;display:flex}.account-security-card,.help-service-card{border-radius:var(--radius);background:linear-gradient(135deg, var(--primary-ink), var(--primary));box-shadow:var(--shadow-soft);color:#fff;border:1px solid #d7e6e3f2}.account-security-card{grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:108px;padding:18px 16px;display:grid}.account-security-card__icon{border-radius:var(--radius-sm);background:#ffffff21;place-items:center;width:52px;height:52px;display:grid}.account-security-card span,.account-security-card strong,.help-service-card span,.help-service-card strong{color:#fff}.account-security-card strong,.help-service-card strong{font-size:var(--type-title);margin-top:4px;line-height:1.18;display:block}.account-safe-pill{font-size:var(--type-caption);color:var(--primary-ink);background:#ffffffdb;border-radius:999px;align-self:center;padding:4px 9px;font-weight:850}.account-list{padding:2px}.account-line{border-radius:var(--radius-sm);grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:66px;padding:12px;display:grid}.account-line+.account-line{border-top:1px solid #edf4f2}.account-line>svg:first-child{color:var(--primary)}.account-line>svg:last-child{color:var(--muted)}.account-line strong,.help-faq-line strong,.help-contact-card strong{line-height:1.25;display:block}.account-line span,.account-tip-card p,.help-faq-line p,.help-contact-card p{color:var(--muted);font-size:var(--type-body-sm)}.account-line--link{transition:background-color .18s}.account-line--link:hover{background:var(--surface-soft)}.account-tip-card{padding:16px}.account-tip-card h2{font-size:var(--type-title-sm);margin-bottom:6px}.help-service-card{justify-content:space-between;align-items:center;gap:18px;min-height:116px;padding:22px 18px;display:flex}.help-service-card svg{color:#ffffffe6;flex:none}.help-faq-card{padding:14px}.help-faq-line{grid-template-columns:32px minmax(0,1fr);gap:10px;padding:12px 0;display:grid}.help-faq-line+.help-faq-line{border-top:1px solid #edf4f2}.help-faq-line svg,.help-contact-card svg{color:var(--primary)}.help-contact-card{grid-template-columns:32px minmax(0,1fr);gap:10px;padding:16px;display:grid}.order-tabs{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffb8;margin:8px 0 10px;padding:6px}.order-card-new{padding:12px}.order-card-head,.order-card-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.order-card-state{align-items:center;gap:9px;min-width:0;display:flex}.order-card-state>svg{border-radius:var(--radius-sm);background:var(--primary-soft);width:34px;height:34px;color:var(--primary);flex:none;padding:8px}.order-card-state div{align-items:baseline;gap:5px;min-width:0;display:flex}.order-card-state strong{color:var(--text);font-size:var(--type-body);white-space:nowrap}.order-card-state span{font-size:var(--type-caption);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.order-card-tags{flex:none;align-items:center;gap:6px;display:flex}.order-card-tags>span{max-width:72px;color:var(--muted);font-size:var(--type-caption);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.order-card-footer{border-top:1px solid var(--line);margin-top:12px;padding-top:10px}.order-card-total{align-items:baseline;gap:2px;min-width:0;display:flex}.order-card-total span{color:var(--muted);white-space:nowrap}.order-card-total strong{color:var(--text);font-size:var(--type-title-sm);line-height:1.2}.order-card-footer .ghost-button,.order-card-footer .primary-button{white-space:nowrap;min-height:40px;padding-inline:16px}.order-product-summary,.order-detail-product{border-radius:var(--radius-sm);background:var(--surface-soft);border:1px solid #d7e6e3b8;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:11px;margin-top:10px;padding:10px;display:grid}.order-product-summary>div,.order-detail-product>div{width:78px;height:78px;font-size:var(--type-headline);padding:6px;overflow:hidden}.order-product-summary section{min-width:0}.order-product-summary h2,.order-detail-product h2{font-size:var(--type-body);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;display:-webkit-box;overflow:hidden}.order-product-summary p,.order-product-summary span,.order-detail-product p{color:var(--muted);font-size:var(--type-body-sm)}.order-product-summary p{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;overflow:hidden}.order-product-summary span{margin-top:3px;display:block}.order-detail-status-card{grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:12px;min-height:116px;margin-top:10px;padding:16px;display:grid}.order-detail-status-card h2{font-size:var(--type-title);overflow-wrap:anywhere;margin-top:9px}.order-detail-status-card>svg{color:#ffffffe0;justify-self:end}.order-address-panel{grid-template-columns:28px minmax(0,1fr);align-items:start;gap:12px;display:grid}.order-address-icon{color:var(--primary);margin-top:2px}.order-address-panel strong{color:var(--text);font-size:var(--type-body);line-height:1.32;display:block}.order-address-panel p{color:var(--muted);font-size:var(--type-body-sm);overflow-wrap:anywhere;margin-top:4px;line-height:1.45}.order-detail-block{gap:10px;display:grid}.order-price-block .line-row,.order-meta-block .line-row{grid-template-columns:74px minmax(0,1fr);align-items:start;gap:10px;display:grid}.order-price-block .line-row span,.order-meta-block .line-row span{color:var(--muted);white-space:nowrap}.order-price-block .line-row strong,.order-meta-block .line-row strong{color:var(--text);overflow-wrap:anywhere;text-align:right;line-height:1.35}.order-meta-block .line-row strong{justify-content:flex-end;align-items:center;gap:4px;display:inline-flex}.order-price-total{border-top:1px solid var(--line);margin-top:2px;padding-top:10px}.order-price-total strong{font-size:var(--type-title-sm);color:var(--primary)!important}.order-detail-commerce-page{padding-bottom:calc(98px + var(--safe-area-bottom))}.order-detail-commerce-page .order-detail-status-card,.order-detail-commerce-page .commerce-address-panel,.order-detail-commerce-page .order-detail-block{margin-top:10px}.order-detail-commerce-page .order-detail-status-card{min-height:118px;padding:18px 16px}.order-detail-commerce-page .order-detail-status-card h2{margin-top:12px;line-height:1.2}.order-detail-commerce-page .order-detail-status-card p{margin-top:8px}.order-detail-commerce-page .order-address-panel{grid-template-columns:28px minmax(0,1fr);align-items:center;padding:14px}.order-detail-commerce-page .order-address-panel p{margin-top:6px}.order-detail-commerce-page .order-detail-block{padding:14px}.order-detail-commerce-page .order-detail-product{grid-template-columns:78px minmax(0,1fr);align-items:center;gap:14px;min-height:92px;padding:12px}.order-detail-commerce-page .order-detail-product>div{width:78px;height:78px}.order-detail-commerce-page .order-detail-product h2{line-height:1.3}.order-detail-commerce-page .order-detail-product p{margin-top:5px}.order-detail-commerce-page .order-price-block,.order-detail-commerce-page .order-meta-block{gap:12px}.order-detail-commerce-page .order-price-block .line-row,.order-detail-commerce-page .order-meta-block .line-row{align-items:center;gap:12px;min-height:24px}.order-detail-commerce-page .order-price-total{margin-top:4px;padding-top:12px}.order-detail-commerce-page .order-meta-block .line-row strong{min-width:0}.commerce-order-actions--single{grid-template-columns:1fr}.wallet-action-hero{grid-template-columns:1fr 1fr;align-items:center;margin-top:4px;padding:16px;display:grid}.wallet-action-hero strong,.team-dashboard strong,.promo-hero-card strong{color:#fff;font-size:var(--type-hero)}.wallet-action-hero--blue{background:linear-gradient(135deg,#06383d,#116b84)}.wallet-form-card{gap:14px;display:grid}.amount-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.amount-grid button{min-height:52px;font-weight:900}.custom-amount-field{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:54px;padding:0 14px;display:grid}.custom-amount-field.active{border-color:var(--primary);box-shadow:0 0 0 2px #087a721a}.custom-amount-field span{color:var(--text);white-space:nowrap;font-weight:850}.custom-amount-field input{width:100%;color:var(--primary-ink);text-align:right;background:0 0;border:0;outline:0;font-weight:900}.custom-amount-field em{color:var(--muted);font-style:normal;font-weight:850}.commerce-upload{border-radius:var(--radius);min-height:150px;color:var(--primary);text-align:center;background:linear-gradient(#f0fbf8,#fff);border:1px dashed #087a7270;place-items:center;padding:18px;display:grid;position:relative}.commerce-upload input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.commerce-upload strong{color:var(--text);font-size:var(--type-title-sm);display:block}.finance-list,.member-list,.account-card-list,.address-commerce-list{gap:10px;margin-top:12px;display:grid}.finance-list article,.member-list article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);padding:12px}.member-list article>div{gap:3px;display:grid}.member-list article>div strong{color:var(--text);font-size:var(--type-body)}.member-list article>div small{background:var(--primary-soft);width:fit-content;color:var(--primary);font-size:var(--type-caption);border-radius:999px;padding:3px 7px;font-weight:800}.member-list article>em{color:var(--text);font-size:var(--type-body-sm);margin-top:7px;font-style:normal;display:block}.finance-list article{gap:9px;display:grid}.finance-list header,.finance-list footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.finance-list header{align-items:flex-start}.finance-list header strong{overflow-wrap:anywhere;min-width:0;line-height:1.25}.finance-list header span{text-align:right;font-size:var(--type-caption);white-space:nowrap;flex:none}.finance-list footer b{color:var(--text);font-size:var(--type-title-sm);line-height:1}.finance-record-note,.finance-record-time{color:var(--muted);font-size:var(--type-caption);margin:0;line-height:1.45}.finance-record-note{border-radius:var(--radius-xs);color:#76520f;background:#c58a211a;padding:7px 8px}.finance-list span,.member-list span,.wallet-note{color:var(--muted)}.wallet-note{font-size:var(--type-body-sm);grid-template-columns:18px minmax(0,1fr);align-items:start;gap:7px;line-height:1.5;display:grid}.wallet-note svg{width:18px;height:18px;color:var(--muted);flex:none;margin-top:1px}.withdraw-input input,.account-form-card input,.auth-commerce-form label div,.auth-input-shell{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);align-items:center;gap:10px;min-height:52px;padding:0 14px;display:flex}.withdraw-input{gap:8px;display:grid;position:relative}.withdraw-input>span{color:var(--text);font-weight:850}.withdraw-input input{padding-right:72px}.withdraw-input button{min-height:var(--tap);background:var(--primary-soft);color:var(--primary);border:0;border-radius:999px;padding:0 12px;font-weight:850;position:absolute;bottom:9px;right:10px}.withdraw-arrival-card{border-radius:var(--radius);background:linear-gradient(135deg,#087a721a,#c58a211a);border:1px solid #087a722e;gap:8px;padding:12px;display:grid}.withdraw-arrival-card div{justify-content:space-between;align-items:center;gap:12px;display:flex}.withdraw-arrival-card span,.withdraw-arrival-card p{color:var(--muted)}.withdraw-arrival-card strong{color:var(--primary-ink);font-size:var(--type-title);line-height:1.2}.withdraw-arrival-card p{font-size:var(--type-body-sm);margin:0;line-height:1.45}.withdraw-bank-row{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);min-height:72px;color:var(--text);grid-template-columns:24px minmax(0,1fr) 18px;align-items:center;gap:12px;padding:12px 14px;display:grid}.withdraw-bank-row__icon{color:var(--primary-ink)}.withdraw-bank-row__main{gap:3px;min-width:0;display:grid}.withdraw-bank-row__main strong{color:var(--text);font-size:var(--type-body);overflow-wrap:anywhere;line-height:1.25;display:block}.withdraw-bank-row__main span{color:var(--muted);font-size:var(--type-body-sm);line-height:1.35}.withdrawal-list article{gap:11px;padding:13px}.withdrawal-list header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.withdrawal-list header strong{color:var(--text);font-size:var(--type-body-sm);overflow-wrap:anywhere;line-height:1.3}.withdrawal-list header span{color:var(--muted);font-size:var(--type-caption);white-space:nowrap;line-height:1.3}.withdrawal-list footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-top:10px;display:flex}.withdrawal-list footer b{color:var(--text);font-size:var(--type-title-sm);line-height:1}.payment-address-card,.payment-product-card,.payment-summary-card,.payment-method-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fffffff7}.payment-address-card{min-height:82px;color:var(--text);grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:12px;margin-top:12px;padding:14px;display:grid}.payment-address-card>svg:first-child,.payment-method-card>svg:first-child{color:var(--primary)}.payment-address-card div,.payment-method-card div{gap:3px;min-width:0;display:grid}.payment-address-card strong,.payment-method-card strong{font-size:var(--type-body);line-height:1.25}.payment-address-card span,.payment-method-card span{color:var(--muted);font-size:var(--type-body-sm);line-height:1.42}.payment-product-card,.payment-summary-card,.payment-method-card{margin-top:12px;padding:14px}.payment-product-card header{align-items:center;gap:8px;display:flex}.payment-product-card header svg{color:var(--primary)}.payment-product-row{grid-template-columns:82px minmax(0,1fr);gap:12px;margin-top:12px;display:grid}.payment-product-row img,.payment-product-placeholder{border-radius:var(--radius-sm);object-fit:cover;background:var(--surface-soft);width:82px;height:82px}.payment-product-placeholder{color:var(--primary);font-size:var(--type-hero);place-items:center;font-weight:900;display:grid}.payment-product-row div:last-child{align-content:start;gap:5px;min-width:0;display:grid}.payment-product-row em{background:var(--accent-soft);width:fit-content;color:var(--warning);font-size:var(--type-caption);border-radius:999px;padding:2px 7px;font-style:normal;font-weight:850}.payment-product-row strong{font-size:var(--type-body);line-height:1.28}.payment-product-row span{color:var(--muted);font-size:var(--type-body-sm)}.payment-summary-card{gap:10px;display:grid}.payment-summary-card>div{justify-content:space-between;align-items:center;gap:14px;display:flex}.payment-summary-card span{color:var(--muted)}.payment-summary-card strong{color:var(--text)}.payment-summary-total{border-top:1px solid var(--line);margin-top:2px;padding-top:12px}.payment-summary-total strong{color:var(--primary);font-size:var(--type-page-title)}.payment-method-card{grid-template-columns:28px minmax(0,1fr) 22px;align-items:center;gap:12px;display:grid}.payment-method-card>svg:last-child{color:var(--primary)}.activation-status-hero{justify-content:space-between;gap:12px;margin-top:4px;padding:16px;display:flex;position:relative}.activation-status-hero>div:first-child{min-width:0;padding-right:34px}.activation-status-hero>svg{position:absolute;top:26px;right:16px}.activation-status-hero h2{white-space:nowrap;font-size:var(--type-title)}.mode-flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:10px 0 12px}.mode-flow>div{border-radius:var(--radius-sm);background:#ffffffeb;align-content:center;justify-items:center;gap:3px;min-height:74px;padding:9px 6px;display:grid}.mode-flow strong,.mode-flow span{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.mode-flow strong{color:var(--primary-ink);font-size:var(--type-body-sm);line-height:1.25}.mode-flow span{color:var(--muted);font-size:var(--type-caption);line-height:1.25}.activation-product-hero{grid-template-columns:96px minmax(0,1fr);align-items:center;gap:12px;padding:12px;display:grid}.activation-product-image{border:1px solid var(--line);width:96px;height:96px;min-height:96px;padding:8px;font-size:36px;overflow:hidden}.activation-product-copy{align-content:center;min-width:0;display:grid}.activation-product-action{border-top:1px solid #d7e6e3b8;grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding-top:10px;display:flex}.activation-product-hero h2{color:var(--text);font-size:var(--type-title-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;line-height:1.24;display:-webkit-box;overflow:hidden}.activation-product-hero p{color:var(--muted);font-size:var(--type-body-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;line-height:1.45;display:-webkit-box;overflow:hidden}.activation-product-hero strong{color:var(--primary-ink);font-size:var(--type-title-sm);white-space:nowrap;line-height:1.2}.activation-product-hero .primary-button{min-height:42px;font-size:var(--type-body-sm);white-space:nowrap;border-radius:999px;flex:none;gap:6px;padding-inline:18px}.activation-tile{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-soft);min-height:58px;color:var(--text);align-items:center;gap:10px;padding:10px 12px;display:flex}.activation-tile svg,.activation-product-hero svg{color:var(--primary)}.activation-tile div{min-width:0}.activation-tile strong,.activation-tile span{display:block}.activation-tile strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.activation-tile span{color:var(--muted);font-size:var(--type-caption);margin-top:2px}.activation-tile--primary{background:linear-gradient(135deg, var(--primary-ink), var(--primary));color:#fff}.activation-tile--primary strong,.activation-tile--primary span,.activation-tile--primary svg{color:#fff}.promo-hero-card{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;align-content:center;gap:8px 16px;padding:16px;display:grid}.promo-hero-card>div{display:contents}.promo-hero-card span{color:#fffc}.promo-hero-card>div:first-child span{grid-area:1/1}.promo-hero-card>div:first-child strong{grid-area:2/1}.promo-hero-card>div:nth-child(2) span{grid-area:1/2}.promo-hero-card>div:nth-child(2) strong{grid-area:2/2}.promo-hero-card span,.promo-hero-card strong{line-height:1;display:block}.invite-panel{text-align:center;padding:16px}.invite-panel__qr{border-radius:var(--radius-lg);background:linear-gradient(135deg,#f3fbf8,#fff);place-items:center;width:230px;height:230px;margin:0 auto 14px;display:grid}.invite-panel__qr img{border-radius:var(--radius);width:190px;height:190px}.invite-link-box{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);grid-template-columns:minmax(0,1fr) 78px;align-items:center;gap:8px;min-height:52px;margin-top:12px;padding:0 8px 0 12px;display:grid}.invite-link-box+.ghost-button{margin-top:14px}.invite-link-box span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.invite-link-box button,.address-commerce-list button{color:var(--primary);background:0 0;border:0;font-weight:850}.invite-link-box button{min-height:var(--tap)}.promo-rule-card{gap:12px;padding:14px;display:grid}.promo-rule-card p{max-width:100%;margin-top:4px}.promo-rule-card .primary-button{border-radius:999px;justify-self:center;min-height:42px;padding-inline:16px}.team-dashboard{grid-template-columns:minmax(0,1fr) 48px;align-items:center;gap:14px;min-height:132px;padding:16px;display:grid}.team-dashboard span{margin-bottom:8px}.team-dashboard strong{font-size:var(--type-hero);line-height:1;display:block}.team-metrics{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.team-metrics>div{padding:12px}.team-metrics span{color:var(--muted)}.team-metrics strong{color:var(--primary);font-size:var(--type-page-title);margin-top:6px;display:block}.account-bank-card{text-align:left;grid-template-columns:32px minmax(0,1fr) 28px;align-items:center;gap:14px;min-height:76px;padding:14px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.account-bank-card--default{border-color:#087a7257}.account-bank-card:hover{border-color:#087a724d;transform:translateY(-1px)}.account-bank-card__icon{width:32px;height:32px;color:var(--primary);padding:4px}.account-bank-card__check{color:var(--muted);justify-self:end}.account-bank-card__check--active{color:var(--primary);fill:var(--primary-soft)}.account-card-list+.account-add-button{margin-top:14px}.address-card-icon{width:32px;height:32px;color:var(--primary);padding:4px}.account-add-button{background:var(--surface);width:100%;color:var(--primary);border:1px dashed #087a7270}.account-form-card{gap:14px;display:grid}.address-form-card{margin-bottom:12px}.address-form-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.address-form-head h2{color:var(--text);font-size:var(--type-title-sm);margin:0}.address-form-head button{width:var(--tap);height:var(--tap);background:var(--surface-soft);color:var(--muted);border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.address-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.address-region-error{grid-column:1/-1;margin-top:-2px}.address-select-wrap{position:relative}.address-select-wrap select{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);width:100%;height:52px;color:var(--text);font:inherit;appearance:none;outline:none;padding:0 34px 0 12px;font-weight:750}.address-select-wrap select:disabled{color:var(--muted);opacity:.72}.address-select-wrap select:focus-visible{outline-offset:2px;outline:3px solid #0891b252}.address-select-wrap svg{color:var(--muted);pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.address-check-row{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:0 14px;display:flex}.address-check-input{opacity:0;pointer-events:none;position:absolute}.address-toggle-box{width:36px;height:24px;color:var(--muted);background:#d8ebe7;border-radius:999px;order:2;justify-content:center;align-items:center;margin:0 0 0 auto;transition:background .18s,color .18s;display:inline-flex}.address-check-input:checked+.address-toggle-box{background:var(--primary);color:#fff}.account-form-card label span{color:var(--text);margin-bottom:6px;font-weight:850;display:block}.account-form-card .address-check-row>span{margin:0}.account-form-card .address-check-row .address-toggle-box{flex:none;order:2;margin:0 0 0 auto;display:inline-flex}.account-form-card p,.address-commerce-list p{color:var(--muted)}.account-secure-note{align-items:center;gap:6px;line-height:1.4;display:flex}.account-secure-note svg{flex:none}.address-commerce-list article{padding:14px}.address-commerce-list footer{border-top:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;padding-top:10px;display:grid}.address-commerce-list header{grid-template-columns:32px minmax(0,1fr);align-items:start;gap:12px;display:grid}.address-card-main{min-width:0}.address-card-main p{color:var(--muted);font-size:var(--type-body-sm);overflow-wrap:anywhere;margin-top:5px;line-height:1.45}.address-card-title{flex-wrap:wrap;align-items:center;gap:4px 8px;min-width:0;display:flex}.address-card-title strong{overflow-wrap:anywhere;min-width:0}.address-card-title span{background:var(--primary-soft);color:var(--primary);font-size:var(--type-caption);white-space:nowrap;border-radius:999px;padding:2px 7px;font-weight:850}.address-commerce-list footer button{min-height:var(--tap);background:var(--surface-soft);border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:0 8px;display:inline-flex}.address-commerce-list+.account-add-button{margin-top:16px}.logistics-status-card,.logistics-route-card,.order-detail-block,.commerce-address-panel{padding:14px}.logistics-commerce-page{padding-bottom:calc(102px + var(--safe-area-bottom))}.logistics-summary-card{grid-template-columns:minmax(0,1fr) 46px;align-items:center;gap:12px;min-height:130px;margin-top:10px;padding:16px;display:grid}.logistics-summary-content{min-width:0}.logistics-summary-card h2{font-size:var(--type-headline);margin-top:12px;line-height:1.18}.logistics-summary-card p{overflow-wrap:anywhere;margin-top:8px}.logistics-summary-card>svg{color:#ffffffe6;justify-self:end}.logistics-info-card,.logistics-panel-card,.logistics-route-card{margin-top:10px}.logistics-info-card{gap:10px;display:grid}.logistics-info-card .line-row{grid-template-columns:76px minmax(0,1fr);align-items:center;gap:12px;min-height:28px;display:grid}.logistics-info-card .line-row span{color:var(--muted);font-size:var(--type-body-sm);white-space:nowrap}.logistics-status-card .line-row strong{text-align:right;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:inline-flex}.logistics-status-card button{background:var(--primary-soft);width:28px;height:28px;color:var(--primary);border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.logistics-address-panel{grid-template-columns:26px minmax(0,1fr);align-items:start;gap:12px;display:grid}.logistics-address-panel>svg{color:var(--primary);margin-top:2px}.logistics-address-panel strong{color:var(--text);font-size:var(--type-body);line-height:1.35;display:block}.logistics-address-panel p{color:var(--muted);font-size:var(--type-body-sm);overflow-wrap:anywhere;margin-top:5px;line-height:1.45}.logistics-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.logistics-card-head h2{color:var(--text);font-size:var(--type-title-sm);margin:0}.logistics-card-head p{color:var(--muted);font-size:var(--type-body-sm);margin:4px 0 0;line-height:1.45}@media (width<=360px){.address-form-grid{grid-template-columns:1fr}}.timeline-list{border-left:1px solid var(--line);margin:12px 0 0;padding-left:18px;list-style:none}.timeline-list li{padding:0 0 14px 14px;position:relative}.logistics-timeline li{grid-template-columns:28px minmax(0,1fr);gap:10px;padding-bottom:18px;display:grid}.logistics-timeline li>svg{background:var(--surface-soft);width:28px;height:28px;color:var(--faint);border-radius:999px;padding:5px;transform:translate(-2px)}.logistics-timeline li.active>svg{background:var(--primary-soft);color:var(--primary)}.logistics-timeline strong{color:var(--text);font-size:var(--type-body);line-height:1.35;display:block}.logistics-timeline p{color:var(--muted);font-size:var(--type-body-sm);margin:4px 0 5px;line-height:1.45}.logistics-timeline span{color:var(--faint);font-size:var(--type-caption)}.timeline-list li:before{content:"";background:#b9cbc7;border-radius:999px;width:9px;height:9px;position:absolute;top:3px;left:-23px}.timeline-list li.active:before{background:var(--primary)}.notice-card-new{text-align:center;align-content:center;gap:12px;min-height:260px;padding:22px;display:grid}.notice-card-new>div{border-radius:var(--radius);background:var(--accent-soft);width:54px;height:54px;color:var(--warning);place-items:center;margin:0 auto;display:grid}.notice-card-new p,.notice-tip{color:var(--muted)}.notice-card-new .notice-tip{width:100%;font-size:var(--type-body-sm);justify-content:center;align-items:center;gap:6px;margin-top:2px;line-height:1.45;display:inline-flex}.notice-card-new .primary-button,.notice-card-new .ghost-button{width:100%}.commerce-empty,.state,.empty-state,.loading-state{min-height:96px;color:var(--muted);text-align:center;place-items:center;gap:8px;display:grid}.state strong,.empty-state strong,.loading-state strong{color:var(--text)}.empty-state-page{min-height:calc(100dvh - var(--page-top) - var(--page-bottom) - 54px);align-content:center}.error-state-page{align-content:center;min-height:260px;padding:24px 16px}.error-state-page>svg{color:var(--danger)}.error-state-page .ghost-button,.empty-state-page .ghost-button{margin-top:4px}.state--loading{align-content:start;min-height:260px;padding-top:24px}.state-skeleton{border-radius:var(--radius);background:linear-gradient(90deg, transparent, #ffffffb8, transparent), var(--surface-tint);background-size:220% 100%;width:100%;animation:1.35s ease-in-out infinite skeleton-shimmer}.state-skeleton--hero{height:116px}.state-skeleton--line{justify-self:start;width:62%;height:18px}.state-skeleton--card{height:92px}@keyframes skeleton-shimmer{0%{background-position:180% 0}to{background-position:-40% 0}}.team-member-empty{border-radius:var(--radius-sm);background:var(--surface-soft);min-height:120px;padding:16px}.app-main--with-nav .empty-state-page{min-height:calc(100dvh - var(--page-top) - 172px)}.spinner{border:3px solid var(--surface-tint);border-top-color:var(--primary);border-radius:999px;width:28px;height:28px;animation:.82s linear infinite spin}.image-fallback{width:100%;height:100%;color:var(--primary);background:linear-gradient(145deg,#e8f7f3 0%,#f8fcfb 62%,#edf8f6 100%);place-items:center;display:grid}.image-fallback svg{width:clamp(28px,26%,42px);height:auto;color:var(--primary);filter:drop-shadow(0 4px 8px #087a721f)}.payment-product-row>.image-fallback{border-radius:var(--radius-sm);width:82px;height:82px}.detail-gallery__thumbs .image-fallback{font-size:var(--type-body-sm)}.detail-content-images .image-fallback{border-radius:var(--radius-sm);min-height:180px}.app-dialog-backdrop{z-index:1000;background:#03191c8a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.app-dialog{border-radius:var(--radius-lg);background:var(--surface);text-align:center;width:min(100%,360px);padding:22px;box-shadow:0 24px 70px #03191c47}.app-dialog__icon{background:var(--accent-soft);width:48px;height:48px;color:var(--warning);border-radius:999px;place-items:center;margin:0 auto 12px;display:grid}.app-dialog--danger .app-dialog__icon{color:var(--danger);background:#fff0ee}.app-dialog h2{font-size:var(--type-title)}.app-dialog p{color:var(--muted);font-size:var(--type-body-sm);margin-top:8px;line-height:1.55}.app-dialog footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px;display:grid}.app-dialog footer button{width:100%}.dialog-enter-active,.dialog-leave-active{transition:opacity .18s}.dialog-enter-active .app-dialog,.dialog-leave-active .app-dialog{transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .18s}.dialog-enter-from,.dialog-leave-to{opacity:0}.dialog-enter-from .app-dialog,.dialog-leave-to .app-dialog{opacity:0;transform:translateY(18px)scale(.98)}@keyframes spin{to{transform:rotate(360deg)}}.auth-commerce-page--login,.auth-prestige.auth-commerce-page--login{width:min(100vw, var(--app-max-width));background:linear-gradient(180deg, #032f35 0%, #05565a 30%, #087a72 48%, transparent 48%) top / 100% 100% no-repeat, linear-gradient(180deg, transparent 0%, transparent 48%, var(--bg) 48%, var(--bg) 100%);max-width:100%;padding:0}.auth-prestige-shell{width:min(100vw, var(--app-max-width));min-height:100%;padding:calc(var(--safe-area-top) + 8px) var(--page-x) calc(24px + var(--safe-area-bottom));flex-direction:column;margin:0 auto;display:flex}.auth-new-top{justify-content:space-between;align-items:center;gap:14px;min-height:42px;display:flex}.auth-new-top div{gap:2px;display:grid}.auth-new-top span{color:var(--cyan);font-size:var(--type-caption);font-weight:900}.auth-new-top strong{color:var(--primary-ink);font-size:var(--type-title)}.auth-new-top em{min-height:32px;color:var(--primary);font-style:normal;font-size:var(--type-caption);background:#ffffffb8;border:1px solid #087a7233;border-radius:999px;align-items:center;gap:6px;padding:0 11px;font-weight:850;display:inline-flex}.auth-new-hero{background:linear-gradient(135deg, #06383dfa, #087a72eb), var(--primary-ink);color:#fff;border:1px solid #ffffffa3;border-radius:20px;margin-top:16px;padding:20px;box-shadow:0 18px 40px #073f4329}.auth-new-hero span{color:#dffffb;width:fit-content;font-size:var(--type-caption);background:#ffffff24;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:7px;padding:5px 10px;font-weight:850;display:inline-flex}.auth-new-hero h1{color:#fff;max-width:306px;font-size:var(--type-hero);letter-spacing:0;margin-top:16px;line-height:1.14}.auth-new-hero p{color:#fffc;max-width:300px;font-size:var(--type-body-sm);margin-top:8px;line-height:1.55}.auth-new-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.auth-new-metrics div{border:1px solid var(--line);border-radius:var(--radius);min-height:68px;box-shadow:var(--shadow-soft);background:#ffffffeb;align-content:center;gap:3px;padding:9px;display:grid}.auth-new-metrics svg{color:var(--primary)}.auth-new-metrics span{color:var(--muted);font-size:var(--type-caption)}.auth-new-metrics strong{color:var(--text);font-size:var(--type-body-sm);line-height:1.2}.auth-new-metrics+.auth-login-panel{margin-top:12px}.auth-prestige-top{justify-content:space-between;align-items:center;gap:12px;min-height:38px;display:flex}.auth-login-kicker,.auth-secure-badge{color:#f4fffb;min-height:34px;font-size:var(--type-body-sm);background:#ffffff1f;border:1px solid #ffffff3d;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-weight:850;display:inline-flex}.auth-secure-badge{color:#fff1cf;background:#c58a2129}.auth-prestige-showcase{color:#fff;justify-content:center;align-items:center;min-height:clamp(190px,28dvh,236px);padding-top:0;display:flex;position:relative}.auth-prestige-brand{border-left:3px solid #69e4ef;gap:3px;width:fit-content;margin-bottom:18px;padding-left:10px;display:grid}.auth-prestige-brand span{color:#69e4ef;font-size:var(--type-caption);letter-spacing:0;font-weight:900;line-height:1}.auth-prestige-brand strong{color:#fff;font-size:var(--type-page-title);font-weight:950;line-height:1.12}.auth-prestige-copy h1{color:#fff;max-width:326px;font-size:var(--type-hero);margin-top:0;line-height:1.14}.auth-prestige-copy{text-align:left;width:min(100%,clamp(280px,88%,348px));margin:0 auto;padding-left:0}.auth-prestige-visual{width:clamp(160px,46vw,184px);height:clamp(134px,38vw,154px);position:absolute;bottom:0;right:0}.auth-visual-card{border-radius:var(--radius);color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff21;border:1px solid #d7e6e33d;padding:14px;position:absolute;box-shadow:0 22px 48px #0003}.auth-visual-card--main{width:clamp(124px,35.5vw,142px);height:clamp(106px,30vw,120px);top:0;left:0}.auth-visual-card--sub{width:clamp(108px,30.5vw,122px);height:clamp(78px,22vw,88px);bottom:0;right:0}.auth-visual-card strong,.auth-visual-card small{color:#fff;display:block}.auth-visual-chip{background:var(--accent-soft);color:#6f4d0f;min-height:30px;font-size:var(--type-caption);border-radius:999px;align-items:center;padding:0 10px;font-weight:850;display:flex;position:absolute;bottom:8px;left:20px}.auth-login-panel,.auth-prestige-panel,.auth-commerce-form{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fffffffa;box-shadow:0 24px 58px #073f4329}.auth-prestige-panel,.auth-commerce-form{padding:20px 18px}.auth-commerce-form{gap:14px;display:grid}.auth-prestige-panel{border-radius:24px;margin-top:-18px;padding:18px 16px 16px;box-shadow:0 24px 58px #073f4329}.auth-form-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.auth-form-head>div{min-width:0}.auth-form-head strong{color:var(--text);font-size:var(--type-title);display:block}.auth-form-head span{color:var(--muted);font-size:var(--type-body-sm)}.auth-form-head em{background:var(--primary-ink);color:var(--accent-soft);border-radius:999px;padding:8px 12px;font-style:normal;font-weight:900}.auth-commerce-form label,.auth-prestige-panel label{color:var(--text);gap:8px;font-weight:850;display:grid}.app-shell label>span{font-size:var(--type-body-sm);line-height:1.4}.auth-prestige-panel label{margin-top:10px}.auth-login-options{color:var(--muted);font-size:var(--type-body-sm);justify-content:space-between;gap:12px;margin:8px 0 12px;display:flex}.auth-inline-link,.auth-switch a{color:var(--primary);font-weight:900;position:relative}.auth-switch{color:var(--muted);text-align:center;margin-top:14px}.auth-brand-card{min-height:210px;padding:22px}.auth-brand-card h1,.auth-brand-card p{color:#fff}.auth-brand-card h1{font-size:var(--type-hero);margin-top:10px}.auth-brand-card p{color:#fffc;margin-top:8px}.auth-brand-card span{color:#eafffb;background:#ffffff24;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;line-height:1;display:inline-flex}.auth-brand-card span svg{flex:none}.auth-form{gap:14px;display:grid}.auth-form label{color:var(--text);gap:8px;font-weight:850;display:grid}.membership-page{padding-bottom:calc(34px + var(--safe-bottom))}.membership-current{border-radius:var(--radius-lg);color:#fff;background:linear-gradient(135deg,#06383d,#087a72);justify-content:space-between;align-items:center;gap:20px;min-height:132px;padding:22px;display:flex;box-shadow:0 18px 34px #073f432e}.membership-current span,.membership-current p{color:#ffffffc2;font-size:var(--type-body-sm)}.membership-current strong{color:#fff;font-size:var(--type-section-title);margin:5px 0 4px;display:block}.membership-current svg{color:#a8eee6;flex:none}.membership-progress{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fff;margin-top:12px;padding:16px}.membership-progress header{justify-content:space-between;align-items:center;gap:12px;display:flex}.membership-progress header div{min-width:0}.membership-progress span,.membership-progress p{color:var(--muted);font-size:var(--type-caption)}.membership-progress strong{color:var(--text);font-size:var(--type-body);margin-top:3px;display:block}.membership-progress em{color:var(--primary);font-size:var(--type-body);font-style:normal;font-weight:900}.membership-progress__track{background:#e8f1ef;border-radius:999px;height:8px;margin:12px 0 9px;overflow:hidden}.membership-progress__track span{border-radius:inherit;background:var(--primary);height:100%;transition:width .24s;display:block}.membership-products-section{margin-top:12px}.membership-card-list{gap:10px;margin-top:14px;display:grid}.membership-card-option{border:1px solid var(--line);border-radius:var(--radius);background:#fff;border-left:4px solid #aebbb9;padding:16px}.membership-card-option--copper{border-left-color:#b56f3d}.membership-card-option--silver{border-left-color:#7f9296}.membership-card-option--gold{background:#fffdf7;border-left-color:#c58a21}.membership-card-option.is-current{border-color:var(--primary);box-shadow:0 10px 24px #087a721f}.membership-card-option>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.membership-card-option>header span{color:var(--muted);font-size:var(--type-caption)}.membership-card-option h3{color:var(--text);font-size:var(--type-title);margin-top:3px}.membership-card-option>header>strong{color:var(--primary);font-size:var(--type-title);flex:none}.membership-card-option ul{gap:8px;margin:14px 0;padding:0;list-style:none;display:grid}.membership-card-option li{color:var(--muted);font-size:var(--type-body-sm);align-items:center;gap:7px;display:flex}.membership-card-option li svg{color:var(--primary);flex:none}.membership-card-option .primary-button:disabled{color:#7c8b89;opacity:1;background:#e7edec}.membership-rules{border-top:1px solid var(--line);margin-top:12px;padding:18px 4px 0}.membership-rules h2{color:var(--text);font-size:var(--type-title)}.membership-rules p{color:var(--muted);font-size:var(--type-body-sm);margin-top:7px;line-height:1.6}.profile-levels,.team-level-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.profile-levels>div,.team-level-strip>div{border:1px solid var(--line);border-radius:var(--radius);background:#fff;align-content:center;gap:4px;min-width:0;padding:12px 10px;display:grid}.profile-levels span,.team-level-strip span{color:var(--muted);font-size:var(--type-caption)}.profile-levels strong,.team-level-strip strong{color:var(--text);font-size:var(--type-body-sm);overflow-wrap:anywhere;line-height:1.25}.team-level-strip{margin-bottom:12px}.wallet-overview strong,.profile-levels strong,.team-dashboard strong,.team-metrics strong,.team-level-strip strong,.commerce-product-card footer strong,.detail-price-line strong,.commerce-checkout-bar strong,.order-card-total strong,.balance-card strong{letter-spacing:0;font-variant-numeric:tabular-nums}@media (width<=360px){.cart-checkout-fixed.commerce-checkout-bar{padding-inline:8px}.cart-checkout-fixed .primary-button{font-size:var(--type-body-sm);padding-inline:12px}.commerce-checkout-bar>div{gap:3px}}.team-commission-section{margin-top:12px}.team-commission-list{margin-top:10px}.team-commission-list article{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:58px;display:flex}.team-commission-list article:first-child{border-top:0}.team-commission-list article div{gap:3px;min-width:0;display:grid}.team-commission-list strong{color:var(--text);font-size:var(--type-body-sm)}.team-commission-list span{color:var(--muted);font-size:var(--type-caption)}.team-commission-list em{color:var(--primary);font-size:var(--type-body);flex:none;font-style:normal;font-weight:900}@media (width<=360px){.commerce-page,.auth-commerce-page,.auth-prestige-shell{padding-inline:12px}.commerce-carousel{grid-template-columns:1fr;height:164px;min-height:164px}.carousel-product{display:none}.commerce-buy-bar{grid-template-columns:1fr 1fr}.auth-prestige-copy h1{font-size:var(--type-hero)}}@media (width>=720px){.commerce-page,.auth-commerce-page,.auth-prestige-shell{width:min(100vw, var(--app-max-width))}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
