/* Extraído de <style id="patch-v97-human-alert-css"> */
.tu-human-alert-v97{
    position:fixed;right:22px;top:86px;z-index:9999;max-width:min(380px,calc(100vw - 32px));
    background:linear-gradient(135deg,#3a0000,#111 72%);border:1px solid rgba(232,0,10,.65);
    color:#fff;border-radius:16px;padding:14px 16px;box-shadow:0 24px 70px rgba(0,0,0,.72),0 0 34px rgba(232,0,10,.28);
    font-family:var(--font,'Outfit',sans-serif);animation:tuHumanIn97 .18s ease-out, tuHumanPulse97 1.05s ease-in-out infinite;
  }
  .tu-human-alert-v97 .tu-title{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#ff6b70;margin-bottom:5px;}
  .tu-human-alert-v97 .tu-body{font-size:13px;line-height:1.35;color:#fff;margin-bottom:11px;}
  .tu-human-alert-v97 .tu-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;}
  .tu-human-alert-v97 button{border:0;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900;cursor:pointer;font-family:inherit;}
  .tu-human-alert-v97 .tu-open{background:#e8000a;color:#fff;}
  .tu-human-alert-v97 .tu-close{background:rgba(255,255,255,.09);color:#ddd;border:1px solid rgba(255,255,255,.12);}
  @keyframes tuHumanIn97{from{opacity:0;transform:translateY(-10px) scale(.97)}to{opacity:1;transform:none}}
  @keyframes tuHumanPulse97{0%,100%{box-shadow:0 24px 70px rgba(0,0,0,.72),0 0 24px rgba(232,0,10,.22)}50%{box-shadow:0 24px 70px rgba(0,0,0,.72),0 0 52px rgba(232,0,10,.55)}}
  @media(max-width:700px){.tu-human-alert-v97{left:12px;right:12px;top:72px;max-width:none;}}
