:root {

  --acid: #ccff00;

  --acid-soft: #e7ff8a;

  --ink: #10120b;

  --ink-2: #171b10;

  --ink-3: #262d18;

  --paper: #f6f7eb;

  --muted: #a8b190;

  --muter: #687253;

  --red: #ff725f;

  --line: rgba(246, 247, 235, 0.25);

  --mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;

  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;

}



* { box-sizing: border-box; }



html { scroll-behavior: smooth; }



body {

  margin: 0;

  min-width: 320px;

  background: var(--acid);

  color: var(--paper);

  font-family: var(--mono);

  -webkit-font-smoothing: antialiased;

}



button, a { font: inherit; }

button { cursor: pointer; }



.page-noise {

  position: fixed;

  z-index: 0;

  inset: 0;

  pointer-events: none;

  opacity: 0.16;

  background-image: none;

  background-size: 5px 5px;

  mix-blend-mode: multiply;

}



.terminal {

  position: relative;

  z-index: 1;

  width: min(1400px, calc(100% - 40px));

  margin: 20px auto;

  overflow: hidden;

  background: #000000;

  border: 1px solid #10120b;

  box-shadow: 10px 10px 0 #10120b;

}



.topbar {

  min-height: 60px;

  display: grid;

  grid-template-columns: 1fr auto 1fr;

  align-items: center;

  gap: 16px;

  padding: 0 24px;

  border-bottom: 1px solid var(--line);

  background: rgba(16,18,11,0.96);

}



.brand {

  display: inline-flex;

  align-items: center;

  width: max-content;

  color: var(--paper);

  text-decoration: none;

  font-weight: 900;

  letter-spacing: -0.06em;

  font-size: 19px;

}



.brand-mark {

  width: 28px;

  height: 28px;

  position: relative;

  display: inline-block;

  margin-right: 9px;

  overflow: hidden;

  border: 2px solid var(--acid);

}

.brand-mark i { position: absolute; display: block; background: var(--acid); }

.brand-mark i:nth-child(1) { width: 11px; height: 2px; top: 5px; left: 6px; }

.brand-mark i:nth-child(2) { width: 2px; height: 13px; top: 7px; left: 7px; }

.brand-mark i:nth-child(3) { width: 11px; height: 2px; top: 18px; left: 10px; transform: rotate(-45deg); transform-origin: left; }

.brand-slash { color: var(--acid); }



.topbar-center, .clock {

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 0.08em;

  color: var(--muted);

}

.clock { justify-self: end; color: var(--paper); }

.clock span { color: var(--muter); margin-right: 6px; }

.live-dot { display: inline-block; width: 7px; height: 7px; margin: 0 5px 1px 0; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 3px rgba(204,255,0,0.12); }



.section-frame { position: relative; padding: 72px 64px; }

.section-frame::before, .section-frame::after { content: ""; position: absolute; height: 16px; width: 16px; border-color: var(--acid); pointer-events: none; opacity: 0.9; }

.section-frame::before { left: 20px; top: 20px; border-left: 2px solid; border-top: 2px solid; }

.section-frame::after { right: 20px; bottom: 20px; border-right: 2px solid; border-bottom: 2px solid; }



.hero {

  display: grid;

  grid-template-columns: minmax(0, 1.14fr) minmax(340px, 0.86fr);

  gap: clamp(48px, 8vw, 132px);

  padding-top: 82px;

  padding-bottom: 70px;

  background:

    radial-gradient(circle at 76% 36%, rgba(204,255,0,0.17), transparent 22%),

    linear-gradient(90deg, transparent, rgba(204,255,0,0.03));

}



.eyebrow { margin: 0 0 16px; color: var(--acid); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; }

.eyebrow span { display: inline-block; margin-right: 7px; padding-right: 7px; color: var(--ink); background: var(--acid); }



h1, h2, h3, p { margin-top: 0; }

h1, h2 { text-transform: uppercase; }

