:root {
  --paper: #f1f4f6;
  --white: #ffffff;
  --ink: #0e1822;
  --navy: #07131f;
  --muted: #66717c;
  --line: #d6dde3;
  --line-strong: #aeb8c2;
  --blue: #164c74;
  --sky: #bfe9ff;
  --red: #b42318;
  --green: #0a7f3f;
  --black: #050505;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: #ffffff;
  --surface-soft: rgba(255, 255, 255, 0.82);
  --archive: #0e1822;
  --mono: "IBM Plex Mono", "Roboto Mono", monospace;
  --sans: "Inter", Arial, sans-serif;
  --display: "Archivo Black", Impact, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(17, 24, 32, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 32, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 28px 28px;
  font-family: var(--sans);
}

button,
a {
  color: inherit;
  font: inherit;
}

.agency-page {
  width: min(1680px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0 18px;
}

.gov-banner,
.agency-header,
.agency-nav,
.release-header,
.evidence-rail,
.brief-strip,
.release-record,
.panel,
.live-log,
.footer-line {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
}

.gov-banner {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  color: #263442;
  background: #eef2f5;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
}

.gov-banner div {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.gov-banner strong {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 20px;
  color: var(--white);
  background: var(--navy);
  font-size: 10px;
}

.agency-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 16px 18px;
  border-top: 0;
  border-bottom: 0;
}

.agency-mark {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.agency-mark img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 1px solid var(--line-strong);
  background: var(--sky);
}

.agency-mark strong,
.agency-mark span,
.gov-banner,
.agency-nav,
.agency-actions,
.status-ledger,
.brief-strip,
.release-record,
.panel-heading,
.target-button,
.case-content,
.contract-row,
.plain-button,
.live-log,
.footer-line {
  font-family: var(--mono);
  letter-spacing: 0;
}

.agency-mark strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.agency-mark span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.agency-actions,
.brief-actions,
.feed-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.x-link,
.ca-pill,
.plain-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.x-link {
  width: 38px;
  color: var(--white);
  background: var(--ink);
}

.ca-pill {
  padding: 0 12px;
  color: var(--ink);
  background: #eef3f7;
}

.agency-nav {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  border-top: 0;
  background: var(--navy);
}

.agency-nav a {
  flex: 0 0 auto;
  padding: 15px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.agency-nav a:hover,
.agency-nav a:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.12);
}

.release-header {
  display: grid;
  grid-template-columns: minmax(520px, 1.3fr) minmax(380px, 0.7fr);
  gap: 0;
  margin-top: 12px;
}

.release-title {
  position: relative;
  min-height: 330px;
  padding: 34px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0 54%, rgba(255, 255, 255, 0.68)),
    url("pic/logo.png") center right / auto 112% no-repeat,
    var(--white);
}

.release-title::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 210px;
  height: 20px;
  background: var(--black);
  box-shadow: -70px -48px 0 var(--black), 84px -112px 0 var(--black);
  opacity: 0.92;
}

.release-title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 12px;
  color: var(--red);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
}

h1 {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(46px, 6.2vw, 96px);
  line-height: 0.86;
}

.release-title p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.release-meta {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.release-meta strong,
.release-meta span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.82);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
}

.status-ledger {
  display: grid;
  grid-template-columns: 1fr;
  border-left: 1px solid var(--line);
}

