:root {
  --blank-accent: #01f0a6;
  --blank-ink: #f8fbff;
  --blank-card: rgba(255, 255, 255, 0.075);
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

a,
button,
.button,
.tab-btn,
.pay-option,
.service-card,
.service-card-1,
.plat-card,
.toggle-button,
#create-order,
.el-buy-right-button,
[data-route] {
  cursor: pointer;
}

header nav a {
  position: relative;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

header nav a:hover,
header nav a.blank-active {
  color: var(--blank-accent) !important;
}

header nav a.blank-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--blank-accent), transparent);
}

.blank-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  max-width: min(420px, calc(100vw - 32px));
  padding: 15px 18px;
  border: 1px solid rgba(1, 240, 166, 0.38);
  border-radius: 18px;
  background: rgba(4, 12, 24, 0.92);
  color: var(--blank-ink);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.blank-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.blank-inline-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 80px auto 32px;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
  font-family: Inter, Arial, sans-serif;
}

.blank-inline-footer a {
  color: var(--blank-accent);
  text-decoration: none;
}

.blank-form-note {
  margin-top: 12px;
  color: var(--blank-accent);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
}

.blank-header {
  width: min(1120px, calc(100vw - 32px)) !important;
  min-height: 76px;
  margin: 20px auto 0 !important;
  padding: 0 18px !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center !important;
  gap: 22px !important;
  position: relative;
  z-index: 40;
  background: rgba(5, 8, 14, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  backdrop-filter: blur(14px);
}

.blank-logo-link {
  width: 92px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.blank-logo-link img {
  width: 92px !important;
  height: auto !important;
  object-fit: contain;
}

.blank-header nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(18px, 4vw, 56px) !important;
  min-width: 0;
}

.blank-header nav a {
  color: rgba(255, 255, 255, 0.92) !important;
  font: 800 16px/1 Inter, Arial, sans-serif !important;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  white-space: nowrap;
}

.blank-header .blank-login {
  width: auto !important;
  min-width: 120px;
  height: 44px !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #f5f5f5 !important;
  color: #050505 !important;
  font: 600 15px/1 Inter, Arial, sans-serif !important;
}

.blank-header .burger,
.blank-header .nav-close {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.blank-header .burger {
  display: none !important;
}

.blank-header .nav-close {
  display: none !important;
}

.blank-pricing-plans,
.blank-invest-page {
  position: relative;
  color: #f8fbff;
  font-family: Inter, Arial, sans-serif;
}

.blank-pricing-plans {
  width: min(1120px, calc(100% - 32px));
  margin: 96px auto 40px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 34px;
  background: radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.13), transparent 44%),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 12px 42px rgba(255, 255, 255, 0.04), 0 24px 80px rgba(0, 0, 0, 0.28);
}

.blank-kicker {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.68);
  font: 800 13px/1.2 Inter, Arial, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.blank-pricing-plans h2,
.blank-invest-page h1,
.blank-invest-page h2 {
  margin: 0;
  font-family: "Nunito Sans", Inter, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blank-pricing-plans h2 {
  font-size: clamp(30px, 5vw, 64px);
  line-height: 0.95;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.32);
}

.blank-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.blank-plan-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 8px 30px rgba(255, 255, 255, 0.04);
}

.blank-plan-card.is-featured {
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-10px);
}

.blank-plan-card span {
  display: block;
  color: #fff;
  font: 900 20px/1 Inter, Arial, sans-serif;
  text-transform: uppercase;
}

.blank-plan-card h3 {
  margin: 18px 0 14px;
  color: #cfcfcf;
  font: 800 22px/1.1 "Nunito Sans", Inter, Arial, sans-serif;
  text-transform: uppercase;
}

.blank-plan-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: #8f8f8f;
  font-size: 14px;
}

.blank-plan-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 999px;
  background: #f0f0f0;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.55);
}

.blank-plan-card button,
.blank-invest-cta,
.blank-login-submit {
  min-height: 40px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: #f3f3f3;
  color: #050505;
  font: 800 14px/1 Inter, Arial, sans-serif;
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.34);
}

.blank-invest-page {
  min-height: 100vh;
  overflow: hidden;
  background: #050000;
}

.blank-invest-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 9%, rgba(255, 255, 255, 0.12), transparent 23%),
    radial-gradient(circle at 72% 36%, rgba(255, 255, 255, 0.12), transparent 26%),
    url("/assets/img/bg-main-03.png") center top / cover no-repeat,
    #050000;
  filter: saturate(0.45);
}

.blank-invest-hero,
.blank-invest-section,
.blank-reward-card,
.blank-login-shell {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.blank-invest-hero {
  padding: clamp(64px, 9vw, 128px) 0 48px;
}

.blank-invest-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 8vw, 96px);
  line-height: 0.92;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.32);
}

.blank-invest-hero p {
  max-width: 560px;
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
}

.blank-invest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  overflow: hidden;
}

.blank-invest-grid div {
  min-height: 110px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.025);
}

.blank-invest-grid div:nth-child(4n) {
  border-right: 0;
}

.blank-invest-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #f2f2f2;
  font-size: 16px;
  text-transform: uppercase;
}

.blank-invest-grid span {
  color: #8d8d8d;
  font-size: 13px;
  line-height: 1.45;
}

.blank-asset-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 42px auto;
}

.blank-asset-card {
  min-height: 164px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  text-align: center;
  box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.04);
}

.blank-asset-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.3));
}

.blank-asset-card span {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  text-transform: uppercase;
}

.blank-reward-card {
  margin-top: 40px;
  margin-bottom: 72px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
}

.blank-reward-controls {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 14px;
  margin: 22px 0;
}

