:root {
  --bg: #07070a;
  --ink: #f5f6fa;
  --muted: #9aa0b4;
  --line: rgba(255, 255, 255, 0.08);
  --card: #121218;
  --card-2: #17171f;
  --accent: #8b5cf6;
  --accent-2: #a855f7;
  --ok: #4ade80;
  --warn: #fbbf24;
  --danger: #fb7185;
  --font: "Onest", "Inter", sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}

html, body, * {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track,
html::-webkit-scrollbar-track-piece,
body::-webkit-scrollbar-track-piece,
*::-webkit-scrollbar-track-piece,
html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner,
*::-webkit-scrollbar-corner {
  background: transparent;
  border: none;
  box-shadow: none;
}
html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button,
*::-webkit-scrollbar-button,
html::-webkit-scrollbar-button:start:decrement,
html::-webkit-scrollbar-button:end:increment,
html::-webkit-scrollbar-button:vertical:start:increment,
html::-webkit-scrollbar-button:vertical:end:decrement,
html::-webkit-scrollbar-button:horizontal:start:increment,
html::-webkit-scrollbar-button:horizontal:end:decrement,
html::-webkit-scrollbar-button:single-button,
html::-webkit-scrollbar-button:double-button,
body::-webkit-scrollbar-button:single-button,
body::-webkit-scrollbar-button:double-button,
*::-webkit-scrollbar-button:single-button,
*::-webkit-scrollbar-button:double-button,
*::-webkit-scrollbar-button:start:decrement,
*::-webkit-scrollbar-button:end:increment,
*::-webkit-scrollbar-button:vertical:start:decrement,
*::-webkit-scrollbar-button:vertical:end:increment,
*::-webkit-scrollbar-button:vertical:start:increment,
*::-webkit-scrollbar-button:vertical:end:decrement,
*::-webkit-scrollbar-button:horizontal:start:decrement,
*::-webkit-scrollbar-button:horizontal:end:increment {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  border: none !important;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  border: none;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
*::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.45);
}
a { color: var(--accent); text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; }
[v-cloak] { display: none; }

.page-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 480px at 80% 8%, rgba(124, 58, 237, 0.28), transparent 55%),
    radial-gradient(700px 400px at 10% 70%, rgba(88, 28, 135, 0.18), transparent 55%),
    #07070a;
}
.page-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 70%);
  opacity: 0.45;
}
.orb, .ring, .blob, .hex { display: none; }

.page-enter-active, .page-leave-active { transition: opacity 0.28s ease, transform 0.28s ease; }
.page-enter-from, .page-leave-to { opacity: 0; transform: translateY(10px); }
.fade-enter-active, .fade-leave-active { transition: opacity 0.2s ease; }
.fade-enter-from, .fade-leave-to { opacity: 0; }

.cta, .btn-fill, .btn-outline, .coin, .dir, .copy, .copy-ico, .ghost, .faq-q, .nav-link {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.cta:hover:not(:disabled), .btn-fill:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(124, 58, 237, 0.4); }
.cta:active:not(:disabled), .btn-fill:active, .copy:active, .copy-ico:active, .coin:active { transform: scale(0.98); }

.shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 40px;
}
#contacts, #exchange, #recent, #faq { scroll-margin-top: 12px; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 4px 10px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}
.brand img { width: 38px; height: 38px; border-radius: 50%; }
.brand b { font-weight: 700; font-size: 18px; letter-spacing: -0.03em; }
.brand b em { font-style: normal; color: #c084fc; }
.nav-actions { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.nav-link {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
}
.nav-link:hover { color: var(--ink); }
.btn-fill, .btn-outline {
  border-radius: 12px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.btn-fill {
  background: linear-gradient(135deg, #6d28d9 0%, #7c3aed 55%, #a855f7 100%);
  border: 0;
  color: #fff;
}
.btn-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: center;
  min-height: 420px;
  padding: 28px 0 10px;
}
.hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
}
.hero-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
  max-width: 540px;
  line-height: 1.55;
}
.hero-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}
.hero-pills img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #111;
  border: 2px solid #1c1c24;
}
.hero-stage {
  position: relative;
  min-height: 380px;
}
.hero-stage img {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.45));
}
.ha-phone { width: 58%; right: 8%; top: 8%; z-index: 2; }
.ha-coins { width: 46%; left: -4%; top: -6%; z-index: 1; }
.ha-card { width: 42%; right: -2%; bottom: -4%; z-index: 3; }

