:root {
  --shell-top: #646f7b;
  --shell-mid: #313945;
  --shell-bottom: #171c24;
  --screen-top: #071827;
  --screen-bottom: #020b14;
  --panel: rgba(8, 28, 49, 0.96);
  --panel-border: rgba(156, 221, 255, 0.28);
  --cyan: #9ef2ff;
  --cyan-dim: #bfd8ea;
  --white: #f6fcff;
  --red: #ff616f;
  --yellow: #ffe48d;
  --shadow: rgba(0, 0, 0, 0.72);
  --cut-sm: 8px;
  --cut-md: 12px;
  --cut-lg: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 14%, rgba(88, 164, 255, 0.18), transparent 18%),
    radial-gradient(circle at 13% 24%, rgba(42, 106, 225, 0.1), transparent 16%),
    radial-gradient(circle at 87% 22%, rgba(82, 184, 255, 0.09), transparent 15%),
    linear-gradient(180deg, #0a1320 0%, #050912 52%, #020409 100%);
  color: var(--cyan);
  font-family: "Share Tech Mono", monospace;
}

body[data-sequence-phase="alert"] .photo-stage {
  filter: blur(0.8px) saturate(0.88) brightness(0.78);
}

body[data-sequence-phase="april"] .photo-stage,
body[data-sequence-phase="palestine"] .photo-stage {
  filter: blur(2px) saturate(0.25) brightness(0.08);
}

.room-ambience,
.room-lights {
  position: fixed;
  pointer-events: none;
}

.room-ambience {
  inset: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(97, 185, 255, 0.09), transparent 36%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 14%, transparent 86%, rgba(255, 255, 255, 0.02));
  filter: blur(36px);
}

.room-lights {
  top: 9%;
  bottom: 10%;
  width: 10px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(99, 182, 255, 0.95) 0 12px,
      rgba(99, 182, 255, 0.18) 12px 18px
    );
  opacity: 0.38;
  filter: blur(1px);
}

.room-lights-left {
  left: 5.5%;
}

.room-lights-right {
  right: 5.5%;
}

.photo-stage {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: clamp(12px, 1vw, 18px);
  display: grid;
  place-items: center;
  perspective: 2200px;
  overflow: hidden;
  transition: filter 420ms ease;
}

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

.photo-stage::before {
  inset: 8% 4% 13%;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(8, 16, 28, 0.88) 10% 18%, transparent 18% 82%, rgba(8, 16, 28, 0.88) 82% 90%, transparent 90%),
    radial-gradient(circle at 18% 34%, rgba(118, 202, 255, 0.14), transparent 8%),
    radial-gradient(circle at 82% 32%, rgba(118, 202, 255, 0.12), transparent 8%),
    radial-gradient(circle at 28% 56%, rgba(62, 110, 170, 0.1), transparent 12%),
    radial-gradient(circle at 72% 58%, rgba(62, 110, 170, 0.08), transparent 12%);
  filter: blur(18px);
  opacity: 0.86;
}

.photo-stage::after {
  left: 9%;
  right: 9%;
  bottom: -2%;
  height: 28%;
  z-index: 0;
  background:
    radial-gradient(ellipse at center, rgba(101, 167, 255, 0.2), transparent 44%),
    linear-gradient(180deg, transparent, rgba(2, 6, 11, 0.96));
  filter: blur(18px);
}

.monitor-shadow {
  position: absolute;
  width: min(98vw, 1820px);
  height: min(18vh, 190px);
  bottom: 4%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.74);
  filter: blur(72px);
  z-index: 1;
}

.monitor-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  padding: clamp(8px, 0.72vw, 12px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 10%),
    linear-gradient(145deg, #697482 0%, #394250 18%, #181d25 60%, #414a57 84%, #161b22 100%);
  box-shadow:
    0 72px 140px rgba(0, 0, 0, 0.76),
    0 20px 48px rgba(2, 8, 18, 0.42),
    inset 0 2px 4px rgba(255, 255, 255, 0.08),
    inset 0 -18px 34px rgba(0, 0, 0, 0.52);
  transform: translateY(0);
  clip-path: polygon(
    28px 0,
    calc(100% - 28px) 0,
    100% 28px,
    100% calc(100% - 28px),
    calc(100% - 28px) 100%,
    28px 100%,
    0 calc(100% - 28px),
    0 28px
  );
}

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

.monitor-shell::before {
  left: clamp(54px, 4vw, 82px);
  right: clamp(54px, 4vw, 82px);
  top: clamp(8px, 0.8vw, 14px);
  height: clamp(10px, 0.9vw, 14px);
  background:
    repeating-linear-gradient(90deg, rgba(192, 203, 217, 0.18) 0 9px, rgba(20, 26, 34, 0) 9px 17px);
  opacity: 0.78;
}

.monitor-shell::after {
  left: clamp(72px, 5vw, 108px);
  right: clamp(72px, 5vw, 108px);
  bottom: clamp(10px, 0.95vw, 16px);
  height: clamp(18px, 1.1vw, 24px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.2)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35);
  opacity: 0.6;
}

.monitor-bezel {
  position: relative;
  width: 100%;
  height: 100%;
  padding: clamp(8px, 0.78vw, 12px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 8%),
    linear-gradient(180deg, #050910 0%, #0a1119 16%, #04070d 100%);
  box-shadow:
    inset 0 0 0 2px rgba(111, 123, 137, 0.42),
    inset 0 0 0 10px rgba(7, 10, 15, 0.92),
    inset 0 0 30px rgba(0, 0, 0, 0.3);
  clip-path: polygon(
    22px 0,
    calc(100% - 22px) 0,
    100% 22px,
    100% calc(100% - 22px),
    calc(100% - 22px) 100%,
    22px 100%,
    0 calc(100% - 22px),
    0 22px
  );
}

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

.monitor-bezel::before {
  inset: clamp(7px, 0.65vw, 11px);
  border: 1px solid rgba(150, 165, 188, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(84, 99, 122, 0.18),
    inset 0 0 28px rgba(0, 0, 0, 0.16);
  clip-path: polygon(
    18px 0,
    calc(100% - 18px) 0,
    100% 18px,
    100% calc(100% - 18px),
    calc(100% - 18px) 100%,
    18px 100%,
    0 calc(100% - 18px),
    0 18px
  );
}

.monitor-bezel::after {
  right: clamp(26px, 2vw, 36px);
  bottom: clamp(18px, 1.5vw, 24px);
  width: clamp(86px, 7vw, 118px);
  height: 10px;
  background:
    linear-gradient(90deg, transparent, rgba(173, 194, 219, 0.18), transparent);
  opacity: 0.6;
}

.crt-screen {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(102, 215, 255, 0.11), transparent 34%),
    radial-gradient(circle at 52% 3%, rgba(255, 255, 255, 0.04), transparent 20%),
    linear-gradient(180deg, rgba(64, 158, 255, 0.08), transparent 16%),
    linear-gradient(180deg, var(--screen-top) 0%, #03101b 50%, #020a12 100%);
  box-shadow:
    inset 0 0 120px rgba(0, 0, 0, 0.9),
    inset 0 0 26px rgba(121, 190, 255, 0.04),
    0 0 44px rgba(74, 167, 255, 0.1);
  clip-path: polygon(
    16px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    16px 100%,
    0 calc(100% - 16px),
    0 16px
  );
}

.crt-curvature,
.crt-reflection,
.crt-vignette,
.scanlines,
.phosphor-noise,
.flicker {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.crt-curvature {
  z-index: 4;
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 255, 255, 0.03), transparent 36%),
    radial-gradient(circle at 50% 0%, transparent 56%, rgba(0, 0, 0, 0.22) 100%),
    radial-gradient(circle at 50% 100%, transparent 56%, rgba(0, 0, 0, 0.24) 100%),
    radial-gradient(circle at 0% 50%, rgba(0, 0, 0, 0.34), transparent 30%),
    radial-gradient(circle at 100% 50%, rgba(0, 0, 0, 0.34), transparent 30%);
}

.crt-reflection {
  z-index: 6;
  opacity: 0.62;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.12), transparent 13%, transparent 54%, rgba(255, 255, 255, 0.04) 69%, transparent 82%),
    linear-gradient(95deg, transparent 0 62%, rgba(255, 255, 255, 0.03) 70%, transparent 78%),
    radial-gradient(circle at 77% 12%, rgba(255, 255, 255, 0.08), transparent 12%);
  mix-blend-mode: screen;
}

