:root {
  color-scheme: dark;
  --black: #080808;
  --panel: #111111;
  --panel-2: #151515;
  --line: #2a2a2a;
  --muted: #9a9a9a;
  --white: #f6f6f3;
  --red: #ff2038;
  --red-dark: #ba071a;
  --green: #72e0a3;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--white);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--black);
  background-size: 34px 34px;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% -20%, rgba(255,255,255,.07), transparent 40%);
}

button, input, select, textarea { font: inherit; }
button { color: inherit; }

.ambient { position: fixed; border-radius: 50%; filter: blur(110px); opacity: .15; pointer-events: none; }
.ambient-one { width: 360px; height: 360px; background: var(--red); top: 12%; right: -220px; }
.ambient-two { width: 260px; height: 260px; background: #5f0813; bottom: -120px; left: -120px; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; position: relative; }
.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--white); text-decoration: none; }
.brand-mark { width: 44px; height: 44px; border: 2px solid var(--red); display: grid; place-items: center; font-size: 18px; font-weight: 950; letter-spacing: -2px; transform: skew(-7deg); box-shadow: inset 0 0 18px rgba(255,32,56,.18), 0 0 18px rgba(255,32,56,.12); }
.brand strong { display: block; font-size: 14px; letter-spacing: .12em; line-height: 1; }
.brand strong span { color: var(--red); }
.brand small { display: block; color: #797979; font-size: 9px; letter-spacing: .24em; margin-top: 7px; }
.header-meta { display: flex; align-items: center; gap: 20px; }
.privacy-pill { display: inline-flex; align-items: center; gap: 8px; color: #bdbdbd; border: 1px solid #343434; padding: 8px 12px; border-radius: 99px; font-size: 12px; }
.privacy-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px rgba(114,224,163,.7); }
.handle { font-size: 12px; color: var(--red); font-weight: 800; letter-spacing: .08em; }

.intro { min-height: 290px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; padding: 70px 0 46px; }
.eyebrow, .panel-kicker { margin: 0 0 14px; color: var(--red); font-weight: 850; font-size: 11px; letter-spacing: .22em; }
h1 { margin: 0; max-width: 790px; font-size: clamp(44px, 7vw, 82px); line-height: .92; letter-spacing: -.058em; text-transform: uppercase; }
h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--red); font-style: normal; }
.intro-copy { color: #aaa; font-size: 16px; line-height: 1.65; margin: 0 0 5px; max-width: 390px; border-left: 2px solid var(--red); padding-left: 22px; }

.workspace { display: grid; grid-template-columns: 260px 1fr; min-height: 600px; background: rgba(14,14,14,.96); border: 1px solid #2b2b2b; box-shadow: 0 34px 100px rgba(0,0,0,.55); }
.workspace-sidebar { padding: 30px 24px; background: #0c0c0c; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.sidebar-heading { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.sidebar-heading span { color: #777; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.sidebar-heading strong { color: var(--red); font-size: 11px; text-transform: uppercase; }
#pillar-nav { padding: 22px 0; display: grid; gap: 7px; }
.nav-pillar { display: grid; grid-template-columns: 30px 1fr; gap: 11px; align-items: center; padding: 12px 10px; border-left: 2px solid transparent; opacity: .46; transition: .2s ease; }
.nav-pillar > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #454545; border-radius: 50%; font-size: 9px; font-weight: 800; }
.nav-pillar strong { display: block; font-size: 12px; }
.nav-pillar small { display: none; }
.nav-pillar.active { opacity: 1; background: linear-gradient(90deg, rgba(255,32,56,.12), transparent); border-left-color: var(--red); }
.nav-pillar.active > span { border-color: var(--red); color: var(--red); }
.nav-pillar.complete { opacity: .84; }
.nav-pillar.complete > span { background: var(--red); border-color: var(--red); color: white; }
.privacy-note { margin-top: auto; display: grid; grid-template-columns: 24px 1fr; gap: 12px; padding: 17px; background: #121212; border: 1px solid #282828; }
.privacy-note svg { width: 22px; fill: none; stroke: var(--red); stroke-width: 1.6; }
.privacy-note strong { display: block; font-size: 11px; margin-bottom: 4px; }
.privacy-note span { display: block; color: #777; font-size: 10px; line-height: 1.45; }

.workspace-main { min-width: 0; padding: 46px 50px 42px; }
.start-panel { max-width: 810px; margin: auto; }
.workspace h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1; margin: 0; letter-spacing: -.04em; text-transform: uppercase; }
.panel-lead, .question-header p { max-width: 680px; color: var(--muted); line-height: 1.6; font-size: 14px; }
.intake-section { margin-top: 30px; padding: 22px; border: 1px solid #303030; background: #0d0d0d; }
.intake-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid #292929; }
.intake-section-heading > div > span { color: var(--red); display: block; font-size: 8px; font-weight: 900; letter-spacing: .16em; margin-bottom: 5px; }
.intake-section-heading h3 { margin: 0; font-size: 20px; text-transform: uppercase; letter-spacing: -.02em; }
.intake-section-heading small { color: #707070; font-size: 9px; }
.path-heading { margin-top: 30px; }
.intake-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-top: 18px; }
.client-field { min-width: 0; }
.client-field-wide { grid-column: 1 / -1; }
.client-field label { display: block; margin-bottom: 9px; color: #ccc; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.client-field label span { color: #666; font-weight: 500; letter-spacing: 0; text-transform: none; }
.client-field input, .client-field select, .client-field textarea { width: 100%; border: 1px solid #333; border-radius: 0; background: #090909; color: white; padding: 14px 15px; outline: none; }
.client-field select { min-height: 49px; color-scheme: dark; }
.client-field textarea { resize: vertical; min-height: 104px; line-height: 1.5; }
.client-field input:focus, .client-field select:focus, .client-field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(255,32,56,.1); }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-check { margin-top: 16px; display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; padding: 15px 16px; border: 1px solid #303030; background: #0d0d0d; cursor: pointer; }
.consent-check input { position: absolute; opacity: 0; pointer-events: none; }
.consent-check > span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #505050; color: transparent; font-size: 12px; font-weight: 900; }
.consent-check input:checked + span { background: var(--red); border-color: var(--red); color: white; }
.consent-check p { margin: 0; color: #777; font-size: 10px; line-height: 1.5; }
.consent-check strong { display: block; color: #d0d0d0; font-size: 11px; margin-bottom: 3px; }
.group-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 22px 0 0; padding: 0; border: 0; }
.group-card { text-align: left; border: 1px solid #303030; padding: 25px; background: linear-gradient(145deg, #171717, #101010); cursor: pointer; position: relative; min-height: 225px; transition: .2s ease; }
.group-card:hover { transform: translateY(-2px); border-color: #565656; }
.group-card.selected { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red), 0 16px 45px rgba(255,32,56,.08); }
.group-check { display: none; position: absolute; top: 18px; right: 18px; width: 25px; height: 25px; border-radius: 50%; background: var(--red); place-items: center; font-weight: 900; }
.group-card.selected .group-check { display: grid; }
.group-card small { color: var(--red); display: block; font-size: 9px; letter-spacing: .13em; font-weight: 800; margin-bottom: 28px; }
.group-card strong { display: block; font-size: 25px; letter-spacing: -.03em; }
.group-card p { min-height: 57px; color: #929292; font-size: 12px; line-height: 1.55; }
.select-label { display: flex; justify-content: space-between; color: #c7c7c7; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; padding-top: 14px; border-top: 1px solid #292929; }
.select-label b { color: var(--red); }
.start-footer { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.scale-preview { display: flex; align-items: center; gap: 8px; color: #777; font-size: 10px; }
.scale-preview span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; border: 1px solid #414141; color: #ddd; font-weight: 800; }
.scale-preview i { width: 35px; height: 1px; background: linear-gradient(90deg, #444, var(--red)); }
.safety-callout { margin: 22px 0 0; padding: 13px 15px; border-left: 2px solid #6c6c6c; background: #101010; color: #7f7f7f; font-size: 10px; line-height: 1.5; }
.safety-callout strong { color: #b8b8b8; }

.primary-button, .secondary-button { min-height: 48px; padding: 0 20px; border: 1px solid transparent; cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; transition: .18s ease; }
.link-button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.primary-button { background: var(--red); color: white; box-shadow: 0 10px 28px rgba(255,32,56,.18); }
.primary-button:hover:not(:disabled) { background: #ff3e52; transform: translateY(-1px); }
.primary-button span { margin-left: 12px; }
.primary-button:disabled { opacity: .3; cursor: not-allowed; box-shadow: none; }
.secondary-button { background: transparent; border-color: #383838; color: #b8b8b8; }
.secondary-button:hover { border-color: #6c6c6c; color: white; }

.question-panel { max-width: 870px; margin: auto; }
.question-header { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.question-header p { margin: 10px 0 0; }
.progress-ring { --progress: 0deg; flex: 0 0 auto; width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--red) var(--progress), #292929 0); position: relative; }
.progress-ring::before { content: ""; width: 52px; height: 52px; background: #111; border-radius: 50%; position: absolute; }
.progress-ring span { position: relative; z-index: 1; font-size: 10px; font-weight: 850; }
.scale-key { display: flex; align-items: center; gap: 10px; color: #707070; font-size: 9px; padding: 18px 0 10px; }
.scale-key span { display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.scale-key b { color: var(--red); }
.scale-key i { width: 24px; height: 1px; background: #333; }
.questions-list { display: grid; gap: 12px; padding-top: 8px; }
.question-card { margin: 0; padding: 21px 22px 20px; border: 1px solid #2d2d2d; background: #121212; }
.question-card legend { width: 100%; display: grid; grid-template-columns: 32px 1fr; gap: 11px; align-items: start; padding: 0; color: #e2e2df; font-weight: 650; font-size: 13px; line-height: 1.45; }
.question-card legend > span { color: var(--red); font-size: 9px; font-weight: 900; margin-top: 4px; }
.rating-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin: 17px 0 0 43px; }
.rating-option { min-width: 0; min-height: 54px; display: flex; align-items: center; gap: 7px; padding: 8px 10px; background: #0c0c0c; border: 1px solid #2e2e2e; cursor: pointer; transition: .15s ease; }
.rating-option:hover { border-color: #676767; }
.rating-option input { position: absolute; opacity: 0; pointer-events: none; }
.rating-option strong { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #494949; border-radius: 50%; color: #aaa; font-size: 11px; }
.rating-option span { color: #777; font-size: 9px; line-height: 1.2; }
.rating-option.chosen { border-color: var(--red); background: rgba(255,32,56,.08); }
.rating-option.chosen strong { border-color: var(--red); background: var(--red); color: white; }
.rating-option.chosen span { color: #efefef; }
.form-actions, .result-actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.form-actions > div, .result-actions > div { display: flex; align-items: center; gap: 13px; }
#completion-hint { color: #666; font-size: 10px; }

.results-heading { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.results-heading p { margin: 10px 0 0; color: #777; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.overall-score { display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; gap: 0 7px; align-items: baseline; min-width: 130px; padding-left: 25px; border-left: 1px solid #333; }
.overall-score small { grid-column: 1 / -1; color: var(--red); font-size: 8px; letter-spacing: .16em; font-weight: 900; }
.overall-score strong { font-size: 46px; line-height: 1; letter-spacing: -.06em; }
.overall-score span { color: #888; font-size: 10px; }
.results-grid { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(340px, 1.1fr); gap: 14px; margin-top: 20px; }
.radar-card, .score-list-card { border: 1px solid #2d2d2d; background: #101010; padding: 20px; min-width: 0; }
.card-label { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.card-label span { font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.card-label small { color: #666; font-size: 8px; }
.radar { width: 100%; max-height: 310px; margin-top: 4px; overflow: visible; }
.radar-grid { fill: none; stroke: #2d2d2d; stroke-width: 1; }
.radar-axis { stroke: #262626; stroke-width: 1; }
.radar-score { fill: rgba(255,32,56,.18); stroke: var(--red); stroke-width: 2; filter: drop-shadow(0 0 7px rgba(255,32,56,.28)); }
.radar-dot { fill: var(--white); stroke: var(--red); stroke-width: 2; }
.radar text { fill: #777; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.score-list { display: grid; gap: 15px; margin-top: 27px; }
.score-row { display: grid; grid-template-columns: minmax(130px, 1fr) minmax(70px, .75fr) 30px; gap: 13px; align-items: center; padding: 4px 0; }
.score-row > div:first-child strong { display: block; font-size: 11px; }
.score-row > div:first-child span { display: block; color: #666; font-size: 9px; margin-top: 4px; }
.score-row > b { font-size: 17px; text-align: right; }
.score-meter { height: 4px; background: #2b2b2b; overflow: hidden; }
.score-meter i { display: block; height: 100%; background: #6a6a6a; }
.score-row.lowest { border-left: 2px solid var(--red); padding-left: 10px; }
.score-row.lowest .score-meter i { background: var(--red); box-shadow: 0 0 10px rgba(255,32,56,.6); }
.score-row.lowest > b { color: var(--red); }

.priority-section { margin-top: 28px; }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 15px; }
.section-title h3 { margin: 0; font-size: 26px; letter-spacing: -.03em; text-transform: uppercase; }
.section-title p { color: #777; font-size: 11px; max-width: 230px; line-height: 1.5; text-align: right; }
.priority-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.priority-card { padding: 23px; border: 1px solid #333; background: linear-gradient(145deg, rgba(255,32,56,.07), #111 35%); position: relative; overflow: hidden; }
.priority-card::after { content: ""; width: 90px; height: 2px; position: absolute; top: 0; left: 0; background: var(--red); box-shadow: 0 0 16px var(--red); }
.priority-top { display: flex; justify-content: space-between; color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.priority-top b { font-size: 10px; }
.priority-card > small { display: block; color: #777; font-size: 9px; text-transform: uppercase; margin-top: 20px; }
.priority-card h4 { font-size: 20px; margin: 6px 0 8px; line-height: 1.15; }
.priority-card p { color: #8d8d8d; font-size: 11px; line-height: 1.55; }
.priority-card ul { list-style: none; margin: 17px 0 0; padding: 0; display: grid; gap: 10px; }
.priority-card li { position: relative; padding-left: 19px; color: #c8c8c8; font-size: 10px; line-height: 1.5; }
.priority-card li::before { content: ""; width: 6px; height: 6px; background: var(--red); position: absolute; left: 0; top: 5px; transform: rotate(45deg); }
.interpretation { margin-top: 14px; padding: 19px 22px; border: 1px solid #2d2d2d; display: grid; grid-template-columns: 230px 1fr; gap: 25px; align-items: center; }
.interpretation strong { font-size: 13px; text-transform: uppercase; }
.interpretation p { margin: 0; color: #777; font-size: 10px; line-height: 1.6; }
.coaching-cta { margin-top: 14px; padding: 25px 26px; border: 1px solid rgba(255,32,56,.55); background: radial-gradient(circle at 90% 20%, rgba(255,32,56,.16), transparent 34%), #0e0e0e; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.coaching-cta span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.coaching-cta h3 { margin: 7px 0 4px; font-size: 22px; letter-spacing: -.03em; text-transform: uppercase; }
.coaching-cta p { margin: 0; color: #888; font-size: 10px; }
.coaching-cta-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.result-actions { margin-top: 18px; }
.result-disclaimer { color: #5f5f5f; font-size: 8px; line-height: 1.5; margin: 15px 0 0; }
.submission-status { display: none; margin-top: 12px; padding: 12px 14px; border: 1px solid #343434; color: #aaa; background: #101010; font-size: 10px; }
.submission-status.active { display: block; }
.submission-status.success { border-color: rgba(114,224,163,.45); color: var(--green); }
.submission-status.error { border-color: rgba(255,32,56,.5); color: #ff7c8b; }

.method-strip { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #292929; border-top: 0; background: rgba(9,9,9,.92); }
.method-strip > div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 25px; border-right: 1px solid #292929; }
.method-strip > div:last-child { border-right: 0; }
.method-strip span { color: var(--red); font-size: 10px; font-weight: 900; }
.method-strip p { margin: 0; color: #6f6f6f; font-size: 10px; line-height: 1.5; }
.method-strip strong { display: block; color: #ddd; font-size: 11px; margin-bottom: 3px; text-transform: uppercase; }
.site-footer { min-height: 95px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: #535353; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer span:last-child { max-width: 430px; text-align: right; line-height: 1.5; }
.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; }

@media (max-width: 900px) {
  .intro { grid-template-columns: 1fr; gap: 26px; align-items: start; min-height: auto; }
  .intro-copy { max-width: 600px; }
  .workspace { grid-template-columns: 1fr; }
  .workspace-sidebar { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 20px; }
  #pillar-nav { grid-template-columns: repeat(5, 1fr); padding: 12px 0 0; gap: 3px; }
  .nav-pillar { grid-template-columns: 1fr; text-align: center; padding: 8px 3px; border-left: 0; border-bottom: 2px solid transparent; }
  .nav-pillar > span { margin: auto; }
  .nav-pillar.active { border-left: 0; border-bottom-color: var(--red); background: linear-gradient(0deg, rgba(255,32,56,.11), transparent); }
  .privacy-note { display: none; }
  .workspace-main { padding: 38px 30px; }
  .results-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 24px, 1180px); }
  .site-header { height: 76px; }
  .privacy-pill { display: none; }
  .handle { font-size: 10px; }
  .intro { padding: 48px 4px 32px; }
  h1 { font-size: 45px; }
  .intro-copy { font-size: 13px; }
  .workspace-main { padding: 30px 18px; }
  .workspace h2 { font-size: 31px; }
  .group-grid, .priority-grid { grid-template-columns: 1fr; }
  .intake-grid { grid-template-columns: 1fr; }
  .client-field-wide { grid-column: auto; }
  .intake-section { padding: 18px 14px; }
  .intake-section-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .group-card { min-height: 200px; }
  .start-footer, .form-actions, .result-actions, .results-heading, .section-title { align-items: stretch; flex-direction: column; }
  .scale-preview { justify-content: center; order: 2; }
  .start-footer .primary-button, .form-actions .secondary-button, .form-actions > div, .form-actions .primary-button, .result-actions > button, .result-actions > div { width: 100%; }
  .form-actions > div, .result-actions > div { flex-direction: column; }
  #completion-hint { text-align: center; }
  .question-header { align-items: flex-start; }
  .progress-ring { width: 54px; height: 54px; }
  .progress-ring::before { width: 44px; height: 44px; }
  .scale-key { justify-content: center; }
  .scale-key i { width: 8px; }
  .question-card { padding: 18px 14px; }
  .question-card legend { grid-template-columns: 25px 1fr; font-size: 12px; }
  .rating-grid { margin-left: 0; grid-template-columns: repeat(5, 1fr); gap: 4px; }
  .rating-option { padding: 6px 3px; flex-direction: column; justify-content: center; text-align: center; min-height: 62px; }
  .rating-option span { font-size: 7px; }
  .rating-option strong { width: 25px; height: 25px; }
  .results-heading { display: flex; }
  .overall-score { border-left: 0; border-top: 1px solid #333; padding: 15px 0 0; width: 100%; }
  .score-row { grid-template-columns: minmax(120px, 1fr) 80px 27px; gap: 8px; }
  .section-title { display: flex; }
  .section-title p { text-align: left; max-width: none; }
  .interpretation { grid-template-columns: 1fr; gap: 6px; }
  .coaching-cta { align-items: stretch; flex-direction: column; }
  .coaching-cta-actions { flex-direction: column; }
  .method-strip { grid-template-columns: 1fr; }
  .method-strip > div { border-right: 0; border-bottom: 1px solid #292929; }
  .method-strip > div:last-child { border-bottom: 0; }
  .site-footer { flex-direction: column; justify-content: center; text-align: center; }
  .site-footer span:last-child { text-align: center; }
}

@media print {
  :root { color-scheme: light; }
  body { background: white; color: #111; }
  body::before, .ambient, .site-header, .intro, .workspace-sidebar, .method-strip, .site-footer, .result-actions { display: none !important; }
  .shell { width: 100%; }
  .workspace { display: block; border: 0; box-shadow: none; background: white; }
  .workspace-main { padding: 0; }
  .results-panel { color: #111; }
  .radar-card, .score-list-card, .priority-card, .interpretation { background: white; border-color: #bbb; break-inside: avoid; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .radar-grid, .radar-axis { stroke: #bbb; }
  .radar text, .card-label small, .score-row > div:first-child span, .priority-card p, .priority-card li, .interpretation p { color: #444; fill: #444; }
  .result-disclaimer { color: #555; }
}
