:root {
  color-scheme: light;
  --ink: #15221e;
  --muted: #65716c;
  --paper: #f5f3ed;
  --surface: #fffef9;
  --line: #d9ddd7;
  --green: #173f35;
  --green-2: #2f6959;
  --mint: #cbe8dc;
  --coral: #e85e3f;
  --coral-text: #b94730;
  --coral-fill: #a83f2a;
  --yellow: #f0d36c;
  --text-intro: #3f4c47;
  --text-secondary: #4c5853;
  --text-supporting: #44514c;
  --form-label: #384740;
  --input-bg: #fff;
  --tag-bg: #e5eee9;
  --soft-green-bg: #eef4f1;
  --soft-muted-bg: #f1f2ed;
  --soft-highlight-bg: #e8f0ec;
  --soft-coral-bg: #f7e8df;
  --soft-coral-text: #713523;
  --warning-bg: #fff9df;
  --warning-text: #6a5714;
  --success: #17644f;
  --danger: #a23f2b;
  --action-bg: #173f35;
  --action-text: #ffffff;
  --map-bg: #dfe7e2;
  --shadow: 0 24px 70px rgba(21, 34, 30, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
input::placeholder, textarea::placeholder { color: var(--muted); opacity: 1; }
select:not([multiple]) {
  appearance: none;
  padding-right: 40px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='m3 5 4 4 4-4' fill='none' stroke='%23173f35' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: right 13px center !important;
  background-repeat: no-repeat !important;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}
select:not([multiple]):hover { border-color: #9db3aa !important; background-color: var(--input-bg) !important; }
select:not([multiple]):focus { border-color: var(--green) !important; outline: 3px solid rgba(23,63,53,.13); outline-offset: 0; }
.enhanced-select-host { position: relative; min-width: 0; }
.enhanced-select-native { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.enhanced-select-trigger { position: relative; width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 38px 9px 12px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font-size: 12px; font-weight: 700; text-align: left; text-transform: none; }
.enhanced-select-trigger::after { content: ""; position: absolute; right: 14px; width: 8px; height: 8px; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); rotate: 45deg; translate: 0 -2px; transition: rotate .16s ease; }
.select-open > .enhanced-select-trigger::after { rotate: 225deg; translate: 0 3px; }
.enhanced-select-trigger:hover { border-color: #9db3aa; }
.enhanced-select-panel { position: absolute; z-index: 180; top: calc(100% + 6px); left: 0; min-width: max(100%,220px); max-width: min(360px,calc(100vw - 30px)); max-height: min(60vh,460px); overflow: auto; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); color: var(--ink); text-transform: none; }
.enhanced-select-panel[hidden], .enhanced-select-backdrop[hidden] { display: none !important; }
.enhanced-select-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.enhanced-select-heading strong { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.enhanced-select-heading button { width: 32px; height: 32px; border: 0; background: transparent; color: var(--ink); font-size: 21px; }
.enhanced-select-options { display: grid; padding: 6px; }
.enhanced-select-options button { min-height: 42px; padding: 9px 10px; border: 0; background: transparent; color: var(--ink); font-size: 12px; text-align: left; }
.enhanced-select-options button:hover, .enhanced-select-options button:focus-visible { background: color-mix(in srgb,var(--green) 10%,var(--surface)); }
.enhanced-select-options button[aria-selected="true"] { background: var(--action-bg); color: var(--action-text); font-weight: 800; }
.enhanced-select-backdrop { display: none; }
.filter-menu-panel .enhanced-select-panel { position: static; min-width: 100%; margin-top: 6px; box-shadow: none; }
.sort-options { display: grid; gap: 2px; }
.sort-options button { min-height: 42px; padding: 9px 10px; border: 0; background: transparent; color: var(--ink); font-size: 12px; text-align: left; }
.sort-options button:hover, .sort-options button:focus-visible { background: color-mix(in srgb,var(--green) 10%,var(--surface)); }
.sort-options button[aria-pressed="true"] { background: var(--action-bg); color: var(--action-text); font-weight: 800; }
.shell { width: min(1360px, 100%); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 99; background: var(--action-bg); color: var(--action-text); padding: 10px 14px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.site-header { border-bottom: 1px solid rgba(23, 63, 53, .16); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-inline: 3px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 26px; letter-spacing: -.045em; }
.brand-mark, .empty-mark { display: inline-grid; grid-template-columns: repeat(3, 5px); align-items: end; gap: 3px; width: 21px; height: 22px; }
.brand-mark i, .empty-mark i { display: block; border-radius: 4px; background: var(--coral); }
.brand-mark i:nth-child(1), .empty-mark i:nth-child(1) { height: 9px; }
.brand-mark i:nth-child(2), .empty-mark i:nth-child(2) { height: 16px; }
.brand-mark i:nth-child(3), .empty-mark i:nth-child(3) { height: 22px; }
.nav-actions { display: flex; align-items: center; gap: 26px; }
.info-menu { display: none; position: relative; }
.pilot-badge { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.pilot-badge > span { width: 7px; height: 7px; background: #37a276; border-radius: 999px; box-shadow: 0 0 0 5px rgba(55,162,118,.12); }
.quiet-link { font-size: 14px; font-weight: 650; text-underline-offset: 4px; }
.account-button { min-height: 38px; padding: 8px 13px; border: 1px solid var(--green); background: transparent; color: var(--green); font-size: 13px; font-weight: 750; }
.account-button:hover { background: var(--action-bg); color: var(--action-text); }
.account-button[hidden] { display: none; }

.hero { padding-block: clamp(70px, 10vw, 132px) clamp(60px, 8vw, 100px); display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .7fr); gap: clamp(48px, 9vw, 130px); align-items: end; }
.eyebrow { margin: 0 0 15px; color: var(--green-2); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 800px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 8.5vw, 112px); font-weight: 400; line-height: .88; letter-spacing: -.065em; }
h1 em { color: var(--coral); font-weight: 400; }
.hero-intro { max-width: 660px; margin: 42px 0 0; color: var(--text-intro); font-size: clamp(18px, 2vw, 23px); line-height: 1.5; }
.hero-note { padding: 28px 0 4px; border-top: 1px solid var(--ink); display: grid; grid-template-columns: 32px 1fr; gap: 22px 16px; }
.hero-note p { margin: 0; color: var(--text-secondary); font-size: 14px; }
.hero-note strong { color: var(--ink); }
.note-index { color: var(--coral); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; padding-top: 3px; }

.signal-strip { background: var(--action-bg); color: var(--action-text); }
.signal-grid { display: grid; grid-template-columns: .9fr .9fr 1.2fr 1fr; }
.signal-grid > div { min-height: 128px; padding: 28px 30px; border-left: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; justify-content: center; }
.signal-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.15); }
.signal-grid strong { font-family: Georgia, serif; font-size: clamp(23px, 2.5vw, 34px); font-weight: 400; }
.signal-grid > div:nth-child(3) strong { white-space: nowrap; font-size: clamp(21px, 2vw, 29px); letter-spacing: -.02em; }
.signal-grid span { margin-top: 2px; color: rgba(255,255,255,.8); font-size: 12px; letter-spacing: .04em; }

.institution-directory { padding-block: clamp(48px, 6vw, 78px) 120px; }
.institution-directory[hidden] { display: none; }
.institution-directory > header { max-width: 780px; }
.institution-directory :is(h1, h2) { margin: 0; font-family: Georgia, serif; font-size: clamp(44px, 7vw, 76px); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.institution-directory > header > p:last-child { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.page-breadcrumb { min-height: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin-top: clamp(24px, 3vw, 38px); color: var(--muted); font-size: .82rem; }
.page-breadcrumb a { color: inherit; text-underline-offset: .18em; }
.page-breadcrumb [aria-current="page"] { color: var(--text-secondary); }
.page-breadcrumb + .institution-directory { padding-top: clamp(28px, 4vw, 48px); }
.page-breadcrumb + :is(.news-hero, .locked-listing-hero, .structured-list-page, .short-updates-page) { padding-top: clamp(28px, 4vw, 48px); }
.institution-category-nav { display: flex; align-items: center; gap: 8px; margin-top: 38px; padding-block: 10px; overflow-x: auto; border-block: 1px solid var(--line); scrollbar-width: thin; }
.institution-category-nav > span { flex: none; margin-right: 5px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.institution-category-nav a { flex: none; display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 8px 12px; border: 1px solid var(--line); background: var(--surface); color: var(--green); font-size: 12px; font-weight: 750; text-decoration: none; }
.institution-category-nav a:hover, .institution-category-nav a:focus-visible { border-color: var(--green); background: var(--soft-green-bg); }
.institution-category-nav small { min-width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 999px; background: var(--tag-bg); color: var(--text-supporting); font-size: 10px; }
.directory-search { position: relative; display: block; max-width: 680px; margin-top: 42px; }
.directory-search input { width: 100%; min-height: 54px; padding: 0 16px 0 46px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font: inherit; }
.directory-status { min-height: 24px; margin: 14px 0 8px; color: var(--muted); font-size: 13px; }
.institution-directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.institution-directory-groups { display: grid; gap: clamp(48px, 7vw, 86px); }
.institution-category-section { scroll-margin-top: 26px; }
.institution-category-section > header { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.institution-directory .institution-category-section h2 { font-size: clamp(34px, 4.4vw, 54px); }
.institution-category-section > header p:not(.eyebrow) { max-width: 62ch; margin: 12px 0 0; color: var(--muted); line-height: 1.55; }
.institution-category-section > header > a { flex: none; color: var(--green); font-size: 12px; font-weight: 800; text-underline-offset: 4px; }
.institution-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.institution-directory-empty { grid-column: 1 / -1; }
.institution-directory-card { min-height: 160px; padding: 24px; border: 1px solid var(--line); background: var(--surface); color: inherit; text-decoration: none; transition: transform .2s, border-color .2s, box-shadow .2s; }
.institution-directory-card:hover { transform: translateY(-3px); border-color: #afc1b8; box-shadow: var(--shadow); }
.institution-directory-card-head { display: flex; align-items: center; gap: 12px; }
.institution-directory-card-head .source-avatar { width: 42px; height: 42px; }
.institution-directory-card h2 { margin: 0; font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.15; }
.institution-directory-card p { margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.institution-directory-card > span { display: inline-block; margin-top: 18px; color: var(--green); font-size: 12px; font-weight: 750; }

.roundups { padding-top: 82px; }
.roundups[hidden] { display: none; }
.roundups-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 440px); align-items: end; gap: 48px; margin-bottom: 28px; }
.roundups-head h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(40px, 5vw, 62px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.roundups-head > p { margin: 0; color: var(--muted); line-height: 1.65; }
.roundup-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.roundup-card { padding: 30px; border: 1px solid var(--line); background: var(--surface); }
.roundup-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; color: var(--green-2); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.roundup-card h3 { margin: 20px 0 0; font-family: Georgia, serif; font-size: clamp(25px, 3vw, 34px); font-weight: 400; line-height: 1.12; }
.roundup-summary { margin: 15px 0 20px; color: var(--text-secondary); line-height: 1.65; }
.roundup-card details { padding-top: 14px; border-top: 1px solid var(--line); }
.roundup-card summary { color: var(--green); font-size: 12px; font-weight: 800; cursor: pointer; }
.roundup-changes { margin: 16px 0 0; padding-left: 20px; }
.roundup-changes li + li { margin-top: 12px; }
.roundup-changes strong { display: block; }
.roundup-changes span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }
.roundup-sources { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.roundup-sources a { padding: 5px 8px; background: var(--tag-bg); color: var(--green); font-size: 11px; font-weight: 750; text-decoration: none; }
.roundup-sources a:hover { background: var(--action-bg); color: var(--action-text); }
.roundup-all-sources { margin-top: 12px; }
.roundup-all-sources > summary { color: var(--green); font-size: 12px; font-weight: 750; cursor: pointer; }

.change-relations { padding-top: 82px; }
.change-relations[hidden] { display: none; }
.relation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.relation-card { padding: 28px 30px; border: 1px solid var(--line); background: var(--soft-green-bg); }
.relation-card > p:not(.relation-kind) { margin: 18px 0 12px; color: var(--text-secondary); line-height: 1.6; }
.relation-card small { color: var(--muted); font-size: 11px; }
.relation-kind { margin: 0 0 16px; color: var(--green-2); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.relation-source-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.relation-source-links a { color: var(--green); font-family: Georgia, serif; font-size: 18px; line-height: 1.25; text-underline-offset: 3px; }
.relation-source-links span { color: var(--coral); font-weight: 800; }

.content { padding-block: 92px 120px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 64px; align-items: start; }
.content.search-content { grid-template-columns: minmax(0, 1fr); }
.content[hidden] { display: none; }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.section-head :is(h1, h2) { margin: 0; font-family: Georgia, serif; font-size: clamp(40px, 5vw, 62px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.feed-head-actions { display: flex; align-items: center; gap: 18px; }
.feed-scope { display: inline-flex; border: 1px solid var(--line); background: var(--surface); }
.feed-scope[hidden] { display: none; }
.feed-scope button { min-height: 38px; padding: 7px 12px; border: 0; background: transparent; color: var(--muted); font-size: 12px; font-weight: 750; }
.feed-scope button[aria-pressed="true"] { background: var(--action-bg); color: var(--action-text); }
.refresh-button { border: 0; background: transparent; color: var(--green); padding: 8px 0; font-size: 13px; font-weight: 750; }
.refresh-button span { display: inline-block; margin-right: 4px; font-size: 18px; transition: transform .3s; }
.refresh-button.loading span { animation: rotate .8s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }

.filters { display: grid; grid-template-columns: repeat(2, minmax(180px, 1fr)); gap: 12px; margin-bottom: 24px; }
.filters label:first-child { grid-column: 1 / -1; }
.filters label:not(.sr-only) { position: relative; }
.filters input, .filters select { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 0; background: var(--surface); color: var(--ink); }
.filters input { padding: 0 16px 0 44px; }
.filters select { padding: 0 36px 0 14px; }
.filters input::placeholder { color: var(--muted); }
.search-icon { position: absolute; left: 16px; top: 11px; color: var(--green-2); font-size: 20px; pointer-events: none; }
.feed-status { min-height: 24px; margin-bottom: 10px; color: var(--muted); font-size: 13px; }
.topic-filter-state { margin: 0 0 14px; padding: 11px 13px; border-left: 3px solid var(--coral); background: var(--soft-coral-bg); display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--soft-coral-text); font-size: 13px; }
.topic-filter-state[hidden] { display: none; }
.topic-filter-state button { padding: 4px 0; border: 0; background: transparent; color: inherit; font-size: 12px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.feed-list { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.feed-list[hidden] { display: none !important; }

.feed-card { position: relative; min-width: 0; padding: 28px 30px 26px; border: 1px solid var(--line); background: var(--surface); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.feed-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #bcc8c2; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.institution-name { color: var(--green-2); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.card-time { color: var(--muted); font-size: 12px; white-space: nowrap; }
.card-time-stack { display: flex; align-items: flex-end; flex-direction: column; gap: 5px; text-align: right; }
.publication-signal { padding: 4px 7px; background: var(--soft-coral-bg); color: var(--coral-text); font-size: 10px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; white-space: nowrap; }
.feed-card h3 { margin: 0; max-width: 680px; font-family: Georgia, serif; font-size: clamp(23px, 3vw, 31px); font-weight: 400; line-height: 1.15; letter-spacing: -.025em; }
.feed-card h3 a { color: inherit; text-decoration: none; }
.feed-card h3 a:hover { color: var(--green-2); }
.card-summary { margin: 14px 0 20px; color: var(--text-secondary); line-height: 1.65; }
.card-bottom { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.tag { padding: 5px 9px; background: var(--tag-bg); color: var(--green); font-size: 11px; font-weight: 700; }
.topic-tag { border: 0; border-radius: 0; font: inherit; font-size: 11px; font-weight: 700; text-decoration: none; }
.topic-tag:hover, .topic-tag.active { background: var(--action-bg); color: var(--action-text); }
.tag.ai { background: var(--soft-coral-bg); color: var(--soft-coral-text); }
.save-item { padding: 4px 8px; border: 1px solid #b7c8c0; background: transparent; color: var(--green); font-size: 11px; font-weight: 750; }
.save-item.active { border-color: var(--green); background: var(--action-bg); color: var(--action-text); }
.source-link { margin-left: auto; color: var(--green); font-size: 12px; font-weight: 750; text-underline-offset: 3px; }

.skeleton-card { height: 190px; padding: 34px 30px; border: 1px solid var(--line); background: var(--surface); }
.skeleton-card span, .side-skeleton { display: block; height: 12px; margin-bottom: 18px; background: linear-gradient(90deg,var(--soft-muted-bg),var(--soft-green-bg),var(--soft-muted-bg)); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
.skeleton-card span:nth-child(2) { width: 78%; height: 24px; }
.skeleton-card span:nth-child(3) { width: 56%; }
@keyframes shimmer { to { background-position: -200% 0; } }

.feed-list.is-loading { cursor: progress; }
.feed-list.is-loading > :not(.skeleton-card, .sr-only) { opacity: .45; }
.loading-state { min-height: 150px; display: grid; place-items: center; align-content: center; gap: 14px; padding: 30px; color: var(--muted); text-align: center; }
.loading-orbit { position: relative; width: 38px; height: 38px; display: block; animation: loading-rotate 1.1s linear infinite; }
.loading-orbit i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--coral-fill); }
.loading-orbit i:nth-child(1) { top: 0; left: 50%; translate: -50% 0; }
.loading-orbit i:nth-child(2) { right: 2px; bottom: 4px; }
.loading-orbit i:nth-child(3) { left: 2px; bottom: 4px; }
@keyframes loading-rotate { to { transform: rotate(360deg); } }
.directory-loading { grid-column: 1 / -1; min-height: 260px; border: 1px solid var(--line); background: var(--surface); }
.suggestion-loading { min-height: 92px; grid-template-columns: auto 1fr; justify-content: start; place-items: center start; padding: 18px; text-align: left; }
.suggestion-loading .loading-orbit { width: 28px; height: 28px; }
.suggestion-loading .loading-orbit i { width: 7px; height: 7px; }

.empty-state { padding: 64px 44px; border: 1px solid var(--line); background: var(--surface); text-align: center; }
.empty-mark { margin-bottom: 24px; transform: rotate(90deg); }
.empty-state h3 { max-width: 520px; margin: 0 auto 16px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; line-height: 1.15; }
.empty-state > p:last-child { max-width: 560px; margin: auto; color: var(--muted); }
.error-state { border-color: color-mix(in srgb,var(--danger) 38%,var(--line)); background: color-mix(in srgb,var(--danger) 7%,var(--surface)); }
.error-state .empty-mark i { background: var(--coral); }
.load-more { width: 100%; margin-top: 16px; padding: 15px; border: 1px solid var(--green); background: transparent; color: var(--green); font-weight: 750; }

.side-column { display: grid; gap: 18px; padding-top: 64px; }
.side-column[hidden] { display: none !important; }
.side-card { padding: 28px; border: 1px solid var(--line); background: var(--surface); }
.side-card-head { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.side-card-head > span { color: var(--coral); font-family: Georgia, serif; font-size: 28px; line-height: 1; }
.side-card h3 { margin: 0 0 22px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.15; }
.institution-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.institution-list li { border-bottom: 1px solid var(--line); }
.institution-list a { width: 100%; display: flex; justify-content: space-between; gap: 14px; padding: 13px 0; color: var(--text-supporting); text-align: left; font-size: 13px; text-decoration: none; }
.institution-list a:hover { color: var(--coral); }
.institution-list small { color: var(--muted); }
.institution-list-name { min-width: 0; display: flex; align-items: center; gap: 9px; }
.institution-list-name > span:last-child { overflow: hidden; text-overflow: ellipsis; }
.institution-list-name .source-avatar { width: 28px; height: 28px; font-size: 8px; }
.side-institution-search { position: relative; display: block; margin: -8px 0 14px; }
.side-institution-search > span[aria-hidden] { position: absolute; left: 11px; top: 50%; translate: 0 -50%; color: var(--green-2); font-size: 18px; pointer-events: none; }
.side-institution-search input { width: 100%; min-height: 42px; padding: 8px 11px 8px 36px; border: 1px solid var(--line); background: var(--input-bg); color: var(--ink); font-size: 12px; }
.side-institution-search input:focus { border-color: var(--green); outline: 3px solid rgba(23,63,53,.12); }
.institution-list-empty { padding: 18px 0; color: var(--muted); font-size: 12px; }
.side-view-all { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; color: var(--green); font-size: 12px; font-weight: 800; text-underline-offset: 3px; }
.side-skeleton { margin: 14px 0; }
.trust-card { background: var(--action-bg); color: var(--action-text); border-color: var(--action-bg); }
.trust-card .eyebrow { color: var(--mint); }
.trust-card h3 { font-size: 32px; }
.trust-card > p:not(.eyebrow) { color: rgba(255,255,255,.82); font-size: 14px; }
.trust-card > a { display: inline-block; margin-top: 14px; color: var(--action-text); font-size: 13px; font-weight: 750; text-underline-offset: 4px; }
.trust-icon { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 45px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; color: var(--yellow); font-size: 23px; }

footer { background: #102b24; color: #f1f7f4; }
.footer-grid { min-height: 270px; padding-block: 60px 42px; display: grid; grid-template-columns: 1.5fr 1fr 1fr auto; gap: 48px; align-items: start; }
.footer-grid p { margin: 8px 0 0; max-width: 260px; color: rgba(255,255,255,.78); font-size: 13px; }
.footer-grid strong { font-size: 13px; }
.footer-brand { color: #fff; font-size: 28px; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links a { width: fit-content; color: rgba(255,255,255,.82); font-size: 13px; text-underline-offset: 3px; }
.footer-links a:hover { color: #fff; }
.copyright { margin-top: 28px !important; white-space: nowrap; }

.trust-page { min-height: 70vh; }
.trust-hero { padding-block: clamp(48px, 6vw, 78px) clamp(52px, 7vw, 86px); }
.trust-hero h1 { max-width: 980px; font-size: clamp(48px, 7vw, 88px); line-height: .96; }
.trust-hero > p:last-child { max-width: 780px; margin: 34px 0 0; color: var(--text-intro); font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }
.trust-layout { display: grid; grid-template-columns: minmax(190px, 260px) minmax(0, 760px); gap: clamp(42px, 8vw, 110px); align-items: start; padding-bottom: 120px; }
.trust-navigation { position: sticky; top: 96px; display: grid; border-top: 1px solid var(--line); }
.trust-navigation a { padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.trust-navigation a:hover, .trust-navigation a[aria-current="page"] { color: var(--green); }
.trust-navigation a[aria-current="page"] { border-left: 3px solid var(--coral); padding-left: 11px; }
.trust-article { min-width: 0; }
.trust-article > section { padding: 0 0 42px; border-bottom: 1px solid var(--line); }
.trust-article > section + section { padding-top: 42px; }
.trust-article h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 42px); font-weight: 400; letter-spacing: -.025em; line-height: 1.12; }
.trust-article p, .trust-article li { color: var(--text-secondary); line-height: 1.7; }
.trust-article p { margin: 0; }
.trust-article p + p { margin-top: 16px; }
.trust-article ul, .trust-article ol { margin: 22px 0 0; padding-left: 24px; display: grid; gap: 12px; }
.trust-article pre { max-width: 100%; margin: 22px 0 0; padding: 18px 20px; overflow-x: auto; border: 1px solid var(--line); background: var(--soft-green-bg); color: var(--green); }
.trust-article code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; white-space: pre-wrap; overflow-wrap: anywhere; }
.trust-contact { margin-top: 42px; padding: 26px; border-left: 4px solid var(--coral); background: var(--soft-coral-bg); }
.trust-contact strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.trust-contact p { margin-top: 8px; color: var(--soft-coral-text); }
.trust-contact a { color: inherit; font-weight: 800; }

.item-dialog { width: min(760px, calc(100% - 32px)); max-height: min(780px, calc(100% - 32px)); padding: 0; border: 0; background: var(--surface); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.item-dialog::backdrop, .account-dialog::backdrop { background: rgba(9, 26, 22, .72); backdrop-filter: blur(5px); }
.dialog-close { position: sticky; z-index: 2; top: 18px; float: right; margin: 18px 18px 0 0; width: 40px; height: 40px; border: 1px solid var(--line); background: var(--surface); font-size: 25px; }
.dialog-body { padding: 68px clamp(28px, 7vw, 72px) 60px; }
.translation-panel { margin: -18px 0 28px; padding: 14px 16px; border: 1px solid var(--line); background: var(--soft-green-bg); display: grid; grid-template-columns: minmax(180px, 240px) 1fr; gap: 10px 18px; align-items: end; }
.translation-panel label { display: grid; gap: 6px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.translation-panel select { width: 100%; min-height: 38px; padding: 0 32px 0 10px; border: 1px solid var(--line); border-radius: 0; background: var(--input-bg); color: var(--ink); font: inherit; font-size: 13px; text-transform: none; letter-spacing: 0; }
.translation-panel p { margin: 0 0 3px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.dialog-body h2 { margin: 8px 0 26px; font-family: Georgia, serif; font-size: clamp(35px, 5vw, 52px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.dialog-lead { font-size: 19px; line-height: 1.65; }
.why-box { margin: 30px 0; padding: 24px; border-left: 4px solid var(--coral); background: var(--soft-coral-bg); }
.why-box strong { display: block; margin-bottom: 7px; color: var(--soft-coral-text); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.key-dates { margin: 26px 0 0; padding: 20px 22px; border: 1px solid color-mix(in srgb,var(--warning-text) 45%,transparent); background: var(--warning-bg); }
.key-dates h3 { margin: 0 0 10px; color: var(--warning-text); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.key-dates ul { margin: 0; padding-left: 20px; display: grid; gap: 6px; }
.key-dates li { color: var(--text-secondary); font-size: 14px; line-height: 1.5; }
.dialog-meta { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--muted); font-size: 12px; }
.dialog-source { display: inline-block; margin-top: 28px; padding: 13px 18px; background: var(--action-bg); color: var(--action-text); font-weight: 750; text-decoration: none; }
.detail-access-status { margin: -16px 0 24px; padding: 10px 12px; border-left: 3px solid #89a89a; background: var(--soft-muted-bg); color: var(--muted); font-size: 12px; line-height: 1.5; }
.detail-access-status.pro { border-left-color: var(--green); color: var(--green); font-weight: 750; }
.quota-panel { margin: 32px 0 6px; padding: clamp(22px, 5vw, 34px); border: 1px solid var(--line); background: var(--soft-green-bg); }
.quota-panel h3 { margin: 8px 0 12px; font-family: Georgia, serif; font-size: clamp(24px, 4vw, 32px); font-weight: 400; line-height: 1.15; }
.quota-panel > p:not(.eyebrow) { max-width: 62ch; color: var(--muted); line-height: 1.6; }
.quota-panel .quota-reset { font-size: 12px; }
.quota-panel .account-primary { margin-top: 8px; }
.dialog-loading { min-height: 260px; display: grid; place-items: center; align-content: center; gap: 14px; padding: 70px 30px; color: var(--muted); text-align: center; }
.revision-history { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.revision-history h3 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.revision-history ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.revision-history li { display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; padding: 14px 16px; background: var(--soft-muted-bg); }
.revision-history li strong { font-size: 12px; }
.revision-history li span { color: var(--muted); font-size: 12px; text-align: right; }
.revision-history li p { grid-column: 1 / -1; margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.detail-relations { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.detail-relations > h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.detail-relations > p { margin: 0 0 18px; color: var(--muted); font-size: 12px; }
.detail-relations ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.detail-relations li { padding: 16px; background: var(--soft-green-bg); }
.detail-relations li > strong { display: block; margin-bottom: 9px; color: var(--green-2); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.detail-relations .relation-source-links a { font-size: 15px; }
.detail-relations li > p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.report-panel { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.report-panel summary { width: max-content; max-width: 100%; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 700; text-underline-offset: 3px; }
.report-panel[open] summary { color: var(--ink); }
.report-panel form { position: relative; margin-top: 20px; display: grid; gap: 15px; }
.report-panel label { display: grid; gap: 7px; color: var(--form-label); font-size: 12px; font-weight: 750; }
.report-panel label span, .report-note { color: var(--muted); font-weight: 400; }
.report-panel textarea, .report-panel input { width: 100%; border: 1px solid var(--line); border-radius: 0; background: var(--input-bg); color: var(--ink); font: inherit; font-size: 14px; }
.report-panel textarea { min-height: 104px; padding: 12px; resize: vertical; line-height: 1.5; }
.report-panel input { min-height: 42px; padding: 9px 12px; }
.report-panel textarea:focus, .report-panel input:focus { outline: 3px solid rgba(26, 108, 88, .2); border-color: var(--green); }
.report-note { margin: -3px 0 0; font-size: 11px; line-height: 1.5; }
.report-actions { display: flex; align-items: center; gap: 14px; }
.report-actions button { min-height: 42px; padding: 10px 16px; border: 0; background: var(--action-bg); color: var(--action-text); font-weight: 750; }
.report-actions button:disabled { cursor: wait; opacity: .65; }

@media (max-width: 560px) {
  .translation-panel { grid-template-columns: 1fr; align-items: stretch; }
}
.report-actions p { margin: 0; color: var(--muted); font-size: 12px; }
.report-actions .report-success { color: var(--success); }
.report-actions .report-error { color: var(--danger); }
.report-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.account-dialog { width: min(560px, calc(100% - 32px)); max-height: min(720px, calc(100% - 32px)); padding: 0; border: 0; background: var(--surface); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.account-content { padding: 68px clamp(26px, 7vw, 58px) 50px; }
.account-content h2 { margin: 0 0 14px; font-family: Georgia, serif; font-size: clamp(35px, 7vw, 48px); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.account-intro { margin: 0 0 28px; color: var(--muted); }
.account-benefits { display: grid; gap: 8px; margin: -10px 0 24px; padding: 0; list-style: none; color: var(--text-supporting); font-size: 13px; }
.account-benefits li { position: relative; padding-left: 22px; line-height: 1.45; }
.account-benefits li::before { position: absolute; left: 0; content: "✓"; color: var(--coral); font-weight: 850; }
.account-form { display: grid; gap: 14px; }
.account-form label { display: grid; gap: 7px; color: var(--form-label); font-size: 12px; font-weight: 750; }
.account-form input { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 0; background: var(--input-bg); color: var(--ink); }
.account-form button, .account-primary { min-height: 46px; padding: 11px 16px; border: 0; background: var(--action-bg); color: var(--action-text); font-weight: 750; }
.account-form button:disabled, .account-primary:disabled { cursor: wait; opacity: .65; }
.account-status { min-height: 22px; margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.account-status.success { color: var(--success); }
.account-status.error { color: var(--danger); }
.account-note { margin: 26px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.account-note a { color: var(--green); font-weight: 750; text-underline-offset: 3px; }
.account-summary { margin: 22px 0; padding: 20px; background: var(--soft-highlight-bg); }
.account-summary strong { display: block; color: var(--green); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.account-summary span { display: block; margin-top: 5px; font-family: Georgia, serif; font-size: 28px; }
.account-capabilities { margin: 22px 0 28px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.account-capabilities li { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--text-supporting); font-size: 13px; }
.account-capabilities li::before { content: "✓"; margin-right: 9px; color: var(--coral); font-weight: 800; }
.account-billing { margin: 24px 0 28px; padding: 22px; border: 1px solid var(--line); background: var(--soft-green-bg); }
.account-billing h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.account-billing p { margin: 0 0 16px; color: var(--muted); font-size: 13px; }
.account-billing .account-status { margin: 10px 0 0; }
.account-billing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.account-export { margin: 28px 0 18px; padding-top: 24px; border-top: 1px solid var(--line); }
.account-export h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.account-export > p:first-of-type { max-width: 620px; margin: 0 0 8px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.account-export .account-status { margin: 8px 0 0; }
.account-user { margin: 0; color: var(--muted); font-size: 13px; overflow-wrap: anywhere; }
.account-actions { display: flex; align-items: center; gap: 16px; }
.account-overview { margin: 26px 0 8px; padding: 22px; border: 1px solid var(--line); background: var(--soft-green-bg); }
.account-overview-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--line); }
.account-overview-grid > div { min-width: 0; display: grid; gap: 3px; padding: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.account-overview-grid > div:nth-child(2n) { border-right: 0; }
.account-overview-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.account-overview-grid strong { overflow-wrap: anywhere; color: var(--green); font-family: Georgia,serif; font-size: 22px; font-weight: 400; }
.account-overview-grid span { color: var(--muted); font-size: 11px; }
.account-overview-actions { display: grid; gap: 12px; margin-top: 16px; }
.account-section-nav { display: flex; flex-wrap: wrap; gap: 7px; }
.account-section-nav button { min-height: 38px; padding: 7px 10px; border: 1px solid var(--line); background: var(--input-bg); color: var(--green); font-size: 11px; font-weight: 750; }
.account-watches:focus, .account-export:focus { outline: 3px solid var(--coral); outline-offset: 4px; }
.account-link-button { padding: 8px 0; border: 0; background: transparent; color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.account-watches { margin: 28px 0; padding: 24px 0; border-block: 1px solid var(--line); }
.account-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.account-section-head h3 { margin: 0; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.account-section-head span { color: var(--muted); font-size: 12px; font-weight: 750; }
.account-watch-list { display: grid; gap: 0; margin: 0 0 20px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.account-watch-list li { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.account-watch-list span, .account-watch-list strong, .account-watch-list small { display: block; }
.account-watch-list strong { color: var(--form-label); font-size: 13px; }
.account-watch-list small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.account-watch-list button { border: 0; background: transparent; color: var(--danger); font-size: 11px; font-weight: 750; }
.account-watch-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.account-watch-form label { display: grid; gap: 6px; color: var(--form-label); font-size: 11px; font-weight: 750; }
.account-watch-form > label { grid-column: 1 / -1; }
.account-watch-form select, .account-watch-form input { min-width: 0; min-height: 44px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 0; background: var(--input-bg); color: var(--ink); }
.account-watch-form select[multiple] { min-height: 180px; }
.account-watch-form label small { color: var(--muted); font-weight: 500; }
.account-option-status { grid-column: 1 / -1; min-height: 18px; margin: -7px 0 0; color: var(--muted); font-size: 11px; }
.account-inline-actions { display: flex !important; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 6px; }
.account-inline-actions button { min-height: 34px; padding: 6px 8px; border: 1px solid var(--line); background: var(--input-bg); color: var(--green); font-size: 11px; font-weight: 750; }
.account-inline-actions .account-primary { min-height: 42px; padding-inline: 14px; border-color: var(--green); background: var(--action-bg); color: var(--action-text); }
.account-watch-form .account-primary, .account-watch-form .account-status { grid-column: 1 / -1; }
.context-account-action { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 14px; }
.context-account-action button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--green); background: transparent; color: var(--green); font-size: 12px; font-weight: 800; }
.context-account-action button:hover, .context-account-action button:focus-visible,
.context-account-action button[aria-pressed="true"] { background: var(--action-bg); color: var(--action-text); }
.context-account-action button:disabled { cursor: wait; opacity: .62; }
.context-account-action button > [aria-hidden] { width: 16px; font-size: 16px; line-height: 1; text-align: center; }
.context-account-action p { min-height: 18px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.context-account-action p.success { color: var(--success); }
.context-account-action p.error { color: var(--danger); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-note { max-width: 580px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid > div:nth-child(2) { border-right: 1px solid rgba(255,255,255,.15); }
  .content { grid-template-columns: 1fr; }
  .institution-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roundups-head { grid-template-columns: 1fr; gap: 20px; }
  .roundup-grid { grid-template-columns: 1fr; }
  .relation-grid { grid-template-columns: 1fr; }
  .side-column { padding-top: 0; grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-layout { grid-template-columns: 1fr; }
  .trust-navigation { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav-wrap { min-height: 70px; }
  .nav-actions .quiet-link { display: none; }
  .info-menu { display: none; }
  .nav-actions { gap: 13px; }
  .pilot-badge { font-size: 11px; }
  .hero { padding-block: 62px 58px; gap: 48px; }
  h1 { font-size: clamp(54px, 17vw, 76px); }
  .hero-intro { margin-top: 30px; font-size: 17px; }
  .signal-grid > div { min-height: 104px; padding: 20px 16px; }
  .signal-grid strong { font-size: 23px; }
  .content { padding-block: 68px 82px; gap: 44px; }
  .institution-directory { padding-block: 54px 82px; }
  .institution-directory-grid { grid-template-columns: 1fr; }
  .roundups { padding-top: 58px; }
  .change-relations { padding-top: 58px; }
  .roundup-card { padding: 24px 20px; }
  .relation-card { padding: 24px 20px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .feed-head-actions { width: 100%; justify-content: space-between; }
  .filters { grid-template-columns: 1fr; }
  .filters label:first-child { grid-column: auto; }
  .feed-card { padding: 24px 20px; }
  .card-top { align-items: start; }
  .source-link { width: 100%; margin: 7px 0 0; }
  .topic-filter-state { align-items: flex-start; flex-direction: column; gap: 5px; }
  .empty-state { padding: 48px 22px; }
  .side-column { grid-template-columns: 1fr; }
  .footer-grid { min-height: auto; grid-template-columns: 1fr; gap: 30px; }
  .trust-hero { padding-block: 58px 44px; }
  .trust-layout { gap: 36px; padding-bottom: 82px; }
  .trust-navigation { grid-template-columns: 1fr; }
  .report-actions { align-items: stretch; flex-direction: column; }
  .account-watch-form { grid-template-columns: 1fr; }
  .report-actions button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.institution-breadcrumbs,
.publication-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: .88rem;
}

.institution-breadcrumbs a,
.publication-breadcrumb a { color: inherit; text-underline-offset: .18em; }

.institution-group-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: .75rem;
  margin: 0 0 1.5rem;
}

.institution-group-links > a {
  display: grid;
  gap: .35rem;
  min-height: 6rem;
  padding: 1rem;
  color: var(--ink);
  text-decoration: none;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: border-color .15s ease, transform .15s ease;
}

.institution-group-links > a:hover,
.institution-group-links > a:focus-visible {
  border-color: var(--green);
  transform: translateY(-1px);
}

.institution-group-links span { color: var(--muted); line-height: 1.45; }

/* Newsroom homepage and publication documents. */
.site-header { background: rgba(245, 243, 237, .96); }
.category-nav { min-height: 44px; display: flex; align-items: center; gap: 26px; overflow-x: auto; border-top: 1px solid rgba(23, 63, 53, .1); scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a { flex: none; min-height: 44px; display: inline-flex; align-items: center; color: var(--text-intro); font-size: 12px; font-weight: 760; text-decoration: none; }
.category-nav a:hover { color: var(--coral-text); }
.category-nav a[aria-current="page"] { color: var(--green); box-shadow: inset 0 -3px var(--coral-text); }

.news-hero { padding-block: clamp(42px, 6vw, 78px) clamp(54px, 7vw, 86px); }
.news-hero-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 430px); gap: 40px; align-items: end; margin-bottom: 34px; }
.news-hero-heading h1 { font-size: clamp(48px, 7vw, 84px); line-height: .94; }
.news-hero-heading > p { max-width: 42ch; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.featured-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .8fr); min-height: 430px; border-block: 1px solid var(--ink); }
.featured-main { padding: clamp(28px, 4vw, 50px) clamp(28px, 5vw, 58px) 34px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; }
.featured-secondary { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); }
.featured-card { padding: 28px 0 26px 34px; display: flex; flex-direction: column; justify-content: flex-end; }
.featured-card + .featured-card { border-top: 1px solid var(--line); }
.featured-source { display: flex; align-items: center; gap: 10px; color: var(--green-2); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.featured-source { text-decoration: none; }
.featured-source:hover { color: var(--coral); }
.featured-category { margin: 19px 0 7px; color: var(--coral-text); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.featured-main h2, .featured-card h2 { margin: 0; font-family: Georgia, serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.featured-main h2 { max-width: 820px; font-size: clamp(37px, 5vw, 64px); }
.featured-card h2 { font-size: clamp(24px, 2.6vw, 33px); }
.featured-main h2 a, .featured-card h2 a { text-decoration: none; }
.featured-main h2 a:hover, .featured-card h2 a:hover { color: var(--green-2); }
.featured-main > p:not(.featured-category) { max-width: 68ch; margin: 18px 0 0; color: var(--text-secondary); font-size: 16px; line-height: 1.65; }
.featured-more { width: fit-content; margin-top: 20px; color: var(--green); font-size: 12px; font-weight: 800; text-underline-offset: 4px; }
.featured-skeleton { display: grid; align-content: end; gap: 16px; }
.featured-skeleton span { display: block; height: 14px; width: 55%; background: var(--soft-muted-bg); }
.featured-skeleton span:nth-child(2) { width: 86%; height: 36px; }
.featured-skeleton span:nth-child(3) { width: 70%; }
.featured-empty { grid-column: 1 / -1; display: grid; place-content: center; text-align: center; color: var(--muted); }

.institution-profile { margin-top: -34px; margin-bottom: 72px; padding-block: 28px; display: grid; grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr); gap: 42px; border-block: 1px solid var(--line); }
.institution-profile-identity { display: flex; align-items: center; gap: 18px; }
.institution-profile-avatar { flex: 0 0 auto; width: 64px; height: 64px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: var(--avatar-bg,var(--tag-bg)); color: var(--avatar-text,var(--green)); font-size: 15px; font-weight: 850; }
.institution-profile-avatar.image-avatar { border: 1px solid var(--line); background: var(--input-bg); }
.institution-profile-avatar img { width: 100%; height: 100%; object-fit: contain; }
.institution-profile h2 { margin: 4px 0 0; font-family: Georgia,serif; font-size: 34px; font-weight: 400; }
.institution-profile-details > p { max-width: 70ch; margin: 0; color: var(--text-secondary); line-height: 1.65; }
.institution-profile-details nav { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 18px; }
.institution-profile-details a { color: var(--green); font-size: 12px; font-weight: 800; text-underline-offset: 3px; }
.institution-account-action { margin-top: 22px; }

.filters { display: block; }
.filters .search-row { display: block; margin-bottom: 12px; }
.filters .search-row input { padding-right: 88px; }
.search-submit { position: absolute; right: 6px; top: 6px; min-height: 38px; padding: 7px 14px; border: 0; background: var(--action-bg); color: var(--action-text); font-size: 12px; font-weight: 800; }
.filter-disclosure > summary { display: none; }
.filter-grid { display: grid; grid-template-columns: minmax(220px,1.45fr) repeat(2,minmax(140px,1fr)) auto; gap: 10px; align-items: start; }
.filter-field select, .combobox-input-wrap input { width: 100%; min-height: 46px; border: 1px solid var(--line); background-color: var(--surface); color: var(--ink); font-size: 12px; font-weight: 680; }
.filter-field select { padding: 9px 40px 9px 12px; }
.institution-combobox { position: relative; min-width: 0; }
.combobox-input-wrap { position: relative; }
.combobox-input-wrap .search-icon { left: 12px; top: 50%; translate: 0 -50%; }
.combobox-input-wrap input { padding: 9px 35px 9px 38px; }
.combobox-input-wrap input:focus { border-color: var(--green); outline: 3px solid rgba(23,63,53,.13); }
.native-select-proxy { display: none !important; }
.combobox-options { position: absolute; z-index: 80; top: calc(100% + 5px); left: 0; right: 0; max-height: 320px; overflow-y: auto; border: 1px solid #b9c7c0; background: var(--surface); box-shadow: 0 20px 46px rgba(21,34,30,.18); }
.combobox-options[hidden] { display: none; }
.combobox-options button { width: 100%; min-height: 42px; padding: 9px 12px; display: grid; gap: 1px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--form-label); text-align: left; font-size: 12px; }
.combobox-options button:hover, .combobox-options button:focus-visible, .combobox-options button[aria-selected="true"], .combobox-options button.keyboard-active { background: var(--soft-highlight-bg); color: var(--green); }
.combobox-options button small { color: var(--muted); font-size: 10px; }
.institution-option-main { min-width: 0; display: flex; align-items: center; gap: 9px; }
.institution-option-main .source-avatar { width: 27px; height: 27px; font-size: 8px; }
.filter-menu { position: relative; }
.filter-menu > summary { min-height: 46px; padding: 9px 12px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: var(--surface); color: var(--green); font-size: 12px; font-weight: 800; white-space: nowrap; cursor: pointer; list-style: none; }
.filter-menu > summary::-webkit-details-marker { display: none; }
.filter-menu > summary::after { content: "⌄"; margin-left: 4px; color: var(--muted); font-size: 13px; }
.filter-menu[open] > summary { border-color: var(--green); background: var(--soft-highlight-bg); }
.filter-menu[open] > summary::after { content: "⌃"; }
.filter-menu-icon { width: 20px; height: 20px; display: grid; place-items: center; color: var(--coral); font-size: 16px; line-height: 1; }
.filter-menu-panel { position: absolute; z-index: 70; top: calc(100% + 5px); right: 0; width: min(280px,80vw); max-height: min(70vh,640px); overflow-y: auto; overscroll-behavior: contain; padding: 14px; border: 1px solid #b9c7c0; background: var(--surface); box-shadow: 0 20px 46px rgba(21,34,30,.18); }
.filter-menu-panel label { display: grid; gap: 6px; color: var(--green-2); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.filter-menu-panel select { width: 100%; min-height: 44px; border: 1px solid var(--line); background-color: var(--input-bg); color: var(--ink); font-size: 12px; letter-spacing: 0; text-transform: none; }
.additional-filter-menu { margin-top: 9px; }
.additional-filter-menu > summary { width: fit-content; min-height: 36px; display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-size: 12px; font-weight: 820; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; cursor: pointer; list-style: none; }
.additional-filter-menu > summary::-webkit-details-marker { display: none; }
.additional-filter-menu > summary::after { content: "+"; font-size: 17px; font-weight: 500; text-decoration: none; }
.additional-filter-menu[open] > summary::after { content: "−"; }
.additional-filter-menu > summary span { color: var(--coral-text); font-variant-numeric: tabular-nums; text-decoration: none; }
.additional-filter-panel { margin-top: 8px; padding: 16px; border: 1px solid var(--line); background: var(--surface); }
.additional-filter-grid { display: grid; grid-template-columns: repeat(3,minmax(150px,1fr)); gap: 12px; }
.additional-filter-panel label { display: grid; gap: 6px; color: var(--green-2); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.additional-filter-panel select { width: 100%; min-height: 44px; border: 1px solid var(--line); background-color: var(--input-bg); color: var(--ink); font-size: 12px; letter-spacing: 0; text-transform: none; }
.mobile-filter-header { display: none; }
.advanced-filter-tier { margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); }
.advanced-filter-tier > summary { width: fit-content; min-height: 34px; display: flex; align-items: center; gap: 8px; color: var(--green); font-size: 12px; font-weight: 820; cursor: pointer; list-style: none; }
.advanced-filter-tier > summary::-webkit-details-marker { display: none; }
.advanced-filter-tier > summary::after { content: "+"; font-size: 17px; font-weight: 500; }
.advanced-filter-tier[open] > summary::after { content: "−"; }
.advanced-filter-tier > summary span { color: var(--muted); font-size: 10px; font-weight: 650; }
.advanced-filter-tier .dynamic-facets { margin-top: 10px; }
.dynamic-facets { margin: 0; padding: 14px; border: 1px solid var(--line); background: color-mix(in srgb,var(--paper) 55%,transparent); display: grid; gap: 16px; }
.dynamic-facets[hidden] { display: none; }
.dynamic-facets fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.dynamic-facets legend { margin: 0 0 8px; color: var(--green-2); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.dynamic-facets fieldset > div { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: thin; }
.dynamic-facets button { flex: none; min-height: 32px; padding: 6px 9px; border: 1px solid var(--line); background: var(--surface); color: var(--text-intro); font-size: 11px; font-weight: 720; }
.dynamic-facets button span { margin-left: 6px; color: var(--muted); font-variant-numeric: tabular-nums; }
.dynamic-facets button[aria-pressed="true"] { border-color: var(--green); background: var(--action-bg); color: var(--action-text); }
.dynamic-facets button[aria-pressed="true"] span { color: rgba(255,255,255,.86); }
.clear-filters { position: sticky; bottom: -14px; margin-top: 12px; padding: 12px 0; border: 0; border-top: 1px solid var(--line); background: var(--surface); color: var(--green); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.clear-filters[hidden] { display: none; }
.feed-context { max-width: 64ch; margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.feed-context[hidden] { display: none; }
.expand-search-link { width: fit-content; display: inline-flex; margin-top: 11px; color: var(--green); font-size: 11px; font-weight: 800; text-underline-offset: 3px; }
.expand-search-link[hidden] { display: none; }
.locked-listing .additional-filter-menu { display: none; }
.active-filter-state { margin: 2px 0 18px; display: flex; align-items: center; flex-wrap: wrap; gap: 9px 12px; }
.active-filter-state[hidden] { display: none; }
.active-filter-state > strong { color: var(--text-secondary); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.active-filter-state > div { display: flex; flex-wrap: wrap; gap: 7px; }
.active-filter-state button, .active-filter-chip { min-height: 34px; padding: 6px 9px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--green); border-radius: 999px; background: var(--soft-highlight-bg); color: var(--green); font-size: 11px; font-weight: 760; }
.active-filter-state button:hover, .active-filter-state button:focus-visible { background: var(--action-bg); color: var(--action-text); }
.active-filter-chip.locked { border-style: dashed; }
.locked-listing .news-hero-heading { margin-bottom: 0; }
.locked-listing-hero { padding-block: clamp(48px,6vw,78px) clamp(30px,4vw,54px); border-bottom: 1px solid var(--line); }
.locked-listing-breadcrumbs { margin-top: 24px; }
.locked-listing-hero h1 { max-width: 980px; margin: 8px 0 0; font-family: Georgia,serif; font-size: clamp(48px,7vw,92px); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.locked-listing-hero > p:not(.eyebrow) { max-width: 68ch; margin: 22px 0 0; color: var(--text-secondary); font-size: 14px; line-height: 1.65; }
.locked-editorial-sections { padding-top: clamp(42px,6vw,76px); }
.search-explanation { margin: -4px 0 16px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.search-explanation[hidden] { display: none; }
.feed-card mark { padding: 0 .08em; background: #f6e29a; color: inherit; }
.listing-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; margin: 22px 0 4px; padding: 18px 0; border-block: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.listing-pagination a { min-height: 44px; display: inline-flex; align-items: center; color: var(--green); font-weight: 800; text-decoration: none; }
.listing-pagination a:last-child { justify-self: end; }
.listing-pagination > span { text-align: center; }
.listing-pagination[hidden] { display: none; }
.card-source { min-width: 0; display: inline-flex; align-items: center; gap: 10px; }
.card-source { text-decoration: none; }
.card-source:hover .institution-name { color: var(--coral); }
.source-avatar { flex: 0 0 auto; width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--avatar-bg,var(--tag-bg)); color: var(--avatar-text,var(--green)); font-size: 10px; font-weight: 850; letter-spacing: .02em; }
.source-avatar.image-avatar { overflow: hidden; background: var(--input-bg); border: 1px solid var(--line); }
.source-avatar.image-avatar img { width: 100%; height: 100%; object-fit: contain; }
.tone-0 { --avatar-bg: #d9ede5; --avatar-text: #124236; }
.tone-1 { --avatar-bg: #f4d8cc; --avatar-text: #6b2b1a; }
.tone-2 { --avatar-bg: #f3e3a6; --avatar-text: #5a4500; }
.tone-3 { --avatar-bg: #d6e7f7; --avatar-text: #17466e; }
.tone-4 { --avatar-bg: #e8d9f2; --avatar-text: #57306b; }
.tone-5 { --avatar-bg: #dee8c8; --avatar-text: #3c561b; }
.tone-6 { --avatar-bg: #f3d4de; --avatar-text: #6b263e; }
.tone-7 { --avatar-bg: #d5e9ea; --avatar-text: #174a4d; }
.tone-8 { --avatar-bg: #e8ded4; --avatar-text: #5a3823; }
.tone-9 { --avatar-bg: #dbddf3; --avatar-text: #333a73; }
.tone-10 { --avatar-bg: #f0ddb8; --avatar-text: #5b3b0b; }
.tone-11 { --avatar-bg: #d7e3d1; --avatar-text: #2f5228; }
.result-group + .result-group { margin-top: 34px; }
.result-group > header { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin: 0 0 12px; padding-bottom: 10px; border-bottom: 2px solid var(--ink); }
.result-group > header h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.result-group > header span { color: var(--muted); font-size: 12px; }
.result-group > div { display: grid; gap: 12px; }
.category-card nav { display: grid; border-top: 1px solid var(--line); }
.category-card nav a { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--text-supporting); font-size: 13px; font-weight: 700; text-decoration: none; }
.category-card nav a:hover { color: var(--coral); }
.category-view-all { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 13px; color: var(--green); font-size: 12px; font-weight: 850; text-underline-offset: 3px; }

.discovery-map { padding-block: 4px 84px; }
.discovery-map[hidden] { display: none; }
.search-map-view { width: 100%; max-width: none; margin: 20px 0 0; padding: 0; }
.search-map-view .map-heading { display: none; }
.map-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 500px); gap: 40px; align-items: end; margin-bottom: 28px; }
.map-heading h2 { margin: 4px 0 0; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 60px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.map-heading > div:last-child > p { margin: 0; color: var(--muted); line-height: 1.6; }
.map-full-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--green); font-size: 12px; font-weight: 800; text-underline-offset: 3px; }
.map-controls { display: grid; grid-template-columns: minmax(220px, 1fr) 130px auto auto; gap: 10px; align-items: end; margin-bottom: 12px; }
.map-controls label { display: grid; gap: 6px; color: var(--green-2); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.map-controls input, .map-controls select, .map-controls button { min-height: 46px; border-radius: 0; font: inherit; }
.map-controls input, .map-controls select { width: 100%; padding: 10px 12px; border: 1px solid var(--line); background-color: var(--surface); color: var(--ink); }
.map-controls input:hover, .map-controls input:focus { border-color: var(--green); outline: none; box-shadow: 0 0 0 3px rgba(23,63,53,.12); }
.map-controls button { padding: 10px 16px; border: 1px solid var(--green); background: var(--action-bg); color: var(--action-text); font-size: 12px; font-weight: 800; }
.map-controls .secondary-button { background: transparent; color: var(--green); }
.map-status { min-height: 22px; margin: 0 0 12px; color: var(--muted); font-size: 12px; }
.map-layout { display: grid; grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr); height: clamp(560px, 68vh, 760px); min-height: 560px; border: 1px solid var(--line); background: var(--surface); }
.map-canvas { position: relative; min-height: 560px; overflow: hidden; border-right: 1px solid var(--line); background: var(--map-bg); isolation: isolate; }
.map-canvas.leaflet-host { cursor: grab; }
.map-canvas.leaflet-host:active { cursor: grabbing; }
.map-results-panel { min-width: 0; min-height: 0; overflow: hidden; }
.map-results-toggle { display: none; }
.inflo-map-marker { border: 0; background: transparent; }
.inflo-map-marker span { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; background: var(--coral-fill); color: white; box-shadow: 0 5px 12px rgba(23,63,53,.32); font-size: 11px; font-weight: 850; transition: scale .14s ease, background-color .14s ease; }
.inflo-map-marker:hover span, .inflo-map-marker:focus-visible span { scale: 1.12; background: var(--action-bg); }
.inflo-map-marker.linked-hover span { scale: 1.16; background: var(--action-bg); box-shadow: 0 0 0 5px color-mix(in srgb,var(--coral) 24%,transparent),0 7px 16px rgba(23,63,53,.38); }
.inflo-map-cluster span { width: 42px; height: 42px; border-width: 3px; background: var(--action-bg); font-size: 12px; box-shadow: 0 0 0 5px color-mix(in srgb,var(--surface) 76%,transparent),0 7px 18px rgba(23,63,53,.42); }
.inflo-map-radius { fill: rgba(23,63,53,.11); stroke: var(--green); stroke-width: 2; stroke-dasharray: 6 5; }
.inflo-map-center { fill: var(--green); stroke: white; stroke-width: 3; }
.map-empty { min-height: 540px; display: grid; place-content: center; gap: 8px; padding: 30px; text-align: center; }
.map-empty span { max-width: 48ch; color: var(--muted); font-size: 12px; }
.map-results { max-height: 100%; overflow-y: auto; }
.map-loading { min-height: 560px; background: linear-gradient(120deg,transparent 0 47%,color-mix(in srgb,var(--line) 55%,transparent) 48% 49%,transparent 50% 100%),var(--map-bg); background-size: 90px 90px; }
.map-result-skeleton { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 20px 18px; border-bottom: 1px solid var(--line); }
.map-result-skeleton > i { width: 28px; height: 28px; border-radius: 50%; background: var(--soft-coral-bg); }
.map-result-skeleton > span { display: grid; gap: 10px; }
.map-result-skeleton b { display: block; width: 88%; height: 11px; background: linear-gradient(90deg,var(--soft-muted-bg),var(--soft-green-bg),var(--soft-muted-bg)); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
.map-result-skeleton b:last-child { width: 64%; height: 18px; }
.discovery-map.is-loading { cursor: progress; }
.map-result-group { border-bottom: 1px solid var(--line); transition: background-color .14s ease,box-shadow .14s ease; }
.map-result-group.linked-hover { background: var(--soft-highlight-bg); box-shadow: inset 4px 0 0 var(--coral); }
.map-result-group.selected { background: color-mix(in srgb,var(--soft-highlight-bg) 86%,var(--surface)); box-shadow: inset 4px 0 0 var(--coral); }
.map-result-group > header { display: flex; align-items: center; gap: 11px; padding: 14px 16px 8px; }
.map-result-group > header div { min-width: 0; display: grid; gap: 2px; }
.map-result-group > header strong { overflow: hidden; color: var(--text); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.map-result-group > header small { color: var(--text-secondary); font-size: 9px; }
.map-group-badge { flex: 0 0 auto; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--action-bg); color: var(--action-text); font-size: 10px; font-weight: 850; }
.map-results article { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 18px; border-bottom: 1px solid var(--line); }
.map-result-group article:last-child { border-bottom: 0; }
.map-results article.selected { background: var(--soft-highlight-bg); box-shadow: inset 4px 0 0 var(--coral); }
.map-results article > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--coral-fill); color: white; font-size: 10px; font-weight: 850; }
.map-results small { color: var(--green-2); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.map-results h3 { margin: 4px 0 0; font-family: Georgia, serif; font-size: 19px; font-weight: 400; line-height: 1.2; }
.map-result-meta { margin: 8px 0 0; display: flex; flex-wrap: wrap; gap: 4px 10px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.map-result-meta span::before { content: "·"; margin-right: 8px; }
.map-results a { color: inherit; text-decoration: none; }
.map-results a:hover { color: var(--coral); }
.map-popup { min-width: 0; display: grid; gap: 8px; color: var(--ink); }
.map-popup > strong { font-family: Georgia,serif; font-size: 17px; font-weight: 400; line-height: 1.2; }
.map-popup ol { max-height: 250px; overflow-y: auto; margin: 0; padding: 0; list-style: none; }
.map-popup li { display: grid; gap: 3px; padding: 8px 0; border-top: 1px solid var(--line); }
.map-popup li small { color: var(--text-secondary); font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.map-popup li a { color: var(--green); font-weight: 760; line-height: 1.3; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.map-popup li time, .map-popup > p { color: var(--muted); font-size: 9px; }
.home-map-preview { padding-block: 64px 72px; border-top: 1px solid var(--line); }
.home-map-preview .map-controls, .home-map-preview .map-status-row, .home-map-preview .map-canvas, .home-map-preview .map-results-panel { display: none; }
.home-map-preview .map-layout { grid-template-columns: 1fr; min-height: 410px; }
.static-map-preview { position: relative; min-height: 410px; display: grid; place-items: center; overflow: hidden; background: var(--map-bg); color: var(--ink); text-decoration: none; isolation: isolate; }
.static-map-preview[hidden] { display: none; }
.static-map-grid { position: absolute; inset: -22%; opacity: .74; background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px),radial-gradient(circle at 30% 38%,color-mix(in srgb,var(--green) 30%,transparent) 0 2px,transparent 3px),radial-gradient(circle at 66% 58%,color-mix(in srgb,var(--coral) 34%,transparent) 0 2px,transparent 3px); background-size: 92px 72px,92px 72px,100% 100%,100% 100%; rotate: -4deg; transition: scale .35s ease,opacity .35s ease; }
.static-map-grid i { position: absolute; width: 28px; height: 28px; display: grid; place-items: center; border: 4px solid var(--surface); border-radius: 50% 50% 50% 0; background: var(--coral-fill); box-shadow: var(--shadow); rotate: -45deg; }
.static-map-grid i:nth-child(1) { left: 27%; top: 32%; }.static-map-grid i:nth-child(2) { left: 43%; top: 47%; }.static-map-grid i:nth-child(3) { left: 58%; top: 28%; }.static-map-grid i:nth-child(4) { left: 72%; top: 54%; }.static-map-grid i:nth-child(5) { left: 36%; top: 67%; }.static-map-grid i:nth-child(6) { left: 61%; top: 72%; }
.static-map-callout { position: relative; z-index: 2; max-width: 440px; display: grid; justify-items: center; gap: 8px; padding: 22px 26px; border: 1px solid var(--line); background: color-mix(in srgb,var(--surface) 92%,transparent); box-shadow: var(--shadow); text-align: center; transition: translate .25s ease,border-color .25s ease; }
.static-map-callout strong { font-family: Georgia,serif; font-size: clamp(24px,3vw,35px); font-weight: 400; line-height: 1.1; }
.static-map-callout small { max-width: 38ch; color: var(--text-secondary); font-size: 12px; line-height: 1.5; }
.static-map-preview:hover .static-map-grid, .static-map-preview:focus-visible .static-map-grid { scale: 1.04; opacity: .9; }
.static-map-preview:hover .static-map-callout, .static-map-preview:focus-visible .static-map-callout { translate: 0 -4px; border-color: var(--green); }

.editorial-sections { padding-block: clamp(72px,8vw,112px); scroll-margin-top: 64px; }
.editorial-sections[hidden] { display: none; }
.editorial-section + .editorial-section { margin-top: clamp(68px,8vw,108px); }
.editorial-section > header { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 14px; border-bottom: 3px solid var(--ink); }
.editorial-section > header h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(38px,5vw,60px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.editorial-section > header > a { flex: none; color: var(--green); font-size: 12px; font-weight: 850; text-underline-offset: 3px; }
.editorial-grid { display: grid; grid-template-columns: minmax(0,1.35fr) repeat(3,minmax(0,.65fr)); border-bottom: 1px solid var(--line); }
.editorial-card { min-width: 0; padding: 26px 22px 30px; border-right: 1px solid var(--line); }
.editorial-card:last-child { border-right: 0; }
.editorial-card-lead { padding-left: 0; }
.editorial-source { min-width: 0; display: flex; align-items: center; gap: 9px; color: var(--green); font-size: 10px; font-weight: 850; text-decoration: none; }
.editorial-source span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.editorial-source .source-avatar { width: 30px; height: 30px; font-size: 8px; }
.editorial-meta { margin: 16px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.editorial-card h3 { margin: 12px 0 0; font-family: Georgia,serif; font-size: clamp(20px,2.1vw,30px); font-weight: 400; line-height: 1.12; }
.editorial-card:not(.editorial-card-lead) h3 { font-size: clamp(18px,1.7vw,23px); }
.editorial-card h3 a { text-decoration: none; }
.editorial-card h3 a:hover { color: var(--coral-text); }
.editorial-summary { margin: 15px 0 0; color: var(--text-secondary); font-size: 14px; line-height: 1.62; }
.editorial-tone-1 > header { border-color: var(--coral); }.editorial-tone-2 > header { border-color: var(--green); }.editorial-tone-3 > header { border-color: var(--yellow); }
.editorial-all { margin-top: 58px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.editorial-all a { color: var(--green); font-size: 13px; font-weight: 850; text-underline-offset: 3px; }
.editorial-empty { padding: 70px 0; border-block: 1px solid var(--line); }
.editorial-empty h2 { max-width: 720px; margin: 0 0 22px; font-family: Georgia,serif; font-size: clamp(36px,5vw,58px); font-weight: 400; line-height: 1.05; }
.editorial-empty a { color: var(--green); font-weight: 850; }

/* Leaflet's required layout primitives are included locally; the runtime bundle is self-hosted. */
.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container,
.leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer { position: absolute; left: 0; top: 0; }
.leaflet-container { overflow: hidden; -webkit-tap-highlight-color: transparent; outline-offset: 1px; font-family: Inter,ui-sans-serif,sans-serif; font-size: 11px; line-height: 1.5; }
.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow { user-select: none; -webkit-user-drag: none; }
.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-tile-pane img, .leaflet-container .leaflet-tile { max-width: none !important; max-height: none !important; width: auto; padding: 0; }
.leaflet-container.leaflet-touch-zoom { touch-action: pan-x pan-y; }
.leaflet-container.leaflet-touch-drag { touch-action: pinch-zoom; }
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom { touch-action: none; }
.leaflet-tile { visibility: hidden; }
.leaflet-tile-loaded { visibility: inherit; }
.leaflet-pane { z-index: 400; }
.leaflet-tile-pane { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane { z-index: 500; }
.leaflet-marker-pane { z-index: 600; }
.leaflet-tooltip-pane { z-index: 650; }
.leaflet-popup-pane { z-index: 700; }
.leaflet-popup { position: absolute; margin-bottom: 20px; text-align: center; }
.leaflet-popup-content-wrapper { min-width: 240px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--surface); color: var(--ink); box-shadow: 0 14px 38px rgba(4,14,11,.28); text-align: left; }
.leaflet-popup-content { margin: 16px 18px; line-height: 1.45; }
.leaflet-popup-tip-container { position: absolute; left: 50%; width: 40px; height: 20px; margin-left: -20px; overflow: hidden; pointer-events: none; }
.leaflet-popup-tip { width: 17px; height: 17px; margin: -10px auto 0; border: 1px solid var(--line-strong); background: var(--surface); box-shadow: 3px 3px 8px rgba(4,14,11,.14); rotate: 45deg; }
.leaflet-popup-close-button { position: absolute; z-index: 2; top: 4px; right: 5px; width: 30px; height: 30px; display: grid; place-items: center; border: 0; background: transparent; color: var(--green); font: 700 21px/1 ui-sans-serif,sans-serif; text-decoration: none; }
.leaflet-popup-close-button:hover, .leaflet-popup-close-button:focus-visible { color: var(--coral-text); }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg { z-index: 200; }
.leaflet-control { position: relative; z-index: 800; pointer-events: auto; }
.leaflet-top, .leaflet-bottom { position: absolute; z-index: 1000; pointer-events: none; }
.leaflet-top { top: 0; }.leaflet-right { right: 0; }.leaflet-bottom { bottom: 0; }.leaflet-left { left: 0; }
.leaflet-control { float: left; clear: both; }.leaflet-right .leaflet-control { float: right; }
.leaflet-top .leaflet-control { margin-top: 12px; }.leaflet-bottom .leaflet-control { margin-bottom: 8px; }
.leaflet-left .leaflet-control { margin-left: 12px; }.leaflet-right .leaflet-control { margin-right: 8px; }
.leaflet-zoom-animated { transform-origin: 0 0; }.leaflet-zoom-anim .leaflet-zoom-animated { transition: transform .25s cubic-bezier(0,0,.25,1); }
.leaflet-zoom-anim .leaflet-zoom-hide { visibility: hidden; }
.leaflet-interactive { cursor: pointer; }.leaflet-grab { cursor: grab; }.leaflet-dragging .leaflet-grab { cursor: grabbing; }
.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container { pointer-events: none; }
.leaflet-marker-icon.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive { pointer-events: auto; }
.leaflet-bar { border: 1px solid rgba(23,63,53,.25); background: white; box-shadow: 0 4px 14px rgba(21,34,30,.15); }
.leaflet-bar a { width: 34px; height: 34px; display: block; border-bottom: 1px solid var(--line); background: white; color: var(--green); font: 700 21px/34px ui-sans-serif,sans-serif; text-align: center; text-decoration: none; }
.leaflet-bar a:last-child { border-bottom: 0; }.leaflet-bar a:hover, .leaflet-bar a:focus { background: #e8f0ec; }
.leaflet-bar a.leaflet-disabled { color: #aab4af; background: #f3f3ef; cursor: default; }
.leaflet-container .leaflet-control-attribution { margin: 0; padding: 3px 6px; background: rgba(255,255,255,.9); color: #53605b; line-height: 1.35; }
.leaflet-control-attribution a { color: var(--green); text-underline-offset: 2px; }
.leaflet-control-scale-line { padding: 2px 5px 1px; border: 2px solid #61706a; border-top: 0; background: rgba(255,255,255,.85); color: #394640; line-height: 1.1; white-space: nowrap; }
.leaflet-area-search-control { width: auto !important; min-height: 38px; padding: 8px 12px; border: 1px solid var(--green); border-radius: 4px; background: var(--surface); color: var(--green); box-shadow: 0 5px 18px rgba(4,14,11,.2); font-size: 11px; font-weight: 850; white-space: nowrap; }
.leaflet-area-search-control:hover, .leaflet-area-search-control:focus-visible { background: var(--action-bg); color: var(--action-text); }

.publication-view .news-hero, .publication-view .signal-strip, .publication-view .institution-directory,
.publication-view .roundups, .publication-view .change-relations, .publication-view .content { display: none !important; }
.publication-page { padding-block: clamp(38px, 6vw, 76px) 100px; }
.publication-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 12px; }
.publication-breadcrumb a { text-underline-offset: 3px; }
.publication-header { max-width: 960px; margin-top: 48px; }
.publication-source { display: flex; align-items: center; gap: 13px; margin-bottom: 38px; }
.publication-source .source-avatar { width: 44px; height: 44px; }
.publication-source div { display: grid; }
.publication-source div > a { color: var(--green); font-size: 12px; font-weight: 800; text-underline-offset: 3px; }
.publication-source time { color: var(--muted); font-size: 11px; }
.publication-header h1 { max-width: 1040px; font-size: clamp(45px, 7vw, 84px); line-height: .98; letter-spacing: -.055em; }
.publication-status-badge { width: fit-content; margin: -4px 0 16px; padding: 6px 9px; border: 1px solid color-mix(in srgb,var(--green) 30%,var(--line)); background: var(--soft-highlight-bg); color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.publication-lead { max-width: 860px; margin: 34px 0 0; color: var(--text-intro); font-family: Georgia, serif; font-size: clamp(21px, 3vw, 29px); line-height: 1.48; }
.publication-account-action { margin-top: 26px; }
.publication-layout { display: grid; grid-template-columns: minmax(0, 760px) 300px; gap: clamp(44px, 8vw, 100px); align-items: start; margin-top: 58px; }
.publication-body { min-width: 0; }
.publication-body .why-box { margin-top: 0; }
.publication-body .why-box p { margin: 0; line-height: 1.7; }
.publication-body .key-dates h2 { margin: 0 0 12px; color: var(--warning-text); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.publication-body .key-dates ul { padding: 0; list-style: none; }
.publication-body .key-dates li { display: grid; grid-template-columns: minmax(90px,auto) 1fr auto; gap: 7px 14px; align-items: baseline; padding: 9px 0; border-bottom: 1px solid rgba(106,87,20,.16); }
.publication-body .key-dates li:last-child { border-bottom: 0; }
.publication-body .key-dates li strong { color: var(--warning-text); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.publication-body .key-dates li time { color: var(--warning-text); font-size: 11px; font-weight: 750; }
.publication-topics { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.publication-topics a { padding: 7px 10px; background: var(--tag-bg); color: var(--green); font-size: 11px; font-weight: 750; text-decoration: none; }
.publication-provenance { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.publication-provenance h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.publication-provenance > p { max-width: 66ch; color: var(--muted); font-size: 13px; line-height: 1.6; }
.publication-provenance dl { margin: 20px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.publication-provenance dl div { padding: 12px 14px 12px 0; border-bottom: 1px solid var(--line); }
.publication-provenance dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.publication-provenance dd { margin: 3px 0 0; color: var(--ink); font-size: 13px; }
.publication-provenance [data-standalone-revisions] { margin-top: 18px; }
.publication-provenance [data-load-revisions] { min-height: 42px; padding: 8px 12px; border: 1px solid var(--green); background: transparent; color: var(--green); font-size: 12px; font-weight: 800; }
.revision-current { color: var(--muted); font-size: 13px; }
.standalone-report { margin-top: 28px; }
.publication-source-card { padding: 26px; border-top: 3px solid var(--green); background: var(--surface); }
.publication-source-card p { margin: 0; color: var(--text-secondary); font-size: 14px; line-height: 1.65; }
.publication-source-card a { display: block; margin-top: 20px; padding: 12px 14px; background: var(--action-bg); color: var(--action-text); font-size: 13px; font-weight: 800; text-align: center; text-decoration: none; }
.publication-source-card .source-collection-link { margin-top: 10px; border: 1px solid var(--green); background: transparent; color: var(--green); }
.publication-source-card small { display: block; margin-top: 14px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.publication-after { display: flex; justify-content: space-between; gap: 24px; margin-top: 74px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 750; }
.publication-status { min-height: min(620px, 70vh); padding-block: clamp(72px, 12vw, 150px); display: grid; align-content: center; justify-items: start; }
.publication-status h1 { max-width: 900px; margin: 12px 0 20px; font-size: clamp(46px, 8vw, 88px); line-height: .98; letter-spacing: -.055em; }
.publication-status > p:not(.eyebrow) { max-width: 620px; margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: clamp(19px, 2.4vw, 25px); line-height: 1.55; }
.publication-status a { margin-top: 34px; padding: 12px 16px; background: var(--action-bg); color: var(--action-text); font-size: 13px; font-weight: 800; text-decoration: none; }

.structured-entity-view .news-hero, .structured-entity-view .signal-strip, .structured-entity-view .institution-directory,
.structured-entity-view .roundups, .structured-entity-view .change-relations, .structured-entity-view .content { display: none !important; }
.structured-list-view .news-hero, .structured-list-view .signal-strip, .structured-list-view .institution-directory,
.structured-list-view .roundups, .structured-list-view .change-relations, .structured-list-view .content { display: none !important; }
.structured-entity-page { padding-block: clamp(38px,6vw,76px) 100px; }
.structured-entity-header { max-width: 960px; margin-top: 46px; }
.structured-entity-header h1 { max-width: 1050px; margin: 10px 0 0; font-size: clamp(45px,7vw,82px); line-height: .99; letter-spacing: -.05em; }
.structured-entity-header > p:last-child { max-width: 860px; margin: 30px 0 0; color: var(--text-intro); font-family: Georgia,serif; font-size: clamp(21px,3vw,29px); line-height: 1.48; }
.structured-entity-layout { display: grid; grid-template-columns: minmax(0,760px) 320px; gap: clamp(42px,7vw,92px); align-items: start; margin-top: 58px; }
.structured-facts + .structured-facts, .structured-locations { margin-top: 42px; }
.structured-facts h2, .structured-locations h2, .structured-provenance h2 { margin: 0 0 16px; font-family: Georgia,serif; font-size: 29px; font-weight: 400; }
.structured-facts dl { margin: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.structured-facts dl div { min-width: 0; padding: 15px 18px 15px 0; border-bottom: 1px solid var(--line); }
.structured-facts dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.structured-facts dd { margin: 4px 0 0; color: var(--ink); overflow-wrap: anywhere; }
.structured-locations ul, .structured-provenance ul { margin: 0; padding: 0; list-style: none; }
.structured-locations li { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.structured-locations li span { color: var(--muted); font-size: 12px; }
.structured-provenance { padding: 26px; border-top: 3px solid var(--green); background: var(--surface); }
.structured-provenance > p { color: var(--text-secondary); font-size: 13px; }
.structured-provenance li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.structured-provenance li a { font-size: 13px; font-weight: 750; text-underline-offset: 3px; }
.structured-provenance li span { display: block; color: var(--muted); font-size: 10px; }
.structured-provenance h3 { margin: 30px 0 4px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.structured-updates { margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.structured-updates h2 { margin: 0 0 8px; font-family: Georgia,serif; font-size: 29px; font-weight: 400; }
.structured-updates > p { color: var(--text-secondary); }
.structured-updates ul { margin: 20px 0 0; padding: 0; list-style: none; }
.structured-updates li { padding: 18px 0; border-bottom: 1px solid var(--line); }
.structured-updates blockquote { margin: 0 0 10px; color: var(--text); font-family: Georgia,serif; font-size: 20px; line-height: 1.45; }
.structured-updates a { color: var(--link); font-weight: 750; text-underline-offset: .2em; }

.structured-list-page { padding-block: clamp(48px,6vw,78px) clamp(64px,8vw,96px); }
.structured-list-page > header { max-width: 66rem; margin-bottom: clamp(2rem,5vw,4.5rem); }
.structured-list-page > header h1 { margin: .2rem 0 1rem; font-family: Georgia,serif; font-size: clamp(3rem,8vw,7.5rem); font-weight: 400; line-height: .92; }
.structured-list-page > header > .structured-list-intro { max-width: 56rem; color: var(--text-secondary); font-size: clamp(1.05rem,2vw,1.35rem); line-height: 1.6; }
.structured-list-page > header > .structured-list-expand { min-height: 44px; align-items: center; margin-top: 1.25rem; font-size: .78rem; }
.structured-list-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); border-top: 1px solid var(--line); }
.structured-list-card { grid-column: span 6; min-width: 0; padding: clamp(1.5rem,3vw,2.75rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.structured-list-card:nth-child(2n) { border-right: 0; }
.structured-list-card h2 { margin: .6rem 0 1rem; font-family: Georgia,serif; font-size: clamp(1.75rem,3vw,3rem); font-weight: 400; line-height: 1.04; }
.structured-list-card h2 a { color: var(--text); text-decoration: none; }
.structured-list-card h2 a:hover, .structured-list-more:hover { color: var(--coral); }
.structured-list-card > p:not(.eyebrow) { color: var(--text-secondary); line-height: 1.6; }
.structured-list-more { display: inline-flex; margin-top: 1rem; color: var(--link); font-weight: 750; text-underline-offset: .22em; }
.structured-list-pagination { display: flex; justify-content: space-between; gap: 1rem; padding-top: 2rem; }
.structured-list-pagination a { color: var(--link); font-weight: 750; }
.structured-load-more { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; margin-left: auto; padding: .75rem 1.15rem; border: 1px solid var(--action-bg); background: var(--action-bg); color: var(--action-text) !important; text-decoration: none; }
.structured-archive { margin-top: clamp(3rem,7vw,7rem); padding-top: clamp(2rem,4vw,3.5rem); border-top: 3px solid var(--ink); }
.structured-archive > header { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.65fr); gap: 1rem 3rem; align-items: end; margin-bottom: 1.5rem; }
.structured-archive > header .eyebrow { grid-column: 1 / -1; }
.structured-archive > header h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(2.25rem,5vw,4.5rem); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.structured-archive > header > p:last-child { margin: 0; color: var(--text-secondary); line-height: 1.55; }
.structured-archive-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); }
.structured-archive-card { min-width: 0; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.structured-archive-card:nth-child(3n) { border-right: 0; }
.structured-archive-card h3 { margin: .55rem 0 .85rem; font-family: Georgia,serif; font-size: clamp(1.35rem,2.4vw,2rem); font-weight: 400; line-height: 1.12; }
.structured-archive-card h3 a { color: var(--text); text-decoration: none; }
.structured-archive-card h3 a:hover { color: var(--coral-text); }
.structured-archive-card > p:not(.eyebrow) { color: var(--text-secondary); line-height: 1.55; }
.structured-archive-kind { display: inline-flex; margin-top: .8rem; padding: .35rem .55rem; background: var(--tag-bg); color: var(--tag-text); font-size: .7rem; font-weight: 800; text-transform: uppercase; }

@media (max-width: 900px) {
  .news-hero-heading, .featured-grid, .publication-layout, .structured-entity-layout { grid-template-columns: 1fr; }
  .featured-grid { border-bottom: 0; }
  .featured-main { min-height: 370px; padding-right: 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .featured-card { min-height: 220px; padding-left: 0; }
  .filter-grid { grid-template-columns: repeat(2, minmax(150px, 1fr)); }
  .map-heading, .map-layout { grid-template-columns: 1fr; }
  .map-controls { grid-template-columns: 1fr 130px; }
  .map-canvas { border-right: 0; border-bottom: 1px solid var(--line); }
  .institution-profile { grid-template-columns: 1fr; gap: 24px; }
  .institution-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .structured-archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .structured-archive-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .structured-archive-card:nth-child(2n) { border-right: 0; }
}

@media (max-width: 620px) {
  .category-nav { gap: 20px; padding-right: 34px; -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 34px), transparent 100%); mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 34px), transparent 100%); }
  .page-breadcrumb { margin-top: 20px; font-size: .75rem; }
  .page-breadcrumb + .institution-directory { padding-top: 28px; }
  .institution-category-nav { margin-top: 28px; }
  .institution-category-section > header { align-items: flex-start; flex-direction: column; gap: 12px; }
  .institution-category-grid { grid-template-columns: 1fr; }
  .news-hero { padding-block: 38px 50px; }
  .news-hero-heading { gap: 18px; margin-bottom: 24px; }
  .news-hero-heading h1 { font-size: clamp(45px, 15vw, 66px); }
  .featured-main { min-height: 340px; }
  .featured-secondary { grid-template-rows: none; }
  .featured-card { min-height: 190px; }
  .filters { margin-bottom: 16px; }
  .filter-disclosure { border: 1px solid var(--line); background: color-mix(in srgb,var(--surface) 82%,transparent); }
  .filter-disclosure > summary { min-height: 46px; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--green); font-size: 12px; font-weight: 850; cursor: pointer; list-style: none; }
  .filter-disclosure > summary::-webkit-details-marker { display: none; }
  .filter-disclosure > summary::after { content: "+"; flex: none; font-size: 20px; font-weight: 400; line-height: 1; }
  .filter-disclosure[open] > summary::after { content: "−"; }
  .filter-disclosure > summary span { margin-left: auto; color: var(--muted); font-size: 10px; font-weight: 650; }
  .filter-grid { grid-template-columns: 1fr; padding: 0 12px 12px; gap: 8px; }
  .filter-grid select { min-height: 44px; }
  .filter-menu > summary { justify-content: space-between; }
  .filter-menu > summary .filter-menu-icon { margin-right: auto; }
  .filter-menu-panel, .advanced-filter-menu .filter-menu-panel { position: static; width: 100%; margin-top: 6px; padding: 12px; box-shadow: none; }
  .advanced-filter-grid { grid-template-columns: 1fr; }
  .filter-disclosure .dynamic-facets { margin: 0; padding: 12px; }
  .filter-disclosure .clear-filters { margin: 0; }
  .additional-filter-menu { margin-top: 2px; }
  .additional-filter-menu > summary { min-height: 44px; }
  .additional-filter-panel { position: fixed; z-index: 300; inset: 0; margin: 0; padding: 0 16px max(20px,env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: var(--paper); }
  .mobile-filter-header { position: sticky; z-index: 2; top: 0; min-height: 66px; margin: 0 -16px 16px; padding: max(10px,env(safe-area-inset-top)) 16px 10px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .mobile-filter-header strong { font-family: Georgia,serif; font-size: 24px; font-weight: 400; }
  .mobile-filter-header button { min-height: 44px; padding: 8px 11px; border: 1px solid var(--green); background: transparent; color: var(--green); font-weight: 800; }
  .additional-filter-grid { grid-template-columns: 1fr; }
  .advanced-filter-tier > summary { width: 100%; min-height: 46px; justify-content: space-between; }
  .advanced-filter-tier > summary span { margin-left: auto; }
  .active-filter-state { align-items: flex-start; flex-direction: column; margin-top: 10px; }
  .active-filter-state > div { flex-wrap: nowrap; width: 100%; overflow-x: auto; padding-bottom: 3px; }
  html.filter-modal-open { overflow: hidden; }
  html.filter-modal-open .enhanced-select-backdrop:not([hidden]) { z-index: 399; }
  html.filter-modal-open .enhanced-select-panel { z-index: 400; }
  .combobox-options { position: fixed; z-index: 120; top: max(72px,14vh); bottom: auto; left: 15px; right: 15px; max-height: min(64vh,420px); overscroll-behavior: contain; }
  .map-controls { grid-template-columns: 1fr; }
  .search-map-view .map-controls { grid-template-columns: minmax(0,1fr) minmax(112px,.62fr); }
  .search-map-view .map-controls label:first-child, .search-map-view .map-controls .secondary-button { grid-column: 1 / -1; }
  .map-controls button { width: 100%; }
  .map-layout { min-height: 0; }
  .map-layout { height: auto; }
  .map-canvas, .map-empty { min-height: 62vh; }
  .map-results { max-height: none; }
  .structured-archive > header, .structured-archive-grid { grid-template-columns: 1fr; }
  .structured-archive-card, .structured-archive-card:nth-child(2n), .structured-archive-card:nth-child(3n) { border-right: 0; }
  .home-map-preview { padding-block: 46px 54px; }
  .home-map-preview .map-heading { margin-bottom: 20px; }
  .home-map-preview .map-layout, .home-map-preview .map-canvas { min-height: 330px; }
  .leaflet-container .leaflet-control-attribution { max-width: 82%; font-size: 10px; line-height: 1.25; }
  .publication-page { padding-block: 30px 72px; }
  .structured-entity-page { padding-block: 30px 72px; }
  .structured-entity-header { margin-top: 34px; }
  .structured-entity-header h1 { font-size: clamp(36px,10.5vw,52px); overflow-wrap: anywhere; }
  .structured-entity-layout { margin-top: 42px; gap: 34px; }
  .structured-facts dl { grid-template-columns: 1fr; }
  .publication-header { margin-top: 34px; }
  .publication-header h1 { font-size: clamp(36px, 10.5vw, 52px); overflow-wrap: anywhere; }
  .context-account-action p { flex-basis: 100%; }
  .publication-layout { margin-top: 42px; gap: 34px; }
  .publication-body .key-dates li { grid-template-columns: 1fr; gap: 3px; }
  .publication-provenance dl { grid-template-columns: 1fr; }
  .publication-after { align-items: flex-start; flex-direction: column; margin-top: 54px; }
  .institution-profile { margin-top: -20px; margin-bottom: 48px; padding-block: 22px; }
  .institution-profile-details nav { display: grid; gap: 10px; }
}

/* Unified discovery, navigation and theme layer. */
.global-search { position: relative; width: clamp(220px, 25vw, 390px); }
.global-search > span { position: absolute; z-index: 1; left: 13px; top: 50%; translate: 0 -50%; color: var(--green-2); }
.global-search input { width: 100%; min-height: 42px; padding: 8px 14px 8px 38px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink); font-size: 12px; }
.global-search input:focus { border-color: var(--green); outline: 3px solid color-mix(in srgb, var(--green) 20%, transparent); }
.global-search-suggestions { position: absolute; z-index: 160; top: calc(100% + 8px); left: 0; right: 0; max-height: min(70vh, 520px); overflow-y: auto; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.global-search-suggestions[hidden] { display: none; }
.global-search-suggestions section { display: grid; padding: 10px; }
.global-search-suggestions section + section { border-top: 1px solid var(--line); }
.global-search-suggestions strong { padding: 4px 8px 7px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.global-search-suggestions a { padding: 9px 8px; color: var(--ink); font-size: 12px; line-height: 1.35; text-decoration: none; }
.global-search-suggestions a:hover, .global-search-suggestions a:focus-visible { background: color-mix(in srgb, var(--green) 10%, var(--surface)); color: var(--green); }
.global-search-suggestions .suggestion-institution { display: flex; align-items: center; gap: 9px; }
.suggestion-institution .source-avatar { width: 27px; height: 27px; font-size: 8px; }
.global-search-suggestions .global-search-all { display: block; border-top: 1px solid var(--line); color: var(--green); font-weight: 800; }
.header-map-link { width: 42px; height: 42px; flex: none; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--green); line-height: 1; text-decoration: none; }
.header-map-link:hover, .header-map-link:focus-visible { border-color: var(--green); background: color-mix(in srgb,var(--green) 10%,var(--surface)); }
.header-map-link[aria-current="page"] { border-color: var(--action-bg); background: var(--action-bg); color: var(--action-text); }
.mobile-search-link, .mobile-nav-link { display: none; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--green); font: inherit; cursor: pointer; }
.header-action-icon { width: 20px; height: 20px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mobile-search-dialog { width: min(100%, 720px); max-width: none; margin: 0 auto; padding: 0; border: 0; background: var(--surface); color: var(--ink); }
.mobile-search-dialog::backdrop { background: rgba(4,14,11,.62); backdrop-filter: blur(3px); }
.mobile-search-dialog > header { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.mobile-search-dialog > header strong { font-family: Georgia,serif; font-size: 24px; font-weight: 400; }
.mobile-search-dialog > header button { width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 24px; }
#mobile-global-search { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; padding: 18px; }
#mobile-global-search label { min-width: 0; position: relative; }
#mobile-global-search label > span[aria-hidden] { position: absolute; left: 14px; top: 50%; translate: 0 -50%; color: var(--green); }
#mobile-global-search input { width: 100%; min-height: 52px; padding: 10px 13px 10px 40px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); font-size: 16px; }
#mobile-global-search > button { min-height: 52px; padding: 9px 18px; border: 1px solid var(--action-bg); background: var(--action-bg); color: var(--action-text); font-weight: 800; }
.mobile-global-search-suggestions { position: static; max-height: calc(100dvh - 154px); margin: 0 18px 18px; box-shadow: none; }
.mobile-nav-dialog { width: min(100%,720px); max-width: none; min-height: 100dvh; margin: 0 0 0 auto; padding: 0; border: 0; background: var(--surface); color: var(--ink); }
.mobile-nav-dialog::backdrop { background: rgba(4,14,11,.62); backdrop-filter: blur(3px); }
.mobile-nav-dialog > header { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.mobile-nav-dialog > header strong { font-family: Georgia,serif; font-size: 24px; font-weight: 400; }
.mobile-nav-dialog > header button { width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 24px; }
.mobile-nav-groups { display: grid; gap: 22px; padding: 22px 18px; }
.mobile-nav-groups nav { display: grid; }
.mobile-nav-groups strong, .mobile-theme-choices legend { margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.mobile-nav-groups a { min-height: 45px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 700; text-decoration: none; }
.mobile-nav-groups a[aria-current="page"] { color: var(--green); box-shadow: inset 3px 0 var(--coral-text); padding-left: 12px; }
.mobile-theme-choices { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; margin: 0 18px 20px; padding: 14px; border: 1px solid var(--line); }
.mobile-theme-choices legend { padding-inline: 5px; }
.mobile-theme-choices label { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.mobile-theme-choices input { accent-color: var(--green); }
.mobile-nav-dialog > footer { display: flex; gap: 20px; padding: 0 18px max(24px,env(safe-area-inset-bottom)); color: var(--muted); font-size: 12px; }

.mega-menu, .theme-menu { position: relative; }
.mega-menu > summary, .theme-menu > summary { min-height: 40px; display: inline-flex; align-items: center; padding: 7px 9px; color: var(--green); font-size: 13px; font-weight: 750; cursor: pointer; list-style: none; }
.mega-menu > summary::-webkit-details-marker, .theme-menu > summary::-webkit-details-marker { display: none; }
.mega-menu > summary::after { content: ""; width: 7px; height: 7px; margin-left: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; color: var(--muted); rotate: 45deg; translate: 0 -2px; transition: rotate .16s ease,translate .16s ease; }
.mega-menu[open] > summary::after { rotate: 225deg; translate: 0 2px; }
.mega-menu.has-current > summary { color: var(--coral-text); box-shadow: inset 0 -2px var(--coral-text); }
.mega-menu-panel { position: absolute; z-index: 150; top: calc(100% + 10px); right: -80px; width: min(720px, calc(100vw - 32px)); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; padding: 26px; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.mega-menu-panel section { display: grid; align-content: start; }
.mega-menu-panel strong { margin-bottom: 8px; color: var(--muted); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.mega-menu-panel a { padding: 8px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 13px; text-decoration: none; }
.mega-menu-panel a:hover { color: var(--coral-text); }
.mega-menu-panel a[aria-current="page"], .quiet-link[aria-current="page"] { color: var(--green); font-weight: 850; }
.theme-menu > summary { width: 40px; justify-content: center; border: 1px solid transparent; font-size: 19px; }
.theme-menu[open] > summary { border-color: var(--line); background: var(--surface); }
.theme-menu fieldset { position: absolute; z-index: 155; top: calc(100% + 8px); right: 0; width: 180px; margin: 0; padding: 12px; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.theme-menu legend { padding: 0 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.theme-menu label { min-height: 38px; display: flex; align-items: center; gap: 9px; padding: 6px; font-size: 12px; cursor: pointer; }
.theme-menu input { accent-color: var(--green); }

.search-view-switch { width: fit-content; display: inline-flex; gap: 4px; margin: 0 0 18px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: color-mix(in srgb, var(--surface) 80%, transparent); }
.search-view-switch[hidden] { display: none; }
.search-view-switch a { min-height: 38px; display: inline-flex; align-items: center; padding: 7px 15px; border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 800; text-decoration: none; }
.search-view-switch a[aria-current="page"] { background: var(--action-bg); color: var(--action-text); }
.filter-grid { max-width: 100%; grid-template-columns: minmax(200px,1.35fr) minmax(145px,.85fr) minmax(145px,.85fr) minmax(46px,auto); align-items: stretch; }
.filter-grid > * { min-width: 0; }
.filter-menu > summary, .filter-field select, .combobox-input-wrap input { height: 46px; }
.sort-menu > summary { width: 46px; justify-content: center; padding-inline: 8px; }
.sort-menu > summary #sort-menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.sort-menu > summary::after { display: none; }
.sort-menu .filter-menu-panel { width: 260px; }
.content { min-width: 0; }
.feed-column, .side-column { min-width: 0; }

.pulse-and-briefing { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 18px; padding-block: 64px; }
.pulse-and-briefing[hidden], .short-updates[hidden], .daily-briefing[hidden], .home-calendar-preview[hidden] { display: none; }
.short-updates, .daily-briefing, .home-calendar-preview { min-width: 0; padding: clamp(24px,3vw,36px); border: 1px solid var(--line); background: var(--surface); }
.daily-briefing { grid-column: 1 / -1; }
.short-updates > header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.short-updates h2, .daily-briefing h2, .home-calendar-preview h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(31px,4vw,45px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.short-updates > header > a, .home-calendar-preview > header > a { color: var(--green); font-size: 12px; font-weight: 800; text-underline-offset: 3px; }
.short-updates ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.short-update { padding: 16px 0; border-bottom: 1px solid var(--line); }
.short-update-source { display: flex; align-items: center; gap: 8px; min-width: 0; }
.short-update-source :is(img,span) { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; object-fit: contain; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); font-size: 8px; font-weight: 850; }
.short-update-source .source-avatar { background: var(--avatar-bg,var(--paper)); color: var(--avatar-text,var(--green)); }
.short-update-source a { overflow: hidden; color: var(--green); font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.short-update-source time { margin-left: auto; flex: none; color: var(--muted); font-size: 10px; }
.short-update-body { display: block; margin-top: 9px; color: var(--ink); font-family: Georgia,serif; font-size: 18px; line-height: 1.42; text-decoration: none; }
.short-update-body :is(p,blockquote) { margin: 0; }
.short-update-body blockquote { padding-left: 14px; border-left: 3px solid var(--coral); font-style: italic; }
.short-update-body:hover { color: var(--green-2); }

.short-updates-page { padding-block: clamp(48px,6vw,78px) 96px; }
.short-updates-page > header { max-width: 780px; margin-bottom: clamp(34px,5vw,64px); }
.short-updates-page > header h1 { margin: 0; font-family: Georgia,serif; font-size: clamp(52px,9vw,104px); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.short-updates-page > header > p:last-child { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px,2vw,22px); line-height: 1.55; }
.short-update-archive-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.short-update-archive-item { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); scroll-margin-top: 110px; }
.short-update-archive-item article { position: relative; min-height: 260px; padding: clamp(24px,3vw,36px); }
.short-update-archive-item:target { outline: 3px solid var(--coral); outline-offset: -3px; }
.short-update-archive-item .short-update-source { padding-right: 28px; }
.short-update-kind { margin: 22px 0 0; color: var(--coral-text); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.short-update-archive-item .short-update-body { margin-top: 8px; font-size: clamp(19px,2.1vw,25px); line-height: 1.38; }
.short-update-permalink { position: absolute; top: 25px; right: 25px; color: var(--muted); font-size: 14px; font-weight: 800; text-decoration: none; }
.short-update-permalink:hover, .short-update-permalink:focus-visible { color: var(--green); }

@media (max-width: 760px) {
  .short-update-archive-list { grid-template-columns: 1fr; }
  .short-update-archive-item article { min-height: 0; }
}
.daily-briefing { border-top: 4px solid var(--coral); }
.daily-briefing h2 { margin-bottom: 26px; }
.daily-briefing :is(audio,video) { width: 100%; max-height: 360px; color-scheme: light dark; }
.briefing-transcript { display: inline-flex; margin-top: 14px; color: var(--green); font-size: 12px; font-weight: 800; }
.briefing-disclosure { margin: 18px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.home-calendar-preview > header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.home-calendar-preview ol { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.home-calendar-preview li a { min-height: 128px; display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 18px; border: 1px solid var(--line); background: var(--surface); text-decoration: none; }
.home-calendar-preview time { display: grid; align-content: start; justify-items: center; color: var(--coral-text); }
.home-calendar-preview time strong { font-family: Georgia,serif; font-size: 30px; font-weight: 400; line-height: 1; }
.home-calendar-preview time span { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.home-calendar-preview li div { min-width: 0; display: grid; align-content: start; gap: 6px; }
.home-calendar-preview small { color: var(--muted); font-size: 9px; line-height: 1.4; text-transform: uppercase; }
.home-calendar-preview li div > span { font-family: Georgia,serif; font-size: 17px; line-height: 1.25; }
.home-calendar-preview a:hover { border-color: var(--green); }

.calendar-view { margin: 8px 0 26px; padding: clamp(18px,3vw,32px); border: 1px solid var(--line); background: var(--surface); }
.calendar-view[hidden] { display: none; }
.calendar-view > header { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 22px; }
.calendar-view h3 { margin: 0; font-family: Georgia,serif; font-size: clamp(34px,4vw,48px); font-weight: 400; }
.calendar-nav { display: flex; align-items: center; gap: 6px; }
.calendar-nav button { min-height: 38px; padding: 7px 11px; border: 1px solid var(--line); background: var(--surface); color: var(--green); font-weight: 800; }
.calendar-nav strong { min-width: 145px; color: var(--ink); font-family: Georgia,serif; font-size: 18px; font-weight: 400; text-align: center; }
.calendar-layout { height: 520px; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); gap: 18px; align-items: stretch; }
.calendar-view.agenda-only .calendar-layout { grid-template-columns: 1fr; }
.calendar-view.agenda-only .calendar-grid { display: none; }
.calendar-view.agenda-only .calendar-agenda ol { columns: 2; column-gap: 28px; }
.calendar-view.agenda-only .calendar-agenda li { break-inside: avoid; }
.calendar-grid { min-height: 0; display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); grid-template-rows: 34px repeat(6,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.calendar-loading-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); }
.calendar-loading-grid i { min-height: 74px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(110deg,var(--surface),var(--soft-muted-bg),var(--surface)); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
.calendar-weekday { min-height: 34px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.calendar-empty, .calendar-grid button { min-height: 74px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; }
.calendar-grid button { position: relative; padding: 8px; color: var(--ink); text-align: left; }
.calendar-grid button > span { font-family: Georgia,serif; font-size: 18px; }
.calendar-grid button strong { position: absolute; right: 7px; bottom: 7px; min-width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--coral-fill); color: #fff; font-size: 9px; }
.calendar-grid button:hover { background: color-mix(in srgb,var(--green) 8%,transparent); }
.calendar-grid button.selected { box-shadow: inset 0 0 0 2px var(--green); background: color-mix(in srgb,var(--green) 12%,transparent); }
.calendar-grid button.today > span { color: var(--coral-text); font-weight: 800; }
.calendar-agenda { min-width: 0; min-height: 0; padding: 18px; display: flex; flex-direction: column; overflow: hidden; background: var(--paper); }
.calendar-agenda h4 { margin: 0 0 12px; font-family: Georgia,serif; font-size: 21px; font-weight: 400; }
.calendar-agenda ol { min-height: 0; margin: 0; padding: 0; overflow-y: auto; overscroll-behavior: contain; list-style: none; }
.calendar-agenda li { display: grid; gap: 4px; padding: 12px 0; border-top: 1px solid var(--line); }
.calendar-agenda li time { color: var(--coral-text); font-size: 10px; font-weight: 850; }
.calendar-agenda li a { font-family: Georgia,serif; font-size: 17px; line-height: 1.25; text-decoration: none; }
.calendar-agenda li span, .calendar-agenda-empty { color: var(--muted); font-size: 10px; }
.calendar-agenda li.calendar-loading { padding: 0; border: 0; }
.calendar-load-more { flex: 0 0 auto; width: 100%; min-height: 42px; margin-top: 12px; border: 1px solid var(--green); background: transparent; color: var(--green); font-weight: 750; }
.calendar-load-more:hover { background: color-mix(in srgb,var(--green) 8%,transparent); }
.calendar-load-more:disabled { cursor: wait; opacity: .65; }
.calendar-loading .loading-state { min-height: 250px; }

.map-status-row { min-height: 32px; display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.map-status-row .map-status { margin: 0; }
.map-search-area { min-height: 34px; padding: 6px 11px; border: 1px solid var(--green); background: var(--surface); color: var(--green); font-size: 11px; font-weight: 800; }
.map-search-area[hidden] { display: none; }

.similar-items { margin-top: 42px; padding-top: 30px; border-top: 1px solid var(--line); }
.similar-items[hidden] { display: none; }
.similar-items h2, .similar-items h3 { margin: 0 0 18px; font-family: Georgia,serif; font-size: 30px; font-weight: 400; }
.similar-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.similar-card { min-width: 0; padding: 16px; border: 1px solid var(--line); background: var(--surface); }
.similar-card-source { display: flex; align-items: center; gap: 7px; color: var(--green); font-size: 9px; font-weight: 800; text-decoration: none; }
.similar-card-source .source-avatar { width: 27px; height: 27px; font-size: 8px; }
.similar-card-source span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.similar-card h4 { margin: 14px 0; font-family: Georgia,serif; font-size: 17px; font-weight: 400; line-height: 1.25; }
.similar-card h4 a { text-decoration: none; }
.similar-card > p { display: flex; flex-wrap: wrap; gap: 5px 9px; margin: 0; color: var(--muted); font-size: 9px; }

html[data-theme="dark"] {
  --ink: #edf4f1;
  --muted: #aab8b2;
  --paper: #0e1513;
  --surface: #17211e;
  --line: #34433e;
  --green: #83cbb5;
  --green-2: #9ed8c6;
  --mint: #26483e;
  --coral: #ff7959;
  --coral-text: #ff967d;
  --coral-fill: #a83f2a;
  --yellow: #efd66f;
  --text-intro: #c8d3ce;
  --text-secondary: #c0cbc6;
  --text-supporting: #b8c6c0;
  --form-label: #c0cbc6;
  --input-bg: #101815;
  --tag-bg: #294a40;
  --soft-green-bg: #1b302a;
  --soft-muted-bg: #202a27;
  --soft-highlight-bg: #213b33;
  --soft-coral-bg: #4a2b25;
  --soft-coral-text: #f3b5a5;
  --warning-bg: #3b351d;
  --warning-text: #f0d77b;
  --success: #78d7b8;
  --danger: #ff9b83;
  --action-bg: #245f4f;
  --action-text: #ffffff;
  --map-bg: #13201c;
  --shadow: 0 24px 70px rgba(0,0,0,.35);
  color-scheme: dark;
}
html[data-theme="dark"] .site-header { background: rgba(14,21,19,.96); }
html[data-theme="dark"] select:not([multiple]) { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='m3 5 4 4 4-4' fill='none' stroke='%2383cbb5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important; }
html[data-theme="dark"] select:not([multiple]):hover { background-color: var(--input-bg) !important; border-color: #70857e !important; }
html[data-theme="dark"] .feed-card mark { background: #6a5714; color: #fff4c5; }
html[data-theme="dark"] .leaflet-bar, html[data-theme="dark"] .leaflet-bar a { background: var(--surface); color: var(--green); }
html[data-theme="dark"] .leaflet-container .leaflet-control-attribution { background: rgba(14,21,19,.9); color: #bdc8c3; }

.publication-derivations,
.publication-attachments {
  margin-block: clamp(2rem,5vw,4rem);
  padding-block: clamp(1.5rem,3vw,2.25rem);
  border-block: 1px solid var(--border);
}
.publication-derivations h2,
.publication-attachments h2 { margin: 0 0 1rem; }
.publication-derivations ul,
.publication-attachments ul { display: grid; gap: .65rem; padding: 0; margin: 0; list-style: none; }
.publication-derivations a,
.publication-attachments a { color: var(--text); overflow-wrap: anywhere; word-break: break-word; text-decoration-color: var(--accent); text-underline-offset: .2em; }
.publication-derivations a { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--border); }
.home-entity-types { padding-block: clamp(54px,8vw,100px); }
.home-entity-types-head, .home-entity-section > header { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.home-entity-types-head { margin-bottom: 42px; }
.home-entity-types-head h2 { max-width: 820px; margin: 6px 0 0; font-family: Georgia,serif; font-size: clamp(34px,4.8vw,68px); font-weight: 400; line-height: .98; }
.home-entity-types-head > a, .home-entity-section > header > a { color: var(--green); font-weight: 800; text-underline-offset: .25em; }
.home-entity-section { margin-top: 42px; border-top: 3px solid var(--green); }
.home-entity-section > header { padding: 18px 0; border-bottom: 1px solid var(--line); }
.home-entity-section > header p { margin: 0 0 5px; color: var(--muted); font-size: 12px; }
.home-entity-section h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(28px,3vw,44px); font-weight: 400; }
.home-entity-grid { display: grid; grid-template-columns: 1.35fr repeat(3,minmax(0,1fr)); border-bottom: 1px solid var(--line); }
.home-entity-grid article { min-width: 0; padding: 24px 20px 28px; border-right: 1px solid var(--line); }
.home-entity-grid article:last-child { border-right: 0; }
.home-entity-grid h3 { margin: 9px 0 12px; font-family: Georgia,serif; font-size: clamp(21px,2vw,31px); font-weight: 400; line-height: 1.1; }
.home-entity-grid h3 a { color: var(--ink); text-decoration: none; }
.home-entity-grid h3 a:hover, .home-entity-grid h3 a:focus-visible { color: var(--green); text-decoration: underline; text-underline-offset: .16em; }
.home-entity-grid article > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

@media (max-width: 1180px) {
  .nav-actions { gap: 12px; }
  .quiet-link { display: none; }
  .global-search { width: clamp(190px,24vw,280px); }
  .filter-grid { grid-template-columns: minmax(190px,1.2fr) repeat(2,minmax(130px,.8fr)) auto; }
}

@media (min-width: 621px) and (max-width: 1279px) {
  .shell { width: calc(100% - 32px); }
}

@media (max-width: 900px) {
  .global-search, .mega-menu, .theme-menu { display: none; }
  .mobile-search-link, .mobile-nav-link { display: grid; }
  .pulse-and-briefing { grid-template-columns: 1fr; }
  .calendar-layout { height: auto; grid-template-columns: 1fr; }
  .calendar-agenda { height: 320px; }
  .similar-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .editorial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-entity-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-entity-grid article:nth-child(even) { border-right: 0; }
  .home-entity-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .editorial-card, .editorial-card-lead { padding: 24px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .editorial-card:nth-child(even) { border-right: 0; }
  .mobile-search-dialog[open], .mobile-nav-dialog[open] { min-height: 100dvh; display: block; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px,1180px); }
  .account-overview { padding: 16px; }
  .account-overview-grid { grid-template-columns: 1fr; }
  .account-overview-grid > div, .account-overview-grid > div:nth-child(2n), .account-overview-grid > div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .account-overview-grid > div:last-child { border-bottom: 0; }
  .account-section-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nav-wrap { min-height: 68px; gap: 10px; }
  .brand { flex: none; }
  .nav-actions { min-width: 0; margin-left: auto; gap: 6px; }
  .info-menu { display: none; }
  .theme-menu > summary, .header-map-link, .mobile-search-link, .mobile-nav-link { width: 44px; height: 44px; padding: 0; border-radius: 12px; }
  .pulse-and-briefing { padding-block: 36px; }
  .short-updates, .daily-briefing, .home-calendar-preview { padding: 20px; }
  .short-update-body { font-size: 17px; }
  .home-entity-types-head, .home-entity-section > header { align-items: flex-start; flex-direction: column; gap: 12px; }
  .home-entity-grid { grid-template-columns: 1fr; }
  .home-entity-grid article, .home-entity-grid article:nth-child(even) { border-right: 0; }
  .home-entity-grid article + article { border-top: 1px solid var(--line); }
  .home-calendar-preview > header { align-items: start; flex-direction: column; gap: 12px; }
  .home-calendar-preview ol { grid-template-columns: 1fr; }
  .home-calendar-preview li a { min-height: 104px; }
  .home-map-preview { padding-block: 44px 52px; }
  .home-map-preview .map-heading { gap: 16px; margin-bottom: 20px; }
  .home-map-preview .map-heading > div:last-child > p { display: none; }
  .home-map-preview .map-layout, .static-map-preview { min-height: 280px; }
  .static-map-callout { max-width: calc(100% - 34px); padding: 18px 20px; }
  .editorial-sections { padding-block: 58px 74px; }
  .editorial-section + .editorial-section { margin-top: 58px; }
  .editorial-section > header { align-items: start; }
  .editorial-section > header h2 { font-size: clamp(33px,10vw,46px); }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-card, .editorial-card-lead, .editorial-card:nth-child(even) { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .editorial-card h3, .editorial-card:not(.editorial-card-lead) h3 { font-size: 24px; }
  .editorial-summary { font-size: 13px; }
  .editorial-all { margin-top: 42px; align-items: flex-start; flex-direction: column; }
  .search-view-switch { position: sticky; z-index: 30; top: 8px; width: 100%; justify-content: stretch; background: var(--surface); box-shadow: 0 5px 18px rgba(0,0,0,.08); }
  .search-view-switch a { flex: 1; justify-content: center; padding-inline: 8px; }
  .filter-disclosure:not([open]) + * { scroll-margin-top: 74px; }
  .filter-grid { grid-template-columns: 1fr; }
  .sort-menu > summary { width: 100%; justify-content: space-between; }
  .sort-menu > summary #sort-menu-label { position: static; width: auto; height: auto; overflow: visible; clip-path: none; }
  .sort-menu > summary::after { display: block; }
  .enhanced-select-backdrop:not([hidden]) { position: fixed; z-index: 199; inset: 0; display: block; width: 100%; height: 100%; border: 0; background: rgba(4,14,11,.56); }
  .enhanced-select-panel, .filter-menu-panel .enhanced-select-panel { position: fixed; z-index: 200; inset: auto 0 0; min-width: 0; max-width: none; width: 100%; max-height: min(76dvh,620px); margin: 0; padding-bottom: max(10px,env(safe-area-inset-bottom)); border-radius: 18px 18px 0 0; box-shadow: 0 -18px 60px rgba(0,0,0,.24); }
  .enhanced-select-heading { position: sticky; z-index: 1; top: 0; min-height: 58px; padding-inline: 18px; background: var(--surface); }
  .enhanced-select-options { padding: 8px 12px 14px; }
  .enhanced-select-options button { min-height: 48px; font-size: 14px; }
  .calendar-view { padding: 15px; }
  .calendar-view > header { align-items: start; flex-direction: column; }
  .calendar-nav { width: 100%; display: grid; grid-template-columns: auto auto auto 1fr auto; }
  .calendar-nav strong { min-width: 0; font-size: 16px; }
  .calendar-empty, .calendar-grid button { min-height: 52px; padding: 5px; }
  .calendar-grid button > span { font-size: 15px; }
  .calendar-grid button strong { right: 4px; bottom: 4px; min-width: 18px; height: 18px; }
  .calendar-agenda { padding: 14px; }
  .calendar-view.agenda-only .calendar-agenda ol { columns: 1; }
  .similar-grid { grid-template-columns: 1fr; }
  .map-status-row { align-items: stretch; flex-direction: column; }
  .map-search-area { width: 100%; }
  .search-map-view .map-layout { position: relative; display: block; height: clamp(520px,72dvh,680px); min-height: 520px; overflow: hidden; }
  .search-map-view .map-canvas { position: absolute; inset: 0; width: 100%; min-height: 0; border: 0; }
  .search-map-view .map-results-panel { --map-tray-height: 62px; position: absolute; z-index: 500; left: 8px; right: 8px; bottom: 8px; height: var(--map-tray-height); max-height: calc(100% - 16px); display: grid; grid-template-rows: 62px minmax(0,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 -12px 34px rgba(4,14,11,.2); transition: height .22s ease; }
  .search-map-view .map-results-panel.is-expanded { --map-tray-height: min(62%,430px); }
  .search-map-view .map-results-panel.is-dragging { transition: none; }
  .search-map-view .map-results-toggle { position: relative; width: 100%; min-height: 62px; display: flex; align-items: center; gap: 12px; padding: 15px 46px 11px 18px; border: 0; border-bottom: 1px solid transparent; border-radius: 18px 18px 0 0; background: var(--surface); color: var(--text); text-align: left; touch-action: none; cursor: ns-resize; }
  .search-map-view .map-results-panel.is-expanded .map-results-toggle { border-bottom-color: var(--line); }
  .search-map-view .map-results-handle { position: absolute; top: 7px; left: 50%; width: 42px; height: 4px; border-radius: 999px; background: var(--line-strong); translate: -50% 0; }
  .search-map-view .map-results-toggle > span:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
  .search-map-view .map-results-toggle strong { font-size: 13px; font-weight: 850; }
  .search-map-view .map-results-toggle small { overflow: hidden; color: var(--text-secondary); font-size: 10px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
  .search-map-view .map-results-toggle svg { position: absolute; right: 18px; top: 50%; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; translate: 0 -42%; transition: rotate .18s ease; }
  .search-map-view .map-results-panel.is-expanded .map-results-toggle svg { rotate: 180deg; }
  .search-map-view .map-results { min-height: 0; max-height: none; overflow-y: auto; overscroll-behavior: contain; }
  .structured-list-card { grid-column: 1 / -1; border-right: 0; padding-inline: 0; }
}

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