/* help.thegoonerlounge.online — cyberpunk command portal */
:root {
  --void: #000;
  --bg: #03010a;
  --bg-deep: #050212;
  --card: rgba(10, 4, 24, 0.78);
  --pink: #ff2d95;
  --hot: #ff1493;
  --purple: #9b30ff;
  --violet: #b44aff;
  --cyan: #00f0ff;
  --text: #fff5fb;
  --muted: rgba(255, 236, 248, 0.68);
  --dim: rgba(255, 236, 248, 0.4);
  --line: rgba(255, 45, 149, 0.32);
  --ok: #3dffb5;
  --danger: #ff4d7a;
  --font-display: "Orbitron", sans-serif;
  --font-body: "Exo 2", sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-mono: "Share Tech Mono", ui-monospace, monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 52rem;
  --safe-b: env(safe-area-inset-bottom, 0px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.locked { overflow: hidden; }

#particles {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.scanlines {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.14) 2px,
    rgba(0, 0, 0, 0.14) 4px
  );
  opacity: 0.28;
  mix-blend-mode: multiply;
}
.vignette {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(255, 45, 149, 0.12), transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(155, 48, 255, 0.1), transparent 45%),
    radial-gradient(ellipse at 20% 70%, rgba(0, 240, 255, 0.06), transparent 40%),
    radial-gradient(ellipse at center, transparent 35%, rgba(0, 0, 0, 0.65) 100%);
}
.energy-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(0, 240, 255, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 45, 149, 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 30%, #000 10%, transparent 75%);
}

/* TOPBAR */
.topbar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
  padding: 1.1rem 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  transition: 0.25s var(--ease);
}
.brand:hover { color: var(--cyan); text-shadow: 0 0 16px rgba(0, 240, 255, 0.45); }
.brand-mark {
  color: var(--pink);
  text-shadow: 0 0 12px var(--pink);
  font-size: 0.95rem;
}
.top-chip {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--cyan);
  border: 1px solid rgba(0, 240, 255, 0.3);
  background: rgba(0, 0, 0, 0.4);
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(0, 240, 255, 0.12);
}

/* HERO */
.hero {
  position: relative;
  z-index: 5;
  min-height: calc(100vh - 5rem);
  display: grid;
  place-items: center;
  padding: 2rem 1rem 4rem;
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease), filter 0.5s ease;
}
.hero.is-exiting {
  opacity: 0;
  transform: scale(1.06);
  filter: blur(8px);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 48rem;
  width: 100%;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 1.5rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 240, 255, 0.28);
  background: rgba(0, 0, 0, 0.35);
}
.pulse-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 12px var(--pink);
  animation: pulse 1.3s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}
.hero-title .line {
  display: block;
  font-size: clamp(2.1rem, 7.5vw, 4.4rem);
  text-shadow:
    0 0 14px rgba(255, 45, 149, 0.55),
    0 0 40px rgba(155, 48, 255, 0.35);
}
.hero-title .line.accent {
  color: transparent;
  background: linear-gradient(100deg, #ff2d95 0%, #b44aff 45%, #00f0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(255, 45, 149, 0.4));
}

/* subtle glitch on titles */
.glitch {
  position: relative;
}
.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.hero:hover .glitch::before {
  opacity: 0.55;
  color: var(--cyan);
  transform: translate(2px, -1px);
  clip-path: inset(0 0 55% 0);
  animation: glitch-a 2.8s infinite linear alternate-reverse;
}
.hero:hover .glitch::after {
  opacity: 0.45;
  color: var(--pink);
  transform: translate(-2px, 1px);
  clip-path: inset(45% 0 0 0);
  animation: glitch-b 2.2s infinite linear alternate-reverse;
}
@keyframes glitch-a {
  0% { transform: translate(0); }
  20% { transform: translate(-2px, 1px); }
  40% { transform: translate(2px, -1px); }
  100% { transform: translate(0); }
}
@keyframes glitch-b {
  0% { transform: translate(0); }
  30% { transform: translate(2px, 0); }
  60% { transform: translate(-2px, 1px); }
  100% { transform: translate(0); }
}

.hero-sub {
  font-size: clamp(1.02rem, 2.2vw, 1.2rem);
  color: var(--muted);
  line-height: 1.55;
  max-width: 34rem;
  margin: 0 auto 2rem;
}
.hero-sub em {
  font-family: var(--font-serif);
  font-style: italic;
  color: #ff8fc4;
  font-size: 1.08em;
}

/* DARE BUTTON */
.dare-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 64px;
  padding: 1rem 2.4rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(0.85rem, 2vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.2em;
  background: linear-gradient(135deg, #ff2d95 0%, #9b30ff 50%, #5b1fff 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 0 40px rgba(255, 45, 149, 0.55),
    0 0 80px rgba(155, 48, 255, 0.3),
    0 18px 40px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s var(--ease), box-shadow 0.25s ease, filter 0.25s ease;
  isolation: isolate;
  overflow: hidden;
}
.dare-btn:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 0 55px rgba(255, 45, 149, 0.7),
    0 0 100px rgba(0, 240, 255, 0.25),
    0 22px 48px rgba(0, 0, 0, 0.5);
}
.dare-btn:active { transform: translateY(0) scale(0.98); }
.dare-btn:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}
.dare-glow {
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 0deg, transparent, rgba(0, 240, 255, 0.35), transparent 30%);
  animation: spin 4s linear infinite;
  z-index: -1;
  opacity: 0.7;
}
@keyframes spin { to { transform: rotate(360deg); } }
.dare-label { position: relative; z-index: 1; }
.dare-arrow {
  position: relative;
  z-index: 1;
  color: var(--cyan);
  text-shadow: 0 0 10px var(--cyan);
  transition: transform 0.25s var(--ease);
}
.dare-btn:hover .dare-arrow { transform: translateX(4px); }
.dare-hint {
  margin-top: 1rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dim);
}