.crt-vignette {
  z-index: 5;
  background:
    radial-gradient(circle at 50% 50%, transparent 52%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 11%, transparent 90%, rgba(0, 0, 0, 0.22)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent 10%, transparent 90%, rgba(0, 0, 0, 0.26));
}

.scanlines {
  z-index: 8;
  opacity: 0.12;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      rgba(0, 0, 0, 0.18) 2px,
      rgba(0, 0, 0, 0.2) 4px
    );
  background-size: 100% 6px;
  animation: scanDrift 14s linear infinite;
}

.phosphor-noise {
  z-index: 7;
  opacity: 0.06;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.008) 0 2px,
      rgba(0, 0, 0, 0.018) 2px 4px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.01) 0 1px,
      rgba(0, 0, 0, 0.018) 1px 2px
    );
  mix-blend-mode: screen;
}

.flicker {
  z-index: 9;
  opacity: 0.018;
  background: rgba(255, 255, 255, 0.5);
  animation: flicker 0.18s infinite alternate;
}

.sequence-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(20px, 3vw, 44px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 320ms ease,
    visibility 320ms ease;
}

.sequence-noise,
.sequence-scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sequence-noise {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.035), transparent 44%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, rgba(0, 0, 0, 0.025) 1px 2px);
  mix-blend-mode: screen;
  opacity: 0.26;
}

.sequence-scanlines {
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      rgba(0, 0, 0, 0.22) 2px,
      rgba(0, 0, 0, 0.28) 4px
    );
  background-size: 100% 4px;
  opacity: 0.24;
}

.sequence-phase {
  position: relative;
  display: none;
}

.sequence-overlay[data-phase="alert"],
.sequence-overlay[data-phase="april"],
.sequence-overlay[data-phase="palestine"] {
  opacity: 1;
  visibility: visible;
}

.sequence-overlay[data-phase="alert"] {
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 71, 104, 0.28), transparent 28%),
    linear-gradient(180deg, rgba(74, 5, 14, 0.94), rgba(12, 0, 0, 0.98));
}

.sequence-overlay[data-phase="alert"] .sequence-alert-card {
  display: grid;
}

.sequence-alert-card {
  width: min(94vw, 1180px);
  gap: 18px;
  padding: clamp(26px, 3vw, 44px);
  border: 2px solid rgba(255, 195, 201, 0.7);
  background:
    linear-gradient(180deg, rgba(196, 22, 44, 0.92), rgba(44, 4, 12, 0.97));
  box-shadow:
    inset 0 0 36px rgba(28, 0, 0, 0.56),
    0 0 42px rgba(255, 62, 87, 0.34);
  text-align: center;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  animation: alertPulse 900ms infinite alternate;
}

.sequence-alert-symbol {
  justify-self: center;
  display: grid;
  place-items: center;
  width: clamp(72px, 8vw, 104px);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 236, 178, 0.86);
  background:
    linear-gradient(180deg, rgba(255, 219, 95, 0.98), rgba(199, 128, 10, 0.98));
  color: #290600;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
  box-shadow:
    0 0 26px rgba(255, 194, 69, 0.38),
    inset 0 1px 0 rgba(255, 252, 230, 0.48);
  clip-path: polygon(50% 0, 100% 88%, 0 88%);
}

.sequence-alert-top,
.sequence-alert-ribbon,
.sequence-message-tag {
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sequence-alert-top {
  color: #ffe0e6;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.82rem, 1vw, 1.02rem);
}

.sequence-alert-main,
.sequence-message-main,
.sequence-blackout-copy {
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
}

.sequence-alert-main {
  color: #fff5f7;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  line-height: 0.95;
  text-shadow:
    0 0 14px rgba(255, 239, 242, 0.42),
    0 0 34px rgba(255, 62, 87, 0.42);
}

.sequence-alert-copy {
  max-width: 820px;
  margin: 0 auto;
  color: #ffe7eb;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.55;
}

.sequence-alert-ribbon {
  justify-self: center;
  padding: 12px 18px;
  border: 1px solid rgba(255, 222, 227, 0.56);
  background: rgba(16, 0, 3, 0.38);
  color: #fff1f4;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.82rem, 1vw, 1rem);
}

.sequence-message-card {
  width: min(92vw, 1200px);
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.sequence-overlay[data-phase="april"] {
  background:
    radial-gradient(circle at 50% 42%, rgba(105, 155, 255, 0.12), transparent 28%),
    rgba(0, 0, 0, 0.985);
}

.sequence-overlay[data-phase="april"] .sequence-april-card,
.sequence-overlay[data-phase="palestine"] .sequence-palestine-card {
  display: grid;
}

.sequence-overlay[data-phase="palestine"] {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.98), rgba(2, 8, 7, 0.98));
}

.sequence-message-tag {
  color: #d7ecff;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.78rem, 1vw, 0.98rem);
}

.sequence-message-main {
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.96;
  color: #f5fbff;
}

.sequence-april-card .sequence-message-main {
  text-shadow:
    0 0 16px rgba(142, 211, 255, 0.26),
    0 0 34px rgba(71, 148, 255, 0.18);
}

.sequence-palestine-card .sequence-message-main {
  text-shadow:
    -3px 0 rgba(224, 44, 44, 0.28),
    3px 0 rgba(61, 185, 102, 0.24),
    0 0 24px rgba(255, 255, 255, 0.14);
}

.screen-ui {
  position: relative;
  z-index: 3;
  width: 99.2%;
  height: 99.2%;
  --theme-accent: rgba(162, 236, 255, 0.58);
  --theme-glow: rgba(102, 210, 255, 0.22);
  --theme-panel-tint: rgba(59, 126, 206, 0.14);
  --theme-callout: rgba(35, 92, 164, 0.62);
  padding: clamp(12px, 1vw, 18px) clamp(12px, 1.08vw, 18px) clamp(10px, 0.85vw, 14px);
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  gap: clamp(10px, 1vw, 14px);
  text-rendering: optimizeLegibility;
}

.top-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.eyebrow,
.subtitle,
.panel-header span:last-child,
.metric-chip span,
.stat-label,
.side-note span {
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.eyebrow,
.subtitle {
  margin: 0;
  color: #dcecf9;
  font-size: 0.78rem;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(136, 206, 255, 0.08);
}

h1 {
  margin: 10px 0 8px;
  color: var(--white);
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.96rem, 2.62vw, 3.18rem);
  font-weight: 900;
  line-height: 1.16;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(132, 236, 255, 0.74),
    0 0 24px rgba(76, 184, 255, 0.18),
    2px 0 rgba(255, 255, 255, 0.06);
}

.header-stack {
  display: grid;
  gap: 7px;
  min-width: 250px;
}