.status-ledger span {
  display: grid;
  place-items: center;
  min-height: 82px;
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.status-ledger span:first-child {
  border-bottom: 4px solid var(--green);
}

.status-ledger span:nth-child(2) {
  border-bottom: 4px solid var(--red);
}

.evidence-rail {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 0;
  margin-top: 12px;
  overflow: hidden;
  background: var(--navy);
}

.evidence-card {
  position: relative;
  min-height: 150px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
}

.evidence-card.primary {
  min-height: 180px;
}

.evidence-01 {
  background-image:
    linear-gradient(rgba(7, 19, 31, 0.2), rgba(7, 19, 31, 0.82)),
    url("assets/01.jpg");
}

.evidence-02 {
  background-image:
    linear-gradient(rgba(7, 19, 31, 0.2), rgba(7, 19, 31, 0.82)),
    url("assets/02.jpg");
}

.evidence-03 {
  background-image:
    linear-gradient(rgba(7, 19, 31, 0.2), rgba(7, 19, 31, 0.82)),
    url("assets/03.jpg");
}

.evidence-04 {
  background-image:
    linear-gradient(rgba(7, 19, 31, 0.2), rgba(7, 19, 31, 0.82)),
    url("assets/04.jpg");
}

.evidence-05 {
  background-image:
    linear-gradient(rgba(7, 19, 31, 0.2), rgba(7, 19, 31, 0.82)),
    url("assets/05.jpg");
}

.evidence-card span,
.evidence-card strong {
  position: absolute;
  left: 12px;
  font-family: var(--mono);
  text-transform: uppercase;
}

.evidence-card span {
  top: 12px;
  padding: 4px 6px;
  color: var(--navy);
  background: var(--white);
  font-size: 10px;
  font-weight: 900;
}

.evidence-card strong {
  right: 12px;
  bottom: 12px;
  font-size: 12px;
  font-weight: 900;
}

.brief-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 0;
  margin-top: 12px;
}

.brief-strip p {
  display: flex;
  align-items: center;
  min-height: 58px;
  margin: 0;
  padding: 12px 14px;
  border-right: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.brief-actions {
  padding: 12px;
}

.plain-button {
  padding: 0 13px;
  color: var(--white);
  background: var(--navy);
  cursor: pointer;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
}

.plain-button:hover,
.plain-button:focus-visible,
.x-link:hover,
.x-link:focus-visible {
  outline: none;
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.plain-button.inverted {
  color: var(--ink);
  background: var(--white);
}

.plain-button.inverted:hover,
.plain-button.inverted:focus-visible {
  color: var(--white);
  background: var(--blue);
}

.dossier-grid {
  display: grid;
  grid-template-columns: minmax(210px, 0.55fr) minmax(560px, 1.55fr) minmax(300px, 0.72fr);
  gap: 12px;
  align-items: stretch;
  margin-top: 12px;
}

.release-record {
  display: grid;
  grid-template-columns: minmax(280px, 0.6fr) minmax(520px, 1.4fr);
  gap: 0;
  margin-top: 12px;
}

.directive-panel {
  padding: 18px;
  border-right: 1px solid var(--line);
  background: var(--white);
}

.directive-panel span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.directive-panel h2 {
  margin: 8px 0 12px;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.9;
  text-transform: uppercase;
}

.directive-panel p {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.release-table {
  min-width: 0;
}

.release-table-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  color: var(--white);
  background: var(--navy);
}

.release-table-title span,
.release-table-title strong {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.release-table-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1fr;
}

.release-table-grid span,
.release-table-grid strong {
  min-height: 48px;
  padding: 13px 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.release-table-grid span {
  color: var(--muted);
  background: #f8fafb;
}

.panel {
  min-width: 0;
}

.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--navy);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sky-heading {
  align-items: center;
  background: var(--white);
  color: var(--ink);
}

.sky-heading span,
.sky-heading strong {
  display: block;
}

.sky-heading strong {
  margin-top: 4px;
  color: var(--red);
  font-size: 11px;
  line-height: 1.3;
}

.target-list {
  display: grid;
}

.target-button {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 10px;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 12px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-left: 4px solid transparent;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
}

.target-button span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-strong);
  background: #eef3f7;
  font-size: 12px;
  font-weight: 900;
}

.target-button strong {
  font-size: 13px;
  font-weight: 900;
}

.target-button small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  transition: color 140ms ease;
}

.target-button:hover,
.target-button:focus-visible {
  outline: none;
  border-left-color: var(--red);
  background: #f8fbfd;
}

.target-button.is-active {
  outline: none;
  border-left-color: var(--red);
  background:
    linear-gradient(90deg, rgba(180, 35, 24, 0.18), transparent 62%),
    var(--navy);
  color: var(--white);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 7px 0 0 var(--red);
}

.target-button.is-active span {
  border-color: rgba(255, 255, 255, 0.58);
  color: var(--white);
  background: var(--red);
}

.target-button.is-active small {
  color: rgba(255, 255, 255, 0.76);
}

