@font-face {
  font-family: "Newsr Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./inter-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Newsr Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Newsr Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Newsr Editorial";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./newsreader-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Newsr Editorial";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./newsreader-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Newsr Editorial";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./newsreader-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --nr-page: #f4f4f0;
  --nr-paper: #fff;
  --nr-ink: #151713;
  --nr-muted: #666a61;
  --nr-line: #dedfd8;
  --nr-soft: #f0f1ec;
  --nr-brand: #d84e31;
  --nr-brand-soft: #fff0eb;
  --nr-green-soft: #eaf3eb;
  --nr-content: 720px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--nr-ink);
  background: var(--nr-page);
  font-family: "Newsr Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
  overflow-x: clip;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
a, button { touch-action: manipulation; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--nr-brand) 70%, white); outline-offset: 3px; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nr-skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 10px 14px; background: var(--nr-ink); color: #fff; }
.nr-skip-link:focus { top: 12px; }

.nr-mobile-header, .nr-mobile-topics { display: none; }
.nr-site-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 320px;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  background: var(--nr-paper);
}
.nr-site-shell > * { min-width: 0; }

.nr-left-rail {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  align-self: start;
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  padding: 27px 20px;
  background: var(--nr-paper);
  border-right: 1px solid var(--nr-line);
}
.nr-left-rail:hover { scrollbar-color: #a9aca3 transparent; }
.nr-left-rail::-webkit-scrollbar, .nr-right-rail::-webkit-scrollbar { width: 6px; }
.nr-left-rail::-webkit-scrollbar-thumb, .nr-right-rail::-webkit-scrollbar-thumb { border-radius: 999px; background: transparent; }
.nr-left-rail:hover::-webkit-scrollbar-thumb, .nr-right-rail:hover::-webkit-scrollbar-thumb { background: #a9aca3; }
.nr-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nr-ink);
  text-decoration: none;
  letter-spacing: .08em;
  font-weight: 700;
}
.nr-brand-mark { width: 29px; height: 29px; color: var(--nr-brand); }
.nr-brand .custom-logo { width: auto; height: 42px; max-width: 165px; object-fit: contain; }
.nr-brand.is-mark .custom-logo { width: 40px; height: 40px; }
.nr-brand-word { white-space: nowrap; }
.nr-brand-tagline { margin: 4px 0 28px 50px; color: var(--nr-muted); font-size: .84rem; }
.nr-brand.is-horizontal + .nr-brand-tagline { margin-left: 0; }
.nr-primary-nav { display: grid; gap: 4px; }
.nr-nav-item {
  display: flex;
  align-items: center;
  min-height: 43px;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--nr-ink);
  text-decoration: none;
}
.nr-nav-item:hover { background: var(--nr-soft); }
.nr-nav-item.is-current { background: var(--nr-brand-soft); color: var(--nr-brand); font-weight: 700; }
.nr-nav-divider { display: block; height: 1px; margin: 16px 10px 8px; background: var(--nr-line); }
.nr-utility-nav { display: grid; gap: 11px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--nr-line); }
.nr-utility-nav a { color: var(--nr-muted); text-decoration: none; font-size: .88rem; }
.nr-utility-nav a:hover { color: var(--nr-brand); }

