/* NuncaOff landing — "control room at 3 a.m." Author: Bruno Santos */
@font-face { font-family: "Big Shoulders"; src: url(/fonts/big-shoulders-900.woff2) format("woff2"); font-weight: 900; font-display: swap; }
@font-face { font-family: "Big Shoulders"; src: url(/fonts/big-shoulders-700.woff2) format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url(/fonts/instrument-sans-400.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url(/fonts/instrument-sans-600.woff2) format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Martian Mono"; src: url(/fonts/martian-mono-400.woff2) format("woff2"); font-weight: 400; font-display: swap; }

:root {
  color-scheme: dark;
  --ink: #07090a;
  --panel: #0d1210;
  --panel-2: #111916;
  --line: #1c2723;
  --text: #e4eee8;
  --muted: #8b9c93;
  --on: #3cf08a;
  --on-soft: rgba(60, 240, 138, 0.12);
  --amber: #ffb23f;
  --off: #ff5d5d;
  --display: "Big Shoulders", "Arial Narrow", sans-serif;
  --body: "Instrument Sans", system-ui, sans-serif;
  --mono: "Martian Mono", ui-monospace, monospace;
  --gutter: clamp(16px, 4vw, 56px);
  --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(900px 520px at 78% 12%, rgba(60, 240, 138, 0.09), transparent 60%),
    radial-gradient(700px 420px at 8% 88%, rgba(255, 178, 63, 0.05), transparent 60%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px),
    var(--ink);
  color: var(--text);
  font: 400 17px/1.6 var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: var(--on); text-underline-offset: 3px; }
strong { font-weight: 600; color: #fff; }
h1, h2, h3 { font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: 0.01em; margin: 0; }
h2 { font-size: clamp(40px, 6vw, 76px); line-height: 0.95; padding-top: 0.1em; }
h2 em { font-style: normal; color: var(--on); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; z-index: 10; background: var(--on); color: var(--ink); padding: 8px 12px; border-radius: 8px; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }

/* LED */
.led { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--on); box-shadow: 0 0 0 3px var(--on-soft), 0 0 14px var(--on); margin-right: 10px; vertical-align: middle; animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 5px rgba(60, 240, 138, 0.06), 0 0 22px var(--on); } }

/* Top bar */
.bar { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px var(--gutter); background: rgba(7, 9, 10, 0.78); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.logo, .brand { font: 900 24px/1 var(--display); letter-spacing: 0.04em; color: var(--text); text-decoration: none; }
.logo b, .brand b { color: var(--on); }
.bar nav { display: flex; align-items: center; gap: clamp(10px, 2.4vw, 28px); font: 400 12px/1 var(--mono); text-transform: uppercase; }
.bar nav a { color: var(--muted); text-decoration: none; }
.bar nav a:hover { color: var(--text); }
.bar nav .btn-sm { color: var(--ink); background: var(--on); padding: 9px 12px; border-radius: 8px; font-weight: 400; }
@media (max-width: 720px) { .bar nav a:not(.btn-sm) { display: none; } }

main > section { padding: clamp(64px, 10vw, 128px) var(--gutter); max-width: 1320px; margin: 0 auto; }

/* Hero */
.hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr); gap: clamp(32px, 6vw, 96px); align-items: center; min-height: calc(100svh - 64px); padding-top: clamp(40px, 6vw, 72px) !important; }
.kicker { font: 400 12px/1 var(--mono); text-transform: uppercase; letter-spacing: 0.14em; color: var(--amber); margin: 0 0 22px; }
.hero h1 { font-size: clamp(96px, 19vw, 260px); line-height: 0.8; letter-spacing: -0.01em; }
.hero h1 .line { display: block; }
.hero h1 .line + .line { color: transparent; -webkit-text-stroke: 2px var(--on); text-shadow: 0 0 40px rgba(60, 240, 138, 0.25); }
.hero h1 .dot { color: var(--on); -webkit-text-stroke: 0; }
.lede { font-size: clamp(18px, 1.6vw, 21px); color: var(--muted); max-width: 34em; margin: 28px 0 32px; }
.cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.note { font: 400 12px/1.4 var(--mono); color: var(--muted); }
.btn { display: inline-block; border: 0; cursor: pointer; background: var(--on); color: var(--ink); font: 700 20px/1 var(--display); text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none; padding: 18px 26px; border-radius: 10px; box-shadow: 0 10px 40px -12px rgba(60, 240, 138, 0.7), inset 0 -3px 0 rgba(0, 0, 0, 0.25); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 50px -12px rgba(60, 240, 138, 0.85), inset 0 -3px 0 rgba(0, 0, 0, 0.25); }
.btn:disabled { opacity: 0.6; cursor: progress; transform: none; }

