/* Liga UBL - menú móvil compartido. Solo afecta <=1120px. Escritorio intacto. */
.ubl-shared-mobile-toggle,.ubl-shared-mobile-drawer{display:none}
@media (max-width:1120px){
  .ubl-public-header,.ubl-site-header{position:relative!important}
  .ubl-public-nav,.ubl-site-nav{display:none!important}
  .ubl-public-back,.ubl-site-back{display:none!important}
  .ubl-shared-mobile-toggle{
    display:inline-flex!important;align-items:center;justify-content:center;
    width:48px;height:48px;flex:0 0 48px;margin-left:auto;padding:0;
    border:1px solid rgba(255,255,255,.18);border-radius:14px;
    background:rgba(7,17,31,.72);color:#fff;font-size:29px;line-height:1;
    cursor:pointer;position:relative;z-index:1002;-webkit-tap-highlight-color:transparent
  }
  .ubl-site-header .ubl-shared-mobile-toggle{background:#07152f}
  .ubl-shared-mobile-toggle:active{transform:scale(.97)}
  .ubl-shared-mobile-drawer{display:block;position:fixed;inset:0;z-index:5000;visibility:hidden;pointer-events:none}
  .ubl-shared-mobile-drawer.is-open{visibility:visible;pointer-events:auto}
  .ubl-shared-mobile-backdrop{position:absolute;inset:0;background:rgba(2,8,23,.66);opacity:0;transition:opacity .2s ease}
  .ubl-shared-mobile-drawer.is-open .ubl-shared-mobile-backdrop{opacity:1}
  .ubl-shared-mobile-panel{
    position:absolute;top:0;right:0;height:100%;width:min(86vw,390px);overflow-y:auto;
    background:#050b15;color:#fff;padding:22px 18px 28px;
    transform:translateX(102%);transition:transform .22s ease;
    box-shadow:-18px 0 48px rgba(0,0,0,.35);-webkit-overflow-scrolling:touch
  }
  .ubl-shared-mobile-drawer.is-open .ubl-shared-mobile-panel{transform:translateX(0)}
  .ubl-shared-mobile-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
  .ubl-shared-mobile-title{font-weight:950;letter-spacing:.08em;text-transform:uppercase;font-size:13px;color:#f5c400}
  .ubl-shared-mobile-close{width:44px;height:44px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:#111827;color:#fff;font-size:29px;line-height:1;cursor:pointer}
  .ubl-shared-mobile-nav{display:grid;gap:9px}
  .ubl-shared-mobile-nav a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:52px;padding:0 15px;border-radius:12px;border:1px solid rgba(255,255,255,.11);background:#070d17;color:#fff!important;text-decoration:none!important;font-weight:850;font-size:16px}
  .ubl-shared-mobile-nav a:active{background:rgba(245,196,0,.14);border-color:rgba(245,196,0,.38)}
  .ubl-shared-new{display:inline-flex;align-items:center;justify-content:center;min-height:21px;padding:2px 8px;border-radius:999px;background:#ef4444;color:#fff;font-size:9px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 4px 12px rgba(239,68,68,.28)}
  body.ubl-mobile-menu-open{overflow:hidden!important}
}
@media (max-width:560px){
  .ubl-public-header,.ubl-site-header{padding-left:14px!important;padding-right:14px!important;gap:10px!important}
  .ubl-public-brand span,.ubl-site-brand span{font-size:18px!important}
  .ubl-public-brand img,.ubl-site-brand img{max-width:54px!important;max-height:54px!important}
}
