/* Heeler calculator workspace. Presentation only; protected results stay untouched. */
body.calculator-storefront{
  --calc-paper:var(--sf-paper,#fff);--calc-ink:var(--sf-ink,#172014);
  --calc-muted:var(--sf-muted,#5d685b);--calc-line:var(--sf-line,#d9dfd3);
  --calc-green:var(--sf-green-dark,#315d22);--calc-tint:#f0f6e8;
  --orange:var(--calc-green);--orange2:var(--calc-green);--text:var(--calc-ink);
  background:#f7f8f4;line-height:1.5;
}
html body.calculator-storefront .calc-workspace-heading{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,480px);gap:36px;align-items:center;
  width:min(1240px,calc(100% - 40px));margin:0 auto;padding:32px 0 28px;color:var(--calc-ink);
}
.calc-heading-copy{min-width:0}
html body.calculator-storefront .calc-eyebrow{margin:0 0 7px;color:var(--calc-green);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
html body.calculator-storefront .calc-workspace-heading h1{margin:0 0 10px;font-family:Arial,Helvetica,sans-serif;font-size:clamp(27px,3vw,36px);font-weight:750;letter-spacing:-1.1px;line-height:1.15;color:var(--calc-ink);white-space:normal}
html body.calculator-storefront .calc-heading-copy>p:last-child{max-width:550px;margin:0;font-size:15px;line-height:1.55;color:var(--calc-muted)}
html body.calculator-storefront .heeler-calc-modes{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:6px;margin:0;border:1px solid var(--calc-line);border-radius:14px;background:#fff}
html body.calculator-storefront .heeler-calc-mode{position:relative;display:grid;gap:3px;align-content:start;padding:12px;border:1px solid transparent;border-radius:9px;color:var(--calc-muted);text-decoration:none;background:transparent;min-width:0}
html body.calculator-storefront .heeler-calc-mode .calc-mode-tag{font-size:11px;line-height:1.4;font-weight:750;letter-spacing:.04em;text-transform:uppercase;color:var(--calc-muted)}
html body.calculator-storefront .heeler-calc-mode strong{color:var(--calc-ink);font-size:14px;line-height:1.3}
html body.calculator-storefront .heeler-calc-mode>span:last-child{font-size:12px;line-height:1.45}
html body.calculator-storefront .heeler-calc-mode.active{background:var(--calc-tint);border-color:#94b576}
html body.calculator-storefront .heeler-calc-mode.active .calc-mode-tag{color:var(--calc-green)}
html body.calculator-storefront .heeler-calc-mode.active:after{position:absolute;right:10px;top:9px;content:'✓';color:var(--calc-green);font-weight:800}
html body.calculator-storefront .heeler-calc-mode:hover{border-color:#94b576}

/* One aligned workspace, one document scrollbar. No calculated fixed positioning. */
html body.calculator-storefront .pc-workspace{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(330px,370px)!important;gap:24px!important;align-items:start!important;width:min(1240px,calc(100% - 40px))!important;max-width:1240px!important;margin:0 auto!important;padding:0 0 48px!important;overflow:visible!important;--calc-header-offset:140px}
html body.calculator-storefront .pc-workspace-main{min-width:0;overflow:visible!important}
html body.calculator-storefront .pc-workspace-rail{min-width:0!important;position:static!important;align-self:start!important;min-height:0!important}
html body.calculator-storefront .pc-workspace-rail.can-stick{position:sticky!important;top:var(--calc-header-offset)!important}
html body.calculator-storefront .pc-workspace #calculator{display:block;max-width:none;width:100%;padding:0;margin:0;scroll-margin-top:calc(var(--calc-header-offset) + 12px);overflow:visible}
html body.calculator-storefront .pc-workspace #calculator>.panel{border:0!important;background:transparent!important;border-radius:0;box-shadow:none!important;padding:0;overflow:visible}
html body.calculator-storefront .pc-workspace .results{position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%!important;max-height:none!important;height:auto!important;overflow:visible!important;overscroll-behavior:auto!important;border:1px solid var(--calc-line)!important;border-radius:16px;background:var(--calc-paper)!important;box-shadow:0 4px 16px #23341d06!important;padding:0!important;scroll-margin-top:var(--calc-header-offset)}
html body.calculator-storefront .pc-workspace .rs-tool-head{position:sticky;top:var(--calc-header-offset);z-index:3;margin:0 0 16px;padding:0 0 4px;background:#f7f8f4;border:0;max-width:none}
html body.calculator-storefront .rs-pill-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;padding:5px;border:1px solid var(--calc-line);border-radius:12px;background:#fff}
html body.calculator-storefront .rs-pill{display:flex;align-items:center;gap:9px;min-height:58px!important;padding:9px!important;background:transparent!important;color:var(--calc-muted)!important;border:1px solid transparent!important;border-radius:8px!important;font:inherit;text-align:left;white-space:normal;cursor:pointer;box-shadow:none!important;transform:none!important;opacity:1!important}
html body.calculator-storefront .rs-pill strong{display:grid;place-items:center;width:26px;height:26px;flex:0 0 26px;border:1px solid var(--calc-line);border-radius:50%;background:#fff;color:var(--calc-muted);font-size:12px;font-weight:700}
html body.calculator-storefront .rs-pill b{display:block;font-size:13px;line-height:1.25;color:inherit;font-weight:700}
html body.calculator-storefront .rs-pill small{display:block;font-size:11px;line-height:1.35;margin-top:3px;color:var(--calc-muted)}
html body.calculator-storefront .rs-pill.current{background:var(--calc-tint)!important;border-color:#b5cba1!important;color:var(--calc-green)!important}
html body.calculator-storefront .rs-pill.current strong{background:var(--calc-green);border-color:var(--calc-green);color:#fff}
html body.calculator-storefront .rs-pill.done:not(.current) strong{color:var(--calc-green);background:var(--calc-tint);border-color:#b5cba1}
html body.calculator-storefront .rs-pill:hover{border-color:#b5cba1!important}
html body.calculator-storefront .pc-step-nextline{margin:8px 2px 0;padding:0;border:0;background:transparent;color:var(--calc-muted);font-size:12px;line-height:1.45;font-weight:400}

/* Four decision cards, with quiet section hierarchy and readable choices. */
html body.calculator-storefront #calculator .pc-guided-step{position:relative!important;margin:0 0 18px!important;padding:22px!important;background:#fff!important;border:1px solid var(--calc-line)!important;border-radius:14px!important;box-shadow:0 3px 12px #23341d04!important;overflow:visible!important;scroll-margin-top:var(--calc-stage-offset,240px)}
html body.calculator-storefront #calculator .pc-guided-step.is-current{border-color:#97b97c!important;box-shadow:0 0 0 1px #97b97c20!important}
html body.calculator-storefront #calculator .pc-step-kicker{display:flex;align-items:center;gap:9px;margin:0 0 12px!important;padding:0!important;border:0!important;background:transparent!important;letter-spacing:0;font-size:12px;line-height:1.3;text-transform:none}
html body.calculator-storefront #calculator .pc-step-number{display:grid;place-items:center;width:24px!important;height:24px!important;flex:0 0 24px!important;min-width:0;border:0!important;border-radius:7px;background:var(--calc-tint)!important;color:var(--calc-green)!important;font-size:12px!important;font-weight:700;box-shadow:none!important}
html body.calculator-storefront #calculator .pc-step-number:after{display:none!important}
html body.calculator-storefront #calculator .pc-step-name{color:var(--calc-green)!important;font-size:12px!important;letter-spacing:.01em;text-transform:none;font-weight:700}
html body.calculator-storefront #calculator .pc-step-state{display:none!important}
html body.calculator-storefront #calculator .pc-guided-step :is(h2,h3){margin:0 0 7px!important;font-family:Arial,Helvetica,sans-serif;font-size:23px!important;font-weight:700;line-height:1.25!important;letter-spacing:-.45px;color:var(--calc-ink)!important}
html body.calculator-storefront #calculator .pc-guided-step>p{font-size:14px!important;line-height:1.55!important;margin:0!important;color:var(--calc-muted)!important;max-width:660px}
html body.calculator-storefront #calculator :is(.pc-mode-choices,.pc-battery-type,.pc-inverter-choices,.pc-autonomy-choices,.recharge-chips,.drive-rates,.pc-solar-quick,.pc-battery-quick){gap:10px!important;margin-top:16px}
html body.calculator-storefront #calculator :is(.pc-mode-choice,.pc-battery-type button,.pc-battery-quick button,.pc-autonomy-choice,.recharge-chip,.drive-rate,.pc-solar-quick button,.pc-inverter-choice){position:relative;min-width:0;min-height:48px;padding:12px!important;border:1px solid #cbd4c5!important;border-radius:10px!important;background:#fff!important;color:var(--calc-ink)!important;font-size:14px!important;font-weight:600!important;line-height:1.4;cursor:pointer;box-shadow:none!important;transform:none!important;opacity:1!important;transition:background-color .12s,border-color .12s}
html body.calculator-storefront #calculator :is(.pc-mode-choice,.pc-battery-type button,.pc-autonomy-choice,.recharge-chip,.pc-inverter-choice):after{display:none!important}
html body.calculator-storefront #calculator :is(.pc-mode-choice,.pc-inverter-choice){min-height:90px;padding:14px 16px!important;text-align:left}
html body.calculator-storefront #calculator :is(.pc-mode-choice,.pc-battery-type button,.pc-inverter-choice,.recharge-chip) :is(b,span){font-size:14px!important;color:var(--calc-ink)!important;line-height:1.4;font-weight:700!important}
html body.calculator-storefront #calculator :is(.pc-mode-choice,.pc-battery-type button,.pc-inverter-choice,.recharge-chip) small{display:block;margin-top:5px;color:var(--calc-muted)!important;font-size:12px!important;font-weight:400!important;line-height:1.45!important}
html body.calculator-storefront #calculator :is(.pc-mode-choice,.pc-battery-type button,.pc-battery-quick button,.pc-autonomy-choice,.recharge-chip,.drive-rate,.pc-solar-quick button,.pc-inverter-choice).on{border-color:#789c5a!important;background:var(--calc-tint)!important;box-shadow:inset 3px 0 0 var(--calc-green)!important;color:var(--calc-green)!important}
html body.calculator-storefront #calculator :is(.pc-mode-choice,.pc-battery-type button,.pc-autonomy-choice,.recharge-chip,.drive-rate,.pc-inverter-choice):hover{border-color:#789c5a!important;background:#f8fbf4!important}
html body.calculator-storefront #calculator :is(.pc-chemistry,.pc-existing,.pc-battery-custom-wrap,.pc-solar-plan,.drive-planner,.pc-inverter-use){margin-top:18px;padding:16px;border:1px solid var(--calc-line)!important;background:#fafbf8!important;border-radius:10px;box-shadow:none!important;color:var(--calc-ink)!important}
html body.calculator-storefront #calculator .pc-inverter-use{margin:0 0 12px!important}
html body.calculator-storefront #calculator :is(.pc-chemistry,.pc-existing-block)>label,html body.calculator-storefront #calculator :is(.pc-battery-custom-label,.drive-rate-label,.pc-inverter-use .kicker){color:var(--calc-muted)!important;font-size:12px!important;line-height:1.5;font-weight:700!important;letter-spacing:0!important;text-transform:none!important}
html body.calculator-storefront #calculator :is(.pc-chemistry-note,.pc-autonomy-note,.pc-solar-live,.drive-solar-change,.pc-inverter-current){background:var(--calc-tint)!important;border:0!important;border-radius:8px;color:#4d5b45!important;font-size:12px!important;line-height:1.55!important;padding:12px!important;margin-top:12px}
html body.calculator-storefront #calculator :is(.pc-chemistry-note,.pc-autonomy-note,.pc-solar-live,.drive-solar-change,.pc-inverter-current) b{color:var(--calc-green)!important}
html body.calculator-storefront #calculator :is(.pc-autonomy-custom,.pc-solar-custom,.pc-battery-custom){color:var(--calc-ink);background:#fff;border-color:#cbd4c5!important}
html body.calculator-storefront #calculator .pc-autonomy-custom{display:grid;grid-template-columns:1fr;gap:0;text-align:left;padding:7px 10px;min-width:0}
html body.calculator-storefront #calculator .pc-autonomy-custom input{height:27px!important;padding:0!important;border:0!important;font-size:16px!important;background:transparent!important}
html body.calculator-storefront #calculator .pc-autonomy-custom span{color:var(--calc-muted);font-size:11px}
html body.calculator-storefront #calculator :is(input:not([type=checkbox]):not([type=range]),select){min-width:0;max-width:100%;color:var(--calc-ink)!important;background:#fff!important;border-color:#b8c5ae!important;font-size:16px!important;line-height:1.3;accent-color:var(--calc-green)}
html body.calculator-storefront #calculator :is(input,select)::placeholder{color:#687561!important;opacity:1}
html body.calculator-storefront #calculator :is(.pc-solar-plan,.drive-planner,.pc-inverter-use) :is(strong,h3){color:var(--calc-ink)!important;font-size:16px;line-height:1.35}
html body.calculator-storefront #calculator :is(.pc-solar-plan,.drive-planner,.pc-inverter-use) :is(p,small){color:var(--calc-muted)!important;font-size:12px!important;line-height:1.5!important}
html body.calculator-storefront #calculator :is(.drive-live-card,.drive-hours-value){border-color:var(--calc-line)!important;background:#fff!important;color:var(--calc-green)!important}
html body.calculator-storefront #calculator .drive-live-card span{color:var(--calc-muted)!important;font-size:12px}
html body.calculator-storefront #calculator .drive-live-card strong{color:var(--calc-green)!important;font-size:22px}
html body.calculator-storefront #calculator .recharge-selected{margin-top:12px;color:var(--calc-muted)!important;font-size:12px!important}
html body.calculator-storefront #calculator .calc-advanced{margin:14px 0 0!important;border:1px solid var(--calc-line)!important;border-radius:8px;background:#fff!important}
html body.calculator-storefront #calculator .calc-advanced>summary{padding:12px;background:#fff!important;color:var(--calc-green)!important;font-size:13px!important;cursor:pointer}

/* The existing load chooser and its editable tray are the same interactive controls. */
html body.calculator-storefront #calculator #calculator-step-2{margin-bottom:0!important;border-radius:14px 14px 0 0!important;border-bottom:0!important;padding:22px!important}
html body.calculator-storefront #calculator #calculator-step-2 .pc-step-kicker{margin:0 0 12px!important;padding:0!important}
html body.calculator-storefront #calculator #calculator-step-2 h2{font-size:23px!important;line-height:1.25!important;margin-bottom:7px!important}
html body.calculator-storefront #calculator #calculator-step-2 p{font-size:14px!important;line-height:1.55!important;color:var(--calc-muted)!important}
html body.calculator-storefront #calculator .pc-load-tray{margin:0 0 12px!important;border:1px solid var(--calc-line)!important;border-top:0!important;border-radius:0 0 14px 14px!important;background:#fff!important;overflow:hidden}
html body.calculator-storefront #calculator .pc-load-tray-head{padding:12px 145px 12px 20px!important;border-color:var(--calc-line)!important;background:#f8faf5!important;flex-wrap:wrap;gap:5px 10px}
html body.calculator-storefront #calculator .pc-load-tray-head strong{font-size:12px;color:var(--calc-muted);font-weight:600}
html body.calculator-storefront #calculator .pc-load-tray-summary{font-size:12px;color:var(--calc-green);font-weight:700}
html body.calculator-storefront #calculator .pc-selected-empty{padding:23px 20px;color:var(--calc-muted);font-size:14px;line-height:1.5;text-align:left}
html body.calculator-storefront #calculator .pc-selected-row{grid-template-columns:minmax(120px,1fr) 118px 118px 95px 34px!important;gap:10px!important;padding:16px!important;border-color:var(--calc-line)!important;background:#fff!important}
html body.calculator-storefront #calculator .pc-selected-name b{white-space:normal;color:var(--calc-ink)!important;font-size:15px!important;line-height:1.4!important;letter-spacing:0}
html body.calculator-storefront #calculator .pc-selected-name small{color:var(--calc-muted)!important;font-size:11px!important;font-weight:400}
html body.calculator-storefront #calculator .pc-selected-field>span{color:var(--calc-muted)!important;font-size:11px!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important}
html body.calculator-storefront #calculator .pc-inline-stepper{grid-template-columns:30px minmax(40px,1fr) 30px;border-color:#b8c5ae;background:#fff;height:44px}
html body.calculator-storefront #calculator .pc-inline-stepper button{background:#f0f4eb;color:var(--calc-green);font-size:18px}
html body.calculator-storefront #calculator .pc-inline-stepper input{background:#fff!important;color:var(--calc-ink)!important;font-weight:600!important;font-size:16px!important}
html body.calculator-storefront #calculator .pc-selected-wh{background:var(--calc-tint);border:0;color:var(--calc-green);font-size:12px!important;line-height:1.3;white-space:normal;text-align:center}
html body.calculator-storefront #calculator :is(.pc-selected-remove,.pc-tray-collapse,.pc-load-sheet-close){color:var(--calc-muted)!important;background:#fff!important;border-color:var(--calc-line)!important;box-shadow:none!important}
html body.calculator-storefront #calculator .pc-tray-collapse{font-size:10px;min-height:36px}
html body.calculator-storefront #calculator .pc-add-power{background:var(--calc-tint)!important;color:var(--calc-green)!important;border-color:var(--calc-line)!important;min-height:52px;font-size:14px;font-weight:700;letter-spacing:0}
html body.calculator-storefront #calculator .pc-add-plus{background:#fff!important;border-color:#96b779!important;color:var(--calc-green)!important}
html body.calculator-storefront #calculator .pc-load-sheet{background:#17201466;backdrop-filter:blur(2px)}
html body.calculator-storefront #calculator .pc-load-sheet-panel{width:min(720px,100%);background:#fff!important;border-color:var(--calc-line);box-shadow:0 20px 80px #17201430}
html body.calculator-storefront #calculator :is(.pc-load-sheet-head,.pc-load-sheet-foot){padding:18px;border-color:var(--calc-line);background:#fff}
html body.calculator-storefront #calculator .pc-load-sheet-head b{color:var(--calc-ink);font-size:21px}
html body.calculator-storefront #calculator .pc-load-sheet-head small{color:var(--calc-muted);font-size:13px;line-height:1.45}
html body.calculator-storefront #calculator .pc-load-search-wrap{padding:12px 18px}
html body.calculator-storefront #calculator .pc-load-search{height:46px;border-color:#b8c5ae;background:#fff;color:var(--calc-ink);font-size:16px}
html body.calculator-storefront #calculator .pc-load-options{padding:0 18px 18px;gap:10px}
html body.calculator-storefront #calculator .pc-load-option{background:#fff!important;border-color:var(--calc-line)!important;color:var(--calc-ink)!important;min-height:72px;padding:13px 40px 13px 13px}
html body.calculator-storefront #calculator .pc-load-option.on{background:var(--calc-tint)!important;border-color:#789c5a!important;box-shadow:inset 3px 0 0 var(--calc-green)!important}
html body.calculator-storefront #calculator .pc-load-option b{font-size:14px;line-height:1.35}
html body.calculator-storefront #calculator .pc-load-option small{font-size:12px;color:var(--calc-muted);line-height:1.45}
html body.calculator-storefront #calculator .pc-load-option-state{background:#fff;border-color:#aabd9d;color:var(--calc-green)}
html body.calculator-storefront #calculator .pc-load-option.on .pc-load-option-state{background:var(--calc-green);color:#fff;border-color:var(--calc-green)}
html body.calculator-storefront #calculator .pc-load-sheet-count{font-size:13px;color:var(--calc-muted)}
html body.calculator-storefront #calculator .pc-load-done{background:var(--calc-green);color:#fff;border-color:var(--calc-green);font-size:14px;min-height:44px}
html body.calculator-storefront #calculator .calc-step-actions{display:flex;justify-content:flex-end;margin:18px 0 0;gap:10px}
html body.calculator-storefront #calculator>.panel>.calc-step-actions{margin:0 0 24px}
html body.calculator-storefront #calculator .calc-next{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;min-height:44px;border:1px solid var(--calc-green);border-radius:9px;background:var(--calc-green);color:#fff;font:600 14px/1.3 Arial,Helvetica,sans-serif;cursor:pointer}
html body.calculator-storefront #calculator .calc-next:hover{background:#234719}

/* Summary: explicit estimates, supporting notes and the existing report actions. */
html body.calculator-storefront .pc-workspace .pc-rail-label{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px;border-bottom:1px solid var(--calc-line);background:#fff;border-radius:16px 16px 0 0;color:var(--calc-ink);position:static;letter-spacing:0}
.pc-rail-label strong{font-size:16px;font-weight:700}.pc-rail-label small{display:block;margin-top:4px;color:var(--calc-muted);font-size:12px;line-height:1.45}
.calc-live-dot{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#6c9b3f;vertical-align:2px}
html body.calculator-storefront .pc-workspace .pc-rail-reset{min-height:34px;padding:7px 9px;border:1px solid var(--calc-line);border-radius:8px;background:#fff;color:var(--calc-muted);font-size:11px;font-weight:600;cursor:pointer;white-space:nowrap}
html body.calculator-storefront .pc-workspace .result-main{padding:20px!important;border-bottom:1px solid var(--calc-line);background:#fbfcf9}
html body.calculator-storefront .pc-workspace .pc-summary-headline{gap:12px;grid-template-columns:1fr 1fr}
html body.calculator-storefront .pc-workspace .pc-summary-runtime{padding-left:12px;border-color:var(--calc-line)}
html body.calculator-storefront .pc-workspace .result-main span{font-size:11px!important;line-height:1.5!important;font-weight:600;letter-spacing:0!important;color:var(--calc-muted)!important}
html body.calculator-storefront .pc-workspace .result-main strong{font-size:27px!important;font-weight:700;line-height:1.2!important;letter-spacing:-.7px!important;color:var(--calc-green)!important;white-space:normal!important}
html body.calculator-storefront .pc-workspace .pc-summary-runtime small{display:block;font-size:12px;line-height:1.5;color:var(--calc-muted)!important}
html body.calculator-storefront .pc-workspace .result-main>p{display:block!important;font-size:12px!important;line-height:1.5!important;margin:12px 0 0!important;color:var(--calc-muted)!important}
html body.calculator-storefront .pc-workspace .pc-direction-summary{margin:0!important;padding:0 20px!important;background:#fff;border:0}
html body.calculator-storefront .pc-workspace .pc-direction-summary-head{padding:16px 0 4px;color:var(--calc-ink)!important;font-size:13px;text-transform:none;letter-spacing:0;font-weight:700}
html body.calculator-storefront .pc-workspace .pc-direction-summary-row{grid-template-columns:20px minmax(0,1fr);gap:8px;padding:12px 0;min-height:0;border-color:var(--calc-line)}
html body.calculator-storefront .pc-workspace .pc-direction-status{width:19px;height:19px;font-size:11px;line-height:1}
html body.calculator-storefront .pc-workspace .pc-direction-status.good{color:var(--calc-green);border-color:#bad0a8;background:var(--calc-tint)}
html body.calculator-storefront .pc-workspace .pc-direction-status.neutral{color:var(--calc-muted);border-color:var(--calc-line);background:#f5f7f1}
html body.calculator-storefront .pc-workspace .pc-direction-status.warn{color:#80550a;border-color:#d8bd83;background:#fff5dd}
html body.calculator-storefront .pc-workspace .pc-direction-copy span{font-size:11px!important;color:var(--calc-muted)!important;font-weight:500}
html body.calculator-storefront .pc-workspace .pc-direction-copy b{font-size:14px!important;line-height:1.4!important;color:var(--calc-ink)!important;font-weight:650}
html body.calculator-storefront .pc-workspace .pc-direction-summary-row.warn .pc-direction-copy b{color:#80550a!important}
html body.calculator-storefront .pc-workspace .pc-direction-copy em{font-size:12px!important;line-height:1.5!important;font-weight:400;color:var(--calc-muted)!important}
html body.calculator-storefront .pc-workspace-rail[data-has-loads=false] .pc-direction-summary{display:none!important}
html body.calculator-storefront .pc-workspace .result-grid{display:grid;grid-template-columns:1fr 1fr;margin:16px 20px;gap:12px}
html body.calculator-storefront .pc-workspace .metric{min-height:0!important;padding:0 0 12px!important;border:0!important;border-bottom:1px solid var(--calc-line)!important;background:transparent}
html body.calculator-storefront .pc-workspace .metric span{font-size:11px!important;line-height:1.45;font-weight:600;letter-spacing:0;color:var(--calc-muted)!important;text-transform:none}
html body.calculator-storefront .pc-workspace .metric b{display:block;margin-top:5px;font-size:19px!important;line-height:1.3;color:var(--calc-ink)!important}
html body.calculator-storefront .pc-workspace .metric small{display:block;color:var(--calc-muted)!important;font-size:11px!important;line-height:1.45}
html body.calculator-storefront .pc-workspace :is(.result-details,.direction){display:none!important}
html body.calculator-storefront .pc-workspace .cta{padding:0 20px 18px!important;border:0!important;background:#fff}
html body.calculator-storefront .pc-workspace .cta h3{font-size:15px;color:var(--calc-ink);line-height:1.3}
html body.calculator-storefront .pc-workspace .cta p{font-size:12px!important;line-height:1.5!important;color:var(--calc-muted)!important;margin:6px 0 12px!important}
html body.calculator-storefront .pc-workspace .cta>button{background:var(--calc-green)!important;color:#fff!important;border-color:var(--calc-green)!important;min-height:46px;padding:10px!important;font-size:12px;letter-spacing:0;border-radius:9px}
html body.calculator-storefront .pc-workspace .cta-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
html body.calculator-storefront .pc-workspace .cta-actions button{background:#fff!important;color:var(--calc-green)!important;border-color:var(--calc-line)!important;min-height:42px;padding:9px 5px!important;font-size:11px;letter-spacing:0;border-radius:8px}
html body.calculator-storefront .pc-workspace .disclaimer{display:block!important;padding:0 20px 20px!important;color:var(--calc-muted)!important;font-size:11px;line-height:1.5;border:0}
html body.calculator-storefront .pc-workspace :is(.pc-stay-fit,.pc-stay-fit.good){background:#f4f8ee!important;border-color:#bad0a8!important}
html body.calculator-storefront .pc-workspace :is(.pc-stay-title,.pc-stay-copy,.pc-stay-scale,.pc-stay-kicker){color:var(--calc-muted)!important}
html body.calculator-storefront .pc-workspace .pc-stay-title{color:var(--calc-ink)!important;font-size:14px;line-height:1.4}
html body.calculator-storefront .pc-workspace :is(.pc-stay-fit.short,.pc-stay-fit.close){background:#fff8e8!important;border-color:#d8bd83!important}
html body.calculator-storefront .pc-workspace .pc-stay-icon{background:#fff!important;color:#80550a!important;border-color:#d8bd83!important}
html body.calculator-storefront .pc-workspace .pc-stay-fit.good .pc-stay-icon{color:var(--calc-green)!important;border-color:#bad0a8!important}
.calc-summary-toggle{display:none}
html body.calculator-storefront :is(.calc-workspace-heading,.pc-workspace) :is(button,a,input,select,summary):focus-visible{outline:3px solid #426b2a!important;outline-offset:3px!important;box-shadow:none!important}
html body.calculator-storefront .pc-workspace :is(.pc-autonomy-note.warn,.pc-solar-live.warn){background:#fff8e8!important;color:#80550a!important;border:1px solid #d8bd83!important}
html body.calculator-storefront .pc-workspace :is(.pc-autonomy-note.warn,.pc-solar-live.warn) b{color:#80550a!important}

@media(max-width:1180px){
 html body.calculator-storefront #calculator .pc-selected-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 34px!important}
 html body.calculator-storefront #calculator .pc-selected-name{grid-column:1/3;grid-row:1}
 html body.calculator-storefront #calculator .pc-selected-remove{grid-column:3;grid-row:1/3;align-self:center}
 html body.calculator-storefront #calculator .pc-selected-wh{grid-column:1/3!important;grid-row:3;justify-content:flex-start!important;height:30px!important;padding:0!important}
 html body.calculator-storefront #calculator .pc-inline-stepper{grid-template-columns:36px minmax(40px,1fr) 36px}
}
@media(max-width:1000px){
 html body.calculator-storefront .calc-workspace-heading{grid-template-columns:1fr;gap:22px;padding:24px 0;width:min(760px,calc(100% - 32px))}
 html body.calculator-storefront .heeler-calc-modes{max-width:580px}
 html body.calculator-storefront .pc-workspace{display:flex!important;flex-direction:column;gap:16px!important;width:min(760px,calc(100% - 32px))!important;max-width:760px!important}
 html body.calculator-storefront .pc-workspace-main,html body.calculator-storefront .pc-workspace-rail{width:100%;min-width:0;overflow:visible!important}
 html body.calculator-storefront .pc-workspace-rail{order:-1}
 html body.calculator-storefront .pc-workspace-rail:not(.is-expanded) .results{display:none!important}
 html body.calculator-storefront .calc-summary-toggle{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:14px 16px;background:var(--calc-tint);border:1px solid #bad0a8;border-radius:12px;text-align:left;font:inherit;color:var(--calc-ink);cursor:pointer}
 .calc-summary-toggle strong{display:block;font-size:14px;font-weight:700}.calc-summary-peek{display:block;margin-top:4px;font-size:12px;color:var(--calc-muted);line-height:1.4}.calc-summary-toggle-action{font-size:12px;color:var(--calc-green);font-weight:700;flex-shrink:0}
 html body.calculator-storefront .pc-workspace-rail.is-expanded .results{margin-top:12px}
 html body.calculator-storefront #calculator .pc-battery-type{grid-template-columns:repeat(3,minmax(0,1fr))}
 html body.calculator-storefront #calculator .pc-mode-choices{grid-template-columns:1fr 1fr}
 html body.calculator-storefront #calculator .pc-selected-row{grid-template-columns:minmax(0,1fr) 120px 120px 34px!important}
 html body.calculator-storefront #calculator .pc-selected-name{grid-column:1;grid-row:1/3}
 html body.calculator-storefront #calculator .pc-selected-remove{grid-column:4;grid-row:1/3}
 html body.calculator-storefront #calculator .pc-selected-wh{grid-column:2/4!important;grid-row:2}
}
@media(max-width:650px){
 html body.calculator-storefront .calc-workspace-heading{padding-top:24px;gap:18px}
 html body.calculator-storefront .calc-heading-copy>p:last-child{font-size:14px}
 html body.calculator-storefront .heeler-calc-mode{padding:10px 9px}
 html body.calculator-storefront .heeler-calc-mode strong{font-size:13px}
 html body.calculator-storefront .heeler-calc-mode>span:last-child{font-size:11px}
 html body.calculator-storefront .rs-pill{flex-direction:column;align-items:flex-start;gap:6px;min-height:68px!important;padding:8px 6px!important}
 html body.calculator-storefront .rs-pill b{font-size:11px}
 html body.calculator-storefront .rs-pill small{display:none}
 html body.calculator-storefront .pc-step-nextline{font-size:11px}
 html body.calculator-storefront #calculator .pc-guided-step,html body.calculator-storefront #calculator #calculator-step-2{padding:18px!important}
 html body.calculator-storefront #calculator .pc-guided-step :is(h2,h3),html body.calculator-storefront #calculator #calculator-step-2 h2{font-size:21px!important}
 html body.calculator-storefront #calculator .pc-mode-choices{grid-template-columns:1fr;gap:8px!important}
 html body.calculator-storefront #calculator .pc-mode-choice{min-height:0;padding:13px!important}
 html body.calculator-storefront #calculator .pc-battery-type{grid-template-columns:1fr;gap:8px!important}
 html body.calculator-storefront #calculator .pc-battery-type button{display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;padding:12px!important}
 html body.calculator-storefront #calculator .pc-battery-type button span{font-size:13px!important}
 html body.calculator-storefront #calculator .pc-battery-type button small{margin:0;font-size:11px!important;max-width:100px;text-align:right}
 html body.calculator-storefront #calculator .pc-chemistry{padding:14px;margin-top:16px}
 html body.calculator-storefront #calculator :is(.pc-autonomy-choices,.pc-battery-quick){grid-template-columns:repeat(2,minmax(0,1fr))}
 html body.calculator-storefront #calculator .recharge-chips{grid-template-columns:1fr!important}
 html body.calculator-storefront #calculator .pc-selected-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 30px!important;padding:14px!important;gap:10px!important}
 html body.calculator-storefront #calculator .pc-selected-name{grid-column:1/3;grid-row:1}
 html body.calculator-storefront #calculator .pc-selected-field:nth-of-type(1){grid-column:1;grid-row:2}
 html body.calculator-storefront #calculator .pc-selected-field:nth-of-type(2){grid-column:2;grid-row:2}
 html body.calculator-storefront #calculator .pc-selected-remove{grid-column:3;grid-row:1/3;width:30px!important;min-height:44px}
 html body.calculator-storefront #calculator .pc-selected-wh{grid-column:1/3!important;grid-row:3;background:transparent}
 html body.calculator-storefront #calculator .pc-inline-stepper{grid-template-columns:28px minmax(34px,1fr) 28px}
 html body.calculator-storefront #calculator .pc-load-tray-head{padding:12px 114px 12px 16px!important}
 html body.calculator-storefront #calculator .pc-tray-collapse{min-width:95px;font-size:9px!important;right:9px;padding:0 5px}
 html body.calculator-storefront #calculator .pc-load-sheet-panel{max-height:85dvh}
 html body.calculator-storefront #calculator .pc-load-options{grid-template-columns:1fr;padding:0 16px 16px}
 html body.calculator-storefront #calculator .pc-load-sheet-head small{font-size:12px}
 html body.calculator-storefront #calculator .calc-next{width:100%}
 html body.calculator-storefront .calc-summary-toggle{padding:13px;gap:12px}.calc-summary-toggle-action{max-width:85px;text-align:right;line-height:1.4}
}
@media(prefers-reduced-motion:reduce){html body.calculator-storefront .pc-workspace *,html body.calculator-storefront .heeler-calc-mode{transition:none!important;scroll-behavior:auto!important}}
@media print{.calc-summary-toggle,.calc-step-actions,.heeler-calc-modes{display:none!important}html body.calculator-storefront .pc-workspace{display:block!important}html body.calculator-storefront .pc-workspace-rail .results{display:block!important}}

/* Existing saved-plan controls belong to the workspace, not the global navigation. */
html body.calculator-storefront .calc-workspace-tools{margin-top:12px}
html body.calculator-storefront .calc-workspace-tools .saved-plans-button{padding:7px 12px;min-height:36px;background:#fff;color:var(--calc-green);border:1px solid var(--calc-line);border-radius:8px;font-size:13px;font-weight:600;letter-spacing:0}
html body.calculator-storefront .saved-plans-dialog{background:#fff;color:var(--calc-ink);border:1px solid var(--calc-line);box-shadow:0 16px 60px #17201426}
html body.calculator-storefront .saved-plans-dialog::backdrop{background:#17201470}
html body.calculator-storefront .saved-plans-dialog :is(.saved-plans-head,.saved-plans-save){border-color:var(--calc-line)}
html body.calculator-storefront .saved-plans-dialog :is(p,small,.saved-plans-empty){color:var(--calc-muted);font-size:13px;white-space:normal}
html body.calculator-storefront .saved-plans-dialog :is(input,.saved-plans-close){background:#fff;border-color:#a9b4a1;color:var(--calc-ink);font-size:16px}
html body.calculator-storefront .saved-plans-save button{background:var(--calc-green);border-color:var(--calc-green);color:#fff;font-size:12px;min-height:44px}
html body.calculator-storefront .saved-plan{background:#f7f9f4;border-color:var(--calc-line);font-size:14px}
html body.calculator-storefront .saved-plan button{background:#fff;border-color:#a9b4a1;color:var(--calc-green);min-height:44px}
html body.calculator-storefront .saved-plan button.delete{color:#8a3333;border-color:#dcc3c3}
html body.calculator-storefront .saved-plans-dialog :is(button,input):focus-visible{outline:3px solid var(--calc-green);outline-offset:3px}
html body.calculator-storefront .pc-workspace .hb-match{width:100%!important;max-width:none;margin:24px 0 0;}
html body.calculator-storefront .pc-workspace .hb-head{padding:20px;border-radius:14px;box-shadow:none}
html body.calculator-storefront .pc-workspace .hb-head h3{font-size:23px;letter-spacing:-.4px}
html body.calculator-storefront .pc-workspace .hb-head p{font-size:14px;line-height:1.5}
html body.calculator-storefront .pc-workspace .hb-policy{font-size:12px;line-height:1.55}

html body.calculator-storefront #calculator .recharge-selected b{color:var(--calc-green)!important}
html body.calculator-storefront .pc-workspace .calc-summary-details{margin:0;padding:0 20px;border:0;border-top:1px solid var(--calc-line);border-bottom:1px solid var(--calc-line);border-radius:0;background:#fff}
html body.calculator-storefront .pc-workspace .calc-summary-details>summary{padding:13px 0;cursor:pointer;font-size:13px;font-weight:650;color:var(--calc-green);list-style:revert}
html body.calculator-storefront .pc-workspace .calc-summary-details.has-warning>summary{color:#79591e}
html body.calculator-storefront .pc-workspace .calc-summary-details .pc-direction-summary{padding:0!important;border:0!important}
html body.calculator-storefront .pc-workspace-rail[data-has-loads="false"] .calc-summary-details{display:none!important}
@media(max-width:1000px){html body.calculator-storefront .pc-workspace .rs-tool-head{position:static;top:auto}}
