
/* Home planning calculator pack — mobile-first supplement */
.hp-calculator .hp-field-note{display:block;margin:5px 0 12px;color:var(--muted);font-size:.78rem;line-height:1.35}
.hp-calculator .result{min-height:120px}
.hp-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.hp-result-head b{font:900 .64rem ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--accent2)}
.hp-result-head strong{font-size:1rem!important;text-align:right}
.hp-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.hp-kpi{padding:11px;border:1px solid var(--line);background:#0b1722;min-width:0}
.hp-kpi span{display:block;color:var(--muted);font-size:.72rem;line-height:1.25}
.hp-kpi strong{display:block;margin-top:4px;font-size:1.08rem!important;overflow-wrap:anywhere}
.hp-result-note{margin:12px 0 0;color:var(--muted);font-size:.82rem;line-height:1.45}
.hp-formula{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86rem;overflow-wrap:anywhere}
.hp-calculator input{font-variant-numeric:tabular-nums}
@media(max-width:560px){.hp-kpi-grid{grid-template-columns:1fr}.hp-result-head{display:block}.hp-result-head strong{display:block;text-align:left;margin-top:4px}.hp-calculator .calcfields{display:block}.hp-calculator label{margin-top:14px!important}.hp-calculator button{min-height:50px!important}.hp-calculator input,.hp-calculator select{min-height:50px!important}}