.blank-reward-controls label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  text-transform: uppercase;
}

.blank-reward-controls input,
.blank-reward-controls select,
.blank-login-form input {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.38);
  color: #fff;
  outline: none;
}

.blank-reward-result {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  color: rgba(255, 255, 255, 0.76);
}

.blank-reward-result strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 5vw, 54px);
}

.blank-login-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 76% 24%, rgba(255, 255, 255, 0.12), transparent 28%),
    url("/assets/img/bg-01-reg.png") left center / cover no-repeat,
    #050000;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
}

.blank-login-shell {
  min-height: calc(100vh - 118px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 520px);
  align-items: center;
  gap: clamp(34px, 7vw, 92px);
  padding: 54px 0;
}

.blank-login-copy h1 {
  max-width: 620px;
  margin: 0;
  font: 900 clamp(42px, 6.2vw, 78px)/0.92 "Nunito Sans", Inter, Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.36);
}

.blank-login-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 18px;
  line-height: 1.6;
}

.blank-login-card {
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 12px 48px rgba(255, 255, 255, 0.045), 0 30px 100px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.blank-login-card h2 {
  margin: 0 0 10px;
  color: #fff;
  font: 900 30px/1.1 "Nunito Sans", Inter, Arial, sans-serif;
  text-transform: uppercase;
}

.blank-login-card p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.55);
}

.blank-login-form {
  display: grid;
  gap: 16px;
}

.blank-login-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  text-transform: uppercase;
}

.blank-login-links {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  font-size: 13px;
}

.blank-login-links a {
  color: #f0f0f0;
}

@media (max-width: 900px) {
  .blank-header {
    width: calc(100vw - 24px) !important;
    min-height: 68px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin-top: 12px !important;
    padding: 0 14px !important;
  }

  .blank-header .burger {
    display: inline-flex !important;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
  }

  .blank-header .burger img {
    width: 28px;
    height: auto;
  }

  .blank-header .blank-login {
    display: none !important;
  }

  .blank-header nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(82vw, 320px);
    min-height: 100vh;
    padding: 86px 28px 28px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 24px !important;
    background: rgba(2, 4, 8, 0.96);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateX(105%);
    transition: transform 200ms ease;
    z-index: 80;
  }

  .blank-header.nav-open nav {
    transform: translateX(0);
  }

  .blank-header .nav-close {
    display: inline-flex !important;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 32px;
    height: 32px;
  }

  .nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 70;
    background: rgba(0, 0, 0, 0.58);
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease;
  }

  .blank-header.nav-open + .nav-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .blank-plan-grid,
  .blank-asset-row,
  .blank-invest-grid,
  .blank-login-shell,
  .blank-reward-controls,
  .blank-reward-result {
    grid-template-columns: 1fr;
  }

  .blank-plan-card.is-featured {
    transform: none;
  }

  .blank-invest-grid div {
    min-height: 0;
    border-right: 0;
  }

  .blank-login-shell {
    min-height: auto;
    padding-top: 42px;
  }

  .right-block {
    width: 100% !important;
    min-width: 0;
  }

  .left-bar {
    min-width: 0;
  }

  .blank-inline-footer {
    flex-direction: column;
    margin-top: 48px;
  }
}


/* Unified BLANK look based on the Company mobile frame. */
.blank-page {
  min-height: 100vh;
  background: #050000;
  color: #f5f5f5;
  font-family: Inter, Arial, sans-serif;
}

.blank-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 24% 10%, rgba(255,255,255,0.16), transparent 22%),
    radial-gradient(circle at 78% 34%, rgba(255,255,255,0.12), transparent 30%),
    radial-gradient(circle at 40% 78%, rgba(255,255,255,0.08), transparent 28%),
    url("/assets/img/bg-main-03.png") center top / cover no-repeat,
    #050000;
  filter: saturate(0.4);
}

.blank-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.28), rgba(0,0,0,0.02));
}

.blank-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 92px) 0 74px;
}

.blank-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.blank-hero-copy h1,
.blank-section-title {
  margin: 0;
  font-family: "Nunito Sans", Inter, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  text-shadow: 0 0 30px rgba(255,255,255,0.34);
}

.blank-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(44px, 8vw, 100px);
  line-height: 0.92;
}

.blank-hero-copy p {
  max-width: 620px;
  margin: 22px 0 30px;
  color: rgba(255,255,255,0.66);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
}

.blank-section-title {
  font-size: clamp(28px, 5vw, 58px);
  line-height: 1;
}

.blank-glass-card,
.blank-stat-card,
.blank-form-card,
.blank-market-card {
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.095), rgba(255,255,255,0.028));
  box-shadow: inset 0 10px 48px rgba(255,255,255,0.045), 0 24px 80px rgba(0,0,0,0.36);
  backdrop-filter: blur(18px);
}

.blank-glass-card {
  padding: clamp(24px, 4vw, 38px);
  border-radius: 32px;
}

.blank-glass-card h2,
.blank-market-card h2 {
  margin: 0 0 14px;
  font: 900 30px/1.05 "Nunito Sans", Inter, Arial, sans-serif;
  text-transform: uppercase;
}

.blank-mini-list {
  display: grid;
  gap: 13px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,0.64);
}

.blank-mini-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: #f1f1f1;
  box-shadow: 0 0 16px rgba(255,255,255,0.55);
}

.blank-section {
  margin-top: clamp(58px, 9vw, 112px);
}

.blank-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.blank-card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blank-stat-card {
  min-height: 190px;
  padding: 24px;
  border-radius: 28px;
}

.blank-stat-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font: 900 22px/1.08 "Nunito Sans", Inter, Arial, sans-serif;
  text-transform: uppercase;
}

