:root {
  --paper: #f7f4ed;
  --paper-2: #efece4;
  --ink: #181a18;
  --muted: #656860;
  --line: #d8d5cc;
  --blue: #1747d1;
  --coral: #ef5b43;
  --green: #16855b;
  --yellow: #e8ad22;
  --white: #fffefa;
  --shadow: 0 20px 60px rgba(24, 26, 24, .12);
  color-scheme: light;
}

[data-theme="dark"] {
  --paper: #171916;
  --paper-2: #22241f;
  --ink: #f4f1e8;
  --muted: #b0b2aa;
  --line: #3b3e37;
  --white: #20231f;
  --shadow: 0 20px 60px rgba(0, 0, 0, .35);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; line-height: 1.6; letter-spacing: 0; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
.hidden { display: none !important; }

.topbar { height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 4vw, 68px); border-bottom: 1px solid var(--line); position: relative; z-index: 20; background: color-mix(in srgb, var(--paper) 92%, transparent); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; font-size: 18px; }
.brand b { color: var(--muted); font-size: 10px; margin-left: 5px; font-weight: 700; }
.brand-mark { width: 27px; height: 27px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; transform: rotate(7deg); }
.brand-mark i { display: block; }
.brand-mark i:nth-child(1) { background: var(--blue); border-radius: 50%; }
.brand-mark i:nth-child(2) { background: var(--coral); }
.brand-mark i:nth-child(3) { background: var(--green); }
.brand-mark i:nth-child(4) { background: var(--yellow); border-radius: 50% 0 50% 50%; }
.top-actions { display: flex; align-items: center; gap: 20px; }
.privacy-note { color: var(--muted); font-size: 12px; display: flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px color-mix(in srgb, var(--green) 13%, transparent); }
.icon-button { border: 1px solid var(--line); background: transparent; width: 36px; height: 36px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; }
.icon-button:hover { background: var(--paper-2); }

