.calculator-section[data-astro-cid-tj2odhpx]{background:var(--dark2);border:1px solid rgba(46,204,154,.25);border-radius:16px;padding:2.5rem;margin:2.5rem 0;position:relative;overflow:hidden}.calculator-section[data-astro-cid-tj2odhpx]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2e8fcc,#2ecc9a)}.calc-title[data-astro-cid-tj2odhpx]{font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:800;text-transform:uppercase;color:var(--text);margin-bottom:.35rem}.calc-subtitle[data-astro-cid-tj2odhpx]{font-size:.88rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.5}.calc-grid[data-astro-cid-tj2odhpx]{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.calc-field[data-astro-cid-tj2odhpx]{display:flex;flex-direction:column;gap:.4rem}.calc-field[data-astro-cid-tj2odhpx] label[data-astro-cid-tj2odhpx]{font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.calc-field[data-astro-cid-tj2odhpx] .field-hint[data-astro-cid-tj2odhpx]{font-size:.73rem;color:#7fafc099;margin-top:-.15rem}.calc-input-wrap[data-astro-cid-tj2odhpx]{display:flex;align-items:center;background:var(--dark3);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:border-color .2s}.calc-input-wrap[data-astro-cid-tj2odhpx]:focus-within{border-color:#2ecc9a80}.calc-input-wrap[data-astro-cid-tj2odhpx] input[data-astro-cid-tj2odhpx]{background:transparent;border:none;outline:none;color:var(--text);font-size:1.1rem;font-weight:700;font-family:DM Sans,sans-serif;padding:.7rem .9rem;flex:1;width:100%}.calc-input-wrap[data-astro-cid-tj2odhpx] .unit[data-astro-cid-tj2odhpx]{padding:.7rem .9rem;font-size:.82rem;color:var(--text-muted);background:var(--dark2);border-left:1px solid var(--border);white-space:nowrap}.calc-slider-wrap[data-astro-cid-tj2odhpx]{display:flex;flex-direction:column;gap:.5rem}.calc-slider-row[data-astro-cid-tj2odhpx]{display:flex;align-items:center;gap:.75rem}.calc-slider-row[data-astro-cid-tj2odhpx] input[data-astro-cid-tj2odhpx][type=range]{flex:1;-webkit-appearance:none;height:6px;background:var(--dark3);border-radius:3px;outline:none;cursor:pointer}.calc-slider-row[data-astro-cid-tj2odhpx] input[data-astro-cid-tj2odhpx][type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#2e8fcc,#2ecc9a);cursor:pointer;box-shadow:0 2px 8px #2ecc9a66}.slider-val[data-astro-cid-tj2odhpx]{font-size:1rem;font-weight:700;color:var(--accent);min-width:2.5rem;text-align:right}.calc-divider[data-astro-cid-tj2odhpx]{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.calc-results[data-astro-cid-tj2odhpx]{background:var(--dark);border-radius:12px;padding:1.75rem;border:1px solid rgba(46,204,154,.15)}.calc-results-title[data-astro-cid-tj2odhpx]{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.results-grid[data-astro-cid-tj2odhpx]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem}.result-item[data-astro-cid-tj2odhpx]{text-align:center}.result-value[data-astro-cid-tj2odhpx]{font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:800;line-height:1;margin-bottom:.3rem}.result-value[data-astro-cid-tj2odhpx].accent-green{background:linear-gradient(135deg,#2e8fcc,#2ecc9a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.result-value[data-astro-cid-tj2odhpx].accent-red{color:#f87171}.result-label[data-astro-cid-tj2odhpx]{font-size:.78rem;color:var(--text-muted);line-height:1.4}.result-yearly[data-astro-cid-tj2odhpx]{background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:.9rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.result-yearly-label[data-astro-cid-tj2odhpx]{font-size:.85rem;color:var(--text-muted)}.result-yearly-value[data-astro-cid-tj2odhpx]{font-family:Barlow Condensed,sans-serif;font-size:1.75rem;font-weight:800;color:#f87171}.calc-breakdown[data-astro-cid-tj2odhpx]{margin-top:1.5rem;border-top:1px solid var(--border);padding-top:1.25rem}.calc-breakdown-title[data-astro-cid-tj2odhpx]{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem}.breakdown-row[data-astro-cid-tj2odhpx]{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;font-size:.86rem;border-bottom:1px solid rgba(255,255,255,.04)}.breakdown-row[data-astro-cid-tj2odhpx]:last-child{border-bottom:none}.breakdown-label[data-astro-cid-tj2odhpx]{color:var(--text-muted)}.breakdown-value[data-astro-cid-tj2odhpx]{font-weight:600;color:var(--text)}.breakdown-value[data-astro-cid-tj2odhpx].warn{color:#f87171}.calc-cta-bar[data-astro-cid-tj2odhpx]{margin-top:1.5rem;background:linear-gradient(135deg,#2e8fcc26,#2ecc9a26);border:1px solid rgba(46,204,154,.25);border-radius:10px;padding:1.1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.calc-cta-text[data-astro-cid-tj2odhpx]{font-size:.9rem;color:var(--text);line-height:1.4}.calc-cta-text[data-astro-cid-tj2odhpx] strong[data-astro-cid-tj2odhpx]{color:var(--accent)}.calc-cta-btn[data-astro-cid-tj2odhpx]{background:linear-gradient(135deg,#2e8fcc,#2ecc9a);color:#fff;padding:.65rem 1.4rem;border-radius:7px;font-weight:700;font-size:.88rem;text-decoration:none;white-space:nowrap;transition:opacity .2s,transform .2s;flex-shrink:0}.calc-cta-btn[data-astro-cid-tj2odhpx]:hover{opacity:.9;transform:translateY(-1px)}.error-cost-grid[data-astro-cid-tj2odhpx]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.error-cost-card[data-astro-cid-tj2odhpx]{background:#fff;border:1px solid var(--article-border);border-radius:10px;padding:1.25rem;position:relative;overflow:hidden}.error-cost-card[data-astro-cid-tj2odhpx]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.error-cost-card[data-astro-cid-tj2odhpx].red:before{background:#ef4444}.error-cost-card[data-astro-cid-tj2odhpx].yellow:before{background:#f59e0b}.error-cost-card[data-astro-cid-tj2odhpx].blue:before{background:#3b82f6}.error-cost-card[data-astro-cid-tj2odhpx] .card-icon[data-astro-cid-tj2odhpx]{font-size:1.5rem;margin-bottom:.5rem}.error-cost-card[data-astro-cid-tj2odhpx] h4[data-astro-cid-tj2odhpx]{font-size:.9rem;font-weight:700;color:var(--article-heading);margin-bottom:.35rem}.error-cost-card[data-astro-cid-tj2odhpx] p[data-astro-cid-tj2odhpx]{font-size:.82rem;color:var(--article-muted);line-height:1.5;margin-bottom:0}@media(max-width:700px){.calc-grid[data-astro-cid-tj2odhpx]{grid-template-columns:1fr}.results-grid[data-astro-cid-tj2odhpx]{grid-template-columns:1fr 1fr}.results-grid[data-astro-cid-tj2odhpx] .result-item[data-astro-cid-tj2odhpx]:last-child{grid-column:1 / -1}}
