/* News editorial refinement: shared rhythm, with a distinct reading pattern for each archive. */
body.news-channel-page #main :is(.op-console, .rp-command-band, .conference-command) { box-shadow: 0 5px 24px rgba(30,68,48,.025); }
body.news-channel-page #main :is(.op-console-head h2, .conference-feed-head h2) { letter-spacing: -.035em; }
body.news-channel-page #main .op-console { padding: 20px; }
body.news-channel-page #main .op-console-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px 24px; padding-bottom: 14px; }
body.news-channel-page #main .op-console-head h2 { margin: 0; font-size: 23px; line-height: 1.4; white-space: nowrap; }
body.news-channel-page #main .op-console-head > p { margin: 0; font-size: 12px; line-height: 1.65; }
body.news-channel-page #main .op-toolbar { grid-template-columns: minmax(220px,1fr) auto; grid-template-areas: 'search options' 'types types'; gap: 10px 12px; padding: 12px; }
body.news-channel-page #main .op-search { grid-area: search; height: 44px; }
body.news-channel-page #main .op-selects { grid-area: options; justify-content: flex-end; gap: 8px; }
body.news-channel-page #main .op-selects label { display: flex; align-items: center; gap: 6px; padding: 0 10px; border: 1px solid var(--nc-line); background: var(--nc-paper); }
body.news-channel-page #main .op-selects label > span { position: static; color: var(--nc-muted); font-size: 11px; white-space: nowrap; }
body.news-channel-page #main .op-selects select { width: 100px; height: 42px; padding: 0 4px; border: 0; background: transparent; }
body.news-channel-page #main .op-filters { grid-area: types; flex-wrap: wrap; gap: 6px; margin: 0; }
body.news-channel-page #main .op-filters button { flex: 0 0 auto; min-height: 36px; padding: 0 12px; }
body.news-channel-page #main .op-board-status { min-height: 46px; padding-top: 10px; }
body.news-channel-page #main .op-notice-list { margin-top: 12px; }
body.news-channel-opportunities #main .op-hero-facts { flex-wrap: wrap; align-items: baseline; gap: 10px 16px; }
body.news-channel-opportunities #main .op-hero-facts .op-source-summary { display: inline-flex; flex: 0 0 auto; align-items: baseline; gap: 6px; padding-right: 16px; white-space: nowrap; }
body.news-channel-opportunities #main .op-source-summary b { font-size: 20px; line-height: 1.4; font-variant-numeric: tabular-nums; }
body.news-channel-opportunities #main .op-source-summary small { font-size: 12px; line-height: 1.6; }
body.news-channel-opportunities #main .op-hero-facts .nc-op-scope { max-width: none; font-size: 12px; line-height: 1.6; white-space: nowrap; }
body.news-channel-page #main :is(.op-notice-meta, .rp-card-meta) { font-size: 12px; line-height: 1.65; }
body.news-channel-page #main :is(.op-notice, .rp-feature-card, .rp-card, .conference-entry) { box-shadow: 0 4px 18px rgba(30,68,48,.035); }
body.news-channel-page #main :is(button, a):focus-visible { outline: 2px solid #0b5f9e; outline-offset: 4px; }

/* Keep conference filters on one row until the search needs a full mobile row. */
body.news-channel-page #main .conference-command { grid-template-columns: auto auto minmax(180px, 1fr) clamp(170px, 20vw, 240px); grid-template-areas: 'label region search source'; min-height: 0; gap: 12px; padding: 12px 16px; }
body.news-channel-page #main .conference-command-label { grid-area: label; padding-right: 14px; }
body.news-channel-page #main .conference-region-switch { grid-area: region; min-width: 0; }
body.news-channel-page #main .conference-region-switch button { min-height: 36px; white-space: nowrap; }
body.news-channel-page #main .conference-search { grid-area: search; height: 44px; }
body.news-channel-page #main .conference-search input { min-height: 0; height: 42px; }
body.news-channel-page #main .conference-source-select { grid-area: source; min-width: 0; }
body.news-channel-page #main .conference-source-select select { height: 44px; min-width: 0; text-overflow: ellipsis; }

