:root {
  color-scheme: dark;
  --bg: #050806;
  --bg-2: #08130d;
  --panel: #090f0b;
  --panel-2: #102017;
  --line: #265c3b;
  --line-hot: #72ff8f;
  --green: #57ff78;
  --green-soft: #b7ffc8;
  --cyan: #ff67c7;
  --amber: #ff7bd1;
  --pink: #ff4ebd;
  --text: #f0fff1;
  --muted: #8fb69b;
  --shadow: rgba(42, 255, 112, 0.18);
  --danger-shadow: rgba(255, 95, 200, 0.2);
  --radius: 4px;
  --pixel: 4px;
  --square-shadow: 5px 5px 0 rgba(255, 78, 189, 0.24), 10px 10px 0 rgba(87, 255, 120, 0.1);
  --button-shadow: 0 5px 0 #184f2a, 5px 5px 0 rgba(255, 78, 189, 0.18);
  font-family: "Courier New", Courier, monospace;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(rgba(93, 255, 136, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93, 255, 136, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 78, 189, 0.12) 0 10px, transparent 10px 100%),
    linear-gradient(315deg, rgba(87, 255, 120, 0.1) 0 8px, transparent 8px 100%),
    linear-gradient(135deg, #030503 0%, var(--bg) 40%, #07150c 100%);
  background-size:
    28px 28px,
    28px 28px,
    220px 220px,
    260px 260px,
    auto;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(120deg, transparent 0 58%, rgba(93, 255, 136, 0.08) 58% 59%, transparent 59%),
    linear-gradient(25deg, transparent 0 35%, rgba(255, 95, 200, 0.06) 35% 36%, transparent 36%);
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.noise,
.scanline {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.noise {
  z-index: -1;
  opacity: 0.11;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 6px 6px;
  mix-blend-mode: screen;
}

.scanline {
  z-index: 5;
  opacity: 0.2;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 5px,
    rgba(93, 255, 136, 0.13) 6px,
    transparent 7px
  );
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto 0.75rem;
  border: 2px solid rgba(93, 255, 136, 0.22);
  border-radius: var(--radius);
  padding: 0.75rem;
  background: rgba(3, 5, 3, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 5px 5px 0 rgba(255, 78, 189, 0.16);
}

.brand,
.site-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  color: var(--green-soft);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark {
  width: 28px;
  height: 28px;
  image-rendering: pixelated;
  background:
    linear-gradient(var(--green), var(--green)) 0 0 / 8px 8px no-repeat,
    linear-gradient(var(--pink), var(--pink)) 10px 0 / 8px 8px no-repeat,
    linear-gradient(#050806, #050806) 20px 0 / 8px 8px no-repeat,
    linear-gradient(var(--green), var(--green)) 0 10px / 28px 8px no-repeat,
    linear-gradient(var(--pink), var(--pink)) 10px 20px / 18px 8px no-repeat;
  box-shadow: 0 0 26px var(--shadow);
}

.site-nav {
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.site-nav a {
  border: 2px solid rgba(93, 255, 136, 0.2);
  border-radius: var(--radius);
  padding: 0.5rem 0.65rem;
  background: rgba(5, 8, 6, 0.7);
  box-shadow: 3px 3px 0 rgba(255, 78, 189, 0.14);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  border-color: var(--green);
}

main {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  min-height: auto;
  padding: clamp(2rem, 5vw, 4rem) 0 2rem;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--pink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.glitch-title {
  position: relative;
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(2.25rem, 6.2vw, 4.85rem);
  line-height: 0.9;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-shadow:
    4px 4px 0 rgba(93, 255, 136, 0.22),
    -3px 2px 0 rgba(255, 95, 200, 0.18);
}

.glitch-title::before,
.glitch-title::after {
  position: absolute;
  inset: 0;
  content: attr(data-text);
  overflow: hidden;
  pointer-events: none;
}

.glitch-title::before {
  color: var(--cyan);
  clip-path: inset(0 0 58% 0);
  transform: translate(4px, -2px);
  animation: glitchTop 3s steps(2, end) infinite;
}

.glitch-title::after {
  color: var(--pink);
  clip-path: inset(58% 0 0 0);
  transform: translate(-3px, 2px);
  animation: glitchBottom 2.4s steps(2, end) infinite;
}

.lede {
  max-width: 660px;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.hero-offer {
  display: inline-grid;
  gap: 0.2rem;
  margin-top: 1.2rem;
  border: 2px solid rgba(255, 78, 189, 0.42);
  border-radius: var(--radius);
  padding: 0.8rem 0.95rem;
  color: var(--green-soft);
  background: rgba(255, 78, 189, 0.08);
  box-shadow: var(--square-shadow);
}

.hero-offer strong {
  color: var(--pink);
  text-transform: uppercase;
}

.hero-offer span {
  color: var(--muted);
  font-size: 0.9rem;
}

.console-panel,
.output-shell,
.paywall-launch,
.referral-loop,
.result-card,
.signal-strip {
  border: 2px solid rgba(93, 255, 136, 0.34);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(12, 23, 17, 0.95), rgba(5, 8, 6, 0.9));
  box-shadow:
    var(--square-shadow),
    0 0 0 2px rgba(93, 255, 136, 0.06),
    0 16px 42px rgba(0, 0, 0, 0.36),
    0 0 44px var(--shadow);
}

.console-panel {
  position: relative;
  padding: 1.1rem;
  background:
    linear-gradient(180deg, rgba(15, 34, 23, 0.96), rgba(4, 7, 5, 0.96)),
    var(--panel);
}

.console-panel::after,
.result-card::after {
  position: absolute;
  inset: auto 12px 12px auto;
  width: 22px;
  height: 22px;
  content: "";
  border-right: 3px solid rgba(93, 255, 136, 0.45);
  border-bottom: 3px solid rgba(93, 255, 136, 0.45);
}

.panel-bar {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 36px;
  margin: -1.1rem -1.1rem 1.15rem;
  padding: 0.6rem 0.8rem;
  border-bottom: 2px solid rgba(93, 255, 136, 0.23);
  color: var(--muted);
  background: rgba(93, 255, 136, 0.09);
  font-size: 0.8rem;
}

.panel-dot {
  width: 10px;
  height: 10px;
  background: var(--pink);
  box-shadow:
    16px 0 0 var(--amber),
    32px 0 0 var(--green);
}

.panel-status {
  margin-left: auto;
  color: var(--green);
}

label {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--green-soft);
  font-size: 0.95rem;
  font-weight: 900;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
}

input {
  width: 100%;
  border: 2px solid rgba(93, 255, 136, 0.45);
  border-radius: var(--radius);
  min-height: 54px;
  padding: 0.9rem 1rem;
  color: var(--text);
  background: #030503;
  outline: none;
  box-shadow: inset 0 0 22px rgba(93, 255, 136, 0.05), 4px 4px 0 rgba(255, 78, 189, 0.12);
}

input::placeholder {
  color: #66836f;
}

input:focus {
  border-color: var(--green);
  box-shadow:
    inset 0 0 22px rgba(93, 255, 136, 0.1),
    0 0 0 3px rgba(93, 255, 136, 0.16);
}

.generate-button,
.connect-button,
.prompt-chips button {
  border: 2px solid rgba(93, 255, 136, 0.5);
  border-radius: var(--radius);
  color: #031007;
  background: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: var(--button-shadow), 0 0 28px var(--shadow);
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.generate-button,
.connect-button {
  min-height: 54px;
  padding: 0.85rem 1rem;
}

.generate-button:hover,
.connect-button:hover,
.prompt-chips button:hover {
  background: var(--green-soft);
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #184f2a, 7px 7px 0 rgba(255, 78, 189, 0.22), 0 0 34px var(--shadow);
}

.generate-button:active,
.connect-button:active,
.prompt-chips button:active {
  transform: translateY(5px);
  box-shadow: 0 2px 0 #184f2a, 2px 2px 0 rgba(255, 78, 189, 0.2), 0 0 18px var(--shadow);
}

.prompt-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.prompt-chips button {
  min-height: 34px;
  padding: 0.45rem 0.65rem;
  color: var(--green-soft);
  background: rgba(93, 255, 136, 0.08);
  box-shadow: 3px 3px 0 rgba(255, 78, 189, 0.14);
  text-transform: none;
}

.prompt-chips button:hover {
  color: #031007;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin: 0 0 1.5rem;
  background: rgba(93, 255, 136, 0.12);
}

.signal-strip div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.7rem;
  min-width: 0;
  padding: 1rem;
  background: rgba(5, 8, 6, 0.88);
}

.signal-strip strong {
  color: var(--green);
  font-size: 1.8rem;
}

.signal-strip span {
  color: var(--muted);
  font-size: 0.85rem;
  text-transform: uppercase;
}

.paywall-launch {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: stretch;
  scroll-margin-top: 96px;
  margin: 0 0 1.5rem;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.paywall-copy h2 {
  max-width: 680px;
  margin: 0;
  color: var(--text);
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.95;
}

.paywall-copy p {
  max-width: 700px;
  color: var(--muted);
  line-height: 1.65;
}

.receipt-list {
  display: grid;
  gap: 0.65rem;
  max-width: 760px;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.receipt-list li {
  position: relative;
  min-height: 42px;
  border: 2px solid rgba(93, 255, 136, 0.18);
  border-radius: var(--radius);
  padding: 0.7rem 0.75rem 0.7rem 2.25rem;
  color: var(--green-soft);
  background: rgba(5, 8, 6, 0.55);
  box-shadow: 4px 4px 0 rgba(255, 78, 189, 0.1);
}

.receipt-list li::before {
  position: absolute;
  top: 0.85rem;
  left: 0.8rem;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--green);
  box-shadow: 5px 5px 0 var(--pink);
}

.checkout-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.85rem;
  align-self: start;
  justify-self: end;
  width: 100%;
  max-width: 380px;
  min-height: 0;
  border: 2px solid rgba(255, 78, 189, 0.52);
  border-radius: var(--radius);
  padding: 1rem;
  min-height: 380px;
  overflow: visible;
  background:
    linear-gradient(135deg, rgba(255, 78, 189, 0.12), transparent 42%),
    rgba(3, 5, 3, 0.72);
  box-shadow: var(--square-shadow), inset 0 0 36px rgba(255, 78, 189, 0.08);
}

.price-badge {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: #050806;
  background: var(--pink);
  font-size: 2rem;
  font-weight: 900;
  box-shadow: 8px 8px 0 rgba(87, 255, 120, 0.75);
}

.checkout-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.45rem;
  text-transform: uppercase;
}

.checkout-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cc-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.cc-status-grid section {
  min-width: 0;
  border: 2px solid rgba(87, 255, 120, 0.22);
  border-radius: var(--radius);
  padding: 0.6rem;
  background: rgba(5, 8, 6, 0.62);
  box-shadow: 3px 3px 0 rgba(255, 78, 189, 0.1);
}

.cc-status-grid span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--pink);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cc-status-grid strong {
  display: block;
  color: var(--green-soft);
  font-size: 0.82rem;
  line-height: 1.25;
}

.checkout-button,
.secondary-button {
  display: grid;
  place-items: center;
  min-height: 50px;
  border: 2px solid currentColor;
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.checkout-button {
  color: #031007;
  border-color: var(--green);
  background: var(--green);
  box-shadow: var(--button-shadow), 0 0 28px var(--shadow);
}

.checkout-button.is-missing-link {
  color: var(--green-soft);
  border-color: rgba(93, 255, 136, 0.45);
  background: rgba(93, 255, 136, 0.08);
}

.secondary-button {
  color: var(--pink);
  background: rgba(255, 78, 189, 0.08);
  box-shadow: 4px 4px 0 rgba(87, 255, 120, 0.12);
}

.checkout-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.checkout-status {
  border-top: 1px solid rgba(93, 255, 136, 0.16);
  padding-top: 0.85rem;
  font-size: 0.82rem;
}

.referral-loop {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(1rem, 3vw, 1.5rem);
  scroll-margin-top: 96px;
  margin: 0 0 1.5rem;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.referral-loop h2 {
  max-width: 620px;
  margin: 0;
  color: var(--text);
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.95;
}

.referral-loop p {
  color: var(--muted);
  line-height: 1.65;
}

.referral-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.referral-steps article {
  min-height: 112px;
  border: 2px solid rgba(255, 78, 189, 0.32);
  border-radius: var(--radius);
  padding: 0.85rem;
  background: rgba(5, 8, 6, 0.62);
  box-shadow: 5px 5px 0 rgba(87, 255, 120, 0.12);
}

.referral-steps strong {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 30px;
  margin-bottom: 0.75rem;
  color: #050806;
  background: var(--green);
  box-shadow: 4px 4px 0 rgba(255, 78, 189, 0.45);
}

.referral-steps span {
  display: block;
  color: var(--green-soft);
  line-height: 1.45;
}

.referral-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: start;
}

.referral-actions .checkout-status {
  grid-column: 1 / -1;
  margin: 0;
}

.launch-roadmap {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 1.5rem);
  scroll-margin-top: 96px;
  margin: 0 0 1.5rem;
  border: 2px solid rgba(255, 78, 189, 0.48);
  border-radius: var(--radius);
  padding: clamp(1rem, 3vw, 1.5rem);
  background:
    linear-gradient(135deg, rgba(87, 255, 120, 0.11), transparent 30%),
    linear-gradient(315deg, rgba(255, 78, 189, 0.11), transparent 34%),
    rgba(5, 8, 6, 0.9);
  box-shadow:
    var(--square-shadow),
    0 0 0 2px rgba(255, 78, 189, 0.05),
    0 18px 48px rgba(0, 0, 0, 0.36),
    0 0 44px var(--danger-shadow);
}

.roadmap-copy h2 {
  max-width: 560px;
  margin: 0;
  color: var(--text);
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.95;
}

.roadmap-copy p {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.65;
}

.file-stack {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.file-stack span {
  border: 2px solid rgba(87, 255, 120, 0.22);
  border-radius: var(--radius);
  padding: 0.65rem 0.75rem;
  color: var(--green-soft);
  background: rgba(3, 5, 3, 0.72);
  box-shadow: 5px 5px 0 rgba(255, 78, 189, 0.14);
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  counter-reset: roadmap;
  list-style: none;
}

.roadmap-step {
  position: relative;
  min-height: 132px;
  border: 2px solid rgba(87, 255, 120, 0.23);
  border-radius: var(--radius);
  padding: 0.85rem 0.85rem 0.85rem 3.2rem;
  background: rgba(3, 5, 3, 0.68);
  box-shadow: 5px 5px 0 rgba(255, 78, 189, 0.12);
  counter-increment: roadmap;
}

.roadmap-step::before {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  content: counter(roadmap, decimal-leading-zero);
  color: #050806;
  background: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 4px 4px 0 rgba(255, 78, 189, 0.48);
}

.roadmap-step strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--pink);
  text-transform: uppercase;
}

.roadmap-step span {
  display: block;
  color: var(--green-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.roadmap-step code {
  color: var(--text);
  background: rgba(255, 78, 189, 0.14);
}

.launch-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px)) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
}

.launch-actions .checkout-status {
  margin: 0;
}

.output-shell {
  scroll-margin-top: 96px;
  margin-bottom: 3rem;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.output-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(93, 255, 136, 0.18);
}

.output-header h2 {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2.7rem);
  letter-spacing: 0;
}

