.tv-form-fields { display:grid; gap:18px; margin:20px 0; }
.tv-form-fields small { display:block; font-weight:400; color:var(--muted); line-height:1.7; margin-top:6px; }
.tv-error { color:#9c3023; font-weight:650; }
.tv-result-title { scroll-margin-top:16px; }
.tv-fit { font-size:1.25rem; font-weight:750; margin:8px 0; }
.tv-metrics { margin:16px 0; display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.tv-metrics div { border-bottom:1px solid var(--border); padding-bottom:10px; min-width:0; }
.tv-metrics dt { font-size:.75rem; color:var(--muted); }
.tv-metrics dd { margin:4px 0 0; font-size:1.25rem; font-weight:750; overflow-wrap:anywhere; }
.tv-figure { margin:16px 0; }
.tv-figure svg { width:100%; max-height:250px; display:block; }
.tv-content { max-width:850px; margin:36px auto; }
.tv-content li { line-height:1.85; }
.tv-content section { margin-block:32px; }
.tv-content details { border-bottom:1px solid var(--border); }
.tv-content details p { margin-top:0; }
[hidden] { display:none !important; }
.tv-form-fields label > span { white-space:nowrap; }
