.calculator-grid[data-astro-cid-jwhk34jk]{display:grid;grid-template-columns:1fr 1fr;gap:var(--calc-gap, 1.25rem)}.results-column[data-astro-cid-jwhk34jk]{grid-column:1 / -1;display:flex;flex-direction:column;gap:var(--calc-gap, 1.25rem)}.input-column[data-astro-cid-jwhk34jk]{display:flex;flex-direction:column;gap:var(--calc-gap, 1.25rem)}@media(max-width:768px){.calculator-grid[data-astro-cid-jwhk34jk]{grid-template-columns:1fr}}.card-hint[data-astro-cid-jwhk34jk]{margin:-.25rem 0 .75rem;color:var(--calc-muted, var(--color-text-muted, #6b7280));font-size:.875rem}.money-field[data-astro-cid-jwhk34jk]{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.85rem}.money-field[data-astro-cid-jwhk34jk] label[data-astro-cid-jwhk34jk]{font-size:.85rem;font-weight:600;color:var(--calc-text, var(--color-text, #111827))}.money-input[data-astro-cid-jwhk34jk]{display:flex;align-items:center;background:var(--calc-input-bg, var(--color-surface, #fff));border:1px solid var(--calc-input-border, var(--color-border, #e5e7eb));border-radius:var(--calc-radius, .5rem);padding:.4rem .65rem;transition:border-color .15s ease,box-shadow .15s ease}.money-input[data-astro-cid-jwhk34jk]:focus-within{border-color:var(--calc-accent, var(--color-accent, #2563eb));box-shadow:0 0 0 3px var(--calc-accent-soft, rgba(37, 99, 235, .15))}.money-currency[data-astro-cid-jwhk34jk]{font-weight:600;color:var(--calc-muted, var(--color-text-muted, #6b7280));margin-right:.35rem}.money-input[data-astro-cid-jwhk34jk] input[data-astro-cid-jwhk34jk]{border:none;outline:none;background:transparent;font-size:1rem;font-weight:600;color:var(--calc-text, var(--color-text, #111827));width:100%;padding:.1rem 0;-moz-appearance:textfield}.money-input[data-astro-cid-jwhk34jk] input[data-astro-cid-jwhk34jk]::-webkit-outer-spin-button,.money-input[data-astro-cid-jwhk34jk] input[data-astro-cid-jwhk34jk]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.help[data-astro-cid-jwhk34jk]{font-size:.75rem;color:var(--calc-muted, var(--color-text-muted, #6b7280));line-height:1.35}.subtotal-row[data-astro-cid-jwhk34jk]{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;padding-top:.85rem;border-top:1px dashed var(--calc-border, var(--color-border, #e5e7eb))}.subtotal-label[data-astro-cid-jwhk34jk]{font-weight:600;color:var(--calc-text, var(--color-text, #111827))}.subtotal-value[data-astro-cid-jwhk34jk]{font-weight:700;font-variant-numeric:tabular-nums}.subtotal-value[data-astro-cid-jwhk34jk].pos{color:var(--calc-positive, #16a34a)}.subtotal-value[data-astro-cid-jwhk34jk].neg,.primary-result-amount[data-astro-cid-jwhk34jk].negative{color:var(--calc-negative, #dc2626)}.result-value[data-astro-cid-jwhk34jk].pos{color:var(--calc-positive, #16a34a)}.result-value[data-astro-cid-jwhk34jk].neg{color:var(--calc-negative, #dc2626)}.health-badge[data-astro-cid-jwhk34jk]{display:inline-block;padding:.2rem .65rem;border-radius:9999px;font-size:.8rem;font-weight:600;background:var(--calc-chip-bg, rgba(0, 0, 0, .05));color:var(--calc-text, var(--color-text, #111827))}.health-badge[data-astro-cid-jwhk34jk][data-rating=strong]{background:#16a34a26;color:#15803d}.health-badge[data-astro-cid-jwhk34jk][data-rating=moderate]{background:#eab3082e;color:#a16207}.health-badge[data-astro-cid-jwhk34jk][data-rating=stretched]{background:#f973162e;color:#c2410c}.health-badge[data-astro-cid-jwhk34jk][data-rating=risk]{background:#dc262626;color:#b91c1c}.chip-row[data-astro-cid-jwhk34jk]{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.chip-row-label[data-astro-cid-jwhk34jk]{font-size:.8rem;font-weight:600;color:var(--calc-muted, var(--color-text-muted, #6b7280));min-width:6.5rem}.compare-grid[data-astro-cid-jwhk34jk]{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.5rem}.compare-item[data-astro-cid-jwhk34jk]{background:var(--calc-subtle-bg, rgba(0, 0, 0, .03));border-radius:var(--calc-radius, .5rem);padding:.65rem .75rem}.compare-label[data-astro-cid-jwhk34jk]{font-size:.75rem;color:var(--calc-muted, var(--color-text-muted, #6b7280));margin-bottom:.25rem}.compare-value[data-astro-cid-jwhk34jk]{font-weight:700;font-variant-numeric:tabular-nums;color:var(--calc-text, var(--color-text, #111827))}@media(max-width:540px){.compare-grid[data-astro-cid-jwhk34jk]{grid-template-columns:1fr}}.bar-wrap[data-astro-cid-jwhk34jk]{margin-top:1rem}.bar-track[data-astro-cid-jwhk34jk]{position:relative;height:12px;background:var(--calc-subtle-bg, rgba(0, 0, 0, .06));border-radius:9999px;overflow:hidden}.bar-fill[data-astro-cid-jwhk34jk]{height:100%;background:var(--calc-accent, var(--color-accent, #2563eb));border-radius:9999px;transition:width .3s ease}.bar-labels[data-astro-cid-jwhk34jk]{display:flex;justify-content:space-between;margin-top:.4rem;font-size:.75rem;color:var(--calc-muted, var(--color-text-muted, #6b7280))}.data-note[data-astro-cid-jwhk34jk]{font-size:.75rem;color:var(--calc-muted, var(--color-text-muted, #6b7280));margin-top:.85rem;line-height:1.45}