.availability-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  text-align: right;
}

.empty-state {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 150px;
  border: 2px dashed rgba(93, 255, 136, 0.3);
  border-radius: var(--radius);
  padding: 1.2rem;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0 rgba(255, 78, 189, 0.1);
}

.empty-state span {
  color: var(--green);
  font-weight: 900;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  align-items: start;
}

.result-card {
  position: relative;
  min-height: 220px;
  padding: 1rem;
  overflow: auto;
  scrollbar-color: var(--pink) rgba(5, 8, 6, 0.7);
}

.results-grid > .result-card:not(.launch-brief-card) {
  aspect-ratio: auto;
  min-height: clamp(240px, 28vw, 360px);
  max-height: 620px;
}

.launch-brief-card {
  grid-column: 1 / -1;
  min-height: auto;
  max-height: none;
  overflow: visible;
}

.domains-card,
.generic-domains-card,
.genz-domains-card,
.ab-test-card,
.book-pack-card,
.checklist-card {
  grid-column: span 6;
}

.book-pack-card {
  grid-column: 1 / -1;
  max-height: 720px;
}

.paywall-card,
.cta-card,
.price-engine-card,
.pricing-ladder-card,
.website-types-card {
  grid-column: span 4;
  max-height: 520px;
}

.results-grid > .result-card.book-pack-card {
  max-height: 720px;
}