.target-button.is-active::after {
  content: "ACTIVE / LOCKED";
  grid-column: 2;
  justify-self: start;
  margin-top: 4px;
  padding: 4px 6px;
  color: var(--white);
  background: var(--red);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.sky-panel {
  display: grid;
  grid-template-rows: auto 1fr;
}

.sky-feed {
  position: relative;
  width: 100%;
  min-height: 560px;
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #8fd3ff 0%, #dff6ff 100%);
}

.sky-feed-image {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.03);
  pointer-events: none;
  user-select: none;
}

.sky-feed::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 18px;
  border: 1px solid rgba(17, 24, 32, 0.32);
  pointer-events: none;
}

.scan-line {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: rgba(180, 35, 24, 0.56);
  animation: scan 5.8s linear infinite;
}

.hotspot {
  position: absolute;
  z-index: 5;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hotspot::before,
.hotspot::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hotspot::before {
  inset: 0;
}

.hotspot::after {
  left: 50%;
  bottom: -22px;
  padding: 4px 6px;
  color: var(--white);
  background: #050505;
  content: attr(data-label);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: opacity 140ms ease;
}

.hotspot:hover,
.hotspot:focus-visible,
.hotspot.active {
  outline: 3px solid rgba(255, 255, 255, 0);
}

.hotspot:hover::after,
.hotspot:focus-visible::after {
  opacity: 1;
}

.hotspot-trump {
  left: 41%;
  top: 16%;
  width: 22%;
  height: 62%;
}

.hotspot-elon {
  left: 15%;
  top: 12%;
  width: 16%;
  height: 36%;
}

.hotspot-sam {
  left: 9%;
  top: 50%;
  width: 12%;
  height: 30%;
}

.hotspot-jd {
  left: 74%;
  top: 13%;
  width: 11%;
  height: 30%;
}

.hotspot-doge {
  left: 80%;
  top: 44%;
  width: 11%;
  height: 22%;
}

.hotspot-pepe {
  left: 28%;
  top: 68%;
  width: 10%;
  height: 19%;
}

.hotspot-trollface {
  left: 67%;
  top: 67%;
  width: 11%;
  height: 20%;
}

.lock-frame {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: opacity 140ms ease;
}

.lock-frame::before,
.lock-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.lock-frame::before {
  inset: 0;
  background:
    linear-gradient(rgba(5, 5, 5, 0.82) 0 0) top left / 32px 4px no-repeat,
    linear-gradient(rgba(5, 5, 5, 0.82) 0 0) top left / 4px 32px no-repeat,
    linear-gradient(rgba(5, 5, 5, 0.82) 0 0) top right / 32px 4px no-repeat,
    linear-gradient(rgba(5, 5, 5, 0.82) 0 0) top right / 4px 32px no-repeat,
    linear-gradient(rgba(5, 5, 5, 0.82) 0 0) bottom left / 32px 4px no-repeat,
    linear-gradient(rgba(5, 5, 5, 0.82) 0 0) bottom left / 4px 32px no-repeat,
    linear-gradient(rgba(5, 5, 5, 0.82) 0 0) bottom right / 32px 4px no-repeat,
    linear-gradient(rgba(5, 5, 5, 0.82) 0 0) bottom right / 4px 32px no-repeat;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
}

.lock-frame::after {
  left: 50%;
  bottom: -19px;
  padding: 4px 6px;
  color: var(--white);
  background: var(--red);
  content: attr(data-label);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}

.lock-frame.active,
.lock-frame.preview {
  opacity: 1;
}

.lock-trump {
  left: 38.2%;
  top: 16.3%;
  width: 29%;
  height: 70.8%;
}

.lock-elon {
  left: 19.8%;
  top: 12%;
  width: 12%;
  height: 34%;
}

.lock-sam {
  left: 11.2%;
  top: 49%;
  width: 10.4%;
  height: 30.3%;
}

.lock-jd {
  left: 73.6%;
  top: 13%;
  width: 9.4%;
  height: 25.4%;
}

.lock-doge {
  left: 79.6%;
  top: 43.2%;
  width: 8.4%;
  height: 19.4%;
}

.lock-pepe {
  left: 27.1%;
  top: 66.1%;
  width: 11%;
  height: 19.1%;
}

.lock-trollface {
  left: 66.2%;
  top: 65.2%;
  width: 10%;
  height: 21.8%;
}

.case-panel {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
}

.case-number {
  color: #7bd88f;
}

.case-content {
  display: grid;
  gap: 0;
  padding: 0 14px;
}

.case-row {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.case-row span,
.case-row strong {
  display: block;
}

.case-row span {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}

.case-row strong {
  font-size: 14px;
  line-height: 1.35;
}

.declassify-output {
  min-height: 44px;
  margin: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(180, 35, 24, 0.36);
  background: #fff7f6;
  color: var(--red);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.45;
}

.declassify-output:empty {
  display: none;
}

.contract-row {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-top: 1px solid var(--line);
  background: #f8fbfd;
}

.contract-row span,
.contract-row small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}

.contract-row strong {
  font-size: 18px;
  font-weight: 900;
}

.lower-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr;
  gap: 12px;
  margin-top: 12px;
}

