:root {
  --ink: #101114;
  --muted: #70747d;
  --line: #e4e6e9;
  --paper: #f7f7f4;
  --white: #fff;
  --acid: #c7ff38;
  --acid-dark: #a9e914;
  --violet: #7c5cff;
  --shadow: 0 28px 80px rgba(20, 22, 28, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Onest", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ambient { position: fixed; z-index: -1; border-radius: 50%; filter: blur(10px); opacity: .5; }
.ambient-one { width: 420px; height: 420px; right: -150px; top: 110px; background: radial-gradient(circle, rgba(199,255,56,.45), transparent 68%); }
.ambient-two { width: 380px; height: 380px; left: -170px; top: 500px; background: radial-gradient(circle, rgba(124,92,255,.16), transparent 70%); }

.header { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: 9px; align-items: center; text-decoration: none; font-size: 21px; font-weight: 800; letter-spacing: -.8px; }
.brand > span > span { color: var(--violet); }
.brand-logo { width: 35px; height: 35px; object-fit: contain; }
.brand-mark { width: 31px; height: 31px; position: relative; display: block; transform: rotate(-8deg); }
.brand-mark i { position: absolute; width: 18px; height: 10px; border: 4px solid var(--ink); border-radius: 10px; transform: rotate(-38deg); }
.brand-mark i:first-child { top: 5px; left: 1px; }
.brand-mark i:last-child { right: 1px; bottom: 5px; border-color: var(--violet); }
.header nav { display: flex; gap: 36px; }
.header nav a { color: #454850; font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s; }
.header nav a:hover { color: var(--violet); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.resume-order { display: flex; align-items: center; gap: 7px; padding: 7px 8px 7px 12px; border: 1px solid #dfe1e4; color: #676b73; background: white; border-radius: 10px; font-size: 9px; font-weight: 700; cursor: pointer; box-shadow: 0 4px 14px rgba(20,22,28,.05); }
.resume-order b { color: var(--violet); }
.resume-order i { display: grid; place-items: center; width: 21px; height: 21px; color: white; background: var(--ink); border-radius: 7px; font-style: normal; }
.resume-order:hover { border-color: var(--violet); }
.status { display: flex; align-items: center; gap: 8px; color: #565a62; font-size: 12px; font-weight: 700; }
.status span { width: 8px; height: 8px; border-radius: 50%; background: #5fca46; box-shadow: 0 0 0 4px rgba(95,202,70,.13); }

.hero { display: grid; grid-template-columns: minmax(0, 1.06fr) 530px; gap: clamp(54px, 6vw, 92px); align-items: center; min-height: 710px; padding-block: 68px; }
.hero-copy { padding-bottom: 25px; }
.eyebrow { display: flex; gap: 8px; margin-bottom: 26px; }
.eyebrow span, .step { display: inline-block; color: #666a71; font-size: 10px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.eyebrow span { padding: 7px 10px; border: 1px solid #d7d9dc; border-radius: 30px; }
h1 { margin: 0; max-width: 690px; font-family: "Unbounded", sans-serif; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.06; letter-spacing: -3.5px; font-weight: 700; }
h1 em { color: var(--violet); font-style: normal; }
.hero-copy > p { max-width: 515px; margin: 28px 0 24px; color: #686b73; font-size: 16px; line-height: 1.7; }
.asset-row { display: flex; align-items: center; gap: 7px; margin: 0 0 30px; }
.asset-row > div:not(.more-assets) { display: grid; grid-template-columns: 34px auto; grid-template-rows: 17px 14px; column-gap: 8px; align-items: center; padding: 7px 12px 7px 7px; border: 1px solid #e1e2e4; border-radius: 12px; background: rgba(255,255,255,.7); }
.asset-row > div:nth-child(1) { border-color: #f7d7b2; background: #fff9f2; }
.asset-row > div:nth-child(2) { border-color: #bfe6da; background: #f2fbf8; }
.asset-row > div:nth-child(3) { border-color: #ccd5f5; background: #f5f7ff; }
.asset-row b { align-self: end; font-size: 10px; line-height: 1; }
.asset-row small { align-self: start; color: #9699a0; font-size: 8px; line-height: 1.2; }
.asset-logo { display: grid; grid-row: 1 / 3; place-items: center; width: 34px; height: 34px; border-radius: 10px; }
.asset-logo.bitcoin { background: linear-gradient(145deg, #ffad45, #ef7e00); box-shadow: 0 5px 12px rgba(247,147,26,.24); }
.asset-logo.tether { background: linear-gradient(145deg, #43b99a, #168d6e); box-shadow: 0 5px 12px rgba(38,161,123,.22); }
.asset-logo.ethereum { background: linear-gradient(145deg, #879af0, #526ac9); box-shadow: 0 5px 12px rgba(98,126,234,.22); }
.asset-logo img { width: 17px; height: 17px; filter: brightness(0) invert(1); }
.more-assets { display: grid; place-items: center; width: 45px; height: 45px; color: #747780; background: #ebeced; border-radius: 12px; font-size: 9px; font-weight: 800; }
.trust-row { display: flex; gap: 0; }
.trust-row div { min-width: 135px; padding: 0 24px; border-left: 1px solid var(--line); }
.trust-row div:first-child { padding-left: 0; border: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: 16px; }
.trust-row span { margin-top: 5px; color: #858991; font-size: 10px; text-transform: uppercase; letter-spacing: .5px; }

.exchange-card { position: relative; padding: 32px; overflow: hidden; background: var(--white); border: 1px solid rgba(20,20,24,.08); border-radius: 26px; box-shadow: 0 35px 95px rgba(20, 22, 28, .13); }
.exchange-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--violet), var(--acid)); }
.card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.card-head h2, .section-heading h2, dialog h2 { margin: 5px 0 0; font-size: 22px; letter-spacing: -.8px; }
.rate-toggle { display: flex; padding: 3px; background: #f0f1f2; border-radius: 9px; }
.rate-toggle button { border: 0; padding: 8px 10px; color: #747880; background: transparent; border-radius: 7px; font-size: 10px; font-weight: 700; cursor: pointer; }
.rate-toggle button.active { color: var(--ink); background: var(--white); box-shadow: 0 2px 7px rgba(0,0,0,.08); }
.field-label { display: block; margin: 0 0 8px 2px; color: #7b7f87; font-size: 10px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.money-field { display: grid; grid-template-columns: minmax(0, 1fr) 158px; min-height: 70px; border: 1px solid #dedfe2; border-radius: 13px; transition: border .2s, box-shadow .2s; }
.money-field:focus-within { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(124,92,255,.09); }
.money-field > input { width: 100%; min-width: 0; padding: 15px 17px; border: 0; outline: 0; background: transparent; font-size: 25px; font-weight: 700; letter-spacing: -.8px; }
.currency-button { display: grid; grid-template-columns: 31px 1fr 12px; gap: 8px; align-items: center; margin: 7px; padding: 7px 8px; border: 0; background: #f4f5f5; border-radius: 9px; text-align: left; cursor: pointer; }
.currency-button:hover { background: #eceeef; }
.currency-button strong, .currency-button small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.currency-button strong { font-size: 12px; }
.currency-button small { margin-top: 2px; color: #83878f; font-size: 9px; }
.currency-button b { color: #979ba1; font-size: 13px; }
.coin-dot { display: grid; place-items: center; width: 30px; height: 30px; color: white; background: #f7931a; border-radius: 50%; font-size: 16px; font-weight: 700; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 3px 8px rgba(20,20,24,.12); }
.coin-dot img { width: 20px; height: 20px; object-fit: contain; }
.coin-dot img.mono { width: 15px; height: 15px; filter: brightness(0) invert(1); }
.coin-dot img.official { filter: none; }
.coin-dot.green { background: #26a17b; }
.field-meta { display: flex; min-height: 13px; justify-content: space-between; gap: 14px; margin: 8px 3px 13px; color: #979aa1; font-size: 9px; font-weight: 600; white-space: nowrap; }
.field-meta span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
#send-meta { margin-bottom: 0; }
#limit { display: flex; flex: 0 0 auto; align-items: center; gap: 4px; overflow: visible; }
.limit-separator { color: #c2c4c9; }
#max-limit { padding: 0; border: 0; border-bottom: 1px dashed #8e75ef; color: var(--violet); background: transparent; font-size: inherit; font-weight: 800; line-height: 1.25; cursor: pointer; }
#max-limit:hover { color: #5f3ee8; border-bottom-style: solid; }
#max-limit:disabled { border-color: transparent; color: #979aa1; cursor: default; }
.swap-button { display: flex; position: relative; z-index: 2; transform: none; gap: 0; padding: 0; width: 36px; height: 36px; margin: 2px 14px 9px auto; align-items: center; justify-content: center; border: 4px solid white; color: white; background: var(--ink); border-radius: 50%; box-shadow: 0 5px 14px rgba(16,17,20,.18); cursor: pointer; }
.swap-button span { margin: -1px; font-size: 11px; }
.swap-button:hover { background: var(--violet); }
.address-wrap { margin-top: 21px; }
.address-input, .search { width: 100%; height: 50px; padding: 0 15px; border: 1px solid #dedfe2; outline: 0; border-radius: 11px; background: white; font-size: 12px; }
.address-input:focus, .search:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(124,92,255,.09); }
.tag-wrap { margin-top: 13px; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin: 16px 2px; color: #777a82; font-size: 9px; line-height: 1.5; cursor: pointer; }
.consent input { position: absolute; opacity: 0; }
.checkmark { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid #cfd1d5; color: transparent; border-radius: 5px; transition: .2s; }
.consent input:checked + .checkmark { color: var(--ink); background: var(--acid); border-color: var(--acid-dark); }
.consent a { font-weight: 800; }
.primary-button { display: flex; width: 100%; min-height: 55px; align-items: center; justify-content: space-between; padding: 0 13px 0 21px; border: 0; color: var(--ink); background: var(--acid); border-radius: 12px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .15s, background .15s; }
.primary-button:hover { transform: translateY(-1px); background: var(--acid-dark); }
.primary-button:disabled { opacity: .55; cursor: wait; transform: none; }
.primary-button b { display: grid; place-items: center; width: 32px; height: 32px; color: white; background: var(--ink); border-radius: 50%; font-size: 15px; }
.form-message { min-height: 14px; margin: 10px 0 -13px; color: #d33c4d; font-size: 10px; text-align: center; }

.how { padding: 85px 0 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.section-heading h2 { font-family: "Unbounded", sans-serif; font-size: 30px; letter-spacing: -1.5px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.52); }
.steps article { position: relative; padding: 35px; min-height: 250px; border-right: 1px solid var(--line); }
.steps article:last-child { border: 0; }
.steps article > span { color: #b2b5ba; font-size: 10px; font-weight: 800; }
.step-icon { display: grid; place-items: center; width: 48px; height: 48px; margin: 35px 0 20px; border: 1px solid #d8dadc; border-radius: 14px; font-size: 20px; }
.steps article:nth-child(2) .step-icon { background: var(--violet); border-color: var(--violet); color: white; }
.steps article:nth-child(3) .step-icon { background: var(--acid); border-color: var(--acid); }
.steps h3 { margin: 0 0 9px; font-size: 15px; }
.steps p { max-width: 270px; margin: 0; color: #84878e; font-size: 11px; line-height: 1.65; }
.notice { display: grid; grid-template-columns: 42px 1fr auto; gap: 18px; align-items: center; padding: 23px 25px; border: 1px solid #dfe1e3; border-radius: 16px; background: white; }
.notice-icon { display: grid; place-items: center; width: 39px; height: 39px; background: #f0edff; color: var(--violet); border-radius: 12px; font-weight: 800; }
.notice strong { font-size: 12px; }
.notice p { margin: 4px 0 0; color: #8b8e95; font-size: 10px; }
.notice > a { font-size: 10px; font-weight: 800; }
footer { display: flex; align-items: center; justify-content: space-between; min-height: 120px; margin-top: 45px; border-top: 1px solid var(--line); color: #95989e; font-size: 9px; }
footer .muted { filter: grayscale(1); opacity: .55; font-size: 14px; }
footer > div { display: flex; gap: 22px; }

dialog { width: min(500px, calc(100% - 28px)); max-height: min(670px, calc(100vh - 28px)); padding: 25px; border: 0; border-radius: 22px; box-shadow: 0 35px 100px rgba(12,14,18,.28); }
dialog::backdrop { background: rgba(17,18,21,.56); backdrop-filter: blur(8px); }
.dialog-head { display: flex; justify-content: space-between; margin-bottom: 20px; }
.dialog-head button { align-self: flex-start; border: 0; background: none; font-size: 27px; cursor: pointer; }
.search { margin-bottom: 14px; }
.currency-list { max-height: 435px; overflow: auto; }
.currency-item { display: grid; grid-template-columns: 37px 1fr auto; gap: 11px; align-items: center; width: 100%; padding: 10px; border: 0; border-bottom: 1px solid #eff0f1; background: white; text-align: left; cursor: pointer; }
.currency-item:hover { background: #f5f5f3; }
.currency-item .coin-dot { width: 34px; height: 34px; font-size: 11px; }
.currency-item strong, .currency-item small { display: block; }
.currency-item strong { font-size: 12px; }
.currency-item small { margin-top: 2px; color: #8d9096; font-size: 9px; }
.currency-item > span:last-child { color: #797d84; font-size: 10px; }
.order-dialog { width: min(900px, calc(100% - 28px)); max-height: min(850px, calc(100vh - 28px)); padding: 0; overflow: auto; text-align: left; }
.order-topbar { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid #eceef0; }
.order-topbar .brand { font-size: 16px; }
.order-topbar .brand-logo { width: 28px; height: 28px; }
.dialog-close { display: grid; place-items: center; width: 34px; height: 34px; border: 0; color: #70737a; background: #f1f2f3; border-radius: 10px; font-size: 21px; cursor: pointer; }
.dialog-close:hover { color: white; background: var(--ink); }
.order-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 28px 30px 24px; }
.order-heading h2 { margin-top: 6px; font-family: "Unbounded", sans-serif; font-size: 25px; }
.order-heading p { margin: 8px 0 0; color: #858890; font-size: 11px; }
.order-id-button { padding: 0; border: 0; color: var(--violet); background: transparent; font: inherit; cursor: pointer; }
.order-id-button i { font-family: "Onest", sans-serif; font-size: 13px; font-style: normal; }
.order-state { display: grid; grid-template-columns: 9px 1fr auto; gap: 10px; min-width: 255px; align-items: center; padding: 13px 15px; border: 1px solid #e4e5e7; border-radius: 13px; }
.order-state > span { width: 9px; height: 9px; background: #f0b22e; border-radius: 50%; box-shadow: 0 0 0 4px rgba(240,178,46,.13); }
.order-state small, .order-state strong { display: block; }
.order-state small { color: #979aa0; font-size: 8px; text-transform: uppercase; }
.order-state strong { margin-top: 2px; font-size: 11px; }
.order-state > b { color: #777b83; font-size: 10px; }
.order-progress { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 30px 28px; }
.order-progress > div { display: flex; position: relative; gap: 8px; align-items: center; color: #aaaeb5; font-size: 9px; font-weight: 700; }
.order-progress > div::after { content: ""; position: absolute; z-index: -1; top: 13px; left: 31px; width: calc(100% - 37px); height: 2px; background: #e7e8ea; }
.order-progress > div:last-child::after { display: none; }
.order-progress i { display: grid; place-items: center; width: 27px; height: 27px; border: 2px solid #e1e3e5; background: white; border-radius: 50%; font-size: 9px; font-style: normal; }
.order-progress > div.done { color: #34363b; }
.order-progress > div.done i { border-color: var(--acid-dark); background: var(--acid); }
.order-progress > div.done::after { background: var(--acid-dark); }
.order-progress > div.active { color: var(--violet); }
.order-progress > div.active i { border-color: var(--violet); color: white; background: var(--violet); box-shadow: 0 0 0 4px rgba(124,92,255,.12); }
.order-layout { display: grid; grid-template-columns: 1.25fr .75fr; border-top: 1px solid #eceef0; border-bottom: 1px solid #eceef0; }
.payment-panel, .order-summary { padding: 27px 30px; }
.order-layout > *, .payment-amount, .payment-address, .route-row > div { min-width: 0; }
.payment-panel { border-right: 1px solid #eceef0; }
.panel-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.panel-title span { color: #9a9da3; font-size: 8px; font-weight: 800; letter-spacing: .9px; }
.panel-title strong { font-size: 11px; }
.payment-amount, .payment-address { position: relative; padding: 15px 90px 15px 16px; margin-top: 8px; border: 1px solid #e0e2e4; background: #fafafa; border-radius: 12px; }
.payment-amount > span, .payment-address > span { display: block; margin-bottom: 5px; color: #92959b; font-size: 8px; text-transform: uppercase; }
.payment-amount > strong { font-size: 20px; letter-spacing: -.5px; }
.payment-address > strong { display: block; max-width: 100%; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.copy { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); border: 1px solid #e1e2e4; padding: 7px 8px; color: #5d6168; background: white; border-radius: 7px; font-size: 8px; font-weight: 800; cursor: pointer; }
.copy:hover { color: var(--violet); border-color: var(--violet); }
.payment-warning { display: flex; gap: 10px; align-items: center; padding: 12px 13px; margin-top: 13px; color: #777b82; background: #fff8e7; border-radius: 10px; font-size: 9px; line-height: 1.5; }
.payment-warning i { display: grid; flex: 0 0 23px; place-items: center; width: 23px; height: 23px; color: #9a710f; background: #ffe39a; border-radius: 7px; font-style: normal; font-weight: 800; }
.payment-warning p { margin: 0; }
.route-row { display: grid; grid-template-columns: 33px minmax(0, 1fr) 16px 33px minmax(0, 1fr); gap: 8px; align-items: center; padding: 14px 0 18px; border-bottom: 1px solid #eceef0; }
.route-coin { display: grid; place-items: center; width: 33px; height: 33px; color: white; background: #888; border-radius: 50%; font-size: 11px; font-weight: 800; }
.route-coin img { width: 21px; height: 21px; object-fit: contain; }
.route-row small, .route-row strong { display: block; }
.route-row small { color: #999ca2; font-size: 8px; }
.route-row strong { margin-top: 3px; overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.route-row > i { color: #aaaeb4; font-style: normal; }
.summary-row { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid #eceef0; font-size: 9px; }
.summary-row span { color: #94979e; }
.summary-row strong { text-align: right; }
.summary-address strong { max-width: 165px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.order-footer { display: flex; align-items: center; gap: 18px; padding: 19px 30px; }
.live-indicator { display: flex; align-items: center; gap: 8px; margin-right: auto; color: #777b82; font-size: 9px; }
.live-indicator i { width: 8px; height: 8px; background: #5fca46; border-radius: 50%; box-shadow: 0 0 0 4px rgba(95,202,70,.13); animation: pulse 1.8s infinite; }
.forget-order { border: 0; color: #a0a3a9; background: transparent; font-size: 8px; cursor: pointer; }
.forget-order:hover { color: #d33c4d; }
.secondary-button { display: flex; gap: 15px; align-items: center; padding: 10px 12px 10px 16px; border: 0; color: white; background: var(--ink); border-radius: 10px; font-size: 9px; font-weight: 800; cursor: pointer; }
.secondary-button b { color: var(--acid); }
@keyframes pulse { 50% { opacity: .45; } }
.hidden { display: none !important; }

@media (max-width: 940px) {
  .header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 48px; padding-top: 80px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .eyebrow, .trust-row, .asset-row { justify-content: center; }
  .exchange-card { width: min(560px, 100%); margin-inline: auto; }
  .how { padding-top: 110px; }
}
@media (max-width: 650px) {
  .shell { width: min(100% - 24px, 1180px); }
  .header { height: 72px; }
  .status { font-size: 0; }
  .resume-order span { display: none; }
  h1 { font-size: 42px; letter-spacing: -2.6px; }
  .hero { padding-top: 52px; }
  .trust-row div { min-width: auto; padding-inline: 14px; }
  .asset-row > div:not(.more-assets) { grid-template-columns: 30px; padding: 6px; }
  .asset-row b, .asset-row small { display: none; }
  .asset-logo { width: 30px; height: 30px; }
  .exchange-card { padding: 22px 16px; border-radius: 19px; }
  .card-head { align-items: flex-start; }
  .card-head h2 { font-size: 18px; }
  .rate-toggle button { padding: 7px 6px; font-size: 8px; }
  .money-field { grid-template-columns: minmax(0, 1fr) 138px; }
  .money-field > input { font-size: 20px; }
  .swap-button { margin-right: 12px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading h2 { font-size: 28px; }
  .notice { grid-template-columns: 42px 1fr; }
  .notice > a { grid-column: 2; }
  .order-dialog { width: calc(100% - 16px); max-height: calc(100vh - 16px); border-radius: 18px; }
  .order-heading { display: block; padding: 22px 18px 18px; }
  .order-heading h2 { font-size: 19px; }
  .order-state { margin-top: 16px; min-width: 0; }
  .order-progress { padding: 0 18px 22px; }
  .order-progress span { display: none; }
  .order-progress > div::after { left: 31px; width: calc(100% - 34px); }
  .order-layout { grid-template-columns: 1fr; }
  .payment-panel, .order-summary { padding: 22px 18px; }
  .payment-panel { border-right: 0; border-bottom: 1px solid #eceef0; }
  .order-footer { flex-wrap: wrap; padding: 17px 18px; }
  .live-indicator { width: 100%; }
  footer { flex-wrap: wrap; gap: 15px; padding-block: 30px; }
}