.header-chip,
.tab,
.metric-chip,
.panel,
.location-callout,
.alert-card,
.stat-card,
.mission-card,
.truth-post,
.action-button,
.side-note,
.truth-avatar {
  border-radius: 0;
  clip-path: polygon(
    var(--cut, var(--cut-sm)) 0,
    calc(100% - var(--cut, var(--cut-sm))) 0,
    100% var(--cut, var(--cut-sm)),
    100% calc(100% - var(--cut, var(--cut-sm))),
    calc(100% - var(--cut, var(--cut-sm))) 100%,
    var(--cut, var(--cut-sm)) 100%,
    0 calc(100% - var(--cut, var(--cut-sm))),
    0 var(--cut, var(--cut-sm))
  );
}

.header-chip {
  --cut: var(--cut-sm);
  position: relative;
  padding: 8px 13px;
  border: 1px solid rgba(148, 216, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(17, 40, 66, 0.98), rgba(8, 24, 42, 0.94));
  color: #e6f5ff;
  font-weight: 700;
  font-size: 0.74rem;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 16px rgba(0, 0, 0, 0.48),
    0 0 14px rgba(76, 184, 255, 0.06);
}

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

.tab {
  --cut: var(--cut-sm);
  position: relative;
  min-height: 54px;
  padding: 11px 10px;
  border: 1px solid rgba(146, 218, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(18, 44, 75, 0.96), rgba(7, 19, 34, 0.99));
  color: #d8edff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  text-shadow: 0 0 12px rgba(132, 210, 255, 0.1);
  transition:
    border-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.tab::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 34%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 88%);
  opacity: 0.8;
  pointer-events: none;
}

.tab:hover {
  transform: translateY(-1px);
  color: #e8fbff;
}

.tab.is-active {
  border-color: var(--theme-accent);
  color: var(--white);
  box-shadow:
    inset 0 0 26px rgba(62, 157, 255, 0.46),
    0 0 24px var(--theme-glow);
}

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

