.tabs .tab{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1.15!important}
.stockStatus{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important;min-height:26px}
body:not(.theme-light) .hero,body:not(.theme-light) .nav,body:not(.theme-light) .card{border-color:color-mix(in srgb,var(--accent) 32%,var(--line))!important;box-shadow:inset 0 1px 0 color-mix(in srgb,var(--accent2) 18%,transparent),var(--card-shadow,0 12px 30px rgba(0,0,0,.14))}
body:not(.theme-light) .card{background-color:color-mix(in srgb,var(--panel) 95%,var(--accent) 5%)!important}
body.theme-light .hero,body.theme-light .nav,body.theme-light .card{border-color:color-mix(in srgb,var(--accent) 30%,var(--line))!important;box-shadow:inset 0 1px 0 color-mix(in srgb,var(--accent) 14%,#fff),var(--card-shadow,0 12px 30px rgba(28,44,70,.08))}
body.theme-light .card{background-color:color-mix(in srgb,var(--panel) 97%,var(--accent) 3%)!important}
.tabs .tab.active{border-color:color-mix(in srgb,var(--accent2) 80%,var(--accent))!important;box-shadow:inset 0 -3px 0 var(--accent2),0 8px 20px color-mix(in srgb,var(--accent) 18%,transparent)!important}
.calculatorHeadingRow{display:grid;grid-template-columns:minmax(180px,.72fr) minmax(360px,1.28fr);align-items:start;gap:24px;margin-bottom:18px}.calculatorHeadingRow>h2{margin:0!important}
.helpfulTipPanel{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:92px;padding:15px 14px 15px 16px;overflow:hidden;border:1px solid color-mix(in srgb,var(--accent) 48%,var(--line));border-radius:17px;background:color-mix(in srgb,var(--panel2) 88%,var(--accent) 12%);box-shadow:inset 3px 0 0 var(--accent),inset 0 1px 0 color-mix(in srgb,var(--accent2) 22%,transparent)}
.helpfulTipIcon{display:grid;place-items:center;width:42px;height:42px;border:1px solid color-mix(in srgb,var(--accent) 55%,var(--line));border-radius:13px;color:var(--accent2);background:color-mix(in srgb,var(--accent) 14%,var(--surface-input))}.helpfulTipIcon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.helpfulTipCopy{min-width:0}.helpfulTipLabel{display:block;margin-bottom:3px;color:var(--accent2);font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.helpfulTipCopy strong{display:block;color:var(--text);font-size:.9rem;line-height:1.25}.helpfulTipCopy p{margin:4px 0 0;color:var(--muted);font-size:.78rem;line-height:1.35}.helpfulTipNext{display:inline-flex;align-items:center;gap:5px;align-self:stretch;padding:0 8px;border:0;border-left:1px solid color-mix(in srgb,var(--accent) 25%,var(--line));background:transparent;color:var(--muted);font:inherit;font-size:.68rem;cursor:pointer}.helpfulTipNext:hover,.helpfulTipNext:focus-visible{color:var(--accent2);background:color-mix(in srgb,var(--accent) 8%,transparent);outline:none}.helpfulTipNext svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.helpfulTipNext:hover svg{transform:translateX(2px)}.helpfulTipPanel.tipChanging .helpfulTipCopy{animation:tipReveal .28s ease}@keyframes tipReveal{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
.baseProductionCostLine::before{display:none!important;content:none!important}
@media(max-width:760px){.tabs .tab{min-height:50px!important;padding:10px 6px!important;white-space:normal!important}.stockStatus{padding:6px 9px!important;white-space:normal!important}.calculatorHeadingRow{grid-template-columns:1fr;gap:15px}.helpfulTipPanel{grid-template-columns:38px minmax(0,1fr) auto;min-height:88px;padding:13px 10px 13px 13px;gap:10px}.helpfulTipIcon{width:38px;height:38px}.helpfulTipCopy p{font-size:.75rem}.helpfulTipNext{padding:0 5px}.helpfulTipNext span{display:none}}
@media(prefers-reduced-motion:reduce){.helpfulTipPanel.tipChanging .helpfulTipCopy{animation:none}.helpfulTipNext svg{transition:none}}