:root {
    --bg: #090b0f;
    --bg-soft: #0e1218;
    --panel: rgba(18, 23, 31, 0.76);
    --text: #f4f7fb;
    --muted: #9ba7b5;
    --line: rgba(255,255,255,.12);
    --accent: #89f7c1;
    --accent2: #a8b9ff;
    --shell: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background:
        radial-gradient(circle at 75% 5%, rgba(113,132,255,.10), transparent 32rem),
        radial-gradient(circle at 15% 25%, rgba(84,255,176,.06), transparent 28rem),
        var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}
a { color: inherit; }
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
#field {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .28;
    pointer-events: none;
}
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 10px; top: -60px; z-index: 99; padding: 10px 14px; background: white; color: black; }
.skip-link:focus { top: 10px; }
.site-header {
    position: sticky; top: 0; z-index: 20;
    backdrop-filter: blur(18px);
    background: rgba(9,11,15,.68);
    border-bottom: 1px solid var(--line);
}
.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; gap: 10px; align-items: center; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.brand-mark {
    width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line);
    border-radius: 50%; font-size: 11px; letter-spacing: .08em; color: var(--accent);
}
.dim { color: var(--muted); font-weight: 500; }
.site-nav { display: flex; gap: 6px; align-items: center; }
.site-nav a { color: var(--muted); text-decoration: none; padding: 9px 12px; border-radius: 999px; font-size: 14px; }
.site-nav a:hover, .site-nav a.active { color: var(--text); background: rgba(255,255,255,.06); }
.nav-toggle { display: none; border: 1px solid var(--line); background: transparent; color: var(--text); border-radius: 999px; padding: 9px 14px; }
.home-hero { padding-top: clamp(12px, 2vw, 28px); padding-bottom: clamp(44px, 6vw, 78px); }
.eyebrow, .section-label, .kicker, .definition-label {
    text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: var(--accent); font-weight: 800;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 8.4vw, 7.4rem); line-height: .95; letter-spacing: -.065em; max-width: 1120px; margin: 20px 0 32px; }
