:root {
  --bg: #1b1b1e;
  --header: #1b1b1e;
  --switch: #262628;
  --lime: #00c26f;
  --ink: #ffffff;
  --muted: #90909f;
  --cyan: #3ee5e0;
  --font: "Roboto Flex", Roboto, sans-serif;
}
* { box-sizing: border-box; }
html, body {
  margin: 0; min-height: 100%;
  background: #1b1b1e;
  color: var(--ink);
  font-family: var(--font);
  overflow-x: hidden;
  max-width: 100%;
}
html.cn-ex-root { font-size: 10px; }
html.cn-ex-root,
html.cn-ex-root body,
html:has(body.cn-ex-page),
body.cn-ex-page {
  background: #f6f4f8 !important;
  color: #2b2b37;
  font-size: 14px;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }

.cn-top {
  height: 72px;
  background: var(--header);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px 0 20px;
  position: relative; z-index: 5;
}
.cn-top__left, .cn-top__right { display: flex; align-items: center; gap: 16px; }
.cn-logo { display: flex; align-items: center; }
.cn-logo img { display: block; width: 54px; height: 32px; }
.cn-switch {
  width: 225px; height: 42px; background: var(--switch); border-radius: 999px;
  display: flex; align-items: center; padding: 3px;
}
.cn-switch button {
  flex: 1; height: 36px; border: 0; background: transparent; color: #8d8d97;
  border-radius: 999px; font-size: 18px; font-weight: 300; cursor: pointer;
}
.cn-switch .is-on { background: #323236; color: #fff; }
.cn-nav { display: flex; gap: 0; }
.cn-nav a {
  min-width: 85px; height: 40px; display: grid; place-items: center;
  font-size: 18px; font-weight: 400; color: #fff;
}
.cn-login {
  width: 104px; height: 38px; border: 0; border-radius: 8px;
  background: var(--lime); color: #fff; font-size: 18px; font-weight: 500; cursor: pointer;
}
.cn-ico {
  width: 36px; height: 36px; border: 0; border-radius: 50%;
  background: transparent; color: #fff; cursor: pointer;
  display: grid; place-items: center; padding: 0;
}
.cn-ico--gem { background: #2a2a2e; }

.cn-hero {
  min-height: 840px;
  background-color: #1b1b1e;
  background-image:
    linear-gradient(#1b1b1e 0%, rgba(27, 27, 30, 0) 36.33%),
    linear-gradient(rgba(27, 27, 30, 0) 63.67%, #1b1b1e 100%),
    url("assets/hero-bg.webp");
  background-size: cover, cover, cover;
  background-position: 50% 50%;
}
.cn-hero__in {
  width: 1440px; max-width: 100%;
  margin: 0 auto;
  min-height: 840px;
  display: grid;
  grid-template-columns: 772px 500px;
  grid-template-rows: 1fr auto;
  justify-content: space-between;
  column-gap: 40px;
  padding: 48px 64px 0;
  align-items: start;
}
.cn-hero-copy { grid-column: 1; grid-row: 1; }
.cn-widget { grid-column: 2; grid-row: 1 / span 2; }
.cn-trust { grid-column: 1; grid-row: 2; align-self: end; padding-bottom: 24px; }
.cn-burger { display: none; }
.cn-hero-copy h1 {
  margin: 0;
  font-size: 88px; line-height: 96px; font-weight: 600;
  background: linear-gradient(55deg, #fff -27.7%, rgba(40, 162, 255, 0.3) 56.72%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cn-lead {
  margin: 16px 0 32px;
  font-size: 32px; line-height: 40px; font-weight: 500; color: #fff;
}
.cn-ghost {
  width: 237px; height: 54px;
  padding: 12px 32px; border-radius: 40px;
  border: 1px solid transparent;
  background: rgba(255,255,255,.1);
  color: #fff; font-size: 20px; font-weight: 500; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
}
.cn-ghost i {
  font-style: normal;
  width: 8px; height: 8px;
  border-right: 2px solid #fff; border-top: 2px solid #fff;
  transform: rotate(45deg);
  display: inline-block; margin-left: 4px;
}
.cn-trust {
  display: flex; align-items: center;
}
.cn-trusted {
  display: flex; flex-direction: column;
  width: 139px;
  color: #fff;
}
.cn-trusted__t { font-size: 18px; font-weight: 500; line-height: 32px; }
.cn-trusted__d { font-size: 26px; font-weight: 500; line-height: 32px; }
.cn-tpw {
  width: 181px; padding-left: 24px;
  border-left: 1px solid rgba(255,255,255,.16);
  margin-left: 8px;
  color: #fff;
}
.cn-tpw__brand {
  display: flex; align-items: center; gap: 6px;
  font-size: 16px; font-weight: 600; line-height: 20px;
}
.cn-tpw__brand span { color: #00b67a; font-size: 18px; }
.cn-tpw__stars { display: flex; gap: 2px; margin: 6px 0 6px; }
.cn-tpw__stars i {
  width: 22px; height: 22px; background: #00b67a;
  display: grid; place-items: center;
  font-style: normal;
}
.cn-tpw__stars i::after { content: "★"; color: #fff; font-size: 13px; line-height: 1; }
.cn-tpw__stars i.is-partial {
  background: linear-gradient(90deg, #00b67a 80%, #dcdce4 80%);
}
.cn-tpw__meta { font-size: 12px; font-weight: 400; white-space: nowrap; }
.cn-tpw__meta b { font-weight: 700; }
.cn-tpw__meta u { text-underline-offset: 2px; }

.cn-widget {
  width: 500px;
  height: 770px;
  margin-top: 0;
  justify-self: end;
  padding: 33px 33px 81px;
  background: rgba(27, 27, 30, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 32px;
  display: flex; flex-direction: column; align-items: flex-start;
}
.cn-tabs {
  width: 378px; height: 48px;
  display: flex; align-items: center;
  background: rgba(44, 44, 46, 0.7);
  border-radius: 24px; padding: 4px;
  margin: 0 0 24px;
}
.cn-tabs button {
  height: 40px; min-width: 110px; padding: 0 16px; border-radius: 20px;
  border: 0; background: transparent; color: #c8c8d0;
  font-size: 16px; font-weight: 500; cursor: pointer;
}
.cn-tabs .is-on {
  border: 1px solid #00c26f; color: #fff; font-weight: 600;
  background: rgba(27, 27, 30, 0.45);
}
.cn-more {
  margin-left: auto; width: 40px; height: 40px; min-width: 40px !important;
  padding: 0 !important;
  border-radius: 50% !important; background: rgba(80, 160, 180, 0.22) !important;
  color: #9fe7ff !important; letter-spacing: 1px;
}
.cn-stack { position: relative; display: grid; gap: 8px; width: 434px; margin-bottom: 16px; }
.cn-box {
  background: rgba(0, 0, 0, 0.28);
  border: 0;
  border-radius: 16px; width: 434px; height: 104px; padding: 16px 18px 12px;
}
.cn-box label { display: block; color: var(--muted); font-size: 16px; margin-bottom: 4px; font-weight: 400; }
.cn-field { display: flex; align-items: center; gap: 10px; }
.cn-field input, .cn-out {
  flex: 1; min-width: 0; background: transparent; border: 0; outline: none;
  color: #fff; font-size: 28px; font-weight: 400; line-height: 28px;
}
.cn-field button {
  display: flex; align-items: center; gap: 8px;
  background: transparent; border: 0; cursor: pointer; padding: 0;
}
.cn-field img { width: 32px; height: 32px; border-radius: 50%; }
.cn-field b { font-size: 20px; font-weight: 500; }
.cn-field i { font-style: normal; color: #8d8d97; font-size: 12px; }
.cn-swap {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 36px; height: 36px; border-radius: 50%;
  border: 4px solid rgba(27, 27, 30, 0.85); background: #1b1b1e; color: #fff;
  display: grid; place-items: center; cursor: pointer; z-index: 2; padding: 0;
}
.cn-rate-line {
  display: flex; align-items: center; justify-content: space-between;
  width: 434px; margin: 0 0 8px; font-size: 15px; font-weight: 400; color: #e8e8ee;
}
.cn-fixed { display: flex; align-items: center; gap: 10px; color: #fff; cursor: pointer; font-weight: 400; }
.cn-tog {
  width: 42px; height: 24px; border-radius: 999px; background: #3a3a40;
  position: relative; display: inline-block;
}
.cn-tog input { appearance: none; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.cn-tog::after {
  content: ""; position: absolute; top: 3px; left: 3px;
  width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: .15s;
}
.cn-tog:has(input:checked) { background: var(--lime); }
.cn-tog:has(input:checked)::after { left: 21px; }
.cn-fees-badge {
  display: inline-flex; align-items: center; gap: 6px;
  margin: 0 0 20px; color: #b8b8c2; font-size: 13px;
  background: rgba(0,0,0,.22); border-radius: 999px; padding: 4px 10px;
}
.cn-fees-badge i {
  width: 16px; height: 16px; border: 1px solid #6c6c76; border-radius: 50%;
  display: grid; place-items: center; font-style: normal; font-size: 10px;
}
.cn-dest { width: 434px; }
.cn-addr-label { display: block; color: var(--muted); font-size: 13px; margin-bottom: 8px; }
.cn-addr {
  width: 100%; background: rgba(0,0,0,.22); border: 0; border-radius: 12px;
  color: #fff; padding: 14px; outline: none; margin-bottom: 0;
}
.cn-go {
  width: 434px; height: 58px; border-radius: 48px;
  border: 1px solid rgba(224, 255, 242, 0.7);
  background: radial-gradient(141.04% 286.61% at 50% 142.86%, rgba(47, 255, 213, 0.8) 12.32%, rgba(0, 194, 111, 0.8) 53.68%, rgba(62, 244, 166, 0.8) 79.95%);
  color: #fff; font-size: 20px; font-weight: 600; line-height: 28px; cursor: pointer;
  margin-top: 8px;
}
.cn-pro {
  width: 434px; height: 56px; margin: 16px 0 0; padding: 14px 24px;
  display: block; text-align: center; white-space: nowrap;
  color: #fff; font-size: 20px; font-weight: 600; line-height: 28px;
}
.cn-pro-grad {
  background: linear-gradient(90deg, #0098e0 0%, #00c26f 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.cn-status { min-height: 0; text-align: center; font-size: 13px; color: var(--muted); width: 434px; }
.cn-status.is-error { color: #ff6b6b; }
.cn-status.is-ok { color: var(--lime); }
.cn-deposit { text-align: center; margin-top: 8px; width: 434px; }
.cn-deposit h2 { margin: 8px 0 6px; }
.cn-qr { width: 180px; height: 180px; margin: 16px auto; background: #fff; border-radius: 12px; padding: 8px; }
.cn-qr svg { width: 100%; height: 100%; }
.cn-dep-addr {
  display: block; word-break: break-all; background: rgba(0,0,0,.22); border-radius: 10px; padding: 12px; margin: 10px 0;
}
.cn-dep-copy, .cn-back {
  border: 0; background: rgba(0,0,0,.28); color: #fff; border-radius: 10px; padding: 10px 14px; cursor: pointer;
}
.cn-modal {
  position: fixed; inset: 0; background: rgba(0,0,0,.62); display: grid; place-items: end center;
  z-index: 40; padding: 16px;
}
.cn-modal[hidden] { display: none; }
.cn-modal__box {
  width: min(560px, 100%); max-height: 78vh; overflow: auto;
  background: #15171c; border-radius: 18px; padding: 14px;
}
.cn-modal__head { display: flex; gap: 8px; margin-bottom: 10px; }
.cn-modal__head input {
  flex: 1; background: #0e1014; border: 1px solid #2c2e36; border-radius: 10px; color: #fff; padding: 12px;
}
.cn-modal__head button { background: transparent; color: var(--muted); border: 0; cursor: pointer; }
.cn-coin {
  width: 100%; display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; align-items: center;
  background: transparent; border: 0; color: #fff; text-align: left; padding: 10px 8px; border-radius: 10px; cursor: pointer;
}
.cn-coin:hover, .cn-coin.is-on { background: #1b1d24; }
.cn-coin img { width: 28px; height: 28px; border-radius: 50%; }
.cn-coin small { color: var(--muted); }

.cn-help {
  position: fixed; right: 24px; bottom: 24px; z-index: 26;
  display: flex; align-items: center; gap: 8px;
  height: 48px; padding: 6px 16px 6px 6px;
  border: 0; border-radius: 999px;
  background: #fff; color: #2b2b36;
  font-size: 14px; font-weight: 500; cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
}
.cn-help i {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--lime);
  display: grid; place-items: center;
}
.cn-cookies {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 25;
  height: 88px;
  display: flex; align-items: flex-start; justify-content: center;
  background: transparent; padding: 0; pointer-events: none;
}
.cn-cookies__box {
  width: 695px; height: 68px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: #e5e5e9; color: #2b2b36;
  border-radius: 16px; padding: 14px 28px;
  pointer-events: auto;
}
.cn-cookies__text p { margin: 0; line-height: 20px; font-size: 16px; font-weight: 400; }
.cn-cookies__ok {
  width: 83px; height: 39px; border: 0; border-radius: 8px;
  background: var(--lime); color: #fff;
  cursor: pointer; font-weight: 600; font-size: 16px;
}
.cn-cookies[hidden] { display: none; }

.cn-tabbar, .cn-drawer { display: none; }

@media (max-width: 1100px) {
  body:not(.cn-ex-page) .cn-hero { min-height: 0; }
  .cn-hero__in {
    width: auto; min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 24px 16px 160px;
    column-gap: 0;
  }
  .cn-top { padding: 0 16px; }
  .cn-hero-copy { grid-column: 1; grid-row: 1; }
  .cn-widget { grid-column: 1; grid-row: 2; justify-self: stretch; min-width: 0; }
  .cn-trust { grid-column: 1; grid-row: 3; align-self: start; margin-top: 24px; padding-bottom: 0; }
  .cn-hero-copy h1 { font-size: 36px; line-height: 44px; }
  .cn-lead { font-size: 18px; line-height: 24px; margin: 12px 0 0; }
  .cn-ghost, .cn-nav, .cn-switch, .cn-login, .cn-ico { display: none !important; }
  .cn-drawer .cn-login { display: block !important; width: 100%; margin-top: 12px; }
  .cn-burger {
    display: grid; gap: 5px; width: 36px; height: 28px;
    background: transparent; border: 0; padding: 4px 0; cursor: pointer;
  }
  .cn-burger span { display: block; height: 3px; background: #00c26f; border-radius: 2px; }
  .cn-widget {
    width: 100%; max-width: none; height: auto;
    padding: 16px 16px 20px; overflow: hidden;
  }
  .cn-tabs, .cn-stack, .cn-box, .cn-rate-line, .cn-go, .cn-pro,
  .cn-dest, .cn-status, .cn-deposit {
    width: 100% !important; max-width: 100%;
  }
  .cn-tabs { height: 40px; }
  .cn-tabs button { min-width: 0; padding: 0 10px; font-size: 14px; }
  .cn-tabs .is-on {
    background: #fff; color: #1b1b1e; border: 0; font-weight: 600;
  }
  .cn-box { height: 80px; padding: 12px 14px 10px; }
  .cn-field input, .cn-out { font-size: 24px; }
  .cn-go { height: 52px; font-size: 18px; margin-top: 4px; }
  .cn-pro { font-size: 16px; height: auto; padding: 10px 0 0; margin: 8px 0 0; }
  .cn-fees-badge { margin-bottom: 12px; }
  body:not(.cn-ex-page) .cn-help { right: 12px; bottom: 76px; }
  body:not(.cn-ex-page) .cn-cookies { height: auto; padding: 0 16px 72px; }
  body:not(.cn-ex-page) .cn-cookies__box { width: 100%; max-width: 358px; height: auto; }
  .cn-tabbar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 24;
    height: 64px; background: #1b1b1e; border-top: 1px solid #2c2c30;
    align-items: center; justify-content: space-around;
  }
  .cn-tabbar a {
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    font-size: 11px; color: #9a9aa4;
  }
  .cn-tabbar a.is-on { color: #fff; }
  .cn-tabbar b { font-size: 16px; font-weight: 400; }
  .cn-drawer {
    display: flex; flex-direction: column; gap: 8px;
    position: fixed; top: 72px; right: 12px; z-index: 30;
    width: 220px; padding: 16px;
    background: #262628; border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0,0,0,.4);
  }
  .cn-drawer[hidden] { display: none; }
  .cn-drawer a { padding: 10px 8px; font-size: 16px; }
}

@media (max-width: 1100px) {
  body.cn-ex-page .cn-nav { display: flex !important; }
  body.cn-ex-page .cn-switch { display: flex !important; }
  body.cn-ex-page .cn-login { display: inline-block !important; width: 104px; margin: 0; }
  body.cn-ex-page .cn-ico { display: grid !important; }
  body.cn-ex-page .cn-burger,
  body.cn-ex-page .cn-tabbar { display: none !important; }
}

.cn-ex-page { background: #f6f4f8 !important; min-height: 100vh; color: #2b2b37; font-family: Roboto, Arial, Helvetica, sans-serif; }
main.cn-ex { padding: 58px 16px 40px; }
.cn-ex-wrap {
  width: 652px; max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.cn-ex-card {
  width: 652px; max-width: 100%;
  margin: 0;
  background: #fff; color: #333;
  border-radius: 8px;
  box-shadow: none;
  padding: 32px 40px;
}
.cn-ex-card h1 { margin: 0 0 22px; font-size: 18px; font-weight: 500; color: #6a6a7f; line-height: 27px; }
.cn-ex-tabs {
  display: flex; gap: 0; margin: 0 0 20px;
  border-bottom: 0;
}
.cn-ex-tabs button {
  flex: 1; height: 33px; border: 1px solid #eae8ed; border-right: 0;
  border-radius: 0;
  background: #fff; color: #aeb0bd; font-size: 14px; font-weight: 400; cursor: pointer;
  box-shadow: none;
}
.cn-ex-tabs button:first-child { border-radius: 4px 0 0 4px; }
.cn-ex-tabs button:last-child { border-radius: 0 4px 4px 0; border-right: 1px solid #eae8ed; }
.cn-ex-tabs .is-on {
  background: #f8f8f8; color: #2b2b37; font-weight: 400;
  box-shadow: none;
}
.cn-ex-row { margin: 0; }
.cn-ex-pair {
  display: flex; align-items: stretch;
  width: 100%; height: 70px;
  border: 1px solid #eae8ed; border-radius: 8px;
  overflow: hidden; background: #fff;
}
.cn-ex-amt {
  flex: 1; min-width: 0; position: relative;
  background: #fff; border: 0;
  border-radius: 8px 0 0 8px; padding: 0; height: 68px;
}
.cn-ex-amt label {
  position: absolute; left: 20px; top: 5px;
  color: #6a6a7f; font-size: 14px; font-weight: 400; margin: 0;
}
.cn-ex-amt input, .cn-ex-get {
  width: 100%; height: 68px; border: 0; background: transparent; outline: none;
  font-size: 24px; font-weight: 400; color: #2b2b37; letter-spacing: 0;
  padding: 17px 20px 0;
}
.cn-ex-coin {
  width: 160px; display: flex; align-items: center; gap: 8px; justify-content: flex-start;
  padding: 0 12px 0 10px; font-weight: 400; color: #333; font-size: 20px;
  background: #fff; border: 0; border-radius: 0 8px 8px 0; cursor: pointer;
}
.cn-ex-coin img { width: 21px; height: 21px; }
.cn-ex-coin b { font-weight: 400; }
.cn-ex-coin i { font-style: normal; color: #8a8a96; font-size: 10px; margin-left: auto; }
.cn-ex-mid {
  display: grid; grid-template-columns: 20px 1fr 28px;
  align-items: center; gap: 8px;
  margin: 0; height: 77px; color: #6a6a7f; font-size: 14px;
  position: relative;
}
.cn-ex-rail {
  width: 2px; height: 44px; justify-self: center;
  background: repeating-linear-gradient(#c8c8d0 0 3px, transparent 3px 7px);
  border-radius: 2px;
}
.cn-ex-mid p { margin: 0 0 2px; padding-left: 8px; text-decoration: underline; text-underline-offset: 3px; text-decoration-style: dotted; }
.cn-ex-swap {
  width: 28px; height: 28px; border-radius: 50%;
  background: #f0f0f3; color: #00c26f;
  display: grid; place-items: center; cursor: pointer; border: 0; padding: 0;
}
.cn-ex-swap svg { fill: #00c26f; }
.cn-ex-wallet { margin: 24px 0 10px; }
.cn-ex-wallet__lab { display: flex; justify-content: space-between; font-size: 16px; margin-bottom: 4px; color: #6a6a7f; font-weight: 400; }
.cn-ex-wallet__lab a { color: #6b7a99; font-weight: 400; font-size: 14px; }
.cn-ex-wallet__in { position: relative; }
.cn-ex-wallet input {
  width: 100%; height: 50px; border: 1px solid #eae8ed; border-radius: 4px;
  padding: 20px 50px 6px 16px; font-size: 17px; outline: none; background: #fff; color: #2b2b37;
}
.cn-ex-wallet input.is-ok { border-color: #00c26f; }
.cn-ex-ok {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  color: #00c26f; font-size: 18px; font-weight: 700;
}
.cn-ex-wallet input.is-ok ~ .cn-ex-scan { display: none; }
.cn-ex-scan {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  color: #00c26f; font-size: 20px; line-height: 1;
}
.cn-ex-lock {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  color: #9a9aa4; font-size: 14px;
}
.cn-ex-promo {
  margin: 10px 0 0; color: #7c4dff; font-weight: 400; font-size: 14px; cursor: pointer;
  display: flex; align-items: center; gap: 8px;
}
.cn-ex-promo img { width: 16px; height: 16px; }
.cn-ex-terms { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 20px; color: #333; margin: 38px 0 43px; }
.cn-ex-terms a { color: #00c26f; text-decoration: underline; }
.cn-ex-terms input { accent-color: #00c26f; width: 18px; height: 18px; margin-top: 1px; flex: none; }
.cn-ex-confirm {
  width: 100%; margin: 0; height: 48px; border: 0; border-radius: 8px;
  background: #00c26f; color: #fff !important; font-size: 16px; font-weight: 600; cursor: pointer;
}
.cn-ex-pro {
  margin: 16px 0 0; height: 48px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg, #0098e0 0%, #f71cf4 100%) border-box;
  color: #5a3a7a; font-weight: 600; font-size: 14px; white-space: nowrap;
}
.cn-ex-pro span { background: linear-gradient(270deg, #0098e0 0%, #f71cf4 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cn-ex-status { color: #c0392b; font-size: 13px; min-height: 1em; margin: 8px 0 0; }
.cn-ex-deposit { margin-top: 20px; text-align: center; }
.cn-ex-adv {
  display: block; width: 652px; max-width: 100%; margin: 40px auto 0; border: 0; background: transparent;
  color: #6a6a7f; font-size: 10px; letter-spacing: .08em; font-weight: 400; cursor: pointer;
  padding: 14px 0; border-top: 1px solid #eae8ed;
}
.cn-ex-adv::after { content: " ▾"; }
.cn-ex-tips { width: 572px; max-width: 100%; margin: 24px auto 0; color: #2b2b37; }
.cn-ex-tips h2 { margin: 0 0 16px; font-size: 24px; font-weight: 400; }
.cn-ex-tips__lead { margin: 16px 0 10px; font-size: 15px; font-weight: 500; color: #2b2b37; }
.cn-ex-tips p { margin: 8px 0 16px; font-size: 15px; line-height: 22px; color: #2b2b37; }
.cn-ex-tips ul { margin: 0; padding: 0; list-style: none; }
.cn-ex-tips li {
  position: relative; padding: 0 0 10px 28px;
  font-size: 15px; line-height: 22px; color: #2b2b37;
}
.cn-ex-tips li::before {
  content: ""; position: absolute; left: 0; top: 4px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #00c26f url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path fill='white' d='M4.5 8.5 2 6l.7-.7 1.8 1.8 4.8-4.8.7.7z'/></svg>") center/10px no-repeat;
}
.cn-ex-side {
  display: flex; flex-direction: column; gap: 12px;
  position: absolute; left: calc(100% + 24px); top: 48px; width: 280px;
}
.cn-ex-whale {
  position: relative; overflow: hidden;
  background: #1b1b1e; color: #fff;
  border-radius: 16px; padding: 28px 22px 22px;
}
.cn-ex-whale::after {
  content: ""; position: absolute; top: 0; right: 0;
  border: 18px solid #00c26f; border-left-color: transparent; border-bottom-color: transparent;
}
.cn-ex-whale__ico { font-size: 48px; line-height: 1; margin-bottom: 10px; }
.cn-ex-whale h2 { margin: 0 0 16px; font-size: 22px; font-weight: 600; color: #fff; }
.cn-ex-whale ul { margin: 0 0 20px; padding: 0; list-style: none; color: #c8c8d0; font-size: 14px; line-height: 1.8; }
.cn-ex-whale li { padding-left: 22px; position: relative; }
.cn-ex-whale li::before { content: "★"; position: absolute; left: 0; color: #5b8def; font-size: 12px; }
.cn-ex-whale button {
  width: 100%; height: 48px; border: 0; border-radius: 24px;
  background: #00c26f; color: #fff; font-size: 16px; font-weight: 600; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.cn-ex-whale button i {
  font-style: normal; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255,255,255,.2); display: grid; place-items: center; font-size: 12px;
}
.cn-ex-secure {
  background: #fff; color: #4a4a54;
  border: 1px solid #e6e6ec;
  border-radius: 12px; padding: 14px 14px 12px;
  font-size: 13px; line-height: 1.45;
  display: flex; flex-direction: column; gap: 8px;
}
.cn-ex-secure p { margin: 0; color: #4a4a54; }
.cn-ex-secure b { color: #00c26f; font-weight: 600; }
.cn-ex-secure__pill {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid #00c26f; color: #00c26f; border-radius: 999px;
  padding: 4px 10px; font-size: 12px; font-weight: 600;
}
.cn-await { width: 767px; max-width: 100%; margin: 0 auto; color: #2b2b37; background: transparent; }
.cn-await[hidden] { display: none; }
.cn-await h1 {
  margin: 0 0 22px; font-size: 18px; font-weight: 500; color: #6a6a7f;
  line-height: 27px; text-align: left;
}
.cn-await-panel {
  width: 767px; max-width: 100%; margin: 0;
  background: #fff; border-radius: 8px;
  padding: 0 0 28px;
  box-sizing: border-box;
  box-shadow: 0 2.4px 20px rgba(43, 43, 54, 0.07);
}
.cn-await-card {
  width: 767px; max-width: 100%; height: 264px;
  background: #fff; border: 1px solid #eae8ed; border-radius: 6px;
  box-shadow: none; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; align-items: start;
}
.cn-await-info { min-width: 0; padding: 24px 0 24px 24px; }
.cn-await-lab { color: #aeb0bd; font-size: 14px; line-height: 20px; font-weight: 400; }
.cn-await-amt {
  display: flex; align-items: center; gap: 8px;
  color: #2b2b37; font-size: 24px; font-weight: 700; line-height: 32px;
  margin: 0 0 16px;
}
.cn-await-amt em, .cn-await-addr em { font-style: normal; }
.cn-await-addr {
  display: flex; align-items: center; gap: 8px;
  color: #2b2b37; font-size: 14px; font-weight: 700; line-height: 22px;
  white-space: nowrap; overflow: visible; margin-top: 0;
}
.cn-await-addr em { overflow: visible; min-width: 0; }
.cn-await-copy {
  border: 0; background: transparent; color: #808086; cursor: pointer;
  padding: 0; width: 17px; height: 16px; flex: none;
}
.cn-await-copy svg { display: block; }
.cn-await-qrbox { padding: 21px; display: flex; flex-direction: column; align-items: center; }
.cn-await-qrtabs {
  width: 172px; height: 32px; padding: 4px; display: flex; gap: 0; margin-bottom: 8px;
}
.cn-await-qrtabs button {
  width: 81px; height: 22px; border: 0; border-radius: 4px;
  background: #fff; color: #6a6a7f; font-size: 10px; font-weight: 400;
  padding: 6px 8px; cursor: pointer; line-height: 14px;
}
.cn-await-qrtabs .is-on { background: #f6f4f8; color: #2b2b37; }
.cn-await-qr { width: 172px; height: 172px; background: #fff; position: relative; }
.cn-await-qr svg, .cn-await-qr canvas { width: 172px; height: 172px; }
.cn-await-qr img.cn-await-coin {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 28px; height: 28px; background: #fff; border-radius: 50%;
  box-shadow: 0 0 0 4px #fff; padding: 2px;
}
.cn-await-steps {
  list-style: none; margin: 35px 0 35px; padding: 0;
  display: flex; width: 767px; max-width: 100%; height: 96px;
  position: relative;
}
.cn-await-steps::before {
  content: ""; position: absolute; left: 96px; right: 96px; top: 24px;
  height: 1px; background: #eae8ed; z-index: 0;
}
.cn-await-steps li {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  gap: 11px; padding-top: 10px;
  color: #aeb0bd; font-size: 16px; line-height: 26px; font-weight: 400;
  position: relative; z-index: 1;
}
.cn-await-steps i {
  width: 20px; height: 20px; border-radius: 50%; background: #eae8ed; display: block;
}
.cn-await-spin { width: 29px; height: 29px; display: block; }
.cn-await-steps .is-on { color: #00c26f; }
.cn-await-sum {
  width: 767px; max-width: 100%; min-height: 120px; margin: 0;
  padding: 0 24px; box-sizing: border-box;
  color: #2b2b37;
}
.cn-await-sum span { display: block; font-size: 15px; font-weight: 400; line-height: 21px; color: #2b2b37; }
.cn-await-sum b { display: block; font-size: 18px; font-weight: 400; line-height: 25px; margin: 0 0 15px; }
.cn-await-mail {
  width: 767px; max-width: 100%; margin: 32px auto 0;
  min-height: 200px; height: auto; box-sizing: border-box;
  background: #fff; border-radius: 12px; padding: 32px 40px;
  box-shadow: 0 2.4px 20px rgba(43, 43, 54, 0.07);
  display: flex; align-items: center;
}
.cn-await-mail__ico {
  width: 112px; height: 86px; flex: none; padding-right: 32px;
  display: grid; place-items: center; background: transparent;
}
.cn-await-mail__ico svg { width: 60px; height: 65px; }
.cn-await-mail label input { accent-color: #00c26f; width: 16px; height: 16px; margin-right: 8px; }
.cn-await-mail__right { flex: 1; min-width: 0; }
.cn-await-mail p { margin: 0 0 5px; font-weight: 500; font-size: 14px; line-height: 20px; color: #2b2b37; }
.cn-await-mail__row { display: flex; gap: 16px; align-items: center; }
.cn-await-mail input[type="email"] {
  flex: 1; min-width: 0; width: auto; height: 50px; border: 1px solid #eae8ed; border-radius: 8px;
  padding: 20px 16px 6px; background: #fff; color: #2b2b37; font-size: 17px; line-height: 22px;
}
.cn-await-mail button {
  width: 168px; height: 50px; padding: 0 16px; border: 0; border-radius: 8px;
  background: #00c26f; color: #fff !important; font-size: 18px; font-weight: 700; cursor: pointer;
}
.cn-await-mail label { display: block; margin-top: 12px; color: #333; font-size: 14px; line-height: 17px; }
.cn-ex-page.is-await .cn-top,
.cn-ex-page.is-await .cn-drawer,
.cn-ex-page.is-await .cn-ex-wrap,
.cn-ex-page.is-await .cn-ex-adv,
.cn-ex-page.is-await .cn-cookies,
.cn-ex-page.is-await .cn-help { display: none; }
.cn-ex-page.is-await main.cn-ex { padding: 30px 16px 40px; }
@media (max-width: 1100px) {
  .cn-ex-page.is-await main.cn-ex { padding: 53px 16px 40px; }
}
.cn-ex-page.is-await .cn-ex-tips {
  width: 767px; max-width: 100%; margin: 32px auto 0;
  background: #fff; border-radius: 8px; padding: 40px 48px;
  box-sizing: border-box;
  box-shadow: 0 2.4px 20px rgba(43, 43, 54, 0.07);
}
.cn-ex-page.is-await .cn-ex-tips h2 { font-size: 28px; line-height: 36px; margin: 0 0 20px; }
.cn-ex-page.is-await .cn-ex-tips li,
.cn-ex-page.is-await .cn-ex-tips p { font-size: 16px; line-height: 26px; }
.cn-ex-page .cn-modal { place-items: center; background: rgba(43, 43, 54, 0.45); }
.cn-ex-page .cn-modal__box { background: #fff; color: #2b2b37; }
.cn-ex-page .cn-modal__head input { background: #f6f4f8; border-color: #eae8ed; color: #2b2b37; }
.cn-ex-page .cn-modal__head button { color: #6a6a7f; }
.cn-ex-page .cn-coin { color: #2b2b37; }
.cn-ex-page .cn-coin:hover, .cn-ex-page .cn-coin.is-on { background: #f6f4f8; }
.cn-ex-page .cn-coin small { color: #6a6a7f; }
@media (max-width: 640px) {
  .cn-await-card { grid-template-columns: 1fr; height: auto; }
  .cn-await-steps { height: auto; flex-wrap: wrap; }
  .cn-await-mail { width: 100%; margin-left: 0; height: auto; flex-wrap: wrap; }
}
.cn-ex-page .cn-cookies {
  z-index: 40; height: 88px; background: transparent; padding: 0;
  align-items: flex-start; justify-content: center;
}
.cn-ex-page .cn-cookies__box {
  width: 695px; height: 68px; background: #e5e5e9;
  box-shadow: none;
}
.cn-help--ex { bottom: 24px; }

.cn-foot {
  background: #1b1b1e; color: #aeb0bd;
  padding: 48px 48px 100px; margin-top: 48px;
  font-size: 14px; line-height: 1.6;
}
.cn-foot a { color: #aeb0bd; }
.cn-foot a:hover { color: #fff; }
.cn-foot__apps {
  max-width: 1280px; margin: 0 auto 36px;
  font-size: 22px; font-weight: 500; color: #fff;
}
.cn-foot__grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px 32px;
}
.cn-foot h3 { margin: 0 0 12px; font-size: 16px; font-weight: 500; color: #fff; }
.cn-foot ul { margin: 0; padding: 0; list-style: none; }
.cn-foot li { margin: 0 0 8px; }
.cn-foot__trust {
  max-width: 1280px; margin: 32px auto 0; color: #aeb0bd; font-size: 14px;
}
.cn-foot__legal {
  max-width: 1280px; margin: 40px auto 0; padding-top: 24px;
  border-top: 1px solid #2c2c30; font-size: 12px; color: #8a8a96;
}
.cn-foot__legal a { color: #00c26f; }

.cn-ex-side { display: none; }
@media (min-width: 1440px) {
  .cn-ex-side { display: flex; }
}
@media (max-width: 1100px) {
  .cn-foot__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  main.cn-ex { padding: 24px 16px 80px; }
  .cn-ex-wrap, .cn-ex-card, .cn-ex-tips { width: 100%; }
  .cn-ex-card { padding: 24px 16px; }
  .cn-await-panel { width: 100%; margin-left: 0; padding: 0 0 16px; }
  .cn-ex-page.is-await .cn-ex-tips { width: 100%; padding: 24px 16px; }
  .cn-ex-tabs { flex-wrap: nowrap; }
  .cn-ex-tabs button { font-size: 12px; padding: 0 6px; }
  .cn-ex-coin { width: 120px; }
  .cn-ex-page .cn-help { bottom: 16px; }
  .cn-foot { padding: 32px 16px 90px; }
  .cn-foot__grid { grid-template-columns: 1fr 1fr; }
}