/* decorative hero frame */
.hero-frame {
  position: absolute;
  inset: 8% 6%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.55;
}
.frame-corner {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 45, 149, 0.45);
  box-shadow: 0 0 16px rgba(255, 45, 149, 0.25);
}
.frame-corner.tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.frame-corner.tr { top: 0; right: 0; border-left: 0; border-bottom: 0; border-color: rgba(0, 240, 255, 0.4); }
.frame-corner.bl { bottom: 0; left: 0; border-right: 0; border-top: 0; border-color: rgba(155, 48, 255, 0.45); }
.frame-corner.br { bottom: 0; right: 0; border-left: 0; border-top: 0; }
.orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(0, 240, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.orbit.o1 {
  width: min(70vw, 520px);
  height: min(70vw, 520px);
  animation: orbit-spin 28s linear infinite;
  border-top-color: rgba(255, 45, 149, 0.4);
}
.orbit.o2 {
  width: min(90vw, 700px);
  height: min(90vw, 700px);
  animation: orbit-spin 40s linear infinite reverse;
  border-bottom-color: rgba(155, 48, 255, 0.35);
}
@keyframes orbit-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }

/* PORTAL FX */
.portal-fx {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, rgba(20, 4, 40, 0.2), #000 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.portal-fx.active {
  opacity: 1;
  pointer-events: all;
}
.portal-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  opacity: 0;
}
.portal-fx.active .portal-ring {
  animation: ring-expand 1.4s var(--ease) forwards;
}
.portal-ring.r1 {
  width: 80px; height: 80px;
  border-color: rgba(255, 45, 149, 0.9);
  box-shadow: 0 0 40px rgba(255, 45, 149, 0.6), inset 0 0 30px rgba(255, 45, 149, 0.3);
}
.portal-ring.r2 {
  width: 80px; height: 80px;
  border-color: rgba(155, 48, 255, 0.8);
  animation-delay: 0.12s !important;
  box-shadow: 0 0 50px rgba(155, 48, 255, 0.5);
}
.portal-ring.r3 {
  width: 80px; height: 80px;
  border-color: rgba(0, 240, 255, 0.7);
  animation-delay: 0.24s !important;
  box-shadow: 0 0 60px rgba(0, 240, 255, 0.4);
}
@keyframes ring-expand {
  0% { transform: scale(0.2); opacity: 0; }
  30% { opacity: 1; }
  100% { transform: scale(14); opacity: 0; }
}
.portal-core {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 20px #fff,
    0 0 40px var(--pink),
    0 0 80px var(--purple),
    0 0 120px var(--cyan);
  opacity: 0;
}
.portal-fx.active .portal-core {
  animation: core-blast 1.5s var(--ease) forwards;
}
@keyframes core-blast {
  0% { transform: scale(0.5); opacity: 0; }
  25% { transform: scale(1.4); opacity: 1; }
  70% { transform: scale(40); opacity: 0.85; }
  100% { transform: scale(80); opacity: 0; }
}
.portal-flash {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.55), transparent 50%);
  opacity: 0;
}
.portal-fx.active .portal-flash {
  animation: flash 1.5s ease forwards;
}
@keyframes flash {
  0%, 40% { opacity: 0; }
  55% { opacity: 0.9; }
  100% { opacity: 0; }
}
.portal-status {
  position: relative;
  z-index: 2;
  margin-top: 55vh;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  color: var(--cyan);
  text-shadow: 0 0 16px rgba(0, 240, 255, 0.6);
  opacity: 0;
}
.portal-fx.active .portal-status {
  animation: fade-status 1.5s ease forwards;
}
@keyframes fade-status {
  0%, 15% { opacity: 0; }
  30% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}