.widget { width: min(520px, 100%); margin: 8px auto 8px; }
.swap-card {
  background: #121218;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 18px;
}
.io {
  background: #0c0c12;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 14px 16px 12px;
}
.io-label { display: block; color: var(--muted); font-size: 13px; margin-bottom: 4px; }
.io-row { display: flex; align-items: center; gap: 12px; }
.io-amt { flex: 1; min-width: 0; }
.amount {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-size: clamp(20px, 4.6vw, 34px);
  font-weight: 700;
  letter-spacing: -0.04em;
  padding: 0;
}
.amount::placeholder { color: #3a3a48; }
.io-rate { color: var(--muted); font-size: 12px; margin-top: 4px; }
.coin {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1a1a24;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 6px 12px 6px 6px;
  flex: none;
  max-width: 180px;
}
.coin-ico, .coin-fallback { width: 34px; height: 34px; border-radius: 50%; flex: none; object-fit: cover; }
.coin-fallback { display: grid; place-items: center; color: #fff; font-size: 10px; font-weight: 700; }
.coin-meta { text-align: left; min-width: 0; }
.coin-meta strong { display: block; font-size: 14px; }
.coin-meta small { display: block; color: var(--muted); font-size: 11px; }
.coin .chev { color: #c084fc; }
.swap-wrap { position: relative; height: 12px; z-index: 2; }
.swap-fab {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #1a1a24;
  border: 5px solid #121218;
  color: #d8b4fe;
  display: grid;
  place-items: center;
  padding: 0;
  transition: transform 0.35s ease;
}
.swap-fab:hover { transform: translate(-50%, -50%) rotate(180deg); }
.addr, .field input, .search {
  width: 100%;
  border: 1px solid var(--line);
  background: #0c0c12;
  border-radius: 14px;
  padding: 14px 16px;
  outline: none;
}
.addr { margin-top: 12px; }
.addr:focus, .field input:focus, .search:focus { border-color: #8b5cf6; box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.2); }
.addr.invalid, .field input.invalid {
  border-color: var(--danger);
  box-shadow: 0 0 0 4px rgba(251, 113, 133, 0.16);
}
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.field { display: flex; }
.hint, .warn, .error, .legal-note { font-size: 12px; margin: 10px 2px 0; color: var(--muted); }
.field-msg { margin-top: 6px; }
.swap-foot { text-align: center; }
.swap-foot .cta { margin-top: 14px; }
.warn { color: var(--warn); }
.error { color: var(--danger); }
.cta {
  margin-top: 14px;
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 15px 16px;
  background: linear-gradient(135deg, #6d28d9 0%, #7c3aed 55%, #a855f7 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 650;
}

.sec-title {
  text-align: center;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.04em;
  margin: 0 0 28px;
  font-weight: 700;
}
.sec-sub { text-align: center; color: var(--muted); margin: -16px 0 24px; }

.how { margin-top: 72px; }
.how-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}
.how-chev {
  align-self: center;
  color: #c084fc;
  font-size: 28px;
  opacity: 0.7;
}
.step-card {
  position: relative;
  overflow: hidden;
  background: #121218;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px 22px 0;
  min-height: 320px;
}
.step-top { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.step-card b { font-size: 20px; }
.step-pill {
  flex: none;
  padding: 6px 10px;
  border-radius: 999px;
  background: #1c1c26;
  color: var(--muted);
  font-size: 12px;
}
.step-card p { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 8px 0 0; }
.step-art {
  display: block;
  width: 78%;
  margin: 16px auto 0;
  max-height: 180px;
  object-fit: contain;
}

.wide-banner {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
  min-height: 240px;
  padding: 36px 40px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(600px 240px at 80% 50%, rgba(124, 58, 237, 0.32), transparent 60%),
    linear-gradient(90deg, #0d0d14, #16122a);
}
.wide-banner h2 { margin: 0 0 10px; font-size: 32px; letter-spacing: -0.04em; }
.wide-banner p { margin: 0; color: var(--muted); max-width: 420px; }
.wide-banner img { width: 100%; max-height: 240px; object-fit: contain; justify-self: end; }

.trust { margin-top: 64px; }
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.trust-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border-radius: 24px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 8px;
  background: linear-gradient(135deg, #6d28d9 0%, #7c3aed 45%, #a855f7 100%);
  color: #fff;
}
.trust-card.trust-mid {
  background: linear-gradient(135deg, rgba(109, 40, 217, 0.5) 0%, rgba(124, 58, 237, 0.5) 45%, rgba(168, 85, 247, 0.5) 100%);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.trust-copy { position: relative; z-index: 1; max-width: 70%; }
.trust-card b { display: block; font-size: 26px; line-height: 1.15; margin-bottom: 8px; }
.trust-card span { display: block; font-size: 14px; opacity: 0.92; line-height: 1.45; }
.trust-card img {
  position: absolute;
  right: -6%;
  bottom: -18%;
  width: 48%;
  height: 92%;
  object-fit: contain;
  object-position: right bottom;
}

.dark-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
.method-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  background: #121218;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
}
.method-card b { display: block; font-size: 22px; margin-bottom: 8px; }
.method-card span { color: var(--muted); font-size: 14px; max-width: 58%; display: block; line-height: 1.45; }
.method-card img {
  position: absolute;
  right: -4%;
  bottom: -16%;
  width: 46%;
  height: 88%;
  object-fit: contain;
  object-position: right bottom;
}

.block { margin-top: 64px; }
.recent {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.recent-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  background: #121218;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px;
}
.recent-amt {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-amt.from { text-align: right; }
.recent-amt.to { text-align: left; color: var(--muted); }
.pair-icos { display: flex; align-items: center; gap: 8px; flex: none; }
.pair-icos img, .coin-fallback.sm { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.pair-icos .arrow { color: #c084fc; font-weight: 700; }
.empty-note { text-align: center; color: var(--muted); }

.faq-wrap {
  margin-top: 64px;
  background: #0e0e14;
  border-radius: 28px;
  padding: 36px 28px 28px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: start;
}
.faq-col { display: grid; gap: 12px; }
.faq-card {
  background: #16161e;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 18px 18px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  align-items: center;
}
.faq-q i {
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #1e1e28;
  color: var(--ink);
  font-style: normal;
  font-size: 18px;
}
.faq-card.open .faq-q i { background: linear-gradient(135deg, #6d28d9, #a855f7); color: #fff; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease, padding 0.32s ease;
  padding: 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.faq-card.open .faq-a { max-height: 280px; padding: 0 18px 16px; }

.cta-banner {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: stretch;
  background: linear-gradient(180deg, #ede9fe, #f3e8ff);
  color: #1b1d33;
  border-radius: 28px;
  padding: 32px 36px 0;
  overflow: hidden;
  min-height: 280px;
}
.cta-copy { padding-bottom: 32px; align-self: center; }
.cta-banner h2 { margin: 0 0 8px; font-size: 32px; letter-spacing: -0.04em; }
.cta-banner p { margin: 0 0 16px; color: #4c5370; }
.cta-art {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 260px;
}
.cta-art img {
  width: auto;
  max-width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
}
.cta-banner .btn-fill { background: linear-gradient(135deg, #6d28d9 0%, #7c3aed 55%, #a855f7 100%); }

.modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(0,0,0,0.55);
  display: grid;
  place-items: center;
  padding: 16px;
  backdrop-filter: blur(8px);
}
.sheet {
  width: min(480px, 100%);
  max-height: min(78vh, 720px);
  overflow: auto;
  background: #14141c;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px;
  animation: pop 0.28s ease;
}
@keyframes pop { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.sheet-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.sheet h2 { margin: 0; font-size: 20px; }
.ghost { background: #1c1c26; border: 0; border-radius: 10px; padding: 8px 12px; color: var(--muted); }
.search { margin-bottom: 12px; }
.group { margin-bottom: 14px; }
.group h3 { margin: 0 0 8px; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.dir-list { display: grid; gap: 6px; }
.dir {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  background: #0c0c12;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 8px;
}
.dir:hover, .dir.active { border-color: #8b5cf6; background: #161624; }
.dir strong { display: block; }
.dir small { color: var(--muted); }
.dir .grow { flex: 1; }
.off { opacity: 0.5; }

.order-wrap { width: 100%; margin: 18px 0 0; }
.order-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(139, 92, 246, 0.08), transparent 42%),
    #121218;
  border: 1px solid rgba(168, 85, 247, 0.22);
  border-radius: 28px;
  padding: 26px 28px 24px;
  margin-bottom: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}
.order-glow {
  position: absolute;
  right: -8%;
  top: -40%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.38), transparent 68%);
  pointer-events: none;
}
.order-hero-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
.order-kicker {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.16);
  color: #e9d5ff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.order-hero h1 {
  margin: 10px 0 8px;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.05em;
}
.order-created { margin: 0; color: var(--muted); font-size: 13px; }
.order-hero-status { text-align: right; }
.badge {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(28, 28, 40, 0.9);
  border: 1px solid rgba(216, 180, 254, 0.25);
  color: #e9d5ff;
  font-size: 13px;
  font-weight: 600;
}
.badge.completed { color: var(--ok); border-color: rgba(74, 222, 128, 0.3); }
.badge.expired, .badge.cancelled { color: var(--danger); border-color: rgba(251, 113, 133, 0.3); }
.live { display: flex; align-items: center; gap: 6px; color: var(--ok); font-size: 12px; margin-top: 8px; justify-content: flex-end; }
.live i { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); animation: pulse 1.6s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px transparent; } }
.order-timer {
  margin-top: 12px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  padding: 10px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.28), rgba(109, 40, 217, 0.12));
  border: 1px solid rgba(168, 85, 247, 0.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.order-timer span { font-size: 11px; color: #c4b5fd; }
.order-timer b { font-size: 24px; letter-spacing: 0.06em; color: #fff; }
.order-hint { position: relative; margin: 16px 0 18px; color: #d2d6e4; font-size: 15px; line-height: 1.55; max-width: 760px; }
.order-pair {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  gap: 14px;
  align-items: stretch;
}
.order-leg, .order-rate {
  background: rgba(12, 12, 18, 0.78);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 14px 16px;
}
.order-leg.send { box-shadow: inset 0 0 0 1px rgba(251, 113, 133, 0.08); }
.order-leg.get { box-shadow: inset 0 0 0 1px rgba(74, 222, 128, 0.1); }
.order-leg span, .order-rate span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 10px;
}
.order-leg-row { display: flex; align-items: center; gap: 12px; }
.order-leg-row .coin-ico, .order-leg-row .coin-fallback { width: 42px; height: 42px; }
.order-leg-row b { display: block; font-size: 22px; letter-spacing: -0.04em; }
.order-leg-row small { color: var(--muted); font-size: 12px; }
.order-pair-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #6d28d9, #a855f7);
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.4);
  align-self: center;
}
.order-rate { min-width: 180px; }
.order-rate b { display: block; font-size: 15px; line-height: 1.35; }
.order-rate small { color: #c4b5fd; font-size: 12px; }
.order-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}
.order-card {
  background: #121218;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
}
.order-card h3 {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.pay-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 10px; }
.pay-chip {
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d28d9, #a855f7);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.order-card-lead { margin: 0 0 16px; color: #c4c8d8; font-size: 14px; line-height: 1.55; }
.payout-lead { margin-top: 6px; }
.pay-card {
  grid-row: span 2;
  border-color: rgba(168, 85, 247, 0.28);
  background:
    radial-gradient(420px 180px at 100% 0%, rgba(139, 92, 246, 0.16), transparent 60%),
    #121218;
}
.pay-body { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: start; }
.pay-req {
  border-color: rgba(168, 85, 247, 0.35);
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.12), #0c0c12);
}
.req-box {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  background: #0c0c12;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 14px;
  margin: 0 0 10px;
}
.req-box small { display: block; color: var(--muted); font-size: 11px; margin-bottom: 4px; }
.req-box code { font-family: ui-monospace, Consolas, monospace; word-break: break-all; font-size: 15px; }
.copy-ico {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #6d28d9, #a855f7);
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.35);
}
.copy-ico:hover { transform: translateY(-1px); }
.qr-wrap {
  text-align: center;
  padding: 10px;
  background: #0c0c12;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.qr { display: block; margin: 0 auto 8px; width: 148px; height: 148px; border-radius: 12px; background: #fff; padding: 8px; }
.qr-wrap span { color: var(--muted); font-size: 12px; }
.timeline { list-style: none; margin: 12px 0 0; padding: 0; position: relative; }
.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, #a855f7, #2a2a36 70%);
}
.timeline li { display: grid; grid-template-columns: 16px 1fr; gap: 12px; margin: 0 0 16px; color: var(--muted); position: relative; }
.dot { width: 16px; height: 16px; border-radius: 50%; border: 2px solid #3a3a48; background: #121218; z-index: 1; box-sizing: border-box; }
.timeline li.done { color: var(--ink); }
.timeline li.done .dot { background: #8b5cf6; border-color: #c084fc; }
.timeline li.current b { color: #e9d5ff; }
.timeline li.current .dot { box-shadow: 0 0 0 5px rgba(139, 92, 246, 0.22); }
.req-meta { display: grid; gap: 6px; color: var(--muted); font-size: 13px; margin-top: 8px; }
.req-mail { margin: 8px 0 0; color: var(--muted); font-size: 13px; text-align: right; }
.notes { margin: 0; padding: 0; list-style: none; color: #c4c8d8; font-size: 14px; line-height: 1.45; }
.notes li { display: flex; gap: 10px; align-items: flex-start; margin: 0 0 10px; }
.notes i {
  width: 8px;
  height: 8px;
  margin-top: 7px;
  flex: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #c084fc);
}
.order-support { display: inline-flex; margin-top: 8px; }
.pay-row { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin: 8px 0; }
.pay-row code { font-family: ui-monospace, Consolas, monospace; word-break: break-all; }
.missing { text-align: center; padding: 48px 10px; }
.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  background: #1a1a24;
  border: 1px solid var(--line);
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  z-index: 40;
}

.legal-wrap { width: min(800px, 100%); margin: 24px auto 0; }
.back { display: inline-block; margin-bottom: 12px; color: var(--muted); }
.legal-card {
  background: #121218;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 32px;
}
.legal-card h1 { margin: 0 0 6px; font-size: 32px; }
.legal-card .muted { color: var(--muted); margin: 0 0 18px; }
.legal-card h2 { margin: 22px 0 8px; font-size: 18px; }
.legal-card p { margin: 0 0 10px; color: #c4c8d8; line-height: 1.65; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); }

.foot {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 24px;
  margin-top: 28px;
  padding: 28px 8px 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}
.foot-brand p { margin: 10px 0 0; max-width: 280px; }
.foot nav { display: grid; gap: 8px; }
.foot strong { color: var(--ink); margin-bottom: 4px; }
.foot a { color: var(--muted); }
.foot a:hover { color: var(--ink); }

@media (max-width: 999px) {
  .hero-stage { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (max-width: 980px) {
  .hero, .wide-banner, .trust-grid, .dark-pair, .faq, .cta-banner, .how-row, .grid-2, .foot, .fields {
    grid-template-columns: 1fr;
  }
  .how-chev { display: none; }
  .hero { min-height: 0; padding-top: 16px; }
  .hero-stage { min-height: 260px; }
  .trust-copy { max-width: 100%; }
  .trust-card, .method-card { grid-template-columns: 1fr; min-height: 240px; }
  .order-hero-top { flex-direction: column; }
  .order-hero-status, .live { text-align: left; justify-content: flex-start; }
  .order-timer { align-items: flex-start; }
  .order-pair, .order-grid, .pay-body { grid-template-columns: 1fr; }
  .order-pair-arrow { display: none; }
  .pay-card { grid-row: auto; }
  .qr-wrap { justify-self: start; }
}
@media (max-width: 820px) {
  .nav { flex-wrap: wrap; gap: 10px; }
  .hero-copy h1 { font-size: 34px; }
  .hero-copy p { font-size: 15px; }
  .cta-banner, .wide-banner, .faq-wrap { padding: 22px; }
  .coin { max-width: 148px; }
  .legal-card { padding: 20px; }
  .legal-card h1 { font-size: 26px; }
  .order-hero { padding: 18px 16px; }
  .order-card { padding: 16px; }
  .cta-art img { height: 220px; }
  .cta-banner { min-height: 0; }
}
@media (max-width: 640px) {
  .shell { width: calc(100% - 20px); }
  .nav { padding: 12px 0 8px; }
  .brand img { width: 32px; height: 32px; }
  .brand b { font-size: 16px; }
  .nav-link { font-size: 13px; padding: 6px 8px; }
  .btn-fill, .btn-outline { padding: 8px 14px; font-size: 13px; }
  .recent { grid-template-columns: 1fr; }
  .recent-row { padding: 12px; gap: 6px; }
  .recent-amt { font-size: 12px; }
  .pair-icos img, .coin-fallback.sm { width: 26px; height: 26px; }
  .hero-copy h1 { font-size: 28px; }
  .hero-copy p { font-size: 14px; max-width: none; }
  .hero-stage { min-height: 200px; }
  .swap-card { padding: 12px; border-radius: 20px; }
  .io { padding: 12px; }
  .coin { max-width: 132px; padding: 5px 10px 5px 5px; }
  .coin-meta strong { font-size: 13px; }
  .sec-title { font-size: 24px; }
  .step-card { min-height: 240px; padding: 18px 16px 0; }
  .trust-card b, .method-card b { font-size: 20px; }
  .faq-wrap { padding: 20px 14px; border-radius: 20px; }
  .faq-q { font-size: 15px; padding: 14px; }
  .cta-banner { padding: 20px 16px 0; }
  .cta-banner h2 { font-size: 24px; }
  .cta-art { min-height: 180px; }
  .cta-art img { height: 180px; }
  .modal { padding: 8px; align-items: end; }
  .sheet { max-height: 88vh; border-radius: 18px 18px 12px 12px; padding: 14px; }
  .legal-card { padding: 16px; border-radius: 18px; }
  .req-box { flex-wrap: wrap; }
  .order-leg-row b { font-size: 16px; }
  .foot { gap: 16px; padding: 20px 0 8px; }
}
@media (max-width: 480px) {
  .nav-actions .nav-link { display: none; }
  .hero-copy h1 { font-size: 24px; }
  .hero-pills { flex-wrap: wrap; }
  .hero-pills span { font-size: 12px; }
  .hero-stage { min-height: 168px; }
  .coin { max-width: 120px; gap: 4px; }
  .coin-ico, .coin-fallback { width: 28px; height: 28px; }
  .coin-meta small { display: none; }
  .wide-banner, .trust-card, .method-card { padding: 18px; }
  .wide-banner h2 { font-size: 24px; }
}
@media (max-width: 360px) {
  .shell { width: calc(100% - 12px); }
  .brand b { font-size: 14px; }
  .brand img { width: 28px; height: 28px; }
  .io-row { gap: 6px; }
  .coin { max-width: 104px; padding: 4px 8px 4px 4px; }
  .coin-meta strong { font-size: 11px; }
  .swap-card { padding: 10px; }
  .io { padding: 10px; }
  .hero-stage { min-height: 148px; }
  .recent-amt { font-size: 11px; }
  .cta-banner h2 { font-size: 20px; }
  .sec-title { font-size: 22px; }
}
