:root {
  --ink: #142d2b;
  --ink-soft: #566765;
  --paper: #f7f5ef;
  --paper-2: #eeece4;
  --white: #fffefa;
  --lime: #d9ff72;
  --lime-deep: #bce94d;
  --line: rgba(20, 45, 43, .13);
  --shadow: 0 26px 70px rgba(25, 45, 39, .12);
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.ambient { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; z-index: -1; }
.ambient-one { width: 440px; height: 440px; background: rgba(217, 255, 114, .17); top: 70px; right: -180px; }
.ambient-two { width: 270px; height: 270px; border: 1px solid rgba(20, 45, 43, .07); top: 400px; left: -120px; }

.site-header {
  width: min(1260px, calc(100% - 40px)); height: 82px; margin: 10px auto 0; display: flex; align-items: center;
  justify-content: space-between; position: relative; z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 21px; font-weight: 800; letter-spacing: -.6px; }
.brand-accent { color: #6d8f18; }
.brand-mark { width: 31px; height: 31px; border-radius: 9px; display: inline-flex; align-items: flex-end; justify-content: center; gap: 2px; padding-bottom: 8px; background: var(--ink); transform: rotate(-3deg); box-shadow: 4px 4px 0 var(--lime); }
.brand-mark i { display: block; width: 3px; background: var(--lime); border-radius: 4px; }
.brand-mark i:nth-child(1) { height: 8px; }
.brand-mark i:nth-child(2) { height: 13px; }
.brand-mark i:nth-child(3) { height: 10px; }
.desktop-nav { display: flex; align-items: center; gap: 37px; font-size: 14px; font-weight: 600; color: #65716f; }
.desktop-nav a { position: relative; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); }
.desktop-nav a.active::after { content: ""; width: 4px; height: 4px; background: var(--lime-deep); border-radius: 50%; position: absolute; left: 50%; bottom: -10px; }
.header-order-link { height: 43px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 99px; padding: 0 18px; font-size: 13px; font-weight: 700; background: rgba(255,255,255,.5); }
.pulse-dot { width: 7px; height: 7px; background: #7dae22; border-radius: 50%; box-shadow: 0 0 0 4px rgba(125, 174, 34, .13); }

.hero { min-height: 590px; padding: 78px 0 70px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: 1.5px; font-size: 11px; font-weight: 800; color: #77837f; }
.eyebrow span { color: var(--ink); padding: 6px 10px; background: var(--lime); border-radius: 99px; letter-spacing: 1px; }
.hero h1 { margin: 20px 0 20px; font-size: clamp(53px, 6vw, 82px); line-height: 1.04; letter-spacing: -5px; font-weight: 780; }
.hero h1 em { font-family: var(--serif); font-weight: 500; color: #748f2b; position: relative; }
.hero h1 em::after { content: ""; position: absolute; height: 8px; left: 3px; right: 0; bottom: 2px; background: var(--lime); z-index: -1; transform: rotate(-1deg); }
.hero-copy > p { width: min(480px, 100%); color: var(--ink-soft); line-height: 1.8; font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { border: 0; border-radius: 7px; display: inline-flex; justify-content: center; align-items: center; gap: 28px; height: 52px; padding: 0 24px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; box-shadow: 6px 7px 0 var(--lime); }
.button-primary:hover { box-shadow: 3px 4px 0 var(--lime); }
.button-dark { background: var(--ink); color: white; }
.text-link { font-size: 14px; font-weight: 750; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link span { padding-left: 6px; }
.hero-notes { display: flex; gap: 26px; margin-top: 48px; font-size: 12px; font-weight: 650; color: #71807d; }
.hero-notes b { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 5px; background: #e6f2c5; color: #527617; border-radius: 50%; font-size: 10px; }

.hero-visual { position: relative; height: 460px; display: grid; place-items: center; perspective: 1200px; }
.orbit { position: absolute; border: 1px solid rgba(20, 45, 43, .1); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; }
.orbit-two { width: 310px; height: 310px; border-style: dashed; animation: spin 30s linear infinite; }
.hero-card { width: 350px; height: 218px; border-radius: 22px; position: absolute; padding: 28px; box-shadow: 0 40px 70px rgba(8, 30, 28, .22); }
.card-main { background: linear-gradient(145deg, #203e3b, #0e2927 70%); color: white; transform: rotate(-7deg); z-index: 2; overflow: hidden; }
.card-main::before { content: ""; position: absolute; width: 210px; height: 210px; border-radius: 50%; border: 1px solid rgba(217,255,114,.17); right: -60px; top: -95px; }
.card-main::after { content: ""; position: absolute; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(217,255,114,.1), transparent 68%); right: -30px; bottom: -75px; }
.card-back { background: var(--lime); color: #37500e; transform: translate(35px, -72px) rotate(8deg); display: flex; justify-content: space-between; font-size: 10px; letter-spacing: 1px; font-weight: 900; box-shadow: 0 20px 50px rgba(114, 143, 41, .2); }
.card-head, .card-foot { display: flex; align-items: center; justify-content: space-between; font-size: 9px; font-weight: 800; letter-spacing: 1.7px; color: #b8c9c5; }
.card-logo { display: flex; gap: 2px; height: 14px; align-items: flex-end; }
.card-logo i { width: 3px; border-radius: 5px; background: var(--lime); display: block; }
.card-logo i:nth-child(1) { height: 7px; }.card-logo i:nth-child(2) { height: 13px; }.card-logo i:nth-child(3) { height: 9px; }
.card-chip { width: 40px; height: 30px; border-radius: 6px; background: linear-gradient(135deg,#d9ff72,#aabf62); margin: 36px 0 18px; display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.25); }
.card-chip span { border-right: 1px solid rgba(20,45,43,.25); }
.card-code { font: 18px/1 var(--serif); letter-spacing: 1px; margin-bottom: 26px; }
.card-foot b { color: var(--lime); font-size: 20px; }
.float-pill { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; background: rgba(255,254,250,.92); border: 1px solid rgba(255,255,255,.8); padding: 10px 14px 10px 10px; border-radius: 13px; box-shadow: 0 14px 35px rgba(31,52,47,.13); backdrop-filter: blur(10px); animation: float 4s ease-in-out infinite; }
.float-pill > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: #e8f6c9; color: #5d841c; font-weight: 900; }
.float-pill div { display: flex; flex-direction: column; gap: 2px; }
.float-pill small { color: #8c9895; font-size: 9px; }
.float-pill b { font-size: 11px; }
.float-delivery { left: 4px; bottom: 77px; }
.float-speed { right: -8px; top: 95px; animation-delay: -1.8s; }
.float-speed > span { background: var(--lime); color: var(--ink); }

.metrics { min-height: 110px; display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 15px 50px rgba(32,52,47,.05); }
.metrics > div { display: flex; align-items: center; justify-content: center; gap: 13px; position: relative; }
.metrics > div:not(:last-child)::after { content:""; width: 1px; height: 32px; background: var(--line); position: absolute; right: 0; }
.metrics strong { font: 29px/1 var(--serif); letter-spacing: -1px; }
.metrics strong small { font: 11px/1 sans-serif; margin-left: 2px; }
.metrics span { color: #82908d; font-size: 11px; }
.agent-banner { display:grid; grid-template-columns:auto auto 1fr auto; align-items:center; gap:28px; margin-top:18px; padding:20px 24px; border:1px solid #b8d54a; border-radius:10px; background:linear-gradient(105deg,#12211e,#20362f); color:white; box-shadow:0 18px 45px rgba(17,46,39,.15); }.agent-signal { color:#d9ff72; font-size:9px; font-weight:900; letter-spacing:1.5px; white-space:nowrap; }.agent-signal span { display:inline-block; width:7px; height:7px; margin-right:7px; border-radius:50%; background:#d9ff72; box-shadow:0 0 14px #d9ff72; }.agent-offer { display:flex; align-items:baseline; gap:10px; white-space:nowrap; }.agent-offer small { color:#99aea8; font-size:11px; }.agent-offer strong { font-size:20px; }.agent-offer b { color:#d9ff72; font:32px/1 var(--serif); }.agent-banner p { margin:0; color:#aabcb6; font-size:12px; }.agent-banner a { padding:10px 14px; border:1px solid rgba(217,255,114,.5); border-radius:7px; color:#d9ff72; font-size:10px; font-weight:800; text-decoration:none; white-space:nowrap; }

.products-section { padding: 118px 0 130px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.section-kicker { color: #789029; font-size: 10px; font-weight: 900; letter-spacing: 2.3px; }
.section-heading h2, .query-copy h2 { font-size: clamp(36px,4vw,50px); letter-spacing: -2.5px; margin: 10px 0 0; }
.section-heading > p { color: #87928f; font-size: 12px; line-height: 1.7; text-align: right; }
.product-toolbar { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); margin-bottom: 32px; }
.category-tabs { display: flex; gap: 34px; }
.category-tab { color: #788481; background: transparent; padding: 0 0 16px; border: 0; cursor: pointer; position: relative; font-size: 13px; font-weight: 700; }
.category-tab.active { color: var(--ink); }
.category-tab.active::after { content:""; position:absolute; bottom:-1px; height:2px; left:0; right:0; background:var(--ink); }
.category-tab span { font-size: 8px; padding: 3px 5px; background: #e7e5dc; border-radius: 99px; vertical-align: top; margin-left: 3px; }
.search-box { width: 207px; height: 37px; border: 1px solid var(--line); background: var(--white); border-radius: 6px; display: flex; align-items: center; padding: 0 9px 0 12px; margin-bottom: 10px; }
.search-box > span { width: 12px; height: 12px; border: 1.5px solid #7b8784; border-radius: 50%; position: relative; margin-right: 9px; }
.search-box > span::after { content:""; width:5px; height:1.5px; background:#7b8784; transform:rotate(45deg); position:absolute; right:-4px; bottom:-2px; }
.search-box input { width: 100%; min-width: 0; background: transparent; border: 0; outline: 0; font-size: 12px; color: var(--ink); }
.search-box kbd { font: 9px sans-serif; color:#98a19f; border:1px solid var(--line); background:#f3f1eb; border-radius:3px; padding:3px 5px; white-space:nowrap; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.product-card { min-width:0; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 14px; transition: transform .25s, box-shadow .25s, border-color .25s; animation: cardIn .35s both; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(27,48,43,.1); border-color: rgba(20,45,43,.22); }
.product-cover { height: 164px; border-radius: 6px; position: relative; overflow: hidden; display: grid; place-items: center; background: var(--cover); color: var(--cover-text); }
.product-cover::after { content:""; position:absolute; width:130px; height:130px; border-radius:50%; border:1px solid currentColor; opacity:.11; top:-48px; right:-35px; }
.product-cover .cover-glyph { font: 800 38px/1 var(--serif); letter-spacing: -2px; width: 76px; height: 76px; display:grid; place-items:center; border:1px solid currentColor; border-radius:50%; position:relative; z-index:1; }
.product-cover .cover-glyph::before, .product-cover .cover-glyph::after { content:""; position:absolute; width:100px; height:1px; background:currentColor; opacity:.12; }
.product-cover .cover-glyph::before { transform:rotate(45deg); }.product-cover .cover-glyph::after { transform:rotate(-45deg); }
.product-badge { position:absolute; left:10px; top:10px; font-size:8px; letter-spacing:.8px; font-weight:850; color:#fff; background:rgba(20,45,43,.76); padding:5px 7px; border-radius:4px; z-index:2; }
.stock-badge { position:absolute; right:10px; bottom:10px; font-size:9px; color:var(--ink); background:rgba(255,254,250,.85); padding:5px 7px; border-radius:4px; backdrop-filter:blur(8px); }
.product-body { padding: 16px 4px 4px; }
.product-category { color:#899491; font-size:9px; letter-spacing:1px; font-weight:800; }
.product-card h3 { margin: 7px 0 7px; font-size:15px; line-height:1.35; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.product-description { margin:0; height:31px; color:#8a9592; font-size:10px; line-height:1.5; }
.product-meta { display:flex; justify-content:space-between; align-items:end; padding-top:15px; margin-top:12px; border-top:1px solid var(--line); }
.product-price { color:#68801d; font-size:11px; font-weight:700; }
.product-price b { font: 25px/1 var(--serif); letter-spacing:-1px; }
.product-price.compact b { font-size:19px; letter-spacing:-.7px; }
.buy-button { display:grid; place-items:center; border:1px solid var(--ink); background:transparent; color:var(--ink); width:35px; height:35px; border-radius:50%; cursor:pointer; transition:.2s; }
.product-card:hover .buy-button { background:var(--ink); color:white; transform:rotate(-45deg); }
.empty-state { text-align:center; padding:70px 0; color:#8b9794; }
.empty-state div { font:50px var(--serif); }.empty-state h3 { color:var(--ink); margin:8px 0; }.empty-state p { font-size:13px; }

.how-it-works { background: var(--ink); color:white; padding: 105px 0 115px; position:relative; overflow:hidden; }
.how-it-works::before { content:""; position:absolute; width:450px; height:450px; border:1px solid rgba(217,255,114,.08); border-radius:50%; right:-180px; top:-200px; box-shadow:0 0 0 80px rgba(217,255,114,.015),0 0 0 160px rgba(217,255,114,.01); }
.section-heading.light h2 { color:white; }.section-heading.light > p { color:#77908c; }
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:70px; }
.step-card { position:relative; padding:26px 0 0; }
.step-card:not(:last-child)::after { content:"················"; position:absolute; color:#526b67; letter-spacing:5px; right:-61px; top:62px; font-size:9px; }
.step-number { position:absolute; right:5px; top:0; font:italic 62px/1 var(--serif); color:rgba(255,255,255,.035); }
.step-icon { width:60px; height:60px; display:grid; place-items:center; border:1px solid #49625e; border-radius:15px; color:var(--lime); font:22px var(--serif); transform:rotate(-4deg); }
.step-card h3 { margin:24px 0 10px; font-size:18px; }.step-card p { color:#819793; font-size:12px; }

.query-section { padding:110px 0; }
.query-card { background:var(--lime); min-height:300px; border-radius:12px; display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:center; padding:55px 70px; position:relative; overflow:hidden; }
.query-card::before { content:""; position:absolute; width:230px; height:230px; border:1px solid rgba(20,45,43,.09); border-radius:50%; left:-95px; bottom:-120px; box-shadow:0 0 0 38px rgba(20,45,43,.025); }
.query-copy { position:relative; }.query-copy .section-kicker { color:#556e13; }.query-copy h2 { font-size:39px; }
.query-copy > p { font-size:12px; color:#5f721f; line-height:1.7; }
.recent-orders { font-size:10px; margin-top:18px; }.recent-orders button { border:0; border-bottom:1px solid rgba(20,45,43,.35); padding:0 0 2px; background:transparent; color:var(--ink); cursor:pointer; }
.query-form { background:rgba(255,255,255,.52); padding:27px; border-radius:9px; border:1px solid rgba(255,255,255,.5); position:relative; }
.query-form > label { display:block; font-size:11px; font-weight:800; margin-bottom:9px; }
.query-input-wrap { display:flex; height:56px; background:white; border-radius:6px; padding:5px; box-shadow:0 10px 25px rgba(64,80,25,.08); }
.query-input-wrap input { flex:1; min-width:0; border:0; outline:0; padding:0 14px; color:var(--ink); font-size:13px; text-transform:uppercase; }
.query-input-wrap .button { height:46px; border-radius:5px; padding-inline:19px; gap:15px; }
.query-form small { display:block; color:#748829; font-size:9px; margin-top:12px; }.query-form small span { display:inline-grid; place-items:center; width:14px; height:14px; border:1px solid #748829; border-radius:50%; margin-right:4px; }

.faq-section { padding: 20px 0 120px; }
.faq-section .section-heading a { color:var(--ink); border-bottom:1px solid var(--ink); }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { list-style:none; display:flex; align-items:center; justify-content:space-between; padding:27px 5px; font-size:15px; font-weight:750; cursor:pointer; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { font-size:23px; font-weight:300; transition:transform .25s; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { color:#71807d; line-height:1.8; font-size:12px; margin:-8px 0 27px; max-width:700px; padding-left:5px; }

footer { background:#e9e6dd; padding:60px 0 30px; }
.footer-inner { display:grid; grid-template-columns:1fr auto; gap:45px; align-items:start; }
.brand-footer { font-size:18px; }.brand-footer .brand-mark { transform:scale(.85); transform-origin:left center; }
.footer-inner > div:first-child p { color:#85908d; font-size:11px; margin:18px 0 0; }
.footer-links { display:flex; gap:30px; font-size:11px; font-weight:650; color:#64736f; padding-top:8px; }
.footer-meta { grid-column:1 / -1; border-top:1px solid var(--line); padding-top:22px; display:flex; justify-content:space-between; color:#949d9a; font-size:9px; }

.modal { position:fixed; inset:0; z-index:100; display:none; place-items:center; padding:20px; }
.modal.show { display:grid; }
.modal-backdrop { position:absolute; inset:0; border:0; background:rgba(9,25,23,.65); backdrop-filter:blur(8px); cursor:default; }
.modal-panel { width:min(470px,100%); max-height:calc(100vh - 40px); overflow:auto; position:relative; z-index:1; background:var(--paper); border-radius:13px; padding:38px; box-shadow:var(--shadow); animation:modalIn .3s both; }
.modal-close,.result-close { position:absolute; right:20px; top:17px; width:32px; height:32px; border:0; border-radius:50%; background:#e7e5dd; color:#5c6c68; cursor:pointer; font-size:21px; }
.modal-kicker { color:#799124; font-size:9px; letter-spacing:2px; font-weight:900; }.modal-panel h2 { margin:7px 0 24px; font-size:31px; letter-spacing:-1.5px; }
.order-product { display:flex; align-items:center; gap:13px; padding:12px; background:white; border:1px solid var(--line); border-radius:8px; }
.modal-product-icon { width:49px; height:49px; border-radius:6px; display:grid; place-items:center; background:var(--cover); color:var(--cover-text); font:700 18px var(--serif); }
.order-product div { flex:1; }.order-product h3 { margin:0 0 5px; font-size:13px; }.order-product small { color:#84908d; font-size:9px; }.order-product b { color:#6c841c; font:21px var(--serif); }
.order-row { display:flex; align-items:center; justify-content:space-between; padding:22px 2px 17px; }.order-row label,.field-label { display:block; font-size:11px; font-weight:800; }.order-row small,.field-label span { display:block; color:#98a19f; font-size:8px; font-weight:400; margin-top:4px; }
.stepper { display:flex; align-items:center; height:34px; border:1px solid var(--line); border-radius:5px; overflow:hidden; }.stepper button { width:34px; height:100%; border:0; background:white; color:var(--ink); cursor:pointer; }.stepper strong { min-width:28px; text-align:center; font-size:12px; }
.full-input { width:100%; height:45px; background:white; border:1px solid var(--line); border-radius:6px; outline:none; padding:0 13px; margin:8px 0 8px; font-size:12px; }.full-input:focus { border-color:#879d41; box-shadow:0 0 0 3px rgba(188,233,77,.2); }
.fulfillment-note { margin:0 0 18px; padding:9px 11px; border:1px solid #dbe5b9; border-radius:6px; color:#526116; background:#f8fce9; font-size:9px; line-height:1.55; }
.payment-methods { border:0; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:9px; }.payment-methods legend { font-size:11px; font-weight:800; margin-bottom:9px; }.payment-methods label { position:relative; display:flex; align-items:center; gap:8px; padding:10px; border:1px solid var(--line); border-radius:6px; background:white; cursor:pointer; }.payment-methods label[hidden] { display:none; }.payment-methods input { position:absolute; opacity:0; }.payment-icon { width:27px; height:27px; display:grid; place-items:center; border-radius:7px; color:white; font-size:10px; font-weight:800; }.alipay { background:#1577ff; }.usdt { background:#26a17b; font-size:16px; }.payment-methods b { font-size:10px; }.payment-methods label > i { margin-left:auto; width:13px; height:13px; border:1px solid #c2c9c6; border-radius:50%; }.payment-methods label:has(input:checked) { border-color:var(--ink); }.payment-methods label:has(input:checked) > i { border:4px solid var(--ink); }
.total-row { display:flex; align-items:end; justify-content:space-between; padding:23px 0 17px; }.total-row > span { font-size:11px; }.total-row > strong { color:#6d851c; font-size:13px; }.total-row > strong b { font:30px var(--serif); }
.checkout-button { width:100%; box-shadow:4px 5px 0 var(--lime); }.agreement { text-align:center; color:#9aa29f; font-size:8px; margin:14px 0 0; }
.success-view { text-align:center; }.success-icon { width:65px; height:65px; display:grid; place-items:center; border-radius:50%; background:var(--lime); color:var(--ink); font-size:27px; font-weight:900; margin:5px auto 22px; box-shadow:0 0 0 9px rgba(217,255,114,.22); }.success-view h2 { margin-bottom:8px; }.success-view > p { font-size:11px; color:#84908d; }.success-order { display:flex; justify-content:space-between; align-items:center; margin:25px 0 10px; padding:13px 15px; background:#eae8e0; border-radius:6px; font-size:10px; }.success-order button { border:0; background:transparent; color:var(--ink); font-size:10px; cursor:pointer; }.secret-box { text-align:left; padding:16px; border:1px dashed #879b44; background:#f9ffe8; border-radius:7px; }.secret-box > span { font-size:9px; color:#718325; }.secret-box div { display:flex; align-items:center; justify-content:space-between; margin-top:7px; }.secret-box code { font-size:14px; font-weight:800; color:var(--ink); }.secret-box button { border:0; background:var(--ink); color:white; padding:7px 11px; border-radius:5px; cursor:pointer; font-size:9px; }.success-done { width:100%; margin-top:20px; }
.crypto-view { text-align:center; }.crypto-icon { width:58px; height:58px; display:grid; place-items:center; margin:0 auto 18px; border-radius:18px; color:white; background:#26a17b; font-size:31px; font-weight:900; box-shadow:0 0 0 8px rgba(38,161,123,.12); }.crypto-view h2 { margin-bottom:10px; }.crypto-warning { margin:0 0 18px; padding:10px 12px; color:#81651f; background:#fff7d6; border:1px solid #f0d983; border-radius:7px; font-size:9px; line-height:1.65; }.crypto-summary { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:9px; text-align:left; }.crypto-summary > div,.crypto-network { padding:12px; border:1px solid var(--line); border-radius:7px; background:white; }.crypto-summary small,.crypto-address-box small { display:block; margin-bottom:6px; color:#84908d; font-size:8px; }.crypto-summary button { max-width:100%; padding:0; overflow:hidden; border:0; color:var(--ink); background:transparent; font-size:9px; text-overflow:ellipsis; cursor:pointer; }.crypto-summary strong { display:block; color:#168363; font-size:11px; }.crypto-summary strong b { font-size:18px; }.crypto-network { display:flex; align-items:center; justify-content:space-between; margin-bottom:9px; font-size:10px; }.crypto-network span { color:#84908d; }.crypto-address-box { position:relative; padding:13px 92px 13px 13px; margin-bottom:17px; border:1px dashed #4eb899; border-radius:7px; text-align:left; background:#f0fff9; }.crypto-address-box code { display:block; color:#17664f; font-size:10px; line-height:1.5; overflow-wrap:anywhere; }.crypto-address-box button { position:absolute; top:50%; right:11px; transform:translateY(-50%); padding:7px 9px; border:0; border-radius:5px; color:white; background:#168363; cursor:pointer; font-size:8px; }.crypto-hash-input { margin-bottom:11px; }.crypto-submit { width:100%; }.crypto-back { margin-top:14px; border:0; color:#7e8b88; background:transparent; cursor:pointer; font-size:9px; }
.manual-alipay-view { text-align:center; }.manual-alipay-icon { width:58px; height:58px; display:grid; place-items:center; margin:0 auto 18px; border-radius:18px; color:white; background:#1677ff; font-size:30px; font-weight:900; box-shadow:0 0 0 8px rgba(22,119,255,.12); }.manual-alipay-view h2 { margin-bottom:10px; }.manual-payment-warning { margin:0 0 14px; padding:10px 12px; color:#795f1d; background:#fff7d6; border:1px solid #efd77c; border-radius:7px; font-size:9px; line-height:1.65; }.manual-payment-summary { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:9px; text-align:left; }.manual-payment-summary > div,.manual-merchant { padding:12px; border:1px solid var(--line); border-radius:7px; background:white; }.manual-payment-summary small { display:block; margin-bottom:6px; color:#84908d; font-size:8px; }.manual-payment-summary button { max-width:100%; padding:0; overflow:hidden; border:0; color:var(--ink); background:transparent; font-size:9px; text-overflow:ellipsis; cursor:pointer; }.manual-payment-summary strong { display:block; color:#1677ff; font-size:11px; }.manual-payment-summary strong b { font-size:18px; }.manual-merchant { display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; font-size:10px; }.manual-merchant span { color:#84908d; }.manual-qr-box { width:min(260px,100%); padding:10px; margin:0 auto 10px; border:1px solid #cbd8e8; border-radius:10px; background:white; }.manual-qr-box img { display:block; width:100%; max-height:330px; object-fit:contain; border-radius:6px; }.manual-expiry { margin:0 0 12px; color:#7b8584; font-size:9px; }.manual-submit { width:100%; margin-top:10px; }.manual-review-status { display:flex; align-items:center; gap:12px; margin-top:12px; padding:12px; border:1px solid #9adbc9; border-radius:7px; text-align:left; background:#effcf8; }.manual-review-status b { font-size:10px; }.manual-review-status p { margin:4px 0 0; color:#687b76; font-size:8px; line-height:1.5; }
.crypto-auto-status { display:flex; align-items:center; gap:13px; padding:14px; border:1px solid rgba(38,161,123,.35); border-radius:8px; background:rgba(38,161,123,.08); text-align:left; }.crypto-auto-status b { display:block; color:#168363; font-size:11px; }.crypto-auto-status p { margin:4px 0 0; color:#768985; font-size:9px; }.crypto-spinner { flex:0 0 auto; width:27px; height:27px; border:2px solid rgba(38,161,123,.2); border-top-color:#26a17b; border-radius:50%; animation:spin .9s linear infinite; }.crypto-auto-note { margin:11px 0 0; color:#84908d; font-size:8px; }
.query-result h2 { margin-bottom:15px; }.result-table { border-top:1px solid var(--line); }.result-row { display:flex; justify-content:space-between; gap:20px; padding:13px 0; border-bottom:1px solid var(--line); font-size:11px; }.result-row span { color:#85918e; }.result-row b { text-align:right; }.result-secret { padding:16px; background:var(--lime); border-radius:7px; margin-top:17px; }.result-secret small { font-size:9px; color:#64771e; }.result-secret code { display:block; margin-top:7px; font-weight:850; font-size:13px; word-break:break-all; }
.toast { position:fixed; left:50%; bottom:28px; z-index:200; transform:translate(-50%,30px); opacity:0; pointer-events:none; display:flex; align-items:center; gap:10px; background:var(--ink); color:white; padding:11px 17px 11px 10px; border-radius:99px; box-shadow:0 15px 35px rgba(20,45,43,.25); transition:.25s; }.toast.show { opacity:1; transform:translate(-50%,0); }.toast span { width:24px; height:24px; display:grid; place-items:center; background:var(--lime); color:var(--ink); border-radius:50%; font-size:10px; font-weight:900; }.toast p { margin:0; font-size:11px; }
.back-top { position:fixed; right:25px; bottom:25px; z-index:20; width:42px; height:42px; border:0; border-radius:50%; background:var(--ink); color:white; box-shadow:0 10px 30px rgba(20,45,43,.22); opacity:0; transform:translateY(15px); pointer-events:none; transition:.25s; cursor:pointer; }.back-top.show { opacity:1; transform:none; pointer-events:auto; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }.reveal.visible { opacity:1; transform:none; }

@keyframes float { 0%,100% { transform:translateY(0) } 50% { transform:translateY(-9px) } }
@keyframes spin { to { transform:rotate(360deg) } }
@keyframes modalIn { from { opacity:0; transform:translateY(18px) scale(.98) } }
@keyframes cardIn { from { opacity:0; transform:translateY(10px) } }

@media (max-width: 980px) {
  .desktop-nav { display:none; }
  .hero { grid-template-columns:1fr; padding-top:65px; text-align:center; }
  .hero-copy > p { margin-inline:auto; }.hero-actions,.hero-notes { justify-content:center; }
  .hero-visual { margin-top:35px; }
  .product-grid { grid-template-columns:repeat(2,1fr); }
  .query-card { grid-template-columns:1fr; gap:30px; padding:45px; }.query-copy > p br { display:none; }
}
@media (max-width: 700px) {
  .ambient { display:none; }
  .shell { width:min(100% - 28px,1180px); }.site-header { width:calc(100% - 28px); height:68px; }.header-order-link { height:38px; padding-inline:13px; font-size:11px; }
  .hero { padding:54px 0 50px; }.hero h1 { font-size:50px; letter-spacing:-3.5px; }.hero-copy > p { font-size:14px; }.hero-actions { flex-direction:column; gap:22px; }.hero-notes { gap:10px; justify-content:space-between; font-size:10px; }
  .hero-visual { height:390px; transform:scale(.84); margin:-8px -35px; }.hero-visual.reveal.visible { transform:scale(.84); }.orbit-one { width:390px; height:390px; }.float-delivery { left:-14px; }.float-speed { right:-15px; }
  .metrics { grid-template-columns:1fr 1fr; padding:8px 0; }.metrics > div { min-height:75px; flex-direction:column; gap:5px; }.metrics > div:nth-child(2)::after { display:none; }.metrics > div:nth-child(-n+2) { border-bottom:1px solid var(--line); }.metrics > div:not(:last-child)::after { height:24px; }
  .agent-banner { grid-template-columns:1fr auto; gap:10px 14px; padding:16px; }.agent-signal { grid-column:1/-1; }.agent-offer { flex-direction:column; gap:2px; }.agent-banner p { grid-column:1/-1; order:4; }.agent-banner a { grid-column:2; grid-row:2; }
  .products-section { padding:85px 0; }.section-heading { align-items:start; }.section-heading > p { display:none; }.product-toolbar { align-items:stretch; flex-direction:column; border-bottom:0; }.category-tabs { overflow-x:auto; gap:23px; border-bottom:1px solid var(--line); white-space:nowrap; }.search-box { width:100%; height:44px; margin-top:16px; }.product-grid { grid-template-columns:1fr 1fr; gap:10px; }.product-card { padding:9px; }.product-cover { height:128px; }.product-cover .cover-glyph { width:60px; height:60px; font-size:29px; }.product-card h3 { font-size:13px; }.product-description { display:none; }.product-meta { margin-top:9px; padding-top:11px; }.product-price b { font-size:21px; }.product-price.compact b { font-size:15px; }.buy-button { width:31px; height:31px; }
  .how-it-works { padding:80px 0; }.steps-grid { grid-template-columns:1fr; gap:36px; }.step-card { padding:0 0 30px 80px; border-bottom:1px solid rgba(255,255,255,.08); }.step-card:last-child { border-bottom:0; }.step-card:not(:last-child)::after { display:none; }.step-icon { position:absolute; left:0; top:0; }.step-card h3 { margin-top:4px; }.step-number { font-size:48px; }
  .query-section { padding:75px 0; }.query-card { padding:36px 20px; }.query-copy h2 { font-size:34px; }.query-input-wrap { height:auto; padding:5px; flex-direction:column; background:transparent; box-shadow:none; gap:7px; }.query-input-wrap input { height:50px; background:white; border-radius:5px; }.query-input-wrap .button { width:100%; }
  .faq-section { padding-bottom:80px; }.faq-list summary { font-size:13px; }.footer-inner { grid-template-columns:1fr; gap:32px; }.footer-links { display:grid; grid-template-columns:1fr 1fr; }.footer-meta { flex-direction:column; gap:7px; }
  .modal-panel { padding:33px 19px 25px; }.modal-close { right:14px; top:13px; }.payment-methods { grid-template-columns:1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation:none!important; transition:none!important; }.reveal { opacity:1; transform:none; } }
