:root {
  --bg-0: #05030f;
  --bg-1: #0b0720;
  --bg-2: #140a2e;
  --ink-0: #f5f0ff;
  --ink-1: #c9bde6;
  --ink-2: #8b7fb0;
  --violet: #9f7aea;
  --violet-lo: #6b46c1;
  --violet-hi: #c4a7ff;
  --aqua: #4fd1c5;
  --storm: #7f9cf5;
  --ember: #f6ad55;
  --danger: #fc8181;
  --radius: 14px;
  --max: 1200px;
  --nav-h: 64px;
  --shadow: 0 24px 60px -20px rgba(10, 0, 40, 0.7);
  --grad-storm: linear-gradient(135deg, #9f7aea 0%, #4fd1c5 50%, #7f9cf5 100%);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", "SF Pro Text", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ink-0);
  background: radial-gradient(1200px 600px at 80% -10%, rgba(159, 122, 234, 0.25), transparent 60%),
              radial-gradient(900px 500px at -10% 30%, rgba(79, 209, 197, 0.18), transparent 60%),
              radial-gradient(700px 400px at 50% 110%, rgba(127, 156, 245, 0.22), transparent 60%),
              linear-gradient(180deg, var(--bg-0), var(--bg-1) 40%, #030110 100%);
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: var(--violet-hi); text-decoration: none; }
a:hover { color: #fff; }
img { max-width: 100%; display: block; }

#storm-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.55;
}

/* === Nav ============================================================= */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-h);
  padding: 0 32px;
  backdrop-filter: blur(14px);
  background: rgba(5, 3, 15, 0.55);
  border-bottom: 1px solid rgba(159, 122, 234, 0.18);
}
.site-nav .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2px;
  color: var(--ink-0);
}
.site-nav .brand img { width: 28px; height: 28px; border-radius: 6px; }
.site-nav .brand em {
  font-style: normal;
  background: var(--grad-storm);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.site-nav nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14.5px;
  color: var(--ink-1);
}
.site-nav nav a { color: var(--ink-1); transition: color .2s; }
.site-nav nav a:hover { color: #fff; }
.site-nav nav .nav-steam {
  padding: 8px 14px;
  border: 1px solid rgba(159, 122, 234, 0.4);
  border-radius: 999px;
}
.site-nav nav .nav-buy {
  padding: 8px 16px;
  border-radius: 999px;
  color: #0b0720;
  background: var(--grad-storm);
  font-weight: 700;
  box-shadow: 0 8px 30px -8px rgba(159, 122, 234, 0.7);
}

/* === Layout ========================================================== */
main { display: block; }
section { padding: 96px 32px; max-width: var(--max); margin: 0 auto; }
h1, h2, h3 { font-family: "Inter", system-ui, sans-serif; letter-spacing: -0.02em; line-height: 1.05; }
h1 { font-size: clamp(44px, 7vw, 88px); margin: 14px 0 18px; font-weight: 800; }
h2 { font-size: clamp(32px, 4vw, 52px); margin: 0 0 12px; font-weight: 800; }
h3 { font-size: 20px; margin: 0 0 8px; font-weight: 700; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: var(--aqua);
  margin: 0 0 6px;
  font-weight: 600;
}
.grad {
  background: var(--grad-storm);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-lede {
  color: var(--ink-2);
  max-width: 640px;
  margin: 0 0 32px;
  font-size: 17px;
}
.flash {
  max-width: var(--max);
  margin: 18px auto -30px;
  padding: 14px 18px;
  background: rgba(252, 129, 129, 0.08);
  border: 1px solid rgba(252, 129, 129, 0.35);
  border-radius: 12px;
  color: var(--danger);
  font-size: 14.5px;
}

/* === Hero ============================================================ */
.hero { padding-top: 72px; padding-bottom: 64px; }
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
.hero-copy .lede {
  color: var(--ink-1);
  font-size: clamp(17px, 1.4vw, 19px);
  max-width: 540px;
  margin-bottom: 28px;
}
.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.btn {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15.5px;
  transition: transform .12s, box-shadow .2s, border-color .2s;
  border: 1px solid transparent;
  line-height: 1.15;
}
.btn small {
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.75;
}
.btn-primary {
  color: #0b0720;
  background: var(--grad-storm);
  box-shadow: 0 18px 40px -14px rgba(159, 122, 234, 0.8);
}
.btn-primary:hover { color: #0b0720; transform: translateY(-1px); box-shadow: 0 22px 50px -14px rgba(159, 122, 234, 0.9); }
.btn-secondary {
  color: var(--ink-0);
  background: rgba(159, 122, 234, 0.08);
  border-color: rgba(159, 122, 234, 0.35);
}
.btn-secondary:hover { border-color: var(--violet-hi); color: #fff; }
.btn-ghost {
  color: var(--ink-1);
  background: transparent;
  border-color: rgba(201, 189, 230, 0.25);
  font-size: 14px;
  padding: 10px 16px;
}
.btn.big { padding: 18px 28px; font-size: 17px; }

.pill-row {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pill-row li {
  padding: 6px 12px;
  border: 1px solid rgba(201, 189, 230, 0.22);
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 12.5px;
  letter-spacing: 0.03em;
}

.hero-art {
  position: relative;
  aspect-ratio: 4 / 3;
  max-width: 560px;
  justify-self: end;
  width: 100%;
}
.hero-card {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow), 0 0 0 1px rgba(159, 122, 234, 0.25);
  transform: rotate(-2deg);
  background: #0b0720;
}
.hero-card img,
.hero-card video,
.hero-video { width: 100%; height: 100%; object-fit: cover; display: block; background: #050310; }
.hero-card-overlay {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: flex;
  gap: 8px;
}
.hero-card-overlay .tag {
  background: rgba(5, 3, 15, 0.6);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: var(--violet-hi);
  border: 1px solid rgba(159, 122, 234, 0.3);
}

/* Trailer fullscreen + sound buttons (top-right of hero-card) */
.hero-fs-btn,
.hero-sound-btn {
  position: absolute;
  top: 14px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 3, 15, 0.55);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(159, 122, 234, 0.35);
  border-radius: 10px;
  color: var(--ink-0);
  cursor: pointer;
  padding: 0;
  transition: background 120ms ease, transform 120ms ease, border-color 120ms ease;
  z-index: 3;
}
.hero-fs-btn { right: 14px; }
.hero-sound-btn { right: 62px; }
.hero-fs-btn:hover,
.hero-sound-btn:hover {
  background: rgba(13, 8, 32, 0.85);
  border-color: rgba(196, 167, 255, 0.55);
  transform: translateY(-1px);
}
.hero-fs-btn svg,
.hero-sound-btn svg {
  width: 18px;
  height: 18px;
  color: var(--violet-hi);
}
.hero-fs-btn .icon-fs-exit,
.hero-fs-btn.is-fs .icon-fs-enter { display: none; }
.hero-fs-btn.is-fs .icon-fs-exit { display: block; }

.hero-sound-btn .icon-sound-on,
.hero-sound-btn.is-muted .icon-sound-off { display: none; }
.hero-sound-btn.is-muted .icon-sound-on { display: block; }

/* ===================================================================
   Crypto checkout UI (buy.html + checkout.html)
   =================================================================== */
.buy-main,
.pay-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}
.buy-hero { margin-bottom: 32px; }
.buy-hero h1 { font-size: clamp(30px, 4vw, 48px); margin: 8px 0 6px; }
.tier-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-bottom: 32px;
}
.tier-card {
  padding: 22px 22px 20px;
  background: rgba(13, 8, 32, 0.55);
  border: 1px solid rgba(159, 122, 234, 0.22);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tier-card.is-active {
  border-color: rgba(196, 167, 255, 0.6);
  box-shadow: 0 0 0 1px rgba(196, 167, 255, 0.3) inset, 0 14px 40px -14px rgba(110, 60, 220, 0.6);
}
.tier-card h2 { margin: 0; font-size: 22px; }
.tier-usd { margin: 0; font-size: 32px; font-weight: 700; }
.tier-usd span { font-size: 14px; color: var(--ink-2); font-weight: 400; margin-left: 4px; }
.tier-summary { color: var(--ink-1); margin: 0; }
.tier-card .btn { margin-top: auto; align-self: flex-start; }

.pay-card {
  background: rgba(10, 6, 28, 0.7);
  border: 1px solid rgba(159, 122, 234, 0.25);
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.pay-card header h2 { margin: 6px 0 8px; }
.pay-method-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 22px 0 16px;
}
.pay-method {
  padding: 20px;
  background: rgba(5, 3, 18, 0.65);
  border: 1px solid rgba(127, 156, 245, 0.25);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pay-method-disabled { opacity: 0.55; }
.pay-method-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pay-method-head h3 { margin: 0; font-size: 18px; }
.pay-pill {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(127, 156, 245, 0.18);
  color: var(--storm);
  border: 1px solid rgba(127, 156, 245, 0.35);
}
.pay-pill-discount {
  background: rgba(246, 173, 85, 0.15);
  color: var(--ember);
  border-color: rgba(246, 173, 85, 0.4);
}
.pay-amount { font-size: 18px; margin: 4px 0; }
.pay-amount span { color: var(--ink-2); margin-left: 6px; font-size: 14px; }

/* checkout.html */
.pay-addr-row { margin: 18px 0 10px; }
.pay-addr-row label { display: block; font-size: 13px; color: var(--ink-2); margin-bottom: 6px; }
.pay-addr {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(5, 3, 18, 0.85);
  border: 1px solid rgba(159, 122, 234, 0.35);
  border-radius: 12px;
}
.pay-addr code {
  flex: 1;
  overflow-wrap: anywhere;
  font-family: "JetBrains Mono", "SFMono-Regular", Menlo, monospace;
  font-size: 13px;
  color: var(--violet-hi);
}
.pay-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
}
.pay-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px 14px;
  background: rgba(127, 156, 245, 0.08);
  border: 1px solid rgba(127, 156, 245, 0.25);
  border-radius: 12px;
  color: var(--ink-1);
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.04);
}
.dot-pending { background: var(--ember); animation: pulse 1.2s infinite ease-in-out; }
.dot-paid    { background: #34d399; }
@keyframes pulse { 0%,100% { opacity: 0.5; } 50% { opacity: 1; } }

/* Make the hero card fill the screen while in fullscreen */
.hero-card:fullscreen,
.hero-card:-webkit-full-screen {
  transform: none;
  border-radius: 0;
  background: #000;
}
.hero-card:fullscreen .hero-video,
.hero-card:-webkit-full-screen .hero-video {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
}
.hero-card:fullscreen .hero-char,
.hero-card:-webkit-full-screen .hero-char { display: none; }
.hero-char {
  position: absolute;
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow), 0 0 0 4px rgba(11, 7, 32, 0.9), 0 0 0 5px rgba(159, 122, 234, 0.35);
  background: #140a2e;
}
.hero-char img { width: 100%; height: 100%; object-fit: cover; }
.hero-char-a { left: -6%; bottom: -6%; animation: float 7s ease-in-out infinite; }
.hero-char-b { right: -4%; top: -6%; width: 30%; animation: float 9s ease-in-out infinite reverse; }
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* === Features ======================================================== */
.features { padding-top: 64px; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.feature-grid article {
  padding: 26px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(159, 122, 234, 0.08), rgba(79, 209, 197, 0.04));
  border: 1px solid rgba(159, 122, 234, 0.2);
  transition: transform .2s, border-color .2s, background .2s;
}
.feature-grid article:hover {
  transform: translateY(-2px);
  border-color: rgba(159, 122, 234, 0.55);
  background: linear-gradient(180deg, rgba(159, 122, 234, 0.14), rgba(79, 209, 197, 0.08));
}
.feature-grid p { color: var(--ink-1); margin: 0; font-size: 14.5px; }

/* === Heroes grid ===================================================== */
.heroes { padding-top: 64px; }
.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
}
.hero-grid figure {
  margin: 0;
  padding: 12px;
  border-radius: 16px;
  background: rgba(11, 7, 32, 0.6);
  border: 1px solid rgba(159, 122, 234, 0.18);
  text-align: center;
  transition: transform .15s, border-color .2s;
}
.hero-grid figure:hover { transform: translateY(-2px); border-color: var(--violet-hi); }
.hero-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  background: #140a2e;
}
.hero-grid figcaption {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-grid figcaption strong { font-size: 15px; }
.hero-grid figcaption span { font-size: 12px; color: var(--ink-2); }

/* === Screens ========================================================= */
.screens { padding-top: 64px; }
.screen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 14px;
}
.screen-grid .big {
  grid-column: span 2;
  grid-row: span 2;
}
.screen-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #0b0720;
  border: 1px solid rgba(159, 122, 234, 0.18);
  transition: transform .15s, border-color .2s;
}
.screen-item:hover { transform: translateY(-2px); border-color: var(--violet-hi); }
.screen-item img { width: 100%; height: 100%; object-fit: cover; }
.screen-item span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-size: 12px;
  color: var(--violet-hi);
  background: rgba(5, 3, 15, 0.55);
  backdrop-filter: blur(8px);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(159, 122, 234, 0.3);
}
@media (max-width: 760px) {
  .screen-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .screen-grid .big { grid-column: span 2; grid-row: auto; }
}

