* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #080a0f;
  --panel: #10141d;
  --panel-2: #151b27;
  --ink: #f3efe6;
  --muted: #9ba5b7;
  --line: rgba(255,255,255,.12);
  --green: #8ef0bf;
  --amber: #f6c36a;
  --red: #ff7a6b;
}
html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif;
  background: radial-gradient(circle at 85% 5%, rgba(142,240,191,.16), transparent 30%), radial-gradient(circle at 0% 35%, rgba(246,195,106,.10), transparent 34%), var(--bg);
  color: var(--ink);
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { padding: 18px 0; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: rgba(8,10,15,.78); backdrop-filter: blur(16px); z-index: 3; }
.nav { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.brand { font-weight: 900; letter-spacing: -.04em; white-space: nowrap; }
.nav-links { display: flex; gap: 14px; color: var(--muted); font-size: 13px; font-weight: 800; }
.nav-links a:hover { color: var(--green); }
.status { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 13px; white-space: nowrap; }
.dot { width: 9px; height: 9px; background: var(--green); border-radius: 999px; box-shadow: 0 0 18px var(--green); flex: 0 0 auto; }
.hero { padding: 72px 0 38px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 42px; align-items: stretch; }
.hero-copy { min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; }
.kicker { color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 20px; }
h1 { font-size: clamp(48px, 7vw, 96px); line-height: .9; letter-spacing: -.075em; max-width: 760px; }
.lede { color: var(--muted); font-size: 20px; max-width: 620px; margin-top: 24px; }
.buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.btn { border: 1px solid var(--line); border-radius: 14px; padding: 12px 16px; background: var(--panel); font-weight: 800; transition: transform .16s ease, border-color .16s ease; }
.btn:hover { transform: translateY(-2px); border-color: rgba(142,240,191,.55); }
.btn.primary { background: var(--green); color: #06100b; border-color: var(--green); }
.terminal-card { background: linear-gradient(180deg, rgba(21,27,39,.9), rgba(16,20,29,.92)); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.terminal-head { display: flex; gap: 8px; padding: 16px; border-bottom: 1px solid var(--line); }
.light { width: 11px; height: 11px; border-radius: 50%; background: var(--red); }
.light:nth-child(2) { background: var(--amber); } .light:nth-child(3) { background: var(--green); }
.dispatch-list { padding: 18px; display: grid; gap: 12px; }
.dispatch { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.03); transition: background .16s ease, transform .16s ease; }
.dispatch:hover { background: rgba(142,240,191,.07); transform: translateX(3px); }
.dispatch .meta { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--green); font-size: 12px; margin-bottom: 8px; text-transform: uppercase; }
.dispatch h3 { font-size: 23px; line-height: 1.08; letter-spacing: -.04em; margin-bottom: 8px; }
.dispatch p { color: var(--muted); font-size: 14px; }
.ticker-wrap { margin: 22px 0 54px; border-block: 1px solid var(--line); padding: 16px 0; }
.ticker { overflow: hidden; display: flex; width: min(1180px, calc(100% - 40px)); margin: 0 auto; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.track { display: flex; gap: 10px; animation: drift 24s linear infinite; padding-inline: 34px; }
.ticker:hover .track { animation-play-state: paused; }
.chip { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; color: #dce5f2; background: rgba(255,255,255,.04); font-size: 14px; }
@keyframes drift { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.grid-title { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 16px; }
.grid-title h2 { font-size: clamp(32px, 5vw, 58px); letter-spacing: -.06em; line-height: .95; }
.grid-title p { color: var(--muted); max-width: 430px; }
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 70px; }
.topic { min-height: 210px; background: var(--panel); border: 1px solid var(--line); border-radius: 22px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .16s ease, border-color .16s ease; }
.topic:hover { transform: translateY(-4px); border-color: rgba(246,195,106,.55); }
.topic small { color: var(--amber); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.topic strong { display: block; font-size: 24px; letter-spacing: -.04em; line-height: 1.05; }
.topic span { color: var(--muted); font-size: 14px; }
.page-shell { padding: 66px 0 80px; }
.page-header { margin-bottom: 34px; max-width: 820px; }
.page-header h1 { margin-bottom: 18px; }
.article-list { display: grid; gap: 14px; margin-top: 24px; }
.prose { max-width: 760px; color: #dfe5ed; font-size: 18px; }
.prose > * + * { margin-top: 1.1em; }
.prose h2, .prose h3 { color: var(--ink); letter-spacing: -.04em; line-height: 1.05; margin-top: 1.8em; }
.prose h2 { font-size: 34px; }
.prose h3 { font-size: 26px; }
.prose p, .prose li { color: #d5dce7; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose a { color: var(--green); border-bottom: 1px solid rgba(142,240,191,.35); }
.article-meta { color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; text-transform: uppercase; margin-bottom: 18px; }
.archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 70px; }
.about-hero { padding: 78px 0 32px; display: grid; grid-template-columns: minmax(0, .98fr) minmax(320px, .72fr); gap: 34px; align-items: stretch; }
.about-copy { min-height: 480px; display: flex; flex-direction: column; justify-content: center; }
.signal-panel { position: relative; overflow: hidden; border: 1px solid rgba(142,240,191,.24); border-radius: 30px; background: linear-gradient(135deg, rgba(16,20,29,.94), rgba(21,27,39,.78)), radial-gradient(circle at 30% 25%, rgba(142,240,191,.32), transparent 32%), radial-gradient(circle at 80% 70%, rgba(246,195,106,.20), transparent 36%); box-shadow: 0 30px 100px rgba(0,0,0,.35); min-height: 420px; }
.signal-panel::before { content: ''; position: absolute; inset: 74px 26px 26px; border-radius: 24px; background: linear-gradient(135deg, rgba(142,240,191,.16), rgba(246,195,106,.10)); border: 1px solid rgba(255,255,255,.10); transform: rotate(-2deg); }
.signal-panel::after { content: 'S/N'; position: absolute; right: 28px; bottom: 8px; font-size: clamp(80px, 13vw, 150px); font-weight: 950; letter-spacing: -.12em; color: rgba(255,255,255,.055); line-height: 1; }
.signal-readout { position: relative; z-index: 1; padding: 44px 30px; display: grid; align-content: end; min-height: 330px; }
.readout-label { color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; letter-spacing: .16em; }
.signal-readout strong { display: block; margin-top: 14px; font-size: clamp(38px, 5vw, 64px); line-height: .9; letter-spacing: -.07em; }
.signal-readout p { margin-top: 18px; color: #d5dce7; font-size: 17px; max-width: 360px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px auto 18px; }
.principle-card { min-height: 260px; background: linear-gradient(180deg, rgba(21,27,39,.96), rgba(16,20,29,.92)); border: 1px solid var(--line); border-radius: 24px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; }
.principle-card small { color: var(--amber); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.principle-card h2 { font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -.06em; line-height: .95; max-width: 9ch; }
.principle-card p { color: var(--muted); font-size: 15px; }
.about-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 14px auto 28px; }
.list-panel { border: 1px solid var(--line); border-radius: 24px; padding: 24px; background: rgba(255,255,255,.035); }
.list-panel.yes { border-color: rgba(142,240,191,.22); }
.list-panel.no { border-color: rgba(246,195,106,.22); }
.list-panel ul { display: grid; gap: 12px; list-style: none; }
.list-panel li { position: relative; padding-left: 24px; color: #dce5f2; }
.list-panel li::before { content: '›'; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.list-panel.no li::before { color: var(--amber); }
.closing-note { margin: 28px auto 78px; }
.closing-note p { max-width: 920px; color: var(--ink); font-size: clamp(24px, 3.2vw, 42px); line-height: 1.06; letter-spacing: -.055em; }
footer { border-top: 1px solid var(--line); color: var(--muted); padding: 26px 0 44px; font-size: 13px; }
@media (max-width: 920px) {
  .hero, .topic-grid, .archive-grid, .about-hero, .principle-grid, .about-lists { grid-template-columns: 1fr; }
  .hero-copy, .about-copy { min-height: auto; }
  .buttons { margin-bottom: 28px; }
  .nav { align-items: flex-start; flex-direction: column; }
  .status { white-space: normal; }
}
