:root {
  --ink: #17372d;
  --ink-soft: #53665f;
  --paper: #f7faf7;
  --surface: #ffffff;
  --line: #dce7df;
  --green: #167a56;
  --green-dark: #0d573d;
  --mint: #def2e5;
  --orange: #e7652d;
  --peach: #fff2e8;
  --yellow: #f2c94c;
  --radius: 8px;
  --shadow: 0 14px 34px rgb(20 55 44 / 10%);
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 20; height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px) / 2)); background: rgb(255 255 255 / 94%); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--green); border-radius: 7px; }
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--green); }
.nav-cta { padding: 9px 14px; color: #fff; background: var(--green); border-radius: 6px; }
.nav-cta:hover { color: #fff; background: var(--green-dark); }
.hero { position: relative; min-height: clamp(480px, 58vh, 610px); display: grid; align-items: center; overflow: hidden; background: #e7efe9; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgb(247 250 247 / 98%) 0%, rgb(247 250 247 / 92%) 31%, rgb(247 250 247 / 18%) 63%, transparent 100%); }
.hero-content { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 56px 0 48px; }
.hero-content > * { max-width: 560px; }
.eyebrow, .section-kicker { margin: 0 0 12px; color: var(--orange); font-size: 13px; font-weight: 800; letter-spacing: 0; }
h1 { margin: 0; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.08; letter-spacing: 0; }
.hero-copy { margin: 22px 0 0; color: #3f574f; font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 6px; cursor: pointer; font-weight: 800; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgb(22 122 86 / 30%); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { color: var(--green-dark); background: rgb(255 255 255 / 86%); border-color: #aacaba; }
.hero-stats { display: flex; gap: 0; margin: 48px 0 0; }
.hero-stats div { min-width: 108px; padding-right: 24px; margin-right: 24px; border-right: 1px solid #bdd3c6; }
.hero-stats div:last-child { border: 0; }
.hero-stats dt { font-size: 24px; font-weight: 900; }
.hero-stats dd { margin: 4px 0 0; color: var(--ink-soft); font-size: 13px; }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding: 0 max(24px, calc((100vw - 1180px) / 2)); background: var(--surface); border-bottom: 1px solid var(--line); }
.trust-strip p { min-height: 132px; display: flex; flex-direction: column; justify-content: center; gap: 8px; margin: 0; padding: 24px 34px; border-right: 1px solid var(--line); }
.trust-strip p:first-child { padding-left: 0; }
.trust-strip p:last-child { padding-right: 0; border-right: 0; }
.trust-strip strong { font-size: 16px; }
.trust-strip span { color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.matcher-section { padding: 76px max(24px, calc((100vw - 1180px) / 2)); background: #e8f3eb; }
.matcher-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.matcher-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.2; letter-spacing: 0; }
.matcher-heading > p { max-width: 450px; margin: 0; color: var(--ink-soft); line-height: 1.8; }
.matcher-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid #bfd4c5; border-bottom: 1px solid #bfd4c5; }
.matcher-options button { min-height: 116px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 7px; padding: 18px; color: var(--ink); background: transparent; border: 0; border-right: 1px solid #bfd4c5; cursor: pointer; text-align: left; }
.matcher-options button:last-child { border-right: 0; }
.matcher-options button:hover { background: rgb(255 255 255 / 45%); }
.matcher-options button[aria-pressed="true"] { color: #fff; background: var(--green); }
.matcher-options strong { font-size: 16px; }
.matcher-options span { color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.matcher-options button[aria-pressed="true"] span { color: #dff3e8; }
.matcher-reset { margin-top: 18px; padding: 0; color: var(--green-dark); background: none; border: 0; cursor: pointer; font-size: 13px; font-weight: 800; }
.case-section { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 88px 0 96px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2, .join-section h2, dialog h2 { margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.2; letter-spacing: 0; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--ink-soft); line-height: 1.8; }
.filter-panel { margin-top: 34px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 24px rgb(20 55 44 / 5%); }
.taxonomy-filters { padding: 14px 20px 4px; }
.taxonomy-row { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 8px; padding: 11px 0; border-bottom: 1px solid #edf1ee; }
.taxonomy-row:last-child { border-bottom: 0; }
.taxonomy-row > strong { padding-top: 6px; color: #9aa6a1; font-size: 13px; font-weight: 500; }
.taxonomy-row > div { display: flex; flex-wrap: wrap; gap: 4px 6px; }
.taxonomy-button { min-height: 30px; padding: 4px 9px; color: var(--ink-soft); background: transparent; border: 0; border-radius: 4px; cursor: pointer; font-size: 13px; }
.taxonomy-button:hover { color: var(--green-dark); background: #eef7f2; }
.taxonomy-button[aria-pressed="true"] { color: #fff; background: var(--green); font-weight: 800; }
.filter-toolbar { display: flex; justify-content: space-between; gap: 12px; padding: 14px 20px; background: #f7faf8; border-top: 1px solid var(--line); }
.search-box { flex: 1; }
.search-box input { width: min(420px, 100%); height: 40px; padding: 0 13px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: #fff; }
.clear-filters { min-height: 40px; padding: 0 14px; color: var(--green-dark); background: #fff; border: 1px solid #b8cec1; border-radius: 5px; cursor: pointer; font-weight: 700; }
.case-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 20px; margin-top: 18px; }
.case-main { overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgb(20 55 44 / 6%); }
.result-count { margin: 0; padding: 14px 20px; color: var(--ink-soft); border-bottom: 1px solid var(--line); font-size: 13px; }
.case-grid { display: block; }
.case-card { min-height: 146px; display: grid; grid-template-columns: 36px 46px minmax(0, 1fr) 112px 92px; align-items: center; gap: 14px; padding: 20px; background: var(--surface); border-bottom: 1px solid var(--line); transition: background 160ms ease; }
.case-card:last-child { border-bottom: 0; }
.case-card:hover { background: #fbfdfb; }
.case-rank { color: #a8b6b0; font-size: 18px; font-weight: 800; text-align: center; }
.case-avatar { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--green); border: 4px solid #e8f3eb; border-radius: 50%; font-size: 13px; font-weight: 800; }
.case-copy { min-width: 0; }
.case-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--ink-soft); font-size: 12px; }
.case-category { color: var(--green-dark); font-weight: 800; }
.case-card h3 { margin: 7px 0 0; overflow: hidden; font-size: 18px; line-height: 1.45; letter-spacing: 0; text-overflow: ellipsis; white-space: nowrap; }
.case-card p { margin: 5px 0 0; overflow: hidden; color: var(--ink-soft); font-size: 13px; line-height: 1.65; text-overflow: ellipsis; white-space: nowrap; }
.case-card .fit-preview { margin-top: 4px; color: #667871; font-size: 12px; }
.fit-preview strong { color: var(--ink); }
.evidence-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.evidence-row span { padding: 5px 8px; color: #4b5e56; background: #edf3ef; border: 1px solid var(--line); border-radius: 4px; font-size: 11px; font-weight: 700; }
.result-board { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; margin: 0; padding: 0; text-align: right; }
.result-board strong { color: var(--orange); font-size: 24px; white-space: nowrap; }
.result-board span { color: var(--ink-soft); font-size: 11px; }
.case-open { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; color: var(--orange); background: #fff; border: 1px solid #efab89; border-radius: 6px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.case-open:hover { color: #fff; background: var(--orange); }
.pagination { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 22px; border-top: 1px solid var(--line); }
.pagination button { min-width: 38px; height: 38px; padding: 0 11px; color: var(--ink-soft); background: #fff; border: 1px solid var(--line); border-radius: 5px; cursor: pointer; }
.pagination button[aria-current="page"] { color: #fff; border-color: var(--orange); background: var(--orange); font-weight: 800; }
.pagination button:disabled { cursor: default; opacity: 0.4; }
.pagination span { color: var(--ink-soft); }
.case-sidebar { position: sticky; top: 82px; display: grid; gap: 16px; }
.curator-panel, .sidebar-trial, .sidebar-facts { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgb(20 55 44 / 6%); }
.curator-title { display: flex; align-items: center; gap: 12px; }
.curator-title small, .sidebar-trial small { color: var(--green); font-weight: 800; }
.curator-title h3, .sidebar-trial h3 { margin: 3px 0 0; font-size: 19px; }
.curator-panel > p, .sidebar-trial p { color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.curator-panel .button { width: 100%; margin-top: 8px; background: var(--orange); }
.curator-panel .button:hover { background: #bf4d1d; }
.sidebar-trial { overflow: hidden; }
.sidebar-poster { width: 100%; margin-top: 12px; padding: 0; overflow: hidden; background: #e4f5ef; border: 0; border-radius: 6px; cursor: pointer; }
.sidebar-poster img { width: 100%; height: auto; display: block; }
.sidebar-facts { margin: 0; padding: 8px 22px; }
.sidebar-facts div { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); }
.sidebar-facts div:last-child { border-bottom: 0; }
.sidebar-facts dt { color: var(--green); font-weight: 900; }
.sidebar-facts dd { margin: 0; color: var(--ink-soft); font-size: 12px; }
.guide-section { padding: 88px max(24px, calc((100vw - 1180px) / 2)); background: #fff; border-top: 1px solid var(--line); }
.guide-list { margin-top: 36px; border-top: 1px solid var(--line); }
.guide-item { min-height: 132px; display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.guide-index { color: var(--green); font-size: 24px; font-weight: 900; }
.guide-item h3 { margin: 0; font-size: 21px; letter-spacing: 0; }
.guide-item p { margin: 8px 0 0; color: var(--ink-soft); line-height: 1.7; }
.guide-item a { color: var(--green); font-size: 14px; font-weight: 800; }
.empty-state { padding: 64px 24px; text-align: center; background: var(--surface); border: 1px dashed #b9cbbf; border-radius: var(--radius); }
.empty-state h3 { margin: 0; }
.empty-state p { color: var(--ink-soft); }
.join-section { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 56px; padding: 72px max(24px, calc((100vw - 1180px) / 2)); color: var(--ink); background: var(--peach); border-top: 1px solid #f0d8c8; }
.join-copy { max-width: 540px; }
.join-section p:not(.section-kicker) { color: var(--ink-soft); line-height: 1.8; }
.join-copy ul { margin: 24px 0; padding: 0; list-style: none; }
.join-copy li { position: relative; padding: 8px 0 8px 28px; color: #40584f; }
.join-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.join-visuals { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.join-poster { min-width: 0; padding: 12px; overflow: hidden; color: var(--ink); background: #fff; border: 1px solid #ecd4c4; border-radius: 8px; cursor: pointer; box-shadow: 0 10px 28px rgb(99 57 30 / 9%); }
.join-poster:hover { border-color: var(--orange); }
.join-poster img { width: 100%; height: 260px; display: block; object-fit: contain; background: #f6faf7; }
.join-poster span { display: block; padding: 12px 6px 4px; font-weight: 800; }
.button-join { flex: 0 0 auto; color: var(--ink); background: var(--yellow); }
.button-join-secondary { flex: 0 0 auto; color: #fff; background: transparent; border-color: #74968a; }
.button-join-secondary:hover { background: rgb(255 255 255 / 8%); }
footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; padding: 30px max(24px, calc((100vw - 1180px) / 2)); color: var(--ink-soft); font-size: 12px; background: #fff; }
.footer-brand { color: var(--ink); font-size: 15px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a, .footer-links button { padding: 0; color: var(--ink-soft); background: none; border: 0; cursor: pointer; font-size: 12px; }
dialog { width: min(680px, calc(100% - 32px)); max-height: calc(100vh - 40px); padding: 30px; overflow-y: auto; border: 0; border-radius: var(--radius); color: var(--ink); box-shadow: 0 24px 80px rgb(0 0 0 / 24%); }
dialog::backdrop { background: rgb(7 28 21 / 68%); backdrop-filter: blur(3px); }
.dialog-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--ink); background: #edf3ef; cursor: pointer; font-size: 24px; line-height: 1; }
.dialog-heading { display: flex; align-items: start; justify-content: space-between; gap: 24px; margin-right: 40px; }
.dialog-meta { margin: 0 0 10px; color: var(--green); font-size: 13px; font-weight: 800; }
.share-button { flex: 0 0 auto; padding: 8px 10px; color: var(--green-dark); background: #fff; border: 1px solid #a8cbb8; border-radius: 5px; cursor: pointer; font-size: 12px; font-weight: 800; }
.dialog-result { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; margin: 24px 0; padding: 18px; background: var(--mint); border-left: 4px solid var(--green); }
.dialog-result > div { display: flex; flex-direction: column; gap: 5px; }
.dialog-result > div:last-child { padding-left: 20px; border-left: 1px solid #b2d5c0; color: var(--ink-soft); font-size: 12px; }
.dialog-result small { color: var(--ink-soft); }
.dialog-result strong { font-size: 28px; }
.dialog-summary { color: var(--ink-soft); line-height: 1.8; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 26px 0; }
.fit-grid section { padding: 16px; background: #f3f7f4; border-left: 3px solid var(--green); }
.fit-grid section:last-child { background: #faf6ed; border-left-color: #c39833; }
.fit-grid h3, .detail-section h3 { margin: 0 0 8px; font-size: 15px; }
.fit-grid p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.detail-section { margin-top: 28px; }
.detail-section ul { margin: 0; padding-left: 20px; color: var(--ink-soft); line-height: 1.9; }
.dialog-questions { margin: 26px 0; padding: 0; list-style: none; counter-reset: question; }
.dialog-questions li { position: relative; padding: 13px 0 13px 38px; border-bottom: 1px solid var(--line); line-height: 1.6; }
.dialog-questions li::before { counter-increment: question; content: counter(question); position: absolute; left: 0; top: 12px; width: 24px; height: 24px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 12px; font-weight: 800; }
.editor-note { margin: 24px 0; padding: 18px; color: #4a3a19; background: #fff7db; border-left: 4px solid var(--yellow); line-height: 1.8; }
.editor-note p { margin: 6px 0 0; }
.source-note { color: #687871; font-size: 12px; line-height: 1.7; }
.guide-lead { font-size: 16px; }
.guide-body { margin: 28px 0; padding: 0; list-style: none; counter-reset: guide-step; }
.guide-body li { position: relative; padding: 0 0 24px 46px; color: var(--ink-soft); line-height: 1.8; counter-increment: guide-step; }
.guide-body li::before { content: counter(guide-step); position: absolute; left: 0; top: 0; width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 12px; font-weight: 800; }
.dialog-actions { display: flex; gap: 12px; margin-top: 26px; }
.content-dialog.article-mode { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border-radius: 0; background: #f6f8fa; }
.content-dialog.article-mode > .dialog-close { position: fixed; z-index: 4; top: 18px; right: 22px; background: #fff; box-shadow: 0 4px 18px rgb(18 40 33 / 12%); }
.article-detail { min-height: 100%; color: #142c24; background: #f6f8fa; }
.article-topbar, .article-header, .achievement-board, .article-section, .article-source-note { width: min(980px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.article-topbar { display: flex; align-items: center; justify-content: space-between; padding: 28px 0 22px; }
.article-back { min-height: 42px; padding: 0 16px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 6px; cursor: pointer; font-weight: 800; }
.article-back span { margin-right: 3px; font-size: 22px; vertical-align: -1px; }
.article-header { padding: 26px 0 30px; border-bottom: 1px solid var(--line); }
.article-header h2 { max-width: 900px; font-size: clamp(32px, 4vw, 48px); line-height: 1.28; }
.article-header h2:focus { outline: none; }
.article-edition { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; color: var(--ink-soft); font-size: 12px; font-weight: 800; }
.article-edition .dialog-meta { margin: 0; }
.article-edition span { padding: 6px 9px; background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.article-byline { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: var(--ink-soft); }
.article-byline > div:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.article-byline strong { color: var(--ink); }
.article-byline span { font-size: 13px; }
.article-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-left: auto; }
.article-tags span { padding: 7px 10px; color: #945020; background: #fff0e4; border-radius: 5px; font-weight: 700; }
.article-reading-map { width: min(980px, calc(100% - 48px)); display: grid; grid-template-columns: repeat(4, 1fr); margin: 22px auto 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.article-reading-map span { padding: 14px 18px; color: var(--ink-soft); border-right: 1px solid var(--line); font-size: 13px; }
.article-reading-map span:last-child { border-right: 0; }
.article-reading-map b { margin-right: 7px; color: var(--orange); }
.achievement-board { margin-top: 36px; padding: 30px 34px; color: #fff; background: #1c3040; border-radius: 8px; box-shadow: 0 18px 38px rgb(14 39 31 / 15%); }
.achievement-label { display: flex; align-items: center; gap: 14px; }
.achievement-label h3 { margin: 0; color: #ffb062; font-size: 15px; }
.achievement-label span { height: 1px; flex: 1; background: rgb(255 176 98 / 35%); }
.achievement-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); min-height: 116px; margin-top: 6px; text-align: center; }
.achievement-stats > div { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; border-right: 1px solid rgb(255 255 255 / 13%); }
.achievement-stats > div:last-child { border-right: 0; }
.achievement-stats strong { display: block; color: #ffc26f; font-size: 42px; }
.achievement-stats span { display: block; margin-top: 7px; color: #d8e1e7; font-size: 14px; }
.article-section { padding-top: 42px; }
.article-section > h3 { margin: 0 0 18px; font-size: 21px; }
.article-section > p { color: #354e46; font-size: 17px; line-height: 1.9; }
.article-hook { width: min(980px, calc(100% - 48px)); display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 24px; margin: 28px auto 0; padding: 22px 26px; color: #fff; background: var(--green-dark); border-left: 5px solid var(--yellow); }
.article-hook > span { color: #8ae1bd; font-size: 13px; font-weight: 900; }
.article-hook p { margin: 0; font-size: 17px; font-weight: 800; line-height: 1.75; }
.story-focus { margin-top: 22px; padding: 20px 22px; background: #fff; border-left: 4px solid var(--orange); box-shadow: 0 8px 22px rgb(20 55 44 / 5%); }
.story-focus strong { color: var(--orange); font-size: 13px; }
.story-focus p { margin: 8px 0 0; color: #29443b; line-height: 1.8; }
.article-highlights { display: grid; gap: 10px; }
.article-highlights article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 22px; background: #fff; border: 1px solid var(--line); }
.article-highlights article > span { color: var(--orange); font-size: 14px; font-weight: 900; }
.article-highlights h4 { margin: 0 0 7px; font-size: 17px; }
.article-highlights p { margin: 0; color: var(--ink-soft); line-height: 1.75; }
.reading-map-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.reading-map-grid span { display: flex; align-items: center; min-height: 58px; padding: 13px 16px; color: #29443b; background: #eaf4ee; border-left: 3px solid var(--green); font-weight: 700; line-height: 1.5; }
.fit-risk { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fit-risk article { padding: 22px; background: #edf7f1; border-top: 3px solid var(--green); }
.fit-risk article:last-child { background: #fff3e9; border-top-color: var(--orange); }
.fit-risk strong { color: var(--ink); }
.fit-risk p { margin: 8px 0 0; color: var(--ink-soft); line-height: 1.75; }
.article-questions { margin: 0; padding: 0; overflow: hidden; list-style: none; counter-reset: article-question; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.article-questions li { position: relative; min-height: 78px; display: flex; align-items: center; padding: 18px 24px 18px 76px; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 800; line-height: 1.55; counter-increment: article-question; }
.article-questions li:last-child { border-bottom: 0; }
.article-questions li::before { content: counter(article-question); position: absolute; left: 24px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--green); background: #e9f4ee; border-radius: 6px; font-weight: 900; }
.article-section .answer-note { margin: 18px 4px 0; color: var(--orange); font-size: 14px; font-weight: 800; }
.answer-note span { margin-right: 6px; }
.article-quotes > div { display: grid; gap: 12px; }
.article-quotes blockquote { position: relative; margin: 0; padding: 24px 64px 24px 28px; color: #213b32; background: var(--peach); border-left: 4px solid var(--orange); border-radius: 0 8px 8px 0; font-size: 17px; font-weight: 800; line-height: 1.7; }
.article-quotes blockquote::after { content: "”"; position: absolute; top: 2px; right: 18px; color: #f1cfba; font-family: Georgia, serif; font-size: 72px; line-height: 1; }
.article-cta { width: min(980px, calc(100% - 48px)); display: flex; flex-direction: column; align-items: center; gap: 14px; margin: 34px auto 0; }
.article-cta .button { color: #fff; background: var(--orange); box-shadow: 0 12px 26px rgb(231 101 45 / 22%); }
.article-cta .button:hover { background: #c84f1d; }
.article-cta a { color: var(--green-dark); font-size: 13px; font-weight: 800; }
.article-source-note { margin-top: 40px; margin-bottom: 60px; padding: 20px 22px; background: #fff; border-left: 4px solid var(--orange); }
.article-source-note p { margin: 7px 0 0; color: var(--ink-soft); line-height: 1.75; }
.article-trial { display: flex; flex-direction: column; align-items: center; padding: 72px 24px 82px; color: #fff; background: #0e2423; text-align: center; }
.article-trial > div { width: min(720px, 100%); }
.article-trial .section-kicker { color: #5ee0b1; }
.article-trial h3 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.3; }
.article-trial p:not(.section-kicker) { color: #d1ded9; line-height: 1.8; }
.article-trial img { width: min(430px, 100%); height: auto; display: block; margin: 28px auto; border: 8px solid #fff; border-radius: 8px; }
.article-trial .button { color: #073d2c; background: #55dba8; }
.article-trial small { margin-top: 16px; color: #a9bbb5; }
.conversion-dialog p:not(.section-kicker) { color: var(--ink-soft); line-height: 1.8; }
.conversion-dialog { width: min(600px, calc(100% - 32px)); text-align: center; }
.conversion-dialog .section-kicker { margin-right: 40px; }
.affiliate-link { margin-top: 10px; }
.invite-card { display: block; width: min(100%, 460px); height: auto; margin: 22px auto 14px; border: 1px solid var(--line); border-radius: 6px; }
.trial-card { width: min(100%, 460px); }
.affiliate-note { max-width: 400px; margin: 12px auto 20px; font-size: 12px; text-align: left; }
.conversion-dialog .button { width: 100%; margin-bottom: 10px; }
@media (max-width: 1000px) { .case-layout { grid-template-columns: 1fr; } .case-sidebar { position: static; grid-template-columns: 1fr 1fr; } .sidebar-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); } .sidebar-facts div { justify-content: center; gap: 8px; border-right: 1px solid var(--line); border-bottom: 0; } .sidebar-facts div:last-child { border-right: 0; } .join-section { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .trust-strip { grid-template-columns: 1fr; } .trust-strip p, .trust-strip p:first-child, .trust-strip p:last-child { min-height: 0; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); } .trust-strip p:last-child { border-bottom: 0; } .matcher-options { grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 0; } .matcher-options button { border-bottom: 1px solid #bfd4c5; } .matcher-options button:nth-child(2n) { border-right: 0; } footer { grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 680px) {
  .site-header { height: 58px; padding: 0 16px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: min(620px, calc(100svh - 82px)); align-items: end; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgb(247 250 247 / 99%) 0%, rgb(247 250 247 / 96%) 49%, rgb(247 250 247 / 15%) 78%, transparent 100%); }
  .hero-content { width: calc(100% - 32px); padding: 200px 0 32px; }
  h1 { font-size: 39px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-stats { margin-top: 32px; }
  .hero-stats div { min-width: 0; flex: 1; padding-right: 12px; margin-right: 12px; }
  .hero-stats dt { font-size: 20px; }
  .case-section { width: calc(100% - 32px); padding: 64px 0; }
  .matcher-section { padding: 58px 16px; }
  .matcher-heading { align-items: start; flex-direction: column; gap: 14px; }
  .matcher-options { grid-template-columns: 1fr; }
  .matcher-options button, .matcher-options button:nth-child(2n) { min-height: 88px; border-right: 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 16px; }
  .filter-toolbar { flex-direction: column; }
  .taxonomy-filters { padding: 8px 12px 2px; }
  .taxonomy-row { grid-template-columns: 1fr; gap: 3px; }
  .taxonomy-row > strong { padding-top: 0; }
  .taxonomy-row > div { flex-wrap: nowrap; margin-right: -12px; padding-right: 12px; overflow-x: auto; scrollbar-width: thin; }
  .taxonomy-button { flex: 0 0 auto; }
  .search-box input { width: 100%; }
  .case-card { grid-template-columns: 30px 38px minmax(0, 1fr); gap: 10px; padding: 18px 14px; }
  .case-rank { font-size: 15px; }
  .case-avatar { width: 36px; height: 36px; border-width: 3px; }
  .case-card h3, .case-card p { white-space: normal; }
  .case-card h3 { font-size: 16px; }
  .result-board { grid-column: 2 / 3; align-items: flex-start; margin-top: 8px; }
  .case-open { grid-column: 3; align-self: end; justify-self: start; margin-top: 8px; }
  .case-sidebar { grid-template-columns: 1fr; }
  .sidebar-facts { grid-column: auto; grid-template-columns: 1fr; }
  .sidebar-facts div { justify-content: space-between; border-right: 0; border-bottom: 1px solid var(--line); }
  .guide-section { padding: 64px 16px; }
  .guide-item { grid-template-columns: 44px 1fr; gap: 10px; }
  .guide-item a { grid-column: 2; }
  .join-section { padding: 58px 16px; }
  .join-visuals { grid-template-columns: 1fr; gap: 12px; }
  .join-poster { padding: 8px; }
  .join-poster img { height: 300px; }
  footer { padding: 28px 16px; }
  dialog { padding: 24px 20px; }
  .dialog-heading { display: block; margin-right: 38px; }
  .share-button { margin-top: 12px; }
  .fit-grid { grid-template-columns: 1fr; }
  .dialog-actions { flex-direction: column; }
  .content-dialog.article-mode > .dialog-close { top: 10px; right: 10px; }
  .article-topbar, .article-header, .article-reading-map, .achievement-board, .article-section, .article-cta, .article-source-note { width: calc(100% - 32px); }
  .article-hook { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 7px; padding: 20px; }
  .article-topbar { padding: 18px 0 10px; }
  .article-topbar .share-button { margin-right: 42px; }
  .article-header { padding: 24px 0; }
  .article-header h2 { font-size: 30px; }
  .article-edition { flex-wrap: wrap; }
  .article-byline { align-items: flex-start; flex-wrap: wrap; }
  .article-tags { width: 100%; margin-left: 0; }
  .article-reading-map { grid-template-columns: 1fr 1fr; }
  .article-reading-map span:nth-child(2) { border-right: 0; }
  .article-reading-map span:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .achievement-board { padding: 24px; }
  .achievement-stats strong { font-size: 36px; }
  .achievement-stats > div { border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 13%); }
  .achievement-stats > div:last-child { border-bottom: 0; }
  .article-section { padding-top: 34px; }
  .reading-map-grid, .fit-risk { grid-template-columns: 1fr; }
  .article-highlights article { grid-template-columns: 36px 1fr; padding: 17px 16px; gap: 10px; }
  .article-questions li { min-height: 72px; padding: 16px 14px 16px 62px; font-size: 15px; }
  .article-questions li::before { left: 16px; }
  .article-cta .button { width: 100%; height: auto; padding: 13px 16px; line-height: 1.5; }
  .article-quotes blockquote { padding: 20px 48px 20px 20px; font-size: 15px; }
  .article-source-note { margin-bottom: 42px; }
  .article-trial { padding: 58px 16px 66px; }
  .article-trial img { width: min(100%, 390px); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: 0.01ms !important; } }
