/* ── /landseed-ai ─────────────────────────────────────────────────────────── */
.ai { position: relative; }
.ai-hero, .ai-what, .ai-ws, .ai-close { padding: 0 clamp(24px, 5vw, 64px); max-width: 1240px; margin: 0 auto; }

.ai-kicker {
  font-family: var(--font-sans); font-weight: 700; font-size: 10.5px;
  text-transform: uppercase; letter-spacing: .18em; color: var(--accent);
  margin: 0 0 18px;
}

.ai-cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* what it does */
.ai-what { padding-top: clamp(80px, 13vh, 160px); padding-bottom: clamp(80px, 13vh, 160px); border-top: 1px solid var(--line-soft); }
.ai-h2 { font-family: var(--font-sans); font-weight: 800; font-size: clamp(34px, 5.4vw, 68px); letter-spacing: -.05em; line-height: 1.02; color: var(--text); margin: 0 0 20px; max-width: 880px; }
.ai-narrow { max-width: 640px; }

/* ── workspace shell ──────────────────────────────────────────────────────── */
.ai-ws {
  max-width: none; margin: 0; padding: clamp(80px, 13vh, 160px) 0;
  background: radial-gradient(ellipse 90% 60% at 50% 0%, rgba(0,190,90,.05), transparent 62%), rgba(255,255,255,.014);
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
}
.ai-ws-in { max-width: 1180px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 64px); }
.ai-ws-head { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: flex-end; margin-bottom: 26px; }
.ai-ws-head h2 { font-family: var(--font-sans); font-weight: 800; font-size: clamp(34px, 5.4vw, 68px); line-height: 1.02; letter-spacing: -.042em; color: var(--text); margin: 0 0 10px; }

.ws {
  border: 1px solid rgba(255,255,255,.09); border-radius: 15px; overflow: hidden;
  background: linear-gradient(180deg, rgba(12,22,13,.96), rgba(7,15,7,.98));
  box-shadow: 0 34px 90px rgba(0,0,0,.5);
}
.ws-title { font-family: var(--font-sans); font-weight: 600; font-size: 12px; color: var(--text-dim); letter-spacing: -.005em; }
.ws-live {
  margin-left: auto; display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-sans); font-weight: 700; font-size: 9.5px;
  text-transform: uppercase; letter-spacing: .14em; color: var(--accent);
}
.ws-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: aiPulse 2.6s ease-in-out infinite; }

.ws-tabs { display: flex; gap: 2px; padding: 8px 10px 0; border-bottom: 1px solid var(--line-soft); overflow-x: auto; }
.ws-tabs button {
  appearance: none; background: none; border: none; cursor: pointer;
  padding: 9px 14px; border-radius: 8px 8px 0 0; white-space: nowrap;
  font-family: var(--font-sans); font-weight: 600; font-size: 12.5px; letter-spacing: -.008em;
  color: var(--text-mute); border-bottom: 2px solid transparent;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}
.ws-tabs button:hover { color: var(--text-dim); background: rgba(255,255,255,.03); }
.ws-tabs button.on { color: var(--text); border-bottom-color: var(--accent); background: rgba(0,190,90,.07); }

.ws-view { display: none; grid-template-columns: 1fr 1fr; gap: 14px; padding: 16px; }
.ws-view.on { display: grid; }
@keyframes wsIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.ws-panel { background: rgba(255,255,255,.022); border: 1px solid var(--line-soft); border-radius: 11px; padding: 15px; min-width: 0; }
.ws-wide { grid-column: 1 / -1; }
.ws-h {
  display: flex; align-items: baseline; gap: 9px; margin: 0 0 13px;
  font-family: var(--font-sans); font-weight: 700; font-size: 10px;
  text-transform: uppercase; letter-spacing: .14em; color: var(--text-mute);
}
.ws-h em { font-style: normal; font-weight: 600; letter-spacing: 0; text-transform: none; font-size: 11px; color: var(--text-mute); opacity: .7; }
.ws-foot { margin: 12px 0 0; font-size: 11.5px; line-height: 1.55; color: var(--text-mute); }
.ws-foot a { color: var(--accent); }