/* The same page-size choices as the public-platform archive. */
body.news-channel-page #main .nc-result-tools { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 12px 20px; }
body.news-channel-page #main .nc-result-tools > p { min-width: 0; margin: 0; color: var(--nc-muted); font-size: 12px; line-height: 1.7; white-space: normal; }
body.news-channel-page #main .nc-page-size { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; margin: 0; color: var(--nc-muted); font-size: 12px; white-space: nowrap; }
body.news-channel-page #main .nc-select-wrap { position: relative; display: inline-flex; align-items: center; }
body.news-channel-page #main .nc-page-size select { min-width: 82px; height: 40px; padding: 0 30px 0 11px; border: 1px solid var(--nc-line); border-radius: 4px; color: var(--nc-ink); background: var(--nc-paper); font: 650 12px var(--font); appearance: none; cursor: pointer; }
body.news-channel-page #main .nc-page-size select:is(:hover,:focus) { border-color: var(--nc-green); }
body.news-channel-page #main .nc-select-wrap > img { position: absolute; right: 10px; width: 14px; height: 14px; opacity: .66; pointer-events: none; }
body.news-channel-page #main .op-board-status { flex-wrap: wrap; }
body.news-channel-page #main .op-board-status > .nc-page-size { margin-left: auto; }
body.news-channel-page #main .conference-feed-head .nc-result-tools { max-width: 720px; }
html[data-theme="dark"] body.news-channel-page #main .nc-select-wrap > img { filter: invert(1); }
@media(max-width:1100px) {
  body.news-channel-page #main .rp-command-band { grid-template-columns: auto minmax(0,1fr); }
  body.news-channel-page #main .rp-command-band .nc-result-tools { grid-column: 1 / -1; }
}
@media(max-width:760px) {
  body.news-channel-page #main .rp-command-band { grid-template-columns: minmax(0,1fr); }
  body.news-channel-page #main .nc-result-tools { flex-wrap: wrap; width: 100%; }
  body.news-channel-page #main .nc-result-tools > .nc-page-size { margin-left: auto; }
  body.news-channel-page #main .op-console-head { gap: 6px; }
  body.news-channel-page #main .op-console-head h2 { font-size: 21px; }
  body.news-channel-page #main .op-console-head > p { font-size: 11px; }
  body.news-channel-page #main .op-toolbar { grid-template-columns: minmax(0,1fr); grid-template-areas: 'search' 'options' 'types'; gap: 10px; padding: 10px; }
  body.news-channel-page #main .op-selects { width: 100%; }
  body.news-channel-page #main .op-selects label { flex: 1 1 0; min-width: 0; padding-inline: 8px; }
  body.news-channel-page #main .op-selects select { width: 100%; min-width: 0; }
  body.news-channel-page #main .op-filters button { flex: 1 1 calc(33.333% - 6px); justify-content: center; padding-inline: 6px; font-size: 12px; }
  body.news-channel-opportunities #main .op-hero-facts { flex-direction: column; align-items: flex-start; gap: 6px; }
  body.news-channel-opportunities #main .op-hero-facts .op-source-summary { padding-right: 0; border-right: 0; }
  body.news-channel-page #main .conference-command { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: 'search search' 'region source'; gap: 10px; padding: 12px; }
  body.news-channel-page #main .conference-region-switch button { padding-inline: 6px; }
}