h1 {

  max-width: 770px;

  margin-bottom: 23px;

  font: normal clamp(57px, 6.4vw, 96px)/0.91 var(--display);

  letter-spacing: -0.047em;

}

mark { display: inline; padding: 0 0.055em 0.03em; color: var(--ink); background: var(--paper); }

.lede { max-width: 650px; margin-bottom: 33px; color: #d5dac8; font-size: 14px; line-height: 1.78; }



.signal-id {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 10px 12px;

  max-width: 620px;

  min-height: 52px;

  padding: 9px 12px;

  border: 1px solid var(--line);

  background: rgba(0,0,0,0.24);

}

.micro-label { padding: 5px 6px; color: var(--ink); background: var(--paper); font-size: 10px; font-weight: 800; letter-spacing: 0.06em; }

.signal-id code { color: var(--paper); font-size: 12px; font-weight: 700; letter-spacing: 0.03em; }

.copy-button { margin-left: auto; padding: 6px 7px; border: 1px solid var(--acid); background: transparent; color: var(--acid); font-size: 10px; font-weight: 800; transition: background 160ms ease, color 160ms ease; }

.copy-button:hover, .copy-button:focus-visible { background: var(--acid); color: var(--ink); outline: none; }

.copy-status { min-width: 36px; color: var(--acid); font-size: 9px; font-weight: 700; }

.meta-row { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 18px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.04em; }

.meta-row span::before { content: "//"; margin-right: 5px; color: var(--acid); }



.hero-visual { display: flex; flex-direction: column; justify-content: center; min-width: 0; }

.radar-card { position: relative; padding: 30px 30px 17px; background: #181c0f; border: 1px solid rgba(204,255,0,0.45); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04); }

.radar-corner { position: absolute; width: 13px; height: 13px; border-color: var(--acid); }

.radar-corner--tl { top: -4px; left: -4px; border-top: 3px solid; border-left: 3px solid; }.radar-corner--tr { top: -4px; right: -4px; border-top: 3px solid; border-right: 3px solid; }.radar-corner--bl { bottom: -4px; left: -4px; border-bottom: 3px solid; border-left: 3px solid; }.radar-corner--br { bottom: -4px; right: -4px; border-bottom: 3px solid; border-right: 3px solid; }

.radar-grid { position: relative; width: min(100%, 360px); aspect-ratio: 1; margin: 0 auto 27px; overflow: hidden; border: 1px solid rgba(204,255,0,0.75); border-radius: 50%; background: radial-gradient(circle, rgba(204,255,0,0.22) 0 1px, transparent 1.5px) center / 11px 11px; }

.grid-ring { position: absolute; border: 1px solid rgba(204,255,0,0.38); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }.ring-1 { width: 34%; height: 34%; }.ring-2 { width: 67%; height: 67%; }.ring-3 { width: 99%; height: 99%; }

.grid-axis { position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: rgba(204,255,0,0.42); }.axis-y { transform: rotate(90deg); }

.radar-sweep { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 42deg, transparent 0deg, transparent 290deg, rgba(204,255,0,0.04) 305deg, rgba(204,255,0,0.62) 360deg); animation: scan 4.6s linear infinite; }

.radar-sweep::after { content: ""; position: absolute; width: 50%; height: 1px; left: 50%; top: 50%; background: var(--acid); transform-origin: left; }

.radar-core { position: absolute; left: 50%; top: 50%; width: 11px; height: 11px; transform: translate(-50%, -50%); border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(204,255,0,0.13), 0 0 20px var(--acid); }

.radar-ping { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(204,255,0,0.1); animation: ping 2.6s ease-in-out infinite; }.ping-a { left: 26%; top: 30%; }.ping-b { right: 22%; top: 43%; animation-delay: -0.8s; }.ping-c { left: 44%; bottom: 17%; animation-delay: -1.55s; }

.radar-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 10px; font-weight: 700; }

.chip { display: inline-block; padding: 5px 7px; font-size: 10px; font-weight: 800; letter-spacing: 0.05em; }.chip--dark { color: var(--acid); border: 1px solid var(--acid); }.chip--acid { color: var(--ink); background: var(--acid); }

