/* ===== VCL — animação/ajustes (camada extra, reversível) ===== */

/* barra de progresso do scroll (topo) */
#vcl-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;background:transparent;pointer-events:none}
#vcl-progress-fill{height:100%;width:0;
  background:linear-gradient(90deg,#ff2a2a,#cc0000);
  box-shadow:0 0 10px rgba(204,0,0,.55);transition:width .12s linear}

/* ocupar a tela toda: impede arrastar pro lado no celular (vazamento horizontal) */
html, body{ overflow-x:hidden !important; max-width:100% !important }
#root{ overflow-x:hidden }
