:root {
  color-scheme: dark;
  --bg: #080a0c;
  --surface: #10161a;
  --surface-2: #151e24;
  --text: #eef4f0;
  --muted: #a4b2ad;
  --dim: #6f817b;
  --line: #273630;
  --accent: #73f0bf;
  --accent-strong: #b9ffd9;
  --warn: #f5c26b;
  --ink: #08100c;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 8%, rgba(115, 240, 191, 0.12), transparent 28rem),
    linear-gradient(180deg, #080a0c 0%, #0b1012 52%, #080a0c 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.launch-body {
  background:
    linear-gradient(115deg, rgba(115, 240, 191, 0.12), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(245, 194, 107, 0.14), transparent 22rem),
    linear-gradient(180deg, #060809 0%, #0a0f10 58%, #07090a 100%);
}

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

a:hover {
  color: var(--accent-strong);
}

code {
  color: var(--accent-strong);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
  overflow-wrap: anywhere;
}

.site-header,
main,
footer {
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto;
}

.site-header {
  padding: 22px 0 10px;
}

.launch-header {
  position: relative;
  z-index: 2;
}

.nav {
  display: grid;
  grid-template-columns: minmax(160px, auto) minmax(220px, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.brand {
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.launch-nav {
  grid-template-columns: minmax(160px, auto) minmax(220px, 1fr);
}

.splash-nav {
  border-bottom-color: rgba(238, 244, 240, 0.1);
}

.launch-cover {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 46px;
  align-items: end;
  min-height: calc(100svh - 110px);
  padding: 74px 0 44px;
}

.launch-copy {
  max-width: 960px;
}

.launch-copy h1 {
  max-width: 14ch;
  font-size: clamp(4.1rem, 8.6vw, 8.9rem);
  line-height: 0.9;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

.launch-definition {
  max-width: 850px;
  margin-top: 28px;
  color: var(--text);
  font-size: clamp(1.28rem, 2vw, 1.9rem);
  line-height: 1.34;
}

.launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.launch-status {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(115, 240, 191, 0.22);
  border-radius: 8px;
  padding: 20px;
  background: rgba(13, 18, 20, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.launch-status span,
.draft-status {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-status strong {
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  line-height: 1;
}

.launch-status p {
  color: var(--muted);
}

.launch-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 28px 0 70px;
}

.launch-principles article {
  border-top: 2px solid rgba(115, 240, 191, 0.36);
  padding-top: 16px;
}

.launch-principles span {
  color: var(--dim);
  font-size: 0.8rem;
  font-weight: 900;
}

.launch-principles h2 {
  margin-top: 8px;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
}

.launch-principles p {
  margin-top: 12px;
  color: var(--muted);
}

.public-home {
  min-height: 100svh;
  background:
    linear-gradient(180deg, rgba(8, 10, 12, 0.38), rgba(8, 10, 12, 0.94)),
    radial-gradient(circle at 50% 8%, rgba(115, 240, 191, 0.18), transparent 22rem),
    linear-gradient(135deg, #050607 0%, #0a1110 46%, #050607 100%);
}

.coming-soon-cover {
  display: grid;
  min-height: calc(100svh - 96px);
  grid-template-rows: auto 1fr auto;
  align-items: center;
  padding: 36px 0 44px;
}

.coming-soon-mark {
  justify-self: center;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(115, 240, 191, 0.28);
  border-radius: 50%;
  color: var(--accent-strong);
  font-weight: 900;
  letter-spacing: 0;
  background: rgba(11, 17, 18, 0.72);
}

.coming-soon-copy {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.coming-soon-copy h1 {
  max-width: 100%;
  font-size: clamp(3.7rem, 9.4vw, 9.8rem);
  line-height: 0.88;
  text-wrap: balance;
}

.fni-cover .coming-soon-copy h1 {
  max-width: 100%;
  font-size: clamp(3.7rem, 9.4vw, 9.8rem);
}

.coming-soon-copy h1 span {
  display: block;
  white-space: nowrap;
}

.splash-cover {
  min-height: calc(100svh - 102px);
}

.splash-enter {
  margin-top: 12px;
  border: 1px solid rgba(115, 240, 191, 0.32);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(8, 16, 13, 0.48);
}

.splash-enter:hover {
  border-color: rgba(185, 255, 217, 0.72);
  color: var(--text);
}

.splash-status {
  cursor: default;
}

.splash-status:hover {
  border-color: rgba(115, 240, 191, 0.32);
  color: var(--accent-strong);
}

.tagline {
  color: var(--accent-strong);
  font-size: clamp(1.55rem, 3.2vw, 3.45rem);
  font-weight: 850;
  line-height: 1;
}

.coming-soon-note {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
}

.coming-soon-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  color: var(--dim);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announcement-body {
  background:
    linear-gradient(180deg, rgba(5, 7, 8, 0.5), rgba(5, 7, 8, 0.96)),
    radial-gradient(circle at 18% 12%, rgba(115, 240, 191, 0.13), transparent 24rem),
    radial-gradient(circle at 84% 18%, rgba(245, 194, 107, 0.1), transparent 22rem),
    linear-gradient(135deg, #060809 0%, #101513 48%, #07090a 100%);
}

.announcement-hero.launch-statement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 54px;
  align-items: end;
  min-height: calc(100svh - 112px);
  padding: 76px 0 54px;
  border-bottom: 1px solid rgba(238, 244, 240, 0.12);
}

.announcement-copy {
  max-width: 980px;
}

.announcement-copy h1 {
  max-width: 11ch;
  font-size: clamp(4.2rem, 8.8vw, 9.6rem);
  line-height: 0.88;
  overflow-wrap: normal;
  word-break: normal;
}

.announcement-copy h1 span {
  display: block;
  white-space: nowrap;
}

.announcement-lede {
  max-width: 920px;
  margin-top: 28px;
  color: var(--text);
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  line-height: 1.22;
}

.announcement-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.announcement-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(115, 240, 191, 0.24);
  border-radius: 8px;
  padding: 22px;
  background: rgba(9, 14, 15, 0.74);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
}

.announcement-card span,
.front-page-card span {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announcement-card strong {
  font-size: clamp(1.6rem, 3.4vw, 2.45rem);
  line-height: 1;
  overflow-wrap: normal;
}

.announcement-card p {
  color: var(--muted);
}

.declaration-band {
  border-bottom: 1px solid rgba(238, 244, 240, 0.12);
  padding: 42px 0;
}

.declaration-band p {
  max-width: 1040px;
  color: var(--text);
  font-size: clamp(1.55rem, 3.1vw, 3rem);
  font-weight: 780;
  line-height: 1.05;
}

.launch-statement .stack p {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.announcement-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.mini-links a {
  border: 1px solid rgba(115, 240, 191, 0.2);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 760;
}

.closing-statement {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(238, 244, 240, 0.12);
  padding: 66px 0 78px;
}

.closing-statement p {
  max-width: 980px;
  color: var(--text);
  font-size: clamp(2.2rem, 6vw, 6.5rem);
  font-weight: 900;
  line-height: 0.92;
}

.closing-statement p + p {
  color: var(--accent-strong);
}

.front-body {
  background:
    linear-gradient(145deg, rgba(115, 240, 191, 0.1), transparent 34%),
    radial-gradient(circle at 74% 12%, rgba(245, 194, 107, 0.13), transparent 24rem),
    linear-gradient(180deg, #07090a 0%, #0a1011 58%, #07090a 100%);
}

.front-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 46px;
  align-items: end;
  min-height: calc(100svh - 112px);
  padding: 72px 0 46px;
  border-bottom: 1px solid var(--line);
}

.front-copy h1 {
  max-width: 13ch;
  font-size: clamp(3.8rem, 8.1vw, 8.4rem);
}

.front-brief {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(115, 240, 191, 0.24);
  border-radius: 8px;
  padding: 20px;
  background: rgba(13, 18, 20, 0.76);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.front-brief span,
.front-page-card span {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.front-brief strong {
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1;
}

.front-brief p,
.front-page-card p {
  color: var(--muted);
}

.front-roadmap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.front-page-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 238px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(21, 30, 36, 0.68);
}

.front-page-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
}

.front-page-card strong {
  align-self: end;
  width: fit-content;
  border: 1px solid rgba(115, 240, 191, 0.18);
  border-radius: 999px;
  padding: 4px 9px;
  color: var(--accent-strong);
  font-size: 0.82rem;
}

.front-page-card.preview {
  border-color: rgba(245, 194, 107, 0.38);
}

.front-page-card.preview strong {
  border-color: rgba(245, 194, 107, 0.38);
  color: var(--warn);
}

.front-page-card.soon,
.front-page-card.gated {
  border-style: dashed;
  background: rgba(21, 30, 36, 0.46);
}

.front-page-card.gated {
  opacity: 0.82;
}

.project-search {
  display: grid;
  justify-self: end;
  width: min(100%, 420px);
  gap: 6px;
}

.project-search label {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-search input {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 10px;
  background: var(--surface);
  color: var(--text);
  font: inherit;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.72fr);
  gap: 72px;
  align-items: center;
  min-height: calc(100svh - 92px);
  padding: 42px 0 58px;
}

.atlas-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.66fr);
  gap: 48px;
  align-items: center;
  padding: 58px 0 38px;
  border-bottom: 1px solid var(--line);
}

.atlas-hero h1 {
  max-width: 12ch;
}

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

.announcement-hero h1 {
  max-width: 13.5ch;
}

.announcement-panel dd {
  font-size: clamp(1.35rem, 4vw, 2.15rem);
}

.kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 13.5ch;
  font-size: clamp(4.1rem, 7.4vw, 7.4rem);
  line-height: 0.93;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.45rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.2;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.lede {
  max-width: 720px;
  margin-top: 26px;
  color: var(--muted);
  font-size: clamp(1.18rem, 1.7vw, 1.62rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  font-weight: 750;
}

.button.primary {
  border-color: transparent;
  background: var(--accent);
  color: var(--ink);
}

.console-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(21, 30, 36, 0.92), rgba(10, 14, 16, 0.96)),
    repeating-linear-gradient(0deg, rgba(115, 240, 191, 0.05), rgba(115, 240, 191, 0.05) 1px, transparent 1px, transparent 42px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  padding: 18px;
}

.console-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.status-dot {
  color: var(--accent);
}

.metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0;
}

.metrics div {
  min-height: 104px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.025);
}

dt {
  color: var(--dim);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

dd {
  margin: 8px 0 0;
  color: var(--text);
  font-size: clamp(1.55rem, 5vw, 2.45rem);
  font-weight: 850;
  line-height: 1;
}

.console-note {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.section-band,
.split {
  border-top: 1px solid var(--line);
  padding: 64px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.section-note {
  max-width: 760px;
  margin-top: 14px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.grid {
  display: grid;
  gap: 14px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  min-height: 178px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(21, 30, 36, 0.68);
  padding: 20px;
}

.card p {
  color: var(--muted);
}

.launch-draft {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.62fr);
  gap: 16px;
  align-items: stretch;
}

.draft-preview,
.draft-notes {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(21, 30, 36, 0.68);
  padding: 24px;
}

.draft-preview {
  display: grid;
  align-content: end;
  min-height: 390px;
  background:
    radial-gradient(circle at 78% 14%, rgba(115, 240, 191, 0.14), transparent 18rem),
    linear-gradient(180deg, rgba(21, 30, 36, 0.88), rgba(8, 12, 14, 0.96));
}

.launch-draft.alt .draft-preview {
  background:
    radial-gradient(circle at 82% 12%, rgba(245, 194, 107, 0.14), transparent 18rem),
    linear-gradient(180deg, rgba(22, 24, 22, 0.9), rgba(8, 12, 14, 0.96));
}

.draft-preview h2 {
  max-width: 10ch;
  margin-top: 18px;
  font-size: clamp(3rem, 6.2vw, 6.7rem);
}

.draft-preview p {
  max-width: 780px;
  margin-top: 24px;
  color: var(--text);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
}

.draft-status {
  display: inline-flex;
  width: fit-content;
  margin-top: 28px;
}

.draft-notes p {
  color: var(--muted);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sprint-row {
  margin-top: 14px;
}

.callout {
  border-left: 3px solid var(--accent);
  padding-left: 18px;
}

.mockup-body {
  background:
    radial-gradient(circle at 50% 16%, rgba(115, 240, 191, 0.11), transparent 38rem),
    linear-gradient(180deg, #07090b 0%, #081012 100%);
}

.situation-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(420px, 1.56fr) minmax(260px, 0.82fr);
  gap: 14px;
  min-height: calc(100svh - 130px);
  padding: 24px 0 38px;
}

.situation-panel,
.situation-map {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(12, 18, 21, 0.82);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}

.situation-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
}

.panel-block {
  border: 1px solid rgba(115, 240, 191, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.024);
  padding: 14px;
}

.panel-block h1 {
  max-width: 8ch;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.panel-note,
.panel-block p,
.event-card p {
  color: var(--muted);
}

.layer-list {
  display: grid;
  gap: 8px;
}

.layer-toggle {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.018);
  color: var(--muted);
  font: inherit;
  text-align: left;
}

.layer-toggle.active {
  border-color: rgba(115, 240, 191, 0.34);
  color: var(--text);
}

.layer-toggle strong {
  color: var(--accent-strong);
  font-size: 0.82rem;
}

.layer-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  box-shadow: 0 0 16px currentColor;
}

.layer-dot.quake,
.pin.quake { color: #f5c26b; background: #f5c26b; }

.layer-dot.fire,
.pin.fire { color: #ff705d; background: #ff705d; }

.layer-dot.flight,
.pin.flight { color: #7ec9ff; background: #7ec9ff; }

.layer-dot.ship,
.pin.ship { color: #8ad8ff; background: #8ad8ff; }

.layer-dot.sat,
.pin.sat { color: #c5a7ff; background: #c5a7ff; }

.layer-dot.user,
.pin.user { color: var(--accent); background: var(--accent); }

.layer-dot.map { color: #b9ffd9; background: #b9ffd9; }

.layer-dot.economy { color: #f3df7a; background: #f3df7a; }

.layer-dot.tech { color: #73f0bf; background: #73f0bf; }

.layer-dot.conflict { color: #ff7858; background: #ff7858; }

.fake-input {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin: 12px 0;
  padding: 10px;
  color: var(--dim);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.situation-map {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 48%, rgba(18, 41, 39, 0.95), rgba(8, 13, 15, 0.42) 42%, rgba(2, 5, 8, 0.88) 72%),
    linear-gradient(180deg, rgba(115, 240, 191, 0.08), transparent);
}

.map-topbar {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  left: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(115, 240, 191, 0.16);
  border-radius: 8px;
  padding: 12px;
  background: rgba(8, 10, 12, 0.76);
  backdrop-filter: blur(14px);
}

.map-topbar strong {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.86rem;
}

.map-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.map-tabs span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 9px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.globe-grid {
  position: absolute;
  inset: 86px 40px 64px;
  border: 1px solid rgba(115, 240, 191, 0.2);
  border-radius: 50%;
  background:
    repeating-linear-gradient(90deg, transparent 0 55px, rgba(115, 240, 191, 0.055) 56px 57px),
    repeating-linear-gradient(0deg, transparent 0 55px, rgba(115, 240, 191, 0.055) 56px 57px);
  box-shadow:
    inset 0 0 80px rgba(115, 240, 191, 0.05),
    0 0 70px rgba(115, 240, 191, 0.08);
}

.world-lines {
  position: absolute;
  inset: 80px 24px 36px;
  z-index: 2;
  width: calc(100% - 48px);
  height: calc(100% - 116px);
}

.route {
  fill: none;
  stroke: #7ec9ff;
  stroke-dasharray: 7 8;
  stroke-linecap: round;
  stroke-width: 2;
  opacity: 0.75;
}

.route.alt {
  stroke: #73f0bf;
}

.route.faint {
  stroke: #c5a7ff;
  opacity: 0.48;
}

.pin {
  position: absolute;
  z-index: 3;
  min-width: 42px;
  border-radius: 999px;
  padding: 4px 7px;
  color: #07100d;
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 26px currentColor;
}

.pin::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  opacity: 0.36;
}

.map-legend {
  position: absolute;
  z-index: 4;
  right: 14px;
  bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px solid rgba(115, 240, 191, 0.16);
  border-radius: 8px;
  padding: 10px;
  background: rgba(8, 10, 12, 0.76);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.map-legend span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.event-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.024);
}

.event-card.priority {
  border-color: rgba(245, 194, 107, 0.36);
}

.event-card div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.event-card span {
  color: var(--dim);
  font-size: 0.82rem;
  font-weight: 800;
}

.event-card a {
  color: var(--accent-strong);
  font-size: 0.86rem;
  font-weight: 850;
}

.proof-card .task-list {
  margin-top: 10px;
}

.workflow-column {
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(21, 30, 36, 0.72);
  padding: 20px;
}

.ideation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 14px;
}

.ideation-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(21, 30, 36, 0.62);
  padding: 20px;
}

.ideation-panel > p,
.ideation-panel li,
.ideation-panel span {
  color: var(--muted);
}

.idea-stack {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.idea-stack div,
.choice-grid div {
  border: 1px solid rgba(115, 240, 191, 0.18);
  border-radius: 6px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.022);
}

.idea-stack strong,
.choice-grid strong {
  display: block;
  color: var(--text);
  line-height: 1.2;
}

.idea-stack span {
  display: block;
  margin-top: 6px;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.choice-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 850;
}

.choice-grid p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.94rem;
}

.compact {
  gap: 8px;
  margin-top: 14px;
}

.task-list,
.ordered-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  color: var(--muted);
}

.task-list {
  list-style: none;
}

.ordered-list {
  padding-left: 1.25rem;
}

.ordered-list li::marker {
  color: var(--accent);
  font-weight: 800;
}

.tag {
  display: inline-flex;
  min-width: 48px;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  margin-right: 8px;
  padding: 2px 8px;
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.tag.done {
  border-color: rgba(115, 240, 191, 0.45);
  color: var(--accent-strong);
}

.tag.now {
  border-color: rgba(245, 194, 107, 0.58);
  color: var(--warn);
}

.tag.next {
  border-color: rgba(164, 178, 173, 0.56);
  color: var(--text);
}

.tag.hold {
  border-color: rgba(245, 194, 107, 0.58);
  color: var(--warn);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
}

.proof-strip div {
  min-height: 126px;
  border-right: 1px solid var(--line);
  padding: 18px;
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-value {
  display: block;
  color: var(--accent-strong);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 850;
  line-height: 1;
}

.proof-label {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 44px;
}

.stack {
  display: grid;
  gap: 16px;
  color: var(--muted);
  font-size: 1.12rem;
}

.page-hero {
  padding: 58px 0 42px;
  border-bottom: 1px solid var(--line);
}

.search-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.search-clear {
  min-width: 78px;
  min-height: 40px;
  padding-inline: 14px;
}

.project-search input:focus {
  border-color: var(--accent);
  outline: 2px solid rgba(115, 240, 191, 0.24);
  outline-offset: 2px;
}

.search-status,
.empty-state,
.field-note,
.text-link {
  color: var(--muted);
  font-size: 0.9rem;
}

.empty-state {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 36px 0;
  padding: 18px;
  background: var(--surface);
}

.page-hero h1 {
  max-width: 14ch;
}

.content-section {
  scroll-margin-top: 104px;
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
}

.content-section:last-child {
  border-bottom: 0;
}

.list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.list li {
  border-left: 3px solid var(--accent);
  padding: 8px 0 8px 14px;
  color: var(--muted);
}

.link-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.link-card h3 {
  margin-bottom: 0;
}

.text-link {
  color: var(--accent-strong);
  font-weight: 800;
}

.open-field {
  border-style: dashed;
  background: rgba(21, 30, 36, 0.46);
}

.field-note {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 999px;
  margin-top: 14px;
  padding: 3px 9px;
  color: var(--accent-strong);
  font-weight: 800;
}

.artifact-list {
  display: grid;
  gap: 10px;
}

.artifact {
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(21, 30, 36, 0.64);
}

.artifact span {
  color: var(--text);
  font-weight: 850;
}

[hidden] {
  display: none !important;
}

footer {
  border-top: 1px solid var(--line);
  margin-top: 56px;
  padding: 22px 0 34px;
  color: var(--dim);
  font-size: 0.9rem;
}

@media (max-width: 860px) {
  .hero,
  .atlas-hero,
  .announcement-hero.launch-statement,
  .split,
  .launch-cover,
  .launch-draft {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 30px;
    min-height: auto;
  }

  .grid.three,
  .announcement-grid,
  .ideation-layout,
  .workflow-grid,
  .proof-strip,
  .launch-principles {
    grid-template-columns: 1fr 1fr;
  }

  .launch-cover {
    min-height: auto;
    padding-top: 44px;
  }

  .proof-strip div:nth-child(2) {
    border-right: 0;
  }

  .proof-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .nav {
    grid-template-columns: 1fr;
  }

  .nav-links,
  .project-search {
    justify-self: stretch;
  }
}

@media (max-width: 680px) {
  .artifact,
  .choice-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header,
  main,
  footer {
    width: min(100% - 28px, 1120px);
  }

  .nav {
    align-items: flex-start;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.75rem, 7.4vw, 2.15rem);
    line-height: 0.98;
  }

  .grid.three,
  .announcement-grid,
  .ideation-layout,
  .workflow-grid,
  .proof-strip,
  .metrics,
  .launch-principles {
    grid-template-columns: 1fr;
  }

  .launch-copy h1,
  .coming-soon-copy h1,
  .fni-cover .coming-soon-copy h1,
  .announcement-copy h1,
  .draft-preview h2 {
    max-width: 14ch;
    font-size: clamp(3.15rem, 16vw, 5.1rem);
    line-height: 0.95;
  }

  .announcement-hero.launch-statement {
    min-height: auto;
    gap: 30px;
    padding: 52px 0 38px;
  }

  .announcement-lede,
  .declaration-band p {
    font-size: 1.18rem;
    line-height: 1.25;
  }

  .closing-statement p {
    font-size: clamp(2.15rem, 14vw, 4.5rem);
  }

  .launch-definition,
  .tagline,
  .coming-soon-note,
  .draft-preview p {
    font-size: 1.04rem;
  }

  .coming-soon-cover {
    min-height: calc(100svh - 112px);
    padding: 24px 0 32px;
  }

  .coming-soon-footer {
    justify-content: flex-start;
  }

  .draft-preview {
    min-height: 300px;
  }

  .proof-strip div,
  .proof-strip div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }
}

.live-shell {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  grid-auto-rows: min-content;
  align-items: start;
  min-height: calc(100svh - 126px);
}

.live-map {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-height: calc(100svh - 150px);
}

.live-shell .left-panel,
.live-shell .right-panel {
  grid-column: 2;
}

.live-shell .left-panel {
  grid-row: 1;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.live-shell .right-panel {
  grid-row: 2;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: none;
}

.live-shell .situation-panel,
.live-shell .situation-map {
  background: rgba(12, 18, 21, 0.66);
  box-shadow: 0 20px 68px rgba(0, 0, 0, 0.24);
}

.live-shell .situation-panel {
  gap: 0;
  padding: 10px 12px;
}

.live-shell .panel-block {
  border: 0;
  border-top: 1px solid rgba(115, 240, 191, 0.12);
  border-radius: 0;
  background: transparent;
  padding: 12px 2px;
}

.live-shell .panel-block:first-child {
  border-top: 0;
  padding-top: 2px;
}

.live-shell .panel-block h1 {
  max-width: 10ch;
  font-size: clamp(2rem, 3vw, 3rem);
}

.live-shell .layer-toggle {
  padding: 8px 9px;
}

.live-shell .map-topbar {
  padding: 10px;
}

#situation-globe {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: grab;
  touch-action: none;
}

#situation-globe:active {
  cursor: grabbing;
}

.layer-toggle.disabled {
  opacity: 0.56;
}

.feed-input {
  width: 100%;
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin: 12px 0;
  padding: 10px;
  resize: vertical;
  background: rgba(8, 10, 12, 0.78);
  color: var(--muted);
  font: 0.84rem/1.45 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.feed-input:focus {
  border-color: var(--accent);
  outline: 2px solid rgba(115, 240, 191, 0.22);
  outline-offset: 2px;
}

.feed-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.mode-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mode-chip {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 9px;
  background: rgba(255, 255, 255, 0.018);
  color: var(--muted);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  text-align: left;
}

.mode-chip.active,
.mode-chip:hover {
  border-color: rgba(115, 240, 191, 0.38);
  color: var(--accent-strong);
  background: rgba(115, 240, 191, 0.055);
}

.timeline-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.timeline-chip {
  border: 1px solid rgba(115, 240, 191, 0.13);
  border-radius: 6px;
  padding: 7px 6px;
  background: rgba(255, 255, 255, 0.018);
  color: var(--muted);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
}

.timeline-chip.active,
.timeline-chip:hover {
  border-color: rgba(245, 194, 107, 0.42);
  color: var(--gold);
  background: rgba(245, 194, 107, 0.055);
}

.mode-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.86rem;
}

.layer-toggle.heavy {
  border-style: dashed;
}

.primary-control {
  border-top-color: rgba(115, 240, 191, 0.22) !important;
}

.reference-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reference-links a {
  border: 1px solid rgba(115, 240, 191, 0.18);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 850;
}

.feed-registry {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}

.registry-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(115, 240, 191, 0.11);
  border-radius: 7px;
  padding: 8px 9px;
  background: rgba(255, 255, 255, 0.018);
  color: var(--text);
  font: inherit;
  text-align: left;
}

.registry-row span {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
}

.registry-row strong,
.registry-row em {
  grid-column: 2;
}

.registry-row strong {
  color: var(--text);
  font-size: 0.82rem;
}

.registry-row em {
  color: var(--dim);
  font-size: 0.76rem;
  font-style: normal;
  line-height: 1.25;
}

.registry-row code {
  border: 1px solid rgba(115, 240, 191, 0.15);
  border-radius: 999px;
  padding: 3px 7px;
  color: var(--accent-strong);
  background: rgba(115, 240, 191, 0.06);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.registry-row.active {
  border-color: rgba(115, 240, 191, 0.34);
  background: rgba(115, 240, 191, 0.05);
}

.registry-row:not(.active):not(.dormant):not(.locked) {
  opacity: 0.55;
}

.registry-row.dormant,
.registry-row.locked {
  opacity: 0.7;
}

.registry-row.locked {
  border-style: dashed;
}

.import-status {
  margin-top: 10px;
  color: var(--dim);
  font-size: 0.84rem;
  font-weight: 800;
}

.ai-handoff {
  border-top-color: rgba(245, 194, 107, 0.24) !important;
}

.ai-preview {
  max-height: 180px;
  overflow: auto;
  margin: 10px 0 0;
  border: 1px solid rgba(245, 194, 107, 0.18);
  border-radius: 7px;
  padding: 10px;
  background: rgba(2, 5, 7, 0.58);
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

.code-block {
  overflow: auto;
  border: 1px solid rgba(115, 240, 191, 0.16);
  border-radius: 7px;
  padding: 14px;
  background: rgba(2, 5, 7, 0.62);
  color: var(--accent-strong);
  font-size: 0.9rem;
  line-height: 1.6;
}

.globe-help {
  position: absolute;
  z-index: 4;
  bottom: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.globe-help span {
  border: 1px solid rgba(115, 240, 191, 0.18);
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(8, 10, 12, 0.76);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
}

.globe-tooltip {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 3px;
  width: min(210px, calc(100% - 28px));
  border: 1px solid rgba(245, 194, 107, 0.38);
  border-radius: 7px;
  padding: 8px 9px;
  background: rgba(7, 10, 12, 0.9);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
  pointer-events: none;
}

.globe-tooltip strong {
  color: var(--text);
  font-size: 0.84rem;
}

.globe-tooltip span {
  color: var(--dim);
  font-size: 0.78rem;
}

.map-tabs button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
}

.map-tabs button:hover {
  border-color: rgba(115, 240, 191, 0.36);
  color: var(--accent-strong);
}

.map-tabs button.active {
  border-color: rgba(115, 240, 191, 0.48);
  color: var(--accent-strong);
  background: rgba(115, 240, 191, 0.06);
}

.map-tabs .fullscreen-button {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  border-color: rgba(115, 240, 191, 0.32);
  color: var(--accent-strong);
}

.screen-icon {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
}

.screen-icon::before,
.screen-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-color: currentColor;
  border-style: solid;
}

.screen-icon.maximize::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.screen-icon.maximize::after {
  right: 0;
  bottom: 0;
  border-width: 0 1px 1px 0;
}

.screen-icon.minimize::before {
  right: 0;
  top: 0;
  border-width: 0 1px 1px 0;
}

.screen-icon.minimize::after {
  left: 0;
  bottom: 0;
  border-width: 1px 0 0 1px;
}

.inspector-grid,
.use-narrative {
  display: grid;
  gap: 8px;
}

.inspector-grid {
  grid-template-columns: 80px minmax(0, 1fr);
  margin: 10px 0;
}

.inspector-grid span {
  color: var(--dim);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.inspector-grid p,
.use-narrative p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.use-narrative strong {
  color: var(--text);
  font-size: 0.85rem;
}

.use-narrative strong:not(:first-child) {
  margin-top: 3px;
}

.live-map:fullscreen,
.live-map.is-fullscreen,
.live-map.local-fullscreen {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  border-radius: 0;
  background: #030608;
}

.live-map:fullscreen .map-topbar,
.live-map.is-fullscreen .map-topbar,
.live-map.local-fullscreen .map-topbar {
  top: 18px;
  left: 18px;
  right: 18px;
}

.live-map:fullscreen .globe-help,
.live-map.is-fullscreen .globe-help,
.live-map.local-fullscreen .globe-help {
  bottom: 18px;
  left: 18px;
}

.live-map:fullscreen .map-legend,
.live-map.is-fullscreen .map-legend,
.live-map.local-fullscreen .map-legend {
  right: 18px;
  bottom: 18px;
}

.feed-list {
  display: grid;
  gap: 8px;
}

.feed-item {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(115, 240, 191, 0.1);
  border-radius: 7px;
  padding: 9px 10px;
  background: linear-gradient(90deg, rgba(115, 240, 191, 0.028), rgba(255, 255, 255, 0.014));
  color: var(--text);
  font: inherit;
  text-align: left;
}

.feed-item:hover {
  border-color: rgba(115, 240, 191, 0.34);
}

.feed-item span,
.mini-meta {
  color: var(--dim);
  font-size: 0.82rem;
}

.source-health {
  display: grid;
  gap: 8px;
}

.source-health div {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 8px 9px;
  background: rgba(255, 255, 255, 0.02);
}

.source-health strong {
  color: var(--text);
  font-size: 0.9rem;
}

.source-health em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
}

@media (max-width: 1080px) {
  .situation-shell,
  .live-shell {
    grid-template-columns: 1fr;
  }

  .live-map {
    min-height: 620px;
  }
}
