.room-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  color: var(--ink);
}
.room-shell [hidden] { display: none !important; }
.room-loading { min-height: 70vh; }
.room-error { margin: 48px 0; }
.room-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr);
  gap: 48px;
  align-items: end;
  min-height: 390px;
  padding: 54px 0 40px;
  border-bottom: 1px solid var(--line);
}
.room-hero-copy { min-width: 0; }
.room-kicker,
.room-section-head span,
.room-cast-identity span,
.room-stat span,
.room-panel-command span,
.room-attack-card > span,
.room-model-head span,
.room-ledger-head span,
.room-lane-title span,
.room-record-card > span,
.room-level span {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.room-kicker {
  display: inline-flex;
  margin-bottom: 20px;
  text-decoration: none;
}
.room-kicker::before {
  width: 7px;
  height: 7px;
  margin: 3px 9px 0 0;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}
.room-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 78px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .96;
}
.room-hero-copy > p {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}
.room-hero-state {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: baseline;
  margin-top: 34px;
  font-family: var(--font-mono);
  text-transform: uppercase;
}
.room-hero-state > span:first-child {
  color: var(--green);
  font-size: 15px;
  font-weight: 700;
}
.room-hero-state strong {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 400;
}
.room-hero-state > span:last-child { color: var(--muted); font-size: 9px; }
.room-hero-readout {
  padding: 24px 0 24px 28px;
  border-top: 3px solid var(--ink);
  border-left: 1px solid var(--line);
}
.room-hero-readout > span,
.room-hero-readout p {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  line-height: 1.6;
  text-transform: uppercase;
}
.room-hero-readout strong {
  display: block;
  margin: 20px 0 12px;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 400;
}
.room-brief {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink);
}
.room-brief-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
  gap: 30px;
  align-items: end;
  padding: 24px 26px 20px;
}
.room-brief-intro span,
.room-brief-cell > span {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.room-brief-intro h2 {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
}
.room-brief-intro > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.room-brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.room-brief-cell {
  display: flex;
  min-width: 0;
  min-height: 190px;
  padding: 20px;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}
.room-brief-cell:nth-child(3n) { border-right: 0; }
.room-brief-cell:nth-child(n + 4) { border-bottom: 0; }
.room-brief-cell:hover { background: var(--card); }
.room-brief-cell strong {
  display: block;
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}
.room-brief-cell p {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.room-brief-cell small {
  margin-top: auto;
  padding-top: 15px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 7px;
}
.room-brief-cell.is-positive strong { color: var(--green); }
.room-brief-cell.is-negative strong { color: var(--red); }
.room-brief-cell.is-ai strong { color: #5966ce; }
.room-brief-cell.is-pending strong { color: var(--amber); }
.room-brief-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.room-brief-nav a {
  padding: 13px 10px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 8px;
  text-align: center;
  text-decoration: none;
}
.room-brief-nav a:last-child { border-right: 0; }
.room-brief-nav a:hover { color: var(--accent); }
.room-section { padding: 72px 0; border-bottom: 1px solid var(--line); }
.room-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: 32px;
  align-items: end;
  margin-bottom: 30px;
}
.room-section-head h2 {
  max-width: 760px;
  margin: 9px 0 0;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.room-section-head > p {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.6;
}
.room-cast-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); }
.room-cast-card { min-width: 0; padding: 28px; }
.room-cast-card + .room-cast-card { border-left: 1px solid var(--line); }
.room-cast-card.role-bull { border-top: 4px solid var(--green); }
.room-cast-card.role-bear { border-top: 4px solid var(--red); }
.room-cast-card.role-chaos { border-top: 4px solid var(--blue); }
.room-cast-top { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.room-cast-identity { display: grid; gap: 7px; }
.room-cast-identity strong { font-size: 22px; }
.room-cast-stance { min-height: 64px; margin: 24px 0; font-size: 14px; font-weight: 700; line-height: 1.55; }
.room-cast-card blockquote {
  min-height: 150px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 29px;
  line-height: 1.15;
}
.room-cast-meta,
.room-record-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.room-cast-meta a,
.room-record-actions a,
.room-model-card a,
.room-evidence-chain a {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.room-cast-caveat { margin-top: 20px; color: var(--muted); font-family: var(--font-mono); font-size: 9px; line-height: 1.5; }
.room-cast-caveat summary { cursor: pointer; color: var(--ink); }
.room-cast-note { margin: 18px 0 0; color: var(--muted); font-family: var(--font-mono); font-size: 10px; line-height: 1.6; }
.room-price-now,
.room-window-grid,
.room-anchor-grid,
.room-ledger-summary {
  display: grid;
  border: 1px solid var(--line);
}
.room-price-now { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.room-window-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 14px; }
.room-anchor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 14px; }
.room-stat { min-width: 0; min-height: 138px; padding: 22px; }
.room-stat + .room-stat { border-left: 1px solid var(--line); }
.room-stat strong {
  display: block;
  margin: 16px 0 9px;
  font-family: var(--font-display);
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
}
.room-stat small { color: var(--muted); font-family: var(--font-mono); font-size: 8px; line-height: 1.5; }
.room-stat.is-positive strong { color: var(--green); }
.room-stat.is-negative strong { color: var(--red); }
.room-levels { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.room-level { min-width: 0; padding: 18px 16px; }
.room-level + .room-level { border-left: 1px solid var(--line); }
.room-level strong { display: block; margin: 8px 0; font-family: var(--font-display); font-size: 24px; font-weight: 400; }
.room-level small { display: block; color: var(--muted); font-family: var(--font-mono); font-size: 8px; line-height: 1.45; }
.room-attack { background: #090909; color: #f4f1eb; padding-right: 28px; padding-left: 28px; }
.room-attack .room-section-head > p { color: #999; }
.room-panel-command { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; padding: 26px; border: 1px solid #383838; }
.room-panel-command > div:first-child { display: grid; gap: 10px; }
.room-panel-command strong { font-family: var(--font-display); font-size: 48px; font-weight: 400; }
.room-panel-command p { margin: 0; color: #aaa; font-family: var(--font-mono); font-size: 9px; }
.room-model-roster { min-width: 210px; justify-content: flex-end; }
.room-attack-summary { display: grid; grid-template-columns: 1.3fr 1fr 1fr; margin-top: 14px; border: 1px solid #383838; }
.room-attack-card { min-width: 0; padding: 22px; }
.room-attack-card + .room-attack-card { border-left: 1px solid #383838; }
.room-attack-card p { margin: 14px 0 0; color: #c7c7c7; font-size: 13px; line-height: 1.55; }
.room-attack-card small { display: block; margin-top: 15px; color: #888; font-family: var(--font-mono); font-size: 8px; }
.room-model-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 32px; border: 1px solid #383838; }
.room-model-card { min-width: 0; padding: 24px; }
.room-model-card:nth-child(even) { border-left: 1px solid #383838; }
.room-model-card:nth-child(n+3) { border-top: 1px solid #383838; }
.room-model-head { display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.room-model-head strong { color: #ff6948; font-family: var(--font-mono); font-size: 10px; }
.room-model-card > p { color: #bbb; font-size: 13px; line-height: 1.55; }
.room-model-card .room-model-assumptions { color: #ff795c; font-family: var(--font-mono); font-size: 8px; }
.room-later-verdict { margin: 18px 0 4px; padding: 12px 14px; border-left: 2px solid #ff5a36; background: #17120f; }
.room-later-verdict strong { color: #ff795c; font-family: var(--font-mono); font-size: 8px; }
.room-later-verdict p { margin: 7px 0 0; color: #aaa; font-size: 11px; line-height: 1.5; }
.room-house-model { display: grid; grid-template-columns: 220px 1fr; gap: 25px; margin-top: 16px; padding: 18px 22px; border: 1px dashed #4a4a4a; color: #999; }
.room-house-model p { margin: 0; font-size: 12px; line-height: 1.5; }
.room-ledger-summary { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 18px; }
.room-ledger-summary .room-stat { min-height: 100px; }
.room-ledger-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.room-ledger-card { min-width: 0; padding: 24px 0; border-bottom: 1px solid var(--line); }
.room-ledger-card:nth-child(odd) { padding-right: 25px; }
.room-ledger-card:nth-child(even) { padding-left: 25px; border-left: 1px solid var(--line); }
.room-ledger-head { display: flex; justify-content: space-between; gap: 15px; }
.room-ledger-head strong { font-family: var(--font-mono); font-size: 9px; }
.room-ledger-card.status-confirmed .room-ledger-head strong { color: var(--green); }
.room-ledger-card.status-contradicted .room-ledger-head strong { color: var(--red); }
.room-ledger-card.status-untested .room-ledger-head strong { color: var(--amber); }
.room-ledger-card > p { min-height: 44px; line-height: 1.5; }
.room-watch-line { display: block; color: var(--muted); font-family: var(--font-mono); font-size: 8px; line-height: 1.5; }
.room-evidence-chain { margin-top: 18px; padding: 16px; border-left: 3px solid var(--green); background: var(--card); }
.room-evidence-chain > span { color: var(--green); font-family: var(--font-mono); font-size: 8px; font-weight: 700; }
.room-evidence-chain p { margin: 10px 0; font-size: 12px; line-height: 1.55; }
.room-clock-lane { display: grid; grid-template-columns: 210px minmax(0, 1fr); border-top: 1px solid var(--line); }
.room-clock-lane:last-child { border-bottom: 1px solid var(--line); }
.room-lane-title { padding: 22px 24px 22px 0; }
.room-lane-title strong { display: block; margin-top: 8px; font-family: var(--font-display); font-size: 24px; font-weight: 400; }
.room-clock-lane > div:last-child { border-left: 1px solid var(--line); }
.room-catalyst-card,
.room-standing-card { padding: 24px; }
.room-catalyst-card + .room-catalyst-card,
.room-standing-card + .room-standing-card { border-top: 1px solid var(--line); }
.room-catalyst-card > time,
.room-catalyst-card > span,
.room-standing-card > span { color: var(--accent); font-family: var(--font-mono); font-size: 9px; font-weight: 700; }
.room-catalyst-card > strong,
.room-standing-card > strong { display: block; margin: 9px 0; font-size: 18px; }
.room-catalyst-card > p,
.room-standing-card > p { margin: 9px 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.room-pending-chip { display: inline-flex; padding: 4px 7px; border: 1px solid var(--amber); color: var(--amber) !important; }
.room-expected-window { color: var(--amber) !important; font-family: var(--font-mono); font-size: 10px !important; }
.room-catalyst-research,
.room-thresholds { margin-top: 16px; font-family: var(--font-mono); font-size: 9px; line-height: 1.55; }
.room-catalyst-research summary,
.room-thresholds summary { cursor: pointer; color: var(--ink); font-weight: 700; }
.room-catalyst-research p,
.room-thresholds p { color: var(--muted); }
.room-crowd { max-width: 780px; }
.room-record-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.room-record-card { padding: 24px; border: 1px solid var(--line); }
.room-record-card > strong { display: block; margin: 13px 0; font-family: var(--font-display); font-size: 36px; font-weight: 400; }
.room-record-card > p { color: var(--muted); font-family: var(--font-mono); font-size: 9px; }
.room-record-provenance { display: inline-flex; margin-top: 14px; }
.room-footer { display: flex; justify-content: space-between; gap: 32px; padding: 32px 0 48px; color: var(--muted); font-family: var(--font-mono); font-size: 9px; line-height: 1.5; }
.room-footer strong { max-width: 650px; color: var(--ink); }

@media (max-width: 900px) {
  .room-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 50px; }
  .room-hero-readout { max-width: 520px; }
  .room-cast-grid,
  .room-attack-summary,
  .room-price-now,
  .room-anchor-grid { grid-template-columns: 1fr; }
  .room-cast-card + .room-cast-card,
  .room-attack-card + .room-attack-card,
  .room-stat + .room-stat { border-top: 1px solid var(--line); border-left: 0; }
  .room-attack-card + .room-attack-card { border-color: #383838; }
  .room-levels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .room-level:nth-child(odd) { border-left: 0; }
  .room-level:nth-child(n+3) { border-top: 1px solid var(--line); }
  .room-brief-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .room-brief-cell:nth-child(3n) { border-right: 1px solid var(--line); }
  .room-brief-cell:nth-child(even) { border-right: 0; }
  .room-brief-cell:nth-child(n + 4) { border-bottom: 1px solid var(--line); }
  .room-brief-cell:nth-child(n + 5) { border-bottom: 0; }
}

@media (max-width: 640px) {
  .room-shell { width: min(100% - 24px, 1280px); }
  .room-hero { gap: 16px; padding: 24px 0 18px; }
  .room-kicker { margin-bottom: 12px; }
  .room-hero h1 { font-size: 39px; }
  .room-hero-copy > p { margin-top: 14px; font-size: 14px; line-height: 1.45; }
  .room-hero-state { gap: 8px 14px; margin-top: 18px; }
  .room-hero-state strong { font-size: 32px; }
  .room-hero-readout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 16px;
    align-items: baseline;
    padding: 12px 0 12px 14px;
  }
  .room-hero-readout > span { grid-column: 1 / -1; }
  .room-hero-readout strong { margin: 4px 0 0; font-size: 28px; }
  .room-hero-readout p { align-self: center; font-size: 7px; }
  .room-brief { margin-top: 16px; }
  .room-brief-intro { grid-template-columns: 1fr; gap: 8px; padding: 16px 14px; }
  .room-brief-intro h2 { font-size: 34px; }
  .room-brief-intro > p { font-size: 10px; }
  .room-brief-grid { grid-template-columns: 1fr 1fr; }
  .room-brief-cell { min-height: 160px; padding: 14px 12px; }
  .room-brief-cell strong { font-size: 24px; }
  .room-brief-cell p { font-size: 8px; -webkit-line-clamp: 4; }
  .room-brief-nav { grid-template-columns: 1fr 1fr; }
  .room-brief-nav a { min-height: 42px; border-bottom: 1px solid var(--line); }
  .room-brief-nav a:nth-child(even) { border-right: 0; }
  .room-brief-nav a:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .room-section { padding: 48px 0; }
  .room-section-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 22px; }
  .room-section-head h2 { font-size: 37px; }
  .room-cast-card { padding: 20px; }
  .room-cast-card blockquote { min-height: 0; font-size: 24px; }
  .room-cast-stance { min-height: 0; }
  .room-window-grid,
  .room-ledger-summary { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .room-window-grid .room-stat,
  .room-ledger-summary .room-stat { min-height: 110px; padding: 14px 9px; }
  .room-window-grid .room-stat strong,
  .room-ledger-summary .room-stat strong { font-size: 25px; }
  .room-window-grid .room-stat small { font-size: 6px; }
  .room-levels { grid-template-columns: 1fr; }
  .room-level + .room-level { border-top: 1px solid var(--line); border-left: 0; }
  .room-panel-command { grid-template-columns: 1fr; padding: 18px; }
  .room-panel-command strong { font-size: 39px; }
  .room-model-roster { min-width: 0; justify-content: flex-start; }
  .room-model-grid,
  .room-ledger-grid,
  .room-record-grid { grid-template-columns: 1fr; }
  .room-model-card:nth-child(even),
  .room-ledger-card:nth-child(even) { border-left: 0; }
  .room-model-card:nth-child(n+2) { border-top: 1px solid #383838; }
  .room-ledger-card:nth-child(odd),
  .room-ledger-card:nth-child(even) { padding-right: 0; padding-left: 0; }
  .room-house-model { grid-template-columns: 1fr; gap: 8px; }
  .room-clock-lane { grid-template-columns: 1fr; }
  .room-lane-title { padding: 18px 0; }
  .room-clock-lane > div:last-child { border-top: 1px solid var(--line); border-left: 0; }
  .room-catalyst-card,
  .room-standing-card { padding: 20px 0; }
  .room-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .room-shell *,
  .room-shell *::before,
  .room-shell *::after { scroll-behavior: auto !important; }
}