.page-hero h1 { font-size: clamp(3rem, 7vw, 6.3rem); }
h2 { font-size: clamp(2rem, 4.2vw, 4rem); line-height: 1.05; letter-spacing: -.045em; }
h3 { font-size: 1.35rem; letter-spacing: -.02em; }
.accent {
    background: linear-gradient(105deg, var(--accent), var(--accent2));
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.page-lede { max-width: 820px; color: #c5cdd7; font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.home-hero-media { margin: 0; }
.home-hero-media picture { display: block; }
.home-hero-media img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 26px 80px rgba(0,0,0,.36);
    background: #05070b;
}
.home-hero-actions { margin-top: 18px; }
.button { text-decoration: none; border: 1px solid var(--line); padding: 13px 18px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.button.primary { background: var(--text); color: #080a0d; border-color: var(--text); }
.button.ghost:hover { background: rgba(255,255,255,.07); }
.section { padding: 110px 0; border-top: 1px solid var(--line); }
.section.compact { padding-block: 80px; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; margin-top: 30px; align-items: start; }
.prose { color: #bac4cf; font-size: 1.08rem; }
.prose p { margin-bottom: 1.4em; }
.prose.wide { max-width: 900px; font-size: 1.2rem; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 34px; }
.card {
    min-height: 240px; padding: 25px; border: 1px solid var(--line); border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
}
.card p { color: var(--muted); }
.card-index { display: block; color: var(--accent); font: 12px ui-monospace, monospace; margin-bottom: 60px; }
.manifesto { padding: 125px 0; background: rgba(255,255,255,.025); border-block: 1px solid var(--line); }
.manifesto-inner blockquote { margin: 22px 0 34px; max-width: 1020px; font-size: clamp(2.2rem, 5.5vw, 5.4rem); line-height: 1.02; letter-spacing: -.05em; }
.text-link { color: var(--accent); text-decoration: none; font-weight: 700; }
.topic-list { margin-top: 28px; border-top: 1px solid var(--line); }
.topic-list a { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 22px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.topic-list a:hover span { color: var(--accent); }
.topic-list span { font-size: 1.25rem; font-weight: 700; }
.topic-list small { color: var(--muted); font-size: .95rem; }
.page-hero { padding-top: 120px; padding-bottom: 80px; }
.definition-box { border-left: 2px solid var(--accent); padding: 10px 0 10px 30px; max-width: 980px; }
.definition-box p { font-size: clamp(1.5rem, 3vw, 2.7rem); line-height: 1.2; letter-spacing: -.035em; margin: 16px 0 0; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; margin-top: 32px; }
.comparison article { padding: 36px; min-height: 390px; }
.comparison article + article { border-left: 1px solid var(--line); background: rgba(255,255,255,.02); }
.comparison h2 { font-size: clamp(2.2rem, 4vw, 4.4rem); margin: 35px 0 24px; }
.comparison p, .comparison li { color: var(--muted); }
.comparison ul { padding-left: 18px; }
.term { font: 12px ui-monospace, monospace; text-transform: uppercase; letter-spacing: .12em; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.chips span { border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; color: #c8d1db; font-size: 14px; }
.identity-flow { display: flex; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.identity-flow div { flex: 1 1 180px; border: 1px solid var(--line); border-radius: 18px; padding: 22px; background: var(--panel); }
.identity-flow b { display: block; font-size: 1.35rem; }
.identity-flow small { color: var(--muted); }
.identity-flow > span { color: var(--accent); font-size: 1.4rem; }
.research-list { border-top: 1px solid var(--line); }
.research-list article { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.research-list > article > span { color: var(--accent); font: 12px ui-monospace, monospace; padding-top: 8px; }
.research-list h2 { font-size: clamp(1.6rem, 3vw, 2.8rem); margin-bottom: 8px; }
.research-list p { max-width: 860px; color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); padding: 60px 0 80px; background: rgba(0,0,0,.2); }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.site-footer p { color: var(--muted); max-width: 700px; }
.footer-note { font-size: .92rem; }
@media (max-width: 820px) {
    .nav-toggle { display: inline-block; }
    .site-nav {
        display: none; position: absolute; top: 72px; left: 20px; right: 20px; padding: 10px;
        background: #0f1319; border: 1px solid var(--line); border-radius: 16px; flex-direction: column; align-items: stretch;
    }
    .site-nav.open { display: flex; }
    .split, .comparison, .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .comparison article + article { border-left: 0; border-top: 1px solid var(--line); }
    .card-grid { grid-template-columns: 1fr; }
    .card { min-height: 0; }
    .card-index { margin-bottom: 34px; }
    .topic-list a { grid-template-columns: 1fr; gap: 3px; }
    .home-hero { padding-top: 10px; padding-bottom: 48px; }
    .home-hero-media img { border-radius: 16px; }
    .home-hero-actions { margin-top: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    #field { display: none; }
}

/* Respect Intelligence visual essays */
.campaign-page-hero { padding-bottom: 58px; }
.campaign-page-hero h1 { font-size: clamp(2.9rem, 6.1vw, 5.7rem); max-width: 1080px; }
.campaign-art-section { padding-bottom: 90px; }
.campaign-art { margin: 0; }
.campaign-art a {
    display: block;
    border: 1px solid var(--line);
    border-radius: 24px;
    overflow: hidden;
    background: #05070a;
    box-shadow: 0 28px 90px rgba(0,0,0,.32);
}
.campaign-art img { display: block; width: 100%; height: auto; }
.campaign-art figcaption {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 4px 0;
    color: var(--muted);
    font-size: .88rem;
}
.campaign-art figcaption span { color: #74808d; white-space: nowrap; }
.campaign-intro { border-top: 1px solid var(--line); }
.campaign-points .card { min-height: 310px; }
.campaign-manifesto blockquote { max-width: 1080px; font-size: clamp(2rem, 4.7vw, 4.7rem); }
.campaign-detail .prose { max-width: 940px; }
.campaign-language-note p { font-size: clamp(1.25rem, 2.2vw, 2rem); }

.campaign-grid { display: grid; gap: 26px; margin-top: 34px; }
.campaign-card {
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
    border: 1px solid var(--line);
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
}
.campaign-card-image { display: block; min-height: 100%; background: #05070a; overflow: hidden; }
.campaign-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    transition: transform .35s ease;
}
.campaign-card:hover .campaign-card-image img { transform: scale(1.018); }
.campaign-card-copy { padding: clamp(28px, 5vw, 58px); align-self: center; }
.campaign-card-copy h2 { font-size: clamp(2rem, 3.4vw, 3.8rem); margin: 18px 0 18px; }
.campaign-card-copy h2 a { text-decoration: none; }
.campaign-card-copy p { color: var(--muted); max-width: 680px; font-size: 1.05rem; }
.respect-definition { max-width: 1080px; }

.campaign-pager {
    display: grid;
    grid-template-columns: 1fr .72fr 1fr;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 100px;
}
.campaign-pager a {
    display: flex;
    min-height: 126px;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    text-decoration: none;
    background: rgba(255,255,255,.018);
}
.campaign-pager a:hover { background: rgba(255,255,255,.045); border-color: rgba(137,247,193,.38); }
.campaign-pager small { color: var(--muted); }
.campaign-pager strong { line-height: 1.2; }
.campaign-pager .next { text-align: right; }
.campaign-pager-home { text-align: center; }

@media (max-width: 960px) {
    .nav-toggle { display: inline-block; }
    .site-nav {
        display: none; position: absolute; top: 72px; left: 20px; right: 20px; padding: 10px;
        background: #0f1319; border: 1px solid var(--line); border-radius: 16px; flex-direction: column; align-items: stretch;
    }
    .site-nav.open { display: flex; }
    .campaign-card { grid-template-columns: 1fr; }
    .campaign-card-image img { min-height: 0; height: auto; }
    .campaign-pager { grid-template-columns: 1fr; }
    .campaign-pager .next, .campaign-pager-home { text-align: left; }
}

@media (max-width: 640px) {
    .campaign-art-section { padding-bottom: 64px; }
    .campaign-art a { border-radius: 16px; }
    .campaign-art figcaption { display: block; }
    .campaign-art figcaption span { display: block; margin-top: 4px; white-space: normal; }
    .campaign-card { border-radius: 18px; }
    .campaign-card-copy { padding: 24px; }
    .campaign-pager { padding-bottom: 70px; }
}

@media (prefers-reduced-motion: reduce) {
    .campaign-card-image img { transition: none; }
    .campaign-card:hover .campaign-card-image img { transform: none; }
}

/* Search, answer, and citation-friendly content surfaces */
.breadcrumbs { padding-top: 24px; }
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: .82rem;
}
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #56616d; }
.breadcrumbs a { color: #bdc6d0; text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent); }
.answer-section { padding-block: 72px; }
.answer-box {
    margin-top: 24px;
    max-width: 1000px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(137,247,193,.28);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(137,247,193,.06), rgba(168,185,255,.035));
}
.answer-box h2 { font-size: clamp(1.8rem, 3.4vw, 3.4rem); margin-bottom: 18px; }
.answer-box p { color: #d3dae2; font-size: clamp(1.05rem, 1.7vw, 1.28rem); max-width: 920px; }
.answer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.answer-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255,255,255,.018);
}
.answer-card h2 { font-size: clamp(1.45rem, 2.4vw, 2.2rem); line-height: 1.12; margin-bottom: 16px; }
.answer-card p { margin: 0; color: var(--muted); }
.campaign-answer { border-top: 1px solid var(--line); }
.research-groups { display: grid; gap: 72px; margin-top: 34px; }
.research-group > h2 { font-size: clamp(2rem, 4vw, 3.6rem); margin-bottom: 10px; }
.research-group > p { color: var(--muted); max-width: 850px; }
.research-list article .research-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; font-size: .9rem; }
.research-list article .research-links a { color: var(--accent); text-decoration: none; }
.research-status {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #aeb9c4;
    font: 11px ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.seo-note { color: var(--muted); font-size: .92rem; }

@media (max-width: 820px) {
    .answer-grid { grid-template-columns: 1fr; }
    .breadcrumbs { padding-top: 16px; }
}

.status-links { margin-top: 2rem; }

/* v0.7.0 navigation, footer, social-sharing, and distributed media */
.site-header {
    background: rgba(7, 10, 15, .86);
    border-bottom-color: rgba(255,255,255,.10);
    box-shadow: 0 12px 42px rgba(0,0,0,.16);
}
.nav-shell { min-height: 76px; gap: 24px; }
.brand { min-width: 0; }
.brand > span:last-child { white-space: nowrap; }
.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-left: auto;
}
.site-nav-groups { display: flex; align-items: center; gap: 4px; }
.nav-group { position: relative; }
.nav-group summary {
    list-style: none;
    cursor: pointer;
    color: var(--muted);
    border-radius: 999px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 7px;
    user-select: none;
}
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary:hover,
.nav-group summary:focus-visible,
.nav-group.active summary,
.nav-group[open] summary { color: var(--text); background: rgba(255,255,255,.065); outline: none; }
.nav-caret { font-size: 14px; transition: transform .18s ease; transform-origin: center; }
.nav-group[open] .nav-caret { transform: rotate(180deg); }
.nav-popover {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(11, 15, 22, .98);
    box-shadow: 0 24px 80px rgba(0,0,0,.45);
    backdrop-filter: blur(20px);
}
.nav-popover::before {
    content: "";
    position: absolute;
    inset: -13px 0 auto;
    height: 13px;
}
.site-nav .nav-popover-link {
    display: block;
    padding: 12px 13px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--text);
}
.site-nav .nav-popover-link:hover,
.site-nav .nav-popover-link:focus-visible,
.site-nav .nav-popover-link.active { background: rgba(137,247,193,.075); }
.site-nav .nav-popover-link strong { display: block; font-size: 14px; }
.site-nav .nav-popover-link span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.site-nav .nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 16px;
    border: 1px solid rgba(137,247,193,.36);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(137,247,193,.12), rgba(168,185,255,.10));
    color: var(--text);
    text-decoration: none;
    font-size: 14px;
}
.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible,
.site-nav .nav-cta.active { border-color: rgba(137,247,193,.72); background: linear-gradient(135deg, rgba(137,247,193,.20), rgba(168,185,255,.16)); }
.nav-toggle { align-items: center; gap: 8px; }

.media-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
}
.media-feature-art {
    display: block;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #060911;
    box-shadow: 0 26px 80px rgba(0,0,0,.28);
}
.media-feature-art img { display: block; width: 100%; height: auto; transition: transform .25s ease; }
.media-feature-art:hover img { transform: scale(1.012); }
.media-feature-copy h2 { margin: 16px 0 18px; font-size: clamp(2rem, 4vw, 4rem); }
.media-feature-copy p { color: var(--muted); font-size: 1.06rem; }

.site-footer { padding: 0; background: rgba(4,6,10,.76); border-top: 1px solid var(--line); }
.footer-cta {
    padding: 68px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 38px;
    border-bottom: 1px solid var(--line);
}
.footer-cta h2 { max-width: 820px; margin: 14px 0 0; font-size: clamp(2rem, 4.4vw, 4.3rem); }
.footer-directory {
    display: grid;
    grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(150px, .7fr));
    gap: 42px;
    padding: 58px 0 48px;
}
.footer-brand { margin-bottom: 18px; }
.footer-brand-column p { max-width: 430px; color: var(--muted); }
.footer-release { font: 12px/1.6 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.footer-nav-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-nav-column h3 { margin: 0 0 9px; color: var(--text); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.footer-nav-column a { color: var(--muted); text-decoration: none; padding: 2px 0; font-size: 14px; }
.footer-nav-column a:hover, .footer-nav-column a:focus-visible { color: var(--accent); }
.footer-truth-note { padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer-truth-note p { margin: 0; max-width: 1080px; color: var(--muted); font-size: .9rem; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #718092; font-size: 12px; }
.footer-bottom a { color: #aeb8c5; text-decoration: none; }
.footer-bottom a:hover { color: var(--accent); }

.share-hero { padding-bottom: 56px; }
.share-reel {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    gap: 44px;
    align-items: center;
}
.share-reel video { width: 100%; height: auto; display: block; border-radius: 22px; border: 1px solid var(--line); background: #05070b; box-shadow: 0 26px 80px rgba(0,0,0,.3); }
.share-reel-copy p { color: var(--muted); }
.social-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; margin-top: 32px; }
.social-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.025); }
.social-card-media { display: block; background: #05070b; aspect-ratio: 3 / 2; overflow: hidden; }
.social-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.social-card-media:hover img { transform: scale(1.012); }
.social-card-copy { padding: 22px; }
.social-card-copy h2 { font-size: clamp(1.35rem, 2.5vw, 2.15rem); margin: 6px 0 10px; }
.social-card-copy p { color: var(--muted); }
.social-card-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.share-button, .copy-button {
    appearance: none;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    color: var(--text);
    padding: 9px 13px;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.share-button:hover, .copy-button:hover { border-color: rgba(137,247,193,.55); background: rgba(137,247,193,.08); }
.social-download { display: inline-flex; align-items: center; text-decoration: none; border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; font-size: 13px; }
.social-guidelines { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 28px; }
.social-guidelines article { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.02); }
.social-guidelines h3 { margin-bottom: 8px; }
.social-guidelines p { color: var(--muted); margin-bottom: 0; }
.share-feedback { min-height: 1.3em; color: var(--accent); font-size: 12px; margin-top: 8px; }

@media (max-width: 960px) {
    .nav-shell { min-height: 70px; }
    .nav-toggle { display: inline-flex; }
    .site-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 20px;
        right: 20px;
        max-height: calc(100vh - 92px);
        overflow: auto;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 18px;
        background: rgba(10,14,20,.99);
        box-shadow: 0 26px 80px rgba(0,0,0,.48);
        flex-direction: column;
        align-items: stretch;
    }
    .site-nav.open { display: flex; }
    .site-nav-groups { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
    .nav-group { width: 100%; }
    .nav-group summary { justify-content: space-between; width: 100%; padding: 13px; border-radius: 12px; }
    .nav-popover { position: static; transform: none; width: auto; margin: 4px 0 8px; border: 0; border-left: 1px solid rgba(137,247,193,.25); border-radius: 0; background: transparent; box-shadow: none; padding: 3px 0 3px 10px; }
    .nav-popover::before { display: none; }
    .site-nav .nav-cta { width: 100%; margin-top: 4px; }
    .footer-directory { grid-template-columns: 1.35fr 1fr 1fr; }
    .footer-brand-column { grid-column: 1 / -1; }
    .media-feature, .share-reel { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
    .brand > span:last-child { font-size: .92rem; }
    .brand-mark { flex: 0 0 auto; }
    .footer-cta { grid-template-columns: 1fr; align-items: start; padding: 52px 0; }
    .footer-directory { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
    .footer-brand-column { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; padding: 20px 0; }
    .social-grid, .social-guidelines { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .brand > span:last-child { max-width: 220px; overflow: hidden; text-overflow: ellipsis; }
    .footer-directory { grid-template-columns: 1fr; }
}

/* v0.9.0 knowledge architecture */
:focus-visible {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
}
body.nav-open { overflow: hidden; }
.reading-content { max-width: 72ch; }

.library-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 36px;
    align-items: end;
    margin-bottom: 26px;
}
.library-toolbar h2 { margin-bottom: 0; }
.library-search-label {
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-size: .9rem;
}
.library-search-label input {
    width: 100%;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.035);
    color: var(--text);
    border-radius: 14px;
    padding: 13px 14px;
    font: inherit;
}
.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 26px; }
.filter-chip {
    border: 1px solid var(--line);
    color: var(--muted);
    background: transparent;
    border-radius: 999px;
    padding: 8px 12px;
    font: inherit;
    font-size: .84rem;
    cursor: pointer;
}
.filter-chip:hover, .filter-chip.active { color: var(--text); border-color: rgba(137,247,193,.5); background: rgba(137,247,193,.08); }
.research-card-grid, .glossary-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
}
.research-card, .glossary-card {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 24px;
    background: linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
}
.research-card[hidden], .glossary-card[hidden] { display: none; }
.research-card h3, .glossary-card h3 { font-size: 1.3rem; line-height: 1.2; }
.research-card h3 a, .glossary-card h3 a { text-decoration: none; }
.research-card h3 a:hover, .glossary-card h3 a:hover { color: var(--accent); }
.research-card p, .glossary-card p { color: var(--muted); }
.research-topic { color: var(--accent); font: 11px ui-monospace,monospace; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.research-card-meta { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: .82rem; }
.research-card-meta a { color: var(--accent); text-decoration: none; }
.library-empty { border: 1px dashed var(--line); border-radius: 16px; padding: 22px; color: var(--muted); }

.report-page-hero h1 { font-size: clamp(2.5rem,6vw,5.4rem); }
.report-meta-row { display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--muted); font-size: .84rem; }
.report-meta-row a { color: var(--accent); }
.report-layout { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 52px; align-items: start; }
.report-sidebar { position: sticky; top: 96px; display: grid; gap: 18px; }
.report-boundary-card, .report-toc {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px;
    background: rgba(10,13,18,.85);
}
.report-boundary-card p { margin: 10px 0 0; color: var(--muted); font-size: .9rem; }
.report-toc { max-height: 58vh; overflow: auto; }
.report-toc strong { display: block; margin-bottom: 10px; }
.report-toc a { display: block; padding: 6px 0; color: var(--muted); text-decoration: none; font-size: .86rem; }
.report-toc a:hover { color: var(--accent); }
.report-toc .toc-level-3 { padding-left: 12px; font-size: .8rem; }
.report-toc .toc-level-4 { padding-left: 24px; font-size: .77rem; }
.report-reader { min-width: 0; color: #c9d2dc; font-size: 1.02rem; }
.report-reader > h1 { font-size: clamp(2rem,4vw,3.5rem); margin-top: 0; }
.report-reader h2 { font-size: clamp(1.7rem,3vw,2.7rem); margin: 2em 0 .6em; }
.report-reader h3 { font-size: 1.35rem; margin: 1.7em 0 .5em; }
.report-reader h4 { font-size: 1.08rem; margin: 1.5em 0 .45em; }
.report-reader p, .report-reader li { color: #c1cad4; }
.report-reader a { color: var(--accent); }
.report-reader blockquote { margin: 1.5em 0; padding: 16px 20px; border-left: 2px solid var(--accent); background: rgba(137,247,193,.045); border-radius: 0 12px 12px 0; }
.report-reader pre { overflow: auto; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(0,0,0,.35); }
.report-reader code { font-family: ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; }
.report-table-wrap { overflow-x: auto; margin: 24px 0; border: 1px solid var(--line); border-radius: 14px; }
.report-reader table { width: 100%; min-width: 640px; border-collapse: collapse; }
.report-reader th, .report-reader td { text-align: left; vertical-align: top; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.report-reader th { color: var(--text); background: rgba(255,255,255,.035); }

.answer-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.answer-card { border: 1px solid var(--line); border-radius: 20px; padding: 28px; background: rgba(255,255,255,.022); }
.answer-card h2 { font-size: clamp(1.8rem,3vw,2.8rem); margin: 14px 0 18px; }
.answer-card p, .answer-card li { color: var(--muted); }
.answer-card ul { padding-left: 20px; }
.term-boundaries article { min-height: 330px; }
.related-term-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 24px 0; }
.related-term-card { display: grid; gap: 8px; text-decoration: none; border: 1px solid var(--line); border-radius: 16px; padding: 18px; background: rgba(255,255,255,.02); }
.related-term-card:hover { border-color: rgba(137,247,193,.5); transform: translateY(-1px); }
.related-term-card span { color: var(--muted); font-size: .88rem; }
.truth-note { margin-top: 28px; max-width: 900px; color: var(--muted); }

.concept-map {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 300px;
    margin-top: 24px;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 30px;
    background: radial-gradient(circle at 50% 50%,rgba(137,247,193,.1),transparent 40%),rgba(255,255,255,.015);
}
.concept-node { text-decoration: none; border: 1px solid var(--line); border-radius: 999px; padding: 12px 16px; background: #0d1118; color: #c9d2dc; box-shadow: 0 0 26px rgba(83,126,255,.06); }
.concept-node:hover { color: var(--accent); border-color: rgba(137,247,193,.45); }
.concept-node.node-core { font-size: 1.25rem; color: var(--text); border-color: rgba(137,247,193,.65); box-shadow: 0 0 40px rgba(137,247,193,.12); }

.identity-equation { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 10px; }
.identity-equation > div, .identity-equation > a { min-width: 150px; flex: 1; max-width: 210px; border: 1px solid var(--line); border-radius: 18px; padding: 18px; text-decoration: none; background: rgba(255,255,255,.025); }
.identity-equation b { display: block; font-size: 1.2rem; }
.identity-equation small { display: block; margin-top: 4px; color: var(--muted); }
.identity-equation > span { display: grid; place-items: center; color: var(--accent); font-size: 1.5rem; }
.continuity-timeline { display: grid; gap: 10px; margin-top: 32px; }
.continuity-step { border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.02); overflow: clip; }
.continuity-step summary { display: flex; gap: 18px; align-items: center; list-style: none; cursor: pointer; padding: 18px 20px; }
.continuity-step summary::-webkit-details-marker { display:none; }
.continuity-step summary span { color: var(--accent); font: 12px ui-monospace,monospace; }
.continuity-step summary strong { font-size: 1.1rem; }
.continuity-step > div { padding: 0 20px 20px 56px; max-width: 900px; color: var(--muted); }
.continuity-principle { border-left: 2px solid var(--accent2); padding-left: 14px; }

.transparency-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.boundary-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 10px; align-items: stretch; }
.boundary-flow div { border: 1px solid var(--line); border-radius: 18px; padding: 20px; background: rgba(255,255,255,.025); }
.boundary-flow span { color: var(--accent); font: 12px ui-monospace,monospace; display:block; margin-bottom:28px; }
.boundary-flow strong { display:block; font-size:1.05rem; }
.boundary-flow small { display:block; color:var(--muted); margin-top:6px; }
.boundary-flow i { display:grid; place-items:center; color:var(--accent2); font-style:normal; }
.release-list { display:grid; border-top:1px solid var(--line); margin-top:20px; }
.release-list a { display:flex; justify-content:space-between; gap:20px; padding:15px 0; border-bottom:1px solid var(--line); text-decoration:none; }
.release-list a span { color:var(--muted); }

@media (max-width: 960px) {
    .library-toolbar, .report-layout { grid-template-columns: 1fr; }
    .report-sidebar { position: static; }
    .report-toc { max-height: none; }
    .research-card-grid, .glossary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .transparency-grid { grid-template-columns: 1fr; }
    .boundary-flow { grid-template-columns: 1fr; }
    .boundary-flow i { transform: rotate(90deg); min-height: 24px; }
}
@media (max-width: 680px) {
    .research-card-grid, .glossary-grid, .answer-grid, .related-term-grid { grid-template-columns: 1fr; }
    .report-meta-row { display: grid; }
    .concept-map { justify-content: flex-start; min-height: 0; }
    .identity-equation { flex-direction: column; }
    .identity-equation > div, .identity-equation > a { max-width: none; width: 100%; }
    .identity-equation > span { transform: rotate(90deg); min-height: 20px; }
    .continuity-step > div { padding-left: 20px; }
}

/* v0.10.0 research reading-quality pass */
.report-progress {
    position: fixed;
    inset: 72px 0 auto 0;
    z-index: 18;
    height: 2px;
    pointer-events: none;
    background: transparent;
}
.report-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg,var(--accent),var(--accent2));
    box-shadow: 0 0 12px rgba(137,247,193,.35);
}
.report-page-hero { padding-bottom: 56px; }
.report-page-hero .page-lede { max-width: 900px; }
.report-layout {
    grid-template-columns: minmax(230px, 280px) minmax(0, 780px);
    justify-content: center;
    gap: clamp(34px,5vw,64px);
}
.report-sidebar { top: 94px; align-self: start; }
.report-toc {
    padding: 0;
    overflow: hidden;
    max-height: none;
}
.report-toc summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    list-style: none;
    padding: 16px 18px;
    color: var(--text);
    border-bottom: 1px solid transparent;
}
.report-toc[open] summary { border-bottom-color: var(--line); }
.report-toc summary::-webkit-details-marker { display: none; }
.report-toc summary::after {
    content: '⌄';
    color: var(--accent);
    transition: transform .16s ease;
}
.report-toc[open] summary::after { transform: rotate(180deg); }
.report-toc summary span { font-weight: 750; }
.report-toc summary small { margin-left: auto; color: var(--muted); font-size: .74rem; }
.report-toc nav { max-height: 54vh; overflow: auto; padding: 8px 18px 16px; scrollbar-width: thin; }
.report-toc a {
    position: relative;
    padding: 6px 8px 6px 12px;
    margin: 1px 0;
    border-left: 1px solid transparent;
    border-radius: 0 8px 8px 0;
}
.report-toc a:hover,
.report-toc a[aria-current="location"] {
    color: var(--text);
    border-left-color: var(--accent);
    background: rgba(137,247,193,.055);
}
.report-toc .toc-level-3 { padding-left: 22px; }
.report-toc .toc-level-4 { padding-left: 34px; }
.report-source-card {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px;
    background: rgba(10,13,18,.72);
}
.report-source-card > strong { display: block; margin-bottom: 12px; }
.report-source-card dl { display: grid; gap: 11px; margin: 0; }
.report-source-card dl > div { display: grid; gap: 3px; }
.report-source-card dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.report-source-card dd { margin: 0; color: #c7d0da; font-size: .78rem; overflow-wrap: anywhere; }
.report-source-card code { font-size: .72rem; word-break: break-all; }
.report-source-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.report-source-links a { color: var(--accent); font-size: .78rem; }
.report-back-top {
    justify-self: start;
    color: var(--muted);
    text-decoration: none;
    font-size: .8rem;
    padding: 4px 0;
}
.report-back-top:hover { color: var(--accent); }
.report-reader {
    width: 100%;
    max-width: 78ch;
    font-size: clamp(1rem,.94rem + .18vw,1.08rem);
    line-height: 1.76;
}
.report-reader > *:first-child { margin-top: 0; }
.report-reader h2,
.report-reader h3,
.report-reader h4 { scroll-margin-top: 100px; text-wrap: balance; }
.report-reader h2 { margin-top: 2.2em; padding-top: .15em; }
.report-reader h2 + p,
.report-reader h3 + p,
.report-reader h4 + p { margin-top: .35em; }
.report-reader p { margin-bottom: 1.22em; }
.report-reader li + li { margin-top: .4em; }
.report-reader ul,
.report-reader ol { padding-left: 1.5em; margin: 1.1em 0 1.45em; }
.report-reader li > ul,
.report-reader li > ol { margin: .5em 0 .3em; }
.report-reader hr { border: 0; border-top: 1px solid var(--line); margin: 2.4em 0; }
.report-reader blockquote { line-height: 1.68; }
.report-reader :not(pre) > code {
    padding: .12em .34em;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 6px;
    background: rgba(255,255,255,.035);
    font-size: .9em;
}
.report-code-block { position: relative; margin: 1.6em 0; }
.report-code-block pre { margin: 0; padding-top: 46px; line-height: 1.55; }
.code-copy {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px 9px;
    background: #10151d;
    color: var(--muted);
    font: inherit;
    font-size: .72rem;
    cursor: pointer;
}
.code-copy:hover { color: var(--text); border-color: rgba(137,247,193,.42); }
.code-copy-feedback { position: absolute; left: 14px; top: 14px; color: var(--accent); font-size: .7rem; }
.report-table-wrap {
    position: relative;
    scrollbar-width: thin;
    outline: none;
}
.report-table-wrap:focus-visible { box-shadow: 0 0 0 3px rgba(137,247,193,.2); border-color: rgba(137,247,193,.48); }
.report-table-wrap::after {
    content: 'Scroll table →';
    position: sticky;
    left: 100%;
    bottom: 0;
    display: none;
    width: max-content;
    padding: 4px 8px;
    border-radius: 8px 0 0 0;
    background: rgba(9,11,15,.94);
    color: var(--muted);
    font-size: .68rem;
}
.report-reader th { font-size: .88rem; line-height: 1.35; }
.report-reader td { line-height: 1.55; }
.report-navigation-section { border-top: 1px solid var(--line); }
.report-sequence {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
    margin-top: 22px;
}
.report-sequence > a {
    display: grid;
    align-content: start;
    gap: 8px;
    min-height: 150px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    text-decoration: none;
    background: rgba(255,255,255,.018);
}
.report-sequence > a.next { text-align: right; }
.report-sequence > a:hover { border-color: rgba(137,247,193,.42); background: rgba(137,247,193,.035); }
.report-sequence span { color: var(--accent); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.report-sequence strong { font-size: 1rem; line-height: 1.35; }
.related-report-heading { display: grid; grid-template-columns: 1fr minmax(260px, 520px); gap: 30px; align-items: end; margin: 58px 0 20px; }
.related-report-heading h2 { margin: 0; }
.related-report-heading p { margin: 0; color: var(--muted); }
.related-report-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.related-report-card {
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 210px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    text-decoration: none;
    background: rgba(255,255,255,.018);
}
.related-report-card:hover { border-color: rgba(137,247,193,.42); transform: translateY(-1px); }
.related-report-card > span { color: var(--accent); font: 10px ui-monospace,monospace; text-transform: uppercase; letter-spacing: .08em; }
.related-report-card > strong { font-size: 1.05rem; line-height: 1.35; }
.related-report-card p { color: var(--muted); font-size: .86rem; margin: 0; }
.report-library-actions { margin-top: 34px; }
.library-results-count { color: var(--muted); margin: -10px 0 22px; font-size: .85rem; }

/* v0.24.0 report-local reference context */
.report-local-references { margin: 3.2em 0 0; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.018); overflow: clip; }
.report-local-references > summary { display: flex; align-items: center; gap: 14px; min-height: 48px; padding: 14px 16px; cursor: pointer; list-style: none; color: var(--text); font-weight: 760; }
.report-local-references > summary::-webkit-details-marker { display: none; }
.report-local-references > summary::after { content: '+'; margin-left: auto; color: var(--accent); font: 700 1rem/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; }
.report-local-references[open] > summary { border-bottom: 1px solid var(--line); }
.report-local-references[open] > summary::after { content: '−'; }
.report-local-references > summary small { color: var(--muted); font-size: .72rem; font-weight: 600; }
.report-local-references-body { padding: 16px; }
.report-local-references-boundary,
.report-local-references-empty { margin: 0 0 18px !important; color: var(--muted) !important; font-size: .86rem; }
.report-local-references-empty { margin-bottom: 0 !important; }
.report-ref-legend { display: grid; gap: 5px; margin: 0 0 18px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; background: rgba(0,0,0,.12); font-size: .74rem; }
.report-ref-legend strong { color: var(--text); }
.report-ref-legend a,
.report-ref-legend span { overflow-wrap: anywhere; }
.report-ref-legend b { display: inline-block; min-width: 2.2em; margin-right: 5px; color: var(--accent); font: 700 .9em/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; }
.report-local-reference-list { display: grid; gap: 12px; margin: 0 !important; padding: 0 !important; list-style: none; }
.report-local-reference-item { display: grid; gap: 8px; margin: 0 !important; padding: 13px 14px; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: rgba(0,0,0,.16); }
.report-local-reference-url { min-width: 0; overflow-wrap: anywhere; word-break: break-word; font: .78rem/1.45 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; }
.report-ref-meta { display: block; color: var(--muted); font-size: .72rem; overflow-wrap: anywhere; }
.report-local-references-footer { margin: 18px 0 0 !important; color: var(--muted) !important; font-size: .78rem; }

@media (max-width: 680px) {
    .report-local-references > summary { align-items: flex-start; flex-wrap: wrap; }
    .report-local-references > summary::after { order: 2; }
    .report-local-references > summary small { order: 3; flex-basis: 100%; }
}

@media (max-width: 960px) {
    .report-progress { inset-block-start: 72px; }
    .report-layout { grid-template-columns: 1fr; max-width: min(calc(100% - 40px), 900px); }
    .report-sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .report-boundary-card { order: 1; }
    .report-toc { order: 3; grid-column: 1 / -1; }
    .report-source-card { order: 2; }
    .report-back-top { display: none; }
    .report-toc nav { max-height: 45vh; }
    .related-report-heading { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 680px) {
    .report-page-hero { padding-top: 64px; padding-bottom: 34px; }
    .report-page-hero h1 { font-size: clamp(2.2rem,12vw,3.6rem); }
    .report-layout { width: min(calc(100% - 28px), 900px); }
    .report-sidebar { grid-template-columns: 1fr; }
    .report-toc { grid-column: auto; }
    .report-reader { font-size: 1rem; line-height: 1.72; }
    .report-reader h2 { font-size: clamp(1.55rem,8vw,2.05rem); }
    .report-reader h3 { font-size: 1.25rem; }
    .report-table-wrap { overflow: visible; border: 0; border-radius: 0; }
    .report-table-wrap::after { display: none; }
    .report-reader table,
    .report-reader tbody,
    .report-reader tr,
    .report-reader td { display: block; width: 100%; min-width: 0; }
    .report-reader thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border: 0;
    }
    .report-reader tbody { display: grid; gap: 12px; }
    .report-reader tr {
        border: 1px solid var(--line);
        border-radius: 14px;
        overflow: hidden;
        background: rgba(255,255,255,.018);
    }
    .report-reader td {
        display: grid;
        grid-template-columns: minmax(7rem, 38%) minmax(0,1fr);
        gap: 12px;
        padding: 11px 12px;
        border-bottom: 1px solid var(--line);
    }
    .report-reader td:last-child { border-bottom: 0; }
    .report-reader td::before {
        content: attr(data-label);
        color: var(--text);
        font-size: .76rem;
        font-weight: 750;
        line-height: 1.35;
    }
    .report-sequence,
    .related-report-grid { grid-template-columns: 1fr; }
    .report-sequence-empty { display: none; }
    .report-sequence > a.next { text-align: left; }
    .related-report-heading { margin-top: 44px; }
}

@media (min-width: 681px) and (max-width: 1100px) {
    .report-table-wrap::after { display: block; }
}

/* v0.11.0 research citation + section-link + glossary-bridge pass */
.report-reader h2,
.report-reader h3,
.report-reader h4 {
    position: relative;
}
.report-heading-label { display: inline; }
.section-permalink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6em;
    height: 1.6em;
    margin-left: .38em;
    border-radius: 8px;
    color: var(--muted) !important;
    font: 700 .72em/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    text-decoration: none;
    vertical-align: .12em;
    opacity: .38;
    transition: opacity .15s ease, background-color .15s ease, color .15s ease;
}
.report-reader h2:hover .section-permalink,
.report-reader h3:hover .section-permalink,
.report-reader h4:hover .section-permalink,
.section-permalink:focus-visible {
    opacity: 1;
    color: var(--accent) !important;
    background: rgba(137,247,193,.08);
}
.report-citation-card {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    background: rgba(255,255,255,.025);
}
.report-citation-card > strong { display: block; margin-bottom: 8px; }
.report-citation-card p {
    margin: 0 0 13px;
    color: var(--muted);
    font-size: .78rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}
.report-copy-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.report-copy-actions button {
    appearance: none;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(255,255,255,.025);
    color: var(--text);
    font: inherit;
    font-size: .74rem;
    cursor: pointer;
}
.report-copy-actions button:hover,
.report-copy-actions button:focus-visible {
    border-color: rgba(137,247,193,.44);
    background: rgba(137,247,193,.06);
}
.report-copy-feedback {
    display: block;
    min-height: 1.25em;
    margin-top: 8px;
    color: var(--accent);
    font-size: .72rem;
}
.report-concepts-section {
    padding: 72px 0 82px;
    border-top: 1px solid var(--line);
}
.report-concepts-heading {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(280px, 1.2fr);
    gap: 34px;
    align-items: end;
    margin: 18px 0 24px;
}
.report-concepts-heading h2 {
    margin: 0;
    font-size: clamp(2rem,4vw,3.8rem);
}
.report-concepts-heading p { margin: 0; color: var(--muted); max-width: 720px; }
.report-concept-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
}
.report-concept-card {
    display: grid;
    gap: 7px;
    min-height: 142px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255,255,255,.02);
    text-decoration: none;
}
.report-concept-card:hover,
.report-concept-card:focus-visible {
    border-color: rgba(137,247,193,.42);
    background: rgba(137,247,193,.035);
}
.report-concept-card strong { color: var(--accent); }
.report-concept-card span { color: var(--muted); font-size: .84rem; line-height: 1.5; }
@media (max-width: 960px) {
    .report-concept-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
    .section-permalink { opacity: .72; }
    .report-concepts-section { width: min(calc(100% - 28px), 900px); padding: 54px 0 60px; }
    .report-concepts-heading { grid-template-columns: 1fr; gap: 10px; }
    .report-concept-grid { grid-template-columns: 1fr; }
    .report-concept-card { min-height: 0; }
}


/* v0.12.0 bidirectional glossary-to-research discovery pass */
.glossary-card-coverage { margin-top:auto; padding-top:18px; border-top:1px solid var(--line); display:flex; flex-wrap:wrap; gap:7px 12px; color:var(--muted); font-size:.78rem; }
.glossary-card-coverage span:first-child { color:var(--accent); }
.glossary-research-summary-grid, .term-research-heading { display:grid; grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr); gap:42px; align-items:start; }
.glossary-research-summary-grid h2, .term-research-heading h2 { margin:12px 0 0; }
.glossary-research-summary-grid p, .term-research-heading p { color:var(--muted); }
.term-research-heading { margin:18px 0 26px; }
.term-research-heading > div > p { max-width:720px; }
.term-research-method { margin:12px 0 0; padding:16px 18px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.02); font-size:.9rem; }
.term-research-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.term-research-card { display:grid; align-content:start; gap:9px; min-height:190px; padding:20px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.02); text-decoration:none; }
.term-research-card:hover, .term-research-card:focus-visible { border-color:rgba(137,247,193,.44); background:rgba(137,247,193,.035); transform:translateY(-1px); }
.term-research-card > span { color:var(--accent); font:10px ui-monospace,monospace; text-transform:uppercase; letter-spacing:.08em; }
.term-research-card > strong { line-height:1.35; }
.term-research-card > small { margin-top:auto; padding-top:12px; border-top:1px solid var(--line); color:var(--muted); }
@media (max-width:960px) { .glossary-research-summary-grid, .term-research-heading { grid-template-columns:1fr; gap:14px; } .term-research-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:640px) { .term-research-grid { grid-template-columns:1fr; } .term-research-card { min-height:0; } }

