:root{color:#0f172a;font-synthesis:none;--ink:#0f172a;--muted:#64748b;--line:#dbe4f0;--blue:#2563eb;--blue-dark:#1d4ed8;--yellow:#f0c552;background:#f5f8ff;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #2563eb47}.store-page,.detail-page{background:#f6f7f5;min-height:100vh}.store-header{background:#f6f7f5;border-bottom:1px solid #dde3de;align-items:center;height:59px;padding:0 clamp(20px,5vw,72px);display:flex;box-shadow:0 2px 16px #0f172a0f}.store-brand{color:var(--ink);align-items:center;gap:11px;text-decoration:none;display:flex}.store-brand span{color:#fff;width:34px;height:34px;box-shadow:3px 3px 0 var(--yellow);background:#0f172a;border-radius:6px;place-items:center;font-weight:800;display:grid}.store-brand strong{font-size:14px}.store-header nav{gap:30px;margin-left:auto;display:flex}.store-header nav a{color:#334155;font-size:12px;text-decoration:none}.header-trust{color:var(--blue);-webkit-user-select:none;user-select:none;align-items:center;gap:7px;margin-left:36px;font-size:11px;font-weight:700;display:flex}.catalog-intro{background:#f6f7f5;grid-template-columns:minmax(0,1fr) minmax(320px,480px);align-items:end;gap:40px;padding:56px clamp(20px,5vw,72px) 40px;display:grid;position:relative;overflow:hidden}.catalog-intro:before{content:"";pointer-events:none;background:#2563eb0d;border-radius:50%;width:480px;height:480px;position:absolute;top:-80px;right:-80px}.catalog-intro:after{content:"";pointer-events:none;background:#2563eb0a;border-radius:50%;width:320px;height:320px;position:absolute;top:40px;right:40px}.eyebrow{border:1px solid var(--blue);background:var(--blue);color:#fff;letter-spacing:1.8px;text-transform:uppercase;border-radius:99px;align-items:center;gap:8px;margin:0 0 16px;padding:5px 14px;font-size:11px;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:#334155;border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 0 3px #2563eb40}.catalog-intro h1{letter-spacing:-1.5px;color:var(--ink);margin:0;font-size:46px;font-weight:900;line-height:1.08}.catalog-intro>div>p:last-child{color:var(--muted);margin:10px 0 0;font-size:15px;line-height:1.65}.store-search{background:#fff;border:1px solid #dde3de;border-radius:8px;align-items:center;gap:10px;height:45px;padding-left:14px;display:flex;box-shadow:0 2px 8px #0f172a0f}.store-search input{min-width:0;color:var(--ink);border:0;outline:0;flex:1}.store-search>button{background:0 0;border:0;height:100%}.store-search>button:last-child{color:#fff;background:var(--blue);border-radius:0 8px 8px 0;min-width:68px;font-size:14px;font-weight:700;box-shadow:0 2px 8px #2563eb47}.category-bar{border-bottom:1px solid var(--line);background:#f6f7f5;align-items:center;gap:8px;min-height:56px;padding:10px clamp(20px,5vw,72px);display:flex;overflow:auto}.category-bar button{white-space:nowrap;color:#334155;background:0 0;border:1px solid #c8d1cb;border-radius:6px;height:34px;padding:6px 16px;font-size:13px;font-weight:600}.category-bar button.active{border-color:var(--blue);color:#fff;background:var(--blue);box-shadow:0 2px 8px #2563eb47}.catalog-section{background:#f6f7f5;padding:32px clamp(20px,5vw,72px) 64px}.catalog-section>header{justify-content:space-between;align-items:flex-end;margin-bottom:18px;display:flex}.catalog-section>header h2{letter-spacing:-.3px;margin:0;font-size:17px;font-weight:800}.catalog-section>header span{color:var(--muted);background:#f1f4f2;border-radius:99px;align-items:center;margin-top:4px;padding:2px 8px;font-size:11px;display:inline-flex}.catalog-section>header>small{color:#7a837f;font-size:10px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:12px;min-width:0;transition:border-color .2s,box-shadow .2s;overflow:hidden;box-shadow:0 1px 4px #0f172a0d,0 4px 16px #0f172a12}.product-card:hover{border-color:#c4cdc8;box-shadow:0 2px 8px #0f172a14,0 8px 28px #0f172a1f}.product-card-link{color:inherit;text-decoration:none;display:block}.product-card-link:focus-visible{outline-offset:-3px;outline:3px solid #2563eb47}.product-media{background:#ecf1ee;height:168px;position:relative;overflow:hidden}.product-media img,.detail-main-image img{object-fit:cover;width:100%;height:100%}.product-media>span{color:#fff;background:#17201dd1;border-radius:4px;padding:5px 8px;font-size:9px;position:absolute;top:12px;left:12px}.product-placeholder{background:linear-gradient(135deg,#dce9e3,#f2eee0);place-items:center;width:100%;height:100%;display:grid}.product-placeholder span{color:#2563eb;background:#ffffffb3;border:1px solid #17201d24;border-radius:7px;place-items:center;width:58px;height:58px;font-size:25px;font-weight:800;display:grid}.product-copy{padding:16px}.product-copy>small{color:#334155;text-transform:uppercase;font-size:9px}.product-copy h2{letter-spacing:0;margin:6px 0 7px;font-size:16px}.product-copy p{height:36px;color:var(--muted);margin:0;font-size:11px;line-height:1.6;overflow:hidden}.tag-row{gap:5px;height:27px;margin-top:9px;display:flex;overflow:hidden}.tag-row span,.detail-tags span{color:#334155;background:#f0f3f1;border-radius:4px;align-items:center;height:22px;padding:0 7px;font-size:9px;display:flex}.product-stock{border-radius:4px;width:fit-content;min-height:22px;margin-top:8px;padding:4px 7px;font-size:9px;font-weight:700}.product-stock.in-stock{color:#0f172a;background:#edf8f2}.product-stock.out-stock{color:#b42318;background:#fff1ef}.product-copy footer{border-top:1px solid #edf0ee;justify-content:space-between;align-items:flex-end;margin-top:14px;padding-top:12px;display:flex}.product-copy footer small,.product-copy footer strong{display:block}.product-copy footer strong{margin-top:3px;font-size:17px}.product-card-arrow{border:1px solid var(--line);color:#fff;background:var(--blue);border-radius:6px;place-items:center;width:34px;height:34px;display:grid}.catalog-error{color:#334155;border:1px dashed #cfd6d1;border-radius:7px;align-content:center;place-items:center;gap:8px;min-height:300px;display:grid}.catalog-error strong{color:#0f172a}.catalog-error span{font-size:12px}.catalog-error button{border:1px solid var(--line);background:#fff;border-radius:5px;height:36px;margin-top:6px;padding:0 12px}.skeleton-card{background:#fff;border:1px solid #e5e8e6;border-radius:12px;height:340px;padding:16px}.skeleton-card div{background:#e9eeeb;height:150px;margin:-16px -16px 18px}.skeleton-card i{background:#edf0ee;height:12px;margin:10px 0;display:block}.skeleton-card i:nth-child(3){width:80%}.skeleton-card i:nth-child(4){width:55%}.store-pagination{color:var(--muted);justify-content:center;align-items:center;gap:16px;margin-top:28px;font-size:11px;display:flex}.store-pagination button{border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;gap:7px;height:38px;padding:0 12px;display:flex}.store-pagination button:disabled{opacity:.4;cursor:not-allowed}.service-section{border-top:1px solid var(--line);background:#dfe4e0;grid-template-columns:repeat(3,1fr);gap:1px;padding:38px clamp(20px,5vw,72px);display:grid}.service-section article{background:#fff;padding:26px}.service-section svg{color:var(--blue)}.service-section h3{margin:12px 0 6px;font-size:14px}.service-section p{color:var(--muted);margin:0;font-size:11px;line-height:1.7}.store-footer{color:#b9c3bf;background:#0f172a;justify-content:space-between;align-items:center;min-height:63px;padding:20px 28px;display:flex}.store-footer span{color:#fff;font-weight:750}.store-footer small{font-size:10px}.back-button{color:#0f172a;height:36px;font-size:13px;font-weight:600;font:inherit;cursor:pointer;background:#fff;border:1px solid #dde3de;border-radius:8px;align-items:center;gap:6px;margin-left:auto;padding:7px 14px;text-decoration:none;display:inline-flex;box-shadow:0 1px 2px #0f172a0a,0 1px 3px #0f172a0f}.detail-main{background:#fff;grid-template-columns:minmax(320px,.82fr) minmax(420px,1fr);gap:50px;padding:48px clamp(20px,6vw,92px);display:grid}.detail-visual{background:#e7ece9;border-radius:12px;height:min(560px,60vw);max-height:560px;position:relative;overflow:hidden}.detail-main-image{position:absolute;inset:0;overflow:hidden}.detail-main-image>.product-placeholder{height:100%}.detail-thumbnails{z-index:2;gap:8px;display:flex;position:absolute;bottom:72px;left:16px;right:16px;overflow-x:auto}.detail-thumbnails button{background:#e7ece9;border:2px solid #ffffffb8;border-radius:5px;flex:0 0 58px;width:58px;height:58px;padding:0;overflow:hidden}.detail-thumbnails button.active{box-shadow:0 0 0 2px var(--blue);border-color:#fff}.detail-thumbnails img,.detail-thumbnails .product-placeholder{object-fit:cover;width:100%;height:100%}.visual-caption{color:#fff;background:#17201ddb;border-radius:6px;justify-content:space-between;padding:12px 14px;font-size:11px;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.detail-content{padding-top:8px}.detail-content h1{letter-spacing:0;margin:8px 0 10px;font-size:34px}.detail-content .subtitle{color:var(--muted);margin:0;line-height:1.6}.detail-tags{gap:6px;margin:14px 0 24px;display:flex}.sku-selector{border-top:1px solid var(--line);padding-top:20px}.sku-selector>header>div{justify-content:space-between;align-items:center;display:flex}.sku-selector h2{margin:0;font-size:14px}.sku-selector header span{color:var(--muted);font-size:10px}.sku-selector header p{color:#a2481e;margin:7px 0 0;font-size:11px}.sku-options{grid-template-columns:1fr 1fr;gap:9px;margin-top:12px;display:grid}.sku-options button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:6px;min-height:82px;padding:11px;position:relative}.sku-options button.selected{border-color:var(--blue);box-shadow:0 0 0 2px #2563eb1a}.sku-options button:disabled{opacity:.48;cursor:not-allowed}.sku-check{color:#fff;background:var(--blue);border-radius:50%;place-items:center;width:20px;height:20px;display:grid;position:absolute;top:8px;right:8px}.sku-options span,.sku-options strong,.sku-options small{display:block}.sku-options span{font-size:11px;font-weight:650}.sku-options strong{color:var(--blue);margin:6px 0 3px;font-size:15px}.sku-options del{color:#8b948f;margin-bottom:3px;font-size:9px}.sku-options small{color:var(--muted);font-size:9px;line-height:1.5}.sku-options em{margin-top:7px;font-size:9px;font-style:normal;font-weight:700;display:block}.sku-options .in-stock{color:#0f172a}.sku-options .out-stock{color:#b42318}.purchase-summary{border:1px solid var(--line);background:#f8faf8;border-radius:7px;margin-top:18px;padding:16px}.purchase-summary small{color:var(--muted);font-size:9px}.purchase-summary>div>strong{font-size:12px}.purchase-summary .available,.purchase-summary .unavailable{color:#0f172a;width:fit-content;font-size:10px}.purchase-summary .unavailable{color:#b42318}.purchase-price{align-items:baseline;gap:8px;margin:14px 0 10px;display:flex}.purchase-price del{color:#909994;font-size:11px}.purchase-price strong{font-size:25px}.purchase-summary .purchase-button{color:#fff;background:var(--blue);border:0;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;display:flex}.purchase-summary .purchase-button:hover:not(:disabled),.checkout-submit:hover:not(:disabled){background:var(--blue-dark)}.purchase-summary .purchase-button:disabled{color:#8a938f;cursor:not-allowed;background:#e2e6e3}.purchase-hint{color:#334155;text-align:center;margin:9px 0 0;font-size:9px}.selected-sku-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.selected-sku-row>div{gap:4px;display:grid}.sku-facts{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.sku-facts span{color:#334155;background:#fff;border:1px solid #dfe4e0;border-radius:4px;align-items:center;min-height:24px;padding:4px 7px;font-size:9px;display:inline-flex}.purchase-actions{border-top:1px solid #e6eae7;justify-content:space-between;align-items:flex-end;gap:16px;margin:14px 0 2px;padding-top:13px;display:flex}.purchase-actions>div:last-child>label{color:var(--muted);margin-bottom:5px;font-size:9px;display:block}.purchase-actions .purchase-price{margin:0}.quantity-control{background:#fff;border:1px solid #cfd6d1;border-radius:6px;grid-template-columns:40px 40px 40px;width:122px;height:40px;display:grid;overflow:hidden}.quantity-control button{color:#0f172a;background:#fff;border:0;place-items:center;display:grid}.quantity-control button:disabled{color:#b0b8b4;cursor:not-allowed}.quantity-control input{text-align:center;appearance:textfield;border:0;border-left:1px solid #e1e6e2;border-right:1px solid #e1e6e2;outline:0;width:40px}.quantity-control input::-webkit-inner-spin-button{appearance:none;margin:0}.quantity-control input::-webkit-outer-spin-button{appearance:none;margin:0}.awaiting-selection{place-items:center;min-height:142px;display:grid}.selection-empty{color:#334155;text-align:center;justify-items:center;gap:7px;display:grid}.selection-empty strong{color:#0f172a;font-size:12px}.selection-empty span{font-size:10px}.checkout-page{background:#f4f6f4;min-height:100vh}.checkout-heading{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:flex-end;gap:28px;padding:34px clamp(20px,6vw,92px) 26px;display:flex}.checkout-heading h1{margin:0;font-size:28px}.checkout-steps{color:#9aa39e;align-items:center;gap:8px;font-size:10px;display:flex}.checkout-steps span{white-space:nowrap;align-items:center;gap:5px;min-height:30px;display:flex}.checkout-steps .done{color:var(--blue)}.checkout-steps .active{color:var(--ink);font-weight:750}.checkout-layout{grid-template-columns:minmax(0,1fr) minmax(320px,390px);align-items:start;gap:24px;max-width:1280px;margin:0 auto;padding:30px clamp(20px,5vw,64px) 70px;display:grid}.checkout-form-column{gap:16px;min-width:0;display:grid}.checkout-section,.order-summary{border:1px solid var(--line);background:#fff;border-radius:7px}.checkout-section>header{border-bottom:1px solid #e8ece9;align-items:center;gap:12px;min-height:72px;padding:16px 20px;display:flex}.checkout-section>header>svg{color:var(--blue)}.checkout-section h2,.order-summary h2{margin:0;font-size:14px}.checkout-section header p{color:var(--muted);margin:4px 0 0;font-size:10px}.checkout-heading>div>p:last-child{color:var(--muted);margin:8px 0 0;font-size:13px}.checkout-email{padding:20px}.checkout-email label{color:#0f172a;gap:8px;font-size:11px;font-weight:650;display:grid}.checkout-email input{width:100%;min-height:44px;color:var(--ink);background:#fff;border:1px solid #cfd6d1;border-radius:6px;outline:0;padding:10px 11px}.checkout-email input:focus{outline-offset:1px;border-color:var(--blue);outline:2px solid #64748b}.customer-input-fields{grid-template-columns:1fr 1fr;gap:17px;padding:20px;display:grid}.customer-input-fields>label,.customer-input-fields fieldset{border:0;align-content:start;gap:7px;min-width:0;margin:0;padding:0;display:grid}.customer-input-fields>label>span,.customer-input-fields legend{color:#0f172a;font-size:11px;font-weight:650}.customer-input-fields b{color:#a2481e;margin-left:6px;font-size:9px;font-weight:650}.customer-input-fields input,.customer-input-fields select,.customer-input-fields textarea{width:100%;min-height:44px;color:var(--ink);background:#fff;border:1px solid #cfd6d1;border-radius:6px;outline:0;padding:10px 11px}.customer-input-fields textarea{resize:vertical;min-height:82px}.customer-input-fields input:focus,.customer-input-fields select:focus,.customer-input-fields textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.customer-field-wide,.customer-input-fields fieldset,.customer-field-notice{grid-column:1/-1}.customer-field-notice{border-left:3px solid var(--yellow);color:#334155;background:#fbfaf4;margin:0;padding:10px 12px;font-size:11px;line-height:1.6}.customer-checkbox-options{flex-wrap:wrap;gap:8px;display:flex}.customer-checkbox-options label{border:1px solid var(--line);border-radius:6px;align-items:center;gap:8px;min-height:40px;padding:0 11px;font-size:11px;display:flex}.customer-fields,.address-fields{grid-template-columns:1fr 1fr;gap:17px;padding:20px;display:grid}.customer-fields>label,.address-fields>label,.customer-fields fieldset{border:0;align-content:start;gap:7px;min-width:0;margin:0;padding:0;display:grid}.customer-fields label>span:first-child,.address-fields label>span:first-child,.customer-fields legend{color:#0f172a;font-size:11px;font-weight:650}.customer-fields b{color:#a2481e;margin-left:6px;font-size:9px;font-weight:650}.customer-fields input,.customer-fields select,.customer-fields textarea,.address-fields input,.address-fields textarea{width:100%;min-height:44px;color:var(--ink);background:#fff;border:1px solid #cfd6d1;border-radius:6px;outline:0;padding:10px 11px}.customer-fields textarea,.address-fields textarea{resize:vertical;min-height:82px}.customer-fields input:focus,.customer-fields select:focus,.customer-fields textarea:focus,.address-fields input:focus,.address-fields textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.customer-fields .field-wide,.address-fields .field-wide,.customer-fields fieldset,.field-notice{grid-column:1/-1}.field-notice{border-left:3px solid var(--yellow);color:#334155;background:#fbfaf4;padding:10px 12px;font-size:11px;line-height:1.6}.field-error{color:#b42318;font-size:10px}.has-error input,.has-error select,.has-error textarea{border-color:#d92d20}.checkbox-options{flex-wrap:wrap;gap:8px;display:flex}.checkbox-options label{border:1px solid var(--line);border-radius:6px;align-items:center;gap:8px;min-height:40px;padding:0 11px;font-size:11px;display:flex}.payment-choice>label{border:1px solid var(--blue);background:#f5faf7;border-radius:6px;align-items:center;gap:11px;min-height:66px;margin:16px 20px 20px;padding:12px;display:flex}.payment-choice>label>span{flex:1;gap:4px;display:grid}.payment-choice strong{font-size:11px}.payment-choice small{color:var(--muted);font-size:9px}.payment-choice svg{color:var(--blue)}.order-summary{padding:20px;position:sticky;top:18px}.summary-product{border-bottom:1px solid #e8ece9;grid-template-columns:72px 1fr;gap:12px;margin-top:16px;padding-bottom:16px;display:grid}.summary-image{background:#edf1ef;border-radius:6px;height:72px;overflow:hidden}.summary-image img{object-fit:cover;width:100%;height:100%}.summary-image .product-placeholder span{width:36px;height:36px;font-size:15px}.summary-product>div:last-child{align-content:center;gap:4px;min-width:0;display:grid}.summary-product small{color:var(--blue);font-size:9px;font-weight:700}.summary-product strong{font-size:12px}.summary-product span{color:var(--muted);font-size:9px;line-height:1.5}.summary-specs{border-bottom:1px solid #e8ece9;margin:0;padding:13px 0}.summary-specs div,.summary-line,.summary-total{justify-content:space-between;align-items:center;gap:16px;display:flex}.summary-specs div+div{margin-top:8px}.summary-specs dt,.summary-specs dd,.summary-line{color:var(--muted);margin:0;font-size:10px}.summary-specs dd,.summary-line strong{color:#0f172a;text-align:right;font-weight:650}.summary-specs dd{overflow-wrap:anywhere;max-width:68%}.summary-stock-available{color:var(--blue)!important}.summary-stock-unavailable{color:#a33b2c!important}.summary-static-value{font-size:11px}.summary-line{border-bottom:1px solid #edf0ee;min-height:40px}.quantity-line{min-height:56px}.quantity-line .quantity-control{transform-origin:100%;transform:scale(.9)}.payment-method-summary{color:var(--muted);border-bottom:1px solid #edf0ee;gap:10px;padding:14px 0 16px;display:grid}.payment-method-summary span{color:var(--muted);font-size:11px}.payment-method-options{align-items:center;gap:8px;display:flex}.payment-method-option{white-space:nowrap;background:#f4f5f4;border:1px solid #dfe4e0;border-radius:999px;align-items:center;min-height:32px;padding:6px 14px;font-weight:650;display:inline-flex;color:#0f172a!important;font-size:12px!important}.payment-method-option.active{background:#0f172a;border-color:#0f172a;color:#fff!important}.summary-total{min-height:68px}.summary-total span{font-size:11px;font-weight:700}.summary-total strong{font-size:23px}.checkout-error,.checkout-success{border-radius:6px;align-items:flex-start;gap:8px;margin-bottom:12px;padding:11px;font-size:10px;line-height:1.5;display:flex}.checkout-error{color:#9b2c20;background:#fff1ef}.checkout-success{color:#0f172a;background:#edf8f2}.checkout-success>div{gap:3px;display:grid}.checkout-success span{color:#334155}.checkout-submit{color:#fff;background:var(--blue);border:0;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;font-weight:700;display:flex}.checkout-submit:disabled{opacity:.58;cursor:not-allowed}.checkout-progress{color:#9aa39e;gap:16px;font-size:11px;display:flex}.checkout-progress .active{color:var(--blue);font-weight:750}.payment-inline{border-top:1px solid #e8ece9;margin-top:16px;padding-top:16px}.payment-inline-meta{color:var(--muted);justify-content:space-between;align-items:baseline;font-size:11px;display:flex}.payment-inline-meta strong{color:#a2481e;font-size:20px}.payment-inline p{color:var(--muted);margin:8px 0 12px;font-size:10px}.payment-preparing{align-items:center;gap:7px;display:flex}.payment-inline-success{color:#0f172a;background:#edf8f2;border-radius:6px;align-items:center;gap:8px;margin-top:16px;padding:12px;font-size:11px;font-weight:700;display:flex}.payment-qr-modal{z-index:20;background:#14211d7a;place-items:center;padding:20px;animation:.22s ease-out both payment-qr-overlay-in;display:grid;position:fixed;inset:0}.payment-qr-modal>section{border:1px solid var(--line);transform-origin:50%;background:#fff;border-radius:8px;width:min(100%,360px);padding:22px;animation:.26s cubic-bezier(.2,.8,.2,1) both payment-qr-panel-in;box-shadow:0 18px 60px #14211d33}.payment-qr-modal header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.payment-qr-close{color:#64748b;background:0 0;border:1px solid #0000;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;margin:-4px -4px 0 0;padding:0;transition:color .16s,background-color .16s,border-color .16s,transform .16s;display:grid}.payment-qr-close:hover{color:#2563eb;background:#eff6ff;border-color:#dbeafe;transform:scale(1.04)}.payment-qr-close:active{transform:scale(.94)}.payment-qr-close svg{stroke-width:1.8px}.payment-qr-modal h2{margin:0;font-size:18px}.payment-qr-modal .payment-qr{margin:20px auto 14px}.payment-qr-modal>section>p{color:var(--muted);text-align:center;margin:0;font-size:11px}.payment-qr-modal.is-completing{animation:.32s ease-in 4.68s both payment-qr-overlay-out}.payment-qr-modal.is-completing>section{animation:.32s ease-in 4.68s both payment-qr-panel-out}.payment-qr-success{text-align:center;align-content:center;place-items:center;gap:11px;min-height:236px;padding:18px 0 8px;animation:.36s cubic-bezier(.2,.8,.2,1) both payment-qr-success-in;display:grid}.payment-qr-success-mark{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:50%;place-items:center;width:66px;height:66px;animation:.42s cubic-bezier(.2,.8,.2,1) both payment-qr-success-pop;display:grid;box-shadow:0 10px 26px #2563eb29}.payment-qr-success strong{color:#0f172a;font-size:16px}.payment-qr-success p{color:var(--muted);margin:0;font-size:11px}@keyframes payment-qr-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes payment-qr-panel-in{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes payment-qr-success-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes payment-qr-success-pop{0%{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}@keyframes payment-qr-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes payment-qr-panel-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-8px)scale(.98)}}.summary-notice{color:#7a837f;text-align:center;margin:11px 0 0;font-size:9px;line-height:1.6}.route-loading,.route-error{color:#334155;text-align:center;align-content:center;place-items:center;gap:10px;min-height:calc(100vh - 72px);padding:30px;display:grid}.route-loading strong,.route-error strong{color:#0f172a;font-size:13px}.route-error span{font-size:11px}.route-error button{border:1px solid var(--line);background:#fff;border-radius:6px;min-height:40px;padding:0 14px}.spin{animation:.8s linear infinite store-spin}@keyframes store-spin{to{transform:rotate(360deg)}}.detail-bands{grid-template-columns:repeat(3,1fr);gap:12px;padding:34px clamp(20px,6vw,92px);display:grid}.checkout-delivery-note{color:var(--blue);align-items:center;gap:7px;margin:16px 0 0;font-size:11px;font-weight:700;display:flex}.checkout-availability-note{color:#8a6a2b;margin:10px 0 0;font-size:10px;line-height:1.5}.checkout-notice{color:var(--muted);margin-top:14px;font-size:11px;line-height:1.7}.checkout-notice summary{cursor:pointer;color:#334155;font-weight:700}.checkout-notice p{white-space:pre-wrap;margin:8px 0 0}.detail-bands details{border-top:2px solid var(--blue);padding:15px 0}.detail-bands summary{cursor:pointer;font-size:13px;font-weight:700}.detail-bands details[open] summary{margin-bottom:9px}.detail-bands p{color:var(--muted);white-space:pre-wrap;margin:0;font-size:11px;line-height:1.8}.service-strip{color:#d2dbd7;background:#0f172a;justify-content:center;gap:50px;min-height:68px;padding:0 clamp(20px,6vw,92px);display:flex}.service-strip div{align-items:center;gap:8px;font-size:11px;display:flex}@media (width<=1050px){.product-grid{grid-template-columns:repeat(3,1fr)}.detail-main{gap:30px}.checkout-layout{grid-template-columns:minmax(0,1fr) 330px}}@media (width<=780px){.header-trust{display:none}.store-header nav{gap:13px;margin-left:auto;display:flex}.store-header nav a{font-size:11px}.store-header nav a:first-child{display:none}.catalog-intro{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.detail-main{grid-template-columns:1fr}.detail-visual{height:420px}.detail-bands,.service-section{grid-template-columns:1fr}.service-strip{flex-wrap:wrap;gap:20px}.checkout-heading{flex-direction:column;align-items:flex-start}.checkout-progress{justify-content:space-between;width:100%}.checkout-layout{grid-template-columns:1fr}.order-summary{order:-1;position:static}.store-footer{gap:20px}}@media (width<=500px){.payment-qr-modal{padding:12px}.payment-qr-modal>section{padding:18px}.catalog-intro h1{font-size:30px}.product-grid{grid-template-columns:1fr}.product-media{height:200px}.catalog-section>header>small{display:none}.sku-options{grid-template-columns:1fr}.purchase-actions{flex-direction:column;align-items:flex-start}.purchase-actions>div:last-child,.quantity-control{width:100%}.quantity-control{grid-template-columns:44px minmax(44px,1fr) 44px}.quantity-control input{width:100%}.detail-main{padding-top:24px}.detail-visual{height:320px}.store-footer{flex-direction:column;justify-content:center;align-items:flex-start}.back-button{font-size:0}.back-button svg{margin:auto}.checkout-heading{padding-top:25px}.checkout-heading h1{font-size:24px}.checkout-steps{justify-content:space-between;gap:4px;width:100%}.checkout-steps svg{flex:none}.checkout-layout{padding:18px 14px 50px}.checkout-section>header,.customer-fields,.customer-input-fields,.address-fields,.order-summary{padding-left:15px;padding-right:15px}.customer-fields,.customer-input-fields,.address-fields{grid-template-columns:1fr}.customer-fields .field-wide,.address-fields .field-wide,.customer-fields fieldset,.field-notice{grid-column:auto}.summary-product{grid-template-columns:64px 1fr}.summary-image{height:64px}.quantity-line .quantity-control{grid-template-columns:40px 40px 40px;width:122px}}.order-page,.order-query-page,.order-issue-page{background-color:#f6f7f5;background-image:radial-gradient(circle at 85% 20%,#2563eb12 0%,#0000 45%),radial-gradient(circle at 92% 28%,#2563eb0d 0%,#0000 35%);min-height:100vh}.order-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;max-width:1180px;margin:0 auto;padding:58px 28px 30px;display:flex}.order-heading h1{margin:7px 0;font-size:32px}.order-heading>div>p:last-child{color:var(--muted);margin:0}.order-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.order-heading-actions button,.order-heading-actions a{border:1px solid var(--line);min-height:36px;color:var(--ink);font:inherit;background:#fff;border-radius:6px;align-items:center;gap:6px;padding:0 10px;font-size:11px;text-decoration:none;display:inline-flex}.order-state{color:#0f172a;background:#edf8f1;border:1px solid #64748b;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:700}.state-expired,.state-cancelled{color:#334155;background:#eef1ef;border-color:#d8ddda}.order-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:22px;max-width:1180px;margin:28px auto 72px;padding:0 28px;display:grid}.order-main,.order-side>section,.order-amount{border:1px solid var(--line);background:#fff;border-radius:7px}.order-main>header{border-bottom:1px solid #e7ebe8;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:15px;padding:24px;display:grid}.order-main h2,.order-side h2{margin:2px 0;font-size:17px}.order-main header p,.order-main header small,.order-side p,.order-side small{color:var(--muted);margin:0}.order-product-icon{width:48px;height:48px;color:var(--blue);background:#edf4f0;border-radius:6px;place-items:center;display:grid}.order-specs{border-bottom:1px solid #e7ebe8;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px;margin:0;padding:20px 24px;display:grid}.order-specs div,.order-amount div{justify-content:space-between;gap:16px;display:flex}.order-specs dt,.order-amount dt{color:var(--muted)}.order-specs dd,.order-amount dd{text-align:right;margin:0;font-weight:650}.order-timeline{padding:24px}.order-timeline>div{color:#8a938e;gap:14px;min-height:66px;display:flex;position:relative}.order-timeline>div:not(:last-child):after{content:"";background:#dfe4e1;width:1px;position:absolute;top:14px;bottom:-2px;left:5px}.order-timeline i{z-index:1;background:#fff;border:2px solid #c5ccc8;border-radius:50%;width:11px;height:11px;margin-top:4px}.order-timeline .active{color:var(--ink)}.order-timeline .active i{border-color:var(--blue);background:var(--blue)}.order-timeline span,.order-address>div{flex-direction:column;gap:4px;display:flex}.order-timeline small,.order-address span{color:var(--muted)}.order-address{background:#f5f7f5;border-radius:6px;gap:12px;margin:0 24px 24px;padding:16px;display:flex}.shipment-result,.manual-processing,.activation-code-pending{border-left:3px solid var(--blue);background:#f5f7f5;gap:12px;margin:0 24px 24px;padding:16px;display:flex}.shipment-result>svg,.manual-processing>svg,.activation-code-pending>svg{color:var(--blue);flex:none}.shipment-result div,.manual-processing div,.activation-code-pending div{gap:5px;min-width:0;display:grid}.shipment-result span,.shipment-result small,.manual-processing span,.activation-code-pending span{color:var(--muted);font-size:11px}.delivery-panel{border-top:1px solid var(--line)}.delivery-reissue-notice{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-left:3px solid #2563eb;border-radius:6px;align-items:flex-start;gap:10px;margin:0 24px 20px;padding:12px 14px;display:flex}.delivery-reissue-notice>svg{color:#2563eb;flex:none;margin-top:1px}.delivery-reissue-notice>div{gap:4px;min-width:0;display:grid}.delivery-reissue-notice strong{color:#1e3a8a;font-size:12px}.delivery-reissue-notice span{color:#475569;font-size:11px;line-height:1.55}.delivery-termination-notice{color:#991b1b;background:#fff5f5;border:1px solid #fecaca;border-left:3px solid #dc2626;border-radius:6px;align-items:flex-start;gap:11px;margin:0 24px 24px;padding:14px 16px;display:flex}.delivery-termination-notice>svg{flex:none;margin-top:1px}.delivery-termination-notice>div{gap:4px;min-width:0;display:grid}.delivery-termination-notice strong{font-size:12px}.delivery-termination-notice span,.delivery-termination-notice time{color:#7f1d1d;font-size:11px;line-height:1.55}.delivery-batch-actions{justify-content:flex-end;gap:8px;padding:12px 24px 0;display:flex}.delivery-batch-actions button{border:1px solid var(--line);min-height:30px;color:var(--ink);background:#fff;border-radius:5px;align-items:center;gap:5px;padding:0 10px;font-size:11px;display:inline-flex}.delivery-panel>header,.customer-after-sales>header{align-items:flex-start;gap:10px;padding:20px 24px 12px;display:flex}.delivery-panel h2,.delivery-panel p,.customer-after-sales h2,.customer-after-sales p{margin:0}.delivery-panel p,.customer-after-sales p{color:var(--muted);margin-top:4px;font-size:11px}.delivery-panel>header>svg,.customer-after-sales>header>svg{color:var(--blue);flex:none}.delivery-list{gap:12px;padding:0 24px 24px;display:grid}.delivery-list article{background:#f5fbf8;border:1px solid #dbeafe;border-radius:6px;padding:13px 14px}.delivery-list article>strong{margin-bottom:9px;font-size:11px;display:block}.delivery-list article>div{border-top:1px solid #dfeae4;grid-template-columns:minmax(72px,.4fr) minmax(0,1fr) auto;align-items:center;gap:8px;min-height:36px;display:grid}.delivery-list span{color:var(--muted);font-size:10px}.delivery-list code{overflow-wrap:anywhere;min-width:0;color:var(--ink);font-size:12px}.delivery-list button{border:1px solid var(--line);background:#fff;border-radius:5px;align-items:center;gap:4px;min-width:32px;height:30px;font-size:9px;display:inline-flex}.order-side{gap:14px;display:grid}.payment-panel,.after-sales-panel{gap:12px;padding:20px;display:flex}.customer-after-sales{padding-bottom:20px}.customer-after-sales>header{padding:20px}.customer-after-sales>form{gap:10px;padding:0 20px;display:grid}.support-status{gap:5px;padding:0 20px 4px;display:grid}.support-status strong{font-size:12px}.support-status span{color:var(--muted);font-size:11px;line-height:1.6}.customer-after-sales label{color:var(--muted);gap:5px;font-size:10px;font-weight:650;display:grid}.customer-after-sales textarea{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:5px;padding:8px}.customer-after-sales select,.query-shell select,.query-shell textarea{border:1px solid var(--line);width:100%;min-height:38px;color:var(--ink);font:inherit;background:#fff;border-radius:5px;padding:0 8px}.customer-case-list{border-top:1px solid var(--line);margin:0 20px 16px}.customer-case-list article{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:11px 0;display:grid}.customer-case-list strong,.customer-case-list small{display:block}.customer-case-list small{color:var(--muted);margin-top:4px;font-size:9px}.customer-case-list .order-state{padding:4px 6px;font-size:9px}.customer-case-list p{grid-column:1/-1}.payment-panel>svg,.after-sales-panel>svg{color:var(--blue);flex:none}.payment-panel>div{flex:1;min-width:0}.payment-action{background:var(--blue);color:#fff;width:100%;font:inherit;cursor:pointer;border:0;border-radius:6px;justify-content:center;align-items:center;gap:8px;margin-top:15px;padding:10px 12px;font-weight:700;display:flex}.payment-action:disabled{opacity:.65;cursor:wait}.payment-expiry-notice{background:#fffaf0;border:1px solid #f0d59a;border-radius:6px;gap:4px;margin-top:14px;padding:9px 10px;display:grid}.payment-expiry-notice strong{color:#9a6200;font-size:13px}.payment-expiry-notice span{color:#876f4a;font-size:11px;line-height:1.5}.delivery-list .activation-code-row{background:#fff;border:1px solid #dbeafe;border-radius:5px;grid-template-columns:minmax(72px,.4fr) minmax(0,1fr) auto;min-height:52px;padding:8px 9px}.delivery-list .activation-code-row code{color:#0f172a;font-size:14px;font-weight:750}.payment-error{color:#b42318;margin-top:10px;font-size:12px;display:block}.payment-qr{box-sizing:border-box;background:#fff;border:1px solid #e1e7e3;border-radius:6px;place-items:center;width:100%;margin-top:14px;padding:10px;display:grid}.payment-qr img{width:min(220px,100%);height:auto;image-rendering:pixelated;display:block}.payment-qr.pending{background:linear-gradient(90deg,#f1f4f2 25%,#e7ece9 37%,#f1f4f2 63%) 0 0/400% 100%;min-height:220px;animation:1.4s infinite payment-qr-loading}.payment-qr-error{color:#9b2c20;background:#fff1ef;border-radius:5px;margin:12px 0 0;padding:9px;font-size:11px;line-height:1.4}@keyframes payment-qr-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.order-amount{gap:12px;margin:0;padding:18px 20px;display:grid}.order-amount .total{border-top:1px solid #e7ebe8;margin-top:4px;padding-top:14px;font-size:17px}.order-security{color:var(--muted);justify-content:center;align-items:center;gap:7px;margin:2px 0;font-size:12px;display:flex}.route-actions{gap:9px;display:flex}.route-actions a,.query-reset{color:var(--blue);font:inherit;cursor:pointer;background:0 0;border:0;font-weight:650;text-decoration:none}.query-result{border-top:1px solid var(--line);margin:0 30px 30px;padding:18px}.query-result>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.query-result>header div{gap:5px;display:grid}.query-result>header span:first-child,.query-result dt{color:var(--muted);font-size:11px}.query-result>header strong{overflow-wrap:anywhere;font-size:14px}.query-result-actions{align-items:center;gap:7px;display:flex!important}.query-result-actions .icon-button{width:30px;min-height:30px;padding:0}.query-result dl{gap:9px;margin:16px 0;display:grid}.query-result dl div{justify-content:space-between;gap:14px;display:flex}.query-result dd{color:var(--ink);text-align:right;margin:0;font-size:12px;font-weight:650}.query-result p{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.query-delivery-state{border-left:3px solid var(--blue);background:#f3f8f5;align-items:flex-start;gap:9px;margin-top:16px;padding:12px;display:flex}.query-delivery-state>svg{color:var(--blue);flex:none}.query-delivery-state>div{flex:1;gap:4px;min-width:0;display:grid}.query-delivery-state strong{color:var(--ink);font-size:12px}.query-delivery-state span,.query-delivery-state small{color:var(--muted);font-size:11px;line-height:1.5}.query-delivery-state small{color:#8a5a0a}.query-delivery-state.failed{background:#fff4f1;border-left-color:#bd5a4b}.query-delivery-state.failed>svg{color:#bd5a4b}.query-delivery-state a{color:var(--primary);white-space:nowrap;align-self:center;font-size:11px;font-weight:700}.query-result .customer-after-sales{border-top:1px solid var(--line);margin-top:16px}.query-shell{background:#fff;border:1px solid #dde3de;border-radius:16px;width:min(520px,100% - 48px);margin:40px auto;box-shadow:0 4px 12px #0f172a0f,0 12px 36px #0f172a17}.query-shell>header{border-bottom:1px solid #dde3de;padding:48px 48px 24px}.query-shell>header>svg{color:var(--blue)}.query-shell h1{letter-spacing:-.5px;color:#0f172a;margin:8px 0 4px;font-size:26px;font-weight:900}.query-shell header>p:last-child{color:#334155;margin:7px 0 0;font-size:14px;line-height:1.65}.query-shell form{gap:16px;padding:26px 48px 44px;display:grid}.query-shell label{color:#0f172a;gap:7px;font-size:13px;font-weight:700;display:grid}.query-shell input{min-width:0;font:inherit;letter-spacing:.4px;color:var(--ink);background:#f9faf8;border:1px solid #dde3de;border-radius:8px;padding:11px 14px;font-size:14px}.query-shell input:focus{outline-offset:1px;border-color:var(--blue);outline:2px solid #64748b}.query-message{color:#0f172a;background:#edf8f1;border-radius:6px;align-items:center;gap:9px;padding:12px;font-size:13px;display:flex}.query-reset{justify-self:center}@media (width<=900px){.order-layout{grid-template-columns:1fr}}@media (width<=600px){.order-heading{align-items:flex-start;gap:16px;padding:34px 18px 22px}.order-heading-actions{justify-content:flex-start}.order-heading h1{font-size:25px}.order-layout{margin-top:18px;padding:0 14px}.order-main>header{grid-template-columns:42px minmax(0,1fr);padding:18px}.order-main>header>strong{grid-column:2}.order-product-icon{width:42px;height:42px}.order-specs{grid-template-columns:1fr;padding:18px}.order-timeline{padding:18px}.order-address,.shipment-result,.manual-processing{margin:0 18px 18px}.delivery-panel>header,.delivery-list{padding-left:18px;padding-right:18px}.delivery-reissue-notice{margin-left:18px;margin-right:18px}.delivery-list article>div{grid-template-columns:1fr auto}.delivery-list article>div>span{grid-column:1/-1}.delivery-batch-actions{padding-left:18px;padding-right:18px}.query-shell{margin:28px auto}.query-shell>header,.query-shell form{padding-left:20px;padding-right:20px}.query-result{margin-left:20px;margin-right:20px;padding-left:0;padding-right:0}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.spin{animation:none}}.order-query-page{isolation:isolate;background-color:#f7f9f7;background-image:linear-gradient(#e0e8e27a 1px,#0000 1px),linear-gradient(90deg,#e0e8e27a 1px,#0000 1px),radial-gradient(circle at 86% 22%,#2563eb13,#0000 30%),radial-gradient(circle at 8% 88%,#2563eb0f,#0000 27%);background-size:36px 36px,36px 36px,auto,auto;position:relative}.order-query-page:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 50% 8%,#ffffffe6,#0000 38%);position:absolute;inset:59px 0 0}.order-query-page .store-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f6f7f5eb;padding-left:max(24px,50% - 662.5px);padding-right:max(24px,50% - 662.5px)}.order-query-page .query-shell{border:1px solid #d9e2dc;border-top:3px solid #2563eb;border-radius:16px;width:min(520px,100% - 40px);margin:clamp(88px,22vh,199px) auto 80px;animation:.42s both query-shell-in;overflow:hidden;box-shadow:0 3px 8px #0f172a0d,0 15px 34px #0f172a1a}.order-query-page .query-shell>header{background:linear-gradient(#fff 0%,#fbfdfb 100%);border-bottom:1px solid #e4ebe6;padding:47px 48px 26px}.order-query-page .query-shell>header>svg{color:#2563eb;box-sizing:content-box;background:#edf7f0;border:1px solid #dbeafe;border-radius:9px;width:24px;height:24px;padding:10px}.order-query-page .query-shell .eyebrow{color:#2563eb;letter-spacing:1.6px;background:#eaf4ed;border:0;border-radius:5px;margin-top:20px;margin-bottom:12px;padding:4px 11px;font-size:10px}.order-query-page .query-shell .eyebrow:before{width:5px;height:5px;box-shadow:none}.order-query-page .query-shell h1{color:#0f172a;letter-spacing:-.8px;margin:0;font-size:29px;line-height:1.2}.order-query-page .query-shell header>p:last-child{color:#334155;max-width:34em;margin:10px 0 0;font-size:13px;line-height:1.7}.order-query-page .query-shell form{background:#fff;gap:16px;padding:27px 48px 42px}.order-query-page .query-shell label{color:#0f172a;gap:8px;font-size:13px;font-weight:750}.order-query-page .query-shell input{color:#0f172a;letter-spacing:.55px;background:#fbfdfb;border:1px solid #cfdad3;border-radius:7px;min-height:45px;padding:11px 13px;font-size:14px;transition:border-color .2s,box-shadow .2s,background-color .2s}.order-query-page .query-shell .checkout-submit{background:#2563eb;border-radius:7px;min-height:46px;margin-top:4px;font-size:13px;transition:transform .2s,box-shadow .2s,background-color .2s;box-shadow:0 4px 10px #2563eb33}.order-query-page .query-shell .checkout-submit:active:not(:disabled){transform:translateY(0)}.order-query-page .query-result{background:#fbfdfb;border-top:1px solid #e4ebe6;margin:0;padding:24px 40px 34px;animation:.3s both query-result-in}.order-query-page .query-result>header{border-bottom:1px solid #e4ebe6;padding-bottom:16px}.order-query-page .query-result>header strong{color:#0f172a;letter-spacing:.3px;font-size:15px}.order-query-page .query-result .order-state{border-radius:5px;padding:6px 9px;font-size:11px}.order-query-page .query-result dl{gap:0;margin:18px 0 0}.order-query-page .query-result dl div{border-bottom:1px solid #edf1ee;min-height:36px;padding:8px 0}.order-query-page .query-result dl div:last-child{border-bottom:0}.order-query-page .query-result dd{color:#0f172a;max-width:70%;font-size:12px}.order-query-page .query-delivery-state{background:#edf7f0;border-left-width:3px;border-radius:0 6px 6px 0;margin-top:18px;padding:14px}.order-query-page .query-delivery-state.failed{background:#fff4f1}.order-query-page .delivery-termination-notice{margin:18px 0 0}@keyframes query-shell-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes query-result-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.order-query-page .query-shell{width:min(100% - 28px,492px);margin:40px auto 52px}.order-query-page .query-shell>header,.order-query-page .query-shell form,.order-query-page .query-result{padding-left:20px;padding-right:20px}.order-query-page .query-shell>header{padding-top:30px;padding-bottom:22px}.order-query-page .query-shell h1{font-size:26px}}@media (prefers-reduced-motion:reduce){.order-query-page .query-shell,.order-query-page .query-result{animation:none}}.order-issue-page{isolation:isolate;background-color:#f7f9f7;background-image:linear-gradient(#e0e8e27a 1px,#0000 1px),linear-gradient(90deg,#e0e8e27a 1px,#0000 1px),radial-gradient(circle at 86% 22%,#2563eb13,#0000 30%),radial-gradient(circle at 8% 88%,#2563eb0f,#0000 27%);background-size:36px 36px,36px 36px,auto,auto;min-height:100vh;position:relative}.order-issue-page:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 50% 8%,#ffffffe6,#0000 38%);position:absolute;inset:59px 0 0}.order-issue-page .store-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f6f7f5eb;padding-left:max(24px,50% - 662.5px);padding-right:max(24px,50% - 662.5px)}.order-issue-page .query-shell{background:#fff;border:1px solid #dde3de;border-radius:16px;width:min(520px,100% - 40px);margin:clamp(48px,7vh,72px) auto 80px;animation:.42s both query-shell-in;overflow:hidden;box-shadow:0 4px 12px #0f172a0f,0 12px 36px #0f172a17}.order-issue-page .query-shell>header{background:#fff;border-bottom:0;padding:48px 48px 24px}.order-issue-page .query-shell>header>svg{color:#2563eb;box-sizing:content-box;background:#e8f2ed;border:1px solid #2563eb;border-radius:10px;width:22px;height:22px;padding:11px;display:block}.order-issue-page .query-shell .eyebrow{color:#2563eb;letter-spacing:2.5px;background:0 0;border:0;border-radius:0;margin-top:18px;margin-bottom:0;padding:0;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:700;line-height:15px;display:block}.order-issue-page .query-shell .eyebrow:before{display:none}.order-issue-page .query-shell h1{color:#0f172a;letter-spacing:-.5px;margin:8px 0 0;font-size:26px;font-weight:900;line-height:1.5}.order-issue-page .query-shell header>p:last-child{color:#334155;max-width:34em;margin:7px 0 0;font-size:14px;font-weight:400;line-height:1.65}.order-issue-page .query-shell form{background:#fff;border-top:1px solid #dde3de;gap:18px;margin-top:28px;padding:26px 48px 44px;position:relative}.order-issue-page .query-shell label{color:#0f172a;gap:7px;font-size:13px;font-weight:700;line-height:20px}.order-issue-page .query-shell input,.order-issue-page .query-shell select,.order-issue-page .query-shell textarea{color:#0f172a;background:#f9faf8;border:1px solid #dde3de;border-radius:8px;width:100%;min-height:45px;padding:11px 14px;font-size:14px;font-weight:400;line-height:21px;transition:border-color .2s,box-shadow .2s,background-color .2s}.order-issue-page .query-shell input{letter-spacing:.4px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.order-issue-page .query-shell select{appearance:auto;padding-top:10px;padding-bottom:10px}.order-issue-page .query-shell textarea{resize:vertical;min-height:143px;line-height:1.7}.order-issue-page .query-shell input::placeholder,.order-issue-page .query-shell textarea::placeholder{color:#0f172a80;letter-spacing:0}.order-issue-page .query-shell input:focus,.order-issue-page .query-shell select:focus,.order-issue-page .query-shell textarea:focus{background:#fff;border-color:#2563eb;outline:0;box-shadow:0 0 0 3px #2563eb21}.order-issue-page .query-shell .checkout-error,.order-issue-page .query-shell .query-message{border-radius:8px}.order-issue-page .query-shell .checkout-submit{background:#2563eb;border-radius:8px;min-height:47px;margin-top:0;padding:12px 26px;font-size:15px;font-weight:700;line-height:22.5px;transition:transform .2s,box-shadow .2s,background-color .2s;box-shadow:0 4px 10px #2563eb33}.order-issue-page .query-shell .checkout-submit:hover:not(:disabled){background:#0f172a;transform:translateY(-1px);box-shadow:0 6px 14px #2563eb40}.order-issue-page .query-shell .checkout-submit:active:not(:disabled){transform:translateY(0)}.order-issue-page .back-button{color:#2563eb;border-color:#dbeafe;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s}.order-issue-page .back-button:hover:not(:disabled){background:#f4faf6;border-color:#64748b;transform:translateY(-1px);box-shadow:0 2px 4px #2563eb14,0 5px 12px #2563eb1f}.order-issue-page .back-button:active:not(:disabled){background:#edf7f0;transform:translateY(0);box-shadow:0 1px 2px #2563eb14}.order-query-page{flex-direction:column;display:flex}.order-query-page .query-shell{margin:auto}.order-query-page .query-shell>header>svg{display:block}.order-query-page .query-shell>header{border-bottom:0}.order-query-page .query-shell .eyebrow{color:#2563eb;letter-spacing:2.5px;background:0 0;border:0;border-radius:0;margin-top:18px;margin-bottom:0;padding:0;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:700;line-height:15px;display:block}.order-query-page .query-shell .eyebrow:before{display:none}.order-query-page .query-shell h1{letter-spacing:-.5px;margin-top:8px;font-size:26px;font-weight:900;line-height:1.5}.order-query-page .query-shell header>p:last-child{color:#334155;margin-top:7px;font-size:14px;line-height:1.65}.order-query-page .query-shell form{border-top:1px solid #dde3de;gap:20px;margin-top:28px;padding:26px 48px 44px}.order-query-page .query-shell .checkout-submit{border-radius:8px;min-height:47px;margin-top:0;font-size:15px;line-height:22.5px}.order-query-page .back-button{color:#2563eb;border-color:#dbeafe;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s}.order-query-page .back-button:hover:not(:disabled){background:#f4faf6;border-color:#64748b;transform:translateY(-1px);box-shadow:0 2px 4px #2563eb14,0 5px 12px #2563eb1f}.order-query-page .back-button:active:not(:disabled){background:#edf7f0;transform:translateY(0);box-shadow:0 1px 2px #2563eb14}@media (width<=600px){.order-issue-page .query-shell{width:min(100% - 28px,492px);margin:40px auto 52px}.order-issue-page .query-shell>header,.order-issue-page .query-shell form{padding-left:20px;padding-right:20px}.order-issue-page .query-shell>header{padding-top:30px;padding-bottom:22px}.order-issue-page .query-shell h1{font-size:26px}}@media (prefers-reduced-motion:reduce){.order-issue-page .query-shell{animation:none}}@media (width<=600px){.order-query-page .query-shell{width:min(100% - 28px,492px);margin:32px auto 52px}.order-query-page .query-shell>header,.order-query-page .query-shell form{padding-left:20px;padding-right:20px}.order-query-page .query-shell>header{padding-top:30px;padding-bottom:22px}}.store-page{isolation:isolate;background-color:#f7f8f6;background-image:radial-gradient(circle at 92% 12%,#2563eb12,#0000 30%),radial-gradient(circle at 5% 64%,#2563eb0b,#0000 26%);background-size:auto,auto;flex-direction:column;min-height:100vh;display:flex;position:relative}.store-page:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(#2563eb0d,#2563eb00);height:340px;position:absolute;inset:59px 0 auto}.store-page:after{content:"";z-index:-1;pointer-events:none;opacity:.65;background-image:radial-gradient(circle at 29% 9%,#2563eb6b 0 2px,#0000 2.5px),radial-gradient(circle at 70% 23%,#2563eb61 0 2px,#0000 2.5px),radial-gradient(circle at 35% 49%,#2563eb52 0 2px,#0000 2.5px),radial-gradient(circle at 64% 76%,#2563eb52 0 2px,#0000 2.5px),radial-gradient(circle at 14% 94%,#2563eb47 0 2px,#0000 2.5px),radial-gradient(circle at 92% 43%,#2563eb4d 0 2px,#0000 2.5px);position:absolute;inset:59px 0 0}.store-page .eyebrow{color:#2563eb;letter-spacing:2.5px;background:0 0;border:0;border-radius:0;margin:0;padding:0;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;font-weight:700;line-height:16.5px;display:block}.store-page .eyebrow:before{display:none}.store-page .store-header{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f7f5bf;border-bottom-color:#dde3de8c;padding-left:max(20px,50% - 720px);padding-right:max(20px,50% - 720px);position:relative;box-shadow:0 2px 16px #0f172a0f}.store-page .store-header nav{align-items:center;gap:2px}.store-page .store-header nav a{border-radius:6px;justify-content:center;align-items:center;min-height:34px;padding:7px 14px;line-height:20.25px;transition:color .2s,background-color .2s;display:inline-flex}.store-page .store-header nav a:not(:first-child):hover{color:#2563eb}.store-page .header-trust{white-space:nowrap;justify-content:center;align-items:center;gap:6px;margin-left:2px;padding:6px 14px 6px 18px;font-size:13px;font-weight:500;line-height:20px;display:inline-flex}.store-page .catalog-intro,.store-page .category-bar,.store-page .catalog-section{padding-left:max(20px,50% - 720px);padding-right:max(20px,50% - 720px)}.store-page .catalog-intro,.store-page .catalog-section{background-color:#0000}.store-page:after{display:none}@keyframes store-particle-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.store-page .catalog-intro,.store-page .category-bar,.store-page .catalog-section,.store-page .product-grid,.store-page .store-footer{position:relative}.store-page .catalog-intro:before,.store-page .catalog-intro:after,.store-page .category-bar:before,.store-page .category-bar:after,.store-page .catalog-section:before,.store-page .catalog-section:after,.store-page .product-grid:before,.store-page .product-grid:after,.store-page .store-footer:before,.store-page .store-footer:after{content:"";z-index:0;pointer-events:none;background:#2563eb33;border-radius:50%;width:4px;height:4px;animation:9s ease-in-out infinite store-particle-float;position:absolute}.store-page .catalog-intro:before{animation-delay:-2.2s;top:76px;left:24%}.store-page .catalog-intro:after{opacity:.8;width:3px;height:3px;animation-duration:11s;animation-delay:-6.4s;top:152px;right:29%}.store-page .category-bar:before{width:3px;height:3px;animation-duration:7s;animation-delay:-1.6s;top:8px;left:36%}.store-page .category-bar:after{animation-duration:10s;animation-delay:-7.1s;top:22px;right:18%}.store-page .catalog-section:before{animation-duration:12s;animation-delay:-4.8s;top:126px;left:8%}.store-page .catalog-section:after{opacity:.85;width:3px;height:3px;animation-duration:8s;animation-delay:-3.3s;top:312px;right:26%}.store-page .product-grid:before{width:3px;height:3px;animation-duration:6s;animation-delay:-5.2s;top:86px;left:48%}.store-page .product-grid:after{animation-duration:10s;animation-delay:-8.5s;top:352px;right:6%}.store-page .store-footer:before{background:#2563eb40;width:3px;height:3px;animation-duration:8s;animation-delay:-2.9s;top:16px;left:15%}.store-page .store-footer:after{background:#2563eb38;width:3px;height:3px;animation-duration:12s;animation-delay:-9.2s;bottom:14px;right:22%}.store-page .catalog-intro{grid-template-columns:minmax(0,1fr) minmax(420px,420px)}.store-page .catalog-intro h1{margin-top:12px}.store-page .store-search{width:420px;max-width:100%;height:45px;box-shadow:none;background:0 0;border:0;border-radius:0;gap:8px;padding:0;position:relative}.store-page .store-search>svg{z-index:1;color:#64748b;pointer-events:none;display:block;position:absolute;top:14px;left:12px}.store-page .store-search input{background:#fff;border:1px solid #cfdad3;border-radius:8px;min-width:0;height:45px;padding:11px 108px 11px 36px;transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 8px #0f172a0f}.store-page .store-search>button:not(:last-child){z-index:2;color:#64748b;background:0 0;border-radius:6px;place-items:center;width:32px;min-width:32px;height:33px;padding:0;display:grid;position:absolute;top:6px;right:76px}.store-page .store-search>button:not(:last-child):hover{color:#2563eb;background:0 0}.store-page .store-search input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f,0 3px 10px #0f172a14}.store-page .store-search>button:last-child{background:#2563eb;border-radius:8px;min-width:68px;height:45px;box-shadow:0 2px 8px #2563eb38}.store-page .category-bar{background:0 0;border-bottom:0;min-height:34px;padding-top:0;padding-bottom:0}.store-page .category-bar button{transition:color .2s,border-color .2s,background-color .2s,box-shadow .2s}.store-page .category-bar button:hover:not(.active){color:#2563eb;background:#f0f6f2;border-color:#64748b}.store-page .catalog-section{flex:1 0 auto;padding-top:32px}.store-page .product-card{border-color:#dde3de;min-height:360px;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:0 1px 4px #0f172a0d,0 4px 16px #0f172a12}.store-page .product-media{height:178px}.store-page .product-media>span{border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700;top:20px;left:16px}.store-page .product-placeholder{background:#e8f0ea}.store-page .product-card:nth-child(3) .product-placeholder{background:#f0ede8}.store-page .product-placeholder span{border-radius:10px;width:56px;height:56px;font-size:24px;box-shadow:0 2px 4px #0f172a1a}.store-page .product-copy>small{letter-spacing:1.1px;color:#9eaaa4;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:700;line-height:15px}.store-page .product-copy{position:relative}.store-page .product-copy:before{content:"</>";color:#2563eb66;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:600;line-height:15px;position:absolute;top:18px;right:20px}.store-page .product-copy h2{letter-spacing:-.2px;margin-top:4px;margin-bottom:4px;font-size:17px}.store-page .product-copy p{height:20px;font-size:12px;line-height:1.45}.store-page .product-copy footer{border-top:0;margin-top:0;padding-top:0}.store-page .product-copy footer small{color:#9eaaa4;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:16.5px}.store-page .product-copy footer strong{letter-spacing:-.3px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:20px;line-height:28px}.store-page .product-stock{color:#334155;background:0 0;border-top:1px solid #dde3de;border-radius:0;align-items:center;gap:5px;min-height:24px;margin-top:8px;padding:9px 0 0;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:11px;display:flex}.store-page .product-stock:before{content:"";background:#94a3b8;border-radius:50%;flex:none;width:7px;height:7px}.store-page .product-stock.in-stock{color:#2563eb;background:0 0}.store-page .product-stock.in-stock:before{background:#334155;box-shadow:0 0 0 3px #22c55e2e}.store-page .product-card-arrow{border-radius:8px;width:36px;height:36px;box-shadow:0 3px 6px #2563eb59}.store-page .product-copy footer strong:first-letter{letter-spacing:0}.store-page .store-footer{z-index:1;background:#0f172a;flex:none;width:100%;margin-top:auto;padding-left:max(28px,50% - 550px);padding-right:max(28px,50% - 550px);position:relative}.store-page .service-section article{transition:background-color .2s,box-shadow .2s}.store-page .service-section article:hover{background:#fbfdfb;box-shadow:inset 0 2px #2563eb}@media (width<=1100px){.store-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.store-page .catalog-intro{grid-template-columns:1fr;gap:24px}.store-page .store-search{width:100%}.store-page .product-grid{grid-template-columns:1fr}}.checkout-page form.checkout-layout:has(input:invalid,select:invalid,textarea:invalid) .order-summary .checkout-submit:not(:disabled){color:#64748b;box-shadow:none;cursor:not-allowed;background:#c8d6ce;transform:none}@media (width<=900px){.checkout-page .checkout-heading,.checkout-page .checkout-layout{width:min(100% - 40px,696px)}.checkout-page .checkout-heading{padding-top:36px}.checkout-page .checkout-progress{align-self:auto;margin-top:18px}.checkout-page .checkout-layout{grid-template-columns:1fr}.checkout-page .order-summary{order:-1;position:static}}.checkout-page{color:#0f172a;background-color:#f5f8ff;background-image:linear-gradient(#2563eb12 1px,#0000 1px),linear-gradient(90deg,#2563eb12 1px,#0000 1px);background-size:36px 36px}.checkout-page .store-header{-webkit-backdrop-filter:blur(18px);background:#f5f8ffd6;border-bottom:1px solid #93c5fd59;height:59px;padding-inline:max(24px,50% - 720px);box-shadow:0 8px 28px #2563eb17}.checkout-page .back-button:hover:not(:disabled){color:#2563eb;border-color:#3b82f6;box-shadow:0 6px 16px #2563eb24}.checkout-page .checkout-heading .eyebrow{color:#2563eb;letter-spacing:.16em}.checkout-page .customer-input-fields input:hover,.checkout-page .customer-input-fields select:hover,.checkout-page .customer-input-fields textarea:hover{border-color:#93c5fd}.checkout-page .customer-field-notice{color:#475569;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px}.checkout-page .order-summary .quantity-line{border-top-color:#e2e8f0;border-bottom-color:#e2e8f0;min-height:56px}.checkout-page .order-summary .checkout-submit:hover:not(:disabled){background:#1d4ed8;box-shadow:0 12px 24px #2563eb4d}@media (width<=960px){.checkout-page .checkout-heading,.checkout-page .checkout-layout{width:min(100% - 40px,760px)}.checkout-page .checkout-heading{padding-top:38px}.checkout-page .checkout-progress{align-self:flex-start;margin-top:18px}.checkout-page .checkout-layout{grid-template-columns:1fr}.checkout-page .order-summary{order:-1;position:static}}@media (width<=640px){.checkout-page .checkout-heading,.checkout-page .checkout-layout{width:min(100% - 32px,520px)}.checkout-page .checkout-heading{padding:30px 0 28px}.checkout-page .checkout-heading h1{font-size:27px}.checkout-page .checkout-progress{flex-wrap:wrap;row-gap:8px;font-size:12px}.checkout-page .checkout-progress span+span:before{width:18px;margin-inline:7px}.checkout-page .customer-input-fields{grid-template-columns:1fr;padding-inline:20px}.checkout-page .checkout-section>header,.checkout-page .checkout-form-column>.checkout-notice summary,.checkout-page .checkout-form-column>.checkout-notice p,.checkout-page .order-summary .summary-product{padding-inline:20px}.checkout-page .order-summary .summary-total,.checkout-page .order-summary .quantity-line,.checkout-page .order-summary .payment-method-summary,.checkout-page .order-summary .checkout-delivery-note,.checkout-page .order-summary .checkout-submit,.checkout-page .order-summary .payment-inline,.checkout-page .order-summary .payment-inline-success,.checkout-page .order-summary .checkout-error,.checkout-page .order-summary .checkout-availability-note{margin-left:20px;margin-right:20px}}.checkout-page{color:#0f172a;background-color:#f5f8ff;background-image:linear-gradient(#2563eb12 1px,#0000 1px),linear-gradient(90deg,#2563eb12 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:36px 36px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box}.checkout-page .store-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding-inline:max(24px,50% - 720px);background:#f5f8ffd6!important;border-bottom:1px solid #93c5fd59!important;height:59px!important;box-shadow:0 8px 28px #2563eb17!important}.checkout-page .back-button{color:#334155;background:#ffffffe6;border-color:#bfdbfe}.checkout-page .checkout-heading{background:0 0;border:0;width:min(100% - 48px,1200px);margin:0 auto;padding:54px 0 38px}.checkout-page .checkout-heading .eyebrow{color:#2563eb}.checkout-page .checkout-heading h1{color:#0f172a;letter-spacing:0;font-size:clamp(28px,3vw,34px)}.checkout-page .checkout-heading>div>p:last-child{color:#64748b;margin-top:12px;font-size:13px}.checkout-page .checkout-progress{color:#94a3b8;align-self:center;gap:0;font-size:13px}.checkout-page .checkout-progress span{color:#94a3b8;background:0 0;border:0;border-radius:0;min-height:30px;padding:0;font-weight:600}.checkout-page .checkout-progress span+span:before{content:"";vertical-align:middle;background:#bfdbfe;width:34px;height:1px;margin:0 12px;display:inline-block}.checkout-page .checkout-progress .active{color:#0f172a;font-weight:750}.checkout-page .checkout-section,.checkout-page .order-summary,.checkout-page .checkout-form-column>.checkout-notice{background:#fff;border:1px solid #dbeafe;border-radius:10px;box-shadow:0 8px 24px #2563eb12}.checkout-page .checkout-section{border-top:3px solid #2563eb;overflow:hidden}.checkout-page .checkout-section>header>svg{color:#2563eb;background:#dbeafe;border-radius:8px;width:18px;height:18px;padding:8px}.checkout-page .checkout-section h2{color:#0f172a;font-size:15px}.checkout-page .checkout-section header p{color:#64748b;font-size:12px}.checkout-page .customer-input-fields>label>span,.checkout-page .customer-input-fields legend{color:#334155;font-size:12px}.checkout-page .customer-input-fields input,.checkout-page .customer-input-fields select,.checkout-page .customer-input-fields textarea{color:#0f172a;background:#f8fbff;border:1px solid #cbd5e1;border-radius:8px;min-height:46px;padding:11px 13px;font-size:14px}.checkout-page .customer-input-fields input:focus,.checkout-page .customer-input-fields select:focus,.checkout-page .customer-input-fields textarea:focus{outline-offset:1px;border-color:#2563eb;outline:2px solid #2563eb33}.checkout-page .customer-field-notice{color:#475569;background:#eff6ff;border-color:#bfdbfe}.checkout-page .checkout-form-column>.checkout-notice{margin:0;padding:0;overflow:hidden}.checkout-page .checkout-form-column>.checkout-notice summary{color:#0f172a;border-bottom:1px solid #e2e8f0;min-height:68px;padding:0 30px;font-size:14px}.checkout-page .order-summary{padding:0;position:sticky;top:78px;overflow:hidden}.checkout-page .order-summary .summary-product small{color:#fff;background:#2563eb}.checkout-page .order-summary .summary-product strong{color:#0f172a;margin-top:12px;font-size:15px}.checkout-page .order-summary .summary-product span{color:#64748b;font-size:12px}.checkout-page .order-summary .payment-method-option.active{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.checkout-page .order-summary .checkout-delivery-note{color:#475569;background:#eff6ff}.checkout-page .order-summary .checkout-submit{background:#2563eb;margin-top:14px;box-shadow:0 10px 20px #2563eb38}.checkout-page .order-summary .checkout-error{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}@media (width<=960px){.checkout-page .checkout-heading,.checkout-page .checkout-layout{width:min(100% - 40px,760px)}.checkout-page .checkout-heading{padding-top:38px}.checkout-page .checkout-progress{align-self:flex-start;margin-top:18px}.checkout-page .checkout-layout{grid-template-columns:1fr}.checkout-page .order-summary{order:-1;position:static}}@media (width<=640px){.checkout-page .checkout-heading,.checkout-page .checkout-layout{width:min(100% - 32px,520px)}.checkout-page .checkout-heading{padding:30px 0 28px}.checkout-page .checkout-heading h1{font-size:27px}.checkout-page .customer-input-fields{grid-template-columns:1fr;padding-inline:20px}.checkout-page .checkout-section>header,.checkout-page .checkout-form-column>.checkout-notice summary,.checkout-page .checkout-form-column>.checkout-notice p,.checkout-page .order-summary .summary-product{padding-inline:20px}.checkout-page .order-summary .summary-total,.checkout-page .order-summary .quantity-line,.checkout-page .order-summary .payment-method-summary,.checkout-page .order-summary .checkout-delivery-note,.checkout-page .order-summary .checkout-submit,.checkout-page .order-summary .payment-inline,.checkout-page .order-summary .payment-inline-success,.checkout-page .order-summary .checkout-error,.checkout-page .order-summary .checkout-availability-note{margin-left:20px;margin-right:20px}}.home-page{color:#0f172a;background:#f5f8ff;min-height:100vh}.home-page>.store-header{background:#f5f8ffc7;border-bottom-color:#cbd5e1b8;box-shadow:0 8px 28px #2563eb14}.home-page .store-brand span{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 6px 16px #2563eb4d}.home-page .store-header nav a:not(:first-child):hover{color:#2563eb;background:#eff6ff}.home-page .home-hero{background-color:#f5f8ff;background-image:repeating-linear-gradient(0deg,#2563eb07 0 1px,#0000 1px 4px),radial-gradient(circle at 84% 15%,#3b82f624,#0000 42%),radial-gradient(circle at 10% 82%,#2563eb14,#0000 40%);grid-template-columns:minmax(0,1fr) minmax(440px,560px);gap:clamp(48px,7vw,104px);height:auto;min-height:700px;padding:132px max(24px,50% - 640px) 104px}.home-page .home-hero:before{opacity:.68;background-image:radial-gradient(circle at 12% 18%,#2563eb61 0 2px,#0000 2.8px),radial-gradient(circle at 30% 66%,#3b82f647 0 2px,#0000 2.8px),radial-gradient(circle at 56% 30%,#2563eb4d 0 2px,#0000 2.8px),radial-gradient(circle at 72% 78%,#3b82f642 0 2px,#0000 2.8px),radial-gradient(circle at 92% 36%,#2563eb42 0 2px,#0000 2.8px)}.home-page .home-hero-copy .eyebrow{color:#2563eb;background:#dbeafe9e;border-color:#2563eb47}.home-page .home-hero h1{color:#0f172a;letter-spacing:-2.8px;margin-top:22px;font-size:clamp(52px,5.4vw,76px)}.home-page .home-hero h1 span{color:#2563eb}.home-page .home-hero h1:after{background:linear-gradient(90deg,#2563eb,#3b82f61f);width:280px}.home-page .home-hero-copy>p:not(.eyebrow){color:#64748b;max-width:500px}.home-page .home-hero-actions a{background:#2563eb;border-radius:9px;box-shadow:0 8px 18px #2563eb3d}.home-page .home-hero-actions a:hover{background:#1d4ed8;transform:translateY(-1px)}.home-page .home-hero-actions a+a{color:#334155;background:#ffffffd1;border-color:#bfdbfe}.home-page .home-hero-stats div{border-left-color:#dbe4f0}.home-page .home-hero-stats strong{color:#0f172a;font-size:30px}.home-page .home-hero-stats small{color:#94a3b8}.home-page .home-terminal{background:#dbeafe6b;border-color:#bfdbfe;border-radius:18px;max-width:560px;height:352px;min-height:352px;padding:25px;box-shadow:0 24px 52px #2563eb2e,0 6px 18px #0f172a1a}.home-page .home-terminal:before{background:#0f172a;border-radius:14px;inset:25px;box-shadow:0 10px 25px #0f172a4d}.home-page .home-terminal-bar{background:#2563eb14;border-bottom-color:#60a5fa33}.home-page .home-terminal-bar span{color:#e2e8f080}.home-page .home-terminal-status{color:#2563eb;box-shadow:0 6px 18px #2563eb33}.home-page .home-products{background-color:#fff;background-image:radial-gradient(circle,#2563eb1a 1px,#0000 1.5px),radial-gradient(circle at 85% 16%,#3b82f60f,#0000 34%);background-position:0 0;background-repeat:repeat;background-size:28px 28px,auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;padding:88px max(24px,50% - 640px) 96px}.home-page .home-products h2{font-size:32px}.home-page .home-products>header a{color:#2563eb;background:#eff6ff;border-radius:7px;padding:8px 12px}.home-page .home-products>header a:hover{background:#dbeafe}.home-page .home-products .product-card{background:#f8fbff;border-color:#dbeafe;border-radius:14px;height:100%;min-height:0;box-shadow:0 4px 14px #2563eb0f}.home-page .home-products .product-card:hover{border-color:#93c5fd;box-shadow:0 12px 30px #2563eb24}.home-page .home-products .product-media{background:#eff6ff;height:190px}.home-page .home-products .product-placeholder{background-color:#eff6ff;background-image:linear-gradient(#2563eb0f 1px,#0000 1px),linear-gradient(90deg,#2563eb0f 1px,#0000 1px)}.home-page .home-products .product-card:nth-child(2) .product-placeholder{background-color:#eef2ff}.home-page .home-products .product-card:nth-child(3) .product-placeholder{background-color:#ecfeff;background-image:linear-gradient(#06b6d40d 1px,#0000 1px),linear-gradient(90deg,#06b6d40d 1px,#0000 1px)}.home-page .home-products .product-card:nth-child(4) .product-placeholder{background-color:#f0f9ff}.home-page .home-products .product-media>span{color:#1d4ed8;background:#ffffffdb;border:1px solid #bfdbfe;top:16px;left:16px}.home-page .home-products .product-copy{padding:18px 20px 16px}.home-page .home-products .product-copy p{color:#64748b}.home-page .home-products .product-copy footer{border-top-color:#dbeafe}.home-page .home-products .product-copy footer small{color:#94a3b8}.home-page .home-products .product-copy footer strong{color:#0f172a}.home-page .home-products .product-card-arrow{background:#2563eb;border-color:#2563eb}.home-page .home-operations .home-section-heading h2{font-size:34px}.home-page .home-operations .home-steps{grid-template-columns:1fr;gap:28px;margin-top:36px;display:grid}.home-page .home-operations .home-step-icon{color:#2563eb;background:#fff;border-color:#bfdbfe;width:56px;height:56px;margin:0;position:absolute;top:0;left:0}.home-page .home-operations .home-steps h3{margin-top:6px}.home-page .home-operations .home-cta>p:not(.eyebrow){color:#cbd5e1;max-width:390px;margin-top:14px;line-height:1.75}.home-page .home-operations .home-cta a{border-radius:9px}.home-page>.store-footer{margin-top:0}.home-page .store-footer-status i{background:#2563eb;box-shadow:0 0 0 3px #2563eb2e,0 0 14px #3b82f6a6}.home-page .store-footer-nav a:hover{color:#93c5fd}@media (width<=900px){.home-page .home-hero{grid-template-columns:1fr;gap:44px;padding-top:108px}.home-page .home-hero-copy,.home-page .home-terminal{max-width:640px}.home-page .home-operations{grid-template-columns:1fr;gap:42px}}@media (width<=640px){.home-page .store-header nav,.home-page .header-trust{display:none}.home-page .home-hero{min-height:0;padding:92px 20px 72px}.home-page .home-hero h1{letter-spacing:-1.6px;font-size:48px}.home-page .home-hero-copy>p:not(.eyebrow){font-size:15px}.home-page .home-hero-stats{margin-top:40px}.home-page .home-hero-stats div{min-width:0;padding-inline:14px}.home-page .home-products{padding:64px 20px 72px}.home-page .home-products .product-grid{grid-template-rows:none;grid-template-columns:1fr}.home-page .home-products .product-card:first-child{grid-row:auto}.home-page .home-products .product-card:first-child .product-media{height:210px;min-height:0}.home-page .home-operations{padding:64px 20px 72px}.home-page .home-operations .home-cta{padding:30px 24px}.home-page .home-operations .home-cta-actions{flex-direction:column;align-items:stretch}}.store-page{background:#f5f8ff}.store-page .catalog-intro{background:#fff;grid-template-columns:1fr 310px;align-items:center;gap:24px;max-width:1440px;margin:0 auto;padding:18px 0 16px}.store-page .catalog-intro:before,.store-page .catalog-intro:after,.store-page .catalog-intro .eyebrow{display:none}.store-page .catalog-intro h1{letter-spacing:0;margin:0 0 5px;font-size:14px}.store-page .catalog-intro h1{color:#334155}.store-page .catalog-intro p:last-child{color:#94a3b8;margin:0;font-size:11px}.store-page .store-search input{height:40px;box-shadow:none;background:#f8faff;border-color:#cbd5e1;padding:9px 12px 9px 34px;font-size:12px}.store-page .store-search>svg{top:11px}.store-page .catalog-layout{grid-template-columns:238px minmax(0,1fr);gap:34px;max-width:1440px;margin:0 auto;padding:34px 0 88px;display:grid}.catalog-sidebar{align-content:start;gap:14px;display:grid}.filter-card{background:#fff;border:1px solid #dbe4f0;border-radius:13px;overflow:hidden;box-shadow:0 2px 8px #2563eb0a}.filter-card header{color:#64748b;border-bottom:1px solid #e5edf7;align-items:center;gap:8px;height:42px;padding:0 18px;font-size:12px;display:flex}.filter-card header span{color:#94a3b8;font-size:15px}.filter-card>button{color:#334155;text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;width:100%;height:40px;padding:0 18px;font-size:12px;display:flex}.filter-card>button:hover,.filter-card>button.active{color:#2563eb;background:#eff6ff}.filter-card>button small,.stock-filter small{color:#94a3b8;text-align:center;background:#f1f5f9;border-radius:999px;min-width:22px;padding:2px 6px;font-size:10px}.filter-card>button.active small{color:#2563eb;background:#dbeafe}.stock-filter{padding-bottom:10px}.stock-filter>div{color:#475569;align-items:center;gap:8px;height:34px;padding:0 18px;font-size:12px;display:flex}.stock-filter>div small{background:0 0;margin-left:auto}.stock-dot{background:#94a3b8;border-radius:50%;width:7px;height:7px}.stock-dot.available{background:#2563eb;box-shadow:0 0 0 3px #2563eb24}.store-page .catalog-section{background:0 0;min-width:0;padding:0}.catalog-toolbar{justify-content:space-between;align-items:center;gap:14px;min-height:34px;margin:0 0 16px;display:flex}.catalog-toolbar>div{align-items:center;gap:10px;display:flex}.catalog-toolbar h2{margin:0;font-size:15px}.catalog-toolbar>div>span{color:#94a3b8;background:#fff;border-radius:999px;padding:4px 9px;font-size:10px}.catalog-toolbar>a{color:#2563eb;font-size:11px;text-decoration:none}.sort-tabs{gap:6px;margin-left:4px;display:flex}.sort-tabs span{color:#64748b;background:#fff;border:1px solid #dbe4f0;border-radius:999px;padding:5px 10px;font-size:10px}.sort-tabs span.active{color:#2563eb;background:#eff6ff;border-color:#9ec5ff}.store-page .product-grid{grid-template-columns:1fr;gap:14px}.store-page .product-card{border-color:#dbe4f0;border-radius:12px;min-height:0;box-shadow:0 2px 8px #0f172a0d}.store-page .product-card-link{grid-template-columns:104px minmax(0,1fr);align-items:center;min-height:144px;display:grid}.store-page .product-media>span{display:none}.store-page .product-placeholder span{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border:0;border-radius:17px;width:80px;height:80px;box-shadow:0 8px 18px #2563eb40}.store-page .product-card:nth-child(2) .product-placeholder span{background:linear-gradient(135deg,#6366f1,#4f46e5)}.store-page .product-card:nth-child(3) .product-placeholder span{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.store-page .product-card{min-height:174px;position:relative}.store-page .product-card:first-child:before,.store-page .product-card:nth-child(2):before,.store-page .product-card:nth-child(3):before{z-index:2;border-radius:6px;padding:5px 9px;font-size:11px;font-weight:800;line-height:1.2;position:absolute;top:14px;left:16px}.store-page .product-card:first-child:before{color:#92400e;content:"AI 荐";background:#fef3c7}.store-page .product-card:nth-child(2):before{color:#b91c1c;content:"热卖";background:#fee2e2}.store-page .product-card:nth-child(3):before{color:#7c3aed;content:"热销";background:#ede9fe}.store-page .product-meta{align-items:center;gap:8px;min-height:19px;display:flex}.store-page .product-meta>small{color:#94a3b8}.store-page .product-category{color:#64748b;background:#f8faff;border:1px solid #dbe4f0;border-radius:999px;padding:3px 9px;font-size:10px}.store-page .product-inline-stock{color:#64748b;align-items:center;gap:5px;font-size:10px;font-weight:700;display:inline-flex}.store-page .product-inline-stock i{background:#94a3b8;border-radius:50%;width:7px;height:7px}.store-page .product-sku-count{color:#94a3b8;align-items:center;gap:7px;margin-top:8px;font-size:11px;display:flex}.store-page .product-copy:before{top:20px;right:24px}.store-page .product-copy h2{font-size:16px}.store-page .product-copy p{color:#64748b;max-width:560px}.store-page .product-copy footer{justify-items:end;gap:8px;display:grid;position:absolute;top:32px;right:24px}.store-page .product-copy footer small{order:0}.store-page .product-copy footer strong{order:1;font-size:21px}.store-page .product-card-arrow{border-radius:8px;order:2;width:114px;height:40px;font-size:0}.store-page .product-card-arrow:before{content:"立即购买  ›";color:#fff;font-size:13px;font-weight:700}.store-page .product-card-arrow svg{display:none}@media (width<=800px){.store-page .catalog-intro,.store-page .catalog-layout{width:min(100% - 40px,1440px)}.store-page .catalog-intro{grid-template-columns:1fr}.store-page .store-search{width:100%}.store-page .catalog-layout{grid-template-columns:1fr}.catalog-sidebar{grid-template-columns:1fr 1fr}}@media (width<=560px){.catalog-sidebar{grid-template-columns:1fr}.catalog-toolbar{flex-direction:column;align-items:flex-start}.sort-tabs{margin-left:0}.store-page .product-card-link{grid-template-columns:76px minmax(0,1fr)}.store-page .product-media{width:60px;height:60px;margin-left:14px}.store-page .product-placeholder span{width:60px;height:60px}.store-page .product-copy footer{justify-content:space-between;align-items:center;margin-top:12px;display:flex;position:static}.store-page .product-copy{padding-right:14px}}.home-page .home-hero-copy .eyebrow:before,.home-page .home-terminal:after{display:none}.home-page .home-hero:before{background-image:radial-gradient(circle at 84% 22%,#2563eb57 0 2.5px,#0000 3px),radial-gradient(circle at 12% 18%,#2563eb61 0 2.5px,#0000 3px),radial-gradient(circle at 30% 66%,#2563eb4d 0 2.5px,#0000 3px),radial-gradient(circle at 56% 30%,#2563eb52 0 2.5px,#0000 3px),radial-gradient(circle at 72% 78%,#2563eb4d 0 2.5px,#0000 3px),radial-gradient(circle at 92% 36%,#2563eb4d 0 2.5px,#0000 3px)}.home-page .home-hero-stats strong{color:var(--ink);letter-spacing:-.5px;font-weight:950}.home-page .home-hero-stats small{color:#64748b;letter-spacing:.2px;font-size:11px;font-weight:500}.home-page .home-terminal-status{bottom:0}.page-with-footer>.order-query-page{flex:1 0 auto;min-height:100vh!important}.home-page .store-header{background:#f6f7f57a;border-bottom-color:#dde3de52;transition:height .3s,min-height .3s,padding .3s,background-color .3s,border-color .3s,box-shadow .3s;box-shadow:0 2px 18px #0f172a0b}.home-page .store-header .store-brand,.home-page .store-header .store-brand span,.home-page .store-header .store-brand strong,.home-page .store-header nav a,.home-page .store-header .header-trust{transition:width .3s,height .3s,min-height .3s,padding .3s,gap .3s,font-size .3s,box-shadow .3s,background-color .3s}.home-page .store-header.is-scrolled{background:#f6f7f5a8;border-bottom-color:#dde3de7a;height:48px;min-height:48px;padding-inline:max(16px,50% - 720px);box-shadow:0 3px 16px #0f172a14}.home-page .store-header.is-scrolled .store-brand{gap:8px}.home-page .store-header.is-scrolled .store-brand span{width:28px;height:28px;box-shadow:2px 2px 0 var(--yellow);border-radius:5px}.home-page .store-header.is-scrolled .store-brand strong{font-size:13px}.home-page .store-header.is-scrolled nav a{min-height:30px;padding:5px 11px;font-size:12px}.home-page .store-header.is-scrolled .header-trust{margin-left:0;padding-block:4px;font-size:12px}.store-page .store-header,.detail-page .store-header,.checkout-page .store-header,.order-page .store-header,.order-query-page .store-header,.order-issue-page .store-header{z-index:20;-webkit-backdrop-filter:blur(18px);background:#f6f7f57a;border-bottom-color:#dde3de52;width:100%;transition:height .3s,min-height .3s,padding .3s,background-color .3s,border-color .3s,box-shadow .3s;position:fixed;top:0;left:0;box-shadow:0 2px 18px #0f172a0b}.store-page,.detail-page,.checkout-page,.order-page,.order-query-page,.order-issue-page{padding-top:59px}.store-page .store-header .store-brand,.detail-page .store-header .store-brand,.checkout-page .store-header .store-brand,.order-page .store-header .store-brand,.order-query-page .store-header .store-brand,.order-issue-page .store-header .store-brand,.store-page .store-header .store-brand span,.detail-page .store-header .store-brand span,.checkout-page .store-header .store-brand span,.order-page .store-header .store-brand span,.order-query-page .store-header .store-brand span,.order-issue-page .store-header .store-brand span,.store-page .store-header .store-brand strong,.detail-page .store-header .store-brand strong,.checkout-page .store-header .store-brand strong,.order-page .store-header .store-brand strong,.order-query-page .store-header .store-brand strong,.order-issue-page .store-header .store-brand strong,.store-page .store-header nav a,.detail-page .store-header nav a,.checkout-page .store-header nav a,.order-page .store-header nav a,.order-query-page .store-header nav a,.order-issue-page .store-header nav a,.store-page .store-header .header-trust,.detail-page .store-header .header-trust,.checkout-page .store-header .header-trust,.order-page .store-header .header-trust,.order-query-page .store-header .header-trust,.order-issue-page .store-header .header-trust,.store-page .store-header .back-button,.detail-page .store-header .back-button,.checkout-page .store-header .back-button,.order-page .store-header .back-button,.order-query-page .store-header .back-button,.order-issue-page .store-header .back-button{transition:width .3s,height .3s,min-height .3s,margin .3s,padding .3s,gap .3s,font-size .3s,box-shadow .3s,background-color .3s}.store-page .store-header.is-scrolled,.detail-page .store-header.is-scrolled,.checkout-page .store-header.is-scrolled,.order-page .store-header.is-scrolled,.order-query-page .store-header.is-scrolled,.order-issue-page .store-header.is-scrolled{background:#f6f7f5a8;border-bottom-color:#dde3de7a;height:48px;min-height:48px;padding-inline:max(16px,50% - 720px);box-shadow:0 3px 16px #0f172a14}.store-page .store-header.is-scrolled .store-brand span,.detail-page .store-header.is-scrolled .store-brand span,.checkout-page .store-header.is-scrolled .store-brand span,.order-page .store-header.is-scrolled .store-brand span,.order-query-page .store-header.is-scrolled .store-brand span,.order-issue-page .store-header.is-scrolled .store-brand span{width:28px;height:28px;box-shadow:2px 2px 0 var(--yellow);border-radius:5px}.store-page .store-header.is-scrolled .store-brand,.detail-page .store-header.is-scrolled .store-brand,.checkout-page .store-header.is-scrolled .store-brand,.order-page .store-header.is-scrolled .store-brand,.order-query-page .store-header.is-scrolled .store-brand,.order-issue-page .store-header.is-scrolled .store-brand{gap:8px}.store-page .store-header.is-scrolled .store-brand strong,.detail-page .store-header.is-scrolled .store-brand strong,.checkout-page .store-header.is-scrolled .store-brand strong,.order-page .store-header.is-scrolled .store-brand strong,.order-query-page .store-header.is-scrolled .store-brand strong,.order-issue-page .store-header.is-scrolled .store-brand strong{font-size:13px}.store-page .store-header.is-scrolled nav a,.detail-page .store-header.is-scrolled nav a,.checkout-page .store-header.is-scrolled nav a,.order-page .store-header.is-scrolled nav a,.order-query-page .store-header.is-scrolled nav a,.order-issue-page .store-header.is-scrolled nav a{min-height:30px;padding:5px 11px;font-size:12px}.store-page .store-header.is-scrolled .header-trust,.detail-page .store-header.is-scrolled .header-trust,.checkout-page .store-header.is-scrolled .header-trust,.order-page .store-header.is-scrolled .header-trust,.order-query-page .store-header.is-scrolled .header-trust,.order-issue-page .store-header.is-scrolled .header-trust{margin-left:0;padding-block:4px;font-size:12px}.home-page{min-height:100vh;color:var(--ink);background:#f6f7f5}.home-page>.store-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f7f5b8;border-bottom-color:#dde3de8c;width:100%;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 16px #0f172a0f}.home-page .store-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f7f5b8;border-bottom-color:#dde3de8c;width:100%;height:58px;min-height:58px;padding-inline:max(20px,50% - 720px);position:fixed;top:0;left:0;box-shadow:0 2px 16px #0f172a0f}.home-hero{background-color:#f6f7f5;background-image:repeating-linear-gradient(0deg,#2563eb09 0 1px,#0000 1px 4px),radial-gradient(circle at 82% 15%,#2563eb18,#0000 46%),radial-gradient(circle at 9% 82%,#2563eb12,#0000 42%);background-size:auto,auto,auto;grid-template-columns:minmax(0,480px) minmax(0,528px);justify-content:center;align-items:center;gap:40px;min-height:666px;padding:118px max(24px,50% - 660px) 88px;display:grid;position:relative;overflow:hidden}.home-hero:before{content:"";pointer-events:none;opacity:.92;background-image:radial-gradient(circle at 12% 18%,#2563eb61 0 2.5px,#0000 3px),radial-gradient(circle at 30% 66%,#2563eb4d 0 2.5px,#0000 3px),radial-gradient(circle at 56% 30%,#2563eb52 0 2.5px,#0000 3px),radial-gradient(circle at 72% 78%,#2563eb4d 0 2.5px,#0000 3px),radial-gradient(circle at 92% 36%,#2563eb4d 0 2.5px,#0000 3px);animation:8s ease-in-out infinite home-particles;position:absolute;inset:0}.home-hero:after{content:"";z-index:0;pointer-events:none;opacity:.75;background:radial-gradient(circle at 72% 22%,#4ba1701c,#0000 28%),radial-gradient(circle at 18% 76%,#4ba17014,#0000 25%);animation:14s ease-in-out infinite alternate home-glow-drift;position:absolute;inset:-18%}@keyframes home-particles{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(10px,-28px)scale(1.035)}}@keyframes home-glow-drift{0%{transform:translate(-2%,1%)scale(.96)}to{transform:translate(2%,-2%)scale(1.08)}}.home-hero-copy{z-index:1;position:relative}.home-hero-copy .eyebrow,.home-section-heading .eyebrow,.home-cta .eyebrow{width:fit-content;color:var(--blue);letter-spacing:2.5px;background:0 0;border:0;border-radius:0;margin:0;padding:0;font:700 11px/16.5px JetBrains Mono,monospace}.home-hero-copy .eyebrow{letter-spacing:1.5px;background:#2563eb0d;border:1px solid #2563eb4d;border-radius:99px;padding:6px 14px}.home-hero h1{color:var(--ink);letter-spacing:-1.8px;margin:20px 0 0;font-size:66px;font-weight:900;line-height:1}.home-hero h1 span{color:var(--blue)}.home-hero h1:after{content:"";background:linear-gradient(90deg,var(--blue),#2563eb33);border-radius:99px;width:318px;height:3px;margin-top:10px;display:block}.home-hero-copy>p:not(.eyebrow){max-width:480px;color:var(--muted);margin:22px 0 0;font-size:16px;line-height:1.75}.home-hero-actions{gap:12px;margin-top:30px;display:flex}.home-hero-actions a,.home-cta a{color:#fff;background:var(--blue);border-radius:8px;justify-content:center;align-items:center;min-height:47px;padding:10px 20px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 2px 5px #2563eb4d}.home-hero-actions a:before{margin-right:8px;font-size:15px;line-height:1;display:inline-block}.home-hero-actions a:first-child:before{content:"▣"}.home-hero-actions a:last-child:before{content:"⌕";font-size:19px}.home-hero-actions a+a,.home-cta a+a{color:#0f172a;box-shadow:none;background:#fff;border:1px solid #c8d1cb}.home-hero-stats{margin-top:52px;display:flex}.home-hero-stats div{border-left:1px solid var(--line);min-width:95px;padding:0 28px}.home-hero-stats div:first-child{border-left:0;padding-left:0}.home-hero-stats strong,.home-hero-stats small{display:block}.home-hero-stats strong{font-variant-numeric:tabular-nums;min-width:4ch;font:900 28px/1 JetBrains Mono,monospace}.home-hero-stats small{color:#9eaaa4;margin-top:8px;font-size:12px}.home-terminal{z-index:1;background:0 0;border:1px solid #d7e0da;border-radius:16px;width:100%;height:325px;min-height:325px;padding:24px;position:relative;overflow:visible;box-shadow:0 18px 42px #0f172a29}.home-terminal:before{content:"";z-index:0;background:#0f172a;border-radius:12px;position:absolute;inset:24px;box-shadow:0 8px 20px #0003}.home-terminal:after{content:"";background:#2563eb6b;border-radius:50%;width:7px;height:7px;position:absolute;top:3px;right:4px;box-shadow:0 0 0 2px #2563eb14}.home-terminal-bar{background:#2563eb0f;border-bottom:1px solid #2563eb2e;border-radius:11px 11px 0 0;align-items:center;gap:7px;height:46px;padding:0 16px;display:flex}.home-terminal-bar i{opacity:.7;border-radius:50%;width:10px;height:10px}.home-terminal-bar i:first-child{background:#c0392b}.home-terminal-bar i:nth-child(2){background:#e67e22}.home-terminal-bar i:nth-child(3){background:var(--blue)}.home-terminal-bar span{color:#ffffff4d;margin-left:8px;font:10px/1 JetBrains Mono,monospace}.home-terminal pre{color:#64748b;white-space:pre-wrap;margin:22px;font:11px/1.85 JetBrains Mono,monospace}.home-terminal-bar,.home-terminal pre{z-index:1;position:relative}.home-terminal-status{color:var(--blue);white-space:nowrap;background:#fff;border-radius:99px;align-items:center;gap:5px;padding:5px 10px;font:11px JetBrains Mono,monospace;display:inline-flex;position:absolute;bottom:-12px;right:50%;transform:translate(50%);box-shadow:0 4px 12px #0f172a24}.home-trust-strip{border-block:1px solid var(--line);background:#fff;grid-template-columns:1.3fr 1fr 1fr 1.3fr;min-height:108px;display:grid}.home-trust-strip article{border-right:1px solid var(--line);justify-content:center;align-items:center;gap:13px;min-height:107px;padding:22px 24px;display:flex}.home-trust-strip article:last-child{border-right:0}.home-trust-icon{width:38px;height:38px;color:var(--blue);background:#f2f8f3;border:1px solid #dbeafe;border-radius:9px;flex:0 0 38px;place-items:center;display:grid}.home-trust-strip strong,.home-trust-strip small{display:block}.home-trust-strip strong{font-size:15px;font-weight:800;line-height:20px}.home-trust-strip small{color:#9eaaa4;margin-top:4px;font-size:12px;line-height:17px}.home-products{background-color:#f6f8f6;background-image:radial-gradient(circle,#2563eb1f 1px,#0000 1.5px),radial-gradient(circle at 84% 18%,#2563eb0f,#0000 34%);background-size:28px 28px,auto;padding:74px max(18px,50% - 780px) 72px}.home-products>header{justify-content:space-between;align-items:flex-end;margin-bottom:32px;display:flex}.home-products>header .eyebrow{width:fit-content;color:var(--blue);letter-spacing:3px;text-transform:uppercase;background:0 0;border:0;border-radius:0;margin:0;padding:0;font:700 11px/16.5px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:block}.home-products>header .eyebrow:before{display:none}.home-products h2{color:var(--ink);letter-spacing:-.8px;margin:8px 0 0;font-size:30px;font-weight:900;line-height:1.12}.home-products>header a{color:var(--blue);align-items:center;gap:7px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.home-products .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.home-products .product-card{border-color:#dce4df;border-radius:12px;min-height:365px;box-shadow:0 2px 6px #0f172a0f,0 8px 20px #0f172a14}.home-products .product-card:hover{border-color:#dbeafe;transform:translateY(-2px);box-shadow:0 3px 10px #0f172a14,0 10px 28px #0f172a1c}.home-products .product-media{height:165px}.home-products .product-media>span{border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700;top:20px;left:16px}.home-products .product-placeholder{background-color:#e8f0ea;background-image:linear-gradient(#2563eb0b 1px,#0000 1px),linear-gradient(90deg,#2563eb0b 1px,#0000 1px);background-size:12px 12px}.home-products .product-card:nth-child(3) .product-placeholder{background-color:#f0ede8;background-image:linear-gradient(#75654f0a 1px,#0000 1px),linear-gradient(90deg,#75654f0a 1px,#0000 1px)}.home-products .product-placeholder span{border-radius:10px;width:58px;height:58px;font-size:25px;box-shadow:0 2px 4px #0f172a1a}.home-products .product-copy{padding:15px 20px 14px}.home-products .product-copy>small{letter-spacing:1.1px;color:#9eaaa4;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:700;line-height:15px}.home-products .product-copy h2{letter-spacing:-.2px;margin:4px 0;font-size:17px}.home-products .product-copy p{height:20px;font-size:12px;line-height:1.45}.home-products .product-copy footer{border-top:0;margin-top:0;padding-top:0}.home-products .product-copy footer small{color:#9eaaa4;font:11px/16.5px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.home-products .product-copy footer strong{font:900 20px/28px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.home-products .product-stock{color:#334155;background:0 0;border-top:1px solid #dde3de;border-radius:0;align-items:center;gap:5px;min-height:24px;margin-top:8px;padding:9px 0 0;font:11px/11px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:flex}.home-products .product-stock.in-stock{color:#2563eb;background:0 0}.home-products .product-stock:before{background:#94a3b8;border-radius:50%;flex:0 0 7px;width:7px;height:7px}.home-products .product-stock.in-stock:before{background:#2563eb;box-shadow:0 0 0 3px #2563eb2e}.home-products .product-card-arrow{border-radius:8px;width:36px;height:36px;box-shadow:0 3px 6px #2563eb59}.home-how{border-top:1px solid var(--line);background:#fff;padding:72px max(24px,50% - 660px) 80px}.home-section-heading{text-align:center}.home-section-heading .eyebrow,.home-cta .eyebrow{margin-inline:auto}.home-section-heading h2,.home-cta h2{margin:10px 0 0;font-size:30px}.home-steps{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:52px;display:grid;position:relative}.home-steps:before{content:"";background:linear-gradient(90deg,#0000,#2563eb33,#0000);height:1px;position:absolute;top:28px;left:17%;right:17%}.home-steps article{z-index:1;text-align:center;position:relative}.home-step-icon{color:#9eaaa4;background:#fff;border:2px solid #c8d1cb;border-radius:50%;place-items:center;width:56px;height:56px;margin:0 auto;display:grid}.home-steps article.active .home-step-icon{border-color:var(--blue);color:#fff;background:var(--blue);box-shadow:0 4px 18px #2563eb59,0 0 0 8px #2563eb12}.home-steps small{color:#9eaaa4;letter-spacing:2px;margin-top:18px;font:700 11px JetBrains Mono,monospace;display:block}.home-steps h3{margin:8px 0 0;font-size:18px}.home-steps p{max-width:220px;color:var(--muted);margin:10px auto 0;font-size:13.5px;line-height:1.7}.home-cta{text-align:center;background:linear-gradient(#2563eb0a,#2563eb00);padding:80px 24px 86px}.home-cta>p:not(.eyebrow){color:var(--muted);margin:16px auto 0;font-size:15px}.home-cta>div{justify-content:center;gap:12px;margin-top:36px;display:flex}.home-how{background:radial-gradient(circle at 50% 32%,#2563eb0b,#0000 38%),#fff;padding-top:72px;padding-bottom:74px}.home-page .home-section-heading .eyebrow:before,.home-page .home-cta .eyebrow:before{display:none}.home-section-heading h2{letter-spacing:-.8px;margin-top:13px;font-size:34px;font-weight:900;line-height:1.15}.home-steps{gap:24px;margin-top:55px}.home-steps:before{background:#d8e1dc;top:28px;left:16%;right:16%}.home-step-icon{border-color:#c9d3cd;width:56px;height:56px}.home-steps article.active .home-step-icon{box-shadow:0 4px 18px #2563eb59,0 0 0 8px #2563eb14}.home-steps h3{margin-top:10px;font-size:18px;font-weight:800}.home-steps p{max-width:240px;margin-top:11px;font-size:14px;line-height:1.65}.home-cta{background-color:#f6f8f6;background-image:repeating-linear-gradient(0deg,#2563eb09 0 1px,#0000 1px 4px),radial-gradient(circle at 50% 20%,#2563eb14,#0000 42%);padding-top:80px;padding-bottom:86px}.home-cta h2{letter-spacing:-1.2px;margin-top:14px;font-size:38px;font-weight:900;line-height:1.15}.home-cta>p:not(.eyebrow){margin-top:18px;font-size:15px}.home-cta>div{margin-top:37px}@media (width<=800px){.home-hero{grid-template-columns:1fr;min-height:0;padding-block:72px 64px}.home-terminal{width:100%;max-width:480px}.home-trust-strip{grid-template-columns:repeat(2,1fr)}.home-trust-strip article:nth-child(2){border-right:0}.home-steps{grid-template-columns:1fr;gap:36px}.home-steps:before{width:1px;height:auto;inset:28px auto 28px 50%}.home-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.home-hero{padding-inline:20px}.home-hero h1{font-size:48px}.home-hero-stats div{padding-inline:14px}.home-products{padding-inline:20px}.home-products .product-grid{grid-template-columns:1fr}.home-cta>div{margin-inline:auto;flex-direction:column;align-items:stretch;max-width:280px;margin-top:28px}}.home-page .home-hero{height:100vh;min-height:666px}.home-page .home-terminal pre{max-height:none;animation:none;position:relative;overflow:visible}.home-page .home-terminal pre:after{content:"▌";color:#334155;margin-left:2px;animation:.9s step-end infinite terminal-cursor;display:inline-block}@keyframes terminal-cursor{0%,49%{opacity:1}50%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.home-page .home-hero:before,.home-page .home-hero:after{animation:none}.home-page .home-terminal pre{max-height:180px;animation:none}.home-page .home-terminal pre:after{animation:none}}.home-page .home-hero{grid-template-columns:minmax(0,480px) minmax(0,528px);align-items:center;gap:40px;width:100%;max-width:none;margin-inline:0}.home-page .home-hero-copy{width:100%;max-width:480px}.home-page .home-terminal{width:100%;max-width:528px}.home-page .store-header nav{align-items:center;gap:2px}.home-page .store-header nav a{color:#334155;border-radius:6px;justify-content:center;align-items:center;min-height:34px;padding:7px 14px;font-size:13px;line-height:20.25px;text-decoration:none;transition:color .2s,background-color .2s;display:inline-flex}.home-page .store-header nav a:first-child{color:#2563eb;background:#e9f1eb;font-weight:700}.home-page .store-header nav a:not(:first-child):hover{color:#2563eb}@media (width<=800px){.home-page .home-hero{grid-template-columns:minmax(0,480px);justify-content:center}}.home-page .home-hero{grid-template-columns:minmax(0,520px) minmax(0,560px);gap:64px;padding-top:128px;padding-bottom:96px}.home-page .home-hero-actions a{min-height:49px;padding-inline:23px;font-size:15px}.home-page .home-terminal-bar{gap:8px;height:48px;padding-inline:18px}.home-page .home-terminal-bar i{width:10px;height:10px}.home-page .home-terminal-bar span{letter-spacing:.2px;margin-left:9px;font:11px/1 JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.home-page .home-terminal pre{color:#64748b;letter-spacing:.1px;max-height:none;margin:22px;font:13px/1.9 JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;animation:none;overflow:visible}@media (width<=800px){.home-page .home-hero{grid-template-columns:minmax(0,560px);gap:42px;padding-top:92px}.home-page .home-hero h1{font-size:58px}}@media (width<=560px){.home-page .home-hero h1{letter-spacing:-1.5px;font-size:48px}.home-page .home-terminal{height:320px;min-height:320px;padding:20px}.home-page .home-terminal:before{inset:20px}.home-page .home-terminal pre{margin:18px;font-size:11px}}.store-footer{color:#64748b;background-color:#0f172a;background-image:linear-gradient(#2563eb09 1px,#0000 1px),linear-gradient(90deg,#2563eb09 1px,#0000 1px);background-size:36px 36px;min-height:312px;padding:0 20px;display:block}.store-page .store-footer{background-color:#0f172a;padding-left:20px;padding-right:20px}.store-footer-inner{grid-template-rows:1fr auto;grid-template-columns:1fr auto;column-gap:64px;width:min(100%,1440px);min-height:312px;margin:0 auto;padding:52px 0 28px;display:grid}.store-footer-brand-line{align-items:center;gap:10px;display:flex}.store-footer-logo{color:#0f172a;background:#fff;border-radius:6px;place-items:center;width:30px;height:30px;font:800 13px/1 Inter,PingFang SC,Microsoft YaHei,sans-serif;display:grid}.store-footer span.store-footer-logo{color:#0f172a}.store-footer-brand-line strong{color:#f4f7f4;font-size:14px;font-weight:800}.store-footer-brand p{color:#64748b;max-width:310px;margin:17px 0 0;font-size:13px;line-height:1.75}.store-footer-status{color:#64748b;background:#2563eb33;border:1px solid #2563eb33;border-radius:999px;align-items:center;gap:7px;width:fit-content;margin-top:18px;padding:6px 12px;font:11px/1 JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:inline-flex}.store-footer span.store-footer-status{color:#64748b}.store-footer-status i{background:#334155;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #2563eb1f}.store-footer-nav{flex-direction:column;align-items:flex-start;gap:12px;min-width:150px;display:flex}.store-footer-nav strong{color:#334155;letter-spacing:2.5px;margin-bottom:4px;font:700 11px/1 JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.store-footer-nav a{color:#64748b;font-size:13px;line-height:1.2;text-decoration:none;transition:color .2s}.store-footer-nav a:hover{color:#d4e3d9}.store-footer-bottom{border-top:1px solid #7e978824;grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:25px;display:flex}.store-footer-bottom small{color:#334155;font:11px/1.4 JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}@media (width<=700px){.store-footer-inner{grid-template-columns:1fr;row-gap:34px}.store-footer-nav{grid-row:2}.store-footer-bottom{flex-direction:column;grid-row:3;align-items:flex-start;gap:8px}}.checkout-page .order-summary .payment-method-option{background:#f2f8f3;border-color:#dbeafe;justify-content:center;gap:6px;min-width:92px;color:#2563eb!important}.checkout-page .order-summary .payment-method-option:before{content:"";background:currentColor;border-radius:50%;flex:0 0 6px;width:6px;height:6px}.checkout-page .order-summary .payment-method-option.active{background:#f2f8f3;border-color:#dbeafe;color:#2563eb!important}.checkout-page .checkout-form-column>.checkout-notice summary{cursor:pointer;padding-left:62px;padding-right:54px;list-style:none;position:relative}.checkout-page .checkout-form-column>.checkout-notice summary::-webkit-details-marker{display:none}.checkout-page .checkout-form-column>.checkout-notice summary:before{content:"i";color:#2563eb;background:#f0f8f2;border:1px solid #dbeafe;border-radius:50%;place-items:center;width:22px;height:22px;font-family:Georgia,serif;font-size:14px;font-weight:700;display:grid;position:absolute;left:28px}.checkout-page .checkout-form-column>.checkout-notice summary:after{content:"";border-bottom:1.5px solid #64748b;border-right:1.5px solid #64748b;width:7px;height:7px;transition:transform .2s,border-color .2s;position:absolute;right:31px;transform:rotate(45deg)translateY(-2px)}.checkout-page .checkout-form-column>.checkout-notice[open] summary:after{border-color:#2563eb;transform:rotate(225deg)translate(-2px,-1px)}.checkout-page .order-summary .checkout-submit{box-sizing:border-box;width:calc(100% - 40px);margin-bottom:20px;margin-left:20px;margin-right:20px;padding-left:16px;padding-right:16px}.checkout-page .order-summary .summary-product{position:relative}.checkout-page .order-summary .summary-product small{z-index:2;margin:0;position:absolute;top:16px;left:20px}.checkout-page .order-summary .summary-product strong{margin-top:0}.checkout-page .checkout-form-column>.checkout-notice summary:after{grid-column:3;justify-self:end;margin-left:auto}.checkout-page .order-summary .summary-product>div:last-child{padding-top:18px}.checkout-page .checkout-form-column>.checkout-notice summary{position:relative}.checkout-page .checkout-form-column>.checkout-notice summary:after,.checkout-page .checkout-form-column>.checkout-notice[open] summary:after{grid-column:auto;margin:0;position:absolute;top:50%;right:28px}.checkout-page .checkout-form-column>.checkout-notice summary:after{transform:translateY(-65%)rotate(45deg)}.checkout-page:has(.payment-inline,.payment-inline-success) .checkout-progress span:first-child{color:#a0aaa4;font-weight:400}.checkout-page:has(.payment-inline,.payment-inline-success) .checkout-progress span:first-child:before{display:none}.checkout-page:has(.payment-inline,.payment-inline-success) .checkout-progress span:first-child:after{content:"";vertical-align:middle;background:#d5dfd8;width:30px;height:1px;margin:0 10px;display:inline-block}.checkout-page:has(.payment-inline,.payment-inline-success) .checkout-progress span:nth-child(2){color:#0f172a;padding-left:30px;font-size:0;font-weight:700;position:relative}.checkout-page:has(.payment-inline,.payment-inline-success) .checkout-progress span:nth-child(2):before{content:"2";color:#fff;background:#2563eb;border-radius:50%;place-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:inline-grid;position:absolute;top:50%;left:0;transform:translateY(-50%)}.checkout-page:has(.payment-inline,.payment-inline-success) .checkout-progress span:nth-child(2):after{content:"支付";color:#0f172a;margin-left:8px;font-size:13px;font-weight:700;display:inline-block;position:static}.checkout-page:not(:has(.payment-inline,.payment-inline-success)) .checkout-progress span:first-child{font-size:0}.checkout-page:not(:has(.payment-inline,.payment-inline-success)) .checkout-progress span:first-child:after{content:"信息";color:#0f172a;margin-left:2px;font-size:13px;font-weight:700}.checkout-page .checkout-form-column>.checkout-notice summary:after{grid-area:1/3;justify-self:end;margin:0;position:static}.checkout-page .order-summary .payment-method-summary{justify-content:space-between;align-items:center;gap:14px;display:flex}.checkout-page .order-summary .payment-method-options{flex:none}.checkout-page .checkout-form-column>.checkout-notice summary{text-indent:0;gap:12px;padding-left:64px}.checkout-page .checkout-form-column>.checkout-notice summary:before{box-sizing:border-box;left:28px}.checkout-page{color:#0f172a;background:#f6f7f5}.checkout-page .store-header{-webkit-backdrop-filter:blur(18px);background:#f6f7f5d1;border-bottom-color:#dde3de9e;height:59px;padding-left:max(32px,50% - 720px);padding-right:max(32px,50% - 720px);box-shadow:0 2px 16px #0f172a12}.checkout-page .back-button{color:#0f172a;background:#ffffffe6;border:1px solid #d7e0da;border-radius:8px;align-items:center;gap:6px;height:36px;padding:7px 14px;font-size:13px;font-weight:600;transition:border-color .2s,color .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 1px 2px #0f172a0d}.checkout-page .back-button:hover:not(:disabled){color:#2563eb;border-color:#64748b;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a1a}.checkout-page .checkout-heading{background:0 0;border-bottom:1px solid #dde5df;width:min(100%,1400px);margin:0 auto;padding:42px 40px 30px}.checkout-page .checkout-heading .eyebrow{color:#2563eb;letter-spacing:2px;background:0 0;border:0;border-radius:0;margin:0 0 10px;padding:0;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:700;line-height:15px;display:block}.checkout-page .checkout-heading .eyebrow:before{display:none}.checkout-page .checkout-heading h1{color:#0f172a;letter-spacing:-.6px;margin:0;font-size:32px;font-weight:900;line-height:1.2}.checkout-page .checkout-heading>div>p:last-child{color:#334155;margin:9px 0 0;font-size:14px;line-height:1.65}.checkout-page .checkout-progress{color:#a0aaa4;align-items:center;gap:8px;min-height:36px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.checkout-page .checkout-progress span{white-space:nowrap;border:1px solid #dce4de;border-radius:999px;align-items:center;min-height:30px;padding:6px 11px;display:inline-flex}.checkout-page .checkout-progress .active{color:#2563eb;background:#edf6ef;border-color:#2563eb3d;font-weight:700}.checkout-page .checkout-layout{grid-template-columns:minmax(0,1fr) minmax(360px,420px);gap:28px;width:min(100%,1400px);max-width:none;margin:0 auto;padding:34px 40px 72px}.checkout-page .checkout-section,.checkout-page .order-summary{background:#fff;border:1px solid #dce5df;border-radius:12px;box-shadow:0 2px 6px #0f172a0a,0 10px 28px #0f172a0f}.checkout-page .checkout-section>header{border-bottom-color:#e5ece7;gap:13px;min-height:78px;padding:18px 24px}.checkout-page .checkout-section>header>svg{color:#2563eb;box-sizing:content-box;background:#edf7f0;border:1px solid #dbeafe;border-radius:9px;width:20px;height:20px;padding:9px}.checkout-page .checkout-section h2,.checkout-page .order-summary h2{color:#0f172a;letter-spacing:-.2px;font-size:16px;font-weight:800}.checkout-page .checkout-section header p{color:#334155;margin-top:5px;font-size:12px;line-height:1.6}.checkout-page .customer-input-fields>label,.checkout-page .customer-input-fields fieldset{gap:8px}.checkout-page .customer-input-fields>label>span,.checkout-page .customer-input-fields legend{color:#0f172a;font-size:13px;font-weight:700}.checkout-page .customer-input-fields b{color:#b54736;font-size:10px}.checkout-page .customer-input-fields input,.checkout-page .customer-input-fields select,.checkout-page .customer-input-fields textarea{color:#0f172a;background:#fbfdfb;border-color:#d2ded6;border-radius:8px;min-height:46px;padding:11px 13px;font-size:14px;transition:border-color .2s,box-shadow .2s,background-color .2s}.checkout-page .customer-input-fields textarea{min-height:96px}.checkout-page .customer-input-fields input:hover,.checkout-page .customer-input-fields select:hover,.checkout-page .customer-input-fields textarea:hover{background:#fff;border-color:#64748b}.checkout-page .customer-input-fields input:focus,.checkout-page .customer-input-fields select:focus,.checkout-page .customer-input-fields textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb21}.checkout-page .customer-field-notice{color:#6a6750;background:#fffcf1;border-left:3px solid #d9b64a;border-radius:0 7px 7px 0;padding:12px 14px;font-size:12px;line-height:1.65}.checkout-page .order-summary{padding:24px;position:sticky;top:78px}.checkout-page .summary-product{border-bottom-color:#e5ece7;grid-template-columns:80px minmax(0,1fr);gap:14px;margin-top:18px;padding-bottom:18px}.checkout-page .summary-image{background:#f0f4f1;border:1px solid #e0e8e2;border-radius:9px;height:80px}.checkout-page .summary-product small{color:#2563eb;letter-spacing:.5px;font-size:10px}.checkout-page .summary-product strong{color:#0f172a;font-size:14px;line-height:1.35}.checkout-page .summary-product span{color:#334155;font-size:11px}.checkout-page .summary-specs{border-bottom-color:#e5ece7;padding:16px 0}.checkout-page .summary-specs div+div{margin-top:10px}.checkout-page .summary-specs dt,.checkout-page .summary-specs dd,.checkout-page .summary-line{color:#334155;font-size:12px}.checkout-page .summary-specs dd,.checkout-page .summary-line strong{color:#0f172a;font-weight:700}.checkout-page .quantity-line{min-height:58px}.checkout-page .quantity-line .quantity-control{transform:none}.checkout-page .payment-method-summary{border-bottom-color:#e8eeea;gap:9px;padding:16px 0}.checkout-page .payment-method-summary>span{color:#334155;font-size:12px}.checkout-page .payment-method-option{background:#edf7f0;border-color:#dbeafe;border-radius:8px;min-height:34px;padding:7px 13px;font-weight:700;color:#2563eb!important;font-size:12px!important}.checkout-page .payment-method-option.active{background:#2563eb;border-color:#2563eb;color:#fff!important}.checkout-page .summary-total{min-height:76px}.checkout-page .summary-total span{color:#334155;font-size:13px;font-weight:700}.checkout-page .summary-total strong{color:#0f172a;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:28px;font-weight:800}.checkout-page .checkout-delivery-note{color:#2563eb;background:#edf7f0;border-radius:7px;margin-top:14px;padding:10px 12px;font-size:11px}.checkout-page .checkout-submit{background:#2563eb;border-radius:8px;min-height:49px;margin-top:6px;font-size:14px;transition:background-color .2s,box-shadow .2s,transform .2s;box-shadow:0 4px 10px #2563eb33}.checkout-page .checkout-submit:hover:not(:disabled){background:#0f172a;transform:translateY(-1px);box-shadow:0 6px 15px #2563eb42}.checkout-page .checkout-submit:active:not(:disabled){transform:translateY(0)}.checkout-page .checkout-notice{color:#334155;border-top:1px solid #e8eeea;margin-top:18px;padding-top:15px;font-size:12px}.checkout-page .checkout-notice summary{color:#334155;font-size:12px}.checkout-page .checkout-notice p{margin-top:9px;line-height:1.7}.checkout-page .checkout-error,.checkout-page .checkout-success{border-radius:8px;padding:12px 14px;font-size:12px}.checkout-page .payment-inline{border-top-color:#e5ece7;margin-top:18px;padding-top:18px}.checkout-page .payment-inline-meta strong{color:#b54736;font-size:22px}@media (width<=760px){.checkout-page .checkout-heading{flex-direction:column;align-items:flex-start;padding:32px 20px 24px}.checkout-page .checkout-heading h1{font-size:28px}.checkout-page .checkout-progress{justify-content:space-between;width:100%}.checkout-page .checkout-layout{grid-template-columns:1fr;padding:24px 20px 56px}.checkout-page .order-summary{order:-1;position:static}}@media (width<=520px){.checkout-page .store-header{padding-left:20px;padding-right:20px}.checkout-page .checkout-heading{padding-left:16px;padding-right:16px}.checkout-page .checkout-layout{padding-left:14px;padding-right:14px}.checkout-page .checkout-section>header,.checkout-page .customer-input-fields,.checkout-page .order-summary{padding-left:18px;padding-right:18px}.checkout-page .customer-input-fields{grid-template-columns:1fr}.checkout-page .checkout-progress span{padding-left:8px;padding-right:8px;font-size:10px}}@media (prefers-reduced-motion:reduce){.store-page .catalog-intro:before,.store-page .catalog-intro:after,.store-page .category-bar:before,.store-page .category-bar:after,.store-page .catalog-section:before,.store-page .catalog-section:after,.store-page .product-grid:before,.store-page .product-grid:after,.store-page .store-footer:before,.store-page .store-footer:after{animation:none}}.store-page .store-header,.detail-page .store-header,.checkout-page .store-header,.order-page .store-header,.order-query-page .store-header,.order-issue-page .store-header{z-index:20;-webkit-backdrop-filter:blur(18px);background:#f6f7f5c7;border-bottom-color:#dde3de99;padding-left:max(20px,50% - 720px);padding-right:max(20px,50% - 720px);position:sticky;top:0;box-shadow:0 2px 16px #0f172a14}.order-heading,.order-layout{max-width:1320px}.checkout-heading{padding-left:max(32px,50% - 720px);padding-right:max(32px,50% - 720px)}.checkout-layout{max-width:1400px;padding-left:max(32px,50% - 680px);padding-right:max(32px,50% - 680px)}.detail-main{padding-left:max(32px,50% - 720px);padding-right:max(32px,50% - 720px)}.detail-page,.checkout-page,.order-page,.page-with-footer{flex-direction:column;min-height:100vh;display:flex}.page-with-footer>.detail-page,.page-with-footer>.order-query-page,.page-with-footer>.order-issue-page{flex:1 0 auto;min-height:0}.store-footer{z-index:1;flex:none;width:100%;margin-top:auto;padding-left:max(28px,50% - 550px);padding-right:max(28px,50% - 550px);position:relative}.detail-page .store-header{-webkit-backdrop-filter:blur(18px);background:#f6f7f5bf;border-bottom-color:#dde3de8c;height:59px;padding-left:max(40px,50% - 660px);padding-right:max(40px,50% - 660px);box-shadow:0 2px 16px #0f172a0f}.detail-page .back-button{color:#0f172a;background:#fff;border-color:#dde3de;border-radius:8px;gap:6px;height:36px;padding:7px 14px;font-size:13px;font-weight:600;transition:border-color .2s,color .2s,box-shadow .2s,transform .2s;box-shadow:0 1px 1px #0f172a0a,0 1px 2px #0f172a0f}.detail-page .back-button:hover:not(:disabled){color:#2563eb;border-color:#dbeafe;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a1a}.detail-page .detail-main{background:0 0;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:start;gap:48px;width:min(100%,1400px);margin:0 auto;padding:40px 40px 0}.detail-page .detail-visual{background:#f0ede8;border:1px solid #dde3de;border-radius:12px;width:100%;height:500px;max-height:none;box-shadow:0 4px 16px #0f172a12,0 1px 4px #0f172a0d}.detail-page .detail-main-image>.product-placeholder{background:#f0ede8}.detail-page .detail-main-image>.product-placeholder span{border-radius:14px;width:80px;height:80px;font-size:36px;line-height:54px;box-shadow:0 4px 8px #0f172a1a}.detail-page .visual-caption{-webkit-backdrop-filter:blur(8px);background:#0f172ac7;border-radius:0;align-items:center;min-height:40px;padding:11px 20px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:16.5px;bottom:0;left:0;right:0}.detail-page .visual-caption span{color:#ffffffa6;font-weight:700}.detail-page .visual-caption small{color:#ffffff59;font-size:11px}.detail-page .detail-content{min-width:0;padding-top:0}.detail-page .detail-content>.eyebrow{color:#2563eb;letter-spacing:1.8px;background:0 0;border:0;border-radius:0;margin:0;padding:0;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:700;line-height:15px;display:block}.detail-page .detail-content>.eyebrow:before{display:none}.detail-page .detail-content h1{color:#0f172a;letter-spacing:0;margin:8px 0 0;font-size:32px;font-weight:900;line-height:1.15}.detail-page .detail-content .subtitle{color:#334155;margin-top:8px;font-size:15px;line-height:24px}.detail-page .sku-selector{border-top:0;padding-top:28px}.detail-page .sku-selector h2{color:#0f172a;font-size:14px;font-weight:700;line-height:21px}.detail-page .sku-selector header span{color:#9eaaa4;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:16.5px}.detail-page .sku-selector header p{color:#c0392b;margin:10px 0 0;font-size:12px;font-weight:600;line-height:18px}.detail-page .sku-options{grid-template-columns:1fr;gap:10px;margin-top:10px}.detail-page .sku-options button{background:#fff;border-color:#dde3de;border-radius:8px;min-height:148px;padding:16px 18px;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:0 1px 1px #0f172a0a,0 1px 2px #0f172a0f}.detail-page .sku-options button:hover:not(:disabled){border-color:#64748b;transform:translateY(-1px);box-shadow:0 4px 14px #0f172a14}.detail-page .sku-options button.selected{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a,0 4px 14px #0f172a14}.detail-page .sku-options span{color:#9eaaa4;letter-spacing:.3px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;font-weight:400;line-height:16.5px}.detail-page .sku-options strong{color:#0f172a;letter-spacing:0;margin:5px 0 4px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:24px;font-weight:800;line-height:36px}.detail-page .sku-options small{color:#334155;font-size:12px;line-height:18px}.detail-page .sku-options em{color:#2563eb;background:#2563eb14;border:1px solid #2563eb33;border-radius:99px;width:fit-content;min-height:25px;margin-top:10px;padding:3px 10px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:16.5px}.detail-page .sku-options .out-stock{color:#c0392b;background:#c0392b0f;border-color:#c0392b33}.detail-page .purchase-summary{background:#f9faf8;border-color:#dde3de;border-radius:10px;margin-top:20px;padding:22px}.detail-page .awaiting-selection{min-height:123px}.detail-page .selection-empty{color:#9eaaa4;gap:3px}.detail-page .selection-empty>svg{color:#9eaaa4;width:28px;height:28px;margin-bottom:5px}.detail-page .selection-empty strong{color:#334155;font-size:14px;line-height:21px}.detail-page .selection-empty span{color:#9eaaa4;font-size:12px;line-height:18px}.detail-page .selected-sku-row>div{gap:5px}.detail-page .selected-sku-row>div>strong{color:#0f172a;font-size:14px}.detail-page .sku-facts{gap:7px;margin-top:12px}.detail-page .sku-facts span{border-color:#d7dfda;border-radius:99px;min-height:25px;padding:3px 9px;font-size:10px}.detail-page .purchase-actions{margin-top:14px}.detail-page .purchase-price strong{color:#0f172a;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:26px}.detail-page .purchase-summary .purchase-button{background:#2563eb;border-radius:8px;height:47px;margin-top:20px;font-size:15px;font-weight:700;transition:background-color .2s,box-shadow .2s,transform .2s;box-shadow:0 2px 4px #2563eb47}.detail-page .purchase-summary .purchase-button:hover:not(:disabled){background:#0f172a;transform:translateY(-1px);box-shadow:0 5px 14px #2563eb47}.detail-page .detail-bands{background:#fff;border:1px solid #dde3de;border-radius:12px;grid-template-rows:44px auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:min(100% - 80px,1320px);margin:48px auto 64px;padding:0;overflow:hidden;box-shadow:0 4px 16px #0f172a12,0 1px 4px #0f172a0d}.detail-page .detail-bands details{border-top:0;min-width:0;padding:0;display:contents}.detail-page .detail-bands summary{color:#334155;text-align:center;cursor:pointer;background:#fff;border-bottom:1px solid #dde3de;place-items:center;height:44px;padding:0 12px;font-size:14px;font-weight:600;line-height:16px;list-style:none;transition:color .2s,background-color .2s,border-color .2s;display:grid}.detail-page .detail-bands details:first-child summary{grid-area:1/1}.detail-page .detail-bands details:nth-child(2) summary{grid-area:1/2}.detail-page .detail-bands details:nth-child(3) summary{grid-area:1/3}.detail-page .detail-bands summary::-webkit-details-marker{display:none}.detail-page .detail-bands details[open] summary{color:#2563eb;border-bottom:2px solid #2563eb;margin-bottom:0;font-weight:700}.detail-page .detail-bands p{color:#0f172a;grid-area:2/1/auto/-1;width:100%;min-height:69px;margin:0;padding:22px 24px;font-size:14px;line-height:25.2px}.detail-page .detail-bands details:not([open])>p{display:none}.detail-page .detail-bands details[open]>p{display:block}@media (width<=1000px){.detail-page .detail-main{grid-template-columns:1fr}.detail-page .detail-visual{height:min(500px,62vw)}}@media (width<=700px){.detail-page .store-header{padding-left:20px;padding-right:20px}.detail-page .detail-main{gap:28px;padding:24px 20px 0}.detail-page .detail-visual{height:min(420px,82vw)}.detail-page .detail-content h1{font-size:28px}.detail-page .detail-bands{grid-template-columns:repeat(3,minmax(0,1fr));width:calc(100% - 40px);margin-top:32px}}.checkout-page .customer-input-fields b{color:#2563eb!important}.checkout-page .checkout-form-column>.checkout-notice summary{text-indent:0;grid-template-columns:22px minmax(0,1fr) 10px;align-items:center;column-gap:12px;padding:0 28px;display:grid;position:relative}.checkout-page .checkout-form-column>.checkout-notice summary:before{grid-area:1/1;width:22px;height:22px;margin:0;position:static}.checkout-page .checkout-form-column>.checkout-notice summary:after{grid-column:auto;margin:0;position:absolute;top:50%;right:28px;transform:translateY(-65%)rotate(45deg)}.checkout-page .checkout-form-column>.checkout-notice[open] summary:after{transform:translateY(-35%)rotate(225deg)}.checkout-page{background-color:#f7f9f7;background-image:linear-gradient(#e0e8e280 1px,#0000 1px),linear-gradient(90deg,#e0e8e280 1px,#0000 1px),radial-gradient(circle at 88% 20%,#2563eb0f,#0000 30%),radial-gradient(circle at 8% 88%,#2563eb0d,#0000 28%);background-size:36px 36px,36px 36px,auto,auto}.checkout-page .store-header{background:#f6f7f5e0;padding-left:max(20px,50% - 664px);padding-right:max(20px,50% - 664px)}.checkout-page .checkout-heading{border-bottom:0;width:min(100% - 40px,1108px);padding:49px 0 34px}.checkout-page .checkout-progress{align-self:flex-start;gap:0;margin-top:6px;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;font-size:13px}.checkout-page .checkout-progress span{color:#a0aaa4;background:0 0;border:0;border-radius:0;min-height:28px;padding:0}.checkout-page .checkout-progress span+span:before{content:"";background:#d5dfd8;width:30px;height:1px;margin:0 10px}.checkout-page .checkout-progress .active{color:#0f172a;background:0 0;font-weight:700}.checkout-page .checkout-progress .active:first-child:before{content:"1";color:#fff;background:#2563eb;border-radius:50%;place-items:center;width:24px;height:24px;margin-right:6px;font-size:12px;font-weight:700;display:inline-grid}.checkout-page .checkout-layout{grid-template-columns:minmax(0,696px) minmax(340px,380px);justify-content:space-between;gap:24px;width:min(100% - 40px,1108px);padding:0 0 72px}.checkout-page .customer-input-fields input,.checkout-page .customer-input-fields select,.checkout-page .customer-input-fields textarea{background:#f9fbf9;border-radius:8px;min-height:46px;padding:11px 13px;font-size:14px}.checkout-page .checkout-form-column>.checkout-notice{color:#334155;background:#fff;border:1px solid #dce5df;border-radius:12px;margin:0;padding:0;overflow:hidden;box-shadow:0 2px 6px #0f172a0a,0 8px 24px #0f172a0d}.checkout-page .checkout-form-column>.checkout-notice summary{color:#0f172a;border-bottom:1px solid #e4ebe6;align-items:center;min-height:68px;padding:0 28px;font-size:14px;font-weight:700;display:flex}.checkout-page .checkout-form-column>.checkout-notice p{color:#334155;margin:0;padding:15px 28px 20px;font-size:13px;line-height:2.8}.checkout-page .order-summary{border-radius:12px;padding:0;top:78px;overflow:hidden}.checkout-page .order-summary>h2{display:none}.checkout-page .order-summary .summary-product{background:linear-gradient(#edf3fa 0 140px,#fff 140px 100%);border-bottom:1px solid #e0e8e2;grid-template-columns:1fr;gap:15px;margin:0;padding:38px 20px 18px}.checkout-page .order-summary .summary-image{background:#fff;border:0;border-radius:12px;width:64px;height:64px;margin:0 auto;box-shadow:0 6px 15px #3244501f}.checkout-page .order-summary .summary-product small{color:#fff;background:#0f172a;border-radius:999px;width:fit-content;margin-top:-2px;padding:4px 9px;font-size:10px;font-weight:700}.checkout-page .order-summary .summary-total,.checkout-page .order-summary .quantity-line,.checkout-page .order-summary .payment-method-summary,.checkout-page .order-summary .checkout-delivery-note,.checkout-page .order-summary .checkout-submit,.checkout-page .order-summary .payment-inline,.checkout-page .order-summary .payment-inline-success,.checkout-page .order-summary .checkout-error,.checkout-page .order-summary .checkout-availability-note,.checkout-page .order-summary .checkout-notice{margin-left:20px;margin-right:20px}.checkout-page .order-summary .summary-total strong{color:#2563eb;font-size:28px}.checkout-page .order-summary .checkout-delivery-note{color:#64748b;background:#f7faf8;margin-top:12px}.checkout-page .order-summary .checkout-submit{margin-top:12px}@media (width<=900px){.checkout-page .checkout-heading,.checkout-page .checkout-layout{width:min(100% - 40px,696px)}.checkout-page .checkout-heading{padding-top:36px}.checkout-page .checkout-progress{align-self:auto;margin-top:18px}.checkout-page .checkout-layout{grid-template-columns:1fr}.checkout-page .order-summary{order:-1;position:static}}.store-page .store-header,.detail-page .store-header,.checkout-page .store-header,.order-page .store-header,.order-query-page .store-header,.order-issue-page .store-header{z-index:20!important;width:100%!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.store-footer{min-height:312px;padding:0 20px;display:block}.store-footer-inner{width:min(100%,1440px);min-height:312px;margin:0 auto}@media (width<=700px){.store-footer{padding-inline:20px}}.home-page .home-operations{background:#f5f8ff;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:48px;padding:88px max(24px,50% - 640px);display:grid}.home-page .home-operations .home-how{background:0 0;border:0;padding:0}.home-page .home-operations .home-section-heading{text-align:left}.home-page .home-operations .home-section-heading .eyebrow{margin-inline:0}.home-page .home-operations .home-steps{grid-template-columns:1fr;gap:28px;margin-top:36px}.home-page .home-operations .home-steps:before{background:#bfdbfe;width:1px;height:auto;inset:28px auto 28px 27px}.home-page .home-operations .home-steps article{text-align:left;min-height:72px;padding-left:78px}.home-page .home-operations .home-step-icon{color:#2563eb;background:#fff;border-color:#bfdbfe;margin:0;position:absolute;top:0;left:0}.home-page .home-operations .home-steps article.active .home-step-icon{color:#fff;background:#2563eb;border-color:#2563eb}.home-page .home-operations .home-steps small{color:#2563eb;margin-top:0}.home-page .home-operations .home-steps p{color:#64748b;max-width:420px;margin:6px 0 0}.home-page .home-operations .home-cta{text-align:left;color:#fff;background-color:#0f172a;background-image:linear-gradient(#2563eb14 1px,#0000 1px),linear-gradient(90deg,#2563eb14 1px,#0000 1px),radial-gradient(circle at 90% 8%,#3b82f647,#0000 42%);background-position:0 0;background-repeat:repeat;background-size:28px 28px,28px 28px,auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border-radius:18px;min-height:100%;padding:40px;box-shadow:0 18px 36px #0f172a33}.home-page .home-operations .home-cta .eyebrow{color:#93c5fd;margin-inline:0}.home-page .home-operations .home-cta h2{color:#fff;margin-top:16px;font-size:32px}.home-page .home-operations .home-cta>p:not(.eyebrow){color:#cbd5e1;max-width:390px;margin-top:14px}.home-page .home-operations .home-cta-actions{justify-content:flex-start;margin-top:30px}.home-page .home-operations .home-cta a+a{color:#dbeafe;background:#ffffff14;border-color:#93c5fd4d}.home-page .home-operations-side{align-content:start;gap:18px;display:grid}.home-page .home-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.home-page .home-metrics strong,.home-page .home-metrics span,.home-page .home-metrics small{display:block}.home-page .home-metrics strong{color:#2563eb;font:900 26px/1.1 JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.home-page .home-metrics span{color:#334155;margin-top:10px;font-size:13px;font-weight:700}.home-page .home-metrics small{color:#94a3b8;margin-top:6px;font-size:11px}@media (width<=900px){.home-page .home-operations{grid-template-columns:1fr;gap:42px}}@media (width<=640px){.home-page .home-operations{padding:64px 20px 72px}.home-page .home-operations .home-cta{padding:30px 24px}.home-page .home-operations .home-cta-actions{flex-direction:column;align-items:stretch}}.home-page>.store-header,.home-page .store-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f8ffd1;border-bottom-color:#cbd5e1b8;box-shadow:0 8px 28px #2563eb14}.home-page .store-header nav a:first-child{color:#2563eb;background:#dbeafe}.home-page .home-hero{grid-template-columns:minmax(0,1fr) minmax(440px,560px);gap:72px;height:auto;min-height:700px;padding-top:132px;padding-bottom:104px}.home-page .home-hero:after{background:radial-gradient(circle at 72% 22%,#3b82f61f,#0000 28%),radial-gradient(circle at 18% 76%,#2563eb14,#0000 25%)}.home-page .home-hero h1{letter-spacing:0;font-size:72px}.home-page .home-hero-copy>p:not(.eyebrow){color:#64748b}.home-page .home-terminal{background:#dbeafe6b;border-color:#bfdbfe;border-radius:8px;height:352px;min-height:352px;padding:25px}.home-page .home-terminal pre{color:#93c5fd}.home-page .home-trust-strip{display:none!important}.home-page .home-products .product-card:first-child{grid-row:span 2}.home-page .home-products .product-card:first-child .product-media{height:290px;min-height:0}.home-page .home-products .product-meta>small{color:#94a3b8;font:700 10px/15px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.home-page .home-products .product-category{color:#94a3b8;font-size:10px}.home-page .home-products .product-inline-stock{color:#64748b;white-space:nowrap;align-items:center;gap:5px;margin-left:auto;font:700 10px/15px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:inline-flex}.home-page .home-products .product-inline-stock i{background:#94a3b8;border-radius:50%;width:7px;height:7px}.home-page .home-products .product-inline-stock.in-stock{color:#2563eb}.home-page .home-products .product-inline-stock.in-stock i{background:#2563eb;box-shadow:0 0 0 3px #2563eb24}.home-page .home-products .product-sku-count{color:#94a3b8;align-items:center;gap:7px;margin-top:8px;font:11px/16px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:flex}.home-page .home-products .product-sku-count>span{color:#94a3b8;font-size:16px}.home-page .home-products h2{letter-spacing:0}.home-page .home-operations .home-cta,.home-page .home-metrics>div{border-radius:8px}.home-page .store-footer-logo{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 5px 14px #2563eb59;color:#fff!important}.home-page .store-footer-brand-line strong{color:#fff}.home-page .store-footer-brand p{color:#94a3b8}.home-page .store-footer-nav strong{color:#93c5fd}@media (width<=900px){.home-page .home-hero{grid-template-columns:1fr;gap:44px;padding-top:108px}.home-page .home-terminal{max-width:640px}}@media (width<=640px){.home-page .home-hero{min-height:0;padding:92px 20px 72px}.home-page .home-hero h1{font-size:48px}.home-page .home-products .product-grid{grid-template-rows:none;grid-template-columns:1fr}.home-page .home-products .product-card:first-child{grid-row:auto}.home-page .home-products .product-card:first-child .product-media{height:210px}.home-page .home-metrics{gap:10px}.home-page .home-metrics>div{min-height:112px;padding:14px}.home-page .home-metrics strong{font-size:21px}}@media (width>=901px){.home-page .home-hero{min-height:724px;padding-top:126px;padding-bottom:92px}.home-page .home-hero-copy{transform:translateY(6px)}.home-page .home-terminal{transform:translateY(1px)}}.home-page .home-hero{grid-template-columns:minmax(0,370px) minmax(0,430px);justify-content:center;gap:52px;min-height:760px;padding:126px 24px 92px}.home-page .home-hero h1{letter-spacing:0;font-size:72px;line-height:.98}.home-page .home-terminal{border-radius:12px;max-width:430px;height:286px;min-height:286px;padding:18px}.home-page .home-terminal:before{border-radius:10px;inset:18px}.home-page .home-terminal-bar{height:38px;padding-inline:14px}.home-page .home-terminal-status{font-size:10px;bottom:-11px}.home-page .home-products{padding:20px max(24px,50% - 506px) 66px}.home-page .home-products h2{letter-spacing:0;margin-top:4px;font-size:30px}.home-page .home-products .product-grid{grid-template-rows:repeat(2,205px);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-page .home-products .product-card{border-radius:8px;height:100%;min-height:0}.home-page .home-products .product-card-link{flex-direction:column;height:100%;display:flex}.home-page .home-products .product-media{background:0 0;flex:0 0 88px;height:88px;overflow:visible}.home-page .home-products .product-card:not(:first-child) .product-media{flex-basis:72px;height:72px}.home-page .home-products .product-media>span{display:none}.home-page .home-products .product-media img,.home-page .home-products .product-placeholder{object-fit:cover;border-radius:12px;width:64px;height:64px;position:absolute;top:24px;left:24px}.home-page .home-products .product-card:not(:first-child) .product-media img,.home-page .home-products .product-card:not(:first-child) .product-placeholder{border-radius:10px;width:42px;height:42px;top:18px;left:20px}.home-page .home-products .product-placeholder{display:block;background:0 0!important}.home-page .home-products .product-placeholder span{border-radius:inherit;color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border:0;width:auto;height:auto;font-size:24px;position:absolute;inset:0;box-shadow:0 7px 16px #2563eb40}.home-page .home-products .product-card:nth-child(2) .product-placeholder span{background:linear-gradient(135deg,#4f46e5,#6366f1)}.home-page .home-products .product-card:nth-child(3) .product-placeholder span{background:linear-gradient(135deg,#06b6d4,#0ea5e9)}.home-page .home-products .product-copy{flex-direction:column;flex:1;min-height:0;padding:0 24px 18px;display:flex;position:relative}.home-page .home-products .product-card:not(:first-child) .product-copy{padding-inline:20px;padding-bottom:14px}.home-page .home-products .product-meta{align-items:center;gap:7px;min-height:19px;display:flex}.home-page .home-products .product-meta>small{color:#94a3b8;letter-spacing:1px;font:700 9px/14px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.home-page .home-products .product-category{color:#64748b;background:#ffffff8c;border:1px solid #dbeafe;border-radius:99px;padding:3px 7px;font-size:9px;line-height:12px}.home-page .home-products .product-inline-stock{color:#2563eb;white-space:nowrap;align-items:center;gap:5px;margin:0;font:700 9px/14px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:inline-flex;position:absolute;top:-64px;right:0}.home-page .home-products .product-inline-stock i{background:#2563eb;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #2563eb21}.home-page .home-products .product-copy h2{color:#0f172a;letter-spacing:0;margin:7px 0 3px;font-size:17px;line-height:1.25}.home-page .home-products .product-copy p{color:#64748b;max-width:330px;height:auto;margin:0;font-size:10px;line-height:1.55}.home-page .home-products .product-sku-count{color:#94a3b8;border:1px solid #dbeafe;border-radius:5px;width:fit-content;margin-top:9px;padding:4px 8px;font-size:9px}.home-page .home-products .product-sku-count>span{font-size:13px}.home-page .home-products .product-card:not(:first-child) .product-sku-count{display:none}.home-page .home-products .product-copy footer{border-top:1px solid #dbe4f0;margin-top:auto;padding-top:10px}.home-page .home-products .product-copy footer small{color:#94a3b8;font-size:9px}.home-page .home-products .product-copy footer strong{color:#0f172a;margin-top:1px;font:900 20px/25px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.home-page .home-products .product-card-arrow{border-radius:7px;width:28px;height:28px;box-shadow:0 5px 12px #2563eb40}.home-page .home-products .product-card:first-child .product-copy footer strong{font-size:23px}.home-page .home-products .product-card:first-child .product-card-arrow{width:94px}.home-page .home-products .product-card:first-child .product-card-arrow svg{display:none}.home-page .home-products .product-card:first-child .product-card-arrow:after{content:"立即购买  →";color:#fff;white-space:nowrap;font-size:11px;font-weight:700}.home-page .home-operations{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;padding:48px max(24px,50% - 506px) 62px}.home-page .home-operations .home-section-heading h2{letter-spacing:0;margin-top:8px;font-size:28px}.home-page .home-operations .home-steps:before{background:#bfdbfe;top:21px;bottom:21px;left:20px}.home-page .home-operations .home-steps article{min-height:58px;padding-left:58px}.home-page .home-operations .home-step-icon{border-width:1px;border-radius:8px;width:42px;height:42px}.home-page .home-operations .home-steps article.active .home-step-icon{box-shadow:0 5px 12px #2563eb38}.home-page .home-operations .home-steps small{font-size:10px}.home-page .home-operations .home-steps h3{margin-top:4px;font-size:14px}.home-page .home-operations .home-steps p{max-width:390px;margin-top:4px;font-size:11px;line-height:1.55}.home-page .home-operations-side,.home-page .home-metrics{gap:10px}.home-page .home-metrics>div{border-radius:8px;min-height:86px;padding:15px 16px}.home-page .home-metrics strong{font-size:23px}.home-page .home-metrics span{margin-top:6px;font-size:11px}.home-page .home-metrics small{margin-top:3px;font-size:9px}.home-page .home-operations .home-cta{border-radius:8px;min-height:158px;padding:24px}.home-page .home-operations .home-cta h2{letter-spacing:0;margin-top:8px;font-size:23px}.home-page .home-operations .home-cta>p:not(.eyebrow){margin-top:8px;font-size:11px;line-height:1.55}.home-page .home-operations .home-cta-actions{gap:8px;margin-top:18px}.home-page .home-operations .home-cta a{min-height:36px;padding:8px 14px;font-size:11px}@media (width<=900px){.home-page .home-hero{grid-template-columns:minmax(0,640px);gap:42px;min-height:0;padding:108px 24px 76px}.home-page .home-hero-copy{max-width:640px}.home-page .home-hero-copy>p:not(.eyebrow){max-width:520px}.home-page .home-terminal{max-width:640px}.home-page .home-operations{grid-template-columns:1fr;gap:42px}}@media (width<=640px){.home-page .home-hero{padding:92px 20px 64px}.home-page .home-hero h1{font-size:48px}.home-page .home-hero-copy>p:not(.eyebrow){font-size:14px}.home-page .home-terminal{height:270px;min-height:270px;padding:16px}.home-page .home-terminal:before{inset:16px}.home-page .home-products{padding:20px 20px 58px}.home-page .home-products .product-grid{grid-template-rows:repeat(4,205px);grid-template-columns:1fr}.home-page .home-operations{padding:48px 20px 58px}.home-page .home-metrics>div{padding:14px}}.page-with-footer>.order-query-page{min-height:900px!important}.order-query-page{isolation:isolate;color:#0f172a;background:#f5f8ff;position:relative}.order-query-page:before{display:none}.order-query-page .store-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f8ffe0;border-bottom-color:#dbe4f0;height:59px;min-height:59px;padding-left:max(46px,50% - 660px);padding-right:max(46px,50% - 660px);box-shadow:0 2px 14px #2563eb0f}.order-query-page .store-brand span{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 6px 14px #2563eb47}.order-query-page .back-button{color:#0f172a;background:#fff;border-color:#dbe4f0;border-radius:8px;height:36px;padding:7px 14px;box-shadow:0 3px 10px #0f172a14}.order-query-page .back-button:hover:not(:disabled){color:#2563eb;background:#eff6ff;border-color:#93c5fd}.order-query-page .query-hero{background-color:#eaf2ff;background-image:linear-gradient(#2563eb1f 1px,#0000 1px),linear-gradient(90deg,#2563eb1f 1px,#0000 1px),radial-gradient(circle at 70% 30%,#3b82f624,#0000 34%);background-size:32px 32px,32px 32px,auto;border-bottom:1px solid #cbdcf7;align-items:center;min-height:232px;padding:68px 24px 54px;display:flex}.order-query-page .query-hero-inner{align-items:center;gap:32px;width:min(100%,960px);margin:0 auto;display:flex}.order-query-page .query-hero-icon{flex:0 0 88px;width:88px;height:88px;display:block}.order-query-page .query-hero-illustration{width:88px;height:88px;display:block;overflow:visible}.order-query-page .query-hero .eyebrow{color:#3b82f6;letter-spacing:3px;background:0 0;border:0;border-radius:0;margin:0 0 10px;padding:0;font:700 11px/16px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.order-query-page .query-hero .eyebrow:before{display:none}.order-query-page .query-hero h1{color:#0f172a;letter-spacing:0;margin:0;font-size:31px;font-weight:900;line-height:1.2}.order-query-page .query-content{z-index:2;width:min(100% - 48px,960px);margin:-42px auto 86px;position:relative}.order-query-page .query-shell{background:#fff;border:1px solid #dbe4f0;border-top:0;border-radius:15px;width:100%;margin:0;animation:.42s both query-shell-in;overflow:visible;box-shadow:0 12px 30px #0f172a21,0 2px 8px #2563eb0f}.order-query-page .query-shell>header{display:none}.order-query-page .query-shell form{border-radius:inherit;background:0 0;gap:17px;padding:32px 34px;display:grid}.order-query-page .query-fields{grid-template-columns:minmax(0,1fr) 126px;align-items:end;gap:14px;display:grid}.order-query-page .query-shell label{color:#334155;gap:7px;font-size:12px;font-weight:700;display:grid}.order-query-page .query-shell input{color:#0f172a;letter-spacing:0;background:#f8fbff;border:1px solid #bfdbfe;border-radius:8px;height:48px;min-height:48px;padding:0 14px;font-size:14px}.order-query-page .query-shell input::placeholder{color:#94a3b8;letter-spacing:0}.order-query-page .query-shell input:hover{background:#fff;border-color:#93c5fd}.order-query-page .query-shell input:focus{background:#fff;border-color:#2563eb;outline:0;box-shadow:0 0 0 3px #2563eb24}.order-query-page .query-shell .checkout-submit{color:#fff;background:#2563eb;border:0;border-radius:8px;height:48px;min-height:48px;margin:0;font-size:13px;font-weight:700;box-shadow:0 7px 16px #2563eb42}.order-query-page .query-shell .checkout-submit:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 9px 20px #2563eb4d}.order-query-page .query-disclaimer{color:#64748b;margin:1px 0 4px;font-size:12px;line-height:1.7}.order-query-page .query-disclaimer strong,.order-query-page .query-disclaimer a{color:#2563eb;font-weight:700}.order-query-page .query-disclaimer a{text-decoration:none}.order-query-page .query-empty{color:#8ca3c7;background:#f5f8ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:8px;min-height:45px;padding:0 16px;font-size:12px;display:flex}.order-query-page .query-shell .checkout-error{border-radius:8px;margin:0}.order-query-page .query-result{background:#f8fbff;border:1px solid #dbe4f0;border-radius:10px;margin:0 34px 32px;padding:24px}.order-query-page .query-result>header{border-bottom-color:#dbe4f0}.order-query-page .query-result dl div{border-bottom-color:#e5edf7}.order-query-page .query-delivery-state{background:#eff6ff}.order-query-page .query-safety{margin-top:34px}.order-query-page .query-safety>header{align-items:center;gap:12px;height:28px;display:flex}.order-query-page .query-safety>header strong{color:#0f172a;padding-left:12px;font-size:13px;position:relative}.order-query-page .query-safety>header strong:before{content:"";background:#f59e0b;border-radius:99px;width:3px;height:16px;position:absolute;top:1px;left:0}.order-query-page .query-safety>header span{background:#dbe4f0;flex:1;height:1px}.order-query-page .query-safety>div{background:#fff;border:1px solid #dbe4f0;border-radius:12px;margin-top:12px;padding:24px;box-shadow:0 3px 10px #0f172a0d}.order-query-page .query-safety p{color:#64748b;margin:0 0 18px;font-size:12px}.order-query-page .query-safety ol{counter-reset:query-warning;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px;margin:0;padding:0;list-style:none;display:grid}.order-query-page .query-safety li{color:#334155;counter-increment:query-warning;padding-left:26px;font-size:12px;line-height:1.5;position:relative}.order-query-page .query-safety li:before{content:counter(query-warning, decimal-leading-zero);color:#f59e0b;font:700 10px/18px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;position:absolute;top:0;left:0}@media (width<=760px){.order-query-page .query-hero{min-height:196px;padding:74px 20px 42px}.order-query-page .query-hero-inner{gap:18px}.order-query-page .query-hero-icon{flex-basis:76px;width:76px;height:76px}.order-query-page .query-hero-illustration{width:76px;height:76px}.order-query-page .query-hero h1{font-size:23px}.order-query-page .query-content{width:min(100% - 28px,960px);margin-top:-32px}.order-query-page .query-fields{grid-template-columns:1fr}.order-query-page .query-shell .checkout-submit{width:100%}}@media (width<=520px){.order-query-page .store-header{padding-inline:16px}.order-query-page .query-hero-icon{display:none}.order-query-page .query-hero h1{font-size:20px}.order-query-page .query-shell form{padding:20px}.order-query-page .query-result{margin:0 20px 20px;padding:18px}.order-query-page .query-safety>div{padding:20px}.order-query-page .query-safety ol{grid-template-columns:1fr}}.store-page{color:#0f172a;background:#edf4ff;min-height:100vh}.store-page:before,.store-page:after,.store-page .catalog-intro:before,.store-page .catalog-intro:after,.store-page .catalog-section:before,.store-page .catalog-section:after,.store-page .product-grid:before,.store-page .product-grid:after{display:none}.store-page .store-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#e8f1ffe6;border-bottom:1px solid #d5e2f5;height:59px;min-height:59px;padding-inline:max(46px,50% - 660px);box-shadow:0 2px 16px #2563eb12}.store-page .store-brand span{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:7px;width:30px;height:30px;box-shadow:0 6px 14px #2563eb42}.store-page .store-brand strong{color:#0f172a;font-size:14px}.store-page .store-header nav{gap:2px}.store-page .store-header nav a{color:#64748b;min-height:34px;padding:7px 13px;font-size:12px}.store-page .store-header nav a:nth-child(2){color:#2563eb;background:#dbeafe;font-weight:700}.store-page .header-trust{color:#2563eb}.store-page .catalog-intro{background:#fff;border-bottom:1px solid #dbe4f0;grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:32px;width:100%;max-width:none;min-height:71px;margin:0;padding:14px max(46px,50% - 600px)}.store-page .catalog-intro h1{color:#0f172a;margin:0 0 5px;font-size:13px;line-height:1.35}.store-page .catalog-intro h1:before{content:"首页  ›  ";color:#8ca3c7;font-weight:500}.store-page .catalog-intro p:last-child{color:#8ca3c7;margin:0;font-size:11px;line-height:1.5}.store-page .store-search>svg{color:#8ca3c7;width:15px;height:15px;top:12px;left:12px}.store-page .store-search input{color:#0f172a;height:40px;box-shadow:none;background:#f5f8ff;border-color:#b9cdea;border-radius:8px;padding:9px 36px;font-size:12px}.store-page .store-search input::placeholder{color:#94a3b8}.store-page .store-search>button:not(:last-child){height:32px;top:4px;right:4px}.store-page .store-search>button:last-child{display:none}.store-page .catalog-layout{flex:1 0 auto;grid-template-columns:200px minmax(0,1fr);gap:28px;width:min(100% - 48px,1200px);max-width:1200px;min-height:622px;margin:0 auto;padding:29px 0 80px}.store-page .filter-card{border-color:#cfddf1;border-radius:11px;box-shadow:0 2px 6px #2563eb08}.store-page .filter-card header{color:#64748b;border-bottom-color:#dbe4f0;height:41px;padding-inline:17px}.store-page .filter-card header span{color:#8ca3c7}.store-page .filter-card>button{color:#334155;height:39px;padding-inline:17px}.store-page .filter-card>button:hover,.store-page .filter-card>button.active{color:#2563eb;background:#e7f0ff}.store-page .filter-card>button small,.store-page .stock-filter small{color:#8ca3c7;background:#eef4fc}.store-page .filter-card>button.active small{color:#2563eb;background:#dbeafe}.store-page .stock-filter>div{color:#475569;height:32px;padding-inline:17px}.store-page .stock-dot{background:#94a3b8}.store-page .stock-dot.available{background:#2563eb;box-shadow:0 0 0 3px #2563eb21}.store-page .catalog-toolbar h2{color:#0f172a;font-size:15px}.store-page .catalog-toolbar>div:first-child>span{color:#8ca3c7;background:#f8fbff;border:1px solid #dbe4f0}.store-page .sort-tabs{gap:5px;margin-left:1px}.store-page .sort-tabs span{color:#64748b;background:0 0;border-color:#d6e1f0;padding:5px 10px}.store-page .sort-tabs span.active{color:#2563eb;background:#eff6ff;border-color:#93c5fd}.store-page .catalog-view-switch{color:#8ca3c7;background:#f8fbff;border:1px solid #d5e1f2;border-radius:7px;flex:0 0 70px;width:70px;height:30px;display:inline-flex;overflow:hidden}.store-page .catalog-view-switch button{box-sizing:border-box;color:#8ca3c7;background:0 0;border:0;flex:0 0 34px;place-items:center;width:34px;min-width:34px;height:28px;padding:0;display:grid}.store-page .catalog-view-switch button+button{border-left:1px solid #dbe4f0}.store-page .product-card{border-color:#cfddf1;border-radius:12px;height:145px;min-height:145px;box-shadow:0 2px 7px #0f172a0d}.store-page .product-card:hover{border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 7px 18px #2563eb1f}.store-page .product-copy{flex-direction:column;justify-content:center;height:100%;padding:22px 178px 18px 12px;display:flex}.store-page .product-copy:before{display:none}.store-page .product-meta>small{color:#8ca3c7;letter-spacing:1.3px;font:700 9px/14px JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.store-page .product-category{color:#64748b;background:#f5f8ff;border-color:#d7e2f1;padding:3px 9px}.store-page .product-inline-stock.in-stock{color:#2563eb}.store-page .product-inline-stock.in-stock i{background:#2563eb;box-shadow:0 0 0 3px #2563eb21}.store-page .product-inline-stock.out-stock{color:#94a3b8}.store-page .product-inline-stock.out-stock i{background:#94a3b8;box-shadow:0 0 0 3px #94a3b829}.store-page .product-copy h2{color:#0f172a;margin:5px 0 3px;font-size:16px;line-height:1.35}.store-page .product-copy p{color:#64748b;white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:620px;height:auto;margin:0;font-size:11px;line-height:1.45}.store-page .product-sku-count{color:#8ca3c7;margin-top:7px;font-size:10px}.store-page .product-sku-count>span{color:#8ca3c7;font-size:13px}.store-page .product-copy footer small{color:#8ca3c7;font-size:9px}.store-page .product-copy footer strong{color:#0f172a;margin:0;font-size:21px;line-height:1.25}.store-page .product-card-arrow{background:#2563eb;border:0;border-radius:8px;width:114px;height:40px;box-shadow:0 6px 14px #2563eb42}.store-page .product-card-arrow:before{content:"立即购买  →"}.store-page .product-card:first-child:before,.store-page .product-card:nth-child(2):before,.store-page .product-card:nth-child(3):before{top:14px;left:14px}.store-page .catalog-section.view-grid .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.store-page .catalog-section.view-grid .product-card-link{flex-direction:column;height:268px;min-height:268px;display:flex}.store-page .catalog-section.view-grid .product-media{background:#2563eb;border-radius:0;flex:0 0 110px;width:100%;height:110px;min-height:110px;margin:0}.store-page .catalog-section.view-grid .product-media img,.store-page .catalog-section.view-grid .product-placeholder{border-radius:0;width:100%;height:110px}.store-page .catalog-section.view-grid .product-placeholder{background:linear-gradient(135deg,#3b82f6,#2563eb)}.store-page .catalog-section.view-grid .product-card:nth-child(2) .product-placeholder{background:linear-gradient(135deg,#6366f1,#4f46e5)}.store-page .catalog-section.view-grid .product-card:nth-child(3) .product-placeholder{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.store-page .catalog-section.view-grid .product-placeholder span{color:#fff;width:100%;height:100%;box-shadow:none;background:0 0;border:0;border-radius:0;font-size:36px}.store-page .catalog-section.view-grid .product-copy{justify-content:flex-start;width:100%;height:158px;min-height:158px;padding:20px 18px 18px}.store-page .catalog-section.view-grid .product-meta{white-space:nowrap;gap:6px;min-height:17px}.store-page .catalog-section.view-grid .product-meta>small{text-overflow:ellipsis;max-width:94px;overflow:hidden}.store-page .catalog-section.view-grid .product-category{padding:2px 8px;font-size:9px}.store-page .catalog-section.view-grid .product-inline-stock{gap:4px;font-size:9px}.store-page .catalog-section.view-grid .product-inline-stock i{width:6px;height:6px}.store-page .catalog-section.view-grid .product-copy h2{margin:5px 0 3px;font-size:15px;line-height:1.3}.store-page .catalog-section.view-grid .product-copy p{white-space:nowrap;text-overflow:ellipsis;max-width:100%;height:17px;font-size:10px;line-height:1.45;overflow:hidden}.store-page .catalog-section.view-grid .product-sku-count{display:none}.store-page .catalog-section.view-grid .product-copy footer{justify-content:space-between;align-items:flex-end;gap:12px;width:100%;margin-top:auto;padding:0;display:flex;position:static}.store-page .catalog-section.view-grid .product-copy footer>div{min-width:0}.store-page .catalog-section.view-grid .product-copy footer strong{font-size:20px;line-height:1.2}.store-page .catalog-section.view-grid .product-card-arrow{flex:0 0 85px;width:85px;height:36px}.store-page .catalog-section.view-grid .product-card-arrow:before{content:"立即购买";font-size:12px}.store-page>.store-footer{margin-top:0}.store-page .store-footer-inner{width:min(100%,1320px)}.store-page .store-footer-status i{background:#2563eb;box-shadow:0 0 0 3px #2563eb29,0 0 12px #3b82f680}.store-page .store-footer-nav a:hover{color:#93c5fd}@media (width<=900px){.store-page .catalog-intro{padding-inline:24px}.store-page .catalog-layout{grid-template-columns:1fr;width:min(100% - 40px,760px)}.store-page .catalog-sidebar,.store-page .catalog-section.view-grid .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.store-page .store-header{padding-inline:18px}.store-page .store-header nav,.store-page .header-trust{display:none}.store-page .catalog-intro{grid-template-columns:1fr;gap:14px;padding-block:18px}.store-page .store-search{width:100%}.store-page .catalog-toolbar{flex-direction:column;align-items:flex-start}.store-page .catalog-toolbar>div:first-child{flex-wrap:wrap}.store-page .catalog-view-switch{display:none}.store-page .product-card{height:auto;min-height:0}.store-page .product-card-link{grid-template-columns:82px minmax(0,1fr);height:auto;min-height:150px}.store-page .product-media,.store-page .product-media img,.store-page .product-placeholder,.store-page .product-placeholder span{border-radius:13px;width:62px;height:62px}.store-page .product-media{margin-left:14px}.store-page .product-copy{height:auto;padding:18px 14px 16px 4px}.store-page .product-copy p{white-space:normal}.store-page .product-copy footer{justify-items:initial;margin-top:12px;display:flex;position:static}.store-page .catalog-section.view-grid .product-grid{grid-template-columns:1fr}.store-page .catalog-section.view-grid .product-card{height:270px}.store-page .catalog-section.view-grid .product-card-link{height:268px}.store-page .catalog-section.view-grid .product-copy{height:158px;padding:20px 18px 18px}.store-page .catalog-section.view-grid .product-copy footer{margin-top:auto}}@media (width<=520px){.store-page .catalog-layout{width:min(100% - 28px,760px)}.store-page .catalog-sidebar{grid-template-columns:1fr}.store-page .sort-tabs{width:100%;overflow-x:auto}.store-page .sort-tabs span{white-space:nowrap}}.store-page .catalog-intro{grid-template-columns:minmax(0,1fr) 340px!important;gap:44px!important;min-height:112px!important;padding-top:24px!important;padding-bottom:24px!important}.store-page .catalog-intro h1{margin-bottom:8px!important;font-size:26px!important;line-height:1.3!important}.store-page .catalog-intro h1:before{font-size:14px!important}.store-page .catalog-intro p:last-child{font-size:14px!important;line-height:1.65!important}.store-page .store-search{width:340px!important;height:48px!important}.store-page .store-search>svg{width:18px!important;height:18px!important;top:15px!important;left:15px!important}.store-page .store-search input{border-radius:9px!important;height:48px!important;padding:11px 44px!important;font-size:14px!important}.store-page .catalog-layout{grid-template-columns:252px minmax(0,1fr)!important;gap:36px!important;width:min(100% - 56px,1360px)!important;max-width:1360px!important;min-height:700px!important;padding-top:40px!important;padding-bottom:96px!important}.store-page .catalog-sidebar{gap:16px!important}.store-page .filter-card{border-radius:13px!important}.store-page .filter-card header{height:52px!important;padding-inline:21px!important;font-size:14px!important}.store-page .filter-card>button{height:48px!important;padding-inline:21px!important;font-size:14px!important}.store-page .filter-card>button small,.store-page .stock-filter small{font-size:12px!important}.store-page .stock-filter{padding-bottom:10px!important}.store-page .stock-filter>div{height:40px!important;padding-inline:21px!important;font-size:13px!important}.store-page .catalog-toolbar{min-height:42px!important;margin-bottom:22px!important}.store-page .catalog-toolbar>div:first-child{gap:12px!important}.store-page .catalog-toolbar h2{font-size:20px!important}.store-page .catalog-toolbar>div:first-child>span{padding:4px 9px!important;font-size:12px!important}.store-page .sort-tabs{gap:7px!important}.store-page .sort-tabs span{padding:7px 12px!important;font-size:12px!important}.store-page .catalog-view-switch{border-radius:8px!important;flex-basis:82px!important;width:82px!important;height:36px!important}.store-page .catalog-view-switch button{flex-basis:40px!important;width:40px!important;min-width:40px!important;height:34px!important}.store-page .product-grid{gap:18px!important}.store-page .product-card{border-radius:13px!important;height:172px!important;min-height:172px!important}.store-page .product-card-link{grid-template-columns:136px minmax(0,1fr)!important;height:170px!important;min-height:170px!important}.store-page .product-media{border-radius:19px!important;width:96px!important;height:96px!important;margin-left:28px!important}.store-page .product-media img,.store-page .product-placeholder,.store-page .product-placeholder span{border-radius:19px!important;width:96px!important;height:96px!important}.store-page .product-copy{padding:25px 204px 21px 16px!important}.store-page .product-meta{gap:10px!important;min-height:22px!important}.store-page .product-meta>small{font-size:11px!important;line-height:16px!important}.store-page .product-category{padding:4px 10px!important;font-size:11px!important}.store-page .product-copy h2{margin:7px 0 5px!important;font-size:19px!important;line-height:1.35!important}.store-page .product-copy p{font-size:13px!important;line-height:1.55!important}.store-page .product-sku-count{margin-top:9px!important;font-size:12px!important}.store-page .product-sku-count>span{font-size:15px!important}.store-page .product-copy footer{gap:8px!important;top:29px!important;right:27px!important}.store-page .product-copy footer small{font-size:11px!important}.store-page .product-copy footer strong{font-size:24px!important}.store-page .product-card-arrow{border-radius:9px!important;width:132px!important;height:44px!important}.store-page .catalog-section.view-grid .product-grid{gap:20px!important}.store-page .catalog-section.view-grid .product-card{height:324px!important;min-height:324px!important}.store-page .catalog-section.view-grid .product-card-link{height:322px!important;min-height:322px!important}.store-page .catalog-section.view-grid .product-media,.store-page .catalog-section.view-grid .product-media img,.store-page .catalog-section.view-grid .product-placeholder{border-radius:13px 13px 0 0!important;width:100%!important;height:138px!important;min-height:138px!important;margin-left:0!important;margin-right:0!important}.store-page .catalog-section.view-grid .product-media{flex:0 0 138px!important;overflow:hidden!important}.store-page .catalog-section.view-grid .product-copy{height:184px!important;min-height:184px!important;padding:23px 22px 20px!important}.store-page .catalog-section.view-grid .product-meta{min-height:20px!important}.store-page .catalog-section.view-grid .product-meta>small,.store-page .catalog-section.view-grid .product-category{font-size:10px!important}.store-page .catalog-section.view-grid .product-copy h2{font-size:18px!important}.store-page .catalog-section.view-grid .product-copy p{height:20px!important;font-size:12px!important;line-height:1.55!important}.store-page .catalog-section.view-grid .product-copy footer small{font-size:11px!important}.store-page .catalog-section.view-grid .product-copy footer strong{font-size:23px!important}.store-page .catalog-section.view-grid .product-card-arrow{flex-basis:98px!important;width:98px!important;height:40px!important}@media (width<=900px){.store-page .catalog-intro{grid-template-columns:1fr!important;gap:18px!important}.store-page .store-search{width:min(100%,420px)!important}.store-page .catalog-layout{grid-template-columns:1fr!important;width:min(100% - 40px,820px)!important}.store-page .catalog-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=680px){.store-page .catalog-intro{padding-block:22px!important}.store-page .catalog-intro h1{font-size:24px!important}.store-page .catalog-intro p:last-child{font-size:13px!important}.store-page .catalog-layout{width:min(100% - 28px,560px)!important;padding-top:28px!important}.store-page .catalog-sidebar{grid-template-columns:1fr!important}.store-page .catalog-toolbar{margin-bottom:18px!important}.store-page .catalog-toolbar h2{font-size:18px!important}.store-page .catalog-view-switch{align-self:flex-end;width:82px!important}.store-page .product-card{height:auto!important;min-height:180px!important}.store-page .product-card-link{grid-template-columns:92px minmax(0,1fr)!important;height:auto!important;min-height:178px!important}.store-page .product-media{width:70px!important;height:70px!important;margin-left:14px!important}.store-page .product-media img,.store-page .product-placeholder,.store-page .product-placeholder span{border-radius:14px!important;width:70px!important;height:70px!important}.store-page .product-copy{padding:20px 16px 18px 6px!important}.store-page .product-copy h2{font-size:18px!important}.store-page .product-copy p{white-space:normal!important;font-size:12px!important}.store-page .product-copy footer{margin-top:14px!important;position:static!important}.store-page .catalog-section.view-grid .product-card{height:324px!important;min-height:324px!important}.store-page .catalog-section.view-grid .product-card-link{height:322px!important;min-height:322px!important}}.home-page{--bg:#f5f8ff;--surface:#fff;background:var(--bg)}.home-page .home-hero,.home-page .home-products,.home-page .home-operations{border:0}.home-page .home-hero{background-color:#eaf2ff;background-image:linear-gradient(to bottom, transparent calc(100% - 64px), var(--bg) 100%), repeating-linear-gradient(0deg, #2563eb09 0, #2563eb09 1px, transparent 1px, transparent 4px), radial-gradient(circle at 82% 15%, #2563eb18, transparent 46%), radial-gradient(circle at 9% 82%, #2563eb12, transparent 42%)}.home-page .home-operations{background-color:var(--bg);background-image:linear-gradient(to bottom, var(--surface) 0, var(--bg) 64px, transparent 65px)}.home-page{--home-content-width:1280px}.home-page .home-hero{grid-template-columns:minmax(0,520px) minmax(0,600px);gap:68px}.home-page .home-hero-copy,.home-page .home-hero-copy>p:not(.eyebrow){max-width:520px}.home-page .home-terminal{max-width:600px}.home-page .home-products,.home-page .home-operations{padding-left:max(24px, calc((100% - var(--home-content-width)) / 2));padding-right:max(24px, calc((100% - var(--home-content-width)) / 2))}@media (width<=900px){.home-page .home-hero{grid-template-columns:minmax(0,640px);gap:42px}.home-page .home-products,.home-page .home-operations{padding-left:24px;padding-right:24px}}@media (width<=640px){.home-page .home-hero,.home-page .home-products,.home-page .home-operations{padding-left:20px;padding-right:20px}}.order-issue-page{min-height:100vh;background-color:#f5f8ff!important;background-image:linear-gradient(#2563eb12 1px,#0000 1px),linear-gradient(90deg,#2563eb12 1px,#0000 1px)!important;background-size:36px 36px!important}.order-issue-page:before{display:none!important}.order-issue-page .store-header{-webkit-backdrop-filter:blur(18px);background:#f5f8ffdb!important;border-bottom-color:#93c5fd59!important;box-shadow:0 8px 28px #2563eb17!important}.order-issue-page .query-shell{background:#fff!important;border:1px solid #dbeafe!important;border-radius:12px!important;width:min(430px,100% - 32px)!important;margin:46px auto 78px!important;box-shadow:0 8px 24px #2563eb14,0 18px 42px #0f172a14!important}.order-issue-page .query-shell>header{background:#fff!important;padding:34px 34px 23px!important}.order-issue-page .query-shell>header>svg{color:#2563eb!important;background:#dbeafe!important;border:1px solid #93c5fd!important;border-radius:9px!important;width:20px!important;height:20px!important;padding:9px!important}.order-issue-page .query-shell .eyebrow{color:#2563eb!important;letter-spacing:.24em!important;margin-top:15px!important;font-size:9px!important}.order-issue-page .query-shell h1{color:#0f172a!important;letter-spacing:0!important;margin-top:7px!important;font-size:24px!important;line-height:1.35!important}.order-issue-page .query-shell header>p:last-child{color:#64748b!important;margin-top:7px!important;font-size:12px!important;line-height:1.65!important}.order-issue-page .query-shell form{background:#fff!important;border-top:1px solid #dbeafe!important;gap:15px!important;margin-top:0!important;padding:20px 34px 32px!important}.order-issue-page .query-shell label{color:#334155!important;gap:6px!important;font-size:11px!important;line-height:18px!important}.order-issue-page .query-shell input,.order-issue-page .query-shell select,.order-issue-page .query-shell textarea{color:#0f172a!important;background:#f5f8ff!important;border:1px solid #cbd5e1!important;border-radius:7px!important;min-height:42px!important;padding:9px 11px!important;font-size:12px!important}.order-issue-page .query-shell input::placeholder,.order-issue-page .query-shell textarea::placeholder{color:#94a3b8!important}.order-issue-page .query-shell input:hover,.order-issue-page .query-shell select:hover,.order-issue-page .query-shell textarea:hover{background:#fff!important;border-color:#93c5fd!important}.order-issue-page .query-shell input:focus,.order-issue-page .query-shell select:focus,.order-issue-page .query-shell textarea:focus{background:#fff!important;border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb24!important}.order-issue-page .query-shell .checkout-error,.order-issue-page .query-shell .query-message{color:#1d4ed8!important;background:#eff6ff!important;border-color:#bfdbfe!important}.order-issue-page .query-shell .checkout-submit{color:#fff!important;background:#2563eb!important;border-radius:7px!important;min-height:44px!important;margin-top:2px!important;font-size:13px!important;box-shadow:0 8px 16px #2563eb38!important}.order-issue-page .query-shell .checkout-submit:hover:not(:disabled){background:#1d4ed8!important;box-shadow:0 10px 20px #2563eb4d!important}.order-issue-page .back-button{color:#334155!important;background:#ffffffe6!important;border-color:#bfdbfe!important}.order-issue-page .back-button:hover:not(:disabled){color:#2563eb!important;background:#fff!important;border-color:#3b82f6!important}@media (width<=640px){.order-issue-page .query-shell{width:min(100% - 28px,430px)!important;margin-top:28px!important}.order-issue-page .query-shell>header{padding:28px 24px 20px!important}.order-issue-page .query-shell form{padding:18px 24px 26px!important}}.checkout-page .store-header{height:44px!important;min-height:44px!important;padding-inline:max(36px,50% - 514px)!important}.checkout-page .store-header .store-brand{gap:8px}.checkout-page .store-header .store-brand span{border-radius:5px;width:22px;height:22px;font-size:11px;box-shadow:2px 2px #2563eb4d}.checkout-page .store-header .store-brand strong{font-size:12px}.checkout-page .store-header .back-button{border-radius:7px;height:28px;padding:4px 10px;font-size:11px}.checkout-page .checkout-progress{margin-top:0!important;font-size:11px!important}.checkout-page .checkout-section,.checkout-page .order-summary,.checkout-page .checkout-form-column>.checkout-notice{border-radius:10px!important;box-shadow:0 5px 16px #2563eb17,0 1px 3px #0f172a0a!important}.checkout-page .checkout-section>header>svg{border-radius:6px!important;width:14px!important;height:14px!important;padding:6px!important}.checkout-page .customer-field-notice{border-radius:6px!important;padding:10px 11px!important;font-size:10px!important}.checkout-page .checkout-form-column>.checkout-notice p{padding:12px 22px 16px!important;font-size:10px!important}.checkout-page .order-summary .summary-product>div:last-child{gap:3px!important}.checkout-page .order-summary .summary-product small{margin-top:0!important;padding:3px 7px!important;font-size:8px!important}.checkout-page .checkout-section{min-height:288px!important}.checkout-page .order-summary{min-height:454px!important}.checkout-page .order-summary .summary-total,.checkout-page .order-summary .quantity-line,.checkout-page .order-summary .payment-method-summary{border-bottom-color:#dbeafe!important}.checkout-page .order-summary .payment-method-summary{justify-content:space-between!important;align-items:center!important;gap:10px!important;padding:11px 0 12px!important;display:flex!important}.checkout-page .order-summary .payment-method-summary>span{color:#334155!important;font-size:10px!important}.checkout-page .order-summary .payment-method-options{margin-left:auto!important}.checkout-page .order-summary .payment-method-option{color:#2563eb!important;background:#eff6ff!important;border-color:#93c5fd!important;min-height:26px!important;padding:4px 8px!important;font-size:9px!important}.checkout-page .order-summary .payment-method-option:before{background:#2563eb!important}@media (width<=900px){.checkout-page .checkout-heading,.checkout-page .checkout-layout{width:min(100% - 32px,680px)!important}.checkout-page .checkout-layout{grid-template-columns:1fr!important}.checkout-page .order-summary{order:-1;position:static!important}}@media (width<=640px){.checkout-page .store-header{padding-inline:16px!important}.checkout-page .checkout-heading{padding-top:28px!important}.checkout-page .checkout-progress{align-self:flex-start;margin-top:14px!important}.checkout-page .customer-input-fields{grid-template-columns:1fr!important}}.order-issue-page{background-color:#f5f8ff!important;background-image:linear-gradient(#2563eb0e 1px,#0000 1px),linear-gradient(90deg,#2563eb0e 1px,#0000 1px)!important;background-size:36px 36px!important;padding-top:44px!important}.order-issue-page .store-header{height:44px!important;min-height:44px!important;padding-inline:max(36px,50% - 514px)!important}.order-issue-page .store-header .store-brand{gap:8px}.order-issue-page .store-header .store-brand span{border-radius:5px;width:22px;height:22px;font-size:11px;box-shadow:2px 2px #2563eb4d}.order-issue-page .store-header .store-brand strong{font-size:12px}.order-issue-page .store-header .back-button{border-radius:7px;height:28px;padding:4px 10px;font-size:11px}.order-issue-page .query-shell{border-radius:11px!important;width:min(404px,100% - 28px)!important;margin-top:49px!important;margin-bottom:78px!important;box-shadow:0 7px 18px #2563eb17,0 18px 40px #0f172a14!important}.order-issue-page .query-shell .eyebrow{letter-spacing:.24em!important;margin-top:17px!important;font-size:9px!important}.order-issue-page .query-shell header>p:last-child{margin-top:6px!important;font-size:11px!important}.order-issue-page .query-shell input,.order-issue-page .query-shell select,.order-issue-page .query-shell textarea{border-radius:6px!important;min-height:36px!important;padding:8px 10px!important;font-size:11px!important}.order-issue-page .query-shell textarea{min-height:112px!important}@media (width<=640px){.order-issue-page .store-header{padding-inline:16px!important}.order-issue-page .query-shell{width:min(100% - 28px,404px)!important;margin-top:28px!important}.order-issue-page .query-shell>header,.order-issue-page .query-shell form{padding-inline:24px!important}}.checkout-page{background-color:#f3f7ff!important;background-image:linear-gradient(#2563eb09 1px,#0000 1px),linear-gradient(90deg,#2563eb09 1px,#0000 1px)!important;background-size:36px 36px!important;padding-top:59px!important}.home-page>.store-header,.checkout-page>.store-header,.order-issue-page>.store-header{background:#f5f8ffc7!important;border-bottom-color:#cbd5e1b8!important;height:59px!important;min-height:59px!important;padding-inline:max(20px,50% - 640px)!important;box-shadow:0 8px 28px #2563eb14!important}.home-page .store-brand span,.checkout-page .store-brand span,.order-issue-page .store-brand span{color:#fff!important;background:linear-gradient(135deg,#2563eb,#3b82f6)!important;border-radius:6px!important;width:34px!important;height:34px!important;box-shadow:0 6px 16px #2563eb4d!important}.home-page .store-header .back-button,.checkout-page .store-header .back-button,.order-issue-page .store-header .back-button{color:#334155!important;background:#fff!important;border-color:#dbeafe!important;border-radius:8px!important;height:36px!important;padding:7px 14px!important;font-size:13px!important}.order-issue-page{padding-top:59px!important}.order-issue-page .store-header.is-scrolled,.checkout-page .store-header.is-scrolled{height:48px!important;min-height:48px!important}.order-issue-page .store-header.is-scrolled .store-brand span,.checkout-page .store-header.is-scrolled .store-brand span{border-radius:5px!important;width:28px!important;height:28px!important}.checkout-page .checkout-heading{padding:40px 0 28px!important}.checkout-page .checkout-progress{align-self:flex-start!important;margin-top:8px!important;font-size:11px!important}.checkout-page .checkout-progress .active:first-child:before{width:20px!important;height:20px!important;margin-right:5px!important;font-size:10px!important}.checkout-page .checkout-progress span+span:before{width:18px!important;margin-inline:7px!important}.checkout-page .checkout-section,.checkout-page .order-summary,.checkout-page .checkout-form-column>.checkout-notice{border:1px solid #d5e3f8!important;border-radius:11px!important;box-shadow:0 6px 16px #2563eb1a,0 1px 3px #0f172a0a!important}.checkout-page .checkout-section{border-top:2px solid #bfdbfe!important}.checkout-page .checkout-section>header{border-bottom-color:#e2e8f0!important;min-height:58px!important;padding:14px 23px!important}.checkout-page .checkout-section>header>svg{color:#2563eb!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:7px!important;width:16px!important;height:16px!important;padding:7px!important}.checkout-page .checkout-section header p{font-size:9px!important}.checkout-page .customer-input-fields b{margin-left:4px!important;font-size:8px!important}.checkout-page .customer-input-fields input,.checkout-page .customer-input-fields select,.checkout-page .customer-input-fields textarea{background:#f5f8ff!important;border:1px solid #d5e3f8!important;border-radius:6px!important;min-height:37px!important;padding:8px 11px!important;font-size:11px!important}.checkout-page .customer-field-notice{color:#64748b!important;background:#f5f8ff!important;border:1px solid #d5e3f8!important;border-radius:6px!important;padding:10px 11px!important;font-size:10px!important}.checkout-page .checkout-form-column>.checkout-notice{margin:0!important;overflow:hidden!important}.checkout-page .checkout-form-column>.checkout-notice summary{border-bottom-color:#e2e8f0!important;min-height:58px!important;padding-inline:23px!important;font-size:11px!important}.checkout-page .checkout-form-column>.checkout-notice p{color:#64748b!important;padding:12px 23px 16px!important;font-size:10px!important}.checkout-page .order-summary{top:66px!important}.checkout-page .order-summary .summary-product{background:linear-gradient(#dbeafe 0 116px,#fff 116px 100%)!important;border-bottom-color:#dbeafe!important;gap:10px!important;min-height:116px!important;padding:30px 16px 12px!important}.checkout-page .order-summary .summary-image{border:0!important;border-radius:9px!important;width:52px!important;height:52px!important;box-shadow:0 7px 14px #2563eb26!important}.checkout-page .order-summary .summary-product small{border-radius:999px!important;margin-top:0!important;padding:3px 7px!important;font-size:8px!important}.checkout-page .order-summary .summary-total,.checkout-page .order-summary .quantity-line,.checkout-page .order-summary .payment-method-summary,.checkout-page .order-summary .checkout-delivery-note,.checkout-page .order-summary .checkout-submit,.checkout-page .order-summary .payment-inline,.checkout-page .order-summary .payment-inline-success,.checkout-page .order-summary .checkout-error,.checkout-page .order-summary .checkout-availability-note{margin-left:16px!important;margin-right:16px!important}.checkout-page .order-summary .payment-method-option{padding:5px 8px!important;font-size:9px!important}.checkout-page .order-summary .checkout-submit{background:#2563eb!important;border-radius:6px!important;min-height:38px!important;margin-top:8px!important;font-size:11px!important}.checkout-page .order-summary .checkout-submit:disabled{opacity:1!important;color:#93c5fd!important;box-shadow:none!important;background:#bfdbfe!important}.checkout-page .order-summary .checkout-submit:hover:not(:disabled){background:#1d4ed8!important}@media (width<=960px){.checkout-page .checkout-heading,.checkout-page .checkout-layout{width:min(100% - 32px,680px)!important}.checkout-page .checkout-layout{grid-template-columns:1fr!important}.checkout-page .order-summary{order:-1;position:static!important}}@media (width<=640px){.checkout-page .store-header{padding-inline:16px!important}.checkout-page .checkout-heading{padding-top:28px!important}.checkout-page .checkout-progress{align-self:flex-start!important;margin-top:14px!important}.checkout-page .customer-input-fields{grid-template-columns:1fr!important}}.detail-page{padding-top:59px!important}.home-page>.store-header,.checkout-page>.store-header,.order-issue-page>.store-header,.detail-page>.store-header{background:#f5f8ffc7!important;border-bottom-color:#cbd5e1b8!important;height:59px!important;min-height:59px!important;padding-inline:max(20px,50% - 640px)!important;box-shadow:0 8px 28px #2563eb14!important}.home-page .store-brand span,.checkout-page .store-brand span,.order-issue-page .store-brand span,.detail-page .store-brand span{color:#fff!important;background:linear-gradient(135deg,#2563eb,#3b82f6)!important;border-radius:6px!important;width:34px!important;height:34px!important;box-shadow:0 6px 16px #2563eb4d!important}.home-page .store-header .back-button,.checkout-page .store-header .back-button,.order-issue-page .store-header .back-button,.detail-page .store-header .back-button{color:#334155!important;background:#fff!important;border-color:#dbeafe!important;border-radius:8px!important;height:36px!important;padding:7px 14px!important;font-size:13px!important}.detail-page .store-header.is-scrolled,.order-issue-page .store-header.is-scrolled,.checkout-page .store-header.is-scrolled{height:48px!important;min-height:48px!important}.detail-page .store-header.is-scrolled .store-brand span,.order-issue-page .store-header.is-scrolled .store-brand span,.checkout-page .store-header.is-scrolled .store-brand span{border-radius:5px!important;width:28px!important;height:28px!important}.home-page .home-operations-side{align-content:start;gap:18px;min-width:0}.home-page .home-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-page .home-metrics>div{background:#fff;border:1px solid #dbeafe;border-radius:15px;min-height:143px;padding:22px 20px 18px;box-shadow:0 8px 22px #2563eb14,0 2px 5px #0f172a0a}.home-page .home-metrics strong{color:#0f172a;letter-spacing:0;font:900 30px/1.1 JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.home-page .home-metrics span{color:#0f172a;margin-top:13px;font-size:13px;font-weight:800;line-height:1.35}.home-page .home-metrics small{color:#94a3b8;margin-top:7px;font-size:10px;line-height:1.4}.home-page .home-operations .home-cta{color:#fff;background-color:#0f172a;background-image:linear-gradient(#2563eb1a 1px,#0000 1px),linear-gradient(90deg,#2563eb1a 1px,#0000 1px),radial-gradient(circle at 92% 8%,#3b82f647,#0000 43%);background-size:28px 28px,28px 28px,auto;border:1px solid #3b82f633;border-radius:16px;min-height:263px;padding:34px 32px 30px;box-shadow:0 18px 36px #0f172a33,0 4px 12px #2563eb1f}.home-page .home-operations .home-cta .eyebrow{color:#93c5fd;letter-spacing:2.2px;margin:0;font-size:10px}.home-page .home-operations .home-cta h2{color:#fff;letter-spacing:0;margin-top:13px;font-size:28px;line-height:1.25}.home-page .home-operations .home-cta>p:not(.eyebrow){color:#cbd5e1;max-width:410px;margin-top:11px;font-size:12px;line-height:1.65}.home-page .home-operations .home-cta-actions{justify-content:flex-start;gap:10px;margin-top:24px;display:flex}.home-page .home-operations .home-cta a{border-radius:8px;min-height:40px;padding:9px 18px;font-size:12px}.home-page .home-operations .home-cta a:first-child{color:#fff;background:#2563eb;box-shadow:0 7px 16px #2563eb4d}.home-page .home-operations .home-cta a+a{color:#dbeafe;box-shadow:none;background:#ffffff14;border:1px solid #93c5fd52}.home-page .home-operations .home-cta>p:not(.eyebrow){text-align:left;margin-left:0;margin-right:0}@media (width<=900px){.home-page .home-metrics>div{min-height:136px}.home-page .home-operations .home-cta{min-height:248px}}@media (width<=640px){.home-page .home-metrics{gap:10px}.home-page .home-metrics>div{min-height:122px;padding:17px 15px 15px}.home-page .home-metrics strong{font-size:24px}.home-page .home-metrics span{margin-top:9px;font-size:11px}.home-page .home-metrics small{margin-top:5px;font-size:9px}.home-page .home-operations .home-cta{min-height:0;padding:28px 22px 24px}.home-page .home-operations .home-cta h2{font-size:23px}.home-page .home-operations .home-cta-actions{flex-direction:column;align-items:stretch}}.home-page .home-hero-copy .eyebrow,.home-page .home-section-heading .eyebrow,.home-page .home-cta .eyebrow{font-size:12px;line-height:18px}.home-page .home-hero-copy>p:not(.eyebrow){max-width:560px;margin-top:26px;font-size:17px;line-height:1.8}.home-page .home-hero-actions{gap:14px;margin-top:34px}.home-page .home-hero-stats small{margin-top:10px;font-size:13px}.home-page .home-products{background-image:linear-gradient(to bottom, var(--bg) 0, var(--surface) 96px, transparent 97px), radial-gradient(circle, #2563eb14 1px, transparent 1.5px);padding-top:112px;padding-bottom:116px}.home-page .home-products>header{margin-bottom:38px}.home-page .home-products>header .eyebrow{font-size:12px;line-height:18px}.home-page .home-products h2{font-size:36px;line-height:1.2}.home-page .home-products>header a{min-height:38px;padding:8px 14px;font-size:13px}.home-page .home-products .product-copy h2{font-size:19px}.home-page .home-products .product-copy p{font-size:12px;line-height:1.6}.home-page .home-products .product-copy>small,.home-page .home-products .product-copy footer small,.home-page .home-products .product-stock{font-size:11px}.home-page .home-operations{background-image:linear-gradient(to bottom, var(--surface) 0, var(--bg) 96px, transparent 97px);padding-top:118px;padding-bottom:132px}.home-page .home-operations .home-section-heading h2{font-size:36px;line-height:1.2}.home-page .home-operations .home-steps{gap:24px;margin-top:38px}.home-page .home-operations .home-steps h3{font-size:16px}.home-page .home-operations .home-steps p{font-size:12px;line-height:1.7}@media (width<=900px){.home-page .home-hero{min-height:max(700px,100svh - 59px);padding-top:128px;padding-bottom:104px}.home-page .home-products{padding-top:92px;padding-bottom:96px}.home-page .home-operations{padding-top:96px;padding-bottom:108px}}@media (width<=640px){.home-page .home-hero{min-height:calc(100svh - 59px);padding-top:102px;padding-bottom:82px}.home-page .home-hero h1{font-size:52px}.home-page .home-hero-copy>p:not(.eyebrow){margin-top:20px;font-size:15px;line-height:1.7}.home-page .home-hero-actions{margin-top:28px}.home-page .home-hero-actions a{min-height:45px;font-size:13px}.home-page .home-hero-stats{margin-top:42px}.home-page .home-hero-stats strong{font-size:25px}.home-page .home-hero-stats small{font-size:11px}.home-page .home-products{background-image:linear-gradient(to bottom, var(--bg) 0, var(--surface) 72px, transparent 73px), radial-gradient(circle, #2563eb14 1px, transparent 1.5px);padding-top:78px;padding-bottom:84px}.home-page .home-products h2,.home-page .home-operations .home-section-heading h2{font-size:30px}.home-page .home-operations{background-image:linear-gradient(to bottom, var(--surface) 0, var(--bg) 72px, transparent 73px);padding-top:78px;padding-bottom:88px}}.home-page .home-hero{height:auto;min-height:calc(100svh + 56px);padding-top:168px;padding-bottom:148px}.home-page .home-hero-copy{max-width:560px}.home-page .home-hero h1{font-size:78px;line-height:.98}.home-page .home-hero-copy>p:not(.eyebrow){max-width:560px;font-size:18px;line-height:1.8}.home-page .home-hero-actions{margin-top:38px}.home-page .home-hero-actions a{min-height:52px;padding:12px 23px;font-size:15px}.home-page .home-hero-stats strong{font-size:32px}.home-page .home-terminal{max-width:600px;height:390px;min-height:390px;padding:26px}.home-page .home-terminal:before{inset:26px}.home-page .home-terminal-bar{height:48px}.home-page .home-terminal-bar span{font-size:10px}.home-page .home-terminal pre{margin:24px;font-size:12px;line-height:1.85}@media (width<=900px){.home-page .home-hero{min-height:calc(100svh + 32px);padding-top:142px;padding-bottom:122px}.home-page .home-hero h1{font-size:68px}.home-page .home-terminal{max-width:640px;height:350px;min-height:350px}}@media (width<=640px){.home-page .home-hero{min-height:calc(100svh + 20px);padding-top:112px;padding-bottom:94px}.home-page .home-hero h1{font-size:54px}.home-page .home-hero-copy>p:not(.eyebrow){font-size:15px}.home-page .home-hero-actions a{min-height:47px;padding:10px 18px;font-size:13px}.home-page .home-hero-stats{margin-top:48px}.home-page .home-terminal{height:290px;min-height:290px;padding:18px}.home-page .home-terminal:before{inset:18px}}.home-page .home-hero{min-height:calc(100svh + 10px);padding-top:142px;padding-bottom:112px}.home-page .home-hero h1{font-size:74px}.home-page .home-hero-copy>p:not(.eyebrow){font-size:17px}.home-page .home-hero-stats{margin-top:58px}.home-page .home-terminal{height:352px;min-height:352px}@media (width<=900px){.home-page .home-hero{min-height:calc(100svh + 6px);padding-top:126px;padding-bottom:104px}.home-page .home-hero h1{font-size:64px}.home-page .home-terminal{height:324px;min-height:324px}}@media (width<=640px){.home-page .home-hero{min-height:100svh;padding-top:100px;padding-bottom:78px}.home-page .home-hero h1{font-size:52px}.home-page .home-hero-copy>p:not(.eyebrow){font-size:15px}.home-page .home-terminal{height:270px;min-height:270px}}.home-page>.store-header{transition:height .3s,min-height .3s,padding .3s,background-color .3s,border-color .3s,box-shadow .3s;background:#e8f1ffe6!important;border-bottom:1px solid #d5e2f5!important;height:59px!important;min-height:59px!important;padding-inline:max(46px,50% - 660px)!important;box-shadow:0 2px 16px #2563eb12!important}.home-page>.store-header .store-brand span{border-radius:7px!important;width:30px!important;height:30px!important}.home-page>.store-header .store-brand strong{color:#0f172a!important;font-size:14px!important}.home-page>.store-header nav{gap:2px!important}.home-page>.store-header nav a{color:#64748b!important;min-height:34px!important;padding:7px 13px!important;font-size:12px!important}.home-page>.store-header nav a:first-child{color:#2563eb!important;background:#dbeafe!important;font-weight:700!important}.home-page>.store-header .header-trust{color:#2563eb!important}.home-page>.store-header.is-scrolled{background:#e8f1fff5!important;border-bottom-color:#93c5fd8c!important;height:48px!important;min-height:48px!important;padding-inline:max(16px,50% - 720px)!important;box-shadow:0 3px 16px #2563eb1f!important}.home-page>.store-header.is-scrolled .store-brand{gap:8px!important}.home-page>.store-header.is-scrolled .store-brand span{border-radius:5px!important;width:28px!important;height:28px!important;box-shadow:0 4px 10px #2563eb33!important}.home-page>.store-header.is-scrolled .store-brand strong{font-size:13px!important}.home-page>.store-header.is-scrolled nav a{min-height:30px!important;padding:5px 11px!important;font-size:12px!important}.home-page>.store-header.is-scrolled .header-trust{margin-left:0!important;padding-block:4px!important;font-size:12px!important}@media (width<=700px){.home-page>.store-header{padding-inline:18px!important}.home-page>.store-header.is-scrolled{padding-inline:14px!important}}.store-page .catalog-view-switch{background:#f8fbff!important;border:1px solid #cfe0f7!important;border-radius:7px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;width:70px!important;height:30px!important;min-height:30px!important;padding:0!important;display:grid!important;overflow:hidden!important}.store-page .catalog-view-switch button,.store-page .catalog-view-switch button+button{color:#8aa3c8!important;background:0 0!important;border:0!important;border-left:1px solid #dbeafe!important;border-radius:0!important;width:auto!important;min-width:0!important;height:28px!important;min-height:28px!important;padding:0!important}.store-page .catalog-view-switch button:first-child{border-left:0!important}.store-page .catalog-view-switch button:hover{color:#2563eb!important;background:#eff6ff!important}.store-page .catalog-view-switch button.active{color:#2563eb!important;background:#e8f1ff!important}.store-page .catalog-view-switch button svg{width:14px;height:14px}.checkout-page{min-height:100svh!important}.checkout-page .checkout-heading,.checkout-page .checkout-layout{width:min(100% - 48px,1040px)!important}.checkout-page .checkout-heading{padding-top:52px!important;padding-bottom:34px!important}.checkout-page .checkout-heading h1{font-size:32px!important;line-height:1.3!important}.checkout-page .checkout-heading>div>p:last-child{margin-top:10px!important;font-size:14px!important}.checkout-page .checkout-progress{font-size:13px!important}.checkout-page .checkout-layout{grid-template-columns:minmax(0,650px) minmax(320px,350px)!important;gap:26px!important;padding-bottom:96px!important}.checkout-page .checkout-form-column{gap:18px!important}.checkout-page .checkout-section,.checkout-page .order-summary,.checkout-page .checkout-form-column>.checkout-notice{border-radius:12px!important}.checkout-page .checkout-section>header{min-height:72px!important;padding:18px 28px!important}.checkout-page .checkout-section>header>svg{width:17px!important;height:17px!important;padding:8px!important}.checkout-page .checkout-section h2{font-size:16px!important}.checkout-page .checkout-section header p{margin-top:4px!important;font-size:12px!important}.checkout-page .customer-input-fields{gap:18px 16px!important;padding:22px 28px 26px!important}.checkout-page .customer-input-fields>label>span,.checkout-page .customer-input-fields legend{font-size:13px!important}.checkout-page .customer-input-fields input,.checkout-page .customer-input-fields select,.checkout-page .customer-input-fields textarea{border-radius:8px!important;min-height:46px!important;padding:11px 13px!important;font-size:14px!important}.checkout-page .customer-field-notice{padding:12px 14px!important;font-size:12px!important}.checkout-page .checkout-form-column>.checkout-notice summary{min-height:64px!important;padding-inline:28px!important;font-size:14px!important}.checkout-page .checkout-form-column>.checkout-notice p{padding:16px 28px 22px!important;font-size:13px!important;line-height:1.9!important}.checkout-page .order-summary{min-height:0!important;top:76px!important}.checkout-page .order-summary .summary-product{background:linear-gradient(#dbeafe 0 136px,#fff 136px 100%)!important;gap:14px!important;padding:36px 22px 18px!important}.checkout-page .order-summary .summary-image{border-radius:11px!important;width:64px!important;height:64px!important}.checkout-page .order-summary .summary-product small{padding:4px 9px!important;font-size:10px!important}.checkout-page .order-summary .summary-product strong{margin-top:10px!important;font-size:15px!important}.checkout-page .order-summary .summary-product span{font-size:12px!important}.checkout-page .order-summary .summary-total{min-height:72px!important}.checkout-page .order-summary .summary-total span,.checkout-page .order-summary .quantity-line,.checkout-page .order-summary .payment-method-summary{font-size:13px!important}.checkout-page .order-summary .summary-total strong{font-size:28px!important}.checkout-page .order-summary .quantity-line{min-height:50px!important}.checkout-page .order-summary .payment-method-option{min-height:28px!important;padding:5px 9px!important;font-size:11px!important}.checkout-page .order-summary .checkout-delivery-note{margin-top:12px!important;padding:10px!important;font-size:11px!important}.checkout-page .order-summary .checkout-submit{border-radius:8px!important;min-height:46px!important;margin-top:12px!important;font-size:13px!important}.checkout-page .order-summary .checkout-submit:disabled{color:#64748b!important;box-shadow:none!important;cursor:not-allowed!important;background:#cbd5e1!important;border-color:#cbd5e1!important}@media (width<=900px){.checkout-page .checkout-heading,.checkout-page .checkout-layout{width:min(100% - 36px,720px)!important}.checkout-page .checkout-heading{padding-top:42px!important}.checkout-page .order-summary{top:auto!important}}@media (width<=640px){.store-page .catalog-view-switch{width:70px!important}.checkout-page .checkout-heading,.checkout-page .checkout-layout{width:min(100% - 28px,520px)!important}.checkout-page .checkout-heading{padding-top:34px!important;padding-bottom:24px!important}.checkout-page .checkout-heading h1{font-size:27px!important}.checkout-page .checkout-layout{gap:18px!important;padding-bottom:64px!important}.checkout-page .checkout-section>header,.checkout-page .customer-input-fields,.checkout-page .checkout-form-column>.checkout-notice summary,.checkout-page .checkout-form-column>.checkout-notice p{padding-inline:20px!important}}.home-page>.store-header .store-brand span,.store-page>.store-header .store-brand span,.detail-page>.store-header .store-brand span,.checkout-page>.store-header .store-brand span,.order-page>.store-header .store-brand span,.order-query-page>.store-header .store-brand span,.order-issue-page>.store-header .store-brand span{color:#fff!important;box-sizing:border-box!important;background:#2563eb!important;border-bottom:3px solid #f0c552!important;box-shadow:0 5px 12px #2563eb38!important}.home-page>.store-header.is-scrolled .store-brand span,.store-page>.store-header.is-scrolled .store-brand span,.detail-page>.store-header.is-scrolled .store-brand span,.checkout-page>.store-header.is-scrolled .store-brand span,.order-page>.store-header.is-scrolled .store-brand span,.order-query-page>.store-header.is-scrolled .store-brand span,.order-issue-page>.store-header.is-scrolled .store-brand span{background:#2563eb!important;border-bottom:0!important;box-shadow:0 4px 10px #2563eb47!important}.order-issue-page .query-shell{border-radius:14px!important;width:min(520px,100% - 40px)!important;margin-top:64px!important;margin-bottom:92px!important}.order-issue-page .query-shell>header{padding:44px 44px 28px!important}.order-issue-page .query-shell>header>svg{border-radius:10px!important;width:22px!important;height:22px!important;padding:10px!important}.order-issue-page .query-shell .eyebrow{margin-top:19px!important;font-size:11px!important;line-height:17px!important}.order-issue-page .query-shell h1{margin-top:9px!important;font-size:32px!important;line-height:1.25!important}.order-issue-page .query-shell header>p:last-child{margin-top:10px!important;font-size:14px!important;line-height:1.7!important}.order-issue-page .query-shell form{gap:19px!important;padding:28px 44px 40px!important}.order-issue-page .query-shell label{gap:8px!important;font-size:13px!important;line-height:20px!important}.order-issue-page .query-shell input,.order-issue-page .query-shell select,.order-issue-page .query-shell textarea{border-radius:8px!important;min-height:50px!important;padding:11px 13px!important;font-size:14px!important;line-height:1.5!important}.order-issue-page .query-shell textarea{min-height:148px!important;line-height:1.7!important}.order-issue-page .query-shell .checkout-submit{border-radius:8px!important;min-height:50px!important;margin-top:4px!important;font-size:14px!important}.home-page .home-products .product-card:not(:first-child) .product-copy{padding-bottom:18px!important}.home-page .home-products .product-card:not(:first-child) .product-copy p{margin-bottom:5px!important;line-height:1.6!important}.home-page .home-products .product-card:not(:first-child) .product-copy footer{z-index:1!important;background:#f8fbff!important;border-top-color:#dbe4f0!important;flex-shrink:0!important;min-height:49px!important;margin-top:auto!important;padding-top:15px!important;position:relative!important}.home-page .home-products .product-card:not(:first-child) .product-copy footer small{margin-bottom:3px!important;line-height:1.4!important;display:block!important}.home-page .home-products .product-card:not(:first-child) .product-copy footer strong{line-height:1.25!important;display:block!important}.home-page .home-products .product-inline-stock{right:20px}.home-page .home-products .product-card:first-child .product-inline-stock{right:24px}@media (width<=640px){.order-issue-page .query-shell{width:min(100% - 28px,520px)!important;margin-top:36px!important;margin-bottom:64px!important}.order-issue-page .query-shell>header{padding:34px 26px 24px!important}.order-issue-page .query-shell h1{font-size:28px!important}.order-issue-page .query-shell header>p:last-child{font-size:13px!important}.order-issue-page .query-shell form{gap:17px!important;padding:24px 26px 32px!important}.order-issue-page .query-shell label{font-size:12px!important}.order-issue-page .query-shell input,.order-issue-page .query-shell select,.order-issue-page .query-shell textarea{font-size:13px!important}}.checkout-page:has(.payment-inline,.payment-inline-success) .checkout-progress span:nth-child(2):before{aspect-ratio:1;flex:0 0 24px;border-radius:50%!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important}.checkout-page .order-summary .mock-payment-submit{color:#1d4ed8;box-shadow:none;background:#eff6ff;border:1px solid #93c5fd}.checkout-page .order-summary .mock-payment-submit:hover:not(:disabled){color:#1e3a8a;box-shadow:none;background:#dbeafe;border-color:#60a5fa}@media (prefers-reduced-motion:reduce){.payment-qr-modal,.payment-qr-modal>section,.payment-qr-success,.payment-qr-success-mark{animation-duration:1ms!important;animation-delay:0s!important}}.order-query-page .query-issue-result{background:#fff;border-top:1px solid #e4ebe6;margin:0;padding:18px 40px 22px}.query-issue-result>header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.query-issue-result>header>div{gap:5px;display:grid}.query-issue-kicker,.query-issue-time,.query-issue-note>span{color:#64748b;font-size:11px}.query-issue-result>header strong{color:#0f172a;font-size:14px}.query-issue-reason{color:#475569;border:1px solid #cbd5e1;border-radius:5px;flex:none;padding:5px 8px;font-size:11px;line-height:1.2}.query-issue-time{margin:10px 0 0}.query-issue-note{background:#f8fbff;border-left:3px solid #2563eb;margin-top:14px;padding:11px 12px}.query-issue-note p,.query-issue-pending{color:#334155;white-space:pre-wrap;overflow-wrap:anywhere;margin:5px 0 0;font-size:12px;line-height:1.7}.query-issue-result.is-finished .query-issue-note{background:#f3faf5;border-left-color:#16a34a}.query-issue-pending{color:#64748b;margin-top:14px}.query-issue-history{border-top:1px solid #e4ebe6;margin-top:16px}.query-issue-history summary{cursor:pointer;color:#2563eb;justify-content:space-between;align-items:center;gap:12px;padding:13px 0 2px;font-size:12px;font-weight:700;list-style:none;display:flex}.query-issue-history summary::-webkit-details-marker{display:none}.query-issue-history summary svg{flex:none;transition:transform .2s}.query-issue-history[open] summary svg{transform:rotate(180deg)}.query-issue-history>div{gap:8px;margin-top:10px;display:grid}.query-issue-history-item{background:#fbfdfb;border:1px solid #e4ebe6;border-radius:6px;padding:11px 12px}.query-issue-history-item>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.query-issue-history-item>header>div{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.query-issue-history-item strong{color:#334155;font-size:12px}.query-issue-history-item header span,.query-issue-history-item time{color:#64748b;font-size:11px}.query-issue-history-item time{text-align:right;flex:none;line-height:1.5}.query-issue-history-item p{color:#475569;white-space:pre-wrap;overflow-wrap:anywhere;margin:8px 0 0;font-size:12px;line-height:1.65}.query-issue-history-item p.is-pending{color:#64748b}@media (width<=600px){.order-query-page .query-issue-result{padding-left:20px;padding-right:20px}.query-issue-result>header{flex-wrap:wrap}.query-issue-history-item>header{flex-direction:column;gap:4px}.query-issue-history-item time{text-align:left}}.checkout-page>.store-header{z-index:20!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.checkout-page .checkout-layout{align-items:start!important}.checkout-page .order-summary{align-self:start!important;position:static!important;top:auto!important}.checkout-page .checkout-section,.checkout-page .fulfillment-pending-panel,.checkout-page .delivery-panel-wrap,.checkout-page .checkout-form-column>.checkout-notice{width:100%}.checkout-page .fulfillment-pending-panel{background:#fff;border:1px solid #cfe0f7;border-top:3px solid #3b82f6;border-radius:12px;gap:16px;min-height:142px;padding:22px 24px;display:flex;box-shadow:0 8px 24px #2563eb14}.checkout-page .fulfillment-pending-icon{color:#fff;background:#3b82f6;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 7px 16px #2563eb40}.checkout-page .fulfillment-pending-copy{flex:1;min-width:0}.checkout-page .fulfillment-pending-copy header{justify-content:space-between;align-items:center;gap:12px;display:flex}.checkout-page .fulfillment-pending-copy header strong{color:#0f172a;font-size:15px}.checkout-page .fulfillment-pending-copy p{color:#64748b;margin:8px 0 13px;font-size:12px;line-height:1.6}.checkout-page .fulfillment-progress{background:#dbeafe;border-radius:99px;height:4px;overflow:hidden}.checkout-page .fulfillment-progress i{border-radius:inherit;background:#3b82f6;width:62%;height:100%;display:block}.checkout-page .fulfillment-pending-copy small{color:#7da2d8;margin-top:8px;font-size:11px;display:block}.detail-page .visual-caption{display:none!important}.detail-page .detail-thumbnails{bottom:24px!important}.delivery-panel-wrap.delivery-panel-rich{background:#fff;border:1px solid #cfe0f7;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #2563eb14}.delivery-panel-rich .delivery-panel{border-top:3px solid #22a559}.delivery-panel-rich .delivery-panel>header{background:#f1fbf5;border-bottom:1px solid #d7efdf;align-items:center;min-height:78px;padding:17px 24px 14px}.delivery-panel-rich .delivery-panel>header>svg{box-sizing:content-box;color:#16a34a;background:#dcfce7;border:1px solid #a7e0bc;border-radius:9px;width:20px;height:20px;padding:8px}.delivery-panel-rich .delivery-panel>header>div{flex:1;min-width:0}.delivery-panel-rich .delivery-panel h2{color:#166534;font-size:15px}.delivery-panel-rich .delivery-panel p{color:#4d8a63;font-size:11px}.delivery-panel-rich .delivery-reset{color:#2563eb;background:#fff;border:1px solid #bfdbfe;border-radius:6px;min-height:28px;padding:0 10px;font-size:11px}.delivery-panel-rich .delivery-list{gap:12px;padding:17px 24px 14px}.delivery-panel-rich .delivery-list:before{content:"你的购买内容";color:#7b9bc7;font-size:12px;font-weight:700}.delivery-panel-rich .delivery-list article{background:#f7fbff;border:1px solid #c7dcfa;border-radius:9px;padding:0;overflow:hidden}.delivery-panel-rich .delivery-list article>strong{display:none}.delivery-panel-rich .delivery-list article>div{border-top-color:#c7dcfa;grid-template-columns:72px minmax(0,1fr) auto;min-height:56px;padding:0 14px}.delivery-panel-rich .delivery-list article>div:first-of-type{border-top:0}.delivery-panel-rich .delivery-list span{color:#58739c;font-size:11px;font-weight:700}.delivery-panel-rich .delivery-list code{color:#172b4d;font-size:13px;font-weight:700}.delivery-panel-rich .delivery-list button{color:#2563eb;background:#eff6ff;border-color:#b8d3fb;min-width:64px;height:30px;font-size:10px}.delivery-panel-rich .delivery-batch-actions{grid-template-columns:1fr 1fr;gap:10px;padding:0 24px 20px;display:grid}.delivery-panel-rich .delivery-batch-actions button{color:#2563eb;background:#eff6ff;border-color:#b8d3fb;border-radius:8px;justify-content:center;min-height:42px;font-size:12px;font-weight:700}.delivery-panel-rich .delivery-batch-actions button+button{color:#334155;background:#f8fbff}.checkout-page .payment-inline-success{color:#15803d;background:#effaf2;border:1px solid #b7e3c7;border-radius:9px;align-items:center;gap:8px;min-height:46px;padding:0 14px;font-size:12px;font-weight:700;display:flex;margin-top:20px!important}.checkout-page .payment-inline-success svg{color:#16a34a}.checkout-page .payment-inline-success:not(.delivered){color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.checkout-page .checkout-return-store{color:#172b4d;background:#f8fbff;border:1px solid #c7dcfa;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:calc(100% - 48px);min-height:44px;margin:14px 24px 24px;font-size:13px;font-weight:700;display:flex}.checkout-page .customer-input-fields input:read-only,.checkout-page .customer-input-fields textarea:read-only,.checkout-page .customer-input-fields select:disabled{color:#334155;cursor:default;background:#f3f7fd}.checkout-page .checkout-form-column>.checkout-notice:not([open]) summary{border-bottom:0}.checkout-page .checkout-progress{align-items:center!important;gap:0!important;display:flex!important}.checkout-page .checkout-progress span{white-space:nowrap;color:#9aaed0!important;background:0 0!important;align-items:center!important;height:24px!important;min-height:28px!important;padding:0!important;font-size:0!important;font-weight:500!important;display:inline-flex!important}.checkout-page .checkout-progress span:before{aspect-ratio:1!important;box-sizing:border-box!important;color:#7f99bf!important;background:#fff!important;border:1px solid #b8cae5!important;border-radius:50%!important;flex:0 0 24px!important;place-items:center!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;margin:0 7px 0 0!important;font-size:12px!important;font-weight:700!important;display:inline-grid!important;position:static!important;top:auto!important;left:auto!important;transform:none!important}.checkout-page .checkout-progress span:after{vertical-align:middle!important;height:24px!important;color:inherit!important;font-size:13px!important;line-height:24px!important;font-weight:inherit!important;background:0 0!important;align-items:center!important;margin:0!important;display:inline-flex!important;position:static!important}.checkout-page .checkout-progress span:first-child:before{content:"1"!important}.checkout-page .checkout-progress span:first-child:after{content:"信息"!important}.checkout-page .checkout-progress span:nth-child(2):before{content:"2"!important}.checkout-page .checkout-progress span:nth-child(2):after{content:"支付"!important}.checkout-page .checkout-progress span:nth-child(3):before{content:"3"!important}.checkout-page .checkout-progress span:nth-child(3):after{content:"完成"!important}.checkout-page .checkout-progress span:nth-child(2),.checkout-page .checkout-progress span:nth-child(3){padding-left:40px!important;font-size:0!important;position:static!important}.checkout-page .checkout-progress span:first-child{align-items:center!important;line-height:24px!important}.checkout-page .checkout-progress span+span{background:linear-gradient(#cbdaf0,#cbdaf0) 0/30px 1px no-repeat!important;padding-left:40px!important}.checkout-page .checkout-progress span.active{color:#172b4d!important;font-weight:700!important}.checkout-page .checkout-progress span.active:before{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}.checkout-page .checkout-progress span:first-child.active:before{content:"✓"!important}.checkout-page .checkout-progress span:first-child.active:after{content:"信息"!important}.checkout-page .checkout-progress:has(span:nth-child(2).active) span:first-child{color:#8da5ca!important;font-weight:500!important}.checkout-page .checkout-progress:has(span:nth-child(2).active) span:first-child:before{color:#2563eb!important;background:#eff6ff!important;border-color:#93b4e8!important}.checkout-page .checkout-progress:has(span:nth-child(2).active) span:nth-child(2):before{content:"2"!important}.checkout-page .checkout-progress:has(span:nth-child(3).active) span:nth-child(3):before{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}@media (width<=640px){.checkout-page .checkout-progress span+span:before{width:24px!important;min-width:24px!important}.checkout-page .checkout-progress span+span{background-size:18px 1px!important;padding-left:24px!important}.checkout-page .fulfillment-pending-panel{padding:18px}.delivery-panel-rich .delivery-panel>header,.delivery-panel-rich .delivery-list,.delivery-panel-rich .delivery-batch-actions{padding-left:18px;padding-right:18px}}.checkout-page .checkout-progress span.completed{color:#8da5ca!important;font-weight:500!important}.checkout-page .checkout-progress span.completed:before{content:"✓"!important;color:#2563eb!important;background:#eff6ff!important;border-color:#93b4e8!important}.checkout-page .checkout-progress span.current{color:#172b4d!important;font-weight:700!important}.checkout-page .checkout-progress span.current:before{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}.checkout-page .checkout-progress span.current.completed:before{content:"✓"!important}.checkout-page .checkout-progress span.completed+span{background:linear-gradient(#93b4e8,#93b4e8) 0/30px 1px no-repeat!important}.checkout-page .checkout-progress span:nth-child(2):before{aspect-ratio:1!important;border-radius:50%!important;flex:0 0 24px!important;width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important;padding:0!important;line-height:24px!important}.detail-page .sku-options{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.detail-page .sku-options button{border-radius:7px!important;min-height:82px!important;padding:10px 11px!important}.detail-page .sku-options .sku-check{width:18px;height:18px;top:8px;left:8px;right:auto}.detail-page .sku-options span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.detail-page .sku-options button.selected span{padding-left:28px}.detail-page .sku-options strong{margin:2px 0 1px!important;font-size:18px!important;line-height:22px!important}.detail-page .sku-price-row{align-items:center;gap:6px;min-width:0;display:flex}.detail-page .sku-price-row del{flex:none;margin:0!important}.detail-page .sku-options em{text-overflow:ellipsis;white-space:nowrap;flex:0 auto;align-items:center;max-width:72px;display:inline-flex;position:static;overflow:hidden;min-height:18px!important;margin:0!important;padding:0 6px!important;font-size:10px!important;line-height:16px!important}.detail-page .sku-options-toggle{color:#2563eb;cursor:pointer;background:#f8fbff;border:1px solid #cbdcf7;border-radius:7px;width:100%;min-height:34px;margin-top:9px;font-size:12px}.detail-page .sku-options-toggle:hover{background:#eff6ff;border-color:#93b4e8}.detail-page .detail-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}@media (width<=780px){.detail-page .detail-main{grid-template-columns:1fr!important}.detail-page .sku-options{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=500px){.detail-page .sku-options{grid-template-columns:1fr!important}}.detail-page{background:#f5f8ff!important}.detail-page .detail-bands{grid-auto-flow:row;grid-template-rows:44px auto!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;display:grid!important}.detail-page .detail-bands details{display:contents!important}.detail-page .detail-bands details[open]>p{min-width:0;grid-area:2/1/auto/-1!important;width:100%!important}.detail-page .detail-bands{display:block!important}.detail-page .detail-tab-list{border-bottom:1px solid #dde3de;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;height:44px;display:grid}.detail-page .detail-tab-list button{color:#334155;cursor:pointer;background:#fff;border:0;border-bottom:2px solid #0000;height:44px;padding:0 12px;font-size:14px;font-weight:600}.detail-page .detail-tab-list button.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:700}.detail-page .detail-tab-panel{background:#fff;width:100%;min-height:69px;padding:22px 24px}.detail-page .detail-tab-panel p{color:#0f172a;width:100%;min-height:0;margin:0;padding:0;font-size:14px;line-height:25.2px}.home-page .home-hero{text-align:center!important;background-color:#f0f5ff!important;background-image:radial-gradient(80% 50% at 50% -10%,#2563eb2e,#0000),radial-gradient(circle at 10% 80%,#2563eb0f,#0000 40%),radial-gradient(circle at 90% 20%,#6366f114,#0000 40%),linear-gradient(#2563eb06 1px,#0000 1px),linear-gradient(90deg,#2563eb06 1px,#0000 1px)!important;background-size:auto,auto,auto,40px 40px,40px 40px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:0!important;height:100vh!important;min-height:100vh!important;padding:120px max(24px,50% - 550px) 80px!important;display:flex!important}.home-page .home-hero-copy{max-width:860px!important;transform:none!important}.home-page .home-hero-copy .eyebrow{color:#2563eb!important;letter-spacing:.18em!important;background:#dbeafe8c!important;border:1px solid #2563eb4d!important;border-radius:99px!important;align-items:center!important;gap:6px!important;margin:0 auto 20px!important;padding:6px 16px!important;font-size:11px!important;display:inline-flex!important}.home-page .home-hero-copy .eyebrow:before{content:""!important;background:#2563eb!important;border-radius:50%!important;flex-shrink:0!important;width:6px!important;height:6px!important;display:inline-block!important;box-shadow:0 0 0 3px #2563eb33!important}.home-page .home-hero h1{color:#0f172a!important;letter-spacing:-2px!important;margin-top:18px!important;font-size:clamp(44px,6vw,80px)!important;font-weight:900!important;line-height:1.05!important}.home-page .home-hero h1 span{color:#2563eb!important;position:relative!important}.home-page .home-hero h1:after{display:none!important}.home-page .home-hero-copy>p:not(.eyebrow){color:#475569!important;white-space:nowrap!important;max-width:100%!important;margin:22px auto 0!important;font-size:17px!important;line-height:1.75!important}.home-page .home-hero-actions{justify-content:center!important;gap:12px!important;margin-top:36px!important}.home-page .home-hero-actions a{border-radius:10px!important;min-height:48px!important;padding:11px 24px!important;font-size:14px!important;font-weight:700!important}.home-page .home-hero-actions a:first-child{color:#fff!important;background:#2563eb!important;box-shadow:0 8px 20px #2563eb47!important}.home-page .home-hero-actions a:first-child:hover{background:#1d4ed8!important;transform:translateY(-1px)!important;box-shadow:0 10px 24px #2563eb59!important}.home-page .home-hero-actions a+a{color:#334155!important;background:#ffffffdb!important;border:1px solid #bfdbfe!important;box-shadow:0 1px 3px #0f172a0f!important}.home-page .home-hero-actions a+a:hover{background:#fff!important;border-color:#93c5fd!important;transform:translateY(-1px)!important}.home-page .home-hero-stats{-webkit-backdrop-filter:blur(12px)!important;background:#ffffffad!important;border:1px solid #93c5fd59!important;border-radius:16px!important;justify-content:center!important;gap:0!important;margin-top:60px!important;padding:28px 40px!important;box-shadow:0 4px 20px #2563eb0f,0 1px 4px #0f172a0a!important}.home-page .home-hero-stats div{text-align:center!important;border-left:1px solid #dbe4f0!important;min-width:120px!important;padding:0 32px!important}.home-page .home-hero-stats div:first-child{border-left:0!important;padding-left:0!important}.home-page .home-hero-stats div:last-child{padding-right:0!important}.home-page .home-hero-stats strong{color:#0f172a!important;letter-spacing:-.5px!important;font-size:28px!important;font-weight:900!important}.home-page .home-hero-stats small{color:#64748b!important;margin-top:6px!important;font-size:12px!important;font-weight:500!important}.home-page .home-terminal{display:none!important}@media (width<=900px){.home-page .home-hero{height:100vh!important;min-height:100vh!important;padding-top:80px!important;padding-bottom:64px!important}.home-page .home-hero-copy{max-width:600px!important}.home-page .home-hero-copy>p:not(.eyebrow){white-space:normal!important}.home-page .home-hero-stats{padding:22px 28px!important}.home-page .home-hero-stats div{min-width:90px!important;padding-inline:22px!important}}@media (width<=640px){.home-page .home-hero{height:auto!important;min-height:100vh!important;padding-top:72px!important;padding-bottom:56px!important}.home-page .home-hero h1{letter-spacing:-1px!important;font-size:clamp(38px,10vw,52px)!important}.home-page .home-hero-copy>p:not(.eyebrow){white-space:normal!important;font-size:15px!important}.home-page .home-hero-actions{flex-direction:column!important;align-items:stretch!important;max-width:280px!important;margin-inline:auto!important}.home-page .home-hero-stats{flex-wrap:wrap!important;gap:16px 0!important;padding:20px!important}.home-page .home-hero-stats div{border-left:0!important;min-width:50%!important;padding-inline:16px!important}.home-page .home-hero-stats div:nth-child(2n){border-left:1px solid #dbe4f0!important}}.home-page{--bg:#f0f5ff;--surface:#fff}.home-page .home-hero{background-image:linear-gradient(to bottom, transparent calc(100% - 96px), var(--bg) 100%), radial-gradient(ellipse 80% 50% at 50% -10%, #2563eb2e, transparent), radial-gradient(circle at 10% 80%, #2563eb0f, transparent 40%), radial-gradient(circle at 90% 20%, #6366f114, transparent 40%), linear-gradient(#2563eb06 1px, transparent 1px), linear-gradient(90deg, #2563eb06 1px, transparent 1px)!important;background-color:#f0f5ff!important;background-size:auto,auto,auto,auto,40px 40px,40px 40px!important}.home-page .home-products{background-color:var(--surface)!important;background-image:linear-gradient(to bottom, var(--bg) 0, var(--surface) 80px, transparent 81px), radial-gradient(circle, #2563eb14 1px, transparent 1.5px)!important;background-size:auto,28px 28px!important}.order-query-page .query-form-head{gap:6px;display:grid}.order-query-page .query-form-head h2{color:#0f172a;margin:0;font-size:20px;font-weight:800}.order-query-page .query-form-head p{color:#64748b;margin:0;font-size:12px}.order-query-page .query-divider{color:#94a3b8;align-items:center;gap:12px;font-size:12px;display:flex}.order-query-page .query-divider:before,.order-query-page .query-divider:after{content:"";background:#e2e8f0;flex:1;height:1px}.order-query-page .query-email-orders{background:#f8fbff;border:1px solid #dbe4f0;border-radius:10px;margin:0 34px 32px;padding:22px 24px}.order-query-page .query-email-orders>header{border-bottom:1px solid #dbe4f0;justify-content:space-between;align-items:center;gap:12px;padding-bottom:14px;display:flex}.order-query-page .query-email-orders>header>div{align-items:baseline;gap:10px;display:flex}.order-query-page .query-email-orders>header input{color:#0f172a;background:#fff;border:1px solid #dbe4f0;border-radius:8px;width:min(260px,46%);height:34px;padding:0 12px;font-size:12px}.order-query-page .query-email-orders>header input:focus{border-color:#2563eb;outline:0;box-shadow:0 0 0 3px #2563eb24}.order-query-page .query-email-orders>header strong{color:#0f172a;font-size:15px}.order-query-page .query-email-orders>header span{color:#64748b;font-size:12px}.order-query-page .query-email-hint{color:#b45309;margin:12px 0 0;font-size:12px}.order-query-page .query-email-list{gap:8px;margin-top:14px;display:grid}.order-query-page .query-email-list .query-result{background:#fff;margin:0}.order-query-page .query-email-list-head,.order-query-page .query-email-row{grid-template-columns:168px 88px minmax(0,1fr) 122px 72px 96px;align-items:center;gap:10px 14px;display:grid}.order-query-page .query-email-list-head{color:#94a3b8;letter-spacing:.04em;padding:0 16px 2px;font-size:11px}.order-query-page .query-email-list-head span:nth-child(4),.order-query-page .query-email-list-head span:nth-child(5){text-align:right}.order-query-page .query-email-row{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e9f4;border-radius:9px;width:100%;min-height:56px;padding:10px 16px}.order-query-page .query-email-row:hover:not(:disabled){background:#f8fbff;border-color:#93c5fd;box-shadow:0 4px 12px #2563eb14}.order-query-page .query-email-row:disabled{cursor:default;opacity:.72}.order-query-page .query-email-row-no{color:#0f172a;overflow-wrap:anywhere;font:700 13px/1.4 JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.order-query-page .query-email-row .order-state{white-space:nowrap;justify-content:center;align-items:center;width:88px;padding:6px 0;font-size:12px;display:inline-flex}.order-query-page .query-email-row-item{color:#334155;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;overflow:hidden}.order-query-page .query-email-row-time{color:#94a3b8;text-align:right;white-space:nowrap;font-size:12px}.order-query-page .query-email-row>strong{color:#0f172a;text-align:right;white-space:nowrap;font-size:13px}.order-query-page .query-email-row-action{color:#64748b;white-space:nowrap;justify-content:flex-end;align-items:center;gap:4px;font-size:12px;font-weight:700;display:inline-flex}.order-query-page .query-email-row-action.ready{color:#2563eb}.order-query-page .query-email-pager{color:#64748b;justify-content:center;align-items:center;gap:14px;margin-top:16px;font-size:12px;display:flex}.order-query-page .query-email-pager button{color:#0f172a;background:#fff;border:1px solid #dbe4f0;border-radius:8px;height:32px;padding:0 14px;font-size:12px;font-weight:700}.order-query-page .query-email-pager button:hover:not(:disabled){color:#2563eb;background:#eff6ff;border-color:#93c5fd}.order-query-page .query-email-pager button:disabled{color:#94a3b8;cursor:not-allowed;background:#f5f8ff}.order-query-page .query-dialog-backdrop{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a75;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.order-query-page .query-dialog{background:#f8fbff;border-radius:14px;flex-direction:column;width:min(720px,100%);max-height:min(86vh,860px);display:flex;overflow:hidden;box-shadow:0 24px 60px #0f172a47}.order-query-page .query-dialog>header{background:#fff;border-bottom:1px solid #dbe4f0;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.order-query-page .query-dialog>header>div{gap:2px;min-width:0;display:grid}.order-query-page .query-dialog>header span{color:#64748b;font-size:12px}.order-query-page .query-dialog>header strong{color:#0f172a;overflow-wrap:anywhere;font:700 14px/1.4 JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.order-query-page .query-dialog-body{padding:18px;overflow-y:auto}.order-query-page .query-dialog-body .query-result{background:#fff;margin:0}.order-query-page .query-dialog-state{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:120px;font-size:13px;display:flex}.order-query-page .query-dialog-state.failed{color:#b91c1c}.order-query-page .query-dialog-state button{color:#0f172a;background:#fff;border:1px solid #dbe4f0;border-radius:8px;height:32px;padding:0 16px;font-size:12px;font-weight:700}@media (width<=900px){.order-query-page .query-email-list-head,.order-query-page .query-email-row{grid-template-columns:168px 88px minmax(0,1fr) 72px 96px}.order-query-page .query-email-list-head span:nth-child(4),.order-query-page .query-email-row-time{display:none}.order-query-page .query-email-list-head span:nth-child(5){text-align:right}}@media (width<=640px){.order-query-page .query-email-orders{margin:0 20px 20px;padding:18px}.order-query-page .query-email-orders>header{flex-direction:column;align-items:stretch}.order-query-page .query-email-orders>header input{width:100%}.order-query-page .query-email-list-head{display:none}.order-query-page .query-email-row{grid-template-columns:minmax(0,1fr) 88px;gap:6px 10px}.order-query-page .query-email-row-item,.order-query-page .query-email-row-time{text-align:left;white-space:normal;grid-column:1/-1;display:block}.order-query-page .query-email-row>strong{text-align:left;grid-column:1}.order-query-page .query-email-row-action{justify-content:flex-end}.order-query-page .query-dialog-backdrop{align-items:flex-end;padding:0}.order-query-page .query-dialog{border-radius:14px 14px 0 0;width:100%;max-height:92vh}}.store-page .sort-tabs button{color:#64748b;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #d6e1f0;border-radius:999px;padding:7px 12px;font-size:12px}.store-page .sort-tabs button:hover{color:#2563eb;border-color:#93c5fd}.store-page .sort-tabs button.active{color:#2563eb;background:#eff6ff;border-color:#93c5fd;font-weight:700}.store-page .product-sales-count,.home-page .home-products .product-sales-count{color:#b45309;white-space:nowrap;background:#fef3c7;border-radius:999px;padding:2px 7px;font-size:9px;font-style:normal;font-weight:700}.store-page .catalog-section:not(.view-grid) .product-sales-count{font-size:10px}:root{--motion-fast:.14s;--motion-base:.22s;--motion-slow:.32s;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in:cubic-bezier(.4, 0, 1, 1);--ease-spring:cubic-bezier(.34, 1.4, .64, 1)}button,a,input,select,textarea,.product-card,.sku-option{transition-timing-function:var(--ease-out)}button:not(:disabled):active,[role=button]:not([aria-disabled=true]):active,.product-card:active,.sku-option:active,.catalog-sidebar button:active,.sort-tabs button:active,.home-hero-actions a:active,.home-cta-actions a:active{transition-duration:var(--motion-fast);transform:scale(.97)}button:disabled{cursor:not-allowed;opacity:.5}.route-view,.home-page,.store-page,.detail-page,.page-with-footer,.checkout-page{animation:route-enter var(--motion-base) var(--ease-out) both}@keyframes route-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes card-enter{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}.product-grid>*,.store-page .product-list>*{animation:card-enter var(--motion-base) var(--ease-out) both}.product-grid>:first-child,.store-page .product-list>:first-child{animation-delay:0s}.product-grid>:nth-child(2),.store-page .product-list>:nth-child(2){animation-delay:40ms}.product-grid>:nth-child(3),.store-page .product-list>:nth-child(3){animation-delay:80ms}.product-grid>:nth-child(4),.store-page .product-list>:nth-child(4){animation-delay:.12s}.product-grid>:nth-child(5),.store-page .product-list>:nth-child(5){animation-delay:.16s}.product-grid>:nth-child(6),.store-page .product-list>:nth-child(6){animation-delay:.2s}.product-grid>:nth-child(n+7),.store-page .product-list>:nth-child(n+7){animation-delay:.24s}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes overlay-pop-in{0%{opacity:0;transform:scale(.96)translateY(6px)}to{opacity:1;transform:none}}[role=dialog],.modal,.modal-card,.order-modal,.query-modal{animation:overlay-pop-in var(--motion-base) var(--ease-spring) both}.modal-backdrop,.overlay,[role=dialog]::backdrop{animation:overlay-fade-in var(--motion-fast) var(--ease-out) both}.route-loading,.catalog-skeleton>*,.detail-skeleton>*{animation:overlay-fade-in var(--motion-base) var(--ease-out) both}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible{outline-offset:2px;transition:outline-offset var(--motion-fast) var(--ease-out);outline:2px solid #2563eb}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.route-view,.product-grid>*,.store-page .product-list>*,[role=dialog],.modal,.modal-card,.order-modal,.query-modal{animation:none!important}}