.metric-chip {
  --cut: var(--cut-sm);
  position: relative;
  padding: 14px 16px;
  border: 1px solid rgba(150, 218, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(15, 37, 63, 0.96), rgba(6, 17, 31, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 18px rgba(0, 0, 0, 0.34);
}

.metric-chip span {
  display: block;
  margin-bottom: 8px;
  color: #dff0ff;
  font-size: 0.72rem;
  font-weight: 700;
}

.metric-chip strong {
  color: var(--white);
  font-family: "Orbitron", sans-serif;
  font-size: 1.06rem;
  font-weight: 900;
  text-shadow: 0 0 14px rgba(132, 210, 255, 0.18);
}

.view-stack {
  min-height: 0;
  display: grid;
  align-self: stretch;
  overflow: hidden;
}

.view-pane {
  min-height: 0;
  display: none;
}

.view-pane.is-active {
  display: block;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.main-grid {
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.92fr);
  gap: clamp(12px, 1.2vw, 16px);
}

.left-column,
.right-column,
.radar-side-column {
  min-height: 0;
}

.left-column {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(210px, auto);
  gap: clamp(12px, 1.2vw, 16px);
}

.right-column {
  display: flex;
}

.panel {
  --cut: var(--cut-md);
  position: relative;
  border: 1px solid var(--panel-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 9%),
    linear-gradient(180deg, var(--theme-panel-tint), transparent 24%),
    linear-gradient(90deg, rgba(148, 224, 255, 0.04), transparent 40%, rgba(0, 122, 255, 0.04)),
    var(--panel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 28px rgba(3, 9, 16, 0.72),
    0 12px 34px rgba(3, 10, 20, 0.16),
    0 0 18px rgba(94, 191, 255, 0.08);
}

.panel-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(156, 221, 255, 0.12);
  color: var(--cyan);
}

.panel-header span:first-child {
  font-family: "Orbitron", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #edf9ff;
  text-shadow: 0 0 10px rgba(143, 212, 255, 0.1);
}

.panel-header span:last-child {
  color: #dcebf8;
  font-size: 0.78rem;
  font-weight: 700;
}

.panel-header-small {
  margin-bottom: 10px;
}

.hero-panel,
.lower-panel,
.mission-panel,
.socials-panel,
.debunk-panel,
.radar-focus-panel,
.radar-side-panel {
  padding: 16px;
}

.hero-panel {
  display: grid;
  align-content: start;
}

.location-callout {
  --cut: var(--cut-md);
  position: relative;
  padding: 18px 20px;
  border: 1px solid rgba(164, 228, 255, 0.34);
  background:
    linear-gradient(180deg, var(--theme-callout), rgba(10, 30, 55, 0.98)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 50%, rgba(72, 189, 255, 0.08));
  color: #f1fdff;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.5rem);
  font-weight: 900;
  line-height: 1.45;
  text-shadow:
    0 0 12px rgba(132, 236, 255, 0.28),
    0 0 26px rgba(76, 184, 255, 0.14);
}

.status-line {
  margin-top: 14px;
  color: var(--yellow);
  font-family: "Orbitron", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alert-stack {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.alert-card {
  --cut: var(--cut-sm);
  padding: 14px 16px;
  font-family: "Orbitron", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.alert-red {
  border: 1px solid rgba(255, 138, 151, 0.42);
  background:
    linear-gradient(180deg, rgba(150, 17, 38, 0.82), rgba(43, 7, 16, 0.98));
  color: #ffe0e5;
  box-shadow:
    inset 0 0 24px rgba(39, 5, 13, 0.76),
    0 0 18px rgba(255, 71, 104, 0.2);
}

.alert-cyan {
  border: 1px solid rgba(154, 228, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(26, 88, 142, 0.68), rgba(9, 25, 44, 0.96));
  color: #ecfbff;
  box-shadow:
    inset 0 0 24px rgba(7, 18, 30, 0.74),
    0 0 18px rgba(72, 201, 255, 0.14);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.stat-card,
.cabin-card,
.threat-card {
  --cut: var(--cut-sm);
  padding: 12px 14px;
  border: 1px solid rgba(151, 220, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 36, 61, 0.96), rgba(5, 15, 27, 0.99));
  clip-path: polygon(
    var(--cut) 0,
    calc(100% - var(--cut)) 0,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0 calc(100% - var(--cut)),
    0 var(--cut)
  );
}

.stat-label,
.cabin-label,
.threat-card span,
.subsection-label {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan-dim);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stat-value,
.cabin-value,
.threat-card strong {
  color: var(--white);
  font-family: "Orbitron", sans-serif;
  font-size: 0.98rem;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(141, 210, 255, 0.1);
}

.meter {
  position: relative;
  height: 12px;
  overflow: hidden;
  background: rgba(4, 12, 21, 0.92);
  box-shadow: inset 0 0 0 1px rgba(160, 229, 255, 0.18);
  clip-path: polygon(4px 0, calc(100% - 4px) 0, 100% 4px, 100% calc(100% - 4px), calc(100% - 4px) 100%, 4px 100%, 0 calc(100% - 4px), 0 4px);
}

.meter-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 91%;
  background:
    linear-gradient(90deg, #34a2ff 0%, #83ebff 54%, #f0fdff 100%);
  box-shadow:
    0 0 18px rgba(84, 215, 255, 0.28),
    inset 0 0 14px rgba(255, 255, 255, 0.22);
}

.meter-value {
  display: inline-block;
  margin-top: 10px;
}

.monitoring-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.15fr);
  gap: 12px;
  align-items: start;
}

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

.log-cluster {
  min-height: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(154, 220, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(12, 34, 58, 0.94), rgba(5, 15, 27, 0.99));
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

.scroll-region {
  min-height: 0;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-region::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.event-log {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: #eefcff;
  font-size: 0.88rem;
  line-height: 1.42;
}

.mission-panel {
  width: 100%;
  display: grid;
  align-content: start;
  gap: 12px;
}

.mission-card {
  --cut: var(--cut-sm);
  padding: 14px 16px;
  border: 1px solid rgba(151, 220, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 36, 61, 0.96), rgba(5, 15, 27, 0.99));
}

.mission-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan-dim);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mission-card strong {
  color: var(--white);
  font-family: "Orbitron", sans-serif;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.35;
}

.radar-module {
  --cut: var(--cut-sm);
  padding: 12px;
  border: 1px solid rgba(151, 220, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 36, 61, 0.96), rgba(5, 15, 27, 0.99));
  clip-path: polygon(
    var(--cut) 0,
    calc(100% - var(--cut)) 0,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0 calc(100% - var(--cut)),
    0 var(--cut)
  );
}

.radar-module-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.radar-module-header span {
  color: var(--cyan-dim);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.radar-module-header strong {
  color: var(--white);
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.radar-scope {
  position: relative;
  aspect-ratio: 1;
  width: min(100%, 240px);
  margin: 0 auto 12px;
  overflow: hidden;
  border: 1px solid rgba(154, 228, 255, 0.24);
  background:
    radial-gradient(circle at center, rgba(58, 205, 255, 0.22), transparent 44%),
    linear-gradient(180deg, rgba(10, 29, 52, 0.98), rgba(5, 15, 27, 0.99));
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
}

.radar-ring,
.radar-crosshair,
.radar-sweep,
.radar-blip {
  position: absolute;
}

.radar-ring {
  inset: 50%;
  border: 1px solid rgba(126, 235, 255, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-1 {
  width: 36%;
  height: 36%;
}

.ring-2 {
  width: 60%;
  height: 60%;
}

.ring-3 {
  width: 84%;
  height: 84%;
}

.ring-4 {
  width: 96%;
  height: 96%;
}

.radar-crosshair {
  background: rgba(136, 235, 255, 0.16);
}

.radar-crosshair-x {
  top: 50%;
  left: 10%;
  right: 10%;
  height: 1px;
}

.radar-crosshair-y {
  left: 50%;
  top: 10%;
  bottom: 10%;
  width: 1px;
}

.radar-sweep {
  inset: -4%;
  background: conic-gradient(from 12deg, rgba(116, 235, 255, 0.4), rgba(96, 231, 255, 0.04) 24%, transparent 36%);
  mix-blend-mode: screen;
  animation: radarSweep 5.5s linear infinite;
}

.radar-blip {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f1fdff;
  box-shadow:
    0 0 12px rgba(132, 236, 255, 0.95),
    0 0 22px rgba(76, 184, 255, 0.28);
  animation: radarPulse 1.8s ease-in-out infinite alternate;
}

.blip-a {
  top: 24%;
  left: 63%;
}

.blip-b {
  top: 41%;
  left: 26%;
  animation-delay: 0.4s;
}

.blip-c {
  top: 67%;
  left: 58%;
  animation-delay: 0.9s;
}

.blip-d {
  top: 74%;
  left: 33%;
  animation-delay: 1.2s;
}

.blip-e {
  top: 18%;
  left: 41%;
  animation-delay: 0.25s;
}

.blip-f {
  top: 58%;
  left: 76%;
  animation-delay: 0.75s;
}

.radar-note {
  margin: 0;
  color: #eefcff;
  font-size: 0.82rem;
  line-height: 1.42;
}

.radar-grid {
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.82fr);
}

.radar-focus-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: 16px;
  align-items: start;
}

.radar-scope-large {
  width: min(100%, 420px);
  margin: 0;
}

.radar-focus-copy {
  display: grid;
  gap: 12px;
  align-content: start;
}

.radar-banner {
  --cut: var(--cut-md);
  padding: 16px 18px;
  border: 1px solid rgba(164, 228, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(30, 86, 150, 0.58), rgba(9, 27, 49, 0.98));
  color: #f3fdff;
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  clip-path: polygon(
    var(--cut) 0,
    calc(100% - var(--cut)) 0,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0 calc(100% - var(--cut)),
    0 var(--cut)
  );
}

.threat-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.radar-inline-alert {
  margin-top: 2px;
}

.radar-side-panel {
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 12px;
}

.radar-checklist {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
  color: #eefcff;
  font-size: 0.95rem;
  line-height: 1.44;
}

.radar-event-log {
  padding-left: 18px;
}

.hormuz-grid,
.tehran-grid,
.tower-grid {
  min-height: 0;
  height: 100%;
  display: grid;
  gap: 16px;
}

.hormuz-grid {
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.78fr);
}

.tehran-grid {
  grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
}

.tower-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
}

.hormuz-chart-panel,
.hormuz-ops-panel,
.tehran-summary-panel,
.tehran-dossier-panel,
.tower-skyline-panel,
.tower-media-panel,
.chaos-callout-panel,
.chaos-stack-panel,
.chaos-diagnostics-panel,
.chaos-log-panel {
  min-height: 0;
  position: relative;
}

.lane-board {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.lane-track {
  position: relative;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid rgba(151, 220, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(121, 251, 226, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(14, 40, 62, 0.96), rgba(5, 15, 27, 0.99));
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

.lane-track::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 50%;
  height: 2px;
  background:
    linear-gradient(90deg, rgba(132, 255, 210, 0.18), rgba(132, 255, 210, 0.68), rgba(132, 255, 210, 0.18));
}

.lane-name {
  display: block;
  color: var(--cyan-dim);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lane-marker {
  position: absolute;
  top: calc(50% - 12px);
  padding: 4px 8px;
  border: 1px solid rgba(151, 220, 255, 0.18);
  background: rgba(12, 38, 64, 0.96);
  color: var(--white);
  font-family: "Orbitron", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
}

.marker-1 {
  left: 34%;
}

.marker-2 {
  left: 72%;
}

.marker-3 {
  left: 22%;
}

.marker-4 {
  left: 61%;
}

.marker-5 {
  left: 48%;
}

.marker-6 {
  left: 80%;
}

.sea-card-grid,
.urban-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.incident-stamp {
  margin-bottom: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 166, 180, 0.22);
  background:
    linear-gradient(180deg, rgba(128, 28, 48, 0.4), rgba(42, 11, 20, 0.92));
  color: var(--white);
  font-family: "Orbitron", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
}

.tehran-scope {
  margin: 0;
  width: min(100%, 210px);
}

.timeline-shell {
  min-height: 0;
  margin-top: 14px;
  padding-right: 4px;
}

.incident-timeline {
  margin: 0;
  padding: 0 0 0 18px;
  display: grid;
  gap: 16px;
}

.incident-timeline li {
  color: #eefcff;
  line-height: 1.42;
}

.incident-timeline strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
  font-family: "Orbitron", sans-serif;
  font-size: 0.78rem;
}

.incident-timeline span {
  display: block;
  color: #d9f3ff;
  font-size: 0.92rem;
}

.skyline-board {
  position: relative;
  height: 190px;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid rgba(171, 214, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 216, 133, 0.05), transparent 30%),
    repeating-linear-gradient(90deg, rgba(255, 220, 150, 0.035) 0 1px, transparent 1px 22px),
    linear-gradient(180deg, rgba(11, 29, 49, 0.98), rgba(6, 15, 26, 1));
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
}

.skyline-column {
  position: absolute;
  bottom: 0;
  width: 10%;
  background:
    linear-gradient(180deg, rgba(255, 218, 140, 0.3), rgba(32, 44, 64, 0.9));
  box-shadow: inset 0 0 0 1px rgba(255, 227, 160, 0.08);
}

.skyline-column-a {
  left: 6%;
  height: 42%;
}

.skyline-column-b {
  left: 20%;
  height: 64%;
}

.skyline-column-c {
  left: 36%;
  height: 52%;
}

.skyline-column-d {
  left: 52%;
  height: 78%;
}

.skyline-column-e {
  left: 72%;
  height: 58%;
}

.flight-arc {
  position: absolute;
  inset: 16% 8% 18% auto;
  width: 54%;
  border-top: 3px solid rgba(255, 220, 140, 0.48);
  border-right: 3px solid rgba(255, 220, 140, 0.48);
  border-radius: 0 100% 0 0;
  transform: skewY(-12deg);
}

.tower-callout {
  max-width: 82%;
}

.chaos-grid {
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  grid-template-rows: auto auto;
  gap: 16px;
  grid-template-areas:
    "callout stack"
    "diag log";
}

.chaos-callout-panel {
  grid-area: callout;
}

.chaos-stack-panel {
  grid-area: stack;
}

.chaos-diagnostics-panel {
  grid-area: diag;
}

.chaos-log-panel {
  grid-area: log;
}

.chaos-tile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.socials-grid {
  min-height: 0;
  gap: clamp(14px, 1.3vw, 20px);
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-columns: minmax(0, 1.34fr) minmax(305px, 0.74fr);
}

.socials-view {
  min-height: 0;
  height: 100%;
}

.socials-layout {
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
}

.socials-panel,
.debunk-panel {
  min-height: 0;
  height: 100%;
}

.socials-grid > .socials-panel,
.socials-grid > .debunk-panel {
  height: auto;
}

.socials-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.debunk-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.social-feed {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 18px;
  overflow-y: auto;
  padding-right: 6px;
}

.socials-actions {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.socials-action-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.action-button {
  --cut: var(--cut-sm);
  position: relative;
  min-height: 78px;
  padding: 14px 16px;
  border: 1px solid rgba(168, 223, 255, 0.26);
  background:
    linear-gradient(180deg, rgba(33, 82, 145, 0.98), rgba(11, 31, 59, 0.98));
  color: var(--white);
  font-family: "Orbitron", sans-serif;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -16px 28px rgba(0, 0, 0, 0.34),
    0 0 18px rgba(94, 191, 255, 0.14);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.action-button::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 36%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent 90%);
  pointer-events: none;
}

.action-button:hover {
  transform: translateY(-1px);
  border-color: rgba(192, 235, 255, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -16px 28px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(115, 203, 255, 0.2);
}

.action-button:focus-visible {
  outline: 2px solid rgba(214, 244, 255, 0.86);
  outline-offset: 3px;
}

.action-button span {
  display: block;
  margin-bottom: 8px;
  color: #d4ecff;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
}

.action-button strong {
  display: block;
  color: #f5fdff;
  font-size: 0.92rem;
  line-height: 1.2;
  text-shadow:
    0 0 10px rgba(135, 216, 255, 0.26),
    0 0 20px rgba(94, 191, 255, 0.14);
}

.truth-post {
  --cut: var(--cut-md);
  position: relative;
  overflow: hidden;
  padding: 18px 18px 16px;
  border: 1px solid rgba(196, 212, 229, 0.95);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.99)),
    linear-gradient(135deg, rgba(223, 236, 248, 0.55), transparent 40%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -1px 0 rgba(203, 216, 228, 0.45),
    0 12px 28px rgba(2, 10, 22, 0.18),
    0 0 14px rgba(145, 194, 255, 0.08);
}

.truth-post::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, rgba(45, 95, 171, 0.96), rgba(104, 163, 230, 0.9));
  opacity: 1;
}