/* feed */
.ws-feed { display: flex; flex-direction: column; gap: 1px; }
.ws-feed-row {
  display: grid; grid-template-columns: 16px 40px 1fr; align-items: baseline; gap: 9px;
  padding: 7px 8px; border-radius: 7px; animation: wsIn 380ms cubic-bezier(.16,1,.3,1) both;
}
.ws-feed-row i { font-style: normal; font-size: 10px; color: var(--text-mute); }
.ws-feed-row.alert i { color: #FFC800; }
.ws-feed-row.ok i { color: var(--accent); }
.ws-feed-row .t { font-family: var(--font-mono, var(--font-sans)); font-size: 10.5px; color: var(--text-mute); }
.ws-feed-row .w { font-size: 12.5px; line-height: 1.4; color: var(--text-mute); min-width: 0; }
.ws-feed-row .w b { display: block; font-weight: 600; font-size: 12.5px; color: var(--text-dim); }

/* tiles */
.ws-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; }
.ws-tiles div { display: flex; flex-direction: column; gap: 3px; }
.ws-tiles b { font-family: var(--font-sans); font-weight: 700; font-size: clamp(22px, 3vw, 30px); letter-spacing: -.035em; color: var(--text); line-height: 1; }
.ws-tiles span { font-family: var(--font-sans); font-weight: 600; font-size: 9.5px; text-transform: uppercase; letter-spacing: .12em; color: var(--text-mute); }

/* filters + detections */
.ws-filters { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.ws-filters button {
  appearance: none; cursor: pointer; padding: 5px 11px; border-radius: 999px;
  background: rgba(255,255,255,.035); border: 1px solid var(--line-soft);
  font-family: var(--font-sans); font-weight: 600; font-size: 11px; color: var(--text-mute);
  transition: color 150ms ease, background 150ms ease, border-color 150ms ease;
}
.ws-filters button:hover { color: var(--text-dim); }
.ws-filters button.on { color: var(--accent); background: rgba(0,190,90,.1); border-color: rgba(0,190,90,.32); }

/* metrics */
.ws-range { display: inline-flex; gap: 2px; margin-bottom: 14px; background: rgba(255,255,255,.03); border-radius: 8px; padding: 2px; }
.ws-range button {
  appearance: none; background: none; border: none; cursor: pointer; padding: 5px 13px; border-radius: 6px;
  font-family: var(--font-sans); font-weight: 600; font-size: 11px; color: var(--text-mute);
  transition: color 150ms ease, background 150ms ease;
}
.ws-range button.on { color: var(--text); background: rgba(0,190,90,.14); }
.ws-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; }
.ws-met { display: flex; flex-direction: column; gap: 5px; }
.ws-met-l { font-family: var(--font-sans); font-weight: 700; font-size: 9.5px; text-transform: uppercase; letter-spacing: .12em; color: var(--text-mute); }
.ws-met b { font-family: var(--font-sans); font-weight: 700; font-size: clamp(20px, 2.6vw, 27px); letter-spacing: -.035em; color: var(--text); line-height: 1; }
.ws-met svg { width: 100%; height: 30px; overflow: visible; }
.ws-met polyline { fill: none; stroke: var(--accent); stroke-width: 1.4; stroke-linejoin: round; stroke-linecap: round; opacity: .8; }
.ws-met em { font-style: normal; font-size: 10.5px; color: var(--text-mute); }
.ws-met em.up { color: var(--accent); }

/* reports */
.ws-reports { display: flex; flex-direction: column; gap: 4px; }
.ws-reports button {
  appearance: none; cursor: pointer; text-align: left; padding: 11px 13px; border-radius: 9px;
  background: rgba(255,255,255,.02); border: 1px solid transparent;
  font-family: var(--font-sans); font-weight: 600; font-size: 12.5px; color: var(--text-mute);
  transition: color 150ms ease, background 150ms ease, border-color 150ms ease;
}
.ws-reports button:hover { color: var(--text-dim); background: rgba(255,255,255,.04); }
.ws-reports button.on { color: var(--text); background: rgba(0,190,90,.09); border-color: rgba(0,190,90,.28); }
.ws-rep-kicker { font-family: var(--font-sans); font-weight: 700; font-size: 9.5px; text-transform: uppercase; letter-spacing: .14em; color: #FFC800; margin: 0 0 8px; }
#ws-report h4 { font-family: var(--font-sans); font-weight: 700; font-size: 18px; letter-spacing: -.025em; color: var(--text); margin: 0 0 8px; }
.ws-rep-blurb { font-size: 13px; line-height: 1.6; color: var(--text-mute); margin: 0 0 14px; }
.ws-rep-rows > div { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line-soft); }
.ws-rep-rows > div:last-child { border-bottom: none; }
.ws-rep-rows dt { font-size: 11.5px; color: var(--text-mute); }
.ws-rep-rows dd { margin: 0; font-family: var(--font-sans); font-weight: 600; font-size: 12.5px; color: var(--text); }

