:root {
  --ink: #f7f1ff;
  --muted: #b9a8c9;
  --night: #100518;
  --panel: #21102f;
  --line: rgba(255, 255, 255, .11);
  --acid: #c9ff36;
  --orange: #ff812b;
  --violet: #9b4dff;
  --pink: #ff4fc3;
  --radius: 26px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 34%, rgba(155, 77, 255, .12), transparent 26rem),
    radial-gradient(circle at 96% 66%, rgba(201, 255, 54, .07), transparent 27rem),
    var(--night);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  transform: translateY(-180%);
  background: var(--acid);
  color: #111;
  padding: .7rem 1rem;
  border-radius: 9px;
  font-weight: 900;
}
.skip-link:focus { 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; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 255, 54, .2);
  background-image:
    linear-gradient(90deg, rgba(7, 2, 11, .98) 0%, rgba(9, 2, 14, .9) 34%, rgba(10, 2, 16, .08) 70%),
    linear-gradient(0deg, #100518 0%, transparent 23%),
    url("../img/viruschat-rabbit-hero.webp");
  background-size: cover;
  background-position: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .18;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.hero-nav {
  width: min(1320px, calc(100% - 56px));
  margin-inline: auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  font-size: .76rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.mini-brand { display: inline-flex; align-items: center; gap: .7rem; color: #d8c9e4; }
.mini-brand b { color: white; }
.mini-brand i { width: 5px; height: 5px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 14px var(--acid); }
.privacy-pill { padding: .5rem .8rem; border: 1px solid rgba(201, 255, 54, .35); border-radius: 999px; color: var(--acid); }
.privacy-pill span { font-size: .55rem; margin-right: .35rem; }
.hero-copy { width: min(1320px, calc(100% - 56px)); margin-inline: auto; align-self: center; padding: 60px 0 92px; }
.eyebrow, .section-kicker { margin: 0 0 .65rem; color: var(--acid); font-size: .74rem; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.virus-logo {
  width: min-content;
  margin: 0;
  display: grid;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(5rem, 9vw, 8.7rem);
  font-style: italic;
  font-weight: 950;
  line-height: .68;
  letter-spacing: -.045em;
  text-transform: uppercase;
  transform: skew(-2deg) rotate(-1deg);
}
.virus-logo span {
  display: block;
  background: linear-gradient(180deg, #f1ffad 0%, var(--acid) 38%, #87c400 74%, #4a7600 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .18);
  text-shadow: 0 2px 0 #6d9e08, 0 4px 0 #5a8307, 0 6px 0 #496b06, 0 8px 0 #3a5603, 0 10px 0 #2d4302, 5px 15px 0 #571283, 10px 24px 25px rgba(0, 0, 0, .58), 0 0 30px rgba(201, 255, 54, .15);
}
.virus-logo span:last-child {
  margin-left: .46em;
  background-image: linear-gradient(180deg, #ffd8f4 0%, #ff62ca 35%, #bf2d92 75%, #7f185d 100%);
  text-shadow: 0 2px 0 #b02b87, 0 4px 0 #94206f, 0 6px 0 #781658, 0 8px 0 #5c1043, 0 10px 0 #430b31, 5px 15px 0 #3f0d62, 10px 24px 25px rgba(0, 0, 0, .58), 0 0 30px rgba(255, 79, 195, .2);
}
.product-name { width: fit-content; margin: 2.1rem 0 1.3rem; padding: .45rem .72rem; background: var(--orange); color: #160719; font-size: .85rem; font-weight: 1000; letter-spacing: .18em; transform: rotate(-1deg); box-shadow: 6px 6px 0 var(--violet); }
.hero-lead { max-width: 600px; margin: 0 0 1.8rem; color: #ded1e8; font-size: clamp(1rem, 1.8vw, 1.2rem); }

.primary-button, .secondary-button, .text-button { border: 0; cursor: pointer; text-decoration: none; font-weight: 950; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 52px; padding: .85rem 1.25rem; border-radius: 12px; background: var(--acid); color: #101400; box-shadow: 5px 5px 0 var(--violet); }
.primary-button:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--violet); }
.primary-button:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--violet); }
.primary-button:focus-visible, .secondary-button:focus-visible, .text-button:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.hero-button span { font-size: 1.2rem; }
.hero-facts { width: min(1320px, calc(100% - 56px)); margin-inline: auto; padding: 18px 0 25px; display: flex; gap: 2.2rem; border-top: 1px solid rgba(255, 255, 255, .12); color: #a998b8; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-facts b { color: var(--acid); font-size: .9rem; }

main { padding-bottom: 90px; }
.intro { padding: 90px 0 54px; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end; }
.intro h2, .panel-heading h2, .results-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.05; letter-spacing: -.045em; }
.intro > p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(45, 21, 63, .98), rgba(24, 9, 35, .98)); box-shadow: var(--shadow); }
.calculator { padding: clamp(24px, 5vw, 58px); }
.panel-heading, .results-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding-bottom: 28px; }
.step-badge, .model-note { flex: none; padding: .5rem .75rem; border: 1px solid rgba(201, 255, 54, .3); border-radius: 999px; color: var(--acid); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.form-section { display: grid; grid-template-columns: minmax(250px, .78fr) minmax(0, 1.5fr); gap: clamp(24px, 5vw, 70px); padding: 38px 0; border-top: 1px solid var(--line); }
.form-copy { display: flex; gap: 1rem; align-items: flex-start; }
.form-copy h3 { margin: .1rem 0 .35rem; font-size: 1.22rem; }
.form-copy p { margin: 0; color: var(--muted); font-size: .9rem; }
.step-number, .chart-index { flex: none; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: var(--acid); color: #121803; font: 900 .8rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; box-shadow: 3px 3px 0 var(--violet); }

.mode-fieldset { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 0; padding: 6px; border: 1px solid var(--line); border-radius: 14px; background: rgba(0, 0, 0, .16); }
.mode-option { cursor: pointer; }
.mode-option input { position: absolute; opacity: 0; pointer-events: none; }
.mode-option span { display: block; padding: .72rem 1rem; border-radius: 9px; color: var(--muted); text-align: center; font-size: .88rem; font-weight: 800; }
.mode-option input:checked + span { background: var(--violet); color: white; box-shadow: 0 6px 20px rgba(155, 77, 255, .25); }
.mode-option input:focus-visible + span { outline: 3px solid white; outline-offset: 2px; }
.rate-control { grid-column: 2; }
.rate-control > label { display: block; margin-bottom: .6rem; color: #dfd3e8; font-size: .82rem; font-weight: 800; }
.number-unit, .number-field { display: flex; align-items: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); border-radius: 14px; background: rgba(5, 1, 8, .35); }
.number-unit input { min-width: 0; flex: 1; height: 74px; padding: 0 1.1rem; border: 0; outline: 0; background: transparent; color: white; font-size: 2rem; font-weight: 950; }
.number-unit span { flex: none; padding: 0 1.1rem; color: var(--acid); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.quick-rates { display: flex; gap: .5rem; margin-top: .7rem; }
.quick-rates button { min-width: 45px; min-height: 38px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255, 255, 255, .05); cursor: pointer; color: var(--muted); font-weight: 850; }
.quick-rates button:hover { border-color: var(--acid); color: var(--acid); }
.age-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.age-grid label { color: #d7c9e1; font-size: .78rem; font-weight: 800; }
.number-field { margin-top: .55rem; }
.number-field input { width: 100%; min-width: 0; height: 54px; padding: 0 .8rem; border: 0; outline: 0; background: transparent; color: white; font-size: 1.15rem; font-weight: 900; }
.number-field i { padding-right: .7rem; color: var(--muted); font-size: .7rem; font-style: normal; }
.fixed-rule { grid-column: 2; display: flex; gap: .9rem; align-items: center; padding: 1rem; border: 1px dashed rgba(201, 255, 54, .3); border-radius: 13px; background: rgba(201, 255, 54, .04); }
.fixed-rule > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--acid); color: #142000; font-weight: 1000; transform: rotate(-8deg); }
.fixed-rule b, .fixed-rule small { display: block; }
.fixed-rule small { margin-top: .15rem; color: var(--muted); }
.slider-grid { display: grid; gap: .95rem; }
.slider-row { display: grid; gap: .45rem; }
.slider-row > span { display: flex; justify-content: space-between; gap: 1rem; font-size: .85rem; }
.slider-row output { color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 900; }
input[type="range"] { --value: 40%; width: 100%; height: 8px; margin: 0; border-radius: 999px; appearance: none; -webkit-appearance: none; background: linear-gradient(90deg, var(--violet) 0 var(--value), rgba(255, 255, 255, .1) var(--value) 100%); cursor: pointer; }
input[type="range"]::-webkit-slider-thumb { width: 21px; height: 21px; border: 3px solid var(--panel); border-radius: 50%; appearance: none; -webkit-appearance: none; background: var(--acid); box-shadow: 0 0 0 1px rgba(201, 255, 54, .25); }
input[type="range"]::-moz-range-thumb { width: 17px; height: 17px; border: 3px solid var(--panel); border-radius: 50%; background: var(--acid); }
.form-error { min-height: 1.5em; margin: 0; color: #ff9d96; font-size: .86rem; font-weight: 800; }
.form-actions { display: flex; gap: 1.2rem; align-items: center; padding-top: .7rem; }
.calculate-button { min-width: 260px; }
.text-button { padding: .6rem; background: transparent; color: var(--muted); text-decoration: underline; text-underline-offset: 4px; }
.text-button:hover { color: white; }

.results { padding-top: 100px; }
.results-heading { padding-bottom: 36px; }
.model-note { color: var(--muted); border-color: var(--line); }
.verdict-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.4fr .8fr; gap: 2rem; align-items: center; padding: clamp(28px, 5vw, 58px); border: 1px solid rgba(201, 255, 54, .25); border-radius: var(--radius); background: radial-gradient(circle at 90% 20%, rgba(201, 255, 54, .18), transparent 18rem), linear-gradient(135deg, #31154a, #1a0926); box-shadow: var(--shadow); }
.verdict-card::after { content: "!"; position: absolute; right: -1rem; bottom: -7rem; color: rgba(255, 255, 255, .035); font: 950 24rem/1 Impact, sans-serif; transform: rotate(10deg); }
.verdict-copy, .verdict-score { position: relative; z-index: 1; }
.verdict-copy > p { margin: 0 0 .6rem; color: var(--acid); font-size: .72rem; font-weight: 950; letter-spacing: .18em; }
.verdict-copy h3 { margin: 0 0 .8rem; font-size: clamp(2rem, 5vw, 4.3rem); line-height: .98; letter-spacing: -.055em; }
.verdict-copy div { max-width: 620px; color: #d6c6e3; }
.verdict-score { padding-left: 2rem; border-left: 1px solid var(--line); text-align: center; }
.verdict-score span { display: block; color: var(--acid); font-size: clamp(2.3rem, 6vw, 5rem); font-weight: 1000; letter-spacing: -.06em; line-height: 1; }
.verdict-score small { color: var(--muted); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px; }
.metric-grid article { min-width: 0; padding: 1.2rem; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); }
.metric-grid span, .metric-grid small { display: block; color: var(--muted); font-size: .65rem; font-weight: 900; letter-spacing: .11em; }
.metric-grid strong { display: block; overflow-wrap: anywhere; margin: .45rem 0 .1rem; font-size: clamp(1.35rem, 3vw, 2.4rem); line-height: 1; letter-spacing: -.04em; }
.metric-grid .hot-metric { background: var(--acid); color: #111700; }
.metric-grid .hot-metric span, .metric-grid .hot-metric small { color: #3a4b05; }

.chart-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 16px; margin-top: 52px; }
.chart-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.chart-card-wide { grid-column: 1 / -1; padding: clamp(18px, 3vw, 30px); }
.chart-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; margin-bottom: 1rem; }
.chart-heading > div { display: flex; align-items: center; gap: .9rem; }
.chart-heading h3 { margin: 0; font-size: 1.35rem; }
.chart-heading p { max-width: 300px; margin: .2rem 0 0; color: var(--muted); font-size: .8rem; text-align: right; }
.chart-index { width: 34px; height: 34px; }
.chart-card canvas { display: block; width: 100%; height: 360px; }
.art-card { position: relative; min-height: 370px; display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at 50% 34%, rgba(155, 77, 255, .32), transparent 60%), #180a22; }
.art-card img { position: absolute; inset: 0 0 auto; width: 100%; height: 82%; object-fit: contain; object-position: center bottom; }
.art-card > div { position: relative; z-index: 2; padding: 1rem; background: linear-gradient(0deg, #180a22 52%, transparent); }
.art-card span, .art-card b { display: block; }
.art-card span { color: var(--acid); font-size: .62rem; font-weight: 950; letter-spacing: .13em; }
.art-card b { margin-top: .25rem; font-size: .9rem; }
.demon-card { background: radial-gradient(circle at 50% 36%, rgba(255, 77, 69, .28), transparent 55%), #1b0711; }
.full-span { grid-column: 1 / -1; padding: clamp(18px, 3vw, 30px); }
.timeline-chart-card canvas { height: 330px; }

.data-section { margin-top: 70px; }
.table-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding-bottom: 18px; }
.table-heading h3 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.25rem); }
.table-heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: .85rem; text-align: right; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); }
table { width: 100%; min-width: 700px; border-collapse: collapse; }
th, td { padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
th:first-child, td:first-child { text-align: left; }
th { color: var(--muted); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
td { font-size: .88rem; font-variant-numeric: tabular-nums; }
td strong { color: var(--acid); }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: rgba(255, 255, 255, .025); }

.career-card { margin-top: 70px; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(135deg, rgba(155, 77, 255, .16), rgba(201, 255, 54, .04)); }
.career-card h3 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.5rem); }
.career-card p:not(.section-kicker) { margin: .45rem 0 0; color: var(--muted); }
.career-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0 1.25rem; }
.career-stats span { padding: 1rem; border-radius: 14px; background: rgba(0, 0, 0, .2); }
.career-stats small, .career-stats b { display: block; }
.career-stats small { color: var(--muted); font-size: .63rem; font-weight: 900; letter-spacing: .1em; }
.career-stats b { margin-top: .3rem; font-size: clamp(1.4rem, 3vw, 2.2rem); }
.career-track { height: 13px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, .08); }
.career-track i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--violet), var(--acid)); transition: width .55s ease; }
.result-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 32px; }
.secondary-button { min-height: 52px; padding: .82rem 1.15rem; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); color: white; }
.secondary-button:hover { transform: translateY(-2px); border-color: var(--acid); }
.privacy-note { margin-top: 90px; display: flex; gap: 1.1rem; align-items: center; padding: 1.4rem; border: 1px dashed rgba(201, 255, 54, .3); border-radius: 16px; }
.privacy-note > span { flex: none; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--acid); color: #141a03; font-size: 2rem; font-weight: 800; transform: rotate(12deg); }
.privacy-note b { display: block; }
.privacy-note p { margin: .2rem 0 0; color: var(--muted); font-size: .85rem; }
footer { padding: 36px 20px calc(36px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #0a030e; text-align: center; }
footer p { margin: 0; font-size: 1.05rem; }
footer a { color: var(--acid); font-weight: 950; text-decoration-thickness: 2px; text-underline-offset: 4px; }
footer small { display: block; margin-top: .45rem; color: #8b7a98; }
.toast { position: fixed; z-index: 100; right: 20px; bottom: 20px; max-width: min(360px, calc(100% - 40px)); padding: .85rem 1rem; border: 1px solid rgba(201, 255, 54, .38); border-radius: 12px; background: #261135; box-shadow: var(--shadow); opacity: 0; transform: translateY(18px); pointer-events: none; transition: .22s ease; }
.toast.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero { min-height: 720px; background-position: 61% center; }
  .hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7, 2, 11, .96), rgba(7, 2, 11, .55) 66%, rgba(7, 2, 11, .12)); }
  .hero-copy { padding-top: 72px; }
  .intro { gap: 2rem; }
  .form-section { grid-template-columns: 1fr; gap: 1.3rem; }
  .mode-fieldset, .rate-control, .fixed-rule { grid-column: 1; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .chart-grid { grid-template-columns: 1fr 1fr; }
  .chart-card-wide { grid-column: 1 / -1; }
  .art-card { min-height: 340px; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 24px, 1180px); }
  .hero { min-height: 730px; background-position: 67% center; }
  .hero-nav, .hero-copy, .hero-facts { width: calc(100% - 28px); }
  .hero-nav { padding: 16px 0; }
  .mini-brand { font-size: .62rem; }
  .mini-brand i, .mini-brand i + * { display: none; }
  .privacy-pill { font-size: .58rem; }
  .hero-copy { align-self: end; padding: 160px 0 80px; }
  .hero-copy::before { content: ""; position: absolute; inset: 29% 0 0; z-index: -1; background: linear-gradient(0deg, rgba(8, 2, 12, .98) 15%, rgba(8, 2, 12, .78) 58%, transparent); }
  .eyebrow { max-width: 310px; }
  .virus-logo { font-size: clamp(4rem, 20vw, 6rem); }
  .product-name { margin-top: 1.75rem; }
  .hero-lead { max-width: 96%; font-size: .98rem; }
  .hero-facts { gap: .6rem; justify-content: space-between; font-size: .56rem; }
  .hero-facts span:nth-child(2) { display: none; }
  .intro { grid-template-columns: 1fr; padding-top: 64px; }
  .intro > p { font-size: .95rem; }
  .calculator { padding: 22px 16px; border-radius: 20px; }
  .panel-heading, .results-heading, .table-heading, .chart-heading { align-items: flex-start; flex-direction: column; }
  .step-badge, .model-note { align-self: flex-start; }
  .form-section { padding: 30px 0; }
  .mode-fieldset { grid-template-columns: 1fr; }
  .number-unit input { height: 66px; }
  .age-grid { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .calculate-button { width: 100%; min-width: 0; }
  .verdict-card { grid-template-columns: 1fr; padding: 26px 20px; }
  .verdict-score { padding: 1.2rem 0 0; border-top: 1px solid var(--line); border-left: 0; text-align: left; }
  .metric-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .metric-grid article { padding: 1rem .8rem; }
  .metric-grid strong { font-size: 1.4rem; }
  .chart-grid { grid-template-columns: 1fr; }
  .chart-card-wide, .full-span { grid-column: 1; }
  .chart-heading { gap: .65rem; }
  .chart-heading p, .table-heading > p { text-align: left; }
  .chart-card canvas { height: 430px; }
  .timeline-chart-card canvas { height: 330px; }
  .art-card { min-height: 330px; }
  .data-section, .career-card { margin-top: 54px; }
  .career-stats { grid-template-columns: 1fr; }
  .result-actions { flex-direction: column; }
  .result-actions button { width: 100%; }
  .privacy-note { margin-top: 65px; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  :root { --ink: #151019; --muted: #544c59; --panel: #fff; --line: #d8d1dc; }
  body { background: #fff; color: #151019; }
  .hero, .intro, .calculator, .result-actions, .privacy-note, footer, .toast { display: none !important; }
  main { padding: 0; }
  .results { width: 100%; padding: 0; }
  .results-heading { padding-bottom: 20px; }
  .verdict-card, .chart-card, .metric-grid article, .career-card, .table-scroll { background: #fff !important; color: #151019 !important; box-shadow: none; break-inside: avoid; }
  .verdict-card { border-color: #888; }
  .metric-grid .hot-metric { background: #eaffb0 !important; }
  .chart-grid { margin-top: 24px; }
  .art-card { display: none; }
  .chart-card-wide, .full-span { grid-column: 1 / -1; }
  .data-section { margin-top: 30px; break-inside: avoid; }
  .career-card { margin-top: 30px; }
  canvas { max-height: 260px; }
}