/* === Buy band ======================================================== */
.buy-band { padding-top: 40px; padding-bottom: 40px; }
.buy-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  padding: 40px;
  border-radius: 24px;
  background:
    radial-gradient(600px 300px at 100% -20%, rgba(79, 209, 197, 0.18), transparent 60%),
    radial-gradient(500px 300px at -20% 120%, rgba(159, 122, 234, 0.24), transparent 60%),
    rgba(11, 7, 32, 0.7);
  border: 1px solid rgba(159, 122, 234, 0.35);
  box-shadow: var(--shadow);
}
.buy-card h2 { font-size: clamp(48px, 6vw, 72px); }
.buy-card .strike-note {
  font-size: 15px;
  color: var(--ink-2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: 500;
}
.buy-card ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 8px;
}
.buy-card ul li {
  padding-left: 22px;
  position: relative;
  color: var(--ink-1);
  font-size: 15px;
}
.buy-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--grad-storm);
  box-shadow: 0 0 10px rgba(159, 122, 234, 0.55);
}
.buy-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
.buy-actions .btn.big { align-self: stretch; text-align: center; align-items: center; }
.fine-print { color: var(--ink-2); font-size: 12.5px; margin: 8px 0 0; line-height: 1.6; }
@media (max-width: 760px) {
  .buy-card { grid-template-columns: 1fr; padding: 28px; }
}