.nr-feed-column, .nr-article-column { width: 100%; max-width: 780px; min-width: 0; justify-self: center; padding: 28px 35px 60px; }
.nr-feed-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--nr-line); }
.nr-feed-header h1, .nr-page-header h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.25rem); line-height: 1.12; letter-spacing: -.035em; }
.nr-feed-header h1, .nr-page-header h1, .nr-lead-story h2, .nr-story-title, .nr-article h1, .nr-related-grid h3, .nr-latest-list h3 {
  font-family: "Newsr Editorial", Georgia, serif;
  font-optical-sizing: auto;
}
.nr-feed-header p { margin: 4px 0 0; color: var(--nr-muted); }
.nr-feed-tabs { display: flex; align-items: center; gap: 4px; padding: 4px; border-radius: 9px; background: var(--nr-soft); white-space: nowrap; }
.nr-feed-tabs a, .nr-feed-tabs span { padding: 7px 11px; border-radius: 7px; color: var(--nr-muted); text-decoration: none; font-size: .86rem; }
.nr-feed-tabs .is-active { color: var(--nr-ink); background: var(--nr-paper); font-weight: 700; }
.nr-page-header { padding-bottom: 22px; border-bottom: 1px solid var(--nr-line); }
.nr-page-header > span { display: block; color: var(--nr-brand); text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 700; }
.nr-static-page-content { max-width: 710px; padding: 30px 0 10px; color: var(--nr-ink); font-size: 1.03rem; line-height: 1.72; }
.nr-static-page-content > :first-child { margin-top: 0; }
.nr-static-page-content h1, .nr-static-page-content h2, .nr-static-page-content h3 { font-family: var(--nr-editorial); color: var(--nr-ink); line-height: 1.16; letter-spacing: -.025em; }
.nr-static-page-content h1 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3rem); }
.nr-static-page-content h2 { margin: 40px 0 12px; font-size: clamp(1.5rem, 2.6vw, 2rem); }
.nr-static-page-content h3 { margin: 27px 0 8px; font-size: 1.25rem; }
.nr-static-page-content p, .nr-static-page-content ul, .nr-static-page-content ol { margin: 0 0 18px; }
.nr-static-page-content ul, .nr-static-page-content ol { padding-left: 1.35rem; }
.nr-static-page-content li { margin: 7px 0; padding-left: 3px; }
.nr-static-page-content a { color: var(--nr-brand); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.nr-static-page-content strong { color: var(--nr-ink); }

.nr-kicker { display: inline-block; color: var(--nr-brand); text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font-size: .76rem; font-weight: 700; }
.nr-lead-story { padding: 26px 0 28px; border-bottom: 1px solid var(--nr-line); }
.nr-lead-story h2 { margin: 9px 0; font-size: clamp(1.65rem, 3vw, 2.2rem); line-height: 1.15; letter-spacing: -.035em; }
.nr-lead-story h2 a, .nr-story-title a { text-decoration: none; }
.nr-lead-story h2 a:hover, .nr-story-title a:hover { color: var(--nr-brand); }
.nr-lead-dek { margin: 0 0 13px; color: var(--nr-muted); font-size: 1.04rem; }
.nr-story-meta { color: var(--nr-muted); font-size: .82rem; }
.nr-story-meta a { color: inherit; text-decoration: none; font-weight: 600; }
.nr-story-meta a:hover { color: var(--nr-brand); }
.nr-lead-image { display: block; margin-top: 18px; min-height: 260px; overflow: hidden; border-radius: 12px; background: var(--nr-soft); }
.nr-lead-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.nr-image-placeholder { display: block; width: 100%; min-height: inherit; background: linear-gradient(145deg, #e9f1f5, var(--nr-soft)); position: relative; }
.nr-image-placeholder::after { content: ""; position: absolute; right: -10%; bottom: -55%; width: 78%; height: 95%; border: 3px solid var(--nr-brand); border-radius: 50%; }
.nr-reframed-preview { display: grid; gap: 3px; margin-top: 14px; padding: 13px 15px; border-left: 3px solid var(--nr-brand); background: var(--nr-brand-soft); }
.nr-reframed-preview strong { color: var(--nr-brand); text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; }

.nr-story-list { display: grid; }
.nr-story-card { display: grid; grid-template-columns: minmax(0, 1fr) 175px; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--nr-line); }
.nr-story-title { margin: 5px 0 8px; font-size: 1.18rem; line-height: 1.3; letter-spacing: -.015em; }
.nr-story-excerpt { margin: 0 0 10px; color: var(--nr-muted); font-size: .92rem; }
.nr-story-image { display: block; min-height: 120px; overflow: hidden; border-radius: 10px; background: var(--nr-soft); }
.nr-story-image img { width: 100%; height: 100%; aspect-ratio: 7 / 5; object-fit: cover; }
.navigation.pagination { margin-top: 30px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers { padding: 7px 11px; border: 1px solid var(--nr-line); border-radius: 7px; text-decoration: none; }
.page-numbers.current { background: var(--nr-ink); color: var(--nr-paper); border-color: var(--nr-ink); }

.nr-right-rail {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  align-self: start;
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  padding: 27px 20px;
  border-left: 1px solid var(--nr-line);
  background: var(--nr-page);
}
.nr-right-rail:hover { scrollbar-color: #a9aca3 transparent; }
.nr-side-section { padding: 18px 0; border-bottom: 1px solid var(--nr-line); }
.nr-side-section:first-child { padding-top: 0; }
.nr-side-heading { display: flex; justify-content: space-between; gap: 10px; margin: 0 0 12px; font-size: .94rem; font-weight: 700; }
.nr-side-heading small { color: var(--nr-muted); font-weight: 400; }
.nr-brief-list, .nr-trending-list { margin: 0; padding-left: 22px; display: grid; gap: 12px; }
.nr-brief-list a, .nr-trending-list a { text-decoration: none; font-size: .88rem; line-height: 1.4; }
.nr-brief-list a:hover, .nr-trending-list a:hover { color: var(--nr-brand); }
.nr-topic-list { display: flex; flex-wrap: wrap; gap: 8px; }
.nr-topic-list a, .nr-tags a { padding: 6px 10px; border: 1px solid var(--nr-line); border-radius: 999px; background: var(--nr-paper); text-decoration: none; font-size: .82rem; }
.nr-newsletter-box { padding: 17px; border-radius: 11px; color: var(--nr-paper); background: var(--nr-ink); }
.nr-newsletter-box p { margin: 7px 0 14px; color: #d8d9d3; font-size: .87rem; }
.nr-newsletter-button { display: block; padding: 9px 10px; border-radius: 8px; color: var(--nr-ink); background: var(--nr-paper); text-align: center; text-decoration: none; font-size: .86rem; font-weight: 700; }
.nr-ad-slot { min-height: 220px; display: grid; place-items: center; border: 1px dashed var(--nr-line); background: var(--nr-paper); color: var(--nr-muted); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.nr-ad-slot:has(> :not(span)) > span { display: none; }
.nr-adshow-slot { display: block; min-height: 0; overflow: hidden; }
.nr-adshow-link { display: block; line-height: 0; }
.nr-adshow-link img { display: block; width: 100%; height: auto; transition: transform .2s ease; }
.nr-adshow-link:hover img { transform: scale(1.015); }

.nr-breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; color: var(--nr-muted); font-size: .82rem; }
.nr-breadcrumb a { text-decoration: none; }
.nr-commercial-disclosure { display: inline-flex; gap: 6px; margin-bottom: 12px; padding: 6px 9px; border: 1px solid var(--nr-line); background: var(--nr-soft); color: var(--nr-muted); font-size: .76rem; }
.nr-article h1 { max-width: 790px; margin: 8px 0 12px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.045em; }
.nr-article h1, .nr-story-title, .nr-lead-story h2 { overflow-wrap: anywhere; }
.nr-standfirst { max-width: 760px; margin: 0 0 20px; color: var(--nr-muted); font-size: 1.1rem; line-height: 1.52; }
.nr-author-row { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; padding: 15px 0; border-top: 1px solid var(--nr-line); border-bottom: 1px solid var(--nr-line); }
.nr-author-avatar { width: 42px; height: 42px; border-radius: 50%; }
.nr-author-avatar-link { display: flex; flex: 0 0 auto; border-radius: 50%; }
.nr-author-meta { display: grid; gap: 1px; }
.nr-author-meta { min-width: 0; }
.nr-author-meta a { text-decoration: none; }
.nr-author-meta span, .nr-reviewer { color: var(--nr-muted); font-size: .8rem; }
.nr-reviewer { margin-left: auto; }
.nr-share-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 15px 0; }
.nr-share-row a, .nr-copy-link { padding: 6px 10px; border: 1px solid var(--nr-line); border-radius: 999px; background: var(--nr-paper); color: var(--nr-ink); text-decoration: none; font-size: .8rem; cursor: pointer; }
.nr-share-row a:hover, .nr-copy-link:hover { background: var(--nr-soft); }
.nr-article-hero { margin: 0 0 28px; }
.nr-article-hero img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 12px; }
.nr-article-hero figcaption { margin-top: 7px; color: var(--nr-muted); font-size: .78rem; }
.nr-key-takeaways { margin: 0 0 30px; padding: 18px 20px; border-top: 3px solid var(--nr-ink); background: var(--nr-soft); }
.nr-key-takeaways h2 { margin: 0 0 8px; font-size: .93rem; }
.nr-key-takeaways ul { margin: 0; padding-left: 20px; }
.nr-entry-content { max-width: var(--nr-content); font-family: "Newsr Editorial", Georgia, "Times New Roman", serif; font-optical-sizing: auto; font-size: 1.12rem; line-height: 1.76; }
.nr-entry-content > *:first-child { margin-top: 0; }
.nr-entry-content h2, .nr-entry-content h3 { font-family: "Newsr Editorial", Georgia, serif; font-optical-sizing: auto; line-height: 1.16; letter-spacing: -.025em; }
.nr-entry-content h2 { margin: 38px 0 14px; font-size: 1.65rem; }
.nr-entry-content h3 { margin: 29px 0 10px; font-size: 1.25rem; }
.nr-entry-content p { margin: 0 0 21px; }
.nr-entry-content a { color: #9e361f; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.nr-entry-content a, .nr-sources a { overflow-wrap: anywhere; }
.nr-entry-content figure { margin: 28px 0; }
.nr-entry-content img { width: auto; max-width: 100%; height: auto; }
.nr-entry-content iframe, .nr-entry-content video { max-width: 100%; }
.nr-entry-content .wp-block-embed__wrapper { position: relative; max-width: 100%; overflow: hidden; }
.nr-entry-content table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; -webkit-overflow-scrolling: touch; }
.nr-entry-content th, .nr-entry-content td { padding: 9px 11px; border: 1px solid var(--nr-line); text-align: left; }
.nr-entry-content pre { max-width: 100%; overflow-x: auto; padding: 15px; border-radius: 8px; background: var(--nr-soft); font-size: .86rem; }
.nr-entry-content figcaption { color: var(--nr-muted); font-family: "Newsr Sans", Inter, sans-serif; font-size: .78rem; }
.nr-entry-content blockquote { margin: 28px 0; padding-left: 20px; border-left: 3px solid var(--nr-brand); }
.nr-expert-quote { margin: 30px 0; padding: 18px 0 18px 20px; border-left: 3px solid var(--nr-brand); font-family: "Newsr Editorial", Georgia, serif; }
.nr-expert-quote blockquote { margin: 0 0 8px; padding: 0; border: 0; font-size: 1.15rem; }
.nr-expert-quote cite { color: var(--nr-muted); font-size: .82rem; font-style: normal; }
.nr-editorial-module { margin-top: 35px; }
.nr-reaction-list { display: grid; gap: 10px; }
.nr-reaction-list blockquote { margin: 0; padding: 13px 15px; border: 0; border-radius: 9px; background: var(--nr-soft); font-family: "Newsr Sans", Inter, sans-serif; font-size: .91rem; }
.nr-reframed-box { margin: 36px 0; padding: 22px; border-left: 4px solid var(--nr-brand); background: var(--nr-brand-soft); font-family: "Newsr Sans", Inter, sans-serif; }
.nr-reframed-box > span { display: block; margin-bottom: 8px; color: var(--nr-brand); text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 700; }
.nr-reframed-box p:last-child { margin-bottom: 0; }
.nr-sources { margin-top: 34px; padding: 18px 0; border-top: 1px solid var(--nr-line); border-bottom: 1px solid var(--nr-line); font-family: "Newsr Sans", Inter, sans-serif; }
.nr-sources h2 { margin: 0 0 10px; font-size: .95rem; }
.nr-sources ul { margin: 0; padding-left: 20px; color: var(--nr-muted); font-size: .86rem; }
.nr-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.nr-article-toc { display: grid; gap: 9px; }
.nr-article-toc a { color: var(--nr-muted); text-decoration: none; font-size: .83rem; }
.nr-article-toc a:hover { color: var(--nr-brand); }
.nr-expert-status { display: grid; gap: 4px; padding: 14px; background: var(--nr-green-soft); }
.nr-expert-status span { color: var(--nr-muted); font-size: .78rem; line-height: 1.45; }

.nr-related-section, .nr-latest-section { margin-top: 42px; }
.nr-related-section > h2, .nr-latest-section > h2 { margin: 0 0 15px; padding-bottom: 10px; border-bottom: 2px solid var(--nr-ink); font-size: .86rem; text-transform: uppercase; letter-spacing: .09em; }
.nr-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.nr-related-grid article { min-width: 0; }
.nr-related-image { display: block; min-height: 105px; overflow: hidden; border-radius: 9px; background: var(--nr-soft); }
.nr-related-image img { width: 100%; aspect-ratio: 7 / 4; object-fit: cover; }
.nr-related-grid h3 { margin: 8px 0 5px; font-size: .88rem; line-height: 1.35; }
.nr-related-grid h3 a { text-decoration: none; }
.nr-related-grid small { color: var(--nr-muted); font-size: .74rem; }
.nr-latest-list { display: grid; }
.nr-latest-list article { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--nr-line); }
.nr-latest-list time { color: var(--nr-muted); font-size: .78rem; }
.nr-latest-list h3 { margin: 0; font-size: .9rem; }
.nr-latest-list h3 a { text-decoration: none; }

.nr-author-page { width: 100%; max-width: 780px; justify-self: center; padding: 42px 36px 80px; }
.nr-author-hero { margin-bottom: 36px; padding: 30px; border: 1px solid var(--nr-line); border-radius: 16px; background: linear-gradient(145deg, var(--nr-paper), var(--nr-soft)); }
.nr-author-identity { display: grid; grid-template-columns: 124px minmax(0, 1fr); gap: 24px; align-items: center; }
.nr-author-portrait { width: 124px; height: 124px; object-fit: cover; border-radius: 50%; background: var(--nr-soft); }
.nr-author-eyebrow { display: block; margin-bottom: 5px; color: var(--nr-brand); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; }
.nr-author-hero h1 { margin: 0 0 5px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; letter-spacing: -.04em; }
.nr-author-role { margin: 0; color: var(--nr-muted); font-size: .95rem; }
.nr-author-bio { max-width: 650px; margin: 22px 0 0; font-family: "Newsr Editorial", Georgia, serif; font-size: 1.08rem; line-height: 1.68; }
.nr-author-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.nr-author-links a { padding: 7px 11px; border: 1px solid var(--nr-line); border-radius: 999px; background: var(--nr-paper); text-decoration: none; font-size: .8rem; }
.nr-author-links a:hover { background: var(--nr-brand-soft); }
.nr-author-stats { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--nr-line); color: var(--nr-muted); font-size: .82rem; }
.nr-author-stories-title { margin: 0; padding-bottom: 13px; border-bottom: 2px solid var(--nr-ink); font-size: 1.1rem; }

@media (max-width: 1400px) {
  .nr-site-shell { grid-template-columns: 230px minmax(0, 1fr) 290px; }
}

@media (max-width: 1180px) {
  .nr-site-shell { grid-template-columns: 220px minmax(0, 1fr); }
  .nr-right-rail { display: none; }
}

@media (max-width: 860px) {
  body { --nr-admin-offset: 0px; background: var(--nr-paper); }
  body.admin-bar { --nr-admin-offset: 32px; }
  body.nr-nav-open { overflow: hidden; }
  body.nr-nav-open::before { content: ""; position: fixed; top: calc(56px + var(--nr-admin-offset)); right: 0; bottom: 0; left: 0; z-index: 90; background: rgba(21,23,19,.22); }
  .nr-mobile-header { display: grid !important; position: fixed; top: var(--nr-admin-offset); right: 0; left: 0; z-index: 110; grid-template-columns: 44px minmax(0, 1fr) 44px; min-height: 56px; align-items: center; padding: 6px max(10px, env(safe-area-inset-right)) 6px max(10px, env(safe-area-inset-left)); border-bottom: 1px solid var(--nr-line); background: rgba(255,255,255,.98); backdrop-filter: blur(8px); }
  .nr-mobile-header .nr-brand-tagline { display: none; }
  .nr-mobile-header .nr-brand .custom-logo { height: 28px; max-width: 128px; }
  .nr-mobile-header .nr-brand.is-mark .custom-logo { width: 28px; height: 28px; }
  .nr-mobile-header .nr-brand { min-width: 0; justify-self: center; font-size: .94rem; }
  .nr-menu-toggle { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border: 0; border-radius: 8px; background: transparent; cursor: pointer; }
  .nr-menu-toggle:hover { background: var(--nr-soft); }
  .nr-menu-lines, .nr-menu-lines::before, .nr-menu-lines::after { display: block; width: 20px; height: 2px; background: var(--nr-ink); content: ""; }
  .nr-menu-lines { position: relative; }
  .nr-menu-lines::before { position: absolute; top: -6px; }
  .nr-menu-lines::after { position: absolute; top: 6px; }
  .nr-mobile-search { width: 44px; height: 44px; display: grid; place-items: center; justify-self: end; border-radius: 50%; }
  .nr-mobile-search:hover { background: var(--nr-soft); }
  .nr-mobile-search span { width: 17px; height: 17px; position: relative; display: block; border: 2px solid var(--nr-ink); border-radius: 50%; }
  .nr-mobile-search span::after { content: ""; position: absolute; width: 7px; height: 2px; right: -5px; bottom: -3px; transform: rotate(45deg); background: var(--nr-ink); border-radius: 2px; }
  .nr-mobile-topics { display: flex; position: fixed; top: calc(56px + var(--nr-admin-offset)); right: 0; left: 0; z-index: 100; gap: 1px; overflow-x: auto; overscroll-behavior-x: contain; white-space: nowrap; padding: 0 max(10px, env(safe-area-inset-right)) 0 max(10px, env(safe-area-inset-left)); border-bottom: 1px solid var(--nr-line); background: var(--nr-paper); scrollbar-width: none; }
  .nr-mobile-topics::-webkit-scrollbar { display: none; }
  .nr-mobile-topics a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 11px; color: var(--nr-muted); border-bottom: 3px solid transparent; text-decoration: none; font-size: .84rem; font-weight: 600; }
  .nr-mobile-topics a.is-current { color: var(--nr-brand); border-bottom-color: var(--nr-brand); }
  .nr-site-shell { display: block; min-height: auto; padding-top: calc(100px + var(--nr-admin-offset)); border: 0; }
  /* The desktop rail must never occupy document flow on a phone. It becomes a
     compact, explicit drawer that only exists after the Menu button is pressed. */
  .nr-site-shell > .nr-left-rail { display: none !important; position: fixed; top: calc(56px + var(--nr-admin-offset)); right: auto; bottom: 0; left: 0; z-index: 105; width: min(330px, 88vw); height: auto; min-height: 0; max-height: none; overflow-y: auto; overscroll-behavior: contain; padding: 18px 18px calc(24px + env(safe-area-inset-bottom)); border: 0; border-right: 1px solid var(--nr-line); background: var(--nr-paper); box-shadow: 14px 0 38px rgba(21,23,19,.16); }
  .nr-site-shell > .nr-left-rail.is-open { display: block !important; }
  .nr-left-rail > .nr-brand, .nr-left-rail > .nr-brand-tagline { display: none; }
  .nr-left-rail .nr-primary-nav { gap: 2px; }
  .nr-left-rail .nr-nav-item { min-height: 48px; padding: 9px 4px; font-size: 1.03rem; }
  .nr-left-rail .nr-nav-divider { margin: 10px 0; }
  .nr-left-rail .nr-utility-nav { display: grid; gap: 2px; margin-top: 14px; padding-top: 14px; }
  .nr-left-rail .nr-utility-nav a { padding: 8px 4px; font-size: .94rem; }
  .nr-feed-column, .nr-article-column { max-width: 760px; padding: 20px max(17px, env(safe-area-inset-right)) calc(42px + env(safe-area-inset-bottom)) max(17px, env(safe-area-inset-left)); }
  .nr-feed-header { display: block; }
  .nr-feed-tabs { width: 100%; max-width: 100%; margin-top: 15px; overflow-x: auto; scrollbar-width: none; }
  .nr-feed-tabs::-webkit-scrollbar { display: none; }
  .nr-feed-tabs a, .nr-feed-tabs span { min-height: 40px; display: inline-flex; align-items: center; }
  .nr-story-card { grid-template-columns: minmax(0, 1fr) 110px; gap: 13px; }
  .nr-story-excerpt { display: none; }
  .nr-story-image { min-height: 92px; }
  .nr-article h1 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .nr-standfirst { font-size: 1rem; }
  .nr-reviewer { width: 100%; margin-left: 53px; }
  .nr-entry-content { width: 100%; max-width: none; font-size: 1.03rem; line-height: 1.72; }
  .nr-entry-content h2 { scroll-margin-top: 82px; }
  .nr-entry-content .alignwide, .nr-entry-content .alignfull { width: 100%; max-width: 100%; margin-right: 0; margin-left: 0; }
  .nr-related-grid { grid-template-columns: 1fr; }
  .nr-related-grid article { display: grid; grid-template-columns: 115px minmax(0, 1fr); gap: 12px; }
  .nr-related-image { grid-row: span 2; min-height: 86px; }
  .nr-related-grid h3 { margin-top: 0; }
  .nr-latest-list article { grid-template-columns: 82px minmax(0, 1fr); }
  .nr-author-page { padding: 24px 17px 60px; }
  .nr-author-hero { padding: 22px; }
  .nr-author-identity { grid-template-columns: 80px minmax(0, 1fr); gap: 16px; }
  .nr-author-portrait { width: 80px; height: 80px; }
}

