@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: .98rem; line-height: 1.58; }
.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 .showu-internal-link { margin: 18px 0; padding: 10px 14px; border-left: 3px solid var(--nr-brand); border-radius: 0 8px 8px 0; background: var(--nr-brand-soft); color: var(--nr-muted); font-family: "Newsr Sans", Inter, sans-serif; font-size: .92rem; line-height: 1.55; }
.nr-entry-content .showu-internal-link a { color: var(--nr-ink); font-weight: 700; }
.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-entry-content .showu-answer-card,
.nr-entry-content .showu-note,
.nr-entry-content .showu-next-step {
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid #e2d59d;
  border-radius: 12px;
  background: #fff9df;
  font-family: "Newsr Sans", Inter, sans-serif;
  font-size: .95rem;
  line-height: 1.6;
}
.nr-entry-content .showu-answer-card > strong { display: block; margin-bottom: 6px; color: #765600; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.nr-entry-content .showu-answer-card p,
.nr-entry-content .showu-note p,
.nr-entry-content .showu-next-step p:last-child { margin-bottom: 0; }
.nr-entry-content .showu-note { border-color: #dbe4d5; background: #f4f8f1; }
.nr-entry-content .showu-toc { margin: 26px 0; padding: 18px 20px; border: 1px solid var(--nr-line); border-radius: 12px; background: #fafaf7; font-family: "Newsr Sans", Inter, sans-serif; font-size: .88rem; }
.nr-entry-content .showu-toc strong { display: block; margin-bottom: 8px; }
.nr-entry-content .showu-toc ol { margin: 0; padding-left: 22px; columns: 2; column-gap: 30px; }
.nr-entry-content .showu-toc li { break-inside: avoid; margin: 5px 0; }
.nr-entry-content .showu-prime-checker { margin: 25px 0; padding: 20px; border: 1px solid #dfe5da; border-radius: 14px; background: #f8faf6; font-family: "Newsr Sans", Inter, sans-serif; }
.nr-entry-content .showu-prime-checker h3 { margin: 0 0 14px; font-family: "Newsr Sans", Inter, sans-serif; }
.nr-entry-content .showu-prime-checker label { display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 10px; align-items: start; padding: 11px 0; border-top: 1px solid #e3e8df; cursor: pointer; }
.nr-entry-content .showu-prime-checker label:first-of-type { border-top: 0; }
.nr-entry-content .showu-prime-checker input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: #3f6b45; }
.nr-entry-content .showu-prime-checker label > span { display: grid; gap: 3px; }
.nr-entry-content .showu-prime-checker label strong { color: #253126; font-size: .88rem; line-height: 1.35; }
.nr-entry-content .showu-prime-checker label small { color: #697369; font-size: .75rem; line-height: 1.45; }
.nr-entry-content details { margin: 12px 0; padding: 14px 16px; border: 1px solid var(--nr-line); border-radius: 10px; background: #fff; font-family: "Newsr Sans", Inter, sans-serif; font-size: .9rem; }
.nr-entry-content details summary { cursor: pointer; }
.nr-entry-content details p { margin: 12px 0 0; color: var(--nr-muted); font-size: .86rem; }
.nr-entry-content .showu-next-step { border-color: #cddbc9; background: #eef5eb; }
.nr-entry-content .showu-next-step h2 { margin-top: 0; padding-top: 0; }
.nr-entry-content .showu-button { display: inline-flex; margin: 5px 8px 5px 0; padding: 11px 15px; border-radius: 8px; background: #273329; color: #fff; font-weight: 800; text-decoration: none; }
.nr-entry-content .showu-button:hover { background: #182219; color: #fff; }
.nr-entry-content .showu-button-secondary { border: 1px solid #9eaa99; background: transparent; color: #273329; }
@media (max-width: 620px) {
  .nr-entry-content .showu-toc ol { columns: 1; }
  .nr-entry-content .showu-answer-card,
  .nr-entry-content .showu-note,
  .nr-entry-content .showu-next-step,
  .nr-entry-content .showu-prime-checker { padding: 16px; }
}
.newsr-reframed-brief {
  position: relative;
  margin: 32px 0;
  padding: 27px 28px 25px;
  overflow: hidden;
  border: 1px solid var(--nr-line);
  border-top: 4px solid var(--nr-brand);
  border-radius: 14px;
  background: linear-gradient(145deg, #fff 0%, #f7f7f2 100%);
  box-shadow: 0 10px 30px rgba(21, 23, 19, .055);
  font-family: "Newsr Sans", Inter, sans-serif;
}
.newsr-reframed-brief::before {
  content: "NEWSR";
  display: block;
  margin-bottom: 5px;
  color: var(--nr-brand);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.newsr-reframed-brief > h2 {
  margin: 0 0 19px;
  font-family: "Newsr Editorial", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.newsr-reframed-brief dl {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  margin: 0;
  border-top: 1px solid var(--nr-line);
}
.newsr-reframed-brief dt,
.newsr-reframed-brief dd {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--nr-line);
}
.newsr-reframed-brief dt {
  padding-right: 18px;
  color: var(--nr-brand);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.42;
  text-transform: uppercase;
}
.newsr-reframed-brief dd {
  padding-left: 20px;
  border-left: 1px solid var(--nr-line);
  color: #343730;
  font-family: "Newsr Editorial", Georgia, serif;
  font-size: 1rem;
  line-height: 1.58;
}
.newsr-evidence-meter {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 20px;
  padding: 15px 16px;
  border: 1px solid #d6ddd4;
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
}
.newsr-evidence-meter strong {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #245b31;
  background: var(--nr-green-soft);
  font-size: .72rem;
  line-height: 1.2;
  white-space: nowrap;
}
.newsr-evidence-meter p {
  grid-column: 2;
  min-width: 0;
  margin: 1px 0 0;
  color: var(--nr-muted);
  font-size: .83rem;
  line-height: 1.52;
  overflow-wrap: anywhere;
}
.newsr-evidence-meter > p:empty { display: none; }
.newsr-evidence-meter > figure,
.newsr-evidence-meter > .wp-block-embed,
.newsr-evidence-meter > .newsr-inline-media {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  margin: 4px 0 0;
  overflow: hidden;
}
.newsr-evidence-meter .wp-block-embed__wrapper,
.newsr-evidence-meter figcaption { overflow-wrap: anywhere; word-break: break-word; }
.newsr-social-embed-wrap { width: 100%; max-width: 500px; margin: 28px auto; overflow: hidden; }
.newsr-social-embed { display: block; width: 100%; max-width: 500px; border: 0; }
.newsr-related-media { margin: 25px 0; padding: 14px 16px; border-left: 3px solid var(--nr-brand); background: var(--nr-soft); }
.newsr-evidence-meter[data-evidence-level="developing"] strong,
.newsr-evidence-meter[data-evidence-level="partial"] strong {
  color: #7b4b08;
  background: #fff3d8;
}
.newsr-evidence-meter[data-evidence-level="disputed"] strong,
.newsr-evidence-meter[data-evidence-level="unconfirmed"] strong {
  color: #8e2f28;
  background: #fde9e6;
}
.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-taxonomy-links { display: grid; gap: 12px; margin: 24px 0 16px; padding-top: 18px; border-top: 1px solid var(--nr-line); font-family: "Newsr Sans", Inter, sans-serif; }
.nr-taxonomy-group { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 10px; align-items: start; }
.nr-taxonomy-label { padding-top: 7px; color: var(--nr-muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nr-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.nr-tags a:hover, .nr-tags a:focus-visible { color: var(--nr-brand); border-color: var(--nr-brand); background: var(--nr-brand-soft); }
.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-mobile-guide-toc { display: none; }
.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: 0; aspect-ratio: 7 / 4; overflow: hidden; border-radius: 9px; background: var(--nr-soft); }
.nr-related-image img { display: block; width: 100%; height: 100%; 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-skills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.nr-author-skills span { padding: 6px 10px; border: 1px solid var(--nr-line); border-radius: 999px; background: var(--nr-soft); color: var(--nr-muted); font-size: .78rem; line-height: 1.2; }
.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 .showu-icon { width: 21px; height: 21px; }
  .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: .94rem; line-height: 1.58; }
  .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; align-items: start; }
  .nr-related-image { grid-row: span 2; width: 115px; min-height: 0; aspect-ratio: 4 / 3; }
  .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; }
}

/* Mobile card geometry: images fill their thumbnail cells and category CTAs stay in flow. */
@media (max-width: 860px) {
  .nr-related-grid article .nr-related-image {
    height: 86px;
    min-height: 86px;
    aspect-ratio: auto;
  }

  .nr-related-grid article .nr-related-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .showu-category-card {
    display: flex;
    flex-direction: column;
    min-height: 230px;
  }

  .showu-category-card .showu-card-link {
    position: static;
    inset: auto;
    display: inline-block;
    margin-top: auto;
    padding-top: 16px;
  }
}

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

@media (max-width: 600px) {
  .newsr-reframed-brief { margin: 25px 0; padding: 20px 17px 18px; border-radius: 11px; }
  .newsr-reframed-brief > h2 { margin-bottom: 15px; font-size: 1.35rem; }
  .newsr-reframed-brief dl { display: block; }
  .newsr-reframed-brief dt { padding: 13px 0 4px; border-bottom: 0; }
  .newsr-reframed-brief dd { padding: 0 0 13px; border-left: 0; font-size: .98rem; }
  .newsr-evidence-meter { grid-template-columns: 1fr; gap: 9px; margin-top: 16px; padding: 13px; }
  .newsr-evidence-meter strong { justify-self: start; }
  .newsr-evidence-meter p { grid-column: 1; }
}

@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: 110px minmax(0, 1fr); }
  .nr-related-image { width: 110px; aspect-ratio: 4 / 3; }
  .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; }
}

/* ================================================================
   Showu identity and guide-first experience
   ================================================================ */
:root {
  --nr-page: #f6f4ee;
  --nr-paper: #fffefa;
  --nr-ink: #171a1f;
  --nr-muted: #686a70;
  --nr-line: #e7e3d9;
  --nr-soft: #f1efe8;
  --nr-brand: #d49a00;
  --nr-brand-soft: #fff4c9;
  --showu-yellow: #ffc83d;
  --showu-charcoal: #171a1f;
  --showu-teal: #18a999;
  --showu-radius: 18px;
}

body { background: var(--nr-page); font-family: "Newsr Sans", Inter, ui-sans-serif, system-ui, sans-serif; }
.nr-site-shell { grid-template-columns: 248px minmax(0, 1fr) 300px; background: var(--nr-paper); }
.showu-feed-column { max-width: 920px; padding: 0 40px 76px; }

.showu-left-rail { padding: 30px 22px; background: #fbfaf5; }
.showu-brand { gap: 11px; letter-spacing: -.045em; }
.showu-brand-mark { width: 42px; height: 42px; flex: 0 0 auto; }
.showu-brand .nr-brand-word { font-size: 1.65rem; font-weight: 800; line-height: 1; }
.showu-left-rail .nr-brand-tagline { margin: 5px 0 31px 53px; font-weight: 600; }
.showu-left-rail .nr-nav-item { gap: 12px; border-radius: 12px; font-weight: 600; }
.showu-left-rail .nr-nav-item > span { display: grid; width: 25px; height: 25px; place-items: center; color: #6f716f; }
.showu-left-rail .nr-nav-item .showu-icon { width: 19px; height: 19px; }
.showu-left-rail .nr-nav-item.is-current { color: var(--showu-charcoal); background: var(--showu-yellow); }
.showu-left-rail .nr-nav-item.is-current > span { color: var(--showu-charcoal); }
.showu-nav-group { margin: 3px 0; border-radius: 12px; }
.showu-nav-group summary { display: grid; grid-template-columns: 25px minmax(0,1fr) 18px; align-items: center; gap: 12px; min-height: 46px; padding: 9px 10px; border-radius: 12px; cursor: pointer; list-style: none; font-size: .94rem; font-weight: 650; line-height: 1.25; }
.showu-nav-group summary::-webkit-details-marker { display: none; }
.showu-nav-group summary:hover { background: #f1efe8; }
.showu-nav-group.is-current > summary { background: var(--showu-yellow); color: var(--showu-charcoal); }
.showu-nav-group-icon { display: grid; width: 25px; height: 25px; place-items: center; color: #6f716f; }
.showu-nav-group-icon .showu-icon { width: 19px; height: 19px; }
.showu-nav-chevron { color: #777970; font-size: 1.05rem; line-height: 1; text-align: center; transform: rotate(0); transition: transform .16s ease; }
.showu-nav-group[open] .showu-nav-chevron { transform: rotate(90deg); }
.showu-subnav { display: grid; gap: 2px; margin: 2px 0 9px 21px; padding: 3px 0 4px 15px; border-left: 1px solid #ded9cc; }
.showu-subnav a { padding: 7px 9px; border-radius: 8px; color: #62645f; font-size: .79rem; font-weight: 560; line-height: 1.28; text-decoration: none; }
.showu-subnav a:hover { background: #f0eee6; color: var(--showu-charcoal); }
.showu-subnav a.is-current { background: #fff0b3; color: #654d00; font-weight: 750; }
.showu-subnav .showu-subnav-all { margin-bottom: 2px; color: #765900; font-weight: 720; }
.showu-rail-note { margin-top: 28px; padding: 16px; border: 1px solid #e9d791; border-radius: 14px; background: #fff8dc; }
.showu-rail-note strong { display: block; margin-bottom: 5px; font-size: .88rem; line-height: 1.35; }
.showu-rail-note a { color: #765900; font-size: .81rem; font-weight: 700; text-decoration: none; }

.showu-hero { position: relative; margin: 0 -40px 48px; padding: 76px 48px 50px; overflow: hidden; border-bottom: 1px solid #ebdfb6; background: #fff5cb; }
.showu-hero::after { content: ""; position: absolute; right: -105px; bottom: -135px; width: 270px; height: 270px; border: 34px solid rgba(255,200,61,.38); border-radius: 50%; }
.showu-hero > * { position: relative; z-index: 1; }
.showu-eyebrow, .showu-section-heading > div > span { display: block; color: #765900; letter-spacing: .12em; font-size: .72rem; font-weight: 800; }
.showu-hero h1 { max-width: 650px; margin: 11px 0 12px; font-family: "Newsr Sans", Inter, sans-serif; font-size: clamp(2.45rem, 5vw, 4.75rem); line-height: .98; letter-spacing: -.065em; }
.showu-hero > p { max-width: 640px; margin: 0 0 27px; color: #53534e; font-size: 1.07rem; line-height: 1.55; }
.showu-search { display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 12px; max-width: 720px; min-height: 64px; padding: 8px 8px 8px 19px; border: 2px solid var(--showu-charcoal); border-radius: 16px; background: var(--nr-paper); box-shadow: 0 8px 0 rgba(23,26,31,.1); }
.showu-search .showu-icon { width: 22px; height: 22px; }
.showu-search input { width: 100%; min-width: 0; padding: 10px 0; border: 0; outline: 0; background: transparent; color: var(--showu-charcoal); }
.showu-search input::placeholder { color: #8a8a83; }
.showu-search button { min-height: 46px; padding: 0 18px; border: 0; border-radius: 11px; background: var(--showu-charcoal); color: #fff; font-weight: 750; cursor: pointer; }
.showu-search button:hover { background: #343840; }
.showu-search-examples { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: 17px; color: #727167; font-size: .81rem; }
.showu-search-examples a { text-decoration: underline; text-decoration-color: #baa344; text-underline-offset: 3px; }

.showu-search-page { padding-top: 52px; }
.showu-search-header { padding-bottom: 0; border-bottom: 0; }
.showu-search-header h1 { max-width: 680px; font-family: "Newsr Sans", Inter, sans-serif; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.showu-search-header p { max-width: 620px; margin: 12px 0 0; color: var(--nr-muted); font-size: 1rem; line-height: 1.55; }
.showu-search-page-form { max-width: none; margin: 28px 0 42px; }
.showu-search-results { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.showu-search-start { padding: 28px; border: 1px solid var(--nr-line); border-radius: 18px; background: #fbfaf6; }
.showu-search-start h2 { margin: 0 0 17px; font-size: 1.1rem; }
.showu-search-start > div { display: flex; flex-wrap: wrap; gap: 10px; }
.showu-search-start a { padding: 10px 13px; border: 1px solid #e1d08f; border-radius: 999px; background: #fff6d5; color: #5f4b08; font-size: .84rem; font-weight: 700; text-decoration: none; }
.showu-search-empty { padding: 46px 26px; border: 1px dashed #d6d1c5; border-radius: 18px; text-align: center; background: #fbfaf6; }
.showu-search-empty > span { display: grid; width: 50px; height: 50px; margin: 0 auto 14px; place-items: center; border-radius: 50%; background: var(--showu-yellow); }
.showu-subcategory-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; margin: 0 0 34px; }
.showu-subcategory-grid > a { display: grid; gap: 5px; min-height: 104px; padding: 17px 18px; border: 1px solid var(--nr-line); border-radius: 14px; background: #fbfaf5; text-decoration: none; transition: border-color .16s ease, transform .16s ease; }
.showu-subcategory-grid > a:hover { transform: translateY(-2px); border-color: #d7b744; }
.showu-subcategory-grid strong { font-size: .94rem; }
.showu-subcategory-grid span { color: var(--nr-muted); font-size: .78rem; line-height: 1.45; }
.showu-search-empty .showu-icon { width: 24px; height: 24px; }
.showu-search-empty h2 { margin: 0 0 8px; }
.showu-search-empty p { max-width: 500px; margin: auto; color: var(--nr-muted); }

.showu-section { margin: 0 0 54px; }
.showu-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.showu-section-heading h2 { margin: 5px 0 0; font-family: "Newsr Sans", Inter, sans-serif; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.08; letter-spacing: -.045em; }
.showu-section-heading > a { color: #6c560d; font-size: .88rem; font-weight: 700; text-decoration: none; }
.showu-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.showu-category-card { position: relative; display: flex; flex-direction: column; min-height: 240px; padding: 24px; overflow: hidden; border: 1px solid var(--nr-line); border-radius: var(--showu-radius); background: var(--card-tint); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.showu-category-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(23,26,31,.09); }
.showu-category-icon { display: grid; width: 48px; height: 48px; margin-bottom: 30px; place-items: center; border: 2px solid var(--showu-charcoal); border-radius: 14px; background: var(--showu-yellow); color: var(--showu-charcoal); }
.showu-category-icon .showu-icon { width: 24px; height: 24px; }
.showu-category-card strong { display: block; margin-bottom: 8px; font-size: 1.12rem; }
.showu-category-card p { margin: 0; color: #666761; font-size: .88rem; line-height: 1.52; }
.showu-card-link { position: static; margin-top: auto; padding-top: 16px; font-size: .82rem; font-weight: 750; }

.showu-story-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.showu-story-card { display: flex; flex-direction: column; gap: 0; padding: 0; overflow: hidden; border: 1px solid var(--nr-line); border-radius: 16px; background: #fff; }
.showu-story-card .nr-story-copy { padding: 18px 19px 20px; }
.showu-story-image { order: -1; width: 100%; height: 178px; }
.showu-story-image img { width: 100%; height: 100%; object-fit: cover; }
.showu-image-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: #f0eee6; color: #b48813; }
.showu-image-placeholder .showu-icon { width: 44px; height: 44px; stroke-width: 1.6; }
.showu-story-card .nr-story-title { margin: 8px 0; font-family: "Newsr Sans", Inter, sans-serif; font-size: 1.15rem; line-height: 1.25; letter-spacing: -.025em; }
.showu-story-card .nr-story-excerpt { display: -webkit-box; margin-bottom: 14px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .88rem; }
.showu-story-card .nr-story-meta { display: flex; justify-content: space-between; gap: 10px; font-size: .72rem; }
.showu-empty-state { padding: 42px 24px; border: 1px dashed #d6d1c5; border-radius: 18px; text-align: center; background: #fbfaf6; }
.showu-empty-state > span { display: grid; width: 52px; height: 52px; margin: 0 auto 14px; place-items: center; border-radius: 50%; background: var(--showu-yellow); }
.showu-empty-state .showu-icon { width: 27px; height: 27px; }
.showu-empty-state h3 { margin: 0 0 7px; }
.showu-empty-state p { max-width: 530px; margin: auto; color: var(--nr-muted); }

.showu-right-rail { background: #fbfaf5; }
.showu-helper-card, .showu-safety-card { padding: 22px; border-radius: 17px; }
.showu-helper-card { margin-top: 4px; border: 1px solid #ead88c; background: #fff5c9; }
.showu-helper-card h2 { margin: 17px 0 7px; font-family: "Newsr Sans", Inter, sans-serif; font-size: 1.1rem; line-height: 1.2; }
.showu-helper-card p, .showu-safety-card p { margin: 0; color: #65655f; font-size: .85rem; line-height: 1.55; }
.showu-helper-mark { display: block; width: 64px; height: 64px; }
.showu-popular-list { counter-reset: showu-popular; }
.showu-popular-list li { counter-increment: showu-popular; display: grid; grid-template-columns: 28px 1fr; gap: 7px; }
.showu-popular-list li::before { content: counter(showu-popular); color: #b68a12; font-weight: 800; }
.showu-safety-card { display: flex; align-items: flex-start; gap: 12px; margin-top: 22px; border: 1px solid #ded9cc; background: #f2f0e9; }
.showu-safety-icon { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 9px; background: #ffe89b; color: #6f5600; }
.showu-safety-icon .showu-icon { width: 18px; height: 18px; }
.showu-safety-card strong { display: block; margin-bottom: 5px; }

.showu-footer { padding: 24px 32px; border-top: 1px solid var(--nr-line); background: var(--showu-charcoal); color: #eee; font-size: .82rem; }
.showu-footer > div { display: flex; justify-content: space-between; gap: 20px; max-width: 1200px; margin: auto; }

/* Guide article refinements */
.single-post .nr-article h1 { font-family: "Newsr Sans", Inter, sans-serif; font-size: clamp(2.25rem,5vw,4.2rem); line-height: 1.02; letter-spacing: -.055em; }
.single-post .nr-key-takeaways { border: 0; border-radius: 16px; background: #fff4c9; }
.single-post .nr-key-takeaways h2::before { content: "✓ "; color: #a97800; }
.single-post .nr-entry-content h2 { padding-top: 14px; font-family: "Newsr Sans", Inter, sans-serif; letter-spacing: -.035em; }
.single-post .nr-entry-content ol > li::marker { color: #a97800; font-weight: 800; }

/* Compact, accessible FAQ accordion */
.single-post .showu-faq { margin: 42px 0 34px; }
.single-post .showu-faq > h2 { margin-bottom: 14px; }
.single-post .showu-faq-item { margin: 0; border-top: 1px solid var(--nr-line); background: #fffefa; }
.single-post .showu-faq-item:last-child { border-bottom: 1px solid var(--nr-line); }
.single-post .showu-faq-item summary { position: relative; padding: 17px 48px 17px 4px; cursor: pointer; color: var(--nr-ink); font-family: "Newsr Sans", Inter, sans-serif; font-size: 1rem; font-weight: 750; line-height: 1.35; list-style: none; }
.single-post .showu-faq-item summary::-webkit-details-marker { display: none; }
.single-post .showu-faq-item summary::after { content: "+"; position: absolute; top: 50%; right: 5px; display: grid; width: 28px; height: 28px; place-items: center; transform: translateY(-50%); border-radius: 50%; background: #fff0b5; color: #715600; font-family: Inter, sans-serif; font-size: 1.05rem; font-weight: 700; line-height: 1; }
.single-post .showu-faq-item[open] summary::after { content: "−"; }
.single-post .showu-faq-item summary:hover { color: #8b6800; }
.single-post .showu-faq-item summary:focus-visible { outline: 3px solid rgba(255,199,61,.55); outline-offset: 3px; }
.single-post .showu-faq-answer { padding: 0 48px 17px 4px; color: var(--nr-muted); }
.single-post .showu-faq-answer > :first-child { margin-top: 0; }
.single-post .showu-faq-answer > :last-child { margin-bottom: 0; }

@media (max-width: 1400px) { .nr-site-shell { grid-template-columns: 230px minmax(0,1fr) 280px; } }
@media (max-width: 1180px) { .nr-site-shell { grid-template-columns: 220px minmax(0,1fr); } }
@media (max-width: 1180px) {
  .single-post .nr-mobile-guide-toc { display: block; margin: 0 0 30px; overflow: hidden; border: 1px solid #ead88c; border-radius: 15px; background: #fff9df; }
  .nr-mobile-guide-toc summary { position: relative; padding: 15px 48px 15px 18px; cursor: pointer; color: var(--nr-ink); font-size: .94rem; font-weight: 800; list-style: none; }
  .nr-mobile-guide-toc summary::-webkit-details-marker { display: none; }
  .nr-mobile-guide-toc summary::after { content: "+"; position: absolute; top: 50%; right: 17px; width: 24px; height: 24px; display: grid; place-items: center; transform: translateY(-50%); border-radius: 50%; background: var(--showu-yellow); font-size: 1.05rem; line-height: 1; }
  .nr-mobile-guide-toc[open] summary::after { content: "−"; }
  .nr-mobile-guide-toc .nr-article-toc { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; padding: 0 18px 16px; counter-reset: showu-toc; }
  .nr-mobile-guide-toc .nr-article-toc a { counter-increment: showu-toc; position: relative; padding: 9px 12px 9px 27px; border-top: 1px solid rgba(126,99,13,.14); color: #5f6063; font-size: .82rem; line-height: 1.38; }
  .nr-mobile-guide-toc .nr-article-toc a::before { content: counter(showu-toc); position: absolute; top: 9px; left: 4px; color: #9a7200; font-size: .72rem; font-weight: 800; }
}
@media (max-width: 860px) {
  .showu-mobile-header { background: #fffefa; }
  .showu-mobile-header .showu-brand-mark { width: 35px; height: 35px; }
  .showu-mobile-header .nr-brand-word { font-size: 1.4rem; }
  .showu-feed-column { padding: 0 18px 50px; }
  .showu-hero { margin: -20px -18px 38px; padding: 54px 22px 38px; }
  .showu-hero::after { right: -34px; bottom: -78px; font-size: 12rem; }
  .showu-category-grid { grid-template-columns: 1fr; }
  .showu-subcategory-grid { grid-template-columns: 1fr; }
  .showu-category-card { min-height: 230px; }
  .showu-story-list { grid-template-columns: 1fr; }
  .showu-story-card { display: grid; grid-template-columns: 124px minmax(0,1fr); }
  .showu-story-image { width: 124px; height: 100%; min-height: 165px; }
  .showu-rail-note { display: none; }
  .nr-mobile-guide-toc .nr-article-toc { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .showu-hero h1 { font-size: 2.55rem; }
  .showu-search { grid-template-columns: 22px minmax(0,1fr); }
  .showu-search button { grid-column: 1 / -1; }
  .showu-search-examples a:nth-of-type(n+3) { display: none; }
  .showu-search-page { padding-top: 24px; }
  .showu-search-results { grid-template-columns: 1fr; }
  .showu-section-heading { align-items: start; }
  .showu-story-card { grid-template-columns: 105px minmax(0,1fr); }
  .showu-story-image { width: 105px; }
  .showu-story-card .nr-story-copy { padding: 14px; }
  .showu-story-card .nr-story-excerpt { display: none; }
  .showu-story-card .nr-story-meta span:last-child { display: none; }
  .showu-footer > div { display: grid; text-align: center; }
}