/* close */
.ai-close { padding-top: clamp(80px, 13vh, 160px); padding-bottom: clamp(96px, 15vh, 180px); max-width: 780px; margin: 0 auto; }
.ai-body b { color: var(--text); font-weight: 600; }
.ai-close h2 { font-family: var(--font-sans); font-weight: 800; font-size: clamp(34px, 5.4vw, 62px); letter-spacing: -.05em; line-height: 1.02; color: var(--text); margin: 0 0 22px; }
.ai-body { font-size: clamp(16px, 1.7vw, 19px); line-height: 1.72; color: var(--text-dim); margin: 0 0 16px; }

@media (max-width: 860px) {
  .ws-view { grid-template-columns: 1fr; }
  .ai-ws-head { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .eyebrow .dot, .ws-live i { animation: none; }
  .ws-feed-row, .ws-det { animation: none !important; }
}

/* ── real Telegram phone (component from the catalogue, phone.css) ───────── */
.ws-phone-panel { display: flex; flex-direction: column; }
.ws-phone-panel #phone {
  --phone-w: 100%;
  max-width: 320px; margin: 0 auto;
  height: 520px; border-radius: 34px;
}
.ws-phone-panel .ph-status { padding-top: 16px; }
@media (max-width: 860px) { .ws-phone-panel #phone { height: 460px; } }

/* ── masthead (no preamble — the console is the page) ────────────────────── */

/* ── the real CTDAMS console, framed as a device ─────────────────────────── */
.ctdams {
  border: 1px solid rgba(255,255,255,.10); border-radius: 15px; overflow: hidden;
  background: #070f07; box-shadow: 0 34px 90px rgba(0,0,0,.55);
}
.ctdams .app-bar {
  display: flex; align-items: center; gap: 12px; padding: 11px 16px;
  border-bottom: 1px solid var(--line-soft); background: rgba(255,255,255,.02);
}
.ctdams .app-logo { height: 20px; width: auto; display: block; }
.ctdams .app-sep { font-family: var(--font-sans); font-weight: 600; font-size: 12.5px; color: var(--text-dim); }
.ctdams .app-spacer { flex: 1; }
.ctdams .app-sample {
  font-family: var(--font-sans); font-weight: 700; font-size: 9px; letter-spacing: .14em;
  text-transform: uppercase; color: #FFC800;
  border: 1px solid rgba(255,200,0,.34); border-radius: 999px; padding: 4px 9px;
}
.ctdams .app-clock { font-family: var(--font-mono, var(--font-sans)); font-size: 12px; color: var(--text-mute); }
.ctdams .app-tabs { display: flex; gap: 2px; padding: 8px 12px 0; border-bottom: 1px solid var(--line-soft); overflow-x: auto; }
.ctdams .app-tabs button {
  appearance: none; background: none; border: none; cursor: pointer; white-space: nowrap;
  padding: 9px 15px; border-radius: 8px 8px 0 0; border-bottom: 2px solid transparent;
  font-family: var(--font-sans); font-weight: 600; font-size: 12.5px; color: var(--text-mute);
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}
.ctdams .app-tabs button:hover { color: var(--text-dim); background: rgba(255,255,255,.03); }
.ctdams .app-tabs button.on { color: var(--text); background: rgba(0,190,90,.07); border-bottom-color: var(--accent); }
.ctdams .app-main { display: block; }
.ctdams .view { display: none; }
.ctdams .view.on { display: grid; }

/* ── notifications ───────────────────────────────────────────────────────── */
.ai-notify {
  max-width: none; margin: 0; padding: clamp(80px,13vh,160px) 0;
  border-top: 1px solid var(--line-soft);
}
.ai-notify-in {
  max-width: 1180px; margin: 0 auto; padding: 0 clamp(24px,5vw,64px);
  display: grid; grid-template-columns: 1fr auto; gap: clamp(36px,6vw,88px); align-items: center;
}
.ai-notify-copy h2 {
  font-family: var(--font-sans); font-weight: 800;
  font-size: clamp(30px,4.6vw,56px); letter-spacing: -.048em; line-height: 1.04;
  color: var(--text); margin: 0 0 20px; max-width: 15ch;
}
.ai-notify-phone { display: flex; justify-content: center; }
.ai-notify-phone .phone-pane { padding: 0; background: none; border: none; }
/* max-height comes from the vendored app CSS, where the phone is a fixed overlay
   inside a viewport-height frame. Here it is in the flow, and the cap was
   squashing a 620px phone to 520 — a 1.63 body, which is not a shape any phone
   has. Both phones on this page now sit at ~2.16, the real proportion. */
.ai-notify-phone #phone {
  --phone-w: 320px; height: auto; aspect-ratio: 9 / 19.5; max-height: none; border-radius: 40px;
}
@media (max-width: 900px) {
  .ai-notify-in { grid-template-columns: 1fr; }
  .ai-notify-phone #phone { --phone-w: 292px; }   /* aspect-ratio carries the height */
}

