@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;800;900&family=Rajdhani:wght@500;600;700&family=Audiowide&display=swap');

:root {
  --bg: #04040a;
  --bg-2: #090913;
  --panel: rgba(7, 7, 15, 0.86);
  --panel-strong: rgba(11, 11, 22, 0.94);
  --line: rgba(189, 100, 255, 0.28);
  --line-strong: rgba(189, 100, 255, 0.45);
  --text: #faf7ff;
  --muted: #d4c8ea;
  --pink: #ff58f7;
  --purple: #9b51ff;
  --cyan: #61e3ff;
  --blue: #69b4ff;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.52);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; background: radial-gradient(circle at top, rgba(38, 20, 76, 0.55), transparent 30%), linear-gradient(180deg, var(--bg) 0%, #080812 48%, #040407 100%); color: var(--text); }
body { font-family: 'Rajdhani', Arial, sans-serif; overflow-x: hidden; position: relative; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

#binary-rain {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.24;
}

.launch-shell,
.site-shell {
  position: relative;
  z-index: 1;
}

.launch-body .launch-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 18px;
}

.launch-card,
.site-card {
  width: min(1180px, 100%);
  border-radius: 32px;
  background: radial-gradient(circle at top, rgba(123, 56, 224, 0.24), transparent 32%), var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.launch-card {
  text-align: center;
  padding: 30px 28px 24px;
}

.logo-halo {
  width: min(460px, 86vw);
  margin: 0 auto 12px;
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.logo-halo::before,
.logo-halo::after {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  border: 1px solid rgba(115, 218, 255, 0.22);
  box-shadow:
    0 0 24px rgba(99, 222, 255, 0.32),
    0 0 46px rgba(165, 80, 255, 0.34),
    inset 0 0 26px rgba(120, 70, 255, 0.22);
}
.logo-halo::after {
  inset: 3%;
  border-color: rgba(255, 91, 237, 0.18);
  filter: blur(2px);
}

.launch-logo {
  width: 82%;
  max-width: 360px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 28px rgba(148, 79, 255, 0.42)) drop-shadow(0 0 12px rgba(94, 219, 255, 0.3));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(122, 64, 212, 0.14);
  border: 1px solid rgba(189, 100, 255, 0.38);
  color: #e9d6ff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.88rem;
}

.title-lockup {
  margin: 14px auto 12px;
  display: grid;
  gap: 4px;
  justify-items: center;
}

.svr-word {
  display: block;
  font-family: 'Audiowide', 'Orbitron', Arial, sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.9rem);
  line-height: 0.98;
  letter-spacing: 0.18em;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.18), 0 0 18px rgba(97, 227, 255, 0.34), 0 0 36px rgba(155, 81, 255, 0.48);
}

.poker-word {
  display: inline-block;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.62rem, 3.3vw, 3.05rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: skewX(-11deg);
  background: linear-gradient(180deg, #ff7cff 0%, #91f3ff 42%, #78b9ff 72%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 20px rgba(97, 227, 255, 0.18), 0 0 34px rgba(255, 88, 247, 0.2);
}

.launch-copy,
.hero-copy,
.section-copy,
.card-copy,
.faq-item p,
.metric span,
.footer-note,
.setup-note,
.input-note,
.price-note { color: var(--muted); }

.launch-copy {
  margin: 0 auto;
  width: min(620px, 100%);
  line-height: 1.65;
  font-size: clamp(1.12rem, 2vw, 1.36rem);
}

.action-row,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.action-row { margin: 24px 0 22px; }
.inline-actions { margin-top: 18px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 24px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 1.04rem;
  letter-spacing: 0.04em;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 88, 247, .96), rgba(87, 63, 255, .94));
  box-shadow: 0 14px 34px rgba(118, 44, 255, 0.34);
}
.btn-secondary {
  color: #f8f5ff;
  border-color: rgba(189, 100, 255, 0.38);
  background: rgba(255,255,255,0.05);
}
.btn-ghost {
  color: #eaffff;
  border-color: rgba(97, 227, 255, 0.28);
  background: rgba(97,227,255,0.08);
}

.launch-footer {
  color: #e8dfff;
  font-size: 0.98rem;
  line-height: 1.55;
}
.launch-footer p { margin: 0.2rem 0; }

