﻿:root {
  --ink: #181716;
  --ink-soft: rgba(24, 23, 22, 0.68);
  --ink-faint: rgba(24, 23, 22, 0.12);
  --rice: #fffaf0;
  --paper: #f7efe2;
  --gold: #9c7b4f;
  --gold-strong: #7d5f35;
  --danger: #a33b2a;
  --shadow: 0 22px 70px rgba(24, 23, 22, 0.12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background:
    radial-gradient(circle at 12% 16%, rgba(198, 162, 108, 0.22), transparent 28rem),
    radial-gradient(circle at 90% 5%, rgba(139, 107, 63, 0.16), transparent 26rem),
    linear-gradient(135deg, #fbf4e8 0%, #f7efe2 46%, #efe0c7 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(24, 23, 22, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 23, 22, 0.028) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, #000, transparent 78%);
}

button, input { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible {
  outline: 3px solid rgba(156, 123, 79, 0.35);
  outline-offset: 3px;
}

.shell {
  width: min(1120px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 42px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(24, 23, 22, 0.10);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.76), rgba(247,239,226,0.92));
  box-shadow: var(--shadow);
  padding: clamp(26px, 5vw, 56px);
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(156,123,79,.42), transparent);
}

.kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  letter-spacing: .34em;
  text-transform: uppercase;
}

h1, h2, h3 { margin: 0; font-weight: 520; letter-spacing: -0.04em; }
h1 { max-width: 820px; font-size: clamp(48px, 8vw, 92px); line-height: .98; }
h2 { font-size: clamp(30px, 5vw, 48px); line-height: 1.08; }
h3 { font-size: 24px; }
p { line-height: 1.75; }
.lead { max-width: 680px; color: var(--ink-soft); font-size: 16px; }

.badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.badge {
  border: 1px solid rgba(24, 23, 22, 0.12);
  border-radius: 999px;
  background: rgba(255,255,255,.66);
  padding: 9px 14px;
  color: rgba(24,23,22,.68);
  font-size: 14px;
}

.entry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 28px;
  align-items: start;
}

/* SRI staging uses a separate seafoam accent and keeps the adult-boundary copy visible before entry. */
body.theme-sri { background: #102124; color: #eff7f4; }
body.theme-sri .dark-shell { width: min(1180px, calc(100% - 40px)); }
body.theme-sri .dark-topbar { border-color: #31504f; color: #a9c0bd; }
body.theme-sri .dark-topbar button { color: #b9e2d7; }
body.theme-sri .dark-kicker { color: #91d5c7; }
body.theme-sri .dark-landing-mark { border-color: #3c716d; background: radial-gradient(circle, #1d4a47 0 8%, #143332 38%, #102124 70%); color: #91d5c7; box-shadow: 0 0 80px rgba(91, 205, 181, .14); }
body.theme-sri .dark-landing-mark i, body.theme-sri .dark-landing-mark b { border-color: #5b958c; }
body.theme-sri .dark-landing h1 strong { color: #91d5c7; }
body.theme-sri .dark-landing > div:last-child > p:not(.dark-kicker) { color: #c2d8d4; }
body.theme-sri .dark-facts { color: #9ab8b3; }
body.theme-sri .dark-primary { border-color: #78c9ba; background: #91d5c7; color: #102124; }
body.theme-sri .dark-secondary { border-color: #466d69; color: #d5e7e3; }
body.theme-sri .dark-boundary { border-color: #31504f; }
body.theme-sri .dark-boundary p { color: #b8ceca; }
body.theme-sri .dark-boundary input { accent-color: #91d5c7; }
body.theme-sri .sri-consents { display: grid; gap: 12px; }
body.theme-sri .sri-consents label { display: flex; gap: 10px; align-items: flex-start; color: #d9ebe7; line-height: 1.6; }
body.theme-sri .dark-footer { color: #89a5a1; }
body.theme-sri .dark-footer b { color: #91d5c7; }
body.theme-sri .dark-progress, body.theme-sri .dark-generation-bar { background: #1c3a3a; }
body.theme-sri .dark-progress i, body.theme-sri .dark-generation-bar i { background: #91d5c7; }
body.theme-sri .dark-question { border-color: #37605e; background: #173033; }
body.theme-sri .dark-category { border-color: #4f8d85; color: #a9e1d5; }
body.theme-sri .dark-question h1 { color: #f0f8f5; }
body.theme-sri .dark-hint { color: #a9c3bf; }
body.theme-sri .dark-options button { border-color: #355655; background: #12292b; color: #d4e7e3; }
body.theme-sri .dark-options button span { color: #91d5c7; }
body.theme-sri .dark-options button:hover, body.theme-sri .dark-options button.is-selected { border-color: #91d5c7; background: #204844; color: #f1fffb; }
body.theme-sri .dark-orbit { border-color: #4b847b; color: #91d5c7; }
body.theme-sri .dark-orbit i { border-color: #37635f; }
body.theme-sri .dark-generating > p:not(.dark-kicker) { color: #a9c3bf; }
body.theme-sri .dark-report-heading { border-color: #31504f; }
body.theme-sri .dark-report-heading h1 { max-width: none; font-size: clamp(30px, 4vw, 60px); line-height: 1.15; }
body.theme-sri .dark-section-head { display: block; text-align: left; }
body.theme-sri .dark-section-head h2 { margin-top: 6px; }
body.theme-sri .dark-score-hero { border-color: #31504f; }
body.theme-sri .dark-score-hero span, body.theme-sri .dark-score-hero em { color: #a9c3bf; }
body.theme-sri .dark-score-hero b { color: #91d5c7; }
body.theme-sri .dark-notice { border-left-color: #91d5c7; background: #173c3b; color: #c8ded9; }
body.theme-sri .dark-notice strong { color: #a9e1d5; }
body.theme-sri .dark-report-section { border-color: #2c4b4a; }
body.theme-sri .dark-dimension-row, body.theme-sri .dark-profile-grid article { border-color: #335655; background: #153032; }
body.theme-sri .dark-dimension-row small { color: #a9c3bf; }
body.theme-sri .dark-score-track { background: #214544; }
body.theme-sri .dark-score-track i { background: #6ec4b3; }
body.theme-sri .dark-dimension-row p, body.theme-sri .dark-profile-grid p { color: #a9c3bf; }
body.theme-sri .dark-profile-grid article b { color: #b7e8dc; }
body.theme-sri .dark-profile-grid small { color: #88aaa5; }
body.theme-sri .dark-actions-list { color: #c7dcd8; }
body.theme-sri .dark-copyline { border-color: #335655; background: #153032; color: #cfe1dd; }
body.theme-sri .dark-share-url { border-color: #2d4e4d; }
body.theme-sri .dark-share-url span { color: #9ab8b3; }
body.theme-sri .dark-share-url code { color: #91d5c7; }
@media (max-width: 720px) {
  body.theme-sri .dark-shell { width: min(100% - 28px, 680px); }
}

/* Dark Triad local preview: behavioral observation, not a diagnostic surface. */
.theme-darktrial { min-height: 100dvh; background: radial-gradient(circle at 78% 12%, rgba(185, 134, 76, .12), transparent 28%), #11141b; color: #f3eee5; }
.dark-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0 70px; }
.dark-topbar { display: flex; justify-content: space-between; align-items: center; min-height: 42px; color: #b9b1a4; font-size: 13px; letter-spacing: .08em; }
.dark-topbar button { border: 0; background: transparent; color: #f7f1e7; padding: 12px 0; font: inherit; cursor: pointer; }
.dark-topbar button:hover, .dark-topbar button:focus-visible { color: #e0b278; }
.dark-kicker { margin: 0 0 12px; color: #d7a86e; font-size: 12px; letter-spacing: .14em; }
.dark-landing { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 48px; align-items: center; min-height: 600px; padding: 72px 0; }
.dark-landing::before, .dark-generating::before { content: ""; position: absolute; inset: 12% 4% auto auto; width: min(460px, 62vw); aspect-ratio: 1; border: 1px solid rgba(215,168,110,.24); border-radius: 50%; box-shadow: 0 0 80px rgba(215,168,110,.08), inset 0 0 60px rgba(215,168,110,.06); pointer-events: none; }
.dark-landing > div:last-child { position: relative; z-index: 1; }
.dark-landing h1 { margin: 0; color: #f7f1e7; font-size: clamp(48px, 7vw, 88px); line-height: .98; letter-spacing: -.03em; }
.dark-landing h1 strong { color: #e0b278; font-weight: 700; }
.dark-landing > div:last-child > p:not(.dark-kicker) { max-width: 650px; margin: 28px 0 0; color: #c7c0b6; font-size: 18px; line-height: 1.85; }
.dark-landing-mark { position: relative; display: grid; place-items: center; min-height: 400px; }
.dark-landing-mark::before, .dark-landing-mark::after { content: ""; position: absolute; border: 1px solid rgba(215,168,110,.28); border-radius: 50%; transform: rotate(-22deg); }
.dark-landing-mark::before { width: 330px; height: 170px; }
.dark-landing-mark::after { width: 450px; height: 230px; transform: rotate(22deg); }
.dark-landing-mark span { position: relative; z-index: 1; color: #f7f1e7; font-size: 150px; font-weight: 700; letter-spacing: -.08em; text-shadow: 0 0 44px rgba(215,168,110,.28); }
.dark-landing-mark i, .dark-landing-mark b { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: #e0b278; box-shadow: 0 0 18px #e0b278; }
.dark-landing-mark i { top: 22%; right: 16%; } .dark-landing-mark b { bottom: 18%; left: 15%; }
.dark-facts { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0; }
.dark-facts span { border: 1px solid rgba(215,168,110,.4); border-radius: 999px; padding: 8px 13px; color: #e4c497; font-size: 13px; }
.dark-actions, .dark-report-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.dark-primary, .dark-secondary { min-height: 48px; border-radius: 5px; padding: 12px 18px; font: inherit; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.dark-primary { border: 1px solid #e0b278; background: #e0b278; color: #17130f; font-weight: 700; }
.dark-secondary { border: 1px solid rgba(215,168,110,.42); background: rgba(255,255,255,.035); color: #f3eee5; }
.dark-primary:hover, .dark-secondary:hover { border-color: #fff0d2; box-shadow: 0 0 20px rgba(215,168,110,.14); transform: translateY(-1px); }
.dark-primary:focus-visible, .dark-secondary:focus-visible, .dark-options button:focus-visible, .dark-topbar button:focus-visible { outline: 2px solid #fff0d2; outline-offset: 3px; }
.dark-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.dark-boundary { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; border-top: 1px solid rgba(215,168,110,.22); border-bottom: 1px solid rgba(215,168,110,.22); padding: 38px 0; }
.dark-boundary h2, .dark-report-section h2 { margin: 0; color: #f7f1e7; font-size: clamp(24px, 4vw, 38px); line-height: 1.2; }
.dark-boundary p:not(.dark-kicker), .dark-footer span { color: #b9b1a4; line-height: 1.8; }
.dark-boundary label { align-self: center; border: 1px solid rgba(215,168,110,.3); padding: 18px; color: #e7d6bc; line-height: 1.7; }
.dark-boundary input { width: 18px; height: 18px; margin-right: 8px; accent-color: #e0b278; vertical-align: -4px; }
.dark-footer { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; font-size: 12px; }
.dark-footer b { color: #e0b278; }
.dark-quiz, .dark-report { display: grid; gap: 16px; padding-top: 38px; }
.dark-quiz-head, .dark-question, .dark-report-heading, .dark-notice, .dark-report-section, .dark-report-share, .dark-generating { position: relative; border: 1px solid rgba(215,168,110,.3); border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.022)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 34px rgba(0,0,0,.16); }
.dark-quiz-head { padding: 22px 26px; }
.dark-quiz-head > div { display: flex; justify-content: space-between; gap: 16px; color: #b9b1a4; font-size: 13px; }
.dark-quiz-head > div b { color: #f3eee5; }
.dark-progress, .dark-generation-bar { height: 5px; margin-top: 14px; overflow: hidden; background: rgba(255,255,255,.1); }
.dark-progress i, .dark-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: linear-gradient(90deg, #c28755, #f1d09d); box-shadow: 0 0 18px rgba(224,178,120,.65); transition: width .2s ease; }
.dark-question { padding: 34px; }
.dark-category { display: inline-block; color: #e0b278; font-size: 12px; letter-spacing: .12em; }
.dark-question-index { margin: 22px 0 8px; color: #8e887f; font-size: 13px; }
.dark-question h1 { max-width: 900px; margin: 0; color: #f7f1e7; font-size: clamp(28px, 4vw, 46px); line-height: 1.4; text-wrap: pretty; }
.dark-hint { color: #b9b1a4; line-height: 1.7; }
.dark-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 26px; }
.dark-options button { min-height: 88px; display: grid; place-items: center; gap: 7px; border: 1px solid rgba(215,168,110,.34); border-radius: 7px; background: rgba(255,255,255,.035); color: #f3eee5; padding: 12px 8px; font: inherit; cursor: pointer; text-align: center; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.dark-options button span { color: #d7a86e; font: 700 15px ui-monospace, monospace; }
.dark-options button b { font-size: 14px; line-height: 1.4; }
.dark-options button:hover, .dark-options button.is-selected { border-color: #e0b278; background: rgba(224,178,120,.14); box-shadow: 0 0 22px rgba(224,178,120,.12); transform: translateY(-2px); }
.dark-quiz-actions { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.dark-generating { display: grid; justify-items: center; align-content: center; min-height: 680px; overflow: hidden; padding: 50px 24px; text-align: center; }
.dark-generating > * { position: relative; z-index: 1; }
.dark-orbit { position: relative; display: grid; place-items: center; width: 250px; height: 250px; margin-bottom: 24px; }
.dark-orbit::before, .dark-orbit::after { content: ""; position: absolute; border: 1px solid rgba(215,168,110,.35); border-radius: 50%; }
.dark-orbit::before { width: 220px; height: 90px; transform: rotate(30deg); } .dark-orbit::after { width: 240px; height: 120px; transform: rotate(-32deg); }
.dark-orbit b { color: #f7f1e7; font-size: 72px; text-shadow: 0 0 30px rgba(224,178,120,.35); }
.dark-orbit i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #e0b278; box-shadow: 0 0 16px #e0b278; animation: dark-orbit-pulse 1.6s ease-in-out infinite alternate; }
.dark-orbit i:nth-child(1) { top: 22%; left: 18%; } .dark-orbit i:nth-child(2) { top: 12%; right: 18%; animation-delay: .3s; } .dark-orbit i:nth-child(3) { bottom: 20%; right: 12%; animation-delay: .6s; }
@keyframes dark-orbit-pulse { to { transform: scale(1.8); opacity: .45; } }
.dark-generating h1 { margin: 0; color: #f7f1e7; font-size: clamp(34px, 5vw, 58px); line-height: 1.2; }
.dark-generating > p:not(.dark-kicker) { color: #c7c0b6; }
.dark-generation-bar { width: min(520px, 100%); margin: 30px auto 20px; }
.dark-report-heading { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 24px; align-items: center; padding: 32px; }
.dark-report-heading h1 { margin: 0; color: #f7f1e7; font-size: clamp(32px, 5vw, 58px); line-height: 1.15; }
.dark-report-heading p:last-child { color: #8e887f; }
.dark-score-hero { display: grid; justify-items: center; gap: 5px; border-left: 1px solid rgba(215,168,110,.24); padding-left: 24px; }
.dark-score-hero span, .dark-score-hero em { color: #b9b1a4; font-size: 13px; font-style: normal; }
.dark-score-hero b { color: #e0b278; font-size: 64px; line-height: 1; }
.dark-notice { padding: 22px 26px; color: #d8cfc1; line-height: 1.8; }
.dark-notice b { color: #e0b278; }
.dark-notice p { margin: 7px 0; }
.dark-notice strong { display: block; margin-top: 12px; color: #f2b18a; }
.dark-report-section, .dark-report-share { padding: 28px; }
.dark-section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(215,168,110,.2); padding-bottom: 16px; }
.dark-section-head .dark-kicker { margin: 0; }
.dark-dimension-list { display: grid; gap: 10px; margin-top: 18px; }
.dark-dimension-row { border: 1px solid rgba(215,168,110,.25); border-radius: 7px; background: rgba(255,255,255,.025); padding: 16px; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.dark-dimension-row:hover { border-color: rgba(224,178,120,.72); background: rgba(224,178,120,.06); transform: translateY(-1px); }
.dark-dimension-row > div:first-child { display: flex; justify-content: space-between; gap: 12px; }
.dark-dimension-row b { color: #f3eee5; } .dark-dimension-row small { color: #b9b1a4; }
.dark-score-track { height: 5px; margin: 12px 0; background: rgba(255,255,255,.1); } .dark-score-track i { display: block; width: var(--w); height: 100%; background: #d7a86e; }
.dark-dimension-row p, .dark-profile-grid p, .dark-actions-list, .dark-report-section > p { color: #b9b1a4; line-height: 1.75; }
.dark-profile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.dark-profile-grid article { border: 1px solid rgba(215,168,110,.25); padding: 17px; } .dark-profile-grid b { color: #e0b278; } .dark-profile-grid small { color: #8e887f; line-height: 1.6; }
.dark-actions-list { display: grid; gap: 14px; padding-left: 22px; }
.dark-copyline { white-space: pre-line; border-left: 2px solid #d7a86e; padding: 14px 18px; color: #e4d8c6; line-height: 1.8; }
.dark-share-url { display: grid; gap: 8px; margin: 20px 0; } .dark-share-url span { color: #8e887f; font-size: 12px; } .dark-share-url code { overflow-wrap: anywhere; color: #d7a86e; }
.dark-error { padding: 120px 0; text-align: center; } .dark-error h1 { color: #f7f1e7; }
@media (max-width: 800px) { .dark-shell { width: min(100% - 28px, 680px); } .dark-landing, .dark-boundary { grid-template-columns: 1fr; gap: 24px; padding: 42px 0; } .dark-landing-mark { order: -1; min-height: 210px; } .dark-landing-mark::before { width: 220px; height: 110px; } .dark-landing-mark::after { width: 290px; height: 140px; } .dark-landing-mark span { font-size: 92px; } .dark-options { grid-template-columns: 1fr; } .dark-options button { min-height: 58px; grid-template-columns: 34px 1fr; justify-items: start; text-align: left; } .dark-report-heading { grid-template-columns: 1fr; padding: 24px; } .dark-score-hero { grid-template-columns: auto auto auto; justify-content: start; border-left: 0; border-top: 1px solid rgba(215,168,110,.24); padding: 18px 0 0; } .dark-score-hero b { font-size: 42px; } .dark-profile-grid { grid-template-columns: 1fr; } .dark-question, .dark-report-section, .dark-report-share { padding: 22px 18px; } .dark-footer { display: grid; gap: 8px; } }
@media (prefers-reduced-motion: reduce) { .dark-orbit i { animation: none; } .dark-primary, .dark-secondary, .dark-options button, .dark-dimension-row { transition: none; } }
.entry-hero {
  padding-top: 6px;
}
.entry-heading h1 {
  max-width: 9ch;
}
.entry-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 18px;
}
.entry-metrics article {
  border: 1px solid rgba(233,223,207,.10);
  border-radius: 20px;
  background: rgba(255,255,255,.04);
  padding: 16px;
}
.entry-metrics b {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: var(--gold-strong);
}
.entry-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 13px;
}
.entry-copy {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.entry-copy-item {
  border: 1px solid rgba(233,223,207,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  padding: 14px 16px;
}
.entry-copy-item b {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-strong);
}
.entry-copy-item span {
  color: var(--ink-soft);
  font-size: 14px;
}
.entry-aside {
  display: grid;
  gap: 16px;
}
.entry-notes {
  display: grid;
  gap: 12px;
}
.resume-card {
  margin-top: 28px;
  border: 1px solid rgba(24, 23, 22, 0.10);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(247,239,226,.96));
  padding: 22px;
  box-shadow: 0 18px 56px rgba(24, 23, 22, 0.10);
}

.card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(24,23,22,.08);
}

.small { margin: 0; color: rgba(24,23,22,.58); font-size: 13px; }
.form-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: start; }
.input {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(24,23,22,.15);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  padding: 0 16px;
  color: var(--ink);
  outline: none;
}
.input::placeholder { color: rgba(24,23,22,.30); }
.btn {
  min-height: 56px;
  border: 0;
  border-radius: 18px;
  padding: 0 24px;
  color: var(--rice);
  background: linear-gradient(180deg, #312c27, #151311);
  box-shadow: 0 14px 28px rgba(24,23,22,.16);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(24,23,22,.22); }
.btn.secondary { color: var(--ink); background: rgba(255,255,255,.72); border: 1px solid rgba(24,23,22,.12); box-shadow: none; }
.btn:disabled { cursor: wait; opacity: .62; transform: none; }
.btn.is-loading { box-shadow: none; }
.error { margin: 12px 0 0; color: var(--danger); font-size: 14px; }

.options { display: grid; gap: 12px; margin-top: 28px; }
.option {
  width: 100%;
  border: 1px solid rgba(24,23,22,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.76);
  padding: 18px;
  text-align: left;
  color: var(--ink);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.option:hover { transform: translateY(-2px); border-color: rgba(156,123,79,.45); background: #fff; }
.option strong { display: block; font-size: 18px; margin-bottom: 6px; }
.option span { color: rgba(24,23,22,.60); font-size: 14px; }

.progress-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  border: 1px solid rgba(24,23,22,.10);
  border-radius: 20px;
  background: rgba(255,255,255,.46);
  padding: 14px 16px;
}
.progress-bar { height: 9px; border-radius: 99px; background: rgba(24,23,22,.10); overflow: hidden; margin: 16px 0 24px; }
.progress-bar span { display: block; height: 100%; width: var(--w); background: linear-gradient(90deg, var(--gold), #c6a26c); }
.quiz-meta {
  display: inline-flex;
  margin-bottom: 16px;
  border: 1px solid rgba(24,23,22,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.60);
  padding: 9px 14px;
  color: rgba(24,23,22,.65);
  font-size: 14px;
}
.question { font-size: clamp(25px, 4vw, 38px); line-height: 1.18; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.quiz-hint { margin-top: 18px; }

.result-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 22px; align-items: stretch; margin-top: 24px; }
.seal {
  min-height: 280px;
  border-radius: 28px;
  border: 1px solid rgba(156,123,79,.25);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(156,123,79,.30), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.72), rgba(239,224,199,.88));
  color: var(--gold-strong);
  text-align: center;
}
.seal b { display: block; font-size: 64px; line-height: 1; letter-spacing: -.08em; }
.traits { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.trait { border-radius: 14px; background: rgba(156,123,79,.13); color: var(--gold-strong); padding: 8px 10px; font-size: 13px; }
.result-subtitle { margin: 12px 0 0; color: rgba(24,23,22,.62); }
.analysis-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0; }
.analysis-grid section, .algorithm-note, .copyline {
  border: 1px solid rgba(24,23,22,.09);
  border-radius: 20px;
  background: rgba(255,255,255,.58);
  padding: 16px;
}
.analysis-grid h3 { margin-bottom: 10px; font-size: 18px; }
.analysis-grid ul { margin: 0; padding-left: 20px; color: rgba(24,23,22,.68); line-height: 1.8; }
.algorithm-note { display: grid; gap: 6px; margin-top: 18px; color: rgba(24,23,22,.66); }
.algorithm-note b { color: var(--gold-strong); }
.copyline { color: rgba(24,23,22,.72); }
.dimensions { display: grid; gap: 10px; }
.dimension {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24,23,22,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  padding: 12px 72px 15px 14px;
}
.dimension b { display: block; color: var(--gold-strong); text-transform: uppercase; }
.dimension span { display: block; margin-top: 3px; color: rgba(24,23,22,.62); font-size: 13px; line-height: 1.45; }
.dimension strong { position: absolute; right: 14px; top: 14px; }
.dimension i {
  position: absolute;
  inset: auto auto 0 0;
  height: 4px;
  width: var(--w);
  background: linear-gradient(90deg, var(--gold), #c6a26c);
}
.seal em { display: block; margin-top: 8px; color: rgba(125,95,53,.70); font-style: normal; }


.resume-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
}

.rank-bars {
  display: grid;
  gap: 10px;
  margin: 22px 0 4px;
}
.rank-row {
  position: relative;
  overflow: hidden;
  min-height: 42px;
  border: 1px solid rgba(24,23,22,.08);
  border-radius: 15px;
  background: rgba(255,255,255,.58);
  padding: 10px 52px 10px 13px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.rank-row i {
  position: absolute;
  inset: auto auto 0 0;
  height: 4px;
  width: var(--w);
  background: linear-gradient(90deg, var(--gold), #c6a26c);
}
.rank-row span { position: relative; z-index: 1; color: rgba(24,23,22,.72); }
.rank-row b { position: absolute; right: 14px; top: 10px; z-index: 1; }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin: 22px 0; }
.stat { border: 1px solid rgba(24,23,22,.10); border-radius: 18px; background: rgba(255,255,255,.70); padding: 14px; }
.stat span { color: rgba(24,23,22,.50); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.stat b { display: block; margin-top: 8px; font-size: 28px; }
.admin-section-title { margin: 26px 0 12px; font-size: 20px; letter-spacing: -0.02em; }
.admin-health-card, .admin-generate-card, .admin-danger-card { margin: 18px 0; border: 1px solid rgba(24,23,22,.10); border-radius: 22px; background: rgba(255,255,255,.66); padding: 16px; }
.admin-health-card { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; }
.admin-health-card span { display: block; margin-bottom: 6px; color: rgba(24,23,22,.50); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.admin-health-card b, .admin-health-card code { color: var(--gold-strong); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-wrap: anywhere; }
.admin-generate-card label, .admin-danger-card label { display: block; margin-bottom: 10px; color: var(--gold-strong); font-weight: 600; }
.admin-danger-card { border-color: rgba(163,59,42,.22); background: rgba(255,244,239,.66); }
.btn.danger { color: var(--danger); border-color: rgba(163,59,42,.30); }
.mini-btn {
  min-height: 34px;
  border: 1px solid rgba(24,23,22,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.76);
  color: var(--ink);
  padding: 0 12px;
  box-shadow: none;
}
.mini-btn:disabled { cursor: wait; opacity: .62; }

.table-wrap { max-height: 52vh; overflow: auto; border-radius: 20px; border: 1px solid rgba(24,23,22,.10); }
table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.70); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 14px; }
th, td { padding: 12px 14px; border-bottom: 1px solid rgba(24,23,22,.08); text-align: left; }
th { position: sticky; top: 0; background: #f7efe2; color: rgba(24,23,22,.62); font-weight: 600; }

.toast-host {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: grid;
  gap: 10px;
  width: min(360px, calc(100vw - 40px));
  pointer-events: none;
}
.toast {
  border: 1px solid rgba(24,23,22,.12);
  border-radius: 18px;
  background: rgba(255,250,240,.96);
  box-shadow: 0 18px 46px rgba(24,23,22,.16);
  padding: 13px 15px;
  color: var(--ink);
  font-size: 14px;
}
.toast.error { border-color: rgba(163,59,42,.28); color: var(--danger); }

@media (max-width: 720px) {
  .shell { padding: 20px 14px; }
  .form-row, .result-grid, .stats, .resume-card, .analysis-grid { grid-template-columns: 1fr; }
  .card-head, .progress-top { flex-direction: column; }
  h1 { font-size: 47px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}

@media (max-width: 900px) {
  .entry-layout {
    grid-template-columns: 1fr;
  }
  .entry-metrics {
    grid-template-columns: 1fr;
  }
  .entry-heading h1 {
    max-width: 100%;
  }
}

:root {
  --ink: #111827;
  --ink-soft: rgba(17, 24, 39, 0.66);
  --ink-faint: rgba(17, 24, 39, 0.1);
  --rice: #f8fafc;
  --paper: #eef2f7;
  --gold: #5b6ef0;
  --gold-strong: #243b8f;
  --danger: #b42318;
  --shadow: 0 28px 90px rgba(15, 23, 42, 0.10);
}

body {
  min-height: 100dvh;
  background:
    radial-gradient(circle at 14% 12%, rgba(91, 110, 240, 0.14), transparent 26rem),
    radial-gradient(circle at 88% 18%, rgba(148, 163, 184, 0.20), transparent 20rem),
    linear-gradient(135deg, #f7f9fc 0%, #eef3f8 55%, #e6ebf2 100%);
}

body::before {
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
}

.shell {
  min-height: 100dvh;
  padding: 40px 20px;
}

.panel {
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 245, 249, 0.98));
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 26px 90px rgba(15, 23, 42, 0.08);
}

.kicker {
  color: rgba(91, 110, 240, 0.95);
}

h1 {
  max-width: 9.4ch;
  letter-spacing: -0.06em;
}

h2 {
  letter-spacing: -0.04em;
}

.badge {
  border-color: rgba(91, 110, 240, 0.18);
  background: rgba(255, 255, 255, 0.84);
  color: rgba(17, 24, 39, 0.70);
}

.entry-layout {
  gap: 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  overflow: hidden;
}

.entry-hero {
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.98));
  color: #f8fafc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.entry-hero .kicker {
  color: rgba(167, 188, 255, 0.92);
}

.entry-hero .lead,
.entry-hero .entry-copy-item span,
.entry-hero .entry-metrics span {
  color: rgba(226, 232, 240, 0.84);
}

.entry-hero h1 {
  max-width: 7.4ch;
  color: #fff;
}

.entry-metrics article,
.entry-copy-item {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.entry-metrics b,
.entry-copy-item b {
  color: rgba(167, 188, 255, 0.96);
}

.entry-aside {
  padding: 28px;
  background: rgba(255, 255, 255, 0.42);
}

.gate-card {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.06);
}

.resume-card {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 249, 0.96));
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.options {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.option {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(15, 23, 42, 0.10);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.option:hover {
  border-color: rgba(91, 110, 240, 0.40);
  background: #fff;
}

.progress-top {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(15, 23, 42, 0.08);
}

.quiz-meta {
  border-color: rgba(91, 110, 240, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(17, 24, 39, 0.70);
}

.progress-bar span,
.dimension i,
.rank-row i,
.btn,
.seal,
.trait {
  background-image: none;
}

.btn {
  border-radius: 16px;
  background: linear-gradient(180deg, #1f2937, #111827);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.82);
}

.result-grid {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
}

.result-card {
  display: block;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.05);
  padding: 28px;
}

.seal {
  border-radius: 26px;
  border-color: rgba(31, 41, 55, 0.20);
  background:
    radial-gradient(circle at 30% 18%, rgba(121, 146, 255, 0.35), transparent 35%),
    linear-gradient(145deg, rgba(17, 24, 39, 0.98), rgba(30, 41, 59, 0.98));
  color: #f8fafc;
  min-height: 0;
  padding: 24px;
  position: sticky;
  top: 24px;
  align-self: start;
}

.seal span,
.seal em {
  color: rgba(226, 232, 240, 0.72);
}

.result-subtitle {
  color: rgba(17, 24, 39, 0.56);
}

.traits {
  gap: 8px;
}

.trait {
  border-radius: 12px;
  background: rgba(91, 110, 240, 0.10);
  color: var(--gold-strong);
}

.analysis-grid section,
.algorithm-note,
.copyline,
.dimension,
.rank-row,
.stat,
.admin-health-card,
.admin-generate-card,
.admin-danger-card,
.table-wrap,
table {
  border-color: rgba(15, 23, 42, 0.08);
}

.analysis-grid section,
.algorithm-note,
.copyline {
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.92);
}

.analysis-grid section {
  border-left: 3px solid rgba(91, 110, 240, 0.52);
}

.algorithm-note b,
.dimension b,
.entry-metrics b,
.entry-copy-item b,
.admin-generate-card label,
.admin-danger-card label {
  color: var(--gold-strong);
}

.dimension,
.rank-row,
.stat,
.admin-health-card,
.admin-generate-card,
.admin-danger-card,
.table-wrap,
table {
  background: rgba(255, 255, 255, 0.86);
}

.table-wrap,
table {
  border-radius: 18px;
}

.mindstage-report,
.assessment-shell {
  max-width: 1120px;
  margin: 0 auto;
}

.mindstage-hero,
.assessment-hero {
  padding: 8px 0 18px;
}

.mindstage-family-card,
.mindstage-choice,
.mindstage-card,
.assessment-card {
  border-radius: 20px;
  border-color: rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.mindstage-pill {
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
}

.mindstage-result-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.mindstage-result-note {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.92);
  padding: 14px 16px;
}

.mindstage-result-note b {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-strong);
}

.mindstage-result-note span {
  color: rgba(17, 24, 39, 0.68);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .entry-layout {
    gap: 16px;
  }
  .entry-hero,
  .entry-aside {
    padding: 22px;
  }
  .result-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .shell {
    padding: 16px 12px;
  }
  .panel {
    border-radius: 22px;
    padding: 22px;
  }
  h1 {
    font-size: clamp(38px, 11vw, 52px);
  }
  .entry-hero h1 {
    max-width: 100%;
  }
  .entry-layout {
    grid-template-columns: 1fr;
  }
  .entry-hero,
  .entry-aside,
  .result-card,
  .gate-card {
    padding: 18px;
  }
}

/* Darktrial stays local/staging-only; its palette keeps the report observational rather than diagnostic. */
body.theme-darktrial { background: #171716; color: #f5efe4; }
.dark-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0 64px; }
.dark-topbar { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #433c32; padding: 0 0 16px; color: #b6ab9b; font-size: 13px; }
.dark-topbar button { border: 0; background: transparent; padding: 0; color: #ead2a8; cursor: pointer; font: inherit; }
.dark-kicker { margin: 0 0 14px; color: #d5a969; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.dark-landing { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: 64px; align-items: center; min-height: 620px; padding: 56px 0; }
.dark-landing-mark { position: relative; display: grid; place-items: center; width: min(28vw, 300px); aspect-ratio: 1; border: 1px solid #6d573d; border-radius: 50%; background: radial-gradient(circle, #3a3027 0 8%, #211e1b 38%, #171716 70%); color: #e6b871; box-shadow: 0 0 80px rgba(198, 143, 72, .16); }
.dark-landing-mark span { font-size: clamp(60px, 9vw, 112px); font-weight: 700; }
.dark-landing-mark i, .dark-landing-mark b { position: absolute; display: block; border: 1px solid #786047; border-radius: 50%; }
.dark-landing-mark i { inset: 14%; }
.dark-landing-mark b { inset: 29%; }
.dark-landing h1 { margin: 0; color: #f8f1e4; font-size: clamp(48px, 7vw, 96px); line-height: .98; letter-spacing: 0; }
.dark-landing h1 strong { color: #d7a86e; font-weight: 700; }
.dark-landing > div:last-child > p:not(.dark-kicker) { max-width: 620px; margin: 24px 0; color: #c3b8a9; font-size: 18px; line-height: 1.8; }
.dark-facts { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 22px 0 30px; color: #a99d8c; font-size: 13px; }
.dark-actions, .dark-report-actions, .dark-quiz-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.dark-primary, .dark-secondary { min-height: 44px; border: 1px solid #a56e3d; border-radius: 4px; padding: 0 18px; cursor: pointer; font: inherit; }
.dark-primary { background: #d09a58; color: #1d1813; }
.dark-secondary { border-color: #625746; background: transparent; color: #e2d7c5; }
.dark-primary:disabled, .dark-secondary:disabled { cursor: not-allowed; opacity: .42; }
.dark-boundary { display: grid; grid-template-columns: 1fr minmax(260px, .7fr); gap: 32px; border-top: 1px solid #433c32; border-bottom: 1px solid #433c32; padding: 32px 0; }
.dark-boundary h2 { margin: 0 0 10px; font-size: 28px; }
.dark-boundary p { margin: 0; color: #b8ad9d; line-height: 1.75; }
.dark-boundary label { display: flex; gap: 10px; align-items: flex-start; color: #e4d8c7; line-height: 1.6; }
.dark-boundary input { margin-top: 4px; accent-color: #d09a58; }
.dark-footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: #847a6d; font-size: 12px; }
.dark-footer b { color: #c7a36e; }
.dark-quiz { max-width: 860px; margin: 0 auto; padding: 54px 0; }
.dark-quiz-head > div:first-of-type { display: flex; justify-content: space-between; color: #9f9588; font-size: 13px; }
.dark-quiz-head > div:first-of-type b { color: #ead2a8; }
.dark-progress, .dark-generation-bar { overflow: hidden; height: 5px; margin-top: 12px; border-radius: 99px; background: #342e28; }
.dark-progress i, .dark-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: #d09a58; transition: width .2s ease; }
.dark-question { margin-top: 48px; border: 1px solid #4b4237; border-radius: 8px; background: #211f1c; padding: clamp(24px, 5vw, 56px); }
.dark-category { display: inline-flex; border: 1px solid #7d5d3e; border-radius: 99px; padding: 5px 10px; color: #e1b477; font-size: 12px; }
.dark-question-index { margin: 24px 0 8px; color: #8f8578; font-size: 13px; }
.dark-question h1 { margin: 0; max-width: 720px; color: #f7f0e5; font-size: clamp(28px, 4vw, 48px); line-height: 1.25; }
.dark-hint { margin: 18px 0 28px; color: #a99f91; }
.dark-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.dark-options button { display: grid; gap: 10px; min-height: 94px; border: 1px solid #4e463b; border-radius: 5px; background: #191817; padding: 14px 10px; color: #d7cbb9; cursor: pointer; text-align: left; font: inherit; }
.dark-options button span { color: #c9985b; font-size: 12px; }
.dark-options button b { font-size: 13px; line-height: 1.35; }
.dark-options button:hover, .dark-options button.is-selected { border-color: #d09a58; background: #33291f; color: #fff4e2; }
.dark-quiz-actions { justify-content: flex-end; margin-top: 24px; }
.dark-generating { display: grid; place-items: center; min-height: 640px; text-align: center; }
.dark-orbit { position: relative; display: grid; place-items: center; width: 180px; aspect-ratio: 1; margin-bottom: 32px; border: 1px solid #705637; border-radius: 50%; color: #e4b36f; }
.dark-orbit i { position: absolute; inset: 16%; border: 1px solid #5e4935; border-radius: 50%; }
.dark-orbit i:nth-child(2) { inset: 31%; }
.dark-orbit i:nth-child(3) { inset: 43%; }
.dark-orbit b { font-size: 42px; }
.dark-generating h1 { margin: 0; font-size: 50px; line-height: 1.08; }
.dark-generating > p:not(.dark-kicker) { color: #a99f91; }
.dark-generation-bar { width: min(440px, 100%); margin: 28px auto 12px; }
.dark-report { padding: 44px 0; }
.dark-report-heading { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; border-bottom: 1px solid #4a4237; padding-bottom: 34px; }
.dark-report-heading h1 { margin: 0; font-size: clamp(38px, 6vw, 76px); line-height: 1.02; }
.dark-report-heading p:last-child { margin-bottom: 0; color: #918779; font-size: 13px; }
.dark-score-hero { min-width: 190px; border-left: 1px solid #4a4237; padding-left: 26px; }
.dark-score-hero span, .dark-score-hero em { display: block; color: #a89b8a; font-size: 13px; font-style: normal; }
.dark-score-hero b { display: block; margin: 8px 0; color: #d7a86e; font-size: 58px; line-height: 1; }
.dark-notice { margin: 28px 0 0; border-left: 3px solid #d09a58; background: #252019; padding: 18px 20px; color: #c8bdae; line-height: 1.7; }
.dark-notice p { margin: 6px 0; }
.dark-notice strong { display: block; margin-top: 10px; color: #f0c27f; }
.dark-report-section { border-bottom: 1px solid #3e382f; padding: 42px 0; }
.dark-section-head { margin-bottom: 20px; }
.dark-section-head .dark-kicker { margin-bottom: 6px; }
.dark-section-head h2 { margin: 0; font-size: 32px; }
.dark-dimension-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.dark-dimension-row, .dark-profile-grid article { border: 1px solid #484036; border-radius: 6px; background: #201e1b; padding: 18px; }
.dark-dimension-row > div:first-child { display: flex; justify-content: space-between; gap: 10px; }
.dark-dimension-row small { color: #aa9e8e; }
.dark-score-track { overflow: hidden; height: 7px; margin: 14px 0 10px; border-radius: 99px; background: #383129; }
.dark-score-track i { display: block; width: var(--w); height: 100%; background: #bd8750; }
.dark-dimension-row p, .dark-profile-grid p { margin: 0; color: #a99e90; font-size: 13px; line-height: 1.65; }
.dark-profile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.dark-profile-grid article b { color: #efd2a4; }
.dark-profile-grid small { display: block; margin-top: 12px; color: #887d70; line-height: 1.5; }
.dark-actions-list { display: grid; gap: 10px; margin: 0; padding-left: 20px; color: #c4b8a9; line-height: 1.7; }
.dark-report-share { padding: 42px 0 0; }
.dark-copyline { white-space: pre-line; border: 1px solid #474035; background: #211f1c; padding: 18px; color: #d1c4b3; line-height: 1.8; }
.dark-share-url { display: grid; gap: 6px; margin: 18px 0; border: 1px solid #40382e; padding: 12px 14px; }
.dark-share-url span { color: #8f8578; font-size: 12px; }
.dark-share-url code { overflow-wrap: anywhere; color: #d6aa70; font: 12px/1.6 ui-monospace, Consolas, monospace; user-select: text; }
.dark-error { padding: 100px 0; text-align: center; }
@media (max-width: 720px) {
  .dark-shell { width: min(100% - 28px, 680px); }
  .dark-landing { grid-template-columns: 1fr; gap: 30px; min-height: 0; padding: 38px 0; }
  .dark-landing-mark { width: min(52vw, 220px); margin: 0 auto; }
  .dark-landing h1 { font-size: 52px; }
  .dark-boundary, .dark-report-heading { grid-template-columns: 1fr; }
  .dark-footer { display: grid; gap: 8px; }
  .dark-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dark-options button:last-child { grid-column: span 2; }
  .dark-quiz-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .dark-quiz-actions .dark-primary { grid-column: span 2; }
  .dark-report-heading { align-items: start; }
  .dark-score-hero { border-left: 0; border-top: 1px solid #4a4237; padding: 20px 0 0; }
  .dark-dimension-list, .dark-profile-grid { grid-template-columns: 1fr; }
  .dark-generating h1 { font-size: 40px; }
}

/* SCL-90 keeps the clinical-adjacent content calm, readable, and visibly bounded. */
.theme-scl90 {
  background: #071317;
  color: #edf7f2;
  min-height: 100vh;
}
.scl90-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0 64px; }
.scl90-topbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; color: #a6c4be; font-size: 13px; letter-spacing: .06em; }
.scl90-topbar button { border: 0; background: transparent; padding: 12px 0; color: #dbf1ea; font: inherit; cursor: pointer; }
.scl90-topbar button:hover, .scl90-topbar button:focus-visible { color: #9ef0d5; }
.scl90-kicker { margin: 0 0 12px; color: #8be0cc; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.scl90-landing-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: 48px; align-items: center; min-height: 620px; padding: 74px 0 66px; overflow: hidden; }
.scl90-landing-hero::before { content: ""; position: absolute; inset: 12% 25% auto auto; width: 430px; height: 430px; border: 1px solid rgba(139,224,204,.22); border-radius: 50%; box-shadow: 0 0 90px rgba(51,178,155,.12), inset 0 0 70px rgba(51,178,155,.08); pointer-events: none; }
.scl90-hero-copy { position: relative; z-index: 1; }
.scl90-hero-copy h1 { margin: 0; color: #f2fbf7; font-size: clamp(44px, 7vw, 82px); line-height: .96; letter-spacing: -.03em; }
.scl90-hero-copy h1 strong { color: #9fe7d4; font-weight: 700; }
.scl90-hero-copy > p:not(.scl90-kicker) { max-width: 620px; margin: 28px 0 0; color: #bfd1cc; font-size: 18px; line-height: 1.8; }
.scl90-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 26px 0; }
.scl90-facts article { display: grid; gap: 5px; min-height: 76px; align-content: center; border: 1px solid rgba(143,213,197,.28); border-radius: 10px; background: rgba(18, 45, 43, .34); padding: 10px 12px; }
.scl90-facts strong { color: #e9f8f2; font-size: 22px; line-height: 1.1; }
.scl90-facts span { color: #9ec9be; font-size: 12px; }
.scl90-actions, .scl90-report-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.scl90-primary, .scl90-secondary { min-height: 48px; border-radius: 4px; padding: 12px 18px; font: inherit; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.scl90-primary { border: 1px solid #a4f0d8; background: #a4f0d8; color: #071317; font-weight: 700; }
.scl90-secondary { border: 1px solid rgba(164,240,216,.4); background: rgba(12,31,34,.72); color: #e2f5ef; }
.scl90-primary:hover, .scl90-secondary:hover { transform: translateY(-1px); border-color: #d7fff2; }
.scl90-secondary:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.scl90-primary:focus-visible, .scl90-secondary:focus-visible, .scl90-options button:focus-visible, .scl90-topbar button:focus-visible { outline: 2px solid #f3cf88; outline-offset: 3px; }
.scl90-hero-orbit { position: relative; display: grid; place-items: center; min-height: 430px; }
.scl90-hero-orbit::before, .scl90-hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(139,224,204,.25); border-radius: 50%; transform: rotate(-24deg); }
.scl90-hero-orbit::before { width: 340px; height: 170px; }
.scl90-hero-orbit::after { width: 470px; height: 220px; transform: rotate(24deg); }
.scl90-hero-orbit span { position: relative; z-index: 1; color: #d5fff2; font-size: 160px; line-height: 1; font-weight: 700; letter-spacing: -.08em; text-shadow: 0 0 42px rgba(150,255,222,.35); }
.scl90-hero-orbit i, .scl90-hero-orbit b { position: absolute; display: block; width: 12px; height: 12px; border-radius: 50%; background: #a4f0d8; box-shadow: 0 0 18px #a4f0d8; }
.scl90-hero-orbit i { top: 23%; right: 15%; }
.scl90-hero-orbit b { bottom: 18%; left: 12%; }
.scl90-preflight { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; border-top: 1px solid rgba(165,220,209,.22); border-bottom: 1px solid rgba(165,220,209,.22); padding: 40px 0; }
.scl90-preflight h2, .scl90-report-section h2 { margin: 0; color: #effaf5; font-size: clamp(24px, 3vw, 38px); line-height: 1.2; }
.scl90-preflight p, .scl90-footer span { color: #b3c8c3; line-height: 1.8; }
.scl90-boundary { border-left: 1px solid rgba(165,220,209,.22); padding-left: 28px; }
.scl90-boundary label { display: flex; gap: 10px; align-items: flex-start; color: #e9f8f2; font-size: 15px; line-height: 1.6; }
.scl90-boundary input { margin-top: 4px; accent-color: #9fe7d4; }
.scl90-boundary p { margin-bottom: 0; font-size: 13px; }
.scl90-footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0 0; font-size: 12px; }
.scl90-footer b { color: #e3f5ef; }
.scl90-quiz-board { max-width: 860px; margin: 48px auto 0; }
.scl90-quiz-head { margin-bottom: 24px; }
.scl90-progress-label { display: flex; justify-content: space-between; margin-bottom: 10px; color: #d9eee8; font-size: 13px; }
.scl90-progress, .scl90-generation-bar { height: 5px; overflow: hidden; border-radius: 999px; background: rgba(160,207,198,.18); }
.scl90-progress i, .scl90-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: #99ead3; box-shadow: 0 0 16px rgba(153,234,211,.65); transition: width .25s ease; }
.scl90-question-card { position: relative; border: 1px solid rgba(165,220,209,.24); background: linear-gradient(145deg, rgba(16,42,44,.96), rgba(7,20,24,.96)); padding: clamp(24px, 5vw, 58px); box-shadow: 0 24px 80px rgba(0,0,0,.24); }
.scl90-factor-tag { display: inline-flex; border: 1px solid rgba(159,231,212,.35); padding: 7px 10px; color: #a9ebd8; font-size: 12px; }
.scl90-question-index { margin: 22px 0 8px; color: #7fa9a2; font-size: 13px; }
.scl90-question-card h1 { max-width: 720px; margin: 0; color: #f1faf6; font-size: clamp(26px, 4vw, 42px); line-height: 1.35; }
.scl90-question-hint { color: #9db9b3; line-height: 1.7; }
.scl90-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
.scl90-options button { min-height: 94px; border: 1px solid rgba(159,231,212,.24); background: rgba(4,17,20,.58); color: #d7ebe5; padding: 14px 8px; cursor: pointer; }
.scl90-options button span { display: grid; place-items: center; width: 30px; height: 30px; margin: 0 auto 10px; border: 1px solid rgba(159,231,212,.4); border-radius: 50%; color: #9fe7d4; font-size: 13px; }
.scl90-options button b { display: block; font-size: 13px; font-weight: 500; }
.scl90-options button:hover, .scl90-options button.is-selected { border-color: #a5f0d9; background: rgba(45,117,105,.28); color: #ffffff; }
.scl90-options button.is-selected span { background: #a5f0d9; color: #071317; }
.scl90-quiz-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 28px; }
.scl90-generating { min-height: 72vh; display: grid; place-items: center; align-content: center; text-align: center; }
.scl90-generating h1 { margin: 8px 0 20px; color: #f1faf6; font-size: clamp(34px, 6vw, 64px); line-height: 1.15; }
.scl90-generating > p:not(.scl90-kicker) { color: #b4ccc5; }
.scl90-gather { position: relative; width: 220px; height: 170px; margin: 0 auto 12px; display: grid; place-items: center; }
.scl90-gather::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(159,231,212,.36); border-radius: 50%; transform: rotate(20deg) scaleX(1.55); }
.scl90-gather b { position: relative; color: #a5f0d9; font-size: 72px; text-shadow: 0 0 24px rgba(165,240,217,.5); }
.scl90-gather i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #b5f7e2; box-shadow: 0 0 18px #b5f7e2; animation: scl90-gather 1.2s ease-in-out infinite; }
.scl90-gather i:nth-child(1) { top: 12%; left: 10%; --x: 75px; --y: 56px; }
.scl90-gather i:nth-child(2) { top: 18%; right: 8%; --x: -70px; --y: 44px; animation-delay: .15s; }
.scl90-gather i:nth-child(3) { bottom: 12%; left: 15%; --x: 62px; --y: -42px; animation-delay: .3s; }
.scl90-gather i:nth-child(4) { right: 15%; bottom: 18%; --x: -58px; --y: -32px; animation-delay: .45s; }
@keyframes scl90-gather { 0%,100% { transform: translate(0,0); opacity: .42; } 50% { transform: translate(var(--x), var(--y)); opacity: 1; } }
.scl90-generation-bar { width: min(420px, 80vw); margin: 24px auto; }
.scl90-report { padding-top: 46px; }
.scl90-report-heading { display: flex; justify-content: space-between; gap: 34px; align-items: end; border-bottom: 1px solid rgba(165,220,209,.22); padding-bottom: 34px; }
.scl90-report-heading h1 { margin: 0; color: #f4fbf7; font-size: clamp(38px, 6vw, 72px); line-height: 1.05; }
.scl90-report-heading > div:first-child > p:last-child { color: #8fa9a2; }
.scl90-score-hero { min-width: 220px; border-left: 1px solid rgba(165,220,209,.22); padding-left: 28px; }
.scl90-score-hero span, .scl90-score-hero em { display: block; color: #8fa9a2; font-size: 13px; font-style: normal; }
.scl90-score-hero b { display: block; margin: 4px 0; color: #a5f0d9; font-size: 72px; line-height: 1; }
.scl90-report-notice { margin: 30px 0; border-left: 3px solid #a5f0d9; background: rgba(20,52,52,.62); padding: 22px 24px; color: #c9ddd7; line-height: 1.8; }
.scl90-report-notice b { color: #e8faf3; }
.scl90-report-notice p { margin: 8px 0; }
.scl90-report-notice strong { display: block; margin-top: 14px; color: #f3cf88; font-weight: 600; }
.scl90-stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid rgba(165,220,209,.2); background: rgba(165,220,209,.2); }
.scl90-stat-grid article { background: #0c2226; padding: 24px; }
.scl90-stat-grid span, .scl90-stat-grid small { color: #8fa9a2; font-size: 13px; }
.scl90-stat-grid b { display: inline-block; margin-top: 10px; color: #eaf8f3; font-size: 38px; }
.scl90-report-section { border-bottom: 1px solid rgba(165,220,209,.2); padding: 54px 0; }
.scl90-section-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.scl90-section-head > span { color: #8fa9a2; font-size: 13px; }
.scl90-factor-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.scl90-factor-row { border: 1px solid rgba(165,220,209,.18); background: rgba(12,34,38,.72); padding: 18px; }
.scl90-factor-title { display: flex; gap: 12px; align-items: center; }
.scl90-factor-title > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(165,240,217,.4); border-radius: 50%; color: #a5f0d9; }
.scl90-factor-title b, .scl90-factor-title small { display: block; }
.scl90-factor-title small { margin-top: 4px; color: #8fa9a2; }
.scl90-score-track { height: 6px; margin: 18px 0 12px; background: rgba(165,220,209,.15); }
.scl90-score-track i { display: block; width: var(--w); height: 100%; background: #8de0c8; }
.scl90-level-mild .scl90-score-track i { background: #e3c877; }
.scl90-level-moderate .scl90-score-track i { background: #e8a66d; }
.scl90-level-severe .scl90-score-track i { background: #ee807c; }
.scl90-factor-row > p, .scl90-factor-row details p, .scl90-report-lead, .scl90-report-section > p { color: #b5c9c3; line-height: 1.8; }
.scl90-factor-row details summary { color: #a5f0d9; cursor: pointer; font-size: 13px; }
.scl90-reasons { display: grid; gap: 10px; margin: 18px 0 0; padding-left: 20px; color: #e9f6f1; line-height: 1.7; }
.scl90-advice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.scl90-advice-grid article { border-top: 2px solid #82d8c1; background: rgba(12,34,38,.72); padding: 22px; }
.scl90-advice-grid p { color: #b5c9c3; line-height: 1.8; }
.scl90-boundary-section p:last-child { color: #f3cf88; }
.scl90-report-share { padding: 52px 0 0; }
.scl90-report-share h2 { max-width: 780px; margin: 0; color: #effaf5; font-size: clamp(28px, 4vw, 48px); line-height: 1.25; }
.scl90-copyline { white-space: pre-line; max-width: 660px; color: #b5c9c3; line-height: 1.8; }
.scl90-share-url { display: flex; gap: 14px; align-items: center; margin: 22px 0; border: 1px solid rgba(165,220,209,.2); padding: 14px; color: #8fa9a2; }
.scl90-share-url code { min-width: 0; overflow: hidden; color: #c9eee3; text-overflow: ellipsis; white-space: nowrap; }
.scl90-error { min-height: 70vh; display: grid; place-items: center; align-content: center; gap: 16px; text-align: center; }
@media (max-width: 760px) {
  .scl90-shell { width: min(100% - 28px, 620px); padding-bottom: 38px; }
  .scl90-landing-hero { grid-template-columns: 1fr; gap: 12px; min-height: auto; padding: 50px 0 42px; }
  .scl90-hero-orbit { order: -1; min-height: 210px; }
  .scl90-hero-orbit span { font-size: 92px; }
  .scl90-hero-orbit::before { width: 220px; height: 108px; }
  .scl90-hero-orbit::after { width: 290px; height: 130px; }
  .scl90-hero-copy h1 { font-size: 48px; }
  .scl90-hero-copy > p:not(.scl90-kicker) { font-size: 16px; }
  .scl90-facts { gap: 8px; }
  .scl90-facts article { min-height: 70px; padding-inline: 9px; }
  .scl90-facts strong { font-size: 18px; }
  .scl90-preflight, .scl90-report-heading, .scl90-advice-grid { grid-template-columns: 1fr; display: grid; }
  .scl90-boundary { border-left: 0; border-top: 1px solid rgba(165,220,209,.22); padding: 22px 0 0; }
  .scl90-footer { display: grid; gap: 6px; }
  .scl90-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scl90-options button { min-height: 72px; }
  .scl90-options button span { display: inline-grid; margin: 0 7px 0 0; vertical-align: middle; }
  .scl90-quiz-actions { flex-wrap: wrap; }
  .scl90-quiz-actions button { flex: 1 1 140px; }
  .scl90-score-hero { min-width: 0; border-left: 0; border-top: 1px solid rgba(165,220,209,.22); padding: 22px 0 0; }
  .scl90-stat-grid { grid-template-columns: 1fr; }
  .scl90-factor-list { grid-template-columns: 1fr; }
  .scl90-share-url { display: grid; gap: 8px; }
  .scl90-share-url code { white-space: normal; overflow-wrap: anywhere; }
  .scl90-report-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .scl90-report-actions button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .scl90-gather i { animation: none; opacity: .7; }
  .scl90-primary, .scl90-secondary { transition: none; }
}

/* 24 人物入口和结果揭示使用同一套黑、白、银灰视觉。 */
.entry-page {
  min-height: 100dvh;
  background: #05070a;
  color: #f8fafc;
}

.entry-page .assessment-hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  padding: 0;
  color: #fff;
  background: #05070a;
}

.entry-page .assessment-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: clamp(180px, 26vh, 300px);
  background: linear-gradient(180deg, transparent 0%, rgba(5, 10, 16, .46) 34%, #07101a 100%);
  pointer-events: none;
}

.assessment-hero-media,
.assessment-hero-media::after,
.assessment-hero-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.assessment-hero-media {
  z-index: -2;
  overflow: hidden;
  background:
    url("./history-hero-poster.jpg") center / cover no-repeat,
    radial-gradient(circle at 22% 24%, rgba(255, 255, 255, .25), transparent 1px),
    radial-gradient(circle at 76% 34%, rgba(255, 255, 255, .18), transparent 1px),
    radial-gradient(circle at 56% 72%, rgba(148, 163, 184, .28), transparent 1px),
    radial-gradient(circle at 50% 35%, #273342 0, #0b1118 42%, #030507 100%);
  background-size: 72px 72px, 126px 126px, 164px 164px, auto;
}

.assessment-hero-media video {
  object-fit: cover;
}

.assessment-hero-media::after {
  content: "";
  background: rgba(0, 0, 0, .52);
}

.assessment-hero-media.video-unavailable video { display: none; }

.assessment-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 24px 0;
}

.assessment-wordmark,
.assessment-nav nav a {
  color: #fff;
  text-decoration: none;
}

.assessment-wordmark { position: relative; display: inline-flex; align-items: center; gap: 10px; min-height: 38px; border: 1px solid rgba(217, 230, 244, .42); border-radius: 10px; background: linear-gradient(145deg, rgba(25, 37, 52, .62), rgba(5, 8, 13, .72)); padding: 8px 14px 8px 12px; color: rgba(255, 255, 255, .92); font-weight: 650; font-size: 16px; letter-spacing: .01em; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), inset 0 -1px 0 rgba(255, 255, 255, .04), 0 8px 24px rgba(0, 0, 0, .26), 0 0 14px rgba(190, 216, 255, .06); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.assessment-wordmark::before { content: ""; width: 10px; height: 10px; border: 1px solid rgba(217, 230, 244, .84); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff 0 12%, #b9c9d9 15% 36%, #33465b 68%, #0b111b 100%); box-shadow: 0 0 10px rgba(190, 216, 255, .46); }
.assessment-wordmark::after { content: ""; position: absolute; left: 10px; width: 15px; height: 5px; border: 1px solid rgba(217, 230, 244, .48); border-radius: 50%; transform: rotate(-18deg); pointer-events: none; }
.assessment-wordmark:hover { border-color: rgba(255, 255, 255, .78); background: linear-gradient(145deg, rgba(40, 55, 74, .76), rgba(7, 11, 18, .84)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 0 22px rgba(190, 216, 255, .18); transform: translateY(-1px); }
.assessment-nav nav { display: flex; gap: 26px; }
.assessment-nav nav a { color: rgba(255, 255, 255, .76); font-size: 14px; }
.assessment-nav nav a:hover { color: #fff; }

.hero-nav-cta,
.hero-primary-cta {
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 999px;
  background: #fff;
  color: #080b0f;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.hero-nav-cta { padding: 10px 18px; font-size: 14px; }
.hero-primary-cta { padding: 14px 28px; font-size: 16px; background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(198, 210, 224, .94)); box-shadow: inset 0 1px 0 #fff, 0 10px 28px rgba(0, 0, 0, .28), 0 0 20px rgba(190, 216, 255, .10); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.hero-primary-cta:hover { background: #fff; box-shadow: inset 0 1px 0 #fff, 0 12px 34px rgba(0, 0, 0, .34), 0 0 26px rgba(190, 216, 255, .24); transform: translateY(-2px); }

.hero-home-lanyard { position: relative; display: inline-flex; align-items: flex-start; justify-content: center; width: 62px; height: 82px; color: rgba(255, 255, 255, .92); text-decoration: none; touch-action: none; cursor: grab; transform: rotate(var(--lanyard-angle, 0rad)); transform-origin: 50% 0; will-change: transform; }
.hero-lanyard-cord { position: absolute; top: 0; left: 50%; width: 1px; height: 24px; background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(217, 230, 244, .72)); box-shadow: 0 0 9px rgba(190, 216, 255, .32); }
.hero-lanyard-cord::after { content: ""; position: absolute; left: -4px; bottom: -5px; width: 8px; height: 8px; border: 1px solid rgba(217, 230, 244, .58); border-radius: 50%; background: #070b11; box-shadow: 0 0 10px rgba(190, 216, 255, .22); }
.hero-home-tag { position: absolute; top: 24px; display: grid; place-items: center; width: 52px; height: 48px; overflow: hidden; border: 1px solid rgba(217, 230, 244, .48); border-radius: 10px 10px 16px 16px; background: linear-gradient(145deg, rgba(30, 42, 57, .82), rgba(5, 8, 13, .94)); backdrop-filter: blur(10px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), inset 0 -1px 0 rgba(255, 255, 255, .04), 0 10px 28px rgba(0, 0, 0, .42), 0 0 18px rgba(190, 216, 255, .10); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.hero-home-tag::before { content: ""; position: absolute; top: -7px; left: 50%; width: 12px; height: 12px; border: 1px solid rgba(217, 230, 244, .58); border-radius: 50%; background: #070b11; box-shadow: 0 0 10px rgba(190, 216, 255, .18); transform: translateX(-50%); }
.hero-home-tag::after { content: ""; position: absolute; inset: 0 12% auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .52), transparent); }
.hero-home-tag svg { width: 27px; height: 27px; overflow: visible; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; filter: drop-shadow(0 0 7px rgba(217, 230, 244, .34)); }
.hero-home-tag .planet-crater { fill: rgba(217, 230, 244, .55); stroke: none; }
.hero-home-lanyard:hover .hero-home-tag { transform: translateY(-2px) rotate(-2deg); border-color: rgba(255, 255, 255, .82); background: linear-gradient(145deg, rgba(41, 56, 75, .92), rgba(7, 11, 18, .98)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), 0 12px 34px rgba(0, 0, 0, .46), 0 0 24px rgba(190, 216, 255, .28); }
.hero-home-lanyard.is-dragging { cursor: grabbing; }
.hero-home-lanyard.is-dragging .hero-home-tag { transform: translateY(1px); border-color: rgba(255, 255, 255, .92); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26), 0 14px 36px rgba(0, 0, 0, .50), 0 0 28px rgba(190, 216, 255, .34); }
.hero-home-lanyard::after { content: attr(data-label); position: absolute; top: 78px; left: 50%; width: max-content; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; background: rgba(5, 8, 13, .82); padding: 5px 9px; color: rgba(255, 255, 255, .78); font-size: 11px; line-height: 1; opacity: 0; pointer-events: none; transform: translate(-50%, -4px); transition: opacity .18s ease, transform .18s ease; backdrop-filter: blur(8px); }
.hero-home-lanyard:hover::after,
.hero-home-lanyard:focus-visible::after { opacity: 1; transform: translate(-50%, 0); }
@media (prefers-reduced-motion: reduce) { .hero-home-lanyard { transform: none; } }
.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; }

.assessment-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: calc(100dvh - 77px);
  max-width: 760px;
  margin: 0 auto;
  padding: 88px 24px 128px;
  text-align: center;
}

.hero-eyebrow { margin: 0 0 22px; color: rgba(217, 230, 244, .72); font-size: 12px; letter-spacing: .2em; text-shadow: 0 0 14px rgba(190, 216, 255, .18); }
.hero-badge { position: relative; display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; overflow: hidden; border: 1px solid rgba(217, 230, 244, .42); border-radius: 10px; background: linear-gradient(145deg, rgba(24, 37, 52, .62), rgba(5, 8, 13, .60)); padding: 8px 14px; color: rgba(255, 255, 255, .88); font-size: 13px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 8px 24px rgba(0, 0, 0, .18); }
.hero-badge::before { content: ""; position: absolute; inset: 0 16% auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent); }
.hero-badge span { width: 6px; height: 6px; border: 1px solid rgba(255, 255, 255, .84); border-radius: 50%; background: #d9e6f4; box-shadow: 0 0 10px rgba(190, 216, 255, .56); }
.assessment-hero-copy h1 { max-width: 12ch; margin: 0; color: #fff; font-size: clamp(48px, 5vw, 78px); line-height: 1.08; font-weight: 560; letter-spacing: 0; background: linear-gradient(145deg, #fff 28%, rgba(255, 255, 255, .55) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.assessment-hero-copy h1 span { display: block; margin-bottom: 4px; font-size: .52em; line-height: 1.15; font-weight: 300; }
.assessment-hero-copy h1 strong { display: block; line-height: 1.04; font-weight: 720; }
.assessment-hero-copy > p:not(.hero-eyebrow) { max-width: 520px; margin: 24px 0 30px; color: rgba(255, 255, 255, .76); font-size: 16px; line-height: 1.8; text-wrap: balance; }
.hero-scroll-hint { position: absolute; z-index: 1; right: 32px; bottom: 28px; margin: 0; color: rgba(255, 255, 255, .56); font-size: 12px; writing-mode: vertical-rl; }

.entry-access-shell,
.entry-details { background: #05070a; color: #f8fafc; }
.entry-access-shell { position: relative; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 50% 0%, rgba(58, 83, 112, .18), transparent 34%), linear-gradient(180deg, #07101a, #05070a 56%); }
.entry-access-shell::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .42; background-image: radial-gradient(circle at 12% 24%, rgba(255, 255, 255, .42) 0 1px, transparent 1.5px), radial-gradient(circle at 82% 18%, rgba(190, 216, 255, .38) 0 1px, transparent 1.5px), radial-gradient(circle at 64% 68%, rgba(255, 255, 255, .24) 0 1px, transparent 1.5px); background-size: 180px 160px, 240px 190px, 210px 220px; pointer-events: none; }
.entry-access-shell { padding: 96px 24px 72px; }
.entry-access-panel { width: min(780px, 100%); margin: 0 auto; }
.entry-access-panel h2 { max-width: none; color: #fff; }
.entry-access-panel .kicker,
.entry-details .kicker { color: rgba(255, 255, 255, .58); }
.entry-access-panel .lead,
.entry-details p:last-child { color: rgba(255, 255, 255, .68); }
.entry-access-panel .gate-card { position: relative; margin-top: 26px; overflow: hidden; border: 1px solid rgba(217, 230, 244, .28); border-radius: 12px; background: linear-gradient(145deg, rgba(28, 42, 58, .58), rgba(5, 8, 13, .72)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 18px 46px rgba(0, 0, 0, .26), 0 0 24px rgba(190, 216, 255, .05); }
.entry-access-panel .gate-card::before { content: ""; position: absolute; inset: 0 12% auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .52), transparent); pointer-events: none; }
.access-reminders { display: grid; gap: 10px; margin-top: 18px; }
.access-reminders p { margin: 0; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(255, 255, 255, .035); padding: 10px 14px; color: rgba(255, 255, 255, .62); font-size: 13px; line-height: 1.55; }
.entry-access-panel .input { border-color: rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .08); color: #fff; }
.entry-access-panel .input::placeholder { color: rgba(255, 255, 255, .38); }
.entry-access-panel .btn { border: 1px solid rgba(255, 255, 255, .88); background: linear-gradient(145deg, #fff, #c9d3df); color: #080b0f; box-shadow: inset 0 1px 0 #fff, 0 8px 22px rgba(0, 0, 0, .24); }
.entry-details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 64px; padding: 58px max(24px, calc((100% - 1120px) / 2)) 62px; border-top: 1px solid rgba(255, 255, 255, .10); border-bottom: 1px solid rgba(255, 255, 255, .10); }
.entry-details article { min-width: 0; }
.entry-details article .kicker { margin-bottom: 14px; color: rgba(255, 255, 255, .54); }
.entry-details article h3 { max-width: 17em; color: #fff; font-size: 18px; line-height: 1.42; font-weight: 520; letter-spacing: 0; text-wrap: balance; }
.entry-details article > p:last-child { max-width: 30em; margin: 14px 0 0; color: rgba(255, 255, 255, .58); font-size: 13px; line-height: 1.75; }

.site-footer { border-top: 1px solid rgba(255, 255, 255, .10); background: #05070a; color: #f8fafc; }
.site-footer-inner { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(280px, 1.5fr) minmax(240px, 1fr); align-items: center; gap: 24px; width: min(1120px, calc(100% - 48px)); min-height: 92px; margin: 0 auto; }
.site-footer-brand { display: grid; gap: 3px; }
.site-footer-brand b { font-size: 15px; }
.site-footer-brand span,
.site-footer p,
.site-footer a,
.site-footer button { color: rgba(255, 255, 255, .58); font-size: 13px; }
.site-footer p { margin: 0; text-align: center; }
.site-footer nav { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.site-footer a { text-decoration: none; }
.site-footer button { border: 0; background: transparent; padding: 0; }
.site-footer a:hover,
.site-footer button:hover { color: #fff; }
.site-footer a:focus-visible,
.site-footer button:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }

.result-reveal { position: relative; min-height: 204px; margin: 22px 0 26px; overflow: hidden; border: 1px solid rgba(15, 23, 42, .12); border-radius: 24px; background: #05070a; color: #fff; }
.result-reveal-copy { position: relative; z-index: 1; display: grid; align-content: center; min-height: 204px; padding: 28px 32px; pointer-events: none; }
.result-reveal-copy .kicker { color: rgba(255, 255, 255, .62); }
.result-reveal-copy h3 { font-size: clamp(38px, 6vw, 62px); color: #fff; }
.result-reveal-copy p { max-width: 570px; margin: 12px 0 18px; color: rgba(255, 255, 255, .72); }
.result-reveal-copy .btn { justify-self: start; min-height: 44px; padding: 0 16px; color: #fff; border-color: rgba(255, 255, 255, .4); background: rgba(0, 0, 0, .35); pointer-events: auto; }
#revealCanvas { position: absolute; z-index: 2; inset: 0; touch-action: none; cursor: crosshair; transition: opacity 180ms ease-out; }
.result-reveal.is-revealed #revealCanvas { opacity: 0; pointer-events: none; }

.assessment-nav a:focus-visible,
.assessment-nav button:focus-visible,
.hero-primary-cta:focus-visible,
#revealCanvas:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }

@media (max-width: 900px) {
  .entry-details { grid-template-columns: 1fr; gap: 0; }
  .entry-details article { padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, .10); }
  .entry-details article:first-child { border-top: 0; }
  .site-footer-inner { grid-template-columns: 1fr; gap: 16px; width: min(100% - 32px, 1120px); padding: 28px 0; }
  .site-footer p { text-align: left; }
  .site-footer nav { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 720px) {
  .assessment-nav { width: min(100% - 32px, 1240px); padding: 18px 0; }
  .assessment-nav nav { display: none; }
  .assessment-wordmark { min-height: 36px; padding: 7px 13px; font-size: 15px; }
  .hero-nav-cta { padding: 9px 14px; }
  .hero-home-lanyard { width: 52px; height: 70px; scale: .88; transform-origin: right top; }
  .assessment-hero-copy { min-height: calc(100dvh - 63px); padding: 72px 22px 96px; }
  .assessment-hero-copy h1 { font-size: clamp(42px, 12vw, 56px); }
  .assessment-hero-copy > p:not(.hero-eyebrow) { font-size: 15px; }
  .hero-scroll-hint { display: none; }
  .entry-access-shell { padding: 52px 16px 36px; }
  .entry-access-panel h2 { font-size: 30px; line-height: 1.2; }
  .entry-access-panel .lead { font-size: 15px; line-height: 1.7; }
  .entry-access-panel .gate-card { margin-top: 20px; }
  .entry-details { padding: 18px 20px 28px; }
  .entry-details article { padding: 22px 0; }
  .entry-details article .kicker { margin-bottom: 10px; font-size: 11px; }
  .entry-details article h3 { font-size: 20px; line-height: 1.38; }
  .entry-details article > p:last-child { max-width: none; margin-top: 10px; font-size: 14px; line-height: 1.7; }
  .result-reveal { min-height: 234px; border-radius: 20px; }
  .result-reveal-copy { min-height: 234px; padding: 24px; }
  .site-footer-inner { gap: 14px; padding: 24px 0; }
  .site-footer-brand b { font-size: 16px; }
  .site-footer-brand span,
  .site-footer p,
  .site-footer a,
  .site-footer button { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .assessment-hero-media video { display: none; }
  #revealCanvas { transition: none; }
}

/* Holland local preview */
body.theme-holland { margin: 0; color: #edf0e6; background: #101510; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-holland::before { display: none; }
.holland-shell { min-height: 100dvh; background: linear-gradient(180deg, #101510 0%, #151b15 55%, #0d110d 100%); }
.holland-topbar { display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 1px solid rgba(239, 241, 229, .14); }
.holland-topbar button,
.holland-footer button { border: 0; background: transparent; padding: 8px 0; color: #f3f1e9; font: inherit; font-weight: 700; cursor: pointer; }
.holland-topbar span { color: #a9afa1; font-size: 12px; letter-spacing: .12em; }
.holland-overline { margin: 0 0 18px; color: #d9ff76; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.holland-landing-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: center; gap: 80px; width: min(1180px, calc(100% - 48px)); min-height: 620px; margin: 0 auto; padding: 70px 0; }
.holland-landing-hero h1 { max-width: 10em; margin: 0; color: #f3f1e9; font-size: 68px; line-height: 1.12; font-weight: 700; }
.holland-landing-hero > div:first-child > p:not(.holland-overline) { max-width: 610px; margin: 28px 0 0; color: #b6baaf; font-size: 18px; line-height: 1.85; }
.holland-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.holland-facts span { border: 1px solid rgba(217, 255, 118, .24); padding: 9px 13px; color: #d7dacd; font-size: 13px; }
.holland-code-mark { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; width: min(390px, 100%); }
.holland-code-mark span { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid rgba(243, 241, 233, .16); background: #1c231c; color: #d9ff76; font-size: 54px; font-weight: 800; transition: border-color 160ms ease, background 160ms ease, transform 160ms ease; }
.holland-code-mark span:hover { transform: translateY(-3px); border-color: rgba(217, 255, 118, .7); background: #242d22; }
.holland-intro-band { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: 70px; padding: 76px max(24px, calc((100% - 1180px) / 2)); border-block: 1px solid rgba(243, 241, 233, .12); background: #edece5; color: #151a14; }
.holland-intro-band .holland-overline { color: #667328; }
.holland-intro-band h2,
.holland-start-band h2 { margin: 0; color: #151a14; font-size: 36px; line-height: 1.28; }
.holland-intro-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.holland-intro-grid article { padding-left: 20px; border-left: 1px solid #bfc3b8; }
.holland-intro-grid b { color: #667328; font-size: 13px; }
.holland-intro-grid h3 { margin: 25px 0 10px; color: #151a14; font-size: 20px; }
.holland-intro-grid p { margin: 0; color: #62685f; font-size: 14px; line-height: 1.7; }
.holland-start-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0; }
.holland-start-band > p { max-width: 620px; margin: 0; color: #b6baaf; line-height: 1.7; }
.holland-start-band > div,
.holland-share > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }
.holland-primary,
.holland-secondary { min-height: 48px; border: 1px solid transparent; border-radius: 4px; padding: 0 20px; font: inherit; font-weight: 700; cursor: pointer; transition: transform 150ms ease, border-color 150ms ease, background 150ms ease; }
.holland-primary { background: #d9ff76; color: #11160f; }
.holland-secondary { border-color: rgba(243, 241, 233, .26); background: transparent; color: #edf0e6; }
.holland-primary:hover,
.holland-secondary:hover { transform: translateY(-2px); }
.holland-secondary:hover { border-color: #d9ff76; }
.holland-primary:focus-visible,
.holland-secondary:focus-visible,
.holland-topbar button:focus-visible,
.holland-footer button:focus-visible,
.holland-choices button:focus-visible { outline: 2px solid #d9ff76; outline-offset: 3px; }
.holland-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.holland-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 90px; padding: 20px max(24px, calc((100% - 1180px) / 2)); border-top: 1px solid rgba(243, 241, 233, .12); color: #a9afa1; }
.holland-footer p { max-width: 720px; margin: 0; text-align: right; font-size: 12px; line-height: 1.65; }
.holland-quiz { display: grid; grid-template-rows: auto 1fr; }
.holland-quiz-card { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 90px; }
.holland-quiz-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; color: #aeb4a8; font-size: 13px; }
.holland-quiz-meta b { color: #d9ff76; }
.holland-progress,
.holland-generation-bar { height: 3px; overflow: hidden; background: rgba(243, 241, 233, .14); }
.holland-progress i,
.holland-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: #d9ff76; transition: width 180ms ease; }
.holland-quiz-card h1 { min-height: 2.7em; margin: 62px 0 16px; color: #f3f1e9; font-size: 36px; line-height: 1.35; font-weight: 650; }
.holland-quiz-card > p { margin: 0; color: #9fa69a; }
.holland-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 46px; }
.holland-choices button { display: grid; align-content: center; justify-items: center; gap: 12px; min-height: 130px; border: 1px solid rgba(243, 241, 233, .18); border-radius: 4px; background: #181e18; color: #e6e8e0; cursor: pointer; transition: transform 150ms ease, border-color 150ms ease, background 150ms ease; }
.holland-choices button span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(217, 255, 118, .32); border-radius: 50%; color: #d9ff76; }
.holland-choices button b { font-size: 13px; }
.holland-choices button:hover,
.holland-choices button.is-selected { transform: translateY(-3px); border-color: #d9ff76; background: #252e22; }
.holland-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 30px; }
.holland-generating { display: grid; place-items: center; align-content: center; width: min(760px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.holland-generating h1 { margin: 28px 0 18px; color: #f3f1e9; font-size: 58px; line-height: 1.14; }
.holland-generating > p:not(.holland-overline) { color: #aeb4a8; }
.holland-orbit { display: grid; grid-template-columns: repeat(6, 44px); gap: 7px; }
.holland-orbit span { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(217, 255, 118, .28); color: #d9ff76; animation: holland-pulse 1.2s ease-in-out infinite alternate; }
.holland-orbit span:nth-child(2n) { animation-delay: 180ms; }
@keyframes holland-pulse { to { transform: translateY(-6px); border-color: #d9ff76; background: #252e22; } }
.holland-generation-bar { width: min(520px, 100%); margin: 32px 0 22px; }
.holland-generation-bar i { width: var(--w, 0%); }
.holland-report-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); align-items: end; gap: 70px; width: min(1180px, calc(100% - 48px)); min-height: 560px; margin: 0 auto; padding: 70px 0; }
.holland-report-hero h1 { margin: 0; color: #d9ff76; font-size: 150px; line-height: .9; }
.holland-report-hero h2 { margin: 36px 0 16px; color: #f3f1e9; font-size: 38px; }
.holland-report-hero > div:first-child > p:last-child { max-width: 630px; margin: 0; color: #b6baaf; font-size: 17px; line-height: 1.8; }
.holland-report-rank { display: grid; gap: 10px; }
.holland-report-rank article { display: grid; grid-template-columns: 48px 64px minmax(0, 1fr); align-items: center; min-height: 84px; border: 1px solid rgba(243, 241, 233, .16); padding: 0 22px; background: #181e18; }
.holland-report-rank article span { color: #7f877b; font-size: 12px; }
.holland-report-rank article b { color: #d9ff76; font-size: 30px; }
.holland-report-rank article p { margin: 0; color: #e6e8e0; }
.holland-report-section { padding: 76px max(24px, calc((100% - 1180px) / 2)); border-top: 1px solid rgba(243, 241, 233, .12); }
.holland-report-section > p,
.holland-report-section > ol { max-width: 860px; color: #b6baaf; line-height: 1.85; }
.holland-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.holland-detail-grid article { min-width: 0; padding: 24px; border: 1px solid rgba(243, 241, 233, .14); background: rgba(24, 30, 24, .72); }
.holland-detail-grid h3 { margin: 0 0 12px; color: #f3f1e9; font-size: 20px; }
.holland-detail-grid p,
.holland-detail-grid li { color: #b6baaf; line-height: 1.75; }
.holland-detail-grid small { display: block; margin-top: 12px; color: #8f968a; line-height: 1.65; }
.holland-boundary { color: #aeb4a8; }
.holland-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.holland-section-heading h2,
.holland-report-split h2,
.holland-share h2 { margin: 0; color: #f3f1e9; font-size: 34px; }
.holland-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 50px; }
.holland-score-row { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; gap: 16px; min-height: 86px; border-bottom: 1px solid rgba(243, 241, 233, .12); }
.holland-score-symbol { color: #d9ff76; font-size: 28px; font-weight: 800; }
.holland-score-row header { display: flex; justify-content: space-between; margin-bottom: 12px; color: #d9dcd3; }
.holland-score-row header span { color: #aeb4a8; }
.holland-score-bar { height: 5px; background: rgba(243, 241, 233, .12); }
.holland-score-bar i { display: block; width: var(--w); height: 100%; background: linear-gradient(90deg, #d9ff76, #f0b969); }
.holland-report-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px; background: #ecebe3; color: #171c16; }
.holland-report-split .holland-overline { color: #667328; }
.holland-report-split h2 { color: #171c16; }
.holland-report-split p:not(.holland-overline),
.holland-report-split li { color: #5d645b; line-height: 1.8; }
.holland-report-split ol { margin: 0; padding-left: 22px; }
.holland-boundary { display: grid; grid-template-columns: 160px 1fr 1fr; gap: 32px; padding: 34px max(24px, calc((100% - 1180px) / 2)); border-block: 1px solid rgba(243, 241, 233, .12); color: #8f968a; font-size: 12px; line-height: 1.65; }
.holland-boundary b { color: #e7e9e1; }
.holland-boundary p { margin: 0; }
.holland-share { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 58px max(24px, calc((100% - 1180px) / 2)); }
.holland-share > div:first-child { width: 100%; min-width: 0; max-width: 100%; }
.holland-share #hollandShareUrl { max-width: 640px; overflow: hidden; color: #8f968a; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.holland-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.holland-load-error h1 { color: #f3f1e9; }
.holland-load-error p { color: #aeb4a8; }

@media (max-width: 800px) {
  .holland-landing-hero,
  .holland-report-hero,
  .holland-intro-band,
  .holland-report-split { grid-template-columns: 1fr; }
  .holland-landing-hero { gap: 42px; min-height: 0; padding: 54px 0; }
  .holland-landing-hero h1 { font-size: 48px; }
  .holland-code-mark { width: 100%; }
  .holland-intro-band { gap: 40px; padding-block: 52px; }
  .holland-intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .holland-start-band,
  .holland-share { align-items: flex-start; flex-direction: column; }
  .holland-choices { grid-template-columns: 1fr; }
  .holland-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 64px; padding: 0 16px; }
  .holland-choices button span { grid-column: 1; grid-row: 1; }
  .holland-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .holland-quiz-card { padding-top: 38px; }
  .holland-quiz-card h1 { min-height: 0; margin-top: 40px; font-size: 28px; }
  .holland-report-hero { gap: 45px; min-height: 0; padding: 56px 0; }
  .holland-report-hero h1 { font-size: 92px; }
  .holland-score-list { grid-template-columns: 1fr; }
  .holland-detail-grid { grid-template-columns: 1fr; }
  .holland-boundary { grid-template-columns: 1fr; gap: 12px; }
  .holland-footer { align-items: flex-start; flex-direction: column; }
  .holland-footer p { text-align: left; }
}

@media (max-width: 430px) {
  .holland-topbar { min-height: 60px; padding-inline: 16px; }
  .holland-landing-hero,
  .holland-start-band,
  .holland-report-hero { width: calc(100% - 32px); }
  .holland-landing-hero h1 { font-size: 40px; }
  .holland-landing-hero > div:first-child > p:not(.holland-overline) { font-size: 15px; }
  .holland-code-mark { gap: 6px; }
  .holland-code-mark span { font-size: 34px; }
  .holland-intro-band,
  .holland-report-section,
  .holland-boundary,
  .holland-share { padding-inline: 16px; }
  .holland-primary,
  .holland-secondary { width: 100%; }
  .holland-start-band > div,
  .holland-share > div:last-child { width: 100%; }
  .holland-quiz-card { width: calc(100% - 32px); }
  .holland-quiz-actions { flex-direction: column; }
  .holland-generating h1 { font-size: 42px; }
  .holland-orbit { grid-template-columns: repeat(6, 38px); gap: 4px; }
  .holland-orbit span { width: 38px; height: 38px; }
  .holland-report-hero h2 { font-size: 30px; }
  .holland-report-rank article { grid-template-columns: 38px 52px minmax(0, 1fr); padding-inline: 14px; }
  .holland-section-heading h2,
  .holland-report-split h2,
  .holland-share h2 { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .holland-orbit span { animation: none; }
  .holland-code-mark span,
  .holland-primary,
  .holland-secondary,
  .holland-choices button { transition: none; }
}

/* Litarch local preview */
body.theme-litarch { margin: 0; color: #17231f; background: #eee9dc; font-family: "Songti SC", "SimSun", serif; }
.theme-litarch::before { display: none; }
.litarch-shell { min-height: 100dvh; background: #eee9dc; }
.litarch-topbar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 1px solid rgba(23, 35, 31, .18); }
.litarch-topbar button,
.litarch-footer button { border: 0; background: transparent; padding: 8px 0; color: #17231f; font: inherit; font-weight: 700; cursor: pointer; }
.litarch-topbar span { color: #68736d; font-size: 12px; letter-spacing: .12em; }
.litarch-kicker { margin: 0 0 18px; color: #9b3c30; font-family: "Microsoft YaHei", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.litarch-landing-hero { position: relative; min-height: 720px; overflow: hidden; }
.litarch-landscape { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(238, 233, 220, .98) 0%, rgba(238, 233, 220, .88) 42%, rgba(238, 233, 220, .12) 74%), url("./litarch-landscape.webp") center / cover no-repeat; }
.litarch-hero-copy { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 92px 0 72px; }
.litarch-hero-copy h1 { max-width: 8em; margin: 0; color: #17231f; font-size: 68px; line-height: 1.2; font-weight: 700; }
.litarch-hero-copy > p:not(.litarch-kicker) { max-width: 560px; margin: 28px 0 0; color: #56625c; font-size: 17px; line-height: 1.95; }
.litarch-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.litarch-primary,
.litarch-secondary { min-height: 48px; border: 1px solid #263a33; border-radius: 3px; padding: 0 20px; font: inherit; font-weight: 700; cursor: pointer; transition: transform 150ms ease, background 150ms ease, color 150ms ease; }
.litarch-primary { background: #263a33; color: #f5f0e5; }
.litarch-secondary { background: transparent; color: #263a33; }
.litarch-primary:hover,
.litarch-secondary:hover { transform: translateY(-2px); }
.litarch-secondary:hover { background: #263a33; color: #f5f0e5; }
.litarch-primary:focus-visible,
.litarch-secondary:focus-visible,
.litarch-topbar button:focus-visible,
.litarch-footer button:focus-visible,
.litarch-choices button:focus-visible { outline: 2px solid #9b3c30; outline-offset: 3px; }
.litarch-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.litarch-symbols { position: absolute; z-index: 2; right: max(24px, calc((100% - 1180px) / 2)); bottom: 38px; display: grid; grid-template-columns: repeat(6, 62px); gap: 5px; }
.litarch-symbols span { display: grid; place-items: center; align-content: center; gap: 4px; aspect-ratio: 1; border: 1px solid rgba(23, 35, 31, .22); background: rgba(238, 233, 220, .72); backdrop-filter: blur(5px); }
.litarch-symbols b { color: #2f5b54; font-size: 23px; }
.litarch-symbols small { color: #6c756f; font-size: 9px; }
.litarch-preface { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 50px; padding: 58px max(24px, calc((100% - 1180px) / 2)); border-block: 1px solid rgba(23, 35, 31, .18); background: #17231f; color: #ece8dd; }
.litarch-preface .litarch-kicker { color: #d38a72; }
.litarch-preface h2 { max-width: 650px; margin: 0; color: #f1ede2; font-size: 34px; line-height: 1.4; }
.litarch-preface div p { max-width: 780px; margin: 20px 0 0; color: #aeb7b2; font-size: 14px; line-height: 1.9; }
.litarch-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1180px) / 2)); border-top: 1px solid rgba(23, 35, 31, .18); }
.litarch-footer p { max-width: 760px; margin: 0; color: #68736d; text-align: right; font-family: "Microsoft YaHei", sans-serif; font-size: 11px; line-height: 1.7; }
.litarch-quiz { min-height: 100dvh; background: linear-gradient(90deg, #d9d2c1 0 27%, #f1ede3 27% 100%); }
.litarch-quiz-sheet { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 70px; width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 90px; }
.litarch-quiz-sheet aside { display: grid; align-content: start; justify-items: start; gap: 14px; padding-top: 40px; }
.litarch-quiz-sheet aside span { color: #9b3c30; font-size: 120px; line-height: 1; }
.litarch-quiz-sheet aside b { color: #263a33; font-size: 24px; }
.litarch-quiz-sheet aside small { color: #778079; font-family: "Microsoft YaHei", sans-serif; font-size: 11px; letter-spacing: .12em; }
.litarch-question { min-width: 0; }
.litarch-progress,
.litarch-generation-bar { height: 3px; background: rgba(23, 35, 31, .16); }
.litarch-progress i,
.litarch-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: #9b3c30; transition: width 180ms ease; }
.litarch-question > .litarch-kicker { margin-top: 56px; }
.litarch-question h1 { min-height: 3em; margin: 0; color: #17231f; font-size: 38px; line-height: 1.5; font-weight: 700; }
.litarch-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 48px; }
.litarch-choices button { display: grid; align-content: center; justify-items: center; gap: 12px; min-height: 122px; border: 1px solid rgba(23, 35, 31, .22); border-radius: 3px; background: rgba(255, 253, 247, .44); color: #263a33; cursor: pointer; transition: transform 150ms ease, background 150ms ease, border-color 150ms ease; }
.litarch-choices button span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(155, 60, 48, .44); border-radius: 50%; color: #9b3c30; font-family: "Microsoft YaHei", sans-serif; font-size: 12px; }
.litarch-choices button b { font-size: 13px; }
.litarch-choices button:hover,
.litarch-choices button.is-selected { transform: translateY(-3px); border-color: #9b3c30; background: #fffdf7; }
.litarch-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.litarch-generating { display: grid; place-items: center; align-content: center; width: min(760px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.litarch-generating h1 { margin: 24px 0 16px; color: #17231f; font-size: 58px; line-height: 1.25; }
.litarch-generating > p:not(.litarch-kicker) { color: #68736d; }
.litarch-ink-ring { display: grid; grid-template-columns: repeat(6, 48px); gap: 6px; }
.litarch-ink-ring span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(23, 35, 31, .3); color: #2f5b54; animation: litarch-drift 1.25s ease-in-out infinite alternate; }
.litarch-ink-ring span:nth-child(2n) { animation-delay: 180ms; color: #9b3c30; }
@keyframes litarch-drift { to { transform: translateY(-6px); background: rgba(255, 255, 255, .45); } }
.litarch-generation-bar { width: min(520px, 100%); margin: 30px 0 22px; }
.litarch-report-hero { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr); min-height: 670px; }
.litarch-report-image { background: linear-gradient(90deg, rgba(238, 233, 220, .05), rgba(238, 233, 220, .35)), url("./litarch-landscape.webp") center / cover no-repeat; }
.litarch-report-hero > div:last-child { align-self: center; padding: 70px max(40px, calc((100vw - 1180px) / 2)); }
.litarch-result-symbol { display: block; color: #9b3c30; font-size: 138px; line-height: .9; }
.litarch-report-hero h1 { margin: 28px 0 18px; color: #17231f; font-size: 54px; }
.litarch-report-hero > div:last-child > p:not(.litarch-kicker) { max-width: 620px; margin: 0; color: #59655f; font-size: 17px; line-height: 1.85; }
.litarch-support { margin-top: 34px; border-left: 3px solid #2f5b54; padding: 4px 0 4px 18px; }
.litarch-support small { color: #78817b; font-family: "Microsoft YaHei", sans-serif; font-size: 10px; }
.litarch-support b { display: block; margin: 8px 0; color: #2f5b54; font-size: 22px; }
.litarch-support p { margin: 0; color: #68736d; font-size: 13px; line-height: 1.7; }
.litarch-report-section { padding: 72px max(24px, calc((100% - 1180px) / 2)); border-top: 1px solid rgba(23, 35, 31, .18); }
.litarch-section-heading { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 50px; margin-bottom: 42px; }
.litarch-section-heading h2,
.litarch-advice h2,
.litarch-share h2 { margin: 0; color: #17231f; font-size: 34px; line-height: 1.4; }
.litarch-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 50px; }
.litarch-score-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 16px; min-height: 82px; border-bottom: 1px solid rgba(23, 35, 31, .16); }
.litarch-score-row > span { color: #9b3c30; font-size: 28px; }
.litarch-score-row header { display: flex; justify-content: space-between; margin-bottom: 11px; }
.litarch-score-row header b { color: #263a33; }
.litarch-score-row header em { color: #778079; font-family: "Microsoft YaHei", sans-serif; font-size: 12px; font-style: normal; }
.litarch-score-row div > div { height: 4px; background: rgba(23, 35, 31, .14); }
.litarch-score-row i { display: block; width: var(--w); height: 100%; background: linear-gradient(90deg, #9b3c30, #2f5b54); }
.litarch-advice { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 70px; background: #17231f; color: #eee9dc; }
.litarch-advice .litarch-kicker { color: #d38a72; }
.litarch-advice h2 { color: #f2ede2; }
.litarch-advice ol { display: grid; gap: 18px; margin: 0; padding-left: 28px; }
.litarch-advice li { padding-left: 8px; color: #c4cbc6; font-size: 16px; line-height: 1.75; }
.litarch-boundary { display: grid; grid-template-columns: 150px 1fr 1fr; gap: 30px; padding: 34px max(24px, calc((100% - 1180px) / 2)); border-block: 1px solid rgba(23, 35, 31, .18); color: #68736d; font-family: "Microsoft YaHei", sans-serif; font-size: 11px; line-height: 1.7; }
.litarch-boundary p { margin: 0; }
.litarch-share { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 56px max(24px, calc((100% - 1180px) / 2)); }
.litarch-share > div:first-child { width: 100%; min-width: 0; }
.litarch-share > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
.litarch-share #litarchShareUrl { max-width: 620px; overflow: hidden; color: #78817b; font-family: "Microsoft YaHei", sans-serif; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.litarch-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.litarch-load-error p { color: #68736d; }

@media (max-width: 820px) {
  .litarch-landing-hero { min-height: 700px; }
  .litarch-landscape { background: linear-gradient(180deg, rgba(238, 233, 220, .98) 0%, rgba(238, 233, 220, .84) 52%, rgba(238, 233, 220, .08) 100%), url("./litarch-landscape.webp") center / cover no-repeat; }
  .litarch-hero-copy { padding-top: 58px; }
  .litarch-hero-copy h1 { font-size: 50px; }
  .litarch-symbols { right: 24px; left: 24px; grid-template-columns: repeat(6, 1fr); }
  .litarch-preface,
  .litarch-section-heading,
  .litarch-advice { grid-template-columns: 1fr; gap: 24px; }
  .litarch-quiz { background: #f1ede3; }
  .litarch-quiz-sheet { grid-template-columns: 1fr; gap: 20px; }
  .litarch-quiz-sheet aside { grid-template-columns: auto 1fr; align-items: center; gap: 8px 16px; padding-top: 0; }
  .litarch-quiz-sheet aside span { grid-row: 1 / 3; font-size: 78px; }
  .litarch-question > .litarch-kicker { margin-top: 32px; }
  .litarch-choices { grid-template-columns: 1fr; }
  .litarch-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .litarch-choices button span { grid-column: 1; grid-row: 1; }
  .litarch-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .litarch-report-hero { grid-template-columns: 1fr; }
  .litarch-report-image { min-height: 340px; }
  .litarch-report-hero > div:last-child { padding: 50px 24px; }
  .litarch-score-list { grid-template-columns: 1fr; }
  .litarch-boundary { grid-template-columns: 1fr; gap: 12px; }
  .litarch-share { align-items: flex-start; flex-direction: column; }
  .litarch-share > div:last-child { width: 100%; }
  .litarch-footer { align-items: flex-start; flex-direction: column; }
  .litarch-footer p { text-align: left; }
}

@media (max-width: 430px) {
  .litarch-topbar { min-height: 58px; padding-inline: 16px; }
  .litarch-hero-copy,
  .litarch-quiz-sheet { width: calc(100% - 32px); }
  .litarch-hero-copy h1 { font-size: 42px; }
  .litarch-hero-copy > p:not(.litarch-kicker) { font-size: 15px; }
  .litarch-symbols { right: 16px; left: 16px; gap: 3px; }
  .litarch-symbols small { display: none; }
  .litarch-preface,
  .litarch-report-section,
  .litarch-boundary,
  .litarch-share { padding-inline: 16px; }
  .litarch-question h1 { min-height: 0; font-size: 28px; }
  .litarch-quiz-actions { flex-direction: column; }
  .litarch-primary,
  .litarch-secondary { width: 100%; }
  .litarch-generating h1 { font-size: 42px; }
  .litarch-ink-ring { grid-template-columns: repeat(6, 40px); gap: 3px; }
  .litarch-ink-ring span { width: 40px; height: 40px; }
  .litarch-report-image { min-height: 260px; }
  .litarch-result-symbol { font-size: 100px; }
  .litarch-report-hero h1 { font-size: 40px; }
  .litarch-share > div:last-child { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .litarch-ink-ring span { animation: none; }
  .litarch-primary,
  .litarch-secondary,
  .litarch-choices button { transition: none; }
}

/* Moviepersona local preview */
body.theme-moviepersona { margin: 0; color: #edf2ef; background: #07090c; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-moviepersona::before { display: none; }
.movie-shell { min-height: 100dvh; background: #07090c; }
.movie-topbar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1200px) / 2)); border-bottom: 1px solid rgba(224, 233, 231, .16); }
.movie-topbar button,
.movie-footer button { border: 0; background: transparent; padding: 8px 0; color: #f2f5f1; font: inherit; font-weight: 700; cursor: pointer; }
.movie-topbar span { color: #839398; font-size: 11px; letter-spacing: .14em; }
.movie-kicker { margin: 0 0 17px; color: #78c7ce; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.movie-landing-hero { position: relative; min-height: 760px; overflow: hidden; }
.movie-stage { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 9, 12, .96) 0%, rgba(7, 9, 12, .78) 46%, rgba(7, 9, 12, .12) 82%), url("./moviepersona-stage.webp") center / cover no-repeat; }
.movie-hero-copy { position: relative; z-index: 1; width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0 80px; }
.movie-hero-copy h1 { max-width: 12em; margin: 0; color: #f3f6f2; font-size: 60px; line-height: 1.2; }
.movie-hero-copy > p:not(.movie-kicker) { max-width: 650px; margin: 26px 0 0; color: #aab7b8; font-size: 16px; line-height: 1.85; }
.movie-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.movie-primary,
.movie-secondary { min-height: 48px; border: 1px solid rgba(224, 233, 231, .38); border-radius: 3px; padding: 0 20px; font: inherit; font-weight: 700; cursor: pointer; transition: transform 150ms ease, border-color 150ms ease, background 150ms ease; }
.movie-primary { border-color: #e85d56; background: #e85d56; color: #090b0e; }
.movie-secondary { background: rgba(7, 9, 12, .28); color: #edf2ef; }
.movie-primary:hover,
.movie-secondary:hover { transform: translateY(-2px); }
.movie-secondary:hover { border-color: #78c7ce; }
.movie-primary:focus-visible,
.movie-secondary:focus-visible,
.movie-topbar button:focus-visible,
.movie-footer button:focus-visible,
.movie-choices button:focus-visible { outline: 2px solid #78c7ce; outline-offset: 3px; }
.movie-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.movie-archetypes { position: absolute; z-index: 2; right: max(24px, calc((100% - 1200px) / 2)); bottom: 42px; display: grid; grid-template-columns: repeat(4, 128px); gap: 7px; }
.movie-archetypes article { display: grid; grid-template-columns: 24px 34px 1fr; align-items: center; min-height: 72px; border: 1px solid rgba(224, 233, 231, .18); background: rgba(10, 14, 18, .66); padding: 0 13px; backdrop-filter: blur(7px); }
.movie-archetypes article span { color: #637278; font-size: 9px; }
.movie-archetypes article b { color: #e85d56; font-size: 24px; }
.movie-archetypes article:nth-child(even) b { color: #78c7ce; }
.movie-archetypes article p { margin: 0; color: #dfe5e2; font-size: 11px; }
.movie-boundary-note { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 50px; padding: 36px max(24px, calc((100% - 1200px) / 2)); border-block: 1px solid rgba(224, 233, 231, .16); background: #11171b; }
.movie-boundary-note b { color: #e85d56; }
.movie-boundary-note p { max-width: 780px; margin: 0; color: #94a1a3; font-size: 13px; line-height: 1.8; }
.movie-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1200px) / 2)); border-top: 1px solid rgba(224, 233, 231, .16); }
.movie-footer p { max-width: 760px; margin: 0; color: #7f8c8e; text-align: right; font-size: 11px; line-height: 1.7; }
.movie-quiz { min-height: 100dvh; background: linear-gradient(90deg, #11171b 0 25%, #080b0f 25% 100%); }
.movie-quiz-frame { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 70px; width: min(1060px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 90px; }
.movie-scene-mark { display: grid; align-content: start; gap: 8px; padding-top: 38px; }
.movie-scene-mark span { color: #78c7ce; font-size: 11px; letter-spacing: .16em; }
.movie-scene-mark b { color: #e85d56; font-size: 112px; line-height: 1; }
.movie-scene-mark small { color: #879496; font-size: 12px; }
.movie-progress,
.movie-generation-bar { height: 3px; background: rgba(224, 233, 231, .15); }
.movie-progress i,
.movie-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: linear-gradient(90deg, #78c7ce, #e85d56); transition: width 180ms ease; }
.movie-question > .movie-kicker { margin-top: 56px; }
.movie-question h1 { min-height: 3em; margin: 0; color: #f2f5f1; font-size: 38px; line-height: 1.45; }
.movie-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 46px; }
.movie-choices button { display: grid; align-content: center; justify-items: center; gap: 12px; min-height: 122px; border: 1px solid rgba(224, 233, 231, .2); border-radius: 3px; background: #10151a; color: #dce3e0; cursor: pointer; transition: transform 150ms ease, border-color 150ms ease, background 150ms ease; }
.movie-choices button span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(120, 199, 206, .44); border-radius: 50%; color: #78c7ce; font-size: 12px; }
.movie-choices button b { font-size: 13px; }
.movie-choices button:hover,
.movie-choices button.is-selected { transform: translateY(-3px); border-color: #e85d56; background: #182027; }
.movie-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.movie-generating { display: grid; place-items: center; align-content: center; width: min(760px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.movie-generating h1 { margin: 24px 0 16px; color: #f2f5f1; font-size: 58px; line-height: 1.2; }
.movie-generating > p:not(.movie-kicker) { color: #8b999b; }
.movie-reel { display: grid; grid-template-columns: repeat(4, 58px); gap: 7px; }
.movie-reel span { position: relative; width: 58px; height: 58px; border: 1px solid rgba(224, 233, 231, .26); border-radius: 50%; animation: movie-spin 1.4s linear infinite; }
.movie-reel span::before,
.movie-reel span::after { content: ""; position: absolute; inset: 15px; border: 4px dotted #78c7ce; border-radius: 50%; }
.movie-reel span:nth-child(even)::before { border-color: #e85d56; }
@keyframes movie-spin { to { transform: rotate(360deg); } }
.movie-generation-bar { width: min(520px, 100%); margin: 30px 0 22px; }
.movie-report-hero { display: grid; grid-template-columns: minmax(460px, 1fr) minmax(0, 1fr); min-height: 680px; }
.movie-report-stage { background: linear-gradient(90deg, rgba(7, 9, 12, .08), rgba(7, 9, 12, .26)), url("./moviepersona-stage.webp") center / cover no-repeat; }
.movie-report-hero > div:last-child { align-self: center; padding: 70px max(40px, calc((100vw - 1200px) / 2)); }
.movie-result-symbol { display: block; color: #e85d56; font-size: 138px; font-weight: 800; line-height: .9; }
.movie-report-hero h1 { margin: 28px 0 18px; color: #f2f5f1; font-size: 50px; }
.movie-report-hero > div:last-child > p:not(.movie-kicker) { max-width: 620px; margin: 0; color: #a6b3b4; font-size: 16px; line-height: 1.8; }
.movie-support { margin-top: 34px; border-left: 3px solid #78c7ce; padding: 4px 0 4px 18px; }
.movie-support small { color: #78888b; font-size: 9px; letter-spacing: .12em; }
.movie-support b { display: block; margin: 8px 0; color: #78c7ce; font-size: 21px; }
.movie-support p { margin: 0; color: #899799; font-size: 13px; line-height: 1.7; }
.movie-report-section { padding: 72px max(24px, calc((100% - 1200px) / 2)); border-top: 1px solid rgba(224, 233, 231, .16); }
.movie-section-heading { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 50px; margin-bottom: 42px; }
.movie-section-heading h2,
.movie-advice h2,
.movie-share h2 { margin: 0; color: #f2f5f1; font-size: 34px; }
.movie-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 50px; }
.movie-score-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 16px; min-height: 84px; border-bottom: 1px solid rgba(224, 233, 231, .14); }
.movie-score-row > span { color: #e85d56; font-size: 28px; font-weight: 800; }
.movie-score-row:nth-child(even) > span { color: #78c7ce; }
.movie-score-row header { display: flex; justify-content: space-between; margin-bottom: 11px; }
.movie-score-row header b { color: #dfe5e2; }
.movie-score-row header em { color: #7f8d90; font-size: 12px; font-style: normal; }
.movie-score-row div > div { height: 4px; background: rgba(224, 233, 231, .13); }
.movie-score-row i { display: block; width: var(--w); height: 100%; background: linear-gradient(90deg, #78c7ce, #e85d56); }
.movie-advice { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 70px; background: #e9ece7; color: #172024; }
.movie-advice .movie-kicker { color: #a84440; }
.movie-advice h2 { color: #172024; }
.movie-advice ol { display: grid; gap: 18px; margin: 0; padding-left: 28px; }
.movie-advice li { padding-left: 8px; color: #4f5c60; font-size: 16px; line-height: 1.75; }
.movie-boundary { display: grid; grid-template-columns: 150px 1fr 1fr; gap: 30px; padding: 34px max(24px, calc((100% - 1200px) / 2)); border-block: 1px solid rgba(224, 233, 231, .16); color: #7e8c8e; font-size: 11px; line-height: 1.7; }
.movie-boundary p { margin: 0; }
.movie-share { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 56px max(24px, calc((100% - 1200px) / 2)); }
.movie-share > div:first-child { width: 100%; min-width: 0; }
.movie-share > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
.movie-share #movieShareUrl { max-width: 620px; overflow: hidden; color: #778689; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.movie-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.movie-load-error h1 { color: #f2f5f1; }
.movie-load-error p { color: #849295; }

@media (max-width: 850px) {
  .movie-stage { background: linear-gradient(180deg, rgba(7, 9, 12, .96) 0%, rgba(7, 9, 12, .76) 58%, rgba(7, 9, 12, .16) 100%), url("./moviepersona-stage.webp") center / cover no-repeat; }
  .movie-hero-copy { padding-top: 64px; }
  .movie-hero-copy h1 { font-size: 46px; }
  .movie-archetypes { right: 24px; left: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .movie-boundary-note,
  .movie-section-heading,
  .movie-advice { grid-template-columns: 1fr; gap: 22px; }
  .movie-quiz { background: #080b0f; }
  .movie-quiz-frame { grid-template-columns: 1fr; gap: 16px; }
  .movie-scene-mark { grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; padding-top: 0; }
  .movie-scene-mark b { grid-row: 1 / 3; font-size: 76px; }
  .movie-question > .movie-kicker { margin-top: 32px; }
  .movie-choices { grid-template-columns: 1fr; }
  .movie-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .movie-choices button span { grid-column: 1; grid-row: 1; }
  .movie-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .movie-report-hero { grid-template-columns: 1fr; }
  .movie-report-stage { min-height: 340px; }
  .movie-report-hero > div:last-child { padding: 50px 24px; }
  .movie-score-list { grid-template-columns: 1fr; }
  .movie-boundary { grid-template-columns: 1fr; gap: 12px; }
  .movie-share { align-items: flex-start; flex-direction: column; }
  .movie-share > div:last-child { width: 100%; }
  .movie-footer { align-items: flex-start; flex-direction: column; }
  .movie-footer p { text-align: left; }
}

@media (max-width: 430px) {
  .movie-topbar { min-height: 58px; padding-inline: 16px; }
  .movie-hero-copy,
  .movie-quiz-frame { width: calc(100% - 32px); }
  .movie-hero-copy h1 { font-size: 38px; }
  .movie-hero-copy > p:not(.movie-kicker) { font-size: 15px; }
  .movie-archetypes { right: 16px; left: 16px; bottom: 24px; }
  .movie-boundary-note,
  .movie-report-section,
  .movie-boundary,
  .movie-share { padding-inline: 16px; }
  .movie-question h1 { min-height: 0; font-size: 28px; }
  .movie-quiz-actions { flex-direction: column; }
  .movie-primary,
  .movie-secondary { width: 100%; }
  .movie-generating h1 { font-size: 42px; }
  .movie-reel { grid-template-columns: repeat(4, 48px); }
  .movie-reel span { width: 48px; height: 48px; }
  .movie-report-stage { min-height: 260px; }
  .movie-result-symbol { font-size: 100px; }
  .movie-report-hero h1 { font-size: 38px; }
  .movie-share > div:last-child { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .movie-reel span { animation: none; }
  .movie-primary,
  .movie-secondary,
  .movie-choices button { transition: none; }
}

/* SBTI entertainment preview */
body.theme-sbti { margin: 0; color: #111519; background: #f2efdf; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-sbti::before { display: none; }
.sbti-shell { min-height: 100dvh; background: #f2efdf; }
.sbti-topbar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #111519; }
.sbti-topbar button,
.sbti-footer button { border: 0; background: transparent; padding: 8px 0; color: #111519; font: inherit; font-weight: 800; cursor: pointer; }
.sbti-topbar span { color: #51595b; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.sbti-kicker { margin: 0 0 16px; color: #2056c8; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.sbti-landing-hero { position: relative; min-height: 740px; overflow: hidden; }
.sbti-zine { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(242, 239, 223, .98) 0%, rgba(242, 239, 223, .82) 48%, rgba(242, 239, 223, .06) 82%), url("./sbti-zine.webp") center / cover no-repeat; }
.sbti-hero-copy { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 92px 0 80px; }
.sbti-hero-copy h1 { max-width: 12em; margin: 0; color: #111519; font-size: 62px; line-height: 1.17; font-weight: 900; }
.sbti-hero-copy > p:not(.sbti-kicker) { max-width: 620px; margin: 26px 0 0; color: #4e5858; font-size: 16px; line-height: 1.8; }
.sbti-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.sbti-primary,
.sbti-secondary { min-height: 48px; border: 2px solid #111519; border-radius: 2px; padding: 0 20px; font: inherit; font-weight: 800; cursor: pointer; transition: transform 130ms ease, background 130ms ease; }
.sbti-primary { background: #f4d739; color: #111519; box-shadow: 5px 5px 0 #111519; }
.sbti-secondary { background: #f2efdf; color: #111519; }
.sbti-primary:hover,
.sbti-secondary:hover { transform: translate(-2px, -2px); }
.sbti-secondary:hover { background: #2056c8; color: #fff; }
.sbti-primary:focus-visible,
.sbti-secondary:focus-visible,
.sbti-topbar button:focus-visible,
.sbti-footer button:focus-visible,
.sbti-choices button:focus-visible { outline: 3px solid #f05b4f; outline-offset: 3px; }
.sbti-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.sbti-method { padding: 54px max(24px, calc((100% - 1180px) / 2)); border-block: 2px solid #111519; background: #f2efdf; }
.sbti-method-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.sbti-method-head h2 { margin: 0; color: #111519; font-size: 32px; line-height: 1.2; }
.sbti-method-head > span { color: #596162; font-size: 12px; }
.sbti-dimension-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; }
.sbti-dimension-strip article { display: grid; grid-template-columns: 22px 30px 1fr; align-items: center; min-height: 68px; border: 2px solid #111519; background: #f2efdf; padding: 0 10px; }
.sbti-dimension-strip article span { font-size: 9px; }
.sbti-dimension-strip article b { color: #2056c8; font-size: 23px; }
.sbti-dimension-strip article:nth-child(2n) b { color: #f05b4f; }
.sbti-dimension-strip article:nth-child(4) { background: #f4d739; }
.sbti-dimension-strip article p { margin: 0; font-size: 10px; font-weight: 700; }
.sbti-warning { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 45px; padding: 32px max(24px, calc((100% - 1180px) / 2)); border-block: 2px solid #111519; background: #111519; color: #f2efdf; }
.sbti-warning b { color: #f4d739; }
.sbti-warning p { max-width: 780px; margin: 0; color: #c7c5b8; font-size: 13px; line-height: 1.8; }
.sbti-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 86px; padding: 20px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #111519; }
.sbti-footer p { max-width: 760px; margin: 0; color: #596162; text-align: right; font-size: 11px; line-height: 1.7; }
.sbti-quiz { min-height: 100dvh; background: linear-gradient(90deg, #2056c8 0 24%, #f2efdf 24% 100%); }
.sbti-quiz-board { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 70px; width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 90px; }
.sbti-quiz-board aside { display: grid; align-content: start; gap: 8px; padding-top: 34px; color: #fff; }
.sbti-quiz-board aside span { font-size: 118px; font-weight: 900; line-height: 1; }
.sbti-quiz-board aside b { font-size: 22px; }
.sbti-quiz-board aside small { font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.sbti-progress,
.sbti-generation-bar { height: 5px; border: 1px solid #111519; background: #fff; }
.sbti-progress i,
.sbti-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: linear-gradient(90deg, #2056c8, #f05b4f, #f4d739); transition: width 160ms ease; }
.sbti-question > .sbti-kicker { margin-top: 52px; }
.sbti-question h1 { min-height: 3em; margin: 0; color: #111519; font-size: 38px; line-height: 1.45; font-weight: 900; }
.sbti-choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 44px; }
.sbti-choices button { display: grid; align-content: center; justify-items: center; gap: 11px; min-height: 118px; border: 2px solid #111519; border-radius: 2px; background: #f8f5e9; color: #111519; cursor: pointer; transition: transform 130ms ease, background 130ms ease; }
.sbti-choices button span { display: grid; place-items: center; width: 32px; height: 32px; border: 2px solid #111519; border-radius: 50%; font-size: 12px; }
.sbti-choices button b { font-size: 12px; }
.sbti-choices button:hover,
.sbti-choices button.is-selected { transform: translate(-3px, -3px); background: #f4d739; box-shadow: 4px 4px 0 #111519; }
.sbti-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.sbti-generating { display: grid; place-items: center; align-content: center; width: min(760px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.sbti-generating h1 { margin: 22px 0 15px; color: #111519; font-size: 58px; font-weight: 900; line-height: 1.15; }
.sbti-generating > p:not(.sbti-kicker) { color: #596162; }
.sbti-loader { display: grid; grid-template-columns: repeat(5, 52px); gap: 6px; }
.sbti-loader span { display: grid; place-items: center; width: 52px; height: 52px; border: 2px solid #111519; background: #f4d739; font-weight: 900; animation: sbti-jump 900ms ease-in-out infinite alternate; }
.sbti-loader span:nth-child(2n) { background: #f05b4f; animation-delay: 140ms; }
.sbti-loader span:nth-child(3) { background: #2056c8; color: #fff; }
@keyframes sbti-jump { to { transform: translateY(-8px) rotate(2deg); } }
.sbti-generation-bar { width: min(520px, 100%); margin: 28px 0 22px; }
.sbti-report-hero { display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr); min-height: 650px; }
.sbti-report-zine { background: linear-gradient(90deg, rgba(242, 239, 223, .04), rgba(242, 239, 223, .2)), url("./sbti-zine.webp") center / cover no-repeat; }
.sbti-report-hero > div:last-child { align-self: center; padding: 66px max(40px, calc((100vw - 1180px) / 2)); }
.sbti-result-symbol { display: block; color: #2056c8; font-size: 132px; font-weight: 900; line-height: .9; }
.sbti-report-hero h1 { margin: 28px 0 17px; color: #111519; font-size: 50px; font-weight: 900; }
.sbti-report-hero > div:last-child > p:not(.sbti-kicker) { max-width: 620px; margin: 0; color: #4f5859; font-size: 16px; line-height: 1.8; }
.sbti-support { margin-top: 32px; border: 2px solid #111519; background: #f4d739; padding: 16px; box-shadow: 5px 5px 0 #111519; }
.sbti-support small { font-size: 10px; font-weight: 700; }
.sbti-support b { display: block; margin: 7px 0; font-size: 21px; }
.sbti-support p { margin: 0; color: #3f4646; font-size: 13px; line-height: 1.7; }
.sbti-support-alert { background: #f05b4f; }
.sbti-match-badge { display: inline-flex; align-items: baseline; gap: 10px; margin-top: 24px; border: 2px solid #111519; background: #f4d739; padding: 9px 14px; box-shadow: 4px 4px 0 #111519; }
.sbti-match-badge b { font-size: 30px; }
.sbti-match-badge span { font-size: 12px; font-weight: 800; }
.sbti-description { max-width: 820px; color: #343c3d; font-size: 16px; line-height: 2; }
.sbti-highlight-grid,
.sbti-pairing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.sbti-highlight-grid > div { border: 2px solid #111519; padding: 22px; }
.sbti-highlight-grid > div:first-child { background: #f4d739; }
.sbti-highlight-grid h3 { margin: 0 0 16px; font-size: 16px; }
.sbti-highlight-grid p { display: flex; justify-content: space-between; gap: 18px; margin: 12px 0 0; border-top: 1px solid rgba(17, 21, 25, .35); padding-top: 10px; }
.sbti-highlight-grid p span { font-weight: 800; }
.sbti-pairing-grid .sbti-support { margin-top: 0; }
.sbti-card-section { background: #111519; color: #f2efdf; }
.sbti-card-section .sbti-section-heading h2 { color: #f2efdf; }
.sbti-easter { padding-top: 0; }
.sbti-easter .sbti-support { max-width: 720px; margin-top: 0; }
.sbti-report-section { padding: 68px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #111519; }
.sbti-section-heading { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 45px; margin-bottom: 40px; }
.sbti-section-heading h2,
.sbti-advice h2,
.sbti-share h2 { margin: 0; color: #111519; font-size: 34px; font-weight: 900; }
.sbti-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 45px; }
.sbti-score-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 15px; min-height: 82px; border-bottom: 2px solid #111519; }
.sbti-score-row > span { color: #2056c8; font-size: 28px; font-weight: 900; }
.sbti-score-row:nth-child(even) > span { color: #f05b4f; }
.sbti-score-row header { display: flex; justify-content: space-between; margin-bottom: 10px; }
.sbti-score-row header b { color: #111519; }
.sbti-score-row header em { color: #596162; font-size: 12px; font-style: normal; }
.sbti-score-row div > div { height: 6px; border: 1px solid #111519; background: #fff; }
.sbti-score-row i { display: block; width: var(--w); height: 100%; background: linear-gradient(90deg, #2056c8, #f05b4f, #f4d739); }
.sbti-advice { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 65px; background: #111519; color: #f2efdf; }
.sbti-advice .sbti-kicker { color: #f4d739; }
.sbti-advice h2 { color: #f2efdf; }
.sbti-advice ol { display: grid; gap: 17px; margin: 0; padding-left: 28px; }
.sbti-advice li { padding-left: 8px; color: #cecbbd; font-size: 16px; line-height: 1.75; }
.sbti-boundary { display: grid; grid-template-columns: 150px 1fr 1fr; gap: 28px; padding: 32px max(24px, calc((100% - 1180px) / 2)); border-block: 2px solid #111519; color: #565e5f; font-size: 11px; line-height: 1.7; }
.sbti-boundary p { margin: 0; }
.sbti-share { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 54px max(24px, calc((100% - 1180px) / 2)); }
.sbti-share > div:first-child { width: 100%; min-width: 0; }
.sbti-share > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
.sbti-share #sbtiShareUrl { max-width: 620px; overflow: hidden; color: #626a6a; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.sbti-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.sbti-load-error p { color: #596162; }

@media (max-width: 850px) {
  .sbti-zine { background: linear-gradient(180deg, rgba(242, 239, 223, .98) 0%, rgba(242, 239, 223, .84) 58%, rgba(242, 239, 223, .08) 100%), url("./sbti-zine.webp") center / cover no-repeat; }
  .sbti-hero-copy { padding-top: 58px; }
  .sbti-hero-copy h1 { font-size: 48px; }
  .sbti-method { padding-block: 42px; }
  .sbti-method-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .sbti-warning,
  .sbti-section-heading,
  .sbti-advice { grid-template-columns: 1fr; gap: 22px; }
  .sbti-quiz { background: #f2efdf; }
  .sbti-quiz-board { grid-template-columns: 1fr; gap: 15px; }
  .sbti-quiz-board aside { grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; padding-top: 0; color: #2056c8; }
  .sbti-quiz-board aside span { grid-row: 1 / 3; font-size: 76px; }
  .sbti-question > .sbti-kicker { margin-top: 30px; }
  .sbti-choices { grid-template-columns: 1fr; }
  .sbti-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .sbti-choices button span { grid-column: 1; grid-row: 1; }
  .sbti-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .sbti-report-hero { grid-template-columns: 1fr; }
  .sbti-report-zine { min-height: 330px; }
  .sbti-report-hero > div:last-child { padding: 48px 24px; }
  .sbti-score-list { grid-template-columns: 1fr; }
  .sbti-highlight-grid,
  .sbti-pairing-grid { grid-template-columns: 1fr; }
  .sbti-boundary { grid-template-columns: 1fr; gap: 12px; }
  .sbti-share { align-items: flex-start; flex-direction: column; }
  .sbti-share > div:last-child { width: 100%; }
  .sbti-footer { align-items: flex-start; flex-direction: column; }
  .sbti-footer p { text-align: left; }
}

@media (max-width: 430px) {
  .sbti-topbar { min-height: 58px; padding-inline: 16px; }
  .sbti-hero-copy,
  .sbti-quiz-board { width: calc(100% - 32px); }
  .sbti-hero-copy h1 { font-size: 39px; }
  .sbti-hero-copy > p:not(.sbti-kicker) { font-size: 15px; }
  .sbti-method { padding: 36px 16px; }
  .sbti-method-head h2 { font-size: 26px; }
  .sbti-dimension-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .sbti-dimension-strip article { display: grid; grid-template-columns: 1fr; justify-items: center; min-height: 58px; padding: 4px; }
  .sbti-dimension-strip article span,
  .sbti-dimension-strip article p { display: none; }
  .sbti-warning,
  .sbti-report-section,
  .sbti-boundary,
  .sbti-share { padding-inline: 16px; }
  .sbti-question h1 { min-height: 0; font-size: 28px; }
  .sbti-quiz-actions { flex-direction: column; }
  .sbti-primary,
  .sbti-secondary { width: 100%; }
  .sbti-generating h1 { font-size: 42px; }
  .sbti-loader { grid-template-columns: repeat(5, 44px); gap: 3px; }
  .sbti-loader span { width: 44px; height: 44px; }
  .sbti-report-zine { min-height: 260px; }
  .sbti-result-symbol { font-size: 100px; }
  .sbti-report-hero h1 { font-size: 38px; }
  .sbti-share > div:last-child { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .sbti-loader span { animation: none; }
  .sbti-primary,
  .sbti-secondary,
  .sbti-choices button { transition: none; }
}

/* Personality OCEAN self-description preview */
body.theme-personality-ocean { margin: 0; color: #17262a; background: #eef2ef; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-personality-ocean::before { display: none; }
.ocean-shell { min-height: 100dvh; background: #eef2ef; }
.ocean-topbar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 1px solid rgba(23, 38, 42, .24); background: rgba(238, 242, 239, .9); backdrop-filter: blur(12px); }
.ocean-topbar button,
.ocean-footer button { border: 0; background: transparent; padding: 8px 0; color: #17262a; font: inherit; font-weight: 800; cursor: pointer; }
.ocean-topbar span { color: #596e70; font-size: 11px; font-weight: 700; }
.ocean-kicker { margin: 0 0 16px; color: #1f5bff; font-size: 11px; font-weight: 800; }
.ocean-landing-hero { position: relative; min-height: 760px; overflow: hidden; }
.ocean-map { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(238, 242, 239, .98) 0%, rgba(238, 242, 239, .78) 46%, rgba(238, 242, 239, .08) 76%), url("./personality-ocean-map.webp") center / cover no-repeat; }
.ocean-hero-copy { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 104px 0 80px; }
.ocean-hero-copy h1 { max-width: 10em; margin: 0; color: #17262a; font-size: 66px; line-height: 1.16; font-weight: 900; }
.ocean-hero-copy > p:not(.ocean-kicker) { max-width: 590px; margin: 26px 0 0; color: #4c6265; font-size: 16px; line-height: 1.85; }
.ocean-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.ocean-primary,
.ocean-secondary { min-height: 48px; border: 1px solid #17262a; border-radius: 4px; padding: 0 21px; font: inherit; font-weight: 800; cursor: pointer; transition: transform 140ms ease, background 140ms ease, color 140ms ease; }
.ocean-primary { background: #17262a; color: #f5f7f3; box-shadow: 4px 4px 0 #1f5bff; }
.ocean-secondary { background: rgba(245, 247, 243, .85); color: #17262a; }
.ocean-primary:hover,
.ocean-secondary:hover { transform: translateY(-2px); }
.ocean-secondary:hover { background: #1f5bff; color: #fff; }
.ocean-primary:focus-visible,
.ocean-secondary:focus-visible,
.ocean-topbar button:focus-visible,
.ocean-footer button:focus-visible,
.ocean-choices button:focus-visible { outline: 3px solid #f05c45; outline-offset: 3px; }
.ocean-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.ocean-dimension-strip { position: absolute; z-index: 2; right: max(24px, calc((100% - 1180px) / 2)); bottom: 38px; display: grid; grid-template-columns: repeat(5, 112px); gap: 7px; }
.ocean-dimension-strip article { display: grid; grid-template-columns: 24px 30px 1fr; align-items: center; min-height: 70px; border: 1px solid rgba(23, 38, 42, .4); background: rgba(245, 247, 243, .88); padding: 0 10px; backdrop-filter: blur(8px); }
.ocean-dimension-strip article span { color: #758688; font-size: 9px; }
.ocean-dimension-strip article b { color: #1f5bff; font-size: 24px; }
.ocean-dimension-strip article:nth-child(2) b { color: #18a98c; }
.ocean-dimension-strip article:nth-child(3) b { color: #f05c45; }
.ocean-dimension-strip article:nth-child(4) b { color: #9d8412; }
.ocean-dimension-strip article:nth-child(5) b { color: #17262a; }
.ocean-dimension-strip article p { margin: 0; font-size: 10px; font-weight: 700; }
.ocean-boundary-note { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 45px; padding: 32px max(24px, calc((100% - 1180px) / 2)); background: #17262a; color: #f5f7f3; }
.ocean-boundary-note b { color: #71a0ff; }
.ocean-boundary-note p { max-width: 800px; margin: 0; color: #c6d0cf; font-size: 13px; line-height: 1.8; }
.ocean-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1180px) / 2)); border-top: 1px solid rgba(23, 38, 42, .25); }
.ocean-footer p { max-width: 760px; margin: 0; color: #596e70; text-align: right; font-size: 11px; line-height: 1.7; }
.ocean-quiz { min-height: 100dvh; background: linear-gradient(90deg, #dbe7e6 0 24%, #eef2ef 24% 100%); }
.ocean-quiz-board { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 70px; width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 90px; }
.ocean-quiz-board aside { display: grid; align-content: start; gap: 8px; padding-top: 34px; color: #17262a; }
.ocean-quiz-board aside span { color: #1f5bff; font-size: 118px; font-weight: 900; line-height: 1; }
.ocean-quiz-board aside b { font-size: 22px; }
.ocean-quiz-board aside small { color: #607476; font-size: 10px; font-weight: 700; }
.ocean-progress,
.ocean-generation-bar { height: 6px; border: 1px solid rgba(23, 38, 42, .55); background: #fff; }
.ocean-progress i,
.ocean-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: linear-gradient(90deg, #1f5bff, #18a98c, #f05c45, #f3c935); transition: width 160ms ease; }
.ocean-question > .ocean-kicker { margin-top: 52px; }
.ocean-question h1 { min-height: 3em; margin: 0; color: #17262a; font-size: 38px; line-height: 1.45; font-weight: 900; }
.ocean-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 44px; }
.ocean-choices button { display: grid; align-content: center; justify-items: center; gap: 11px; min-height: 120px; border: 1px solid rgba(23, 38, 42, .65); border-radius: 4px; background: rgba(249, 251, 248, .9); color: #17262a; cursor: pointer; transition: transform 140ms ease, border-color 140ms ease, background 140ms ease; }
.ocean-choices button span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #17262a; border-radius: 50%; font-size: 12px; }
.ocean-choices button b { font-size: 12px; }
.ocean-choices button:hover,
.ocean-choices button.is-selected { transform: translateY(-4px); border-color: #1f5bff; background: #fff; box-shadow: 0 8px 24px rgba(31, 91, 255, .15); }
.ocean-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.ocean-generating { display: grid; place-items: center; align-content: center; width: min(760px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.ocean-generating h1 { margin: 22px 0 15px; color: #17262a; font-size: 58px; font-weight: 900; line-height: 1.15; }
.ocean-generating > p:not(.ocean-kicker) { color: #596e70; }
.ocean-orbit { display: flex; gap: 8px; }
.ocean-orbit span { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(23, 38, 42, .5); border-radius: 50%; background: #fff; color: #1f5bff; font-weight: 900; animation: ocean-breathe 900ms ease-in-out infinite alternate; }
.ocean-orbit span:nth-child(2) { color: #18a98c; animation-delay: 100ms; }
.ocean-orbit span:nth-child(3) { color: #f05c45; animation-delay: 200ms; }
.ocean-orbit span:nth-child(4) { color: #9d8412; animation-delay: 300ms; }
.ocean-orbit span:nth-child(5) { color: #17262a; animation-delay: 400ms; }
@keyframes ocean-breathe { to { transform: translateY(-7px); box-shadow: 0 12px 25px rgba(31, 91, 255, .14); } }
.ocean-generation-bar { width: min(520px, 100%); margin: 28px 0 22px; }
.ocean-report-hero { display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr); min-height: 660px; }
.ocean-report-map { background: url("./personality-ocean-map.webp") center / cover no-repeat; }
.ocean-report-hero > div:last-child { align-self: center; padding: 66px max(40px, calc((100vw - 1180px) / 2)); }
.ocean-result-symbol { display: block; color: #1f5bff; font-size: 132px; font-weight: 900; line-height: .9; }
.ocean-report-hero h1 { margin: 28px 0 17px; color: #17262a; font-size: 50px; font-weight: 900; }
.ocean-report-hero > div:last-child > p:not(.ocean-kicker) { max-width: 620px; margin: 0; color: #4d6265; font-size: 16px; line-height: 1.8; }
.ocean-focus { margin-top: 32px; border-left: 4px solid #18a98c; background: rgba(255, 255, 255, .72); padding: 17px 19px; }
.ocean-focus small { color: #607476; font-size: 10px; font-weight: 700; }
.ocean-focus b { display: block; margin: 7px 0; font-size: 20px; }
.ocean-focus p { margin: 0; color: #53686a; font-size: 13px; line-height: 1.7; }
.ocean-report-section { padding: 68px max(24px, calc((100% - 1180px) / 2)); border-top: 1px solid rgba(23, 38, 42, .25); }
.ocean-section-heading { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 45px; margin-bottom: 40px; }
.ocean-section-heading h2,
.ocean-advice h2,
.ocean-share h2 { margin: 0; color: #17262a; font-size: 34px; font-weight: 900; }
.ocean-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 45px; }
.ocean-score-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 15px; min-height: 82px; border-bottom: 1px solid rgba(23, 38, 42, .35); }
.ocean-score-row > span { color: #1f5bff; font-size: 28px; font-weight: 900; }
.ocean-score-row:nth-child(2) > span { color: #18a98c; }
.ocean-score-row:nth-child(3) > span { color: #f05c45; }
.ocean-score-row:nth-child(4) > span { color: #9d8412; }
.ocean-score-row:nth-child(5) > span { color: #17262a; }
.ocean-score-row header { display: flex; justify-content: space-between; margin-bottom: 10px; }
.ocean-score-row header em { color: #607476; font-size: 12px; font-style: normal; }
.ocean-score-row div > div { height: 7px; background: #d8e0dd; }
.ocean-score-row i { display: block; width: var(--w); height: 100%; background: #1f5bff; }
.ocean-advice { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 65px; background: #17262a; color: #f4f7f3; }
.ocean-advice .ocean-kicker { color: #79a5ff; }
.ocean-advice h2 { color: #f4f7f3; }
.ocean-advice ol { display: grid; gap: 17px; margin: 0; padding-left: 28px; }
.ocean-advice li { padding-left: 8px; color: #c8d1d0; font-size: 16px; line-height: 1.75; }
.ocean-boundary { display: grid; grid-template-columns: 150px 1fr 1fr; gap: 28px; padding: 32px max(24px, calc((100% - 1180px) / 2)); border-block: 1px solid rgba(23, 38, 42, .28); color: #53686a; font-size: 11px; line-height: 1.7; }
.ocean-boundary p { margin: 0; }
.ocean-share { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 54px max(24px, calc((100% - 1180px) / 2)); }
.ocean-share > div:first-child { width: 100%; min-width: 0; }
.ocean-share > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
.ocean-share #oceanShareUrl { max-width: 620px; overflow: hidden; color: #607476; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.ocean-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.ocean-load-error p { color: #596e70; }

@media (max-width: 850px) {
  .ocean-map { background: linear-gradient(180deg, rgba(238, 242, 239, .98) 0%, rgba(238, 242, 239, .78) 60%, rgba(238, 242, 239, .08) 100%), url("./personality-ocean-map.webp") center / cover no-repeat; }
  .ocean-hero-copy { padding-top: 62px; }
  .ocean-hero-copy h1 { font-size: 49px; }
  .ocean-dimension-strip { right: 24px; left: 24px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .ocean-boundary-note,
  .ocean-section-heading,
  .ocean-advice { grid-template-columns: 1fr; gap: 22px; }
  .ocean-quiz { background: #eef2ef; }
  .ocean-quiz-board { grid-template-columns: 1fr; gap: 15px; }
  .ocean-quiz-board aside { grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; padding-top: 0; }
  .ocean-quiz-board aside span { grid-row: 1 / 3; font-size: 76px; }
  .ocean-question > .ocean-kicker { margin-top: 30px; }
  .ocean-choices { grid-template-columns: 1fr; }
  .ocean-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .ocean-choices button span { grid-column: 1; grid-row: 1; }
  .ocean-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .ocean-report-hero { grid-template-columns: 1fr; }
  .ocean-report-map { min-height: 330px; }
  .ocean-report-hero > div:last-child { padding: 48px 24px; }
  .ocean-score-list { grid-template-columns: 1fr; }
  .ocean-boundary { grid-template-columns: 1fr; gap: 12px; }
  .ocean-share { align-items: flex-start; flex-direction: column; }
  .ocean-share > div:last-child { width: 100%; }
  .ocean-footer { align-items: flex-start; flex-direction: column; }
  .ocean-footer p { text-align: left; }
}

@media (max-width: 430px) {
  .ocean-topbar { min-height: 58px; padding-inline: 16px; }
  .ocean-hero-copy,
  .ocean-quiz-board { width: calc(100% - 32px); }
  .ocean-hero-copy h1 { font-size: 39px; }
  .ocean-hero-copy > p:not(.ocean-kicker) { font-size: 15px; }
  .ocean-dimension-strip { right: 16px; left: 16px; bottom: 24px; gap: 3px; }
  .ocean-dimension-strip article { grid-template-columns: 1fr; justify-items: center; min-height: 58px; padding: 4px; }
  .ocean-dimension-strip article span,
  .ocean-dimension-strip article p { display: none; }
  .ocean-boundary-note,
  .ocean-report-section,
  .ocean-boundary,
  .ocean-share { padding-inline: 16px; }
  .ocean-question h1 { min-height: 0; font-size: 28px; }
  .ocean-quiz-actions { flex-direction: column; }
  .ocean-primary,
  .ocean-secondary { width: 100%; }
  .ocean-generating h1 { font-size: 42px; }
  .ocean-orbit { gap: 3px; }
  .ocean-orbit span { width: 44px; height: 44px; }
  .ocean-report-map { min-height: 260px; }
  .ocean-result-symbol { font-size: 100px; }
  .ocean-report-hero h1 { font-size: 38px; }
  .ocean-share > div:last-child { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .ocean-orbit span { animation: none; }
  .ocean-primary,
  .ocean-secondary,
  .ocean-choices button { transition: none; }
}

/* World literature original preview */
body.theme-worldlitarch { margin: 0; color: #102d2c; background: #e8dfc8; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-worldlitarch::before { display: none; }
.worldlit-shell { min-height: 100dvh; background: #e8dfc8; }
.worldlit-topbar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #102d2c; background: #e8dfc8; }
.worldlit-topbar button,
.worldlit-footer button { border: 0; background: transparent; padding: 8px 0; color: #102d2c; font: inherit; font-weight: 900; cursor: pointer; }
.worldlit-topbar span { color: #5e665c; font-size: 11px; font-weight: 800; }
.worldlit-kicker { margin: 0 0 16px; color: #c94132; font-size: 11px; font-weight: 900; }
.worldlit-landing-hero { position: relative; min-height: 760px; overflow: hidden; }
.worldlit-atlas { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(232, 223, 200, .98) 0%, rgba(232, 223, 200, .78) 47%, rgba(232, 223, 200, .03) 78%), url("./worldlitarch-atlas.webp") center / cover no-repeat; }
.worldlit-hero-copy { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 80px; }
.worldlit-hero-copy h1 { max-width: 9em; margin: 0; color: #102d2c; font-size: 66px; line-height: 1.14; font-weight: 900; }
.worldlit-hero-copy > p:not(.worldlit-kicker) { max-width: 600px; margin: 26px 0 0; color: #53605a; font-size: 16px; line-height: 1.85; }
.worldlit-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.worldlit-primary,
.worldlit-secondary { min-height: 48px; border: 2px solid #102d2c; border-radius: 1px; padding: 0 21px; font: inherit; font-weight: 900; cursor: pointer; transition: transform 140ms ease, background 140ms ease, color 140ms ease; }
.worldlit-primary { background: #c94132; color: #fff8e9; box-shadow: 5px 5px 0 #102d2c; }
.worldlit-secondary { background: #e8dfc8; color: #102d2c; }
.worldlit-primary:hover,
.worldlit-secondary:hover { transform: translate(-2px, -2px); }
.worldlit-secondary:hover { background: #2050a8; color: #fff; }
.worldlit-primary:focus-visible,
.worldlit-secondary:focus-visible,
.worldlit-topbar button:focus-visible,
.worldlit-footer button:focus-visible,
.worldlit-choices button:focus-visible { outline: 3px solid #d7aa35; outline-offset: 3px; }
.worldlit-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.worldlit-dimension-strip { position: absolute; z-index: 2; right: max(24px, calc((100% - 1180px) / 2)); bottom: 38px; display: grid; grid-template-columns: repeat(5, 112px); gap: 7px; }
.worldlit-dimension-strip article { display: grid; grid-template-columns: 24px 30px 1fr; align-items: center; min-height: 70px; border: 2px solid #102d2c; background: #e8dfc8; padding: 0 10px; }
.worldlit-dimension-strip article span { color: #687168; font-size: 9px; }
.worldlit-dimension-strip article b { color: #c94132; font-size: 24px; }
.worldlit-dimension-strip article:nth-child(2) b { color: #2050a8; }
.worldlit-dimension-strip article:nth-child(3) b { color: #a67b12; }
.worldlit-dimension-strip article:nth-child(4) b { color: #102d2c; }
.worldlit-dimension-strip article:nth-child(5) { background: #d7aa35; }
.worldlit-dimension-strip article p { margin: 0; font-size: 10px; font-weight: 800; }
.worldlit-boundary-note { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 45px; padding: 32px max(24px, calc((100% - 1180px) / 2)); background: #102d2c; color: #f5eddb; }
.worldlit-boundary-note b { color: #d7aa35; }
.worldlit-boundary-note p { max-width: 800px; margin: 0; color: #c7c9ba; font-size: 13px; line-height: 1.8; }
.worldlit-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #102d2c; }
.worldlit-footer p { max-width: 760px; margin: 0; color: #626960; text-align: right; font-size: 11px; line-height: 1.7; }
.worldlit-quiz { min-height: 100dvh; background: linear-gradient(90deg, #102d2c 0 24%, #e8dfc8 24% 100%); }
.worldlit-quiz-board { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 70px; width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 90px; }
.worldlit-quiz-board aside { display: grid; align-content: start; gap: 8px; padding-top: 34px; color: #f5eddb; }
.worldlit-quiz-board aside span { color: #d7aa35; font-size: 118px; font-weight: 900; line-height: 1; }
.worldlit-quiz-board aside b { font-size: 22px; }
.worldlit-quiz-board aside small { color: #b8c3b8; font-size: 10px; font-weight: 800; }
.worldlit-progress,
.worldlit-generation-bar { height: 6px; border: 2px solid #102d2c; background: #fff8e9; }
.worldlit-progress i,
.worldlit-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: linear-gradient(90deg, #c94132, #d7aa35, #2050a8); transition: width 160ms ease; }
.worldlit-question > .worldlit-kicker { margin-top: 52px; }
.worldlit-question h1 { min-height: 3.2em; margin: 0; color: #102d2c; font-size: 36px; line-height: 1.5; font-weight: 900; }
.worldlit-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 42px; }
.worldlit-choices button { display: grid; align-content: center; justify-items: center; gap: 11px; min-height: 120px; border: 2px solid #102d2c; border-radius: 1px; background: #f1e9d6; color: #102d2c; cursor: pointer; transition: transform 140ms ease, background 140ms ease; }
.worldlit-choices button span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid #102d2c; border-radius: 50%; font-size: 12px; }
.worldlit-choices button b { font-size: 12px; }
.worldlit-choices button:hover,
.worldlit-choices button.is-selected { transform: translate(-3px, -3px); background: #d7aa35; box-shadow: 4px 4px 0 #102d2c; }
.worldlit-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.worldlit-generating { display: grid; place-items: center; align-content: center; width: min(760px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.worldlit-generating h1 { margin: 22px 0 15px; color: #102d2c; font-size: 58px; font-weight: 900; line-height: 1.15; }
.worldlit-generating > p:not(.worldlit-kicker) { color: #5e675f; }
.worldlit-pages { display: flex; gap: 7px; }
.worldlit-pages span { display: grid; place-items: center; width: 54px; height: 68px; border: 2px solid #102d2c; background: #f5eddb; color: #c94132; font-family: Georgia, serif; font-weight: 900; animation: worldlit-page 950ms ease-in-out infinite alternate; }
.worldlit-pages span:nth-child(2n) { color: #2050a8; animation-delay: 120ms; }
.worldlit-pages span:nth-child(3) { background: #d7aa35; color: #102d2c; }
@keyframes worldlit-page { to { transform: translateY(-8px) rotate(2deg); } }
.worldlit-generation-bar { width: min(520px, 100%); margin: 28px 0 22px; }
.worldlit-report-hero { display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr); min-height: 680px; }
.worldlit-report-atlas { background: url("./worldlitarch-atlas.webp") center / cover no-repeat; }
.worldlit-report-hero > div:last-child { align-self: center; padding: 66px max(40px, calc((100vw - 1180px) / 2)); }
.worldlit-result-mark { display: block; color: #c94132; font-family: Georgia, serif; font-size: 118px; font-weight: 900; line-height: .9; }
.worldlit-report-hero h1 { margin: 28px 0 8px; color: #102d2c; font-size: 50px; font-weight: 900; }
.worldlit-report-hero h2 { margin: 0 0 18px; color: #2050a8; font-size: 20px; }
.worldlit-report-hero > div:last-child > p:not(.worldlit-kicker) { max-width: 620px; margin: 0; color: #53605a; font-size: 16px; line-height: 1.8; }
.worldlit-secondary-profile { margin-top: 30px; border: 2px solid #102d2c; background: #d7aa35; padding: 16px 18px; box-shadow: 5px 5px 0 #102d2c; }
.worldlit-secondary-profile small { font-size: 10px; font-weight: 800; }
.worldlit-secondary-profile b { display: block; margin: 7px 0; font-size: 18px; }
.worldlit-secondary-profile p { margin: 0; color: #35443f; font-size: 13px; line-height: 1.7; }
.worldlit-report-section { padding: 68px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #102d2c; }
.worldlit-section-heading { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 45px; margin-bottom: 40px; }
.worldlit-section-heading h2,
.worldlit-reading h2,
.worldlit-actions h2,
.worldlit-share h2 { margin: 0; color: #102d2c; font-size: 34px; font-weight: 900; }
.worldlit-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 45px; }
.worldlit-score-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 15px; min-height: 82px; border-bottom: 2px solid #102d2c; }
.worldlit-score-row > span { color: #c94132; font-size: 28px; font-weight: 900; }
.worldlit-score-row:nth-child(2) > span { color: #2050a8; }
.worldlit-score-row:nth-child(3) > span { color: #9a7415; }
.worldlit-score-row:nth-child(4) > span { color: #102d2c; }
.worldlit-score-row header { display: flex; justify-content: space-between; margin-bottom: 10px; }
.worldlit-score-row header em { color: #626960; font-size: 12px; font-style: normal; }
.worldlit-score-row div > div { height: 7px; border: 1px solid #102d2c; background: #fff8e9; }
.worldlit-score-row i { display: block; width: var(--w); height: 100%; background: #c94132; }
.worldlit-reading { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 52px; background: #f1e9d6; }
.worldlit-reading ul,
.worldlit-reading ol,
.worldlit-actions ol { display: grid; gap: 15px; margin: 0; padding-left: 25px; }
.worldlit-reading li,
.worldlit-actions li { line-height: 1.72; }
.worldlit-actions { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 65px; background: #102d2c; color: #f5eddb; }
.worldlit-actions .worldlit-kicker { color: #d7aa35; }
.worldlit-actions h2 { color: #f5eddb; }
.worldlit-actions li { color: #c9ccbd; font-size: 16px; }
.worldlit-boundary { display: grid; grid-template-columns: 140px repeat(3, 1fr); gap: 26px; padding: 32px max(24px, calc((100% - 1180px) / 2)); border-block: 2px solid #102d2c; color: #5b635b; font-size: 11px; line-height: 1.7; }
.worldlit-boundary p { margin: 0; }
.worldlit-share { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 54px max(24px, calc((100% - 1180px) / 2)); }
.worldlit-share > div:first-child { width: 100%; min-width: 0; }
.worldlit-share > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
.worldlit-share #worldlitShareUrl { max-width: 620px; overflow: hidden; color: #626960; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.worldlit-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.worldlit-load-error p { color: #5e675f; }

@media (max-width: 850px) {
  .worldlit-atlas { background: linear-gradient(180deg, rgba(232, 223, 200, .98) 0%, rgba(232, 223, 200, .8) 60%, rgba(232, 223, 200, .04) 100%), url("./worldlitarch-atlas.webp") center / cover no-repeat; }
  .worldlit-hero-copy { padding-top: 62px; }
  .worldlit-hero-copy h1 { font-size: 49px; }
  .worldlit-dimension-strip { right: 24px; left: 24px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .worldlit-boundary-note,
  .worldlit-section-heading,
  .worldlit-reading,
  .worldlit-actions { grid-template-columns: 1fr; gap: 22px; }
  .worldlit-quiz { background: #e8dfc8; }
  .worldlit-quiz-board { grid-template-columns: 1fr; gap: 15px; }
  .worldlit-quiz-board aside { grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; padding-top: 0; color: #102d2c; }
  .worldlit-quiz-board aside span { grid-row: 1 / 3; font-size: 76px; }
  .worldlit-quiz-board aside small { color: #657068; }
  .worldlit-question > .worldlit-kicker { margin-top: 30px; }
  .worldlit-choices { grid-template-columns: 1fr; }
  .worldlit-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .worldlit-choices button span { grid-column: 1; grid-row: 1; }
  .worldlit-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .worldlit-report-hero { grid-template-columns: 1fr; }
  .worldlit-report-atlas { min-height: 340px; }
  .worldlit-report-hero > div:last-child { padding: 48px 24px; }
  .worldlit-score-list { grid-template-columns: 1fr; }
  .worldlit-boundary { grid-template-columns: 1fr; gap: 12px; }
  .worldlit-share { align-items: flex-start; flex-direction: column; }
  .worldlit-share > div:last-child { width: 100%; }
  .worldlit-footer { align-items: flex-start; flex-direction: column; }
  .worldlit-footer p { text-align: left; }
}

@media (max-width: 430px) {
  .worldlit-topbar { min-height: 58px; padding-inline: 16px; }
  .worldlit-hero-copy,
  .worldlit-quiz-board { width: calc(100% - 32px); }
  .worldlit-hero-copy h1 { font-size: 39px; }
  .worldlit-hero-copy > p:not(.worldlit-kicker) { font-size: 15px; }
  .worldlit-dimension-strip { right: 16px; left: 16px; bottom: 24px; gap: 3px; }
  .worldlit-dimension-strip article { grid-template-columns: 1fr; justify-items: center; min-height: 58px; padding: 4px; }
  .worldlit-dimension-strip article span,
  .worldlit-dimension-strip article p { display: none; }
  .worldlit-boundary-note,
  .worldlit-report-section,
  .worldlit-boundary,
  .worldlit-share { padding-inline: 16px; }
  .worldlit-question h1 { min-height: 0; font-size: 27px; }
  .worldlit-quiz-actions { flex-direction: column; }
  .worldlit-primary,
  .worldlit-secondary { width: 100%; }
  .worldlit-generating h1 { font-size: 42px; }
  .worldlit-pages { gap: 3px; }
  .worldlit-pages span { width: 44px; height: 58px; }
  .worldlit-report-atlas { min-height: 265px; }
  .worldlit-result-mark { font-size: 96px; }
  .worldlit-report-hero h1 { font-size: 38px; }
  .worldlit-share > div:last-child { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .worldlit-pages span { animation: none; }
  .worldlit-primary,
  .worldlit-secondary,
  .worldlit-choices button { transition: none; }
}

/* Animal action original preview */
body.theme-animal-action { margin: 0; color: #173f32; background: #e8edda; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-animal-action::before { display: none; }
.animal-shell { min-height: 100dvh; background: #e8edda; }
.animal-topbar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #1d4d3b; background: #e8edda; }
.animal-topbar button,
.animal-footer button { border: 0; background: transparent; padding: 8px 0; color: #173f32; font: inherit; font-weight: 900; cursor: pointer; }
.animal-topbar span { color: #617066; font-size: 11px; font-weight: 800; }
.animal-kicker { margin: 0 0 16px; color: #d9553d; font-size: 11px; font-weight: 900; }
.animal-landing-hero { position: relative; min-height: 760px; overflow: hidden; }
.animal-field-guide { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(232, 237, 218, .98) 0%, rgba(232, 237, 218, .8) 47%, rgba(232, 237, 218, .03) 78%), url("./animal-field-guide.webp") center / cover no-repeat; }
.animal-hero-copy { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 80px; }
.animal-hero-copy h1 { max-width: 10em; margin: 0; color: #173f32; font-size: 64px; line-height: 1.15; font-weight: 900; }
.animal-hero-copy > p:not(.animal-kicker) { max-width: 600px; margin: 26px 0 0; color: #53665c; font-size: 16px; line-height: 1.85; }
.animal-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.animal-primary,
.animal-secondary { min-height: 48px; border: 2px solid #1d4d3b; border-radius: 3px; padding: 0 21px; font: inherit; font-weight: 900; cursor: pointer; transition: transform 140ms ease, background 140ms ease, color 140ms ease; }
.animal-primary { background: #f0c93e; color: #173f32; box-shadow: 5px 5px 0 #1d4d3b; }
.animal-secondary { background: #e8edda; color: #173f32; }
.animal-primary:hover,
.animal-secondary:hover { transform: translate(-2px, -2px); }
.animal-secondary:hover { background: #d9553d; color: #fff; }
.animal-primary:focus-visible,
.animal-secondary:focus-visible,
.animal-topbar button:focus-visible,
.animal-footer button:focus-visible,
.animal-choices button:focus-visible { outline: 3px solid #d9553d; outline-offset: 3px; }
.animal-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.animal-dimension-strip { position: absolute; z-index: 2; right: max(24px, calc((100% - 1180px) / 2)); bottom: 38px; display: grid; grid-template-columns: repeat(5, 112px); gap: 7px; }
.animal-dimension-strip article { display: grid; grid-template-columns: 24px 30px 1fr; align-items: center; min-height: 70px; border: 2px solid #1d4d3b; background: #e8edda; padding: 0 10px; }
.animal-dimension-strip article span { color: #68756d; font-size: 9px; }
.animal-dimension-strip article b { color: #d9553d; font-size: 24px; }
.animal-dimension-strip article:nth-child(2) b { color: #315d93; }
.animal-dimension-strip article:nth-child(3) b { color: #a57e12; }
.animal-dimension-strip article:nth-child(4) b { color: #1d4d3b; }
.animal-dimension-strip article:nth-child(5) { background: #f0c93e; }
.animal-dimension-strip article p { margin: 0; font-size: 10px; font-weight: 800; }
.animal-boundary-note { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 45px; padding: 32px max(24px, calc((100% - 1180px) / 2)); background: #1d4d3b; color: #f2f5e8; }
.animal-boundary-note b { color: #f0c93e; }
.animal-boundary-note p { max-width: 800px; margin: 0; color: #c8d2c8; font-size: 13px; line-height: 1.8; }
.animal-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #1d4d3b; }
.animal-footer p { max-width: 760px; margin: 0; color: #637067; text-align: right; font-size: 11px; line-height: 1.7; }
.animal-quiz { min-height: 100dvh; background: linear-gradient(90deg, #1d4d3b 0 24%, #e8edda 24% 100%); }
.animal-quiz-board { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 70px; width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 90px; }
.animal-quiz-board aside { display: grid; align-content: start; gap: 8px; padding-top: 34px; color: #f2f5e8; }
.animal-quiz-board aside span { color: #f0c93e; font-size: 118px; font-weight: 900; line-height: 1; }
.animal-quiz-board aside b { font-size: 22px; }
.animal-quiz-board aside small { color: #c2cdc2; font-size: 10px; font-weight: 800; }
.animal-progress,
.animal-generation-bar { height: 6px; border: 2px solid #1d4d3b; background: #f7f9ee; }
.animal-progress i,
.animal-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: linear-gradient(90deg, #1d4d3b, #f0c93e, #d9553d); transition: width 160ms ease; }
.animal-question > .animal-kicker { margin-top: 52px; }
.animal-question h1 { min-height: 3.2em; margin: 0; color: #173f32; font-size: 36px; line-height: 1.5; font-weight: 900; }
.animal-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 42px; }
.animal-choices button { display: grid; align-content: center; justify-items: center; gap: 11px; min-height: 120px; border: 2px solid #1d4d3b; border-radius: 3px; background: #f1f4e6; color: #173f32; cursor: pointer; transition: transform 140ms ease, background 140ms ease; }
.animal-choices button span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid #1d4d3b; border-radius: 50%; font-size: 12px; }
.animal-choices button b { font-size: 12px; }
.animal-choices button:hover,
.animal-choices button.is-selected { transform: translate(-3px, -3px); background: #f0c93e; box-shadow: 4px 4px 0 #1d4d3b; }
.animal-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.animal-generating { display: grid; place-items: center; align-content: center; width: min(760px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.animal-generating h1 { margin: 22px 0 15px; color: #173f32; font-size: 58px; font-weight: 900; line-height: 1.15; }
.animal-generating > p:not(.animal-kicker) { color: #5e6c63; }
.animal-tracks { display: flex; gap: 10px; align-items: end; }
.animal-tracks span { display: grid; place-items: center; width: 48px; height: 56px; border: 2px solid #1d4d3b; border-radius: 50% 50% 42% 42%; background: #f0c93e; color: #1d4d3b; font-size: 30px; font-weight: 900; animation: animal-step 900ms ease-in-out infinite alternate; }
.animal-tracks span:nth-child(2n) { background: #d9553d; color: #fff; animation-delay: 130ms; }
@keyframes animal-step { to { transform: translateY(-8px) rotate(4deg); } }
.animal-generation-bar { width: min(520px, 100%); margin: 28px 0 22px; }
.animal-report-hero { display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr); min-height: 680px; }
.animal-report-guide { background: url("./animal-field-guide.webp") center / cover no-repeat; }
.animal-report-hero > div:last-child { align-self: center; padding: 66px max(40px, calc((100vw - 1180px) / 2)); }
.animal-result-mark { display: block; color: #d9553d; font-size: 105px; font-weight: 900; line-height: .9; }
.animal-report-hero h1 { margin: 28px 0 8px; color: #173f32; font-size: 50px; font-weight: 900; }
.animal-report-hero h2 { margin: 0 0 18px; color: #315d93; font-size: 20px; }
.animal-report-hero > div:last-child > p:not(.animal-kicker) { max-width: 620px; margin: 0; color: #53665c; font-size: 16px; line-height: 1.8; }
.animal-secondary-profile { margin-top: 30px; border: 2px solid #1d4d3b; background: #f0c93e; padding: 16px 18px; box-shadow: 5px 5px 0 #1d4d3b; }
.animal-secondary-profile small { font-size: 10px; font-weight: 800; }
.animal-secondary-profile b { display: block; margin: 7px 0; font-size: 18px; }
.animal-secondary-profile p { margin: 0; color: #40564c; font-size: 13px; line-height: 1.7; }
.animal-report-section { padding: 68px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #1d4d3b; }
.animal-section-heading { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 45px; margin-bottom: 40px; }
.animal-section-heading h2,
.animal-reading h2,
.animal-actions h2,
.animal-share h2 { margin: 0; color: #173f32; font-size: 34px; font-weight: 900; }
.animal-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 45px; }
.animal-score-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 15px; min-height: 82px; border-bottom: 2px solid #1d4d3b; }
.animal-score-row > span { color: #d9553d; font-size: 28px; font-weight: 900; }
.animal-score-row:nth-child(2) > span { color: #315d93; }
.animal-score-row:nth-child(3) > span { color: #a57e12; }
.animal-score-row:nth-child(4) > span { color: #1d4d3b; }
.animal-score-row header { display: flex; justify-content: space-between; margin-bottom: 10px; }
.animal-score-row header em { color: #637067; font-size: 12px; font-style: normal; }
.animal-score-row div > div { height: 7px; border: 1px solid #1d4d3b; background: #f7f9ee; }
.animal-score-row i { display: block; width: var(--w); height: 100%; background: #d9553d; }
.animal-reading { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 52px; background: #f1f4e6; }
.animal-reading ul,
.animal-reading ol,
.animal-actions ol { display: grid; gap: 15px; margin: 0; padding-left: 25px; }
.animal-reading li,
.animal-actions li { line-height: 1.72; }
.animal-actions { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 65px; background: #1d4d3b; color: #f2f5e8; }
.animal-actions .animal-kicker { color: #f0c93e; }
.animal-actions h2 { color: #f2f5e8; }
.animal-actions li { color: #cad3ca; font-size: 16px; }
.animal-boundary { display: grid; grid-template-columns: 140px repeat(3, 1fr); gap: 26px; padding: 32px max(24px, calc((100% - 1180px) / 2)); border-block: 2px solid #1d4d3b; color: #5d6b62; font-size: 11px; line-height: 1.7; }
.animal-boundary p { margin: 0; }
.animal-share { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 54px max(24px, calc((100% - 1180px) / 2)); }
.animal-share > div:first-child { width: 100%; min-width: 0; }
.animal-share > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
.animal-share #animalShareUrl { max-width: 620px; overflow: hidden; color: #637067; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.animal-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.animal-load-error p { color: #5e6c63; }

@media (max-width: 850px) {
  .animal-field-guide { background: linear-gradient(180deg, rgba(232, 237, 218, .98) 0%, rgba(232, 237, 218, .8) 60%, rgba(232, 237, 218, .04) 100%), url("./animal-field-guide.webp") center / cover no-repeat; }
  .animal-hero-copy { padding-top: 62px; }
  .animal-hero-copy h1 { font-size: 49px; }
  .animal-dimension-strip { right: 24px; left: 24px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .animal-boundary-note,
  .animal-section-heading,
  .animal-reading,
  .animal-actions { grid-template-columns: 1fr; gap: 22px; }
  .animal-quiz { background: #e8edda; }
  .animal-quiz-board { grid-template-columns: 1fr; gap: 15px; }
  .animal-quiz-board aside { grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; padding-top: 0; color: #173f32; }
  .animal-quiz-board aside span { grid-row: 1 / 3; font-size: 76px; }
  .animal-quiz-board aside small { color: #657269; }
  .animal-question > .animal-kicker { margin-top: 30px; }
  .animal-choices { grid-template-columns: 1fr; }
  .animal-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .animal-choices button span { grid-column: 1; grid-row: 1; }
  .animal-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .animal-report-hero { grid-template-columns: 1fr; }
  .animal-report-guide { min-height: 340px; }
  .animal-report-hero > div:last-child { padding: 48px 24px; }
  .animal-score-list { grid-template-columns: 1fr; }
  .animal-boundary { grid-template-columns: 1fr; gap: 12px; }
  .animal-share { align-items: flex-start; flex-direction: column; }
  .animal-share > div:last-child { width: 100%; }
  .animal-footer { align-items: flex-start; flex-direction: column; }
  .animal-footer p { text-align: left; }
}

@media (max-width: 430px) {
  .animal-topbar { min-height: 58px; padding-inline: 16px; }
  .animal-hero-copy,
  .animal-quiz-board { width: calc(100% - 32px); }
  .animal-hero-copy h1 { font-size: 39px; }
  .animal-hero-copy > p:not(.animal-kicker) { font-size: 15px; }
  .animal-dimension-strip { right: 16px; left: 16px; bottom: 24px; gap: 3px; }
  .animal-dimension-strip article { grid-template-columns: 1fr; justify-items: center; min-height: 58px; padding: 4px; }
  .animal-dimension-strip article span,
  .animal-dimension-strip article p { display: none; }
  .animal-boundary-note,
  .animal-report-section,
  .animal-boundary,
  .animal-share { padding-inline: 16px; }
  .animal-question h1 { min-height: 0; font-size: 27px; }
  .animal-quiz-actions { flex-direction: column; }
  .animal-primary,
  .animal-secondary { width: 100%; }
  .animal-generating h1 { font-size: 42px; }
  .animal-tracks { gap: 4px; }
  .animal-tracks span { width: 42px; height: 50px; }
  .animal-report-guide { min-height: 265px; }
  .animal-result-mark { font-size: 88px; }
  .animal-report-hero h1 { font-size: 38px; }
  .animal-share > div:last-child { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .animal-tracks span { animation: none; }
  .animal-primary,
  .animal-secondary,
  .animal-choices button { transition: none; }
}

/* Daily strength clues preview */
body.theme-talent-clues { margin: 0; color: #121820; background: #f4eee1; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-talent-clues::before { display: none; }
.talent-shell { min-height: 100dvh; background: #f4eee1; }
.talent-topbar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #121820; background: rgba(244, 238, 225, .94); backdrop-filter: blur(10px); }
.talent-topbar button,
.talent-footer button { border: 0; background: transparent; padding: 8px 0; color: #121820; font: inherit; font-weight: 900; cursor: pointer; }
.talent-topbar span { color: #5d6264; font-size: 11px; font-weight: 800; }
.talent-kicker { margin: 0 0 16px; color: #2457d6; font-size: 11px; font-weight: 900; }
.talent-landing-hero { position: relative; min-height: 760px; overflow: hidden; }
.talent-workbench { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(244, 238, 225, .98) 0%, rgba(244, 238, 225, .78) 44%, rgba(244, 238, 225, .03) 76%), url("./talent-workbench.webp") center / cover no-repeat; }
.talent-hero-copy { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 90px; }
.talent-hero-copy h1 { max-width: 10em; margin: 0; color: #121820; font-size: 66px; line-height: 1.14; font-weight: 900; }
.talent-hero-copy > p:not(.talent-kicker) { max-width: 570px; margin: 26px 0 0; color: #454e54; font-size: 16px; line-height: 1.85; }
.talent-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.talent-primary,
.talent-secondary { min-height: 48px; border: 2px solid #121820; border-radius: 3px; padding: 0 21px; font: inherit; font-weight: 900; cursor: pointer; transition: transform 140ms ease, background 140ms ease, color 140ms ease; }
.talent-primary { background: #efb525; color: #121820; box-shadow: 5px 5px 0 #121820; }
.talent-secondary { background: #f4eee1; color: #121820; }
.talent-primary:hover,
.talent-secondary:hover { transform: translate(-2px, -2px); }
.talent-secondary:hover { background: #2457d6; color: #fff; }
.talent-primary:focus-visible,
.talent-secondary:focus-visible,
.talent-topbar button:focus-visible,
.talent-footer button:focus-visible,
.talent-choices button:focus-visible { outline: 3px solid #e6492d; outline-offset: 3px; }
.talent-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.talent-dimension-strip { position: absolute; z-index: 2; right: max(24px, calc((100% - 1180px) / 2)); bottom: 34px; display: grid; grid-template-columns: repeat(4, 128px); gap: 6px; }
.talent-dimension-strip article { display: grid; grid-template-columns: 25px 30px 1fr; align-items: center; min-height: 64px; border: 2px solid #121820; background: rgba(244, 238, 225, .92); padding: 0 9px; }
.talent-dimension-strip article:nth-child(2),
.talent-dimension-strip article:nth-child(7) { background: #f3c8bd; }
.talent-dimension-strip article:nth-child(4),
.talent-dimension-strip article:nth-child(8) { background: #d7e4ff; }
.talent-dimension-strip article span { color: #6a6f70; font-size: 9px; }
.talent-dimension-strip article b { color: #2457d6; font-size: 23px; }
.talent-dimension-strip article:nth-child(2n) b { color: #e6492d; }
.talent-dimension-strip article:nth-child(3n) b { color: #22876f; }
.talent-dimension-strip article p { margin: 0; font-size: 10px; font-weight: 800; }
.talent-boundary-note { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 45px; padding: 32px max(24px, calc((100% - 1180px) / 2)); background: #121820; color: #f4eee1; }
.talent-boundary-note b { color: #efb525; }
.talent-boundary-note p { max-width: 800px; margin: 0; color: #c9c9c4; font-size: 13px; line-height: 1.8; }
.talent-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #121820; }
.talent-footer p { max-width: 760px; margin: 0; color: #656865; text-align: right; font-size: 11px; line-height: 1.7; }
.talent-quiz { min-height: 100dvh; background: linear-gradient(90deg, #d7e4ff 0 24%, #f4eee1 24% 100%); }
.talent-quiz-board { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 70px; width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 90px; }
.talent-quiz-board aside { display: grid; align-content: start; gap: 8px; padding-top: 34px; color: #121820; }
.talent-quiz-board aside span { color: #2457d6; font-size: 118px; font-weight: 900; line-height: 1; }
.talent-quiz-board aside b { font-size: 22px; }
.talent-quiz-board aside small { color: #5d6470; font-size: 10px; font-weight: 800; }
.talent-progress,
.talent-generation-bar { height: 7px; border: 2px solid #121820; background: #fffaf0; }
.talent-progress i,
.talent-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: #2457d6; transition: width 160ms ease; }
.talent-question > .talent-kicker { margin-top: 52px; }
.talent-question h1 { min-height: 3.2em; margin: 0; color: #121820; font-size: 36px; line-height: 1.5; font-weight: 900; }
.talent-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 42px; }
.talent-choices button { display: grid; align-content: center; justify-items: center; gap: 11px; min-height: 120px; border: 2px solid #121820; border-radius: 3px; background: #fffaf0; color: #121820; cursor: pointer; transition: transform 140ms ease, background 140ms ease; }
.talent-choices button span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid #121820; border-radius: 50%; font-size: 12px; }
.talent-choices button b { font-size: 12px; }
.talent-choices button:hover,
.talent-choices button.is-selected { transform: translate(-3px, -3px); background: #efb525; box-shadow: 4px 4px 0 #121820; }
.talent-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.talent-generating { display: grid; place-items: center; align-content: center; width: min(780px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.talent-generating h1 { margin: 22px 0 15px; color: #121820; font-size: 56px; font-weight: 900; line-height: 1.16; }
.talent-generating > p:not(.talent-kicker) { color: #5c6266; }
.talent-loader { display: grid; grid-template-columns: repeat(8, 54px); gap: 6px; }
.talent-loader span { display: grid; place-items: center; width: 54px; height: 64px; border: 2px solid #121820; background: #d7e4ff; color: #2457d6; font-size: 24px; font-weight: 900; animation: talent-sort 900ms ease-in-out infinite alternate; }
.talent-loader span:nth-child(2n) { background: #f3c8bd; color: #e6492d; animation-delay: 120ms; }
.talent-loader span:nth-child(3n) { background: #efb525; color: #121820; animation-delay: 240ms; }
@keyframes talent-sort { to { transform: translateY(-8px); } }
.talent-generation-bar { width: min(520px, 100%); margin: 28px 0 22px; }
.talent-report-hero { display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr); min-height: 680px; }
.talent-report-workbench { background: url("./talent-workbench.webp") center / cover no-repeat; }
.talent-report-hero > div:last-child { align-self: center; padding: 66px max(40px, calc((100vw - 1180px) / 2)); }
.talent-result-symbol { display: block; color: #2457d6; font-size: 105px; font-weight: 900; line-height: .9; }
.talent-report-hero h1 { margin: 28px 0 8px; color: #121820; font-size: 50px; font-weight: 900; }
.talent-report-hero h2 { margin: 0 0 18px; color: #e6492d; font-size: 20px; }
.talent-report-hero > div:last-child > p:not(.talent-kicker) { max-width: 620px; margin: 0; color: #4e565b; font-size: 16px; line-height: 1.8; }
.talent-support { margin-top: 30px; border: 2px solid #121820; background: #efb525; padding: 16px 18px; box-shadow: 5px 5px 0 #121820; }
.talent-support small { font-size: 10px; font-weight: 800; }
.talent-support b { display: block; margin: 7px 0; font-size: 18px; }
.talent-support p { margin: 0; color: #3e4446; font-size: 13px; line-height: 1.7; }
.talent-report-section { padding: 68px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #121820; }
.talent-section-heading { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 45px; margin-bottom: 40px; }
.talent-section-heading h2,
.talent-reading h2,
.talent-experiments h2,
.talent-share h2 { margin: 0; color: #121820; font-size: 34px; font-weight: 900; }
.talent-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 45px; }
.talent-score-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 15px; min-height: 78px; border-bottom: 2px solid #121820; }
.talent-score-row > span { color: #2457d6; font-size: 28px; font-weight: 900; }
.talent-score-row:nth-child(2n) > span { color: #e6492d; }
.talent-score-row:nth-child(3n) > span { color: #22876f; }
.talent-score-row header { display: flex; justify-content: space-between; margin-bottom: 10px; }
.talent-score-row header em { color: #666b6d; font-size: 12px; font-style: normal; }
.talent-score-row div > div { height: 7px; border: 1px solid #121820; background: #fffaf0; }
.talent-score-row i { display: block; width: var(--w); height: 100%; background: #2457d6; }
.talent-reading { display: grid; grid-template-columns: .8fr repeat(3, 1fr); gap: 42px; background: #d7e4ff; }
.talent-reading b { display: block; margin-bottom: 18px; }
.talent-reading ul,
.talent-experiments ol { display: grid; gap: 14px; margin: 0; padding-left: 24px; }
.talent-reading li,
.talent-experiments li { line-height: 1.72; }
.talent-experiments { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 65px; background: #121820; color: #f4eee1; }
.talent-experiments .talent-kicker { color: #efb525; }
.talent-experiments h2 { color: #f4eee1; }
.talent-experiments li { color: #d3d0c9; font-size: 16px; }
.talent-focus { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 40px; padding: 30px max(24px, calc((100% - 1180px) / 2)); background: #f3c8bd; border-top: 2px solid #121820; }
.talent-focus p { margin: 0; color: #54575a; font-size: 13px; line-height: 1.75; }
.talent-boundary { display: grid; grid-template-columns: 140px repeat(3, 1fr); gap: 26px; padding: 32px max(24px, calc((100% - 1180px) / 2)); border-block: 2px solid #121820; color: #606465; font-size: 11px; line-height: 1.7; }
.talent-boundary p { margin: 0; }
.talent-share { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 54px max(24px, calc((100% - 1180px) / 2)); }
.talent-share > div:first-child { width: 100%; min-width: 0; }
.talent-share > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
.talent-share #talentShareUrl { max-width: 620px; overflow: hidden; color: #666b6d; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.talent-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.talent-load-error p { color: #5f6467; }

@media (max-width: 850px) {
  .talent-workbench { background: linear-gradient(180deg, rgba(244, 238, 225, .98) 0%, rgba(244, 238, 225, .82) 58%, rgba(244, 238, 225, .08) 100%), url("./talent-workbench.webp") center / cover no-repeat; }
  .talent-hero-copy { padding-top: 62px; }
  .talent-hero-copy h1 { font-size: 49px; }
  .talent-dimension-strip { right: 24px; left: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .talent-boundary-note,
  .talent-section-heading,
  .talent-reading,
  .talent-experiments,
  .talent-focus { grid-template-columns: 1fr; gap: 22px; }
  .talent-quiz { background: #f4eee1; }
  .talent-quiz-board { grid-template-columns: 1fr; gap: 15px; }
  .talent-quiz-board aside { grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; padding-top: 0; }
  .talent-quiz-board aside span { grid-row: 1 / 3; font-size: 76px; }
  .talent-question > .talent-kicker { margin-top: 30px; }
  .talent-choices { grid-template-columns: 1fr; }
  .talent-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .talent-choices button span { grid-column: 1; grid-row: 1; }
  .talent-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .talent-report-hero { grid-template-columns: 1fr; }
  .talent-report-workbench { min-height: 340px; }
  .talent-report-hero > div:last-child { padding: 48px 24px; }
  .talent-score-list { grid-template-columns: 1fr; }
  .talent-boundary { grid-template-columns: 1fr; gap: 12px; }
  .talent-share { align-items: flex-start; flex-direction: column; }
  .talent-share > div:last-child { width: 100%; }
  .talent-footer { align-items: flex-start; flex-direction: column; }
  .talent-footer p { text-align: left; }
}

@media (max-width: 430px) {
  .talent-topbar { min-height: 58px; padding-inline: 16px; }
  .talent-landing-hero { min-height: 700px; }
  .talent-hero-copy,
  .talent-quiz-board { width: calc(100% - 32px); }
  .talent-hero-copy h1 { font-size: 39px; }
  .talent-hero-copy > p:not(.talent-kicker) { font-size: 15px; }
  .talent-dimension-strip { right: 16px; left: 16px; bottom: 22px; gap: 3px; }
  .talent-dimension-strip article { grid-template-columns: 1fr; justify-items: center; min-height: 54px; padding: 3px; }
  .talent-dimension-strip article span,
  .talent-dimension-strip article p { display: none; }
  .talent-boundary-note,
  .talent-report-section,
  .talent-focus,
  .talent-boundary,
  .talent-share { padding-inline: 16px; }
  .talent-question h1 { min-height: 0; font-size: 27px; }
  .talent-quiz-actions { flex-direction: column; }
  .talent-primary,
  .talent-secondary { width: 100%; }
  .talent-generating h1 { font-size: 41px; }
  .talent-loader { grid-template-columns: repeat(4, 48px); gap: 4px; }
  .talent-loader span { width: 48px; height: 54px; }
  .talent-report-workbench { min-height: 265px; }
  .talent-result-symbol { font-size: 88px; }
  .talent-report-hero h1 { font-size: 38px; }
  .talent-share > div:last-child { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .talent-loader span { animation: none; }
  .talent-primary,
  .talent-secondary,
  .talent-choices button { transition: none; }
}

/* Random page reflection preview */
body.theme-answerbook { margin: 0; color: #1a1d1d; background: #f4eddf; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-answerbook::before { display: none; }
.answerbook-shell { min-height: 100dvh; background: #f4eddf; }
.answerbook-topbar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #1a1d1d; background: rgba(244, 237, 223, .94); backdrop-filter: blur(10px); }
.answerbook-topbar button,
.answerbook-footer button { border: 0; background: transparent; padding: 8px 0; color: #1a1d1d; font: inherit; font-weight: 900; cursor: pointer; }
.answerbook-topbar span { color: #646763; font-size: 11px; font-weight: 800; }
.answerbook-kicker { margin: 0 0 16px; color: #e2533f; font-size: 11px; font-weight: 900; }
.answerbook-landing-hero { position: relative; min-height: 760px; overflow: hidden; }
.answerbook-pages-art { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(244, 237, 223, .98) 0%, rgba(244, 237, 223, .76) 45%, rgba(244, 237, 223, .03) 77%), url("./answerbook-pages.webp") center / cover no-repeat; }
.answerbook-hero-copy { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 76px 0 72px; }
.answerbook-hero-copy h1 { max-width: 10em; margin: 0; color: #1a1d1d; font-size: 64px; line-height: 1.15; font-weight: 900; }
.answerbook-hero-copy > p:not(.answerbook-kicker) { max-width: 560px; margin: 24px 0 0; color: #515653; font-size: 16px; line-height: 1.85; }
#answerbookForm { display: grid; width: min(610px, 100%); margin-top: 32px; }
#answerbookForm label { margin-bottom: 10px; color: #1a1d1d; font-size: 13px; font-weight: 900; }
#answerbookQuestion { min-height: 118px; resize: vertical; border: 2px solid #1a1d1d; border-radius: 3px; background: rgba(248, 241, 227, .94); padding: 16px; color: #1a1d1d; font: 16px/1.7 inherit; box-shadow: 6px 6px 0 #1a1d1d; }
#answerbookQuestion:focus-visible { outline: 3px solid #3766cc; outline-offset: 3px; }
#answerbookForm > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; }
#answerbookCount { color: #696c68; font-size: 10px; font-weight: 800; }
#answerbookInputError { min-height: 1.5em; margin: 10px 0 0; color: #b7372a; font-size: 12px; font-weight: 800; }
.answerbook-primary,
.answerbook-secondary { min-height: 48px; border: 2px solid #1a1d1d; border-radius: 3px; padding: 0 21px; font: inherit; font-weight: 900; cursor: pointer; transition: transform 140ms ease, background 140ms ease, color 140ms ease; }
.answerbook-primary { background: #e6b82e; color: #1a1d1d; box-shadow: 5px 5px 0 #1a1d1d; }
.answerbook-secondary { background: #f4eddf; color: #1a1d1d; }
.answerbook-primary:hover,
.answerbook-secondary:hover { transform: translate(-2px, -2px); }
.answerbook-secondary:hover { background: #3766cc; color: #fff; }
.answerbook-primary:focus-visible,
.answerbook-secondary:focus-visible,
.answerbook-topbar button:focus-visible,
.answerbook-footer button:focus-visible { outline: 3px solid #e2533f; outline-offset: 3px; }
.answerbook-boundary-note { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 45px; padding: 32px max(24px, calc((100% - 1180px) / 2)); background: #1a1d1d; color: #f4eddf; }
.answerbook-boundary-note b { color: #e6b82e; }
.answerbook-boundary-note p { max-width: 850px; margin: 0; color: #ceccc5; font-size: 13px; line-height: 1.8; }
.answerbook-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #1a1d1d; }
.answerbook-footer p { max-width: 760px; margin: 0; color: #676966; text-align: right; font-size: 11px; line-height: 1.7; }
.answerbook-reveal { display: grid; place-items: center; align-content: center; width: min(780px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.answerbook-reveal h1 { margin: 20px 0 15px; font-size: 56px; line-height: 1.15; }
.answerbook-reveal > p:not(.answerbook-kicker) { color: #606460; }
.answerbook-closed-page { display: grid; place-items: center; width: 170px; height: 230px; border: 3px solid #1a1d1d; background: #e2533f; box-shadow: 14px 14px 0 #1a1d1d; animation: answerbook-open 850ms ease both; transform-origin: left center; }
.answerbook-closed-page span { color: #f4eddf; font-size: 82px; font-weight: 900; }
@keyframes answerbook-open { 0% { transform: perspective(700px) rotateY(-25deg) translateY(18px); } 100% { transform: perspective(700px) rotateY(16deg) translateY(0); } }
.answerbook-report-hero { display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr); min-height: 700px; }
.answerbook-report-art { background: url("./answerbook-pages.webp") center / cover no-repeat; }
.answerbook-report-hero > div:last-child { align-self: center; padding: 70px max(40px, calc((100vw - 1180px) / 2)); }
.answerbook-result-symbol { display: block; color: #e2533f; font-size: 100px; font-weight: 900; line-height: .9; }
.answerbook-report-hero blockquote { max-width: 680px; margin: 34px 0 0; color: #1a1d1d; font-size: 42px; line-height: 1.42; font-weight: 900; }
.answerbook-question { margin-top: 34px; border-left: 8px solid #3766cc; padding: 4px 0 4px 18px; }
.answerbook-question small { color: #686b68; font-size: 10px; font-weight: 800; }
.answerbook-question p { margin: 8px 0 0; color: #444a47; font-size: 14px; line-height: 1.7; }
.answerbook-reflection { padding: 82px max(24px, calc((100% - 980px) / 2)); border-top: 2px solid #1a1d1d; background: #d8e3fb; }
.answerbook-reflection h2 { max-width: 860px; margin: 0; font-size: 42px; line-height: 1.42; }
.answerbook-reflection > p:last-child { max-width: 720px; margin: 28px 0 0; color: #505a61; font-size: 15px; line-height: 1.85; }
.answerbook-boundary { display: grid; grid-template-columns: 140px repeat(3, 1fr); gap: 26px; padding: 32px max(24px, calc((100% - 1180px) / 2)); border-block: 2px solid #1a1d1d; color: #646763; font-size: 11px; line-height: 1.7; }
.answerbook-boundary p { margin: 0; }
.answerbook-share { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 60px max(24px, calc((100% - 1180px) / 2)); }
.answerbook-share > div:first-child { width: 100%; min-width: 0; }
.answerbook-share h2 { max-width: 700px; margin: 0; font-size: 30px; line-height: 1.45; }
.answerbook-share #answerbookShareUrl { max-width: 620px; overflow: hidden; color: #696b68; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.answerbook-share > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 9px; min-width: 360px; }
.answerbook-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.answerbook-load-error p { color: #626663; }

@media (max-width: 850px) {
  .answerbook-pages-art { background: linear-gradient(180deg, rgba(244, 237, 223, .98) 0%, rgba(244, 237, 223, .84) 62%, rgba(244, 237, 223, .08) 100%), url("./answerbook-pages.webp") center / cover no-repeat; }
  .answerbook-hero-copy { padding-top: 58px; }
  .answerbook-hero-copy h1 { font-size: 49px; }
  .answerbook-boundary-note { grid-template-columns: 1fr; gap: 14px; }
  .answerbook-report-hero { grid-template-columns: 1fr; }
  .answerbook-report-art { min-height: 340px; }
  .answerbook-report-hero > div:last-child { padding: 50px 24px; }
  .answerbook-boundary { grid-template-columns: 1fr; gap: 12px; }
  .answerbook-share { align-items: flex-start; flex-direction: column; }
  .answerbook-share > div:last-child { width: 100%; min-width: 0; }
  .answerbook-footer { align-items: flex-start; flex-direction: column; }
  .answerbook-footer p { text-align: left; }
}

@media (max-width: 430px) {
  .answerbook-topbar { min-height: 58px; padding-inline: 16px; }
  .answerbook-landing-hero { min-height: 700px; }
  .answerbook-hero-copy { width: calc(100% - 32px); }
  .answerbook-hero-copy h1 { font-size: 39px; }
  .answerbook-hero-copy > p:not(.answerbook-kicker) { font-size: 15px; }
  #answerbookQuestion { min-height: 105px; }
  #answerbookForm > div { align-items: stretch; flex-direction: column; }
  .answerbook-primary,
  .answerbook-secondary { width: 100%; }
  .answerbook-boundary-note,
  .answerbook-reflection,
  .answerbook-boundary,
  .answerbook-share { padding-inline: 16px; }
  .answerbook-reveal h1 { font-size: 41px; }
  .answerbook-closed-page { width: 135px; height: 185px; }
  .answerbook-report-art { min-height: 265px; }
  .answerbook-result-symbol { font-size: 84px; }
  .answerbook-report-hero blockquote { font-size: 32px; }
  .answerbook-reflection h2 { font-size: 30px; }
  .answerbook-share > div:last-child { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .answerbook-closed-page { animation: none; }
  .answerbook-primary,
  .answerbook-secondary { transition: none; }
}

/* Personal expression style preview */
body.theme-personal-style { margin: 0; color: #171918; background: #ecebe5; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-personal-style::before { display: none; }
.pstyle-shell { min-height: 100dvh; background: #ecebe5; }
.pstyle-topbar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #171918; background: rgba(236, 235, 229, .94); backdrop-filter: blur(10px); }
.pstyle-topbar button,
.pstyle-footer button { border: 0; background: transparent; padding: 8px 0; color: #171918; font: inherit; font-weight: 900; cursor: pointer; }
.pstyle-topbar span { color: #626661; font-size: 11px; font-weight: 800; }
.pstyle-kicker { margin: 0 0 16px; color: #e9533f; font-size: 11px; font-weight: 900; }
.pstyle-landing-hero { position: relative; min-height: 760px; overflow: hidden; }
.pstyle-collage { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(236, 235, 229, .98) 0%, rgba(236, 235, 229, .77) 44%, rgba(236, 235, 229, .03) 76%), url("./personal-style-collage.webp") center / cover no-repeat; }
.pstyle-hero-copy { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 80px; }
.pstyle-hero-copy h1 { max-width: 11em; margin: 0; font-size: 64px; line-height: 1.16; font-weight: 900; }
.pstyle-hero-copy > p:not(.pstyle-kicker) { max-width: 590px; margin: 26px 0 0; color: #4e5550; font-size: 16px; line-height: 1.85; }
.pstyle-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.pstyle-primary,
.pstyle-secondary { min-height: 48px; border: 2px solid #171918; border-radius: 3px; padding: 0 21px; font: inherit; font-weight: 900; cursor: pointer; transition: transform 140ms ease, background 140ms ease, color 140ms ease; }
.pstyle-primary { background: #f2be32; color: #171918; box-shadow: 5px 5px 0 #171918; }
.pstyle-secondary { background: #ecebe5; color: #171918; }
.pstyle-primary:hover,
.pstyle-secondary:hover { transform: translate(-2px, -2px); }
.pstyle-secondary:hover { background: #315fc9; color: #fff; }
.pstyle-primary:focus-visible,
.pstyle-secondary:focus-visible,
.pstyle-topbar button:focus-visible,
.pstyle-footer button:focus-visible,
.pstyle-choices button:focus-visible { outline: 3px solid #e9533f; outline-offset: 3px; }
.pstyle-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.pstyle-dimension-strip { position: absolute; z-index: 2; right: max(24px, calc((100% - 1180px) / 2)); bottom: 34px; display: grid; grid-template-columns: repeat(4, 126px); gap: 6px; }
.pstyle-dimension-strip article { display: grid; grid-template-columns: 24px 30px 1fr; align-items: center; min-height: 64px; border: 2px solid #171918; background: rgba(236, 235, 229, .93); padding: 0 9px; }
.pstyle-dimension-strip article:nth-child(2),
.pstyle-dimension-strip article:nth-child(7) { background: #f2c4c7; }
.pstyle-dimension-strip article:nth-child(3),
.pstyle-dimension-strip article:nth-child(6) { background: #d4e0fa; }
.pstyle-dimension-strip article span { color: #686b67; font-size: 9px; }
.pstyle-dimension-strip article b { color: #e9533f; font-size: 21px; }
.pstyle-dimension-strip article:nth-child(2n) b { color: #315fc9; }
.pstyle-dimension-strip article:nth-child(3n) b { color: #2c8b70; }
.pstyle-dimension-strip article p { margin: 0; font-size: 10px; font-weight: 800; }
.pstyle-boundary-note { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 45px; padding: 32px max(24px, calc((100% - 1180px) / 2)); background: #171918; color: #ecebe5; }
.pstyle-boundary-note b { color: #f2be32; }
.pstyle-boundary-note p { max-width: 850px; margin: 0; color: #ccccca; font-size: 13px; line-height: 1.8; }
.pstyle-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #171918; }
.pstyle-footer p { max-width: 760px; margin: 0; color: #666a65; text-align: right; font-size: 11px; line-height: 1.7; }
.pstyle-quiz { min-height: 100dvh; background: linear-gradient(90deg, #f2c4c7 0 24%, #ecebe5 24% 100%); }
.pstyle-quiz-board { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 70px; width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 90px; }
.pstyle-quiz-board aside { display: grid; align-content: start; gap: 8px; padding-top: 34px; }
.pstyle-quiz-board aside span { color: #e9533f; font-size: 112px; font-weight: 900; line-height: 1; }
.pstyle-quiz-board aside b { font-size: 22px; }
.pstyle-quiz-board aside small { color: #656a65; font-size: 10px; font-weight: 800; }
.pstyle-progress,
.pstyle-generation-bar { height: 7px; border: 2px solid #171918; background: #f8f7f1; }
.pstyle-progress i,
.pstyle-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: #315fc9; transition: width 160ms ease; }
.pstyle-question > .pstyle-kicker { margin-top: 52px; }
.pstyle-question h1 { min-height: 3.2em; margin: 0; font-size: 36px; line-height: 1.5; font-weight: 900; }
.pstyle-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 42px; }
.pstyle-choices button { display: grid; align-content: center; justify-items: center; gap: 11px; min-height: 120px; border: 2px solid #171918; border-radius: 3px; background: #f8f7f1; color: #171918; cursor: pointer; transition: transform 140ms ease, background 140ms ease; }
.pstyle-choices button span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid #171918; border-radius: 50%; font-size: 12px; }
.pstyle-choices button b { font-size: 12px; }
.pstyle-choices button:hover,
.pstyle-choices button.is-selected { transform: translate(-3px, -3px); background: #f2be32; box-shadow: 4px 4px 0 #171918; }
.pstyle-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.pstyle-generating { display: grid; place-items: center; align-content: center; width: min(780px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.pstyle-generating h1 { margin: 22px 0 15px; font-size: 56px; font-weight: 900; line-height: 1.16; }
.pstyle-generating > p:not(.pstyle-kicker) { color: #60645f; }
.pstyle-swatches { display: flex; gap: 6px; align-items: end; }
.pstyle-swatches span { display: grid; place-items: center; width: 58px; height: 74px; border: 2px solid #171918; background: #f2c4c7; color: #e9533f; font-size: 22px; font-weight: 900; animation: pstyle-sort 900ms ease-in-out infinite alternate; }
.pstyle-swatches span:nth-child(2n) { height: 96px; background: #d4e0fa; color: #315fc9; animation-delay: 120ms; }
.pstyle-swatches span:nth-child(3n) { height: 62px; background: #f2be32; color: #171918; animation-delay: 240ms; }
@keyframes pstyle-sort { to { transform: translateY(-8px) rotate(2deg); } }
.pstyle-generation-bar { width: min(520px, 100%); margin: 28px 0 22px; }
.pstyle-report-hero { display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr); min-height: 680px; }
.pstyle-report-collage { background: url("./personal-style-collage.webp") center / cover no-repeat; }
.pstyle-report-hero > div:last-child { align-self: center; padding: 66px max(40px, calc((100vw - 1180px) / 2)); }
.pstyle-result-symbol { display: block; color: #e9533f; font-size: 96px; font-weight: 900; line-height: .9; }
.pstyle-report-hero h1 { margin: 28px 0 8px; font-size: 50px; font-weight: 900; }
.pstyle-report-hero h2 { margin: 0 0 18px; color: #315fc9; font-size: 20px; }
.pstyle-report-hero > div:last-child > p:not(.pstyle-kicker) { max-width: 620px; margin: 0; color: #505650; font-size: 16px; line-height: 1.8; }
.pstyle-support { margin-top: 30px; border: 2px solid #171918; background: #f2be32; padding: 16px 18px; box-shadow: 5px 5px 0 #171918; }
.pstyle-support small { font-size: 10px; font-weight: 800; }
.pstyle-support b { display: block; margin: 7px 0; font-size: 18px; }
.pstyle-support p { margin: 0; color: #434843; font-size: 13px; line-height: 1.7; }
.pstyle-report-section { padding: 68px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #171918; }
.pstyle-section-heading { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 45px; margin-bottom: 40px; }
.pstyle-section-heading h2,
.pstyle-reading h2,
.pstyle-experiments h2,
.pstyle-share h2 { margin: 0; font-size: 34px; font-weight: 900; }
.pstyle-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 45px; }
.pstyle-score-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 15px; min-height: 78px; border-bottom: 2px solid #171918; }
.pstyle-score-row > span { color: #e9533f; font-size: 24px; font-weight: 900; }
.pstyle-score-row:nth-child(2n) > span { color: #315fc9; }
.pstyle-score-row:nth-child(3n) > span { color: #2c8b70; }
.pstyle-score-row header { display: flex; justify-content: space-between; margin-bottom: 10px; }
.pstyle-score-row header em { color: #666a65; font-size: 12px; font-style: normal; }
.pstyle-score-row div > div { height: 7px; border: 1px solid #171918; background: #f8f7f1; }
.pstyle-score-row i { display: block; width: var(--w); height: 100%; background: #315fc9; }
.pstyle-reading { display: grid; grid-template-columns: .8fr repeat(3, 1fr); gap: 42px; background: #f2c4c7; }
.pstyle-reading b { display: block; margin-bottom: 18px; }
.pstyle-reading ul,
.pstyle-experiments ol { display: grid; gap: 14px; margin: 0; padding-left: 24px; }
.pstyle-reading li,
.pstyle-experiments li { line-height: 1.72; }
.pstyle-experiments { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 65px; background: #171918; color: #ecebe5; }
.pstyle-experiments .pstyle-kicker { color: #f2be32; }
.pstyle-experiments h2 { color: #ecebe5; }
.pstyle-experiments li { color: #d0d0cc; font-size: 16px; }
.pstyle-contrast { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 40px; padding: 30px max(24px, calc((100% - 1180px) / 2)); background: #d4e0fa; border-top: 2px solid #171918; }
.pstyle-contrast p { margin: 0; color: #51585a; font-size: 13px; line-height: 1.75; }
.pstyle-boundary { display: grid; grid-template-columns: 140px repeat(3, 1fr); gap: 26px; padding: 32px max(24px, calc((100% - 1180px) / 2)); border-block: 2px solid #171918; color: #626662; font-size: 11px; line-height: 1.7; }
.pstyle-boundary p { margin: 0; }
.pstyle-share { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 54px max(24px, calc((100% - 1180px) / 2)); }
.pstyle-share > div:first-child { width: 100%; min-width: 0; }
.pstyle-share > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
.pstyle-share #pstyleShareUrl { max-width: 620px; overflow: hidden; color: #666a65; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.pstyle-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.pstyle-load-error p { color: #626662; }

@media (max-width: 850px) {
  .pstyle-collage { background: linear-gradient(180deg, rgba(236, 235, 229, .98) 0%, rgba(236, 235, 229, .82) 58%, rgba(236, 235, 229, .06) 100%), url("./personal-style-collage.webp") center / cover no-repeat; }
  .pstyle-hero-copy { padding-top: 62px; }
  .pstyle-hero-copy h1 { font-size: 49px; }
  .pstyle-dimension-strip { right: 24px; left: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pstyle-boundary-note,
  .pstyle-section-heading,
  .pstyle-reading,
  .pstyle-experiments,
  .pstyle-contrast { grid-template-columns: 1fr; gap: 22px; }
  .pstyle-quiz { background: #ecebe5; }
  .pstyle-quiz-board { grid-template-columns: 1fr; gap: 15px; }
  .pstyle-quiz-board aside { grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; padding-top: 0; }
  .pstyle-quiz-board aside span { grid-row: 1 / 3; font-size: 72px; }
  .pstyle-question > .pstyle-kicker { margin-top: 30px; }
  .pstyle-choices { grid-template-columns: 1fr; }
  .pstyle-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .pstyle-choices button span { grid-column: 1; grid-row: 1; }
  .pstyle-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .pstyle-report-hero { grid-template-columns: 1fr; }
  .pstyle-report-collage { min-height: 340px; }
  .pstyle-report-hero > div:last-child { padding: 48px 24px; }
  .pstyle-score-list { grid-template-columns: 1fr; }
  .pstyle-boundary { grid-template-columns: 1fr; gap: 12px; }
  .pstyle-share { align-items: flex-start; flex-direction: column; }
  .pstyle-share > div:last-child { width: 100%; }
  .pstyle-footer { align-items: flex-start; flex-direction: column; }
  .pstyle-footer p { text-align: left; }
}

@media (max-width: 430px) {
  .pstyle-topbar { min-height: 58px; padding-inline: 16px; }
  .pstyle-landing-hero { min-height: 700px; }
  .pstyle-hero-copy,
  .pstyle-quiz-board { width: calc(100% - 32px); }
  .pstyle-hero-copy h1 { font-size: 39px; }
  .pstyle-hero-copy > p:not(.pstyle-kicker) { font-size: 15px; }
  .pstyle-dimension-strip { right: 16px; left: 16px; bottom: 22px; gap: 3px; }
  .pstyle-dimension-strip article { grid-template-columns: 1fr; justify-items: center; min-height: 52px; padding: 3px; }
  .pstyle-dimension-strip article span,
  .pstyle-dimension-strip article p { display: none; }
  .pstyle-boundary-note,
  .pstyle-report-section,
  .pstyle-contrast,
  .pstyle-boundary,
  .pstyle-share { padding-inline: 16px; }
  .pstyle-question h1 { min-height: 0; font-size: 27px; }
  .pstyle-quiz-actions { flex-direction: column; }
  .pstyle-primary,
  .pstyle-secondary { width: 100%; }
  .pstyle-generating h1 { font-size: 41px; }
  .pstyle-swatches { gap: 3px; }
  .pstyle-swatches span { width: 42px; height: 58px; }
  .pstyle-swatches span:nth-child(2n) { height: 72px; }
  .pstyle-swatches span:nth-child(3n) { height: 50px; }
  .pstyle-report-collage { min-height: 265px; }
  .pstyle-result-symbol { font-size: 82px; }
  .pstyle-report-hero h1 { font-size: 38px; }
  .pstyle-share > div:last-child { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .pstyle-swatches span { animation: none; }
  .pstyle-primary,
  .pstyle-secondary,
  .pstyle-choices button { transition: none; }
}

/* City life preference preview */
body.theme-city-life { margin: 0; color: #18201f; background: #e7e9e2; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-city-life::before { display: none; }
.citylife-shell { min-height: 100dvh; background: #e7e9e2; }
.citylife-topbar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #18201f; background: rgba(231, 233, 226, .94); backdrop-filter: blur(10px); }
.citylife-topbar button,
.citylife-footer button { border: 0; background: transparent; padding: 8px 0; color: #18201f; font: inherit; font-weight: 900; cursor: pointer; }
.citylife-topbar span { color: #616965; font-size: 11px; font-weight: 800; }
.citylife-kicker { margin: 0 0 16px; color: #e4543e; font-size: 11px; font-weight: 900; }
.citylife-landing-hero { position: relative; min-height: 760px; overflow: hidden; }
.citylife-map { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(231, 233, 226, .98) 0%, rgba(231, 233, 226, .78) 44%, rgba(231, 233, 226, .03) 76%), url("./city-life-map.webp") center / cover no-repeat; }
.citylife-hero-copy { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 80px; }
.citylife-hero-copy h1 { max-width: 11em; margin: 0; font-size: 64px; line-height: 1.16; font-weight: 900; }
.citylife-hero-copy > p:not(.citylife-kicker) { max-width: 590px; margin: 26px 0 0; color: #4d5753; font-size: 16px; line-height: 1.85; }
.citylife-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.citylife-primary,
.citylife-secondary { min-height: 48px; border: 2px solid #18201f; border-radius: 3px; padding: 0 21px; font: inherit; font-weight: 900; cursor: pointer; transition: transform 140ms ease, background 140ms ease, color 140ms ease; }
.citylife-primary { background: #f2bd32; color: #18201f; box-shadow: 5px 5px 0 #18201f; }
.citylife-secondary { background: #e7e9e2; color: #18201f; }
.citylife-primary:hover,
.citylife-secondary:hover { transform: translate(-2px, -2px); }
.citylife-secondary:hover { background: #315fc7; color: #fff; }
.citylife-primary:focus-visible,
.citylife-secondary:focus-visible,
.citylife-topbar button:focus-visible,
.citylife-footer button:focus-visible,
.citylife-choices button:focus-visible { outline: 3px solid #e4543e; outline-offset: 3px; }
.citylife-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.citylife-dimension-strip { position: absolute; z-index: 2; right: max(24px, calc((100% - 1180px) / 2)); bottom: 34px; display: grid; grid-template-columns: repeat(4, 132px); gap: 6px; }
.citylife-dimension-strip article { display: grid; grid-template-columns: 24px 30px 1fr; align-items: center; min-height: 64px; border: 2px solid #18201f; background: rgba(231, 233, 226, .93); padding: 0 9px; }
.citylife-dimension-strip article:nth-child(2),
.citylife-dimension-strip article:nth-child(7) { background: #cadcf2; }
.citylife-dimension-strip article:nth-child(3),
.citylife-dimension-strip article:nth-child(6) { background: #d8e5d8; }
.citylife-dimension-strip article span { color: #68706c; font-size: 9px; }
.citylife-dimension-strip article b { color: #e4543e; font-size: 21px; }
.citylife-dimension-strip article:nth-child(2n) b { color: #315fc7; }
.citylife-dimension-strip article:nth-child(3n) b { color: #2c8b70; }
.citylife-dimension-strip article p { margin: 0; font-size: 10px; font-weight: 800; }
.citylife-boundary-note { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 45px; padding: 32px max(24px, calc((100% - 1180px) / 2)); background: #18201f; color: #e7e9e2; }
.citylife-boundary-note b { color: #f2bd32; }
.citylife-boundary-note p { max-width: 870px; margin: 0; color: #c9ceca; font-size: 13px; line-height: 1.8; }
.citylife-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #18201f; }
.citylife-footer p { max-width: 760px; margin: 0; color: #646c68; text-align: right; font-size: 11px; line-height: 1.7; }
.citylife-quiz { min-height: 100dvh; background: linear-gradient(90deg, #cadcf2 0 24%, #e7e9e2 24% 100%); }
.citylife-quiz-board { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 70px; width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 90px; }
.citylife-quiz-board aside { display: grid; align-content: start; gap: 8px; padding-top: 34px; }
.citylife-quiz-board aside span { color: #315fc7; font-size: 112px; font-weight: 900; line-height: 1; }
.citylife-quiz-board aside b { font-size: 22px; }
.citylife-quiz-board aside small { color: #626b67; font-size: 10px; font-weight: 800; }
.citylife-progress,
.citylife-generation-bar { height: 7px; border: 2px solid #18201f; background: #f8faf4; }
.citylife-progress i,
.citylife-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: #315fc7; transition: width 160ms ease; }
.citylife-question > .citylife-kicker { margin-top: 52px; }
.citylife-question h1 { min-height: 3.2em; margin: 0; font-size: 36px; line-height: 1.5; font-weight: 900; }
.citylife-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 42px; }
.citylife-choices button { display: grid; align-content: center; justify-items: center; gap: 11px; min-height: 120px; border: 2px solid #18201f; border-radius: 3px; background: #f8faf4; color: #18201f; cursor: pointer; transition: transform 140ms ease, background 140ms ease; }
.citylife-choices button span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid #18201f; border-radius: 50%; font-size: 12px; }
.citylife-choices button b { font-size: 12px; }
.citylife-choices button:hover,
.citylife-choices button.is-selected { transform: translate(-3px, -3px); background: #f2bd32; box-shadow: 4px 4px 0 #18201f; }
.citylife-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.citylife-generating { display: grid; place-items: center; align-content: center; width: min(780px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.citylife-generating h1 { margin: 22px 0 15px; font-size: 56px; font-weight: 900; line-height: 1.16; }
.citylife-generating > p:not(.citylife-kicker) { color: #5e6863; }
.citylife-blocks { display: grid; grid-template-columns: repeat(7, 58px); gap: 6px; }
.citylife-blocks span { display: grid; place-items: center; width: 58px; height: 70px; border: 2px solid #18201f; background: #cadcf2; color: #315fc7; font-size: 22px; font-weight: 900; animation: citylife-build 900ms ease-in-out infinite alternate; }
.citylife-blocks span:nth-child(2n) { height: 92px; background: #f2bd32; color: #18201f; animation-delay: 120ms; }
.citylife-blocks span:nth-child(3n) { background: #d8e5d8; color: #2c8b70; animation-delay: 240ms; }
@keyframes citylife-build { to { transform: translateY(-8px); } }
.citylife-generation-bar { width: min(520px, 100%); margin: 28px 0 22px; }
.citylife-report-hero { display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr); min-height: 680px; }
.citylife-report-map { background: url("./city-life-map.webp") center / cover no-repeat; }
.citylife-report-hero > div:last-child { align-self: center; padding: 66px max(40px, calc((100vw - 1180px) / 2)); }
.citylife-result-symbol { display: block; color: #e4543e; font-size: 96px; font-weight: 900; line-height: .9; }
.citylife-report-hero h1 { margin: 28px 0 8px; font-size: 50px; font-weight: 900; }
.citylife-report-hero h2 { margin: 0 0 18px; color: #315fc7; font-size: 20px; }
.citylife-report-hero > div:last-child > p:not(.citylife-kicker) { max-width: 620px; margin: 0; color: #4f5955; font-size: 16px; line-height: 1.8; }
.citylife-secondary-profile { margin-top: 30px; border: 2px solid #18201f; background: #f2bd32; padding: 16px 18px; box-shadow: 5px 5px 0 #18201f; }
.citylife-secondary-profile small { font-size: 10px; font-weight: 800; }
.citylife-secondary-profile b { display: block; margin: 7px 0; font-size: 18px; }
.citylife-secondary-profile p { margin: 0; color: #414a47; font-size: 13px; line-height: 1.7; }
.citylife-report-section { padding: 68px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #18201f; }
.citylife-section-heading { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 45px; margin-bottom: 40px; }
.citylife-section-heading h2,
.citylife-reading h2,
.citylife-verification h2,
.citylife-share h2 { margin: 0; font-size: 34px; font-weight: 900; }
.citylife-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 45px; }
.citylife-score-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 15px; min-height: 78px; border-bottom: 2px solid #18201f; }
.citylife-score-row > span { color: #e4543e; font-size: 24px; font-weight: 900; }
.citylife-score-row:nth-child(2n) > span { color: #315fc7; }
.citylife-score-row:nth-child(3n) > span { color: #2c8b70; }
.citylife-score-row header { display: flex; justify-content: space-between; margin-bottom: 10px; }
.citylife-score-row header em { color: #646c68; font-size: 12px; font-style: normal; }
.citylife-score-row div > div { height: 7px; border: 1px solid #18201f; background: #f8faf4; }
.citylife-score-row i { display: block; width: var(--w); height: 100%; background: #315fc7; }
.citylife-reading { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 52px; background: #cadcf2; }
.citylife-reading b { display: block; margin-bottom: 18px; }
.citylife-reading ul,
.citylife-verification ol { display: grid; gap: 14px; margin: 0; padding-left: 24px; }
.citylife-reading li,
.citylife-verification li { line-height: 1.72; }
.citylife-verification { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 65px; background: #18201f; color: #e7e9e2; }
.citylife-verification .citylife-kicker { color: #f2bd32; }
.citylife-verification h2 { color: #e7e9e2; }
.citylife-verification li { color: #ccd2ce; font-size: 16px; }
.citylife-boundary { display: grid; grid-template-columns: 140px repeat(3, 1fr); gap: 26px; padding: 32px max(24px, calc((100% - 1180px) / 2)); border-block: 2px solid #18201f; color: #616a66; font-size: 11px; line-height: 1.7; }
.citylife-boundary p { margin: 0; }
.citylife-share { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 54px max(24px, calc((100% - 1180px) / 2)); }
.citylife-share > div:first-child { width: 100%; min-width: 0; }
.citylife-share > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
.citylife-share #citylifeShareUrl { max-width: 620px; overflow: hidden; color: #646c68; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.citylife-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.citylife-load-error p { color: #606a65; }

@media (max-width: 850px) {
  .citylife-map { background: linear-gradient(180deg, rgba(231, 233, 226, .98) 0%, rgba(231, 233, 226, .82) 58%, rgba(231, 233, 226, .06) 100%), url("./city-life-map.webp") center / cover no-repeat; }
  .citylife-hero-copy { padding-top: 62px; }
  .citylife-hero-copy h1 { font-size: 49px; }
  .citylife-dimension-strip { right: 24px; left: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .citylife-boundary-note,
  .citylife-section-heading,
  .citylife-reading,
  .citylife-verification { grid-template-columns: 1fr; gap: 22px; }
  .citylife-quiz { background: #e7e9e2; }
  .citylife-quiz-board { grid-template-columns: 1fr; gap: 15px; }
  .citylife-quiz-board aside { grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; padding-top: 0; }
  .citylife-quiz-board aside span { grid-row: 1 / 3; font-size: 72px; }
  .citylife-question > .citylife-kicker { margin-top: 30px; }
  .citylife-choices { grid-template-columns: 1fr; }
  .citylife-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .citylife-choices button span { grid-column: 1; grid-row: 1; }
  .citylife-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .citylife-report-hero { grid-template-columns: 1fr; }
  .citylife-report-map { min-height: 340px; }
  .citylife-report-hero > div:last-child { padding: 48px 24px; }
  .citylife-score-list { grid-template-columns: 1fr; }
  .citylife-boundary { grid-template-columns: 1fr; gap: 12px; }
  .citylife-share { align-items: flex-start; flex-direction: column; }
  .citylife-share > div:last-child { width: 100%; }
  .citylife-footer { align-items: flex-start; flex-direction: column; }
  .citylife-footer p { text-align: left; }
}

@media (max-width: 430px) {
  .citylife-topbar { min-height: 58px; padding-inline: 16px; }
  .citylife-landing-hero { min-height: 700px; }
  .citylife-hero-copy,
  .citylife-quiz-board { width: calc(100% - 32px); }
  .citylife-hero-copy h1 { font-size: 39px; }
  .citylife-hero-copy > p:not(.citylife-kicker) { font-size: 15px; }
  .citylife-dimension-strip { right: 16px; left: 16px; bottom: 22px; gap: 3px; }
  .citylife-dimension-strip article { grid-template-columns: 1fr; justify-items: center; min-height: 52px; padding: 3px; }
  .citylife-dimension-strip article span,
  .citylife-dimension-strip article p { display: none; }
  .citylife-boundary-note,
  .citylife-report-section,
  .citylife-boundary,
  .citylife-share { padding-inline: 16px; }
  .citylife-question h1 { min-height: 0; font-size: 27px; }
  .citylife-quiz-actions { flex-direction: column; }
  .citylife-primary,
  .citylife-secondary { width: 100%; }
  .citylife-generating h1 { font-size: 41px; }
  .citylife-blocks { grid-template-columns: repeat(4, 46px); gap: 4px; }
  .citylife-blocks span { width: 46px; height: 56px; }
  .citylife-blocks span:nth-child(2n) { height: 68px; }
  .citylife-report-map { min-height: 265px; }
  .citylife-result-symbol { font-size: 82px; }
  .citylife-report-hero h1 { font-size: 38px; }
  .citylife-share > div:last-child { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .citylife-blocks span { animation: none; }
  .citylife-primary,
  .citylife-secondary,
  .citylife-choices button { transition: none; }
}

/* Relationship expectation preview */
body.theme-relationship-expectations { margin: 0; color: #1b2523; background: #edf0e9; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-relationship-expectations::before { display: none; }
.rexpect-shell { min-height: 100dvh; background: #edf0e9; }
.rexpect-topbar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #1b2523; background: rgba(237, 240, 233, .94); backdrop-filter: blur(10px); }
.rexpect-topbar button,
.rexpect-footer button { border: 0; background: transparent; padding: 8px 0; color: #1b2523; font: inherit; font-weight: 900; cursor: pointer; }
.rexpect-topbar span { color: #606a66; font-size: 11px; font-weight: 800; }
.rexpect-kicker { margin: 0 0 16px; color: #e55b47; font-size: 11px; font-weight: 900; }
.rexpect-landing-hero { position: relative; min-height: 760px; overflow: hidden; }
.rexpect-dialogue-map { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(237, 240, 233, .98) 0%, rgba(237, 240, 233, .78) 44%, rgba(237, 240, 233, .03) 76%), url("./relationship-dialogue-map.webp") center / cover no-repeat; }
.rexpect-hero-copy { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 80px; }
.rexpect-hero-copy h1 { max-width: 11em; margin: 0; font-size: 64px; line-height: 1.16; font-weight: 900; }
.rexpect-hero-copy > p:not(.rexpect-kicker) { max-width: 600px; margin: 26px 0 0; color: #4e5955; font-size: 16px; line-height: 1.85; }
.rexpect-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.rexpect-primary,
.rexpect-secondary { min-height: 48px; border: 2px solid #1b2523; border-radius: 3px; padding: 0 21px; font: inherit; font-weight: 900; cursor: pointer; transition: transform 140ms ease, background 140ms ease, color 140ms ease; }
.rexpect-primary { background: #f1bb30; color: #1b2523; box-shadow: 5px 5px 0 #1b2523; }
.rexpect-secondary { background: #edf0e9; color: #1b2523; }
.rexpect-primary:hover,
.rexpect-secondary:hover { transform: translate(-2px, -2px); }
.rexpect-secondary:hover { background: #315fc5; color: #fff; }
.rexpect-primary:focus-visible,
.rexpect-secondary:focus-visible,
.rexpect-topbar button:focus-visible,
.rexpect-footer button:focus-visible,
.rexpect-choices button:focus-visible { outline: 3px solid #e55b47; outline-offset: 3px; }
.rexpect-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.rexpect-dimension-strip { position: absolute; z-index: 2; right: max(24px, calc((100% - 1180px) / 2)); bottom: 34px; display: grid; grid-template-columns: repeat(3, 138px); gap: 6px; }
.rexpect-dimension-strip article { display: grid; grid-template-columns: 24px 30px 1fr; align-items: center; min-height: 64px; border: 2px solid #1b2523; background: rgba(237, 240, 233, .93); padding: 0 9px; }
.rexpect-dimension-strip article:nth-child(2),
.rexpect-dimension-strip article:nth-child(5) { background: #f5c7c1; }
.rexpect-dimension-strip article:nth-child(3),
.rexpect-dimension-strip article:nth-child(6) { background: #cfddf5; }
.rexpect-dimension-strip article span { color: #68716d; font-size: 9px; }
.rexpect-dimension-strip article b { color: #e55b47; font-size: 21px; }
.rexpect-dimension-strip article:nth-child(2n) b { color: #315fc5; }
.rexpect-dimension-strip article:nth-child(3n) b { color: #2b8e70; }
.rexpect-dimension-strip article p { margin: 0; font-size: 10px; font-weight: 800; }
.rexpect-boundary-note { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 45px; padding: 32px max(24px, calc((100% - 1180px) / 2)); background: #1b2523; color: #edf0e9; }
.rexpect-boundary-note b { color: #f1bb30; }
.rexpect-boundary-note p { max-width: 870px; margin: 0; color: #cbd1cd; font-size: 13px; line-height: 1.8; }
.rexpect-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #1b2523; }
.rexpect-footer p { max-width: 760px; margin: 0; color: #626c67; text-align: right; font-size: 11px; line-height: 1.7; }
.rexpect-quiz { min-height: 100dvh; background: linear-gradient(90deg, #f5c7c1 0 24%, #edf0e9 24% 100%); }
.rexpect-quiz-board { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 70px; width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 90px; }
.rexpect-quiz-board aside { display: grid; align-content: start; gap: 8px; padding-top: 34px; }
.rexpect-quiz-board aside span { color: #e55b47; font-size: 112px; font-weight: 900; line-height: 1; }
.rexpect-quiz-board aside b { font-size: 22px; }
.rexpect-quiz-board aside small { color: #626c67; font-size: 10px; font-weight: 800; }
.rexpect-progress,
.rexpect-generation-bar { height: 7px; border: 2px solid #1b2523; background: #fafbf6; }
.rexpect-progress i,
.rexpect-generation-bar i { display: block; width: var(--w, 0%); height: 100%; background: #315fc5; transition: width 160ms ease; }
.rexpect-question > .rexpect-kicker { margin-top: 52px; }
.rexpect-question h1 { min-height: 3.2em; margin: 0; font-size: 36px; line-height: 1.5; font-weight: 900; }
.rexpect-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 42px; }
.rexpect-choices button { display: grid; align-content: center; justify-items: center; gap: 11px; min-height: 120px; border: 2px solid #1b2523; border-radius: 3px; background: #fafbf6; color: #1b2523; cursor: pointer; transition: transform 140ms ease, background 140ms ease; }
.rexpect-choices button span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid #1b2523; border-radius: 50%; font-size: 12px; }
.rexpect-choices button b { font-size: 12px; }
.rexpect-choices button:hover,
.rexpect-choices button.is-selected { transform: translate(-3px, -3px); background: #f1bb30; box-shadow: 4px 4px 0 #1b2523; }
.rexpect-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.rexpect-generating { display: grid; place-items: center; align-content: center; width: min(780px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.rexpect-generating h1 { margin: 22px 0 15px; font-size: 56px; font-weight: 900; line-height: 1.16; }
.rexpect-generating > p:not(.rexpect-kicker) { color: #5f6965; }
.rexpect-circles { display: flex; gap: 6px; }
.rexpect-circles span { display: grid; place-items: center; width: 66px; height: 66px; border: 2px solid #1b2523; border-radius: 50%; background: #f5c7c1; color: #e55b47; font-size: 22px; font-weight: 900; animation: rexpect-meet 900ms ease-in-out infinite alternate; }
.rexpect-circles span:nth-child(2n) { background: #cfddf5; color: #315fc5; animation-delay: 120ms; }
.rexpect-circles span:nth-child(3n) { background: #f1bb30; color: #1b2523; animation-delay: 240ms; }
@keyframes rexpect-meet { to { transform: translateX(-5px) scale(1.06); } }
.rexpect-generation-bar { width: min(520px, 100%); margin: 28px 0 22px; }
.rexpect-report-hero { display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr); min-height: 680px; }
.rexpect-report-map { background: url("./relationship-dialogue-map.webp") center / cover no-repeat; }
.rexpect-report-hero > div:last-child { align-self: center; padding: 66px max(40px, calc((100vw - 1180px) / 2)); }
.rexpect-result-symbol { display: block; color: #e55b47; font-size: 96px; font-weight: 900; line-height: .9; }
.rexpect-report-hero h1 { margin: 28px 0 8px; font-size: 50px; font-weight: 900; }
.rexpect-report-hero h2 { margin: 0 0 18px; color: #315fc5; font-size: 20px; }
.rexpect-report-hero > div:last-child > p:not(.rexpect-kicker) { max-width: 620px; margin: 0; color: #4f5955; font-size: 16px; line-height: 1.8; }
.rexpect-support { margin-top: 30px; border: 2px solid #1b2523; background: #f1bb30; padding: 16px 18px; box-shadow: 5px 5px 0 #1b2523; }
.rexpect-support small { font-size: 10px; font-weight: 800; }
.rexpect-support b { display: block; margin: 7px 0; font-size: 18px; }
.rexpect-support p { margin: 0; color: #434b48; font-size: 13px; line-height: 1.7; }
.rexpect-report-section { padding: 68px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #1b2523; }
.rexpect-section-heading { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 45px; margin-bottom: 40px; }
.rexpect-section-heading h2,
.rexpect-reading h2,
.rexpect-questions h2,
.rexpect-share h2 { margin: 0; font-size: 34px; font-weight: 900; }
.rexpect-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 45px; }
.rexpect-score-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 15px; min-height: 78px; border-bottom: 2px solid #1b2523; }
.rexpect-score-row > span { color: #e55b47; font-size: 24px; font-weight: 900; }
.rexpect-score-row:nth-child(2n) > span { color: #315fc5; }
.rexpect-score-row:nth-child(3n) > span { color: #2b8e70; }
.rexpect-score-row header { display: flex; justify-content: space-between; margin-bottom: 10px; }
.rexpect-score-row header em { color: #626b67; font-size: 12px; font-style: normal; }
.rexpect-score-row div > div { height: 7px; border: 1px solid #1b2523; background: #fafbf6; }
.rexpect-score-row i { display: block; width: var(--w); height: 100%; background: #315fc5; }
.rexpect-reading { display: grid; grid-template-columns: .8fr repeat(3, 1fr); gap: 42px; background: #f5c7c1; }
.rexpect-reading b { display: block; margin-bottom: 18px; }
.rexpect-reading ul,
.rexpect-questions ol { display: grid; gap: 14px; margin: 0; padding-left: 24px; }
.rexpect-reading li,
.rexpect-questions li { line-height: 1.72; }
.rexpect-questions { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 65px; background: #1b2523; color: #edf0e9; }
.rexpect-questions .rexpect-kicker { color: #f1bb30; }
.rexpect-questions h2 { color: #edf0e9; }
.rexpect-questions li { color: #ccd2ce; font-size: 16px; }
.rexpect-conversation { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 40px; padding: 30px max(24px, calc((100% - 1180px) / 2)); background: #cfddf5; border-top: 2px solid #1b2523; }
.rexpect-conversation p { margin: 0; color: #515a57; font-size: 13px; line-height: 1.75; }
.rexpect-boundary { display: grid; grid-template-columns: 140px repeat(3, 1fr); gap: 26px; padding: 32px max(24px, calc((100% - 1180px) / 2)); border-block: 2px solid #1b2523; color: #616a66; font-size: 11px; line-height: 1.7; }
.rexpect-boundary p { margin: 0; }
.rexpect-share { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 54px max(24px, calc((100% - 1180px) / 2)); }
.rexpect-share > div:first-child { width: 100%; min-width: 0; }
.rexpect-share > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
.rexpect-share #rexpectShareUrl { max-width: 620px; overflow: hidden; color: #626b67; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.rexpect-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.rexpect-load-error p { color: #606a65; }

@media (max-width: 850px) {
  .rexpect-dialogue-map { background: linear-gradient(180deg, rgba(237, 240, 233, .98) 0%, rgba(237, 240, 233, .82) 58%, rgba(237, 240, 233, .06) 100%), url("./relationship-dialogue-map.webp") center / cover no-repeat; }
  .rexpect-hero-copy { padding-top: 62px; }
  .rexpect-hero-copy h1 { font-size: 49px; }
  .rexpect-dimension-strip { right: 24px; left: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rexpect-boundary-note,
  .rexpect-section-heading,
  .rexpect-reading,
  .rexpect-questions,
  .rexpect-conversation { grid-template-columns: 1fr; gap: 22px; }
  .rexpect-quiz { background: #edf0e9; }
  .rexpect-quiz-board { grid-template-columns: 1fr; gap: 15px; }
  .rexpect-quiz-board aside { grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; padding-top: 0; }
  .rexpect-quiz-board aside span { grid-row: 1 / 3; font-size: 72px; }
  .rexpect-question > .rexpect-kicker { margin-top: 30px; }
  .rexpect-choices { grid-template-columns: 1fr; }
  .rexpect-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .rexpect-choices button span { grid-column: 1; grid-row: 1; }
  .rexpect-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .rexpect-report-hero { grid-template-columns: 1fr; }
  .rexpect-report-map { min-height: 340px; }
  .rexpect-report-hero > div:last-child { padding: 48px 24px; }
  .rexpect-score-list { grid-template-columns: 1fr; }
  .rexpect-boundary { grid-template-columns: 1fr; gap: 12px; }
  .rexpect-share { align-items: flex-start; flex-direction: column; }
  .rexpect-share > div:last-child { width: 100%; }
  .rexpect-footer { align-items: flex-start; flex-direction: column; }
  .rexpect-footer p { text-align: left; }
}

@media (max-width: 430px) {
  .rexpect-topbar { min-height: 58px; padding-inline: 16px; }
  .rexpect-landing-hero { min-height: 700px; }
  .rexpect-hero-copy,
  .rexpect-quiz-board { width: calc(100% - 32px); }
  .rexpect-hero-copy h1 { font-size: 39px; }
  .rexpect-hero-copy > p:not(.rexpect-kicker) { font-size: 15px; }
  .rexpect-dimension-strip { right: 16px; left: 16px; bottom: 22px; gap: 3px; }
  .rexpect-dimension-strip article { grid-template-columns: 1fr; justify-items: center; min-height: 52px; padding: 3px; }
  .rexpect-dimension-strip article span,
  .rexpect-dimension-strip article p { display: none; }
  .rexpect-boundary-note,
  .rexpect-report-section,
  .rexpect-conversation,
  .rexpect-boundary,
  .rexpect-share { padding-inline: 16px; }
  .rexpect-question h1 { min-height: 0; font-size: 27px; }
  .rexpect-quiz-actions { flex-direction: column; }
  .rexpect-primary,
  .rexpect-secondary { width: 100%; }
  .rexpect-generating h1 { font-size: 41px; }
  .rexpect-circles { gap: 3px; }
  .rexpect-circles span { width: 50px; height: 50px; }
  .rexpect-report-map { min-height: 265px; }
  .rexpect-result-symbol { font-size: 82px; }
  .rexpect-report-hero h1 { font-size: 38px; }
  .rexpect-share > div:last-child { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .rexpect-circles span { animation: none; }
  .rexpect-primary,
  .rexpect-secondary,
  .rexpect-choices button { transition: none; }
}

/* Information and action preference four-axis preview */
body.theme-four-preference { margin: 0; color: #172026; background: #edf1f3; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-four-preference::before { display: none; }
.preference-shell { min-height: 100dvh; background: #edf1f3; }
.preference-topbar { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #172026; background: rgba(237, 241, 243, .94); backdrop-filter: blur(12px); }
.preference-topbar button,
.preference-footer button { border: 0; background: transparent; padding: 8px 0; color: #172026; font: inherit; font-weight: 900; cursor: pointer; }
.preference-topbar span { color: #59666d; font-size: 11px; font-weight: 800; }
.preference-kicker { margin: 0 0 16px; color: #365fc7; font-size: 11px; font-weight: 900; }
.preference-landing-hero { position: relative; min-height: 760px; overflow: hidden; }
.preference-atlas { position: absolute; inset: 0 0 0 44%; border-left: 2px solid #172026; background: url("./four-preference-atlas.webp") center / cover no-repeat; }
.preference-atlas::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(237, 241, 243, .88), rgba(237, 241, 243, 0) 32%); content: ""; }
.preference-atlas > div { position: absolute; z-index: 1; right: 34px; top: 34px; display: grid; grid-template-columns: repeat(2, 96px); gap: 5px; }
.preference-atlas span { display: grid; place-items: center; min-height: 42px; border: 2px solid #172026; background: rgba(237, 241, 243, .92); font-size: 12px; font-weight: 900; }
.preference-atlas span:nth-child(2) { background: #f7c8bd; }
.preference-atlas span:nth-child(3) { background: #bfe0d5; }
.preference-atlas span:nth-child(4) { background: #f5dc80; }
.preference-hero-copy { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0 96px; }
.preference-hero-copy h1 { max-width: 8.5em; margin: 0; font-size: 64px; line-height: 1.14; font-weight: 900; }
.preference-hero-copy > p:not(.preference-kicker) { max-width: 500px; margin: 28px 0 0; color: #4e5a61; font-size: 16px; line-height: 1.85; }
.preference-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.preference-primary,
.preference-secondary { min-height: 48px; border: 2px solid #172026; border-radius: 3px; padding: 0 21px; font: inherit; font-weight: 900; cursor: pointer; transition: transform 140ms ease, background 140ms ease, color 140ms ease, box-shadow 140ms ease; }
.preference-primary { background: #f2c94c; color: #172026; box-shadow: 5px 5px 0 #172026; }
.preference-secondary { background: #edf1f3; color: #172026; }
.preference-primary:hover,
.preference-secondary:hover { transform: translate(-2px, -2px); }
.preference-secondary:hover { background: #365fc7; color: #fff; box-shadow: 4px 4px 0 #172026; }
.preference-primary:focus-visible,
.preference-secondary:focus-visible,
.preference-topbar button:focus-visible,
.preference-footer button:focus-visible,
.preference-choices button:focus-visible { outline: 3px solid #ef6a52; outline-offset: 3px; }
.preference-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; box-shadow: none; }
.preference-axis-strip { position: absolute; z-index: 3; right: max(24px, calc((100% - 1180px) / 2)); bottom: 34px; display: grid; grid-template-columns: repeat(2, 185px); gap: 6px; }
.preference-axis-strip article { display: grid; grid-template-columns: 35px minmax(0, 1fr); align-items: center; min-height: 70px; border: 2px solid #172026; background: rgba(237, 241, 243, .94); padding: 0 12px; }
.preference-axis-strip article:nth-child(2) { background: #f7c8bd; }
.preference-axis-strip article:nth-child(3) { background: #bfe0d5; }
.preference-axis-strip article:nth-child(4) { background: #f5dc80; }
.preference-axis-strip span { grid-row: 1 / 3; color: #365fc7; font-size: 11px; font-weight: 900; }
.preference-axis-strip b { align-self: end; font-size: 13px; }
.preference-axis-strip p { align-self: start; margin: 2px 0 0; color: #5c686e; font-size: 10px; font-weight: 800; }
.preference-boundary { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 45px; padding: 34px max(24px, calc((100% - 1180px) / 2)); background: #172026; color: #edf1f3; }
.preference-boundary b { color: #f2c94c; }
.preference-boundary p { max-width: 870px; margin: 0; color: #c8d0d4; font-size: 13px; line-height: 1.8; }
.preference-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #172026; }
.preference-footer p { max-width: 720px; margin: 0; color: #5c686e; text-align: right; font-size: 11px; line-height: 1.7; }
.preference-quiz { min-height: 100dvh; background: linear-gradient(90deg, #c8d8f5 0 22%, #edf1f3 22% 100%); }
.preference-quiz-board { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 72px; width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 90px; }
.preference-quiz-board aside { display: grid; align-content: start; gap: 8px; padding-top: 34px; }
.preference-quiz-board aside span { color: #365fc7; font-size: 104px; font-weight: 900; line-height: 1; }
.preference-quiz-board aside b { font-size: 21px; }
.preference-quiz-board aside small { color: #56636a; font-size: 11px; font-weight: 800; }
.preference-progress,
.preference-generation-bar { height: 7px; border: 2px solid #172026; background: #f8faf9; }
.preference-progress i,
.preference-generation-bar > i { display: block; width: var(--w, 0%); height: 100%; background: #365fc7; transition: width 160ms ease; }
.preference-question > .preference-kicker { margin-top: 52px; }
.preference-question h1 { min-height: 3.3em; margin: 0; font-size: 35px; line-height: 1.5; font-weight: 900; }
.preference-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 40px; }
.preference-choices button { display: grid; align-content: center; justify-items: center; gap: 11px; min-height: 120px; border: 2px solid #172026; border-radius: 3px; background: #f8faf9; color: #172026; cursor: pointer; transition: transform 140ms ease, background 140ms ease, box-shadow 140ms ease; }
.preference-choices button span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid #172026; border-radius: 50%; font-size: 12px; }
.preference-choices button b { font-size: 12px; }
.preference-choices button:hover,
.preference-choices button.is-selected { transform: translate(-3px, -3px); background: #f2c94c; box-shadow: 4px 4px 0 #172026; }
.preference-choices button:nth-child(1):hover { background: #c8d8f5; }
.preference-choices button:nth-child(5):hover { background: #bfe0d5; }
.preference-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.preference-generating { display: grid; place-items: center; align-content: center; width: min(780px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.preference-generating h1 { margin: 22px 0 15px; font-size: 55px; font-weight: 900; line-height: 1.17; }
.preference-generating > p:not(.preference-kicker) { color: #59666d; }
.preference-converge { position: relative; width: 260px; height: 220px; }
.preference-converge span { position: absolute; display: grid; place-items: center; width: 66px; height: 66px; border: 2px solid #172026; border-radius: 50%; color: #172026; font-size: 22px; font-weight: 900; animation: preference-converge 1100ms ease-in-out infinite alternate; }
.preference-converge span:nth-child(1) { left: 0; top: 76px; background: #c8d8f5; --tx: 64px; }
.preference-converge span:nth-child(2) { left: 96px; top: 0; background: #f7c8bd; --ty: 58px; animation-delay: 90ms; }
.preference-converge span:nth-child(3) { right: 0; top: 76px; background: #bfe0d5; --tx: -64px; animation-delay: 180ms; }
.preference-converge span:nth-child(4) { left: 96px; bottom: 0; background: #f5dc80; --ty: -58px; animation-delay: 270ms; }
.preference-converge i { position: absolute; left: 112px; top: 92px; width: 36px; height: 36px; border: 2px solid #172026; background: #172026; transform: rotate(45deg); }
@keyframes preference-converge { to { transform: translate(var(--tx, 0), var(--ty, 0)) scale(.86); } }
.preference-generation-bar { width: min(520px, 100%); margin: 28px 0 22px; }
.preference-report-hero { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr); min-height: 680px; }
.preference-report-atlas { position: relative; display: grid; place-items: end start; border-right: 2px solid #172026; background: url("./four-preference-atlas.webp") center / cover no-repeat; padding: 42px; }
.preference-report-atlas::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23, 32, 38, .72), transparent 52%); content: ""; }
.preference-report-atlas span { position: relative; z-index: 1; color: #fff; font-size: 28px; font-weight: 900; }
.preference-report-hero > div:last-child { align-self: center; padding: 66px max(40px, calc((100vw - 1180px) / 2)); }
.preference-result-code { display: block; color: #365fc7; font-size: 21px; }
.preference-report-hero h1 { margin: 25px 0 15px; font-size: 52px; font-weight: 900; }
.preference-report-hero > div:last-child > p:not(.preference-kicker) { max-width: 620px; margin: 0; color: #4e5a61; font-size: 16px; line-height: 1.85; }
.preference-result-note { max-width: 590px; margin-top: 30px; border: 2px solid #172026; background: #f5dc80; padding: 17px 18px; box-shadow: 5px 5px 0 #172026; font-size: 13px; line-height: 1.75; }
.preference-report-section { padding: 70px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #172026; }
.preference-section-heading { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 45px; margin-bottom: 46px; }
.preference-section-heading h2,
.preference-reading h2,
.preference-share h2 { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.25; }
.preference-axis-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 56px; }
.preference-axis-row { border-bottom: 2px solid #172026; padding-bottom: 22px; }
.preference-axis-row header,
.preference-axis-row footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.preference-axis-row header b { color: #79868c; font-size: 15px; }
.preference-axis-row header b:last-child,
.preference-axis-row footer small:last-child { text-align: right; }
.preference-axis-row header b.is-selected { color: #172026; font-size: 19px; }
.preference-axis-row header em { color: #657279; font-size: 10px; font-style: normal; font-weight: 800; }
.preference-axis-track { position: relative; height: 18px; margin: 15px 0 9px; border: 2px solid #172026; background: #ef6a52; }
.preference-axis-track i { display: block; width: var(--w); height: 100%; background: #365fc7; }
.preference-axis-track span { position: absolute; left: var(--x); top: -5px; width: 4px; height: 26px; background: #172026; transform: translateX(-2px); }
.preference-axis-row footer small { color: #657279; font-size: 11px; font-weight: 800; }
.preference-axis-row footer small:first-child { grid-column: 1; }
.preference-axis-row footer small:last-child { grid-column: 3; }
.preference-reading { display: grid; grid-template-columns: .9fr repeat(3, 1fr); gap: 42px; background: #c8d8f5; }
.preference-reading article { border-left: 2px solid #172026; padding-left: 24px; }
.preference-reading b { display: block; margin-bottom: 18px; }
.preference-reading ul,
.preference-reading ol { display: grid; gap: 14px; margin: 0; padding-left: 22px; }
.preference-reading li { line-height: 1.75; }
.preference-report-boundary { grid-template-columns: 150px repeat(3, 1fr); gap: 28px; border-top: 2px solid #172026; }
.preference-share { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 58px max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #172026; }
.preference-share > div:first-child { width: 100%; min-width: 0; }
.preference-share > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; max-width: 570px; }
.preference-share #preferenceShareUrl { max-width: 620px; overflow: hidden; color: #5e6b72; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.preference-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.preference-load-error p { color: #59666d; }

@media (max-width: 900px) {
  .preference-atlas { inset: 0 0 0 35%; }
  .preference-atlas::after { background: linear-gradient(90deg, rgba(237, 241, 243, .96), rgba(237, 241, 243, .56) 55%, rgba(237, 241, 243, .04)); }
  .preference-hero-copy h1 { font-size: 49px; }
  .preference-axis-strip { right: 24px; grid-template-columns: repeat(2, minmax(0, 160px)); }
  .preference-boundary,
  .preference-section-heading,
  .preference-reading { grid-template-columns: 1fr; gap: 22px; }
  .preference-reading article { border-left: 0; border-top: 2px solid #172026; padding: 22px 0 0; }
  .preference-quiz { background: #edf1f3; }
  .preference-quiz-board { grid-template-columns: 1fr; gap: 16px; }
  .preference-quiz-board aside { grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; padding-top: 0; }
  .preference-quiz-board aside span { grid-row: 1 / 3; font-size: 72px; }
  .preference-question > .preference-kicker { margin-top: 30px; }
  .preference-choices { grid-template-columns: 1fr; }
  .preference-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .preference-choices button span { grid-column: 1; grid-row: 1; }
  .preference-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .preference-report-hero { grid-template-columns: 1fr; }
  .preference-report-atlas { min-height: 340px; border-right: 0; border-bottom: 2px solid #172026; }
  .preference-report-hero > div:last-child { padding: 48px 24px; }
  .preference-axis-list { grid-template-columns: 1fr; }
  .preference-report-boundary { grid-template-columns: 1fr; gap: 12px; }
  .preference-share { align-items: flex-start; flex-direction: column; }
  .preference-share > div:last-child { justify-content: flex-start; max-width: none; }
  .preference-footer { align-items: flex-start; flex-direction: column; }
  .preference-footer p { text-align: left; }
}

@media (max-width: 520px) {
  .preference-topbar { min-height: 58px; padding-inline: 16px; }
  .preference-landing-hero { min-height: 820px; }
  .preference-atlas { inset: 505px 0 0; border-top: 2px solid #172026; border-left: 0; }
  .preference-atlas::after { background: linear-gradient(180deg, rgba(237, 241, 243, .65), rgba(237, 241, 243, .02) 50%); }
  .preference-atlas > div { right: 16px; top: 20px; grid-template-columns: repeat(2, 82px); }
  .preference-atlas span { min-height: 36px; font-size: 10px; }
  .preference-hero-copy,
  .preference-quiz-board { width: calc(100% - 32px); }
  .preference-hero-copy { padding-top: 60px; }
  .preference-hero-copy h1 { font-size: 39px; }
  .preference-hero-copy > p:not(.preference-kicker) { font-size: 15px; }
  .preference-hero-copy > div { display: grid; width: 100%; }
  .preference-axis-strip { display: none; }
  .preference-boundary,
  .preference-report-section,
  .preference-share { padding-inline: 16px; }
  .preference-question h1 { min-height: 0; font-size: 27px; }
  .preference-quiz-actions { flex-direction: column; }
  .preference-primary,
  .preference-secondary { width: 100%; }
  .preference-generating h1 { font-size: 40px; }
  .preference-converge { transform: scale(.82); }
  .preference-report-atlas { min-height: 270px; padding: 24px; }
  .preference-report-hero h1 { font-size: 39px; }
  .preference-section-heading h2,
  .preference-reading h2,
  .preference-share h2 { font-size: 29px; }
  .preference-share > div:last-child { display: grid; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .preference-converge span { animation: none; }
  .preference-primary,
  .preference-secondary,
  .preference-choices button,
  .preference-progress i,
  .preference-generation-bar > i { transition: none; }
}

/* MBTI Step II target-parity presentation */
.preference-target .preference-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.preference-target .preference-choices button { grid-template-columns: 42px minmax(0, 1fr); justify-items: start; align-items: center; min-height: 96px; padding: 18px 20px; text-align: left; }
.preference-target .preference-choices button span { width: 34px; height: 34px; background: #edf1f3; }
.preference-target .preference-choices button b { font-size: 15px; line-height: 1.65; }
.preference-target .preference-question h1 { max-width: 760px; }
.mbti-report-stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.mbti-report-stats span { display: grid; gap: 4px; min-width: 118px; border-left: 2px solid #172026; padding-left: 12px; color: #59666d; font-size: 11px; }
.mbti-report-stats b { color: #172026; font-size: 20px; }
.mbti-report-lead { max-width: 820px; margin: 0; color: #4e5a61; font-size: 16px; line-height: 1.9; }
.mbti-profile-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.mbti-profile-tags span,
.mbti-oop-badge,
.mbti-facet-item > div:first-child > span { border: 2px solid #172026; padding: 5px 9px; color: #172026; font-size: 11px; font-weight: 900; }
.mbti-cognitive-grid,
.mbti-facet-groups,
.mbti-detail-grid,
.mbti-career-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.mbti-cognitive-grid article,
.mbti-facet-group,
.mbti-detail-grid article,
.mbti-career-grid article,
.mbti-out-of-preference article { border: 2px solid #172026; background: #f8faf9; padding: 22px; }
.mbti-cognitive-grid article > strong { display: block; color: #365fc7; font-size: 28px; }
.mbti-cognitive-grid article span { color: #59666d; font-size: 11px; font-weight: 900; }
.mbti-cognitive-grid h3,
.mbti-career-grid h3 { margin: 12px 0 8px; font-size: 20px; }
.mbti-cognitive-grid p,
.mbti-detail-grid p,
.mbti-career-grid p,
.mbti-out-of-preference p { margin: 0; color: #4e5a61; line-height: 1.8; }
.mbti-divider { padding: 18px max(24px, calc((100% - 1180px) / 2)); background: #172026; color: #f2c94c; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.mbti-facet-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mbti-facet-group > header { display: flex; align-items: center; gap: 14px; border-bottom: 2px solid #172026; padding-bottom: 14px; }
.mbti-facet-group > header strong { color: #365fc7; font-size: 26px; }
.mbti-facet-group h3 { margin: 0 0 4px; font-size: 17px; }
.mbti-facet-group > header span { color: #59666d; font-size: 11px; }
.mbti-facet-item { border-bottom: 1px solid #b9c1c5; padding: 16px 0 12px; }
.mbti-facet-item > div:first-child { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.mbti-facet-item > div:first-child > b { margin-right: auto; font-size: 13px; }
.mbti-facet-item > div:first-child > span:last-child { border: 0; padding: 0; color: #59666d; font-weight: 800; }
.mbti-facet-item.out-of-preference { background: #f5dc80; }
.mbti-oop-badge { padding: 3px 6px; color: #ef6a52; }
.mbti-facet-bar { height: 8px; margin-top: 12px; border: 1px solid #172026; background: #ef6a52; }
.mbti-facet-bar i { display: block; width: var(--w); height: 100%; background: #365fc7; }
.mbti-facet-item small { display: block; margin-top: 5px; color: #59666d; font-size: 10px; }
.mbti-out-of-preference { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.mbti-target-intro { max-width: 820px; margin: 0 0 24px; color: #4e5a61; line-height: 1.8; }
.mbti-wide-detail { margin-top: 24px; border-top: 2px solid #172026; padding-top: 18px; }
.mbti-wide-detail b { display: block; margin-bottom: 10px; }
.mbti-career-grid article > div { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; }
.mbti-career-grid article > div span { border: 1px solid #9ba7ac; padding: 5px 8px; color: #59666d; font-size: 11px; }
.mbti-grip { margin: 24px 0 0; border-left: 4px solid #365fc7; padding: 14px 18px; background: #c8d8f5; color: #334149; line-height: 1.8; }
.mbti-relationship { margin: 0; border: 2px solid #172026; background: #172026; color: #f8faf9; padding: 30px; font-size: 18px; line-height: 1.9; }

@media (max-width: 900px) {
  .preference-target .preference-choices { grid-template-columns: 1fr; }
  .mbti-cognitive-grid,
  .mbti-facet-groups,
  .mbti-detail-grid,
  .mbti-career-grid,
  .mbti-out-of-preference { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .preference-target .preference-choices button { min-height: 76px; padding: 14px 15px; }
  .preference-target .preference-choices button b { font-size: 14px; }
  .mbti-report-stats span { min-width: 92px; }
  .mbti-cognitive-grid article,
  .mbti-facet-group,
  .mbti-detail-grid article,
  .mbti-career-grid article,
  .mbti-out-of-preference article { padding: 16px; }
}

/* Conflict interaction observation preview */
body.theme-conflict-interaction { margin: 0; color: #151b1e; background: #f1f4f3; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-conflict-interaction::before { display: none; }
.interaction-shell { min-height: 100dvh; background: #f1f4f3; }
.interaction-topbar { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #151b1e; background: rgba(241, 244, 243, .94); backdrop-filter: blur(12px); }
.interaction-topbar button,
.interaction-footer button { border: 0; background: transparent; padding: 8px 0; color: #151b1e; font: inherit; font-weight: 900; cursor: pointer; }
.interaction-topbar span { color: #5c676b; font-size: 11px; font-weight: 800; }
.interaction-kicker { margin: 0 0 16px; color: #2c67d8; font-size: 11px; font-weight: 900; }
.interaction-landing-hero { position: relative; min-height: 760px; overflow: hidden; }
.interaction-dialogue-field { position: absolute; inset: 0 0 0 47%; border-left: 2px solid #151b1e; background: url("./conflict-dialogue-field.webp") center / cover no-repeat; }
.interaction-dialogue-field::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(241, 244, 243, .86), transparent 32%); content: ""; }
.interaction-hero-copy { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0 90px; }
.interaction-hero-copy h1 { max-width: 9.4em; margin: 0; font-size: 62px; line-height: 1.15; font-weight: 900; }
.interaction-hero-copy > p:not(.interaction-kicker) { max-width: 535px; margin: 28px 0 0; color: #4f5b60; font-size: 16px; line-height: 1.86; }
.interaction-hero-copy > div { margin-top: 38px; }
.interaction-primary,
.interaction-secondary { min-height: 48px; border: 2px solid #151b1e; border-radius: 3px; padding: 0 21px; font: inherit; font-weight: 900; cursor: pointer; transition: transform 140ms ease, background 140ms ease, color 140ms ease, box-shadow 140ms ease; }
.interaction-primary { background: #c4dc66; color: #151b1e; box-shadow: 5px 5px 0 #151b1e; }
.interaction-secondary { background: #f1f4f3; color: #151b1e; }
.interaction-primary:hover,
.interaction-secondary:hover { transform: translate(-2px, -2px); }
.interaction-secondary:hover { background: #2c67d8; color: #fff; box-shadow: 4px 4px 0 #151b1e; }
.interaction-primary:focus-visible,
.interaction-secondary:focus-visible,
.interaction-topbar button:focus-visible,
.interaction-footer button:focus-visible,
.interaction-choices button:focus-visible { outline: 3px solid #ed654d; outline-offset: 3px; }
.interaction-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; box-shadow: none; }
.interaction-dimension-strip { position: absolute; z-index: 3; right: max(24px, calc((100% - 1180px) / 2)); bottom: 34px; display: grid; grid-template-columns: repeat(3, 132px); gap: 6px; }
.interaction-dimension-strip article { display: grid; grid-template-columns: 26px 32px 1fr; align-items: center; min-height: 62px; border: 2px solid #151b1e; background: rgba(241, 244, 243, .94); padding: 0 8px; }
.interaction-dimension-strip article:nth-child(2),
.interaction-dimension-strip article:nth-child(5) { background: #cbe6e2; }
.interaction-dimension-strip article:nth-child(3),
.interaction-dimension-strip article:nth-child(6) { background: #f6c5bb; }
.interaction-dimension-strip span { color: #5f6b6f; font-size: 9px; font-weight: 900; }
.interaction-dimension-strip b { color: #2c67d8; font-size: 20px; }
.interaction-dimension-strip article:nth-child(3n) b { color: #d84d37; }
.interaction-dimension-strip p { margin: 0; font-size: 10px; font-weight: 900; }
.interaction-boundary { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 45px; padding: 34px max(24px, calc((100% - 1180px) / 2)); background: #151b1e; color: #f1f4f3; }
.interaction-boundary b { color: #c4dc66; }
.interaction-boundary p { max-width: 880px; margin: 0; color: #c8d0d2; font-size: 13px; line-height: 1.8; }
.interaction-safety { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 45px; padding: 24px max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #151b1e; background: #f6c5bb; }
.interaction-safety b { color: #9d2d1f; }
.interaction-safety p { max-width: 880px; margin: 0; color: #4f4f4b; font-size: 12px; line-height: 1.75; }
.interaction-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1180px) / 2)); }
.interaction-footer p { max-width: 720px; margin: 0; color: #5c676b; text-align: right; font-size: 11px; line-height: 1.7; }
.interaction-quiz { min-height: 100dvh; background: linear-gradient(90deg, #c4dc66 0 20%, #f1f4f3 20% 100%); }
.interaction-quiz-board { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 72px; width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 90px; }
.interaction-quiz-board aside { display: grid; align-content: start; gap: 8px; padding-top: 34px; }
.interaction-quiz-board aside span { color: #151b1e; font-size: 102px; font-weight: 900; line-height: 1; }
.interaction-quiz-board aside b { color: #2c67d8; font-size: 21px; }
.interaction-quiz-board aside small { color: #4f5a5e; font-size: 11px; font-weight: 800; line-height: 1.65; }
.interaction-progress,
.interaction-generation-bar { height: 7px; border: 2px solid #151b1e; background: #fafcfb; }
.interaction-progress i,
.interaction-generation-bar > i { display: block; width: var(--w, 0%); height: 100%; background: #2c67d8; transition: width 160ms ease; }
.interaction-question > .interaction-kicker { margin-top: 52px; }
.interaction-question h1 { min-height: 3.3em; margin: 0; font-size: 35px; line-height: 1.5; font-weight: 900; }
.interaction-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 40px; }
.interaction-choices button { display: grid; align-content: center; justify-items: center; gap: 11px; min-height: 120px; border: 2px solid #151b1e; border-radius: 3px; background: #fafcfb; color: #151b1e; cursor: pointer; transition: transform 140ms ease, background 140ms ease, box-shadow 140ms ease; }
.interaction-choices button span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid #151b1e; border-radius: 50%; font-size: 12px; }
.interaction-choices button b { font-size: 12px; }
.interaction-choices button:hover,
.interaction-choices button.is-selected { transform: translate(-3px, -3px); background: #c4dc66; box-shadow: 4px 4px 0 #151b1e; }
.interaction-choices button:first-child:hover { background: #cbe6e2; }
.interaction-choices button:last-child:hover { background: #f6c5bb; }
.interaction-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.interaction-generating { display: grid; place-items: center; align-content: center; width: min(780px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.interaction-generating h1 { margin: 22px 0 15px; font-size: 55px; font-weight: 900; line-height: 1.17; }
.interaction-generating > p:not(.interaction-kicker) { color: #596469; }
.interaction-thread { position: relative; display: flex; gap: 10px; padding: 38px 0; }
.interaction-thread::before { position: absolute; top: 70px; right: 10px; left: 10px; height: 8px; background: #c4dc66; content: ""; }
.interaction-thread span { position: relative; z-index: 1; display: grid; place-items: center; width: 62px; height: 62px; border: 2px solid #151b1e; background: #cbe6e2; color: #2c67d8; font-size: 20px; font-weight: 900; animation: interaction-stitch 900ms ease-in-out infinite alternate; }
.interaction-thread span:nth-child(2n) { background: #f6c5bb; color: #b43827; animation-delay: 100ms; }
.interaction-thread span:nth-child(3n) { background: #c4dc66; color: #151b1e; animation-delay: 200ms; }
@keyframes interaction-stitch { to { transform: translateY(-10px) rotate(3deg); } }
.interaction-generation-bar { width: min(520px, 100%); margin: 28px 0 22px; }
.interaction-report-hero { display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr); min-height: 680px; }
.interaction-report-field { position: relative; display: grid; place-items: end start; border-right: 2px solid #151b1e; background: url("./conflict-dialogue-field.webp") center / cover no-repeat; padding: 42px; }
.interaction-report-field::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(21, 27, 30, .75), transparent 52%); content: ""; }
.interaction-report-field span { position: relative; z-index: 1; color: #fff; font-size: 36px; font-weight: 900; }
.interaction-report-hero > div:last-child { align-self: center; padding: 66px max(40px, calc((100vw - 1180px) / 2)); }
.interaction-result-symbol { display: block; color: #2c67d8; font-size: 88px; font-weight: 900; line-height: .9; }
.interaction-report-hero h1 { margin: 26px 0 8px; font-size: 50px; font-weight: 900; }
.interaction-report-hero h2 { margin: 0 0 18px; color: #d84d37; font-size: 20px; }
.interaction-report-hero > div:last-child > p:not(.interaction-kicker) { max-width: 620px; margin: 0; color: #4f5b60; font-size: 16px; line-height: 1.82; }
.interaction-support { max-width: 590px; margin-top: 30px; border: 2px solid #151b1e; background: #c4dc66; padding: 16px 18px; box-shadow: 5px 5px 0 #151b1e; }
.interaction-support b { display: block; margin-bottom: 7px; }
.interaction-support p { margin: 0; color: #444c4f; font-size: 13px; line-height: 1.7; }
.interaction-report-section { padding: 70px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #151b1e; }
.interaction-section-heading { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 45px; margin-bottom: 42px; }
.interaction-section-heading h2,
.interaction-reading h2,
.interaction-scripts h2,
.interaction-experiments h2,
.interaction-share h2 { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.25; }
.interaction-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 46px; }
.interaction-score-row { display: grid; grid-template-columns: 50px minmax(0, 1fr); align-items: center; gap: 15px; min-height: 80px; border-bottom: 2px solid #151b1e; }
.interaction-score-row > span { color: #2c67d8; font-size: 24px; font-weight: 900; }
.interaction-score-row:nth-child(2n) > span { color: #d84d37; }
.interaction-score-row:nth-child(3n) > span { color: #4e917f; }
.interaction-score-row header { display: flex; justify-content: space-between; margin-bottom: 10px; }
.interaction-score-row header em { color: #5e6a6e; font-size: 12px; font-style: normal; }
.interaction-score-row div > div { height: 7px; border: 1px solid #151b1e; background: #fafcfb; }
.interaction-score-row i { display: block; width: var(--w); height: 100%; background: #2c67d8; }
.interaction-reading { display: grid; grid-template-columns: .9fr repeat(2, 1fr); gap: 46px; background: #cbe6e2; }
.interaction-reading article { border-left: 2px solid #151b1e; padding-left: 26px; }
.interaction-reading b { display: block; margin: 0 0 15px; }
.interaction-reading b:not(:first-child) { margin-top: 28px; }
.interaction-reading ul,
.interaction-scripts ol { display: grid; gap: 12px; margin: 0; padding-left: 22px; }
.interaction-reading li,
.interaction-scripts li { line-height: 1.72; }
.interaction-scripts { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; background: #151b1e; color: #f1f4f3; }
.interaction-scripts .interaction-kicker { color: #c4dc66; }
.interaction-scripts li { border-bottom: 1px solid #566064; padding: 0 0 17px 8px; color: #d6dcdd; font-size: 16px; }
.interaction-experiments { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; }
.interaction-experiments > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.interaction-experiments article { display: grid; grid-template-columns: 34px 1fr; gap: 13px; border: 2px solid #151b1e; padding: 18px; }
.interaction-experiments article:nth-child(2),
.interaction-experiments article:nth-child(3) { background: #f6c5bb; }
.interaction-experiments article span { color: #2c67d8; font-size: 11px; font-weight: 900; }
.interaction-experiments article p { margin: 0; line-height: 1.7; }
.interaction-low { display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: 40px; padding: 28px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #151b1e; background: #c4dc66; }
.interaction-low p { margin: 0; color: #46504b; font-size: 13px; line-height: 1.75; }
.interaction-report-boundary { grid-template-columns: 150px repeat(3, 1fr); gap: 28px; }
.interaction-report-safety { border-top: 2px solid #151b1e; }
.interaction-share { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 58px max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #151b1e; }
.interaction-share > div:first-child { width: 100%; min-width: 0; }
.interaction-share > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; max-width: 570px; }
.interaction-share #interactionShareUrl { max-width: 620px; overflow: hidden; color: #5e6a6e; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.interaction-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.interaction-load-error p { color: #596469; }

@media (max-width: 900px) {
  .interaction-dialogue-field { inset: 0 0 0 38%; }
  .interaction-dialogue-field::after { background: linear-gradient(90deg, rgba(241, 244, 243, .96), rgba(241, 244, 243, .54) 58%, rgba(241, 244, 243, .02)); }
  .interaction-hero-copy h1 { font-size: 48px; }
  .interaction-dimension-strip { right: 24px; grid-template-columns: repeat(3, minmax(0, 118px)); }
  .interaction-boundary,
  .interaction-safety,
  .interaction-section-heading,
  .interaction-reading,
  .interaction-scripts,
  .interaction-experiments,
  .interaction-low { grid-template-columns: 1fr; gap: 22px; }
  .interaction-reading article { border-left: 0; border-top: 2px solid #151b1e; padding: 22px 0 0; }
  .interaction-quiz { background: #f1f4f3; }
  .interaction-quiz-board { grid-template-columns: 1fr; gap: 16px; }
  .interaction-quiz-board aside { grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; padding-top: 0; }
  .interaction-quiz-board aside span { grid-row: 1 / 3; font-size: 72px; }
  .interaction-quiz-board aside small { max-width: 520px; }
  .interaction-question > .interaction-kicker { margin-top: 30px; }
  .interaction-choices { grid-template-columns: 1fr; }
  .interaction-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .interaction-choices button span { grid-column: 1; grid-row: 1; }
  .interaction-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .interaction-report-hero { grid-template-columns: 1fr; }
  .interaction-report-field { min-height: 340px; border-right: 0; border-bottom: 2px solid #151b1e; }
  .interaction-report-hero > div:last-child { padding: 48px 24px; }
  .interaction-score-list { grid-template-columns: 1fr; }
  .interaction-report-boundary { grid-template-columns: 1fr; gap: 12px; }
  .interaction-share { align-items: flex-start; flex-direction: column; }
  .interaction-share > div:last-child { justify-content: flex-start; max-width: none; }
  .interaction-footer { align-items: flex-start; flex-direction: column; }
  .interaction-footer p { text-align: left; }
}

@media (max-width: 520px) {
  .interaction-topbar { min-height: 58px; padding-inline: 16px; }
  .interaction-landing-hero { min-height: 820px; }
  .interaction-dialogue-field { inset: 510px 0 0; border-top: 2px solid #151b1e; border-left: 0; }
  .interaction-dialogue-field::after { background: linear-gradient(180deg, rgba(241, 244, 243, .54), rgba(241, 244, 243, .02) 50%); }
  .interaction-hero-copy,
  .interaction-quiz-board { width: calc(100% - 32px); }
  .interaction-hero-copy { padding-top: 60px; }
  .interaction-hero-copy h1 { font-size: 38px; }
  .interaction-hero-copy > p:not(.interaction-kicker) { font-size: 15px; }
  .interaction-hero-copy > div { display: grid; width: 100%; }
  .interaction-dimension-strip { display: none; }
  .interaction-boundary,
  .interaction-safety,
  .interaction-report-section,
  .interaction-low,
  .interaction-share { padding-inline: 16px; }
  .interaction-question h1 { min-height: 0; font-size: 27px; }
  .interaction-quiz-actions { flex-direction: column; }
  .interaction-primary,
  .interaction-secondary { width: 100%; }
  .interaction-generating h1 { font-size: 40px; }
  .interaction-thread { gap: 4px; transform: scale(.86); }
  .interaction-report-field { min-height: 270px; padding: 24px; }
  .interaction-result-symbol { font-size: 74px; }
  .interaction-report-hero h1 { font-size: 38px; }
  .interaction-section-heading h2,
  .interaction-reading h2,
  .interaction-scripts h2,
  .interaction-experiments h2,
  .interaction-share h2 { font-size: 29px; }
  .interaction-experiments > div:last-child { grid-template-columns: 1fr; }
  .interaction-share > div:last-child { display: grid; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .interaction-thread span { animation: none; }
  .interaction-primary,
  .interaction-secondary,
  .interaction-choices button,
  .interaction-progress i,
  .interaction-generation-bar > i { transition: none; }
}

/* Daily self-management four-track preview */
body.theme-self-management { margin: 0; color: #182224; background: #eaf0f0; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-self-management::before { display: none; }
.selfmanage-shell { min-height: 100dvh; background: #eaf0f0; }
.selfmanage-topbar { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #182224; background: rgba(234, 240, 240, .94); backdrop-filter: blur(12px); }
.selfmanage-topbar button,
.selfmanage-footer button { border: 0; background: transparent; padding: 8px 0; color: #182224; font: inherit; font-weight: 900; cursor: pointer; }
.selfmanage-topbar span { color: #5a676a; font-size: 11px; font-weight: 800; }
.selfmanage-kicker { margin: 0 0 16px; color: #2d8b72; font-size: 11px; font-weight: 900; }
.selfmanage-landing-hero { position: relative; min-height: 760px; overflow: hidden; }
.selfmanage-board { position: absolute; inset: 0 0 0 45%; border-left: 2px solid #182224; background: url("./self-management-board.webp") center / cover no-repeat; }
.selfmanage-board::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(234, 240, 240, .9), transparent 30%); content: ""; }
.selfmanage-hero-copy { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0 90px; }
.selfmanage-hero-copy h1 { max-width: 9.2em; margin: 0; font-size: 62px; line-height: 1.15; font-weight: 900; }
.selfmanage-hero-copy > p:not(.selfmanage-kicker) { max-width: 520px; margin: 28px 0 0; color: #4e5c60; font-size: 16px; line-height: 1.86; }
.selfmanage-hero-copy > div { margin-top: 38px; }
.selfmanage-primary,
.selfmanage-secondary { min-height: 48px; border: 2px solid #182224; border-radius: 3px; padding: 0 21px; font: inherit; font-weight: 900; cursor: pointer; transition: transform 140ms ease, background 140ms ease, color 140ms ease, box-shadow 140ms ease; }
.selfmanage-primary { background: #f2ad3b; color: #182224; box-shadow: 5px 5px 0 #182224; }
.selfmanage-secondary { background: #eaf0f0; color: #182224; }
.selfmanage-primary:hover,
.selfmanage-secondary:hover { transform: translate(-2px, -2px); }
.selfmanage-secondary:hover { background: #2d8b72; color: #fff; box-shadow: 4px 4px 0 #182224; }
.selfmanage-primary:focus-visible,
.selfmanage-secondary:focus-visible,
.selfmanage-topbar button:focus-visible,
.selfmanage-footer button:focus-visible,
.selfmanage-choices button:focus-visible { outline: 3px solid #e96c58; outline-offset: 3px; }
.selfmanage-secondary:disabled { opacity: .35; cursor: not-allowed; transform: none; box-shadow: none; }
.selfmanage-dimension-strip { position: absolute; z-index: 3; right: max(24px, calc((100% - 1180px) / 2)); bottom: 34px; display: grid; grid-template-columns: repeat(4, 108px); gap: 5px; }
.selfmanage-dimension-strip article { display: grid; justify-items: center; align-content: center; min-height: 86px; border: 2px solid #182224; background: rgba(79, 116, 214, .92); color: #fff; }
.selfmanage-dimension-strip article:nth-child(2) { background: rgba(242, 173, 59, .94); color: #182224; }
.selfmanage-dimension-strip article:nth-child(3) { background: rgba(45, 139, 114, .94); }
.selfmanage-dimension-strip article:nth-child(4) { background: rgba(233, 108, 88, .94); }
.selfmanage-dimension-strip span { font-size: 9px; font-weight: 900; }
.selfmanage-dimension-strip b { margin: 4px 0; font-size: 24px; }
.selfmanage-dimension-strip p { margin: 0; font-size: 10px; font-weight: 900; }
.selfmanage-boundary { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 45px; padding: 34px max(24px, calc((100% - 1180px) / 2)); background: #182224; color: #eaf0f0; }
.selfmanage-boundary b { color: #f2ad3b; }
.selfmanage-boundary p { max-width: 870px; margin: 0; color: #ccd4d5; font-size: 13px; line-height: 1.8; }
.selfmanage-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 20px max(24px, calc((100% - 1180px) / 2)); }
.selfmanage-footer p { max-width: 720px; margin: 0; color: #5a676a; text-align: right; font-size: 11px; line-height: 1.7; }
.selfmanage-quiz { min-height: 100dvh; background: linear-gradient(90deg, #bfcdee 0 21%, #eaf0f0 21% 100%); }
.selfmanage-quiz-board { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 68px; width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 90px; }
.selfmanage-quiz-board aside { display: grid; align-content: start; gap: 8px; padding-top: 34px; }
.selfmanage-quiz-board aside span { color: #4f74d6; font-size: 102px; font-weight: 900; line-height: 1; }
.selfmanage-quiz-board aside b { font-size: 21px; }
.selfmanage-quiz-board aside small { color: #4e5c60; font-size: 11px; font-weight: 800; line-height: 1.65; }
.selfmanage-progress,
.selfmanage-generation-bar { height: 7px; border: 2px solid #182224; background: #f7f9f8; }
.selfmanage-progress i,
.selfmanage-generation-bar > i { display: block; width: var(--w, 0%); height: 100%; background: #2d8b72; transition: width 160ms ease; }
.selfmanage-question > .selfmanage-kicker { margin-top: 52px; }
.selfmanage-question h1 { min-height: 3.3em; margin: 0; font-size: 35px; line-height: 1.5; font-weight: 900; }
.selfmanage-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 40px; }
.selfmanage-choices button { display: grid; align-content: center; justify-items: center; gap: 11px; min-height: 120px; border: 2px solid #182224; border-radius: 3px; background: #f7f9f8; color: #182224; cursor: pointer; transition: transform 140ms ease, background 140ms ease, box-shadow 140ms ease; }
.selfmanage-choices button span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid #182224; border-radius: 50%; font-size: 12px; }
.selfmanage-choices button b { font-size: 12px; }
.selfmanage-choices button:hover,
.selfmanage-choices button.is-selected { transform: translate(-3px, -3px); background: #f2ad3b; box-shadow: 4px 4px 0 #182224; }
.selfmanage-quiz-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.selfmanage-generating { display: grid; place-items: center; align-content: center; width: min(780px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; text-align: center; }
.selfmanage-generating h1 { margin: 22px 0 15px; font-size: 55px; font-weight: 900; line-height: 1.17; }
.selfmanage-generating > p:not(.selfmanage-kicker) { color: #596669; }
.selfmanage-tracks { display: flex; gap: 6px; }
.selfmanage-tracks span { display: grid; place-items: center; width: 72px; height: 132px; border: 2px solid #182224; background: var(--c); color: #fff; font-size: 23px; font-weight: 900; animation: selfmanage-track 900ms ease-in-out infinite alternate; }
.selfmanage-tracks span:nth-child(2) { color: #182224; animation-delay: 100ms; }
.selfmanage-tracks span:nth-child(3) { animation-delay: 200ms; }
.selfmanage-tracks span:nth-child(4) { animation-delay: 300ms; }
@keyframes selfmanage-track { to { transform: translateY(-12px); } }
.selfmanage-generation-bar { width: min(520px, 100%); margin: 28px 0 22px; }
.selfmanage-report-hero { display: grid; grid-template-columns: minmax(430px, .92fr) minmax(0, 1.08fr); min-height: 680px; }
.selfmanage-report-board { position: relative; display: grid; place-items: end start; border-right: 2px solid #182224; background: url("./self-management-board.webp") center / cover no-repeat; padding: 42px; }
.selfmanage-report-board::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(24, 34, 36, .72), transparent 52%); content: ""; }
.selfmanage-report-board span { position: relative; z-index: 1; color: #fff; font-size: 34px; font-weight: 900; }
.selfmanage-report-hero > div:last-child { align-self: center; padding: 66px max(40px, calc((100vw - 1180px) / 2)); }
.selfmanage-result-symbol { display: block; color: #2d8b72; font-size: 88px; font-weight: 900; line-height: .9; }
.selfmanage-report-hero h1 { margin: 26px 0 15px; font-size: 50px; font-weight: 900; }
.selfmanage-report-hero > div:last-child > p:not(.selfmanage-kicker) { max-width: 620px; margin: 0; color: #4e5c60; font-size: 16px; line-height: 1.82; }
.selfmanage-practice { max-width: 590px; margin-top: 30px; border: 2px solid #182224; background: #f2ad3b; padding: 16px 18px; box-shadow: 5px 5px 0 #182224; }
.selfmanage-practice small { font-size: 10px; font-weight: 900; }
.selfmanage-practice b { display: block; margin: 7px 0; font-size: 18px; }
.selfmanage-practice p { margin: 0; color: #485052; font-size: 13px; line-height: 1.7; }
.selfmanage-report-section { padding: 70px max(24px, calc((100% - 1180px) / 2)); border-top: 2px solid #182224; }
.selfmanage-section-heading { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 45px; margin-bottom: 42px; }
.selfmanage-section-heading h2,
.selfmanage-reading h2,
.selfmanage-practice-section h2,
.selfmanage-questions h2,
.selfmanage-share h2 { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.25; }
.selfmanage-score-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 52px; }
.selfmanage-score-row { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; gap: 15px; min-height: 88px; border-bottom: 2px solid #182224; }
.selfmanage-score-row > span { display: grid; place-items: center; width: 42px; height: 42px; background: var(--c); color: #fff; font-size: 20px; font-weight: 900; }
.selfmanage-score-row header { display: flex; justify-content: space-between; margin-bottom: 10px; }
.selfmanage-score-row header em { color: #5d696d; font-size: 12px; font-style: normal; }
.selfmanage-score-row div > div { height: 8px; border: 1px solid #182224; background: #f7f9f8; }
.selfmanage-score-row i { display: block; width: var(--w); height: 100%; background: var(--c); }
.selfmanage-reading { display: grid; grid-template-columns: .9fr repeat(2, 1fr); gap: 46px; background: #bfcdee; }
.selfmanage-reading article { border-left: 2px solid #182224; padding-left: 26px; }
.selfmanage-contrast { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; background: #f4c8c1; }
.selfmanage-contrast h2 { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.25; }
.selfmanage-contrast-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.selfmanage-contrast-grid article { border: 2px solid #182224; background: #f7f9f8; padding: 22px; }
.selfmanage-contrast-grid article:last-child { background: #c6ded8; }
.selfmanage-contrast-grid b { display: block; margin-bottom: 16px; font-size: 13px; }
.selfmanage-contrast-grid p { margin: 0; color: #485052; font-size: 14px; line-height: 1.75; }
.selfmanage-core { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; background: #eaf0f0; }
.selfmanage-core h2 { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.25; }
.selfmanage-core-card { border: 2px solid #182224; background: #f2ad3b; padding: 28px; box-shadow: 6px 6px 0 #182224; }
.selfmanage-core-card strong { display: block; margin-bottom: 15px; font-size: 23px; line-height: 1.35; }
.selfmanage-core-card p { margin: 0; color: #273539; font-size: 15px; line-height: 1.8; }
.selfmanage-triggers { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; background: #f4c8c1; }
.selfmanage-triggers h2 { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.25; }
.selfmanage-triggers ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.selfmanage-triggers li { position: relative; border: 2px solid #182224; background: #f7f9f8; padding: 18px 20px 18px 48px; font-size: 15px; line-height: 1.7; }
.selfmanage-triggers li::before { position: absolute; top: 19px; left: 20px; width: 12px; height: 12px; border: 2px solid #182224; background: #e96c58; content: ""; }
.selfmanage-relationship { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; background: #bfcdee; }
.selfmanage-relationship h2 { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.25; }
.selfmanage-relationship-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.selfmanage-relationship-grid article { border: 2px solid #182224; background: #f7f9f8; padding: 22px; }
.selfmanage-relationship-grid article:last-child { background: #c6ded8; }
.selfmanage-relationship-grid b { display: block; margin-bottom: 15px; }
.selfmanage-relationship-grid p { margin: 0; color: #3f4d50; font-size: 14px; line-height: 1.75; }
.selfmanage-reality { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; background: #eaf0f0; }
.selfmanage-reality h2 { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.25; }
.selfmanage-reality-card { border: 2px solid #182224; background: #f2ad3b; padding: 26px; box-shadow: 6px 6px 0 #182224; }
.selfmanage-reality-card p { margin: 0; color: #273539; font-size: 15px; line-height: 1.8; }
.selfmanage-blindspot { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; background: #f4c8c1; }
.selfmanage-blindspot h2 { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.25; }
.selfmanage-blindspot-card { border: 2px solid #182224; background: #f7f9f8; padding: 26px; box-shadow: 6px 6px 0 #182224; }
.selfmanage-blindspot-card strong { display: block; margin-bottom: 14px; font-size: 20px; line-height: 1.4; }
.selfmanage-blindspot-card p { margin: 0; color: #3f4d50; font-size: 14px; line-height: 1.8; }
.selfmanage-strength { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; background: #c6ded8; }
.selfmanage-strength h2 { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.25; }
.selfmanage-strength-card { border: 2px solid #182224; background: #f7f9f8; padding: 26px; box-shadow: 6px 6px 0 #182224; }
.selfmanage-strength-card p { margin: 0; color: #3f4d50; font-size: 15px; line-height: 1.8; }
.selfmanage-guide { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; background: #182224; color: #eaf0f0; }
.selfmanage-guide h2 { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.25; }
.selfmanage-guide ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: guide; }
.selfmanage-guide li { counter-increment: guide; border: 2px solid #eaf0f0; padding: 18px 20px 18px 58px; position: relative; color: #eaf0f0; font-size: 15px; line-height: 1.7; }
.selfmanage-guide li::before { position: absolute; left: 20px; top: 18px; color: #f2ad3b; content: counter(guide, decimal-leading-zero); font-weight: 900; }
.selfmanage-reading b { display: block; margin-bottom: 16px; }
.selfmanage-reading ul,
.selfmanage-questions ol { display: grid; gap: 13px; margin: 0; padding-left: 22px; }
.selfmanage-reading li,
.selfmanage-questions li { line-height: 1.72; }
.selfmanage-practice-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; }
.selfmanage-practice-section > div:first-child > p:not(.selfmanage-kicker) { color: #536064; line-height: 1.75; }
.selfmanage-practice-section > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.selfmanage-practice-section article { display: grid; grid-template-columns: 38px 1fr; gap: 14px; border: 2px solid #182224; padding: 22px; }
.selfmanage-practice-section article:first-child { background: #c6ded8; }
.selfmanage-practice-section article:last-child { background: #f4c8c1; }
.selfmanage-practice-section article span { color: #2d8b72; font-size: 11px; font-weight: 900; }
.selfmanage-practice-section article p { margin: 0; line-height: 1.75; }
.selfmanage-questions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; background: #182224; color: #eaf0f0; }
.selfmanage-questions .selfmanage-kicker { color: #f2ad3b; }
.selfmanage-questions li { border-bottom: 1px solid #586467; padding-bottom: 15px; color: #d4dcdd; font-size: 16px; }
.selfmanage-report-boundary { grid-template-columns: 150px repeat(3, 1fr); gap: 28px; }
.selfmanage-share { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 58px max(24px, calc((100% - 1180px) / 2)); border-bottom: 2px solid #182224; }
.selfmanage-share > div:first-child { width: 100%; min-width: 0; }
.selfmanage-share > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; max-width: 570px; }
.selfmanage-share #selfmanageShareUrl { max-width: 620px; overflow: hidden; color: #5d696d; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.selfmanage-share-copy { max-width: 720px; margin: 18px 0; overflow-wrap: anywhere; white-space: pre-line; color: #3f4d50; font-size: 14px; line-height: 1.75; }
.selfmanage-share-url { display: grid; gap: 6px; max-width: 720px; margin-top: 18px; border: 1px solid #b9c4c4; padding: 12px 14px; }
.selfmanage-share-url span { color: #5d696d; font-size: 11px; }
.selfmanage-share-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; max-width: 570px; }
.selfmanage-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.selfmanage-load-error p { color: #596669; }

@media (max-width: 900px) {
  .selfmanage-board { inset: 0 0 0 36%; }
  .selfmanage-board::after { background: linear-gradient(90deg, rgba(234, 240, 240, .96), rgba(234, 240, 240, .54) 58%, rgba(234, 240, 240, .02)); }
  .selfmanage-hero-copy h1 { font-size: 48px; }
  .selfmanage-dimension-strip { right: 24px; grid-template-columns: repeat(4, minmax(0, 92px)); }
  .selfmanage-boundary,
  .selfmanage-section-heading,
  .selfmanage-reading,
  .selfmanage-contrast,
  .selfmanage-core,
  .selfmanage-triggers,
  .selfmanage-relationship,
  .selfmanage-reality,
  .selfmanage-blindspot,
  .selfmanage-strength,
  .selfmanage-guide,
  .selfmanage-practice-section,
  .selfmanage-questions { grid-template-columns: 1fr; gap: 22px; }
  .selfmanage-reading article { border-left: 0; border-top: 2px solid #182224; padding: 22px 0 0; }
  .selfmanage-quiz { background: #eaf0f0; }
  .selfmanage-quiz-board { grid-template-columns: 1fr; gap: 16px; }
  .selfmanage-quiz-board aside { grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; padding-top: 0; }
  .selfmanage-quiz-board aside span { grid-row: 1 / 3; font-size: 72px; }
  .selfmanage-question > .selfmanage-kicker { margin-top: 30px; }
  .selfmanage-choices { grid-template-columns: 1fr; }
  .selfmanage-choices button { grid-template-columns: 38px 1fr; align-items: center; justify-items: start; min-height: 62px; padding: 0 16px; }
  .selfmanage-choices button span { grid-column: 1; grid-row: 1; }
  .selfmanage-choices button b { grid-column: 2; grid-row: 1; font-size: 15px; }
  .selfmanage-report-hero { grid-template-columns: 1fr; }
  .selfmanage-report-board { min-height: 340px; border-right: 0; border-bottom: 2px solid #182224; }
  .selfmanage-report-hero > div:last-child { padding: 48px 24px; }
  .selfmanage-score-list { grid-template-columns: 1fr; }
  .selfmanage-report-boundary { grid-template-columns: 1fr; gap: 12px; }
  .selfmanage-share { align-items: flex-start; flex-direction: column; }
  .selfmanage-share > div:last-child { justify-content: flex-start; max-width: none; }
  .selfmanage-footer { align-items: flex-start; flex-direction: column; }
  .selfmanage-footer p { text-align: left; }
}

@media (max-width: 520px) {
  .selfmanage-topbar { min-height: 58px; padding-inline: 16px; }
  .selfmanage-landing-hero { min-height: 820px; }
  .selfmanage-board { inset: 510px 0 0; border-top: 2px solid #182224; border-left: 0; }
  .selfmanage-board::after { background: linear-gradient(180deg, rgba(234, 240, 240, .55), rgba(234, 240, 240, .02) 50%); }
  .selfmanage-hero-copy,
  .selfmanage-quiz-board { width: calc(100% - 32px); }
  .selfmanage-hero-copy { padding-top: 60px; }
  .selfmanage-hero-copy h1 { font-size: 38px; }
  .selfmanage-hero-copy > p:not(.selfmanage-kicker) { font-size: 15px; }
  .selfmanage-hero-copy > div { display: grid; width: 100%; }
  .selfmanage-dimension-strip { display: none; }
  .selfmanage-boundary,
  .selfmanage-report-section,
  .selfmanage-share { padding-inline: 16px; }
  .selfmanage-question h1 { min-height: 0; font-size: 27px; }
  .selfmanage-quiz-actions { flex-direction: column; }
  .selfmanage-primary,
  .selfmanage-secondary { width: 100%; }
  .selfmanage-generating h1 { font-size: 40px; }
  .selfmanage-tracks span { width: 58px; height: 112px; }
  .selfmanage-report-board { min-height: 270px; padding: 24px; }
  .selfmanage-result-symbol { font-size: 74px; }
  .selfmanage-report-hero h1 { font-size: 38px; }
  .selfmanage-section-heading h2,
  .selfmanage-reading h2,
  .selfmanage-practice-section h2,
  .selfmanage-questions h2,
  .selfmanage-share h2 { font-size: 29px; }
  .selfmanage-practice-section > div:last-child { grid-template-columns: 1fr; }
  .selfmanage-share > div:last-child { display: grid; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .selfmanage-tracks span { animation: none; }
  .selfmanage-primary,
  .selfmanage-secondary,
  .selfmanage-choices button,
  .selfmanage-progress i,
  .selfmanage-generation-bar > i { transition: none; }
}

/* Hidden multi-assessment catalog preview */
body.theme-catalog { margin: 0; color: #24232d; background: #f6f4fb; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.theme-catalog::before { display: none; }
.catalog-shell { min-height: 100dvh; }
.catalog-topbar { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1240px) / 2)); border-bottom: 1px solid #e7e2f0; background: rgba(255, 255, 255, .88); }
.catalog-topbar button { display: flex; align-items: center; min-height: 44px; gap: 12px; border: 0; background: transparent; padding: 8px 0; color: #19201c; font: inherit; cursor: pointer; }
.catalog-topbar button b { font-size: 15px; }
.catalog-topbar button span,
.catalog-topbar p { color: #737c75; font-size: 12px; }
.catalog-topbar p { margin: 0; }
.catalog-heading { display: grid; justify-items: center; gap: 14px; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 48px 0 32px; text-align: center; }
.catalog-kicker { margin: 0 0 12px; color: #64716a; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.catalog-heading h1 { margin: 0; color: #19201c; font-size: 42px; line-height: 1.15; }
.catalog-heading > p { max-width: 540px; margin: 0; color: #657069; font-size: 14px; line-height: 1.65; }
.catalog-tools { display: flex; align-items: end; justify-content: space-between; gap: 24px; width: min(1240px, calc(100% - 48px)); margin: 0 auto 18px; }
.catalog-tool-fields { display: grid; grid-template-columns: minmax(260px, 420px) minmax(180px, 240px); gap: 12px; width: min(680px, 100%); }
.catalog-search { display: grid; gap: 7px; width: min(420px, 100%); color: #64716a; font-size: 11px; font-weight: 700; }
.catalog-category { display: grid; gap: 7px; color: #64716a; font-size: 11px; font-weight: 700; }
.catalog-search input,
.catalog-category select { width: 100%; min-height: 48px; border: 1px solid #cfd5ce; border-radius: 4px; background: #fbfcf8; padding: 0 14px; color: #1c231f; font: inherit; font-size: 14px; font-weight: 400; }
.catalog-search input::placeholder { color: #929b94; }
.catalog-tools > p { margin: 0 0 14px; color: #778079; font-size: 12px; font-variant-numeric: tabular-nums; }
.catalog-discovery { width: min(1240px, calc(100% - 48px)); margin: 0 auto 18px; border-block: 1px solid #d8dcd5; }
.catalog-discovery summary { min-height: 38px; padding: 10px 0; color: #68726b; cursor: pointer; font-size: 12px; list-style-position: inside; }
.catalog-discovery summary span { float: right; color: #9aa29c; }
.catalog-discovery[open] summary { color: #2f5b54; }
.catalog-filters { display: flex; gap: 0; width: 100%; margin: 0 0 28px; border-block: 0; }
.catalog-filters button { display: flex; align-items: center; gap: 10px; min-height: 48px; border: 0; border-right: 1px solid #d8dcd5; background: transparent; padding: 0 20px; color: #68726b; font: inherit; font-size: 13px; cursor: pointer; }
.catalog-filters button:first-child { border-left: 1px solid #d8dcd5; }
.catalog-filters button b { min-width: 23px; color: #8b948d; font-size: 11px; font-variant-numeric: tabular-nums; }
.catalog-filters button.is-active { background: #202823; color: #f7f8f4; }
.catalog-filters button.is-active b { color: #c8d1ca; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding-bottom: 72px; }
.catalog-grid.is-empty { grid-template-columns: 1fr; }
.catalog-empty { display: grid; justify-items: start; min-height: 280px; align-content: center; border-block: 1px solid #d8dcd5; padding: 38px 0; }
.catalog-empty > p:first-child { margin: 0 0 10px; color: #64716a; font-size: 11px; font-weight: 700; }
.catalog-empty h2 { margin: 0; color: #1c231f; font-size: 24px; line-height: 1.35; }
.catalog-empty > p:last-of-type { max-width: 480px; margin: 12px 0 24px; color: #69736c; font-size: 13px; line-height: 1.7; }
.catalog-empty button { min-height: 46px; border: 1px solid #202823; border-radius: 4px; background: #202823; padding: 0 18px; color: #f7f8f4; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
  .catalog-card { --catalog-accent: #6f7b91; display: grid; grid-template-rows: auto 1fr auto auto; min-height: 226px; overflow: hidden; border: 1px solid #e9e5f0; border-radius: 12px; background: #fff; box-shadow: 0 10px 22px rgba(72, 62, 104, .07); }
.catalog-card.tone-silver { --catalog-accent: #71808f; }
.catalog-card.tone-blue { --catalog-accent: #3f72b5; }
.catalog-card.tone-lime { --catalog-accent: #7e9a27; }
.catalog-card.tone-jade { --catalog-accent: #39745f; }
.catalog-card.tone-amber { --catalog-accent: #a56622; }
.catalog-card.tone-coral { --catalog-accent: #b75e4f; }
.catalog-card.tone-sky { --catalog-accent: #4283a2; }
.catalog-card.tone-indigo { --catalog-accent: #5f65a8; }
.catalog-card.tone-red { --catalog-accent: #a64d4a; }
.catalog-card.tone-pink,
.catalog-card.tone-rose,
.catalog-card.tone-blush { --catalog-accent: #a45c7c; }
.catalog-card.tone-graphite,
.catalog-card.tone-midnight { --catalog-accent: #525b60; }
.catalog-card.tone-cyan { --catalog-accent: #398b92; }
.catalog-card.tone-plum,
.catalog-card.tone-violet,
.catalog-card.tone-purple { --catalog-accent: #7660a1; }
.catalog-card.tone-sand { --catalog-accent: #8a7651; }
.catalog-card.tone-emerald { --catalog-accent: #3d8060; }
.catalog-card.tone-hot { --catalog-accent: #b34f6f; }
  .catalog-card > header { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 16px; }
  .catalog-card-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: var(--catalog-accent); box-shadow: 0 5px 10px color-mix(in srgb, var(--catalog-accent) 28%, transparent); color: #fff; transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease; }
  .catalog-card:has(.catalog-action[href]) { cursor: pointer; }
  .catalog-card:hover .catalog-card-icon { transform: translateY(-2px) scale(1.06); box-shadow: 0 8px 15px color-mix(in srgb, var(--catalog-accent) 36%, transparent); filter: saturate(1.08); }
  .catalog-card-icon svg { width: 17px; height: 17px; }
.catalog-category-tag { border: 1px solid color-mix(in srgb, var(--catalog-accent) 20%, #fff); border-radius: 999px; background: color-mix(in srgb, var(--catalog-accent) 10%, #fff); padding: 5px 9px; color: var(--catalog-accent); font-size: 10px; font-weight: 700; }
.catalog-status { border: 1px solid #d8ddd7; border-radius: 999px; padding: 5px 9px; color: #717b74; font-size: 10px; font-weight: 600; }
.catalog-status.status-live { border-color: #a7c0ad; color: #2c6d43; }
.catalog-status.status-local_verified { border-color: #a9baca; color: #386585; }
.catalog-status.status-data_verified { color: #78682a; }
  .catalog-card-body { padding: 4px 16px 6px; }
  .catalog-card-body h2 { margin: 0; color: #1c231f; font-size: 17px; line-height: 1.35; }
.catalog-card-body > p:last-child { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; min-height: 40px; margin: 10px 0 0; color: #69736c; font-size: 13px; line-height: 1.55; }
.catalog-meta { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 16px 9px; color: #5f6b63; font-size: 11px; line-height: 1.4; }
.catalog-meta span + span::before { content: "·"; margin-right: 8px; color: #a4aca5; }
.catalog-history-card .catalog-history-result { color: #2f3a34; font-size: 16px; font-weight: 700; line-height: 1.6; }
  .catalog-action { display: inline-flex; align-items: center; justify-self: end; min-height: 32px; margin: 0 16px 12px; border: 0; border-radius: 999px; background: #f0ebff; padding: 0 12px; gap: 8px; color: #50406e; font: inherit; font-size: 12px; font-weight: 700; text-decoration: none; }
.catalog-action[href] { transition: background 150ms ease, color 150ms ease; }
.catalog-action[href]:hover { background: #6b4fc4; color: #fff; }
.catalog-action.is-resume { color: #2f7045; }
.catalog-action:disabled { background: #f2f1f5; color: #9ba29d; cursor: not-allowed; }
.catalog-topnav { display: flex; align-items: center; gap: 18px; }
.catalog-topnav a { color: #52645a; font-size: 12px; text-decoration: none; }
.catalog-topnav a:hover { color: #19201c; text-decoration: underline; }
.catalog-action b { font-size: 17px; }
.catalog-topbar button:focus-visible,
.catalog-search input:focus-visible,
.catalog-category select:focus-visible,
.catalog-filters button:focus-visible,
.catalog-empty button:focus-visible,
.catalog-action:focus-visible { outline: 2px solid #25312a; outline-offset: 3px; }
.catalog-footer { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 40px; padding: 34px max(24px, calc((100% - 1240px) / 2)); border-top: 1px solid #d8dcd5; background: #202823; color: #eef1eb; }
.catalog-footer p { max-width: 760px; margin: 0; color: #aeb8b1; font-size: 12px; line-height: 1.7; }
.catalog-load-error { display: grid; place-items: start; align-content: center; width: min(720px, calc(100% - 40px)); min-height: 100dvh; margin: 0 auto; }
.catalog-load-error h1 { color: #1d2420; }
.catalog-load-error p { color: #68726b; }
.catalog-load-error button { min-height: 44px; border: 1px solid #26322b; border-radius: 4px; background: transparent; padding: 0 16px; }

@media (max-width: 1180px) {
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .catalog-topbar { min-height: 58px; padding-inline: 16px; }
  .catalog-topbar p { display: none; }
  .catalog-topnav { gap: 0; }
  .catalog-topnav a { font-size: 11px; }
  .catalog-heading { gap: 14px; width: calc(100% - 32px); padding: 36px 0 26px; }
  .catalog-heading h1 { font-size: 34px; }
  .catalog-tools { align-items: end; width: calc(100% - 32px); }
  .catalog-tool-fields { grid-template-columns: 1fr; width: 100%; }
  .catalog-search { min-width: 0; width: 100%; }
  .catalog-discovery { width: calc(100% - 32px); }
  .catalog-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; overflow: visible; border: 1px solid #d8dcd5; border-bottom: 0; }
  .catalog-filters button { width: 100%; justify-content: space-between; padding-inline: 15px; border-bottom: 1px solid #d8dcd5; }
  .catalog-filters button:first-child { border-left: 0; }
  .catalog-filters button:nth-child(2n) { border-right: 0; }
  .catalog-grid { grid-template-columns: 1fr; width: calc(100% - 32px); gap: 10px; padding-bottom: 48px; }
  .catalog-empty { min-height: 240px; padding: 30px 0; }
    .catalog-card { min-height: 216px; }
  .catalog-footer { grid-template-columns: 1fr; gap: 12px; padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-action[href] { transition: none; }
}

/* Local staging operations preview */
body.theme-platform-admin { margin: 0; min-height: 100dvh; color: #202823; background: #f3f4ef; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
body.theme-platform-admin::before { display: none; }
.platform-admin-shell { min-height: 100dvh; }
.platform-admin-topbar { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 max(24px, calc((100% - 1240px) / 2)); border-bottom: 1px solid #d8dcd5; background: #202823; color: #eef1eb; }
.platform-admin-topbar a { display: flex; align-items: baseline; gap: 12px; color: inherit; text-decoration: none; }
.platform-admin-topbar a span, .platform-admin-topbar > span { color: #aeb8b1; font-size: 12px; }
.platform-admin-heading { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 44px; }
.platform-admin-heading h1 { max-width: 760px; margin: 0; color: #19201c; font-size: 52px; line-height: 1.13; }
.platform-admin-heading > p:last-child { max-width: 680px; margin: 22px 0 0; color: #657069; font-size: 14px; line-height: 1.8; }
.platform-admin-nav { display: flex; width: min(1240px, calc(100% - 48px)); margin: 0 auto 28px; border-block: 1px solid #d8dcd5; }
.platform-admin-nav button { min-height: 48px; border: 0; border-right: 1px solid #d8dcd5; background: transparent; padding: 0 20px; color: #68726b; font: inherit; font-size: 13px; cursor: pointer; }
.platform-admin-nav button:first-child { border-left: 1px solid #d8dcd5; }
.platform-admin-nav button.is-active { background: #202823; color: #f7f8f4; }
.platform-admin-content { width: min(1240px, calc(100% - 48px)); min-height: 360px; margin: 0 auto; padding-bottom: 72px; }
.platform-config-health { display: flex; width: min(1240px, calc(100% - 48px)); gap: 14px; align-items: center; margin: 0 auto 24px; border: 1px solid #cdd9ce; background: #edf5ed; padding: 12px 16px; color: #31533b; font-size: 13px; }
.platform-config-health.is-error { border-color: #e0bdb7; background: #fff1ee; color: #8a3c32; }
.platform-config-health span { color: #6b786f; font-size: 12px; }
.platform-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.platform-stat-grid article, .platform-panel, .platform-model-grid article { border: 1px solid #d7dbd4; background: #fbfcf8; padding: 22px; }
.platform-stat-grid span { display: block; color: #68736c; font-size: 12px; }
.platform-stat-grid b { display: block; margin: 12px 0 7px; color: #19201c; font-size: 32px; }
.platform-stat-grid small { color: #87918a; font-size: 11px; }
.platform-two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.platform-panel h2 { margin: 0 0 14px; color: #1c231f; font-size: 24px; line-height: 1.35; }
.platform-panel p, .platform-panel li { color: #68736c; font-size: 13px; line-height: 1.75; }
.platform-panel ul { margin: 0; padding-left: 20px; }
.platform-primary { min-height: 42px; border: 1px solid #202823; background: #202823; padding: 0 16px; color: #f7f8f4; font: inherit; cursor: pointer; }
.platform-list-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; }
.platform-list-head h2 { margin: 0; color: #1c231f; font-size: 30px; }
.platform-list-head > span { color: #68736c; font-size: 12px; }
.platform-table-wrap { overflow: auto; border: 1px solid #d7dbd4; background: #fbfcf8; }
.platform-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 13px; }
.platform-table th, .platform-table td { border-bottom: 1px solid #e1e4de; padding: 14px 16px; text-align: left; vertical-align: top; }
.platform-table th { background: #eef1eb; color: #68736c; font-size: 11px; }
.platform-table td b, .platform-table td small { display: block; }
.platform-table td small { margin-top: 5px; color: #9aa29c; font-size: 10px; }
.platform-status { display: inline-block; border: 1px solid #d8ddd7; padding: 5px 8px; color: #717b74; font-size: 10px; }
.platform-status.status-live { border-color: #a7c0ad; color: #2c6d43; }
.platform-status.status-local_verified { border-color: #a9baca; color: #386585; }
.platform-mini { min-height: 32px; border: 1px solid #d7dbd4; background: #f2f4ef; padding: 0 9px; color: #8b948d; font: inherit; font-size: 11px; }
.platform-model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.platform-model-grid article b { display: block; font-size: 18px; }
.platform-model-grid article p { color: #68736c; font-size: 13px; line-height: 1.7; }
.platform-model-grid code { color: #52645a; font-size: 11px; }
.platform-promotion-flow { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 24px 0; border-block: 1px solid #d8dcd5; padding: 24px 12px; color: #52645a; font-size: 13px; }
.platform-promotion-flow span { border: 1px solid #cfd5ce; background: #fbfcf8; padding: 10px 12px; }
.platform-promotion-flow i { color: #a4aca5; font-style: normal; }
.platform-event-list { border-top: 1px solid #e0e4dd; }
.platform-event-list > div { display: grid; grid-template-columns: 120px minmax(0, 1fr) 190px; gap: 16px; align-items: center; min-height: 44px; border-bottom: 1px solid #e0e4dd; color: #46534b; font-size: 13px; }
.platform-event-list > div span { color: #68746c; }
.platform-event-list time { color: #909990; font-size: 11px; text-align: right; }
.platform-event-list > p { margin: 0; color: #68746c; font-size: 13px; }
.platform-inline-link { color: #315f49; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.platform-muted { color: #9aa39c; font-size: 12px; }
.platform-admin-footer { display: flex; gap: 22px; padding: 28px max(24px, calc((100% - 1240px) / 2)); border-top: 1px solid #d8dcd5; background: #202823; color: #eef1eb; font-size: 12px; }
.platform-admin-footer span { color: #aeb8b1; }
@media (max-width: 720px) {
  .platform-admin-topbar { min-height: 58px; padding-inline: 16px; }
  .platform-admin-topbar > span { display: none; }
  .platform-admin-heading, .platform-admin-nav, .platform-admin-content { width: calc(100% - 32px); }
  .platform-config-health { width: calc(100% - 32px); align-items: flex-start; flex-direction: column; gap: 4px; }
  .platform-admin-heading { padding: 42px 0 30px; }
  .platform-admin-heading h1 { font-size: 38px; }
  .platform-admin-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-admin-nav button { border-bottom: 1px solid #d8dcd5; padding-inline: 12px; }
  .platform-admin-nav button:nth-child(2n) { border-right: 0; }
  .platform-stat-grid, .platform-two-col, .platform-model-grid { grid-template-columns: 1fr; }
  .platform-promotion-flow { align-items: stretch; flex-direction: column; text-align: center; }
  .platform-promotion-flow i { transform: rotate(90deg); }
  .platform-event-list > div { grid-template-columns: 1fr; gap: 4px; padding: 10px 0; }
  .platform-event-list time { text-align: left; }
  .platform-admin-footer { flex-direction: column; gap: 8px; padding-inline: 16px; }
}

/* Unified assessment flow */
body.theme-dark { color: #f8fafc; background: #05070a; }
body.theme-dark::before { opacity: .18; }
.theme-dark .shell { width: min(1180px, 100%); align-items: flex-start; }
.theme-dark .panel { border-color: rgba(255, 255, 255, .10); background: rgba(5, 7, 10, .94); box-shadow: 0 28px 90px rgba(0, 0, 0, .30); }
.theme-dark .panel::before { background: rgba(255, 255, 255, .10); }
.theme-dark .kicker { color: rgba(255, 255, 255, .55); }
.theme-dark h1,
.theme-dark h2,
.theme-dark h3 { color: #fff; }
.theme-dark .lead,
.theme-dark .small { color: rgba(255, 255, 255, .62); }
.theme-dark .badge,
.theme-dark .quiz-meta { border-color: rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .06); color: rgba(255, 255, 255, .75); }
.flow-panel { min-height: calc(100dvh - 80px); background: linear-gradient(180deg, rgba(10, 21, 34, .90), rgba(5, 11, 18, .95) 72%, #07101a), url("./history-hero-poster.jpg") center top / cover no-repeat; }
.flow-panel .options { margin-top: 34px; }
.flow-panel .option { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 16px; min-height: 96px; overflow: hidden; border-color: rgba(217, 230, 244, .42); background: linear-gradient(145deg, rgba(42, 61, 82, .58), rgba(10, 19, 30, .64)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), inset 0 -1px 0 rgba(255, 255, 255, .05), 0 0 0 3px rgba(190, 216, 255, .018), 0 10px 30px rgba(0, 0, 0, .18); color: #fff; }
.flow-panel .option::after { content: ""; position: absolute; inset: 0 14% auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent); pointer-events: none; }
.flow-panel .option:hover { border-color: rgba(255, 255, 255, .68); background: linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .065)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), 0 0 0 3px rgba(255, 255, 255, .025), 0 12px 34px rgba(0, 0, 0, .24); }
.flow-panel .option > strong { display: grid; place-items: center; width: 44px; height: 44px; margin: 0; border: 1px solid rgba(255, 255, 255, .26); border-radius: 50%; font-size: 16px; }
.flow-panel .option > span { color: rgba(231, 238, 246, .78); font-size: 15px; line-height: 1.55; }
.flow-panel .option > span b { display: block; margin-bottom: 4px; color: #fff; font-size: 18px; font-weight: 600; }
.flow-panel .algorithm-note { border-color: rgba(217, 230, 244, .25); background: linear-gradient(145deg, rgba(34, 51, 69, .48), rgba(7, 14, 22, .56)); color: rgba(231, 238, 246, .72); }
.flow-panel .algorithm-note b { color: #fff; }
.preference-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.preference-panel { position: relative; overflow: hidden; isolation: isolate; }
.preference-panel::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(5, 10, 16, .02), rgba(5, 12, 21, .36) 62%, rgba(5, 12, 21, .72)); pointer-events: none; }
.preference-content { position: relative; z-index: 2; padding-top: 68px; }
.quiz-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.quiz-panel .progress-top { margin-bottom: 14px; border: 0; border-radius: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); background: transparent; padding: 0 0 18px; }
.quiz-panel { position: relative; overflow: hidden; isolation: isolate; }
.quiz-content { position: relative; z-index: 2; }
.light-rays-layer { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.light-rays-canvas { display: block; width: 100%; height: 100%; opacity: .72; mix-blend-mode: screen; }
.light-rays-layer.light-rays-fallback { background: repeating-linear-gradient(112deg, transparent 0 8%, rgba(190, 216, 255, .055) 9%, transparent 12% 20%); mask-image: linear-gradient(#000, transparent 78%); -webkit-mask-image: linear-gradient(#000, transparent 78%); }
.quiz-panel::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(6, 14, 23, .03), rgba(5, 12, 21, .38) 68%, rgba(5, 12, 21, .72)); pointer-events: none; }
.quiz-panel .progress-top > div { max-width: 720px; }
.quiz-panel .progress-top .small { margin-top: 8px; font-size: 15px; line-height: 1.65; }
.shiny-text { display: inline-block; color: #b5b5b5; background-image: linear-gradient(120deg, #8f949c 0%, #8f949c 36%, #ffffff 50%, #8f949c 64%, #8f949c 100%); background-size: 220% auto; background-position: 150% center; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shiny-text-sweep 2.8s linear infinite; }
.quiz-panel .progress-top .shiny-text { display: block; width: fit-content; }
.shiny-text-soft { background-image: linear-gradient(120deg, #8f949c 0%, #8f949c 40%, #e9edf2 50%, #8f949c 60%, #8f949c 100%); animation-duration: 3.4s; }
@keyframes shiny-text-sweep { 0% { background-position: 150% center; } 72%, 100% { background-position: -50% center; } }
.quiz-panel .progress-top .badge { position: relative; display: inline-flex; flex: 0 0 auto; align-self: flex-start; align-items: center; justify-content: center; gap: 8px; min-width: 112px; min-height: 34px; overflow: hidden; border-color: rgba(255, 255, 255, .72); border-radius: 999px; background: linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .025) 48%, rgba(0, 0, 0, .34)); padding: 7px 15px; color: rgba(255, 255, 255, .92); text-align: center; font-size: 14px; font-variant-numeric: tabular-nums; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 -1px 0 rgba(255, 255, 255, .08), 0 0 0 3px rgba(255, 255, 255, .025), 0 8px 24px rgba(0, 0, 0, .30); }
.quiz-panel .progress-top .badge::before { content: "✦"; color: rgba(255, 255, 255, .66); font-size: 11px; text-shadow: 8px -4px 0 rgba(255, 255, 255, .24); }
.quiz-panel .progress-top .badge::after { content: ""; position: absolute; inset: 1px 10px auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .62), transparent); }
.quiz-panel .progress-bar { height: 4px; margin: 0 0 38px; background: rgba(217, 230, 244, .18); }
.quiz-panel .progress-bar span { background: linear-gradient(90deg, #9fb6ce, #fff); box-shadow: 0 0 12px rgba(190, 216, 255, .42); }
.quiz-panel .question { max-width: none; color: #fff; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.28; text-wrap: pretty; }
.quiz-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; }
.quiz-actions .btn.secondary,
.result-panel .btn.secondary { color: #fff; border-color: rgba(255, 255, 255, .20); background: rgba(255, 255, 255, .06); }
.quiz-hint { margin: 0; }

/* Result generation transition */
.result-generation-panel { position: relative; display: grid; align-content: center; overflow: hidden; isolation: isolate; background: linear-gradient(135deg, rgba(10, 22, 36, .72), rgba(5, 12, 21, .90)), url("./history-hero-poster.jpg") center / cover no-repeat; }
.result-generation-rays { opacity: .78; }
.result-convergence { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.archive-fragment { position: absolute; left: var(--x); top: var(--y); width: 26px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .82), transparent); box-shadow: 0 0 12px rgba(190, 216, 255, .62); opacity: 0; transform: translate(-50%, -50%) rotate(calc((var(--x) - var(--y)) * 1deg)); animation: archive-converge 2.1s cubic-bezier(.22,.7,.2,1) var(--delay) infinite; }
.archive-fragment:nth-child(3n) { width: 4px; height: 4px; border-radius: 50%; background: #fff; }
@keyframes archive-converge { 0% { left: var(--x); top: var(--y); opacity: 0; } 14% { opacity: .82; } 76% { opacity: .48; } 100% { left: 50%; top: 50%; opacity: 0; transform: translate(-50%, -50%) scale(.2); } }
.result-generation { position: relative; z-index: 1; display: grid; min-height: 620px; align-content: center; padding: 30px 56px; }
.result-generation-watermark { position: absolute; z-index: -1; right: 20px; top: 50%; color: rgba(255, 255, 255, .035); font-size: clamp(320px, 38vw, 520px); font-weight: 700; line-height: .72; transform: translateY(-50%); user-select: none; }
.result-generation-copy { max-width: 820px; }
.result-generation-copy h1 { max-width: none; margin: 18px 0 22px; color: #fff; font-size: clamp(48px, 6vw, 78px); line-height: 1.08; }
.result-generation-copy .lead { min-height: 32px; color: rgba(255, 255, 255, .68); font-size: 18px; }
.result-generation-progress { width: min(760px, 100%); margin-top: 54px; }
.result-generation-progress-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 14px; color: rgba(255, 255, 255, .48); font-size: 13px; }
.result-generation-progress-head b { color: rgba(255, 255, 255, .86); font-variant-numeric: tabular-nums; }
.result-generation-bar { height: 4px; overflow: hidden; background: rgba(255, 255, 255, .12); }
.result-generation-bar span { display: block; width: var(--w, 0%); height: 100%; background: #fff; box-shadow: 0 0 14px rgba(255, 255, 255, .48); transition: width 80ms linear; }
.result-generation-skip { justify-self: start; min-height: 42px; margin-top: 30px; padding: 0 18px; border-radius: 999px; }
.result-generation-skip[hidden] { display: none; }

/* Assessment entrance and 16 mind-stage share the fixed dark product language. */
.assessment-select-panel,
.mindstage-panel { display: grid; align-content: center; color: #fff; }
.assessment-select-panel .assessment-hero,
.mindstage-panel .mindstage-hero { padding: 0; }
.assessment-select-panel .assessment-hero { max-width: 760px; }
.assessment-select-panel .assessment-hero h1,
.mindstage-panel .mindstage-hero h1 { max-width: none; color: #fff; font-size: clamp(46px, 6vw, 76px); line-height: 1.08; }
.assessment-select-panel .assessment-hero .lead,
.mindstage-panel .mindstage-hero .lead { max-width: 720px; color: rgba(255, 255, 255, .62); font-size: 17px; line-height: 1.75; }
.assessment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 52px; }
.assessment-card { position: relative; display: grid; min-height: 270px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; background: rgba(255, 255, 255, .045); padding: 30px; color: #fff; text-align: left; box-shadow: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.assessment-card:hover { border-color: rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .09); transform: translateY(-3px); }
.assessment-card .assessment-index { position: absolute; top: 26px; right: 28px; color: rgba(255, 255, 255, .32); font-size: 14px; }
.assessment-card .kicker { align-self: start; }
.assessment-card strong { align-self: end; font-size: clamp(32px, 4vw, 52px); font-weight: 600; }
.assessment-card > p:not(.kicker) { max-width: 420px; margin: 12px 0 28px; color: rgba(255, 255, 255, .60); font-size: 16px; line-height: 1.7; }
.assessment-enter { align-self: end; color: rgba(255, 255, 255, .88); font-weight: 600; }
.assessment-enter::after { content: " →"; }

.mindstage-hero-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; }
.mindstage-back { flex: 0 0 auto; min-height: 46px; padding: 0 18px; }
.mindstage-panel .btn { color: #05070a; background: #f8fafc; box-shadow: none; }
.mindstage-panel .btn.secondary { color: #fff; border-color: rgba(255, 255, 255, .20); background: rgba(255, 255, 255, .06); }
.mindstage-family-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 44px; }
.mindstage-family-card { position: relative; display: grid; min-height: 190px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; background: rgba(255, 255, 255, .045); padding: 26px; color: #fff; text-align: left; box-shadow: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.mindstage-family-card:hover { border-color: rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .09); transform: translateY(-2px); }
.mindstage-family-index { position: absolute; top: 24px; right: 26px; color: rgba(255, 255, 255, .30); font-size: 13px; }
.mindstage-family-card strong { align-self: end; font-size: 28px; }
.mindstage-family-card > span:not(.mindstage-family-index) { margin-top: 8px; color: rgba(255, 255, 255, .82); font-size: 16px; }
.mindstage-family-card p { margin: 10px 0 0; color: rgba(255, 255, 255, .56); line-height: 1.65; }
.mindstage-type-groups { display: grid; gap: 26px; margin-top: 34px; }
.mindstage-type-group { border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; padding: 20px; background: rgba(255, 255, 255, .035); }
.mindstage-type-group-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.mindstage-type-group-head > span { color: rgba(220, 240, 255, .58); font: 600 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; }
.mindstage-type-group-head b { display: block; color: #fff; font-size: 18px; }
.mindstage-type-group-head small { display: block; margin-top: 4px; color: rgba(255, 255, 255, .52); }
.mindstage-type-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.mindstage-type-card { display: grid; min-height: 132px; gap: 7px; align-content: start; border: 1px solid rgba(255, 255, 255, .16); border-radius: 7px; padding: 16px; background: rgba(255, 255, 255, .045); color: #fff; text-align: left; transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.mindstage-type-card:hover, .mindstage-type-card:focus-visible { border-color: rgba(211, 239, 255, .78); background: rgba(192, 222, 255, .12); box-shadow: 0 0 24px rgba(150, 205, 255, .12); transform: translateY(-2px); outline: none; }
.mindstage-type-card strong { color: #eaf6ff; font: 700 22px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .04em; }
.mindstage-type-card span { color: rgba(255, 255, 255, .90); font-weight: 600; }
.mindstage-type-card small { color: rgba(255, 255, 255, .54); line-height: 1.55; }
.mindstage-type-profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.mindstage-type-profile-grid article { border-top: 1px solid rgba(255, 255, 255, .16); padding-top: 12px; }
.mindstage-type-profile-grid b { color: rgba(220, 240, 255, .88); }
.mindstage-type-profile-grid p { margin: 7px 0 0; color: rgba(255, 255, 255, .64); line-height: 1.7; }
.mindstage-pill { display: grid; flex: 0 0 auto; place-items: center; min-width: 76px; min-height: 52px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(255, 255, 255, .06); color: #fff; padding: 0 16px; font-variant-numeric: tabular-nums; }
.mindstage-question { max-width: 900px; font-size: clamp(34px, 4.5vw, 60px) !important; line-height: 1.2 !important; text-wrap: pretty; }
.mindstage-bar { height: 4px; overflow: hidden; margin: 34px 0 46px; background: rgba(255, 255, 255, .12); }
.mindstage-bar span { display: block; width: var(--w); height: 100%; background: #fff; }
.mindstage-choice-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.mindstage-choice { display: grid; align-content: center; justify-items: start; min-height: 118px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; background: rgba(255, 255, 255, .045); padding: 18px; color: #fff; text-align: left; box-shadow: none; }
.mindstage-choice:hover { border-color: rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .09); }
.mindstage-choice span { color: rgba(255, 255, 255, .36); font-size: 13px; }
.mindstage-choice strong { margin-top: 12px; font-size: 16px; }
.mindstage-dim-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 44px; }
.mindstage-dim-card { border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; background: rgba(255, 255, 255, .045); padding: 20px; }
.mindstage-dim-head { display: flex; justify-content: space-between; gap: 12px; color: #fff; }
.mindstage-dim-head span { color: rgba(255, 255, 255, .60); }
.mindstage-dim-bar { height: 3px; overflow: hidden; margin: 18px 0; background: rgba(255, 255, 255, .12); }
.mindstage-dim-bar i { display: block; width: var(--w); height: 100%; background: #fff; }
.mindstage-dim-card p { margin: 0; color: rgba(255, 255, 255, .54); font-size: 13px; line-height: 1.65; }
.mindstage-result-meta { margin-top: 30px; }
.mindstage-result-note { border-color: rgba(255, 255, 255, .14); border-radius: 8px; background: rgba(255, 255, 255, .045); }
.mindstage-result-note b { color: #fff; }
.mindstage-result-note span { color: rgba(255, 255, 255, .60); }

/* Result report */
.result-panel { background: linear-gradient(180deg, #081421, #050a11 68%, #07101a); }
.result-content[hidden] { display: none; }
.result-content:not([hidden]) { animation: result-content-in 360ms ease-out both; }
@keyframes result-content-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.result-panel > h2 { margin-bottom: 6px; }
.result-panel .result-grid { grid-template-columns: minmax(0, 1fr) 260px; gap: 42px; margin-top: 42px; }
.result-panel .result-card { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.result-panel .result-card > h1 { color: #fff; }
.result-panel .result-subtitle,
.result-panel .result-card > .lead { color: rgba(255, 255, 255, .64); }
.result-panel .trait { border: 1px solid rgba(255, 255, 255, .16); background: transparent; color: rgba(255, 255, 255, .82); }
.result-panel .analysis-grid { border-top: 1px solid rgba(255, 255, 255, .12); border-bottom: 1px solid rgba(255, 255, 255, .12); }
.result-panel .analysis-grid section { padding: 22px 0; border: 0; border-top: 1px solid rgba(217, 230, 244, .14); border-radius: 0; background: transparent; }
.result-panel .analysis-grid section:nth-child(-n+2) { border-top: 0; }
.result-panel .analysis-grid h3 { color: #fff; }
.result-panel .analysis-grid ul { color: rgba(231, 238, 246, .72); }
.result-panel .algorithm-note,
.result-panel .copyline { border-color: rgba(255, 255, 255, .12); border-radius: 16px; background: rgba(255, 255, 255, .04); color: rgba(255, 255, 255, .68); }
.result-panel .copyline { white-space: pre-line; line-height: 1.85; }
.result-panel .algorithm-note b,
.result-panel .dimension b { color: #fff; }
.result-panel .dimension,
.result-panel .rank-row { border-color: rgba(255, 255, 255, .11); background: rgba(255, 255, 255, .035); }
.result-panel .dimension span,
.result-panel .rank-row span { color: rgba(255, 255, 255, .62); }
.result-panel .dimension i,
.result-panel .rank-row i { background: #fff; }
.result-panel .seal { position: sticky; top: 24px; border-color: rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .055); color: #fff; box-shadow: none; }
.result-reveal { border-color: rgba(255, 255, 255, .14); background: #080c12; }
.result-reveal-copy { z-index: 1; background: linear-gradient(rgba(5, 7, 10, .32), rgba(5, 7, 10, .72)), url("./history-hero-poster.jpg") center / cover no-repeat; }
#revealCanvas { z-index: 2; }
.reveal-skip { position: absolute; z-index: 3; right: 18px; bottom: 18px; min-height: 42px; border: 1px solid rgba(255, 255, 255, .32); border-radius: 999px; background: rgba(5, 7, 10, .72); color: #fff; padding: 0 16px; }
.reveal-skip:disabled { opacity: 0; pointer-events: none; }
.branch-lab { margin: 34px 0 28px; padding: 28px 0; border-top: 1px solid rgba(255, 255, 255, .14); border-bottom: 1px solid rgba(255, 255, 255, .14); }
.branch-lab-head { max-width: 720px; }
.branch-lab-head h3 { margin: 8px 0 10px; color: #fff; font-size: 28px; }
.branch-lab-head > p:last-child { margin: 0; color: rgba(231, 238, 246, .66); line-height: 1.75; }
.branch-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.branch-path { display: grid; align-content: start; gap: 9px; min-height: 170px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 8px; background: rgba(255, 255, 255, .035); color: #fff; padding: 17px; text-align: left; font: inherit; cursor: pointer; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.branch-path span { color: rgba(190, 216, 255, .72); font-size: 13px; }
.branch-path b { font-size: 15px; line-height: 1.55; }
.branch-path em { margin-top: auto; color: rgba(231, 238, 246, .60); font-size: 13px; font-style: normal; line-height: 1.55; }
.branch-path.is-active { border-color: rgba(255, 255, 255, .76); background: rgba(255, 255, 255, .095); box-shadow: 0 0 24px rgba(190, 216, 255, .12); }
.branch-path:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.branch-outcome { margin-top: 14px; border: 1px solid rgba(255, 255, 255, .32); border-radius: 8px; background: rgba(255, 255, 255, .055); padding: 20px; }
.branch-outcome[hidden] { display: none; }
.branch-compare { display: grid; grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr); align-items: center; gap: 12px; }
.branch-compare > div { display: grid; gap: 5px; min-width: 0; }
.branch-compare span, .branch-compare small { color: rgba(231, 238, 246, .58); }
.branch-compare strong { overflow-wrap: anywhere; color: #fff; font-size: 24px; }
.branch-compare i { color: rgba(190, 216, 255, .70); font-size: 24px; font-style: normal; text-align: center; }
.branch-outcome > p { margin: 18px 0 0; color: rgba(255, 255, 255, .78); line-height: 1.75; }
.branch-preview-status { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; border-top: 1px solid rgba(255, 255, 255, .14); padding-top: 16px; }
.branch-preview-status span { color: rgba(190, 216, 255, .78); font-size: 14px; }
.branch-preview-status button { min-height: 42px; flex: 0 0 auto; border: 1px solid rgba(255, 255, 255, .36); border-radius: 8px; background: transparent; color: #fff; padding: 0 14px; font: inherit; cursor: pointer; }
.branch-preview-status button:hover { border-color: rgba(255, 255, 255, .76); background: rgba(255, 255, 255, .08); }
.branch-preview-status button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

/* Result report uses the same silver glow border language as answer choices. */
.result-panel .result-reveal,
.result-panel .seal,
.result-panel .analysis-grid section,
.result-panel .algorithm-note,
.result-panel .copyline,
.result-panel .dimension,
.result-panel .rank-row,
.result-panel .trait,
.result-panel .actions .btn { border-color: rgba(255, 255, 255, .34); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), inset 0 -1px 0 rgba(255, 255, 255, .035), 0 0 0 3px rgba(255, 255, 255, .012), 0 10px 30px rgba(0, 0, 0, .16); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.result-panel .result-reveal,
.result-panel .seal,
.result-panel .analysis-grid section,
.result-panel .algorithm-note,
.result-panel .copyline,
.result-panel .dimension,
.result-panel .rank-row { position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .028)); }
.result-panel .analysis-grid { display: grid; gap: 12px; border: 0; }
.result-panel .analysis-grid section,
.result-panel .analysis-grid section:nth-child(-n+2),
.result-panel .analysis-grid section:nth-child(2) { border: 1px solid rgba(255, 255, 255, .34); border-radius: 8px; padding: 20px; }
.result-panel .algorithm-note,
.result-panel .copyline,
.result-panel .dimension,
.result-panel .rank-row { border-radius: 8px; }
.result-panel .seal { border-radius: 8px; }
.result-panel .trait { background: rgba(255, 255, 255, .045); }
.result-panel .actions .btn { border: 1px solid rgba(255, 255, 255, .34); }
.result-panel .result-reveal::after,
.result-panel .seal::after,
.result-panel .analysis-grid section::after,
.result-panel .algorithm-note::after,
.result-panel .copyline::after,
.result-panel .dimension::after,
.result-panel .rank-row::after { content: ""; position: absolute; inset: 0 14% auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent); pointer-events: none; }
@media (hover: hover) {
  .result-panel .result-reveal:hover,
  .result-panel .seal:hover,
  .result-panel .analysis-grid section:hover,
  .result-panel .algorithm-note:hover,
  .result-panel .copyline:hover,
  .result-panel .dimension:hover,
  .result-panel .rank-row:hover,
  .result-panel .trait:hover,
  .result-panel .branch-path:hover,
  .result-panel .actions .btn:hover { border-color: rgba(255, 255, 255, .70); background-color: rgba(255, 255, 255, .085); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), 0 0 0 3px rgba(255, 255, 255, .025), 0 0 24px rgba(190, 216, 255, .12), 0 14px 34px rgba(0, 0, 0, .24); transform: translateY(-2px); }
}

/* Admin workbench */
.admin-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.admin-heading .actions { justify-content: flex-end; }
.admin-workbench { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; }
.admin-security-card,
.generated-codes-card { margin: 18px 0; border: 1px solid rgba(15, 23, 42, .08); border-radius: 18px; background: rgba(255, 255, 255, .86); padding: 16px; }
.admin-security-card label { display: block; margin-bottom: 7px; color: var(--gold-strong); font-weight: 600; }
.generated-code-list { display: grid; gap: 8px; }
.generated-code-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; }
.generated-code-row code { overflow: hidden; text-overflow: ellipsis; }
.admin-danger-card { margin-top: 34px; }
.table-wrap { margin-bottom: 24px; }
td code { white-space: nowrap; }

@keyframes poster-drift {
  from { transform: scale(1.04) translate3d(-1.2%, -.6%, 0); }
  to { transform: scale(1.10) translate3d(1.2%, .8%, 0); }
}
.assessment-hero-media.video-fallback-motion { animation: poster-drift 14s ease-in-out infinite alternate; }

@media (max-width: 900px) {
  .assessment-grid,
  .mindstage-family-grid { grid-template-columns: 1fr; }
  .mindstage-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mindstage-choice:last-child { grid-column: 1 / -1; }
  .mindstage-dim-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .preference-options { grid-template-columns: 1fr; }
  .result-panel .result-grid { grid-template-columns: 1fr; }
  .result-panel .seal { position: static; }
  .admin-heading { align-items: flex-start; flex-direction: column; }
  .admin-heading .actions { justify-content: flex-start; }
  .admin-workbench { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .theme-dark .shell { padding: 0; }
  .theme-dark .panel { min-height: 100dvh; border: 0; border-radius: 0; padding: 24px 18px 34px; }
  .flow-panel .options { margin-top: 24px; }
  .assessment-select-panel,
  .mindstage-panel { align-content: start; }
  .preference-content { padding-top: 34px; }
  .result-generation { min-height: calc(100dvh - 58px); padding: 42px 0; }
  .result-generation-watermark { right: -30px; top: 24%; font-size: 250px; }
  .result-generation-copy h1 { margin-top: 14px; font-size: 43px; line-height: 1.12; }
  .result-generation-copy .lead { font-size: 15px; }
  .result-generation-progress { margin-top: 42px; }
  .assessment-select-panel .assessment-hero h1,
  .mindstage-panel .mindstage-hero h1 { font-size: 42px; }
  .assessment-grid { margin-top: 32px; }
  .assessment-card { min-height: 220px; padding: 22px; }
  .mindstage-hero-top { display: grid; gap: 20px; }
  .mindstage-back { justify-self: start; }
  .mindstage-family-grid { margin-top: 30px; }
  .mindstage-family-card { min-height: 170px; padding: 22px; }
  .mindstage-type-group { padding: 16px; }
  .mindstage-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mindstage-type-card { min-height: 124px; padding: 14px; }
  .mindstage-type-profile-grid { grid-template-columns: 1fr; }
  .mindstage-question { font-size: 32px !important; }
  .mindstage-bar { margin: 26px 0 30px; }
  .mindstage-choice-grid { grid-template-columns: 1fr; }
  .mindstage-choice:last-child { grid-column: auto; }
  .mindstage-choice { min-height: 72px; grid-template-columns: 28px 1fr; align-items: center; align-content: center; }
  .mindstage-choice strong { margin-top: 0; }
  .mindstage-dim-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .mindstage-result-meta { grid-template-columns: 1fr; }
  .quiz-options { grid-template-columns: 1fr; gap: 10px; }
  .flow-panel .option { min-height: 76px; padding: 14px; }
  .quiz-panel .progress-top { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 14px; }
  .quiz-panel .progress-top .badge { min-width: 96px; min-height: 32px; padding: 6px 12px; font-size: 13px; }
  .quiz-panel .progress-top .small { font-size: 13px; }
  .quiz-panel .progress-bar { margin-bottom: 28px; }
  .quiz-panel .question { font-size: 26px; line-height: 1.38; text-wrap: pretty; }
  .quiz-actions { align-items: flex-start; flex-direction: column-reverse; }
  .result-panel .analysis-grid { grid-template-columns: 1fr; }
  .branch-paths { grid-template-columns: 1fr; }
  .branch-path { min-height: 0; }
  .branch-lab-head h3 { font-size: 24px; }
  .branch-compare { grid-template-columns: 1fr; }
  .branch-compare i { transform: rotate(90deg); }
  .branch-preview-status { align-items: stretch; flex-direction: column; }
  .branch-preview-status button { width: 100%; }
  .result-panel .analysis-grid section:nth-child(2) { border-top: 1px solid rgba(255, 255, 255, .10); }
  .result-panel .result-grid { gap: 24px; margin-top: 28px; }
  .result-reveal-copy { padding: 22px; }
  .result-reveal-copy h3 { font-size: 40px; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-heading .actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .admin-heading .actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .assessment-hero-media.video-fallback-motion { animation: none; }
  .result-content:not([hidden]) { animation: none; }
  .shiny-text { animation: none; background-position: 50% center; }
  .result-generation-bar span { transition: none; }
  .light-rays-canvas { display: none; }
  .light-rays-layer { background: repeating-linear-gradient(112deg, transparent 0 10%, rgba(190, 216, 255, .045) 11%, transparent 14% 22%); }
  .archive-fragment { animation: none; display: none; }
}

/* 16 mindstage local preview */
.mindstage-intro-page,
.mindstage-report-page { position: relative; z-index: 1; display: grid; gap: 16px; }
.mindstage-intro-hero,
.mindstage-intro-section,
.mindstage-report-hero,
.mindstage-report-section,
.mindstage-report-share { position: relative; border: 1px solid rgba(255, 255, 255, .28); border-radius: 8px; background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .03)); padding: 28px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 12px 30px rgba(0, 0, 0, .16); }
.mindstage-product-hero,
.mindstage-report-hero { background: linear-gradient(140deg, rgba(194, 222, 255, .18), rgba(255, 255, 255, .045) 45%, rgba(24, 41, 58, .38)); }
.mindstage-intro-hero::before,
.mindstage-intro-section::before,
.mindstage-report-hero::before,
.mindstage-report-section::before,
.mindstage-report-share::before { content: ""; position: absolute; top: 0; left: 9%; right: 9%; height: 1px; background: linear-gradient(90deg, transparent, rgba(219, 244, 255, .48), transparent); pointer-events: none; }
.mindstage-intro-index { position: absolute; top: 26px; right: 30px; color: rgba(255, 255, 255, .28); font-size: 13px; }
.mindstage-intro-hero h1 { max-width: none; margin: 18px 0 12px; color: #fff; font-size: 68px; line-height: 1.04; letter-spacing: 0; }
.mindstage-intro-lead { max-width: 700px; color: rgba(255, 255, 255, .76); font-size: 20px; line-height: 1.75; }
.mindstage-intro-copy { max-width: 680px; margin: 14px 0 0; color: rgba(255, 255, 255, .60); font-size: 15px; line-height: 1.8; }
.mindstage-product-caption { margin: 24px 0 0; color: rgba(219, 244, 255, .68); font-size: 13px; line-height: 1.7; }
.mindstage-intro-tags,
.mindstage-report-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; }
.mindstage-intro-tags span,
.mindstage-report-tags span { border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; padding: 7px 12px; color: rgba(255, 255, 255, .80); font-size: 13px; }
.mindstage-intro-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.mindstage-intro-hero .mindstage-start { color: #071016; background: #f4f8fb; }
.mindstage-section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.mindstage-section-head h2 { max-width: 18ch; margin: 8px 0 0; color: #fff; font-size: 38px; letter-spacing: 0; }
.mindstage-section-mark { flex: 0 0 auto; color: rgba(219, 244, 255, .60); font-size: 12px; letter-spacing: 0; white-space: nowrap; }
.mindstage-preview-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.mindstage-preview-grid article,
.mindstage-intro-grid article { border: 1px solid rgba(255, 255, 255, .20); border-radius: 8px; background: linear-gradient(145deg, rgba(205, 229, 255, .09), rgba(255, 255, 255, .025)); padding: 18px; }
.mindstage-preview-grid article { display: grid; gap: 10px; min-height: 142px; }
.mindstage-preview-grid article > span,
.mindstage-preview-icon { color: rgba(219, 244, 255, .65); font-size: 11px; }
.mindstage-preview-grid b,
.mindstage-intro-grid b,
.mindstage-intro-note b { color: #fff; }
.mindstage-preview-grid p,
.mindstage-intro-grid p,
.mindstage-intro-note p { margin: 10px 0 0; color: rgba(255, 255, 255, .62); font-size: 14px; line-height: 1.75; }
.mindstage-intro-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.mindstage-intro-note { border-style: dashed; }
.mindstage-quiz-actions { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.mindstage-quiz-actions span { color: rgba(255, 255, 255, .50); font-size: 12px; }
.mindstage-quiz-actions .btn { min-height: 44px; }
.mindstage-quiz-actions .btn:disabled { cursor: not-allowed; opacity: .35; }
.mindstage-choice.is-selected { border-color: rgba(219, 244, 255, .74); background: rgba(205, 229, 255, .14); }
.mindstage-generation .result-generation-watermark { color: rgba(255, 255, 255, .045); }
.mindstage-report-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 28px; }
.mindstage-report-hero-main { min-width: 0; }
.mindstage-report-hero h1 { max-width: 12ch; margin: 12px 0; color: #fff; font-size: 64px; line-height: 1.08; letter-spacing: 0; }
.mindstage-report-summary { max-width: 760px; color: rgba(255, 255, 255, .74); font-size: 18px; line-height: 1.75; }
.mindstage-score-badge { display: grid; min-width: 132px; border: 1px solid rgba(219, 244, 255, .42); border-radius: 8px; background: linear-gradient(145deg, rgba(207, 237, 255, .18), rgba(255, 255, 255, .035)); padding: 16px 18px; text-align: center; box-shadow: 0 0 30px rgba(181, 228, 238, .10); }
.mindstage-score-badge span { color: rgba(255, 255, 255, .62); font-size: 12px; }
.mindstage-score-badge strong { margin: 4px 0; color: #fff; font-size: 48px; font-weight: 600; line-height: 1; }
.mindstage-score-badge small { color: rgba(255, 255, 255, .48); font-size: 11px; }
.mindstage-result-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.mindstage-result-highlights span { display: flex; align-items: center; gap: 12px; border-top: 1px solid rgba(255, 255, 255, .18); padding-top: 12px; color: rgba(255, 255, 255, .80); font-size: 15px; }
.mindstage-result-highlights b { color: rgba(255, 255, 255, .50); font-size: 12px; font-weight: 500; }
.mindstage-report-section .lead,
.mindstage-report-note p { color: rgba(255, 255, 255, .68); }
.mindstage-coordinate-layout { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); align-items: center; gap: 22px; margin-top: 24px; }
.mindstage-radar-wrap { display: grid; place-items: center; min-height: 360px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 8px; background: radial-gradient(circle at center, rgba(112, 160, 180, .16), rgba(255, 255, 255, .025) 68%); }
.mindstage-radar { width: min(100%, 360px); overflow: visible; }
.mindstage-radar-ring,
.mindstage-radar-outline { fill: none; stroke: rgba(255, 255, 255, .16); stroke-width: 1; }
.mindstage-radar-axis { stroke: rgba(255, 255, 255, .12); stroke-width: 1; }
.mindstage-radar-value { fill: rgba(181, 228, 238, .22); stroke: rgba(220, 248, 255, .92); stroke-width: 2; }
.mindstage-radar-label { fill: rgba(255, 255, 255, .76); font-size: 11px; text-anchor: middle; }
.mindstage-coordinate-layout .mindstage-dim-grid { grid-template-columns: 1fr; margin-top: 0; }
.mindstage-report-card,
.mindstage-feature-grid article,
.mindstage-actions li { border: 1px solid rgba(255, 255, 255, .24); border-radius: 8px; background: linear-gradient(145deg, rgba(205, 229, 255, .10), rgba(255, 255, 255, .025)); padding: 18px; }
.mindstage-report-card p,
.mindstage-feature-grid p { margin: 12px 0 0; color: rgba(255, 255, 255, .62); font-size: 14px; line-height: 1.7; }
.mindstage-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.mindstage-feature-grid b { color: #fff; }
.mindstage-stage-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 28px; }
.mindstage-stage-step { position: relative; display: grid; gap: 8px; min-height: 92px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 8px; background: rgba(255, 255, 255, .035); padding: 14px; }
.mindstage-stage-step::after { content: ""; position: absolute; top: 26px; right: -9px; width: 10px; height: 1px; background: rgba(255, 255, 255, .22); }
.mindstage-stage-step:last-child::after { display: none; }
.mindstage-stage-step span,
.mindstage-stage-step small { color: rgba(255, 255, 255, .46); font-size: 12px; }
.mindstage-stage-step b { color: rgba(255, 255, 255, .72); font-size: 15px; }
.mindstage-stage-step.is-current { border-color: rgba(219, 244, 255, .72); background: linear-gradient(145deg, rgba(181, 228, 238, .18), rgba(255, 255, 255, .035)); box-shadow: 0 0 24px rgba(190, 216, 255, .13); }
.mindstage-stage-step.is-current b { color: #fff; }
.mindstage-route-callout { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 16px; margin-top: 20px; border-top: 1px solid rgba(255, 255, 255, .20); padding-top: 16px; }
.mindstage-route-callout b { color: rgba(219, 244, 255, .84); font-size: 13px; white-space: nowrap; }
.mindstage-route-callout p { margin: 0; color: rgba(255, 255, 255, .76); line-height: 1.7; }
.mindstage-actions { display: grid; gap: 10px; margin: 20px 0 0; padding-left: 20px; color: rgba(255, 255, 255, .80); }
.mindstage-actions li { padding: 14px 18px; }
.mindstage-report-share .copyline { margin: 18px 0; border-color: rgba(255, 255, 255, .20); background: rgba(2, 7, 12, .42); color: rgba(255, 255, 255, .80); white-space: pre-line; line-height: 1.85; }
.mindstage-report-share .actions { display: flex; flex-wrap: wrap; gap: 10px; }
.mindstage-share-link-box { display: grid; gap: 6px; margin-top: 18px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 8px; background: rgba(0, 0, 0, .16); padding: 12px 14px; }
.mindstage-share-link-box span,
.mindstage-share-note { color: rgba(255, 255, 255, .52); font-size: 12px; }
.mindstage-share-link-box code { overflow-wrap: anywhere; color: rgba(223, 244, 255, .86); font: 12px/1.6 ui-monospace, SFMono-Regular, Consolas, monospace; user-select: text; }
.mindstage-share-note { margin: 14px 0 0; line-height: 1.6; }
@media (hover: hover) {
  .mindstage-report-card:hover,
  .mindstage-feature-grid article:hover,
  .mindstage-actions li:hover { border-color: rgba(255, 255, 255, .68); background: rgba(255, 255, 255, .085); box-shadow: 0 0 24px rgba(190, 216, 255, .10); transform: translateY(-2px); }
}
@media (max-width: 720px) {
  .mindstage-intro-hero,
  .mindstage-intro-section,
  .mindstage-report-hero,
  .mindstage-report-section,
  .mindstage-report-share { padding: 22px 18px; }
  .mindstage-intro-hero h1,
  .mindstage-report-hero h1 { font-size: 42px; }
  .mindstage-intro-lead,
  .mindstage-report-summary { font-size: 16px; }
  .mindstage-intro-index { top: 22px; right: 18px; }
  .mindstage-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mindstage-intro-grid,
  .mindstage-result-highlights,
  .mindstage-feature-grid,
  .mindstage-coordinate-layout { grid-template-columns: 1fr; }
  .mindstage-intro-actions { display: grid; }
  .mindstage-intro-actions .btn,
  .mindstage-quiz-actions .btn { width: 100%; }
  .mindstage-quiz-actions { align-items: stretch; flex-direction: column; }
  .mindstage-report-hero { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  .mindstage-score-badge { width: 100%; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-width: 0; text-align: left; }
  .mindstage-score-badge strong { margin: 0; font-size: 38px; }
  .mindstage-score-badge small { justify-self: end; }
  .mindstage-stage-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mindstage-stage-step::after { display: none; }
  .mindstage-route-callout { grid-template-columns: 1fr; gap: 6px; }
  .mindstage-radar-wrap { min-height: 300px; }
}