/* ── contain the app: styles.css/satellite.css assume a full-viewport page ── */
.ctdams .app-main {
  position: relative; inset: auto;
  height: clamp(560px, 74vh, 780px); padding: 14px;
}
.ctdams .view { height: 100%; }
.ctdams .view.on { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; height: 100%; }
/* overview lost its phone pane (now its own section) — reflow to two panes */
.ctdams #view-overview .pane:nth-child(1) { grid-column: 1 / 8; }
.ctdams #view-overview .pane:nth-child(2) { grid-column: 8 / 13; }
.ctdams .pane { border: 1px solid var(--line-soft); border-radius: 11px; }
@media (max-width: 900px) {
  .ctdams .app-main { height: auto; }
  .ctdams .view.on { grid-template-columns: 1fr; }
  .ctdams #view-overview .pane:nth-child(1),
  .ctdams #view-overview .pane:nth-child(2),
  .ctdams #view-survey .pane,
  .ctdams #view-reports .pane { grid-column: 1 / -1; }
  .ctdams .map-pane { min-height: 320px; }
}

/* the app bar is position:fixed in the standalone app — pin it to the frame */
.ctdams .app-bar {
  position: relative !important; inset: auto !important; top: auto !important;
  left: auto !important; right: auto !important; width: auto !important;
  z-index: 1 !important; backdrop-filter: none;
}
.ctdams .app-tabs { margin-left: 0; padding: 8px 12px 0; }

/* ── hero: copy and both surfaces on one line, one screen ────────────────── */
.ai-top {
  max-width: 1280px; margin: 0 auto;
  padding: clamp(118px, 14vh, 156px) clamp(24px, 5vw, 64px) clamp(48px, 7vh, 80px);
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center; gap: clamp(28px, 5vw, 72px);
}
.ai-top-copy { max-width: 620px; }
.ai-top h1 {
  font-family: var(--font-sans); font-weight: 800;
  font-size: clamp(34px, 4.1vw, 58px); letter-spacing: -.048em; line-height: 1.02;
  color: var(--text); margin: 0 0 18px;
}
.ai-top h1 .accent { color: var(--accent); }
.ai-top .lede {
  font-size: clamp(15px, 1.5vw, 17.5px); line-height: 1.62; color: var(--text-dim);
  letter-spacing: -.012em; max-width: 540px; margin: 0 0 26px;
}

/* the two surfaces, small — office and field side by side. The console proper is
   rendered live further down the page in #workspace; this is the same view, shot
   from that running app. */
.ai-stage {
  position: relative; margin: 0;
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  align-items: end; gap: clamp(10px, 1.6vw, 20px);
}
.ai-stage::before {
  content: ""; position: absolute; left: -10%; right: -8%; top: 2%; bottom: -18%;
  background: radial-gradient(ellipse 62% 62% at 45% 55%, rgba(0,190,90,.11), transparent 70%);
  pointer-events: none;
}
.dev-laptop, .dev-phone { position: relative; }