.results-grid > .result-card.paywall-card,
.results-grid > .result-card.cta-card,
.results-grid > .result-card.price-engine-card,
.results-grid > .result-card.pricing-ladder-card,
.results-grid > .result-card.website-types-card {
  max-height: 520px;
}

.result-card:not(.launch-brief-card):not(.domains-card):not(.generic-domains-card):not(.genz-domains-card):not(.ab-test-card):not(.book-pack-card):not(.checklist-card):not(.paywall-card):not(.cta-card):not(.price-engine-card) {
  grid-column: span 4;
}

.card-heading {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.card-heading h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.card-kicker {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #031007;
  background: var(--pink);
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 4px 4px 0 rgba(87, 255, 120, 0.22);
}

.launch-brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.launch-brief-item {
  min-width: 0;
  border: 2px solid rgba(87, 255, 120, 0.22);
  border-radius: var(--radius);
  padding: 0.8rem;
  background: rgba(5, 8, 6, 0.62);
  box-shadow: 4px 4px 0 rgba(255, 78, 189, 0.1);
}

.launch-brief-item span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--pink);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.launch-brief-item strong {
  display: block;
  color: var(--green-soft);
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.launch-brief-item p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.launch-brief-actions {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.85rem;
}

.launch-brief-actions .checkout-status {
  margin: 0;
}

.receipt-export {
  width: 100%;
  min-height: 142px;
  max-height: 240px;
  margin-top: 0.75rem;
  border: 2px solid rgba(87, 255, 120, 0.22);
  border-radius: var(--radius);
  padding: 0.8rem;
  overflow: auto;
  color: var(--green-soft);
  background: rgba(3, 5, 3, 0.82);
  line-height: 1.45;
  resize: vertical;
  scrollbar-color: var(--pink) rgba(5, 8, 6, 0.7);
}

.receipt-export:focus {
  border-color: var(--pink);
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 78, 189, 0.16);
}

