:root{color-scheme:light;--bg: #eaf1fb;--sheet: #f7f8fc;--surface: #ffffff;--surface-soft: #f4f6fb;--text: #0f172a;--muted: #94a3b8;--border: #dbe3ef;--shadow: 0 12px 28px rgba(15, 23, 42, .08);--blue: #0a63ff;--orange: #ff7a00}*,*:before,*:after{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex;justify-content:center}.app-frame{width:min(760px,100%);min-height:100vh;position:relative;background:#fbfcfe}.page{padding:0 0 14px}.page-plain{padding-bottom:76px}.cart-page,.cart-page .sheet{background:#fff}.sheet{min-height:calc(100vh - 18px);background:#fbfcfe;border:0;box-shadow:none;overflow:hidden;padding-bottom:20px}.checkout-sheet{background:#f4f7fc}.checkout-topbar{padding:16px 16px 8px}.checkout-back{display:inline-flex;align-items:center;gap:4px;color:#6b7ea8;font-size:16px;font-weight:500}.checkout-back-arrow{font-size:24px;line-height:1;transform:translateY(-1px)}.site-header{display:flex;align-items:center;gap:12px;padding:20px 22px 14px;background:#fff;border-bottom:1px solid #eef2f7}.header-back{width:34px;height:34px;border-radius:999px;border:1px solid var(--border);background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.header-copy{min-width:0}.header-copy h1{margin:0;font-size:24px;line-height:1.1;letter-spacing:0}.header-copy p{margin:8px 0 0;color:#9aa7bc;font-size:13px;line-height:1.4}.home-block,.cart-state,.checkout-layout,.pay-layout{padding:0 22px}.sheet-home .home-block{padding-top:18px;padding-bottom:12px}.sheet-home{position:relative}.home-content{opacity:0;transform:translateY(8px);transition:opacity .26s ease,transform .26s ease;pointer-events:none}.home-content.ready{opacity:1;transform:translateY(0);pointer-events:auto}.home-loader{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;padding:18px 22px 96px;background:#fbfcfe}.home-loader-pill,.home-loader-banner,.home-loader-search,.home-loader-product{background:linear-gradient(90deg,#edf3fb 25%,#fff 38%,#edf3fb 64%);background-size:420px 100%;animation:homeShimmer 1.1s ease-in-out infinite}.home-loader-pill{height:56px;border-radius:18px}.home-loader-banner{aspect-ratio:882 / 347;margin-top:14px;border-radius:20px}.home-loader-search{height:56px;margin-top:14px;border-radius:999px}.home-loader-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.home-loader-product{min-height:188px;border-radius:18px}.home-loading-fade-leave-active{transition:opacity .24s ease}.home-loading-fade-leave-to{opacity:0}@keyframes homeShimmer{0%{background-position:-220px 0}to{background-position:220px 0}}.checkout-layout,.pay-layout{display:grid;gap:14px}.checkout-stack{padding:0 16px 20px;display:grid;gap:14px}.checkout-card{background:#fff;border:1px solid #e4ebf6;border-radius:24px;box-shadow:0 10px 24px #0f172a0d}.checkout-summary{padding:18px 18px 16px}.checkout-summary h1{margin:0 0 16px;font-size:29px;line-height:1.05;font-weight:800;color:#0f172a}.checkout-summary-list{display:grid;gap:14px}.checkout-summary-item{display:grid;grid-template-columns:122px minmax(0,1fr) auto;gap:14px;align-items:center}.checkout-cover-button{width:122px;padding:0;border:0;background:transparent;border-radius:14px;line-height:0;cursor:pointer}.checkout-summary-thumb{width:122px;aspect-ratio:1;object-fit:contain;background:#f6f9ff;border-radius:14px}.checkout-summary-copy{min-width:0;display:grid;gap:8px}.checkout-summary-copy h2{margin:0;color:#1f2937;font-size:15px;line-height:1.35;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.checkout-title-button,.cart-title-button{max-width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;line-height:inherit;text-align:left;cursor:pointer}.checkout-title-button:focus,.cart-title-button:focus,.checkout-cover-button:focus,.cart-cover-button:focus{outline:0}.checkout-summary-meta{margin:0;font-size:13px;line-height:1.4;white-space:nowrap;display:flex;align-items:center;gap:4px;color:#74839a}.checkout-summary-label{color:#74839a}.checkout-summary-current{color:#ff7a00;font-weight:700}.checkout-summary-origin{color:#aab4c4;text-decoration:line-through;margin-left:8px}.checkout-summary-price{color:#ff7a00;font-size:24px;line-height:1;font-weight:800}.checkout-qty{display:inline-flex;align-items:center;gap:14px;justify-self:end}.checkout-qty-num{min-width:18px;text-align:center;color:#111827;font-size:18px;font-weight:700}.checkout-qty-btn{width:44px;height:44px;border-radius:12px;border:1px solid #e5eaf2;background:#fff;color:#8b95a7;font-size:24px;line-height:1;padding:0;display:inline-flex;align-items:center;justify-content:center}.checkout-qty-btn:disabled{opacity:.5}.checkout-summary-total{margin-top:14px;padding-top:14px;border-top:1px solid #edf1f7;display:flex;align-items:center;justify-content:flex-start;gap:4px;color:#8a97ab;font-size:16px;line-height:1.35}.checkout-summary-total strong{color:#ff7a00;font-size:16px;font-weight:800;margin-left:2px}.checkout-page .checkout-form{padding:18px}.checkout-page .checkout-form{display:grid;gap:12px}.checkout-page .checkout-form label span{color:#55657f;font-size:15px;font-weight:500}.checkout-page .checkout-form input,.checkout-page .checkout-form textarea{background:#fafcff;border-color:#dfe6f1;border-radius:18px}.checkout-page .checkout-form textarea{min-height:120px;resize:none}.checkout-submit{min-height:54px;font-size:17px;margin-top:2px}.checkout-notice{padding:16px 16px 14px}.checkout-action-card{padding:14px 16px 16px}.checkout-error{margin:0 0 10px;color:#dc2626;font-size:13px;font-weight:600;line-height:1.4}.checkout-notice h2{margin:0 0 10px;font-size:18px;line-height:1.2;color:#0f172a}.checkout-notice-body{display:grid;gap:10px}.checkout-notice-body p{margin:0;color:#66758d;font-size:14px;line-height:1.7;word-break:break-word;white-space:pre-line}.checkout-notice-inline{margin-top:2px;box-shadow:none;background:#fff;border-color:#edf1f7}.checkout-action-card .checkout-submit{margin-top:0}.notice-bar{margin-bottom:12px;min-height:68px;padding:0 20px;border-radius:24px;background:#fff8ef;box-shadow:0 8px 22px #0f172a0a;display:flex;align-items:center;gap:10px;min-width:0}.notice-trigger{width:100%;border:0;text-align:left}.notice-label,.notice-content{border:0;background:transparent;display:inline-flex;align-items:center;gap:10px;padding:0}.notice-label{color:#f0442f;font-weight:800;flex:0 0 auto;font-size:17px}.notice-content{flex:1;min-width:0;color:#1f2937;justify-content:space-between;font-size:16px;line-height:1.2;overflow:hidden}.notice-trigger .notice-label{gap:8px}.notice-trigger .notice-content{gap:8px;white-space:nowrap;overflow:hidden}.notice-text{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notice-icon{width:24px;height:24px;flex:0 0 auto;object-fit:contain}.banner{position:relative;border-radius:20px;overflow:hidden;background:#e9efff;box-shadow:0 10px 24px #1257d21f;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none}.banner-track{display:flex;width:100%;transition:transform .45s cubic-bezier(.22,.61,.36,1)}.banner.dragging{cursor:grabbing}.banner.dragging .banner-track{transition:none}.banner-slide{flex:0 0 100%;aspect-ratio:882 / 347}.banner-slide img{width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.banner-dots{position:absolute;left:50%;bottom:10px;transform:translate(-50%);display:flex;gap:7px}.banner-dots button{width:8px;height:8px;border:0;border-radius:999px;background:#ffffff9e}.banner-dots button.active{width:20px;background:#fff}.search-panel{margin-top:14px;display:flex;align-items:center;gap:0;padding:4px 8px 4px 16px;border:1px solid #dbe6f6;border-radius:999px;background:#fff;box-shadow:0 10px 24px #0f172a0f}.search-field{flex:1;min-width:0;display:flex;align-items:center;gap:13px;height:46px;padding:0 14px 0 0;border:0;border-radius:0;background:transparent;box-shadow:none}.search-icon{width:23px;height:23px;flex:0 0 auto;object-fit:contain}.search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:15px}.search-field input::placeholder{color:#7b8798}.search-btn{min-width:112px;height:46px;padding:0 18px;border:0;border-radius:999px;background:linear-gradient(180deg,#2f7cff,#0a63ff);color:#fff;font-size:15px;font-weight:800;box-shadow:inset 0 1px #ffffff2e}.product-grid{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.empty-products{min-height:220px;display:grid;place-items:center;margin-top:20px}.empty-products p{margin:0;color:#667085;font-size:16px}.product-card{border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 24px #0f172a0f;display:flex;flex-direction:column;min-width:0}.product-card.sold{background:#f8fafc}.product-art-shell{position:relative;width:100%;aspect-ratio:371 / 172;overflow:hidden;background:#f5f8ff}.product-art{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:#f5f8ff}.oil-product-image{width:100%;aspect-ratio:371 / 172;object-fit:contain;object-position:center;background:#f5f8ff;display:block}.product-art-mask{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0f172a73;color:#fff;font-size:22px;font-weight:800}.product-body{padding:12px 12px 8px;display:grid;gap:6px}.product-copy{min-width:0}.product-copy h3{margin:0;font-size:15px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-copy p{margin:4px 0 0;color:#64748b;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-stats{display:flex;align-items:center;gap:10px;color:#475569;font-size:12px}.product-card.sold .product-stats{font-weight:700}.product-buy-row,.summary-row,.order-footer,.order-actions,.service-bar,.lookup-head,.order-head,.order-line,.preview-row,.preview-total,.result-head,.result-meta,.pay-summary{display:flex;align-items:center;justify-content:space-between;gap:10px}.usage-link{border:0;background:transparent;color:var(--blue);font-size:12px;font-weight:700;padding:0;text-align:center}.product-buy-row{align-items:center;padding-top:2px}.product-price-group{display:flex;flex-direction:column;gap:2px;min-width:0}.price{color:#ef1d2f;font-size:16px;font-weight:800}.product-card.sold .price{color:#ff4b5b}.price small{font-size:12px;margin-right:1px}.origin,.stock,.muted,.recharge-tip,.header-copy p,.result-meta,.upload-note{color:#9aa7bc;font-size:12px}.origin{text-decoration:line-through}.sold-out-pill{min-width:76px;height:36px;padding:0 12px;border-radius:999px;background:#e5e7eb;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800}.icon-btn,.header-back{display:inline-flex;align-items:center;justify-content:center}.ghost-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:1px solid var(--border);background:#fff;color:#64748b}.ghost-icon-btn.danger{color:#e11d48}.icon-btn{width:32px;height:32px;border-radius:999px;border:1px solid var(--border);background:#fff;color:#64748b}.buy-btn{min-width:74px;height:36px;padding:0 14px;border:0;border-radius:999px;background:linear-gradient(180deg,#2f7cff,#0a63ff);color:#fff;font-size:13px;font-weight:800;box-shadow:inset 0 1px #ffffff2e}.cart-link{width:100%;border:0;border-top:1px solid #eef2f7;background:#fff;color:#64748b;font-size:13px;height:40px}.cart-link.sold-out-link{color:#9aa7bc;background:#fff}.cart-link:hover{color:#475569}.primary-btn,.secondary-btn,.cta-button,.recharge-submit,.me-link{border:0;border-radius:999px;min-height:46px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800}.primary-btn,.recharge-submit,.cta-button{background:linear-gradient(180deg,#ff9a2c,#ff7a00);color:#fff}.secondary-btn{background:#fff;border:1px solid var(--border);color:#334155}.primary-btn.small,.secondary-btn.small{min-height:34px;padding:0 14px;font-size:13px}.primary-btn.block,.secondary-btn.block,.recharge-submit.block{width:100%}.sheet-home .home-block{padding-bottom:12px}.cart-state{display:flex;flex-direction:column;gap:12px;min-height:auto;padding-bottom:92px}.cart-layout{min-height:calc(100vh - 18px);display:grid;grid-template-rows:auto 1fr;padding:30px 26px 176px;gap:16px;background:#fff}.cart-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 10px 4px;background:transparent}.cart-topbar h1{margin:0;font-size:34px;line-height:1.1;font-weight:800;color:#111827}.cart-manage-pill{min-width:108px;height:60px;padding:0 24px;border:1px solid #eef2f6;border-radius:999px;background:#fff;color:#707b8f;font-size:18px;font-weight:700;box-shadow:0 6px 16px #0f172a0d}.cart-list-wrap{display:grid;gap:14px;align-content:start}.cart-empty-shell{min-height:calc(100vh - 150px);display:flex;align-items:flex-start;justify-content:center;padding:124px 20px 0}.cart-empty-copy{width:min(100%,360px);display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.cart-empty-copy h2{margin:0;font-size:24px;line-height:1.2;color:#64748b;font-weight:700}.cart-empty-copy p{margin:0;font-size:16px;line-height:1.5;color:#667085}.cart-empty-button{min-width:128px;height:52px;padding:0 20px;border:0;border-radius:999px;background:linear-gradient(180deg,#ff9a2c,#ff7a00);color:#fff;font-size:16px;font-weight:800;box-shadow:inset 0 1px #ffffff40}.cart-page .cart-summary-bar{position:fixed;left:50%;bottom:calc(82px + env(safe-area-inset-bottom));transform:translate(-50%);width:min(760px,100%);background:#fff;border-top:1px solid #edf2f7;padding:14px 22px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:12px;align-items:center;box-shadow:0 -8px 24px #0f172a0a}.cart-select{width:32px;height:32px;border-radius:999px;border:1px solid #d8e0ea;background:#fff;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0;flex:0 0 auto}.cart-select.selected{background:#ff7a00;border-color:#ff7a00;color:#fff}.cart-select svg{opacity:0}.cart-select.selected svg{opacity:1}.cart-select-all{width:34px;height:34px}.cart-summary-label{color:#374151;font-size:16px;font-weight:500}.cart-summary-copy{min-width:0;display:grid;gap:2px}.cart-summary-row{display:flex;align-items:baseline;gap:6px;color:#374151;font-size:17px;font-weight:700}.cart-summary-row strong{color:#ff7a00;font-size:19px}.cart-summary-count{color:#9aa7bc;font-size:13px;line-height:1.2}.cart-checkout-btn{min-width:232px;height:56px;padding:0 24px;border:0;border-radius:999px;background:linear-gradient(180deg,#ff9a2c,#ff7a00);color:#fff;font-size:18px;font-weight:800;box-shadow:inset 0 1px #ffffff3d}.cart-checkout-btn:disabled{opacity:.45}.cart-row{padding:16px 16px 16px 14px;border:1px solid #edf2f7;border-radius:26px;background:#fff;display:grid;grid-template-columns:32px 132px minmax(0,1fr) auto;gap:16px;align-items:center;box-shadow:0 10px 22px #0f172a0a}.cart-cover-button{width:132px;padding:0;border:0;background:transparent;border-radius:14px;line-height:0;cursor:pointer}.cart-art{width:132px;aspect-ratio:371 / 172;border-radius:14px;object-fit:contain;background:#f5f8ff;display:block}.cart-copy{min-width:0;display:grid;gap:10px}.cart-copy strong,.cart-title-button{display:block;font-size:17px;line-height:1.28;font-weight:700;color:#0f172a}.cart-price-group{display:grid;gap:1px}.cart-price-group .price{font-size:20px}.cart-price-group .origin{font-size:12px;color:#9aa7bc}.cart-side{display:grid;justify-items:end;gap:10px}.cart-controls{display:inline-flex;align-items:center;gap:10px}.cart-controls span{min-width:20px;text-align:center;font-size:17px;font-weight:700;color:#111827}.cart-remove{border:0;background:transparent;color:#ef4444;font-size:13px;font-weight:700;padding:0}.pay-page,.pay-page .sheet{background:#f4f6fb}.pay-sheet{padding-bottom:18px}.pay-topbar{padding:12px 16px 8px}.pay-back{display:inline-flex;align-items:center;gap:2px;border:0;background:transparent;padding:0;color:#76839a;font-size:15px;font-weight:500}.pay-stack{padding:0 16px 18px;display:grid;gap:12px}.pay-card{border:1px solid #eef2f7;border-radius:24px;background:#fff;box-shadow:0 12px 28px #0f172a0d}.pay-order-card{padding:20px 18px 18px}.pay-order-card h1{margin:0 0 18px;font-size:30px;line-height:1.08;font-weight:800;color:#0f172a}.pay-order-grid{display:grid;gap:16px}.pay-order-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;color:#738196;font-size:17px;line-height:1.4}.pay-order-row strong{color:#1f2937;font-size:17px;font-weight:700;text-align:right}.pay-order-row .pay-status{color:#4f82d8}.pay-order-amount strong,.pay-amount{color:#ef1d2f;font-size:24px;font-weight:800}.pay-divider{margin:16px 0 14px;border-top:1px solid #eef2f7}.pay-item-line{min-height:22px;color:#6d798b;font-size:16px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pay-tip-box{margin-top:12px;padding:14px 16px;border-radius:18px;background:#eff6ff;color:#52657d;font-size:15px;line-height:1.55}.pay-method-card{padding:18px 18px 16px;display:grid;gap:14px}.pay-method-card h2,.pay-voucher h3{margin:0;font-size:24px;line-height:1.15;font-weight:800;color:#0f172a}.pay-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pay-tab{min-height:44px;border:1px solid #e5ebf2;border-radius:16px;background:#fafbfd;color:#4d5666;font-size:16px;font-weight:700;padding:0 10px}.pay-tab.active{border-color:#86addd;background:linear-gradient(180deg,#f5f9ff,#edf4ff);color:#1f5ccc;box-shadow:inset 0 0 0 1px #4082d614}.pay-qr-area{display:grid;justify-items:center;gap:12px;padding-top:2px}.pay-qr-card{width:min(100%,418px);padding:14px;border-radius:24px;border:1px solid #eef2f7;background:#fff;box-shadow:inset 0 1px #ffffffe6}.pay-qr-image{width:100%;display:block;border-radius:18px}.pay-qr-hint{margin:0;color:#9aa3b2;font-size:15px;line-height:1.45;text-align:center}.pay-action-btn{width:min(100%,390px);min-height:52px;border:0;border-radius:999px;background:linear-gradient(180deg,#51a4ff,#2d7df4);color:#fff;font-size:18px;font-weight:800;box-shadow:0 10px 22px #2d7df442}.pay-action-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.pay-unsupported{min-height:292px;display:grid;justify-items:center;align-content:center;gap:12px;text-align:center;padding:26px 12px 6px}.pay-unsupported-icon{width:82px;height:82px;border-radius:999px;background:#fce8e8;color:#c81e3a;display:grid;place-items:center;font-size:48px;font-weight:800;line-height:1}.pay-unsupported strong{color:#111827;font-size:24px;line-height:1.25;font-weight:800}.pay-unsupported p{margin:0;max-width:420px;color:#a3adbb;font-size:15px;line-height:1.5}.pay-voucher{padding-top:2px;display:grid;gap:12px}.pay-voucher p{margin:0;color:#a0a8b5;font-size:14px;line-height:1.5}.pay-upload-btn{width:100%;min-height:48px;border:1px dashed #d6e1ef;border-radius:999px;background:#f6faff;color:#2f71cf;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:800}.pay-upload-note{color:#8c96a6;font-size:13px;line-height:1.4}.pay-upload-error{color:#ef4444;font-size:13px;font-weight:700;line-height:1.4}.pay-submit-card{padding:16px 16px 18px}.pay-submit-btn{width:100%;min-height:56px;border:0;border-radius:999px;background:linear-gradient(180deg,#51a4ff,#2d7df4);color:#fff;font-size:18px;font-weight:800;box-shadow:0 12px 24px #2d7df43d}.pay-submit-btn:disabled{opacity:.72}.pay-empty{min-height:56vh;display:grid;place-items:center;gap:14px;padding:40px 24px 24px;text-align:center}.pay-empty h2{margin:0;font-size:24px;color:#0f172a}.pay-empty p{margin:0;color:#8b96a8;font-size:16px;line-height:1.5}.pay-empty-btn{min-width:136px;min-height:48px;border:0;border-radius:999px;background:linear-gradient(180deg,#51a4ff,#2d7df4);color:#fff;font-size:16px;font-weight:800;box-shadow:0 10px 20px #2d7df438}.cart-state .cart-list{display:grid;gap:12px;align-content:start}.cart-state .cart-row{padding:12px;border:1px solid var(--border);border-radius:16px;background:#fff;display:grid;grid-template-columns:108px minmax(0,1fr) auto;gap:12px;align-items:center;align-self:start;box-shadow:0 10px 24px #0f172a0a}.cart-state .cart-art{grid-row:1 / span 2;width:108px;aspect-ratio:371 / 172;border-radius:10px;object-fit:contain;background:#f5f8ff}.cart-state .cart-copy{min-width:0;display:grid;gap:8px}.cart-state .cart-copy strong{display:block;font-size:16px;line-height:1.35;color:#0f172a}.cart-state .cart-copy p{margin:4px 0;color:#64748b;font-size:12px}.cart-state .cart-copy .price{font-size:17px}.cart-state .cart-controls{display:inline-flex;align-items:center;gap:10px;grid-column:3;grid-row:1;justify-self:end}.cart-state .cart-controls span{min-width:20px;text-align:center;font-size:15px;font-weight:700}.cart-state .summary-row{position:fixed;left:50%;bottom:calc(82px + env(safe-area-inset-bottom));transform:translate(-50%);width:min(760px,100%);padding:12px 22px;background:var(--sheet);z-index:20;border-top:0}.cart-state .summary-row .muted{margin:0 0 4px}.cart-state .summary-row strong{font-size:18px;line-height:1.2}.cart-state .row-actions{display:inline-flex;gap:10px}.cart-state .row-actions .secondary-btn,.cart-state .row-actions .primary-btn{min-width:112px;min-height:50px;font-size:16px}.ghost-icon-btn.danger{grid-column:3;grid-row:2;width:auto;height:32px;padding:0 12px;justify-self:end;font-size:12px;font-weight:700}.empty-cart,.empty-found{min-height:126px;display:grid;place-items:center;text-align:center;padding:18px 18px 16px;background:#f7f9fc;border-radius:18px}.empty-cart h2{margin:0;font-size:22px;color:#64748b}.empty-cart p,.empty-found p{margin:0;color:#94a3b8;font-size:18px;line-height:1.2}.empty-cart .cta-button{margin-top:28px;min-width:112px;height:48px;font-size:16px}.recharge-card{margin:0 20px;padding:18px 20px 20px;border-radius:22px;background:#fff;box-shadow:0 16px 36px #0f172a0f}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#f0f3f8;border-radius:16px;padding:5px}.segment{min-height:46px;border:0;border-radius:13px;background:transparent;color:#475569;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:800}.segment.active{background:#fff;color:#ff6a00;box-shadow:0 3px 10px #0f172a0a}.recharge-form{display:grid;gap:14px;padding-top:22px}.recharge-form label,.checkout-form label,.lookup-form label{display:grid;gap:8px}.recharge-form label{gap:10px}.recharge-form label span,.checkout-form label span,.lookup-form label span{color:#475569;font-size:13px}.recharge-form label span{font-size:14px}.recharge-form input,.checkout-form input,.checkout-form textarea,.lookup-form input,.lookup-form select{height:56px;border:1px solid #e2e8f2;border-radius:14px;background:#f7f9fc;padding:0 16px;font-size:15px;outline:0;color:var(--text)}.recharge-form input{height:56px;border-radius:14px;padding:0 16px;font-size:16px}.checkout-form textarea{height:auto;min-height:84px;padding-top:14px}.recharge-submit{min-height:56px;border-radius:999px;font-size:19px;box-shadow:inset 0 1px #ffffff40}.cta-button{min-height:54px;font-size:16px;box-shadow:inset 0 1px #ffffff40}.recharge-tip{text-align:center;font-size:14px;margin:0;line-height:1.5}.recharge-alert{display:grid;gap:12px;margin-top:8px;padding:14px 14px 16px;border-radius:18px;background:#fff2f4;border:1px solid #f6c9d1;color:#9f1239}.recharge-alert.success{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.recharge-alert p{margin:0;font-size:14px;line-height:1.6;font-weight:700;white-space:pre-line}.recharge-alert-image{display:block;width:min(100%,240px);margin:0 auto;border-radius:14px;object-fit:contain}.recharge-service-btn{min-height:44px;padding:0 18px;border:0;border-radius:999px;background:linear-gradient(180deg,#2f7cff,#0a63ff);color:#fff;font-size:15px;font-weight:800;box-shadow:inset 0 1px #ffffff2e}.recharge-alert .recharge-service-btn,.result-panel .recharge-service-btn{justify-self:start;width:fit-content}.results-list{display:grid;gap:10px}.result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.result-head strong{font-size:17px;line-height:1.35;font-weight:800;color:#111827}.result-head span{flex:none;color:#ef4444;font-size:16px;line-height:1.35;font-weight:800;white-space:nowrap}.result-row,.order-card,.payment-card{border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 10px 24px #0f172a0f}.result-row{padding:14px;display:grid;gap:12px}.result-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.result-meta-item{display:grid;gap:4px}.result-meta-item span{color:#94a3b8;font-size:13px;font-weight:600}.result-meta-item strong{color:#111827;font-size:14px;line-height:1.4;word-break:break-all}.result-panel{display:grid;gap:12px;margin-top:2px;padding:14px;border-radius:18px;background:#fff2f4;border:1px solid #f6c9d1;color:#9f1239}.result-panel.status-completed{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.result-panel.status-processing{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.result-panel p{margin:0;font-size:14px;line-height:1.6;font-weight:700;white-space:pre-line}.result-panel .recharge-alert-image{width:min(100%,240px)}.result-state{color:#64748b;font-size:13px}.order-card{padding:16px 16px 14px;display:grid;gap:10px;border-radius:22px}.order-card.failed{border-color:#f8d7de;background:#fffdfd}.order-time{margin:0;color:#64748b;font-size:13px;line-height:1.35}.order-head strong{font-size:16px;line-height:1.25;color:#0f172a}.order-head .status-pill{min-height:28px;padding:0 12px;font-size:13px}.order-status{color:#2b7bde;font-size:16px;font-weight:700;line-height:1.2}.order-status.status-pending_payment,.order-status.status-completed{background:transparent;color:#2b7bde}.order-status.status-failed{background:transparent;color:#db2777}.order-failed-banner{margin-top:-2px;margin-bottom:-2px;padding:12px 14px;border-radius:14px;background:#fff1f3;color:#be123c;font-size:15px;font-weight:700;line-height:1.35}.order-items{display:grid;gap:6px}.order-item-row{display:flex;align-items:baseline;justify-content:flex-start;gap:4px;min-width:0}.order-item-name{min-width:0;color:#9aa3af;font-size:14px;line-height:1.35;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-item-qty{flex:0 0 auto;color:#9aa3af;font-size:14px;line-height:1.35;font-weight:600}.order-card.failed .order-item-name,.order-card.failed .order-item-qty{color:#c2416b}.order-gift-section{margin-top:4px;display:grid;gap:10px}.order-gift-title{color:#0f172a;font-size:16px;font-weight:800;line-height:1.25}.order-gift-list{display:grid;gap:10px}.order-gift-card{padding:14px 14px 12px;border:1px solid #e8edf5;border-radius:16px;background:#fff;box-shadow:0 8px 20px #0f172a0a;display:grid;gap:10px}.order-gift-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.order-gift-name{min-width:0;color:#334155;font-size:14px;line-height:1.35;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-gift-price{flex:0 0 auto;color:#ef4444;font-size:16px;font-weight:800;line-height:1}.order-gift-row{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.order-gift-row .gift-label{color:#9aa7bc;font-size:13px;font-weight:600;flex:0 0 auto}.order-gift-row strong{min-width:0;color:#0f172a;font-size:14px;font-weight:800;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gift-copy-btn{min-height:28px;padding:0 12px;border:0;border-radius:999px;background:#eaf2ff;color:#2f7cff;font-size:12px;font-weight:700}.copy-toast{position:fixed;left:50%;bottom:calc(104px + env(safe-area-inset-bottom));transform:translate(-50%);z-index:60;min-height:40px;padding:0 18px;border-radius:999px;background:#0f172ae6;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;box-shadow:0 12px 28px #0f172a2e;pointer-events:none}.order-gift-state{color:#1d7a3b;font-size:14px;font-weight:700}.gift-recharge-btn{min-height:34px;width:fit-content;padding:0 14px;border:0;border-radius:999px;background:linear-gradient(180deg,#2f7cff,#0a63ff);color:#fff;font-size:13px;font-weight:800;box-shadow:inset 0 1px #ffffff2e}.order-footer{margin-top:2px;align-items:flex-end}.order-total{color:#ff6a00;line-height:1;display:inline-flex;align-items:flex-end;gap:1px}.order-total span{font-size:14px;font-weight:800;transform:translateY(-1px)}.order-total strong{font-size:24px;font-weight:800}.order-actions{justify-content:flex-end;flex-shrink:0}.order-card .primary-btn.small{background:linear-gradient(180deg,#2f7cff,#0a63ff);box-shadow:inset 0 1px #ffffff2e}.order-card .secondary-btn.small{background:linear-gradient(180deg,#2f7cff,#0a63ff);border:0;color:#fff}.order-card.failed .order-total{color:#ef4444}.status-pill{min-height:24px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef2f7;color:#475569;font-size:12px}.status-pending_payment{background:#fef3c7;color:#92400e}.status-completed{background:#dcfce7;color:#166534}.status-failed{background:#fee2e2;color:#991b1b}.subtle-card{box-shadow:none;background:#f8fafc}.me-hero{padding:78px 22px 20px;text-align:center}.me-hero h1{margin:0;font-size:36px;line-height:1;letter-spacing:0}.me-card{margin:0 20px 18px;padding:18px 18px 16px;background:#fff;border-radius:24px;box-shadow:0 10px 24px #0f172a0f}.me-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.me-card-head h2{margin:0;font-size:22px}.me-link{min-height:auto;padding:0;background:transparent;color:#8a97ab;font-size:16px;font-weight:500}.me-grid{margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.me-shortcut{min-height:92px;border:0;background:transparent;position:relative;color:#0f172a;display:grid;place-items:center;align-content:center;gap:10px}.me-shortcut:not(:last-child):after{content:"";position:absolute;top:12px;right:0;bottom:18px;width:1px;background:#edf2f7}.me-shortcut span{font-size:13px}.me-shortcut-icon{width:44px;height:44px;object-fit:contain;display:block}.me-search-area{padding:0 22px;display:grid;gap:12px}.me-search-card{padding:18px 18px 16px;background:#fff;border-radius:24px;box-shadow:0 10px 24px #0f172a0f}.me-search-card h2{margin:0;font-size:22px;line-height:1.2}.me-search-form{display:grid;gap:16px;margin-top:20px}.me-search-form label{display:grid;gap:10px}.me-search-form label span{font-size:16px;color:#0f172a}.me-search-form input{width:100%;height:60px;border:1px solid #e2e8f2;border-radius:18px;background:#f7f9fc;padding:0 16px;outline:0;box-shadow:none}.me-search-form input:focus{border-color:#dbe3ef;box-shadow:none;outline:0}.me-search-btn{width:100%;height:70px;border:0;border-radius:999px;background:linear-gradient(180deg,#2f7cff,#0a63ff);color:#fff;font-size:18px;font-weight:800;box-shadow:inset 0 1px #ffffff2e}.me-search-results{display:grid;gap:12px;margin-top:18px}.service-panel,.iframe-frame{margin:0 22px}.iframe-frame{min-height:66vh;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff}.iframe-frame iframe{width:100%;height:100%;min-height:66vh;border:0}.bottom-nav{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:min(760px,100%);padding:5px 6px calc(7px + env(safe-area-inset-bottom));border-top:1px solid #edf2f7;background:#fff;box-shadow:none;outline:0;overflow:visible;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.nav-item{border:0;background:transparent;color:#8b96a8;display:grid;justify-items:center;gap:3px;min-height:54px;padding:0;align-items:center;align-content:center;position:relative;overflow:visible}.nav-item.active{color:var(--blue);font-weight:700}.nav-item>span:last-child{font-size:12px;line-height:1.15}.nav-item.active .nav-icon-wrap{color:var(--blue)}.nav-item.active>span:last-child{color:var(--blue)}.nav-icon-wrap{position:relative;width:26px;height:26px;display:grid;place-items:center;overflow:visible}.nav-icon-wrap .icon-glyph{width:22px;height:22px}.nav-badge{position:absolute;top:-8px;right:-10px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#0a63ff;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;line-height:1;box-shadow:0 4px 10px #0a63ff47;z-index:2}.icon-glyph{flex:0 0 auto}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a57;display:flex;align-items:center;justify-content:center;padding:16px;z-index:40}.modal-card{width:min(640px,calc(100% - 24px));background:#fff;border-radius:24px;padding:20px 20px 16px;box-shadow:0 26px 60px #0f172a33}.usage-modal-card{width:min(760px,calc(100% - 24px));max-height:calc(100vh - 48px);display:flex;flex-direction:column;padding-bottom:12px}.usage-modal-head{padding-bottom:6px}.usage-modal-body{flex:1;min-height:0;overflow:auto;padding:0 0 2px}.usage-modal-desc{margin:0;color:#334155;font-size:15px;line-height:1.65;white-space:pre-line;word-break:break-word}.image-preview-card{width:min(560px,calc(100% - 24px));padding:14px;border-radius:22px}.image-preview-img{width:100%;max-height:calc(100vh - 112px);object-fit:contain;display:block;border-radius:14px;background:#f5f8ff}.modal-card h2{margin:0;font-size:22px;line-height:1.2}.modal-card p{margin:16px 0 0;color:#334155;font-size:16px;line-height:1.5;word-break:break-word}.modal-actions{display:flex;justify-content:flex-end;margin-top:18px}.modal-confirm{border:0;min-width:112px;height:42px;padding:0 18px;border-radius:999px;background:linear-gradient(180deg,#2d7cff,#0a63ff);color:#fff;font-weight:800;font-size:15px}.fade-enter-active,.fade-leave-active{transition:opacity .16s ease}.fade-enter-from,.fade-leave-to{opacity:0}@media (max-width: 560px){.sheet{min-height:calc(100vh - 12px)}.checkout-topbar{padding:14px 16px 6px}.checkout-back{font-size:15px}.checkout-back-arrow{font-size:22px}.site-header{padding:16px 16px 12px}.header-copy h1{font-size:22px}.header-copy p{font-size:12px;margin-top:6px}.home-block,.home-loader,.cart-state,.checkout-layout,.pay-layout,.service-panel,.iframe-frame{padding-left:16px;padding-right:16px}.notice-bar{min-height:58px;padding:0 12px;border-radius:18px;gap:7px}.notice-label{font-size:16px}.notice-content{font-size:13px}.notice-icon{width:22px;height:22px}.modal-mask{padding:12px}.modal-card{width:min(100%,calc(100vw - 24px));border-radius:22px;padding:16px 16px 14px}.usage-modal-card{max-height:calc(100vh - 24px);padding-bottom:10px}.usage-modal-desc{font-size:13px;line-height:1.62}.modal-card h2{font-size:20px}.modal-card p{font-size:14px;margin-top:12px}.modal-actions{margin-top:16px}.modal-confirm{min-width:98px;height:38px;font-size:14px}.banner{border-radius:16px}.search-panel{padding:4px 6px 4px 13px}.search-field{height:48px;padding:0 12px 0 0}.search-icon{width:21px;height:21px}.search-field input{font-size:15px}.search-btn{min-width:80px;height:42px;padding:0 16px;font-size:16px}.product-grid{margin-top:12px}.product-card{border-radius:14px}.product-art-shell,.oil-product-image{aspect-ratio:371 / 172}.product-art-mask{font-size:18px}.product-body{padding:10px 10px 7px;gap:5px}.product-copy h3{font-size:18px}.product-copy p{font-size:10px}.product-stats{margin-top:8px;gap:8px;font-size:13px;color:#4b5563;font-weight:600}.usage-link{margin-top:8px;font-size:13px}.price{font-size:16px}.buy-btn{min-width:60px;height:34px;padding:0 12px;font-size:12px}.cart-link{height:38px;font-size:12px}.sold-out-pill{min-width:70px;height:34px;font-size:12px}.me-search-area{padding:18px 16px 0}.me-search-card{padding:16px 16px 14px;border-radius:20px}.me-search-card h2{font-size:20px}.me-search-form{margin-top:18px;gap:14px}.me-search-form label{gap:8px}.me-search-form label span{font-size:14px}.me-search-form input{height:56px;border-radius:14px;font-size:14px}.me-search-btn{height:54px;font-size:16px}.me-search-results{gap:10px;margin-top:16px}.service-bar,.lookup-head{flex-direction:column;align-items:stretch}.me-hero{padding:93px 22px 26px}.me-hero h1{font-size:26px}.me-card{margin:0 16px 14px;padding:16px 18px 14px;border-radius:20px}.me-grid{margin-top:18px}.me-shortcut{min-height:84px}.me-shortcut-icon{width:36px;height:36px}.me-shortcut span{font-size:13px}.me-search-area{padding:0 16px}.recharge-card{margin:0 16px;padding:16px 16px 18px;border-radius:20px}.segmented{padding:5px;border-radius:16px}.segment{min-height:44px;border-radius:13px;font-size:15px}.recharge-form{gap:13px;padding-top:20px}.recharge-form label,.checkout-form label,.lookup-form label{gap:8px}.recharge-form label{gap:9px}.recharge-form label span,.checkout-form label span,.lookup-form label span{font-size:13px}.recharge-form label span{font-size:14px}.recharge-form input,.checkout-form input,.checkout-form textarea,.lookup-form input,.lookup-form select{height:56px;padding:0 16px;font-size:14px;border-radius:12px}.recharge-form input{height:54px;padding:0 16px;font-size:16px;border-radius:14px}.recharge-submit{min-height:54px;font-size:18px}.recharge-tip{font-size:13px}.recharge-alert{gap:10px;padding:12px 12px 14px;border-radius:16px}.recharge-alert p{font-size:13px}.recharge-service-btn{min-height:40px;font-size:14px}.result-row{padding:12px;gap:10px}.result-head{gap:12px}.result-head strong{font-size:15px}.result-head span{font-size:14px}.result-meta{grid-template-columns:1fr;gap:8px}.result-meta-item strong,.result-meta-item span,.result-panel p{font-size:13px}.result-panel{gap:10px;padding:12px;border-radius:16px}.pay-topbar{padding:10px 16px 6px}.pay-back{font-size:14px}.pay-stack{padding:0 16px 16px;gap:10px}.pay-card{border-radius:20px}.pay-order-card,.pay-method-card{padding:16px 16px 14px}.pay-order-card h1{margin-bottom:14px;font-size:26px}.pay-order-grid{gap:12px}.pay-order-row{font-size:14px;gap:12px}.pay-order-row strong{font-size:14px}.pay-amount{font-size:20px}.pay-divider{margin:14px 0 12px}.pay-item-line{font-size:14px}.pay-tip-box{margin-top:10px;padding:12px 14px;border-radius:16px;font-size:13px}.pay-method-card h2,.pay-voucher h3{font-size:20px}.pay-tabs{gap:8px}.pay-tab{min-height:42px;border-radius:14px;font-size:13px}.pay-qr-card{width:100%;padding:12px;border-radius:18px}.pay-qr-hint{font-size:13px}.pay-action-btn{min-height:48px;font-size:16px}.pay-unsupported{min-height:230px;gap:10px;padding:18px 8px 0}.pay-unsupported-icon{width:68px;height:68px;font-size:40px}.pay-unsupported strong{font-size:18px}.pay-unsupported p{font-size:13px}.pay-voucher{gap:10px}.pay-voucher p{font-size:12px}.pay-upload-btn{min-height:44px;font-size:14px}.pay-submit-card{padding:14px 16px 16px}.pay-submit-btn,.pay-empty-btn{min-height:50px;font-size:16px}.pay-empty{min-height:52vh;padding-top:28px}.pay-empty h2{font-size:22px}.pay-empty p{font-size:14px}.checkout-stack{padding:0 16px 18px;gap:12px}.checkout-card{border-radius:20px}.checkout-summary{padding:16px 16px 14px}.checkout-summary h1{margin-bottom:14px;font-size:26px}.checkout-summary-item{grid-template-columns:92px minmax(0,1fr) auto;gap:10px}.checkout-cover-button,.checkout-summary-thumb{width:92px}.checkout-summary-copy h2{font-size:15px}.checkout-summary-meta{font-size:12px}.checkout-summary-origin{margin-left:6px}.checkout-summary-price{font-size:21px}.checkout-qty{gap:10px}.checkout-qty-btn{width:38px;height:38px;border-radius:11px;font-size:22px}.checkout-qty-num{font-size:16px}.checkout-summary-total{margin-top:12px;padding-top:12px;font-size:14px;gap:4px}.checkout-summary-total strong{font-size:15px}.checkout-page .checkout-form{padding:16px;gap:12px}.checkout-page .checkout-form label span{font-size:14px}.checkout-page .checkout-form textarea{min-height:112px}.checkout-submit{min-height:50px;font-size:16px}.checkout-notice{padding:16px}.checkout-action-card{padding:14px 16px 16px}.checkout-error{margin-bottom:8px;font-size:12px}.checkout-notice h2{font-size:17px}.checkout-notice-body p{font-size:13px}.order-card{padding:14px 14px 12px;gap:8px;border-radius:18px}.order-head strong{font-size:15px}.order-head .status-pill{min-height:26px;padding:0 10px;font-size:12px}.order-status{font-size:15px}.order-failed-banner{padding:10px 12px;border-radius:12px;font-size:13px}.order-gift-section{gap:8px}.order-gift-title{font-size:15px}.order-gift-card{padding:12px 12px 10px;border-radius:14px;gap:8px}.order-gift-name{font-size:13px}.order-gift-price{font-size:15px}.order-gift-row .gift-label,.order-gift-row strong{font-size:12px}.gift-copy-btn{min-height:26px;padding:0 10px;font-size:11px}.copy-toast{bottom:calc(92px + env(safe-area-inset-bottom));min-height:36px;padding:0 16px;font-size:13px}.order-gift-state{font-size:13px}.gift-recharge-btn{min-height:32px;font-size:12px}.order-time{margin:0;font-size:12px}.order-items{gap:8px}.order-item-row{gap:3px}.order-item-name,.order-item-qty{font-size:13px}.order-footer{margin-top:0}.order-total span{font-size:13px}.order-total strong{font-size:22px}.order-actions .primary-btn.small,.order-actions .secondary-btn.small{min-height:32px;padding:0 12px;font-size:12px}.cart-empty-copy{width:min(100%,320px);gap:22px}.cart-empty-copy h2{font-size:22px}.cart-empty-copy p{font-size:14px}.cart-empty-button{min-width:122px;height:48px;font-size:15px}.empty-cart,.empty-found{min-height:104px;border-radius:16px;padding:16px 16px 14px}.empty-cart p,.empty-found p{font-size:15px}.cart-state{padding-bottom:86px}.cart-state .cart-row{grid-template-columns:30px 96px minmax(0,1fr) auto;padding:10px 10px 10px 8px;gap:10px;border-radius:16px}.cart-state .cart-art{width:96px}.cart-state .cart-copy strong{font-size:14px}.cart-state .summary-row{bottom:calc(82px + env(safe-area-inset-bottom));padding:10px 16px;flex-direction:row;align-items:center}.cart-state .row-actions .secondary-btn,.cart-state .row-actions .primary-btn{min-width:86px;min-height:46px;font-size:15px}.cart-layout{padding:18px 16px 198px;gap:14px}.cart-topbar{padding:10px 6px 2px}.cart-topbar h1{font-size:24px}.cart-manage-pill{min-width:90px;height:44px;padding:0 18px;font-size:14px}.cart-list-wrap{gap:12px}.cart-row{grid-template-columns:30px 100px minmax(0,1fr) auto;gap:10px;padding:12px 12px 12px 10px;border-radius:22px}.cart-art,.cart-cover-button{width:100px}.cart-copy strong,.cart-title-button{font-size:15px}.cart-summary-label{font-size:14px}.cart-summary-row{font-size:15px}.cart-summary-row strong{font-size:16px}.cart-checkout-btn{min-width:168px;height:48px;padding:0 16px;font-size:15px}}
