:root {
  --green-950: #062a20;
  --green-900: #0b3d2e;
  --green-800: #10533e;
  --green-700: #17684d;
  --lime: #cfef54;
  --lime-soft: #e9f9a7;
  --cream: #f4f1e7;
  --paper: #fbfaf5;
  --white: #fff;
  --ink: #13251f;
  --muted: #627169;
  --line: #d9ddd3;
  --red: #b9483a;
  --gold: #d8ae42;
  --shadow: 0 18px 60px rgba(6, 42, 32, .12);
  --radius: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 850px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: var(--lime); color: var(--green-950); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header {
  position: relative;
  z-index: 20;
  background: var(--green-950);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); text-decoration: none; line-height: 1; }
.brand-mark { position: relative; display: grid; place-items: center; width: 42px; height: 48px; background: var(--lime); color: var(--green-950); clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%); }
.brand-mark::after { content: ""; position: absolute; inset: 4px; border: 1px solid var(--green-950); clip-path: inherit; opacity: .5; }
.brand-mark i { position: relative; z-index: 1; font-style: normal; font-size: 20px; font-weight: 1000; letter-spacing: -2px; }
.brand strong { display: block; font-size: 21px; font-weight: 950; letter-spacing: -.7px; }
.brand small { display: block; margin-top: 4px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: 3.4px; }
.main-nav { display: flex; align-items: stretch; align-self: stretch; gap: 5px; }
.nav-link { position: relative; display: grid; place-items: center; padding: 0 18px; color: rgba(255,255,255,.76); text-decoration: none; font-size: 14px; font-weight: 750; }
.nav-link:hover, .nav-link.is-active { color: var(--white); }
.nav-link.is-active::after { content: ""; position: absolute; inset: auto 18px 0; height: 3px; background: var(--lime); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: none; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: 650px; padding: 90px 0 105px; overflow: hidden; background: var(--green-950); color: var(--white); }
.hero::before { content: ""; position: absolute; width: 740px; height: 740px; right: -240px; top: -210px; border: 1px solid rgba(207,239,84,.17); border-radius: 50%; box-shadow: 0 0 0 70px rgba(207,239,84,.025), 0 0 0 140px rgba(207,239,84,.02); }
.hero::after { content: "11"; position: absolute; right: -20px; bottom: -220px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.055); font-size: 590px; line-height: 1; font-weight: 1000; letter-spacing: -70px; pointer-events: none; }
.pitch-lines { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(90deg, transparent 49.9%, white 50%, transparent 50.1%), radial-gradient(circle at 50% 50%, transparent 0 105px, white 106px 107px, transparent 108px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 92px; }
.version-pill { display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; border: 1px solid rgba(207,239,84,.38); border-radius: 999px; color: var(--lime); background: rgba(207,239,84,.06); font-size: 11px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.version-pill span { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(207,239,84,.12); }
.hero-kicker { margin: 30px 0 4px; color: rgba(255,255,255,.55); font-size: 12px; font-weight: 850; letter-spacing: 3px; }
.hero h1 { margin: 0; max-width: 770px; font-size: clamp(54px, 6.3vw, 91px); line-height: .98; letter-spacing: -5px; font-weight: 950; }
.hero h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-size: 13px; font-weight: 850; letter-spacing: .3px; }
.button-primary { background: var(--lime); color: var(--green-950); box-shadow: 0 8px 30px rgba(207,239,84,.15); }
.button-primary:hover { background: #dcff58; transform: translateY(-1px); }
.button-ghost { border-color: rgba(255,255,255,.25); color: var(--white); }
.button-ghost:hover { border-color: var(--white); }
.match-card { transform: rotate(1.5deg); background: var(--paper); color: var(--ink); border-radius: 5px; box-shadow: 16px 22px 0 rgba(0,0,0,.14); overflow: hidden; }
.match-card-top { display: flex; justify-content: space-between; padding: 15px 18px; background: var(--lime); color: var(--green-950); font-size: 10px; font-weight: 950; letter-spacing: 1.4px; }
.live-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--green-900); }
.score-row { display: flex; align-items: center; justify-content: space-between; padding: 28px 24px 22px; border-bottom: 1px solid var(--line); }
.score-row span { color: var(--muted); font-size: 13px; font-weight: 700; }
.score-row strong { font-size: 34px; letter-spacing: -2px; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; }
.stats-grid div { padding: 20px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid div:nth-child(even) { border-right: 0; }
.stats-grid strong, .stats-grid span { display: block; }
.stats-grid strong { color: var(--green-900); font-size: 30px; line-height: 1.1; }
.stats-grid span { color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .7px; }
.match-note { margin: 0; padding: 16px 24px 19px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.ticker { overflow: hidden; padding: 13px 0; background: var(--lime); color: var(--green-950); white-space: nowrap; }
.ticker div { min-width: max-content; font-size: 11px; font-weight: 950; letter-spacing: 1.7px; animation: drift 26s linear infinite; }
.ticker span { margin-left: 20px; }
.ticker i { display: inline-block; width: 5px; height: 5px; margin: 0 35px; vertical-align: middle; border-radius: 50%; background: var(--green-900); }
@keyframes drift { to { transform: translateX(-20%); } }

.section { padding-top: 92px; padding-bottom: 92px; }
.section-cream { background: var(--cream); }
.section-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.section-intro h2 { max-width: 540px; margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; font-weight: 500; letter-spacing: -1.5px; }
.intro-copy p { margin: 0 0 18px; color: #42534b; font-size: 17px; line-height: 1.8; }
.intro-copy a { color: var(--green-800); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.eyebrow { margin: 0 0 9px; color: var(--green-700); font-size: 11px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.section-title h2, .evidence-strip h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; font-weight: 500; letter-spacing: -1.5px; }
.text-link { color: var(--green-800); font-size: 13px; font-weight: 850; text-decoration: none; border-bottom: 1px solid var(--green-700); }
.formation-board { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 1px; background: var(--green-900); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.formation-main { display: flex; gap: 20px; min-height: 190px; padding: 33px 27px; background: var(--white); }
.step-no { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--green-900); color: var(--lime); font-size: 11px; font-weight: 900; }
.formation-main small, .formation-main strong { display: block; }
.formation-main small { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.formation-main strong { margin-top: 7px; color: var(--green-900); font-family: Georgia, serif; font-size: 21px; line-height: 1.2; }
.formation-main p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.formation-badge { position: absolute; right: 19px; top: -18px; display: grid; place-items: center; width: 78px; height: 78px; background: var(--lime); color: var(--green-950); border: 2px solid var(--green-900); border-radius: 50%; transform: rotate(8deg); line-height: 1.05; }
.formation-badge span, .formation-badge small { font-size: 8px; font-weight: 900; letter-spacing: 1px; }
.formation-badge strong { font-size: 12px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-grid-wide { grid-template-columns: repeat(2, 1fr); }
.guide-card { display: flex; flex-direction: column; min-height: 280px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: .2s ease; }
.guide-card:hover { transform: translateY(-4px); border-color: #adc585; box-shadow: var(--shadow); }
.guide-card h3 { margin: 12px 0 14px; color: var(--green-900); font-family: Georgia, serif; font-size: 27px; line-height: 1.15; font-weight: 500; }
.guide-card h3 a { text-decoration: none; }
.guide-card > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 14px; }
.card-foot { display: flex; justify-content: space-between; margin-top: auto; padding-top: 25px; color: var(--muted); border-top: 1px solid var(--line); font-size: 10px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.evidence-strip { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.evidence-items p { display: grid; grid-template-columns: 60px 1fr; gap: 15px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); }
.evidence-items strong { color: var(--green-700); font-size: 12px; }
.evidence-items span { color: var(--muted); }

.page-head, .article-hero { padding: 95px 0 82px; background: var(--green-950); color: var(--white); text-align: center; }
.breadcrumb { margin: -48px 0 42px; color: rgba(255,255,255,.58); font-size: 11px; text-align: left; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: rgba(255,255,255,.28); }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.page-head .eyebrow, .article-hero .eyebrow { color: var(--lime); }
.page-head h1, .article-hero h1 { margin: 10px auto 22px; max-width: 920px; font-family: Georgia, serif; font-size: clamp(45px, 6vw, 76px); font-weight: 400; line-height: 1.04; letter-spacing: -2.5px; }
.page-intro { max-width: 720px; margin: 0 auto; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }
.page-meta { margin: 24px 0 0; color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }
.article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 25px; margin-top: 28px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.article-body { width: min(calc(100% - 40px), 930px); padding-top: 45px; padding-bottom: 80px; }
.article-section { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 50px 0; border-bottom: 1px solid var(--line); }
.article-index { color: var(--green-700); font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.article-section h2 { margin: -10px 0 25px; color: var(--green-900); font-family: Georgia, serif; font-size: 38px; line-height: 1.15; font-weight: 500; letter-spacing: -1px; }
.article-section p { color: #42534b; font-size: 17px; line-height: 1.85; }
.article-section ul { margin: 22px 0; padding: 0; list-style: none; }
.article-section li { position: relative; padding: 12px 0 12px 32px; border-bottom: 1px dashed var(--line); color: #33483f; }
.article-section li::before { content: "✓"; position: absolute; left: 3px; color: var(--green-700); font-weight: 900; }
.article-callout { margin: 34px 0 5px; padding: 24px 28px; background: var(--green-900); color: var(--white); border-left: 5px solid var(--lime); border-radius: 6px; }
.article-callout span { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.article-callout p { margin: 7px 0 0; color: var(--white); font-size: 16px; line-height: 1.55; }

.choices-section { padding-top: 46px; padding-bottom: 100px; }
.method-notice { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-bottom: 18px; padding: 14px 18px; background: var(--lime-soft); border: 1px solid #c5dd73; border-radius: 9px; font-size: 12px; }
.method-notice strong { color: var(--green-900); }
.method-notice span { color: #4e624f; }
.method-notice a { color: var(--green-900); font-weight: 800; text-decoration: none; }
.filters { display: grid; grid-template-columns: 1fr 230px 210px; gap: 10px; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 5px 20px rgba(6,42,32,.05); }
.filters input, .filters select { width: 100%; height: 50px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); padding: 0 14px; outline: none; }
.filters input:focus, .filters select:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(23,104,77,.1); }
.search-field { position: relative; }
.search-field b { position: absolute; z-index: 1; left: 17px; top: 6px; color: var(--green-700); font-size: 25px; font-weight: 400; }
.search-field input { padding-left: 48px; }
.result-bar { display: flex; align-items: baseline; gap: 6px; margin: 25px 2px 14px; }
.result-bar strong { color: var(--green-900); font-size: 22px; }
.result-bar span { color: var(--muted); font-size: 12px; }
.result-bar button { margin-left: auto; border: 0; background: none; color: var(--green-700); font-size: 12px; font-weight: 800; }
.choice-grid { display: grid; gap: 16px; }
.choice-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 4px 16px rgba(6,42,32,.04); }
.choice-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; background: #eef1e8; border-bottom: 1px solid var(--line); }
.choice-category { display: flex; align-items: center; gap: 9px; color: var(--green-800); font-size: 10px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.choice-category span { font-size: 17px; }
.choice-head code { color: #839087; font-size: 9px; }
.choice-question { margin: 0; padding: 24px 24px 20px; color: var(--ink); font-family: Georgia, serif; font-size: 22px; line-height: 1.4; }
.options-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1px; background: var(--line); border-top: 1px solid var(--line); }
.option-row { padding: 20px 22px; background: var(--white); }
.option-row.recommended { background: #f7fadf; box-shadow: inset 0 3px var(--lime); }
.option-heading { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.option-heading h3 { margin: 5px 0 15px; max-width: 500px; font-size: 15px; line-height: 1.35; }
.recommend-badge, .option-label { display: inline-block; color: var(--green-700); font-size: 8px; font-weight: 950; letter-spacing: 1.1px; }
.option-label { color: #88938d; }
.decision-score { flex: 0 0 auto; text-align: right; }
.decision-score small, .decision-score strong { display: block; }
.decision-score small { color: #8a958f; font-size: 7px; font-weight: 900; letter-spacing: 1px; }
.decision-score strong { color: var(--muted); font-size: 17px; }
.decision-score.up strong { color: var(--green-700); }
.decision-score.down strong { color: var(--red); }
.effects { display: flex; flex-wrap: wrap; gap: 5px; }
.effect { padding: 4px 8px; border-radius: 4px; background: #ecefe9; color: #66736c; font-size: 9px; font-weight: 700; }
.effect b { font-size: 10px; }
.effect.positive { background: #dff2e1; color: #237141; }
.effect.negative { background: #f8e2df; color: #9e4035; }
.risks { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.risk-tag { padding: 3px 7px; border: 1px solid #e4b8b1; border-radius: 4px; color: var(--red); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.conditions { padding: 12px 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.conditions summary { font-weight: 800; }
.conditions code { display: block; margin-top: 7px; white-space: normal; }
.loading-card, .empty-state { padding: 60px 25px; background: var(--white); border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; color: var(--muted); }
.loading-card.error { color: var(--red); }
.empty-state strong { color: var(--green-900); font-family: Georgia, serif; font-size: 24px; }
.empty-state p { margin: 5px 0 0; }
.button-more { margin: 25px auto 0; border-color: var(--green-800); background: transparent; color: var(--green-800); }
.noscript { padding: 20px; background: #fff5d9; border: 1px solid #e5ce8e; }

.version-timeline { position: relative; }
.version-timeline::before { content: ""; position: absolute; left: 15px; top: 0; bottom: 0; width: 1px; background: var(--line); }
.version-card { position: relative; display: grid; grid-template-columns: 31px 1fr; gap: 28px; margin-bottom: 28px; }
.version-marker { position: relative; z-index: 1; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); }
.version-marker span { width: 9px; height: 9px; border-radius: 50%; background: var(--muted); }
.version-card.current .version-marker { background: var(--lime); border-color: var(--green-900); }
.version-card.current .version-marker span { background: var(--green-900); }
.version-card > div:last-child { padding: 25px 28px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.version-title { display: flex; align-items: center; gap: 14px; }
.version-title h2 { margin: 0; color: var(--green-900); font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.version-title span { padding: 4px 8px; background: var(--lime); color: var(--green-950); font-size: 8px; font-weight: 950; letter-spacing: 1px; }
.version-card p { color: var(--muted); }
.version-card small { color: #87938c; font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }
.change-list { display: grid; gap: 20px; }
.change-card { display: grid; grid-template-columns: 190px 1fr; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.change-version { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 230px; background: var(--green-900); color: var(--white); }
.change-version span { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: 2px; }
.change-version strong { font-size: 35px; letter-spacing: -1px; }
.change-card > div:last-child { padding: 30px 38px; }
.change-card h2 { margin: 0 0 18px; font-family: Georgia, serif; color: var(--green-900); font-size: 28px; font-weight: 500; }
.change-card ul { padding-left: 20px; color: #3e5148; }
.editorial-note { margin: 20px 0 0; color: var(--muted); font-size: 11px; font-style: italic; }
.error-page { min-height: 520px; }
.error-page .button { margin-top: 30px; }

.site-footer { padding: 55px 0; background: var(--green-950); color: rgba(255,255,255,.6); }
.footer-grid { display: flex; justify-content: space-between; align-items: end; gap: 35px; }
.brand-footer { margin-bottom: 18px; }
.site-footer p { max-width: 520px; margin: 0; font-size: 12px; }
.footer-meta { text-align: right; }
.footer-meta a { color: var(--lime); font-size: 12px; font-weight: 800; text-decoration: none; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .match-card { max-width: 520px; transform: none; }
  .hero { padding-top: 70px; }
  .formation-board { grid-template-columns: 1fr; }
  .formation-main { min-height: auto; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .section-intro { grid-template-columns: 1fr; gap: 28px; }
  .evidence-strip { grid-template-columns: 1fr; gap: 25px; }
  .filters { grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .shell, .narrow, .article-body { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { height: 70px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 70px; display: none; align-self: auto; padding: 8px; background: var(--green-900); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .nav-link { min-height: 45px; justify-content: start; padding: 0 14px; }
  .nav-link.is-active::after { inset: 8px auto 8px 0; width: 3px; height: auto; }
  .hero { min-height: auto; padding: 60px 0 75px; }
  .hero h1 { letter-spacing: -3px; }
  .hero-lead { font-size: 16px; }
  .match-card { box-shadow: 8px 10px 0 rgba(0,0,0,.14); }
  .section { padding-top: 65px; padding-bottom: 65px; }
  .section-title { align-items: start; flex-direction: column; }
  .guide-grid, .guide-grid-wide { grid-template-columns: 1fr; }
  .guide-card { min-height: 240px; }
  .page-head, .article-hero { padding: 65px 0 60px; }
  .breadcrumb { margin: -28px 0 30px; }
  .page-head h1, .article-hero h1 { letter-spacing: -1.7px; }
  .page-intro { font-size: 16px; }
  .article-section { grid-template-columns: 1fr; gap: 10px; padding: 40px 0; }
  .article-section h2 { font-size: 32px; }
  .article-section p { font-size: 16px; }
  .method-notice { grid-template-columns: 1fr; gap: 3px; }
  .filters { grid-template-columns: 1fr; }
  .search-field { grid-column: auto; }
  .choice-question { font-size: 19px; }
  .options-list { grid-template-columns: 1fr; }
  .change-card { grid-template-columns: 1fr; }
  .change-version { min-height: 120px; }
  .change-card > div:last-child { padding: 25px; }
  .footer-grid { align-items: start; flex-direction: column; }
  .footer-meta { text-align: left; }
}

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