/* A single deadline and a readable title; the source title remains on the link. */
body.news-channel-page #main .op-notice { display: block; min-height: 0; }
body.news-channel-page #main .op-notice-link { display: grid; grid-template-columns: 174px minmax(0,1fr); color: inherit; text-decoration: none; }
body.news-channel-page #main .op-notice-date.op-deadline { display: flex; grid-column: auto; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; margin: 0; padding: 24px 20px; border: 0; border-right: 1px solid var(--nc-line); border-radius: 0; text-align: left; }
body.news-channel-page #main .op-notice-date .op-deadline-label { display: block; font-size: 10px; letter-spacing: .02em; line-height: 1.6; }
body.news-channel-page #main .op-notice-date strong { font: 700 23px/1.45 var(--font); letter-spacing: -.025em; }
body.news-channel-page #main .op-notice-date .op-remaining { font-size: 12px; color: var(--type); }
body.news-channel-page #main .op-notice-main { padding: 23px 28px; }
body.news-channel-page #main .op-notice h3 { margin: 10px 0; font-size: clamp(19px,1.6vw,24px); line-height: 1.55; }
body.news-channel-page #main .op-audience { font-size: 13px; line-height: 1.8; }
body.news-channel-page #main .op-notice-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 16px; color: var(--nc-muted); }
body.news-channel-page #main .op-notice-footer small { font-size: 11px; }
body.news-channel-page #main .op-official-action { margin-left: auto; color: var(--nc-green); font-size: 12px; font-weight: 650; }
body.news-channel-page #main .op-notice-link:is(:hover,:focus-visible) :is(h3,.op-official-action) { color: #0b5f9e; }

