/* Fixes generales para pantalla azul, stacking y viewport en /ar */
html, body { height:100%; background:transparent !important; }
body.page-template, body.et_divi_theme { overflow:hidden; }
.pp-ar-root { position:fixed; inset:0; width:100vw; height:100vh; z-index:1; background:transparent; }
.pp-ar-diag { position:fixed; bottom:0; left:0; right:0; font:12px/1.4 system-ui,-apple-system,Segoe UI,Roboto,sans-serif; background:rgba(0,0,0,.6); color:#fff; padding:8px 10px; z-index:2147483000; }
@supports (-webkit-touch-callout: none) { .pp-ar-root { height:-webkit-fill-available; } }