:root {
  --petrol: #2f4f4f;
  --petrol-deep: #203b3b;
  --gold: #c8a45d;
  --cream: #f2e9d8;
  --cream-soft: #fbf7ef;
  --sage: #a3bfa8;
  --ink: #1a1a1a;
  --muted: #66706b;
  --line: #e7dfd1;
  --danger: #9a4d47;
  --shadow: 0 18px 55px rgba(32,59,59,.10);
}

* { box-sizing: border-box; }
html { background: var(--cream-soft); }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 8%, rgba(200,164,93,.12), transparent 28rem),
    radial-gradient(circle at 92% 92%, rgba(163,191,168,.18), transparent 30rem),
    var(--cream-soft);
}
button, input, select { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

.app-shell {
  width: min(100%, 760px);
  min-height: 100vh;
  margin: 0 auto;
  padding: max(22px, env(safe-area-inset-top)) 18px max(28px, env(safe-area-inset-bottom));
  display: grid;
  place-items: center;
}

.panel {
  width: 100%;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(200,164,93,.18);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: clamp(24px, 5vw, 46px);
  backdrop-filter: blur(10px);
}
.panel.question-panel { max-width: 620px; }
.brand { display: flex; align-items: center; gap: 5px; margin-bottom: 34px; color: var(--petrol); }
.brand-mark {
  width: 30px; height: 34px;
  display: grid; place-items: center;
}
.brand-mark img { width: 28px; height: 34px; object-fit: contain; display: block; }
.brand-copy { display: grid; gap: 3px; }
.brand-name { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; }
.brand-author { color: var(--gold); font-size: 9px; letter-spacing: .055em; }
.brand-author span { opacity: .85; }
.brand-credential { color: var(--petrol); font-size: 8px; font-weight: 600; letter-spacing: .045em; }
h1,h2,h3 { font-family: "Cormorant Garamond", serif; color: var(--petrol-deep); margin: 0; line-height: 1.05; }
h1 { font-size: clamp(40px, 8vw, 62px); letter-spacing: -.025em; }
h2 { font-size: clamp(34px, 7vw, 48px); }
h3 { font-size: 28px; }
.eyebrow { color: var(--gold); letter-spacing: .16em; text-transform: uppercase; font-size: 11px; font-weight: 600; margin-bottom: 13px; }
.lead { font-size: clamp(17px, 3.8vw, 20px); line-height: 1.6; color: #34443f; margin: 24px 0 0; }
.body-copy { color: var(--muted); line-height: 1.65; }
.strong-copy { color: var(--petrol-deep); font-weight: 600; }
.fine-print { color: var(--muted); font-size: 12px; line-height: 1.55; margin-top: 18px; }
.print-only { display: none; }
.actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; text-decoration: none;
  border: 0; border-radius: 999px; min-height: 52px; padding: 0 24px; cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
  font-weight: 600;
}
.btn:active { transform: scale(.985); }
.btn-primary { background: var(--petrol); color: var(--cream); box-shadow: 0 10px 25px rgba(47,79,79,.18); }
.btn-gold { background: linear-gradient(135deg, #d8b35f, var(--gold)); color: var(--petrol-deep); border-color: rgba(255,255,255,.16); box-shadow: 0 10px 24px rgba(201,158,75,.28); }
.btn-gold:hover { transform: translateY(-1px); box-shadow: 0 13px 28px rgba(201,158,75,.36); }
.btn-secondary { background: var(--cream); color: var(--petrol); }
.btn-nude { background: #efe2ce; color: var(--petrol); border-color: rgba(201,158,75,.18); box-shadow: 0 8px 18px rgba(94,72,45,.08); }
.btn-nude:hover { background: #ead9bd; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--petrol); border: 1px solid var(--line); }
.btn-wide { width: 100%; }
.about-closing-cta { box-shadow: 0 7px 16px rgba(30, 70, 66, .22); }

.form-grid { display: grid; gap: 18px; margin-top: 28px; }
.form-grid fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.form-grid legend { color: var(--petrol-deep); font-size: 14px; font-weight: 700; line-height: 1.4; margin-bottom: 10px; }
.field { display: grid; gap: 8px; }
.field label, .field-label { font-size: 13px; font-weight: 600; color: var(--petrol-deep); }
.field input, .field select, .field textarea {
  display: block; width: 100%; max-width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 14px; min-height: 52px;
  background: #fff; padding: 0 15px; color: var(--ink); outline: none;
}
.field textarea { min-height: 112px; padding: 14px 15px; resize: vertical; font: inherit; }
.field input[type="date"] { -webkit-appearance: none; appearance: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,164,93,.12); }
.open-question-card {
  display: grid; gap: 10px; margin-top: 14px; padding: 22px; border: 1px solid rgba(200,164,93,.65);
  border-radius: 20px; background: linear-gradient(145deg, #faf5e9 0%, #f3e7d2 100%); box-shadow: 0 12px 30px rgba(45,74,70,.08);
}
.open-question-card .eyebrow { margin: 0 0 2px; }
.open-question-card label { color: var(--petrol-deep); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(22px, 3vw, 30px); line-height: 1.18; }
.open-question-card p { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.open-question-card textarea {
  width: 100%; min-height: 145px; resize: vertical; border: 1.5px solid var(--gold); border-radius: 14px;
  background: #fff; padding: 15px; color: var(--ink); font: inherit; font-size: 16px; outline: none;
}
.open-question-card textarea:focus { box-shadow: 0 0 0 4px rgba(200,164,93,.16); }
.open-question-card small { color: var(--petrol); font-weight: 600; }
.two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.radio-stack { display: grid; gap: 10px; margin-top: 10px; }
.radio-card { position: relative; }
.radio-card input { position: absolute; opacity: 0; pointer-events: none; }
.radio-card span {
  display: flex; align-items: center; min-height: 52px; padding: 12px 15px; border: 1px solid var(--line);
  border-radius: 14px; background: #fff; color: #35433f; cursor: pointer;
}
.radio-card input:checked + span { border-color: var(--gold); background: var(--cream); color: var(--petrol-deep); box-shadow: inset 3px 0 0 var(--gold); }
.check-row { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.check-row input { margin-top: 3px; accent-color: var(--petrol); }

.axis-top { margin-bottom: 34px; }
.axis-name { color: var(--petrol); font-size: 13px; font-weight: 600; letter-spacing: .04em; margin-bottom: 10px; }
.progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.progress-segment { height: 6px; border-radius: 99px; background: #e9e3d9; overflow: hidden; }
.progress-fill { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--petrol); transition: width .42s cubic-bezier(.2,.8,.2,1); }
.progress-segment.done .progress-fill { background: var(--gold); }
.question { font-family: "Cormorant Garamond", serif; font-size: clamp(32px, 7.4vw, 46px); line-height: 1.08; color: var(--petrol-deep); margin: 0 0 28px; }
.answer-list { display: grid; gap: 10px; }
.answer-btn {
  width: 100%; min-height: 54px; display: grid; grid-template-columns: 36px 1fr; gap: 10px; align-items: center;
  text-align: left; border: 1px solid var(--line); background: rgba(255,255,255,.94); color: #3e4845;
  border-radius: 15px; padding: 9px 14px; cursor: pointer; transition: all .18s ease;
}
.answer-btn:hover { border-color: rgba(47,79,79,.35); }
.answer-btn.selected { background: var(--petrol); color: var(--cream); border-color: var(--gold); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(47,79,79,.16); }
.answer-number { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--cream); color: var(--petrol); font-weight: 700; }
.answer-btn.selected .answer-number { background: rgba(242,233,216,.14); color: var(--cream); }
.answer-text { font-size: 13px; line-height: 1.35; }
.question-nav { margin-top: 20px; display: flex; justify-content: space-between; align-items: center; }
.back-link { border: 0; background: transparent; color: var(--muted); padding: 10px 4px; cursor: pointer; }

.code-card { margin-top: 24px; padding: 20px; border-radius: 18px; background: var(--cream); border: 1px solid rgba(200,164,93,.3); }
.code { color: var(--petrol); font-size: clamp(22px, 6vw, 30px); font-weight: 700; letter-spacing: .02em; overflow-wrap: anywhere; }
.result-grid { display: grid; gap: 14px; margin-top: 28px; }
.result-card { padding: 20px; border-radius: 18px; border: 1px solid var(--line); background: #fff; }
.result-header { display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 16px; align-items: center; margin-bottom: 16px; }
.result-summary { min-width: 0; }
.result-visual { position: relative; width: 132px; height: 82px; margin: 0; overflow: hidden; border-radius: 12px; background: var(--cream); border: 1px solid rgba(200,164,93,.22); }
.result-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(242,233,216,.12), rgba(47,79,79,.14)); }
.result-visual img { width: 100%; height: 100%; object-fit: cover; display: block; filter: sepia(.16) saturate(.72) contrast(.94) brightness(1.04); }
.result-row { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.result-name { font-weight: 600; color: var(--petrol); }
.priority-label { color: var(--gold); font-weight: 700; white-space: nowrap; }
.result-value { color: var(--muted); font-size: 11px; text-align: right; white-space: nowrap; }
.result-value strong { display: block; font-family: "Cormorant Garamond", serif; color: var(--petrol); font-size: 30px; line-height: .9; }
.result-track { height: 7px; background: #eee8df; border-radius: 99px; margin: 12px 0; overflow: hidden; }
.result-track span { display: block; height: 100%; background: linear-gradient(90deg,var(--sage),var(--petrol)); border-radius: inherit; }
.classification { display: inline-flex; padding: 6px 10px; border-radius: 99px; background: var(--cream); color: var(--petrol); font-size: 11px; font-weight: 600; }
.global-score { margin-top: 24px; padding: 24px; border-radius: 22px; background: var(--petrol); color: var(--cream); }
.global-score h3, .global-score .result-value { color: var(--cream); }
.global-total { font-family: "Cormorant Garamond", serif; font-size: clamp(64px, 15vw, 92px); line-height: .9; color: var(--cream); margin: 18px 0 24px; }
.score-ranges { display: grid; gap: 10px; margin: 20px 0; }
.score-ranges > div { display: grid; gap: 3px; padding: 12px 14px; border-radius: 13px; background: rgba(255,255,255,.08); }
.score-ranges > div.active { background: var(--cream); color: var(--petrol); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.score-ranges > div.active span { color: var(--petrol); font-weight: 600; }
.score-ranges span { color: #dcd4c5; font-size: 13px; }
.global-classification { margin: -4px 0 18px; color: var(--gold); font-size: 18px; font-weight: 700; }
.score-interpretation { margin: 0 0 18px; padding: 16px; border-radius: 15px; background: rgba(255,255,255,.08); }
.score-interpretation p { margin: 0; line-height: 1.55; }
.score-interpretation p + p { margin-top: 12px; }
.share-screen { max-width: 620px; }
.share-card { padding: 26px; border-radius: 24px; color: var(--cream); background: linear-gradient(155deg,var(--petrol-deep),var(--petrol)); overflow: hidden; }
.share-card h1 { color: var(--cream); font-size: clamp(36px, 9vw, 52px); }
.share-score { display: grid; margin: 28px 0 24px; padding: 20px; border-radius: 18px; background: rgba(255,255,255,.08); }
.share-score span, .share-axes > span { color: #dcd4c5; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.share-score strong { font-family: "Cormorant Garamond", serif; font-size: 76px; line-height: .9; margin: 12px 0 6px; }
.share-score em, .share-axes em { color: var(--cream); font-size: 12px; font-style: normal; }
.share-axes { display: grid; gap: 10px; }
.share-axes > div { display: grid; grid-template-columns: 28px 1fr auto; gap: 8px; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.share-axes > div strong { color: var(--gold); }
.share-axes > div em { width: 128px; text-align: right; white-space: nowrap; }
.priority-axes { padding: 13px; border: 1px solid rgba(200,164,93,.4); border-radius: 15px; background: rgba(200,164,93,.08); }
.share-other-axes { margin-top: 18px; }
.share-other-axes > div { grid-template-columns: 1fr auto; padding: 9px 0; }
.share-axes b { display: inline-block; margin-left: 7px; font-size: 10px; font-weight: 700; }
.share-axes b.preserved { color: #b9d9bd; }
.share-axes b.attention { color: var(--gold); }
.share-note { color: #dcd4c5; font-size: 13px; line-height: 1.5; margin: 22px 0; }
.share-code { display: grid; gap: 4px; margin: 0 0 20px; padding: 13px 14px; border: 1px solid rgba(200,164,93,.34); border-radius: 13px; background: rgba(255,255,255,.05); }
.share-code span, .share-code small { color: #dcd4c5; font-size: 10px; }
.share-code strong { color: var(--cream); font-size: 17px; word-break: break-word; }
.share-brand { color: var(--gold); letter-spacing: .18em; font-size: 11px; font-weight: 600; }
.share-instruction { text-align: center; line-height: 1.5; color: var(--muted); margin: 20px 0 0; }
.conversion-grid { display: grid; gap: 16px; margin-top: 24px; }
.conversion-card { padding: 24px; border-radius: 20px; border: 1px solid var(--line); background: #fff; }
.conversion-card-gold { background: linear-gradient(145deg, var(--cream-soft), #fff); border-color: rgba(200,164,93,.4); }
.conversion-card h2 { font-size: clamp(29px, 6vw, 38px); }
.conversion-card p { margin: 14px 0 0; color: var(--muted); line-height: 1.55; }
.conversion-actions { display: grid; gap: 10px; margin-top: 20px; }
.conversion-card > .btn { margin-top: 20px; }
.about-screen { max-width: 760px; }
.about-signature { display: grid; gap: 3px; margin-top: 20px; padding-left: 16px; border-left: 2px solid var(--gold); color: var(--muted); font-size: 13px; }
.about-signature strong { color: var(--petrol); font-size: 16px; }
.instagram-profile { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 12px; width: fit-content; min-width: 290px; margin-top: 14px; padding: 10px 12px; border: 1px solid rgba(201,158,75,.28); border-radius: 15px; background: rgba(247,236,218,.45); color: var(--petrol); text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.instagram-profile:hover { border-color: rgba(201,158,75,.7); box-shadow: 0 10px 24px rgba(31,71,68,.09); transform: translateY(-1px); }
.instagram-profile-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--petrol); color: var(--gold); font-size: 27px; line-height: 1; }
.instagram-profile-copy { display: grid; gap: 2px; }
.instagram-profile-copy small { color: var(--muted); font-size: 11px; }
.instagram-profile-copy strong { color: var(--petrol); font-size: 14px; }
.instagram-profile-arrow { color: var(--gold-dark); font-size: 19px; }
.about-method { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 24px; margin-top: 32px; padding: 26px; border-radius: 22px; background: var(--petrol); }
.about-method h2 { color: var(--cream); font-size: clamp(30px, 6vw, 40px); }
.about-method p { margin: 0; color: #e5ded1; line-height: 1.6; }
.about-method-copy { display: grid; gap: 16px; align-content: start; }
.about-method-copy strong { color: var(--cream); font-size: 14px; line-height: 1.55; }
.about-paths-header { display: grid; gap: 9px; margin-top: 34px; }
.about-paths-header h2, .about-closing h2 { margin: 0; color: var(--petrol); font-family: var(--serif); font-size: clamp(30px, 5vw, 42px); font-weight: 500; line-height: 1.05; }
.about-paths-header p, .about-closing p { margin: 0; color: var(--muted); line-height: 1.6; }
.about-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.about-paths article { display: flex; flex-direction: column; align-items: stretch; gap: 9px; padding: 20px; border-radius: 18px; border: 1px solid var(--line); background: #fff; }
.about-paths strong { color: var(--petrol); font-size: 18px; }
.about-paths small { margin-top: -7px; color: var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.about-paths h3 { margin: 3px 0 0; color: var(--petrol); font-size: 17px; line-height: 1.3; }
.about-paths span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.about-paths .btn { display: flex; align-items: center; justify-content: center; width: 100%; margin-top: auto; min-height: 48px; padding: 12px 14px; font-size: 12px; line-height: 1.25; text-align: center; }
.about-product-featured { border-color: rgba(201,158,75,.75) !important; background: linear-gradient(145deg,#fff 48%,#f7ecda) !important; box-shadow: 0 16px 32px rgba(31,71,68,.08); }
.about-product-7d { border-width: 2px !important; box-shadow: 0 18px 38px rgba(31,71,68,.13), 0 0 0 3px rgba(201,158,75,.08); transform: translateY(-3px); }
.about-product-21d h3 em { color: var(--gold-dark); font-style: normal; font-weight: 800; }
.enrollment-status { margin-top: 2px; padding: 10px 12px; border-radius: 12px; background: rgba(201,158,75,.12); color: var(--petrol); font-size: 12px; line-height: 1.45; }
.enrollment-status b { display: block; }
.about-product-premium { color: var(--cream); border-color: var(--petrol) !important; background: var(--petrol) !important; }
.about-product-premium strong, .about-product-premium h3 { color: var(--cream); }
.about-product-premium span { color: #ded8cb; }
.about-product-premium blockquote { margin: 4px 0; padding-left: 12px; border-left: 2px solid var(--gold); color: var(--cream); font-size: 12px; font-style: italic; line-height: 1.45; }
.product-tag { justify-self: start; padding: 5px 9px; border-radius: 999px; background: var(--gold); color: var(--petrol); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-tag-soft { background: var(--cream); color: var(--gold-dark); }
.about-closing { display: grid; gap: 18px; margin-top: 28px; padding: 26px; border-radius: 22px; background: var(--cream); border: 1px solid var(--line); }
.about-closing-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 6px; }
.about-closing-actions .btn { text-align: center; }
.about-closing-actions .btn-ghost { grid-column: auto; }
.alert-box { padding: 18px; border-radius: 16px; background: #fff4f1; color: #6f3733; border: 1px solid #e7c1bd; margin-top: 18px; line-height: 1.55; }
.report-intro { margin: 22px 0 4px; padding: 16px 18px; border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; background: var(--cream-soft); color: #47544f; font-size: 14px; line-height: 1.55; }
.report-action-callout { margin-top: 24px; padding: 24px; border-radius: 20px; background: linear-gradient(145deg, var(--cream-soft), #fff); border: 1px solid rgba(200,164,93,.34); }
.report-action-callout h2 { font-size: clamp(30px, 6vw, 42px); }
.report-action-callout p { color: var(--muted); line-height: 1.55; margin: 14px 0 0; }
.report-disclaimer { margin-top: 24px; padding: 18px 20px; border-radius: 16px; background: #f7f4ee; border: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.5; }
.report-disclaimer > strong { display: block; color: var(--petrol-deep); font-size: 12px; }
.report-disclaimer p { margin: 8px 0 0; }
.print-help { margin: 14px 0 0; padding: 12px 14px; border-radius: 12px; background: var(--cream-soft); color: var(--muted); font-size: 11px; line-height: 1.45; }
.transition-panel { text-align: center; padding-block: 52px; animation: transition-in .22s ease both; }
.transition-panel h2 { font-size: clamp(30px, 7vw, 44px); }
.transition-check {
  width: 44px; height: 44px; margin: 0 auto 16px; display: grid; place-items: center;
  border-radius: 50%; background: var(--petrol); color: var(--cream); font-size: 24px; font-weight: 700;
}
@keyframes transition-in { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 520px) {
  .app-shell { padding-left: 12px; padding-right: 12px; }
  .panel { border-radius: 23px; padding: 24px 18px; }
  .brand { margin-bottom: 28px; }
  .two-cols { grid-template-columns: 1fr; }
  .answer-list { gap: 9px; }
  .answer-btn { min-height: 52px; }
  .result-header { grid-template-columns: 100px minmax(0,1fr); gap: 12px; }
  .result-visual { width: 100px; height: 72px; }
  .result-row { gap: 8px; }
  .result-name { font-size: 13px; }
  .result-value { font-size: 9px; white-space: normal; }
  .result-value strong { font-size: 25px; }
  .share-screen { padding: 12px 8px; }
  .share-screen > .brand { margin: 4px 8px 14px; }
  .share-card { padding: 18px; border-radius: 20px; }
  .share-card h1 { font-size: 31px; line-height: 1; }
  .share-card > .eyebrow { margin-bottom: 8px; }
  .share-score { margin: 16px 0 14px; padding: 13px 15px; }
  .share-score strong { font-size: 58px; margin: 7px 0 0; }
  .share-score span, .share-axes > span { font-size: 9px; }
  .share-axes { gap: 2px; }
  .priority-axes { padding: 9px 11px; }
  .share-axes > div { padding: 7px 0; font-size: 12px; }
  .share-axes > div em { width: 112px; font-size: 10px; }
  .share-other-axes { margin-top: 10px; }
  .share-other-axes > div { padding: 6px 0; }
  .share-note { margin: 12px 0; font-size: 10px; line-height: 1.35; }
  .share-code { margin-bottom: 12px; padding: 9px 11px; }
  .share-code strong { font-size: 14px; }
  .share-brand { font-size: 9px; }
  .conversion-card { padding: 19px; }
  .about-method { grid-template-columns: 1fr; padding: 20px; }
  .about-paths { grid-template-columns: 1fr; }
  .about-closing { padding: 20px; }
  .about-closing-actions { grid-template-columns: 1fr; }
  .about-closing-actions .btn-ghost { grid-column: auto; }
}

@media print {
  @page { size: A4 portrait; margin: 14mm; }
  html, body { background: #fff !important; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  body::before { content: ""; position: fixed; z-index: 9999; inset: -8mm; border: 0; border-right: .8mm solid var(--petrol); border-bottom: .8mm solid var(--petrol); border-left: .8mm solid var(--petrol); border-radius: 0 0 2mm 2mm; pointer-events: none; }
  .app-shell { display: block; padding: 0; width: 100%; }
  .panel { box-shadow: none; border: 0; border-radius: 0; padding: 0; background: #fff; }
  .print-only { display: block !important; }
  .screen-report-heading { display: none !important; }
  .report-panel { position: relative; }
  .brand { min-height: 18mm; margin-bottom: 7mm; padding: 1mm 0 4mm; border-bottom: .45mm solid rgba(200,164,93,.65); }
  .brand-mark { width: 13mm; height: 14mm; }
  .brand-mark img { width: 11mm; height: 14mm; }
  .brand-copy { gap: 1mm; }
  .brand-name { font-size: 15pt; letter-spacing: .15em; }
  .brand-author { font-size: 8.5pt; letter-spacing: .08em; }
  .brand-credential { font-size: 7pt; letter-spacing: .06em; }
  .report-datetime { position: absolute; top: 5mm; right: 0; color: var(--muted); font-size: 7.5pt; letter-spacing: .04em; }
  .print-report-heading { margin: 0 auto 8mm; text-align: center; }
  .print-report-heading h1 { max-width: 170mm; margin: 0 auto; color: var(--petrol); font-size: 25pt; line-height: 1.04; }
  .print-report-heading h1 span { color: var(--petrol); font-size: 31pt; }
  .print-report-heading p { margin: 2.5mm 0 0; color: var(--petrol-deep); font-family: "Cormorant Garamond", serif; font-size: 17pt; }
  .report-intro { margin: 0 0 6mm; padding: 3.5mm 4mm; font-size: 8.5pt; line-height: 1.4; }
  .result-grid { gap: 4mm; margin-top: 7mm; }
  .result-card { break-inside: avoid; page-break-inside: avoid; min-height: 39mm; padding: 4mm; border: .35mm solid #e0d5c2; border-left: 1.2mm solid var(--petrol); border-radius: 3mm; }
  .result-header { grid-template-columns: 30mm minmax(0,1fr); gap: 4mm; margin-bottom: 2.5mm; }
  .result-visual { width: 30mm; height: 24mm; border-radius: 2mm; }
  .result-row { gap: 4mm; }
  .result-name { font-size: 10pt; }
  .result-value { font-size: 6.5pt; }
  .result-value strong { font-size: 19pt; }
  .classification { padding: 1.2mm 2.3mm; font-size: 7pt; }
  .result-track { height: 1.4mm; margin: 2.3mm 0; }
  .result-card .body-copy { margin: 2.5mm 0 0; font-size: 8.5pt; line-height: 1.35; }
  .result-card .fine-print { margin-top: 2.2mm; font-size: 7.2pt; line-height: 1.35; }
  .report-action-callout { break-inside: avoid; page-break-inside: avoid; margin-top: 6mm; padding: 5mm; border-radius: 3mm; }
  .report-action-callout h2 { font-size: 20pt; }
  .report-action-callout p { margin-top: 2.5mm; font-size: 8pt; line-height: 1.4; }
  .global-score, .code-card { break-inside: avoid; page-break-inside: avoid; }
  .global-score { border-radius: 3mm; border-top: 1.2mm solid var(--gold); }
  .code-card { margin-top: 8mm; border-left: 1.2mm solid var(--gold); border-radius: 3mm; }
  .report-disclaimer { break-inside: avoid; page-break-inside: avoid; margin: 4mm 1mm 8mm; padding: 4mm; border-radius: 3mm; font-size: 7pt; }
  .report-disclaimer > strong { font-size: 8pt; }
  .report-disclaimer p { margin-top: 1.8mm; }
  .no-print { display: none !important; }
}
