:root {
  color-scheme: light;
  --paper: #f4f4ef;
  --paper-2: #e9ece4;
  --ink: #111715;
  --ink-2: #26302d;
  --muted: #68716d;
  --line: #d7dbd2;
  --line-dark: #253331;
  --acid: #caff04;
  --aqua: #00d9c5;
  --blue: #2858ff;
  --amber: #ffb22c;
  --red: #ff4f42;
  --dark: #071011;
  --dark-2: #101b1d;
  --shadow: 0 36px 96px rgba(8, 16, 17, 0.2);
  --max: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 74% 14%, rgba(202, 255, 4, 0.18), transparent 22vw),
    radial-gradient(circle at 14% 38%, rgba(0, 217, 197, 0.12), transparent 26vw),
    var(--paper);
  color: var(--ink);
  font-family: "Barlow", "Aptos", "Segoe UI", system-ui, sans-serif;
  letter-spacing: 0;
}

body::before {
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(17, 23, 21, 0.035) 42% 42.5%, transparent 42.5%),
    radial-gradient(ellipse at 22% 18%, transparent 0 28%, rgba(17, 23, 21, 0.08) 28.2%, transparent 28.5%),
    radial-gradient(ellipse at 92% 56%, transparent 0 32%, rgba(17, 23, 21, 0.07) 32.2%, transparent 32.5%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.entry-loader {
  align-items: center;
  animation: loaderAutoExit 2600ms ease forwards;
  background: var(--paper);
  display: grid;
  inset: 0;
  justify-items: center;
  overflow: hidden;
  pointer-events: all;
  position: fixed;
  z-index: 1000;
}

.entry-grid {
  background:
    radial-gradient(ellipse at 25% 18%, transparent 0 27%, rgba(17, 23, 21, 0.14) 27.2%, transparent 27.6%),
    radial-gradient(ellipse at 80% 58%, transparent 0 38%, rgba(17, 23, 21, 0.12) 38.2%, transparent 38.6%),
    linear-gradient(rgba(17, 23, 21, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 23, 21, 0.04) 1px, transparent 1px);
  background-size: auto, auto, 58px 58px, 58px 58px;
  inset: -18%;
  opacity: 0.8;
  position: absolute;
  transform: perspective(850px) rotateX(62deg) translateY(18%);
}

.entry-grid::after {
  animation: scanSweep 1700ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  background: linear-gradient(90deg, transparent, rgba(202, 255, 4, 0.68), transparent);
  content: "";
  height: 100%;
  left: -35%;
  position: absolute;
  top: 0;
  width: 34%;
}

.entry-core {
  align-items: center;
  display: grid;
  gap: 18px;
  justify-items: center;
  position: relative;
  text-transform: uppercase;
}

.entry-core span {
  color: var(--ink);
  font-size: clamp(26px, 6vw, 76px);
  font-weight: 950;
  line-height: 0.9;
}

.entry-logo {
  height: clamp(82px, 14vw, 148px);
  overflow: visible;
  width: clamp(82px, 14vw, 148px);
}

.mark-a,
.mark-b {
  fill: var(--ink);
}

.mark-b {
  opacity: 1;
}

.mark-signal {
  animation: drawLogo 1400ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
  fill: none;
  stroke: var(--blue);
  stroke-dasharray: 190;
  stroke-dashoffset: 190;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 7;
}

.mark-floor {
  fill: none;
  stroke: var(--acid);
  stroke-width: 7;
}

.entry-meter {
  background: rgba(17, 23, 21, 0.12);
  height: 5px;
  overflow: hidden;
  width: min(380px, 70vw);
}

.entry-meter i {
  animation: meterFill 1650ms ease forwards;
  background: linear-gradient(90deg, var(--acid), var(--aqua), var(--blue));
  display: block;
  height: 100%;
  transform-origin: left;
  width: 100%;
}

body.intro-complete .entry-loader {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.topbar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(7, 16, 17, 0.82);
  border-bottom: 1px solid rgba(244, 244, 239, 0.12);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 15px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand,
.nav-links,
.hero-actions,
.hero-strip,
.panel-head,
.metric-row,
.footer {
  align-items: center;
  display: flex;
}

.brand {
  color: var(--paper);
  font-size: 18px;
  font-weight: 950;
  gap: 12px;
}

.brand-mark {
  display: inline-flex;
  height: 42px;
  width: 42px;
}

.brand-mark svg {
  height: 42px;
  overflow: visible;
  width: 42px;
}

.brand-mark .mark-signal {
  animation: none;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke-width: 4.6;
}

.brand-mark .mark-floor {
  stroke-width: 5;
}

.brand-mark .mark-a {
  fill: var(--paper);
}

.nav-links {
  color: #aab5af;
  gap: 26px;
  font-size: 15px;
  font-weight: 850;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  background: var(--acid);
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 170ms ease;
  width: 100%;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-cta,
.button {
  align-items: center;
  border: 2px solid var(--ink);
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
}

.nav-cta {
  background: var(--acid);
  color: var(--ink);
}

.hero {
  background:
    radial-gradient(circle at 70% 22%, rgba(40, 88, 255, 0.22), transparent 26vw),
    radial-gradient(circle at 18% 72%, rgba(0, 217, 197, 0.16), transparent 26vw),
    var(--dark);
  color: var(--paper);
  min-height: 95svh;
  overflow: hidden;
  position: relative;
}

#market-canvas,
.hero-noise {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.track-map {
  height: 100%;
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.track-map path {
  fill: none;
  stroke: rgba(244, 244, 239, 0.18);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.track-map path:nth-child(2) {
  animation-delay: -4s;
  opacity: 0.65;
}

.track-map path:nth-child(3) {
  animation-delay: -7s;
  opacity: 0.55;
}

.hero-noise {
  background:
    linear-gradient(180deg, rgba(7, 16, 17, 0.16), rgba(7, 16, 17, 0.52)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px);
  pointer-events: none;
  z-index: 1;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 84px);
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: 95svh;
  padding: 116px clamp(20px, 4vw, 56px) 62px;
  position: relative;
  z-index: 3;
}

.hero-content {
  min-width: 0;
}

.hero-kicker {
  align-items: center;
  color: #aab5af;
  display: inline-flex;
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.hero-kicker::before {
  background: var(--acid);
  content: "";
  height: 14px;
  width: 14px;
}

.hero-tape {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.hero-tape span {
  background: rgba(244, 244, 239, 0.08);
  border: 1px solid rgba(244, 244, 239, 0.2);
  color: var(--paper);
  font-family: "Geist Mono", "Cascadia Code", "SFMono-Regular", monospace;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--blue);
  font-family: "Geist Mono", "Cascadia Code", "SFMono-Regular", monospace;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: var(--paper);
  font-family: "Barlow Condensed", "Barlow", "Aptos", sans-serif;
  font-size: clamp(58px, 6vw, 86px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.86;
  margin-bottom: 18px;
  max-width: 760px;
  white-space: nowrap;
}

.hero-statement {
  color: var(--paper);
  font-family: "Barlow Condensed", "Barlow", "Aptos", sans-serif;
  font-size: clamp(30px, 3.7vw, 54px);
  font-weight: 950;
  line-height: 0.96;
  margin-bottom: 24px;
  max-width: 760px;
}

h2 {
  font-size: clamp(36px, 5.2vw, 76px);
  font-family: "Barlow Condensed", "Barlow", "Aptos", sans-serif;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 22px;
}

h3 {
  font-family: "Barlow Condensed", "Barlow", "Aptos", sans-serif;
  font-size: 24px;
  font-weight: 950;
  margin-bottom: 10px;
}

.hero-copy,
.section-copy p,
.workflow p,
.thesis-grid p,
.operator-grid p,
.launch-panel span,
.access-panel p {
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.46;
}

.hero-copy {
  color: #cbd4cf;
  max-width: 720px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 34px;
}

.button {
  border-radius: 0;
  cursor: pointer;
  min-width: 170px;
  transition: transform 170ms ease, background 170ms ease, color 170ms ease;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--acid);
  border-color: var(--acid);
  color: var(--ink);
}

.button.ghost {
  background: rgba(244, 244, 239, 0.04);
  border-color: rgba(244, 244, 239, 0.48);
  color: var(--paper);
}

.button.ghost:hover {
  background: var(--acid);
  border-color: var(--acid);
  color: var(--ink);
}

.hero-strip {
  border-left: 3px solid var(--acid);
  color: #aab5af;
  flex-wrap: wrap;
  gap: 14px 34px;
  padding-left: 18px;
}

.hero-strip strong {
  color: var(--paper);
  display: block;
  margin-bottom: 2px;
}

.hero-progression {
  align-items: center;
  color: var(--paper);
  display: flex;
  flex-wrap: wrap;
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 12px;
  font-weight: 950;
  gap: 12px;
  margin-top: 24px;
  text-transform: uppercase;
}

.hero-progression i {
  background: linear-gradient(90deg, var(--blue), var(--aqua), var(--acid));
  display: block;
  height: 2px;
  width: 62px;
}

.hero-console {
  background: var(--dark);
  border: 1px solid rgba(17, 23, 21, 0.28);
  box-shadow: var(--shadow);
  color: #f8f5ea;
  min-height: 620px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.hero-console::before {
  background: var(--acid);
  content: "";
  height: 6px;
  left: 28px;
  position: absolute;
  right: 28px;
  top: 28px;
}

.hero-console::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 30px 30px;
  content: "";
  inset: 0;
  opacity: 0.38;
  pointer-events: none;
  position: absolute;
}

.console-head,
.console-main,
.console-grid,
.market-race,
.console-foot {
  position: relative;
  z-index: 1;
}

.console-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 28px 0 34px;
}

.console-head span,
.console-grid span,
.console-main span,
.console-foot span {
  color: #aeb9b4;
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.console-head strong {
  background: rgba(202, 255, 4, 0.12);
  color: var(--acid);
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 13px;
  padding: 9px 11px;
  text-transform: uppercase;
}

.console-main strong {
  display: block;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.9;
  margin-top: 8px;
}

.console-grid {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}

.console-grid div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  min-height: 104px;
  padding: 18px 0;
}

.console-grid div:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  padding-right: 18px;
}

.console-grid div:nth-child(even) {
  padding-left: 18px;
}

.console-grid strong {
  display: block;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1;
  margin-top: 12px;
  overflow-wrap: anywhere;
}

.market-race {
  background:
    radial-gradient(circle at 20% 40%, rgba(40, 88, 255, 0.22), transparent 18%),
    radial-gradient(circle at 82% 62%, rgba(202, 255, 4, 0.13), transparent 22%),
    rgba(255, 255, 255, 0.03);
  height: 176px;
  margin-top: 28px;
  overflow: hidden;
}

.market-race::before {
  border: 1px solid rgba(255, 255, 255, 0.12);
  content: "";
  inset: 18px;
  position: absolute;
}

.race-line {
  left: 26px;
  position: absolute;
  right: 26px;
}

.race-line.target {
  border-top: 2px dashed rgba(255, 178, 44, 0.9);
  top: 68px;
}

.race-line.hedge {
  animation: hedgeDrift 3.2s ease-in-out infinite alternate;
  border-top: 3px solid rgba(0, 217, 197, 0.86);
  bottom: 54px;
  transform: skewY(-5deg);
}

.race-node {
  align-items: center;
  border: 2px solid var(--ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  position: absolute;
  width: 58px;
}

.race-node.yes {
  animation: nodePulse 2.4s ease-in-out infinite;
  background: var(--acid);
  color: var(--ink);
  left: 36px;
  top: 34px;
}

.race-node.no {
  animation: nodePulse 2.8s ease-in-out infinite;
  animation-delay: 0.8s;
  background: var(--paper);
  color: var(--ink);
  right: 42px;
  top: 84px;
}

.race-node.btc {
  animation: nodePulseBlue 2.8s ease-in-out infinite;
  animation-delay: 1.2s;
  background: var(--blue);
  border-color: rgba(255, 255, 255, 0.25);
  bottom: 26px;
  color: white;
  left: 48%;
}

.console-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.console-foot span {
  background: rgba(255, 255, 255, 0.06);
  padding: 8px 10px;
}

.live-rail {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.live-rail div {
  border-right: 1px solid rgba(244, 244, 239, 0.14);
  min-height: 126px;
  padding: 24px clamp(18px, 3vw, 42px);
}

.live-rail div:last-child {
  border-right: 0;
}

.live-rail span {
  color: #aeb9b4;
  display: block;
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.live-rail strong {
  color: var(--paper);
  display: block;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.trust-band {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.trust-band div {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
  padding: 24px clamp(20px, 4vw, 56px);
}

.trust-band div:first-child {
  border-right: 1px solid var(--line);
}

.trust-band strong {
  color: var(--ink);
}

.section {
  margin: 0 auto;
  max-width: calc(var(--max) + 112px);
  padding: clamp(58px, 8vw, 118px) clamp(20px, 4vw, 56px);
}

.section-copy {
  max-width: 700px;
}

.thesis {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: 0.72fr 1.28fr;
}

.thesis-copy {
  border-left: 4px solid var(--acid);
  padding-left: 22px;
}

.thesis-grid {
  background: var(--paper);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 300px;
}

.thesis-grid article {
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.thesis-grid article:last-child {
  border-right: 0;
}

.thesis-grid span,
.operator-grid span {
  color: var(--blue);
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-weight: 950;
  margin-bottom: 34px;
}

.thesis-grid strong {
  display: block;
  font-size: 28px;
  line-height: 1.02;
  margin-bottom: 14px;
}

.results-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 0.88fr 1.12fr;
}

.result-panel,
.calendar-card,
.workflow article,
.phone-shell,
.launch-panel,
.access-panel,
.risk-grid,
.mobile-section,
.operator-panel {
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 80px rgba(17, 23, 21, 0.08);
}

.result-panel {
  background: var(--dark);
  color: var(--paper);
  grid-row: span 2;
  min-height: 520px;
  padding: 28px;
}

.calendar-card {
  padding: 24px;
}

.panel-head {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.label {
  color: var(--muted);
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 13px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.result-panel .label,
.result-panel .metric-row span {
  color: #aeb9b4;
}

.panel-head strong {
  font-size: 34px;
}

.status-pill {
  background: rgba(202, 255, 4, 0.16);
  color: var(--ink);
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 13px;
  font-weight: 950;
  padding: 9px 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.result-panel .status-pill {
  color: var(--acid);
}

.status-pill.soft {
  background: rgba(40, 88, 255, 0.1);
  color: var(--blue);
}

.metric-row {
  border-top: 1px solid rgba(17, 23, 21, 0.12);
  justify-content: space-between;
  padding: 14px 0;
}

.result-panel .metric-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.metric-row span {
  color: var(--muted);
}

.positive {
  color: #0aa76c !important;
}

.result-panel .positive,
.hero-console .positive,
.live-rail .positive {
  color: var(--acid) !important;
}

.negative {
  color: var(--red) !important;
}

.subtle-row strong {
  color: var(--muted);
  font-size: 15px;
}

.equity-chart {
  background: #0b1516;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 22px;
  overflow: hidden;
}

.equity-chart canvas {
  display: block;
  height: 260px;
  width: 100%;
}

.pnl-calendar {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.day-cell {
  aspect-ratio: 1;
  background: #f7f7f2;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 9px;
}

.day-cell time {
  color: var(--muted);
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 12px;
}

.day-cell strong {
  font-size: clamp(13px, 1.8vw, 18px);
  overflow-wrap: anywhere;
}

.day-cell.win {
  background: rgba(202, 255, 4, 0.32);
  border-color: rgba(17, 23, 21, 0.18);
}

.day-cell.loss {
  background: rgba(255, 79, 66, 0.12);
  border-color: rgba(255, 79, 66, 0.26);
}

.split,
.mobile-section {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 0.8fr 1.2fr;
}

.workflow {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.workflow article {
  min-height: 230px;
  padding: 24px;
}

.workflow span {
  color: var(--blue);
  display: block;
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-weight: 950;
  margin-bottom: 32px;
}

.mobile-section {
  grid-template-columns: minmax(300px, 420px) 1fr;
}

.phone-shell {
  background: var(--dark);
  border-radius: 34px;
  color: var(--paper);
  justify-self: center;
  max-width: 380px;
  min-height: 700px;
  padding: 18px;
  width: 100%;
}

.phone-bar {
  background: rgba(255, 255, 255, 0.18);
  height: 28px;
  margin: 0 auto 22px;
  width: 118px;
}

.phone-status,
.phone-main,
.phone-list div {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.phone-status,
.phone-list div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.phone-status strong,
.phone-main strong {
  color: var(--acid);
}

.phone-main {
  margin: 16px 0;
  padding: 24px;
}

.phone-main p,
.phone-main span,
.phone-list span {
  color: #aeb9b4;
}

.phone-main strong {
  display: block;
  font-size: 52px;
  margin: 10px 0;
}

.phone-list {
  display: grid;
  gap: 10px;
}

.check-list {
  color: var(--muted);
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.check-list li {
  border-left: 4px solid var(--acid);
  padding-left: 14px;
}

.operator-section {
  padding-top: 18px;
}

.operator-panel {
  overflow: hidden;
}

.operator-head {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 0.35fr 1fr;
  padding: 34px;
}

.operator-head strong {
  display: block;
  font-size: clamp(34px, 5vw, 70px);
  line-height: 0.95;
  max-width: 900px;
}

.operator-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.operator-grid div {
  border-right: 1px solid var(--line);
  min-height: 245px;
  padding: 28px;
}

.operator-grid div:last-child {
  border-right: 0;
}

.launch {
  display: grid;
  gap: 24px;
  grid-template-columns: 0.75fr 1.25fr;
}

.launch-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}

.launch-panel div {
  border-right: 1px solid var(--line);
  min-height: 240px;
  padding: 28px;
}

.launch-panel div:last-child {
  border-right: 0;
}

.launch-panel strong {
  display: block;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
  margin-bottom: 18px;
}

.launch-panel span {
  color: var(--muted);
  display: block;
}

.risk {
  display: grid;
  gap: 24px;
  grid-template-columns: 0.85fr 1.15fr;
}

.risk-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.risk-grid span {
  background: #ffffff;
  color: var(--muted);
  min-height: 116px;
  padding: 22px;
}

.access {
  padding-top: 20px;
}

.access-panel {
  background: var(--ink);
  color: var(--paper);
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(26px, 5vw, 56px);
}

.access-panel .eyebrow {
  color: var(--acid);
}

.access-panel p {
  color: #bdc7c2;
}

.access-form {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr auto;
  margin-top: 28px;
}

.hp-field {
  display: none;
}

.access-form label {
  color: #bdc7c2;
  display: grid;
  gap: 8px;
}

.access-form input,
.access-form select {
  background: #ffffff;
  border: 0;
  color: var(--ink);
  min-height: 50px;
  padding: 0 14px;
  width: 100%;
}

.form-status {
  color: var(--acid);
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 13px;
  grid-column: 1 / -1;
  margin: 2px 0 0;
  min-height: 18px;
  text-transform: uppercase;
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  flex-wrap: wrap;
  gap: 14px 28px;
  justify-content: space-between;
  padding: 26px clamp(20px, 4vw, 56px);
}

[data-animate] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 360ms ease, transform 360ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drawLogo {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes meterFill {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes scanSweep {
  to {
    left: 104%;
  }
}

@keyframes loaderAutoExit {
  0%,
  76% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

@keyframes hedgeDrift {
  from {
    transform: skewY(-5deg) translateY(0);
  }

  to {
    transform: skewY(-5deg) translateY(-8px);
  }
}

@keyframes nodePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(202, 255, 4, 0.58);
  }

  50% {
    box-shadow: 0 0 0 11px rgba(202, 255, 4, 0);
  }
}

@keyframes nodePulseBlue {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(40, 88, 255, 0.58);
  }

  50% {
    box-shadow: 0 0 0 11px rgba(40, 88, 255, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .entry-loader {
    display: none;
  }
}

@media (max-width: 1120px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-console {
    min-height: 540px;
  }

  .live-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-rail div:nth-child(2) {
    border-right: 0;
  }

  .live-rail div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(244, 244, 239, 0.14);
  }

  .results-grid,
  .split,
  .mobile-section,
  .launch,
  .risk,
  .thesis {
    grid-template-columns: 1fr;
  }

  .result-panel {
    grid-row: auto;
  }

  .operator-head,
  .operator-grid,
  .access-form,
  .launch-panel {
    grid-template-columns: 1fr;
  }

  .operator-grid div,
  .launch-panel div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: 0;
  }

  .operator-grid div:last-child,
  .launch-panel div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .topbar {
    padding: 12px 14px;
  }

  .brand {
    font-size: 16px;
  }

  .brand-mark,
  .brand-mark svg {
    height: 38px;
    width: 38px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .hero-inner {
    gap: 30px;
    min-height: 92svh;
    padding: 104px 16px 44px;
  }

  .hero-tape {
    gap: 6px;
    margin-bottom: 18px;
  }

  .hero-tape span {
    font-size: 10px;
    padding: 6px 7px;
  }

  h1 {
    font-size: clamp(54px, 14vw, 72px);
    line-height: 0.9;
    overflow-wrap: normal;
    white-space: normal;
  }

  .hero-statement {
    font-size: clamp(28px, 9vw, 38px);
  }

  h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hero-copy,
  .section-copy p,
  .workflow p,
  .thesis-grid p,
  .operator-grid p,
  .launch-panel span,
  .access-panel p {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    min-width: 0;
    padding: 0 12px;
  }

  .hero-strip {
    display: grid;
    gap: 12px;
  }

  .hero-console {
    min-height: 520px;
    padding: 22px;
  }

  .hero-console::before {
    left: 22px;
    right: 22px;
    top: 22px;
  }

  .console-main strong {
    font-size: 48px;
  }

  .console-grid,
  .live-rail,
  .trust-band,
  .thesis-grid,
  .workflow,
  .risk-grid {
    grid-template-columns: 1fr;
  }

  .console-grid div:nth-child(odd),
  .console-grid div:nth-child(even) {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .live-rail div,
  .trust-band div:first-child,
  .thesis-grid article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .live-rail div:last-child,
  .trust-band div:last-child,
  .thesis-grid article:last-child {
    border-bottom: 0;
  }

  .section {
    padding-inline: 14px;
  }

  .result-panel,
  .calendar-card,
  .operator-head,
  .operator-grid div,
  .launch-panel div,
  .access-panel {
    padding: 22px;
  }

  .phone-shell {
    min-height: 620px;
  }

  .phone-main strong {
    font-size: 42px;
  }

  .pnl-calendar {
    gap: 5px;
  }

  .day-cell {
    padding: 6px;
  }
}
