/* v431: continuous chart scaling with a clean SCALPY zoom control. */
#screenerWorkspace .screener-chart-size-control{display:grid;grid-template-columns:auto minmax(96px,1fr) auto;align-items:center;gap:clamp(8px,.48vw,12px);min-width:clamp(190px,13vw,278px);height:clamp(38px,1.1vw,44px);padding:0 clamp(9px,.55vw,13px);border:1px solid #293a51;border-radius:5px;background:#0b1523;color:#8094b2}
#screenerWorkspace .screener-chart-size-icon{display:grid;place-items:center;width:18px;height:18px;color:#ffb000;filter:drop-shadow(0 0 5px rgba(255,176,0,.2))}
#screenerWorkspace .screener-chart-size-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
#screenerWorkspace .screener-chart-size-control input[type=range]{appearance:none;-webkit-appearance:none;width:100%;height:4px;margin:0;border:0;border-radius:99px;background:#263348;outline:0;cursor:pointer}
#screenerWorkspace .screener-chart-size-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:17px;height:17px;border:2px solid #fff;border-radius:50%;background:#ffb000;box-shadow:0 0 12px rgba(255,176,0,.35)}
#screenerWorkspace .screener-chart-size-control input[type=range]::-moz-range-thumb{width:17px;height:17px;border:2px solid #fff;border-radius:50%;background:#ffb000;box-shadow:0 0 12px rgba(255,176,0,.35)}
#screenerWorkspace .screener-chart-size-control output{min-width:35px;color:#ffb000;text-align:right;font:900 clamp(9px,.29vw,11px) Arial,Helvetica,sans-serif;letter-spacing:.08em}
#screenerWorkspace .screener-chart-size-control:focus-within{border-color:#ae7b08;box-shadow:0 0 0 1px rgba(255,176,0,.14)}
#screenerWorkspace .screener-grid .screener-card{height:var(--screener-card-height,clamp(260px,21vw,390px))!important}
@media(max-width:700px){#screenerWorkspace .screener-chart-size-control{order:5;min-width:0;width:min(100%,290px);height:38px}#screenerWorkspace .screener-chart-size-control output{font-size:10px}}