/* CHAMBER / FORM */
.chamber {
  position: relative;
  z-index: 5;
  width: min(100% - 1.75rem, var(--max));
  margin: 0 auto 4rem;
  padding: 0 0 2rem;
  animation: chamber-in 0.8s var(--ease) both;
}
.chamber[hidden] { display: none; }
@keyframes chamber-in {
  from { opacity: 0; transform: translateY(40px) scale(0.98); filter: blur(6px); }
  to { opacity: 1; transform: none; filter: none; }
}
.chamber-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 45, 149, 0.22);
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 0.4rem;
}
.eyebrow.ok { color: var(--ok); }
.chamber-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  letter-spacing: 0.08em;
  text-shadow: 0 0 24px rgba(255, 45, 149, 0.35);
}
.chamber-sub {
  color: var(--muted);
  margin-top: 0.4rem;
  font-size: 0.98rem;
}
.progress-wrap {
  min-width: 140px;
  text-align: right;
}
.progress-bar {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-bottom: 0.35rem;
}
.progress-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--cyan));
  box-shadow: 0 0 12px rgba(255, 45, 149, 0.5);
  transition: width 0.35s var(--ease);
}
.progress-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--dim);
}

.block {
  border: 1px solid rgba(155, 48, 255, 0.22);
  border-radius: 1.15rem;
  background:
    linear-gradient(165deg, rgba(16, 6, 36, 0.88), rgba(5, 2, 14, 0.94));
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 45, 149, 0.08);
  padding: 1.35rem 1.25rem 1.5rem;
  margin-bottom: 1.15rem;
  position: relative;
  overflow: hidden;
}
.block::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 45, 149, 0.55), rgba(0, 240, 255, 0.4), transparent);
}
.block legend {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  padding: 0 0.25rem;
  margin-bottom: 1rem;
  float: none;
  width: 100%;
}
.block legend .step {
  font-family: var(--font-mono);
  color: var(--cyan);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-shadow: 0 0 10px rgba(0, 240, 255, 0.45);
}
.block legend .req {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--dim);
  font-weight: 400;
  text-transform: uppercase;
}

/* Purpose cards */
.purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.purpose-card {
  cursor: pointer;
  display: block;
}
.purpose-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pc-inner {
  display: block;
  height: 100%;
  padding: 1rem 0.95rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(155, 48, 255, 0.28);
  background: rgba(0, 0, 0, 0.35);
  transition: 0.22s var(--ease);
  position: relative;
  overflow: hidden;
}
.pc-inner::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  transition: 0.2s ease;
}
.purpose-card input:checked + .pc-inner {
  border-color: rgba(255, 45, 149, 0.65);
  background: linear-gradient(145deg, rgba(255, 45, 149, 0.16), rgba(155, 48, 255, 0.12));
  box-shadow: 0 0 28px rgba(255, 45, 149, 0.2), inset 0 0 20px rgba(155, 48, 255, 0.08);
  transform: translateY(-2px);
}
.purpose-card input:checked + .pc-inner::after {
  background: var(--pink);
  border-color: var(--pink);
  box-shadow: 0 0 10px var(--pink);
}
.purpose-card:hover .pc-inner {
  border-color: rgba(0, 240, 255, 0.4);
}
.pc-ico {
  display: block;
  color: var(--cyan);
  font-size: 1rem;
  margin-bottom: 0.45rem;
  text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
}
.pc-title {
  display: block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.3rem;
}
.pc-desc {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}

/* Hosting cards */
.host-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 720px) {
  .host-grid { grid-template-columns: repeat(3, 1fr); }
}
.host-card {
  cursor: pointer;
  display: block;
}
.host-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.hc-inner {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  height: 100%;
  padding: 1.1rem 1rem 1.2rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(155, 48, 255, 0.3);
  background: rgba(0, 0, 0, 0.4);
  transition: 0.22s var(--ease);
}
.host-card:hover .hc-inner {
  border-color: rgba(0, 240, 255, 0.4);
}
.host-card input:checked + .hc-inner {
  border-color: rgba(0, 240, 255, 0.55);
  background: linear-gradient(160deg, rgba(0, 240, 255, 0.1), rgba(155, 48, 255, 0.14));
  box-shadow: 0 0 30px rgba(0, 240, 255, 0.15), 0 0 24px rgba(255, 45, 149, 0.12);
  transform: translateY(-2px);
}
.host-card.featured .hc-inner {
  border-color: rgba(255, 45, 149, 0.35);
}
.hc-tag {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink);
}
.hc-title {
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}
.hc-desc {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.4;
}