.buyer-control {
  margin-top: 0.85rem;
}

.buyer-control label {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.buyer-row {
  display: grid;
  grid-template-columns: minmax(88px, 1fr) minmax(76px, 0.75fr) minmax(88px, 1fr);
  gap: 0.55rem;
}

.buyer-row input {
  min-height: 42px;
  padding: 0.6rem;
  text-align: center;
}

.price-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.price-metrics section,
.currency-grid div {
  min-width: 0;
  border: 2px solid rgba(87, 255, 120, 0.22);
  border-radius: var(--radius);
  padding: 0.65rem;
  background: rgba(5, 8, 6, 0.62);
  box-shadow: 3px 3px 0 rgba(255, 78, 189, 0.1);
}

.price-metrics span,
.currency-grid span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--pink);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-metrics strong,
.currency-grid strong {
  display: block;
  color: var(--green-soft);
  overflow-wrap: anywhere;
}

.currency-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.75rem;
}

#copyPriceRule {
  width: 100%;
  margin-top: 0.75rem;
}

.domain-list,
.generic-domain-list,
.tag-list,
.checklist,
.domain-steps ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.domain-list {
  display: grid;
  gap: 0.7rem;
  counter-reset: domains;
}

.domain-list li,
.generic-domain-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  min-width: 0;
}

