:root {
  --ink: #10172e;
  --signal: #e33146;
  --canvas: #f4f7f6;
  --verified: #087f5b;
  --watch: #a35c00;
  --muted: #596477;
  --surface: #ffffff;
  --line: #d9e0e2;
  --line-strong: #c2cbcf;
  --soft-navy: #e9edf3;
  --soft-red: #fff0f2;
  --soft-green: #e7f5ef;
  --soft-amber: #fff4df;
  --display: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", sans-serif;
  --body: Inter, Aptos, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --utility: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shadow: 0 20px 55px rgba(16, 23, 46, .10);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { --pull-distance: 0px; margin: 0; color: var(--ink); background: var(--canvas); font-family: var(--body); font-size: 16px; line-height: 1.5; }
button, input, select { color: inherit; font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; }
[hidden] { display: none !important; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 14px; top: 10px; z-index: 100; transform: translateY(-180%); padding: 10px 14px; color: var(--ink); background: var(--surface); border: 2px solid var(--ink); border-radius: 8px; text-decoration: none; font-weight: 700; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #f2a900; outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 40; height: 74px; background: rgba(255, 255, 255, .95); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { width: min(100% - 40px, 1240px); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: clamp(22px, 4vw, 56px); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 11px; font-family: var(--display); font-size: 20px; font-weight: 900; letter-spacing: -.045em; line-height: 1; text-decoration: none; }
.brand > span > span { color: var(--signal); }
.brand img { border-radius: 10px; box-shadow: 0 7px 18px rgba(227, 49, 70, .22); }
.desktop-nav { align-self: stretch; display: flex; align-items: stretch; gap: 4px; }
.desktop-nav a { position: relative; display: flex; align-items: center; padding: 0 14px; color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; right: 14px; bottom: -1px; left: 14px; height: 3px; background: var(--signal); transform: scaleX(0); transition: transform .18s ease; }
.desktop-nav a:hover { color: var(--ink); }
.desktop-nav a[aria-current="page"] { color: var(--ink); }
.desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.connection-pill { display: flex; align-items: center; gap: 9px; padding: 8px 12px; color: var(--ink); background: var(--canvas); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; white-space: nowrap; }
.connection-pill span { width: 8px; height: 8px; background: var(--verified); border-radius: 50%; box-shadow: 0 0 0 4px rgba(8, 127, 91, .12); }
.connection-pill.offline span { background: var(--watch); box-shadow: 0 0 0 4px rgba(163, 92, 0, .12); }
.install-button { padding: 9px 14px; color: white; background: var(--ink); border: 0; border-radius: 999px; font-size: 12px; font-weight: 800; }
.pull-refresh { display: none; }

main:focus { outline: 0; }
.page-shell { width: min(100% - 40px, 1180px); margin-inline: auto; }
.app-view { min-height: calc(100vh - 194px); }
.eyebrow, .section-kicker, .utility-label { margin: 0; font-family: var(--utility); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { color: #b8c1d3; }
.eyebrow span, .section-kicker { color: var(--signal); }

.deadline-hero { position: relative; isolation: isolate; min-height: 330px; padding: 58px max(24px, calc((100vw - 1180px) / 2)); overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); align-items: center; gap: 70px; color: white; background: var(--ink); }
.deadline-hero::before { content: ""; position: absolute; z-index: -1; width: 340px; height: 340px; right: 8%; top: -170px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255, 255, 255, .018), 0 0 0 160px rgba(255, 255, 255, .012); }
.deadline-hero::after { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--signal) 0 38%, rgba(255, 255, 255, .13) 38% 100%); }
.hero-copy h1 { margin: 13px 0 16px; font-family: var(--display); font-size: clamp(48px, 6vw, 78px); line-height: .91; letter-spacing: -.055em; text-transform: uppercase; }
.hero-copy h1 em { color: var(--signal); font-style: normal; }
.hero-copy > p:last-child { max-width: 660px; margin: 0; color: #bbc4d4; font-size: 17px; line-height: 1.6; }
.deadline-desk { position: relative; padding: 25px 26px 22px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .17); border-top: 4px solid var(--signal); box-shadow: 0 26px 60px rgba(0, 0, 0, .18); }
.deadline-desk .utility-label { color: #b8c1d3; }
.countdown { display: flex; align-items: flex-start; justify-content: space-between; margin: 18px 0 22px; }
.countdown span { min-width: 70px; display: flex; flex-direction: column; }
.countdown b { font-family: var(--display); font-size: clamp(42px, 4.4vw, 60px); line-height: .9; letter-spacing: -.04em; }
.countdown small { margin-top: 7px; color: #9da8bb; font-family: var(--utility); font-size: 10px; text-transform: uppercase; }
.countdown i { color: var(--signal); font-style: normal; font-size: 31px; line-height: .9; }
.desk-meta { padding-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border-top: 1px solid rgba(255, 255, 255, .13); }
.desk-meta span { display: flex; flex-direction: column; gap: 2px; }
.desk-meta small { color: #929eb3; font-size: 11px; }
.desk-meta strong { font-family: var(--utility); font-size: 13px; }

.wire-band { position: relative; color: white; background: #080d1d; border-bottom: 1px solid #242d46; }
.wire-band::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg, var(--signal), transparent 38%); }
.wire-shell { padding-block: 28px 25px; }
.wire-heading { margin-bottom: 17px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.wire-identity { display: flex; align-items: center; gap: 14px; }
.wire-identity .utility-label { color: #8f9ab0; }
.wire-identity h2 { margin: 2px 0 0; font-family: var(--display); font-size: 31px; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.wire-pulse { position: relative; width: 11px; height: 11px; flex: 0 0 auto; background: var(--signal); border-radius: 50%; box-shadow: 0 0 0 6px rgba(227, 49, 70, .14); }
.wire-pulse::after { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(227, 49, 70, .45); border-radius: 50%; animation: wire-pulse 2.2s ease-out infinite; }
@keyframes wire-pulse { 0% { transform: scale(.5); opacity: .8; } 75%, 100% { transform: scale(1.5); opacity: 0; } }
.wire-controls { display: flex; align-items: center; gap: 16px; }
.wire-controls > span { color: #8f9ab0; font-family: var(--utility); font-size: 10px; text-transform: uppercase; }
.wire-filter { display: flex; padding: 3px; background: #171f36; border: 1px solid #2a3551; border-radius: 999px; }
.wire-filter button { min-height: 28px; padding: 5px 11px; color: #9da8bb; background: transparent; border: 0; border-radius: 999px; font-size: 10px; font-weight: 800; }
.wire-filter button.active { color: white; background: var(--signal); }
.wire-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(285px, 1fr); gap: 9px; overflow-x: auto; padding: 2px 2px 12px; scrollbar-color: #3a4560 transparent; scroll-snap-type: x proximity; }
.wire-card { min-height: 146px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; color: white; background: #121a30; border: 1px solid #26314b; border-top: 3px solid #52617e; border-radius: 8px; text-decoration: none; scroll-snap-align: start; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.wire-card:hover { transform: translateY(-2px); background: #17213a; border-color: #52617e; }
.wire-card.arsenal { border-top-color: var(--signal); }
.wire-card-meta, .wire-card-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.wire-card-meta { color: #9da8bb; font-family: var(--utility); font-size: 9px; text-transform: uppercase; }
.wire-card-meta time { color: #ff8997; }
.wire-card > strong { margin-block: 15px; font-size: 15px; line-height: 1.35; }
.wire-card-footer { color: #8793aa; font-family: var(--utility); font-size: 9px; text-transform: uppercase; }
.wire-card-footer i { color: #d1d7e2; font-style: normal; }
.wire-loading { min-width: 320px; min-height: 120px; display: grid; place-items: center; color: #8f9ab0; font-size: 12px; }
.wire-notice { margin: 2px 0 0; color: #737f96; font-size: 10px; }

.news-layout { padding-block: 66px 92px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 28px; }
.content-panel, .snapshot, .operations, .source-policy { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 30px rgba(16, 23, 46, .045); }
.content-panel { padding: 30px; }
.panel-heading { margin-bottom: 26px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.panel-heading h2, .snapshot h2, .source-policy h2 { margin: 5px 0 0; font-family: var(--display); font-size: clamp(32px, 4vw, 46px); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.filter-row { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: thin; }
.filter-button { flex: 0 0 auto; min-height: 38px; padding: 8px 13px; color: var(--muted); background: transparent; border: 1px solid var(--line-strong); border-radius: 999px; font-size: 12px; font-weight: 750; white-space: nowrap; }
.filter-button:hover { color: var(--ink); border-color: var(--ink); }
.filter-button.active { color: white; background: var(--ink); border-color: var(--ink); }
.filter-button span { display: inline-grid; min-width: 20px; height: 20px; margin-left: 4px; place-items: center; background: rgba(16, 23, 46, .07); border-radius: 999px; font-size: 10px; }
.filter-button.active span { background: rgba(255, 255, 255, .15); }

.news-feed { display: grid; gap: 12px; }
.news-card { width: 100%; padding: 20px 22px 19px; display: block; color: inherit; background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--watch); border-radius: 12px; text-align: left; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.news-card.confirmed { border-left-color: var(--verified); }
.news-card.failed { border-left-color: var(--muted); }
.news-card:hover { transform: translateY(-2px); border-color: var(--line-strong); box-shadow: 0 14px 34px rgba(16, 23, 46, .08); }
.news-card-top { margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.status-label { color: var(--watch); font-family: var(--utility); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.confirmed .status-label { color: var(--verified); }
.failed .status-label { color: var(--muted); }
.news-card time { color: var(--muted); font-family: var(--utility); font-size: 11px; }
.news-card-main { display: grid; grid-template-columns: minmax(170px, .8fr) minmax(240px, 1.2fr); align-items: center; gap: 24px; }
.news-person { display: flex; flex-direction: column; }
.news-person strong { font-family: var(--display); font-size: 24px; line-height: 1.05; letter-spacing: -.02em; text-transform: uppercase; }
.news-person small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.news-route { display: grid; grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr); align-items: center; gap: 7px; color: var(--ink); font-size: 14px; }
.news-route span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-route i { color: var(--signal); font-style: normal; text-align: center; }
.news-development { margin-top: 15px; display: block; color: #3e485b; font-size: 15px; line-height: 1.55; }
.news-card-footer { margin-top: 17px; padding-top: 15px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.source-signal { color: var(--muted); font-size: 12px; }
.source-signal b { color: var(--ink); }
.verification-track { width: 118px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 3px; }
.verification-track i { height: 4px; background: var(--line); border-radius: 99px; }
.verification-track.active i.filled { background: var(--watch); }
.verification-track.confirmed i.filled { background: var(--verified); }
.verification-track.failed i.filled { background: var(--muted); }

.snapshot { position: sticky; top: 98px; padding: 27px; overflow: hidden; }
.snapshot::before { content: "A"; position: absolute; right: -8px; top: -26px; color: rgba(227, 49, 70, .055); font-family: var(--display); font-size: 150px; font-weight: 900; line-height: 1; }
.snapshot > * { position: relative; }
.snapshot-metrics { margin: 24px 0 19px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 12px; }
.snapshot-metrics span { padding: 17px; display: flex; flex-direction: column; }
.snapshot-metrics span + span { border-left: 1px solid var(--line); }
.snapshot-metrics b { font-family: var(--display); font-size: 34px; line-height: 1; }
.snapshot-metrics small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.snapshot-active { margin-bottom: 20px; }
.snapshot-row { width: 100%; padding: 13px 0; display: flex; align-items: center; justify-content: space-between; color: inherit; background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; }
.snapshot-row > span:first-child { display: flex; flex-direction: column; }
.snapshot-row strong { font-size: 14px; }
.snapshot-row small { color: var(--watch); font-size: 11px; }
.snapshot-row > span:last-child { color: var(--signal); }
.snapshot-clear { padding: 15px; color: #356353; background: var(--soft-green); border-radius: 10px; font-size: 13px; }
.snapshot-clear span { color: var(--verified); font-weight: 900; }
.text-link { display: flex; justify-content: space-between; gap: 16px; color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--signal); }

.desktop-desk { min-height: calc(100vh - 74px); padding: 0 28px 64px; color: #e8ecf3; background: #080d1d; }
.desk-command { max-width: 1440px; min-height: 230px; margin-inline: auto; padding: 48px 0 38px; display: flex; align-items: end; justify-content: space-between; gap: 60px; border-bottom: 1px solid #2a3551; }
.desk-command-copy { max-width: 820px; }
.desk-command h1 { margin: 10px 0 11px; font-family: var(--display); font-size: clamp(58px, 7vw, 102px); line-height: .83; letter-spacing: -.06em; text-transform: uppercase; }
.desk-command-copy > p:last-child { max-width: 720px; margin: 0; color: #9da8bb; font-size: 15px; }
.desk-command-actions { display: flex; align-items: center; gap: 22px; }
.desk-clock { display: flex; flex-direction: column; align-items: flex-end; }
.desk-clock small { color: #7f8aa1; font-family: var(--utility); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.desk-clock strong { color: white; font-family: var(--utility); font-size: 18px; }
.desk-refresh-button { min-height: 44px; padding: 10px 15px; display: flex; align-items: center; gap: 9px; color: white; background: var(--signal); border: 1px solid #f05a6d; border-radius: 7px; font-size: 12px; font-weight: 850; }
.desk-refresh-button:hover { background: #f03950; }
.desk-refresh-button:disabled { cursor: wait; opacity: .7; }
.desk-refresh-button.refreshing span { animation: desk-spin .8s linear infinite; }
@keyframes desk-spin { to { transform: rotate(360deg); } }
.desk-ticker { max-width: 1440px; min-height: 74px; margin-inline: auto; display: grid; grid-template-columns: repeat(5, 1fr); background: #0d1428; border-right: 1px solid #2a3551; border-bottom: 1px solid #2a3551; border-left: 4px solid var(--signal); }
.desk-ticker > span { padding: 14px 18px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #2a3551; }
.desk-ticker > span:last-child { border-right: 0; }
.desk-ticker small { color: #718099; font-family: var(--utility); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.desk-ticker b { margin-top: 1px; color: white; font-family: var(--display); font-size: 23px; line-height: 1; text-transform: uppercase; }
.desk-live-state { position: relative; padding-left: 38px !important; }
.desk-live-state > i { position: absolute; left: 19px; width: 8px; height: 8px; background: #21bc8d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(33, 188, 141, .12); }
.desk-grid { max-width: 1440px; margin: 16px auto 0; display: grid; grid-template-columns: minmax(320px, .92fr) minmax(420px, 1.18fr) minmax(290px, .72fr); align-items: start; gap: 14px; }
.desk-module { position: relative; min-width: 0; overflow: hidden; background: #0d1428; border: 1px solid #26314b; }
.desk-module-heading { min-height: 72px; padding: 15px 17px; display: flex; align-items: end; justify-content: space-between; gap: 20px; background: #111a30; border-bottom: 1px solid #2a3551; }
.desk-module-heading .utility-label { color: #77849d; font-size: 9px; }
.desk-module-heading h2 { margin: 2px 0 0; color: white; font-family: var(--display); font-size: 28px; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.desk-module-heading > span, .desk-module-heading > a { color: #8290a8; font-family: var(--utility); font-size: 9px; text-decoration: none; text-transform: uppercase; }
.desk-module-heading > a:hover { color: white; }
.desk-wire-module { padding-left: 29px; }
.desk-signal-rail { position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; width: 29px; display: flex; align-items: flex-start; justify-content: center; color: white; background: var(--signal); }
.desk-signal-rail span { margin-top: 17px; font-family: var(--utility); font-size: 9px; font-weight: 900; letter-spacing: .16em; writing-mode: vertical-rl; }
.desk-wire-list, .desk-verified-list { max-height: 670px; overflow-y: auto; scrollbar-color: #42506d #0d1428; }
.desk-wire-row { min-height: 78px; padding: 12px 14px; display: grid; grid-template-columns: 43px minmax(0, 1fr) 14px; align-items: start; gap: 10px; color: inherit; border-bottom: 1px solid #222d46; text-decoration: none; }
.desk-wire-row:hover { background: #141e36; }
.desk-wire-row time { color: #ff8997; font-family: var(--utility); font-size: 10px; }
.desk-wire-row > span { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.desk-wire-row strong { color: #e7ebf2; font-size: 12px; line-height: 1.35; }
.desk-wire-row small { color: #74819a; font-family: var(--utility); font-size: 8px; text-transform: uppercase; }
.desk-wire-row > i { color: #53617b; font-style: normal; }
.desk-wire-row.arsenal strong { color: #ffb1bb; }
.desk-verified-row { width: 100%; min-height: 78px; padding: 12px 15px; display: grid; grid-template-columns: 91px minmax(0, 1fr) auto; align-items: center; gap: 13px; color: inherit; background: transparent; border: 0; border-bottom: 1px solid #222d46; border-left: 3px solid var(--watch); text-align: left; }
.desk-verified-row:hover { background: #141e36; }
.desk-verified-row.confirmed { border-left-color: #21bc8d; }
.desk-verified-row.failed { border-left-color: #596477; }
.desk-verified-row time { color: #74819a; font-family: var(--utility); font-size: 9px; }
.desk-verified-row > span { min-width: 0; display: flex; flex-direction: column; }
.desk-verified-row strong { overflow: hidden; color: white; font-family: var(--display); font-size: 19px; line-height: 1.1; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.desk-verified-row small { overflow: hidden; color: #8591a8; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.desk-verified-row small i { color: var(--signal); font-style: normal; }
.desk-verified-row > b { color: #f0b45e; font-family: var(--utility); font-size: 9px; text-transform: uppercase; }
.desk-verified-row.confirmed > b { color: #42d5aa; }
.desk-side { min-width: 0; display: grid; gap: 14px; }
.desk-arsenal-row { width: 100%; min-height: 67px; padding: 11px 14px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: inherit; background: transparent; border: 0; border-bottom: 1px solid #222d46; text-align: left; }
.desk-arsenal-row:hover { background: #141e36; }
.desk-arsenal-row > span { min-width: 0; display: flex; flex-direction: column; }
.desk-arsenal-row strong { overflow: hidden; color: white; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.desk-arsenal-row small { color: #77849d; font-size: 9px; }
.desk-arsenal-row > b { flex: 0 0 auto; color: #f0b45e; font-family: var(--utility); font-size: 8px; text-transform: uppercase; }
.desk-clear { margin: 0; padding: 22px; color: #9edbc9; font-size: 12px; }
.desk-clear span { color: #42d5aa; }
.desk-run-row { min-height: 61px; padding: 11px 14px; display: grid; grid-template-columns: 10px 1fr; align-items: center; gap: 11px; border-bottom: 1px solid #222d46; }
.desk-run-dot { width: 8px; height: 8px; background: #21bc8d; border-radius: 50%; box-shadow: 0 0 0 4px rgba(33, 188, 141, .11); }
.desk-run-row.failed .desk-run-dot { background: #f0b45e; box-shadow: 0 0 0 4px rgba(240, 180, 94, .11); }
.desk-run-row > span:last-child { display: flex; flex-direction: column; }
.desk-run-row strong { color: #dde2ec; font-size: 11px; }
.desk-run-row small { color: #6f7d96; font-family: var(--utility); font-size: 8px; text-transform: uppercase; }
.desk-loading { min-height: 100px; padding: 24px; display: grid; place-items: center; color: #718099; font-size: 11px; text-align: center; }

.page-intro { padding: 62px 0; color: white; background: var(--ink); border-bottom: 3px solid var(--signal); }
.page-intro .intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 60px; }
.page-intro h1 { margin: 12px 0 13px; font-family: var(--display); font-size: clamp(48px, 6vw, 74px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.page-intro p:last-child { max-width: 690px; margin-bottom: 0; color: #bbc4d4; font-size: 16px; }
.arsenal-intro { background-image: linear-gradient(110deg, rgba(227, 49, 70, .16), transparent 48%); }
.pl-intro { background-image: linear-gradient(110deg, rgba(8, 127, 91, .15), transparent 48%); border-bottom-color: var(--verified); }
.about-intro { background-image: linear-gradient(110deg, rgba(89, 100, 119, .18), transparent 48%); border-bottom-color: var(--muted); }
.intro-status { padding: 14px 17px; display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16); font-size: 13px; white-space: nowrap; }
.live-dot { width: 8px; height: 8px; background: #21bc8d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(33, 188, 141, .14); }
.confirmed-total { min-width: 180px; display: flex; flex-direction: column; align-items: flex-end; }
.confirmed-total b { font-family: var(--display); font-size: 70px; line-height: .8; }
.confirmed-total span { margin-top: 11px; color: #bbc4d4; font-size: 12px; }
.page-content { padding-block: 52px 92px; }

.metric-grid { margin-bottom: 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric-grid article { min-height: 104px; padding: 21px; display: flex; align-items: center; gap: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }
.metric-icon { width: 40px; height: 40px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 10px; font-size: 19px; font-weight: 900; }
.metric-icon.incoming { color: var(--signal); background: var(--soft-red); }
.metric-icon.outgoing { color: #315fb4; background: #edf3ff; }
.metric-icon.verified { color: var(--verified); background: var(--soft-green); }
.metric-icon.watching { color: var(--watch); background: var(--soft-amber); }
.metric-grid b { display: block; font-family: var(--display); font-size: 32px; line-height: 1; }
.metric-grid small { color: var(--muted); font-size: 12px; }
.board-panel { padding-bottom: 18px; }
.search-field { width: min(340px, 100%); min-height: 44px; padding: 0 14px; display: flex; align-items: center; gap: 9px; background: var(--canvas); border: 1px solid var(--line-strong); border-radius: 999px; }
.search-field:focus-within { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(16, 23, 46, .08); }
.search-field > span:first-child { color: var(--muted); font-size: 20px; }
.search-field input { width: 100%; padding: 10px 0; background: transparent; border: 0; outline: 0; font-size: 14px; }
.wide-filters { margin-bottom: 18px; }
.transfer-list { border-top: 1px solid var(--line); }
.transfer-card { width: 100%; padding: 21px 5px; display: grid; grid-template-columns: minmax(190px, 1fr) minmax(210px, 1.1fr) minmax(220px, 1.25fr) minmax(130px, .7fr); align-items: center; gap: 22px; color: inherit; background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; }
.transfer-card:hover { background: #fafcfc; }
.transfer-identity { display: flex; align-items: center; gap: 12px; }
.player-token { width: 44px; height: 44px; display: grid; flex: 0 0 auto; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-family: var(--display); font-size: 17px; font-weight: 900; text-transform: uppercase; }
.transfer-card.active .player-token { background: var(--watch); }
.transfer-card.confirmed .player-token { background: var(--verified); }
.transfer-identity > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.transfer-identity strong { overflow: hidden; font-family: var(--display); font-size: 20px; line-height: 1.1; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.transfer-identity small, .transfer-status small { color: var(--muted); font-size: 11px; }
.transfer-route { display: grid; grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr); align-items: center; gap: 5px; font-size: 13px; }
.transfer-route span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.transfer-route i { color: var(--signal); font-style: normal; text-align: center; }
.transfer-summary { color: #465064; display: -webkit-box; overflow: hidden; font-size: 13px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.transfer-status { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.transfer-status b { color: var(--watch); font-size: 12px; }
.transfer-card.confirmed .transfer-status b { color: var(--verified); }
.transfer-status .verification-track { width: 90px; margin-top: 7px; }

.pl-heading { margin-bottom: 20px; }
.pl-controls { margin-bottom: 24px; padding: 16px; display: flex; align-items: end; justify-content: space-between; gap: 20px; background: var(--canvas); border: 1px solid var(--line); border-radius: 12px; }
.pl-controls label { display: flex; flex-direction: column; gap: 5px; color: var(--muted); font-size: 11px; font-weight: 700; }
.pl-controls select { min-width: 230px; padding: 9px 34px 9px 11px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 8px; font-size: 13px; }
.club-groups { display: grid; gap: 22px; }
.club-group { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.club-group > header { min-height: 60px; padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: white; background: var(--ink); border-left: 4px solid var(--verified); }
.club-group h3 { margin: 0; font-family: var(--display); font-size: 24px; letter-spacing: -.025em; text-transform: uppercase; }
.club-group header span { color: #bbc4d4; font-size: 12px; }
.pl-row { width: 100%; min-height: 76px; padding: 16px 20px; display: grid; grid-template-columns: 62px minmax(150px, .8fr) minmax(240px, 1.3fr) minmax(150px, .7fr); align-items: center; gap: 18px; color: inherit; background: var(--surface); border: 0; border-bottom: 1px solid var(--line); text-align: left; }
.pl-row:last-child { border-bottom: 0; }
.pl-row:hover { background: #fafcfc; }
.pl-direction { font-family: var(--utility); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.pl-direction.in { color: var(--signal); }
.pl-direction.out { color: #315fb4; }
.pl-player, .pl-source { display: flex; flex-direction: column; }
.pl-player strong { font-family: var(--display); font-size: 19px; text-transform: uppercase; }
.pl-player small, .pl-source small { color: var(--muted); font-size: 11px; }
.pl-route { font-size: 13px; }
.pl-route i { margin-inline: 5px; color: var(--signal); font-style: normal; }
.pl-source b { color: var(--verified); font-size: 12px; }

.about-layout { padding-block: 60px 92px; display: grid; gap: 28px; }
.source-policy, .operations { padding: 30px; }
.policy-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.policy-grid article { padding: 22px; background: var(--canvas); border: 1px solid var(--line); border-radius: 12px; }
.policy-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; font-family: var(--utility); font-weight: 900; }
.policy-mark.official { color: var(--verified); background: var(--soft-green); }
.policy-mark.strong { color: var(--watch); background: var(--soft-amber); }
.policy-mark.radar { color: var(--muted); background: var(--soft-navy); }
.policy-mark.wire { color: white; background: var(--ink); }
.policy-grid h3 { margin: 17px 0 7px; font-size: 16px; }
.policy-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.run-list { position: relative; }
.run-item { min-height: 68px; display: grid; grid-template-columns: 120px 14px 1fr; gap: 18px; }
.run-item time { color: var(--muted); font-family: var(--utility); font-size: 11px; }
.run-pin { position: relative; width: 10px; height: 10px; margin-top: 3px; background: var(--verified); border-radius: 50%; box-shadow: 0 0 0 5px rgba(8, 127, 91, .11); }
.run-item.failed .run-pin { background: var(--watch); box-shadow: 0 0 0 5px rgba(163, 92, 0, .11); }
.run-item:not(:last-child) .run-pin::after { content: ""; position: absolute; top: 10px; left: 4px; width: 1px; height: 54px; background: var(--line); }
.run-item > span:last-child { display: flex; flex-direction: column; }
.run-item strong { font-size: 13px; }
.run-item small { color: var(--muted); font-size: 11px; text-transform: capitalize; }

.loading-card, .empty-state, .informative-empty { padding: 54px 20px; color: var(--muted); text-align: center; }
.informative-empty { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.informative-empty strong { color: var(--ink); font-size: 15px; }
.informative-empty span { max-width: 470px; font-size: 13px; }
.error-empty strong { color: var(--signal); }
.feed-limit { padding: 18px; color: var(--muted); background: var(--canvas); border: 1px solid var(--line); border-radius: 10px; font-size: 12px; text-align: center; }

footer { min-height: 120px; padding: 28px max(24px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; gap: 38px; color: white; background: var(--ink); }
footer p { color: #9da8bb; font-size: 12px; }
.footer-brand { font-size: 16px; }
.footer-time { margin-left: auto; font-family: var(--utility); }
.mobile-nav { display: none; }

dialog { width: min(720px, calc(100vw - 30px)); max-height: calc(100vh - 30px); padding: 0; color: var(--ink); background: var(--surface); border: 0; border-radius: 20px; box-shadow: 0 40px 100px rgba(0, 0, 0, .34); }
dialog::backdrop { background: rgba(5, 9, 24, .72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 40px; height: 40px; display: grid; place-items: center; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 50%; font-size: 25px; line-height: 1; }
.dialog-hero { padding: 38px 42px 32px; color: white; background: var(--ink); border-top: 5px solid var(--watch); }
.dialog-hero.confirmed { border-top-color: var(--verified); }
.dialog-hero.failed { border-top-color: var(--muted); }
.dialog-hero h2 { max-width: calc(100% - 50px); margin: 8px 0 13px; font-family: var(--display); font-size: clamp(42px, 7vw, 64px); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.dialog-hero > p:not(.section-kicker) { margin: 0 0 22px; color: #bbc4d4; }
.dialog-hero .verification-track i { background: rgba(255, 255, 255, .16); }
.dialog-body { padding: 30px 42px 42px; }
.dialog-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.dialog-meta span { padding: 7px 9px; color: var(--muted); border: 1px solid var(--line); border-radius: 5px; font-size: 11px; }
.dialog-development { margin: 22px 0 0; font-size: 16px; line-height: 1.65; }
.dialog-history, .dialog-sources { margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.dialog-history h3, .dialog-sources h3 { margin: 0 0 18px; font-size: 14px; }
.history-item { min-height: 75px; display: grid; grid-template-columns: 12px 1fr; gap: 14px; }
.history-pin { position: relative; width: 9px; height: 9px; margin-top: 5px; background: var(--watch); border-radius: 50%; }
.history-pin.confirmed { background: var(--verified); }
.history-item:not(:last-child) .history-pin::after { content: ""; position: absolute; top: 9px; left: 4px; width: 1px; height: 61px; background: var(--line); }
.history-item b { font-size: 12px; }
.history-item time { margin-left: 10px; color: var(--muted); font-family: var(--utility); font-size: 10px; }
.history-item p { margin: 5px 0 15px; color: var(--muted); font-size: 12px; }
.source-link { padding: 13px 0; display: flex; justify-content: space-between; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); text-decoration: none; }
.source-link > span { display: flex; flex-direction: column; }
.source-link strong { font-size: 13px; }
.source-link small { color: var(--muted); font-size: 11px; }
.source-link > b { color: var(--signal); font-size: 11px; white-space: nowrap; }
.offline-banner { position: fixed; z-index: 60; left: 50%; bottom: 20px; transform: translateX(-50%); padding: 11px 16px; color: white; background: var(--ink); border-radius: 999px; box-shadow: var(--shadow); font-size: 12px; white-space: nowrap; }

@media (max-width: 1020px) {
  .header-inner { gap: 22px; }
  .desktop-nav a { padding-inline: 9px; font-size: 13px; }
  .deadline-hero { grid-template-columns: minmax(0, 1fr) 330px; gap: 36px; }
  .news-layout { grid-template-columns: minmax(0, 1fr) 290px; }
  .transfer-card { grid-template-columns: minmax(190px, 1fr) minmax(200px, 1fr) minmax(170px, .9fr); }
  .transfer-summary { grid-column: 2 / 4; grid-row: 2; }
  .transfer-status { grid-column: 3; grid-row: 1; }
  .policy-grid { grid-template-columns: 1fr 1fr; }
  .desk-command { align-items: flex-start; flex-direction: column; gap: 26px; }
  .desk-command-actions { width: 100%; justify-content: space-between; }
  .desk-grid { grid-template-columns: 1fr 1fr; }
  .desk-side { grid-column: 1 / 3; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  html, body { overscroll-behavior-y: contain; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .pull-refresh { position: fixed; z-index: 35; top: 66px; left: 50%; min-width: 205px; height: 44px; padding: 7px 14px; transform: translate(-50%, calc(-60px + var(--pull-distance))); display: flex; align-items: center; justify-content: center; gap: 9px; color: #dce2ec; background: #111a30; border: 1px solid #303c58; border-radius: 0 0 12px 12px; box-shadow: 0 10px 24px rgba(5, 9, 24, .22); font-family: var(--utility); font-size: 9px; text-transform: uppercase; transition: transform .14s ease, background .14s ease; pointer-events: none; }
  .pull-refresh.ready { color: white; background: var(--signal); border-color: var(--signal); }
  .pull-refresh.success { color: white; background: var(--verified); border-color: var(--verified); }
  .pull-refresh-mark { width: 24px; height: 24px; display: grid; place-items: center; background: rgba(255, 255, 255, .1); border-radius: 50%; font-size: 15px; font-weight: 900; }
  .pull-refresh.refreshing .pull-refresh-mark { animation: desk-spin .8s linear infinite; }
  .site-header { height: 66px; }
  .header-inner { width: calc(100% - 28px); }
  .desktop-nav { display: none; }
  .brand { font-size: 17px; }
  .brand img { width: 32px; height: 32px; }
  .install-button { display: none; }
  .connection-pill { padding: 7px 9px; }
  .deadline-hero { min-height: auto; padding-block: 44px 48px; grid-template-columns: 1fr; gap: 34px; }
  .hero-copy h1 { font-size: clamp(47px, 12vw, 66px); }
  .deadline-desk { max-width: 520px; }
  .wire-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .wire-controls { width: 100%; justify-content: space-between; }
  .news-layout { padding-block: 42px 64px; grid-template-columns: 1fr; }
  .snapshot { position: static; }
  .panel-heading { align-items: flex-start; flex-direction: column; }
  .panel-heading .filter-row { width: 100%; }
  .page-intro { padding-block: 46px; }
  .page-intro .intro-grid { grid-template-columns: 1fr; align-items: start; gap: 27px; }
  .page-intro h1 { font-size: clamp(45px, 11vw, 64px); }
  .intro-status { justify-self: start; }
  .confirmed-total { align-items: flex-start; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .content-panel { padding: 24px 20px; }
  .board-heading .search-field, .pl-heading .search-field { width: 100%; }
  .transfer-card { padding: 19px 0; grid-template-columns: minmax(0, 1fr) auto; gap: 13px 16px; }
  .transfer-identity { grid-column: 1; grid-row: 1; }
  .transfer-status { grid-column: 2; grid-row: 1; align-items: flex-end; }
  .transfer-route { grid-column: 1 / 3; grid-row: 2; }
  .transfer-summary { grid-column: 1 / 3; grid-row: 3; }
  .pl-row { grid-template-columns: 55px minmax(0, 1fr) auto; gap: 12px; }
  .pl-route { grid-column: 2 / 4; grid-row: 2; }
  .pl-source { grid-column: 3; grid-row: 1; text-align: right; }
  .desktop-desk { padding: 0 16px 46px; }
  .desk-command { min-height: auto; padding: 38px 0 30px; }
  .desk-command h1 { font-size: clamp(54px, 15vw, 76px); }
  .desk-ticker { grid-template-columns: 1fr 1fr; }
  .desk-ticker > span:last-child { grid-column: 1 / 3; border-top: 1px solid #2a3551; }
  .desk-grid { grid-template-columns: 1fr; }
  .desk-side { grid-column: auto; grid-template-columns: 1fr; }
  .mobile-nav { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; min-height: calc(66px + env(safe-area-inset-bottom)); padding: 7px 8px env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255, 255, 255, .97); border-top: 1px solid var(--line); box-shadow: 0 -10px 35px rgba(16, 23, 46, .10); backdrop-filter: blur(18px); }
  .mobile-nav a { min-width: 0; padding: 4px 2px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: var(--muted); font-size: 10px; font-weight: 700; text-decoration: none; }
  .mobile-nav a > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; font-family: var(--utility); font-size: 12px; }
  .mobile-nav a[aria-current="page"] { color: var(--ink); }
  .mobile-nav a[aria-current="page"] > span { color: white; background: var(--signal); }
  footer { display: none; }
  .offline-banner { bottom: calc(82px + env(safe-area-inset-bottom)); }
}

@media (max-width: 560px) {
  .page-shell { width: calc(100% - 28px); }
  .site-header { height: 60px; }
  .header-inner { width: calc(100% - 24px); }
  .brand { gap: 8px; font-size: 15px; }
  .brand img { width: 30px; height: 30px; border-radius: 8px; }
  .connection-pill { padding: 6px 9px; font-size: 10px; }
  .connection-pill span { width: 7px; height: 7px; }
  .pull-refresh { top: 60px; }
  .deadline-hero { padding: 29px 18px 31px; gap: 23px; }
  .deadline-hero::before { width: 220px; height: 220px; right: -45px; top: -110px; box-shadow: 0 0 0 54px rgba(255, 255, 255, .018), 0 0 0 108px rgba(255, 255, 255, .012); }
  .hero-copy h1 { margin-block: 10px 12px; font-size: clamp(41px, 11.2vw, 53px); line-height: .92; }
  .hero-copy > p:last-child { font-size: 14px; line-height: 1.48; }
  .deadline-desk { max-width: none; padding: 15px 16px 14px; border-top-width: 3px; }
  .wire-shell { width: 100%; padding: 22px 14px 20px; }
  .wire-identity h2 { font-size: 27px; }
  .wire-controls > span { display: none; }
  .wire-controls { justify-content: flex-end; }
  .wire-track { grid-auto-columns: 82%; }
  .wire-card { min-height: 138px; }
  .wire-notice { padding-inline: 2px; line-height: 1.45; }
  .countdown { margin: 12px 0 14px; }
  .countdown span { min-width: 54px; }
  .countdown b { font-size: 37px; }
  .countdown small { margin-top: 4px; font-size: 9px; }
  .countdown i { font-size: 24px; }
  .desk-meta { padding-top: 12px; }
  .desk-meta small { font-size: 10px; }
  .desk-meta strong { font-size: 12px; }
  .desk-meta { gap: 8px; }
  .news-layout { width: 100%; padding-block: 28px 48px; gap: 18px; }
  .panel-heading { margin-bottom: 20px; gap: 17px; }
  .panel-heading h2, .snapshot h2, .source-policy h2 { font-size: 34px; }
  .filter-row { padding-bottom: 2px; }
  .news-layout > .content-panel { border-right: 0; border-left: 0; border-radius: 0; }
  .news-layout > .snapshot { margin-inline: 14px; }
  .news-card { padding: 18px 16px; }
  .news-card-main { grid-template-columns: 1fr; gap: 10px; }
  .news-person strong { font-size: 22px; }
  .news-card-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .verification-track { width: 100%; }
  .page-content { width: 100%; padding-block: 28px 54px; }
  .page-content > .metric-grid { margin-inline: 14px; }
  .metric-grid article { min-height: 90px; padding: 15px 12px; gap: 9px; }
  .metric-icon { width: 34px; height: 34px; }
  .metric-grid b { font-size: 27px; }
  .page-content > .content-panel { border-right: 0; border-left: 0; border-radius: 0; }
  .wide-filters { margin-right: -20px; padding-right: 20px; }
  .transfer-status small { display: none; }
  .transfer-status .verification-track { width: 72px; }
  .transfer-route { font-size: 12px; }
  .pl-controls { align-items: stretch; flex-direction: column; }
  .pl-controls select { width: 100%; }
  .pl-row { padding: 15px 14px; grid-template-columns: 48px minmax(0, 1fr); }
  .pl-source { display: none; }
  .pl-route { grid-column: 2; }
  .about-layout { width: 100%; padding-block: 28px 54px; }
  .policy-grid { grid-template-columns: 1fr; }
  .source-policy, .operations { border-right: 0; border-left: 0; border-radius: 0; }
  .run-item { grid-template-columns: 82px 12px 1fr; gap: 12px; }
  .desk-command-actions { align-items: stretch; flex-direction: column; }
  .desk-clock { align-items: flex-start; }
  .desk-refresh-button { justify-content: center; }
  .desk-ticker > span { padding: 12px 13px; }
  .desk-verified-row { grid-template-columns: 70px minmax(0, 1fr); }
  .desk-verified-row > b { grid-column: 2; }
  dialog { width: calc(100vw - 18px); max-height: calc(100vh - 18px); border-radius: 16px; }
  .dialog-hero { padding: 34px 24px 27px; }
  .dialog-body { padding: 25px 24px 34px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
