/* UACH mobile app layer - solo vista móvil, no cambia lógica */
:root{--uach-purple:#6F3296;--uach-purple-dark:#4E1D6B;--uach-purple-deep:#32104A;--uach-gold:#D4A52A;--uach-bg:#F7F6FA;--uach-card:#FFFFFF;--uach-text:#111827;--uach-muted:#6B7280;}
.uach-mobile-shell,.uach-bottom-nav,.uach-mobile-drawer-backdrop,.uach-drawer-close{display:none;}
@media(max-width:760px){
  html,body{max-width:100%;overflow-x:hidden;background:linear-gradient(180deg,#fff 0%,#f8f6fb 62%,#fff 100%)!important;}
  body{padding-bottom:92px;font-size:16px;-webkit-tap-highlight-color:transparent;}
  .top{display:none!important;}
  .wrap{display:block!important;min-height:auto!important;}
  aside{display:none!important;}
  main{padding:14px 13px 100px!important;}
  body.uach-menu-open{overflow:hidden;}
  body.uach-menu-open .uach-mobile-drawer-backdrop{display:block;position:fixed;inset:0;background:rgba(17,24,39,.58);z-index:9997;backdrop-filter:blur(2px);}
  body.uach-menu-open aside{display:block!important;position:fixed!important;left:0;top:0;bottom:0;width:min(86vw,360px);height:100vh!important;z-index:9998;background:#fff!important;border-right:0!important;border-radius:0 28px 28px 0;padding:22px 16px 110px!important;box-shadow:20px 0 60px rgba(17,24,39,.28);overflow:auto!important;animation:uachSlideIn .18s ease-out;}
  @keyframes uachSlideIn{from{transform:translateX(-102%)}to{transform:translateX(0)}}
  .uach-drawer-close{display:flex;position:fixed;right:18px;bottom:112px;z-index:9999;width:58px;height:58px;border-radius:50%;align-items:center;justify-content:center;border:0;background:#fff;color:#111827;font-size:31px;box-shadow:0 16px 36px rgba(0,0,0,.20)}
  body:not(.uach-menu-open) .uach-drawer-close{display:none!important;}
  .uach-mobile-shell{display:block;background:#fff;}
  .uach-app-top{position:sticky;top:0;z-index:1000;background:linear-gradient(135deg,var(--uach-purple),var(--uach-purple-dark));color:#fff;border-bottom:4px solid var(--uach-gold);padding:13px 14px 15px;box-shadow:0 12px 30px rgba(78,29,107,.22)}
  .uach-app-row{display:flex;align-items:center;justify-content:space-between;gap:10px;}
  .uach-icon-btn{width:46px;height:46px;border:0;background:rgba(255,255,255,.12);color:#fff;border-radius:16px;font-size:25px;font-weight:900;display:flex;align-items:center;justify-content:center;}
  .uach-brand{display:flex;align-items:center;gap:10px;min-width:0;}
  .uach-logo{width:47px;height:47px;border-radius:14px;background:#fff;color:var(--uach-purple);display:flex;align-items:center;justify-content:center;font-weight:1000;font-size:15px;box-shadow:0 6px 18px rgba(0,0,0,.16);letter-spacing:-1px;}
  .uach-brand-title{line-height:1.02;white-space:nowrap;}
  .uach-brand-title small{display:block;font-size:12px;letter-spacing:.7px;font-weight:750;opacity:.93;}
  .uach-brand-title b{font-size:27px;letter-spacing:.4px;}
  .uach-top-actions{display:flex;gap:8px;align-items:center;}
  .uach-notify{position:relative;}
  .uach-dot{position:absolute;right:-3px;top:-4px;background:var(--uach-gold);color:#fff;border-radius:999px;min-width:20px;height:20px;padding:0 5px;font-size:12px;font-weight:900;display:flex;align-items:center;justify-content:center;}
  .uach-hero{margin:18px 14px 16px;border-radius:22px;background:radial-gradient(circle at 100% 30%,rgba(255,255,255,.18),transparent 32%),linear-gradient(135deg,var(--uach-purple-dark),var(--uach-purple));color:#fff;padding:22px 18px;box-shadow:0 18px 40px rgba(78,29,107,.24);display:grid;grid-template-columns:70px 1fr;gap:16px;align-items:center;}
  .uach-hero-icon{width:68px;height:68px;border-radius:50%;background:rgba(255,255,255,.12);border:3px solid rgba(255,255,255,.20);display:flex;align-items:center;justify-content:center;font-size:34px;}
  .uach-hero h2{margin:2px 0 6px;font-size:22px;line-height:1.16;color:#fff;}
  .uach-hero .hello{color:var(--uach-gold);font-weight:900;font-size:14px;}
  .uach-hero p{margin:0;font-size:14px;line-height:1.35;opacity:.95;}
  .uach-section-title{display:flex;align-items:center;gap:10px;color:var(--uach-purple-dark);font-weight:900;letter-spacing:.2px;margin:18px 18px 10px;font-size:15px;text-transform:uppercase;}
  .uach-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 14px 10px;}
  .uach-quick-card{border:1px solid #ECE7F3;background:#fff;border-radius:18px;padding:14px 9px 12px;min-height:128px;box-shadow:0 13px 28px rgba(17,24,39,.08);display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;gap:7px;color:#111827;}
  .uach-quick-icon{width:50px;height:50px;border-radius:50%;background:#F0E5F6;color:var(--uach-purple);display:flex;align-items:center;justify-content:center;font-size:25px;font-weight:900;}
  .uach-quick-card:nth-child(2) .uach-quick-icon{background:#FFF3D8;color:#B77900;}
  .uach-quick-card b{font-size:13px;line-height:1.12;}
  .uach-quick-card span{font-size:11px;color:#6b7280;line-height:1.1;}
  .uach-login{margin:16px 14px 15px;background:#fff;border:1px solid #ECE7F3;border-radius:22px;padding:18px;box-shadow:0 14px 34px rgba(17,24,39,.08);}
  .uach-login h3{margin:0 0 13px;color:var(--uach-purple-dark);font-size:17px;text-transform:uppercase;display:flex;gap:9px;align-items:center;}
  .uach-login input{font-size:16px!important;border-radius:14px!important;padding:14px 14px!important;margin:7px 0 10px!important;}
  .uach-login .btn{width:100%;border-radius:14px!important;padding:14px!important;margin:8px 0 6px!important;font-size:16px!important;box-shadow:0 12px 22px rgba(111,50,150,.20);}
  .uach-login-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;}
  .uach-login-actions button{border-radius:14px!important;padding:13px 8px!important;margin:0!important;font-size:14px!important;width:100%;}
  .uach-login-actions button:first-child{border:1.5px solid var(--uach-purple)!important;color:var(--uach-purple)!important;background:#fff!important;}
  .uach-login-actions button:last-child{border:1.5px solid var(--uach-gold)!important;color:#A76E00!important;background:#fff!important;}
  .uach-current-user{display:flex;align-items:center;gap:10px;margin:10px 0 4px;color:#6b7280;font-size:13px;}
  .uach-avatar{width:34px;height:34px;border-radius:50%;background:#F0E5F6;color:var(--uach-purple);display:flex;align-items:center;justify-content:center;font-weight:1000;}
  .uach-bottom-nav{display:grid;position:fixed;z-index:9995;left:10px;right:10px;bottom:10px;grid-template-columns:repeat(5,1fr);background:linear-gradient(135deg,var(--uach-purple-deep),var(--uach-purple));border-radius:24px;padding:9px 8px 11px;box-shadow:0 18px 38px rgba(49,16,74,.35);border:1px solid rgba(255,255,255,.15);}
  .uach-bottom-nav button{border:0;background:transparent;color:#fff;display:flex;flex-direction:column;gap:3px;align-items:center;justify-content:center;font-size:11px;font-weight:750;min-height:53px;border-radius:16px;}
  .uach-bottom-nav .ico{font-size:22px;line-height:1;}
  .uach-bottom-nav button.active{color:#FFD966;background:rgba(255,255,255,.10);}
  .card{border-radius:22px!important;padding:18px!important;margin:13px 0!important;box-shadow:0 14px 34px rgba(17,24,39,.08)!important;border:1px solid #ECE7F3!important;}
  .card h2{font-size:24px!important;margin-top:0!important;}
  .splitHead{align-items:center!important;gap:10px!important;}
  .splitHead .btn,.splitHead button{padding:11px 14px!important;border-radius:15px!important;font-size:14px!important;}
  .grid,.grid2,.grid3,.quickStrip{grid-template-columns:1fr!important;gap:10px!important;}
  .stat,.quickCard{border-radius:18px!important;box-shadow:0 12px 28px rgba(17,24,39,.07)!important;}
  input,select,textarea{font-size:16px!important;border-radius:14px!important;padding:13px 14px!important;min-height:50px;}
  label{font-size:14px!important;}
  .filterBox{border-radius:18px!important;padding:15px!important;background:#FBF8FC!important;}
  .toolbar{gap:8px!important;}
  .toolbar .btn,.actionStack .btn{flex:1 1 auto;min-height:44px;border-radius:14px!important;}
  table{display:block;overflow-x:auto;border-radius:16px;background:#fff;box-shadow:inset 0 0 0 1px #eee;}
  th,td{font-size:13px!important;min-width:105px;}
  .footerFirma{font-size:13px!important;margin-bottom:115px!important;}
  .modal{padding:10px!important;align-items:flex-end!important;}
  .modal>div{max-height:88vh!important;border-radius:24px 24px 0 0!important;padding:17px!important;}
  .credGrid{grid-template-columns:1fr!important;}
}


/* === CIERRE UX móvil: sesión clara, un solo menú, navegación sin confusión === */
@media(max-width:760px){
  .uach-app-row{gap:8px}
  .uach-brand{flex:1}
  .uach-top-actions{flex-shrink:0}
  .uach-profile-chip{
    min-height:46px;
    max-width:118px;
    border:0;
    background:rgba(255,255,255,.12);
    color:#fff;
    border-radius:16px;
    display:flex;
    align-items:center;
    gap:7px;
    padding:5px 8px;
    font-weight:900;
  }
  .uach-profile-mini{
    width:34px;height:34px;border-radius:50%;
    background:#EEDAF7;color:var(--uach-purple);
    display:flex;align-items:center;justify-content:center;
    font-weight:1000;font-size:14px;
  }
  .uach-top-user{
    display:block;
    max-width:64px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12px;
  }

  /* Después de iniciar sesión, el formulario de acceso ya no debe aparecer */
  body.uach-logged-in .uach-login{display:none!important;}
  body.uach-logged-in .uach-session-card{display:flex!important;}
  body.uach-guest .uach-session-card{display:none!important;}

  .uach-session-card{
    margin:14px;
    background:#fff;
    border:1px solid #eadff1;
    border-radius:22px;
    padding:14px;
    box-shadow:0 12px 28px rgba(78,29,107,.10);
    align-items:center;
    gap:12px;
  }
  .uach-session-avatar{
    width:50px;height:50px;border-radius:50%;
    background:#EEDAF7;color:var(--uach-purple);
    display:flex;align-items:center;justify-content:center;
    font-weight:1000;font-size:18px;
  }
  .uach-session-info{flex:1;min-width:0}
  .uach-session-info b{display:block;font-size:17px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .uach-session-info span{display:block;color:#6b7280;font-size:13px;margin-top:2px}
  .uach-session-logout{
    border:0;border-radius:14px;background:#374151;color:#fff;
    padding:10px 12px;font-weight:850;
  }

  /* El menú lateral ya no debe mostrar otra vez usuario/contraseña si ya existe sesión */
  body.uach-logged-in aside > .card.noPrint:first-of-type{display:none!important;}
  .uach-drawer-user-card{
    display:none;
    background:linear-gradient(135deg,#fff,#faf5ff);
    border:1px solid #eadff1;
    border-radius:20px;
    padding:14px;
    margin:0 0 14px;
    align-items:center;
    gap:11px;
  }
  body.uach-logged-in .uach-drawer-user-card{display:flex!important;}
  .uach-drawer-avatar{
    width:44px;height:44px;border-radius:50%;
    background:#EEDAF7;color:var(--uach-purple);
    display:flex;align-items:center;justify-content:center;
    font-weight:1000;
  }
  .uach-drawer-user-card div:nth-child(2){flex:1;min-width:0}
  .uach-drawer-name{display:block;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111827}
  .uach-drawer-role{display:block;font-size:12px;color:#6b7280;margin-top:2px}
  .uach-drawer-user-card button{
    border:0;background:#374151;color:#fff;border-radius:12px;
    padding:8px 10px;font-weight:850;
  }

  /* Perfil superior: hoja breve y clara */
  body.uach-profile-open{overflow:hidden;}
  body.uach-profile-open .uach-mobile-drawer-backdrop{display:block;position:fixed;inset:0;background:rgba(17,24,39,.58);z-index:9997;backdrop-filter:blur(2px);}
  .uach-profile-sheet{display:none;}
  body.uach-profile-open .uach-profile-sheet{
    display:block;position:fixed;left:14px;right:14px;bottom:104px;z-index:9999;
  }
  .uach-profile-card{
    background:#fff;border-radius:26px;padding:18px;
    box-shadow:0 24px 70px rgba(17,24,39,.28);
    border:1px solid #eadff1;
  }
  .uach-profile-close{
    position:absolute;right:16px;top:14px;border:0;background:#f3f4f6;
    width:38px;height:38px;border-radius:50%;font-size:24px;
  }
  .uach-profile-row{display:flex;gap:12px;align-items:center;margin-bottom:14px;padding-right:42px}
  .uach-profile-avatar{
    width:52px;height:52px;border-radius:50%;
    background:#EEDAF7;color:var(--uach-purple);
    display:flex;align-items:center;justify-content:center;font-weight:1000;font-size:20px;
  }
  .uach-profile-name{display:block;font-size:18px;color:#111827}
  .uach-profile-role{display:block;font-size:13px;color:#6b7280;margin-top:2px}
  .uach-profile-card .btn{width:100%;margin:7px 0;text-align:center}

  /* Menú completo: navegación inmediata y visualmente limpia */
  body.uach-menu-open aside .nav button{
    min-height:48px;
    font-size:17px;
    border-radius:14px;
  }
  .uach-bottom-nav button{cursor:pointer}
  .uach-quick-card{cursor:pointer}
}


/* === Producción v4: logos y prevención de encabezado duplicado en móvil === */
@media(max-width:760px){
  header.top{display:none!important;}
  .footerFirma{display:none!important;}
  .uach-brand-img{width:52px;height:52px;object-fit:contain;background:#fff;border-radius:16px;padding:5px;box-shadow:0 10px 22px rgba(0,0,0,.12);}
  .uach-logo{display:none!important;}
  .uach-app-top{position:sticky;top:0;z-index:9994;}
  .uach-brand-title small{font-size:12px;letter-spacing:1.5px;}
  .uach-brand-title b{font-size:29px;line-height:.95;}
  body.uach-logged-in aside > .card.noPrint:first-of-type{display:none!important;}
  .uach-profile-card .btn{display:block;white-space:normal;}
}

/* === FINAL DEFINITIVO: cabecera móvil con logos correctos === */
@media(max-width:760px){
  .uach-app-row{gap:8px;}
  .uach-brand-final{display:flex;align-items:center;gap:9px;min-width:0;flex:1;}
  .uach-brand-final .uach-brand-title{min-width:72px;}
  .uach-brand-final .uach-brand-title small{font-size:11px;letter-spacing:1.2px;}
  .uach-brand-final .uach-brand-title b{font-size:25px;line-height:.95;}
  .uach-inter-top{height:38px;max-width:112px;object-fit:contain;background:#fff;border-radius:13px;padding:5px;box-shadow:0 8px 18px rgba(0,0,0,.13);}
  .uach-top-actions-final{gap:6px;flex-shrink:0;}
  .uach-right-shield{width:46px;height:46px;object-fit:contain;background:#fff;border-radius:14px;padding:4px;box-shadow:0 8px 18px rgba(0,0,0,.13);}
  .uach-top-actions-final .uach-icon-btn{width:40px;height:40px;border-radius:14px;font-size:21px;}
  .uach-top-actions-final .uach-profile-chip{max-width:82px;min-height:40px;border-radius:14px;padding:4px 6px;}
  .uach-top-actions-final .uach-profile-mini{width:30px;height:30px;font-size:13px;}
  .uach-top-actions-final .uach-top-user{max-width:38px;font-size:11px;}
  .uach-hero{grid-template-columns:70px 1fr;}
  .uach-hero-icon.uach-hero-plus{font-size:54px;font-weight:1000;line-height:1;color:#fff;}
}
@media(max-width:390px){
  .uach-inter-top{height:34px;max-width:94px;padding:4px;}
  .uach-brand-final .uach-brand-title b{font-size:22px;}
  .uach-right-shield{width:40px;height:40px;}
  .uach-top-actions-final .uach-icon-btn{width:36px;height:36px;font-size:19px;}
  .uach-top-actions-final .uach-profile-chip{max-width:62px;}
}

/* Producción: ocultar definitivamente datos de prueba */
[data-hidden-production="1"], .datos-prueba, #datosPrueba{display:none!important;}


/* === VISUAL FINAL SOLICITADO: Interfacultades junto a Deportes UACH, escudo UACH a la derecha, + en hero === */
@media(max-width:760px){
  .uach-app-top{padding:13px 13px 14px!important;}
  .uach-app-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:7px!important;}
  .uach-brand-final{display:flex!important;align-items:center!important;gap:8px!important;flex:1 1 auto!important;min-width:0!important;}
  .uach-brand-final .uach-brand-title{min-width:68px!important;line-height:.96!important;}
  .uach-brand-final .uach-brand-title small{font-size:11px!important;letter-spacing:1.25px!important;font-weight:850!important;}
  .uach-brand-final .uach-brand-title b{font-size:25px!important;line-height:.9!important;font-weight:950!important;}
  .uach-inter-top{display:block!important;height:38px!important;max-width:108px!important;object-fit:contain!important;background:#fff!important;border-radius:13px!important;padding:5px!important;box-shadow:0 8px 18px rgba(0,0,0,.13)!important;}
  .uach-top-actions-final{display:flex!important;align-items:center!important;gap:6px!important;flex:0 0 auto!important;}
  .uach-right-shield{display:block!important;width:44px!important;height:44px!important;object-fit:contain!important;background:#fff!important;border-radius:14px!important;padding:4px!important;box-shadow:0 8px 18px rgba(0,0,0,.13)!important;}
  .uach-hero-icon.uach-hero-plus{font-size:58px!important;font-weight:1000!important;line-height:1!important;color:#fff!important;}
}
@media(max-width:390px){
  .uach-brand-final .uach-brand-title{min-width:62px!important;}
  .uach-brand-final .uach-brand-title small{font-size:10px!important;}
  .uach-brand-final .uach-brand-title b{font-size:22px!important;}
  .uach-inter-top{height:34px!important;max-width:92px!important;padding:4px!important;}
  .uach-right-shield{width:39px!important;height:39px!important;}
  .uach-top-actions-final .uach-icon-btn{width:35px!important;height:35px!important;font-size:18px!important;}
  .uach-top-actions-final .uach-profile-chip{max-width:58px!important;}
}


/* === AJUSTE FINAL DEFINITIVO HEADER: UACH + Interfacultades a la izquierda; campana + perfil a la derecha === */
@media(max-width:760px){
  .uach-app-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;}
  .uach-brand-final{display:flex!important;align-items:center!important;gap:7px!important;flex:1 1 auto!important;min-width:0!important;}
  .uach-left-shield{display:block!important;width:40px!important;height:40px!important;object-fit:contain!important;background:#fff!important;border-radius:12px!important;padding:3px!important;box-shadow:0 8px 18px rgba(0,0,0,.13)!important;flex:0 0 auto!important;}
  .uach-inter-top{display:block!important;height:38px!important;max-width:104px!important;object-fit:contain!important;background:#fff!important;border-radius:12px!important;padding:4px!important;box-shadow:0 8px 18px rgba(0,0,0,.13)!important;flex:0 0 auto!important;}
  .uach-brand-final .uach-brand-title{min-width:58px!important;line-height:.92!important;white-space:nowrap!important;}
  .uach-brand-final .uach-brand-title small{font-size:9.5px!important;letter-spacing:.8px!important;font-weight:900!important;}
  .uach-brand-final .uach-brand-title b{font-size:20px!important;line-height:.9!important;font-weight:1000!important;}
  .uach-top-actions-final{display:flex!important;align-items:center!important;gap:6px!important;flex:0 0 auto!important;}
  .uach-right-shield{display:none!important;}
  .uach-top-actions-final .uach-icon-btn{width:38px!important;height:38px!important;border-radius:13px!important;font-size:19px!important;flex:0 0 auto!important;}
  .uach-top-actions-final .uach-profile-chip{max-width:116px!important;min-width:72px!important;min-height:38px!important;border-radius:13px!important;padding:4px 7px!important;gap:5px!important;display:flex!important;align-items:center!important;}
  .uach-top-actions-final .uach-profile-mini{width:27px!important;height:27px!important;font-size:12px!important;flex:0 0 auto!important;}
  .uach-top-actions-final .uach-top-user{display:block!important;max-width:76px!important;font-size:11px!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
}
@media(max-width:390px){
  .uach-left-shield{width:35px!important;height:35px!important;padding:2px!important;}
  .uach-inter-top{height:32px!important;max-width:82px!important;padding:3px!important;}
  .uach-brand-final{gap:5px!important;}
  .uach-brand-final .uach-brand-title{min-width:50px!important;}
  .uach-brand-final .uach-brand-title small{font-size:8.5px!important;}
  .uach-brand-final .uach-brand-title b{font-size:18px!important;}
  .uach-top-actions-final .uach-icon-btn{width:34px!important;height:34px!important;font-size:17px!important;}
  .uach-top-actions-final .uach-profile-chip{max-width:96px!important;min-width:64px!important;padding:3px 5px!important;}
  .uach-top-actions-final .uach-top-user{max-width:62px!important;font-size:10px!important;}
}


/* === FINAL VISUAL INTERFACULTADES/UACH - 20260606 === */
@media(max-width:760px){
  .uach-app-top{
    padding:12px 14px 14px!important;
    background:linear-gradient(135deg,#6F3296,#4E1D6B)!important;
    border-bottom:4px solid var(--uach-gold)!important;
  }
  .uach-app-row{gap:8px!important;align-items:center!important;}
  .uach-brand-final.uach-brand-logos-only{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-width:0!important;
    flex:1 1 auto!important;
  }
  .uach-brand-final.uach-brand-logos-only .uach-left-shield{
    width:46px!important;
    height:46px!important;
    object-fit:contain!important;
    background:#fff!important;
    border-radius:14px!important;
    padding:3px!important;
    box-shadow:0 8px 18px rgba(0,0,0,.16)!important;
    flex:0 0 auto!important;
  }
  .uach-brand-final.uach-brand-logos-only .uach-inter-top{
    height:44px!important;
    max-width:142px!important;
    object-fit:contain!important;
    background:#fff!important;
    border-radius:14px!important;
    padding:6px 8px!important;
    box-shadow:0 8px 18px rgba(0,0,0,.14)!important;
    flex:0 1 auto!important;
  }
  .uach-brand-final.uach-brand-logos-only .uach-brand-title{display:none!important;}
  .uach-top-actions-final{
    flex:0 0 auto!important;
    gap:6px!important;
  }
  .uach-icon-btn{
    width:44px!important;
    height:44px!important;
    border-radius:15px!important;
  }
  .uach-profile-chip{
    height:44px!important;
    min-width:86px!important;
    max-width:126px!important;
    padding:4px 9px!important;
    border-radius:18px!important;
    gap:7px!important;
  }
  .uach-profile-mini{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    font-size:16px!important;
  }
  .uach-top-user{
    display:inline-block!important;
    max-width:72px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    font-size:13px!important;
    font-weight:900!important;
  }
  .uach-hero{
    grid-template-columns:78px 1fr!important;
    gap:16px!important;
  }
  .uach-hero-icon.uach-hero-plus{
    width:74px!important;
    height:74px!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.92)!important;
    border:0!important;
    box-shadow:inset 0 0 0 2px rgba(255,255,255,.4),0 10px 24px rgba(0,0,0,.12)!important;
    overflow:hidden!important;
    padding:10px!important;
  }
  .uach-hero-icon.uach-hero-plus img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    display:block!important;
  }
}
@media(max-width:380px){
  .uach-brand-final.uach-brand-logos-only .uach-left-shield{width:40px!important;height:40px!important;}
  .uach-brand-final.uach-brand-logos-only .uach-inter-top{height:38px!important;max-width:112px!important;padding:5px!important;}
  .uach-profile-chip{min-width:76px!important;max-width:104px!important;}
  .uach-top-user{max-width:52px!important;font-size:12px!important;}
  .uach-hero{grid-template-columns:64px 1fr!important;}
  .uach-hero-icon.uach-hero-plus{width:62px!important;height:62px!important;border-radius:18px!important;padding:8px!important;}
}

/* HOTFIX V2: isotipo real en tarjeta de bienvenida */
@media(max-width:760px){
  .uach-hero-icon.uach-hero-plus{
    width:74px!important; height:74px!important; border-radius:22px!important;
    background:rgba(255,255,255,.94)!important; border:0!important;
    padding:10px!important; overflow:hidden!important; color:transparent!important;
  }
  .uach-hero-icon.uach-hero-plus img{
    width:100%!important; height:100%!important; object-fit:contain!important; display:block!important;
  }
}