.dl-lid {
  border: 1.5px solid rgba(255,255,255,.13); border-radius: 8px 8px 2px 2px;
  background: #050b06; padding: 5px 5px 6px;
  box-shadow: 0 22px 52px rgba(0,0,0,.6), 0 0 0 1px rgba(0,190,90,.09) inset;
}
.dl-lid img { display: block; width: 100%; height: auto; border-radius: 3px; }
.dl-base {
  height: 8px; margin: 0 -5%; border-radius: 0 0 9px 9px;
  background: linear-gradient(180deg, #2b302c, #131714);
  box-shadow: 0 9px 20px rgba(0,0,0,.55);
}

/* 265px against phone.css's 292px design width — close enough that the base type
   and spacing carry over unchanged. Only the absolutely-positioned island and a
   few paddings, which are stated in px and so do not scale, need the 0.9 nudge.
   Everything else is inherited on purpose: the two phones on this page are one
   design, and the previous full set of overrides (tuned when this frame was
   148px wide) left 8px type sitting in a frame twice that size. */
.dev-phone .phone {
  /* Small on purpose: it shares the row with the laptop, and the point of the
     pair is office-and-field at a glance, not legible copy — the console gets a
     full section of its own below. Height is measured against the feed so the
     last bubble is never half-cut (see the sizing note in the commit history). */
  --phone-w: 157px;
  height: 340px; border-radius: 22px; border-width: 2px;
  margin-bottom: 8px;
}
/* at 148px the island and the status glyphs collide unless both are pulled in —
   phone.css sizes them for a 292px frame and they are stated in px, so they do
   not scale with --phone-w */
.dev-phone .ph-island { width: 38px; height: 11px; top: 5px; border-radius: 6px; }
.dev-phone .ph-status { padding: 7px 9px 3px; font-size: 7.5px; }
.dev-phone .ph-icons { gap: 3px; font-size: 6.5px; }
.dev-phone .sig { height: 7px; gap: 1px; }
.dev-phone .sig b { width: 1.7px; }
.dev-phone .sig b:nth-child(1) { height: 2.8px } .dev-phone .sig b:nth-child(2) { height: 4.2px }
.dev-phone .sig b:nth-child(3) { height: 5.6px } .dev-phone .sig b:nth-child(4) { height: 7px }
.dev-phone .bat { width: 14px; height: 7.5px; border-radius: 2px; }
.dev-phone .bat::after { right: -2.5px; top: 1.8px; width: 1.3px; height: 3px; }
.dev-phone .tg-head { padding: 5px 8px 6px; gap: 6px; }
.dev-phone .tg-ava { width: 20px; height: 20px; }
.dev-phone .tg-who b { font-size: 9px; } .dev-phone .tg-who span { font-size: 7px; }
.dev-phone .tg-body { padding: 7px; gap: 5px; }
.dev-phone .tg-day span { font-size: 7px; padding: 2px 6px; }
.dev-phone .tg-msg { padding: 5px 7px 5px; border-radius: 9px 9px 9px 3px; }
.dev-phone .tg-msg b { font-size: 8px; } .dev-phone .tg-msg span { font-size: 7.5px; padding-right: 20px; }
.dev-phone .tg-msg em { font-size: 6.5px; right: 6px; bottom: 4px; }
.dev-phone .tg-input { margin: 0 6px 8px; padding: 5px 9px; font-size: 8px; border-radius: 12px; }

.dev-cap {
  margin: 11px 0 0; font-family: var(--font-sans); font-weight: 700; font-size: 8.5px;
  text-transform: uppercase; letter-spacing: .16em; color: var(--text-mute);
}
.dev-cap i { font-style: normal; opacity: .58; letter-spacing: .1em; }

@media (max-width: 1000px) {
  .ai-top { grid-template-columns: 1fr; gap: 44px; }
  .ai-top-copy { max-width: 680px; }
  .ai-stage { max-width: 560px; }
}
@media (max-width: 620px) {
  .ai-stage { grid-template-columns: 1fr; justify-items: center; gap: 26px; }
  .dev-phone .phone { --phone-w: 202px; height: 436px; border-radius: 28px; }
  .dev-phone .ph-island { width: 62px; height: 17px; top: 8px; }
  .dev-phone .tg-ava { width: 26px; height: 26px; }
  .dev-phone .tg-who b { font-size: 11px } .dev-phone .tg-who span { font-size: 9px }
  .dev-phone .tg-msg b { font-size: 11px } .dev-phone .tg-msg span { font-size: 10px }
}

/* ── boundaries: a policy list, read as rows ──────────────────────────────── */
.ai-limits .ai-h2 { margin-bottom: 16px; }
.ai-limits .ai-narrow { margin-bottom: 6px; }

.limits { margin: 34px 0 0; }
.limits > div {
  display: grid; grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: clamp(20px, 5vw, 64px);
  padding: 22px 0; border-top: 1px solid var(--line-soft);
}
.limits > div:last-child { border-bottom: 1px solid var(--line-soft); }
.limits dt {
  position: relative; padding-left: 26px;
  font-family: var(--font-sans); font-weight: 600;
  font-size: clamp(15px, 1.6vw, 18px); letter-spacing: -.022em; line-height: 1.3;
  color: var(--text);
}
.limits dt::before {                 /* a struck mark: this is a refusal */
  content: ""; position: absolute; left: 0; top: .62em;
  width: 15px; height: 1.5px; background: #E06B5A; border-radius: 2px;
}
.limits dd {
  margin: 0; font-size: clamp(14px, 1.5vw, 15.5px); line-height: 1.72;
  color: var(--text-mute); max-width: 68ch;
}
.limits dd em { font-style: italic; color: var(--text-dim); }

@media (max-width: 760px) {
  .limits > div { grid-template-columns: 1fr; gap: 10px; }
  .limits dd { padding-left: 26px; }
}


/* ── mobile: /landseed-ai ────────────────────────────────────────────────────
   The desktop hero pairs the console and the phone — the office and the field —
   side by side, and the pairing is the point. It does not survive one column:
   the laptop becomes a 342px thumbnail of a console that is rendered live, full
   width, in the very next section. So the phone carries the hero on a phone,
   which is also the more honest object to lead with there.
   ────────────────────────────────────────────────────────────────────────── */
@media (max-width: 760px) {
  /* the top padding is sized to clear a stage that sits beside the copy on a
     desktop; in one column it is just an empty third of the screen */
  .ai-top { padding-top: 40px; padding-bottom: 8vh; gap: 30px; }
  .ai-top h1 { font-size: clamp(38px, 11vw, 54px); margin-bottom: 16px; }
  .ai-top .lede { font-size: clamp(16px, 4.3vw, 18px); margin-bottom: 24px; }

  .dev-laptop { display: none; }          /* the real console is the next section */
  .ai-stage { gap: 0; }
  .dev-phone .phone { --phone-w: 236px; height: 512px; }
  .dev-phone .tg-msg em { font-size: 9px; right: 8px; bottom: 6px; }
  .dev-phone .tg-msg b { font-size: 12.5px } .dev-phone .tg-msg span { font-size: 11.5px }
  .dev-phone .tg-who b { font-size: 12px } .dev-phone .tg-who span { font-size: 10px }
  .dev-phone .tg-day span { font-size: 10px }
  .dev-phone .ph-status { font-size: 9.5px }
  .dev-phone .ph-island { width: 82px; height: 22px; top: 9px; }
  .dev-phone .tg-ava { width: 30px; height: 30px; }
  .dev-cap { font-size: 9.5px; }

  /* Nothing in the console should sit under ~10px on a phone. These are set for
     a 1180px frame upstream, where they are fine; at 342px they were down to
     6.5px. Raised individually rather than with a blanket rule, because the
     console's density is what makes it read as a real tool. */
  .ctdams .det-ph-sub, .ctdams .pane-sub, .ctdams .occ-n,
  .ctdams th, .ctdams .map-leg, .ctdams .map-note { font-size: 10px; }
  .ctdams svg text { font-size: 9.5px; }
  .ctdams .app-sample { font-size: 9.5px; }
  /* Console labels are load-bearing — they name the number above them, so they
     have to be read, not glanced at. The phone mock is left alone deliberately:
     a real Telegram timestamp IS small, and enlarging it would make the mock
     look less like a phone, not more legible. */
  .ctdams .met span, .ctdams .net span, .ctdams .tiles span,
  .ctdams .occ-chip em, .ctdams .tile span,
  .ctdams .occ-hd b, .ctdams .occ-hd span,
  .ctdams .accum-ax span, .ctdams .diel-lab span,
  .ctdams .netstat span, .ctdams .prev-ref,
  .ctdams td, .ctdams .tbl span { font-size: 10px; }
  /* Left small on purpose: clock ticks on the diel chart (00/06/12/18/24 are
     numerals on an axis, where small is the convention) and the phone mock's
     own timestamps and input placeholder, which are small on a real phone. */
}