.decision-topline .chip:not(.chip--acid) { border: 1px solid var(--paper); color: var(--paper); }

.visual-note { margin: 14px 4px 0; color: var(--muted); font-size: 10px; line-height: 1.6; text-align: center; }.bracket { color: var(--acid); font-weight: bold; }



.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.stat-card { min-height: 194px; position: relative; padding: 30px 30px 23px; border-right: 1px solid var(--line); background: rgba(255,255,255,0.014); }.stat-card:last-child { border-right: 0; }.stat-card--featured { background: var(--acid); color: var(--ink); }

.stat-card p { margin-bottom: 20px; font-size: 10px; font-weight: 800; letter-spacing: 0.08em; }.stat-card strong { display: block; font: normal 54px/0.82 var(--display); letter-spacing: -0.04em; }.stat-card strong span { font: 800 20px/1 var(--mono); letter-spacing: -0.06em; }.stat-card small { display: block; margin-top: 16px; color: var(--muted); font-size: 10px; font-weight: 700; }.stat-card--featured small { color: rgba(16,18,11,0.74); }.trend { font-style: normal; font-size: 14px; }.trend--up { color: var(--ink); }

.level-bar { position: absolute; right: 30px; bottom: 29px; width: 45%; height: 6px; overflow: hidden; background: var(--ink-3); }.level-bar i { display: block; width: var(--level); height: 100%; background: var(--acid); }.level-bar--muted i { background: var(--paper); }

.sparkline { position: absolute; bottom: 28px; right: 30px; display: flex; align-items: end; gap: 4px; height: 38px; }.sparkline span { display: block; width: 7px; background: var(--ink); }.sparkline span:nth-child(1) { height: 11px; }.sparkline span:nth-child(2) { height: 17px; }.sparkline span:nth-child(3) { height: 14px; }.sparkline span:nth-child(4) { height: 26px; }.sparkline span:nth-child(5) { height: 23px; }.sparkline span:nth-child(6) { height: 31px; }.sparkline span:nth-child(7) { height: 37px; }



.radar { padding-top: 78px; padding-bottom: 72px; }.section-heading { display: flex; justify-content: space-between; gap: 48px; align-items: end; margin-bottom: 34px; }.section-heading h2, .method h2 { margin: 0; font: normal clamp(42px, 4vw, 62px)/0.91 var(--display); letter-spacing: -0.035em; }.section-summary { max-width: 350px; margin: 0 0 5px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.radar-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 14px; border-bottom: 1px solid var(--line); }

.filter-group { display: flex; gap: 0; }.filter { padding: 10px 12px; border: 1px solid transparent; border-bottom: 0; background: transparent; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: 0.05em; transition: color 160ms, background 160ms; }.filter span { margin-left: 4px; color: var(--acid); }.filter:hover, .filter:focus-visible { color: var(--paper); outline: none; }.filter.is-active { border-color: var(--line); background: rgba(255,255,255,0.06); color: var(--paper); }.update-label { margin: 0 0 7px; color: var(--muted); font-size: 10px; font-weight: 700; }.update-label b { color: var(--acid); }

.board-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(310px, 0.7fr); gap: 16px; }.signal-list { display: grid; gap: 7px; align-content: start; }

