/* ===== Popup selamat datang Asialive88 ===== */
.al88-pop{
  position:fixed; right:16px; bottom:16px; z-index:99999;
  display:none; width:calc(100% - 32px); max-width:380px;
}
.al88-pop.is-open{ display:flex; }
.al88-pop__card{
  position:relative; width:100%; max-width:380px;
  background:#16161d;
  border:1px solid #2c2c37; border-radius:16px;
  box-shadow:0 24px 70px rgba(0,0,0,.65), 0 0 0 1px rgba(214,1,1,.28);
  overflow:hidden;
  animation:al88pop .28s ease-out both;
}
@keyframes al88pop{ from{opacity:0; transform:translateY(14px) scale(.97)} to{opacity:1; transform:none} }
@media (prefers-reduced-motion:reduce){ .al88-pop__card{ animation:none; } }
/* banner 1:1 */
.al88-pop__banner{
  display:none; width:100%; aspect-ratio:1/1;
  object-fit:cover; background:#0b0b0d;
  border-bottom:1px solid #2c2c37;
}
.al88-pop__body{ padding:16px 48px 16px 16px; }
.al88-pop__title{
  margin:0 0 4px; font-size:16px; font-weight:700; color:#fff; line-height:1.35; text-align:center;
}
.al88-pop__sub{
  margin:0 0 14px; font-size:13px; color:#a3a3ad; text-align:center; line-height:1.5;
}
.al88-pop__actions{ display:flex; gap:10px; }
.al88-pop__btn{
  flex:1 1 0; display:block; padding:13px 10px; border-radius:10px;
  font-weight:700; font-size:14.5px; letter-spacing:.4px; text-align:center;
  text-decoration:none; cursor:pointer; border:1px solid transparent;
  transition:filter .15s ease, background .15s ease;
}
.al88-pop__btn--daftar{
  background:linear-gradient(135deg,#ff2f2f 0%,#d60101 55%,#8f0000 100%);
  color:#fff !important; box-shadow:0 6px 18px rgba(214,1,1,.38);
}
.al88-pop__btn--login{
  background:transparent; color:#ff6b6b !important; border-color:#8f0000;
}
.al88-pop__btn--daftar:hover{ filter:brightness(1.1); }
.al88-pop__btn--login:hover{ background:rgba(214,1,1,.14); }
.al88-pop__close{
  position:absolute; top:10px; right:10px; z-index:2;
  width:34px; height:34px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:rgba(0,0,0,.62); color:#fff; border:1px solid rgba(255,255,255,.24);
  font-size:19px; line-height:1; cursor:pointer; padding:0;
}
.al88-pop__close:hover{ background:#d60101; border-color:#d60101; }
.al88-pop__close:focus-visible, .al88-pop__btn:focus-visible{ outline:2px solid #ff6b6b; outline-offset:2px; }
@media (max-width:480px){
  .al88-pop__card{ max-width:380px; }
  .al88-pop__sub{ display:none; }
  .al88-pop__actions{ flex-direction:row; }
  .al88-pop__btn{ padding:10px; }
}