.truth-post::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 18%, rgba(255, 255, 255, 0.32) 30%, transparent 44%);
  transform: translateX(-120%);
  animation: postSweep 13s linear infinite;
}

.truth-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.truth-head-main {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
  flex: 1;
}

.truth-avatar {
  --cut: var(--cut-sm);
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37, 87, 162, 0.16);
  background:
    linear-gradient(180deg, rgba(41, 110, 201, 1), rgba(18, 54, 101, 1));
  color: var(--white);
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(16, 52, 99, 0.16);
}

.truth-post-aside {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.truth-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.truth-meta strong {
  display: block;
  color: #0f1b2a;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.truth-meta span {
  color: #5b6d82;
  font-size: 0.78rem;
  font-weight: 700;
}

.truth-verified {
  padding: 4px 8px;
  border: 1px solid rgba(70, 123, 194, 0.18);
  background: linear-gradient(180deg, rgba(42, 103, 186, 0.96), rgba(22, 64, 124, 0.98));
  color: #f4fbff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
}

.truth-badge {
  padding: 6px 9px;
  border: 1px solid rgba(70, 123, 194, 0.16);
  background:
    linear-gradient(180deg, rgba(229, 239, 250, 1), rgba(214, 226, 241, 0.98));
  color: #1f4e86;
  font-family: "Orbitron", sans-serif;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
}

.truth-time {
  color: #6a7d91;
  font-size: 0.72rem;
  font-weight: 700;
}

.truth-post-trump {
  border-color: rgba(97, 136, 186, 0.32);
}

.truth-post-agency {
  border-color: rgba(169, 188, 210, 0.62);
  background:
    linear-gradient(180deg, rgba(252, 254, 255, 0.99), rgba(240, 246, 252, 0.99)),
    linear-gradient(135deg, rgba(225, 236, 246, 0.62), transparent 44%);
}

.truth-post-agency .truth-avatar {
  background:
    linear-gradient(180deg, rgba(88, 132, 194, 1), rgba(31, 66, 116, 1));
}

.truth-post p {
  margin: 0 0 14px;
  color: #172231;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.6;
}

.truth-published {
  margin-bottom: 12px;
  color: #627285;
  font-size: 0.74rem;
  font-weight: 700;
}

.truth-divider {
  height: 1px;
  margin-bottom: 12px;
  background: rgba(28, 52, 81, 0.12);
}

.truth-stats {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #31506f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

.truth-actions span {
  padding: 8px 9px;
  border: 1px solid rgba(68, 104, 150, 0.12);
  background: rgba(243, 247, 251, 0.98);
  color: #46627f;
  font-family: "Orbitron", sans-serif;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
}

.debunk-panel {
  display: grid;
  gap: 14px;
}

.debunk-scroll {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 14px;
  overflow-y: auto;
  padding-right: 6px;
}

.debunk-list {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 14px;
  color: #eefcff;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.52;
}

.side-note {
  --cut: var(--cut-sm);
  padding: 14px 16px;
  border: 1px solid rgba(154, 220, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 36, 61, 0.96), rgba(5, 15, 27, 0.99));
}

.side-note span {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan-dim);
  font-size: 0.7rem;
}

.side-note strong {
  color: var(--white);
  font-family: "Orbitron", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
}

.telemetry-view .hero-panel,
.telemetry-view .lower-panel,
.radar-view .radar-focus-panel,
.radar-view .radar-side-panel,
.socials-view .socials-panel,
.socials-view .debunk-panel {
  animation: paneGlow 4.5s ease-in-out infinite;
}

.screen-ui[data-view-theme="telemetry"] {
  --theme-accent: rgba(162, 236, 255, 0.58);
  --theme-glow: rgba(102, 210, 255, 0.22);
  --theme-panel-tint: rgba(59, 126, 206, 0.14);
  --theme-callout: rgba(35, 92, 164, 0.62);
}

