/* HOTLIGA Custom v3 — namespaced for /new
   IMPORTANT: does NOT override --accent-color or built-in .status-green/.status-blue.
*/
.hlx3-lock{overflow:hidden!important}

.hlx3-actions{
  display:grid;
  gap:6px;
  align-items:stretch;
}
.hlx3-actions--desktop{
  grid-template-columns:repeat(4,minmax(135px,1fr));
  width:min(860px,100%);
  margin:8px 0 8px auto;
}
.hlx3-actions--mobile{
  grid-template-columns:1fr 1fr;
  width:100%;
  margin-top:6px;
}
.hlx3-action{
  min-height:34px;
  border:1px solid #b08432!important;
  border-radius:6px!important;
  background:var(--secondary-background-color,#08081c)!important;
  padding:6px 10px!important;
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-family:var(--font-body,"Ubuntu",sans-serif)!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.1!important;
  cursor:pointer;
}
.hlx3-bola{color:#66ccff!important;text-shadow:0 0 6px rgba(102,204,255,.35)}
.hlx3-bukti{color:#7cffb2!important;text-shadow:0 0 6px rgba(124,255,178,.35)}
.hlx3-server{color:#f5c76a!important;text-shadow:0 0 6px rgba(245,199,106,.35)}
.hlx3-inject{color:#ff5cff!important;text-shadow:0 0 6px rgba(255,92,255,.35)}

.hlx3-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:2147483000;
  background:rgba(0,0,0,.88);
  padding:5vh 12px;
}
.hlx3-modal.is-open{display:block}
.hlx3-modal__dialog{
  position:relative;
  width:min(600px,94vw);
  height:min(760px,90vh);
  margin:auto;
  overflow:hidden;
  border-radius:10px;
  background:#111;
  box-shadow:0 15px 50px rgba(0,0,0,.55);
}
.hlx3-modal__frame{display:block;width:100%;height:100%;border:0}
.hlx3-modal__close,.hlx3-popup-close{
  position:absolute;
  top:10px;
  right:10px;
  z-index:20;
  width:42px;
  height:42px;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#1b36d1!important;
  display:flex;
  align-items:center;
  justify-content:center;
  font:700 28px/1 Arial,sans-serif!important;
  cursor:pointer;
  animation:hlx3Pulse 2s infinite;
}
.hlx3-modal--full{padding:0}
.hlx3-modal--full .hlx3-modal__dialog{
  width:100vw;
  height:100dvh;
  max-width:none;
  margin:0;
  border-radius:0;
}
@keyframes hlx3Pulse{
  0%,100%{box-shadow:0 0 0 0 rgba(255,68,68,.65)}
  70%{box-shadow:0 0 0 10px rgba(255,68,68,0)}
}

.hlx3-floating{
  position:fixed;
  left:10px;
  bottom:20%;
  z-index:9998;
  font-family:var(--font-body,"Ubuntu",sans-serif);
}
.hlx3-floating__label{
  position:relative;
  left:12px;
  width:80px;
  height:30px;
  margin-bottom:5px;
  padding-bottom:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  clip-path:polygon(0 0,100% 0,100% 75%,49% 75%,22% 100%,22% 75%,0 75%);
  background:#1b36d1;
  color:#fff;
  font-weight:700;
  animation:hlx3Flicker .6s infinite;
}
.hlx3-floating__label.is-still{animation:none}
.hlx3-floating__toggle{
  width:50px;
  height:50px;
  padding:8px;
  border:0;
  border-radius:10px;
  background:rgba(27,54,209,.78);
  box-shadow:0 0 16px rgba(27,54,209,.6);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
}
.hlx3-floating__toggle span{
  display:block;
  width:100%;
  height:4px;
  background:#fff;
  border-radius:5px;
  transition:.25s;
}
.hlx3-floating.is-open .hlx3-floating__toggle span:nth-child(1){transform:translateY(10px) rotate(45deg)}
.hlx3-floating.is-open .hlx3-floating__toggle span:nth-child(2){opacity:0}
.hlx3-floating.is-open .hlx3-floating__toggle span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}
.hlx3-floating__list{list-style:none;margin:0;padding:0}
.hlx3-floating__list li{
  position:absolute;
  left:0;
  bottom:0;
  opacity:0;
  pointer-events:none;
  transition:.28s;
}
.hlx3-floating.is-open .hlx3-floating__list li{opacity:1;pointer-events:auto}
.hlx3-floating.is-open .hlx3-floating__list li:nth-child(1){transform:translateY(-368px)}
.hlx3-floating.is-open .hlx3-floating__list li:nth-child(2){transform:translateY(-308px)}
.hlx3-floating.is-open .hlx3-floating__list li:nth-child(3){transform:translateY(-248px)}
.hlx3-floating.is-open .hlx3-floating__list li:nth-child(4){transform:translateY(-188px)}
.hlx3-floating.is-open .hlx3-floating__list li:nth-child(5){transform:translateY(-128px)}
.hlx3-floating.is-open .hlx3-floating__list li:nth-child(6){transform:translateY(-68px)}
.hlx3-floating__list a{
  width:55px;
  height:55px;
  border:2px solid #1b36d1;
  border-radius:10px;
  background:#000;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hlx3-floating__list img{max-width:90%;max-height:90%;width:auto;height:auto}
@keyframes hlx3Flicker{0%,100%{opacity:1}50%{opacity:.1}}

.hlx3-service{
  width:min(1100px,calc(100% - 24px));
  margin:20px auto;
  padding:12px;
  border:2px solid #522bfd;
  border-radius:10px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  background:var(--secondary-background-color,#08081c);
  color:var(--primary-text-color,#fff);
}
.hlx3-service__item{text-align:center;min-width:0}
.hlx3-service__item h3{
  margin:0 0 8px!important;
  font-size:18px!important;
  color:var(--primary-text-color,#fff)!important;
  text-transform:uppercase;
}
.hlx3-service__item strong{
  display:inline-block;
  padding:4px 7px;
  border-radius:7px;
  background:#522bfd;
  color:#fff;
  font-size:18px;
}
.hlx3-service__google>span{display:block;margin-bottom:5px}
.hlx3-googlebox{
  min-height:38px;
  padding:5px 9px;
  border-radius:7px;
  background:#fff;
  color:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.hlx3-googlebox img{width:23px;height:23px;object-fit:contain}

#popup .modal-content{position:relative}
.hlx3-popup-title{
  padding:10px 52px 10px 12px;
  text-align:center;
  color:#add8e6;
  font-size:20px;
  background:rgba(8,8,28,.92);
  border-radius:8px 8px 0 0;
}
.hlx3-popup-copy{
  padding:12px;
  text-align:center;
  background:rgba(8,8,28,.94);
  color:#fff;
}
.hlx3-popup-copy h3{margin:0 0 8px;color:#add8e6!important;font-size:18px}
.hlx3-popup-copy p{margin:0;font-size:13px;line-height:1.55}
.hlx3-popup-close{position:absolute!important}

@media(max-width:1000px){
  .hlx3-actions--desktop{display:none}
}
@media(min-width:1001px){
  .hlx3-actions--mobile{display:none}
}
@media(max-width:768px){
  .hlx3-floating{bottom:15%}
  .hlx3-service{grid-template-columns:1fr 1fr;gap:8px}
  .hlx3-service__item h3{font-size:15px!important}
  .hlx3-service__item{font-size:12px}
  .hlx3-modal{padding:0}
  .hlx3-modal__dialog{width:100vw;height:100dvh;border-radius:0}
}
