.calculator-container[data-astro-cid-sbkalbrf]{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;max-width:1100px;margin:0 auto}.calculator-form[data-astro-cid-sbkalbrf]{background:var(--color-white);border:1px solid var(--color-border);border-radius:12px;padding:2rem}.form-section[data-astro-cid-sbkalbrf]{margin-bottom:2rem}.form-section[data-astro-cid-sbkalbrf] h2[data-astro-cid-sbkalbrf]{color:var(--hunter-green);font-size:1.15rem;margin-bottom:.5rem}.section-desc[data-astro-cid-sbkalbrf]{color:var(--color-text-light);font-size:.9rem;margin-bottom:1.5rem}.input-group[data-astro-cid-sbkalbrf]{margin-bottom:1.25rem}.input-group[data-astro-cid-sbkalbrf] label[data-astro-cid-sbkalbrf]{display:block;font-weight:500;font-size:.9rem;margin-bottom:.5rem;color:var(--color-text)}.input-group[data-astro-cid-sbkalbrf] input[data-astro-cid-sbkalbrf][type=text],.input-group[data-astro-cid-sbkalbrf] input[data-astro-cid-sbkalbrf][type=number]{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:6px;font-size:1rem}.input-group[data-astro-cid-sbkalbrf] input[data-astro-cid-sbkalbrf]:focus{outline:none;border-color:var(--hunter-green)}.input-row[data-astro-cid-sbkalbrf]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.input-with-prefix[data-astro-cid-sbkalbrf]{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:6px;overflow:hidden}.input-with-prefix[data-astro-cid-sbkalbrf] span[data-astro-cid-sbkalbrf]{padding:.75rem;background:var(--color-background);color:var(--color-text-light)}.input-with-prefix[data-astro-cid-sbkalbrf] input[data-astro-cid-sbkalbrf]{border:none!important;flex:1}input[data-astro-cid-sbkalbrf][type=range]{width:100%;height:8px;-webkit-appearance:none;background:var(--color-border);border-radius:4px;outline:none}input[data-astro-cid-sbkalbrf][type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:var(--hunter-green);border-radius:50%;cursor:pointer}.range-labels[data-astro-cid-sbkalbrf]{display:flex;justify-content:space-between;font-size:.8rem;color:var(--color-text-light);margin-top:.5rem}.range-value[data-astro-cid-sbkalbrf]{font-weight:600;color:var(--hunter-green)}.calculator-form[data-astro-cid-sbkalbrf] .btn[data-astro-cid-sbkalbrf]{width:100%;padding:1rem}.results-panel[data-astro-cid-sbkalbrf]{background:var(--color-background);border-radius:12px;padding:2rem;position:sticky;top:100px;height:fit-content}.results-panel[data-astro-cid-sbkalbrf] h2[data-astro-cid-sbkalbrf]{color:var(--hunter-green);margin-bottom:1.5rem}.result-cards[data-astro-cid-sbkalbrf]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.result-card[data-astro-cid-sbkalbrf]{background:var(--color-white);padding:1rem;border-radius:8px;text-align:center}.result-card[data-astro-cid-sbkalbrf].highlight{grid-column:span 2;background:var(--hunter-green);color:var(--color-white)}.result-label[data-astro-cid-sbkalbrf]{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;opacity:.8}.result-value[data-astro-cid-sbkalbrf]{font-size:1.5rem;font-weight:700}.result-card[data-astro-cid-sbkalbrf].highlight .result-value[data-astro-cid-sbkalbrf]{font-size:2rem}.result-value[data-astro-cid-sbkalbrf].positive{color:#22c55e}.result-value[data-astro-cid-sbkalbrf].negative{color:#ef4444}.result-details[data-astro-cid-sbkalbrf]{background:var(--color-white);border-radius:8px;padding:1.25rem;margin-bottom:1.5rem}.result-details[data-astro-cid-sbkalbrf] h3[data-astro-cid-sbkalbrf]{font-size:.9rem;color:var(--hunter-green);margin-bottom:1rem}.detail-row[data-astro-cid-sbkalbrf]{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--color-border);font-size:.9rem}.detail-row[data-astro-cid-sbkalbrf]:last-child{border-bottom:none}.detail-row[data-astro-cid-sbkalbrf] span[data-astro-cid-sbkalbrf]:first-child{color:var(--color-text-light)}.results-cta[data-astro-cid-sbkalbrf]{text-align:center}.results-cta[data-astro-cid-sbkalbrf] p[data-astro-cid-sbkalbrf]{font-size:.9rem;color:var(--color-text-light);margin-bottom:.75rem}@media(max-width:900px){.calculator-container[data-astro-cid-sbkalbrf]{grid-template-columns:1fr}.results-panel[data-astro-cid-sbkalbrf]{position:static}}@media(max-width:500px){.input-row[data-astro-cid-sbkalbrf],.result-cards[data-astro-cid-sbkalbrf]{grid-template-columns:1fr}.result-card[data-astro-cid-sbkalbrf].highlight{grid-column:span 1}}