.screen-ui[data-view-theme="telemetry"] .telemetry-view .hero-panel::before,
.screen-ui[data-view-theme="telemetry"] .telemetry-view .lower-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(168, 232, 255, 0.04), transparent 36%),
    repeating-linear-gradient(90deg, rgba(155, 227, 255, 0.025) 0 1px, transparent 1px 30px);
  pointer-events: none;
}

.screen-ui[data-view-theme="hormuz"] {
  --theme-accent: rgba(133, 255, 228, 0.58);
  --theme-glow: rgba(91, 255, 212, 0.2);
  --theme-panel-tint: rgba(32, 133, 131, 0.2);
  --theme-callout: rgba(24, 123, 132, 0.68);
}

.screen-ui[data-view-theme="hormuz"] .telemetry-view .hero-panel,
.screen-ui[data-view-theme="hormuz"] .telemetry-view .lower-panel,
.screen-ui[data-view-theme="hormuz"] .telemetry-view .mission-panel {
  background:
    linear-gradient(180deg, rgba(18, 112, 118, 0.24), transparent 22%),
    radial-gradient(circle at 80% 10%, rgba(126, 255, 229, 0.08), transparent 28%),
    var(--panel);
}

.screen-ui[data-view-theme="hormuz"] .telemetry-view .main-grid {
  grid-template-columns: minmax(0, 1.42fr) minmax(290px, 0.86fr);
}

.screen-ui[data-view-theme="hormuz"] .telemetry-view .hero-panel::before,
.screen-ui[data-view-theme="hormuz"] .telemetry-view .lower-panel::before,
.screen-ui[data-view-theme="hormuz"] .telemetry-view .mission-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(180deg, rgba(135, 255, 229, 0.045) 0 2px, transparent 2px 22px),
    linear-gradient(120deg, rgba(126, 255, 229, 0.08), transparent 30%);
  pointer-events: none;
}

.screen-ui[data-view-theme="tehran"] {
  --theme-accent: rgba(255, 156, 164, 0.64);
  --theme-glow: rgba(255, 103, 131, 0.24);
  --theme-panel-tint: rgba(149, 32, 48, 0.22);
  --theme-callout: rgba(118, 31, 44, 0.8);
}

.screen-ui[data-view-theme="tehran"] .telemetry-view .main-grid {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
}

.screen-ui[data-view-theme="tehran"] .telemetry-view .left-column {
  order: 2;
}

.screen-ui[data-view-theme="tehran"] .telemetry-view .right-column {
  order: 1;
}

.screen-ui[data-view-theme="tehran"] .telemetry-view .mission-panel {
  background:
    linear-gradient(180deg, rgba(128, 28, 48, 0.24), transparent 24%),
    radial-gradient(circle at 15% 8%, rgba(255, 172, 184, 0.08), transparent 24%),
    var(--panel);
}

.screen-ui[data-view-theme="tehran"] .telemetry-view .hero-panel::before,
.screen-ui[data-view-theme="tehran"] .telemetry-view .mission-panel::before,
.screen-ui[data-view-theme="tehran"] .telemetry-view .lower-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 140, 160, 0.1), transparent 22%),
    repeating-linear-gradient(-45deg, rgba(255, 177, 193, 0.045) 0 12px, transparent 12px 24px);
  pointer-events: none;
}

.screen-ui[data-view-theme="tehran"] .telemetry-view .panel-header {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 164, 176, 0.18);
}

.screen-ui[data-view-theme="tower"] {
  --theme-accent: rgba(255, 214, 126, 0.62);
  --theme-glow: rgba(255, 207, 94, 0.2);
  --theme-panel-tint: rgba(150, 108, 32, 0.22);
  --theme-callout: rgba(142, 93, 29, 0.74);
}

.screen-ui[data-view-theme="tower"] .telemetry-view .hero-panel,
.screen-ui[data-view-theme="tower"] .telemetry-view .mission-panel {
  background:
    linear-gradient(180deg, rgba(154, 110, 24, 0.16), transparent 22%),
    repeating-linear-gradient(90deg, rgba(255, 219, 140, 0.03) 0 1px, transparent 1px 24px),
    var(--panel);
}

.screen-ui[data-view-theme="tower"] .telemetry-view .main-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.screen-ui[data-view-theme="tower"] .telemetry-view .hero-panel::before,
.screen-ui[data-view-theme="tower"] .telemetry-view .lower-panel::before,
.screen-ui[data-view-theme="tower"] .telemetry-view .mission-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 62%, rgba(255, 218, 140, 0.05) 62% 100%),
    repeating-linear-gradient(90deg, rgba(255, 218, 140, 0.04) 0 2px, transparent 2px 26px);
  pointer-events: none;
}

.screen-ui[data-view-theme="tower"] .telemetry-view .location-callout {
  max-width: 82%;
}

.screen-ui[data-view-theme="radar"] {
  --theme-accent: rgba(132, 255, 210, 0.62);
  --theme-glow: rgba(85, 255, 195, 0.22);
  --theme-panel-tint: rgba(28, 118, 86, 0.2);
  --theme-callout: rgba(22, 103, 83, 0.74);
}

.screen-ui[data-view-theme="radar"] .radar-focus-panel,
.screen-ui[data-view-theme="radar"] .radar-side-panel {
  background:
    linear-gradient(180deg, rgba(22, 104, 89, 0.18), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(132, 255, 210, 0.08), transparent 28%),
    var(--panel);
}

.screen-ui[data-view-theme="radar"] .radar-focus-panel::before,
.screen-ui[data-view-theme="radar"] .radar-side-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 26% 50%, rgba(140, 255, 214, 0.06), transparent 24%),
    repeating-radial-gradient(circle at 26% 50%, rgba(140, 255, 214, 0.03) 0 1px, transparent 1px 18px);
  pointer-events: none;
}

.screen-ui[data-view-theme="socials"] {
  --theme-accent: rgba(162, 210, 255, 0.62);
  --theme-glow: rgba(122, 183, 255, 0.22);
  --theme-panel-tint: rgba(52, 91, 176, 0.2);
  --theme-callout: rgba(40, 70, 143, 0.72);
}

.screen-ui[data-view-theme="socials"] .socials-panel,
.screen-ui[data-view-theme="socials"] .debunk-panel {
  background:
    linear-gradient(180deg, rgba(40, 79, 170, 0.16), transparent 20%),
    linear-gradient(90deg, rgba(155, 215, 255, 0.035), transparent 40%, rgba(60, 136, 255, 0.025)),
    radial-gradient(circle at 84% 10%, rgba(166, 203, 255, 0.06), transparent 26%),
    var(--panel);
}

.screen-ui[data-view-theme="socials"] .socials-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.72fr);
}

.screen-ui[data-view-theme="socials"] .socials-actions .action-button {
  background:
    linear-gradient(180deg, rgba(48, 104, 180, 0.98), rgba(12, 36, 70, 0.99));
  border-color: rgba(176, 227, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -16px 28px rgba(0, 0, 0, 0.34),
    0 0 20px rgba(113, 198, 255, 0.18);
}

.screen-ui[data-view-theme="socials"] .socials-panel::before,
.screen-ui[data-view-theme="socials"] .debunk-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(181, 212, 255, 0.05), transparent 20%),
    repeating-linear-gradient(0deg, rgba(161, 198, 255, 0.02) 0 1px, transparent 1px 24px);
  pointer-events: none;
}