.blank-stat-card p {
  margin: 0;
  color: rgba(255,255,255,0.58);
  line-height: 1.55;
}

.blank-icon-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.blank-icon-row img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255,255,255,0.25));
}

.blank-market-card {
  padding: 26px;
  border-radius: 32px;
}

.blank-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.blank-field,
.blank-form-card label {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blank-field input,
.blank-field select,
.blank-form-card input,
.blank-form-card textarea,
.blank-form-card select {
  min-height: 46px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 15px;
  background: rgba(0,0,0,0.42);
  color: #fff;
  outline: none;
}

.blank-form-card textarea {
  min-height: 110px;
  padding-top: 14px;
  resize: vertical;
}

.blank-form-card {
  padding: clamp(24px, 4vw, 40px);
  border-radius: 32px;
}

.blank-form-card form {
  display: grid;
  gap: 16px;
}

.blank-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.blank-secondary-link {
  color: rgba(255,255,255,0.8);
  font-weight: 800;
}

.blank-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.blank-pill {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  color: rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.04);
  font-size: 13px;
}

.blank-sky {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.blank-header,
.blank-shell,
.blank-footer {
  position: relative;
  z-index: 2;
}

.blank-footer {
  width: min(1120px, calc(100% - 32px));
  margin: clamp(56px, 8vw, 96px) auto 32px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 34px;
  color: rgba(255,255,255,0.72);
  background:
    linear-gradient(180deg, rgba(150,150,150,0.20), rgba(92,92,92,0.11)),
    rgba(118,118,118,0.16);
  box-shadow: inset 0 8px 48px rgba(255,255,255,0.035), 0 24px 80px rgba(0,0,0,0.28);
  backdrop-filter: blur(18px);
  font-family: Inter, Arial, sans-serif;
}

.blank-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 46px);
}

.blank-footer-brand {
  display: grid;
  gap: 14px;
}

.blank-footer-logo {
  width: 82px;
  height: auto;
  filter: drop-shadow(0 0 16px rgba(255,255,255,0.18));
}

.blank-footer-title {
  margin: 0;
  color: #fff;
  font: 900 18px/1 "Nunito Sans", Inter, Arial, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blank-footer p {
  margin: 0;
  color: rgba(255,255,255,0.56);
  line-height: 1.55;
}

.blank-footer h3 {
  margin: 0 0 14px;
  color: #f3f3f3;
  font: 900 13px/1 Inter, Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blank-footer a {
  display: block;
  margin: 10px 0;
  color: rgba(255,255,255,0.66);
  text-decoration: none;
}

.blank-footer a:hover {
  color: #fff;
}

.blank-footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.45);
  font-size: 13px;
}

.blank-footer.blank-webflow-footer {
  padding: clamp(24px, 4vw, 40px);
  color: rgba(255,255,255,0.72);
}

.blank-webflow-footer .container {
  width: 100%;
}

.blank-webflow-footer .footer_wraper {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
}

.blank-webflow-footer .footer-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 18px;
}

.blank-webflow-footer .footer_menu_column,
.blank-webflow-footer .footer_row,
.blank-webflow-footer .footer_row_legal {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  background: rgba(255,255,255,0.035);
}

.blank-webflow-footer .footer_column_heading {
  margin-bottom: 14px;
  color: #fff;
  font: 900 12px/1.15 Inter, Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blank-webflow-footer .footer_menu_link,
.blank-webflow-footer .footer_copiright_link {
  display: inline-flex;
  width: fit-content;
  margin: 8px 0;
  color: rgba(255,255,255,0.64);
  font-size: 14px;
  line-height: 1.35;
}

.blank-webflow-footer .footer_menu_link span {
  color: rgba(255,255,255,0.36);
}

.blank-webflow-footer .footer_licence_blcock,
.blank-webflow-footer .footer_payment,
.blank-webflow-footer .div-block-175 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.blank-webflow-footer .footer_licence_blcock img {
  width: auto;
  height: 50px;
  max-width: 190px;
  object-fit: contain;
}

.blank-webflow-footer .footer-eu-pill,
.blank-webflow-footer .footer_payment_img {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
}

.blank-webflow-footer .footer-eu-pill {
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,0.74);
  font: 800 12px/1 Inter, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blank-webflow-footer .footer_payment_img {
  width: auto;
  max-width: 92px;
  height: 38px;
  object-fit: contain;
}

.blank-webflow-footer .footer_row_legal {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}

.blank-webflow-footer .footer_legal {
  display: grid;
  gap: 12px;
}

.blank-webflow-footer .footer_copyright {
  color: rgba(255,255,255,0.48);
  font-size: 12px;
  line-height: 1.55;
}

.blank-webflow-footer .footer_company_line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 820px;
}

.blank-webflow-footer .footer_company_line img {
  width: 25px;
  min-width: 25px;
  border-radius: 4px;
}

.blank-webflow-footer .cookies_bar {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  max-width: min(520px, calc(100vw - 36px));
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  background: rgba(22,22,22,0.88);
  box-shadow: 0 20px 70px rgba(0,0,0,0.45);
  backdrop-filter: blur(18px);
}

.blank-webflow-footer .cookies_bar[hidden] {
  display: none !important;
}

.blank-webflow-footer .flex-block {
  display: flex;
  gap: 14px;
  align-items: center;
}

.blank-webflow-footer .text_small {
  color: rgba(255,255,255,0.62);
  font-size: 12px;
  line-height: 1.45;
}

.blank-webflow-footer .button-primary.small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 38px;
  margin: 0;
  border-radius: 999px;
  color: #050505;
  background: #fff;
  font: 900 12px/1 Inter, Arial, sans-serif;
  text-decoration: none;
}