/* Console */
.console { background: linear-gradient(180deg, var(--panel-2), var(--panel)); border: 1px solid var(--line); border-radius: 22px; padding: 28px; box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.04); position: relative; }
.console::before { content: ""; position: absolute; inset: 10px; border: 1px dashed rgba(255, 255, 255, 0.05); border-radius: 16px; pointer-events: none; }
.switch { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; }
.rocker { width: 76px; height: 116px; border-radius: 12px; background: #151d19; border: 1px solid #25332d; display: grid; grid-template-rows: 1fr 1fr; overflow: hidden; box-shadow: inset 0 -30px 30px -20px rgba(0, 0, 0, 0.6); }
.mark { display: grid; place-items: center; font: 900 30px/1 var(--display); }
.mark.on { background: linear-gradient(180deg, #1f3b2d, #16271f); color: var(--on); text-shadow: 0 0 16px var(--on); box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.08); }
.mark.off { color: #3b4a43; transform: perspective(200px) rotateX(18deg); }
.lock { font: 400 11px/1.4 var(--mono); text-transform: uppercase; letter-spacing: 0.1em; color: var(--amber); border: 1px solid rgba(255, 178, 63, 0.35); padding: 8px 10px; border-radius: 8px; }
.readout { margin: 0; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.readout div { display: flex; justify-content: space-between; gap: 12px; background: var(--panel); padding: 13px 16px; }
.readout dt { font: 400 11px/1.6 var(--mono); text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.readout dd { margin: 0; font: 400 14px/1.6 var(--mono); color: var(--text); text-align: right; font-variant-numeric: tabular-nums; }
.readout dd.on { color: var(--on); text-shadow: 0 0 12px rgba(60, 240, 138, 0.6); }
.console-foot { margin: 18px 0 0; font: 400 11px/1 var(--mono); color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; text-align: center; }

/* Versus */
.versus h2 { margin-bottom: 44px; }
.table { border-top: 1px solid var(--line); }
.row { display: grid; grid-template-columns: 1fr 1.2fr 1.2fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.row.head span { font: 400 11px/1 var(--mono); text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.row.head span:last-child { color: var(--on); }
.row [role="rowheader"] { font: 700 22px/1.1 var(--display); text-transform: uppercase; }
.bad { color: var(--muted); text-decoration: line-through; text-decoration-color: rgba(255, 93, 93, 0.6); }
.good { color: var(--text); font-weight: 600; }
.good::before { content: "● "; color: var(--on); }
@media (max-width: 720px) {
  .row { grid-template-columns: 1fr 1fr; }
  .row [role="rowheader"] { grid-column: 1 / -1; }
  .row.head span:first-child { display: none; }
}

/* Specs */
.specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); padding: 0 !important; overflow: hidden; margin: 0 var(--gutter) !important; max-width: none !important; }
@media (min-width: 1432px) { .specs { margin: 0 auto !important; max-width: 1208px !important; } }
.specs article { background: var(--panel); padding: clamp(24px, 3vw, 40px); transition: background 0.2s ease; }
.specs article:hover { background: var(--panel-2); }
.specs .n { display: block; font: 900 clamp(44px, 5vw, 64px)/1 var(--display); color: var(--on); margin-bottom: 18px; }
.specs h3 { font-size: 24px; margin-bottom: 8px; }
.specs p { margin: 0; color: var(--muted); font-size: 16px; }
@media (max-width: 900px) { .specs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .specs { grid-template-columns: 1fr; } }

/* SLA */
.sla { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 6vw, 80px); align-items: center; }
.sla p { color: var(--muted); max-width: 32em; margin-top: 20px; }
.sla table { width: 100%; border-collapse: collapse; font-family: var(--mono); font-size: 14px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.sla th { text-align: left; font-weight: 400; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); background: var(--panel-2); padding: 14px 18px; }
.sla td { padding: 18px; border-top: 1px solid var(--line); background: var(--panel); }
.sla td:last-child { color: var(--amber); font-size: 20px; }
@media (max-width: 860px) { .sla { grid-template-columns: 1fr; } }

/* Games */
.launch { list-style: none; padding: 0; margin: 36px 0 24px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.launch li { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: linear-gradient(135deg, var(--panel-2), var(--panel)); display: grid; gap: 6px; }
.launch strong { font: 900 clamp(48px, 7vw, 88px)/0.9 var(--display); text-transform: uppercase; }
.launch small { color: var(--muted); font-size: 15px; }
.tag { justify-self: start; font: 400 11px/1 var(--mono); text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink); background: var(--amber); padding: 6px 8px; border-radius: 6px; }
.next { color: var(--muted); font-family: var(--mono); font-size: 13px; }
.next b { color: var(--text); font-weight: 400; }
@media (max-width: 720px) { .launch { grid-template-columns: 1fr; } }

/* Waitlist */
.waitlist { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 6vw, 88px); align-items: start; }
.waitlist-copy p { color: var(--muted); margin-top: 20px; }
form { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: clamp(22px, 3vw, 34px); display: grid; gap: 10px; box-shadow: 0 0 0 1px rgba(60, 240, 138, 0.06), 0 40px 90px -50px rgba(60, 240, 138, 0.35); }
label { font: 400 11px/1 var(--mono); text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-top: 8px; }
input[type="email"], input[type="text"], select { width: 100%; font: 400 17px/1.3 var(--body); color: var(--text); background: var(--ink); border: 1px solid var(--line); border-radius: 10px; padding: 14px 14px; margin-top: 8px; }
input:focus, select:focus { border-color: var(--on); outline: none; box-shadow: 0 0 0 3px var(--on-soft); }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; gap: 12px; align-items: flex-start; text-transform: none; letter-spacing: 0; font: 400 14px/1.5 var(--body); color: var(--muted); margin: 12px 0 6px; }
.consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--on); flex: none; }
.cf-turnstile { min-height: 65px; }
form .btn { width: 100%; margin-top: 6px; }
.status { min-height: 1.6em; margin: 4px 0 0; font: 400 13px/1.5 var(--mono); }
.status.ok { color: var(--on); }
.status.err { color: var(--off); }
@media (max-width: 860px) { .waitlist { grid-template-columns: 1fr; } }
@media (max-width: 420px) { .two { grid-template-columns: 1fr; } }

/* FAQ */
.faq h2 { margin-bottom: 28px; }
details { border-bottom: 1px solid var(--line); padding: 20px 0; max-width: 900px; }
summary { cursor: pointer; font: 700 clamp(22px, 2.4vw, 28px)/1.15 var(--display); text-transform: uppercase; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--on); font-family: var(--mono); font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); margin: 12px 0 0; max-width: 46em; }

/* Footer */
.foot { border-top: 1px solid var(--line); padding: 40px var(--gutter) 56px; color: var(--muted); font-size: 14px; }
.foot p { margin: 14px 0 0; }
.foot .legal { font-size: 12px; opacity: 0.8; }

/* Motion */
.reveal { opacity: 0; transform: translateY(14px); animation: rise 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; }
.hero-copy .reveal:nth-child(1) { animation-delay: 0.05s; }
.hero-copy .reveal:nth-child(2) { animation-delay: 0.15s; }
.hero-copy .reveal:nth-child(3) { animation-delay: 0.3s; }
.hero-copy .reveal:nth-child(4) { animation-delay: 0.42s; }
.console.reveal { animation-delay: 0.55s; }
@keyframes rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; animation: none; }
  .led { animation: none; }
  html { scroll-behavior: auto; }
}

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

/* Privacy page */
.doc h3 { font-size: 26px; margin-top: 36px; }
.doc p { color: var(--muted); max-width: 46em; }
.doc .note { font: 400 12px/1.4 var(--mono); color: var(--amber); margin-top: 16px; }