@media (max-width: 782px) {
  body.admin-bar { --nr-admin-offset: 46px; }
}

@media (max-width: 480px) {
  .nr-feed-column, .nr-article-column { padding-top: 16px; }
  .nr-feed-header h1, .nr-page-header h1 { font-size: 1.75rem; }
  .nr-story-card { grid-template-columns: minmax(0, 1fr) 96px; gap: 12px; padding: 19px 0; }
  .nr-story-image { min-height: 82px; }
  .nr-story-title { font-size: 1.08rem; }
  .nr-article h1 { font-size: clamp(1.9rem, 10vw, 2.45rem); letter-spacing: -.035em; }
  .nr-share-row { gap: 7px; }
  .nr-share-row a, .nr-copy-link { min-height: 40px; display: inline-flex; align-items: center; }
  .nr-key-takeaways, .nr-reframed-box { padding: 17px; }
  .nr-related-grid article { grid-template-columns: 96px minmax(0, 1fr); }
  .nr-author-hero { padding: 18px; }
  .nr-author-identity { grid-template-columns: 68px minmax(0, 1fr); gap: 13px; }
  .nr-author-portrait { width: 68px; height: 68px; }
  .nr-author-hero h1 { font-size: 1.85rem; }
}

@media (max-width: 360px) {
  .nr-story-card { grid-template-columns: 1fr; }
  .nr-story-image { grid-row: 1; min-height: 150px; }
  .nr-story-image img { aspect-ratio: 16 / 9; }
  .nr-reviewer { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