@media (max-width: 900px) {
  .blank-shell {
    width: calc(100% - 32px);
    padding-top: 38px;
  }

  .blank-hero-grid,
  .blank-card-grid,
  .blank-card-grid.two,
  .blank-field-grid {
    grid-template-columns: 1fr;
  }

  .blank-hero-copy h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .blank-glass-card,
  .blank-market-card,
  .blank-form-card {
    border-radius: 28px;
  }

  .blank-footer-grid {
    grid-template-columns: 1fr;
  }

  .blank-footer-bottom {
    flex-direction: column;
  }

  .blank-webflow-footer .footer-menu,
  .blank-webflow-footer .footer_row_legal {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .blank-webflow-footer .flex-block {
    align-items: stretch;
    flex-direction: column;
  }
}


/* Body rollback toward the "empty file" BLANK direction. Header and live background stay untouched. */
.empty-file-page {
  --empty-panel: rgba(255,255,255,0.052);
  --empty-panel-strong: rgba(255,255,255,0.105);
  --empty-line: rgba(255,255,255,0.14);
  --empty-line-strong: rgba(255,255,255,0.28);
  --empty-text: #f7f7f2;
  --empty-muted: rgba(247,247,242,0.64);
  --empty-faint: rgba(247,247,242,0.38);
  --empty-orange: #f5a433;
  --empty-blue: #9ab8ff;
  --empty-green: #92ffc5;
}

.empty-shell {
  width: min(1180px, calc(100% - 40px));
  padding-top: 28px;
  color: var(--empty-text);
  font-family: "Inter", "Nunito Sans", Arial, sans-serif;
  letter-spacing: -0.02em;
}

.empty-shell a {
  color: inherit;
}

.empty-page-shell,
.empty-mini-card,
.empty-pricing-block,
.empty-calculator-block,
.empty-trade-form,
.empty-auth-form,
.empty-contact-card,
.empty-faq-list details {
  position: relative;
  border: 1px solid var(--empty-line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.026)),
    rgba(5,5,5,0.76);
  box-shadow: 0 34px 110px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.095);
  overflow: hidden;
}

.empty-page-shell::before,
.empty-pricing-block::before,
.empty-calculator-block::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 62% 0%, rgba(255,255,255,0.16), transparent 18rem),
    linear-gradient(135deg, transparent, rgba(255,255,255,0.04), transparent);
}

.empty-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 690px;
  padding: clamp(34px, 7vw, 74px);
}

.empty-copy,
.empty-visual,
.empty-split > *,
.empty-auth > * {
  position: relative;
  z-index: 1;
}

.empty-kicker {
  margin: 0;
  color: var(--empty-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.empty-copy h1,
.empty-section-heading h2,
.empty-auth h1,
.empty-copy h2 {
  margin: 0;
  text-transform: uppercase;
}

.empty-copy h1,
.empty-auth h1 {
  max-width: 790px;
  margin-top: 14px;
  font-size: clamp(3.7rem, 8.8vw, 7.7rem);
  line-height: 0.82;
  letter-spacing: -0.115em;
}

.empty-copy h2,
.empty-section-heading h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.9;
  letter-spacing: -0.09em;
}

.empty-lead,
.empty-copy p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--empty-muted);
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  line-height: 1.62;
}

.empty-actions,
.empty-metric-row,
.empty-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.empty-actions {
  margin-top: 30px;
}

.empty-button,
.empty-form-button,
.empty-plan em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid var(--empty-line);
  border-radius: 999px;
  color: var(--empty-text);
  background: rgba(255,255,255,0.065);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.empty-button.primary,
.empty-form-button,
.empty-plan em {
  color: #050505;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 30px rgba(255,255,255,0.16);
}

.empty-button:hover,
.empty-mini-card:hover,
.empty-plan:hover {
  transform: translateY(-2px);
}

.empty-metric-row {
  margin-top: 32px;
}

.empty-metric-row span,
.empty-pill {
  border: 1px solid var(--empty-line);
  color: var(--empty-muted);
  background: rgba(255,255,255,0.045);
}

.empty-metric-row span {
  min-width: 110px;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 0.8rem;
}

.empty-metric-row b {
  display: block;
  color: var(--empty-text);
  font-size: 1.3rem;
  letter-spacing: -0.07em;
}

.empty-visual {
  display: grid;
  place-items: center;
  min-height: 530px;
}

.empty-visual::before {
  content: "";
  position: absolute;
  width: min(34vw, 380px);
  height: min(34vw, 380px);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255,255,255,0.28), transparent 42%),
    conic-gradient(from 40deg, transparent, rgba(255,255,255,0.16), transparent);
  filter: blur(8px);
  opacity: 0.86;
}

.empty-orbital-card {
  position: relative;
  z-index: 1;
  width: min(100%, 370px);
  padding: 18px;
  border: 1px solid var(--empty-line-strong);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.16), transparent 13rem),
    rgba(8,8,8,0.84);
  box-shadow: 0 30px 90px rgba(0,0,0,0.74), inset 0 1px 0 rgba(255,255,255,0.14);
  backdrop-filter: blur(18px);
}

.empty-orbital-top,
.empty-widget label,
.empty-calc-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.empty-orbital-top {
  color: var(--empty-muted);
  font-size: 0.76rem;
}

.empty-orbital-top b,
.empty-visual-pill {
  color: #050505;
  background: #fff;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 900;
}

.empty-orbital-top b {
  padding: 5px 9px;
}

.empty-coin-stack {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 54px 0;
}

.empty-coin {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid var(--empty-line);
  border-radius: 20px;
  color: #050505;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(0,0,0,0.45);
}