/* one-page site */
.site-shell { padding: 22px 16px 52px; }
.site-nav {
  position: sticky;
  top: 12px;
  z-index: 5;
  width: min(1180px, 100%);
  margin: 0 auto 18px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(6, 6, 15, 0.84);
  border: 1px solid rgba(189, 100, 255, 0.2);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.nav-brand img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(155, 81, 255, 0.42));
}
.nav-brand strong {
  display: block;
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 1.04rem;
  letter-spacing: 0.16em;
}
.nav-brand span { display: block; color: var(--muted); }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; max-width: 100%; }
.nav-links a {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(189, 100, 255, 0.2);
  color: #f1e8ff;
  font-weight: 600;
  font-size: 0.92rem;
}


.site-card { margin: 0 auto; padding: 24px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  gap: 24px;
  align-items: center;
}
.hero-copy h1 { margin: 0; }
.hero-copy .title-lockup { justify-items: start; margin: 6px 0 10px; }
.hero-copy .launch-copy { width: 100%; text-align: left; }
.hero-sub {
  margin: 12px 0 0;
  color: #f3ecff;
  font-size: clamp(1.1rem, 2vw, 1.34rem);
}
.hero-panel,
.section {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(189, 100, 255, 0.18);
  border-radius: 26px;
}
.hero-panel { padding: 22px; }
.hero-panel img {
  width: min(360px, 100%);
  margin: 0 auto 16px;
  filter: drop-shadow(0 0 24px rgba(115, 218, 255, 0.22));
}
.metrics,
.feature-grid,
.membership-grid,
.roadmap-grid,
.faq-grid,
.utility-grid {
  display: grid;
  gap: 16px;
}
.metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-grid,
.membership-grid,
.faq-grid,
.utility-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.roadmap-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.metric,
.feature-card,
.price-card,
.roadmap-item,
.faq-item,
.utility-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}
.metric strong,
.section-title,
.card-title,
.price,
.roadmap-item h3,
.faq-item h3,
.utility-card h3 {
  color: #fff;
}
.metric strong,
.section-title,
.price {
  font-family: 'Orbitron', Arial, sans-serif;
}
.metric strong { display: block; margin-bottom: 6px; font-size: 1.18rem; }
.section {
  margin-top: 22px;
  padding: 24px;
}
.section-title {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}
.section-copy { margin: 0 0 18px; line-height: 1.55; }
.card-tag {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(97, 227, 255, 0.08);
  border: 1px solid rgba(97, 227, 255, 0.18);
  color: #d6fcff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.84rem;
}
.input-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
label {
  display: grid;
  gap: 8px;
  color: #f0e8ff;
  font-weight: 600;
}
input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(189, 100, 255, 0.22);
  background: rgba(6, 6, 14, 0.86);
  color: #fff;
  font: inherit;
}
textarea { min-height: 120px; resize: vertical; }
.setup-note {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  line-height: 1.55;
}
.footer {
  margin-top: 24px;
  padding-top: 10px;
  text-align: center;
}
.footer-note { margin: 0 0 16px; line-height: 1.6; }

@media (max-width: 1024px) {
  .hero-grid,
  .feature-grid,
  .membership-grid,
  .roadmap-grid,
  .faq-grid,
  .utility-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .launch-card,
  .site-card { padding: 22px 16px; }
  .btn { width: 100%; max-width: 340px; }
  .site-nav { position: static; flex-direction: column; align-items: stretch; }
  .hero-grid,
  .metrics,
  .feature-grid,
  .membership-grid,
  .roadmap-grid,
  .faq-grid,
  .utility-grid,
  .input-grid { grid-template-columns: 1fr; }
  .hero-copy .title-lockup { justify-items: center; }
  .hero-copy .launch-copy,
  .hero-sub { text-align: center; }
  .nav-links { justify-content: center; }
}


body.launch-body {
  background: radial-gradient(circle at 50% 18%, rgba(99, 47, 182, 0.28), transparent 28%),
              radial-gradient(circle at 50% 52%, rgba(7, 8, 18, 0.42), transparent 44%),
              linear-gradient(180deg, #03030a 0%, #04040b 60%, #020206 100%);
}

#binary-rain {
  opacity: 0.82;
  mix-blend-mode: screen;
}