/* v0.13.0 research topic landing pages */
.topic-label-link { display:inline-block; text-decoration:none; }
.topic-label-link:hover, .topic-label-link:focus-visible { color:var(--text); }
.topic-eyebrow-link { display:inline-flex; text-decoration:none; }
.topic-eyebrow-link:hover, .topic-eyebrow-link:focus-visible { color:var(--text); }
.research-domain-card h3 a { color:inherit; text-decoration:none; }
.research-domain-card h3 a:hover, .research-domain-card h3 a:focus-visible { color:var(--accent); }
.research-domain-card .text-link { margin-top:auto; }
.topic-section-heading {
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);
    gap:42px;
    align-items:end;
    margin:16px 0 26px;
}
.topic-section-heading h2 { margin:0; font-size:clamp(2rem,4vw,3.6rem); }
.topic-section-heading p { margin:0; color:var(--muted); max-width:760px; }
.topic-discovery-note { color:var(--muted); font-size:.9rem; }
.topic-hub-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
}
.topic-hub-card {
    display:grid;
    align-content:start;
    gap:11px;
    min-height:270px;
    padding:22px;
    border:1px solid var(--line);
    border-radius:20px;
    background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
    text-decoration:none;
}
.topic-hub-card:hover, .topic-hub-card:focus-visible {
    border-color:rgba(137,247,193,.44);
    background:rgba(137,247,193,.035);
    transform:translateY(-1px);
}
.topic-hub-card > span { color:var(--accent); font:10px ui-monospace,monospace; text-transform:uppercase; letter-spacing:.09em; }
.topic-hub-card > strong { font-size:1.2rem; line-height:1.25; }
.topic-hub-card p { margin:0; color:var(--muted); font-size:.9rem; line-height:1.55; }
.topic-hub-card small { margin-top:auto; padding-top:16px; border-top:1px solid var(--line); color:var(--accent); }
.topic-report-card { min-height:300px; }
.topic-concept-card small { margin-top:auto; padding-top:12px; border-top:1px solid var(--line); color:var(--muted); font-size:.76rem; }
.topic-surface-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.topic-surface-card {
    display:grid;
    gap:8px;
    min-height:145px;
    padding:20px;
    border:1px solid var(--line);
    border-radius:18px;
    background:rgba(255,255,255,.02);
    text-decoration:none;
}
.topic-surface-card:hover, .topic-surface-card:focus-visible { border-color:rgba(137,247,193,.44); background:rgba(137,247,193,.035); }
.topic-surface-card strong { color:var(--accent); }
.topic-surface-card span { color:var(--muted); font-size:.88rem; line-height:1.5; }
@media (max-width:960px) {
    .topic-section-heading { grid-template-columns:1fr; gap:12px; align-items:start; }
    .topic-hub-grid, .topic-surface-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:640px) {
    .topic-hub-grid, .topic-surface-grid { grid-template-columns:1fr; }
    .topic-hub-card, .topic-surface-card, .topic-report-card { min-height:0; }
}