.empty-coin.btc { background: var(--empty-orange); }
.empty-coin.eth { background: #fff; }
.empty-coin.usd { background: var(--empty-blue); }

.empty-widget,
.empty-trade-form,
.empty-auth-form,
.empty-contact-card,
.empty-faq-list {
  display: grid;
  gap: 13px;
}

.empty-widget label,
.empty-field-box {
  padding: 12px;
  border: 1px solid var(--empty-line);
  border-radius: 16px;
  background: rgba(255,255,255,0.055);
}

.empty-widget span,
.empty-trade-form label span,
.empty-auth-form label span,
.empty-calc-card label span {
  color: var(--empty-muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.empty-visual-pill {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 14px;
  padding: 8px 14px;
}

.empty-section-grid,
.empty-plans,
.empty-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.empty-section-grid {
  margin-top: 14px;
}

.empty-mini-card {
  display: grid;
  gap: 14px;
  min-height: 210px;
  padding: 24px;
  text-decoration: none;
}

.empty-card-index,
.empty-plan small {
  color: var(--empty-faint);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.empty-mini-card strong {
  max-width: 290px;
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 0.98;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.empty-mini-card p,
.empty-plan span,
.empty-faq-list p,
.empty-switch-line {
  margin: 0;
  color: var(--empty-muted);
  font-size: 0.85rem;
  line-height: 1.48;
}

.empty-pricing-block,
.empty-calculator-block {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: center;
  margin-top: 14px;
  padding: 28px;
}

.empty-plan {
  min-height: 190px;
  padding: 16px;
  border: 1px solid var(--empty-line);
  border-radius: 22px;
  background: rgba(255,255,255,0.045);
  text-decoration: none;
}

.empty-plan.featured {
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.16), transparent 9rem), rgba(255,255,255,0.085);
}

.empty-plan strong {
  display: block;
  margin-top: 34px;
  font-size: 2rem;
  letter-spacing: -0.09em;
}

.empty-calc-card,
.empty-trade-form,
.empty-auth-form,
.empty-contact-card,
.empty-faq-list details {
  padding: 18px;
  border: 1px solid var(--empty-line);
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.empty-calc-card label,
.empty-trade-form label,
.empty-auth-form label {
  display: grid;
  gap: 8px;
}

.empty-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.empty-input-row strong {
  padding: 0 10px;
  color: var(--empty-faint);
  font-size: 0.72rem;
}

.empty-trade-form input,
.empty-auth-form input,
.empty-auth-form textarea,
.empty-trade-form select,
.empty-auth-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--empty-line);
  border-radius: 14px;
  outline: none;
  padding: 0 14px;
  color: var(--empty-text);
  background: rgba(0,0,0,0.34);
}

.empty-auth-form textarea {
  min-height: 110px;
  padding-top: 12px;
  resize: vertical;
}

.empty-split,
.empty-auth {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 44px;
  align-items: center;
  min-height: 650px;
  padding: clamp(34px, 6vw, 70px);
}

.empty-asset-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--empty-line);
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
}

.empty-asset-panel span {
  display: grid;
  height: 140px;
  place-items: center;
  border-radius: 22px;
  color: #050505;
  background: #fff;
  font-size: 2rem;
  font-weight: 900;
}

.empty-asset-panel span:nth-child(1) { background: var(--empty-orange); }
.empty-asset-panel span:nth-child(3) { background: var(--empty-blue); }

.empty-auth {
  align-content: center;
}

.empty-auth h1 {
  font-size: clamp(3.2rem, 8vw, 6rem);
}

.empty-auth-form,
.empty-contact-card,
.empty-faq-list {
  max-width: 460px;
  margin-top: 28px;
}

.empty-contact-card a {
  padding: 13px;
  border-radius: 15px;
  color: #fff;
  background: rgba(255,255,255,0.06);
  text-decoration: none;
}

.empty-faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

/* Footer CSS is scoped from the archived Swaps Webflow stylesheet. */
.blank-webflow-footer {
  --color--black: #050505;
  --color--white: #fff;
  --background-white: #fff;
  --font-family--descriptor: Inter, Arial, sans-serif;
  --font-size--text-small: .75rem;
  --font-size--paragraph-small: .875rem;
  width: min(1168px, calc(100% - 32px));
  margin: clamp(56px, 8vw, 96px) auto 0;
  padding: 2rem 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.10);
  border-radius: 0;
  color: var(--color--white);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.blank-webflow-footer .w-container,
.blank-webflow-footer.container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.blank-webflow-footer .container {
  width: 100%;
  max-width: 1168px;
}

.blank-webflow-footer .footer_wraper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blank-webflow-footer .footer-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blank-webflow-footer .footer_column_heading {
  opacity: .3;
  margin: 0;
  font-family: var(--font-family--descriptor);
  font-size: var(--font-size--text-small);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 100%;
}

.blank-webflow-footer .footer_menu_column {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  display: flex;
}

.blank-webflow-footer .footer_menu_link {
  color: var(--color--white);
  opacity: .7;
  margin: 0;
  font-size: .95rem;
  line-height: 1.25;
  text-decoration: none;
  transition: opacity .2s;
}

.blank-webflow-footer .footer_menu_link:hover {
  opacity: 1;
}