.launch-shell-minimal {
  min-height: 100svh;
  width: min(980px, calc(100% - 28px));
  margin: 0 auto;
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.launch-card { background: transparent; border: 0; box-shadow: none; backdrop-filter: none; }

.minimal-halo {
  width: min(420px, 72vw);
  margin-bottom: 8px;
}
.minimal-halo::before,
.minimal-halo::after {
  inset: 12%;
  border-width: 1px;
  border-color: rgba(120, 228, 255, 0.18);
  box-shadow:
    0 0 22px rgba(97, 227, 255, 0.22),
    0 0 56px rgba(176, 85, 255, 0.28),
    0 0 110px rgba(176, 85, 255, 0.18),
    inset 0 0 24px rgba(97, 227, 255, 0.12);
}
.minimal-halo::after {
  inset: 4%;
  border-color: rgba(255, 88, 247, 0.12);
  filter: blur(1.5px);
}

.launch-logo {
  width: 84%;
  max-width: 340px;
}

.eyebrow-plain {
  margin-top: -6px;
  background: rgba(14, 12, 34, 0.54);
  backdrop-filter: blur(8px);
}

.title-lockup-tight {
  margin-top: 6px;
  gap: 0;
}

.svr-word {
  letter-spacing: 0.22em;
  font-size: clamp(2.35rem, 5.4vw, 4.6rem);
}

.poker-word {
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: clamp(1.95rem, 4vw, 3.9rem);
  letter-spacing: 0.2em;
  background: linear-gradient(180deg, #dffcff 0%, #82efff 24%, #66d7ff 42%, #c183ff 74%, #ff7de7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow:
    0 0 7px rgba(130, 239, 255, 0.14),
    0 0 22px rgba(102, 215, 255, 0.2),
    0 0 38px rgba(255, 125, 231, 0.18);
}

.launch-copy-tight {
  width: min(520px, 100%);
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  line-height: 1.52;
}

.action-row-tight {
  margin: 14px 0 14px;
  gap: 14px;
}

.launch-footer-tight {
  font-size: 0.94rem;
  color: #efe5ff;
}

@media (max-width: 760px) {
  .launch-shell-minimal {
    padding: 18px 16px 22px;
    gap: 6px;
  }
  .minimal-halo {
    width: min(340px, 78vw);
  }
  .action-row-tight {
    gap: 12px;
  }
}


.title-lockup.brand-inline {
  display: inline-flex;
  align-items: flex-end;
  gap: clamp(10px, 1.1vw, 18px);
}
.brand-inline-left {
  justify-content: flex-start !important;
}
.s-word {
  display: inline-block;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 4.2vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ff7cff 0%, #ffb6fb 32%, #96e2ff 64%, #5bd9ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(102, 221, 255, 0.24);
  text-shadow:
    0 0 10px rgba(100, 228, 255, 0.16),
    0 0 22px rgba(213, 108, 255, 0.14);
}
@media (max-width: 760px) {
  .title-lockup.brand-inline {
    justify-content: center !important;
  }
}

.hero-copy .brand-inline-left { justify-content: flex-start; flex-wrap: wrap; gap: 8px 12px; }
.hero-copy .brand-inline-left .poker-word { line-height: 0.95; }
@media (max-width: 760px) { .hero-copy .brand-inline-left { justify-content: center; } }

.hero-copy .s-word {
  font-size: clamp(1.24rem, 2.5vw, 2rem);
  transform: translateY(0.08em);
}
.hero-copy .poker-word {
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 0.1em;
}
.live-preview-panel {
  display: grid;
  gap: 16px;
  align-content: start;
}
.panel-heading h3 {
  margin: 0;
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 1.08rem;
  color: #fff;
}
.preview-window {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(97, 227, 255, 0.2);
  background: linear-gradient(180deg, rgba(14, 14, 24, 0.98), rgba(8, 8, 16, 0.98));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03), 0 20px 50px rgba(0,0,0,0.25);
  aspect-ratio: 16 / 9;
}
.preview-window::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent 18%);
  z-index: 1;
}
.preview-window iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #020208;
}
.metrics-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.metric {
  min-height: 100%;
}
@media (max-width: 1024px) {
  .site-nav {
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }
  .nav-links a {
    flex: 0 0 auto;
  }
}
@media (max-width: 760px) {
  .hero-copy .s-word {
    font-size: 1.1rem;
  }
  .hero-copy .poker-word {
    font-size: clamp(1.7rem, 9vw, 2.5rem);
    letter-spacing: 0.08em;
  }
  .preview-window {
    aspect-ratio: 4 / 3;
  }
  .metrics-compact {
    grid-template-columns: 1fr;
  }
}
