/* Consumer-facing result layer: conclusions first, full calculations on demand. */
.results-panel:has(.answer-first)>#results{order:-1}
.answer-first{display:grid;gap:16px;margin:4px 0 20px}.answer-hero{padding:24px;border-radius:12px;background:linear-gradient(135deg,#203a2d,#2f5139);color:#f4f7ec}.answer-hero .eyebrow{color:#c8df8f;margin-bottom:8px}.answer-hero h3{font-size:24px;letter-spacing:-.025em;margin:0 0 8px}.answer-hero p{margin:0;color:#d7e2d1;font-size:13px;line-height:1.8}.answer-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.answer-metric{padding:15px 13px;border:1px solid #dce6d1;border-radius:9px;background:#f7faf2}.answer-metric small{display:block;color:#5a6c50;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.answer-metric strong{display:block;margin-top:5px;color:#1f3b2b;font:600 23px/1.25 var(--mono);letter-spacing:-.8px;overflow-wrap:anywhere}.answer-metric span{display:block;margin-top:5px;color:#53654a;font-size:11px;line-height:1.5}.answer-caution{border-left:3px solid #a98243;background:#fbf4e7;border-radius:0 8px 8px 0;padding:13px 15px;color:#6d552b;font-size:12px;line-height:1.75}.technical-details{margin-top:20px;border-top:1px solid var(--line);padding-top:5px}.technical-details summary{cursor:pointer;color:#314e32;font-size:13px;font-weight:700;padding:13px 0}.technical-details[open] summary{margin-bottom:8px}.technical-details>div{display:grid;gap:16px}.next-step{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;border:1px solid #dce6d1;border-radius:9px;background:#fbfcf8}.next-step strong{display:block;font-size:13px}.next-step span{display:block;font-size:11px;color:#56664e;line-height:1.5}.next-step a{white-space:nowrap;font-size:11px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.results-panel>.segmented,.results-panel>.diagram,.results-panel>.result-actions{position:relative;z-index:1}.results-panel>.diagram{margin-top:14px}.results-panel:has(.answer-first)>.diagram{order:0}.results-panel:has(.answer-first){display:flex;flex-direction:column}.results-panel:has(.answer-first)>.results-header{order:-3}.results-panel:has(.answer-first)>.status-message{order:-2}.results-panel:has(.answer-first)>.answer-first{order:-1}.results-panel:has(.answer-first)>.segmented{margin-top:2px}.results-panel:has(.answer-first)>.result-actions{margin-bottom:4px}
@media(max-width:600px){.answer-hero{padding:20px}.answer-hero h3{font-size:21px}.answer-metrics{grid-template-columns:1fr 1fr}.answer-metric strong{font-size:20px}.next-step{align-items:flex-start;flex-direction:column;gap:9px}}
