@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: #000000;
  --text: #f9f5ff;
  --muted: #d8c8ef;
  --pink: #ff5ae8;
  --purple: #9c53ff;
  --cyan: #66ddff;
  --line: rgba(178, 102, 255, 0.24);
}

* { box-sizing: border-box; }
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #000;
  color: var(--text);
}
body {
  font-family: 'Rajdhani', Arial, sans-serif;
  position: relative;
  isolation: isolate;
}
#binary-rain {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.78;
  background: #000;
}
.launch-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 0.9vh, 12px);
  padding: max(10px, 1.2vh) 18px max(10px, calc(env(safe-area-inset-bottom) + 8px));
  text-align: center;
}
.launch-logo {
  width: min(47vh, 600px, 84vw);
  max-height: 48vh;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(255, 92, 231, 0.24)) drop-shadow(0 0 12px rgba(88, 198, 255, 0.18));
}
.launch-copy {
  display: grid;
  justify-items: center;
  gap: 4px;
  width: min(760px, 100%);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(72, 22, 130, 0.18);
  color: #ead7ff;
  letter-spacing: 0.11em;
  font-size: clamp(0.72rem, 1.25vw, 0.9rem);
  text-transform: uppercase;
}
.title-lockup.brand-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 4px auto 0;
  flex-wrap: nowrap;
  width: min(860px, 100%);
}
.poker-full {
  display: inline-block;
  padding-left: 0.12em;
  text-align: center;
}
.s-word {
  display: inline-block;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.4rem, 2.7vw, 2.35rem);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: translateY(0.08em);
  background: linear-gradient(180deg, #ff7cff 0%, #ffb6fb 34%, #96e2ff 66%, #5bd9ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(102, 221, 255, 0.2);
  text-shadow: 0 0 8px rgba(100, 228, 255, 0.12), 0 0 18px rgba(213, 108, 255, 0.12);
}
.poker-word {
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.44rem, 3.55vw, 2.7rem);
  line-height: 1.0;
  letter-spacing: 0.072em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #c7fbff 0%, #78e8ff 26%, #a3deff 54%, #d56cff 82%, #7d4fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(80, 216, 255, 0.28);
  text-shadow: 0 0 10px rgba(100, 228, 255, 0.2), 0 0 22px rgba(180, 78, 255, 0.14);
}
.launch-note {
  margin: 0;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  color: var(--muted);
  letter-spacing: 0.02em;
  line-height: 1.16;
}
.launch-age { color: #f0dfff; }
.action-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.btn {
  min-width: min(40vw, 220px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(177, 102, 255, 0.34);
  font-weight: 700;
  font-size: clamp(0.94rem, 1.4vw, 1.06rem);
  text-decoration: none;
  color: #fff;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
  background: rgba(10, 10, 18, 0.74);
}
.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(102, 221, 255, 0.42);
}
.btn-primary {
  background: linear-gradient(135deg, rgba(250, 82, 231, 0.94), rgba(100, 62, 255, 0.92));
  box-shadow: 0 0 20px rgba(172, 83, 255, 0.2);
}
.btn-secondary {
  background: rgba(9, 9, 16, 0.82);
}
.launch-footer {
  margin-top: 2px;
  display: grid;
  gap: 1px;
}
.launch-footer p {
  margin: 0;
  font-size: clamp(0.72rem, 0.95vw, 0.82rem);
  color: #c8b6e4;
  letter-spacing: 0.02em;
  line-height: 1.14;
}

@media (max-width: 900px) {
  .launch-logo {
    width: min(40vh, 84vw);
    max-height: 34vh;
  }
}

@media (max-width: 720px) {
  .launch-page {
    gap: 8px;
    padding: 14px 14px 14px;
  }
  .launch-logo {
    width: min(36vh, 76vw);
    max-height: 31vh;
  }
  .title-lockup.brand-inline {
    gap: 0;
  }
  .s-word {
    font-size: clamp(1.2rem, 5vw, 1.7rem);
  }
  .poker-word {
    font-size: clamp(1.2rem, 6.6vw, 1.98rem);
    letter-spacing: 0.072em;
  }
  .action-row {
    width: 100%;
    gap: 10px;
  }
  .btn {
    min-width: min(78vw, 310px);
    width: min(78vw, 310px);
  }
}
