.calc-page.svelte-qd8jdd{padding-bottom:4rem}.hero-icon.svelte-qd8jdd{border-radius:var(--radius-xl);width:64px;height:64px;color:var(--color-masthead-text);background:#ffffff26;justify-content:center;align-items:center;display:inline-flex}.calc-container.svelte-qd8jdd{z-index:1;max-width:1100px;margin:-2rem auto 0;padding:0 1rem;position:relative}.calc-grid.svelte-qd8jdd{grid-template-columns:360px 1fr;align-items:start;gap:2rem;display:grid}.calc-card.svelte-qd8jdd{background:var(--color-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);padding:2rem}.calc-card.svelte-qd8jdd h2:where(.svelte-qd8jdd){color:var(--color-heading);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.form-group.svelte-qd8jdd{margin-bottom:1.25rem}.form-group.svelte-qd8jdd:last-child{margin-bottom:0}.form-group.svelte-qd8jdd label:where(.svelte-qd8jdd){color:var(--color-gray-700);margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.form-group.svelte-qd8jdd input:where(.svelte-qd8jdd),.form-group.svelte-qd8jdd select:where(.svelte-qd8jdd){border:1px solid var(--color-gray-300);border-radius:var(--radius-md);background:var(--color-surface);width:100%;padding:.7rem .875rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group.svelte-qd8jdd input:where(.svelte-qd8jdd):focus,.form-group.svelte-qd8jdd select:where(.svelte-qd8jdd):focus{border-color:var(--color-primary);box-shadow:var(--focus-ring);outline:none}.results-column.svelte-qd8jdd{flex-direction:column;gap:1.25rem;display:flex}.results-heading.svelte-qd8jdd{color:var(--color-heading);margin-bottom:0;font-size:1.25rem;font-weight:700}.estimate-main.svelte-qd8jdd{background:linear-gradient(135deg, var(--color-primary-50), var(--color-accent-50));border:1px solid var(--color-primary-200);border-radius:var(--radius-xl);text-align:center;padding:2rem}.estimate-label.svelte-qd8jdd{color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.estimate-range.svelte-qd8jdd{justify-content:center;align-items:baseline;gap:.5rem;display:flex}.est-low.svelte-qd8jdd,.est-high.svelte-qd8jdd{color:var(--color-heading);font-size:1.75rem;font-weight:800;font-family:var(--font-heading)}.est-sep.svelte-qd8jdd{color:var(--color-gray-400);font-size:1.5rem}.estimate-mid.svelte-qd8jdd{color:var(--color-gray-600);margin-top:.25rem;font-size:1rem}.range-bar-container.svelte-qd8jdd{margin-top:1.25rem}.range-bar.svelte-qd8jdd{background:var(--color-gray-200);border-radius:var(--radius-full);height:10px;position:relative;overflow:hidden}.range-fill.svelte-qd8jdd{background:linear-gradient(90deg, var(--color-primary-400), var(--color-accent-500));border-radius:var(--radius-full);position:absolute;inset:0}.range-marker.svelte-qd8jdd{background:var(--color-surface);border:3px solid var(--color-primary);width:18px;height:18px;box-shadow:var(--shadow-md);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.range-labels.svelte-qd8jdd{color:var(--color-gray-500);justify-content:space-between;margin-top:.375rem;font-size:.8rem;display:flex}.metrics-row.svelte-qd8jdd{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.metric-card.svelte-qd8jdd{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.metric-icon.svelte-qd8jdd{border-radius:var(--radius-md);background:var(--color-primary-50);width:36px;height:36px;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.metric-content.svelte-qd8jdd{flex-direction:column;min-width:0;display:flex}.metric-label.svelte-qd8jdd{color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.02em;font-size:.75rem;font-weight:600}.metric-value.svelte-qd8jdd{color:var(--color-heading);font-size:1.05rem;font-weight:700;font-family:var(--font-heading)}.metric-value.positive.svelte-qd8jdd{color:var(--color-success)}.metric-value.negative.svelte-qd8jdd{color:var(--color-error)}.comparison-section.svelte-qd8jdd{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.5rem}.comparison-section.svelte-qd8jdd h3:where(.svelte-qd8jdd){color:var(--color-heading);margin-bottom:1rem;font-size:.95rem;font-weight:700}.comparison-bars.svelte-qd8jdd{flex-direction:column;gap:.75rem;display:flex}.comp-row.svelte-qd8jdd{grid-template-columns:120px 1fr 100px;align-items:center;gap:.75rem;display:grid}.comp-label.svelte-qd8jdd{color:var(--color-gray-700);font-size:.85rem;font-weight:500}.comp-bar-track.svelte-qd8jdd{background:var(--color-gray-100);border-radius:var(--radius-full);height:20px;overflow:hidden}.comp-bar.svelte-qd8jdd{border-radius:var(--radius-full);min-width:4px;height:100%;transition:width .4s}.comp-bar.yours.svelte-qd8jdd{background:linear-gradient(90deg, var(--color-primary), var(--color-primary-400))}.comp-bar.avg.svelte-qd8jdd{background:linear-gradient(90deg, var(--color-gray-400), var(--color-gray-300))}.comp-val.svelte-qd8jdd{color:var(--color-heading);text-align:right;font-size:.85rem;font-weight:700}.disclaimer.svelte-qd8jdd{color:var(--color-gray-400);margin:0;font-size:.8rem;line-height:1.5}@media (width<=768px){.calc-grid.svelte-qd8jdd,.metrics-row.svelte-qd8jdd{grid-template-columns:1fr}.comp-row.svelte-qd8jdd{grid-template-columns:80px 1fr 80px}.est-low.svelte-qd8jdd,.est-high.svelte-qd8jdd{font-size:1.35rem}}