.science-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.science-grid article {
  min-height: 124px;
  padding: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.science-grid strong {
  display: block;
  margin-bottom: 9px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
}

.science-grid p,
.footnote,
.disclaimer-panel p,
.disclaimer-panel li {
  margin: 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.footnote {
  padding: 0 14px 8px;
  color: var(--muted);
}

.footnote:first-of-type {
  padding-top: 12px;
}

.disclaimer-panel p {
  padding: 0 14px;
}

.disclaimer-panel p:first-of-type {
  padding-top: 14px;
}

.disclaimer-panel ul {
  display: grid;
  gap: 0;
  margin: 14px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.disclaimer-panel li {
  padding: 11px 14px;
  border-bottom: 1px solid var(--line);
}

.live-log {
  margin-top: 12px;
  overflow: hidden;
  color: #b7f7c8;
  background: var(--ink);
}

.log-track {
  display: flex;
  gap: 30px;
  width: max-content;
  padding: 12px 0;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
}

.log-line {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
}

.footer-line {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding: 12px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

@keyframes scan {
  from {
    transform: translateY(-4px);
  }

  to {
    transform: translateY(480px);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1180px) {
  .release-header,
  .release-record,
  .dossier-grid,
  .lower-grid {
    grid-template-columns: 1fr;
  }

  .evidence-rail {
    grid-template-columns: repeat(5, minmax(190px, 1fr));
    overflow-x: auto;
  }

  .status-ledger {
    border-left: 0;
  }

  .directive-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .target-panel {
    order: 2;
  }

  .sky-panel {
    order: 1;
  }

  .case-panel {
    order: 3;
  }

  .target-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .target-button {
    flex: 0 0 190px;
    border-right: 1px solid var(--line);
    scroll-snap-align: start;
  }

  .sky-feed {
    min-height: 0;
  }

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

  .science-grid article {
    border-right: 0;
  }
}

@media (max-width: 820px) {
  .agency-page {
    width: min(100% - 20px, 680px);
    padding-top: 10px;
  }

  .agency-header,
  .brief-strip,
  .release-table-title,
  .sky-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .agency-actions,
  .feed-actions,
  .brief-actions {
    justify-content: stretch;
  }

  .agency-actions > *,
  .feed-actions > *,
  .brief-actions > * {
    flex: 1 1 auto;
  }

  .release-title {
    min-height: 230px;
    padding: 20px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 68px);
  }

  .status-ledger {
    grid-template-columns: 1fr;
  }

  .status-ledger span {
    min-height: 64px;
  }

  .brief-strip {
    grid-template-columns: 1fr;
  }

  .evidence-rail {
    grid-template-columns: repeat(5, 220px);
  }

  .release-table-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brief-strip p {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .sky-feed {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .agency-page {
    width: calc(100% - 14px);
  }

  .agency-mark img {
    width: 46px;
    height: 46px;
  }

  .release-title::after {
    width: 112px;
    box-shadow: -38px -34px 0 var(--black), 36px -78px 0 var(--black);
  }

  .gov-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .release-meta {
    align-items: stretch;
    flex-direction: column;
  }

  .release-table-grid {
    grid-template-columns: 1fr;
  }

  .sky-feed {
    min-height: 0;
  }

  .hotspot::after {
    font-size: 9px;
  }

  .target-button {
    flex-basis: 174px;
  }
}
