:root{color:#111;background:#fbfbfc;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;--topbar-height: 84px}*{box-sizing:border-box}html{min-width:0;overflow-x:hidden}body{background:#fbfbfc;margin:0;min-width:0;overflow-x:hidden}img,svg{max-width:100%}body,button,input,textarea{-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}input,textarea,select,button{font:inherit}.topbar{align-items:center;-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%);background:#ffffffb8;border-bottom:1px solid rgba(232,232,238,.88);box-shadow:0 6px 24px #0f172a0f;display:flex;gap:24px;justify-content:space-between;padding:22px clamp(18px,6vw,78px);left:0;min-height:var(--topbar-height);position:fixed;right:0;top:0;z-index:10}.app{padding-top:var(--topbar-height)}.brand{align-items:center;color:#111;display:inline-flex;font-family:Georgia,Songti SC,STSong,serif;font-size:28px;font-weight:700;gap:12px;line-height:1;white-space:nowrap}.nav{align-items:center;display:flex;flex:1;gap:clamp(18px,3vw,44px);justify-content:center}.nav{color:#777;font-size:16px}.nav a,.nav button{align-items:center;display:inline-flex;gap:6px}.nav svg,.btn svg,.amount svg,.stock svg,.countdown svg{flex:0 0 auto}.nav a,.nav button{transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.nav a:hover,.nav a.router-link-active,.nav button:hover{color:#111}.link-btn{background:none;border:0;color:inherit;cursor:pointer;padding:0}.topbar-mobile-actions,.mobile-nav-panel{display:none}.hero{align-items:center;background:#fbfbfc;display:grid;justify-items:center;min-height:min(520px,calc(100vh - 80px));padding:clamp(48px,9vw,70px) clamp(18px,8vw,96px);text-align:center}.hero>div{display:grid;justify-items:center;max-width:760px;min-width:0;width:100%}.hero h1{font-size:clamp(32px,7vw,54px);line-height:1.08;margin:8px 0 18px;max-width:720px;overflow-wrap:anywhere}.lead{color:#777;font-size:clamp(16px,2.4vw,19px);line-height:1.8;max-width:680px}.eyebrow{color:gray;font-weight:500}.section{margin:0 auto;max-width:1120px;padding:clamp(40px,7vw,56px) clamp(16px,4vw,24px);width:100%}.section-head{align-items:flex-start;display:flex;justify-content:space-between;gap:24px;margin-bottom:24px}.actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;max-width:100%}.section-head>.actions{align-self:center;margin-top:0}.hero .actions{justify-content:center}.btn{align-items:center;align-self:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #e3e3e8;border-radius:8px;box-shadow:0 3px 10px #1111110a;color:#111;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:14px;gap:8px;height:40px;justify-content:center;min-height:40px;padding:0 16px;text-align:center;max-width:100%}.btn.primary{background:#050505;border-color:#050505;color:#fff}.btn.ghost{background:#fff;color:#111}.btn.danger{background:#dc2626;border-color:#dc2626;color:#fff}.btn.danger:hover{background:#b91c1c;border-color:#b91c1c}.btn:disabled{background:#f1f1f4;color:#a1a1aa;cursor:not-allowed;opacity:.5}.btn.icon-btn{height:40px;min-height:40px;padding:0;width:40px}.btn.compact{font-size:14px;min-height:40px;padding:0 16px}.steps{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr))}.product-title-row{align-items:center;display:flex;gap:12px}.retry-products{font-size:14px;min-height:40px;padding:0 16px}.retry-products-mobile{display:none;margin-bottom:14px}.product-load-error{color:#71717a;font-size:14px}.product-load-error p{margin:0}.product-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid>.empty{grid-column:1 / -1}.product-category-bar{align-items:center;background:#f2f2f7;border:1px solid #e5e7eb;border-radius:999px;box-shadow:inset 0 1px 1px #1118270a;display:inline-grid;gap:4px;grid-template-columns:repeat(2,minmax(92px,1fr));margin-bottom:18px;padding:4px;width:fit-content}.product-category-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:999px;color:#71717a;cursor:pointer;font-size:14px;font-weight:700;min-height:38px;padding:0 20px;transition:background-color .18s ease,box-shadow .18s ease,color .18s ease}.product-category-btn.active{background:#fff;box-shadow:0 1px 2px #1118271a,0 4px 10px #1118270f;color:#111}.product-category-btn:not(.active):hover{color:#3f3f46}.product-grid>.card{padding:16px}.step,.card,.panel{background:#fff;border:1px solid #ececf1;border-radius:8px;padding:22px;min-width:0}.card{display:grid;gap:14px}.product-card{background:linear-gradient(180deg,#ffffffd1,#ffffffad);border:1px solid rgba(255,255,255,.72);box-shadow:0 10px 30px #94a3b81f,inset 0 1px #ffffff8c;cursor:pointer;display:flex;flex-direction:column;gap:10px;isolation:isolate;overflow:hidden;position:relative;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-card:before{background:linear-gradient(135deg,#ffffffad,#ffffff14 58%);content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:-1}@supports ((-webkit-backdrop-filter: blur(18px)) or (backdrop-filter: blur(18px))){.product-card{-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%)}}.product-card.is-stock-empty{background:linear-gradient(180deg,#f4f4f5db,#f4f4f5b3);border-color:#e4e4e7eb;box-shadow:0 10px 24px #a1a1aa1a,inset 0 1px #ffffff70}.product-card.is-stock-empty h2,.product-card.is-stock-empty .product-desc-list,.product-card.is-stock-empty>strong{color:#71717a}.product-card h2{font-size:16px;line-height:1.4;margin:0;overflow-wrap:anywhere}.product-card .stock-row-inline{display:flex;flex-direction:column;gap:6px}.product-card .stock{align-items:center;font-size:12px}.product-desc-list{color:#71717a;display:grid;gap:4px;font-size:13px;line-height:1.5}.product-desc-list p{margin:0}.product-price-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.product-price-row strong{color:#111;font-size:18px}.promo-badge{background:#111;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:700;line-height:1;padding:6px 9px}.original-price{color:#a1a1aa;font-size:13px;text-decoration:line-through}.product-card:hover{border-color:#d8c8ffeb;box-shadow:0 18px 34px #8b5cf61a,0 10px 22px #94a3b81f,inset 0 1px #ffffff9e;transform:translateY(-2px)}.product-card.is-stock-empty:hover{border-color:#d4d4d8f0;box-shadow:0 14px 28px #a1a1aa1a,inset 0 1px #ffffff85}.product-skeleton{pointer-events:none}.skeleton-line{animation:skeleton-loading 1.1s ease-in-out infinite;background:linear-gradient(90deg,#f1f1f4 25%,#fafafa 37%,#f1f1f4 63%);background-size:400% 100%;border-radius:999px;display:block;height:14px;width:100%}.skeleton-line.title{border-radius:8px;height:28px;margin-bottom:28px}.skeleton-line.desc{width:92%}.skeleton-line.desc.short{width:70%}.skeleton-line.stock{height:18px;margin-top:12px;width:78%}.skeleton-line.price{height:30px;margin-top:auto;width:46%}.skeleton-line.button{border-radius:8px;height:40px}.skeleton-square{animation:skeleton-loading 1.1s ease-in-out infinite;background:linear-gradient(90deg,#f1f1f4 25%,#fafafa 37%,#f1f1f4 63%);background-size:400% 100%;border-radius:8px;display:block;height:36px;width:36px}.product-detail-skeleton .detail-title{height:34px;width:180px}.detail-step-skeleton span{height:36px;width:150px}.product-detail-skeleton .product-desc-box{min-height:180px}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.card strong,.amount{align-items:center;color:#8b3dff;display:inline-flex;font-size:24px;font-weight:800;gap:8px}.pay-warning{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;color:#c2410c;font-size:14px;font-weight:700;line-height:1.6;margin:0;padding:10px 12px}.pay-action-tip{background:#fafafa;border:1px solid #e4e4e7;border-radius:8px;color:#3f3f46;font-size:14px;font-weight:700;line-height:1.6;margin:8px 0 0;padding:10px 12px}.pay-lock-tip{color:#8a8a93;font-size:11px;font-weight:400;line-height:1.45;margin:0}.pay-switch-tip{color:#71717a;font-size:12px;line-height:1.5;margin:-4px 0 0}.support-pay-notice{border:1px solid #ececf1;border-radius:8px;display:grid;gap:4px;justify-self:stretch;padding:12px 14px;text-align:left;width:100%}.support-pay-notice strong{color:#18181b;font-size:14px;line-height:1.4}.qr-panel .support-pay-notice strong{display:inline;font-size:14px;margin:0}.support-pay-notice span{color:#71717a;font-size:12px;line-height:1.4}.support-pay-notice p{color:#3f3f46;font-size:13px;line-height:1.6;margin:0}.pay-note{color:#71717a;font-size:14px;line-height:1.7;margin:4px 0 0}.pay-channel-line{color:#52525b;font-size:13px;font-weight:700;margin:-2px 0 0}.status-line{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.status-badge{align-items:center;border:1px solid transparent;border-radius:999px;display:inline-flex;font-size:14px;font-weight:700;gap:6px;line-height:1.4;padding:5px 10px}.status-icon{border-radius:999px;display:inline-block;flex:0 0 auto;height:14px;position:relative;width:14px}.status-badge.pending{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.status-badge.pending .status-icon{border:2px solid currentColor}.status-badge.submitted,.status-badge.processing{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.status-badge.submitted .status-icon,.status-badge.processing .status-icon{border:2px solid currentColor}.status-badge.submitted .status-icon:after,.status-badge.processing .status-icon:after{background:currentColor;border-radius:999px;content:"";height:4px;left:3px;position:absolute;top:3px;width:4px}.status-badge.done{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.status-badge.done .status-icon:after{border-bottom:2px solid currentColor;border-right:2px solid currentColor;content:"";height:8px;left:4px;position:absolute;top:1px;transform:rotate(45deg);width:4px}.status-badge.failed,.status-badge.canceled{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.status-badge.failed .status-icon:before,.status-badge.failed .status-icon:after,.status-badge.canceled .status-icon:before,.status-badge.canceled .status-icon:after{background:currentColor;border-radius:999px;content:"";height:2px;left:2px;position:absolute;top:6px;width:10px}.status-badge.failed .status-icon:before,.status-badge.canceled .status-icon:before{transform:rotate(45deg)}.status-badge.failed .status-icon:after,.status-badge.canceled .status-icon:after{transform:rotate(-45deg)}.polling-indicator{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:12px;font-weight:700;gap:6px;line-height:1;margin:-4px 0 10px;padding:7px 10px;width:fit-content}.polling-indicator span{animation:polling-spin .9s linear infinite;border:2px solid rgba(29,78,216,.24);border-top-color:currentColor;border-radius:999px;height:14px;width:14px}@keyframes polling-spin{to{transform:rotate(360deg)}}.after-sale{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.contact-tag{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;color:#15803d;cursor:pointer;display:inline-flex;font:inherit;font-weight:700;gap:6px;padding:5px 10px}.contact-tag:hover,.contact-tag:focus-visible{background:#dcfce7;border-color:#86efac}.contact-icon{align-items:center;background:#22c55e;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:800;height:20px;justify-content:center;line-height:1;width:20px}.stock{align-items:center;color:#16a34a;display:inline-flex;gap:6px;font-weight:700;margin:0}.stock-ok{color:#16a34a}.stock-warning{color:#ea580c}.stock-empty{color:#a1a1aa}.auth-page{display:grid;min-height:calc(100vh - 78px);padding:clamp(32px,7vw,48px) clamp(16px,5vw,24px);place-items:center}.auth-page .panel{display:grid;gap:14px;max-width:380px;width:100%}input,textarea,select{background:#fff;border:1px solid #e2e2e8;border-radius:8px;color:#111;padding:12px 14px;width:100%}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}input::placeholder,textarea::placeholder{color:#a1a1aa}label{color:#52525b;display:grid;gap:8px}.check-line{align-items:center;display:flex;gap:10px}.check-line input{width:auto}.field-tip{color:#8a8a93;font-size:12px;line-height:1.5;text-align:right}.copy-field-head{align-items:center;display:flex;gap:8px;justify-content:space-between}.copy-feedback{text-align:left}.error{color:#fca5a5}.pay-error{color:#b91c1c;font-size:13px;font-weight:700;justify-self:stretch;line-height:1.5;margin:0 0 -2px;text-align:left}.hint{color:#8b3dff}.empty{color:#777;padding:36px 0}.order-row{align-items:center;background:#fff;border:1px solid #ececf1;border-radius:8px;display:grid;gap:12px;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);margin-bottom:12px;padding:16px;width:100%}.admin-order-row{grid-template-columns:minmax(150px,1.2fr) minmax(90px,.8fr) minmax(120px,1fr) minmax(150px,1fr) repeat(4,minmax(88px,.7fr))}.pending-order-row{grid-template-columns:minmax(150px,1.2fr) minmax(90px,.8fr) minmax(120px,1fr) minmax(150px,1fr) minmax(100px,.8fr) minmax(120px,.8fr)}.user-order-row{grid-template-columns:minmax(150px,1.1fr) minmax(120px,1fr) minmax(150px,1fr) minmax(90px,.6fr) minmax(120px,.8fr)}.lookup-order-row{grid-template-columns:minmax(150px,1.1fr) minmax(120px,1fr) minmax(150px,1fr) minmax(90px,.6fr) minmax(100px,.7fr) minmax(180px,1fr)}.lookup-detail-tip{align-items:center;color:#71717a;display:inline-flex;font-size:13px;gap:6px;justify-content:flex-end;line-height:1.4}.lookup-panel{background:#fff;border:1px solid #ececf1;border-radius:8px;display:grid;gap:14px;margin-bottom:28px;max-width:560px;padding:18px}.lookup-panel .actions{margin-top:2px}.captcha-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.captcha-img{border:1px solid #e4e4e7;border-radius:8px;height:44px;width:120px}.lookup-result{display:grid;gap:12px}.lookup-result h2{font-size:18px;margin:0}.order-lookup .empty{align-items:center;display:inline-flex;gap:8px}.order-row span,.order-row strong,.order-row em{min-width:0;overflow-wrap:anywhere}.order-row em{color:#8b3dff;font-style:normal;font-weight:700}.admin-orders-head .btn{flex:0 0 auto}.spin-icon{animation:polling-spin .9s linear infinite}.admin-order-card{background:#fff;border:1px solid #ececf1;border-radius:10px;color:inherit;display:grid;gap:12px;margin-bottom:12px;padding:16px;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.admin-order-card:hover{border-color:#d8c8ff;box-shadow:0 12px 30px #1111110f;transform:translateY(-1px)}.admin-order-link{display:grid;gap:12px;min-width:0}.pending-order-card{border-left:4px solid #8b3dff}.pending-order-compact{align-items:center;gap:12px;grid-template-columns:minmax(0,1fr) auto auto;margin-bottom:8px;padding:10px 12px}.pending-order-main{display:grid;gap:5px;min-width:0}.pending-order-compact .admin-order-card-head,.pending-order-compact .admin-order-meta{gap:6px 10px}.pending-order-compact .admin-order-product{font-size:14px;line-height:1.3}.pending-order-compact .status-badge{font-size:12px;padding:4px 8px}.pending-order-money strong{font-size:17px;white-space:nowrap}.pending-order-actions{align-items:center;display:inline-flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.pending-order-actions .btn{min-height:34px;white-space:nowrap}.admin-order-card-head,.admin-order-meta,.admin-order-amounts{align-items:center;display:flex;flex-wrap:wrap;gap:10px 16px;justify-content:space-between}.order-no{color:#52525b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;overflow-wrap:anywhere}.admin-order-product{color:#111;font-size:16px;line-height:1.45;overflow-wrap:anywhere}.admin-order-meta{color:#71717a;font-size:13px;justify-content:flex-start}.admin-order-amounts{justify-content:flex-start}.admin-order-foot{align-items:center;display:flex;flex-wrap:wrap;gap:10px 14px;justify-content:space-between}.admin-order-amounts strong{color:#8b3dff;font-size:20px}.admin-order-amounts span{color:#71717a;font-size:13px}.admin-order-amounts .profit{color:#16a34a;font-weight:700}.profit-calibrate-btn{flex:0 0 auto}.profit-modal{display:grid;gap:16px;max-width:420px}.profit-form,.profit-order-info{display:grid;gap:14px}.profit-order-info{background:#fafafa;border:1px solid #ececf1;border-radius:8px;gap:5px;padding:12px}.profit-order-info strong{color:#111;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;overflow-wrap:anywhere}.profit-order-info span{color:#71717a;font-size:13px;line-height:1.5;overflow-wrap:anywhere}.time-list{color:#71717a;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));line-height:1.6}.summary-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px}.analytics-summary.compact{grid-template-columns:minmax(0,1fr);max-width:280px}.trend-panel{display:grid;gap:18px;margin-bottom:24px}.trend-head{align-items:flex-start;display:flex;gap:18px;justify-content:space-between}.trend-head h2{font-size:20px;margin:0 0 6px}.trend-head p{color:#71717a;margin:0}.trend-legend{align-items:center;display:flex;flex-wrap:wrap;gap:10px 16px;justify-content:flex-end}.trend-legend span{align-items:center;color:#3f3f46;display:inline-flex;font-size:13px;gap:6px;white-space:nowrap}.trend-legend i{border-radius:999px;display:inline-block;height:9px;width:9px}.trend-chart{overflow-x:auto;width:100%}.trend-chart svg{display:block;min-width:680px;width:100%}.trend-grid line{stroke:#ececf1;stroke-width:1}.trend-chart text{fill:#71717a;font-size:12px}.trend-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.empty.compact{padding:12px 0}.stock-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.analytics-list,.user-data-row{display:grid;gap:12px}.analytics-row,.user-data-row{align-items:center;grid-template-columns:minmax(180px,1fr) repeat(3,minmax(90px,.4fr)) minmax(170px,auto);margin-bottom:12px}.analytics-row h2,.user-data-row h2{font-size:18px;margin:0 0 6px}.analytics-row p,.user-data-row p{color:#71717a;margin:0;overflow-wrap:anywhere}.user-data-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.user-data-head strong{color:#8b3dff;font-size:28px}.user-search{align-items:end;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto;margin-bottom:18px}.user-search label,.user-modal-form label{margin:0}.user-search .btn{height:48px;min-height:48px}.user-data-actions{justify-content:flex-end;margin-top:0}.user-modal{max-width:460px}.user-modal-form{display:grid;gap:14px}.user-modal-form .actions{margin-top:4px}.user-orders-modal{max-width:920px}.user-order-summary{align-items:center;background:#f7f7f8;border:1px solid #ececf1;border-radius:8px;display:flex;justify-content:space-between;margin:14px 0;padding:12px 14px}.user-order-summary span{color:#71717a;font-weight:700}.user-order-summary strong{color:#111;font-size:22px}.user-order-list{display:grid;gap:8px}.user-order-item{align-items:center;background:#f7f7f8;border:1px solid #ececf1;border-radius:8px;color:#3f3f46;display:grid;gap:10px;grid-template-columns:minmax(180px,1.4fr) 90px minmax(100px,.7fr) minmax(150px,1fr) 24px;padding:10px 12px;text-decoration:none}.user-order-item div{display:grid;gap:4px}.user-order-item strong{color:#111}.user-order-item span{overflow-wrap:anywhere}.user-order-item:hover{border-color:#111}.pagination{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:20px}.stock-form{display:grid;gap:16px;margin-bottom:18px}.stock-form h2{font-size:20px;margin:0}.stock-table-panel{display:grid;gap:14px}.stock-table-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.stock-table-toolbar span{color:#71717a;font-size:14px}.stock-search,.admin-order-search{align-items:end;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto auto}.stock-search{margin-bottom:14px}.admin-order-search{margin-bottom:16px}.admin-order-sound{align-items:flex-end;display:grid;gap:6px;justify-items:end}.admin-order-sound span{color:#71717a;font-size:12px}.admin-order-search label{margin:0}.admin-order-search .btn{align-self:end;height:48px;margin-top:28px;min-height:48px}.admin-order-search .error{grid-column:1 / -1;margin:0}.admin-order-search-results{display:grid;gap:8px;grid-column:1 / -1}.admin-order-search-item{align-items:center;background:#f7f7f8;border:1px solid #ececf1;border-radius:8px;color:#3f3f46;display:grid;gap:10px;grid-template-columns:minmax(160px,1.3fr) minmax(160px,1fr) 110px 90px;padding:10px 12px;text-decoration:none}.admin-order-search-item strong{color:#111}.admin-order-search-item:hover{border-color:#111}.admin-order-trade-grid{background:#f7f7f8;border:1px solid #ececf1;border-radius:8px;display:grid;gap:8px 12px;grid-template-columns:repeat(4,minmax(0,1fr));margin:12px 0;padding:12px}.admin-order-trade-grid span{color:#3f3f46;font-size:14px}.stock-table-wrap{overflow-x:auto;width:100%}.stock-table{border-collapse:collapse;min-width:1120px;table-layout:fixed;width:100%}.stock-table th:nth-child(1),.stock-table td:nth-child(1){width:44px}.stock-table th:nth-child(2),.stock-table td:nth-child(2){width:48%}.stock-table th:nth-child(3),.stock-table td:nth-child(3){width:86px}.stock-table th:nth-child(4),.stock-table td:nth-child(4){width:180px}.stock-table th:nth-child(5),.stock-table td:nth-child(5),.stock-table th:nth-child(6),.stock-table td:nth-child(6){width:130px}.stock-table th:nth-child(7),.stock-table td:nth-child(7){width:104px}.stock-table th,.stock-table td{border-bottom:1px solid #ececf1;padding:12px 10px;text-align:left;vertical-align:top}.stock-table th{color:#71717a;font-size:12px;font-weight:700;white-space:nowrap}.stock-table td{color:#3f3f46;font-size:13px}.stock-table input[type=checkbox]{height:16px;width:16px}.stock-table pre{background:#fafafa;border:1px solid #ececf1;border-radius:8px;color:#111;line-height:1.6;margin:0 0 8px;max-height:120px;min-width:280px;overflow:auto;padding:10px;white-space:pre-wrap;word-break:break-word}.stock-table-actions{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;justify-content:flex-end}.stock-list{display:grid;gap:12px}.stock-row{display:grid;gap:14px}.stock-row-head{align-items:center;display:flex;justify-content:space-between;gap:12px}.stock-row-tags,.stock-row-head-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.stock-row pre{background:#fafafa;border:1px solid #ececf1;border-radius:8px;color:#111;line-height:1.7;margin:12px 0 0;max-height:240px;overflow:auto;padding:14px;white-space:pre-wrap;word-break:break-word}.stock-meta{color:#71717a;display:flex;flex-wrap:wrap;gap:10px 16px;font-size:14px}.filter-bar{align-items:center;background:#fff;border:1px solid #ececf1;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px;padding:14px}.filter-chip{align-items:center;background:#fff;border:1px solid #e3e3e8;border-radius:999px;color:#52525b;cursor:pointer;display:inline-flex;gap:6px;justify-content:center;min-height:40px;padding:0 16px}.filter-chip.refreshing svg{animation:polling-spin .9s linear infinite}.filter-chip.active{background:#050505;border-color:#050505;color:#fff}.month-filter{align-items:center;display:flex;gap:8px}.month-filter select{min-width:150px;padding:8px 10px}.summary-card{background:#fff;border:1px solid #ececf1;border-radius:8px;display:grid;gap:8px;padding:18px}.summary-card span{color:#777;font-size:14px}.summary-card strong{color:#111;font-size:24px}.summary-card.highlight{background:#faf7ff;border-color:#e4d7ff}.summary-card.highlight strong{color:#8b3dff}.pending-order-list,.order-month{display:grid;gap:12px}.order-month+.order-month{margin-top:28px}.order-day-card{background:#fafafa;border:1px solid #ececf1;border-radius:10px;display:grid;gap:12px;padding:14px}.order-day-card+.order-day-card{margin-top:4px}.order-group-head{align-items:center;display:flex;flex-wrap:wrap;gap:10px 14px}.order-group-head h2,.order-group-head h3{margin:0}.order-group-head span{color:#777}.order-group-head strong{color:#8b3dff}.month-head-card{background:#faf7ff;border:1px solid #e4d7ff;border-radius:8px;box-shadow:0 12px 30px #8b3dff0f;padding:16px 18px}.month-head-card strong{background:#fff;border:1px solid #eadfff;border-radius:999px;padding:7px 12px}.pay-layout{display:grid;gap:20px;grid-template-columns:minmax(0,1fr) minmax(280px,360px)}.qr-panel{text-align:center}.qr-panel img{background:#f2f2f2;border-radius:8px;display:block;height:auto;margin:0 auto 16px;max-width:100%;width:240px}.qr-panel strong{display:block;font-size:32px;margin-bottom:10px}.order-detail .purchase-qr{display:grid;gap:16px;justify-items:center}.pay-panel-title{align-items:center;display:flex;gap:12px;justify-content:center;width:100%}.pay-panel-title h2{margin:0}.pay-panel-title strong{align-items:center;color:#111;display:inline-flex;font-size:22px;gap:6px;margin:0;white-space:nowrap}.order-detail .purchase-qr .btn,.order-detail .purchase-qr .guest-email-box{width:100%}.order-detail .purchase-qr .field-tip{text-align:left}.failed-back-btn{border-radius:999px;justify-self:stretch;width:100%}.home-hero{background:linear-gradient(180deg,#faf8ffeb,#fffffff5 44%,#fff);overflow:hidden;padding:clamp(72px,8vw,112px) clamp(16px,6vw,72px) 86px}.hero-shell{align-items:center;display:grid;gap:42px;justify-items:center;margin:0 auto;max-width:900px;min-height:600px;text-align:center}.hero-copy{display:grid;gap:20px;justify-items:center;min-width:0}.hero-copy h1{color:#050505;font-family:Georgia,Songti SC,STSong,"Noto Serif SC",serif;font-size:clamp(44px,7vw,82px);font-weight:700;line-height:1.04;margin:0;overflow-wrap:anywhere}.hero-copy h1 span,.section-title h2 span{color:#8438ff}.hero-copy .lead{color:#777;font-size:clamp(18px,2.2vw,24px);line-height:1.8;margin:0;max-width:650px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:10px}.product-foot{align-items:center;display:flex;justify-content:space-between;gap:12px}.product-tags span,.pay-methods div{background:#faf7ff;border:1px solid #eadfff;border-radius:999px;color:#7a35e8;padding:8px 12px}.trust-strip{align-items:center;background:transparent;border:0;border-radius:8px;color:#777;display:flex;gap:clamp(18px,3vw,36px);justify-content:center;margin:0 auto;max-width:1120px;min-height:64px;padding:18px clamp(18px,4vw,36px);width:calc(100% - 48px)}.trust-track{align-items:center;display:flex;gap:clamp(18px,3vw,36px);justify-content:center}.trust-track div{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;min-width:0}.trust-track div[aria-hidden=true]{display:none}.trust-strip strong{color:#777;font-family:Georgia,Songti SC,STSong,serif;font-size:17px;font-weight:500;letter-spacing:0;white-space:nowrap}.trust-icon{align-items:center;color:#777;display:inline-flex;justify-content:center;line-height:1;width:20px}.trust-icon svg{display:block;fill:none;height:20px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:20px}@keyframes trust-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 10px))}}.section-title p,.feature-card p,.flow-card p,.review-card span,.faq-list p{color:#777}.home-section,.compare-section,.pay-section,.reviews-section,.faq{max-width:1120px}.section-title{display:grid;gap:10px;margin-bottom:26px;text-align:center}.section-title h2{color:#050505;font-family:Georgia,Songti SC,STSong,"Noto Serif SC",serif;font-size:clamp(28px,4.8vw,44px);font-weight:700;line-height:1.15;margin:0}.section-title p{margin:0}.feature-grid,.flow-grid,.review-grid{display:grid;gap:16px}.feature-grid,.flow-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.flow-card,.review-card,.compare-table,.faq-list details{background:#fff;border:1px solid #ececf1;border-radius:8px;min-width:0;box-shadow:0 18px 44px #1111110a}.feature-card,.flow-card,.review-card{padding:22px}.feature-card span,.flow-card span{color:#8b3dff;font-weight:800}.feature-card h3,.flow-card h3{margin:12px 0 10px}.compare-table{overflow:hidden}.compare-row{display:grid;gap:12px;grid-template-columns:1.2fr repeat(3,1fr);padding:16px 18px}.compare-row+.compare-row{border-top:1px solid #eeeef2}.compare-row.head{background:#faf7ff;color:#111;font-weight:800}.compare-row strong{color:#8b3dff}.product-detail-layout{align-items:start;display:grid;gap:24px;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)}.product-detail-desc{color:#52525b;line-height:1.8;margin:0;white-space:pre-line}.detail-title-row{align-items:center;display:flex;gap:12px}.detail-title-row h1{margin:0}.pay-title{display:grid;gap:8px}.pay-title h1{margin:0}.pay-title p{color:#8a8a93;font-size:18px;margin:0}.checkout-steps{align-items:center;background:#fff;border:1px solid #ececf1;border-radius:999px;display:flex;gap:12px;justify-content:center;margin:0 auto 28px;padding:6px;width:fit-content}.checkout-steps span{border-radius:999px;color:#8a8a93;font-weight:700;padding:8px 18px}.checkout-steps span.active{background:#050505;color:#fff}.checkout-steps em{color:#a1a1aa;font-style:normal}.back-icon{align-items:center;background:#fff;border:1px solid #e4e4e7;border-radius:8px;color:#111;display:inline-flex;font-size:22px;font-weight:700;height:36px;justify-content:center;line-height:1;width:36px}.countdown{align-items:center;color:#111;display:inline-flex;gap:8px}.product-buy-panel{display:grid;gap:16px;position:sticky;top:108px}.product-buy-panel h2,.product-info-panel h2{margin:0}.product-info-panel{display:grid;gap:18px}.product-badges{display:flex;flex-wrap:wrap;gap:8px}.product-badges span{background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;color:#c2410c;font-size:13px;font-weight:700;padding:5px 10px}.product-desc-box{border:1px solid #ececf1;border-radius:8px;display:grid;gap:12px;padding:18px}.product-desc-box strong{color:#71717a;font-size:14px}.order-price-box{background:#fafafa;border-radius:8px;display:grid;gap:6px;justify-items:center;padding:22px}.order-price-box span{color:#8a8a93;font-size:14px}.order-price-box .promo-badge{color:#fff}.order-price-box .original-price{margin:0}.quantity-box{border:1px solid #ececf1;border-radius:8px;display:grid;gap:10px;padding:12px}.quantity-box>span{color:#52525b;font-size:14px;font-weight:700}.quantity-box small{color:#71717a;font-size:13px}.quantity-control{align-items:center;display:grid;gap:8px;grid-template-columns:40px minmax(64px,1fr) 40px}.quantity-control input{height:40px;padding:0 10px;text-align:center}.pay-method-section{align-items:center;background:#f4f4f5;border:1px solid #e4e4e7;border-radius:999px;display:inline-flex;flex-wrap:wrap;gap:4px;padding:4px}.pay-method-section>p{color:#52525b;font-weight:700;margin:0}.pay-method-card{align-items:center;background:transparent;border:0;border-radius:999px;color:#71717a;cursor:pointer;display:inline-flex;font:inherit;font-weight:700;gap:8px;justify-content:center;min-height:36px;min-width:104px;padding:0 18px;transition:background-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease;width:fit-content}.pay-method-card:hover{color:#3f3f46}.pay-method-card.active{background:#fff;box-shadow:0 1px 2px #1118271a,0 6px 14px #11182714;color:#111;transform:translateY(-1px)}.pay-method-icon{align-items:center;border-radius:999px;color:#fff;display:inline-flex;font-size:11px;font-weight:800;height:20px;justify-content:center;line-height:1;width:20px}.pay-method-icon.wechat{background:#07c160}.pay-method-icon.alipay{background:#1677ff}.pay-method-inline{display:inline-flex;flex-wrap:nowrap;justify-content:center}.purchase-modal{display:grid;gap:18px;text-align:left}.inline-pay-panel{margin:0 auto;max-width:100%;width:100%}.inline-pay-panel .purchase-body{gap:32px;grid-template-columns:minmax(0,1fr) minmax(320px,1fr)}.inline-pay-panel .purchase-info,.inline-pay-panel .purchase-qr{min-height:520px;padding:34px}.inline-pay-panel .purchase-info{align-content:start;font-size:14px;justify-items:stretch;text-align:left}.inline-pay-panel h2{margin:0}.inline-pay-panel .purchase-info :where(h2,p,span,strong,em){font-size:14px;font-weight:400;text-align:left}.summary-order-no{color:#71717a;margin:0}.summary-lines{border-top:1px solid #e4e4e7;display:grid;gap:18px;padding-top:24px}.summary-lines p{align-items:center;display:flex;justify-content:space-between;margin:0}.summary-lines span{color:#8a8a93}.summary-lines strong{color:#111;font-weight:400}.summary-product{border:1px solid #e4e4e7;border-radius:8px;display:grid;gap:12px;padding:18px}.summary-product>span{color:#71717a}.summary-product div{align-items:center;border:1px solid #e4e4e7;border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:14px}.summary-product em{color:#111;font-style:normal}.summary-product strong{font-weight:400}.summary-product p{color:#71717a;margin:0}.inline-pay-panel .purchase-qr .btn{justify-self:stretch;min-width:0;width:100%}.inline-pay-panel .purchase-qr{display:grid;gap:16px;justify-items:center}.inline-pay-panel .purchase-qr>p{margin:0}.guest-email-box{justify-self:stretch;text-align:left;width:100%}.inline-pay-panel .purchase-qr img{max-width:360px;width:100%}.pay-skeleton .skeleton-line{justify-self:stretch}.pay-qr-box{aspect-ratio:1;background:#fff;max-width:360px;position:relative;width:100%}.pay-qr-box img{background:#fff;height:100%;top:0;right:0;bottom:0;left:0;object-fit:contain;opacity:0;position:absolute;transition:opacity .18s ease;width:100%}.pay-qr-box img.loaded{opacity:1}.pay-qr-placeholder{align-items:center;background:#f4f4f5;border:1px solid #ececf1;border-radius:8px;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;position:absolute}.pay-qr-placeholder span{animation:qr-loading .8s linear infinite;border:3px solid #e4e4e7;border-radius:999px;border-top-color:#111;height:30px;width:30px}.purchase-modal .modal-head{width:100%}.modal-close{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f4f4f5;border:1px solid #e4e4e7;border-radius:999px;color:#52525b;cursor:pointer;display:inline-flex;font-size:22px;height:34px;justify-content:center;line-height:1;padding:0;width:34px}.purchase-body{align-items:start;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(220px,280px);width:100%}.purchase-info{display:grid;gap:12px}.purchase-info p{margin:0}.purchase-info .btn{justify-self:start}.purchase-qr{text-align:center}.purchase-qr img{margin-bottom:0}.product-foot strong{font-size:28px}.pay-methods{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.review-card{display:grid;gap:12px}.review-card p{color:#333;line-height:1.8;margin:0}.faq-list{display:grid;gap:12px}.faq-list details{padding:18px}.faq-list summary{cursor:pointer;font-weight:800}.bottom-cta{display:flex;justify-content:center;margin-top:28px}.product-form{display:grid;gap:16px;margin-bottom:18px}.product-form input,.product-form select{height:46px;line-height:20px}.product-form select{background-image:linear-gradient(45deg,transparent 50%,#71717a 50%),linear-gradient(135deg,#71717a 50%,transparent 50%);background-position:calc(100% - 18px) 19px,calc(100% - 13px) 19px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:36px}.product-form textarea{line-height:1.6;resize:vertical}.modal-mask{align-items:center;background:#1111115c;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:24px;position:fixed;z-index:50}.modal-panel{box-shadow:0 24px 80px #1111112e;max-height:calc(100vh - 48px);max-width:860px;overflow:auto;width:100%}.modal-head{align-items:center;display:flex;gap:16px;justify-content:space-between;width:100%}.alert-modal{max-width:380px}.alert-modal-body{align-items:center;color:#3f3f46;display:grid;gap:12px;justify-items:center;padding:10px 0 4px;text-align:center}.alert-modal-body svg{color:#8b3dff}.alert-modal-body p{line-height:1.7;margin:0}.alert-modal-actions{justify-content:center;margin-top:18px}.contact-modal{display:grid;gap:16px;justify-items:center;max-width:380px;text-align:center}.contact-modal p{color:#71717a;margin:0}.contact-tabs{background:#f4f4f5;border:1px solid #ececf1;border-radius:8px;display:grid;gap:4px;grid-template-columns:repeat(2,minmax(0,1fr));padding:4px;width:100%}.contact-tab{align-items:center;background:transparent;border:0;border-radius:6px;color:#71717a;cursor:pointer;display:inline-flex;font:inherit;font-size:14px;font-weight:700;gap:6px;justify-content:center;min-height:34px}.contact-tab-icon{display:block;height:20px;object-fit:contain;width:20px}.contact-tab.active{background:#fff;box-shadow:0 1px 4px #11111114;color:#111}.support-status-box{border:1px solid #ececf1;border-radius:8px;display:grid;gap:6px;padding:12px;text-align:left;width:100%}.support-status-box strong{color:#111;font-size:15px}.support-status-box span{color:#71717a;font-size:13px}.support-status-box p{color:#3f3f46;font-size:13px;line-height:1.6}.support-online{background:#22c55e14;border-color:#22c55e38}.support-busy{background:#f9731614;border-color:#f9731638}.support-offline{background:#94a3b81a;border-color:#94a3b83d}.support-paused,.support-holiday{background:#2563eb14;border-color:#2563eb33}.contact-qr-box{aspect-ratio:594 / 296;max-width:360px;position:relative;width:100%}.contact-qr-box.wechat{aspect-ratio:899 / 627;max-width:280px}.contact-qr-placeholder{align-items:center;background:#f4f4f5;border:1px solid #ececf1;border-radius:12px;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;position:absolute}.contact-qr-placeholder span{animation:qr-loading .8s linear infinite;border:3px solid #e4e4e7;border-radius:999px;border-top-color:#111;height:28px;width:28px}.contact-qr{border:1px solid #ececf1;border-radius:12px;display:block;height:100%;object-fit:contain;opacity:0;position:relative;transition:opacity .18s ease;width:100%}.contact-qr.loaded{opacity:1}.contact-number{background:transparent;border:0;color:#111;cursor:pointer;font:inherit;font-weight:700;padding:0}.contact-number:hover,.contact-number:focus-visible{color:#2563eb}.contact-copy-msg{color:#15803d;font-size:12px;font-weight:700;line-height:1.4}@keyframes qr-loading{to{transform:rotate(360deg)}}.pending-order-modal{display:grid;gap:16px;max-width:460px}.pending-order-modal p{color:#71717a;line-height:1.7;margin:0}.product-form h2,.admin-product-card h2{margin:0}.form-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.admin-product-head-actions{align-items:center;align-self:flex-start;gap:10px;margin-top:0;justify-content:flex-end}.admin-product-filters{align-items:flex-start;gap:14px 18px}.admin-mobile-filters{display:none}.admin-filter-group{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.admin-filter-group>span,.admin-filter-count{color:#71717a;font-size:13px;font-weight:700}.admin-filter-count{margin-left:auto;padding:10px 0}.admin-product-list{align-items:start;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.admin-product-card{display:grid;gap:14px;padding:16px}.admin-product-list>.empty{grid-column:1 / -1}.admin-product-card-actions{gap:8px;margin-top:0}.sort-list{display:grid;gap:10px}.sort-row{align-items:center;background:#fff;border:1px solid #ececf1;border-radius:8px;display:grid;gap:12px;grid-template-columns:44px minmax(0,1fr) minmax(104px,auto) 34px;min-height:58px;padding:12px 16px}.sort-row.dragging{border-color:#d8c8ff;box-shadow:0 18px 44px #11111114;opacity:.72}.sort-index{align-items:center;background:#faf7ff;border-radius:999px;color:#8b3dff;display:inline-flex;font-weight:800;height:32px;justify-content:center;width:32px}.sort-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sort-price{display:grid;gap:2px;justify-items:end}.sort-price strong{color:#111;font-size:15px}.sort-price em{color:#a1a1aa;font-size:12px;font-style:normal}.drag-icon{color:#a1a1aa;cursor:grab;justify-self:end}.product-line,.product-meta,.product-stock{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.product-line{margin-bottom:8px}.admin-product-card h2{font-size:16px;line-height:1.4;overflow-wrap:anywhere}.admin-product-card p{color:#71717a;font-size:13px;line-height:1.5;margin:0;overflow-wrap:anywhere}.product-meta{color:#777;font-size:12px;gap:8px;margin-top:12px}.product-meta strong{color:#8b3dff;font-size:18px}.product-stock{color:#777;font-size:12px;justify-content:space-between;margin-top:12px;width:100%}.status-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;line-height:1.2;padding:4px 10px;white-space:nowrap}.status-pill.on{background:#22c55e24;color:#86efac}.status-pill.off{background:#94a3b829;color:#71717a}.status-pill.type{background:#faf7ff;color:#7a35e8}.status-pill.sold{background:#f973161f;color:#ea580c}.status-pill.category{background:#2563eb1a;color:#2563eb}.status-pill.support-online{background:#22c55e24;color:#16a34a}.status-pill.support-busy{background:#f9731624;color:#ea580c}.status-pill.support-offline{background:#94a3b829;color:#71717a}.status-pill.support-paused,.status-pill.support-holiday{background:#2563eb1a;color:#2563eb}.admin-support{max-width:980px}.support-current,.support-form{display:grid;gap:14px}.support-current,.support-status-field{margin-bottom:18px}.support-current strong{font-size:20px}.support-current p{color:#71717a;line-height:1.7;margin:0}.support-status-field{display:grid;gap:14px}.support-status-field h2{font-size:18px;margin:0 0 6px}.support-status-field p{color:#71717a;line-height:1.6;margin:0}.support-status-options{display:flex;flex-wrap:wrap;gap:10px}.support-status-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #e4e4e7;border-radius:999px;color:#71717a;cursor:pointer;display:inline-grid;gap:2px;min-height:48px;min-width:132px;padding:8px 16px;text-align:left;transform:translateY(0);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,opacity .18s ease,transform .18s ease}.support-status-option strong{color:#18181b;font-size:14px;line-height:1.2}.support-status-option small{color:#71717a;font-size:12px;line-height:1.3}.support-status-option:hover{border-color:#c7c7d1;transform:translateY(-1px)}.support-status-option.active{background:#111;border-color:#111;box-shadow:0 8px 18px #11111129;transform:translateY(-2px)}.support-status-option.active strong,.support-status-option.active small{color:#fff}.support-status-option:disabled{cursor:not-allowed;opacity:.72}.support-status-option.saving.active{animation:support-status-pulse .72s ease-in-out infinite alternate}.support-time-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.support-pay-method-field{display:grid;gap:8px;grid-column:1 / -1}.support-pay-method-field>span{color:#52525b;font-size:14px;font-weight:700}.support-pay-method-field small{color:#8a8a93;font-size:12px}.support-pay-qr-field{display:grid;gap:10px;grid-column:1 / -1}.support-pay-qr-field>span{color:#52525b;font-size:14px;font-weight:700}.support-pay-qr-field>small{color:#8a8a93;font-size:12px}.support-pay-qr-layout{align-items:start;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) 132px}.support-pay-qr-options{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.support-pay-qr-option{background:#fff;border:1px solid #ececf1;border-radius:8px;color:#3f3f46;cursor:pointer;display:grid;gap:5px;min-height:72px;padding:12px;text-align:left}.support-pay-qr-option strong{color:#111;font-size:14px}.support-pay-qr-option small{color:#71717a;font-size:12px;line-height:1.45}.support-pay-qr-option.active{border-color:#111;box-shadow:0 8px 18px #1111111a}.support-pay-qr-preview{aspect-ratio:1;background:#fff;border:1px solid #ececf1;border-radius:8px;display:grid;place-items:center;overflow:hidden}.support-pay-qr-preview img{display:block;height:100%;object-fit:contain;width:100%}.support-pay-qr-preview span{color:#a1a1aa;font-size:13px}.support-pay-qr-head{align-items:start;display:flex;gap:16px;justify-content:space-between}.support-pay-qr-head h2{font-size:18px;margin:0 0 6px}.support-pay-qr-head p{color:#71717a;margin:0}.support-pay-qr-list{display:grid;gap:12px}.support-pay-qr-edit{align-items:start;border:1px solid #ececf1;border-radius:8px;display:grid;gap:14px;grid-template-columns:96px minmax(0,1fr) 40px;padding:12px}.support-pay-qr-inputs{display:grid;gap:10px;grid-template-columns:minmax(120px,180px) minmax(0,1fr) 80px}.checkbox-line{align-content:end;display:flex;gap:8px;min-height:100%}.checkbox-line input{width:auto}.admin-pay-methods{width:fit-content}@keyframes support-status-pulse{0%{box-shadow:0 8px 18px #11111124}to{box-shadow:0 12px 26px #1111113d}}.delivery-panel{display:grid;gap:14px}.pay-layout>.delivery-panel{grid-column:1 / -1}.delivery-panel h2{margin:0}.delivery-content{background:#fafafa;border:1px solid #e4e4e7;border-radius:8px;color:#111;font-family:inherit;font-size:15px;line-height:1.6;margin:0;min-height:240px;overflow:auto;padding:14px 16px;white-space:pre-wrap;word-break:break-word}.delivery-content-usage{min-height:300px}@media(max-width:1024px){.admin-product-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){:root{--topbar-height: 82px}.section-head{align-items:flex-start;flex-direction:column}.topbar{align-items:center;gap:12px;justify-content:space-between;padding:16px 18px}.brand{font-size:26px}.nav-desktop{display:none}.topbar-mobile-actions{align-items:center;display:inline-flex;gap:10px;margin-left:auto}.topbar-icon-btn{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);background:#ffffff75;border:1px solid rgba(255,255,255,.68);border-radius:999px;box-shadow:0 8px 18px #0f172a14,inset 0 1px #ffffffad;color:#111;cursor:pointer;display:inline-flex;height:42px;justify-content:center;padding:0;width:42px}.mobile-nav-panel{display:block;position:absolute;right:18px;top:calc(100% + 10px);width:min(260px,calc(100vw - 36px));z-index:12}.mobile-nav{background:#fff;border:1px solid #ececf1;border-radius:20px;box-shadow:0 18px 34px #0f172a1f;display:grid;gap:6px;padding:10px}.mobile-nav-item{align-items:center;border-radius:14px;color:#111;display:inline-flex;gap:10px;min-height:42px;padding:0 12px;width:100%}.mobile-nav-item:hover,.mobile-nav-item.router-link-active{background:#f5f5f7}.contact-modal{align-content:start;gap:10px;height:auto;max-height:calc(100vh - 48px);overflow-y:auto}@supports (height: 100dvh){.contact-modal{max-height:calc(100dvh - 48px)}}.contact-modal .modal-head h2{font-size:18px}.contact-modal .modal-close{height:30px;width:30px}.contact-modal p{font-size:12px;line-height:1.45}.contact-qr-box{max-width:168px}.contact-qr-box.wechat{max-width:190px}.support-status-box{gap:4px;padding:9px}.support-status-box strong{font-size:13px}.support-status-box span,.support-status-box p{font-size:11px;line-height:1.45}.contact-tabs{gap:3px;padding:3px}.contact-tab{font-size:12px;min-height:30px}.contact-tab-icon{height:18px;width:18px}.contact-number{font-size:13px}.hero{min-height:440px}.order-row,.pay-layout,.product-detail-layout,.purchase-body{grid-template-columns:1fr}.product-detail{padding-top:22px}.product-detail>.section-head{margin-bottom:12px}.product-detail .pay-title{gap:3px}.product-detail .pay-title h1{font-size:28px;line-height:1.15}.product-detail .pay-title p{font-size:12px;line-height:1.35}.product-detail .detail-title-row{gap:8px}.product-detail .detail-title-row h1{font-size:28px;line-height:1.15}.product-detail .back-icon{height:34px;width:34px}.product-detail-layout{gap:12px}.product-info-panel{gap:12px;padding:14px}.product-info-panel .eyebrow{font-size:13px;margin-bottom:0}.product-info-panel h2{font-size:26px;line-height:1.2}.product-badges{gap:6px}.product-badges span{font-size:12px;padding:4px 9px}.product-desc-box{gap:8px;padding:12px}.product-desc-box strong{font-size:13px}.product-detail-desc{font-size:14px;line-height:1.65}.product-buy-panel{gap:8px;padding:12px}.product-buy-panel h2{font-size:24px;line-height:1.2}.product-buy-panel .amount{font-size:21px;gap:6px}.product-buy-panel .stock,.product-buy-panel .hint,.product-buy-panel .pay-note{font-size:12px;line-height:1.45}.product-buy-panel .pay-note{margin-top:0}.product-buy-panel .btn{margin-top:2px;min-height:38px}.order-price-box{gap:3px;padding:10px}.order-price-box span{font-size:12px}.time-list{grid-template-columns:1fr}.summary-grid{gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.summary-card{gap:6px;padding:10px 8px}.summary-card span{font-size:12px}.summary-card strong{font-size:18px}.trend-head{flex-direction:column}.trend-legend{justify-content:flex-start}.trend-chart svg{min-width:620px}.trend-chart .is-hidden-mobile{display:none}.analytics-row,.user-data-row{align-items:start;grid-template-columns:1fr}.user-search{grid-template-columns:1fr}.user-search .btn,.user-data-actions,.user-data-actions .btn{width:100%}.user-order-item{align-items:start;grid-template-columns:1fr}.user-order-item svg{display:none}.purchase-info .btn{justify-self:stretch}.checkout-steps{display:grid;gap:8px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);margin-bottom:14px;padding:4px;width:100%}.checkout-steps span{font-size:14px;justify-self:start;padding:7px 12px;text-align:center}.checkout-steps span:last-child{justify-self:end}.checkout-steps em{padding:0 4px}.product-buy-panel{position:static}.inline-pay-panel .purchase-body{grid-template-columns:1fr}.inline-pay-panel .purchase-info,.inline-pay-panel .purchase-qr{min-height:auto;padding:18px}.inline-pay-panel .purchase-info{gap:10px;padding:12px}.inline-pay-panel .purchase-info h2{font-size:20px;line-height:1.2}.inline-pay-panel .purchase-info :where(p,span,strong,em){font-size:12px;line-height:1.45}.inline-pay-panel .summary-order-no{line-height:1.35}.inline-pay-panel .summary-lines{gap:9px;padding-top:12px}.inline-pay-panel .summary-product{gap:8px;padding:10px}.inline-pay-panel .summary-product div{gap:8px;padding:9px 10px}.inline-pay-panel .purchase-qr .btn{justify-self:stretch;min-width:0}.section-head{gap:8px;margin-bottom:18px}.order-detail>.section-head{display:none}.section-head h1,.section h1{margin-bottom:0}.hero h1{max-width:100%}.lead{line-height:1.7}.actions{width:100%}.hero .actions,.auth-page .actions{justify-content:center}.btn{min-height:40px}.retry-products-desktop{display:none}.retry-products-mobile{display:inline-flex}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-category-bar{width:100%}.admin-products{padding-top:24px}.admin-products-head{gap:12px;margin-bottom:14px}.admin-products-head h1{font-size:32px;line-height:1.12}.admin-products-head p{color:#52525b;font-size:14px;line-height:1.5;margin:8px 0 0}.admin-products .hint{font-size:13px;line-height:1.5;margin:0 0 8px}.admin-product-head-actions{display:grid;gap:8px;grid-template-columns:repeat(6,minmax(0,1fr));width:100%}.admin-product-head-actions .btn{min-width:0;width:100%}.admin-product-main-action{grid-column:span 3;min-height:42px}.admin-product-tool-action{grid-column:span 2;min-height:38px}.admin-product-list{gap:10px;grid-template-columns:1fr}.admin-product-filters{display:grid;gap:8px;grid-template-columns:1fr;margin-bottom:14px;padding:8px}.admin-product-filters .admin-filter-group{display:none}.admin-mobile-filters{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.admin-mobile-filters label{align-content:start;background:#fff;border:1px solid #ececf1;border-radius:10px;color:#71717a;display:grid;font-size:11px;font-weight:700;gap:6px;justify-items:center;line-height:1.2;min-width:0;padding:8px 6px;text-align:center}.admin-mobile-filters select{font-size:13px;font-weight:700;height:34px;min-height:34px;padding:0 6px;text-align:center}.admin-filter-count{color:#71717a;font-size:12px;grid-column:1 / -1;line-height:1.4;margin-left:0;padding:2px 2px 0}.admin-product-card{gap:12px;padding:12px}.admin-product-card h2{font-size:15px}.admin-product-card>.actions{margin-top:0}.admin-product-card-actions{justify-content:flex-end}.admin-products .empty{background:#fff;border:1px solid #ececf1;border-radius:12px;color:#71717a;font-size:14px;padding:24px 12px;text-align:center}.admin-orders-head{gap:4px;margin-bottom:10px}.admin-orders-head h1{font-size:24px;line-height:1.15}.admin-orders-head p,.orders-extra-filter{display:none}.filter-bar{display:grid;gap:6px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:12px;padding:6px}.filter-bar .filter-chip{font-size:12px;gap:4px;justify-content:center;min-height:34px;padding:0 8px;width:100%}.filter-bar .filter-chip svg{width:13px}.admin-product-filters.filter-bar{grid-template-columns:1fr}.admin-product-filters .admin-mobile-filters,.admin-product-filters .admin-filter-count{grid-column:1 / -1}.steps{grid-template-columns:1fr}.card,.panel,.step{padding:18px}.order-row{align-items:flex-start;gap:8px}.pending-order-compact{align-items:stretch;gap:8px;grid-template-columns:1fr;padding:10px}.pending-order-money strong{font-size:16px}.pending-order-actions{justify-content:stretch}.pending-order-actions .btn{flex:1 1 120px}.admin-order-foot{align-items:flex-start;gap:8px}.admin-order-foot .admin-order-amounts{flex:1 1 0;min-width:0}.profit-calibrate-btn{height:36px;min-height:36px;padding:0;width:36px}.profit-calibrate-text{display:none}.pay-layout{gap:16px}.order-detail:has(.pay-lock-tip),.inline-pay-panel:has(.pay-lock-tip){padding-bottom:calc(112px + env(safe-area-inset-bottom))}.order-detail:has(.pay-lock-tip):after,.inline-pay-panel:has(.pay-lock-tip):after{background:#ffffffeb;border-top:1px solid rgba(228,228,231,.9);bottom:0;box-shadow:0 -12px 28px #11111114;content:"";height:calc(112px + env(safe-area-inset-bottom));left:0;pointer-events:none;position:fixed;right:0;z-index:80}.order-detail .purchase-qr,.inline-pay-panel .purchase-qr{gap:10px}.order-detail .pay-qr-box,.inline-pay-panel .pay-qr-box{max-width:min(62vw,210px)}.order-detail .purchase-qr>strong,.inline-pay-panel .purchase-qr>strong{font-size:28px;margin-bottom:2px}.order-detail .purchase-qr>p,.inline-pay-panel .purchase-qr>p{font-size:13px;line-height:1.5}.order-detail .support-pay-notice,.inline-pay-panel .support-pay-notice{gap:2px;padding:9px 10px}.order-detail .support-pay-notice strong,.inline-pay-panel .support-pay-notice strong{font-size:13px}.order-detail .support-pay-notice span,.order-detail .support-pay-notice p,.inline-pay-panel .support-pay-notice span,.inline-pay-panel .support-pay-notice p{font-size:12px;line-height:1.45}.order-detail .pay-lock-tip,.inline-pay-panel .pay-lock-tip{bottom:calc(72px + env(safe-area-inset-bottom));color:#8a8a93;font-size:10px;font-weight:400;left:50%;line-height:1.35;max-width:420px;position:fixed;text-align:center;transform:translate(-50%);width:calc(100% - 32px);z-index:90}.order-detail .purchase-qr .btn.primary,.inline-pay-panel .purchase-qr .btn.primary{bottom:calc(18px + env(safe-area-inset-bottom));box-shadow:0 14px 30px #1111112e;height:40px;left:50%;max-width:420px;position:fixed;transform:translate(-50%);width:calc(100% - 32px);z-index:90}@supports ((-webkit-backdrop-filter: blur(16px)) or (backdrop-filter: blur(16px))){.order-detail:has(.pay-lock-tip):after,.inline-pay-panel:has(.pay-lock-tip):after{-webkit-backdrop-filter:blur(16px) saturate(150%);backdrop-filter:blur(16px) saturate(150%);background:#ffffffb8}}.qr-panel img{max-width:220px}.home-hero{padding:34px 18px 28px}.hero-shell,.feature-grid,.flow-grid,.review-grid{grid-template-columns:1fr}.hero-shell{margin-bottom:18px;min-height:auto}.compare-table{overflow-x:auto}.compare-row{grid-template-columns:140px repeat(3,120px);min-width:500px}.trust-strip{display:flex;gap:0;justify-content:flex-start;min-height:auto;overflow:hidden;padding:10px 0;width:100%}.trust-track{animation:trust-marquee 18s linear infinite;gap:20px;justify-content:flex-start;padding-left:16px;width:max-content}.trust-track div,.trust-track div[aria-hidden=true]{background:#fff;border:1px solid #eeeef2;border-radius:8px;display:inline-flex;justify-content:flex-start;padding:8px 12px}.trust-strip strong{font-size:14px;white-space:normal}.trust-icon{width:18px}.trust-icon svg{height:18px;width:18px}.product-foot{align-items:flex-start;flex-direction:column}.form-grid,.admin-product-card,.support-pay-qr-layout,.support-pay-qr-options{grid-template-columns:1fr}.support-pay-qr-preview{max-width:168px}.admin-product-card>.actions{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}}@media(max-width:420px){.topbar{padding:12px 16px}.nav{font-size:14px}.analytics-summary.compact{max-width:none}.stock-summary{grid-template-columns:1fr}.hero{min-height:360px}.hero h1{line-height:1.15}.actions{flex-direction:column;margin-top:18px}.admin-products{padding-left:14px;padding-right:14px;padding-top:20px}.admin-products-head h1{font-size:30px}.admin-products-head p{font-size:13px}.admin-products .admin-product-head-actions{display:grid;flex-direction:initial;gap:8px;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:2px}.admin-products .admin-product-main-action{grid-column:span 3;height:40px;min-height:40px;padding:0 10px}.admin-products .admin-product-tool-action{grid-column:span 2;height:38px;min-height:38px;padding:0}.admin-products .admin-product-tool-action span{display:none}.admin-mobile-filters{gap:7px}.admin-mobile-filters label{font-size:10px;padding:7px 5px}.admin-mobile-filters select{font-size:12px;padding:0 6px}.admin-product-card>.actions{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.admin-product-card>.actions .btn{width:auto}.btn{width:100%}.order-detail .pay-qr-box{max-width:min(58vw,190px)}.auth-page{min-height:calc(100vh - 112px);padding:32px 18px}.card strong,.amount{font-size:22px}.hero-actions,.product-foot .btn,.bottom-cta .btn{width:100%}.home-hero{padding-bottom:24px;padding-top:28px}.hero-shell{margin-bottom:14px}.hero-copy{gap:14px}.hero-actions{margin-top:6px}}