.screen-ui[data-view-theme="chaos"] {
  --theme-accent: rgba(255, 155, 217, 0.64);
  --theme-glow: rgba(255, 110, 191, 0.24);
  --theme-panel-tint: rgba(139, 42, 106, 0.22);
  --theme-callout: rgba(108, 28, 96, 0.78);
}

.screen-ui[data-view-theme="chaos"] .telemetry-view .hero-panel,
.screen-ui[data-view-theme="chaos"] .telemetry-view .lower-panel,
.screen-ui[data-view-theme="chaos"] .telemetry-view .mission-panel {
  background:
    linear-gradient(180deg, rgba(129, 42, 104, 0.18), transparent 22%),
    repeating-linear-gradient(-45deg, rgba(255, 164, 220, 0.035) 0 10px, transparent 10px 24px),
    var(--panel);
}

.screen-ui[data-view-theme="chaos"] .telemetry-view .main-grid {
  grid-template-columns: minmax(0, 1.48fr) minmax(300px, 0.78fr);
}

.screen-ui[data-view-theme="chaos"] .telemetry-view .hero-panel::before,
.screen-ui[data-view-theme="chaos"] .telemetry-view .lower-panel::before,
.screen-ui[data-view-theme="chaos"] .telemetry-view .mission-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(-34deg, rgba(255, 167, 220, 0.05) 0 10px, transparent 10px 24px),
    repeating-linear-gradient(34deg, rgba(120, 190, 255, 0.035) 0 14px, transparent 14px 30px);
  pointer-events: none;
}

.screen-ui[data-view-theme="chaos"] .telemetry-view .location-callout {
  transform: translateY(1px);
}

.screen-ui[data-view-theme="hormuz"] .hormuz-chart-panel,
.screen-ui[data-view-theme="hormuz"] .hormuz-ops-panel {
  background:
    linear-gradient(180deg, rgba(18, 112, 118, 0.24), transparent 22%),
    radial-gradient(circle at 80% 10%, rgba(126, 255, 229, 0.08), transparent 28%),
    var(--panel);
}

.screen-ui[data-view-theme="hormuz"] .hormuz-chart-panel::before,
.screen-ui[data-view-theme="hormuz"] .hormuz-ops-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(180deg, rgba(135, 255, 229, 0.045) 0 2px, transparent 2px 22px),
    linear-gradient(120deg, rgba(126, 255, 229, 0.08), transparent 30%);
  pointer-events: none;
}

.screen-ui[data-view-theme="tehran"] .tehran-summary-panel,
.screen-ui[data-view-theme="tehran"] .tehran-dossier-panel {
  background:
    linear-gradient(180deg, rgba(128, 28, 48, 0.24), transparent 24%),
    radial-gradient(circle at 15% 8%, rgba(255, 172, 184, 0.08), transparent 24%),
    var(--panel);
}

.screen-ui[data-view-theme="tehran"] .tehran-summary-panel::before,
.screen-ui[data-view-theme="tehran"] .tehran-dossier-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 140, 160, 0.1), transparent 22%),
    repeating-linear-gradient(-45deg, rgba(255, 177, 193, 0.045) 0 12px, transparent 12px 24px);
  pointer-events: none;
}

.screen-ui[data-view-theme="tehran"] .tehran-summary-panel .panel-header,
.screen-ui[data-view-theme="tehran"] .tehran-dossier-panel .panel-header {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 164, 176, 0.18);
}

.screen-ui[data-view-theme="tower"] .tower-skyline-panel,
.screen-ui[data-view-theme="tower"] .tower-media-panel {
  background:
    linear-gradient(180deg, rgba(154, 110, 24, 0.16), transparent 22%),
    repeating-linear-gradient(90deg, rgba(255, 219, 140, 0.03) 0 1px, transparent 1px 24px),
    var(--panel);
}

.screen-ui[data-view-theme="tower"] .tower-skyline-panel::before,
.screen-ui[data-view-theme="tower"] .tower-media-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 62%, rgba(255, 218, 140, 0.05) 62% 100%),
    repeating-linear-gradient(90deg, rgba(255, 218, 140, 0.04) 0 2px, transparent 2px 26px);
  pointer-events: none;
}

.screen-ui[data-view-theme="chaos"] .chaos-callout-panel,
.screen-ui[data-view-theme="chaos"] .chaos-stack-panel,
.screen-ui[data-view-theme="chaos"] .chaos-diagnostics-panel,
.screen-ui[data-view-theme="chaos"] .chaos-log-panel {
  background:
    linear-gradient(180deg, rgba(129, 42, 104, 0.18), transparent 22%),
    repeating-linear-gradient(-45deg, rgba(255, 164, 220, 0.035) 0 10px, transparent 10px 24px),
    var(--panel);
}

.screen-ui[data-view-theme="chaos"] .chaos-callout-panel::before,
.screen-ui[data-view-theme="chaos"] .chaos-stack-panel::before,
.screen-ui[data-view-theme="chaos"] .chaos-diagnostics-panel::before,
.screen-ui[data-view-theme="chaos"] .chaos-log-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(-34deg, rgba(255, 167, 220, 0.05) 0 10px, transparent 10px 24px),
    repeating-linear-gradient(34deg, rgba(120, 190, 255, 0.035) 0 14px, transparent 14px 30px);
  pointer-events: none;
}

/* Revert of the latest feed/weight pass: restore the earlier darker socials cards and lighter dashboard text. */
.eyebrow,
.subtitle {
  color: var(--cyan-dim);
  font-size: 0.94rem;
  font-weight: 400;
  text-shadow: none;
}

h1 {
  font-weight: 700;
}

.header-chip {
  color: var(--cyan);
  font-size: 1rem;
  font-weight: 400;
}

.tab {
  color: #abd7f2;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.22;
  text-shadow: none;
}

.metric-chip span {
  color: #cbe6f9;
  font-size: 1rem;
  font-weight: 600;
}

.metric-chip strong {
  font-size: 1.3rem;
  font-weight: 700;
  text-shadow: none;
}

.panel-header span:first-child {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--cyan);
  text-shadow: none;
}

