/* Public explanatory visuals; no selectors outside the public visual components. */
.pv-guide,.pv-chart{box-sizing:border-box;font-family:Instrument,system-ui,sans-serif;color:#182c45;line-height:1.5;min-width:0}
.pv-guide{max-width:1180px;margin:24px auto;padding:clamp(20px,3vw,36px);border:1px solid #cbd9e8;border-radius:22px;background:linear-gradient(135deg,#fff,#edf4fb)}
.pv-guide figcaption,.pv-chart figcaption{font-size:18px;font-weight:650;color:#182c45;margin-bottom:18px}
.pv-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));list-style:none!important;padding:0!important;margin:0!important;gap:20px;counter-reset:stage}
.pv-flow li{position:relative;min-width:0;padding:0!important;display:flex;flex-direction:column;gap:8px;color:#405775;font-size:14px;counter-increment:stage}
.pv-flow li:not(:last-child):after{content:'→';position:absolute;right:-16px;top:8px;font-size:24px;color:#8b4826}
.pv-flow strong{font-size:16px;color:#182c45}.pv-icon{width:40px;height:40px;display:grid;place-items:center;background:#fff1e8;border:1px solid #edccb9;border-radius:12px;color:#a33c13}
.pv-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pv-chart{margin:22px 0;padding:22px;background:#fff;border:1px solid #cbd9e8;border-radius:16px}
.pv-chart-row{margin:16px 0}.pv-chart-label{display:flex;justify-content:space-between;align-items:baseline;gap:16px;flex-wrap:wrap;margin-bottom:7px;font-size:15px;color:#182c45}.pv-chart-label strong{font-variant-numeric:tabular-nums;white-space:nowrap}
.pv-bar{height:18px;background:#e9eff6;border-radius:6px;overflow:hidden;display:flex}.pv-bar span{height:100%;display:block;background:#155d83;min-width:0}.pv-bar span.pv-warm{background:#b74818}.pv-bar span.pv-light{background:#9db7d0}
.pv-chart-note{font-size:14px!important;color:#405775!important;line-height:1.5!important;margin:14px 0 0!important}
.pv-key{display:flex;gap:12px 22px;flex-wrap:wrap;margin-top:16px;font-size:14px;color:#405775}.pv-key span:before{content:'';display:inline-block;width:12px;height:12px;margin-right:7px;border-radius:3px;background:#155d83}.pv-key span:last-child:before{background:#9db7d0}
.pv-dialogue{border-left:3px solid #cbd9e8;padding-left:18px!important;margin-left:0!important}.pv-dialogue p{position:relative;padding:14px 18px!important;border-radius:0 14px 14px;background:#edf4fb;margin:12px 0!important}.pv-dialogue p:nth-child(2){background:#fff1e8}.pv-dialogue p strong{display:block;margin-bottom:6px}
.pv-score{display:grid;place-items:center;box-sizing:border-box;width:148px;height:148px;border:15px solid #dbe5ef;border-top-color:#155d83;border-right-color:#155d83;border-radius:50%;font-variant-numeric:tabular-nums;font-size:26px!important;color:#182c45!important;background:#fff;margin:20px auto!important}
.pv-mini{padding:20px;border-left:4px solid #b74818;background:#fff7f1;border-radius:0 14px 14px 0;margin:20px 0;color:#182c45;font-size:15px;line-height:1.6}.pv-mini strong{display:block}.pv-mini a{color:#155d83;text-decoration:underline}
.pv-chart[hidden]{display:none!important}
.pv-cost-panel{min-width:0}.public-cost-layout .pv-cost-panel #cost-output{position:static}
.pv-dialogue-grid{grid-template-columns:minmax(0,1.4fr) minmax(240px,1fr);gap:18px 28px}.pv-dialogue-grid article:nth-child(-n+3){grid-column:1;border-radius:0 18px 18px 18px;border-left:4px solid #155d83;background:#edf4fb}.pv-dialogue-grid article:nth-child(2){margin-left:24px;border-left-color:#b74818;background:#fff4ed}.pv-dialogue-grid article:nth-child(4){grid-column:2;grid-row:1/span 3;align-self:start;border-top:4px solid #155d83}
.pv-compare-grid article:first-child{border-top:4px solid #155d83}.pv-compare-grid article:nth-child(2){border-top:4px solid #b74818}.pv-compare-grid article:nth-child(n+3){grid-column:1/-1;background:#edf4fb;border-left:4px solid #91abc5}
.pv-record-grid{grid-template-columns:1fr;gap:0;border:1px solid #cbd9e8;border-radius:16px;overflow:hidden}.pv-record-grid article{display:grid;grid-template-columns:minmax(150px,.65fr) minmax(0,2fr);gap:24px;border:0;border-radius:0;border-bottom:1px solid #d9e3ef;padding:22px}.pv-record-grid article:nth-child(odd){background:#edf4fb}.pv-record-grid article:last-child{border-bottom:0}.pv-record-grid article p{margin:0!important}.pv-record-grid article h3{margin:0!important}
@media(max-width:750px){.pv-dialogue-grid{grid-template-columns:1fr}.pv-dialogue-grid article:nth-child(4){grid-column:1;grid-row:auto}.pv-dialogue-grid article:nth-child(2){margin-left:12px}.pv-record-grid article{grid-template-columns:1fr;gap:8px}.pv-compare-grid{grid-template-columns:1fr}}
@media(max-width:750px){.pv-flow{grid-template-columns:1fr;gap:0}.pv-flow li{display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:14px;row-gap:0;padding:0 0 20px!important}.pv-flow li .pv-icon{grid-row:1/3}.pv-flow li:not(:last-child):after{content:'';left:19px;right:auto;top:40px;bottom:0;border-left:2px solid #edccb9}.pv-flow li:last-child{padding-bottom:0!important}.pv-guide{margin:20px 0}.pv-chart{padding:18px}.pv-chart-label{gap:4px 12px}}
@media print{.pv-guide,.pv-chart{break-inside:avoid}}
