:root {
    --wp-font: "Geist", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --wp-mono: "Geist Mono", "SFMono-Regular", Consolas, monospace;
    --wp-bg: #ffffff;
    --wp-subtle: #f7f8fa;
    --wp-soft: #f2f4f7;
    --wp-border: #e6e8ec;
    --wp-border-strong: #d7dae0;
    --wp-text: #191b1f;
    --wp-text-soft: #4e545e;
    --wp-muted: #787f8a;
    --wp-accent: #5b55d6;
    --wp-accent-dark: #4540b8;
    --wp-accent-soft: #f0efff;
    --wp-blue: #296fce;
    --wp-green: #16845f;
    --wp-green-soft: #eaf8f2;
    --wp-amber: #a76a16;
    --wp-amber-soft: #fff7e8;
    --wp-red: #bd4747;
    --wp-red-soft: #fff1f1;
    --wp-topbar: 68px;
    --wp-left: 218px;
    --wp-right: 400px;
    --wp-radius: 12px;
    --wp-shadow: 0 22px 60px rgba(28, 31, 38, .13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--wp-bg); }
body { margin: 0; min-width: 320px; color: var(--wp-text); background: var(--wp-bg); font-family: var(--wp-font); font-size: 15px; line-height: 1.58; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.wp-skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 8px 12px; transform: translateY(-150%); border-radius: 7px; color: #fff; background: var(--wp-text); }
.wp-skip-link:focus { transform: translateY(0); }
.wp-mobile-only { display: none !important; }

.wp-topbar { position: fixed; z-index: 80; inset: 0 0 auto; height: var(--wp-topbar); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 0 22px; border-bottom: 1px solid var(--wp-border); background: rgba(255, 255, 255, .96); backdrop-filter: blur(16px); }
.wp-topbar__brand, .wp-topbar__actions, .wp-topbar__meta, .wp-logo, .wp-project-link { display: flex; align-items: center; }
.wp-topbar__brand { min-width: 0; gap: 12px; }
.wp-logo { gap: 9px; }
.wp-logo > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(22,132,95,.25); border-radius: 8px; color: var(--wp-green); background: var(--wp-green-soft); font-size: 17px; }
.wp-logo strong { font-size: 13px; letter-spacing: .13em; }
.wp-brand-separator { color: #b2b6bd; font-size: 13px; }
.wp-project-link { gap: 8px; min-width: 0; }
.wp-token-mark { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--wp-border-strong); border-radius: 50%; color: #fff; background: #202229; font-weight: 700; font-size: 12px; }
.wp-project-link > span:last-child { display: flex; min-width: 0; flex-direction: column; line-height: 1.12; }
.wp-project-link strong { font-size: 12px; }
.wp-project-link small { margin-top: 3px; color: var(--wp-muted); font-size: 10px; }
.wp-topbar__meta { justify-content: center; gap: 6px; }
.wp-topbar__meta span { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 999px; color: var(--wp-muted); background: var(--wp-subtle); font-size: 10px; font-weight: 550; white-space: nowrap; }
.wp-topbar__meta span:first-child { color: var(--wp-green); background: var(--wp-green-soft); }
.wp-topbar__actions { justify-content: flex-end; gap: 7px; }
.wp-button { min-height: 35px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 7px 11px; border: 1px solid transparent; border-radius: 8px; background: transparent; font-weight: 600; font-size: 11px; line-height: 1; transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.wp-button:hover { transform: translateY(-1px); }
.wp-button--ghost { border-color: var(--wp-border); color: var(--wp-text-soft); background: #fff; }
.wp-button--ghost:hover { border-color: var(--wp-border-strong); background: var(--wp-subtle); color: var(--wp-text); }
.wp-button--primary { border-color: var(--wp-accent); color: #fff; background: var(--wp-accent); box-shadow: 0 7px 20px rgba(91,85,214,.18); }
.wp-button--primary:hover { background: var(--wp-accent-dark); }
.wp-icon-button { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; padding: 0; border: 1px solid var(--wp-border); border-radius: 8px; color: var(--wp-text-soft); background: #fff; }
.wp-icon-button:hover { border-color: var(--wp-border-strong); background: var(--wp-subtle); }
.wp-button:focus-visible, .wp-icon-button:focus-visible, .wp-toc a:focus-visible, .wp-faq summary:focus-visible, .wp-inline-ai:focus-visible, .wp-suggested-questions button:focus-visible, .wp-assistant__composer textarea:focus-visible { outline: 2px solid var(--wp-accent); outline-offset: 2px; }
.wp-mobile-meta { display: none; }

.wp-reader-shell { max-width: 1550px; min-height: 100vh; display: grid; grid-template-columns: var(--wp-left) minmax(0, 1fr) var(--wp-right); margin: 0 auto; padding-top: var(--wp-topbar); }
.wp-navigation { position: sticky; top: var(--wp-topbar); height: calc(100vh - var(--wp-topbar)); display: flex; min-width: 0; flex-direction: column; padding: 18px 12px 14px; border-right: 1px solid var(--wp-border); overflow-y: auto; background: #fff; }
.wp-navigation__mobile-head { display: none; }
.wp-navigation__project { display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; margin: 0 3px 12px; padding: 8px 8px 13px; border-bottom: 1px solid var(--wp-border); }
.wp-navigation__project > div { display: flex; min-width: 0; flex-direction: column; line-height: 1.1; }
.wp-navigation__project small { color: var(--wp-muted); font-size: 8px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.wp-navigation__project strong { margin-top: 4px; font-size: 12px; }
.wp-navigation__score { min-width: 27px; padding: 4px 6px; border-radius: 6px; color: var(--wp-accent-dark); background: var(--wp-accent-soft); font-family: var(--wp-mono); font-size: 10px; font-weight: 650; text-align: center; }
.wp-kicker { display: block; color: var(--wp-accent); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.wp-toc { display: flex; flex-direction: column; gap: 1px; padding: 0; }
.wp-toc__group { margin: 12px 10px 4px; color: #9a9fa8; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wp-toc__group:first-child { margin-top: 0; }
.wp-toc a { position: relative; min-height: 36px; display: flex; align-items: center; gap: 9px; padding: 7px 10px; border-radius: 7px; color: var(--wp-text-soft); font-size: 11px; transition: background .16s ease, color .16s ease, transform .16s ease; }
.wp-toc a::before { position: absolute; left: -12px; width: 2px; height: 20px; border-radius: 2px; background: transparent; content: ""; }
.wp-toc a:hover { color: var(--wp-text); background: var(--wp-subtle); transform: translateX(2px); }
.wp-toc a.is-active { color: var(--wp-accent-dark); background: var(--wp-accent-soft); font-weight: 650; }
.wp-toc a.is-active::before { background: var(--wp-accent); }
.wp-toc i { width: 17px; color: currentColor; font-size: 16px; }
.wp-navigation__document { min-height: 38px; display: flex; align-items: center; gap: 8px; margin: auto 3px 0; padding: 8px 9px; border: 1px solid var(--wp-border); border-radius: 8px; color: var(--wp-text-soft); background: var(--wp-subtle); font-size: 10px; font-weight: 600; }
.wp-navigation__document span { flex: 1; }
.wp-navigation__document > i:first-child { color: var(--wp-red); font-size: 15px; }
.wp-navigation__document > i:last-child { color: var(--wp-muted); font-size: 12px; }
.wp-navigation__document:hover { border-color: var(--wp-border-strong); background: #fff; }

.wp-document { min-width: 0; border-right: 1px solid var(--wp-border); background: #fff; }
.wp-document > article { max-width: 820px; margin: 0 auto; padding: 0 clamp(28px, 4.2vw, 66px) 90px; }
.wp-section { scroll-margin-top: calc(var(--wp-topbar) + 28px); padding: 64px 0; border-bottom: 1px solid var(--wp-border); }
.wp-section:last-child { border-bottom: 0; }
.wp-hero { padding-top: 46px; }
.wp-breadcrumb { display: flex; align-items: center; gap: 7px; margin-bottom: 28px; color: var(--wp-muted); font-size: 10px; }
.wp-breadcrumb a:hover { color: var(--wp-accent); }
.wp-breadcrumb i { font-size: 10px; }
.wp-hero__status { display: flex; align-items: center; gap: 7px; margin-bottom: 13px; }
.wp-hero__status span { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 999px; color: var(--wp-muted); background: var(--wp-subtle); font-size: 9px; font-weight: 600; }
.wp-hero__status span:first-child { color: var(--wp-green); background: var(--wp-green-soft); }
.wp-hero h1 { max-width: 720px; margin: 0; font-size: clamp(36px, 4.1vw, 54px); line-height: 1.04; letter-spacing: -.052em; }
.wp-hero__subtitle { max-width: 710px; margin: 20px 0 0; color: var(--wp-text-soft); font-size: 18px; line-height: 1.55; letter-spacing: -.015em; }
.wp-byline { display: flex; align-items: center; gap: 9px; margin-top: 18px; color: var(--wp-muted); font-size: 10px; }
.wp-byline i { width: 3px; height: 3px; border-radius: 50%; background: #c3c6cc; }
.wp-verdict { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: start; margin-top: 36px; padding: 20px; border: 1px solid #dcdaf8; border-radius: var(--wp-radius); background: linear-gradient(135deg, #fbfaff, #f5f4ff); box-shadow: 0 12px 35px rgba(91,85,214,.07); }
.wp-verdict__icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; color: var(--wp-accent); background: #fff; box-shadow: 0 5px 15px rgba(91,85,214,.12); font-size: 20px; }
.wp-verdict h2 { margin: 5px 0 7px; font-size: 19px; line-height: 1.3; letter-spacing: -.025em; }
.wp-verdict p { margin: 0; color: var(--wp-text-soft); font-size: 12px; }
.wp-verdict__score { min-width: 65px; display: grid; grid-template-columns: auto auto; align-items: baseline; justify-content: end; color: var(--wp-accent-dark); line-height: 1; }
.wp-verdict__score strong { font-family: var(--wp-mono); font-size: 29px; }
.wp-verdict__score > span { margin-left: 2px; color: var(--wp-muted); font-size: 10px; }
.wp-verdict__score small { grid-column: 1 / -1; margin-top: 5px; color: var(--wp-muted); font-size: 9px; text-align: right; }
.wp-score-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 12px; }
.wp-score-card { min-width: 0; padding: 12px; border: 1px solid var(--wp-border); border-radius: 9px; background: #fff; }
.wp-score-card > div:first-child { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.wp-score-card span { color: var(--wp-text-soft); font-size: 9px; line-height: 1.3; }
.wp-score-card strong { font-family: var(--wp-mono); font-size: 18px; line-height: 1; }
.wp-score-track { height: 3px; margin-top: 9px; overflow: hidden; border-radius: 3px; background: var(--wp-soft); }
.wp-score-track i { display: block; height: 100%; border-radius: inherit; background: var(--wp-accent); }
.wp-score-card.is-strong .wp-score-track i { background: var(--wp-green); }
.wp-score-card.is-fragile .wp-score-track i { background: var(--wp-amber); }
.wp-score-card p { margin: 8px 0 0; color: var(--wp-muted); font-size: 9px; line-height: 1.35; }
.wp-reading-key { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; padding: 12px 14px; border-top: 1px solid var(--wp-border); border-bottom: 1px solid var(--wp-border); color: var(--wp-muted); font-size: 9px; }
.wp-reading-key span { display: flex; align-items: center; gap: 5px; }
.wp-reading-key strong { color: var(--wp-text-soft); }
.wp-reading-key span:nth-child(1) i { color: var(--wp-green); }
.wp-reading-key span:nth-child(2) i { color: var(--wp-accent); }
.wp-reading-key span:nth-child(3) i { color: var(--wp-amber); }

.wp-section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.wp-section-heading > div:first-child { min-width: 0; }
.wp-section-heading h2 { margin: 5px 0 8px; font-size: clamp(26px, 3vw, 34px); line-height: 1.15; letter-spacing: -.04em; }
.wp-section-heading p { max-width: 660px; margin: 0; color: var(--wp-text-soft); font-size: 14px; }
.wp-inline-ai { min-height: 33px; display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; padding: 6px 9px; border: 1px solid #dedcf9; border-radius: 8px; color: var(--wp-accent-dark); background: var(--wp-accent-soft); font-size: 9px; font-weight: 650; }
.wp-inline-ai:hover { border-color: #c7c3f4; background: #e8e6ff; }
.wp-count, .wp-verified-badge { display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; padding: 5px 8px; border-radius: 999px; color: var(--wp-muted); background: var(--wp-subtle); font-size: 9px; font-weight: 600; }
.wp-verified-badge { color: var(--wp-green); background: var(--wp-green-soft); }

.wp-faq-list { border-top: 1px solid var(--wp-border); }
.wp-faq { border-bottom: 1px solid var(--wp-border); }
.wp-faq summary { min-height: 63px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 2px; list-style: none; font-weight: 620; cursor: pointer; }
.wp-faq summary::-webkit-details-marker { display: none; }
.wp-faq summary > span { display: flex; align-items: center; gap: 13px; }
.wp-faq summary em { color: var(--wp-muted); font-family: var(--wp-mono); font-size: 9px; font-style: normal; font-weight: 500; }
.wp-faq summary > i { color: var(--wp-muted); transition: transform .22s ease; }
.wp-faq[open] summary > i { transform: rotate(45deg); }
.wp-faq__answer { padding: 0 34px 21px; animation: wpReveal .2s ease; }
.wp-faq__answer p { margin: 0; color: var(--wp-text); font-size: 14px; }
.wp-faq__answer > small { display: block; margin-top: 7px; color: var(--wp-muted); font-size: 11px; line-height: 1.5; }
.wp-page-ref { display: inline-flex; align-items: center; gap: 5px; margin-top: 10px; padding: 4px 7px; border: 1px solid var(--wp-border); border-radius: 6px; color: var(--wp-blue); background: #fff; font-size: 9px; font-weight: 600; }
.wp-page-ref:hover { border-color: #bfd0e8; background: #f5f9ff; }

.wp-concept-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; }
.wp-concept-flow > i { color: #b4b8c0; }
.wp-concept-flow article { position: relative; min-height: 168px; padding: 17px; border: 1px solid var(--wp-border); border-radius: 10px; background: var(--wp-subtle); }
.wp-concept-flow article > span { position: absolute; top: 10px; right: 11px; color: #b1b6bf; font-family: var(--wp-mono); font-size: 9px; }
.wp-concept-flow article > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; color: var(--wp-accent); background: #fff; font-size: 18px; box-shadow: 0 4px 12px rgba(28,31,38,.06); }
.wp-concept-flow h3 { margin: 15px 0 6px; font-size: 13px; }
.wp-concept-flow p { margin: 0; color: var(--wp-muted); font-size: 10px; line-height: 1.5; }
.wp-callout { display: flex; gap: 13px; align-items: flex-start; margin-top: 18px; padding: 15px 16px; border: 1px solid var(--wp-border); border-left-width: 3px; border-radius: 8px; background: var(--wp-subtle); }
.wp-callout > i { margin-top: 3px; font-size: 18px; }
.wp-callout > div { flex: 1; }
.wp-callout span { color: var(--wp-muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wp-callout p { margin: 4px 0 0; color: var(--wp-text-soft); font-size: 12px; }
.wp-callout--source { border-left-color: var(--wp-green); background: #f8fcfa; }
.wp-callout--source > i { color: var(--wp-green); }
.wp-callout--analysis { border-left-color: var(--wp-accent); background: #faf9ff; }
.wp-callout--analysis > i { color: var(--wp-accent); }
.wp-callout--neutral { border-left-color: var(--wp-blue); background: #f8faff; }
.wp-callout--neutral > i { color: var(--wp-blue); }
.wp-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 13px; }
.wp-two-column > div { padding: 18px; border: 1px solid var(--wp-border); border-radius: 10px; }
.wp-two-column h3 { margin: 0 0 8px; font-size: 13px; }
.wp-two-column p, .wp-two-column li { color: var(--wp-text-soft); font-size: 11px; }
.wp-two-column p { margin: 0; }
.wp-two-column ul { margin: 0; padding-left: 16px; }
.wp-two-column li + li { margin-top: 6px; }

.wp-mechanism-list { display: flex; flex-direction: column; border-top: 1px solid var(--wp-border); }
.wp-mechanism { display: grid; grid-template-columns: 28px 1fr auto; gap: 13px; align-items: start; padding: 19px 0; border-bottom: 1px solid var(--wp-border); }
.wp-mechanism__number { padding-top: 2px; color: #a4a9b2; font-family: var(--wp-mono); font-size: 9px; }
.wp-mechanism h3 { margin: 0; font-size: 14px; }
.wp-mechanism p { margin: 5px 0 0; color: var(--wp-text-soft); font-size: 11px; }
.wp-mechanism > .wp-page-ref { margin-top: 0; }
.wp-mechanism__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.wp-mechanism__meta span { display: flex; gap: 5px; color: var(--wp-muted); font-size: 9px; line-height: 1.4; }
.wp-mechanism__meta span i { margin-top: 2px; color: var(--wp-green); }
.wp-mechanism__meta span.is-risk i { color: var(--wp-amber); }

.wp-big-score { display: flex; align-items: center; flex: 0 0 auto; padding: 7px 10px; border: 1px solid var(--wp-border); border-radius: 9px; background: var(--wp-subtle); }
.wp-big-score strong { color: var(--wp-accent-dark); font-family: var(--wp-mono); font-size: 27px; line-height: 1; }
.wp-big-score > span { display: flex; flex-direction: column; margin-left: 3px; color: var(--wp-muted); font-size: 9px; line-height: 1.15; }
.wp-big-score small { font-size: 8px; }
.wp-token-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.wp-token-grid article { padding: 17px; border: 1px solid var(--wp-border); border-radius: 10px; background: #fff; }
.wp-token-grid article.is-warning { border-color: #f1dfc0; background: #fffcf6; }
.wp-card-icon { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 8px; color: var(--wp-accent); background: var(--wp-accent-soft); }
.wp-token-grid .is-warning .wp-card-icon { color: var(--wp-amber); background: var(--wp-amber-soft); }
.wp-token-grid h3 { margin: 13px 0 8px; font-size: 13px; }
.wp-token-grid ul { margin: 0; padding-left: 15px; }
.wp-token-grid li { color: var(--wp-text-soft); font-size: 10px; line-height: 1.48; }
.wp-token-grid li + li { margin-top: 6px; }

.wp-compare-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wp-compare-columns article { padding: 19px; border: 1px solid var(--wp-border); border-radius: 10px; background: var(--wp-subtle); }
.wp-compare-columns article.is-positive { border-color: #cfe8df; background: #f7fcfa; }
.wp-compare-columns h3 { display: flex; align-items: center; gap: 7px; margin: 0 0 12px; font-size: 13px; }
.wp-compare-columns h3 i { color: var(--wp-accent); font-size: 18px; }
.wp-compare-columns .is-positive h3 i { color: var(--wp-green); }
.wp-compare-columns ul { margin: 0; padding-left: 16px; }
.wp-compare-columns li { color: var(--wp-text-soft); font-size: 10px; }
.wp-compare-columns li + li { margin-top: 8px; }
.wp-proof-condition { margin-top: 13px; padding: 17px; border: 1px solid var(--wp-border); border-radius: 10px; }
.wp-proof-condition > span { display: block; margin-bottom: 10px; font-weight: 650; font-size: 11px; }
.wp-proof-condition > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.wp-proof-condition p { display: flex; gap: 8px; margin: 0; color: var(--wp-text-soft); font-size: 9px; }
.wp-proof-condition p i { width: 19px; height: 19px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--wp-accent); background: var(--wp-accent-soft); font-family: var(--wp-mono); font-size: 8px; font-style: normal; }

.wp-narrative-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.wp-narrative-list article { padding: 16px; border: 1px solid var(--wp-border); border-radius: 10px; }
.wp-narrative-list article > div { display: flex; align-items: center; gap: 8px; }
.wp-narrative-list h3 { margin: 0; font-size: 12px; }
.wp-narrative-list p { margin: 8px 0 0; color: var(--wp-text-soft); font-size: 10px; }
.wp-fit { flex: 0 0 auto; padding: 3px 6px; border-radius: 999px; color: var(--wp-amber); background: var(--wp-amber-soft); font-size: 8px; font-weight: 700; }
.wp-fit.is-strong { color: var(--wp-green); background: var(--wp-green-soft); }

.wp-comparison-table { border-top: 1px solid var(--wp-border); }
.wp-comparison-table article { display: grid; grid-template-columns: .85fr 1fr 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--wp-border); }
.wp-comparison-table article > div:first-child { display: flex; flex-direction: column; }
.wp-comparison-table strong { font-size: 11px; }
.wp-comparison-table span { margin-top: 4px; color: var(--wp-muted); font-size: 8px; }
.wp-comparison-table small { color: var(--wp-muted); font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.wp-comparison-table p { margin: 4px 0 0; color: var(--wp-text-soft); font-size: 9px; line-height: 1.45; }

.wp-risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.wp-risk-grid article { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; padding: 16px; border: 1px solid var(--wp-border); border-radius: 10px; }
.wp-risk-grid article > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; color: var(--wp-amber); background: var(--wp-amber-soft); }
.wp-risk-grid h3 { margin: 0; font-size: 12px; }
.wp-risk-grid ul { grid-column: 1 / -1; margin: 11px 0 0; padding-left: 16px; }
.wp-risk-grid li { color: var(--wp-text-soft); font-size: 9px; }
.wp-risk-grid li + li { margin-top: 6px; }
.wp-falsification { margin-top: 12px; border: 1px solid #efd1d1; border-radius: 10px; overflow: hidden; background: #fffbfb; }
.wp-falsification > div { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid #f0dddd; background: var(--wp-red-soft); }
.wp-falsification > div > i { color: var(--wp-red); font-size: 21px; }
.wp-falsification > div span { display: flex; flex-direction: column; }
.wp-falsification strong { font-size: 11px; }
.wp-falsification small { color: var(--wp-muted); font-size: 9px; }
.wp-falsification ol { margin: 0; padding: 15px 18px 15px 36px; }
.wp-falsification li { padding-left: 3px; color: var(--wp-text-soft); font-size: 10px; }
.wp-falsification li + li { margin-top: 8px; }

.wp-evidence-list { display: flex; flex-direction: column; gap: 10px; }
.wp-evidence-list blockquote { scroll-margin-top: calc(var(--wp-topbar) + 20px); margin: 0; padding: 17px 18px; border: 1px solid var(--wp-border); border-left: 3px solid var(--wp-accent); border-radius: 8px; background: var(--wp-subtle); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.wp-evidence-list blockquote.is-highlighted { border-color: var(--wp-accent); box-shadow: 0 0 0 3px var(--wp-accent-soft); transform: translateY(-1px); }
.wp-evidence-list blockquote > div { display: flex; align-items: center; gap: 8px; }
.wp-evidence-list blockquote > div span { padding: 3px 6px; border-radius: 5px; color: var(--wp-accent-dark); background: var(--wp-accent-soft); font-family: var(--wp-mono); font-size: 8px; }
.wp-evidence-list blockquote > div strong { font-size: 10px; }
.wp-evidence-list blockquote > p { margin: 11px 0 9px; color: var(--wp-text); font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-style: italic; line-height: 1.55; }
.wp-evidence-list footer { display: flex; gap: 6px; color: var(--wp-muted); font-size: 9px; }
.wp-evidence-list footer i { margin-top: 2px; color: var(--wp-green); }
.wp-end-card { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; margin-top: 20px; padding: 16px; border: 1px solid #dcdaf8; border-radius: 10px; background: var(--wp-accent-soft); }
.wp-end-card > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; color: var(--wp-accent); background: #fff; }
.wp-end-card h3 { margin: 0; font-size: 12px; }
.wp-end-card p { margin: 3px 0 0; color: var(--wp-muted); font-size: 9px; }

.wp-section-heading--scored { align-items: center; }
.wp-fundamental-score { min-width: 118px; display: grid; grid-template-columns: auto auto; align-items: baseline; justify-content: center; padding: 16px 14px 13px; border: 1px solid #dcdaf8; border-radius: 12px; color: var(--wp-accent-dark); background: linear-gradient(145deg, #fbfaff, #f0efff); }
.wp-fundamental-score strong { font-family: var(--wp-mono); font-size: 36px; line-height: 1; }
.wp-fundamental-score > span { margin-left: 3px; color: var(--wp-muted); font-size: 11px; }
.wp-fundamental-score small { grid-column: 1 / -1; margin-top: 7px; color: var(--wp-muted); font-size: 9px; text-align: center; }
.wp-conviction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.wp-conviction-grid article { padding: 16px; border: 1px solid var(--wp-border); border-radius: 10px; background: #fff; }
.wp-conviction-grid article > span { display: flex; align-items: center; gap: 5px; margin-bottom: 8px; color: var(--wp-amber); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.wp-conviction-grid article.is-positive > span { color: var(--wp-green); }
.wp-conviction-grid article strong { display: block; font-size: 13px; }
.wp-conviction-grid article p { margin: 5px 0 0; color: var(--wp-text-soft); font-size: 10px; line-height: 1.5; }
.wp-fundamental-table { margin-top: 18px; border-top: 1px solid var(--wp-border); }
.wp-fundamental-table__head, .wp-fundamental-table article { display: grid; grid-template-columns: 1.05fr 2fr 72px; gap: 18px; align-items: start; }
.wp-fundamental-table__head { padding: 8px 10px; color: var(--wp-muted); background: var(--wp-subtle); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wp-fundamental-table__head span:last-child { text-align: right; }
.wp-fundamental-table article { padding: 15px 8px; border-bottom: 1px solid var(--wp-border); }
.wp-fundamental-table article > div:first-child { display: flex; flex-direction: column; }
.wp-fundamental-table article > div:first-child strong { font-size: 11px; }
.wp-fundamental-table article > div:first-child small { margin-top: 4px; color: var(--wp-muted); font-size: 8.5px; line-height: 1.4; }
.wp-fundamental-table article > div:nth-child(2) p { margin: 6px 0 0; color: var(--wp-text-soft); font-size: 10px; line-height: 1.45; }
.wp-dimension-verdict { display: inline-flex; padding: 3px 6px; border-radius: 999px; color: var(--wp-amber); background: var(--wp-amber-soft); font-size: 8px; font-weight: 700; }
.wp-dimension-verdict.is-strong { color: var(--wp-green); background: var(--wp-green-soft); }
.wp-dimension-verdict.is-fragile { color: var(--wp-red); background: var(--wp-red-soft); }
.wp-dimension-score { text-align: right; }
.wp-dimension-score strong { font-family: var(--wp-mono); font-size: 19px; line-height: 1; }
.wp-dimension-score > div { height: 3px; margin-top: 8px; overflow: hidden; border-radius: 3px; background: var(--wp-soft); }
.wp-dimension-score i { display: block; height: 100%; border-radius: inherit; background: var(--wp-accent); }
.wp-fundamental-evidence { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 18px; }
.wp-fundamental-evidence article { padding: 17px; border: 1px solid var(--wp-border); border-radius: 10px; background: var(--wp-subtle); }
.wp-fundamental-evidence h3 { display: flex; align-items: center; gap: 7px; margin: 0 0 11px; font-size: 12px; }
.wp-fundamental-evidence article:first-child h3 i { color: var(--wp-green); }
.wp-fundamental-evidence article:last-child h3 i { color: var(--wp-amber); }
.wp-fundamental-evidence ul { margin: 0; padding-left: 16px; }
.wp-fundamental-evidence li { color: var(--wp-text-soft); font-size: 9.5px; line-height: 1.48; }
.wp-fundamental-evidence li + li { margin-top: 6px; }
.wp-decision-rule { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 12px; padding: 15px 16px; border: 1px solid #dcdaf8; border-radius: 10px; background: var(--wp-accent-soft); }
.wp-decision-rule > div { display: flex; flex-direction: column; }
.wp-decision-rule > div span { color: var(--wp-accent-dark); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wp-decision-rule > div strong { margin-top: 4px; font-size: 11px; line-height: 1.45; }

.wp-math-intro { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; gap: 8px; align-items: center; margin-bottom: 18px; padding: 14px; border: 1px solid var(--wp-border); border-radius: 10px; background: var(--wp-subtle); }
.wp-math-intro > div { display: flex; min-width: 0; align-items: center; gap: 7px; }
.wp-math-intro > div > span { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #dcdaf8; border-radius: 7px; color: var(--wp-accent-dark); background: #fff; font-family: var(--wp-mono); font-size: 12px; font-weight: 650; }
.wp-math-intro small { color: var(--wp-muted); font-size: 8px; line-height: 1.25; }
.wp-math-intro > i { color: #b1b5bd; font-size: 12px; }
.wp-math-rules { display: flex; flex-direction: column; gap: 12px; }
.wp-math-rule { padding: 18px; border: 1px solid var(--wp-border); border-radius: 11px; background: #fff; box-shadow: 0 7px 22px rgba(28,31,38,.035); }
.wp-math-rule__head { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; }
.wp-math-rule__head > span { color: #a0a5ae; font-family: var(--wp-mono); font-size: 9px; }
.wp-math-rule__head > div { display: flex; flex-direction: column; }
.wp-math-rule__head small { color: var(--wp-muted); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wp-math-rule__head h3 { margin: 2px 0 0; font-size: 13px; }
.wp-math-rule__head .wp-page-ref { margin: 0; }
.wp-formula { margin: 15px 0 14px; padding: 16px 18px; overflow-x: auto; border: 1px solid #dfddf6; border-radius: 9px; color: #302b80; background: linear-gradient(135deg, #faf9ff, #f3f2ff); font-family: var(--wp-mono); font-size: clamp(18px, 2.1vw, 24px); font-weight: 600; letter-spacing: .015em; text-align: center; white-space: nowrap; scrollbar-width: none; }
.wp-formula::-webkit-scrollbar { display: none; }
.wp-math-rule__reading { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.wp-math-rule__reading > div { padding: 10px; border-radius: 8px; background: var(--wp-subtle); }
.wp-math-rule__reading > div.is-limit { background: var(--wp-amber-soft); }
.wp-math-rule__reading span { color: var(--wp-muted); font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.wp-math-rule__reading .is-limit span { color: var(--wp-amber); }
.wp-math-rule__reading p { margin: 5px 0 0; color: var(--wp-text-soft); font-size: 9.5px; line-height: 1.45; }
.wp-math-checks { display: grid; grid-template-columns: 1fr 1.7fr; gap: 18px; align-items: start; margin-top: 16px; padding: 18px; border: 1px solid #dcdaf8; border-radius: 11px; background: #faf9ff; }
.wp-math-checks h3 { margin: 5px 0 0; font-size: 15px; line-height: 1.3; }
.wp-math-checks ol { margin: 0; padding-left: 18px; }
.wp-math-checks li { color: var(--wp-text-soft); font-size: 10px; }
.wp-math-checks li + li { margin-top: 7px; }
.wp-math-checks .wp-inline-ai { grid-column: 2; justify-self: start; }

.wp-assistant { position: sticky; top: var(--wp-topbar); height: calc(100vh - var(--wp-topbar)); display: flex; min-width: 0; flex-direction: column; background: #f8f9fb; }
.wp-assistant__head { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 18px; border-bottom: 1px solid var(--wp-border); background: #fff; }
.wp-assistant__identity { display: flex; align-items: center; gap: 10px; }
.wp-assistant__identity > span, .wp-message__avatar { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #dcdaf8; border-radius: 9px; color: var(--wp-accent); background: var(--wp-accent-soft); }
.wp-assistant__identity > div { display: flex; flex-direction: column; }
.wp-assistant__identity strong { font-size: 15px; letter-spacing: -.015em; }
.wp-assistant__identity small { display: flex; align-items: center; gap: 6px; margin-top: 3px; color: var(--wp-muted); font-size: 11px; }
.wp-assistant__identity small i { width: 5px; height: 5px; border-radius: 50%; background: var(--wp-green); box-shadow: 0 0 0 3px var(--wp-green-soft); }
.wp-assistant__head > .wp-icon-button { display: none; }
.wp-assistant__scope { display: flex; gap: 10px; align-items: flex-start; margin: 14px 16px 0; padding: 12px; border: 1px solid var(--wp-border); border-radius: 10px; background: #fff; }
.wp-assistant__scope > i { margin-top: 2px; color: var(--wp-red); font-size: 18px; }
.wp-assistant__scope > span { display: flex; min-width: 0; flex-direction: column; }
.wp-assistant__scope strong { font-size: 12px; }
.wp-assistant__scope small { margin-top: 3px; color: var(--wp-muted); font-size: 11px; line-height: 1.4; }
.wp-assistant__modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin: 10px 16px 0; padding: 4px; border: 1px solid var(--wp-border); border-radius: 10px; background: #eef0f3; }
.wp-assistant__modes button { min-width: 0; padding: 7px 5px; border: 0; border-radius: 7px; color: var(--wp-muted); background: transparent; font-size: 10px; font-weight: 650; }
.wp-assistant__modes button:hover { color: var(--wp-text); }
.wp-assistant__modes button.is-active { color: var(--wp-accent-dark); background: #fff; box-shadow: 0 1px 4px rgba(28,31,38,.09); }
.wp-assistant__messages { display: flex; flex: 1; min-height: 0; flex-direction: column; gap: 15px; padding: 16px 16px 22px; overflow-y: auto; }
.wp-message { display: flex; gap: 8px; align-items: flex-start; animation: wpMessageIn .24s ease both; }
.wp-message__avatar { width: 31px; height: 31px; border-radius: 8px; font-size: 15px; }
.wp-message > div { min-width: 0; max-width: calc(100% - 40px); }
.wp-message p { margin: 0; padding: 12px 13px; border: 1px solid var(--wp-border); border-radius: 4px 11px 11px 11px; color: #3d424a; background: #fff; font-size: 13px; line-height: 1.62; white-space: pre-wrap; }
.wp-message small { display: block; margin: 5px 3px 0; color: var(--wp-muted); font-size: 10px; }
.wp-message--user { justify-content: flex-end; }
.wp-message--user > div { max-width: 86%; }
.wp-message--user p { border-color: var(--wp-accent); border-radius: 10px 3px 10px 10px; color: #fff; background: var(--wp-accent); }
.wp-message--user small { text-align: right; }
.wp-message--loading p { display: flex; align-items: center; gap: 4px; min-height: 38px; }
.wp-message--loading p i { width: 5px; height: 5px; border-radius: 50%; background: var(--wp-muted); animation: wpTyping 1s infinite ease-in-out; }
.wp-message--loading p i:nth-child(2) { animation-delay: .15s; }
.wp-message--loading p i:nth-child(3) { animation-delay: .3s; }
.wp-answer-citations { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.wp-answer-citations button { padding: 6px 8px; border: 1px solid #dcdaf8; border-radius: 7px; color: var(--wp-accent-dark); background: var(--wp-accent-soft); font-size: 10px; font-weight: 650; text-align: left; }
.wp-answer-limits { margin-top: 9px; padding: 9px 10px; border-radius: 7px; color: #815215; background: var(--wp-amber-soft); font-size: 11px; line-height: 1.5; }
.wp-suggested-questions { display: flex; flex-direction: column; gap: 7px; padding-left: 40px; }
.wp-suggested-questions button { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 11px; border: 1px solid var(--wp-border); border-radius: 9px; color: var(--wp-text-soft); background: #fff; font-size: 12px; line-height: 1.35; text-align: left; }
.wp-suggested-questions button:hover { border-color: #cbc8f2; color: var(--wp-accent-dark); background: var(--wp-accent-soft); }
.wp-assistant__composer { padding: 13px 16px 16px; border-top: 1px solid var(--wp-border); background: #fff; }
.wp-assistant__composer > label { display: block; margin-bottom: 6px; color: var(--wp-muted); font-size: 10px; font-weight: 650; text-transform: uppercase; }
.wp-assistant__composer > div { position: relative; }
.wp-assistant__composer textarea { width: 100%; min-height: 82px; display: block; resize: none; padding: 12px 48px 12px 12px; border: 1px solid var(--wp-border-strong); border-radius: 10px; outline: 0; color: var(--wp-text); background: var(--wp-subtle); font-size: 13px; line-height: 1.5; }
.wp-assistant__composer textarea::placeholder { color: #a1a6ae; }
.wp-assistant__composer textarea:focus { border-color: var(--wp-accent); background: #fff; box-shadow: 0 0 0 3px var(--wp-accent-soft); }
.wp-assistant__composer button { position: absolute; right: 8px; bottom: 8px; width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 8px; color: #fff; background: var(--wp-accent); }
.wp-assistant__composer button:disabled { opacity: .45; cursor: wait; }
.wp-assistant__composer > small { display: block; margin-top: 7px; color: var(--wp-muted); font-size: 10px; line-height: 1.4; }
.wp-overlay, .wp-floating-ai { display: none; }

@keyframes wpReveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
@keyframes wpMessageIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes wpTyping { 0%, 60%, 100% { transform: translateY(0); opacity: .4; } 30% { transform: translateY(-3px); opacity: 1; } }

@media (max-width: 1280px) {
    :root { --wp-left: 200px; --wp-right: 360px; }
    .wp-topbar { grid-template-columns: 1fr auto; }
    .wp-topbar__meta { display: none; }
    .wp-topbar__actions .wp-button--ghost:first-child { display: none; }
    .wp-document > article { padding-inline: 38px; }
}

@media (max-width: 1080px) {
    .wp-reader-shell { grid-template-columns: minmax(0, 1fr) var(--wp-right); }
    .wp-navigation { position: fixed; z-index: 120; top: 0; bottom: 0; left: 0; width: min(310px, 88vw); height: 100vh; padding-top: 14px; transform: translateX(-105%); box-shadow: var(--wp-shadow); transition: transform .25s ease; }
    body.wp-nav-open .wp-navigation { transform: translateX(0); }
    .wp-navigation__mobile-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; padding: 0 3px 12px 10px; border-bottom: 1px solid var(--wp-border); }
    .wp-mobile-only { display: grid !important; }
    .wp-overlay { position: fixed; z-index: 110; inset: 0; display: block; visibility: hidden; opacity: 0; background: rgba(20,22,28,.3); backdrop-filter: blur(2px); transition: opacity .2s ease, visibility .2s ease; }
    body.wp-nav-open .wp-overlay, body.wp-assistant-open .wp-overlay { visibility: visible; opacity: 1; }
}

@media (max-width: 800px) {
    :root { --wp-topbar: 60px; }
    body { font-size: 14px; }
    .wp-topbar { grid-template-columns: 1fr auto; gap: 10px; height: var(--wp-topbar); padding: 0 12px; }
    .wp-logo strong, .wp-brand-separator, .wp-project-link > span:last-child, .wp-topbar__actions .wp-button--ghost { display: none; }
    .wp-topbar__brand { gap: 8px; }
    .wp-logo > span, .wp-token-mark { width: 29px; height: 29px; }
    .wp-topbar__actions .wp-ai-open { min-height: 34px; }
    .wp-mobile-meta { position: sticky; z-index: 55; top: var(--wp-topbar); min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 5px 10px; border-bottom: 1px solid var(--wp-border); background: #fff; }
    .wp-mobile-meta span { display: inline-flex; align-items: center; gap: 4px; color: var(--wp-muted); font-size: 8px; }
    .wp-mobile-meta span:first-child { color: var(--wp-green); }
    .wp-reader-shell { display: block; padding-top: 0; }
    .wp-document { border-right: 0; }
    .wp-document > article { padding: 0 19px 100px; }
    .wp-section { scroll-margin-top: calc(var(--wp-topbar) + 50px); padding: 44px 0; }
    .wp-hero { padding-top: 30px; }
    .wp-breadcrumb { margin-bottom: 21px; }
    .wp-hero h1 { font-size: 36px; }
    .wp-hero__subtitle { margin-top: 15px; font-size: 15px; }
    .wp-byline { flex-wrap: wrap; }
    .wp-verdict { grid-template-columns: auto 1fr; padding: 16px; }
    .wp-verdict__score { grid-column: 2; justify-content: start; padding-top: 4px; }
    .wp-verdict__score small { text-align: left; }
    .wp-score-grid { grid-template-columns: 1fr 1fr; }
    .wp-reading-key { align-items: flex-start; flex-direction: column; }
    .wp-section-heading { gap: 12px; }
    .wp-section-heading h2 { font-size: 28px; }
    .wp-section-heading > .wp-inline-ai { display: none; }
    .wp-faq summary { font-size: 13px; }
    .wp-faq__answer { padding-left: 31px; }
    .wp-concept-flow { grid-template-columns: 1fr; }
    .wp-concept-flow > i { transform: rotate(90deg); justify-self: center; }
    .wp-concept-flow article { min-height: 0; }
    .wp-two-column, .wp-token-grid, .wp-compare-columns, .wp-narrative-list, .wp-risk-grid { grid-template-columns: 1fr; }
    .wp-section-heading--scored { align-items: flex-start; }
    .wp-fundamental-score { align-self: flex-start; }
    .wp-conviction-grid, .wp-fundamental-evidence { grid-template-columns: 1fr; }
    .wp-fundamental-table__head { display: none; }
    .wp-fundamental-table article { grid-template-columns: 1fr 68px; gap: 10px; }
    .wp-fundamental-table article > div:nth-child(2) { grid-column: 1; }
    .wp-dimension-score { grid-column: 2; grid-row: 1; }
    .wp-decision-rule { align-items: flex-start; flex-direction: column; }
    .wp-math-intro { grid-template-columns: 1fr 1fr; }
    .wp-math-intro > i { display: none; }
    .wp-math-rule__reading { grid-template-columns: 1fr; }
    .wp-math-checks { grid-template-columns: 1fr; }
    .wp-math-checks .wp-inline-ai { grid-column: 1; }
    .wp-mechanism { grid-template-columns: 23px 1fr; }
    .wp-mechanism > .wp-page-ref { grid-column: 2; justify-self: start; }
    .wp-mechanism__meta { grid-template-columns: 1fr; }
    .wp-callout--analysis { flex-wrap: wrap; }
    .wp-callout--analysis .wp-inline-ai { margin-left: 30px; }
    .wp-proof-condition > div { grid-template-columns: 1fr; }
    .wp-comparison-table article { grid-template-columns: 1fr; gap: 9px; }
    .wp-end-card { grid-template-columns: auto 1fr; }
    .wp-end-card .wp-button { grid-column: 1 / -1; }
    .wp-topbar__actions .wp-ai-open { display: none; }
    .wp-assistant { position: fixed; z-index: 130; inset: auto 0 0; width: 100%; height: min(760px, 92vh); border-radius: 18px 18px 0 0; box-shadow: 0 -20px 55px rgba(28,31,38,.2); transform: translateY(105%); transition: transform .28s cubic-bezier(.2,.8,.2,1); }
    body.wp-assistant-open .wp-assistant { transform: translateY(0); }
    .wp-assistant__head { border-radius: 18px 18px 0 0; }
    .wp-assistant__head > .wp-icon-button { display: grid; }
    .wp-assistant__modes { margin-inline: 14px; }
    .wp-floating-ai { position: fixed; z-index: 70; right: 14px; bottom: 14px; min-height: 45px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--wp-accent); border-radius: 999px; color: #fff; background: var(--wp-accent); box-shadow: 0 12px 32px rgba(69,64,184,.3); font-size: 11px; font-weight: 650; }
    body.wp-assistant-open .wp-floating-ai { display: none; }
}

@media (max-width: 440px) {
    .wp-topbar__actions .wp-button span { display: none; }
    .wp-mobile-meta { justify-content: flex-start; overflow-x: auto; }
    .wp-hero h1 { font-size: 32px; }
    .wp-score-grid { grid-template-columns: 1fr 1fr; }
    .wp-section-heading { flex-direction: column; }
    .wp-big-score { align-self: flex-start; }
    .wp-faq summary > span { gap: 8px; }
    .wp-callout { padding: 13px; }
}

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