.panel-header span:last-child {
  color: var(--cyan-dim);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.location-callout,
.status-line,
.alert-card,
.stat-value,
.cabin-value,
.threat-card strong,
.mission-card strong,
.debunk-list,
.side-note strong {
  font-weight: 500;
  text-shadow: none;
}

.location-callout {
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.58;
}

.status-line {
  font-size: 1.18rem;
  letter-spacing: 0.02em;
}

.alert-card {
  font-size: 1.1rem;
  line-height: 1.54;
}

.stat-value,
.cabin-value,
.threat-card strong {
  font-size: 1.14rem;
  font-weight: 600;
}

.mission-card strong {
  font-size: 1.1rem;
  font-weight: 600;
}

.stat-label,
.cabin-label,
.threat-card span,
.subsection-label,
.mission-card span,
.side-note span {
  font-size: 1rem;
  font-weight: 500;
  color: #d8efff;
}

.data-table th,
.data-table td,
.event-log,
.radar-checklist {
  font-size: 1.05rem;
  line-height: 1.62;
}

.debunk-list {
  font-size: 1.1rem;
  line-height: 1.66;
}

.side-note strong {
  font-size: 1.05rem;
  line-height: 1.56;
}

.social-feed {
  gap: 16px;
}

.truth-post {
  padding: 18px;
  border: 1px solid rgba(170, 226, 255, 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(167, 212, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(31, 75, 128, 0.5), rgba(8, 21, 38, 0.98)),
    linear-gradient(135deg, rgba(197, 239, 255, 0.07), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 22px rgba(4, 9, 16, 0.7),
    0 14px 26px rgba(3, 11, 22, 0.18),
    0 0 16px rgba(94, 191, 255, 0.08);
}

.truth-post::before {
  top: 0;
  left: 18px;
  right: 18px;
  bottom: auto;
  width: auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 241, 255, 0.44), transparent);
  opacity: 0.9;
}

.truth-post::after {
  background: linear-gradient(110deg, transparent 0 18%, rgba(255, 255, 255, 0.06) 30%, transparent 44%);
  animation-duration: 11s;
}

.truth-head {
  align-items: center;
  margin-bottom: 14px;
}

.truth-avatar {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(154, 220, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(38, 117, 225, 0.96), rgba(11, 35, 71, 1));
  font-size: 0.94rem;
  font-weight: 500;
  box-shadow: 0 0 18px rgba(74, 171, 255, 0.18);
}

.truth-meta strong {
  color: var(--white);
  font-size: 1.14rem;
  font-weight: 700;
}

.truth-meta span {
  color: var(--cyan-dim);
  font-size: 1rem;
  font-weight: 500;
}

.truth-badge {
  border: 1px solid rgba(154, 220, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(19, 51, 93, 0.9), rgba(11, 35, 71, 0.82));
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
}

.truth-post-agency {
  border-color: rgba(184, 238, 255, 0.28);
  background:
    radial-gradient(circle at 12% 0%, rgba(186, 232, 255, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(23, 67, 116, 0.58), rgba(7, 20, 35, 0.99)),
    linear-gradient(135deg, rgba(223, 246, 255, 0.08), transparent 38%);
}

.truth-post-agency .truth-avatar {
  background:
    linear-gradient(180deg, rgba(57, 143, 255, 0.98), rgba(13, 47, 94, 1));
}

.truth-post p {
  color: #f1fdff;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.72;
}

.truth-stats {
  gap: 14px;
  row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #d6eefc;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.action-button span {
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.action-button strong {
  font-size: 1.12rem;
  line-height: 1.3;
}

.lane-name,
.incident-stamp,
.incident-timeline strong,
.radar-module-header span,
.radar-module-header strong {
  letter-spacing: 0.06em;
}

.lane-name,
.radar-module-header span {
  font-size: 1rem;
}

.lane-marker,
.truth-time,
.truth-published,
.truth-actions span {
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.incident-stamp,
.incident-timeline strong,
.radar-module-header strong {
  font-size: 1rem;
}

.incident-timeline li,
.incident-timeline span {
  line-height: 1.56;
}

.screen-ui *,
.tab,
.metric-chip,
.panel,
.location-callout,
.alert-card,
.truth-post,
.action-button {
  -webkit-font-smoothing: antialiased;
}

.truth-post-aside,
.truth-name-row,
.truth-verified,
.truth-time,
.truth-published,
.truth-divider,
.truth-actions {
  display: none;
}

@keyframes flicker {
  0% {
    opacity: 0.03;
  }

  100% {
    opacity: 0.07;
  }
}

@keyframes alertPulse {
  0% {
    transform: scale(0.995);
    box-shadow:
      inset 0 0 36px rgba(28, 0, 0, 0.56),
      0 0 30px rgba(255, 62, 87, 0.24);
  }

  100% {
    transform: scale(1);
    box-shadow:
      inset 0 0 44px rgba(28, 0, 0, 0.62),
      0 0 52px rgba(255, 62, 87, 0.42);
  }
}

@keyframes scanDrift {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 48px;
  }
}

@keyframes paneGlow {
  0%,
  100% {
    box-shadow:
      inset 0 0 28px rgba(3, 9, 16, 0.72),
      0 0 24px rgba(94, 191, 255, 0.12);
  }

  50% {
    box-shadow:
      inset 0 0 28px rgba(3, 9, 16, 0.72),
      0 0 30px rgba(128, 218, 255, 0.18);
  }
}

@keyframes postSweep {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(180%);
  }
}

@keyframes radarSweep {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes radarPulse {
  0% {
    opacity: 0.48;
    transform: scale(0.82);
  }

  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@media (max-width: 1440px) {
  .main-grid,
  .radar-grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.9fr);
  }
}

@media (max-width: 1280px) {
  body {
    overflow: hidden;
  }

  .photo-stage {
    height: 100vh;
    min-height: 100vh;
    padding: 10px;
  }

  .monitor-shadow {
    display: none;
  }

  .monitor-shell {
    width: 100%;
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
  }

  .top-header {
    flex-direction: column;
  }

  .header-stack {
    min-width: 0;
    width: 100%;
  }

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

  .metrics-strip,
  .stats-grid,
  .monitoring-grid,
  .cabin-grid,
  .hormuz-grid,
  .tehran-grid,
  .tower-grid,
  .sea-card-grid,
  .urban-card-grid,
  .radar-grid,
  .radar-focus-grid,
  .threat-metric-grid,
  .chaos-grid,
  .chaos-tile-grid,
  .main-grid,
  .socials-grid {
    grid-template-columns: 1fr;
  }

  .socials-actions {
    grid-template-columns: 1fr;
  }

  .socials-action-bar {
    grid-template-columns: 1fr;
  }

  .screen-ui {
    width: 99%;
    height: 99%;
    grid-template-rows: auto auto auto minmax(0, 1fr);
  }

  .left-column {
    grid-template-rows: auto auto;
  }

  .chaos-grid {
    grid-template-areas:
      "callout"
      "stack"
      "diag"
      "log";
  }

  .radar-scope-large {
    width: min(100%, 360px);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .tabs,
  .metrics-strip {
    grid-template-columns: 1fr;
  }

  .tab {
    min-height: 48px;
    font-size: 0.88rem;
  }

  .location-callout,
  .radar-banner,
  .truth-post p,
  .debunk-list,
  .radar-checklist {
    font-size: 1.06rem;
  }
}

/* Final readability override: make the operational UI visibly larger at 100% zoom. */
.eyebrow,
.subtitle,
.header-chip,
.metric-chip span,
.panel-header span:first-child,
.panel-header span:last-child,
.stat-label,
.cabin-label,
.threat-card span,
.subsection-label,
.mission-card span,
.side-note span,
.truth-meta span,
.truth-badge,
.truth-stats,
.action-button span,
.lane-name,
.lane-marker,
.incident-stamp,
.incident-timeline strong,
.radar-module-header span,
.radar-module-header strong,
.truth-time,
.truth-published,
.truth-actions span {
  font-size: 16px !important;
  line-height: 1.35 !important;
}

.tab {
  font-size: 18px !important;
  line-height: 1.2 !important;
  min-height: 60px !important;
  padding: 12px 12px !important;
}

.metric-chip strong,
.stat-value,
.cabin-value,
.threat-card strong,
.mission-card strong,
.truth-meta strong,
.action-button strong {
  font-size: 19px !important;
  line-height: 1.28 !important;
}

.status-line,
.alert-card,
.data-table th,
.data-table td,
.event-log,
.radar-checklist,
.debunk-list,
.side-note strong {
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.truth-post p {
  font-size: 19px !important;
  line-height: 1.68 !important;
}

.location-callout {
  font-size: 21px !important;
  line-height: 1.5 !important;
}

@media (max-width: 760px) {
  .tab {
    font-size: 16px !important;
    min-height: 54px !important;
  }

  .location-callout {
    font-size: 18px !important;
  }

  .status-line,
  .alert-card,
  .event-log,
  .radar-checklist,
  .debunk-list,
  .truth-post p {
    font-size: 16px !important;
  }
}
