:root {
  --article-text: #17213a;
  --article-muted: #65708a;
  --article-line: #e3e8f1;
  --article-blue: #2864dc;
  --article-purple: #7254df;
  --article-panel: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--article-text);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f7f9fc; color: var(--article-text); line-height: 1.65; }
a { color: var(--article-blue); }
img, video { max-width: 100%; height: auto; }
.public-skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .7rem 1rem; border-radius: .6rem; background: #fff; color: #111827; }
.public-skip-link:focus { top: 1rem; }
.public-header { position: sticky; top: 0; z-index: 30; min-height: 4.5rem; display: flex; align-items: center; gap: 2rem; padding: .75rem max(1rem, calc((100vw - 76rem) / 2)); border-bottom: 1px solid var(--article-line); background: rgb(255 255 255 / 94%); backdrop-filter: blur(12px); }
.public-brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--article-text); font-size: 1.15rem; text-decoration: none; }
.public-brand__mark { display: block; width: 2.45rem; height: 2.45rem; flex: none; border-radius: .8rem; }
.public-brand img { display: block; width: 2.45rem; height: 2.45rem; border-radius: .8rem; object-fit: contain; }
.public-header nav { display: flex; gap: 1.4rem; margin-left: auto; }
.public-header nav a { color: #3b4660; font-weight: 650; text-decoration: none; }
.public-topbar { display: grid; grid-template-columns: auto minmax(16rem, 1fr) auto; gap: clamp(1rem, 3vw, 2rem); }
.public-topbar__search { position: relative; width: 100%; max-width: 42rem; margin-inline: auto; }
.public-topbar__search input { width: 100%; height: 2.75rem; padding: 0 3rem 0 1rem; border: 1px solid #d4dfdc; border-radius: 999px; background: #fff; color: var(--article-text); font: inherit; box-shadow: 0 .2rem .65rem rgb(24 42 78 / 4%); }
.public-topbar__search button { position: absolute; top: .25rem; right: .25rem; display: inline-grid; width: 2.25rem; height: 2.25rem; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #2f80ff; color: #fff; cursor: pointer; }
.public-topbar__search svg { width: 1.1rem; height: 1.1rem; fill: none; stroke: currentcolor; stroke-linecap: round; stroke-width: 2; }
.public-topbar .public-topbar__actions { display: flex; width: auto; gap: .5rem; margin: 0; overflow: visible; }
.public-topbar__menu { display: none; }
.public-topbar__menu svg { width: 23px; height: 23px; fill: none; stroke: currentcolor; stroke-width: 1.8; stroke-linecap: round; }
.public-topbar__actions a { display: inline-grid; width: 2.4rem; height: 2.4rem; place-items: center; border: 1px solid #d8e5fb; border-radius: .7rem; background: #fff; color: #2f80ff !important; transition: border-color .18s ease, background-color .18s ease; }
.public-topbar__actions a:hover { border-color: #8ab7ff; background: #eef5ff; }
.public-topbar__actions svg { width: 1rem; height: 1rem; fill: currentcolor; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.public-topbar__actions rect, .public-topbar__actions circle, .public-topbar__actions path:not(:first-child) { fill: none; }
.public-topbar__actions .public-topbar__youtube-play { fill: #fff; stroke: none; }
.public-topbar__actions a[aria-label="Facebook"] svg, .public-topbar__actions a[aria-label="YouTube"] svg { fill: currentcolor; stroke: none; }
.public-topbar__actions a[aria-label="YouTube"] rect { fill: currentcolor; stroke: none; }
.public-topbar__actions a[aria-label="YouTube"] .public-topbar__youtube-play { fill: #fff; stroke: none; }
.public-topbar__actions a[aria-label="TikTok"] svg { fill: none; }
.public-topbar__search input:focus-visible, .public-topbar__search button:focus-visible, .public-topbar__actions a:focus-visible, .public-topbar__menu:focus-visible { outline: 3px solid #f0b429; outline-offset: 2px; }
.articles-page, .article-page { width: min(76rem, calc(100% - 2rem)); margin: 0 auto; padding: 1rem 0 clamp(2.5rem, 6vw, 5.5rem); }
.articles-page__header { max-width: 52rem; margin-bottom: 2.25rem; }
.article-page__header { max-width: 70rem; margin-bottom: 2.25rem; }
.articles-page__header h1 { margin: .4rem 0 1rem; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.12; letter-spacing: -.035em; }
.article-page__header h1 { max-width: none; margin: .35rem 0 .85rem; font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.16; letter-spacing: -.025em; overflow-wrap: anywhere; }
.eyebrow { margin: 0; color: var(--article-blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.article-card { overflow: hidden; border: 1px solid var(--article-line); border-radius: 1.15rem; background: var(--article-panel); box-shadow: 0 .7rem 2.2rem rgb(24 42 78 / 7%); }
.article-card > a { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #e9eef7; }
.article-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.article-card:hover img { transform: scale(1.025); }
.article-card > div { padding: 1.25rem; }
.article-card h2 { margin: .45rem 0 .55rem; font-size: 1.25rem; line-height: 1.35; }
.article-card h2 a { color: var(--article-text); text-decoration: none; }
.article-card__meta, .article-page__meta { color: var(--article-muted); font-size: .9rem; }
.article-page__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; }
.article-page__meta time::before { margin-right: .45rem; color: #9aa5b7; content: "·"; }
.article-page__indicators { display: inline-flex; flex: none; align-items: center; gap: .45rem; }
.article-view-count { display: inline-flex; align-items: center; gap: .3rem; }
.article-view-count::before { color: #9aa5b7; content: "·"; }
.article-view-count svg { width: 1rem; height: 1rem; fill: none; stroke: currentcolor; stroke-width: 1.7; }
.article-pin-badge { display: inline-grid; width: 2rem; height: 2rem; place-items: center; margin-bottom: .35rem; border: 1px solid #d9e5ff; border-radius: .65rem; background: rgb(255 255 255 / 94%); color: #2563eb; box-shadow: 0 .35rem .9rem rgb(24 42 78 / 12%); }
.article-pin-badge svg { width: 1rem; height: 1rem; fill: currentcolor; }
.article-page__indicators > .article-pin-badge { flex: none; width: 1rem; height: 1rem; margin: 0; border: 0; border-radius: 0; background: transparent; color: inherit; box-shadow: none; }
.articles-page { padding-top: .65rem; }
.news-discovery { margin-bottom: 2rem; border-bottom: 1px solid #d8e1eb; }
.news-category-tabs, .news-category-tabs__bar { min-width: 0; width: 100%; }
.news-category-tabs__bar { display: flex; align-items: flex-end; gap: .75rem; }
.news-categories { display: flex; min-width: 0; flex: 1 1 auto; flex-wrap: wrap; gap: 0 1.2rem; }
.news-category-tabs.is-enhanced .news-categories { flex-wrap: nowrap; overflow: hidden; }
.news-categories a { position: relative; display: inline-flex; min-height: 3rem; flex: none; gap: .45rem; align-items: center; padding: .5rem .05rem .65rem; color: #45516a; font-size: .9rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.news-categories a::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; border-radius: 3px 3px 0 0; background: transparent; content: ""; }
.news-categories a small { display: inline-grid; min-width: 1.45rem; min-height: 1.45rem; place-items: center; padding-inline: .25rem; border-radius: 999px; background: #eef3f8; color: #65708a; font-size: .7rem; }
.news-categories a[aria-current="page"] { color: #126451; }
.news-categories a[aria-current="page"]::after { background: #15735c; }
.news-categories a[aria-current="page"] small { background: #e2f1ec; color: #126451; }
.news-category-more { position: relative; flex: none; padding-bottom: .45rem; }
.news-category-more > button { display: inline-grid; width: 2.45rem; height: 2.45rem; place-items: center; padding: 0; border: 1px solid #cfdcd8; border-radius: .65rem; background: #fff; color: #246955; cursor: pointer; }
.news-category-more > button svg { width: 1.2rem; height: 1.2rem; fill: currentcolor; }
.news-category-menu { position: absolute; top: calc(100% + .45rem); right: 0; z-index: 25; display: grid; width: min(19rem, calc(100vw - 2rem)); max-height: 22rem; overflow-y: auto; padding: .5rem; border: 1px solid #d2dedb; border-radius: .8rem; background: #fff; box-shadow: 0 1rem 2.5rem rgb(24 42 78 / 16%); }
.news-category-menu a { display: flex; align-items: center; justify-content: space-between; gap: .75rem; min-height: 2.7rem; padding: .6rem .75rem; border-radius: .55rem; color: #3e4c47; font-size: .88rem; font-weight: 700; text-decoration: none; }
.news-category-menu a:hover, .news-category-menu a:focus-visible, .news-category-menu a[aria-current="page"] { background: #e9f4f0; color: #185d4d; }
.news-category-menu small { font-size: .72rem; }
.news-categories a:focus-visible, .news-category-more button:focus-visible, .news-category-menu a:focus-visible, .news-read-more:focus-visible { position: relative; z-index: 2; outline: 3px solid #f0b429; outline-offset: 2px; }
.news-featured { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(19rem, .8fr); gap: 1rem; align-items: stretch; margin-bottom: 3rem; }
.news-featured__lead, .news-featured__side { overflow: hidden; border: 1px solid var(--article-line); border-radius: 1.2rem; background: #fff; box-shadow: 0 .8rem 2.5rem rgb(24 42 78 / 7%); }
.news-featured__lead { position: relative; display: grid; grid-template-rows: auto 1fr; }
.news-featured__body { display: flex; align-items: flex-start; flex-direction: column; padding: clamp(1rem, 2vw, 1.4rem); }
.news-featured__body h2 { max-width: 47rem; margin: .35rem 0 .55rem; font-size: clamp(1.1rem, 1.9vw, 1.35rem); line-height: 1.22; letter-spacing: -.015em; }
.news-featured__body h2 a, .news-side-card h3 a, .news-list-card h3 a { color: var(--article-text); text-decoration: none; }
.news-featured__body > p:not(.article-card__meta) { display: -webkit-box; overflow: hidden; margin: 0 0 .65rem; color: #546078; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-cover { position: relative; display: block; overflow: hidden; background: #eaf1f7; }
.news-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.news-cover:hover img { transform: scale(1.02); }
.news-cover--lead { aspect-ratio: 16 / 5.35; }
.news-cover--side { width: 7.25rem; aspect-ratio: 4 / 3; flex: none; border-radius: .75rem; }
.news-cover--list { width: clamp(10rem, 24vw, 18rem); aspect-ratio: 16 / 10; flex: none; border-radius: .9rem; }
.news-cover__placeholder { position: absolute; inset: 0; display: block; background: linear-gradient(160deg, #f7f3e9 0 48%, #d8eee6 49% 72%, #c9e4dc 73%); }
.news-cover__placeholder::before { position: absolute; top: 14%; left: 10%; width: 17%; aspect-ratio: 1; border-radius: 50%; background: #f4c45e; content: ""; }
.news-cover__placeholder b { position: absolute; top: 24%; left: 36%; width: 46%; height: 40%; border-radius: .65rem; background: rgb(255 255 255 / 88%); box-shadow: 0 .5rem 1rem rgb(75 94 111 / 10%); }
.news-cover__placeholder b::before, .news-cover__placeholder b::after { position: absolute; left: 15%; width: 70%; height: 7%; border-radius: 99px; background: #cfe6df; content: ""; }
.news-cover__placeholder b::before { top: 30%; }
.news-cover__placeholder b::after { top: 53%; width: 55%; background: #ceddeb; }
.news-featured__side { display: flex; flex-direction: column; padding: .7rem 1rem; }
.news-side-card { position: relative; display: flex; min-height: 0; flex: 1 1 0; gap: .9rem; align-items: stretch; padding: .8rem 0; }
.news-side-card + .news-side-card { border-top: 1px solid var(--article-line); }
.news-side-card > div { display: flex; min-width: 0; flex: 1; align-items: flex-start; flex-direction: column; }
.news-side-card h3 { margin: 0 0 .25rem; font-size: .9rem; line-height: 1.32; }
.news-side-card__excerpt { display: -webkit-box; overflow: hidden; margin: 0 0 .35rem; color: #667187; font-size: .78rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-card__meta { margin: 0; color: #5377a4; font-size: .76rem; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.article-card__date { display: block; align-self: flex-end; margin: auto 0 0 auto; padding-top: .45rem; color: #718096; font-size: .75rem; line-height: 1.2; }
.news-read-more { display: inline-flex; gap: .4rem; align-items: center; color: #1559bf; font-size: .9rem; font-weight: 800; text-decoration: none; }
.news-read-more:hover { text-decoration: underline; }
.news-latest { margin-top: 1rem; padding: clamp(.85rem, 2vw, 1.15rem); border: 1px solid var(--article-line); border-radius: 1.2rem; background: #fff; }
.news-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: 0 0 .65rem; border-bottom: 1px solid var(--article-line); }
.news-section-heading .eyebrow { font-size: .68rem; }
.news-section-heading h2 { margin: .15rem 0 0; font-size: clamp(1.15rem, 1.8vw, 1.35rem); line-height: 1.2; }
.news-section-heading > p { margin: 0; color: var(--article-muted); font-size: .88rem; }
.news-list-card { position: relative; display: flex; gap: clamp(1rem, 3vw, 1.5rem); padding: 1.25rem 0; }
.news-list-card + .news-list-card { border-top: 1px solid var(--article-line); }
.news-list-card > div { display: flex; min-width: 0; flex: 1; align-items: flex-start; flex-direction: column; }
.news-list-card h3 { margin: .32rem 0 .45rem; font-size: clamp(1rem, 1.8vw, 1.25rem); line-height: 1.35; }
.news-list-card div > p:not(.article-card__meta) { display: -webkit-box; overflow: hidden; margin: 0 0 .55rem; color: #5d687d; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.empty-state a { display: inline-flex; margin-top: .5rem; font-weight: 750; }
.empty-state { padding: 2rem; border: 1px dashed #bbc7db; border-radius: 1rem; background: #fff; text-align: center; }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .5rem; margin-top: 2rem; }
.pagination__control, .pagination__page { display: inline-grid; width: 2.8rem; height: 2.8rem; place-items: center; padding: 0; border: 1px solid #dce3eb; border-radius: .55rem; background: #fff; color: #12213d; font-weight: 750; line-height: 1; text-decoration: none; }
.pagination__control svg { width: 1.1rem; height: 1.1rem; fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.pagination__page.is-current { border-color: #2f80ff; background: #2f80ff; color: #fff; }
.pagination__control.is-disabled { color: #a5adb9; background: #f5f7f9; }
.pagination__ellipsis { display: inline-grid; min-width: 1.5rem; height: 2.8rem; place-items: center; color: #6d7789; }
.pagination a:focus-visible { outline: 3px solid #8ab7ff; outline-offset: 2px; }
.article-page > article { max-width: 70rem; margin: auto; }
.article-preview-banner { position: sticky; top: 5.35rem; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: 70rem; margin: 0 auto 2rem; padding: .9rem 1rem; border: 1px solid #f0cb75; border-radius: .9rem; background: #fff8df; color: #684e13; box-shadow: 0 .5rem 1.4rem rgb(73 54 12 / 10%); }
.article-preview-banner div { display: grid; gap: .15rem; }
.article-preview-banner span { font-size: .84rem; }
.article-preview-banner a { flex: none; padding: .45rem .75rem; border: 1px solid #d8ad4e; border-radius: .65rem; color: #684e13; font-weight: 750; text-decoration: none; }
.article-page__header nav { margin-bottom: 1.4rem; color: var(--article-muted); font-size: .9rem; }
.article-page__excerpt { color: #45516a; font-size: clamp(.95rem, 1.4vw, 1.05rem); font-style: italic; line-height: 1.6; }
.article-page__cover { margin: 0 0 2.5rem; }
.article-page__cover img { display: block; width: 100%; max-height: 42rem; border-radius: 1.15rem; object-fit: cover; }
.article-page__cover figcaption { margin-top: .55rem; color: var(--article-muted); text-align: center; }
.article-page__content-shell { min-width: 0; }
.article-page__content-shell--with-share { display: grid; grid-template-columns: 3.5rem minmax(0, 1fr); gap: 1.5rem; align-items: start; }
.article-page__layout { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: clamp(2rem, 5vw, 4rem); }
.article-share { position: sticky; top: 6rem; z-index: 10; display: grid; justify-items: center; gap: .65rem; color: #39455d; font-size: .75rem; }
.article-share > strong { font-size: .75rem; }
.article-share__actions { display: grid; gap: .55rem; }
.article-share__button { display: inline-grid; width: 2.9rem; height: 2.9rem; place-items: center; padding: 0; border: 1px solid #1d55bd; border-radius: 50%; background: var(--article-blue); color: #fff; cursor: pointer; transition: transform .18s ease, background-color .18s ease; }
.article-share__button:hover { background: #174eaf; transform: translateY(-1px); }
.article-share__button:focus-visible { outline: 3px solid #93b8ff; outline-offset: 3px; }
.article-share__button svg { width: 1.05rem; height: 1.05rem; fill: currentcolor; }
.article-share__button[data-copied="true"] { border-color: #1f765f; background: #237b64; }
.article-share__status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.article-toc { margin: 0 0 1.5rem; border: 1px solid #cfd7e3; border-radius: .75rem; background: #f9fbfd; }
.article-toc details { overflow: hidden; }
.article-toc summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; color: #3d4961; font-size: 1.05rem; font-weight: 750; cursor: pointer; list-style: none; }
.article-toc summary::-webkit-details-marker { display: none; }
.article-toc summary::after { display: inline-grid; width: 1.8rem; height: 1.8rem; flex: none; place-items: center; border: 1px solid #aeb9c8; border-radius: .35rem; content: "+"; font-size: 1.15rem; line-height: 1; }
.article-toc details[open] summary::after { content: "−"; }
.article-toc details[open] summary { border-bottom: 1px solid var(--article-line); }
.article-toc ol { margin: 0; padding: .85rem 1rem 1rem 2.5rem; }
.article-toc li + li { margin-top: .25rem; }
.article-toc a { color: #4c5871; text-decoration: none; }
.article-toc a:hover { text-decoration: underline; }
.article-toc__level-3, .article-toc__level-4 { margin-left: .8rem; font-size: .92rem; }
.rich-content { min-width: 0; padding: clamp(1.2rem, 4vw, 2.5rem); border: 1px solid var(--article-line); border-radius: 1.15rem; background: #fff; overflow-wrap: anywhere; }
.article-page__body h2, .article-page__body h3, .article-page__body h4, .article-page__body h5, .article-page__body h6 { line-height: 1.35; scroll-margin-top: 6rem; overflow-wrap: anywhere; }
.article-page__body h2 { font-size: clamp(1.12rem, 1.55vw, 1.25rem) !important; }
.article-page__body h3 { font-size: clamp(1.05rem, 1.3vw, 1.12rem) !important; }
.article-page__body h4 { font-size: 1.02rem !important; }
.article-page__body h5 { font-size: .98rem !important; }
.article-page__body h6 { font-size: .94rem !important; }
.article-related { max-width: 70rem; margin: clamp(3rem, 7vw, 5rem) auto 0; }
.article-related > h2 { margin: .3rem 0 1.25rem; font-size: clamp(1.15rem, 1.6vw, 1.35rem); line-height: 1.2; }
.article-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.article-related-card { position: relative; display: flex; overflow: hidden; min-width: 0; flex-direction: column; border: 1px solid var(--article-line); border-radius: 1rem; background: #fff; }
.news-featured__lead > .article-pin-badge, .news-side-card > .article-pin-badge, .news-list-card > .article-pin-badge, .article-related-card > .article-pin-badge { position: absolute; z-index: 3; top: .75rem; left: .75rem; margin: 0; pointer-events: none; }
.article-related-card__cover { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #eaf1f7; }
.article-related-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.article-related-card:hover .article-related-card__cover img { transform: scale(1.02); }
.article-related-card > .article-related-card__body { display: flex; min-height: 10.5rem; flex: 1; flex-direction: column; padding: 1rem; }
.article-related-card h3 { margin: .35rem 0 .45rem; font-size: 1.05rem; line-height: 1.4; }
.article-related-card h3 a { color: var(--article-text); text-decoration: none; }
.article-related-card__body > p { display: -webkit-box; overflow: hidden; margin: 0; color: #667187; font-size: .88rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-related-card__footer { display: flex; align-items: center; justify-content: flex-end; gap: .8rem; margin-top: auto; padding-top: .75rem; color: #71809a; font-size: .76rem; }
.article-related-card__footer time { margin-right: auto; white-space: nowrap; }
.article-related-card__footer .article-view-count { gap: .25rem; }
.rich-content table { display: block; max-width: 100%; overflow-x: auto; }
.rich-content iframe { max-width: 100%; }
.rich-content figure { margin: 1rem auto; }
.rich-content .content-image-size-25 { width: 100%; max-width: 25%; }
.rich-content .content-image-size-50 { width: 100%; max-width: 50%; }
.rich-content .content-image-size-75 { width: 100%; max-width: 75%; }
.rich-content .content-image-size-100 { width: 100%; max-width: 100%; }
.rich-content [class*="content-image-size-"] > img,
.rich-content [class*="content-image-size-"] > a > img { display: block; width: 100%; }
.rich-content .text-align-left { text-align: left; }
.rich-content .text-align-center { text-align: center; }
.rich-content .text-align-right { text-align: right; }
.rich-content .text-align-justify { text-align: justify; }
.rich-content .content-indent-1 { margin-left: 2rem; }
.rich-content .content-indent-2 { margin-left: 4rem; }
.rich-content .content-indent-3 { margin-left: 6rem; }
.rich-content .content-font-andale-mono { font-family: "Andale Mono", Consolas, monospace; }
.rich-content .content-font-arial { font-family: Arial, Helvetica, sans-serif; }
.rich-content .content-font-arial-black { font-family: "Arial Black", Arial, sans-serif; }
.rich-content .content-font-book-antiqua { font-family: "Book Antiqua", Palatino, serif; }
.rich-content .content-font-comic-sans-ms { font-family: "Comic Sans MS", cursive; }
.rich-content .content-font-courier-new { font-family: "Courier New", Courier, monospace; }
.rich-content .content-font-georgia { font-family: Georgia, serif; }
.rich-content .content-font-helvetica { font-family: Helvetica, Arial, sans-serif; }
.rich-content .content-font-impact { font-family: Impact, Haettenschweiler, sans-serif; }
.rich-content .content-font-symbol { font-family: Symbol, sans-serif; }
.rich-content .content-font-tahoma { font-family: Tahoma, Geneva, sans-serif; }
.rich-content .content-font-terminal { font-family: Terminal, "Lucida Console", monospace; }
.rich-content .content-font-times-new-roman { font-family: "Times New Roman", Times, serif; }
.rich-content .content-font-trebuchet-ms { font-family: "Trebuchet MS", sans-serif; }
.rich-content .content-font-verdana { font-family: Verdana, Geneva, sans-serif; }
.rich-content .content-font-webdings { font-family: Webdings, sans-serif; }
.rich-content .content-font-wingdings { font-family: Wingdings, sans-serif; }
.rich-content .content-font-size-12 { font-size: 12px; }
.rich-content .content-font-size-14 { font-size: 14px; }
.rich-content .content-font-size-16 { font-size: 16px; }
.rich-content .content-font-size-18 { font-size: 18px; }
.rich-content .content-font-size-20 { font-size: 20px; }
.rich-content .content-font-size-24 { font-size: 24px; }
.rich-content .content-font-size-28 { font-size: 28px; }
.rich-content .content-font-size-32 { font-size: 32px; }
.rich-content .content-font-size-36 { font-size: 36px; }
.rich-content .content-color-black { color: #111827; }
.rich-content .content-color-gray { color: #64748b; }
.rich-content .content-color-red { color: #b91c1c; }
.rich-content .content-color-orange { color: #c2410c; }
.rich-content .content-color-yellow { color: #a16207; }
.rich-content .content-color-green { color: #15803d; }
.rich-content .content-color-teal { color: #0f766e; }
.rich-content .content-color-blue { color: #1d4ed8; }
.rich-content .content-color-indigo { color: #4338ca; }
.rich-content .content-color-purple { color: #7e22ce; }
.rich-content .content-color-white { color: #fff; text-shadow: 0 0 1px #334155; }
.rich-content .content-media-youtube { position: relative; width: 100%; max-width: 100%; aspect-ratio: 16 / 9; }
.rich-content .content-media-youtube iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.rich-content .content-media-document { overflow-wrap: anywhere; }
.public-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem max(1rem, calc((100vw - 76rem) / 2)); border-top: 1px solid var(--article-line); background: #111a2e; color: #d7e0ef; }
.public-footer p { margin: 0; }
.public-footer nav { display: flex; gap: 1rem; }
.public-footer a { color: #b8d2ff; }

@media (max-width: 1024px) {
  .article-page__content-shell--with-share { display: block; }
  .article-share { position: fixed; top: auto; right: calc(.75rem + env(safe-area-inset-right, 0px)); bottom: calc(.75rem + env(safe-area-inset-bottom, 0px)); display: flex; align-items: center; width: max-content; margin: 0; padding: .45rem .65rem; border: 1px solid var(--article-line); border-radius: 999px; background: rgb(255 255 255 / 96%); box-shadow: 0 .45rem 1.2rem rgb(24 42 78 / 8%); }
  .article-share > strong { display: none; }
  .article-share__actions { display: flex; gap: .45rem; }
  .article-share__button { width: 2.35rem; height: 2.35rem; }
}

@media (max-width: 860px) {
  .public-header.public-topbar { grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; gap: 8px; min-height: 64px; padding: 10px max(10px, env(safe-area-inset-right, 0px)) 10px max(10px, env(safe-area-inset-left, 0px)); }
  .public-topbar .public-brand { grid-column: 1; grid-row: 1; width: 44px; height: 44px; gap: 0; }
  .public-topbar .public-brand strong { display: none; }
  .public-topbar .public-brand__mark, .public-topbar .public-brand img { width: 44px; height: 44px; }
  .public-topbar__search { grid-column: 2; grid-row: 1; min-width: 0; max-width: none; }
  .public-topbar__search input { min-width: 0; height: 44px; padding-left: 13px; font-size: 16px; }
  .public-topbar:not([data-topbar-ready]) .public-topbar__search { grid-column: 2 / -1; }
  .public-topbar .public-topbar__actions { grid-column: 1 / -1; grid-row: 2; flex-wrap: wrap; justify-content: flex-end; }
  .public-topbar .public-topbar__actions a { flex: none; width: 44px; height: 44px; }
  .public-topbar[data-topbar-ready] .public-topbar__menu { display: inline-grid; grid-column: 3; grid-row: 1; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #d8e5fb; border-radius: 12px; background: #eef5ff; color: #2864dc; cursor: pointer; }
  .public-topbar__menu:hover, .public-topbar__menu[aria-expanded="true"] { border-color: #8ab7ff; background: #e4efff; }
  .public-topbar[data-topbar-ready] .public-topbar__actions { position: absolute; top: calc(100% + 6px); right: max(10px, env(safe-area-inset-right, 0px)); display: none; grid-column: auto; grid-row: auto; width: max-content; max-width: calc(100% - 20px); gap: 6px; padding: 8px; border: 1px solid var(--article-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgb(24 42 78 / 12%); }
  .public-topbar[data-topbar-open] .public-topbar__actions { display: flex; }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-featured { grid-template-columns: 1fr; }
  .news-featured__side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1rem; }
  .news-side-card { align-items: flex-start; flex-direction: column; }
  .news-side-card + .news-side-card { border-top: 0; }
  .news-cover--side { width: 100%; }
  .article-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-page__layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .public-header { align-items: flex-start; flex-direction: column; gap: .65rem; padding-block: .65rem; }
  .public-header nav { width: 100%; gap: 1rem; margin: 0; overflow-x: auto; white-space: nowrap; }
  .public-topbar .public-topbar__actions { width: auto; gap: .4rem; overflow: visible; }
  .public-topbar__actions a { width: 2.3rem; height: 2.3rem; }
  .article-grid { grid-template-columns: 1fr; }
  .news-categories { gap-inline: .9rem; }
  .news-category-menu { position: fixed; top: auto; right: .65rem; bottom: .65rem; left: .65rem; width: auto; max-height: min(24rem, calc(100vh - 2rem)); }
  .news-featured__side { grid-template-columns: 1fr; }
  .news-side-card { display: grid; grid-template-columns: 7rem minmax(0, 1fr); align-items: center; }
  .news-side-card + .news-side-card { border-top: 1px solid var(--article-line); }
  .news-section-heading { align-items: flex-start; flex-direction: column; }
  .news-list-card { align-items: flex-start; }
  .news-cover--list { width: 7.5rem; }
  .news-list-card div > p:not(.article-card__meta) { display: none; }
  .article-pin-badge { max-width: 100%; white-space: normal; }
  .article-related__grid { grid-template-columns: 1fr; }
  .articles-page, .article-page { width: min(100% - 1.25rem, 76rem); padding-top: .75rem; }
  .rich-content { padding: 1rem; }
  .rich-content .content-indent-2,
  .rich-content .content-indent-3 { margin-left: 1rem; }
  .rich-content .content-font-size-28 { font-size: 26px; }
  .rich-content .content-font-size-32 { font-size: 28px; }
  .rich-content .content-font-size-36 { font-size: 30px; }
  .public-footer { align-items: flex-start; flex-direction: column; }
  .public-footer nav { flex-direction: column; gap: .35rem; }
  .article-preview-banner { top: 7.7rem; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .public-brand strong { display: none; }
  .news-list-card { flex-direction: column; }
  .news-cover--list { width: 100%; }
}

/* CHANGE-017: selected public news category follows the OneSchool logo palette. */
.news-categories a[aria-current="page"]{color:#245ed7}
.news-categories a[aria-current="page"]::after{background:linear-gradient(90deg,#2f80ff,#6c5cff)}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .news-cover img { transition: none; }
}
