:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body {
  --ink: #202a25;
  --muted: #5d685f;
  --accent: #245b40;
  --accent-dark: #183e2c;
  --paper: #fffefa;
  --wash: #f3f3eb;
  --line: #d9dfd5;
  --hero: #eff2e9;
  --heading: Georgia, "Times New Roman", serif;
  --reading: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.7;
}
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
button, input { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { max-width: 100%; height: auto; }
svg { max-width: 100%; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
body[data-theme="ebricks"] .site-header :focus-visible,
body[data-theme="fod"] .site-header :focus-visible { outline-color: #fff; }
body[data-theme="fod"] .hero-copy :focus-visible { outline-color: #a1dccc; }
[hidden] { display: none !important; }
.skip-link { position: fixed; inset: 12px auto auto 12px; transform: translateY(-200%); z-index: 100; padding: 10px 18px; background: var(--paper); color: var(--ink); }
.skip-link:focus { transform: none; }

.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner, .hero-inner, .page-grid, .footer-inner { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 86px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; min-width: 0; flex-shrink: 0; }
.brand img { display: block; width: 32px; height: 32px; flex: 0 0 32px; border-radius: 7px; }
.brand-name { font-family: var(--heading); font-size: 25px; font-weight: 700; line-height: 1.15; letter-spacing: -.55px; }
.site-nav { display: flex; justify-content: flex-end; align-items: center; gap: 26px; }
.site-nav a { color: var(--ink); font-size: 13px; font-weight: 650; text-decoration: none; padding-block: 14px; white-space: nowrap; }
.site-nav a:hover { color: var(--accent); text-decoration: underline; }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; border: 1px solid var(--line); background: transparent; color: inherit; border-radius: 4px; padding: 8px 12px; font-size: 13px; font-weight: 650; }
.menu-toggle span { display: block; width: 18px; height: 1.5px; background: currentColor; }
.adult-label { display: inline-flex; align-items: center; justify-content: center; width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; font-weight: 750; line-height: 1; flex-shrink: 0; color: var(--muted); }

.review-hero { background: var(--hero); border-bottom: 1px solid var(--line); padding: 56px 0 60px; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .85fr); align-items: center; gap: 62px; }
.hero-copy { min-width: 0; }
.eyebrow { color: var(--accent); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: 1.55px; line-height: 1.55; margin-bottom: 16px; }
h1 { font-family: var(--heading); font-size: clamp(34px, 3.6vw, 49px); line-height: 1.1; font-weight: 700; letter-spacing: -1.4px; margin: 0 0 20px; text-wrap: balance; }
.review-meta { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0 0 22px; }
.review-meta > * + *::before { content: "·"; margin-right: 10px; color: var(--muted); }
.review-meta a { color: inherit; }
.hero-intro { font-size: 16px; line-height: 1.75; max-width: 70ch; }
.hero-intro p { margin: 0 0 15px; }
.hero-intro a { overflow-wrap: anywhere; }
.play-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 11px 24px; background: var(--accent); color: #fff; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-weight: 750; line-height: 1.4; letter-spacing: .05px; text-decoration: none; cursor: pointer; }
.play-cta:hover { background: var(--accent-dark); color: #fff; text-decoration: none; }
.hero-copy > .play-cta { margin-top: 11px; }
.play-cta:focus-visible { outline-offset: 4px; }
.quick-verdict { border: 1px solid var(--line); border-top: 3px solid var(--accent); padding: 25px 26px; background: var(--paper); font-size: 13px; line-height: 1.65; min-width: 0; }
.quick-verdict > :first-child { margin-top: 0; }
.quick-verdict > .label, .quick-verdict > small, .quick-verdict > .eyebrow { display: block; font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); font-weight: 750; margin: 0 0 10px; }
.quick-verdict .verdict-title { font-family: var(--heading); font-size: 25px; line-height: 1.2; letter-spacing: -.4px; margin: 6px 0 12px; font-weight: 700; }
.quick-verdict p { margin: 0 0 15px; }
.quick-verdict dl { border-top: 1px solid var(--line); margin: 20px 0 14px; }
.quick-verdict dl > div { display: grid; grid-template-columns: .95fr 1.1fr; gap: 12px; padding-block: 10px; border-bottom: 1px solid var(--line); align-items: baseline; }
.quick-verdict dt { color: var(--muted); font-size: 11px; }
.quick-verdict dd { margin: 0; font-weight: 650; font-size: 12px; }
.quick-verdict > a { font-size: 11px; }

.page-grid { display: grid; grid-template-columns: 218px minmax(0, 1fr); grid-template-areas: "rail article"; align-items: start; gap: 64px; padding-top: 52px; padding-bottom: 72px; }
.article-rail { grid-area: rail; position: sticky; top: 28px; font-size: 13px; min-width: 0; }
.contents { border-top: 3px solid var(--accent); padding-top: 16px; }
.contents > summary { cursor: pointer; list-style: none; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: 1.3px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.contents > summary::-webkit-details-marker { display: none; }
.contents > summary::after { content: "−"; font-size: 18px; font-weight: 400; line-height: 1; }
.contents:not([open]) > summary::after { content: "+"; }
.contents nav { margin-top: 15px; max-height: min(570px, calc(100svh - 240px)); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.contents ol { list-style: none; padding: 0; margin: 0; counter-reset: contents; }
.contents li { margin: 0; padding: 0; counter-increment: contents; }
.contents a { display: flex; gap: 10px; color: var(--muted); text-decoration: none; padding: 7px 2px; line-height: 1.45; font-size: 12px; }
.contents a::before { content: counter(contents, decimal-leading-zero); color: var(--muted); opacity: .68; font-size: 10px; min-width: 17px; padding-top: 2px; font-variant-numeric: tabular-nums; }
.contents a:hover, .contents a[aria-current], .contents a.is-active { color: var(--accent); }
.contents a[aria-current], .contents a.is-active { font-weight: 700; }
.research-note { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 16px; font-size: 11px; line-height: 1.65; color: var(--muted); }
.research-note p { margin: 0 0 10px; }
.research-note strong { color: var(--ink); }
.article-body { grid-area: article; min-width: 0; font-family: var(--reading); }
.content-section { min-width: 0; padding: 36px 0 40px; border-top: 1px solid var(--line); scroll-margin-top: 28px; }
.content-section:first-child { padding-top: 0; border-top: 0; }
.content-section h2 { color: var(--ink); font-family: var(--heading); font-size: clamp(25px, 2.5vw, 33px); font-weight: 700; line-height: 1.23; letter-spacing: -.65px; margin: 0 0 23px; text-wrap: balance; }
.content-section h3 { color: var(--ink); font-family: var(--heading); font-size: 23px; font-weight: 700; line-height: 1.32; letter-spacing: -.3px; margin: 30px 0 15px; }
.content-section p { margin: 0 0 19px; }
.content-section li { padding-left: 3px; margin: 0 0 11px; }
.content-section ul, .content-section ol { margin: 18px 0 24px; padding-left: 23px; }
.content-section a { overflow-wrap: anywhere; }
.content-section strong { font-weight: 700; }
.content-section p:last-child { margin-bottom: 0; }
.content-section [id] { scroll-margin-top: 28px; }
.content-section .caption, .content-section .table-scroll-note { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 13px 0; }
.content-section .section-label, .content-section .section-number { display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 10px; text-transform: uppercase; color: var(--accent); font-weight: 750; letter-spacing: 1.3px; margin-bottom: 11px; }
.table-wrap, .table-wrapper, .table-scroll { width: 100%; max-width: 100%; overflow: auto; border: 1px solid var(--line); margin: 24px 0; -webkit-overflow-scrolling: touch; }
.table-wrap .table-wrap, .table-wrap .table-wrapper, .table-wrap .table-scroll { border: 0; margin: 0; }
table { border-collapse: collapse; width: 100%; font-size: 13px; line-height: 1.65; text-align: left; }
caption { padding: 12px 16px; text-align: left; color: var(--muted); font-size: 12px; line-height: 1.6; background: var(--wash); border-bottom: 1px solid var(--line); }
th, td { border-bottom: 1px solid var(--line); vertical-align: top; padding: 14px 16px; min-width: 100px; }
th { background: var(--wash); font-size: 11px; font-weight: 750; color: var(--ink); }
tr:last-child td { border-bottom: 0; }
td p { font-size: inherit; margin: 0 0 8px !important; }
td:first-child { font-weight: 600; }
.local-section-cta { margin: 25px 0 28px; }
.local-section-cta .play-cta { min-width: 130px; }
.warning-box, .rg-box, .natural-card, .evidence-box, .complaint-card, .info-box, .callout, .note-box { border-left: 3px solid var(--accent); background: var(--wash); padding: 22px 25px; margin: 25px 0; font-size: 15px; line-height: 1.75; }
.warning-box > :first-child, .rg-box > :first-child, .natural-card > :first-child, .evidence-box > :first-child, .complaint-card > :first-child { margin-top: 0; }
.warning-box > :last-child, .rg-box > :last-child, .natural-card > :last-child, .evidence-box > :last-child, .complaint-card > :last-child { margin-bottom: 0; }

.lo-widget { margin: 30px 0; padding: 26px; background: var(--wash); border: 1px solid var(--line); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 14px; line-height: 1.6; }
.lo-eyebrow { display: block; color: var(--accent); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: 1.1px; margin-bottom: 7px; }
.lo-title { font-family: var(--heading); font-size: 24px; line-height: 1.28; letter-spacing: -.4px; margin-bottom: 22px; font-weight: 700; }
.lo-fields { display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px; }
.lo-fields label { display: block; font-size: 11px; color: var(--muted); }
.lo-fields input { display: block; width: 100%; min-width: 0; height: 48px; border: 1px solid var(--line); border-radius: 3px; background: var(--paper); color: var(--ink); padding: 10px 12px; margin-top: 7px; font-size: 16px; }
.lo-fields input[readonly] { background: transparent; }
.lo-result { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; column-gap: 20px; row-gap: 8px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 21px 0 15px; padding: 16px 0; font-size: 12px; color: var(--muted); }
.lo-result output { font-size: 23px; line-height: 1.3; font-weight: 750; color: var(--ink); font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.lo-widget small { display: block; color: var(--muted); font-size: 11px; line-height: 1.7; }
.lo-widget .lo-error { color: #9d2827; margin-bottom: 8px; }
.lo-widget .lo-error:empty { display: none; }
.lo-checks { display: grid; gap: 3px; }
.lo-checks label { display: flex; align-items: flex-start; gap: 12px; min-height: 48px; padding: 10px 0; line-height: 1.6; cursor: pointer; }
.lo-checks input { width: 18px; height: 18px; flex: 0 0 18px; margin: 3px 0 0; accent-color: var(--accent); }
.lo-progress { border-top: 1px solid var(--line); padding-top: 15px; margin: 13px 0 8px; color: var(--accent); font-size: 12px; font-weight: 700; }

#local-editorial-author { display: flex; align-items: flex-start; gap: 22px; padding: 28px 0 34px; margin: 10px 0 4px; border-top: 1px solid var(--line); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
#local-editorial-author > img { width: 88px; height: 88px; flex: 0 0 88px; object-fit: cover; border-radius: 50%; }
.local-author-copy { min-width: 0; }
.local-author-name { display: block; font-size: 18px; color: var(--ink); font-weight: 750; line-height: 1.35; }
.local-author-role { display: block; color: var(--muted); font-size: 11px; margin: 3px 0 10px; }
.local-author-bio, .local-author-copy p { font-size: 13px; color: var(--muted); line-height: 1.75; margin: 0; }
#faq { padding-bottom: 0; }
#faq details { border-bottom: 1px solid var(--line); padding: 0; margin: 0; }
#faq details:first-of-type { border-top: 1px solid var(--line); }
#faq summary { list-style: none; position: relative; padding: 20px 36px 20px 0; min-height: 64px; cursor: pointer; font-size: 16px; line-height: 1.5; font-weight: 650; }
#faq summary::-webkit-details-marker { display: none; }
#faq summary::after { content: "+"; position: absolute; right: 1px; top: 18px; font-size: 23px; font-weight: 400; line-height: 1; color: var(--accent); }
#faq details[open] > summary::after { content: "−"; }
#faq details > p, #faq details > div { padding: 0 24px 22px 0; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
#faq details > div p { margin-bottom: 14px; }
#faq details > div p:last-child { margin-bottom: 0; }

.site-footer { border-top: 1px solid var(--line); background: var(--wash); color: var(--muted); padding: 36px 0 30px; font-size: 12px; line-height: 1.8; }
.footer-inner { display: grid; grid-template-columns: 1.4fr .75fr 1fr; gap: 25px 52px; align-items: start; }
.footer-inner > * { max-width: 100%; min-width: 0; }
.footer-inner p { margin: 0 0 10px; max-width: 76ch; }
.footer-inner a { color: var(--muted); }
.footer-inner nav, .footer-inner ul { display: flex; flex-wrap: wrap; gap: 7px 20px; list-style: none; padding: 0; margin: 0 0 14px; }
.footer-inner h3, .footer-inner h4 { color: var(--ink); font-family: var(--heading); font-size: 16px; margin: 0 0 12px; }
.footer-inner .brand { font-size: 18px; }
.footer-inner > nav { display: grid; gap: 7px; margin: 0; }
.footer-brand { color: var(--ink); font-family: var(--heading); font-size: 22px; line-height: 1.3; font-weight: 700; margin: 0 0 12px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 15px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 10px; }

body[data-layout="centered"] .hero-inner { grid-template-columns: 1fr; gap: 32px; }
body[data-layout="centered"] .hero-copy { max-width: 790px; text-align: center; margin-inline: auto; }
body[data-layout="centered"] .review-meta { justify-content: center; }
body[data-layout="centered"] .hero-intro { margin-inline: auto; }
body[data-layout="centered"] .quick-verdict { display: grid; grid-template-columns: 1fr 1.5fr; column-gap: 32px; max-width: 930px; width: 100%; margin-inline: auto; border-top-width: 1px; border-left: 3px solid var(--accent); text-align: left; }
body[data-layout="centered"] .quick-verdict dl { grid-column: 2; grid-row: 1 / span 4; margin-block: 0; border-top: 0; align-self: center; }
body[data-layout="centered"] .quick-verdict dl > div:first-child { padding-top: 0; }
body[data-layout="centered"] .quick-verdict > :not(dl) { grid-column: 1; }
body[data-layout="rail"] .hero-inner { grid-template-columns: minmax(0, 1.75fr) minmax(260px, .85fr); }
body[data-layout="magazine"] .hero-inner { grid-template-columns: minmax(0, 1.55fr) minmax(285px, .8fr); align-items: end; }
body[data-layout="compact"] .review-hero { padding-block: 42px; }
body[data-layout="compact"] h1 { max-width: 24ch; font-size: clamp(34px, 3.2vw, 45px); }
body[data-layout="compact"] .quick-verdict { background: transparent; border: 0; border-left: 1px solid var(--line); padding-left: 32px; padding-right: 0; }

body[data-theme="antologia"] { --ink: #243b30; --muted: #5a6b60; --accent: #2b6147; --accent-dark: #224b37; --paper: #fffefa; --wash: #f0f2e9; --hero: #f2f4eb; --line: #dbe1d5; }
body[data-theme="antologia"] .site-header { border-top: 5px solid var(--accent); }
body[data-theme="antologia"] .brand-name { font-size: 28px; }
body[data-theme="antologia"] .review-hero { padding-top: 48px; }
body[data-theme="antologia"] .page-grid { grid-template-columns: minmax(0, 1fr) 210px; grid-template-areas: "article rail"; gap: 72px; }
body[data-theme="antologia"] .article-body { max-width: 790px; }

body[data-theme="angelia"] { --ink: #362d29; --muted: #72645e; --accent: #9d492f; --accent-dark: #7d3722; --paper: #fffdf9; --wash: #f5eee7; --hero: #f0e6dc; --line: #e2d7cc; }
body[data-theme="angelia"] .header-inner { min-height: 94px; }
body[data-theme="angelia"] .brand-name { font-size: 29px; font-style: italic; }
body[data-theme="angelia"] .review-hero { padding-block: 62px; }
body[data-theme="angelia"] h1 { font-size: clamp(36px, 3.8vw, 51px); font-weight: 400; line-height: 1.12; }
body[data-theme="angelia"] .quick-verdict { border: 0; border-radius: 0; box-shadow: 7px 7px 0 #e1d0c0; padding: 28px; }
body[data-theme="angelia"] .page-grid { grid-template-columns: minmax(0, 1fr) 205px; grid-template-areas: "article rail"; gap: 78px; }
body[data-theme="angelia"] .content-section h2 { font-weight: 400; }
body[data-theme="angelia"] .play-cta { border-radius: 0; }

body[data-theme="azra"] { --ink: #202020; --muted: #626262; --accent: #ad282d; --accent-dark: #851e22; --paper: #fff; --wash: #f4f4f2; --hero: #fff; --line: #dededa; --heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
body[data-theme="azra"] .site-header { border-top: 6px solid var(--accent); border-bottom: 2px solid var(--ink); }
body[data-theme="azra"] .brand-name { font-size: 26px; letter-spacing: -1.1px; font-weight: 850; }
body[data-theme="azra"] .header-inner { min-height: 78px; }
body[data-theme="azra"] .review-hero { padding-block: 45px; }
body[data-theme="azra"] h1 { font-size: clamp(34px, 3.55vw, 48px); letter-spacing: -1.8px; line-height: 1.12; }
body[data-theme="azra"] .quick-verdict { background: var(--wash); border: 0; border-top: 4px solid var(--accent); }
body[data-theme="azra"] .content-section { border-top: 1px solid #c9c9c4; }
body[data-theme="azra"] .content-section h2 { font-size: clamp(24px, 2.3vw, 30px); letter-spacing: -.8px; }
body[data-theme="azra"] .play-cta { border-radius: 0; }

body[data-theme="erg"] { --ink: #202f41; --muted: #5c6a79; --accent: #245d94; --accent-dark: #1c4873; --paper: #fff; --wash: #f0f4f7; --hero: #eaf1f6; --line: #d8e0e7; --heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
body[data-theme="erg"] .header-inner { min-height: 80px; }
body[data-theme="erg"] .brand-name { letter-spacing: -1px; font-weight: 800; }
body[data-theme="erg"] .review-hero { border-top: 3px solid var(--accent); }
body[data-theme="erg"] h1 { font-size: clamp(33px, 3.45vw, 46px); letter-spacing: -1.5px; }
body[data-theme="erg"] .quick-verdict { border-radius: 6px; border-top-width: 1px; padding: 26px; }
body[data-theme="erg"] .contents { border: 1px solid var(--line); border-radius: 5px; padding: 18px; background: #fafcfe; }
body[data-theme="erg"] .page-grid { grid-template-columns: 230px minmax(0, 1fr); gap: 50px; }
body[data-theme="erg"] .content-section h2 { font-size: 29px; }

body[data-theme="fod"] { --ink: #253239; --muted: #617077; --accent: #14756f; --accent-dark: #0b5954; --paper: #fff; --wash: #edf4f3; --hero: #18333b; --line: #d7e1df; --heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
body[data-theme="fod"] .site-header { background: #102930; border-bottom-color: #35515a; color: #fff; }
body[data-theme="fod"] .brand, body[data-theme="fod"] .site-nav a { color: #fff; }
body[data-theme="fod"] .adult-label { color: #c0d1d4; border-color: #597178; }
body[data-theme="fod"] .review-hero { color: #f5f9f8; }
body[data-theme="fod"] .hero-copy .eyebrow { color: #99d5c8; }
body[data-theme="fod"] .hero-copy .review-meta { color: #c0d1d4; }
body[data-theme="fod"] .hero-intro a { color: #a1dccc; }
body[data-theme="fod"] .hero-copy .play-cta { background: #a8d8c7; color: #16372e; }
body[data-theme="fod"] .quick-verdict { color: var(--ink); border: 0; border-radius: 5px; }
body[data-theme="fod"] h1 { font-size: clamp(33px, 3.4vw, 46px); }
body[data-theme="fod"] .content-section h2 { font-size: 29px; }
body[data-theme="fod"] .page-grid { grid-template-columns: minmax(0, 1fr) 208px; grid-template-areas: "article rail"; gap: 68px; }

body[data-theme="student"] { --ink: #383c2c; --muted: #6c6f5d; --accent: #596c37; --accent-dark: #435128; --paper: #fffdf5; --wash: #efefdf; --hero: #f7f4e6; --line: #dfdfcb; --reading: Georgia, "Times New Roman", serif; }
body[data-theme="student"] .header-inner { min-height: 96px; flex-wrap: wrap; justify-content: center; padding-block: 20px 15px; gap: 14px 34px; }
body[data-theme="student"] .header-inner { position: relative; }
body[data-theme="student"] .adult-label { position: absolute; right: 0; top: 24px; }
body[data-theme="student"] .brand { flex-basis: 100%; justify-content: center; }
body[data-theme="student"] .brand-name { font-size: 30px; }
body[data-theme="student"] .site-nav { justify-content: center; }
body[data-theme="student"] .site-nav a { padding-block: 1px; }
body[data-theme="student"] .review-hero { border-bottom: 3px double var(--line); }
body[data-theme="student"] .hero-intro { font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
body[data-theme="student"] .quick-verdict { border-left: 3px double var(--line); }
body[data-theme="student"] .article-body { font-size: 18px; }
body[data-theme="student"] .play-cta { border-radius: 0; }
body[data-theme="student"] .content-section { border-top-style: double; border-top-width: 3px; }

body[data-theme="autopost"] { --ink: #273345; --muted: #637080; --accent: #335f98; --accent-dark: #244778; --paper: #fff; --wash: #f3f6f9; --hero: #fff; --line: #dce2e8; --heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
body[data-theme="autopost"] .header-inner { min-height: 74px; }
body[data-theme="autopost"] .brand-name { font-size: 24px; font-weight: 800; letter-spacing: -.9px; }
body[data-theme="autopost"] .review-hero { padding-block: 42px; }
body[data-theme="autopost"] .quick-verdict { border: 1px solid var(--line); border-radius: 7px; background: var(--wash); padding: 25px; }
body[data-theme="autopost"] .quick-verdict .verdict-title { font-size: 22px; }
body[data-theme="autopost"] .contents { border-top: 0; padding: 0 17px 0 0; border-right: 1px solid var(--line); }
body[data-theme="autopost"] .page-grid { grid-template-columns: 200px minmax(0, 1fr); gap: 46px; }
body[data-theme="autopost"] .content-section h2 { font-size: 28px; letter-spacing: -.65px; }
body[data-theme="autopost"] .lo-widget { border-radius: 7px; }

body[data-theme="sasha"] { --ink: #33392d; --muted: #686e61; --accent: #5e703f; --accent-dark: #46562e; --paper: #fffefb; --wash: #f2f3e9; --hero: #fffefb; --line: #dedfd3; }
body[data-theme="sasha"] .brand-name { font-style: italic; font-size: 28px; font-weight: 400; }
body[data-theme="sasha"] .header-inner { min-height: 98px; }
body[data-theme="sasha"] .review-hero { padding-block: 48px; }
body[data-theme="sasha"] h1 { font-weight: 400; font-size: clamp(36px, 3.7vw, 51px); }
body[data-theme="sasha"] .quick-verdict { border: 0; background: var(--wash); padding: 29px; }
body[data-theme="sasha"] .page-grid { grid-template-columns: minmax(0, 1fr) 200px; grid-template-areas: "article rail"; gap: 86px; }
body[data-theme="sasha"] .content-section h2 { font-weight: 400; }
body[data-theme="sasha"] .play-cta { border-radius: 24px; padding-inline: 26px; }
body[data-theme="sasha"] #local-editorial-author > img { width: 96px; height: 112px; border-radius: 3px; flex-basis: 96px; }

body[data-theme="cornelius"] { --ink: #302729; --muted: #6d6164; --accent: #8d3444; --accent-dark: #6b2633; --paper: #fffdfa; --wash: #f4efeb; --hero: #fffdfa; --line: #dcd3cf; --reading: Georgia, "Times New Roman", serif; }
body[data-theme="cornelius"] .site-header { border-top: 5px solid var(--accent); border-bottom: 3px double var(--line); }
body[data-theme="cornelius"] .brand-name { font-size: 29px; }
body[data-theme="cornelius"] .review-hero { padding-block: 44px; }
body[data-theme="cornelius"] h1 { font-size: clamp(36px, 3.65vw, 51px); }
body[data-theme="cornelius"] .quick-verdict { border: 0; border-left: 3px solid var(--accent); padding: 10px 0 10px 25px; background: transparent; }
body[data-theme="cornelius"] .article-body { font-size: 18px; }
body[data-theme="cornelius"] .contents { border-top: 3px double var(--accent); }
body[data-theme="cornelius"] .play-cta { border-radius: 0; }

body[data-theme="ebricks"] { --ink: #253546; --muted: #64707c; --accent: #315372; --accent-dark: #233e58; --paper: #fffdfa; --wash: #f1eee6; --hero: #eee8dc; --line: #dad7cd; }
body[data-theme="ebricks"] .site-header { background: #213345; color: #fff; border-bottom: 0; }
body[data-theme="ebricks"] .brand, body[data-theme="ebricks"] .site-nav a { color: #fff; }
body[data-theme="ebricks"] .adult-label { color: #d1d9df; border-color: #5d6d7a; }
body[data-theme="ebricks"] .header-inner { min-height: 82px; }
body[data-theme="ebricks"] .brand-name { font-size: 25px; }
body[data-theme="ebricks"] .review-hero { padding-block: 52px; }
body[data-theme="ebricks"] .quick-verdict { border: 0; border-top: 3px solid var(--accent); background: #fffdfa; }
body[data-theme="ebricks"] h1 { font-size: clamp(35px, 3.6vw, 49px); }
body[data-theme="ebricks"] .page-grid { grid-template-columns: minmax(0, 1fr) 212px; grid-template-areas: "article rail"; gap: 70px; }
body[data-theme="ebricks"] th { background: #e9edef; }
body[data-theme="ebricks"] .play-cta { border-radius: 2px; }

body[data-theme="anaesthetic"] { --ink: #2c3b35; --muted: #627269; --accent: #477361; --accent-dark: #335646; --paper: #fff; --wash: #f2f6f2; --hero: #f0f5ef; --line: #dce5db; }
body[data-theme="anaesthetic"] .header-inner { min-height: 96px; }
body[data-theme="anaesthetic"] .brand-name { font-size: 25px; font-weight: 400; letter-spacing: -.6px; }
body[data-theme="anaesthetic"] .review-hero { padding-block: 64px; }
body[data-theme="anaesthetic"] h1 { font-weight: 400; font-size: clamp(35px, 3.65vw, 50px); }
body[data-theme="anaesthetic"] .quick-verdict { border-radius: 8px; border-top-width: 1px; padding: 27px; }
body[data-theme="anaesthetic"] .hero-inner { gap: 72px; }
body[data-theme="anaesthetic"] .content-section { padding-block: 43px; }
body[data-theme="anaesthetic"] .content-section:first-child { padding-top: 0; }
body[data-theme="anaesthetic"] .content-section h2 { font-weight: 400; }
body[data-theme="anaesthetic"] .play-cta { border-radius: 5px; }

@media (max-width: 1100px) {
  .header-inner, .hero-inner, .page-grid, .footer-inner { width: calc(100% - 48px); }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 12px; }
  .brand-name { font-size: 23px; }
  .hero-inner, body[data-layout] .hero-inner { gap: 36px; }
  body[data-theme] .page-grid { gap: 40px; }
}

@media (max-width: 900px) {
  .header-inner { position: relative; flex-wrap: wrap; min-height: 76px; gap: 0; }
  body[data-theme] .header-inner { min-height: 76px; }
  .brand { max-width: calc(100% - 64px); }
  .brand-name, body[data-theme] .brand-name { font-size: 24px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; margin-left: auto; }
  .adult-label { display: none; }
  .site-nav { display: none; width: 100%; flex-basis: 100%; justify-content: flex-start; align-items: flex-start; gap: 4px 25px; border-top: 1px solid var(--line); margin-top: 0; padding: 12px 0 18px; flex-wrap: wrap; }
  .site-nav.is-open, .site-nav[data-open="true"], .menu-toggle[aria-expanded="true"] ~ .site-nav, .header-inner:has(.menu-toggle[aria-expanded="true"]) .site-nav { display: flex; }
  .site-nav a { display: inline-flex; min-height: 44px; align-items: center; padding: 9px 0; font-size: 13px; }
  body[data-theme="student"] .header-inner { justify-content: space-between; padding: 0; }
  body[data-theme="student"] .brand { flex-basis: auto; justify-content: flex-start; }
  body[data-theme="student"] .site-nav { justify-content: flex-start; }
  .hero-inner, body[data-theme] .hero-inner, body[data-layout] .hero-inner { grid-template-columns: minmax(0, 1fr) 265px; gap: 30px; }
  .hero-intro { font-size: 15px; }
  h1, body[data-theme] h1, body[data-layout] h1 { font-size: 37px; letter-spacing: -1px; max-width: none; }
  .quick-verdict { padding: 21px; }
  body[data-layout="centered"] .hero-inner { grid-template-columns: 1fr; }
  body[data-theme] .page-grid { grid-template-columns: 1fr; grid-template-areas: "rail" "article"; gap: 36px; padding-top: 34px; max-width: 780px; }
  .article-rail { position: static; }
  .contents, body[data-theme] .contents { border: 1px solid var(--line); border-top: 2px solid var(--accent); background: var(--paper); padding: 16px 20px; border-radius: 0; }
  .contents nav { max-height: none; }
  .contents ol { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; }
  .contents a { min-height: 39px; align-items: center; font-size: 12px; }
  .contents a::before { padding-top: 0; }
  .research-note { display: none; }
  .content-section { padding-block: 31px; }
  .footer-inner { gap: 20px; }
}

@media (max-width: 680px) {
  .header-inner, .hero-inner, .page-grid, .footer-inner { width: calc(100% - 40px); }
  .header-inner, body[data-theme] .header-inner { min-height: 72px; }
  .brand img { width: 28px; height: 28px; flex-basis: 28px; }
  .brand { gap: 9px; }
  .brand-name, body[data-theme] .brand-name { font-size: 23px; }
  .review-hero, body[data-theme] .review-hero, body[data-layout] .review-hero { padding-block: 32px; }
  .hero-inner, body[data-theme] .hero-inner, body[data-layout] .hero-inner { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; }
  h1, body[data-theme] h1, body[data-layout] h1 { font-size: 35px; line-height: 1.13; letter-spacing: -1px; margin-bottom: 17px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.2px; margin-bottom: 13px; }
  .review-meta { font-size: 11px; margin-bottom: 17px; }
  .hero-intro, body[data-theme="student"] .hero-intro { font-size: 15px; line-height: 1.75; }
  .hero-copy > .play-cta { margin-top: 8px; }
  .quick-verdict, body[data-theme] .quick-verdict, body[data-layout] .quick-verdict { padding: 21px; border: 1px solid var(--line); border-top: 3px solid var(--accent); background: var(--paper); }
  body[data-layout="centered"] .quick-verdict { display: block; }
  body[data-layout="centered"] .quick-verdict dl { margin: 17px 0 13px; border-top: 1px solid var(--line); }
  body[data-layout="centered"] .quick-verdict dl > div:first-child { padding-top: 10px; }
  .quick-verdict .verdict-title { font-size: 23px; }
  body[data-theme] .page-grid { padding-top: 28px; gap: 30px; padding-bottom: 46px; }
  .contents, body[data-theme] .contents { padding: 15px 16px; }
  .contents ol { gap: 0 14px; }
  .contents a { font-size: 11px; gap: 7px; padding-block: 8px; }
  .contents a::before { min-width: 14px; font-size: 9px; }
  .article-body, body[data-theme] .article-body { font-size: 16px; line-height: 1.8; }
  .content-section, body[data-theme] .content-section { padding: 29px 0 31px; }
  .content-section:first-child, body[data-theme] .content-section:first-child { padding-top: 0; }
  .content-section h2, body[data-theme] .content-section h2 { font-size: 27px; line-height: 1.25; margin-bottom: 19px; letter-spacing: -.55px; }
  .content-section h3 { font-size: 22px; margin-top: 25px; }
  .content-section p { margin-bottom: 17px; }
  .content-section ul, .content-section ol { padding-left: 20px; }
  .table-wrap, .table-wrapper, .table-scroll { margin-block: 20px; }
  table { min-width: 475px; font-size: 12px; }
  th, td { padding: 12px; }
  th { font-size: 10px; }
  .warning-box, .rg-box, .natural-card, .evidence-box, .complaint-card, .info-box, .callout, .note-box { padding: 19px; font-size: 14px; margin-block: 22px; }
  .local-section-cta { margin-block: 22px 25px; }
  .play-cta { min-height: 48px; font-size: 14px; padding-inline: 25px; }
  .lo-widget { padding: 21px 18px; margin-block: 25px; }
  .lo-title { font-size: 23px; }
  .lo-fields { gap: 12px; grid-template-columns: 1fr 1fr; }
  .lo-fields label { font-size: 10px; }
  .lo-result { display: block; }
  .lo-result output { display: block; margin-top: 6px; font-size: 23px; }
  .lo-checks label { font-size: 13px; }
  #local-editorial-author { gap: 17px; padding-block: 25px; }
  #local-editorial-author > img, body[data-theme="sasha"] #local-editorial-author > img { width: 64px; height: 76px; flex-basis: 64px; border-radius: 4px; }
  .local-author-name { font-size: 17px; }
  .local-author-role { font-size: 10px; }
  .local-author-bio, .local-author-copy p { font-size: 12px; }
  #faq summary { font-size: 15px; padding-top: 18px; padding-bottom: 18px; min-height: 61px; }
  #faq details > p, #faq details > div { font-size: 14px; padding-right: 0; }
  .site-footer { padding-block: 27px; font-size: 11px; }
  .footer-inner { display: block; }
  .footer-inner > * + * { margin-top: 18px; }
}

@media (max-width: 360px) {
  .header-inner, .hero-inner, .page-grid, .footer-inner { width: calc(100% - 32px); }
  .brand-name, body[data-theme] .brand-name { font-size: 21px; }
  .brand { gap: 8px; }
  h1, body[data-theme] h1, body[data-layout] h1 { font-size: 32px; }
  .quick-verdict, body[data-theme] .quick-verdict, body[data-layout] .quick-verdict { padding: 18px; }
  .contents ol { grid-template-columns: 1fr; }
  .contents a { font-size: 12px; min-height: 36px; }
  .content-section h2, body[data-theme] .content-section h2 { font-size: 25px; }
  .lo-fields { grid-template-columns: 1fr; gap: 14px; }
  .lo-fields label { font-size: 11px; }
  .lo-result output { font-size: 22px; }
}

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

@media print {
  body { color: #000; background: #fff; font-size: 11pt; }
  .site-header, .article-rail, .play-cta, .local-section-cta, .menu-toggle { display: none !important; }
  .hero-inner, body[data-theme] .hero-inner, body[data-layout] .hero-inner, .page-grid, body[data-theme] .page-grid { display: block; width: 100%; padding: 0; }
  .review-hero, body[data-theme] .review-hero { padding: 0 0 20px; background: transparent; color: #000; }
  .quick-verdict { margin-top: 20px; }
  .content-section { break-inside: auto; }
  h2, h3 { break-after: avoid; }
  .table-wrap { overflow: visible; }
  table { min-width: 0; }
  .site-footer { background: transparent; }
}