.domain-list li {
  counter-increment: domains;
}

.domain-list li::before {
  content: counter(domains, decimal-leading-zero);
  color: var(--cyan);
  font-weight: 900;
}

.generic-note {
  margin: -0.3rem 0 0.85rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.generic-domain-list {
  display: grid;
  gap: 0.65rem;
  counter-reset: generic-domains;
}

.generic-domain-list li {
  border: 2px solid rgba(255, 78, 189, 0.22);
  border-radius: var(--radius);
  padding: 0.62rem;
  background: rgba(255, 78, 189, 0.055);
  box-shadow: 4px 4px 0 rgba(87, 255, 120, 0.1);
  counter-increment: generic-domains;
}

.generic-domain-list li::before {
  content: "+" counter(generic-domains, decimal-leading-zero);
  color: var(--green);
  font-weight: 900;
}

.generic-domain-list small {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.why-genz {
  margin-top: 0.95rem;
  border: 2px solid rgba(87, 255, 120, 0.26);
  border-radius: var(--radius);
  padding: 0.8rem;
  background: rgba(87, 255, 120, 0.06);
  box-shadow: 4px 4px 0 rgba(255, 78, 189, 0.1);
}

.why-genz strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--green);
  text-transform: uppercase;
}

.why-genz p {
  margin: 0;
  color: var(--green-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ab-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.ab-variant {
  position: relative;
  min-height: 188px;
  border: 2px solid rgba(255, 78, 189, 0.26);
  border-radius: var(--radius);
  padding: 0.85rem;
  background: rgba(5, 8, 6, 0.66);
  box-shadow: 5px 5px 0 rgba(87, 255, 120, 0.1);
}

.ab-letter {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0.7rem;
  color: #031007;
  background: var(--green);
  font-weight: 900;
  box-shadow: 4px 4px 0 rgba(255, 78, 189, 0.42);
}

.ab-variant strong {
  display: block;
  color: var(--pink);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.ab-variant p,
.ab-method,
.brand-disclaimer {
  line-height: 1.48;
}

.ab-variant p {
  margin: 0.55rem 0 0;
  color: var(--green-soft);
  font-size: 0.88rem;
}

.ab-method {
  margin: 0.9rem 0 0;
  border: 2px solid rgba(87, 255, 120, 0.22);
  border-radius: var(--radius);
  padding: 0.75rem;
  color: var(--text);
  background: rgba(87, 255, 120, 0.055);
}

.brand-disclaimer {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.book-pack-topline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 0.8rem;
}

.book-price {
  display: grid;
  place-items: center;
  width: 74px;
  min-height: 74px;
  color: #050806;
  background: var(--green);
  font-size: 1.7rem;
  font-weight: 900;
  box-shadow: 6px 6px 0 rgba(255, 78, 189, 0.55);
}

.book-pack-topline p {
  margin: 0;
  color: var(--green-soft);
  line-height: 1.45;
}

.book-imprint {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  align-items: baseline;
  margin-bottom: 0.85rem;
  border: 2px solid rgba(87, 255, 120, 0.2);
  border-radius: var(--radius);
  padding: 0.65rem;
  background: rgba(87, 255, 120, 0.05);
  box-shadow: 4px 4px 0 rgba(255, 78, 189, 0.1);
}

.book-imprint span {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.book-imprint strong {
  color: var(--pink);
}

.book-math {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  align-items: baseline;
  border: 2px solid rgba(255, 78, 189, 0.26);
  border-radius: var(--radius);
  padding: 0.7rem;
  color: var(--green-soft);
  background: rgba(255, 78, 189, 0.055);
  box-shadow: 4px 4px 0 rgba(87, 255, 120, 0.1);
}

.book-math strong {
  color: var(--green);
  text-transform: uppercase;
}

.book-math span {
  color: var(--muted);
}

.book-best {
  margin-top: 0.8rem;
  border: 2px solid rgba(87, 255, 120, 0.22);
  border-radius: var(--radius);
  padding: 0.75rem;
  background: rgba(87, 255, 120, 0.045);
  box-shadow: 4px 4px 0 rgba(255, 78, 189, 0.1);
}

.book-best > span {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.book-best-list {
  max-height: none;
  margin-top: 0;
  overflow: visible;
}

.book-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
  margin-top: 0.85rem;
}

.book-tools input {
  min-height: 46px;
  padding: 0.8rem;
}

.book-tools span {
  color: var(--pink);
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.book-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.compact-button {
  min-height: 42px;
  padding: 0.6rem 0.75rem;
  font-size: 0.82rem;
}

.book-idea-list {
  display: grid;
  gap: 0.55rem;
  max-height: 460px;
  margin: 0.8rem 0 0;
  padding: 0;
  overflow: auto;
  counter-reset: books;
  list-style: none;
  scrollbar-color: var(--pink) rgba(5, 8, 6, 0.7);
}

.book-idea-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.35rem 0.65rem;
  border: 2px solid rgba(255, 78, 189, 0.2);
  border-radius: var(--radius);
  padding: 0.62rem;
  background: rgba(5, 8, 6, 0.62);
  box-shadow: 4px 4px 0 rgba(87, 255, 120, 0.08);
  counter-increment: books;
}

.book-idea-list li::before {
  content: counter(books, decimal-leading-zero);
  color: var(--green);
  font-weight: 900;
}

.book-idea-list strong {
  color: var(--green-soft);
  line-height: 1.35;
}

.book-idea-list span {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.name-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  align-items: baseline;
  min-width: 0;
}

.brand-name {
  color: var(--green-soft);
  font-weight: 900;
}

.domain-name {
  overflow-wrap: anywhere;
  color: var(--pink);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.tag-list li,
.price-row,
.checklist label {
  border: 2px solid rgba(93, 255, 136, 0.18);
  border-radius: var(--radius);
  background: rgba(5, 8, 6, 0.6);
  box-shadow: 4px 4px 0 rgba(255, 78, 189, 0.1);
}

.tag-list li {
  padding: 0.65rem 0.75rem;
  color: var(--green-soft);
}

.paywall-card p,
.cta-card p {
  color: var(--muted);
  line-height: 1.6;
}

.pricing-ladder {
  display: grid;
  gap: 0.65rem;
}

.price-row {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 0.8rem;
  padding: 0.75rem;
}

.price {
  color: var(--green);
  font-weight: 900;
}

.price-detail {
  color: var(--muted);
}

.progress-wrap {
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr);
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.8rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.progress-track {
  height: 10px;
  overflow: hidden;
  border: 2px solid rgba(93, 255, 136, 0.3);
  background: rgba(0, 0, 0, 0.35);
}

.progress-track span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--pink));
  transition: width 180ms ease;
}

.checklist {
  display: grid;
  gap: 0.55rem;
}

.checklist label {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin: 0;
  padding: 0.65rem;
  color: var(--text);
  font-weight: 400;
  line-height: 1.35;
}

.checklist input {
  width: 20px;
  height: 20px;
  margin: 0.05rem 0 0;
  accent-color: var(--green);
}

.connect-button {
  width: 100%;
  margin-top: 0.4rem;
}

.domain-steps {
  margin-top: 1rem;
  border-top: 1px solid rgba(93, 255, 136, 0.18);
  padding-top: 1rem;
}

.domain-steps p {
  margin: 0 0 0.6rem;
  color: var(--green);
  font-weight: 900;
}

.domain-steps ol {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  counter-reset: steps;
}

.domain-steps li {
  counter-increment: steps;
}

.domain-steps li::before {
  content: "0" counter(steps) " ";
  color: var(--cyan);
  font-weight: 900;
}

.site-footer {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 2rem;
  color: var(--muted);
  font-size: 0.85rem;
  text-align: center;
}

@keyframes glitchTop {
  0%,
  78%,
  100% {
    transform: translate(4px, -2px);
  }
  80% {
    transform: translate(-5px, -4px);
  }
  82% {
    transform: translate(8px, 1px);
  }
}

@keyframes glitchBottom {
  0%,
  70%,
  100% {
    transform: translate(-3px, 2px);
  }
  73% {
    transform: translate(6px, 4px);
  }
  76% {
    transform: translate(-7px, 0);
  }
}

@media (min-width: 760px) {
  .input-row {
    grid-template-columns: minmax(0, 1fr) 210px;
  }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .hero-copy {
    max-width: 820px;
  }

  .glitch-title {
    font-size: clamp(2.35rem, 8.4vw, 4.65rem);
  }

  .console-panel {
    max-width: 680px;
  }
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .domains-card,
  .generic-domains-card,
  .genz-domains-card,
  .ab-test-card,
  .book-pack-card,
  .checklist-card,
  .paywall-card,
  .cta-card,
  .price-engine-card,
  .result-card:not(.launch-brief-card):not(.domains-card):not(.generic-domains-card):not(.genz-domains-card):not(.ab-test-card):not(.book-pack-card):not(.checklist-card):not(.paywall-card):not(.cta-card):not(.price-engine-card) {
    grid-column: span 12;
  }
}

@media (max-width: 640px) {
  .site-header,
  .output-header,
  .signal-strip {
    align-items: stretch;
  }

  .site-header {
    position: static;
    gap: 0.65rem;
    margin-top: 0.75rem;
    padding: 0.65rem;
  }

  .brand {
    font-size: 0.95rem;
  }

  .site-header,
  .output-header {
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.4rem;
    font-size: 0.78rem;
  }

  .site-nav a {
    flex: 1 1 calc(33.333% - 0.4rem);
    min-width: 0;
    padding: 0.45rem 0.4rem;
    text-align: center;
  }

  .signal-strip {
    grid-template-columns: 1fr;
  }

  .paywall-launch {
    grid-template-columns: 1fr;
  }

  .checkout-card {
    justify-self: stretch;
    max-width: none;
    min-height: auto;
  }

  .referral-loop,
  .referral-actions,
  .referral-steps,
  .launch-roadmap,
  .launch-actions,
  .roadmap-grid,
  .cc-status-grid,
  .launch-brief-actions,
  .launch-brief-grid,
  .buyer-row,
  .currency-grid,
  .price-metrics,
  .book-actions,
  .book-tools,
  .ab-grid {
    grid-template-columns: 1fr;
  }

  .signal-strip div {
    justify-content: space-between;
  }

  .availability-note {
    text-align: left;
  }

  .empty-state {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-row,
  .book-pack-topline,
  .progress-wrap {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