.view { display: none; }
.view.active { display: block; animation: view-in .45s ease both; }
@keyframes view-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.intro-view { display: none; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); min-height: calc(100vh - 74px); }
.intro-view.active { display: grid; }
.hero-copy { padding: clamp(58px, 8vw, 122px) clamp(28px, 7vw, 112px) 52px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 24px; color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hero-copy h1 { margin: 0; font-family: "Songti SC", "STSong", serif; font-size: clamp(46px, 5.2vw, 82px); line-height: 1.08; font-weight: 800; }
.hero-lead { max-width: 580px; color: var(--muted); font-size: 18px; margin: 28px 0 34px; }
.intro-actions, .result-actions, .review-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.primary-button, .secondary-button, .text-button, .quiet-button, .link-button { border: 0; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.primary-button { background: var(--ink); color: var(--paper); min-height: 52px; padding: 0 24px; border-radius: 4px; font-weight: 750; display: inline-flex; align-items: center; justify-content: center; gap: 24px; }
.primary-button:hover:not(:disabled) { transform: translateY(-2px); background: var(--blue); color: white; }
.primary-button:disabled { cursor: not-allowed; opacity: .35; }
.secondary-button { min-height: 50px; padding: 0 22px; background: transparent; border: 1px solid var(--line); border-radius: 4px; }
.secondary-button:hover { border-color: var(--ink); }
.text-button, .link-button { background: transparent; padding: 8px 0; text-decoration: underline; text-underline-offset: 5px; color: var(--muted); }
.text-button:hover, .link-button:hover { color: var(--blue); }
.meta-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 42px; margin-top: 44px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.meta-row strong { display: block; color: var(--ink); font-size: 13px; margin-bottom: 4px; }
.hero-visual { position: relative; min-height: 600px; overflow: hidden; background: var(--blue); }
.hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 31, 18, .05), transparent 35%), linear-gradient(0deg, rgba(20, 31, 18, .28), transparent 45%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.84) contrast(1.04); }
.visual-stamp { position: absolute; z-index: 2; top: 32px; right: 32px; width: 104px; aspect-ratio: 1; background: var(--yellow); color: #181a18; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; text-align: center; font-size: 11px; line-height: 1.2; transform: rotate(8deg); box-shadow: var(--shadow); }
.visual-stamp span { display: block; font-family: Georgia, serif; font-size: 34px; font-weight: 800; }
.dimension-ribbon { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(20, 22, 19, .88); color: white; backdrop-filter: blur(10px); }
.dimension-ribbon span { padding: 18px 8px; text-align: center; font-weight: 800; border-right: 1px solid rgba(255,255,255,.2); }
.method-strip { grid-column: 1 / -1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px clamp(24px, 7vw, 112px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--paper-2); }
.method-strip p { margin: 0; color: var(--muted); max-width: 820px; }
.method-strip strong { color: var(--ink); margin-right: 10px; }
.method-panel { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.method-panel:not([hidden]) { display: grid; }
.method-panel > div { padding: 40px clamp(24px, 4vw, 60px); border-right: 1px solid var(--line); }
.method-number { color: var(--coral); font-weight: 800; font-size: 12px; }
.method-panel h2 { font-family: "Songti SC", serif; margin: 18px 0 10px; }
.method-panel p { margin: 0; color: var(--muted); font-size: 14px; }

.quiz-view { min-height: calc(100vh - 74px); padding: 28px clamp(20px, 4vw, 64px) 42px; }
.quiz-top { display: flex; align-items: center; justify-content: space-between; max-width: 1400px; margin: 0 auto 16px; }
.quiet-button { background: transparent; color: var(--muted); padding: 8px 0; }
.quiet-button:hover { color: var(--ink); }
.progress-copy { display: flex; align-items: baseline; gap: 12px; }
.progress-copy strong { font-size: 15px; }
.progress-copy span { color: var(--muted); font-size: 12px; }
.progress-track { height: 3px; max-width: 1400px; margin: 0 auto; background: var(--line); overflow: hidden; }
.progress-track i { display: block; height: 100%; width: 0; background: var(--blue); transition: width .35s ease; }
.quiz-layout { min-height: calc(100vh - 160px); max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 220px minmax(0, 790px); gap: clamp(50px, 8vw, 120px); align-items: center; }
.question-map { border-right: 1px solid var(--line); padding-right: 38px; }
.question-map > p { font-size: 12px; color: var(--muted); margin: 0 0 20px; }
#question-dots { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px 8px; }
.question-dot { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 0; cursor: pointer; padding: 0; }
.question-dot.answered { background: var(--ink); border-color: var(--ink); }
.question-dot.current { outline: 3px solid color-mix(in srgb, var(--blue) 20%, transparent); border-color: var(--blue); background: var(--blue); }
.map-legend { display: flex; gap: 16px; margin-top: 20px; color: var(--muted); font-size: 10px; }
.map-legend span { display: flex; align-items: center; gap: 6px; }
.map-legend i { width: 8px; height: 8px; border: 1px solid var(--line); border-radius: 50%; }
.map-legend .answered-dot { background: var(--ink); border-color: var(--ink); }
.question-stage { padding: 40px 0; }
.question-kicker { margin: 0 0 30px; color: var(--muted); font-size: 13px; }
.question-stage h2 { margin: 0; max-width: 760px; font-family: "Songti SC", "STSong", serif; font-size: clamp(27px, 3.2vw, 44px); line-height: 1.45; font-weight: 700; min-height: 128px; }
.answer-scale { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 54px; }
.answer-option { height: 74px; border: 1px solid var(--line); background: var(--white); border-radius: 4px; cursor: pointer; font-size: 17px; font-weight: 800; position: relative; transition: border-color .18s, transform .18s, background .18s, color .18s; }
.answer-option:hover { border-color: var(--blue); transform: translateY(-2px); }
.answer-option[aria-checked="true"] { background: var(--blue); color: white; border-color: var(--blue); box-shadow: 0 8px 24px color-mix(in srgb, var(--blue) 22%, transparent); }
.answer-option small { position: absolute; inset: auto 4px 5px; font-size: 9px; font-weight: 500; opacity: .68; }
.scale-ends { display: flex; justify-content: space-between; margin-top: 10px; color: var(--muted); font-size: 11px; }
.question-controls { display: flex; justify-content: space-between; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); }
.question-controls .secondary-button { min-width: 126px; }
.question-controls .primary-button { min-width: 140px; }
.keyboard-hint { text-align: center; font-size: 10px; color: var(--muted); margin: 18px 0 0; }

.review-view, .break-view { min-height: calc(100vh - 74px); padding: 70px 24px; place-items: center; }
.review-view.active, .break-view.active { display: grid; }
.review-wrap { width: min(760px, 100%); text-align: center; }
.review-wrap h1 { font-family: "Songti SC", serif; font-size: clamp(38px, 6vw, 68px); line-height: 1.15; margin: 0; }
.review-wrap > p:not(.eyebrow):not(.fine-print) { color: var(--muted); max-width: 620px; margin: 24px auto; }
.review-summary { margin: 48px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.review-summary div { padding: 26px; border-right: 1px solid var(--line); }
.review-summary div:last-child { border: 0; }
.review-summary strong { display: block; font-family: Georgia, serif; font-size: 34px; }
.review-summary span { color: var(--muted); font-size: 11px; }
.review-actions { justify-content: center; }
.fine-print { margin: 32px auto 0; color: var(--muted); font-size: 10px; }
.break-wrap { width: min(680px, 100%); text-align: center; }
.break-wrap h1 { font-family: "Songti SC", serif; font-size: clamp(40px, 6vw, 68px); line-height: 1.15; margin: 0; }
.break-wrap > p:not(.eyebrow) { color: var(--muted); max-width: 560px; margin: 24px auto 34px; }
.break-graphic { position: relative; width: 132px; aspect-ratio: 1; margin: 0 auto 38px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; overflow: hidden; }
.break-graphic:before, .break-graphic:after { content: ""; position: absolute; background: var(--line); }
.break-graphic:before { width: 1px; height: 100%; }
.break-graphic:after { width: 100%; height: 1px; }
.break-graphic span { position: relative; z-index: 2; background: var(--paper); padding: 7px; border-radius: 50%; font-family: Georgia, serif; font-size: 26px; font-weight: 800; }
.break-graphic i { position: absolute; width: 50%; height: 50%; right: 0; top: 0; transform-origin: left bottom; background: var(--yellow); opacity: .75; transition: transform .7s ease; }

.result-view { background: var(--paper); }
.result-hero { min-height: 570px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); border-bottom: 1px solid var(--line); }
.result-intro { padding: 82px clamp(28px, 7vw, 112px); align-self: center; }
.type-line { display: flex; align-items: baseline; gap: 20px; flex-wrap: wrap; }
.type-line h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(72px, 10vw, 146px); line-height: .85; }
.type-line span { font-family: "Songti SC", serif; font-size: clamp(22px, 2.6vw, 36px); font-weight: 700; }
.result-summary { color: var(--muted); font-size: 17px; max-width: 700px; margin: 34px 0 26px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-row span { border: 1px solid var(--line); background: var(--white); border-radius: 3px; padding: 6px 10px; font-size: 11px; }
.result-actions { margin-top: 38px; }
.type-art { position: relative; overflow: hidden; background: var(--blue); min-height: 480px; isolation: isolate; }
.type-art > span { position: absolute; z-index: 5; inset: auto 0 24px; text-align: center; color: white; font-family: Georgia, serif; font-size: clamp(80px, 12vw, 180px); line-height: .8; opacity: .94; }
.type-art i { position: absolute; display: block; }
.shape-a { width: 55%; aspect-ratio: 1; border-radius: 50%; background: var(--coral); left: -10%; top: -6%; }
.shape-b { width: 48%; aspect-ratio: 1; background: var(--yellow); right: -8%; top: 12%; transform: rotate(17deg); }
.shape-c { width: 42%; aspect-ratio: 1; border-radius: 50% 0 50% 50%; background: var(--green); left: 24%; top: 31%; transform: rotate(35deg); }
.shape-d { width: 22%; aspect-ratio: 1; border-radius: 50%; background: #f7f4ed; right: 8%; bottom: 12%; }
.report-nav { position: sticky; top: 0; z-index: 10; display: flex; justify-content: center; gap: clamp(18px, 5vw, 64px); padding: 16px 20px; background: color-mix(in srgb, var(--paper) 93%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); overflow-x: auto; }
.report-nav a { font-size: 12px; text-decoration: none; white-space: nowrap; }
.report-nav a:hover { color: var(--blue); }
.report-section { padding: 92px clamp(24px, 8vw, 128px); border-bottom: 1px solid var(--line); scroll-margin-top: 52px; }
.section-heading { display: grid; grid-template-columns: 70px 1fr; align-items: start; margin-bottom: 56px; }
.section-heading > span { color: var(--coral); font-weight: 800; font-size: 12px; padding-top: 7px; }
.section-heading p { margin: 0 0 5px; color: var(--muted); font-size: 11px; }
.section-heading h2 { margin: 0; font-family: "Songti SC", serif; font-size: clamp(32px, 4vw, 54px); line-height: 1.15; }
.dimension-bars { max-width: 1000px; margin-left: 70px; }
.dimension-row { margin-bottom: 36px; }
.dimension-labels { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 10px; }
.dimension-labels strong { font-size: 14px; }
.dimension-labels strong span { font-family: Georgia, serif; font-size: 27px; margin-right: 7px; }
.dimension-labels .preferred { color: var(--blue); }
.dimension-labels em { font-style: normal; color: var(--muted); font-size: 11px; }
.dimension-track { height: 12px; display: flex; background: var(--line); overflow: hidden; }
.dimension-track i { height: 100%; display: block; transition: width .8s ease; }
.dimension-track .left-fill { background: var(--blue); }
.dimension-track .right-fill { background: var(--coral); }
.confidence-note { max-width: 930px; margin: 54px 0 0 70px; padding: 18px 20px; border-left: 3px solid var(--yellow); background: var(--paper-2); color: var(--muted); font-size: 13px; }
.facet-heading { margin: 86px 0 32px 70px; padding-top: 50px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.facet-heading > div > p { margin: 0 0 8px; color: var(--coral); font-size: 11px; font-weight: 800; }
.facet-heading h3 { margin: 0; font-family: "Songti SC", serif; font-size: clamp(26px, 3vw, 40px); line-height: 1.25; }
.facet-heading > p { margin: 0; color: var(--muted); font-size: 12px; }
.facet-groups { margin-left: 70px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.facet-group { padding: 30px 34px 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facet-group > header { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.facet-group > header > span { width: 50px; height: 50px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--paper); font-family: Georgia, serif; font-weight: 800; font-size: 13px; }
.facet-group > header strong, .facet-group > header small { display: block; }
.facet-group > header strong { font-size: 14px; }
.facet-group > header small { color: var(--muted); font-size: 10px; margin-top: 2px; }
.facet-row { padding: 13px 0; border-top: 1px solid var(--line); }
.facet-row-head, .facet-poles { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.facet-row-head strong { font-size: 11px; }
.facet-row-head span { color: var(--coral); font-size: 9px; font-weight: 800; }
.facet-poles { color: var(--muted); font-size: 10px; margin: 6px 0; }
.facet-track { display: flex; height: 5px; background: var(--line); }
.facet-track i, .facet-track b { display: block; height: 100%; }
.facet-track i { background: var(--blue); }
.facet-track b { background: var(--coral); }
.facet-row.crossed { background: color-mix(in srgb, var(--yellow) 7%, transparent); }
.verification-panel { margin: 46px 0 0 70px; padding: 34px; background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.verification-panel > div:first-child > span { color: var(--yellow); font-size: 9px; font-weight: 800; }
.verification-panel h3 { font-family: "Songti SC", serif; font-size: 26px; line-height: 1.3; margin: 9px 0; }
.verification-panel p { color: color-mix(in srgb, var(--paper) 65%, transparent); font-size: 12px; margin: 0; }
.response-signals { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.response-signals span { border: 1px solid color-mix(in srgb, var(--paper) 22%, transparent); padding: 5px 8px; color: color-mix(in srgb, var(--paper) 75%, transparent); font-size: 8px; }
.candidate-types { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid color-mix(in srgb, var(--paper) 20%, transparent); }
.candidate { min-width: 0; padding: 18px 12px; border-right: 1px solid color-mix(in srgb, var(--paper) 20%, transparent); text-align: center; }
.candidate:last-child { border: 0; }
.candidate span, .candidate strong, .candidate small { display: block; }
.candidate span { color: color-mix(in srgb, var(--paper) 55%, transparent); font-size: 8px; }
.candidate strong { font-family: Georgia, serif; font-size: 25px; margin: 5px 0 2px; }
.candidate small { color: color-mix(in srgb, var(--paper) 65%, transparent); font-size: 9px; white-space: nowrap; }
.candidate.primary { background: var(--blue); color: white; }
.portrait-grid { margin-left: 70px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 8vw, 120px); }
.portrait-main > p { margin: 0; font-family: "Songti SC", serif; font-size: clamp(21px, 2.2vw, 29px); line-height: 1.8; }
.portrait-main blockquote { margin: 40px 0 0; padding: 24px 0 24px 24px; border-left: 4px solid var(--blue); color: var(--muted); font-size: 15px; }
.trait-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.trait-columns h3, .split-copy h3 { margin: 0 0 22px; font-size: 13px; }
.trait-columns ul { list-style: none; padding: 0; margin: 0; }
.trait-columns li { padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.trait-columns li:before { content: "+"; color: var(--green); font-weight: 800; margin-right: 10px; }
.trait-columns > div:last-child li:before { content: "!"; color: var(--coral); }
.split-section:nth-of-type(even) { background: var(--paper-2); }
.split-copy { margin-left: 70px; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(48px, 10vw, 150px); }
.split-copy > p { margin: 0; font-family: "Songti SC", serif; font-size: clamp(20px, 2.1vw, 28px); line-height: 1.85; }
.tip-box { border-top: 4px solid var(--coral); padding: 22px 0; }
.tip-box strong { font-size: 12px; }
.tip-box p { color: var(--muted); font-size: 14px; }
.growth-list { margin-left: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.growth-item { padding: 34px; border-right: 1px solid var(--line); }
.growth-item:last-child { border: 0; }
.growth-item span { font-family: Georgia, serif; color: var(--coral); font-size: 13px; }
.growth-item h3 { font-family: "Songti SC", serif; font-size: 22px; margin: 18px 0 10px; }
.growth-item p { color: var(--muted); font-size: 13px; margin: 0; }
.report-footer { padding: 44px clamp(24px, 8vw, 128px); display: flex; justify-content: space-between; gap: 50px; color: var(--muted); font-size: 10px; }
.report-footer strong { color: var(--ink); font-size: 14px; }
.report-footer p { margin: 5px 0 0; max-width: 650px; }

.toast { position: fixed; z-index: 50; left: 50%; bottom: 28px; transform: translate(-50%, 20px); background: var(--ink); color: var(--paper); padding: 11px 17px; border-radius: 3px; font-size: 12px; opacity: 0; pointer-events: none; transition: .25s ease; box-shadow: var(--shadow); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .intro-view.active { grid-template-columns: 1fr; }
  .hero-copy { min-height: calc(72vh - 74px); padding-top: 52px; }
  .hero-visual { min-height: 50vh; }
  .meta-row { grid-template-columns: 1fr; gap: 14px; }
  .method-panel:not([hidden]) { grid-template-columns: 1fr; }
  .method-panel > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .quiz-layout { grid-template-columns: 1fr; }
  .question-map { display: none; }
  .question-stage { max-width: 720px; margin: 0 auto; width: 100%; }
  .result-hero { grid-template-columns: 1fr; }
  .type-art { min-height: 360px; order: -1; }
  .portrait-grid, .split-copy { margin-left: 0; grid-template-columns: 1fr; }
  .dimension-bars, .confidence-note, .growth-list, .facet-heading, .facet-groups, .verification-panel { margin-left: 0; }
  .facet-groups { grid-template-columns: 1fr; }
  .verification-panel { grid-template-columns: 1fr; }
  .growth-list { grid-template-columns: 1fr; }
  .growth-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .growth-item:last-child { border-bottom: 0; }
}

@media (max-width: 600px) {
  .topbar { height: 62px; padding: 0 18px; }
  .privacy-note { display: none; }
  .hero-copy { min-height: calc(76vh - 62px); padding: 42px 22px 34px; justify-content: flex-start; }
  .hero-copy h1 { font-size: 46px; }
  .hero-lead { font-size: 15px; margin: 22px 0 26px; }
  .meta-row { display: none; }
  .intro-actions { margin-top: 8px; }
  .primary-button { min-height: 50px; }
  .hero-visual { min-height: 43vh; }
  .visual-stamp { width: 84px; top: 18px; right: 18px; }
  .dimension-ribbon span { padding: 13px 4px; font-size: 12px; }
  .method-strip { align-items: flex-start; flex-direction: column; padding: 22px; gap: 10px; }
  .quiz-view { padding: 20px 18px 30px; min-height: calc(100vh - 62px); }
  .quiz-layout { min-height: calc(100vh - 130px); align-items: start; }
  .question-stage { padding: 44px 0 12px; }
  .question-stage h2 { font-size: 27px; min-height: 120px; }
  .answer-scale { gap: 7px; margin-top: 38px; }
  .answer-option { height: 62px; font-size: 15px; }
  .answer-option small { display: none; }
  .question-controls { margin-top: 42px; }
  .question-controls .secondary-button, .question-controls .primary-button { min-width: 0; padding: 0 17px; }
  .keyboard-hint { display: none; }
  .review-summary div { padding: 18px 8px; }
  .review-summary strong { font-size: 28px; }
  .break-graphic { width: 108px; }
  .result-intro { padding: 54px 22px; }
  .type-art { min-height: 290px; }
  .result-summary { font-size: 15px; }
  .report-nav { justify-content: flex-start; }
  .report-section { padding: 64px 22px; }
  .section-heading { grid-template-columns: 40px 1fr; margin-bottom: 38px; }
  .dimension-labels strong span { font-size: 22px; }
  .trait-columns { grid-template-columns: 1fr; }
  .facet-heading { grid-template-columns: 1fr; gap: 18px; margin-top: 64px; }
  .facet-group { padding: 26px 20px 30px; }
  .verification-panel { padding: 26px 20px; gap: 28px; }
  .candidate strong { font-size: 20px; }
  .candidate small { white-space: normal; }
  .portrait-main > p, .split-copy > p { font-size: 20px; }
  .report-footer { flex-direction: column; padding: 34px 22px; gap: 20px; }
}

@media print {
  :root { --paper: #fff; --paper-2: #f5f4f0; --ink: #111; --muted: #555; --line: #ddd; --white: #fff; }
  .topbar, .report-nav, .result-actions, .toast { display: none !important; }
  .result-view { display: block !important; }
  .result-hero { min-height: auto; grid-template-columns: 1.2fr .8fr; break-after: page; }
  .result-intro { padding: 50px; }
  .type-art { min-height: 500px; }
  .report-section { padding: 54px 42px; break-inside: avoid; }
  .report-footer { padding: 30px 42px; }
}

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