/* A quiet floating control shared by the news homepage and its archives. */
body[data-page="news"] .ro-backtop {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #cbd8cf;
  border-radius: 50% !important;
  background: #fbfcf8;
  box-shadow: 0 3px 12px rgba(29, 62, 43, .08);
  transition: opacity 200ms ease, transform 220ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
body[data-page="news"] .ro-backtop img { width: 18px; height: 18px; filter: none; opacity: .65; }
body[data-page="news"] .ro-backtop:is(:hover,:focus-visible) { background: #edf4e8; border-color: #8faa95; box-shadow: 0 5px 15px rgba(29,62,43,.11); }
body[data-page="news"] .ro-backtop.is-visible:hover { transform: translateY(-2px); }
body[data-page="news"] .ro-backtop:focus-visible { outline: 2px solid #0b5f9e; outline-offset: 3px; }
body[data-page="news"] .ro-backtop:is(:hover,:focus-visible) img { opacity: .9; }
html[data-theme="dark"] body[data-page="news"] .ro-backtop { background: #24372c; border-color: #496150; }
html[data-theme="dark"] body[data-page="news"] .ro-backtop img { filter: brightness(0) invert(1); opacity: .85; }
html[data-theme="dark"] body[data-page="news"] .ro-backtop:is(:hover,:focus-visible) { background: #304b3b; border-color: #8faa95; }
@media (prefers-reduced-motion: reduce) {
  body[data-page="news"] .ro-backtop { transition: none; }
  body[data-page="news"] .ro-backtop.is-visible:hover { transform: none; }
}

/* Archive results share one reading pattern on every page, including short last pages. */
body.news-channel-page #main .rp-feed { display: grid; grid-template-columns: minmax(0,1fr); align-content: start; gap: 16px; min-height: 0; }
body.news-channel-page #main .rp-list-card { display: grid; grid-template-columns: clamp(220px,24vw,300px) minmax(0,1fr); min-height: 0; padding: 16px; gap: 26px; }
body.news-channel-page #main .rp-list-card figure { height: auto; min-height: 190px; border-radius: 4px; }
body.news-channel-page #main .rp-list-card figure > img { position: absolute; inset: 0; }
body.news-channel-page #main .rp-card-copy { padding: 5px 8px 0 0; }
body.news-channel-page #main .rp-list-card h3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; margin: 10px 0 8px; font: 650 clamp(19px,1.6vw,23px)/1.55 var(--font); letter-spacing: -.015em; text-wrap: wrap; overflow-wrap: anywhere; }
body.news-channel-page #main .rp-list-card h3 a { color: inherit; text-decoration: none; }
body.news-channel-page #main .rp-list-card h3 a:is(:hover,:focus-visible) { color: #0b5f9e; }
body.news-channel-page #main .rp-list-card p { margin: 0; padding: 0; font-size: 13px; line-height: 1.85; -webkit-line-clamp: 2; line-clamp: 2; text-wrap: wrap; }
body.news-channel-page #main .rp-new-label { padding: 2px 6px; border-radius: 2px; background: #fff0e8; color: #af442b; font-size: 10px; line-height: 1.5; }
body.news-channel-page #main .rp-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 12px; }
body.news-channel-page #main .rp-card-footer > span { color: var(--nc-muted); font-size: 11px; }
body.news-channel-page #main .rp-card-action { min-height: 32px; margin: 0; padding: 0; border-radius: 0; background: transparent; color: var(--nc-green); font-size: 12px; text-decoration: none; }
body.news-channel-page #main .rp-card-action img { filter: none; opacity: .7; }
body.news-channel-page #main .rp-card-action:is(:hover,:focus-visible) { background: transparent; color: #0b5f9e; }
/* Official figures keep their full extent and their source colours. */
body.news-channel-page #main figure[data-rp-original] { background: #fff; border-right: 1px solid var(--nc-line); }
body.news-channel-page #main figure[data-rp-original]::after { content: none; }
body.news-channel-page #main :is(.rp-feature-card,.rp-card) figure[data-rp-original] > img { object-fit: contain; padding: 46px 20px 46px; filter: none; transform: none; }
body.news-channel-page #main .rp-feature-card figure[data-rp-original] > img { position: absolute; inset: 0; }
body.news-channel-page #main .rp-card figure[data-rp-original] { height: auto; border: 1px solid var(--nc-line); }
body.news-channel-page #main .rp-card figure[data-rp-original] > img { padding: 12px 12px 38px; }
body.news-channel-page #main figure[data-rp-original] > :is(figcaption,span:not(.rp-latest-badge)) { left: 18px; right: auto; bottom: 14px; padding: 5px 9px; border: 0; border-radius: 3px; background: #edf3ed; color: var(--nc-green); backdrop-filter: none; font-size: 10px; }
body.news-channel-page #main .rp-figure-open { position: absolute; z-index: 3; right: 16px; bottom: 8px; display: inline-flex; align-items: center; gap: 12px; min-height: 38px; padding: 0 10px; border: 0; border-radius: 3px; color: var(--nc-green); background: #fff; font: 650 12px var(--font); cursor: pointer; }
body.news-channel-page #main .rp-figure-open span { position: static; padding: 0; background: none; font-size: 16px; }
body.news-channel-page #main .rp-figure-open:is(:hover,:focus-visible) { background: #edf3ed; color: #0b5f9e; }
.rp-image-open { overflow: hidden; }
body.news-channel-page .rp-image-dialog { width: min(1040px,calc(100vw - 40px)); max-height: calc(100dvh - 40px); padding: 24px; border: 1px solid #d6e0d8; border-radius: 8px; color: #18352a; background: #fff; overflow: auto; overscroll-behavior: contain; box-shadow: 0 32px 100px #16392933; }
body.news-channel-page .rp-image-dialog::backdrop { background: #142d2466; backdrop-filter: blur(5px); }
body.news-channel-page .rp-image-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; color: #587063; }
body.news-channel-page .rp-image-dialog button { min-height: 40px; padding: 0 14px; border: 1px solid #d6e0d8; border-radius: 4px; background: #f2f6ef; color: #215c42; cursor: pointer; font: 650 13px var(--font); }
body.news-channel-page .rp-image-dialog h2 { margin: 14px 0 20px; max-width: 40em; font: 650 20px/1.6 var(--font); }
body.news-channel-page .rp-image-original { display: block; width: 100%; max-height: 63dvh; object-fit: contain; }
body.news-channel-page .rp-image-dialog > a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; color: #246a4c; font-size: 13px; }
body.news-channel-page .rp-image-dialog :is(a,button):focus-visible { outline: 2px solid #0b5f9e; outline-offset: 3px; }

/* Conference dates anchor scanning. Maps load only when the visitor opens one. */
body.news-channel-page #main .conference-card-layout { grid-template-columns: 216px minmax(0,1fr); min-height: 0; }
body.news-channel-page #main .nc-conference-date { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 26px; padding: 26px 22px; border-right: 1px solid var(--nc-line); background: #f0f4e9; }
body.news-channel-page #main .nc-conference-date .conference-date { display: grid; gap: 10px; margin: 0; }
body.news-channel-page #main .conference-date small { color: var(--nc-muted); font-size: 12px; }
body.news-channel-page #main .conference-date strong { font-size: 22px; line-height: 1.5; font-weight: 700; letter-spacing: -.025em; }
body.news-channel-page #main .conference-urgency { min-width: 0; gap: 5px 10px; padding: 9px 10px; border-radius: 4px !important; box-shadow: none; backdrop-filter: none; }
body.news-channel-page #main .conference-urgency strong { font-size: 12px; line-height: 1.5; }
body.news-channel-page #main .conference-urgency small { font-size: 10px; line-height: 1.5; }
body.news-channel-page #main .conference-entry-body { padding: 24px 28px; }
body.news-channel-page #main .conference-entry h3 { margin-top: 14px; font-size: clamp(20px,1.65vw,26px); line-height: 1.5; }
body.news-channel-page #main .conference-venue { margin-top: 15px; padding: 0; gap: 8px; grid-template-columns: 22px minmax(0,1fr); border: 0; border-radius: 0 !important; background: none; }
body.news-channel-page #main .conference-venue small { font-size: 10px; }
body.news-channel-page #main .conference-venue strong { font-size: 14px; line-height: 1.7; }
body.news-channel-page #main .conference-venue p { font-size: 12px; white-space: normal; line-height: 1.7; }
body.news-channel-page #main .conference-actions { padding-top: 18px; margin-top: 0; gap: 10px; }
body.news-channel-page #main .conference-actions .conference-action { flex: 0 1 auto; min-height: 40px; padding-inline: 14px; border-radius: 4px !important; font-size: 12px; }
body.news-channel-page #main .conference-source-line { margin-top: 14px; font-size: 11px; line-height: 1.6; }

/* An empty publication archive still has a useful, honest publisher introduction. */
body.news-channel-platform #main .pp-empty { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 44px; align-items: center; min-height: 0; padding: 44px 52px; border: 1px solid var(--nc-line); border-radius: 6px; background: radial-gradient(ellipse at 12% 0%,#edf4df 0,transparent 56%),#fff; text-align: left; }
body.news-channel-platform #main .pp-profile-kicker { display: block; margin-bottom: 22px; color: var(--nc-green); font-size: 12px; font-weight: 650; letter-spacing: .1em; }
body.news-channel-platform #main .pp-publisher-intro h2 { margin: 0; color: var(--nc-ink); font: 550 clamp(38px,4.2vw,62px)/1.08 Georgia,serif; letter-spacing: -.035em; }
body.news-channel-platform #main .pp-publisher-intro h2 em { color: var(--nc-green); font-weight: 500; }
body.news-channel-platform #main .pp-profile-description { margin-top: 24px; color: var(--nc-muted); font-size: 15px; line-height: 1.9; }
body.news-channel-platform #main .pp-profile-topics { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 22px 0 0; padding: 0; list-style: none; color: var(--nc-green); font-size: 12px; }
body.news-channel-platform #main .pp-profile-topics li { display: inline-flex; align-items: center; gap: 7px; }
body.news-channel-platform #main .pp-profile-topics li::before { width: 4px; height: 4px; border-radius: 50%; background: currentColor; content: ''; }
body.news-channel-platform #main .pp-profile-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 28px; }
body.news-channel-platform #main .pp-official-link { display: inline-flex; min-height: 44px; align-items: center; gap: 24px; margin: 0; padding: 0 18px; border-radius: 4px; background: var(--nc-green); color: #fff; font-size: 13px; text-decoration: none; }
body.news-channel-platform #main .pp-official-link:is(:hover,:focus-visible) { color: white; background: #0b5f9e; }
body.news-channel-platform #main .pp-copy-name { min-height: 44px; padding: 0; border: 0; border-bottom: 1px solid var(--nc-line); color: var(--nc-muted); background: none; font: 500 12px var(--font); cursor: pointer; }
body.news-channel-platform #main .pp-copy-name:hover { color: #0b5f9e; }
body.news-channel-platform #main .pp-copy-status { display: block; min-height: 20px; margin-top: 8px; color: var(--nc-green); font-size: 12px; }
body.news-channel-platform #main .pp-profile-access { padding-left: 40px; border-left: 1px solid var(--nc-line); }
body.news-channel-platform #main .pp-profile-qr { display: grid; justify-items: center; gap: 12px; text-align: center; }
body.news-channel-platform #main .pp-profile-qr img { width: 184px; height: 184px; max-width: 100%; border: 1px solid var(--nc-line); border-radius: 4px; background: #fff; }
body.news-channel-platform #main .pp-profile-qr > span { color: var(--nc-green); font-size: 13px; font-weight: 650; }
body.news-channel-platform #main .pp-profile-qr > small { color: var(--nc-muted); font-size: 11px; line-height: 1.7; }
body.news-channel-platform #main .pp-profile-status { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--nc-line); text-align: center; }
body.news-channel-platform #main .pp-profile-status h3 { margin: 0; font-size: 16px; }
body.news-channel-platform #main .pp-profile-status p { margin: 8px 0 0; color: var(--nc-muted); font-size: 12px; line-height: 1.8; }
body.news-channel-platform #main .pp-empty[data-mode="search"] { display: block; padding: 40px; background: white; }
body.news-channel-platform #main .pp-empty[data-mode="search"] :is(.pp-publisher-intro,.pp-profile-qr) { display: none; }
body.news-channel-platform #main .pp-empty[data-mode="search"] :is(.pp-profile-access,.pp-profile-status) { margin: 0; padding: 0; border: 0; }

/* The homepage keeps the established date colours and blue hover states. */
.portal-news-page .news-snapshot-list > a { padding-block: 14px; column-gap: 18px; }
.portal-news-page .news-snapshot-list > a > time { font-variant-numeric: tabular-nums; }
.portal-news-page .news-snapshot-list.is-deadline > a { align-items: center; min-height: 88px; }
.portal-news-page .news-snapshot-list.is-deadline > a > em { white-space: nowrap; }
.portal-news-page .news-snapshot-list.is-deadline > a strong { font-size: 15px; font-weight: 650; }

/* Short, legible motion; the existing visibility observer controls entry timing. */
body.news-channel-page.nc-motion-ready #main .nc-hero-copy > * { animation-duration: 600ms; }
body.news-channel-page.nc-motion-ready #main .nc-hero-copy > :nth-child(2) { animation-delay: 70ms; }
body.news-channel-page.nc-motion-ready #main .nc-hero-copy > :nth-child(3) { animation-delay: 140ms; }
body.news-channel-page.nc-motion-ready #main .nc-hero-copy > :nth-child(n+4) { animation-delay: 210ms; }
body.news-channel-page.nc-motion-ready #main .ro-reveal { transition-duration: 450ms,550ms,220ms,220ms; }
body.news-channel-page #main :is(.rp-card-action,.op-official-action,.conference-action,.pp-official-link,.pp-copy-name) { transition: color 180ms ease,background-color 180ms ease,gap 220ms ease; }
body.news-channel-page #main .op-notice-link:hover .op-official-action { letter-spacing: .015em; }

@media(max-width:1000px) {
  body.news-channel-page #main .op-notice-link { grid-template-columns: 156px minmax(0,1fr); }
  body.news-channel-page #main .rp-list-card { gap: 20px; }
  body.news-channel-platform #main .pp-empty { grid-template-columns: minmax(0,1fr) 280px; gap: 28px; padding: 34px; }
  body.news-channel-platform #main .pp-profile-access { padding-left: 28px; }
}
@media(max-width:760px) {
  body.news-channel-page #main .op-console { padding: 16px; }
  body.news-channel-page #main .op-notice-link { grid-template-columns: minmax(0,1fr); }
  body.news-channel-page #main .op-notice-date.op-deadline { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 6px 14px; padding: 14px 18px; border-right: 0; border-bottom: 1px solid var(--nc-line); }
  body.news-channel-page #main .op-notice-date .op-deadline-label { flex-basis: 100%; font-size: 10px; }
  body.news-channel-page #main .op-notice-date strong { font-size: 21px; }
  body.news-channel-page #main .op-notice-date .op-remaining { margin-left: auto; font-size: 11px; }
  body.news-channel-page #main .op-notice-main { padding: 18px; }
  body.news-channel-page #main .op-notice-meta { gap: 6px 10px; font-size: 11px; }
  body.news-channel-page #main .op-notice h3 { font-size: 20px; line-height: 1.55; }
  body.news-channel-page #main .op-audience { font-size: 12px; }
  body.news-channel-page #main .op-notice-footer { margin-top: 14px; }
  body.news-channel-page #main figure[data-rp-original] { border-right: 0; border-bottom: 1px solid var(--nc-line); }
  body.news-channel-page .rp-image-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); padding: 16px; }
  body.news-channel-page .rp-image-dialog h2 { font-size: 17px; }
  body.news-channel-page #main .conference-card-layout { grid-template-columns: minmax(0,1fr); }
  body.news-channel-page #main .nc-conference-date { flex-direction: row; align-items: center; gap: 14px; padding: 18px; border-right: 0; border-bottom: 1px solid var(--nc-line); }
  body.news-channel-page #main .nc-conference-date .conference-date { gap: 4px; }
  body.news-channel-page #main .conference-date strong { font-size: 20px; }
  body.news-channel-page #main .conference-urgency { flex-shrink: 0; }
  body.news-channel-page #main .conference-entry-body { padding: 20px; }
  body.news-channel-page #main .conference-entry h3 { font-size: 21px; }
  body.news-channel-page #main .conference-actions .conference-action { flex: 1 1 auto; }
  body.news-channel-platform #main .pp-empty { grid-template-columns: minmax(0,1fr); gap: 28px; padding: 28px 24px; }
  body.news-channel-platform #main .pp-publisher-intro h2 { font-size: 44px; }
  body.news-channel-platform #main .pp-profile-description { margin-top: 18px; font-size: 14px; }
  body.news-channel-platform #main .pp-profile-kicker { font-size: 11px; }
  body.news-channel-platform #main .pp-profile-access { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--nc-line); }
  .portal-news-page .news-snapshot-list.is-deadline > a { min-height: 82px; column-gap: 12px; }
  .portal-news-page .news-snapshot-list.is-deadline > a strong { font-size: 14px; }
}
@media(max-width:640px) {
  body.news-channel-page #main .rp-list-card { grid-template-columns: minmax(0,1fr); gap: 16px; padding: 14px; }
  body.news-channel-page #main .rp-list-card figure,
  body.news-channel-page #main .rp-list-card figure[data-rp-original] { height: 180px; min-height: 0; }
  body.news-channel-page #main .rp-card-copy { padding: 0 2px; }
  body.news-channel-page #main .rp-list-card h3 { font-size: 19px; }
  body.news-channel-page #main .rp-card-meta { gap: 5px 10px; font-size: 11px; }
  body.news-channel-page #main .rp-card-meta span { white-space: normal; }
  body.news-channel-page #main .rp-card-action { min-height: 40px; }
}
@media(prefers-reduced-motion:reduce) {
  body.news-channel-page #main :is(.nc-hero-copy > *,.ro-reveal,.op-notice,.rp-feature-card,.rp-card,.conference-entry,.pp-card,.rp-card-action,.op-official-action,.conference-action,.pp-official-link,.pp-copy-name) { animation: none !important; transition: none !important; transform: none !important; }
}
/* Hidden controls and failed images must stay hidden despite component display rules. */
body.news-channel-page :is(.rp-figure-open,.rp-image-original,.rp-image-error,.pp-empty)[hidden] { display: none !important; }
