:root {
  color-scheme: light;
  --navy: #0b2038;
  --navy-2: #123d68;
  --blue: #1769d2;
  --cyan: #2f9dcc;
  --ink: #182536;
  --muted: #697789;
  --line: #dce3eb;
  --line-soft: #e9eef3;
  --paper: #f4f7fa;
  --surface: #ffffff;
  --red: #c9232c;
  --orange: #d9911e;
  --green: #147d68;
  --shadow: 0 14px 36px rgba(19, 43, 69, 0.08);
  font-family: Inter, Pretendard, "Noto Sans KR", "Segoe UI", Arial, sans-serif;
}

.collection-status { margin-top: 18px; padding: 16px 20px; border: 1px solid #d6dfeb; border-left: 4px solid #b87516; border-radius: 8px; background: #fffaf1; }
.collection-status strong { color: #694611; font-size: 15px; }
.collection-status p { margin: 6px 0 10px; color: #485569; line-height: 1.8; overflow-wrap: anywhere; }
.collection-status button { background: none; border: 0; padding: 0; color: #164c88; text-decoration: underline; cursor: pointer; text-align: left; }
.issue-history { display: block; color: #586a80; font-size: 12px; line-height: 1.8; }
.source-observations { margin-top: 9px; padding-top: 9px; border-top: 1px solid var(--line-soft); overflow-wrap: anywhere; }
.source-observations > span { color: #5b4b2d; font-size: 12px; }
.source-observations summary { cursor: pointer; color: #164c88; padding-top: 6px; }
.source-observations ul { list-style: none; margin: 6px 0 0; padding: 0; }
.source-observations li + li { margin-top: 9px; }
.source-observations li a { font-size: 13px; font-weight: 500; }
.source-observations small { display: block; color: #5c6c7f; }
.observed-original { color: #5c6c7f; font-size: 12px; overflow-wrap: anywhere; }

/* Editorial content is readable prose; link inventories remain compact and collapsed. */
.editorial-highlights { display: grid; grid-template-columns: minmax(0, 1fr); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.editorial-focus { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 22px; padding: 25px 4px; border-bottom: 1px solid var(--line); color: var(--ink); }
.editorial-focus:last-child { border-bottom: 0; }
.editorial-focus-number { color: #9babb9; font-size: 25px; font-weight: 300; letter-spacing: -.04em; line-height: 1; }
.editorial-focus-copy { min-width: 0; display: grid; gap: 9px; }
.editorial-focus-meta { display: flex; justify-content: space-between; gap: 18px; color: #295a8b; font-size: 12px; }
.editorial-focus-meta a { flex-shrink: 0; color: #17538b; font-weight: 700; text-decoration: none; }
.editorial-focus h3 { margin: 0; font-size: 22px; line-height: 1.5; letter-spacing: -.025em; }
.editorial-focus h3 button, .editorial-focus-detail { border: 0; background: none; padding: 0; color: var(--navy); text-align: left; cursor: pointer; }
.editorial-focus h3 button { font: inherit; font-weight: 750; }
.editorial-focus p { margin: 0; color: #40576c; font-size: 14px; line-height: 1.85; word-break: keep-all; overflow-wrap: anywhere; }
.editorial-focus-detail { justify-self: start; color: #295a8b; font-size: 12px; font-weight: 700; }
.editorial-focus h3 button:hover, .editorial-focus-detail:hover, .editorial-focus-meta a:hover { color: var(--blue); }
.editorial-focus :is(button,a):focus-visible { outline: 2px solid #5686b4; outline-offset: 4px; border-radius: 2px; }
.editorial-focus[class*="risk-"] { padding-left: 20px; box-shadow: inset 4px 0 0 #718293; }
.editorial-focus.risk-Critical { box-shadow: inset 4px 0 0 #d2313e; background: linear-gradient(90deg, #fff5f5 0, #fff 22%); }
.editorial-focus.risk-Attention { box-shadow: inset 4px 0 0 #e59025; background: linear-gradient(90deg, #fff9ef 0, #fff 22%); }
.editorial-focus.risk-Watch { box-shadow: inset 4px 0 0 #279d59; background: linear-gradient(90deg, #f3fbf6 0, #fff 22%); }
.issue-columns.editorial-columns { grid-template-columns: minmax(0, 1fr); gap: 14px; }
.editorial-columns .issue-column { min-width: 0; }
.editorial-card { padding: 20px; border: 1px solid #d8e2ed; border-radius: 8px; background: #fff; scroll-margin-top: 20px; overflow-wrap: anywhere; }
.editorial-card h4 { margin: 10px 0 8px; color: var(--navy); font-size: 19px; line-height: 1.55; }
.editorial-card p { margin: 10px 0; color: #263c52; font-size: 15px; line-height: 1.9; word-break: keep-all; overflow-wrap: anywhere; }
.editorial-card p.editorial-date, .editorial-card small { display: block; color: #5a6b7d; font-size: 12px; line-height: 1.75; }
.editorial-connection { margin: 14px 0; padding: 12px 15px; border-left: 3px solid #438db0; background: #f0f6fa; }
.editorial-connection b { color: #1c587a; font-size: 13px; }
.editorial-connection p { margin: 5px 0 0; font-size: 14px; }
.operating-context { margin: 16px 0; padding: 16px; border: 1px solid #d3e1eb; border-radius: 7px; background: #fafcfe; }
.operating-context b { display: block; color: #234e6c; font-size: 13px; }
.operating-context p, .operating-context li { color: #30475c; font-size: 14px; line-height: 1.85; }
.operating-context ul { padding-left: 22px; margin: 8px 0; }
.operating-context li + li { margin-top: 8px; }
.operating-context summary { color: #275b83; font-size: 13px; cursor: pointer; padding: 8px 0; }
.operating-context a { color: #185ca0; white-space: nowrap; }
.operating-checks { margin: 12px 0; padding: 12px 14px; background: #edf5f8; border-radius: 5px; }
.operating-context .operating-limits { color: #655432; background: #faf5e9; padding: 10px 12px; }
.editorial-proof { margin-top: 12px; border-top: 1px solid var(--line-soft); padding-top: 10px; }
.editorial-proof summary, .editorial-trace-group > summary { cursor: pointer; color: #244e76; font-weight: 650; font-size: 14px; }
.editorial-proof a, .editorial-link-row details a { display: block; margin: 8px 0; color: #185ca0; font-size: 13px; overflow-wrap: anywhere; }
.editorial-proof blockquote { margin: 10px 0; padding: 10px; border-left: 2px solid #9bacc0; background: #f5f7fa; color: #48586a; font-size: 13px; }
.editorial-trace-group { margin-top: 12px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 7px; background: #fbfcfe; }
.editorial-trace-group > summary { padding: 3px 0; }
.editorial-link-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 15px; padding: 13px 0; border-top: 1px solid var(--line-soft); overflow-wrap: anywhere; }
.editorial-link-row:first-of-type { margin-top: 12px; }
.editorial-link-row strong { display: block; color: #233d55; font-size: 14px; }
.editorial-link-row small { display: block; margin-top: 4px; color: #5e6e7e; font-size: 12px; }
.editorial-link-row > a { align-self: start; color: #185ca0; font-size: 13px; }
.editorial-link-row details { color: #526476; font-size: 12px; }
.editorial-link-reason { grid-column: 1 / -1; }
.archive-link-status { grid-column: 1 / -1; color: #596b7c; font-size: 12px; }
.editorial-link-reason summary { cursor: pointer; }
.editorial-link-reason p { margin: 8px 0; line-height: 1.8; font-size: 13px; }
.collection-status button + button { margin-left: 18px; }
.metric-strip .metric small { color: #596c80; font-size: 11px; line-height: 1.6; }
@media (max-width: 900px) {
  .editorial-focus { grid-template-columns: 42px minmax(0,1fr); gap: 12px; }
  .editorial-card { padding: 15px; }
  .editorial-card p { font-size: 14px; }
  .editorial-link-row { grid-template-columns: minmax(0, 1fr); }
  .editorial-link-reason { grid-column: auto; }
  .collection-status button + button { display: block; margin: 8px 0 0; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 14px; line-height: 1.6; }
button { font: inherit; }
.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; }

.app-shell { min-height: 100vh; display: grid; grid-template-columns: 248px minmax(0, 1fr); }
.date-rail { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; color: white; background: linear-gradient(170deg, #0a1d34 0%, #102f51 58%, #164f79 100%); box-shadow: 8px 0 28px rgba(10, 31, 54, .12); z-index: 20; }
.date-rail > :not(.date-list) { flex-shrink: 0; }
.rail-brand { padding: 26px 22px 21px; border-bottom: 1px solid rgba(255,255,255,.12); }
.company-logo { position: relative; display: block; width: 154px; height: 39px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 5px; background: rgba(255,255,255,.96); box-shadow: 0 6px 16px rgba(0,0,0,.15); }
.company-logo img { position: absolute; left: 11px; top: 3px; display: block; width: 132px; height: auto; }
.rail-edition { display: block; margin-top: 13px; color: #9fb9d1; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.weekly-link { min-height: 54px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: white; background: rgba(23,105,210,.22); border: 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 10px; font-weight: 850; letter-spacing: .11em; cursor: pointer; }
.weekly-link:hover, .weekly-link:focus-visible { background: rgba(47,157,204,.32); outline: 0; }
.network-link { min-height: 46px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: #b9d6ed; background: rgba(255,255,255,.04); border: 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 9.5px; font-weight: 850; letter-spacing: .1em; cursor: pointer; }
.network-link:hover, .network-link:focus-visible { color: white; background: rgba(255,255,255,.09); outline: 0; }
.date-nav-heading { padding: 18px 20px 10px; display: flex; justify-content: space-between; color: #8eacc7; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.date-list { flex: 1; min-height: 0; overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.2) transparent; }
.date-week > summary { min-height: 48px; padding: 10px 19px; display: flex; align-items: center; gap: 8px; color: #c8d8e7; border-top: 1px solid rgba(255,255,255,.12); cursor: pointer; list-style: none; }
.date-week > summary::-webkit-details-marker { display: none; }
.date-week > summary:hover { color: white; background: rgba(255,255,255,.055); }
.date-week > summary:focus-visible, .date-button:focus-visible { outline: 2px solid #9fd8ff; outline-offset: -3px; }
.date-week-label { font-size: 13px; font-weight: 800; }
.date-week > summary small { margin-left: auto; color: #9ab4ca; font-size: 10px; white-space: nowrap; }
.date-week-chevron { font-size: 21px; line-height: 1; transition: transform 140ms ease; }
.date-week[open] > summary .date-week-chevron { transform: rotate(90deg); }
.date-week.has-selected-date > summary { color: white; background: rgba(23,105,210,.22); }
.date-week-days { background: rgba(0,0,0,.1); }
.date-week-days .date-button { padding-left: 29px; }
.date-button { position: relative; width: 100%; min-height: 57px; padding: 10px 19px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1px 8px; color: #c8d8e7; background: transparent; border: 0; border-top: 1px solid rgba(255,255,255,.07); text-align: left; cursor: pointer; }
.date-button::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: transparent; }
.date-button span { font-size: 12px; font-weight: 760; }
.date-button small { color: #86a4be; font-size: 10px; }
.date-button i { grid-column: 1 / -1; color: #7594ae; font-size: 8px; font-style: normal; letter-spacing: .08em; }
.date-button:hover { color: white; background: rgba(255,255,255,.055); }
.date-button.active { color: white; background: linear-gradient(90deg, rgba(23,105,210,.78), rgba(47,157,204,.4)); }
.date-button.active::before { background: #f4a62a; }
.date-button.active small, .date-button.active i { color: #d8efff; }
.rail-loading { padding: 20px; color: #91abc2; font-size: 11px; }
.rail-footer { min-height: 52px; padding: 0 20px; display: flex; align-items: center; gap: 8px; border-top: 1px solid rgba(255,255,255,.1); color: #8fa9c0; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #59d2a9; box-shadow: 0 0 0 4px rgba(89,210,169,.12); }

.briefing { min-width: 0; padding: 0 42px; }
.briefing-header, .briefing-section, .page-footer { width: min(1180px, 100%); margin-inline: auto; }
.briefing-header { padding: 32px 0 0; }
.header-topline { display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--navy-2); }
.header-topline p { margin: 0; font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.header-actions { display:flex; align-items:center; gap:10px; }
.language-switcher { display:flex; align-items:center; padding:2px; border:1px solid #c8d5e0; border-radius:6px; background:#f4f7fa; }
.language-switcher button { min-height:28px; padding:4px 10px; border:0; border-radius:4px; color:#526a7f; background:transparent; font-size:10px; font-weight:750; cursor:pointer; }
.language-switcher button { white-space:nowrap; }
.language-switcher button:hover { color:var(--navy); background:#e7eef5; }
.language-switcher button[aria-pressed="true"] { color:#fff; background:var(--navy-2); box-shadow:0 2px 6px rgba(17,48,80,.16); }
.language-switcher button:focus-visible { outline:2px solid #1769d2; outline-offset:2px; }
.internal-badge { padding: 5px 8px; color: #5d7185; border: 1px solid #cdd8e2; background: white; font-size: 8px; font-weight: 850; letter-spacing: .08em; }
.date-heading { margin-top: 17px; padding: 26px 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; color: white; background: linear-gradient(125deg, var(--navy) 0%, var(--navy-2) 66%, var(--blue) 100%); box-shadow: var(--shadow); }
.date-label { color: #a7c4df; font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.date-heading h1 { margin: 5px 0 0; font-size: clamp(27px, 3vw, 42px); line-height: 1.15; letter-spacing: -.045em; }
.briefing-nav { width: min(1180px, 100%); margin: 12px auto 0; min-width: 0; padding: 10px 14px; display: flex; align-items: center; gap: 5px; overflow-x: auto; background: rgba(255,255,255,.92); border: 1px solid var(--line); box-shadow: 0 7px 18px rgba(16,45,75,.06); scrollbar-width: thin; }
.briefing-nav span { flex: 0 0 auto; margin-right: 7px; color: var(--navy); font-size: 11px; font-weight: 800; }
.briefing-nav a { flex: 0 0 auto; min-height: 34px; padding: 7px 11px; display: inline-flex; align-items: center; color: #486179; border-radius: 4px; font-size: 12px; font-weight: 650; text-decoration: none; }
.briefing-nav a:hover, .briefing-nav a:focus-visible { color: var(--navy); background: #eef4f9; }
.briefing-nav a:focus-visible { outline: 2px solid #1769d2; outline-offset: 2px; }
.briefing-section [id$="Title"] { scroll-margin-top: 18px; }
.collection-basis { min-width: 250px; display: grid; justify-items: end; text-align: right; }
.collection-basis span { color: #a7c4df; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.collection-basis strong { margin-top: 5px; font-size: 12px; }
.collection-basis small { margin-top: 3px; color: #c6d8e8; font-size: 9px; }
.metric-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border: 1px solid var(--line); border-top: 0; box-shadow: var(--shadow); }
.metric { min-height: 136px; padding: 16px 20px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; align-content: start; color: inherit; background: white; border: 0; border-right: 1px solid var(--line); text-align: left; }
.metric:last-child { border-right: 0; }
.metric span { color: var(--muted); font-size: 10px; font-weight: 750; }
.metric strong { color: var(--navy); font-size: 30px; line-height: 1.1; }
.metric small { color: #9aa5af; font-size: 8px; letter-spacing: .02em; }
.metric-action { cursor: pointer; }
.metric-action:hover, .metric-action:focus-visible { z-index: 1; background: #f5f9fd; box-shadow: inset 0 -3px 0 var(--blue); outline: 0; }
.metric-action strong { color: var(--blue); }

.briefing-section { margin-top: 28px; padding: 26px 28px 28px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); scroll-margin-top: 20px; }
.focus-section { border-top: 3px solid #1769d2; }
.section-heading { padding-bottom: 17px; display: flex; justify-content: space-between; align-items: end; gap: 30px; border-bottom: 1px solid var(--line); }
.section-index { display: block; color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.section-heading h2 { margin: 4px 0 0; color: var(--navy); font-size: 21px; letter-spacing: -.025em; }
.section-heading p { max-width: 520px; margin: 0; color: var(--muted); font-size: 10px; text-align: right; }
.top-story-grid { margin-top: 18px; display: grid; gap: 10px; }
.top-story { display: grid; grid-template-columns: 48px minmax(0, 1fr); border: 1px solid var(--line-soft); background: #fbfcfe; }
.story-order { padding-top: 17px; color: #7f93a7; background: #f0f4f8; border-right: 1px solid var(--line-soft); text-align: center; font-size: 10px; font-weight: 900; }
.story-body { padding: 16px 18px 15px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 5px; }
.badge { padding: 3px 6px; color: #52667a; background: #edf2f6; border-radius: 2px; font-size: 7.5px; font-weight: 850; letter-spacing: .06em; }
.badge.priority-A, .badge.urgency-HIGH { color: #a2222b; background: #fde8e9; }
.badge.priority-B, .badge.urgency-MEDIUM { color: #9b6315; background: #fff1d9; }
.badge.source-review-badge { color: #755114; background: #fff0cd; border: 1px solid #efd59c; }
.badge.review-pending { color: #7b5c2b; background: #fffaf0; border: 1px solid #eadbbd; }
.top-story.source-review-card { border-color: #ead9b8; background: #fffdf8; }
.top-story.source-review-card .story-order { color: #96671e; background: #fff6e4; }
.source-review-entry { border-left: 3px solid #d59b35; background: #fffcf6; }
.story-body h3 { margin: 8px 0 5px; color: var(--navy); font-size: 16px; line-height: 1.4; letter-spacing: -.015em; }
.story-body p { margin: 0; color: #4b5c6d; font-size: 11.5px; }
.decision-brief { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr 1fr; border: 1px solid var(--line-soft); }
.decision-brief > div { min-width: 0; padding: 11px 12px; border-right: 1px solid var(--line-soft); }
.decision-brief > div:last-child { border-right: 0; }
.decision-brief span { display: block; margin-bottom: 4px; color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .05em; }
.decision-brief p { color: #425669; font-size: 10.5px; line-height: 1.6; }
.decision-brief .decision-logistics { background: #f4f8fb; }
.decision-brief .decision-logistics span { color: #147560; }
.decision-brief .decision-watch { background: #fffaf1; }
.decision-brief .decision-watch span { color: #9b6315; }
.story-body footer { margin-top: 12px; padding-top: 10px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line-soft); color: #7e8b98; font-size: 9px; }
.story-body footer button { padding: 5px 8px; color: var(--blue); background: white; border: 1px solid #cbd8e4; font-size: 9px; font-weight: 750; cursor: pointer; }
.section-loading, .empty-panel { min-height: 126px; display: grid; place-content: center; justify-items: center; gap: 4px; color: var(--muted); background: #f8fafc; border: 1px dashed #d5dee7; text-align: center; }
.empty-panel strong { color: #42576b; font-size: 11px; }
.empty-panel span { font-size: 9.5px; }
.empty-panel.compact { min-height: 115px; }
.candidate-review-section { border-top: 3px solid var(--orange); }
.candidate-review-heading p { max-width: 610px; }
.candidate-group-list { margin-top: 18px; display: grid; gap: 12px; }
.candidate-card { padding: 19px 20px; border: 1px solid #ead9b8; background: linear-gradient(135deg, #fffdf8 0%, #fffaf0 100%); }
.candidate-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.candidate-card-head > span { padding: 4px 7px; color: #8b570c; background: #ffedc9; border-radius: 2px; font-size: 9.5px; font-weight: 850; }
.candidate-card-head small { color: #8b7b64; font-size: 9.5px; }
.candidate-card h3 { margin: 10px 0 5px; color: var(--navy); font-size: 18px; line-height: 1.42; }
.candidate-card > p { margin: 0; color: #4c5f70; font-size: 12.5px; line-height: 1.7; }
.candidate-card-grid { margin-top: 16px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 12px; }
.candidate-card-grid > div { min-width: 0; padding: 13px 14px; background: rgba(255,255,255,.82); border: 1px solid #eee3ce; }
.candidate-card-grid b { display: block; margin-bottom: 8px; color: #7e5d27; font-size: 9.5px; letter-spacing: .04em; }
.candidate-card-grid ul { margin: 0; padding-left: 18px; color: #536577; font-size: 11px; line-height: 1.65; }
.candidate-source-list { display: grid; gap: 6px; }
.candidate-source-link { padding: 8px 9px; display: grid; color: #314c64; background: white; border: 1px solid #e1e7ec; text-decoration: none; }
.candidate-source-link:hover, .candidate-source-link:focus-visible { border-color: #94b3cf; outline: 0; }
.candidate-source-link span { font-size: 11px; font-weight: 750; line-height: 1.45; }
.candidate-source-link small { margin-top: 2px; color: #7a8b9a; font-size: 9px; }
.content-review-block { margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--line); }
.content-review-title span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.content-review-title h3 { margin: 3px 0 11px; color: var(--navy); font-size: 16px; }
.content-review-list { display: grid; gap: 7px; }
.content-review-item { padding: 12px 14px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; align-items: center; background: #f8fafc; border: 1px solid var(--line-soft); }
.content-review-item div { display: grid; }
.content-review-item span { color: var(--blue); font-size: 9px; font-weight: 800; }
.content-review-item strong { margin-top: 2px; color: #344b61; font-size: 12px; }
.content-review-item p { margin: 3px 0 0; color: #607284; font-size: 10.5px; }
.content-review-item a { padding: 6px 8px; color: var(--blue); background: white; border: 1px solid #cbd8e4; font-size: 9.5px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.issue-columns { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: 10px; }
.issue-column { min-width: 0; padding: 15px; border: 1px solid var(--line-soft); }
.issue-column-head { display: flex; align-items: center; justify-content: space-between; color: #7990a7; font-size: 7.5px; font-weight: 850; letter-spacing: .1em; }
.issue-column-head i { min-width: 22px; padding: 2px 6px; color: var(--blue); background: #edf4fb; border-radius: 10px; font-style: normal; text-align: center; }
.issue-column h3 { margin: 5px 0 11px; color: var(--navy-2); font-size: 13px; }
.issue-entry-list { display: grid; gap: 7px; }
.issue-entry { width: 100%; padding: 11px; display: grid; gap: 3px; color: inherit; background: #f8fafc; border: 1px solid #e4eaf0; text-align: left; cursor: pointer; }
.issue-entry.signal-entry { text-decoration: none; border-left: 3px solid #d59b35; background: #fffaf0; }
.issue-entry.signal-entry.official-pending { border-left-color: #5d83ad; background: #f5f9fd; }
.issue-entry.signal-entry.observed .issue-entry-meta { color: #a46c12; }
.issue-entry.signal-entry.official-pending .issue-entry-meta { color: #416d99; }
.issue-entry:hover, .issue-entry:focus-visible { border-color: #a8bfd5; background: white; outline: 0; }
.issue-entry-meta { color: var(--blue); font-size: 7.5px; font-weight: 800; letter-spacing: .04em; }
.issue-entry strong { color: #344b61; font-size: 10.5px; line-height: 1.45; }
.issue-entry small { color: #7a8896; font-size: 8.5px; line-height: 1.5; }

#industryPanel { margin-top: 18px; }
.industry-list { display: grid; gap: 9px; }
.industry-card { padding: 15px; display: grid; grid-template-columns: 94px minmax(0, 1fr) auto; gap: 16px; align-items: start; border: 1px solid #ddd7ea; background: #fbf9fe; }
.industry-impact { min-height: 72px; padding: 11px; display: grid; align-content: center; background: #f1ecf8; border-left: 3px solid #6a4c96; }
.industry-impact span { color: #7e6c98; font-size: 8px; font-weight: 750; }
.industry-impact strong { margin-top: 3px; color: #5c4385; font-size: 18px; }
.industry-category { color: #6a4c96; font-size: 8px; font-weight: 850; letter-spacing: .06em; }
.industry-card h3 { margin: 4px 0; color: var(--navy); font-size: 13px; }
.industry-card p { margin: 0; color: #526272; font-size: 10px; }
.industry-relevance { margin-top: 9px; padding: 8px 10px; color: #5b526a; background: white; border-left: 2px solid #8c71b0; font-size: 9.5px; }
.industry-relevance strong { margin-right: 7px; color: #6a4c96; }
.industry-related { margin-top: 9px; padding: 9px 10px; display: grid; gap: 4px; color: #40586e; background: #f1f7fb; border: 1px solid #d8e5ef; font-size: 8.5px; }
.industry-related > strong { color: var(--blue); }
.industry-related > div { display: flex; flex-wrap: wrap; gap: 5px; }
.industry-related a { padding: 3px 6px; color: #315f86; background: white; border: 1px solid #c9dce9; text-decoration: none; }
.industry-card > button, .industry-card > a { padding: 6px 9px; color: #6a4c96; background: white; border: 1px solid #cfc4df; font-size: 8.5px; font-weight: 750; text-align: center; text-decoration: none; cursor: pointer; }
.industry-card.industry-signal-card { border-left: 3px solid #d59b35; background: #fffdf8; }
.industry-card.industry-signal-card .industry-impact strong { font-size: 13px; }
.records-heading { align-items: center; }
.records-description { max-width: 560px; margin: 5px 0 0; color: #637588; font-size: 10.5px; line-height: 1.55; }
.record-tabs { display: flex; gap: 5px; }
.record-tabs button { padding: 7px 10px; color: #66788a; background: #f4f7fa; border: 1px solid #d8e0e8; font-size: 9px; font-weight: 750; cursor: pointer; }
.record-tabs button.active { color: white; background: var(--navy-2); border-color: var(--navy-2); }
.record-tabs button span { margin-left: 5px; opacity: .7; }
.record-list { margin-top: 18px; display: grid; gap: 9px; }
.record-card { position: relative; min-width: 0; display: grid; grid-template-columns: 5px minmax(0, 1fr); border: 1px solid var(--line); background: #fff; transition: border-color 180ms ease, box-shadow 180ms ease; }
.record-card.record-highlight { border-color: #4f91c6; box-shadow: 0 0 0 3px rgba(79,145,198,.16); }
.record-accent { background: #8295a8; }
.record-accent.network { background: #167e8e; }
.record-accent.disruption, .record-accent.weather, .record-accent.security { background: #c54a4f; }
.record-accent.semiconductor { background: #7453a1; }
.record-accent.regulation { background: #c9871c; }
.record-accent.review { background: #d59b35; }
.record-card.source-review-card { border-color: #e7d8ba; background: #fffdf8; }
.record-main { padding: 15px 16px; }
.record-event-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.record-event-head > span { color: #64778a; font-size: 8.5px; font-weight: 850; letter-spacing: .06em; white-space: nowrap; }
.record-main h3 { margin: 7px 0 4px; color: var(--navy); font-size: 13.5px; line-height: 1.4; }
.record-meta { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 5px 13px; color: #8995a0; font-size: 8px; }
.record-source-list { margin-top: 12px; display: grid; gap: 6px; }
.record-source-row { padding: 10px 11px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; background: #f8fafc; border: 1px solid #e4eaf0; }
.record-source-row.related-signal-row { background: #f3f8fc; border-color: #d7e5ef; }
.record-source-row > div:first-child { min-width: 0; display: grid; }
.record-source-row span { color: var(--blue); font-size: 7.5px; font-weight: 850; letter-spacing: .06em; }
.record-source-row strong { margin-top: 2px; color: #354c62; font-size: 10.5px; line-height: 1.45; overflow-wrap: anywhere; }
.record-source-row small { margin-top: 3px; color: #7d8d9c; font-size: 8.5px; }
.record-source-actions { display: flex; gap: 5px; }
.record-source-actions button, .record-source-actions a { padding: 6px 7px; color: var(--navy-2); background: white; border: 1px solid #cdd8e2; font-size: 8.5px; font-weight: 750; text-align: center; text-decoration: none; cursor: pointer; white-space: nowrap; }
.record-source-actions button:hover, .record-source-actions a:hover { color: var(--blue); border-color: #8db2d5; }
.page-footer { margin-top: 28px; padding: 20px 0 30px; display: flex; justify-content: space-between; color: #7b8998; font-size: 8px; }

.detail-dialog { width: min(820px, calc(100vw - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; box-shadow: 0 28px 90px rgba(3,25,46,.35); }
.detail-dialog::backdrop { background: rgba(5,24,43,.6); backdrop-filter: blur(3px); }
.dialog-topbar { min-height: 52px; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; color: white; background: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.dialog-topbar button { padding: 5px 8px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.35); font-size: 9px; cursor: pointer; }
.dialog-content { max-height: calc(100vh - 84px); padding: 24px; overflow-y: auto; }
.detail-heading { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.detail-heading h2 { margin: 10px 0 5px; color: var(--navy); font-size: 23px; line-height: 1.35; letter-spacing: -.025em; }
.detail-heading > p { margin: 0; color: var(--muted); font-size: 10px; }
.detail-grid { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.detail-block { padding: 15px; border: 1px solid var(--line); background: #fbfcfd; }
.detail-wide { grid-column: 1 / -1; }
.detail-label { display: block; margin-bottom: 7px; color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.detail-block p { margin: 0; color: #475a6d; font-size: 10.5px; }
.detail-block.relevance { border-left: 3px solid var(--green); }
.detail-block.relevance .detail-label { color: var(--green); }
.detail-block dl { margin: 0; display: grid; grid-template-columns: 94px 1fr; gap: 6px 10px; font-size: 9px; }
.detail-block dt { color: #8a96a2; }
.detail-block dd { margin: 0; color: #425568; overflow-wrap: anywhere; }
.detail-block blockquote { margin: 0; padding: 11px 13px; color: #4d5f70; background: white; border-left: 3px solid var(--orange); font-size: 10px; }
.detail-block > small { display: block; margin-top: 7px; color: #8b97a3; font-size: 8px; }
.location-chips { margin-bottom: 12px; display: flex; flex-wrap: wrap; gap: 5px; }
.location-chips span { padding: 4px 7px; color: #41617c; background: #eaf2f8; font-size: 8px; }
.source-trace h3 { margin: 0 0 5px; color: var(--navy); font-size: 12px; }
.source-trace a { display: inline-block; margin-top: 10px; color: var(--blue); font-size: 9px; font-weight: 800; text-decoration: none; }
.source-review-detail { border-bottom-color: #e5d4b1; }
.review-required { margin: 0; padding-left: 20px; color: #475a6d; font-size: 11px; line-height: 1.7; }
.review-observation-list { display: grid; gap: 7px; }
.review-observation { padding: 11px 12px; display: grid; background: white; border: 1px solid #e1e7ec; }
.review-observation span { color: #8b641f; font-size: 8.5px; font-weight: 800; }
.review-observation strong { margin-top: 3px; color: #344b61; font-size: 11px; line-height: 1.45; }
.review-observation small { margin-top: 2px; color: #7b8b99; font-size: 8.5px; }
.review-observation a { margin-top: 7px; color: var(--blue); font-size: 9px; font-weight: 750; text-decoration: none; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 50; padding: 12px 16px; color: white; background: var(--navy); box-shadow: var(--shadow); font-size: 11px; opacity: 0; transform: translateY(8px); pointer-events: none; transition: 160ms ease; }
.toast.show { opacity: 1; transform: none; }

/* Readability pass: keep supporting text legible in the narrow Codex panel. */
body { font-size: 15px; line-height: 1.72; }
.rail-edition { font-size: 10px; }
.weekly-link { font-size: 11px; }
.date-nav-heading { font-size: 10px; }
.date-button span { font-size: 14px; }
.date-button small { font-size: 11px; }
.date-button i { font-size: 9.5px; }
.rail-footer { font-size: 9px; }
.header-topline p { font-size: 11px; }
.internal-badge { font-size: 9.5px; }
.date-label { font-size: 10.5px; }
.collection-basis span { font-size: 10.5px; }
.collection-basis strong { font-size: 14px; }
.collection-basis small { color: #e1ebf4; font-size: 11px; }
.metric span { color: #526579; font-size: 12px; }
.metric small { color: #657588; font-size: 11px; line-height: 1.6; }
.metric strong { font-size: 32px; }
.section-index { font-size: 9.5px; }
.section-heading h2 { font-size: 24px; }
.section-heading p { max-width: 560px; color: #526477; font-size: 12.5px; line-height: 1.65; }
.badge { padding: 4px 7px; font-size: 9.5px; }
.story-order { font-size: 11px; }
.story-body h3 { font-size: 18px; line-height: 1.45; }
.story-body p { color: #3f5265; font-size: 13.5px; line-height: 1.72; }
.decision-brief p { font-size: 11.5px; line-height: 1.62; }
.decision-brief span { font-size: 9px; }
.story-body footer { color: #687a8c; font-size: 11px; }
.story-body footer button { font-size: 11px; }
.empty-panel strong { font-size: 13px; }
.empty-panel span { color: #68798a; font-size: 11.5px; }
.issue-column-head { font-size: 9.5px; }
.issue-column h3 { font-size: 15px; }
.issue-entry-meta { font-size: 9.5px; }
.issue-entry strong { color: #2f465d; font-size: 12.5px; line-height: 1.5; }
.issue-entry small { color: #5e7082; font-size: 11px; line-height: 1.6; }
.industry-impact span { font-size: 10px; }
.industry-category { font-size: 10px; }
.industry-card h3 { font-size: 15px; }
.industry-card p { color: #425568; font-size: 12px; line-height: 1.65; }
.industry-relevance { font-size: 11.5px; line-height: 1.6; }
.industry-card > button { font-size: 10.5px; }
.record-tabs button { font-size: 10.5px; }
.record-main h3 { font-size: 16px; }
.record-main > p { color: #405366; font-size: 12.5px; line-height: 1.68; }
.record-relevance { color: #485d71; font-size: 11.5px; line-height: 1.6; }
.record-relevance strong { font-size: 9.5px; }
.record-meta { color: #687a8c; font-size: 10px; }
.record-source-row span { font-size: 9px; }
.record-source-row strong { font-size: 12px; }
.record-source-row small { font-size: 10px; }
.record-source-actions button, .record-source-actions a { font-size: 10px; }
.record-actions button, .record-actions a { font-size: 10.5px; }
.page-footer { font-size: 10px; }
.dialog-topbar, .dialog-topbar button { font-size: 10.5px; }
.detail-heading > p { font-size: 12px; }
.detail-label { font-size: 10px; }
.detail-block p { font-size: 12.5px; line-height: 1.68; }
.detail-block dl { font-size: 11px; }
.detail-block blockquote { font-size: 12px; line-height: 1.7; }
.detail-block > small { font-size: 10px; }
.location-chips span { font-size: 10px; }
.source-trace h3 { font-size: 14px; }
.source-trace a { font-size: 11px; }

.source-ledger-section { padding: 0; }
.source-ledger > summary { min-height: 104px; padding: 23px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; cursor: pointer; }
.source-ledger > summary::-webkit-details-marker { display: none; }
.source-ledger > summary:focus-visible { outline: 2px solid #2f7fb2; outline-offset: 3px; }
.source-ledger > summary h2 { margin: 4px 0 0; color: var(--navy); font-size: 22px; letter-spacing: -.02em; }
.source-ledger > summary p { margin: 4px 0 0; color: #5a6d7f; font-size: 12px; }
.source-ledger-toggle { flex: 0 0 auto; padding: 9px 12px; display: flex; align-items: center; gap: 6px; color: #5f7387; background: #f3f7fa; border: 1px solid #d6e0e8; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.source-ledger-toggle b { color: var(--navy); font-size: 15px; }
.source-ledger-toggle i { margin-left: 4px; color: var(--blue); font-size: 17px; font-style: normal; line-height: 1; }
.source-ledger-toggle i::before { content: "+"; }
.source-ledger[open] .source-ledger-toggle i::before { content: "−"; }
.source-link-grid { padding: 0 28px 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; border-top: 1px solid var(--line); }
.source-link-row { min-width: 0; min-height: 76px; padding: 11px 12px; display: grid; grid-template-columns: 27px minmax(0, 1fr); gap: 2px 10px; align-items: center; background: #f8fafc; border: 1px solid #e1e8ee; }
.source-link-row:nth-child(-n+2) { margin-top: 16px; }
.source-link-order { grid-row: 1 / 3; color: #8494a4; font-size: 10px; font-weight: 850; }
.source-link-main { min-width: 0; display: grid; }
.source-link-main > a { color: #284762; font-size: 12px; font-weight: 760; line-height: 1.45; text-decoration: none; }
.source-link-main > a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.source-link-main small { margin-top: 2px; color: #7a8a99; font-size: 9.5px; }
.source-link-status { grid-column: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 5px; }
.source-link-status span, .checked-link { padding: 2px 5px; border-radius: 2px; font-size: 8.5px; font-weight: 750; text-decoration: none; }
.source-link-status .ok { color: #176a5b; background: #e5f4ef; }
.source-link-status .quiet { color: #617284; background: #eaf0f4; }
.source-link-status .candidate { color: #97600f; background: #fff0d2; }
.source-link-status .db-reflected { color: #176a5b; background: #e5f4ef; }
.source-link-status .needs-review { color: #9a3f42; background: #fbe8e8; }
.checked-link { color: #2e6697; background: #e8f1f8; }

.source-network-section { padding-bottom: 32px; border-top: 3px solid #247fa8; }
.network-heading { flex-wrap: wrap; margin-bottom: 14px; }
.network-heading > div { min-width: 0; flex: 1 1 400px; }
.network-heading p { max-width: 600px; flex: 1 1 300px; }
.network-title-row, .section-title-row { display: flex; align-items: center; gap: 12px; margin-top: 4px; }
.network-title-row h2, .section-title-row h2 { min-width: 0; margin: 0; }
#recordsContent > .record-tabs { margin-top: 16px; flex-wrap: wrap; }
.network-stage { margin-top: 18px; padding: 15px 17px; display: grid; grid-template-columns: 235px minmax(0,1fr); gap: 24px; align-items: center; color: white; background: linear-gradient(105deg, #102f51, #17678b); }
.network-stage > div { display: grid; }
.network-stage span { color: #a8c8df; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.network-stage strong { margin-top: 2px; font-size: 15px; }
.network-stage small { margin-top: 2px; color: #c5dbea; font-size: 9.5px; }
.network-stage p { margin: 0; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.2); color: #e2edf5; font-size: 11px; line-height: 1.6; }
.network-metrics { margin-top: 10px; display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); }
.network-metrics article { min-width: 0; padding: 14px 13px; display: grid; background: #fafcfd; border-right: 1px solid var(--line); }
.network-metrics article:last-child { border-right: 0; }
.network-metrics span { color: #687b8e; font-size: 9.5px; font-weight: 780; }
.network-metrics strong { margin-top: 2px; color: var(--navy); font-size: 24px; line-height: 1.1; }
.network-metrics small { margin-top: 4px; color: #8b99a7; font-size: 8.5px; line-height: 1.4; }
.network-subsection { margin-top: 25px; }
.performance-grid { margin-top: 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.performance-day { min-height: 82px; padding: 13px; display: grid; align-content: center; border: 1px solid #dce5ec; border-left: 3px solid #93a4b3; background: #fafcfd; }
.performance-day.complete { border-left-color: #247fa8; background: #f6fafc; }
.performance-day span { color: #687b8e; font-size: 9px; font-weight: 800; }
.performance-day strong { margin-top: 2px; color: var(--navy); font-size: 20px; }
.performance-day small { margin-top: 4px; color: #7f8e9c; font-size: 8.5px; line-height: 1.45; }
.network-subheading { padding-bottom: 10px; display: flex; align-items: end; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.network-subheading span { color: var(--blue); font-size: 8.5px; font-weight: 850; letter-spacing: .1em; }
.network-subheading h3 { margin: 2px 0 0; color: var(--navy); font-size: 16px; }
.network-subheading > small { color: #718294; font-size: 9.5px; text-align: right; }
.coverage-grid { margin-top: 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.coverage-card { min-width: 0; padding: 12px 13px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 3px 12px; border: 1px solid #dde6ed; border-left: 3px solid #5c9c89; background: #fbfcfd; }
.coverage-card.risk-critical { border-left-color: #bd3038; background: #fff9f9; }
.coverage-card.risk-high { border-left-color: #d78321; background: #fffbf5; }
.coverage-card.risk-weak { border-left-color: #c2a12d; }
.coverage-card > div { min-width: 0; display: grid; }
.coverage-card span { overflow: hidden; color: #385268; font-size: 11.5px; font-weight: 770; text-overflow: ellipsis; white-space: nowrap; }
.coverage-card div small { color: #7d8e9e; font-size: 8.5px; text-transform: uppercase; }
.coverage-card > strong { color: var(--navy); font-size: 21px; line-height: 1; }
.coverage-card > strong small { color: #8996a2; font-size: 10px; }
.coverage-card p { grid-column: 1 / -1; margin: 3px 0 0; color: #7c8b99; font-size: 8.5px; }
.network-filters { margin-top: 12px; display: grid; grid-template-columns: minmax(210px,1.5fr) repeat(3, minmax(130px, .6fr)); gap: 7px; }
.network-filters label { min-width: 0; display: grid; gap: 3px; }
.network-filters label > span { color: #748698; font-size: 8.5px; font-weight: 780; }
.network-filters input, .network-filters select { width: 100%; min-height: 37px; padding: 7px 9px; color: #334b61; background: white; border: 1px solid #ccd8e2; border-radius: 0; font: inherit; font-size: 10.5px; }
.network-filters input:focus, .network-filters select:focus { border-color: var(--blue); outline: 2px solid rgba(23,105,210,.12); }
.network-table-wrap { margin-top: 10px; max-height: 610px; overflow: auto; border: 1px solid var(--line); }
.network-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.network-table th { position: sticky; top: 0; z-index: 2; padding: 9px 10px; color: #66798b; background: #edf2f6; border-bottom: 1px solid #cfdbe4; font-size: 8.5px; letter-spacing: .04em; text-align: left; }
.network-table th:nth-child(1) { width: 25%; }
.network-table th:nth-child(2) { width: 20%; }
.network-table th:nth-child(3) { width: 14%; }
.network-table th:nth-child(4) { width: 13%; }
.network-table th:nth-child(5) { width: 17%; }
.network-table th:nth-child(6) { width: 11%; }
.network-table td { padding: 11px 10px; vertical-align: top; border-bottom: 1px solid #e5ebf0; color: #455b6e; font-size: 9.5px; overflow-wrap: anywhere; }
.network-table tr:last-child td { border-bottom: 0; }
.network-table tbody tr:hover { background: #f8fbfd; }
.network-table td > a { display: block; color: #214866; font-size: 11px; font-weight: 770; line-height: 1.4; text-decoration: none; }
.network-table td > a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.network-table td > strong { display: block; color: #40576b; font-size: 9.5px; }
.network-table td > small { display: block; margin-top: 3px; color: #80909f; font-size: 8px; line-height: 1.45; }
.network-table td:nth-child(5) > small { max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.network-tags { display: flex; flex-wrap: wrap; gap: 3px; }
.network-tags span { padding: 2px 4px; color: #49677f; background: #eaf1f6; font-size: 7.5px; }
.network-grade { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; }
.network-grade b { width: 24px; height: 24px; display: grid; place-items: center; color: white; background: #75889a; font-size: 11px; }
.network-grade .grade-a { background: #147d68; }
.network-grade .grade-b { background: #247fa8; }
.network-grade .grade-c { background: #bd8020; }
.network-grade .grade-d, .network-grade .grade-f { background: #8b5960; }
.network-grade span { padding: 3px 5px; font-size: 8px; font-weight: 760; }
.network-grade .status-active { color: #176a5b; background: #e5f4ef; }
.network-grade .status-degraded { color: #98611b; background: #fff0d7; }
.network-grade .status-discovery-only { color: #386386; background: #e8f1f8; }
.network-grade .status-manual-only, .network-grade .status-blocked { color: #8b4148; background: #f9e8e9; }

@media (max-width: 940px) {
  .app-shell { grid-template-columns: 205px minmax(0, 1fr); }
  .briefing { padding-inline: 24px; }
  .issue-columns { grid-template-columns: 1fr; }
  .candidate-card-grid { grid-template-columns: 1fr; }
  .source-link-grid { grid-template-columns: 1fr; }
  .source-link-row:nth-child(2) { margin-top: 0; }
  .section-heading { align-items: flex-start; }
  .network-metrics { grid-template-columns: repeat(3, 1fr); }
  .network-metrics article:nth-child(3) { border-right: 0; }
  .network-metrics article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .performance-grid { grid-template-columns: 1fr; }
  .network-filters { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .app-shell { display: block; }
  .date-rail { position: relative; height: auto; display: block; }
  .rail-brand { padding: 16px; display: flex; align-items: center; gap: 12px; }
  .rail-edition { margin: 0; }
  .weekly-link { min-height: 44px; padding-inline: 16px; }
  .network-link { min-height: 42px; padding-inline: 16px; }
  .date-nav-heading, .rail-footer { display: none; }
  .date-list { display: block; overflow: visible; }
  .date-current { display: flex; overflow-x: auto; }
  .date-current .date-button { flex: 0 0 145px; border-top: 0; border-right: 1px solid rgba(255,255,255,.08); }
  .date-week > summary { padding-inline: 16px; }
  .date-week-days { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .date-week-days .date-button { min-width: 0; padding-inline: 16px; }
  .briefing { padding-inline: 14px; }
  .briefing-header { padding-top: 18px; }
  .briefing-nav { padding: 9px 10px; flex-wrap: wrap; overflow-x: visible; }
  .briefing-nav > span { display: none; }
  .briefing-nav a { flex: 1 1 30%; min-height: 32px; padding: 6px 8px; justify-content: center; background: #f7f9fb; }
  .date-heading { padding: 22px; display: block; }
  .collection-basis { margin-top: 18px; justify-items: start; text-align: left; }
  .metric-strip { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .candidate-card { padding: 16px; }
  .candidate-card-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .content-review-item { grid-template-columns: 1fr; }
  .content-review-item a { justify-self: start; }
  .briefing-section { padding: 20px 17px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 7px; text-align: left; }
  .top-story { grid-template-columns: 36px 1fr; }
  .decision-brief { grid-template-columns: 1fr; }
  .decision-brief > div { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .decision-brief > div:last-child { border-bottom: 0; }
  .industry-card { grid-template-columns: 1fr; }
  .industry-impact { min-height: auto; }
  .records-heading { display: block; }
  .record-tabs { margin-top: 12px; flex-wrap: wrap; overflow-x: visible; }
  .record-tabs button { flex: 1 1 28%; white-space: nowrap; }
  .record-card { grid-template-columns: 4px minmax(0, 1fr); }
  .record-event-head { align-items: flex-start; }
  .record-source-row { grid-template-columns: 1fr; }
  .record-source-actions { justify-content: flex-start; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-wide { grid-column: auto; }
  .page-footer { display: block; }
  .page-footer span { display: block; margin-top: 4px; }
  .source-ledger > summary { padding: 20px 17px; align-items: flex-start; }
  .source-ledger > summary h2 { font-size: 20px; }
  .source-ledger > summary p { font-size: 11px; }
  .source-ledger-toggle { padding: 7px 9px; }
  .source-link-grid { padding: 0 17px 20px; }
  .source-link-row:first-child { margin-top: 14px; }
  .network-stage { grid-template-columns: 1fr; gap: 10px; }
  .network-stage p { padding: 10px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .network-metrics { grid-template-columns: 1fr 1fr; }
  .network-metrics article:nth-child(3) { border-right: 1px solid var(--line); }
  .network-metrics article:nth-child(2n) { border-right: 0; }
  .network-metrics article:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .coverage-grid { grid-template-columns: 1fr; }
  .network-subheading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .network-subheading > small { text-align: left; }
  .network-filters { grid-template-columns: 1fr; }
  .network-table { min-width: 900px; }
}
/* Customer decisions: words accompany every color; internal actions never enter this Viewer feed. */
.human-review-status { margin-top: 14px; padding: 13px 16px; background: #edf3f8; border-left: 3px solid #426887; font-size: 12px; line-height: 1.8; color: #344f65; }
.human-review-status a { margin-left: 10px; font-weight: 700; }
.human-assessment { border-top: 5px solid #738090; padding: 12px 0; display: grid; gap: 5px; margin-bottom: 8px; }
.human-assessment b { font-size: 14px; }
.human-assessment span, .human-assessment small { font-size: 12px; line-height: 1.7; }
.human-assessment.risk-Watch { border-color: #279d59; }
.human-assessment.risk-Attention { border-color: #e59025; }
.human-assessment.risk-Critical { border-color: #d2313e; }
.human-assessment.risk-Critical > b { color: #a61e28; }
.team-action { border: 1px solid #cbd9e6; background: #f0f6fc; border-radius: 6px; padding: 12px 15px; margin-top: 8px; }
.team-action p { white-space: pre-wrap; overflow-wrap: anywhere; }
.human-review-status button { border: 1px solid #a6bacb; background: #fff; color: #173c61; border-radius: 5px; padding: 5px 10px; margin-left: 10px; cursor: pointer; }

/* Scan the briefing first; source evidence and full actions live in its detail dialog. */
.briefing-header { padding-top: 22px; }
.date-heading { margin-top: 12px; padding: 20px 24px; }
.metric { min-height: 108px; padding: 12px 16px; gap: 5px; }
.briefing-section { margin-top: 20px; padding: 22px 24px; }
.section-heading { gap: 20px; padding-bottom: 14px; }
.section-heading p { max-width: 430px; }
.focus-section > .section-heading > p,
.records-heading .records-description { max-width: none; }
.collection-details { margin-top: 12px; border: 1px solid var(--line); border-radius: 6px; background: #f8fafc; }
.collection-details > summary { cursor: pointer; padding: 10px 14px; color: #354f67; font-size: 12px; font-weight: 650; }
.collection-details > summary span { color: #617386; font-weight: 400; margin-left: 12px; }
.collection-details .collection-status { margin: 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 12px 16px; background: transparent; }
.human-review-status { padding: 9px 13px; margin-top: 10px; }
.supply-overview { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 12px; color: #52687c; }
.supply-overview b { color: var(--navy); margin-left: 4px; }
.brief-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr)); gap: 16px; align-items: stretch; }
#industryPanel > .brief-card-grid { margin-top: 18px; }
.brief-card { min-width: 0; display: flex; flex-direction: column; padding: 16px; gap: 9px; border: 1px solid #d5e0ea; border-top: 4px solid #8ca5bd; border-radius: 9px; background: #fff; scroll-margin-top: 24px; }
.brief-card.risk-Stable { border-top-color: #718293; }
.brief-card.risk-Watch { border-top-color: #279d59; }
.brief-card.risk-Attention { border-top-color: #e59025; }
.brief-card.risk-Critical { border-top-color: #d2313e; }
.brief-card-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px 10px; color: #4f687f; font-size: 11px; font-weight: 650; }
.brief-risk { color: #405a70; }
.risk-Critical .brief-risk { color: #b0202d; }
.risk-Attention .brief-risk { color: #936019; }
.risk-Watch .brief-risk { color: #147443; }
.brief-card h3 { margin: 0; font-size: 18px; line-height: 1.55; letter-spacing: -.02em; }
.brief-card h3 button { display: block; width: 100%; border: 0; background: none; color: var(--navy); padding: 0; font: inherit; text-align: left; cursor: pointer; word-break: keep-all; overflow-wrap: anywhere; }
.brief-card h3 button:hover { color: var(--blue); }
.brief-card-date { margin: 0; color: #617185; font-size: 11px; line-height: 1.6; }
.brief-card-point { padding: 10px 12px; background: #f7fafc; border-left: 3px solid #8ca5bd; border-radius: 3px; }
.brief-card-point b, .brief-card-check b, .brief-card-action b { display: block; font-size: 12px; color: #31536d; }
.brief-card-point p, .brief-card-check p, .brief-card-action p { margin: 4px 0 0; font-size: 14px; line-height: 1.75; color: #30475b; word-break: keep-all; overflow-wrap: anywhere; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.brief-card-check { padding: 10px 12px; background: #f3f7fa; border-radius: 5px; }
.brief-card-check p { font-size: 13px; -webkit-line-clamp: 2; }
.brief-card-action { padding: 10px 12px; background: #eef5fc; border-left: 3px solid #5c82a5; border-radius: 3px; }
.brief-card-action.action-from-fsk { background: #fff1f0; border-left-color: #d36a62; box-shadow: inset 0 0 0 1px rgba(211,106,98,.12); }
.brief-card-action.action-from-fsk b { color: #93423e; }
.brief-card-action.action-from-fsk p { color: #65413f; }
.risk-Critical .brief-card-action { border-left-color: #d2313e; background: #fff5f5; }
.brief-card-action small { font-size: 10px; font-weight: 400; }
.brief-card-action p { font-size: 13px; -webkit-line-clamp: 2; white-space: pre-wrap; }
.brief-card-confirmed { color: #617185; font-size: 11px; }
.brief-card footer { margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.brief-card footer > span { min-width: 0; flex: 1; color: #617185; font-size: 11px; overflow-wrap: anywhere; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.brief-card footer > div { flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brief-card footer button, .brief-card footer a { display: inline-flex; gap: 9px; align-items: center; min-height: 32px; padding: 3px 0; border: 0; background: none; color: #17538b; cursor: pointer; font-size: 13px; text-decoration: none; font-weight: 650; }
.brief-card footer a { color: #536c82; font-size: 12px; font-weight: 400; }
.brief-card button:focus-visible, .brief-card a:focus-visible, .collection-details summary:focus-visible { outline: 2px solid #1769d2; outline-offset: 4px; border-radius: 2px; }
.supply-empty-note { margin: 0; color: #64758a; font-size: 12px; }
.brief-card-grid > .issue-entry { min-width: 0; padding: 18px; border-radius: 8px; gap: 10px; align-content: start; }
.brief-card-grid > .issue-entry strong { font-size: 17px; line-height: 1.55; }
.brief-card-grid > .issue-entry small { font-size: 13px; }
.brief-card-grid > .issue-entry .issue-entry-meta { font-size: 11px; }
.editorial-detail { border: 0; padding: 0; }
.editorial-detail h2 { color: var(--navy); font-size: 25px; line-height: 1.5; word-break: keep-all; overflow-wrap: anywhere; }
.dialog-topbar { position: sticky; top: 0; z-index: 2; background: #fff; }
.dialog-content .team-action { margin-bottom: 12px; }
@media (max-width: 700px) {
  .header-topline { align-items:flex-start; flex-direction:column; gap:10px; }
  .header-actions { width:100%; justify-content:flex-end; }
  .language-switcher button { min-height:32px; padding-inline:9px; }
  .internal-badge { display:none; }
  .briefing-section { padding: 18px 16px; }
  .date-heading { padding: 18px; }
  .collection-basis { min-width: 0; }
  .collection-details > summary span { display: none; }
  .brief-card { padding: 16px; }
  .editorial-focus { grid-template-columns: 34px minmax(0,1fr); gap: 10px; padding: 18px 12px; }
  .editorial-focus[class*="risk-"] { padding-left: 16px; }
  .editorial-focus-number { font-size: 18px; }
  .editorial-focus-meta { align-items: flex-start; }
  .editorial-focus h3 { font-size: 18px; }
  .editorial-detail h2 { font-size: 21px; }
}
.industry-history-note { margin: 18px 0 12px; padding: 13px 16px; border-left: 3px solid #557a9a; background: #f1f5f8; }
.industry-history-note strong,.industry-history-note span { display:block; }
.industry-history-note span { margin-top:4px; color:#52687b; font-size:12px; line-height:1.7; }
.industry-focus-note button { display:block; margin-top:9px; padding:0; border:0; background:none; color:#17538b; text-align:left; font-weight:700; cursor:pointer; }
@media (pointer: coarse) {
  .brief-card footer button, .brief-card footer a { min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.customer-summary { display: grid; gap: 14px; }
.customer-summary-header { padding: 4px 0 15px; border-bottom: 1px solid var(--line); }
.customer-summary-header > div { display: flex; justify-content: space-between; gap: 12px; color: #315d82; font-size: 12px; }
.customer-summary-header h2 { margin: 10px 0 6px; color: var(--navy); font-size: 25px; line-height: 1.5; word-break: keep-all; }
.customer-summary-header p { margin: 0; color: #62758a; font-size: 12px; }
.customer-summary-block { padding: 16px 18px; border: 1px solid #dce5ec; border-radius: 7px; background: #fff; }
.customer-summary-block > span { display: block; margin-bottom: 6px; color: #315d82; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.customer-summary-block p { margin: 0; color: #263e54; font-size: 15px; line-height: 1.85; white-space: pre-wrap; word-break: keep-all; }
.summary-logistics { background: #f6f9fb; }
.summary-response { border-left: 4px solid #4e7ca4; background: #edf5fc; }
.summary-response.action-from-fsk { border-color: #efcfcc; border-left-color: #d36a62; background: #fff1f0; box-shadow: 0 4px 14px rgba(139,58,52,.06); }
.summary-response.action-from-fsk > span, .summary-response.action-from-fsk small { color: #93423e; }
.summary-response.action-from-fsk p { color: #65413f; }
.summary-action-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.summary-action-head > span:first-child { color: #315d82; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.summary-action-status { flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px; padding: 4px 9px; border-radius: 999px; background: #dfeefa; color: #315d82; font-size: 11px; font-weight: 750; }
.summary-action-status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 3px rgba(49,93,130,.10); }
.summary-response.action-from-fsk .summary-action-head > span:first-child { color: #93423e; }
.summary-response.action-from-fsk .summary-action-status { background: #f9dfdd; color: #a54842; }
.summary-response.action-from-fsk .summary-action-status i { box-shadow: 0 0 0 3px rgba(165,72,66,.10); }
.summary-action-meta { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-top: 13px; padding-top: 11px; border-top: 1px solid rgba(147,66,62,.14); color: #7d5c59; font-size: 11px; line-height: 1.5; }
.summary-action-meta span:last-child { color: #93423e; font-weight: 650; }
.customer-summary.risk-Critical .summary-response { border-left-color: #d2313e; background: #fff3f4; }
.customer-summary-block small { display: block; margin-top: 7px; color: #61758a; }
.customer-summary footer { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-top: 12px; border-top: 1px solid var(--line); color: #60758a; font-size: 11px; }
.customer-summary footer div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 14px; }
.customer-summary footer a { color: #17538b; font-size: 13px; font-weight: 700; text-decoration: none; }
.public-source-network { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.public-source-group { min-width: 0; padding: 0 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.public-source-group > summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--navy); cursor: pointer; }
.public-source-group > summary strong { font-size: 15px; }
.public-source-group > summary span { flex-shrink: 0; color: #64798d; font-size: 11px; font-weight: 500; }
.public-source-group[open] > summary { border-bottom: 1px solid var(--line); }
.public-source-group > div { display: grid; gap: 7px; }
.public-source-group[open] > div { padding: 8px 0 12px; }
.public-source-group a { min-width: 0; display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-bottom: 1px solid var(--line-soft); color: #2f526f; text-decoration: none; }
.public-source-group a:last-child { border-bottom: 0; }
.public-source-group a strong { min-width: 0; flex: 1; font-size: 12px; overflow-wrap: anywhere; }
.public-source-group a span { min-width: 0; flex: 0 1 48%; color: #718294; font-size: 10px; text-align: right; overflow-wrap: anywhere; }
@media (max-width: 700px) {
  .customer-summary-header h2 { font-size: 21px; }
  .summary-action-head { align-items: flex-start; }
  .summary-action-meta { display: grid; gap: 5px; }
  .customer-summary footer { display: grid; }
  .customer-summary footer div { justify-content: flex-start; }
  .public-source-network { grid-template-columns: 1fr; }
  .public-source-group { padding-inline: 14px; }
  .public-source-group a { display: grid; gap: 3px; }
  .public-source-group a span { text-align: left; }
}
#togglePublicSources, .section-toggle {
  flex: 0 0 auto;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid #cbd9e5;
  border-radius: 6px;
  background: #f3f7fb;
  color: #173e5a;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
#togglePublicSources:hover, .section-toggle:hover { background: #e5eef6; }
#togglePublicSources:focus-visible, .section-toggle:focus-visible { outline: 2px solid #2b7aa6; outline-offset: 3px; }
.issue-changes-section > .section-heading { padding-bottom: 0; border-bottom: 0; }
.issue-changes-section #changesContent { margin-top: 20px; border-top: 1px solid var(--line); }
.issue-change-list { list-style: none; margin: 0; padding: 0; }
.issue-change-row {
  display: grid;
  grid-template-columns: minmax(132px, 1fr) minmax(0, 3fr) max-content;
  grid-template-areas: "issue delta source";
  align-items: baseline;
  gap: 10px 20px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.issue-change-row:last-child { border-bottom: 0; padding-bottom: 1px; }
.issue-change-name { grid-area: issue; min-width: 0; font-weight: 650; }
.issue-change-delta { grid-area: delta; min-width: 0; }
.issue-change-before, .issue-change-arrow { color: var(--muted); }
.issue-change-arrow { padding: 0 8px; }
.issue-change-after { font-weight: 700; }
.issue-change-note { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.issue-change-source { grid-area: source; padding: 2px 0; color: var(--blue); font-size: 12px; white-space: nowrap; }
.issue-change-source:hover { text-decoration: underline; }
.issue-change-source:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.issue-change-message { margin: 0; padding-top: 20px; color: var(--muted); font-size: 14px; line-height: 1.7; word-break: keep-all; }
.issue-change-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 700px) {
  .issue-change-row { grid-template-columns: minmax(0, 1fr) max-content; grid-template-areas: "issue source" "delta delta"; row-gap: 4px; }
}
@media (pointer: coarse) {
  .issue-change-source { min-height: 44px; display: inline-flex; align-items: center; }
}