/* === FAQ ============================================================= */
.faq details {
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(11, 7, 32, 0.55);
  border: 1px solid rgba(159, 122, 234, 0.2);
  margin-bottom: 10px;
  transition: border-color .2s;
}
.faq details[open] { border-color: var(--violet); }
.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-right: 28px;
  color: var(--ink-0);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--violet-hi);
  font-size: 22px;
  transition: transform .2s;
}
.faq details[open] summary::after { content: "−"; }
.faq p { color: var(--ink-1); font-size: 14.5px; margin: 10px 0 0; }

/* === Footer ========================================================== */
footer {
  border-top: 1px solid rgba(159, 122, 234, 0.18);
  padding: 40px 32px;
  background: rgba(5, 3, 15, 0.6);
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--ink-2);
  font-size: 14px;
}
.footer-inner .brand {
  font-weight: 700;
  color: var(--ink-0);
  font-size: 16px;
  margin-right: 16px;
}
.footer-inner .brand em {
  font-style: normal;
  background: var(--grad-storm);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.footer-inner a { color: var(--ink-1); margin-right: 18px; }
.footer-inner a:hover { color: #fff; }

/* === Success ========================================================= */
.success-wrap {
  min-height: calc(100vh - var(--nav-h));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
}
.success-card {
  max-width: 640px;
  text-align: center;
  background: rgba(11, 7, 32, 0.72);
  border: 1px solid rgba(159, 122, 234, 0.35);
  border-radius: 24px;
  padding: 48px 36px;
  box-shadow: var(--shadow);
}
.success-card h1 { font-size: clamp(36px, 5vw, 56px); }
.success-card code {
  background: rgba(159, 122, 234, 0.15);
  padding: 2px 8px;
  border-radius: 6px;
  font-family: "JetBrains Mono", "Menlo", monospace;
  font-size: 13px;
  color: var(--violet-hi);
}
.download-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0 16px;
}

/* === Responsive ====================================================== */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero-art { justify-self: stretch; }
  .site-nav nav a:not(.nav-buy):not(.nav-steam) { display: none; }
  section { padding: 64px 20px; }
}