.signal-row { width: 100%; display: grid; grid-template-columns: 74px minmax(0, 1fr) auto 20px; align-items: center; gap: 14px; min-height: 82px; padding: 12px 16px; border: 1px solid var(--line); color: var(--paper); background: rgba(255,255,255,0.022); text-align: left; transition: border-color 180ms ease, background 180ms ease, transform 180ms ease; }.signal-row:hover, .signal-row:focus-visible { outline: none; border-color: rgba(204,255,0,0.75); background: rgba(204,255,0,0.08); transform: translateX(3px); }.signal-row.is-selected { border-color: var(--acid); background: rgba(204,255,0,0.1); }.signal-row.is-hidden { display: none; }.score { align-self: stretch; display: flex; align-items: center; justify-content: center; color: var(--ink); background: var(--paper); font-size: 12px; font-weight: 900; }.is-selected .score { background: var(--acid); }.signal-main { min-width: 0; }.signal-main b { display: block; margin-bottom: 7px; font-size: 13px; letter-spacing: 0.02em; }.signal-main small { display: block; overflow: hidden; color: var(--muted); font-size: 10px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }.signal-label { min-width: 58px; color: var(--acid); font-size: 10px; font-weight: 900; }.signal-label i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; background: var(--acid); }.signal-label--watch { color: var(--paper); }.signal-label--watch i { border: 1px solid var(--paper); background: transparent; }.row-arrow { color: var(--muted); font-size: 17px; text-align: right; }

.decision-panel { min-height: 434px; padding: 23px; border: 1px solid rgba(204,255,0,0.7); background: var(--ink-2); box-shadow: inset 0 0 54px rgba(204,255,0,0.035); }.decision-topline { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 10px; font-weight: 700; }.decision-panel h3 { margin: 22px 0 7px; color: var(--acid); font: normal 31px/0.9 var(--display); letter-spacing: 0.01em; }.detail-headline { min-height: 38px; margin-bottom: 23px; color: var(--paper); font-size: 12px; line-height: 1.55; }.confidence-line { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; color: var(--muted); font-size: 10px; font-weight: 700; }.confidence-line b { color: var(--acid); }.confidence-bar { grid-column: 1 / -1; height: 8px; padding: 2px; background: #2d351d; }.confidence-bar i { display: block; width: var(--confidence); height: 100%; background: var(--acid); transition: width 260ms ease; }.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; margin: 21px 0; }.detail-grid div { border-bottom: 1px solid rgba(246,247,235,0.18); padding-bottom: 8px; }.detail-grid dt { margin-bottom: 5px; color: var(--muter); font-size: 9px; font-weight: 800; }.detail-grid dd { margin: 0; color: var(--paper); font-size: 11px; font-weight: 800; }.reason-box { padding: 12px; background: rgba(204,255,0,0.07); border-left: 2px solid var(--acid); }.reason-box span { color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: 0.06em; }.reason-box p { margin: 7px 0 0; color: #d8ddca; font-size: 10px; line-height: 1.55; }.detail-button { display: flex; justify-content: space-between; width: 100%; margin-top: 14px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--paper); font-size: 10px; font-weight: 800; letter-spacing: 0.04em; text-align: left; }.detail-button:hover, .detail-button:focus-visible { color: var(--acid); outline: none; }.detail-button span { font-size: 14px; }.explanation { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.thresholds { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; margin-top: 18px; color: var(--muted); font-size: 10px; }.thresholds span { white-space: nowrap; }.threshold-square { display: inline-block; width: 8px; height: 8px; margin-right: 5px; background: var(--ink-3); }.threshold-square--solid { background: var(--acid); }.threshold-square--outline { border: 1px solid var(--paper); background: transparent; }.threshold-tail { margin-left: auto; color: var(--acid); }



.method { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(44px, 10vw, 160px); border-top: 1px solid var(--line); background: rgba(204,255,0,0.025); }.method h2 { font-size: clamp(45px, 4.2vw, 66px); }.method-copy { padding-top: 8px; }.large-copy { max-width: 550px; margin-bottom: 38px; color: var(--paper); font-size: clamp(17px, 1.7vw, 23px); line-height: 1.4; letter-spacing: -0.04em; }.method-steps { border-top: 1px solid var(--line); }.method-steps article { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }.method-steps b { color: var(--acid); font-size: 11px; }.method-steps h3 { margin: 0 0 6px; font-size: 11px; letter-spacing: 0.07em; }.method-steps p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }



.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 32px; border-top: 1px solid var(--line); background: var(--acid); color: var(--ink); }.brand--footer { color: var(--ink); }.brand--footer .brand-mark { border-color: var(--ink); }.brand--footer .brand-mark i { background: var(--ink); }.brand--footer .brand-slash { color: var(--ink); }.footer p { margin: 0; font-size: 10px; font-weight: 700; }.footer p:last-child { text-align: right; }



