/* ORCA LUME viewport-safe v29.
   Narrow-screen containment for the canonical V72 intelligence panel only.
   The panel is persistent UI, not cinematic scene geometry, so mobile placement
   is locked to the viewport rather than any scene/room coordinate system. */
@media (max-width:760px){
  .nature-browser[data-light-lens="true"] > .orca-lume-intel{
    position:fixed!important;
    left:max(10px,env(safe-area-inset-left))!important;
    right:max(10px,env(safe-area-inset-right))!important;
    top:auto!important;
    bottom:120px!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    box-sizing:border-box!important;
    transform:none!important;
    translate:none!important;
  }
}
