/* v432: compact Screener grid — fixed six-pixel rhythm, no market colour stripe. */
#screenerWorkspace .screener-main{padding:6px}
#screenerWorkspace .screener-toolbar{margin-bottom:6px}
#screenerWorkspace .screener-grid{gap:6px}
#screenerWorkspace .screener-card.spot,
#screenerWorkspace .screener-card.futures{box-shadow:none}

/* Keep the desktop filter opener clear of the right edge by exactly 12px. */
@media(min-width:1101px){
  #screenerWorkspace .screener-shell.filters-closed .screener-filter-toggle{
    left:calc(clamp(-44px,-1.7vw,-34px) - 12px)!important;
  }
}