/* Fields */
.form-grid { display: grid; gap: 0.85rem; }
.form-grid.two { grid-template-columns: 1fr; }
@media (min-width: 640px) {
  .form-grid.two { grid-template-columns: 1fr 1fr; }
}
.field { margin-bottom: 0.15rem; }
.field label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.4rem;
}
.star { color: var(--pink); }
.opt { color: var(--dim); text-transform: none; letter-spacing: 0.04em; }
.field input,
.field textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(155, 48, 255, 0.32);
  border-radius: 0.75rem;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.85rem 1rem;
  transition: 0.2s ease;
  resize: vertical;
}
.field input:hover,
.field textarea:hover {
  border-color: rgba(255, 45, 149, 0.4);
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(0, 240, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 240, 255, 0.12), 0 0 22px rgba(255, 45, 149, 0.12);
}
.field input::placeholder,
.field textarea::placeholder { color: rgba(255, 236, 248, 0.28); }
.hint {
  margin-top: 0.55rem;
  font-size: 0.82rem;
  color: var(--dim);
  line-height: 1.45;
}
.hint code {
  font-family: var(--font-mono);
  font-size: 0.78em;
  color: var(--cyan);
  background: rgba(0, 240, 255, 0.08);
  padding: 0.05rem 0.3rem;
  border-radius: 4px;
  margin: 0 0.08rem;
}
.other-field { margin-top: 0.9rem; }
.other-field[hidden] { display: none; }

/* Honeypot */
.hp {
  position: absolute !important;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Submit */
.submit-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: 0.5rem 0 1rem;
}
.submit-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 56px;
  min-width: min(100%, 280px);
  padding: 0.95rem 2rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #fff;
  background: linear-gradient(135deg, #ff2d95, #9b30ff 55%, #00c8d8);
  box-shadow: 0 0 36px rgba(255, 45, 149, 0.4), 0 14px 36px rgba(0, 0, 0, 0.4);
  transition: 0.22s var(--ease);
}
.submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 0 50px rgba(255, 45, 149, 0.55), 0 0 30px rgba(0, 240, 255, 0.2);
}
.submit-btn:disabled {
  opacity: 0.55;
  cursor: wait;
}
.submit-glow {
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 90deg, transparent, rgba(255, 255, 255, 0.25), transparent 35%);
  animation: spin 5s linear infinite;
  z-index: -1;
  opacity: 0.5;
}
.form-status {
  min-height: 1.4rem;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.form-status.err { color: var(--danger); }
.form-status.ok { color: var(--ok); }

/* SUCCESS */
.success {
  position: relative;
  z-index: 5;
  min-height: 60vh;
  display: grid;
  place-items: center;
  padding: 3rem 1rem 5rem;
  animation: chamber-in 0.7s var(--ease) both;
}
.success[hidden] { display: none; }
.success-inner {
  text-align: center;
  max-width: 28rem;
  position: relative;
}
.success-ring {
  width: 90px;
  height: 90px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  border: 2px solid rgba(61, 255, 181, 0.55);
  box-shadow: 0 0 40px rgba(61, 255, 181, 0.35), inset 0 0 30px rgba(61, 255, 181, 0.15);
  position: relative;
}
.success-ring::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 2rem;
  color: var(--ok);
  text-shadow: 0 0 16px rgba(61, 255, 181, 0.6);
}
.success-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  text-shadow: 0 0 24px rgba(61, 255, 181, 0.3);
}
.success-ref {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--cyan);
  margin-bottom: 1rem;
}
.success-ref code {
  color: #fff;
  background: rgba(0, 240, 255, 0.1);
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 240, 255, 0.3);
}
.success-copy {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 1.75rem;
}
.ghost-link {
  display: inline-flex;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 45, 149, 0.35);
  padding-bottom: 0.2rem;
  transition: 0.2s ease;
}
.ghost-link:hover {
  color: var(--cyan);
  border-color: var(--cyan);
}

/* FOOTER */
.footer {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 1.5rem 1rem calc(2rem + var(--safe-b));
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dim);
}
.footer-line {
  width: min(180px, 40%);
  height: 1px;
  margin: 0 auto 1rem;
  background: linear-gradient(90deg, transparent, rgba(255, 45, 149, 0.45), transparent);
}

@media (max-width: 640px) {
  .purpose-grid { grid-template-columns: 1fr; }
  .hero-frame { display: none; }
  .dare-btn { width: 100%; max-width: 22rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .scanlines { opacity: 0.12; }
}