/* === Auth + Account ================================================== */
.auth-main {
  max-width: 560px;
  margin: 0 auto;
  padding: 120px 20px 80px;
  position: relative;
  z-index: 1;
}
.auth-card {
  background: rgba(15, 10, 32, 0.75);
  border: 1px solid rgba(159, 122, 234, 0.25);
  border-radius: 18px;
  padding: 40px 36px;
  backdrop-filter: blur(12px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.auth-card h1 { margin: 0 0 6px; font-size: 32px; letter-spacing: -0.01em; }
.auth-card h2 { margin: 28px 0 12px; font-size: 20px; }
.auth-card .section-lede { margin: 0 0 24px; color: var(--violet-lo); }

.auth-form { display: grid; gap: 18px; margin: 24px 0 8px; }
.auth-form label { display: grid; gap: 6px; font-size: 13px; color: var(--violet-lo); }
.auth-form label > span small { opacity: 0.7; margin-left: 4px; font-weight: 400; }
.auth-form input {
  background: rgba(9, 6, 22, 0.7);
  border: 1px solid rgba(159, 122, 234, 0.3);
  color: var(--ink);
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.auth-form input:focus {
  outline: none;
  border-color: var(--violet-hi);
  box-shadow: 0 0 0 3px rgba(159, 122, 234, 0.18);
}
.auth-form button { margin-top: 6px; }

.auth-alt { margin: 22px 0 0; text-align: center; font-size: 14px; color: var(--violet-lo); }
.auth-alt a { color: var(--violet-hi); font-weight: 600; }

.flash-err { background: rgba(235, 75, 95, 0.14); border-color: rgba(235, 75, 95, 0.3); color: #ffd5dc; }
.flash-info { background: rgba(122, 191, 234, 0.12); border-color: rgba(122, 191, 234, 0.3); color: #dbefff; }

.account-card { max-width: 720px; }
.account-status {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; border-radius: 12px;
  margin: 20px 0 24px;
  font-size: 14px;
}
.account-status-paid { background: rgba(80, 200, 140, 0.12); border: 1px solid rgba(80, 200, 140, 0.3); color: #c8f3dd; }
.account-status-pending { background: rgba(255, 200, 100, 0.1); border: 1px solid rgba(255, 200, 100, 0.25); color: #ffe8b8; }
.status-pill {
  padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
}

.download-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px; margin: 12px 0 20px;
}
.download-card {
  display: grid; gap: 6px;
  padding: 18px 18px 14px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(159, 122, 234, 0.14), rgba(80, 200, 220, 0.08));
  border: 1px solid rgba(159, 122, 234, 0.28);
  color: var(--ink);
  text-decoration: none;
  transition: transform 0.15s, border-color 0.15s;
}
.download-card:hover { transform: translateY(-2px); border-color: var(--violet-hi); }
.download-card strong { font-size: 18px; }
.download-card span { font-size: 12px; color: var(--violet-lo); }
.download-card em { font-style: normal; color: var(--violet-hi); font-size: 13px; font-weight: 600; }

@media (max-width: 640px) {
  .auth-main { padding-top: 90px; }
  .auth-card { padding: 28px 22px; }
}

/* ---- STORM token launch ------------------------------------------------ */
.nav-token {
  background: linear-gradient(135deg, #ffb347, #ff6a6a);
  color: #1a0920 !important;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(255, 120, 80, 0.35);
  transition: transform 0.15s, box-shadow 0.15s;
}
.nav-token:hover { transform: translateY(-1px); box-shadow: 0 0 28px rgba(255, 120, 80, 0.55); }

.token-cta-line {
  margin: 14px 0 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffd6a0;
}
.token-cta-line a { color: inherit; text-decoration: none; border-bottom: 1px dashed rgba(255, 214, 160, 0.55); }
.token-cta-line a:hover { color: #fff; border-bottom-color: #fff; }
.token-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 3px 8px;
  border-radius: 4px;
  background: linear-gradient(135deg, #ffb347, #ff6a6a);
  color: #1a0920;
}

.buy-token-note {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 179, 71, 0.08);
  border: 1px solid rgba(255, 179, 71, 0.25);
  color: #ffd6a0;
  font-size: 14px;
}
.buy-token-note strong { color: #fff; }

.token-launch {
  padding: 80px 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.token-launch-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 48px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 106, 106, 0.18), transparent 55%),
    radial-gradient(circle at 15% 80%, rgba(255, 179, 71, 0.14), transparent 55%),
    linear-gradient(135deg, rgba(30, 10, 40, 0.85), rgba(40, 14, 20, 0.82));
  border: 1px solid rgba(255, 179, 71, 0.25);
  box-shadow: 0 20px 80px rgba(255, 106, 106, 0.12);
}
.token-launch-copy .eyebrow {
  color: #ffb347;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
}
.token-launch-copy h2 {
  font-size: 42px;
  margin: 10px 0 16px;
  background: linear-gradient(135deg, #ffb347, #ff6a6a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.token-launch-copy .lede { color: #e6d4e8; max-width: 56ch; line-height: 1.6; }
.token-bullets { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 8px; }
.token-bullets li {
  padding-left: 22px;
  position: relative;
  color: #e6d4e8;
  font-size: 15px;
}
.token-bullets li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #ffb347;
}
.token-bullets strong { color: #fff; }

.token-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

.token-launch-art {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px;
}
.token-orb {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #ffe5b8 0%, #ffb347 30%, #ff6a6a 65%, #8a2840 100%);
  box-shadow:
    0 0 60px rgba(255, 106, 106, 0.55),
    inset 0 0 40px rgba(255, 255, 255, 0.2);
  animation: token-pulse 4s ease-in-out infinite;
}
@keyframes token-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 60px rgba(255, 106, 106, 0.55), inset 0 0 40px rgba(255,255,255,0.2); }
  50% { transform: scale(1.04); box-shadow: 0 0 80px rgba(255, 106, 106, 0.75), inset 0 0 40px rgba(255,255,255,0.25); }
}
.token-mint-label {
  margin: 8px 0 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffb347;
}
.token-mint-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  color: #ffd6a0;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 179, 71, 0.2);
  max-width: 100%;
  word-break: break-all;
  text-align: center;
}

@media (max-width: 820px) {
  .token-launch { padding: 56px 16px; }
  .token-launch-inner { grid-template-columns: 1fr; padding: 32px 24px; }
  .token-launch-copy h2 { font-size: 32px; }
  .token-orb { width: 140px; height: 140px; }
}