@keyframes scan { to { transform: rotate(360deg); } }

@keyframes ping { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.45); opacity: 0.42; } }



@media (max-width: 900px) {

  .terminal { width: min(100% - 24px, 1400px); margin: 12px auto; box-shadow: 6px 6px 0 #10120b; }.section-frame { padding-right: 38px; padding-left: 38px; }.hero { grid-template-columns: 1fr; gap: 48px; }.hero-visual { max-width: 510px; }.board-layout, .method { grid-template-columns: 1fr; }.decision-panel { min-height: auto; }.method { gap: 42px; }.section-heading { align-items: start; flex-direction: column; gap: 14px; }.section-summary { max-width: 550px; }.footer { align-items: flex-start; flex-wrap: wrap; }.footer p:last-child { text-align: left; }

}



@media (max-width: 620px) {

  .terminal { width: calc(100% - 16px); margin: 8px auto; }.topbar { grid-template-columns: 1fr auto; min-height: 54px; padding: 0 13px; }.topbar-center { display: none; }.brand { font-size: 16px; }.brand-mark { width: 24px; height: 24px; margin-right: 7px; }.brand-mark i:nth-child(1) { top: 4px; left: 5px; }.brand-mark i:nth-child(2) { top: 6px; left: 6px; }.brand-mark i:nth-child(3) { top: 15px; left: 9px; }.section-frame { padding: 48px 20px; }.section-frame::before { left: 10px; top: 10px; }.section-frame::after { right: 10px; bottom: 10px; }.hero { gap: 35px; padding-top: 58px; }.eyebrow { font-size: 9px; }.lede { font-size: 12px; }.signal-id { gap: 8px; }.signal-id code { width: 100%; font-size: 11px; order: 3; }.copy-button { margin-left: 0; }.meta-row { gap: 7px 12px; font-size: 9px; }.radar-card { padding: 20px 15px 14px; }.radar-caption { font-size: 9px; }.stats { grid-template-columns: 1fr; }.stat-card { min-height: 154px; border-right: 0; border-bottom: 1px solid var(--line); }.stat-card:last-child { border-bottom: 0; }.radar-toolbar { align-items: start; flex-direction: column; padding-bottom: 10px; }.update-label { margin: 0; }.board-layout { gap: 12px; }.signal-row { grid-template-columns: 51px minmax(0, 1fr) auto; gap: 10px; min-height: 74px; padding: 10px; }.signal-label { display: none; }.score { font-size: 10px; }.signal-main b { font-size: 12px; }.signal-main small { white-space: normal; font-size: 9px; }.decision-panel { padding: 18px; }.thresholds { gap: 8px 13px; font-size: 9px; }.threshold-tail { width: 100%; margin-left: 0; }.method { gap: 33px; }.large-copy { font-size: 17px; }.footer { padding: 22px 18px; gap: 13px; }.footer p { width: 100%; }

}



@media (prefers-reduced-motion: reduce) {

  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }

}

.topbar-center { display: flex; align-items: center; gap: 16px; }
.pulse-indicator { display: flex; align-items: center; }
.nav-divider { width: 1px; height: 16px; background: var(--line); }
.top-nav { display: flex; gap: 10px; align-items: center; }
.nav-btn { display: flex; align-items: center; gap: 6px; padding: 5px 10px; border: 1px solid var(--acid); background: rgba(204,255,0,0.04); color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: 0.1em; text-decoration: none; transition: all 180ms ease; }
.nav-btn--solid { background: var(--acid); color: var(--ink) !important; }
.nav-btn:hover, .nav-btn:focus-visible { background: var(--acid); color: var(--ink) !important; outline: none; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(204,255,0,0.15); }
.nav-btn svg { width: 11px; height: 11px; }
@media (max-width: 620px) {
  .topbar-center { display: none; }
}
