.calculator-shell{--navy:#072c42;--accent:#71c368;--off:#f9f8f6;--hair:#f9f8f633;--hair-strong:#f9f8f657;--ink-dim:#f9f8f6b8;--s--1:clamp(.8125rem, .79rem + .12vw, .875rem);--s-0:clamp(1rem, .96rem + .2vw, 1.0625rem);--s-1:clamp(1.125rem, 1.06rem + .32vw, 1.3125rem);--s-2:clamp(1.375rem, 1.24rem + .66vw, 1.75rem);--s-3:clamp(1.75rem, 1.4rem + 1.6vw, 2.75rem);background:var(--navy);color:var(--navy);font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif;font-size:var(--s-0);-webkit-font-smoothing:antialiased;padding:clamp(20px,5vw,64px);line-height:1.6}.calculator-shell.calc-sales{--accent:#71c368;background:var(--navy)}.calculator-shell.calc-lettings{--accent:#40bcba;background:var(--navy)}.calculator-shell *,.calculator-shell :before,.calculator-shell :after{box-sizing:border-box}.calculator-shell h2,.calculator-shell p{margin:0}.calculator-shell :focus-visible{outline:3px solid var(--accent);outline-offset:3px;border-radius:6px}.calculator-shell .calc{background:var(--navy);max-width:1100px;color:var(--off);border:1.5px solid var(--accent);border-radius:24px;margin-inline:auto;padding:clamp(24px,4vw,52px)}.calculator-shell .calc-head h2{color:#fff;font-size:var(--s-2);max-width:22ch}.calculator-shell .calc-head .sub{font-size:var(--s--1);color:var(--ink-dim);max-width:56ch;margin-top:10px;line-height:1.6}.calculator-shell .grid{grid-template-columns:1fr;align-items:start;gap:clamp(28px,4vw,56px);margin-top:30px;display:grid}@media (min-width:860px){.calculator-shell .grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.calculator-shell .field{margin-bottom:28px}.calculator-shell .field:last-child{margin-bottom:0}.calculator-shell .field label,.calculator-shell .field .lbl{font-size:var(--s--1);color:#f9f8f6eb;margin-bottom:8px;font-weight:700;display:block}.calculator-shell .field .val{font-size:var(--s-2);color:var(--accent);letter-spacing:-.035em;margin-bottom:14px;font-weight:800;display:block}.calculator-shell .field .hint{color:#f9f8f694;margin-top:10px;font-size:.78rem;line-height:1.5;display:block}.calculator-shell input[type=range]{appearance:none;background:0 0;width:100%;margin:0}.calculator-shell input[type=range]::-webkit-slider-runnable-track{background:var(--hair-strong);border-radius:4px;height:4px}.calculator-shell input[type=range]::-moz-range-track{background:var(--hair-strong);border-radius:4px;height:4px}.calculator-shell input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);border:3px solid var(--navy);cursor:grab;border-radius:50%;width:26px;height:26px;margin-top:-11px}.calculator-shell input[type=range]::-moz-range-thumb{background:var(--accent);border:3px solid var(--navy);cursor:grab;border-radius:50%;width:20px;height:20px}.calculator-shell .pills{flex-wrap:wrap;gap:8px;display:flex}.calculator-shell .pills button{font:inherit;font-size:var(--s--1);color:var(--off);border:1.5px solid var(--hair-strong);cursor:pointer;background:0 0;border-radius:100px;padding:10px 18px;font-weight:700}.calculator-shell .pills button[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--navy)}.calculator-shell .result{border-top:1px solid var(--hair)}.calculator-shell .row{border-bottom:1px solid var(--hair);justify-content:space-between;align-items:baseline;gap:20px;padding:15px 0;display:flex}.calculator-shell .row .k{font-size:var(--s--1);color:var(--ink-dim);max-width:24ch;line-height:1.4}.calculator-shell .row .v{font-size:var(--s-1);white-space:nowrap;font-weight:700}.calculator-shell .row--keep{border-bottom:0;align-items:center;padding-top:24px}.calculator-shell .row--keep .k{color:#fff;font-weight:700;font-size:var(--s-0);max-width:14ch}.calculator-shell .row--keep .v{font-size:var(--s-3);color:var(--accent);letter-spacing:-.04em}.calculator-shell .caveat{border-left:2px solid var(--accent);color:#f9f8f6c7;max-width:46ch;margin-top:18px;padding-left:14px;font-size:.8rem;line-height:1.6}.calculator-shell details{border-top:1px solid var(--hair);margin-top:22px;padding-top:16px}.calculator-shell summary{font-size:var(--s--1);cursor:pointer;color:#f9f8f6e6;font-weight:700;list-style:none}.calculator-shell summary::-webkit-details-marker{display:none}.calculator-shell summary:after{content:" +";color:var(--accent)}.calculator-shell details[open] summary:after{content:" –"}.calculator-shell details p{color:#f9f8f69e;max-width:60ch;margin-top:12px;font-size:.8rem;line-height:1.65}.calculator-shell .cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:32px;display:flex}.calculator-shell .fine-inline{font-size:var(--s--1);color:var(--ink-dim);margin-top:24px}.calculator-shell .btn{font:inherit;font-weight:700;font-size:var(--s-0);background:var(--accent);color:var(--navy);cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;padding:16px 32px;text-decoration:none;display:inline-flex}.calculator-shell .cta .fine{font-size:var(--s--1);color:var(--ink-dim)}@media (prefers-reduced-motion:reduce){.calculator-shell *{transition:none!important;animation:none!important}}
