: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;
  }
}
