.fh-root .calculator{margin:auto;max-width:1100px}.calc-grid{align-items:start;display:grid;gap:24px;grid-template-columns:1fr 1fr}.right-column{display:flex;flex-direction:column;gap:24px}@media (max-width:900px){.calc-grid{grid-template-columns:1fr}}.bar{background:#e5e7eb;border-radius:10px;display:flex;height:18px;overflow:hidden}.part{height:100%}.house{background:#3b82f6}.extra{background:#10b981}.land{background:#f59e0b}.total{font-size:22px;font-weight:700}.range{color:#2563eb}.subsection{border-top:1px solid #e5e7eb;margin-top:10px;padding-top:10px}.row.section{font-weight:600}.row.small{color:#6b7280;font-size:14px}.legend{display:flex;flex-wrap:wrap;font-size:14px;gap:18px;margin-top:12px}.legend div{align-items:center;color:#374151;display:flex;gap:8px}.dot{border-radius:50%;display:inline-block;height:12px;width:12px}.dot.house{background:#3b82f6}.dot.extra{background:#10b981}.dot.land{background:#f59e0b}