.calc-intro .h2{max-width:18ch}.calc-field{flex-direction:column;gap:10px;display:flex}.calc-field-value{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.calc-number{color:var(--ink);letter-spacing:-.03em;font-family:Geist,Inter,sans-serif;font-size:40px;font-weight:500;line-height:1}.calc-unit{color:var(--ink-faint);margin-left:8px;font-size:16px}.calc-field-scale{justify-content:space-between;display:flex}.calc-loss-amount{color:var(--ink);letter-spacing:-.03em;font-family:Geist,Inter,sans-serif;font-size:clamp(40px,6vw,56px);font-weight:500;line-height:1}.calc-total{background:var(--bg-elevated);border:1px solid var(--accent);box-shadow:0 0 0 1px var(--accent-glow),0 0 48px var(--accent-glow);border-radius:12px;padding:32px}.calc-total-amount{letter-spacing:-.04em;font-family:Geist,Inter,sans-serif;font-size:clamp(56px,9vw,80px);font-weight:500;line-height:.95}.calc-recovery-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.calc-recovery-bar{background:var(--bg-subtle);border-radius:999px;height:8px;overflow:hidden}.calc-recovery-bar-fill{background:var(--accent);height:100%;transition:width .3s var(--ease);border-radius:999px}.calc-recovery-scale{justify-content:space-between;display:flex}