.blank-webflow-footer .footer_row {
  grid-column-gap: 11rem;
  grid-row-gap: 11rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blank-webflow-footer .div-block-71 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blank-webflow-footer .footer_licence_blcock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.blank-webflow-footer .image-153 {
  height: 3rem;
}

.blank-webflow-footer .footer_payment {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blank-webflow-footer .footer_payment_img {
  opacity: .5;
  filter: invert() grayscale();
  object-fit: cover;
  height: 1rem;
  width: auto;
  transition: all .2s;
}

.blank-webflow-footer .footer_payment_img:hover {
  opacity: 1;
}

.blank-webflow-footer .footer_row_legal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #000;
  border-top-color: rgba(255,255,255,.1);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.blank-webflow-footer .footer_legal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blank-webflow-footer .footer_copyright {
  opacity: .4;
  color: var(--color--white);
  font-size: var(--font-size--paragraph-small);
  line-height: 1.45;
}

.blank-webflow-footer .footer_copyright img {
  margin-right: .5rem;
  vertical-align: middle;
}

.blank-webflow-footer .div-block-175 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.blank-webflow-footer .footer_copiright_link {
  opacity: .4;
  color: var(--color--white);
  font-size: var(--font-size--paragraph-small);
  letter-spacing: -.02rem;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  transition: all .2s;
}

.blank-webflow-footer .footer_copiright_link:hover,
.blank-webflow-footer .footer_copiright_link:visited {
  opacity: 1;
}

.blank-webflow-footer .cookies_bar {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color--black);
  color: var(--color--white);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: auto 0 2.5rem;
  box-shadow: 0 8px 34px rgba(0,0,0,.14);
}

.blank-webflow-footer .cookies_bar:not([hidden]) {
  display: flex !important;
}

.blank-webflow-footer .cookies_bar[hidden] {
  display: none !important;
}

.blank-webflow-footer .text_small {
  opacity: .8;
  font-size: .875rem;
  line-height: 1.45;
}

.blank-webflow-footer .flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.blank-webflow-footer .button-primary.small {
  color: #050505;
  white-space: nowrap;
  background: #fff;
  border-radius: 999px;
  padding: .75rem 1rem;
  font-weight: 800;
  text-decoration: none;
}

.blank-webflow-footer .mindbox_script,
.blank-webflow-footer .cookies_script {
  display: none;
}

@media (max-width: 900px) {
  .empty-shell {
    width: min(430px, calc(100% - 28px));
    padding-top: 18px;
  }

  .empty-hero,
  .empty-split,
  .empty-auth,
  .empty-pricing-block,
  .empty-calculator-block {
    grid-template-columns: 1fr;
  }

  .empty-hero {
    min-height: auto;
    padding: 28px 18px 20px;
  }

  .empty-copy h1 {
    font-size: clamp(2.55rem, 14vw, 4.2rem);
  }

  .empty-visual {
    min-height: 360px;
  }

  .empty-section-grid,
  .empty-plans,
  .empty-card-grid {
    grid-template-columns: 1fr;
  }

  .empty-mini-card,
  .empty-plan {
    min-height: 150px;
  }

  .blank-webflow-footer {
    width: calc(100% - 32px);
  }

  .blank-webflow-footer .footer-menu,
  .blank-webflow-footer .footer_row,
  .blank-webflow-footer .footer_row_legal,
  .blank-webflow-footer .flex-block {
    flex-direction: column;
  }

  .blank-webflow-footer .footer_menu_column {
    width: 100%;
  }
}


/* Source body from blank__general.zip, while keeping the current header and live background. */
.blank-page {
  background-color: #050000 !important;
  background-image:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.16), transparent 22rem),
    radial-gradient(circle at 78% 18%, rgba(1,240,166,.10), transparent 28rem),
    radial-gradient(circle at 48% 112%, rgba(154,184,255,.12), transparent 34rem),
    linear-gradient(135deg, #050000 0%, #070707 48%, #00140f 100%) !important;
  background-attachment: fixed !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  animation: none !important;
}

.blank-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .72;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.027) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.08), transparent 42rem) !important;
  background-size: 92px 92px, 92px 92px, auto !important;
  background-repeat: repeat, repeat, no-repeat !important;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,.24));
}

.blank-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .42;
  background:
    conic-gradient(from 140deg at 50% 50%, transparent 0deg, rgba(255,255,255,.055) 48deg, transparent 96deg, rgba(1,240,166,.045) 162deg, transparent 240deg, rgba(154,184,255,.04) 310deg, transparent 360deg) !important;
  filter: blur(34px);
  transform: scale(1.08);
}

.blank-page #token-select option.btc {
  background-image: none !important;
}

.zip-body-page {
  animation: none !important;
  background-color: #050000 !important;
  background-image:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.16), transparent 22rem),
    radial-gradient(circle at 78% 18%, rgba(1,240,166,.10), transparent 28rem),
    radial-gradient(circle at 48% 112%, rgba(154,184,255,.12), transparent 34rem),
    linear-gradient(135deg, #050000 0%, #070707 48%, #00140f 100%) !important;
}

.zip-body-shell {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 74px;
}

.zip-body-shell > :first-child {
  margin-top: clamp(36px, 5vw, 72px);
}

.zip-body-shell section {
  position: relative;
  z-index: 2;
}

.zip-body-shell .button,
.zip-body-shell button,
.zip-body-shell a {
  cursor: pointer;
}

.zip-body-page .blank-header {
  position: relative;
  z-index: 40;
}

.zip-body-page .blank-sky,
.zip-body-page::before,
.zip-body-page::after {
  pointer-events: none;
}

.blank-home-hero {
  width: min(1370px, calc(100% - 64px));
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 386px);
  align-items: center;
  gap: clamp(36px, 7vw, 120px);
  margin: 80px auto 220px !important;
}

.blank-home-copy {
  min-width: 0;
}

.blank-buy-widget {
  position: relative;
  color: #111;
  border-radius: 28px;
  background: #f7f7f8;
  padding: 25px;
  box-shadow: 0 26px 90px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.08);
}

.blank-buy-widget button {
  cursor: pointer;
  font-family: Inter, Arial, sans-serif;
  line-height: 1 !important;
  text-transform: none !important;
  box-shadow: none !important;
}

