
          /* overflow:hidden is GEEN detail: #ucSel verduistert alles buiten het
             kader met een box-shadow van 9999px. Zonder klip loopt die schaduw
             over de hele PAGINA — knoppen, labels en tekst ogen dan uitgegrijsd
             terwijl ze gewoon werken (een schaduw vangt geen klikken). Zo stond
             het ook in bijsnijden bij Beeld en PDF; .lcm-stage in info.html had
             het wel goed. */
          #ucStage{ position:relative; display:inline-block; max-width:100%; line-height:0; touch-action:none; -webkit-user-select:none; user-select:none; overflow:hidden; border-radius:10px; }
          #ucCanvas{ max-width:100%; display:block; border-radius:10px; border:1px solid #e5e9f0; background:#0b1220; }
          #ucSel{ position:absolute; border:2px solid #1e5a9e; box-shadow:0 0 0 9999px rgba(15,23,42,.5); box-sizing:border-box; cursor:move; display:none; }
          #ucSel .uch{ position:absolute; width:14px; height:14px; background:#fff; border:2px solid #1e5a9e; border-radius:50%; box-sizing:border-box; }
          #ucSel .uch[data-h="nw"]{ left:-8px; top:-8px; cursor:nwse-resize; }
          #ucSel .uch[data-h="ne"]{ right:-8px; top:-8px; cursor:nesw-resize; }
          #ucSel .uch[data-h="sw"]{ left:-8px; bottom:-8px; cursor:nesw-resize; }
          #ucSel .uch[data-h="se"]{ right:-8px; bottom:-8px; cursor:nwse-resize; }
        