/* v0.15.0 research references + source-discovery index */
.reference-stat-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
}
.reference-stat-grid article {
    display: grid;
    gap: 6px;
    min-height: 130px;
    align-content: center;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255,255,255,.02);
}
.reference-stat-grid strong { color: var(--accent); font-size: clamp(1.8rem,4vw,3rem); line-height: 1; }
.reference-stat-grid span { color: var(--muted); font-size: .86rem; }
.reference-boundary-note {
    margin: 0 0 22px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(168,185,255,.035);
}
.reference-boundary-note strong { display: block; margin-bottom: 6px; }
.reference-boundary-note p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.reference-domain-list { display: grid; gap: 10px; }
.reference-domain {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255,255,255,.018);
    overflow: clip;
}
.reference-domain[hidden], .reference-item[hidden] { display: none; }
.reference-domain summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    cursor: pointer;
    list-style: none;
}
.reference-domain summary::-webkit-details-marker { display: none; }
.reference-domain summary::after { content: '⌄'; color: var(--accent); transition: transform .16s ease; }
.reference-domain[open] summary::after { transform: rotate(180deg); }
.reference-domain-name { min-width: 0; font: 700 .94rem/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; overflow-wrap: anywhere; }
.reference-domain-meta { margin-left: auto; color: var(--muted); font-size: .78rem; white-space: nowrap; }
.reference-domain-body { display: grid; border-top: 1px solid var(--line); }
.reference-item { display: grid; gap: 11px; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.reference-item:last-child { border-bottom: 0; }
.reference-url-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.reference-url { min-width: 0; color: var(--text); font: .82rem/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; overflow-wrap: anywhere; }
.reference-url:hover { color: var(--accent); }
.reference-url-row > span { flex: none; color: var(--muted); font-size: .72rem; }
.reference-report-links { display: flex; flex-wrap: wrap; gap: 7px; }
.reference-report-links a {
    max-width: 100%;
    padding: 5px 8px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    text-decoration: none;
    font-size: .72rem;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.reference-report-links a:hover { color: var(--text); border-color: rgba(137,247,193,.45); background: rgba(137,247,193,.045); }

@media (max-width: 960px) {
    .reference-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
    .reference-stat-grid { grid-template-columns: 1fr 1fr; }
    .reference-stat-grid article { min-height: 105px; padding: 16px; }
    .reference-domain summary, .reference-url-row { align-items: flex-start; flex-direction: column; gap: 7px; }
    .reference-domain-meta { margin-left: 0; white-space: normal; }
    .reference-item { padding: 14px; }
    .reference-report-links { display: grid; }
    .reference-report-links a { white-space: normal; }
}

/* v0.16.0 first-party Research Navigator */
.navigator-toolbar {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(280px,420px);
    gap: clamp(24px,5vw,72px);
    align-items: end;
    margin-bottom: 18px;
}
.navigator-toolbar h2 { margin-bottom: 0; }
.navigator-filters { margin: 0 0 14px; }
.navigator-groups { display: grid; gap: 12px; margin-top: 22px; }
.navigator-group {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255,255,255,.018);
    overflow: clip;
}
.navigator-group[hidden], .navigator-result[hidden] { display: none; }
.navigator-group > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 18px 20px;
    cursor: pointer;
    list-style: none;
}
.navigator-group > summary::-webkit-details-marker { display: none; }
.navigator-group > summary > span:first-child { display: grid; gap: 4px; min-width: 0; }
.navigator-group > summary strong { color: var(--text); font-size: 1rem; }
.navigator-group > summary small { max-width: 850px; color: var(--muted); font-size: .79rem; line-height: 1.45; }
.navigator-group-count {
    flex: none;
    min-width: 44px;
    padding: 6px 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--accent);
    text-align: center;
    font: 700 .78rem/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
}
.navigator-result-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1px;
    border-top: 1px solid var(--line);
    background: var(--line);
}
.navigator-result {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
    min-height: 180px;
    padding: 18px;
    background: #0a0e14;
    text-decoration: none;
}
.navigator-result:hover, .navigator-result:focus-visible { background: #0d131b; }
.navigator-result-kind {
    color: var(--accent);
    font: 700 .68rem/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.navigator-result strong { color: var(--text); line-height: 1.35; }
.navigator-result p {
    margin: 0;
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.navigator-result small { margin-top: auto; color: var(--muted); font-size: .74rem; }
.navigator-result-domain { min-height: 125px; }
.navigator-result-domain strong {
    overflow-wrap: anywhere;
    font-family: ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
    font-size: .91rem;
}
.navigator-result-domain p { -webkit-line-clamp: 2; }
.reference-domain:target { border-color: rgba(137,247,193,.56); box-shadow: 0 0 0 2px rgba(137,247,193,.08); }
.navigator-source-boundary article { min-height: 0; }

@media (max-width: 960px) {
    .navigator-toolbar { grid-template-columns: 1fr; align-items: start; }
    .navigator-result-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
    .navigator-result-grid { grid-template-columns: 1fr; }
    .navigator-result { min-height: 0; }
    .navigator-group > summary { align-items: flex-start; }
    .navigator-group > summary small { padding-right: 8px; }
}

/* v0.17.0 Research Navigator accessibility, shareable state, and rendering cost */
.navigator-search-controls { display: grid; gap: 8px; }
.navigator-control-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 28px;
}
.navigator-shortcut,
.navigator-filter-state,
.navigator-noscript {
    color: var(--muted);
    font-size: .78rem;
    line-height: 1.5;
}
.navigator-shortcut kbd {
    display: inline-grid;
    min-width: 1.7em;
    min-height: 1.7em;
    place-items: center;
    margin-left: 3px;
    padding: 0 5px;
    border: 1px solid var(--line);
    border-bottom-color: rgba(255,255,255,.25);
    border-radius: 6px;
    background: rgba(255,255,255,.04);
    color: var(--text);
    font: 700 .72rem/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
}
.navigator-clear { font-size: .78rem; white-space: nowrap; }
.navigator-filter-state { margin: 4px 0 0; }
.navigator-noscript {
    margin: 12px 0 0;
    padding: 10px 12px;
    border-left: 2px solid var(--accent);
    background: rgba(137,247,193,.035);
}
.navigator-result {
    content-visibility: auto;
    contain-intrinsic-size: auto 180px;
}
.navigator-domain-grid {
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
}
.navigator-domain-grid .navigator-result-domain {
    min-height: 0;
    padding: 14px 16px;
    gap: 6px;
    content-visibility: auto;
    contain-intrinsic-size: auto 72px;
}
.navigator-domain-grid .navigator-result-domain small {
    margin-top: 0;
    line-height: 1.45;
}
@media (max-width: 680px) {
    .navigator-control-row { align-items: flex-start; flex-direction: column; gap: 6px; }
    .navigator-domain-grid { grid-template-columns: 1fr; }
}

/* v0.18.0 research-surface accessibility, print, and long-form QA */
.filter-chip,
.report-copy-actions button,
.code-copy,
.navigator-clear {
    min-height: 44px;
}
.filter-chip,
.report-copy-actions button,
.code-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.report-toc summary,
.reference-domain summary,
.navigator-group > summary {
    min-height: 48px;
}
.report-reader a,
.methodology-print-document a,
.reference-url,
.reference-domain-name,
.navigator-result-domain strong {
    overflow-wrap: anywhere;
    word-break: break-word;
}
.report-reader pre,
.report-reader code {
    max-width: 100%;
}
.report-code-block pre {
    overscroll-behavior-inline: contain;
    tab-size: 4;
}
.report-table-wrap {
    max-width: 100%;
}
.report-table-wrap[tabindex="0"] {
    scroll-margin-block: 96px;
}
.report-boundary-card strong.eyebrow {
    display: block;
}
.navigator-filter-state[role="status"],
.library-results-count[role="status"] {
    min-height: 1.5em;
}
.reference-url .sr-only {
    white-space: normal !important;
}

@media (max-width: 680px) {
    .filter-chip,
    .report-copy-actions button,
    .code-copy,
    .navigator-clear {
        min-height: 44px;
    }
    .filter-chip { padding-inline: 14px; }
    .section-permalink {
        width: 2.4rem;
        height: 2.4rem;
        margin-left: .2rem;
        opacity: .82;
    }
    .report-reader pre {
        max-width: calc(100vw - 28px);
        white-space: pre;
    }
    .report-reader td,
    .report-reader th,
    .report-reader p,
    .report-reader li,
    .report-reader blockquote,
    .report-reader a,
    .report-reader code {
        overflow-wrap: anywhere;
    }
    .reference-url-row,
    .reference-domain summary,
    .navigator-group > summary {
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .report-progress { display: none; }
    .report-toc summary::after,
    .reference-domain summary::after,
    .section-permalink,
    .related-report-card,
    .report-concept-card,
    .term-research-card,
    .topic-hub-card,
    .topic-surface-card,
    .navigator-result {
        transition: none !important;
    }
    .report-toc[open] summary::after,
    .reference-domain[open] summary::after,
    .related-report-card:hover,
    .term-research-card:hover,
    .topic-hub-card:hover {
        transform: none !important;
    }
}

@media print {
    @page { margin: 15mm 14mm 17mm; }

    :root {
        --text: #000;
        --muted: #303030;
        --line: #b8b8b8;
        --accent: #000;
        --accent2: #000;
    }
    html { scroll-behavior: auto; }
    body {
        background: #fff !important;
        color: #000 !important;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 10.5pt;
        line-height: 1.45;
    }
    #field,
    .skip-link,
    .site-header,
    .breadcrumbs,
    .site-footer,
    .report-progress,
    .hero-actions,
    .report-toc,
    .report-citation-card,
    .report-back-top,
    .report-concepts-section,
    .report-navigation-section,
    .code-copy,
    .code-copy-feedback,
    .section-permalink,
    .navigator-shortcut,
    .filter-chips,
    .library-search-label,
    .navigator-control-row,
    .navigator-filters,
    .navigator-noscript {
        display: none !important;
    }
    .print-document,
    .print-document .shell,
    .report-print-document,
    .methodology-print-document {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }
    .print-document .section,
    .print-document .section.compact,
    .print-document .page-hero {
        padding: 0 0 8mm !important;
        border: 0 !important;
    }
    .print-document .page-hero {
        padding-top: 0 !important;
        padding-bottom: 6mm !important;
    }
    .print-document .eyebrow,
    .print-document .section-label,
    .print-document .definition-label,
    .print-document .term,
    .print-document .research-topic {
        color: #222 !important;
    }
    .print-document h1,
    .print-document h2,
    .print-document h3,
    .print-document h4,
    .print-document p,
    .print-document li,
    .print-document span,
    .print-document strong,
    .print-document small,
    .print-document dt,
    .print-document dd,
    .print-document code,
    .print-document blockquote {
        color: #000 !important;
        background: transparent !important;
        text-shadow: none !important;
    }
    .print-document .accent {
        background: none !important;
        -webkit-text-fill-color: currentColor;
        color: #000 !important;
    }
    .print-document h1 {
        max-width: none;
        margin: 0 0 5mm;
        font-size: 27pt;
        line-height: 1.05;
        letter-spacing: -.02em;
    }
    .print-document h2 {
        font-size: 18pt;
        line-height: 1.15;
        letter-spacing: -.01em;
    }
    .print-document h3 { font-size: 14pt; }
    .print-document .page-lede {
        max-width: none;
        font-size: 12pt;
        line-height: 1.45;
    }

    /* Report readers print as title -> evidence boundary -> source identity -> body. */
    .report-layout {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
    }
    .report-sidebar {
        position: static !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 5mm !important;
        margin: 0 0 7mm !important;
    }
    .report-boundary-card,
    .report-source-card {
        break-inside: avoid;
        border: 1px solid #999 !important;
        border-radius: 0 !important;
        padding: 4mm !important;
        background: transparent !important;
    }
    .report-source-links { margin-top: 3mm; }
    .report-meta-row {
        display: flex !important;
        flex-wrap: wrap;
        gap: 2mm 5mm;
        font-size: 8.5pt;
    }
    .report-reader {
        max-width: none !important;
        width: 100% !important;
        font-size: 10.5pt !important;
        line-height: 1.5 !important;
    }
    .report-reader h2,
    .report-reader h3,
    .report-reader h4 {
        break-after: avoid;
        page-break-after: avoid;
        scroll-margin: 0;
    }
    .report-reader p,
    .report-reader blockquote,
    .report-reader li,
    .report-reader pre,
    .report-reader table,
    .report-reader tr {
        orphans: 3;
        widows: 3;
    }
    .report-reader blockquote {
        border-left: 2px solid #666 !important;
        border-radius: 0 !important;
        padding: 2mm 0 2mm 4mm !important;
    }
    .report-code-block { margin: 4mm 0 !important; }
    .report-code-block pre,
    .report-reader pre {
        white-space: pre-wrap !important;
        overflow: visible !important;
        word-break: break-word;
        border: 1px solid #aaa !important;
        border-radius: 0 !important;
        padding: 3mm !important;
        background: #fff !important;
        font-size: 8pt !important;
    }
    .report-table-wrap {
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        margin: 5mm 0 !important;
    }
    .report-reader table {
        display: table !important;
        width: 100% !important;
        min-width: 0 !important;
        border-collapse: collapse !important;
        table-layout: auto;
        font-size: 8pt;
    }
    .report-reader thead { display: table-header-group !important; position: static !important; width: auto !important; height: auto !important; margin: 0 !important; clip: auto !important; overflow: visible !important; white-space: normal !important; }
    .report-reader tbody { display: table-row-group !important; }
    .report-reader tr { display: table-row !important; break-inside: avoid; }
    .report-reader th,
    .report-reader td {
        display: table-cell !important;
        width: auto !important;
        min-width: 0 !important;
        padding: 2mm !important;
        border: 1px solid #aaa !important;
        vertical-align: top;
        overflow-wrap: anywhere;
    }
    .report-reader td::before { display: none !important; }

    /* Long-form links remain inspectable in paper/PDF output. */
    .report-reader a[href^="http"]::after,
    .methodology-print-document a[href^="http"]::after,
    .methodology-print-document a[href^="/docs/"]::after {
        content: " (" attr(href) ")";
        font-size: .82em;
        font-weight: 400;
        overflow-wrap: anywhere;
    }

    .report-local-references { break-before: page; border: 0 !important; border-radius: 0 !important; background: transparent !important; overflow: visible !important; }
    .report-local-references > summary { display: block !important; min-height: 0 !important; padding: 0 0 3mm !important; border: 0 !important; font-family: Georgia,"Times New Roman",serif; font-size: 16pt; }
    .report-local-references > summary::after { display: none !important; }
    .report-local-references > summary small { display: block; margin-top: 1mm; font-size: 8pt; }
    .report-local-references > :not(summary) { display: block !important; }
    .report-local-references-body { padding: 0 !important; }
    .report-local-reference-item { break-inside: avoid; border: 0 !important; border-bottom: 1px solid #bbb !important; border-radius: 0 !important; padding: 3mm 0 !important; background: transparent !important; }
    .report-local-reference-url { font-size: 7.5pt; }
    .report-ref-legend { border: 1px solid #aaa !important; background: transparent !important; }

    /* Methodology keeps substantive evidence/boundary content but drops route-navigation lists. */
    .methodology-print-document .methodology-verification-list a,
    .methodology-print-document #inspect-methodology-evidence .topic-list a {
        break-inside: avoid;
        border-bottom: 1px solid #bbb !important;
        padding: 3mm 0 !important;
        text-decoration: none;
    }
    .methodology-print-document .comparison,
    .methodology-print-document .answer-grid,
    .methodology-print-document .card-grid {
        display: block !important;
        border: 0 !important;
        margin: 0 !important;
    }
    .methodology-print-document .comparison article,
    .methodology-print-document .answer-card,
    .methodology-print-document .methodology-step-card,
    .methodology-print-document .definition-box {
        min-height: 0 !important;
        break-inside: avoid;
        border: 1px solid #bbb !important;
        border-radius: 0 !important;
        margin: 0 0 4mm !important;
        padding: 4mm !important;
        background: transparent !important;
    }
}

/* v0.19.0 site-wide accessibility and responsive QA */
.button,
.nav-toggle,
.share-button,
.copy-button,
.social-download {
    min-height: 44px;
}
.button,
.social-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.nav-toggle,
.nav-group summary,
.continuity-step summary {
    min-height: 48px;
}
.nav-group summary,
.continuity-step summary {
    touch-action: manipulation;
}
.site-nav .nav-popover-link {
    min-height: 44px;
}
.footer-nav-column a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
}
.page-hero,
.prose,
.card,
.answer-card,
.definition-box,
.topic-list a,
.related-term-card,
.media-feature-copy,
.social-card-copy,
.share-reel-copy,
.footer-brand-column,
.footer-truth-note,
.release-list a,
.campaign-art figcaption,
.continuity-step,
.boundary-flow li {
    min-width: 0;
    overflow-wrap: anywhere;
}
img,
video,
svg {
    max-width: 100%;
}
.media-description {
    margin-top: 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255,255,255,.02);
}
.media-description summary {
    min-height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 14px;
    font-weight: 700;
}
.media-description p {
    padding: 0 14px 14px;
    margin: 0;
    color: var(--muted);
}
.share-feedback[role="status"] {
    min-height: 1.5em;
}

/* The identity comparison is a semantic list; inequality marks are visual separators. */
.identity-equation {
    list-style: none;
    margin: 0;
    padding: 0;
}
.identity-equation > li {
    position: relative;
    min-width: 150px;
    flex: 1;
    max-width: 210px;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px;
    background: rgba(255,255,255,.025);
}
.identity-equation > li:not(:last-child)::after {
    content: "≠";
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translate(50%, -50%);
    color: var(--accent);
    font-size: 1.5rem;
    font-weight: 700;
    pointer-events: none;
}
.identity-equation > li > a {
    display: block;
    margin: -18px;
    padding: 18px;
    border-radius: 18px;
    text-decoration: none;
}
.identity-equation > li > a:hover,
.identity-equation > li > a:focus-visible {
    background: rgba(137,247,193,.06);
}

/* Disclosures expose state semantically and also show a non-color-only visual marker. */
.continuity-step summary::after {
    content: "+";
    margin-left: auto;
    color: var(--text);
    font-size: 1.25rem;
    line-height: 1;
}
.continuity-step[open] summary::after { content: "−"; }
.continuity-step summary:hover { background: rgba(255,255,255,.035); }

/* The transparency process is an ordered sequence, not a decorative row of boxes. */
.boundary-flow {
    list-style: none;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}
.boundary-flow li {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 20px;
    background: rgba(255,255,255,.025);
}
.boundary-flow li:not(:last-child)::after {
    content: "→";
    position: absolute;
    left: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    text-align: center;
    color: var(--accent2);
    font-weight: 800;
}
.boundary-flow li span { color: var(--accent); font: 12px ui-monospace,monospace; display:block; margin-bottom:28px; }
.boundary-flow li strong { display:block; font-size:1.05rem; }
.boundary-flow li small { display:block; color:var(--muted); margin-top:6px; }

@media (max-width: 960px) {
    .boundary-flow { grid-template-columns: 1fr; gap: 34px; }
    .boundary-flow li:not(:last-child)::after {
        content: "↓";
        left: 50%;
        top: calc(100% + 8px);
        transform: translateX(-50%);
        width: auto;
    }
    .identity-equation > li:not(:last-child)::after {
        content: "≠";
    }
}

@media (max-width: 700px) {
    .site-nav .nav-popover-link,
    .site-nav .nav-cta,
    .footer-nav-column a,
    .footer-bottom a,
    .share-button,
    .copy-button,
    .social-download {
        min-height: 44px;
    }
    .footer-bottom a {
        display: inline-flex;
        align-items: center;
    }
    .social-card-actions { gap: 10px; }
    .release-list a {
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width: 680px) {
    .identity-equation { gap: 32px; }
    .identity-equation > li {
        width: 100%;
        max-width: none;
        flex: 0 0 auto;
    }
    .identity-equation > li:not(:last-child)::after {
        right: auto;
        left: 50%;
        top: calc(100% + 16px);
        transform: translate(-50%, -50%);
    }
    .continuity-step summary { padding: 14px 16px; }
    .continuity-step > div { padding: 0 16px 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .nav-caret,
    .media-feature-art img,
    .social-card-media img,
    .related-term-card,
    .concept-node,
    .continuity-step summary,
    .button,
    .share-button,
    .copy-button,
    .social-download {
        transition: none !important;
    }
    .media-feature-art:hover img,
    .social-card-media:hover img,
    .related-term-card:hover,
    .concept-node:hover {
        transform: none !important;
    }
}

@media (forced-colors: active) {
    .accent {
        background: none !important;
        color: CanvasText !important;
        -webkit-text-fill-color: currentColor !important;
    }
    :focus-visible { outline-color: Highlight; }
    .button.primary {
        background: ButtonFace;
        color: ButtonText;
        border-color: ButtonText;
    }
    .nav-group.active summary,
    .site-nav .nav-popover-link.active,
    .site-nav .nav-cta.active {
        outline: 2px solid Highlight;
        outline-offset: 1px;
    }
}


/* v0.23.0 research-reference compact evidence representation */
.reference-report-legend {
    margin: 22px 0 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255,255,255,.018);
}
.reference-report-legend > summary {
    cursor: pointer;
    padding: 16px 18px;
    font-weight: 700;
}
.reference-report-legend > p { margin: 0; padding: 0 18px 14px; color: var(--muted); font-size: .88rem; }
.reference-report-key-list {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 18px;
    margin: 0;
    padding: 0 18px 18px 42px;
}
.reference-report-key-list li { padding: 8px 0; border-top: 1px solid var(--line); min-width: 0; }
.reference-report-key-list code { display: inline-block; min-width: 7.8em; color: var(--accent); font-size: .78rem; }
.reference-report-key-list a { color: var(--text); text-decoration-thickness: 1px; text-underline-offset: 3px; overflow-wrap: anywhere; }
.reference-key-note { margin: 12px 0 18px; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.reference-domain-body { margin: 0; padding: 0; list-style: none; }
.reference-item {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto minmax(120px,auto);
    align-items: start;
    gap: 10px 14px;
    padding: 12px 18px;
    border-bottom: 1px solid var(--line);
}
.reference-occurrences { color: var(--muted); font-size: .72rem; white-space: nowrap; padding-top: 2px; }
.reference-report-links { justify-content: flex-end; align-items: flex-start; }
.reference-report-links a { padding: 3px 6px; font-size: .68rem; letter-spacing: .02em; }
@media (max-width: 800px) {
    .reference-report-key-list { grid-template-columns: 1fr; }
    .reference-item { grid-template-columns: minmax(0,1fr) auto; }
    .reference-report-links { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 520px) {
    .reference-report-key-list { padding-left: 34px; padding-right: 14px; }
    .reference-report-key-list code { min-width: 0; display: block; margin-bottom: 4px; }
    .reference-item { padding: 12px 14px; }
}

/* v0.23.0 compact reference-row override: evidence remains server-rendered. */
.reference-domain-body > li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 8px;
    padding: 10px 18px;
    border-bottom: 1px solid var(--line);
    min-width: 0;
}
.reference-domain-body > li:last-child { border-bottom: 0; }
.reference-domain-body > li[hidden] { display: none; }
.reference-domain-body > li > a:first-child {
    flex: 1 1 520px;
    min-width: 0;
    color: var(--text);
    font: .8rem/1.48 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
    overflow-wrap: anywhere;
}
.reference-domain-body > li > a:first-child:hover { color: var(--accent); }
.reference-domain-body > li > small { color: var(--muted); font-size: .7rem; white-space: nowrap; }
.reference-domain-body > li > a:not(:first-child) {
    padding: 2px 5px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--accent);
    font: 700 .66rem/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
    text-decoration: none;
}
.reference-domain-body > li > a:not(:first-child):hover,
.reference-domain-body > li > a:not(:first-child):focus-visible {
    color: var(--text);
    border-color: rgba(137,247,193,.45);
    background: rgba(137,247,193,.045);
}
@media (max-width: 640px) {
    .reference-domain-body > li { padding: 10px 14px; }
    .reference-domain-body > li > a:first-child { flex-basis: 100%; }
}

/* v0.23.0 compact domain markup override. */
.reference-domain-list > details {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255,255,255,.018);
    overflow: clip;
}
.reference-domain-list > details[hidden] { display: none; }
.reference-domain-list > details > summary {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 48px;
    padding: 12px 16px;
    cursor: pointer;
    list-style: none;
}
.reference-domain-list > details > summary::-webkit-details-marker { display: none; }
.reference-domain-list > details > summary::after { content: '⌄'; color: var(--accent); transition: transform .16s ease; }
.reference-domain-list > details[open] > summary::after { transform: rotate(180deg); }
.reference-domain-list > details > summary > strong {
    min-width: 0;
    font: 700 .94rem/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
    overflow-wrap: anywhere;
}
.reference-domain-list > details > summary > small {
    margin-left: auto;
    color: var(--muted);
    font-size: .78rem;
    white-space: nowrap;
}
.reference-domain-list > details > ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.reference-domain-list > details > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 8px;
    padding: 10px 18px;
    border-bottom: 1px solid var(--line);
    min-width: 0;
}
.reference-domain-list > details > ul > li:last-child { border-bottom: 0; }
.reference-domain-list > details > ul > li[hidden] { display: none; }
.reference-domain-list > details > ul > li > a:first-child {
    flex: 1 1 520px;
    min-width: 0;
    color: var(--text);
    font: .8rem/1.48 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
    overflow-wrap: anywhere;
}
.reference-domain-list > details > ul > li > a:first-child:hover { color: var(--accent); }
.reference-domain-list > details > ul > li > small { color: var(--muted); font-size: .7rem; white-space: nowrap; }
.reference-domain-list > details > ul > li > a:not(:first-child) {
    padding: 2px 5px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--accent);
    font: 700 .66rem/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
    text-decoration: none;
}
.reference-domain-list > details > ul > li > a:not(:first-child):hover,
.reference-domain-list > details > ul > li > a:not(:first-child):focus-visible {
    color: var(--text);
    border-color: rgba(137,247,193,.45);
    background: rgba(137,247,193,.045);
}
.reference-domain-list > details:target { border-color: rgba(137,247,193,.56); box-shadow: 0 0 0 2px rgba(137,247,193,.08); }
@media (max-width: 640px) {
    .reference-domain-list > details > summary { align-items: flex-start; flex-direction: column; gap: 7px; }
    .reference-domain-list > details > summary > small { margin-left: 0; white-space: normal; }
    .reference-domain-list > details > ul > li { padding: 10px 14px; }
    .reference-domain-list > details > ul > li > a:first-child { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .reference-domain-list > details > summary::after { transition: none; }
}
