/* Lift only the desktop selector; preserve the approved scene geometry. */
@media(min-width:901px){
 :root{--selector-clearance:48px}
 .preview-tabs{bottom:var(--selector-clearance)}
 #tools>.tabs{margin-top:calc(0px - var(--selector-clearance));position:relative;z-index:4;background:var(--ground)}
}
