:root{--ink: #152b33;--muted: #7c898f;--line: #e8ecee;--mint: #baf47a;--teal: #247b6b;--background: #f5f7f8;--white: #fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Arial,sans-serif;color:var(--ink);background:var(--background);font-synthesis:none}*{box-sizing:border-box}body{margin:0;font-size:16px}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{border:0;background:none;color:inherit}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #5cb49d;outline-offset:4px}[hidden]{display:none!important}.header{height:90px;max-width:1400px;margin:auto;display:flex;align-items:center;padding:0 48px;gap:64px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand-icon{display:grid;place-items:center;width:43px;height:43px;background:var(--ink);color:var(--mint);border-radius:12px;font-size:37px;line-height:1}.brand strong{font-size:25px;letter-spacing:2px;line-height:1.2}.brand strong span{display:block;font-size:9px;letter-spacing:1.2px;font-weight:800;margin-top:4px}.navigation{display:flex;align-self:stretch;gap:34px}.nav-item{font-size:14px;font-weight:600;position:relative;color:#7b858a;padding:0 3px}.nav-item.active{color:var(--ink)}.nav-item.active:after{content:"";height:3px;border-radius:5px;background:var(--teal);position:absolute;bottom:0;left:8px;right:8px}.header-note{margin-left:auto;font-size:13px;color:#6d7d82;white-space:nowrap}.shield{color:var(--teal);margin-right:6px}.main{max-width:1400px;margin:auto;padding:38px 48px 0}.page-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2.4px;color:#7e9298}.page-heading h1{font-size:32px;font-weight:700;letter-spacing:-.8px;margin:10px 0 0}.mint{color:#589d64}.small-tag{font-size:13px;color:#65797e;padding-top:20px}.spark{color:#5e9f65;font-size:19px;margin-right:7px}.store-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}.hero{min-height:228px;position:relative;background:#112c35;border-radius:18px;overflow:hidden;color:#fff;padding:27px 29px}.hero-copy{position:relative;z-index:1}.hero-label{font-size:11px;letter-spacing:1px;color:#d0e0db}.hero h2{font-size:31px;line-height:1.5;letter-spacing:1px;margin:12px 0 9px;font-weight:600}.hero p{font-size:13px;color:#adc1c5;margin:0 0 22px}.hero-pills{display:flex;gap:8px}.hero-pills span{font-size:10px;color:#dbe8e7;background:#ffffff0d;border:1px solid #ffffff17;padding:4px 8px;border-radius:5px}.hero-art{position:absolute;inset:0;background:radial-gradient(ellipse at 88% 60%,#54866c77,transparent 58%);background-size:cover;background-position:center;opacity:.8}.hero-index{position:absolute;right:20px;bottom:17px;font-size:9px;letter-spacing:2px;color:#9db6b9}.catalog-heading{display:flex;justify-content:space-between;align-items:center;margin:28px 0 18px}.catalog-heading h2{font-size:19px;margin:0;font-weight:700}.catalog-heading h2 span{font-size:12px;color:#97a2a6;margin-left:8px;font-weight:500}.muted{color:var(--muted);line-height:1.8}.catalog-heading>.muted{font-size:12px}.category-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;margin-bottom:17px;scrollbar-width:none}.category{white-space:nowrap;font-size:13px;padding:9px 15px;border-radius:9px;color:#7a898f}.category.active{background:var(--ink);color:#fff}.category:hover:not(.active){background:#e9edef}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.product-card{border:1px solid #e5eaec;background:#fff;border-radius:13px;padding:17px;text-align:left;position:relative;transition:border-color .18s,transform .18s,box-shadow .18s;cursor:pointer;min-width:0}.product-card:hover{border-color:#97b7ae;transform:translateY(-3px);box-shadow:0 8px 16px #152b3308}.product-card.selected{border:1.5px solid #448c73;background:#fbfefb;padding:16.5px}.selection-tick{position:absolute;right:12px;top:12px;display:grid;place-items:center;border-radius:50%;background:#388069;color:#fff;width:18px;height:18px;font-size:11px}.product-top{display:flex;align-items:center;gap:10px;margin-bottom:14px}.product-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;font-size:23px;font-weight:800;flex-shrink:0;object-fit:cover}.product-icon.ai{background:#edf2f0;color:#2c7a67}.product-icon.music{background:#eff7e5;color:#5c853b}.product-icon.video{background:#fff0ef;color:#bd5755}.product-icon.game{background:#f0edfb;color:#8470b4}.product-icon.design{background:#eaf4fb;color:#4d8eab}.product-icon.cloud{background:#fff6e7;color:#be914a}.product-tag{font-size:10px;background:#f5f7f8;color:#9b8d70;border-radius:5px;padding:4px 6px;white-space:nowrap}.product-card h3{font-size:15px;margin:0 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-desc{font-size:11px;color:#8f9a9e;min-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-bottom{border-top:1px solid #eef1f1;margin-top:18px;padding-top:13px;display:flex;align-items:end;justify-content:space-between;gap:6px}.price{font-size:23px;font-weight:800;line-height:1.1;letter-spacing:-1px}.price small{font-size:12px;margin-right:3px;letter-spacing:0}.price-unit{font-size:10px;color:#94a0a3;font-weight:400;margin-left:3px;letter-spacing:0}.detail-button{font-size:11px;color:#78888d;padding:4px 0;white-space:nowrap}.catalog-foot{display:flex;justify-content:space-between;color:#9ba7ab;font-size:10px;margin-top:22px}.checkout-card{background:#fff;border:1px solid #e5e9ea;border-radius:18px;padding:25px;box-shadow:0 8px 30px #21344004;position:sticky;top:22px}.checkout-title .eyebrow{font-size:10px}.checkout-title h2{font-size:23px;margin:6px 0 8px}.bag-icon{float:right;font-weight:400;font-size:25px;color:#8a9a9e}.checkout-title p{font-size:12px;color:#9ba5a9;margin:0}.steps{display:flex;align-items:center;gap:7px;margin:24px 0;font-size:10px;color:#9ba6a9}.steps span{display:flex;align-items:center;gap:5px;white-space:nowrap}.steps b{font-size:10px;background:#f1f3f4;border-radius:50%;width:18px;height:18px;display:grid;place-items:center}.steps i{height:1px;background:#e5eaeb;flex:1}.steps .current{color:#45765a}.steps .current b{background:#dff1d3;color:#45765a}.selected-product{display:flex;align-items:center;gap:12px;background:#f5f7f8;border:1px solid #edf0f1;border-radius:10px;padding:13px}.selected-product h3{font-size:14px;margin:0 0 5px}.selected-product p{font-size:11px;color:#96a0a5;margin:0}.selected-product .product-icon{width:38px;height:38px;border-radius:10px;font-size:20px}.quantity-row{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin:17px 0 22px}.stepper{display:flex;align-items:center;border:1px solid var(--line);border-radius:7px;overflow:hidden;height:29px}.stepper button{width:29px;background:#f8f9fa;font-size:16px}.stepper output{font-size:12px;width:29px;text-align:center}.field{margin:0 0 18px}.field label{display:block;font-size:12px;font-weight:600;margin-bottom:9px}.field label span{color:#bd735e}.field input,.field textarea,.field select{width:100%;background:#fbfcfd;border:1px solid #e4e9eb;border-radius:8px;padding:12px;font-size:13px;color:var(--ink);min-width:0}.field input::placeholder,.field textarea::placeholder{color:#b1b9be;font-size:12px}.field small{display:block;font-size:10px;color:#a3adb1;margin-top:7px}.payment-field{border:0;padding:0;margin:21px 0}.payment-field legend{font-size:12px;font-weight:600;margin-bottom:10px}.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.payment-option{border:1px solid #e5eaec;border-radius:8px;padding:11px 8px;display:flex;align-items:center;gap:7px;font-size:12px;cursor:pointer}.payment-option.selected{border-color:#659c85;background:#f8fcf6}.payment-option input{position:absolute;opacity:0;width:1px;height:1px}.payment-option:focus-within{outline:2px solid #65aa89;outline-offset:2px}.pay-logo{display:grid;place-items:center;width:21px;height:21px;border-radius:5px;font-size:14px;color:#fff}.ali{background:#359ddd}.wechat{background:#42b660}.radio-mark{width:12px;height:12px;border:1px solid #d4dcdd;border-radius:50%;margin-left:auto}.selected .radio-mark{border:3px solid #4d8f73;background:#fff}.total-row{border-top:1px dashed #e0e7e8;padding-top:22px;display:flex;align-items:center;justify-content:space-between;font-size:12px;margin-bottom:17px}.total-row strong{font-size:33px;letter-spacing:-1px;font-weight:800}.total-row strong small{font-size:17px;margin-right:4px}.agreement{display:flex;align-items:flex-start;gap:6px;font-size:10px;line-height:1.8;color:#919da2;cursor:pointer}.agreement input{accent-color:var(--teal);margin:2px 0;width:13px;height:13px;flex-shrink:0}.agreement a{color:#538572;text-decoration:underline;text-underline-offset:3px}.primary-button{width:100%;background:var(--ink);color:#fff;padding:15px;border-radius:9px;font-weight:600;font-size:14px;transition:background .2s}.primary-button:hover{background:#2a4f53}.checkout-button{margin-top:13px;display:flex;align-items:center;justify-content:center;gap:29px}.checkout-button span{color:var(--mint);font-size:21px;line-height:1}.secure-note{text-align:center;font-size:9px;color:#a4aeb1;margin-top:13px}.form-error{font-size:12px;color:#ad514c;line-height:1.6;margin:8px 0 0}.form-error:empty{display:none}.footer{border-top:1px solid var(--line);display:flex;align-items:center;gap:24px;padding:24px 0;margin-top:38px;color:#99a4a9;font-size:11px}.footer-brand{opacity:.6}.footer-brand .brand-icon{width:26px;height:26px;border-radius:7px;font-size:23px}.footer-brand strong{font-size:17px}.footer-brand strong span{font-size:6px;margin-top:2px}.footer>a:last-child{margin-left:auto}.secondary-view{min-height:580px;padding:35px 0}.secondary-view h1{font-size:32px}.lookup-form{max-width:560px;margin-top:30px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px}.lookup-form .field label{font-size:14px}.lookup-form input{font-size:16px}.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:32px 0}.guide-grid article{background:#fff;border:1px solid var(--line);padding:26px;border-radius:14px}.guide-grid b{color:#7ba587;font-size:14px}.guide-grid h2{font-size:19px}.guide-grid p{color:#788b93;font-size:14px;line-height:1.9}.text-button{color:#558778;font-size:14px;padding:14px 0}.loading-state{grid-column:1/-1;background:#fff;border:1px dashed #d9e2e5;border-radius:12px;padding:44px 20px;text-align:center;font-size:14px;color:#82949b}dialog{border:1px solid var(--line);border-radius:20px;padding:32px;max-width:460px;width:calc(100% - 32px);color:var(--ink);box-shadow:0 24px 90px #092d4433}dialog::backdrop{background:#11263288;backdrop-filter:blur(5px)}dialog p{font-size:14px;line-height:1.9;color:#788c94}dialog h2{font-size:26px}dialog .close-dialog{position:absolute;right:15px;top:10px;font-size:27px;color:#94a4a7}.modal-mark{display:grid;place-items:center;width:55px;height:55px;background:#e9f6df;color:#5e946b;font-size:24px;border-radius:50%;margin:10px 0 22px}.order-number{background:#f1f5f4;padding:14px;border-radius:8px;font-weight:700;overflow-wrap:anywhere;font-size:14px}.payment-qr{text-align:center;margin:16px 0;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff}.payment-qr img{display:block;width:min(256px,100%);height:auto;margin:0 auto}.payment-qr p{margin:4px 0;font-size:12px}.payment-external{display:block;text-align:center;text-decoration:none}.payment-external[hidden],.payment-qr[hidden]{display:none}.payment-provider,.payment-progress{font-size:12px;overflow-wrap:anywhere}.detail-content{white-space:pre-wrap;overflow-wrap:anywhere}.product-dialog .product-icon{width:62px;height:62px}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%) translateY(100px);background:var(--ink);color:#fff;padding:14px 24px;border-radius:10px;font-size:14px;box-shadow:0 8px 40px #1233;transition:transform .2s;z-index:100;max-width:90%;text-align:center}.toast.visible{transform:translate(-50%) translateY(0)}.order-result{max-width:560px;margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px;font-size:14px}.order-result dl{display:grid;grid-template-columns:100px 1fr;gap:14px}.order-result dd{margin:0;overflow-wrap:anywhere}.order-result dt{color:#85979e}.status-tag{display:inline-block;padding:5px 10px;border-radius:6px;background:#eaf5e4;color:#52805c;font-size:12px}.status-tag.pending{background:#fff4df;color:#b68b4c}.status-tag.paid{background:#e7f0fb;color:#5386ae}.status-tag.fulfilled{background:#eaf5e4;color:#52805c}@media(min-width:1500px){.main{padding-top:48px}.hero{min-height:246px}.product-card{padding:21px}.product-card.selected{padding:20.5px}.product-grid{gap:17px}}@media(max-width:1150px){.header{padding:0 28px;gap:45px}.main{padding:30px 28px 0}.store-layout{grid-template-columns:minmax(0,1fr) 325px;gap:20px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-card{padding:21px}.catalog-heading>.muted{display:none}.hero-index{display:none}}@media(max-width:850px){.header{height:78px;padding:0 22px;gap:30px}.header-note{display:none}.navigation{margin-left:auto;gap:20px}.main{padding:26px 22px 0}.store-layout{grid-template-columns:minmax(0,1fr)}.checkout-card{position:static;margin-top:6px}.small-tag{display:none}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero{min-height:220px}.checkout-title p{font-size:14px}.checkout-card{padding:25px}.field label,.payment-field legend,.payment-option,.quantity-row{font-size:14px}.field input{font-size:16px}.field small,.secure-note,.agreement{font-size:12px}.steps{max-width:340px;font-size:12px}.steps b{width:23px;height:23px;font-size:12px}.selected-product h3{font-size:16px}.selected-product p{font-size:12px}.payment-option{padding:14px}.agreement input{width:16px;height:16px}.catalog-foot{font-size:11px}.hero h2{font-size:30px}}@media(max-width:540px){.header{height:72px;padding:0 17px;gap:12px}.brand-icon{width:33px;height:33px;font-size:29px;border-radius:9px}.brand strong{font-size:21px}.brand strong span{font-size:7px;letter-spacing:.7px}.navigation{gap:12px}.nav-item{font-size:12px;padding:0}.main{padding:24px 17px 0}.page-heading{margin-bottom:22px}.page-heading h1{font-size:25px;margin-top:9px}.eyebrow{font-size:9px;letter-spacing:1.9px}.hero{padding:24px;min-height:233px}.hero h2{font-size:29px}.hero p{font-size:12px;max-width:230px}.hero-pills{gap:5px}.hero-pills span{font-size:9px;padding:4px 6px}.hero-art{background-position:60%;opacity:.55}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{padding:15px}.product-card.selected{padding:14.5px}.product-card h3{font-size:14px}.product-icon{width:37px;height:37px;font-size:21px}.product-tag{font-size:9px;padding:3px}.product-top{gap:8px}.product-desc{font-size:10px}.price{font-size:22px}.price-unit{display:none}.detail-button{font-size:10px}.category{padding:9px 12px;font-size:12px}.catalog-heading{margin-top:25px}.catalog-foot>span:last-child{display:none}.checkout-card{padding:22px}.footer{gap:15px;flex-wrap:wrap;font-size:10px}.footer>span{display:none}.secondary-view{padding:12px 0;min-height:500px}.secondary-view h1{font-size:25px}.guide-grid{grid-template-columns:1fr}.lookup-form{padding:23px}dialog{padding:26px}.order-result dl{grid-template-columns:75px 1fr}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.hero-art{background-image:linear-gradient(90deg,#112c3588,transparent),url(/hero.webp?v=4a9f347eadb5f7d6)}.toast{opacity:0;pointer-events:none}.toast.visible{opacity:1}.hero-label,.hero-pills span,.hero-index,.product-tag,.product-desc,.detail-button,.price-unit,.catalog-foot,.checkout-title p,.steps,.steps b,.selected-product p,.field small,.agreement,.secure-note,.footer{font-size:12px}.field label,.quantity-row,.payment-field legend,.payment-option,.total-row,.category,.field input,.field textarea,.field select{font-size:14px}.field input::placeholder,.field textarea::placeholder{font-size:13px}.selected-product h3,.product-card h3{font-size:16px}.hero p{font-size:14px}.stepper{height:32px}.stepper button,.stepper output{width:31px}.product-tag,.hero-pills span{font-size:11px}.steps{gap:5px}.steps span{gap:4px}.steps b{width:19px;height:19px}.agreement{line-height:1.8}.secure-note{font-size:11px}.hero-index{font-size:10px}.catalog-foot span:last-child{display:none}.product-top{min-height:44px}.product-tag{white-space:normal}.product-bottom{gap:3px}.price-unit{font-size:11px}.detail-button{font-size:12px}.product-desc{min-height:19px}.hero-pills{flex-wrap:wrap}@media(max-width:540px){.product-card h3{font-size:14px}.product-desc,.product-tag{font-size:11px}.product-top{gap:6px}.detail-button{font-size:11px}.hero p{font-size:12px}.hero-pills span{font-size:10px}.field input{font-size:16px}.steps{font-size:12px}.secure-note{font-size:11px}.product-bottom .price{font-size:21px}}