.blank-buy-widget-top,
.blank-buy-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blank-buy-widget-top {
  margin-bottom: 34px;
}

.blank-buy-widget-top strong {
  font: 900 18px/1 Inter, Arial, sans-serif;
}

.blank-buy-widget-top strong span {
  font-weight: 500;
}

.blank-buy-menu {
  appearance: none;
  border: 0 !important;
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px !important;
  background: #ececed;
  color: #111;
  transform: rotate(90deg);
  font-weight: 900;
  font-size: 14px !important;
  padding: 0 !important;
}

.blank-buy-field {
  position: relative;
  padding: 15px 18px 14px;
  background: #ececed;
}

.blank-buy-field-top {
  border-radius: 18px 18px 0 0;
}

.blank-buy-field-bottom {
  border-radius: 0 0 18px 18px;
}

.blank-buy-field span {
  color: #858585;
  display: block;
  font-size: 13px;
}

.blank-buy-field b {
  display: block;
  color: #101010;
  font: 900 30px/1.08 Inter, Arial, sans-serif;
}

.blank-buy-field button {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #dedee1 !important;
  border-radius: 10px !important;
  background: #f7f7f8;
  width: auto !important;
  height: auto !important;
  padding: 8px 11px !important;
  color: #111;
  font-size: 13px !important;
  font-weight: 800;
}

.coin {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
}

.coin-eur {
  background: #1254ff;
}

.coin-btc {
  background: #f7931a;
}

.coin-usd {
  background: #16a34a;
}

.coin-gbp {
  background: #6d5dfc;
}

.coin-eth {
  background: #627eea;
}

.coin-usdt {
  background: #26a17b;
}

.blank-buy-presets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin: 12px 0 38px;
}

.blank-buy-presets button {
  border: 0 !important;
  border-radius: 999px !important;
  background: #ededee;
  width: auto !important;
  height: auto !important;
  padding: 10px 0 !important;
  color: #111;
  font-size: 13px !important;
  font-weight: 900;
}

.blank-buy-presets button.is-active {
  background: #111;
  color: #fff;
}

.blank-buy-pay-title {
  margin: 0 0 12px;
  color: #1f1f1f;
  font-weight: 800;
}

.blank-buy-card-row {
  appearance: none;
  width: 100%;
  border: 1px solid transparent !important;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  text-align: left;
  gap: 10px;
  border-radius: 13px !important;
  background: #ededee;
  padding: 16px !important;
  color: #111;
}

.blank-buy-card-row.is-selected {
  border-color: rgba(17, 17, 17, 0.16);
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08);
}

.blank-card-icon {
  width: 17px;
  height: 12px;
  border: 2px solid #111;
  border-radius: 4px;
  position: relative;
}

.blank-card-icon::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 3px;
  border-top: 2px solid #111;
}

.blank-buy-card-row small {
  color: #111;
  font-weight: 800;
}

.blank-buy-submit {
  width: 100% !important;
  height: auto !important;
  margin-top: 39px;
  border: 0 !important;
  border-radius: 16px !important;
  background: #111 !important;
  color: #fff !important;
  padding: 18px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.blank-dynamic-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(12px);
}

.blank-dynamic-modal.is-open {
  display: flex;
}

.blank-dynamic-card,
.blank-dynamic-login-card {
  color: #111;
}

.blank-dynamic-card {
  width: min(440px, calc(100vw - 32px));
  padding: 26px;
  border-radius: 28px;
  background: #f7f7f8;
  box-shadow: 0 28px 100px rgba(0,0,0,.55);
}

.blank-dynamic-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.blank-dynamic-top h2,
.blank-dynamic-login-card h2 {
  margin: 0;
  font: 900 26px/1.1 "Nunito Sans", Inter, Arial, sans-serif;
  text-transform: uppercase;
}

.blank-dynamic-card p,
.blank-dynamic-login-card p {
  color: rgba(0,0,0,.62);
}

.blank-dynamic-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #e8e8ea;
  color: #111;
  font-size: 22px;
}

.blank-dynamic-inline-widget {
  min-height: 168px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  color: #111;
}

.blank-dynamic-status {
  color: #565656;
  font: 600 14px/1.45 Inter, Arial, sans-serif;
}

.blank-dynamic-auth-view {
  display: grid;
  gap: 14px;
  align-items: start;
}

.blank-wallet-open-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.blank-wallet-env {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 999px;
  background: rgba(17,17,17,.05);
  color: #333;
  font: 800 11px/1 Inter, Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blank-wallet-env span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #e69a27;
  box-shadow: 0 0 0 4px rgba(230,154,39,.14);
}

.blank-wallet-env.is-live span {
  background: #0eb67d;
  box-shadow: 0 0 0 4px rgba(14,182,125,.14);
}

.blank-wallet-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 5%, rgba(255,255,255,.12), transparent 28rem),
    radial-gradient(circle at 90% 40%, rgba(24,181,126,.08), transparent 32rem),
    #050505;
  color: #fff;
}

.blank-wallet-page .blank-header {
  background: rgba(7,7,7,.82);
  border-bottom-color: rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}

.blank-wallet-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.blank-wallet-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 164px 0 80px;
}

.blank-wallet-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}

.blank-wallet-kicker,
.blank-wallet-eyebrow {
  margin: 0 0 12px;
  color: #20d69a;
  font: 900 12px/1.2 Inter, Arial, sans-serif;
  letter-spacing: .17em;
}

.blank-wallet-hero h1 {
  margin: 0;
  font: 900 clamp(44px, 7vw, 96px)/.88 "Nunito Sans", Inter, Arial, sans-serif;
  letter-spacing: -.07em;
}

.blank-wallet-hero > p {
  margin: 0 0 4px;
  color: rgba(255,255,255,.62);
  font: 500 16px/1.65 Inter, Arial, sans-serif;
}

.blank-dynamic-wallet-root {
  min-height: 370px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 32px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 28px 90px rgba(0,0,0,.35);
  color: #111;
}

.blank-wallet-loading {
  min-height: 300px;
  display: grid;
  place-items: center;
  color: #666;
  font-weight: 700;
}

.blank-wallet-guest {
  min-height: 330px;
  display: grid;
  place-content: center;
  justify-items: start;
  max-width: 620px;
  margin: 0 auto;
}

.blank-wallet-guest h2,
.blank-wallet-app h2 {
  margin: 6px 0 10px;
  font: 900 clamp(28px, 4vw, 48px)/1 "Nunito Sans", Inter, Arial, sans-serif;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.blank-wallet-guest p:not(.blank-wallet-eyebrow) {
  max-width: 560px;
  margin: 0 0 24px;
  color: #5f5f5f;
  line-height: 1.6;
}

.blank-wallet-guest > button,
.blank-wallet-list-head > button {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.blank-wallet-app {
  display: grid;
  gap: 22px;
}

.blank-wallet-app-head,
.blank-wallet-list-head,
.blank-wallet-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.blank-wallet-session {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blank-wallet-warning {
  padding: 14px 16px;
  border: 1px solid rgba(190,113,13,.2);
  border-radius: 14px;
  background: rgba(255,179,58,.12);
  color: #7e4a00;
  font-size: 13px;
  font-weight: 700;
}

.blank-wallet-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) auto;
  gap: 12px;
}

.blank-wallet-summary > div,
.blank-wallet-card-item,
.blank-wallet-empty {
  padding: 18px;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 18px;
  background: #f4f4f5;
}

.blank-wallet-summary span,
.blank-wallet-card-item > span {
  display: block;
  margin-bottom: 8px;
  color: #717171;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.blank-wallet-summary strong,
.blank-wallet-card-item strong {
  overflow-wrap: anywhere;
  font: 900 18px/1.25 Inter, Arial, sans-serif;
}

.blank-wallet-summary > button,
.blank-wallet-card-item button,
.blank-wallet-foot button {
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 14px;
  background: #fff;
  color: #111;
  padding: 12px 16px;
  font-weight: 900;
  cursor: pointer;
}

.blank-wallet-list-head h3 {
  margin: 0 0 5px;
  font: 900 22px/1.1 "Nunito Sans", Inter, Arial, sans-serif;
  text-transform: uppercase;
}

.blank-wallet-list-head p {
  margin: 0;
  color: #676767;
  font-size: 13px;
}

.blank-wallet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.blank-wallet-card-item {
  display: grid;
  gap: 10px;
}

.blank-wallet-empty {
  grid-column: 1 / -1;
  min-height: 110px;
  display: grid;
  place-content: center;
  text-align: center;
}

.blank-wallet-empty p {
  margin: 8px 0 0;
  color: #676767;
  font-size: 13px;
}

.blank-wallet-status,
.blank-wallet-error {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.blank-wallet-status {
  color: #087d58;
}

.blank-wallet-error {
  color: #a21d2d;
}

.blank-wallet-foot {
  padding-top: 20px;
  border-top: 1px solid rgba(17,17,17,.08);
  color: #6b6b6b;
  font-size: 12px;
}

.zip-registration-page {
  display: block !important;
  background:
    radial-gradient(circle at 10% 12%, rgba(255,255,255,0.16), transparent 18rem),
    radial-gradient(circle at 74% 26%, rgba(1,240,166,0.10), transparent 24rem),
    radial-gradient(circle at 48% 110%, rgba(154,184,255,0.10), transparent 30rem),
    #010100 !important;
}

.zip-registration-page::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.026) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.10), transparent 40rem) !important;
  background-size: 92px 92px, 92px 92px, auto !important;
  opacity: .75;
}

.zip-registration-page .zip-body-shell {
  max-width: 1920px;
  min-height: calc(100vh - 120px);
}

.zip-registration-page .left-bar {
  background:
    radial-gradient(circle at 50% 8%, rgba(255,255,255,0.11), transparent 18rem),
    linear-gradient(135deg, rgba(49,49,49,0.18), rgba(153,153,153,0.17), rgba(255,255,255,0.04), rgba(80,77,77,0.16)) !important;
  backdrop-filter: blur(16px);
}

.zip-registration-page .center-wrap {
  max-width: 1920px;
}

.zip-registration-page .form-wrapper {
  position: relative;
  z-index: 2;
}

.registration-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  color: rgba(255,255,255,.45);
  font-size: 12px;
}

.registration-legal-links a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
}

.registration-legal-links a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .blank-wallet-shell {
    width: min(100% - 24px, 720px);
    padding-top: 132px;
  }

  .blank-wallet-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blank-dynamic-wallet-root {
    padding: 16px;
    border-radius: 22px;
  }

  .blank-wallet-app-head,
  .blank-wallet-list-head,
  .blank-wallet-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .blank-wallet-summary,
  .blank-wallet-grid {
    grid-template-columns: 1fr;
  }

  .blank-wallet-summary > button {
    min-height: 48px;
  }

  .zip-body-shell {
    padding-bottom: 48px;
  }

  .blank-home-hero {
    width: min(430px, calc(100% - 28px));
    grid-template-columns: 1fr;
    margin-top: 40px !important;
  }

  .blank-buy-widget {
    order: 2;
  }

  .zip-registration-page .right-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .zip-registration-page .center-wrap,
  .zip-registration-page .form-wrapper {
    margin-left: 0 !important;
  }
}
