*{box-sizing:border-box}
:root{--red:#ef1725;--red2:#ff2535;--black:#050505;--panel:#0e0e10;--line:#3a1115;--gold:#f4bb39;--muted:#a5a5a8}
html,body{margin:0;padding:0;background:var(--black);color:#fff;font-family:Arial,Helvetica,sans-serif}
body{padding-bottom:86px}
a{text-decoration:none;color:inherit}
.site{min-height:100vh;background:radial-gradient(circle at 50% 18%,rgba(100,0,10,.14),transparent 35%),#050505}
.topbar{height:112px;display:flex;align-items:center;justify-content:space-between;padding:20px 4.5%;border-bottom:1px solid #2a0d10;background:#070707;position:sticky;top:0;z-index:50}
.brand{display:flex;align-items:center;gap:10px;min-width:0}
.brand img{display:block;max-height:58px;max-width:210px;object-fit:contain}
.brand-r{font-size:48px;font-weight:900;font-style:italic;color:var(--red);line-height:1}
.brand-text{font-size:34px;letter-spacing:-1px}.brand-text b{color:var(--red)}
.top-actions{display:flex;gap:12px}
.btn{display:flex;align-items:center;justify-content:center;height:54px;padding:0 27px;border-radius:13px;font-weight:800;font-size:18px}
.btn-register{background:linear-gradient(135deg,#ff2735,#c90815);box-shadow:0 8px 25px rgba(239,23,37,.18)}
.btn-login{background:#121214;border:1px solid #48484b}

.hero-wrap{padding:20px 2.4% 0}
.hero-slider{height:220px;position:relative;overflow:hidden;border:1px solid #75151e;border-radius:30px;background:#0a0506;box-shadow:0 0 35px rgba(190,0,20,.06)}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease;overflow:hidden;background:radial-gradient(circle at 75% 50%,#3c0509 0,#150204 32%,#070707 72%)}
.hero-slide.active{opacity:1;visibility:visible}
.hero-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;opacity:1}
.hero-overlay{display:none}
.hero-copy{position:absolute;z-index:3;left:7%;top:21%;max-width:650px}
.eyebrow{font-size:19px;font-weight:900;letter-spacing:5px;color:#ff3444;margin-bottom:18px}
.hero-copy h1{font-size:65px;line-height:.95;margin:0 0 26px;font-weight:900;letter-spacing:-2px}
.hero-copy p{font-size:21px;line-height:1.55;color:#c7c7c9;margin:0 0 32px;max-width:560px}
.hero-btn{display:inline-flex;align-items:center;gap:12px;padding:17px 26px;border-radius:12px;background:linear-gradient(135deg,#ff202f,#d30917);font-weight:900;font-size:18px;box-shadow:0 10px 25px rgba(230,0,20,.22)}
.hero-btn span{font-size:24px}
.hero-decor{position:absolute;inset:0;pointer-events:none}
.orb{position:absolute;border-radius:50%;filter:blur(1px);border:1px solid rgba(255,40,55,.35)}
.orb-a{width:360px;height:360px;right:8%;top:8%;box-shadow:0 0 100px rgba(255,0,30,.12)}
.orb-b{width:190px;height:190px;right:24%;bottom:8%;box-shadow:0 0 80px rgba(255,0,30,.1)}
.line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(255,35,50,.65),transparent);transform:rotate(-24deg)}
.line-a{width:55%;right:-8%;top:36%}.line-b{width:42%;right:1%;top:58%}
.slider-arrow{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:66px;height:66px;border-radius:50%;background:rgba(4,4,4,.45);border:1px solid #a11724;color:#fff;font-size:48px;line-height:1;cursor:pointer}
.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}
.dots{position:absolute;z-index:6;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:13px}
.dot{width:17px;height:17px;border:0;border-radius:50%;background:#858589;cursor:pointer;padding:0}.dot.active{width:44px;border-radius:20px;background:var(--red)}

.jackpot-section{padding:22px 3% 5px}
.jackpot-card{max-width:1100px;margin:auto;text-align:center;padding:28px 28px 24px;border:1px solid #343436;border-radius:27px;background:radial-gradient(circle at 50% 40%,rgba(245,183,42,.07),transparent 55%),linear-gradient(180deg,#121214,#080808);box-shadow:inset 0 0 35px rgba(245,183,42,.025)}
.jackpot-title{color:var(--gold);font-size:28px;font-weight:900;letter-spacing:1px;margin-bottom:18px}.jackpot-title span{font-size:29px}
.jackpot-number{font-variant-numeric:tabular-nums;color:#fff;font-size:68px;line-height:1;font-weight:900;letter-spacing:5px;padding:20px 12px;border:2px solid #d99e18;border-radius:20px;background:#0b0b0b;text-shadow:0 0 15px rgba(255,191,46,.65),0 0 35px rgba(255,174,0,.28);box-shadow:inset 0 0 35px rgba(255,180,20,.06),0 0 20px rgba(255,180,20,.08)}
.jackpot-currency{margin:12px auto 8px;width:160px;border-top:1px solid #72551a;border-bottom:1px solid #72551a;padding:7px;color:var(--gold);font-weight:900;letter-spacing:4px}
.jackpot-caption{font-size:18px;color:#efb936}

.section{padding:24px 3% 10px}
.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.section-heading h2{font-size:30px;margin:0;padding-left:18px;border-left:8px solid var(--red);font-weight:900}
.section-heading a{font-size:18px;color:#ff2c3b}.section-heading a span{font-size:22px}
.menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.menu-card{min-height:150px;border:1px solid #303033;border-radius:18px;background:linear-gradient(180deg,#141416,#0b0b0c);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;transition:.2s}
.menu-card:hover{border-color:#8b1721;transform:translateY(-2px)}
.menu-icon{width:46px;height:46px;display:grid;place-items:center;color:#ef1725;filter:drop-shadow(0 0 8px rgba(239,23,37,.28))}.menu-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.menu-icon svg path:first-child:not([fill]){}
.menu-label{font-weight:800;font-size:16px}
.games-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.game-card{min-width:0}.game-thumb{position:relative;aspect-ratio:1.45;border-radius:17px;overflow:hidden;border:1px solid #3a3032;background:#141416}
.game-thumb img{width:100%;height:100%;object-fit:cover;display:block}.game-placeholder{height:100%;display:grid;place-items:center;color:#e91525;font-size:25px;font-weight:900;background:radial-gradient(circle,#3d060b,#0c0c0d 70%)}
.hot{position:absolute;right:8px;top:8px;padding:5px 9px;background:#ef1725;border-radius:8px;font-size:12px;font-weight:900}
.game-name{font-weight:800;font-size:15px;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-provider{font-size:12px;color:#888;margin-top:4px}
.empty-games{padding:25px;border:1px dashed #4a181d;border-radius:15px;color:#888;text-align:center}

.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:82px;z-index:100;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(8,8,9,.98);border-top:1px solid #29292b;padding-bottom:env(safe-area-inset-bottom)}
.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#929296;font-size:11px;font-weight:700;text-align:center}.bottom-nav a span.nav-icon{width:27px;height:27px;line-height:1}.bottom-nav a span.nav-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.bottom-nav a.active{color:#ff2434}.bottom-nav a.active span{filter:drop-shadow(0 0 6px rgba(255,30,50,.35))}

@media(min-width:900px){.bottom-nav{display:none}.section,.hero-wrap,.jackpot-section{max-width:1280px;margin:auto}}
@media(max-width:700px){
    body{padding-bottom:84px}
    .topbar{height:92px;padding:13px 4%;gap:8px}
    .brand img{max-width:145px;max-height:48px}.brand-r{font-size:39px}.brand-text{font-size:28px}
    .top-actions{gap:7px}.topbar .btn{height:40px;padding:0 12px;border-radius:10px;font-size:12px}
    .hero-wrap{padding:10px 2.8% 0}.hero-slider{height:128px;border-radius:17px}
    .hero-copy{left:8%;top:23%;max-width:78%}.eyebrow{font-size:12px;letter-spacing:3px;margin-bottom:14px}
    .hero-copy h1{font-size:45px;line-height:.98;letter-spacing:-1px;margin-bottom:18px}.hero-copy p{font-size:16px;line-height:1.5;margin-bottom:22px}
    .hero-btn{font-size:14px;padding:14px 17px}.slider-arrow{width:34px;height:34px;font-size:25px}.slider-arrow.prev{left:8px}.slider-arrow.next{right:8px}
    .dots{bottom:7px;gap:7px}.dot{width:8px;height:8px}.dot.active{width:22px}
    .jackpot-section{padding:15px 2.8% 3px}.jackpot-card{padding:21px 10px 18px;border-radius:21px}.jackpot-title{font-size:17px;margin-bottom:13px}.jackpot-title span{font-size:18px}
    .jackpot-number{font-size:31px;letter-spacing:2px;padding:16px 5px;border-radius:13px}.jackpot-currency{font-size:12px;width:105px;margin:9px auto 6px;padding:5px}.jackpot-caption{font-size:12px}
    .section{padding:19px 2.8% 7px}.section-heading{margin-bottom:13px}.section-heading h2{font-size:23px;border-left-width:6px;padding-left:11px}.section-heading a{font-size:14px}
    .menu-grid{grid-template-columns:repeat(4,1fr);gap:9px}.menu-card{min-height:105px;border-radius:14px;gap:8px}.menu-icon{width:32px;height:32px}.menu-label{font-size:11px;text-align:center}
    .games-row{display:flex;overflow-x:auto;gap:12px;padding-bottom:7px;scroll-snap-type:x mandatory}.game-card{flex:0 0 48%;scroll-snap-align:start}.game-name{font-size:13px}.game-provider{font-size:11px}
}
@media(max-width:390px){.brand-text{font-size:24px}.btn{padding:0 11px}.hero-copy h1{font-size:39px}.hero-slider{height:118px}.menu-card{min-height:98px}.menu-icon{width:29px;height:29px}}

.hero-empty{position:absolute;inset:0;display:grid;place-items:center;color:#777;font-size:14px;background:#0b0b0c}
.contact-strip{margin:14px 3% 4px;padding:15px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #302d30;border-radius:14px;background:linear-gradient(180deg,#121214,#09090a)}.contact-strip strong{display:block;font-size:14px}.contact-strip span{display:block;color:#888;font-size:11px;margin-top:4px}.contact-links{display:flex;flex-wrap:wrap;gap:7px}.contact-links a{padding:8px 10px;border-radius:8px;border:1px solid #4a2025;color:#ff4350;font-size:11px;font-weight:800}
@media(max-width:700px){.hero-slider{height:128px;border-radius:17px}.hero-wrap{padding-top:10px}.slider-arrow{width:38px;height:38px;font-size:30px}.dots{bottom:8px;gap:6px}.dot{width:8px;height:8px}.dot.active{width:22px}.contact-strip{margin:10px 2.8% 3px;padding:12px;display:block}.contact-links{margin-top:10px}.contact-links a{flex:1;text-align:center}}

/* Illustrated category icons: bentuk lebih dekoratif seperti referensi, warna tetap merah website. */
.menu-icon{width:58px;height:58px;color:#ff1d2e;filter:drop-shadow(0 0 8px rgba(255,29,46,.18))}
.menu-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.menu-icon svg text{font-family:Arial,Helvetica,sans-serif}
.menu-card{gap:8px}
@media(max-width:700px){.menu-icon{width:43px;height:43px}.menu-card{min-height:105px}}
@media(max-width:390px){.menu-icon{width:39px;height:39px}.menu-card{min-height:98px}}

/* Menu utama: gunakan ikon gambar referensi, tetap mengikuti warna merah tema. */
.menu-icon { width: 50px; height: 50px; display: grid; place-items: center; }
.menu-icon .menu-reference-icon { width: 100%; height: 100%; object-fit: contain; display: block; }
@media (max-width:700px) {
  .menu-icon { width: 43px; height: 43px; }
}
@media (max-width:390px) {
  .menu-icon { width: 40px; height: 40px; }
}


/* Final Menu Utama sizing: icons/text made smaller and balanced on mobile. */
.menu-grid .menu-card { gap: 6px; }
.menu-grid .menu-icon { width: 40px; height: 40px; }
.menu-grid .menu-label { font-size: 14px; line-height: 1.15; }
@media (max-width:700px) {
  .menu-grid { gap: 8px; }
  .menu-grid .menu-card { min-height: 96px; border-radius: 13px; gap: 5px; }
  .menu-grid .menu-icon { width: 34px; height: 34px; }
  .menu-grid .menu-label { font-size: 10px; line-height: 1.15; }
}
@media (max-width:390px) {
  .menu-grid .menu-card { min-height: 92px; }
  .menu-grid .menu-icon { width: 32px; height: 32px; }
  .menu-grid .menu-label { font-size: 9.5px; }
}


/* v9 - visual sizing only. No connection, database, or feature logic changes. */
.jackpot-card{
  padding:18px 18px 14px;
  background:transparent;
  border-color:transparent;
  box-shadow:none;
}
.jackpot-title{font-size:22px;margin-bottom:10px}
.jackpot-title span{font-size:23px}
.jackpot-number{font-size:54px;padding:14px 10px;border-radius:16px}
.jackpot-currency{margin:9px auto 6px;padding:5px;font-size:13px;width:135px}
.jackpot-caption{font-size:14px}

/* Menu Utama lebih kecil dan seimbang */
.menu-grid .menu-card{min-height:122px;gap:5px}
.menu-grid .menu-icon{width:36px;height:36px}
.menu-grid .menu-label{font-size:13px;line-height:1.1}

@media(max-width:700px){
  .jackpot-section{padding:8px 2.8% 1px}
  .jackpot-card{padding:10px 8px 8px;border-radius:0}
  .jackpot-title{font-size:14px;margin-bottom:8px}
  .jackpot-title span{font-size:15px}
  .jackpot-number{font-size:27px;letter-spacing:1.5px;padding:11px 5px;border-radius:11px}
  .jackpot-currency{font-size:10px;width:88px;margin:6px auto 4px;padding:3px}
  .jackpot-caption{font-size:10px}
  .menu-grid{gap:7px}
  .menu-grid .menu-card{min-height:88px;border-radius:12px;gap:4px}
  .menu-grid .menu-icon{width:30px;height:30px}
  .menu-grid .menu-label{font-size:9px;line-height:1.08}
}
@media(max-width:390px){
  .jackpot-number{font-size:25px;padding:10px 4px}
  .menu-grid .menu-card{min-height:84px}
  .menu-grid .menu-icon{width:28px;height:28px}
  .menu-grid .menu-label{font-size:8.5px}
}


/* ================================================================
   REDPAY FINAL VISUAL TUNING
   Visual-only: no API, provider, login, register, database or link logic.
   ================================================================ */

/* Section titles: compact and aligned */
.section-heading{margin-bottom:12px}
.section-heading h2{font-size:24px;line-height:1.05;border-left-width:6px;padding-left:12px}
.section-heading a{display:none!important}

/* Menu: smaller icons/text, equal cards, precise 4-column mobile layout */
.menu-grid{gap:10px}
.menu-grid .menu-card{min-height:112px;gap:5px;border-radius:14px;padding:10px 5px}
.menu-grid .menu-icon{width:31px;height:31px;flex:0 0 31px}
.menu-grid .menu-label{font-size:11px;line-height:1.08;text-align:center;font-weight:800}
.menu-icon .menu-reference-icon{width:100%;height:100%;object-fit:contain}

/* Jackpot: low profile, transparent outer area, same red/gold palette */
.jackpot-section{padding:8px 3% 4px}
.jackpot-card{
  position:relative;
  max-width:900px;
  padding:8px 8px 10px;
  margin:auto;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.jackpot-title{
  position:relative;
  z-index:5;
  margin:0 0 8px;
  color:var(--gold)!important;
  font-size:18px;
  line-height:1.05;
  letter-spacing:.8px;
}
.jackpot-title span{font-size:18px}
.jackpot-number{
  position:relative;
  z-index:3;
  width:min(94%,700px);
  margin:0 auto;
  padding:10px 12px;
  border:2px solid var(--gold)!important;
  border-radius:13px;
  background:rgba(8,8,8,.92)!important;
  color:#fff!important;
  font-size:38px;
  line-height:1;
  font-weight:900;
  letter-spacing:2px;
  text-align:center;
  font-variant-numeric:tabular-nums;
  text-shadow:0 0 12px rgba(244,187,57,.38);
  box-shadow:0 0 14px rgba(244,187,57,.10),inset 0 0 18px rgba(244,187,57,.04)!important;
}
.jackpot-number:before,
.jackpot-number:after{
  content:"";
  position:absolute;
  pointer-events:none;
  border-radius:17px;
}
.jackpot-number:before{
  inset:-6px;
  z-index:-2;
  border:1px solid rgba(244,187,57,.38);
  box-shadow:0 0 12px rgba(244,187,57,.16);
}
.jackpot-number:after{
  inset:-11px;
  z-index:-3;
  border:1px solid rgba(244,187,57,.22);
}

/* Lightning surrounds all four sides of the jackpot number */
.jackpot-lightning{
  position:absolute!important;
  inset:-22px!important;
  z-index:4!important;
  display:block!important;
  pointer-events:none!important;
  overflow:visible!important;
}
.jackpot-lightning i{
  --rot:0deg;
  position:absolute;
  display:block;
  width:2px;
  height:30px;
  opacity:0;
  border-radius:4px;
  background:linear-gradient(to bottom,transparent,#fff 25%,#ffd45a 60%,transparent);
  filter:drop-shadow(0 0 3px #fff) drop-shadow(0 0 7px var(--gold));
  transform:rotate(var(--rot));
  animation:rpLightning 2.6s infinite ease-out;
}
.jackpot-lightning i:nth-child(1){left:4%;top:3%;--rot:28deg;animation-delay:.1s}
.jackpot-lightning i:nth-child(2){left:17%;top:-5%;--rot:-18deg;animation-delay:1.1s}
.jackpot-lightning i:nth-child(3){left:34%;top:-8%;--rot:24deg;animation-delay:.55s}
.jackpot-lightning i:nth-child(4){left:52%;top:-7%;--rot:-25deg;animation-delay:1.7s}
.jackpot-lightning i:nth-child(5){left:70%;top:-4%;--rot:17deg;animation-delay:.85s}
.jackpot-lightning i:nth-child(6){left:91%;top:3%;--rot:-28deg;animation-delay:1.35s}
.jackpot-lightning i:nth-child(7){right:1%;top:48%;--rot:90deg;animation-delay:.35s}
.jackpot-lightning i:nth-child(8){right:3%;bottom:4%;--rot:150deg;animation-delay:1.95s}
.jackpot-lightning i:nth-child(9){left:73%;bottom:-7%;--rot:-20deg;animation-delay:1.0s}
.jackpot-lightning i:nth-child(10){left:47%;bottom:-9%;--rot:28deg;animation-delay:.65s}
.jackpot-lightning i:nth-child(11){left:20%;bottom:-6%;--rot:-24deg;animation-delay:1.5s}
.jackpot-lightning i:nth-child(12){left:1%;top:51%;--rot:90deg;animation-delay:2.05s}
@keyframes rpLightning{
  0%,70%,100%{opacity:0;filter:drop-shadow(0 0 1px #fff)}
  72%{opacity:1;filter:drop-shadow(0 0 4px #fff) drop-shadow(0 0 10px var(--gold))}
  74%{opacity:.18}
  76%{opacity:1}
  81%{opacity:0}
}

/* Explicitly remove requested helper text */
.jackpot-currency,.jackpot-caption{display:none!important}

/* Contact block removed from visual layout only */
.rp-contact-hidden{display:none!important}

@media(max-width:700px){
  .section{padding:15px 2.8% 6px}
  .section-heading{margin-bottom:10px}
  .section-heading h2{font-size:20px;padding-left:10px;border-left-width:5px}
  .menu-grid{gap:7px}
  .menu-grid .menu-card{min-height:86px;padding:8px 4px;border-radius:12px;gap:4px}
  .menu-grid .menu-icon{width:27px;height:27px;flex-basis:27px}
  .menu-grid .menu-label{font-size:9px;line-height:1.05}

  .jackpot-section{padding:6px 2.8% 2px}
  .jackpot-card{padding:5px 3px 7px}
  .jackpot-title{font-size:15px;margin-bottom:7px;letter-spacing:.5px}
  .jackpot-title span{font-size:15px}
  .jackpot-number{width:95%;font-size:28px;letter-spacing:1.2px;padding:10px 5px;border-radius:11px}
  .jackpot-lightning{inset:-18px!important}
}
@media(max-width:390px){
  .section-heading h2{font-size:19px}
  .menu-grid .menu-card{min-height:82px}
  .menu-grid .menu-icon{width:25px;height:25px;flex-basis:25px}
  .menu-grid .menu-label{font-size:8.5px}
  .jackpot-title{font-size:14px}
  .jackpot-number{font-size:26px;padding:9px 4px}
}


/* ================================================================
   NEXUSGRR GAME ROLL - CONTINUOUS / NO-PAUSE / ROUND THUMBNAILS
   Data is rendered from tb_gamelist populated by Nexusgrr sync.
   ================================================================ */
.games-section.nexus-game-section{padding-top:8px}
.games-marquee{position:relative;overflow:hidden;width:100%;padding:3px 0 10px;touch-action:pan-y}
.games-track{display:flex;width:max-content;align-items:flex-start;gap:14px;animation:rpGamesContinuous 28s linear infinite;will-change:transform}
.games-marquee[data-speed="24"] .games-track{animation-duration:24s}
.games-marquee[data-speed="30"] .games-track{animation-duration:30s}
.game-card-round{display:block;flex:0 0 112px;width:112px;min-width:112px;text-align:center;text-decoration:none}
.game-card-round .game-thumb{width:112px;height:112px;aspect-ratio:1/1;border-radius:50%!important;overflow:hidden;border:2px solid rgba(239,23,37,.82);background:#101012;box-shadow:0 0 8px rgba(239,23,37,.20),0 0 18px rgba(239,23,37,.08);position:relative}
.game-card-round .game-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}
.game-card-round .game-placeholder{width:100%;height:100%;border-radius:50%;font-size:16px}
.game-card-round .game-name{font-size:11px;line-height:1.15;margin-top:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;font-weight:800}
.game-card-round .game-provider{font-size:9px;line-height:1.1;margin-top:3px;color:#8f8f94;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game-card-round .hot{position:absolute;right:7px;top:7px;font-size:7px;padding:3px 5px;border-radius:99px;background:#ef1725;color:#fff;font-weight:900;box-shadow:0 0 8px rgba(239,23,37,.55)}
.scatter-badge{position:absolute;left:50%;bottom:7px;transform:translateX(-50%);font-size:7px;line-height:1;padding:4px 7px;border-radius:99px;background:#050505;color:#fff;border:1px solid rgba(255,255,255,.28);font-weight:900;letter-spacing:.4px;box-shadow:0 0 7px rgba(0,0,0,.55);white-space:nowrap}
.empty-games{padding:18px;text-align:center;color:#777;font-size:12px}
@keyframes rpGamesContinuous{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media(max-width:700px){
  .games-section.nexus-game-section{padding-top:6px}
  .games-marquee{padding-bottom:8px}
  .games-track{gap:10px}
  .game-card-round{flex-basis:84px;width:84px;min-width:84px}
  .game-card-round .game-thumb{width:84px;height:84px}
  .game-card-round .game-name{font-size:9px;margin-top:5px}
  .game-card-round .game-provider{font-size:8px;margin-top:2px}
  .game-card-round .hot{right:5px;top:5px;font-size:6px;padding:2px 4px}
  .scatter-badge{bottom:5px;font-size:6px;padding:3px 5px}
}
@media(max-width:390px){
  .game-card-round{flex-basis:78px;width:78px;min-width:78px}
  .game-card-round .game-thumb{width:78px;height:78px}
}


/* FINAL HOME LAYOUT - three rows only, synchronized movement. */
.games-section.nexus-game-section{padding-top:8px}
.games-track{animation-duration:var(--track-duration,30s)!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;animation-delay:0s!important}
.games-marquee[data-speed]{--track-speed:38}
@media(max-width:700px){.games-track{gap:10px}.games-marquee[data-speed]{--track-speed:32}}


/* Contact page */
.contact-page{min-height:calc(100vh - 82px);padding:26px 4.5% 110px;background:radial-gradient(circle at 50% 0,rgba(255,20,40,.10),transparent 38%),#050505}
.contact-page-inner{max-width:760px;margin:0 auto}
.contact-page-title{font-size:30px;font-weight:900;margin:8px 0 8px;color:#fff}
.contact-page-subtitle{margin:0 0 24px;color:#999;font-size:15px}
.contact-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.contact-choice-card{display:flex;align-items:center;gap:16px;min-height:110px;padding:20px;border:1px solid #342024;border-radius:20px;background:linear-gradient(145deg,#151515,#090909);color:#fff;text-decoration:none;box-shadow:0 0 24px rgba(255,20,40,.08);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.contact-choice-card:hover{transform:translateY(-2px);border-color:#ef2034;box-shadow:0 0 28px rgba(255,20,40,.18)}
.contact-choice-icon{width:56px;height:56px;flex:0 0 56px;border-radius:16px;display:grid;place-items:center;background:#e91d32;color:#fff;font-size:28px;box-shadow:0 0 18px rgba(255,25,45,.25)}
.contact-choice-card b{display:block;font-size:19px;line-height:1.2;letter-spacing:.1px}.contact-choice-card small{display:block;color:#999;margin-top:5px;font-size:12px;word-break:break-word}.contact-choice-copy{display:flex;align-items:center;min-height:56px}.contact-choice-card:after{content:"›";margin-left:auto;font-size:30px;line-height:1;color:#5f5f63;transition:color .2s ease,transform .2s ease}.contact-choice-card:hover:after{color:#ef2034;transform:translateX(2px)}
.contact-choice-card.disabled{opacity:.48;pointer-events:none}
@media(max-width:700px){.contact-page{padding:22px 18px 105px}.contact-page-title{font-size:26px}.contact-choice{grid-template-columns:1fr;gap:12px}.contact-choice-card{min-height:88px;padding:16px}.contact-choice-icon{width:50px;height:50px;flex-basis:50px}}


/* MEMBER GAME MODE - tampil setelah login/daftar */
.member-top-info{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;line-height:1.05;margin-right:8px;color:#fff;min-width:92px}
.member-top-info b{font-size:12px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.member-top-info span{font-size:11px;color:#ff2638;font-weight:900;margin-top:4px}
.member-game-head{margin:18px 3% 4px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(255,28,48,.45);border-radius:18px;background:linear-gradient(145deg,#151515,#090909);box-shadow:0 0 22px rgba(255,20,40,.08)}
.member-game-kicker{font-size:10px;color:#ff2638;font-weight:900;letter-spacing:1.5px}
.member-game-head h1{font-size:21px;margin:4px 0 2px;color:#fff;max-width:55vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.member-game-head p{font-size:11px;color:#999;margin:0}
.member-game-head>strong{font-size:19px;color:#fff;white-space:nowrap}
.member-game-head+ .section{padding-top:12px}
@media(max-width:700px){.member-top-info{min-width:70px}.member-top-info b{font-size:10px;max-width:78px}.member-top-info span{font-size:9px}.member-game-head{margin:14px 3% 2px;padding:13px 14px;border-radius:15px}.member-game-head h1{font-size:17px}.member-game-head>strong{font-size:15px}}

/* ================================================================
   REDPAY MEMBER LOBBY - visual-only member presentation
   Keeps existing login, DB, Nexusgrr and feature routes untouched.
   ================================================================ */
.member-top-chip{display:flex;align-items:center;gap:9px;min-width:0;padding:6px 10px 6px 6px;border:1px solid rgba(255,32,48,.42);border-radius:14px;background:linear-gradient(135deg,#151517,#09090a);color:#fff;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.28)}
.member-chip-avatar{width:35px;height:35px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#ff2638,#9f0713);font-weight:900;font-size:15px;box-shadow:0 0 14px rgba(255,22,40,.22)}
.member-chip-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05;max-width:125px}.member-chip-text b{font-size:11px;max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-chip-text small{font-size:10px;color:#ff4b58;margin-top:4px;font-weight:900}.member-chip-arrow{font-size:15px;color:#8f8f94;margin-left:2px}
.member-lobby{position:relative;overflow:hidden;margin:14px 3% 0;min-height:126px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(255,31,48,.46);border-radius:24px;background:linear-gradient(115deg,#16090b 0%,#0c0c0f 46%,#13070a 100%);box-shadow:0 14px 35px rgba(0,0,0,.28),inset 0 0 35px rgba(255,20,40,.045)}
.member-lobby:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(255,26,43,.08),transparent 45%,rgba(255,26,43,.06));pointer-events:none}.member-lobby-glow{position:absolute;width:230px;height:230px;right:-70px;top:-110px;border-radius:50%;border:1px solid rgba(255,38,54,.28);box-shadow:0 0 55px rgba(255,20,40,.13),inset 0 0 35px rgba(255,20,40,.05)}
.member-lobby-main{position:relative;z-index:2;display:flex;align-items:center;gap:14px;min-width:0}.member-avatar{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,#ff2738,#970711);border:1px solid rgba(255,255,255,.12);font-size:25px;font-weight:900;box-shadow:0 0 24px rgba(255,21,39,.23)}
.member-welcome{min-width:0}.member-welcome span{font-size:9px;font-weight:900;letter-spacing:2px;color:#ff3b4a}.member-welcome h1{font-size:25px;line-height:1.05;margin:5px 0 5px;color:#fff;max-width:52vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-welcome p{margin:0;color:#96969b;font-size:11px}
.member-wallet{position:relative;z-index:2;min-width:155px;padding:13px 16px;border-radius:16px;background:rgba(5,5,6,.62);border:1px solid rgba(255,255,255,.07);text-align:right}.wallet-label{font-size:8px;letter-spacing:1.5px;color:#85858a;font-weight:900}.wallet-value{margin-top:5px;color:#fff;font-size:18px;font-weight:900;white-space:nowrap;text-shadow:0 0 14px rgba(255,35,50,.22)}
.member-quicknav{margin:10px 3% 0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.quick-item{display:flex;align-items:center;justify-content:center;gap:7px;min-height:48px;padding:7px 8px;border:1px solid #24171a;border-radius:14px;background:#0d0d0f;color:#9b9b9f;transition:.2s}.quick-item.active,.quick-item:hover{border-color:rgba(255,31,48,.5);color:#fff;background:linear-gradient(145deg,#171012,#0d0d0f);box-shadow:0 0 16px rgba(255,20,40,.07)}.quick-icon{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#17171a;color:#ff3444;font-size:15px;font-weight:900}.quick-item b{font-size:10px}
.member-categories{padding:18px 3% 2px}.member-category-title{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:9px}.member-category-title span{font-size:17px;font-weight:900;letter-spacing:.7px;border-left:4px solid var(--red);padding-left:9px}.member-category-title small{font-size:9px;color:#727278}.category-scroll{display:flex;gap:8px;overflow:auto;padding:1px 0 5px;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.category-pill{flex:0 0 auto;padding:8px 13px;border-radius:99px;border:1px solid #2a1a1d;background:#0d0d0f;color:#929297;font-size:10px;font-weight:900}.category-pill.active{background:linear-gradient(135deg,#ed1728,#a90713);border-color:#ef2435;color:#fff;box-shadow:0 5px 14px rgba(239,23,37,.16)}
.member-account-panel{display:none;position:relative;margin:10px 3% 0;padding:16px;border:1px solid rgba(255,31,48,.42);border-radius:18px;background:linear-gradient(145deg,#151517,#09090a);box-shadow:0 14px 30px rgba(0,0,0,.34)}.member-account-panel.open{display:block}.account-panel-head{display:flex;justify-content:space-between;align-items:center}.account-panel-head span{display:block;color:#ff3b4a;font-size:8px;letter-spacing:1.5px;font-weight:900}.account-panel-head b{display:block;margin-top:3px;font-size:16px}.account-close{width:31px;height:31px;border-radius:10px;border:1px solid #3a2226;background:#101012;color:#fff;font-size:21px;line-height:1;cursor:pointer}.account-balance-row{margin-top:13px;padding:12px;border-radius:13px;background:#0b0b0d;border:1px solid #24191b;display:flex;justify-content:space-between;gap:10px}.account-balance-row span{color:#85858a;font-size:10px}.account-balance-row strong{font-size:13px;color:#fff}.account-details{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px}.account-details div{padding:10px;border-radius:12px;background:#0c0c0e;border:1px solid #211619}.account-details span{display:block;color:#77777c;font-size:8px}.account-details b{display:block;color:#eee;font-size:9px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-logout{display:flex;justify-content:center;margin-top:10px;padding:10px;border-radius:11px;border:1px solid rgba(255,31,48,.32);color:#ff4451;font-size:9px;font-weight:900}
.member-categories + .member-account-panel + .section{padding-top:12px}
body:has(.member-lobby) .topbar{height:72px;padding:10px 3%;background:rgba(6,6,7,.94);backdrop-filter:blur(12px)}
body:has(.member-lobby) .brand img{max-height:42px;max-width:160px}body:has(.member-lobby) .btn{height:42px;padding:0 18px;font-size:13px}
body:has(.member-lobby) .games-section:first-of-type{padding-top:4px}
@media(max-width:700px){
  body:has(.member-lobby) .topbar{height:64px;padding:8px 12px}.member-top-chip{padding-right:7px;border-radius:12px}.member-chip-avatar{width:31px;height:31px;border-radius:9px;font-size:13px}.member-chip-text{max-width:92px}.member-chip-text b{font-size:9px;max-width:92px}.member-chip-text small{font-size:8px;margin-top:3px}.member-chip-arrow{font-size:13px}
  .member-lobby{margin:10px 12px 0;padding:16px 14px;min-height:112px;border-radius:19px}.member-lobby-main{gap:10px}.member-avatar{width:48px;height:48px;flex-basis:48px;border-radius:15px;font-size:20px}.member-welcome span{font-size:7px;letter-spacing:1.4px}.member-welcome h1{font-size:18px;max-width:48vw;margin:4px 0}.member-welcome p{font-size:9px;white-space:nowrap}.member-wallet{min-width:0;width:118px;padding:10px 9px;border-radius:13px}.wallet-label{font-size:7px}.wallet-value{font-size:12px;margin-top:4px}
  .member-quicknav{margin:8px 12px 0;gap:6px}.quick-item{min-height:44px;border-radius:12px;gap:5px;padding:6px 4px}.quick-icon{width:22px;height:22px;font-size:13px}.quick-item b{font-size:8px}.member-categories{padding:14px 12px 1px}.member-category-title{margin-bottom:8px}.member-category-title span{font-size:14px}.member-category-title small{font-size:8px}.category-pill{padding:7px 11px;font-size:9px}
  .member-account-panel{margin:8px 12px 0;padding:13px;border-radius:15px}.account-details{grid-template-columns:1fr}.account-balance-row strong{font-size:12px}
}
@media(max-width:390px){.member-lobby{padding:14px 11px}.member-wallet{width:105px}.wallet-value{font-size:10px}.member-welcome h1{font-size:16px}.member-welcome p{font-size:8px}.quick-item b{font-size:7px}}

/* ================================================================
   REDPAY MEMBER LOBBY V2 - polished mobile dashboard
   Visual presentation only. Existing DB/API/auth routes untouched.
   ================================================================ */
body:has(.member-dashboard){background:#050505}
body:has(.member-dashboard) .topbar{height:72px;padding:9px 3%;background:rgba(5,5,6,.97);border-bottom:1px solid #251014;box-shadow:0 8px 24px rgba(0,0,0,.35)}
body:has(.member-dashboard) .brand img{max-height:48px;max-width:170px}
.member-top-chip{border:1px solid #42151b!important;border-radius:16px!important;background:linear-gradient(135deg,#171719,#09090a)!important;padding:5px 9px 5px 5px!important}
.member-chip-avatar{background:linear-gradient(145deg,#ff2638,#9b0714)!important}
.member-chip-text small{color:#ff3949!important}
.member-dashboard{padding:16px 3% 8px;max-width:1280px;margin:auto}
.member-welcome-line{display:flex;align-items:center;justify-content:space-between;gap:12px}
.member-welcome-line span{font-size:9px;letter-spacing:1.7px;color:#8b8b91;font-weight:900}
.member-welcome-line h1{margin:4px 0 0;font-size:26px;line-height:1;font-weight:900}
.member-balance{display:flex;align-items:center;gap:9px;padding:7px 8px 7px 12px;border:1px solid #48151b;border-radius:15px;background:linear-gradient(135deg,#151518,#09090a);color:#fff;cursor:pointer;box-shadow:0 7px 20px rgba(0,0,0,.25)}
.member-balance small{color:#85858b;font-size:8px;font-weight:900;letter-spacing:1px}.member-balance strong{font-size:12px;white-space:nowrap}.member-balance b{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(145deg,#ff2535,#bd0715);font-size:20px;line-height:1}
.member-hero-wrap{padding:4px 2.4% 0;max-width:1280px;margin:auto}.member-hero-slider{height:205px;border-radius:20px;border-color:#6d151e}.member-dots{bottom:9px;gap:6px}.member-dots .dot{width:7px;height:7px}.member-dots .dot.active{width:22px}
.member-shortcuts{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:14px 3% 0;max-width:1220px;margin-left:auto;margin-right:auto;border:1px solid #351419;border-radius:18px;background:linear-gradient(145deg,#121214,#09090a);overflow:hidden}
.member-shortcuts a{min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #302e31;color:#fff}.member-shortcuts a:last-child{border-right:0}.shortcut-icon{font-size:29px;line-height:1;filter:saturate(.8);margin-bottom:7px}.member-shortcuts b{font-size:12px}.member-shortcuts small{font-size:9px;color:#818187;margin-top:4px}
body:has(.member-dashboard) .member-categories{max-width:1280px;margin:auto;padding:15px 3% 4px}.member-categories .category-scroll{display:flex;gap:9px;overflow:auto;scrollbar-width:none}.member-categories .category-scroll::-webkit-scrollbar{display:none}.member-categories .category-pill{padding:10px 18px;border-radius:99px;background:#0e0e10;border-color:#2f2f32;font-size:11px;white-space:nowrap}.member-categories .category-pill.active{background:linear-gradient(135deg,#ef1725,#a90814);border-color:#ef1725;box-shadow:0 7px 18px rgba(239,23,37,.18)}
body:has(.member-dashboard) .games-section{max-width:1280px;margin:auto;padding-top:9px}.member-account-panel{position:fixed!important;right:16px;top:82px;width:min(360px,calc(100vw - 32px));z-index:140;margin:0!important;display:none!important}.member-account-panel.open{display:block!important}.account-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.58);backdrop-filter:blur(3px);z-index:130}.account-backdrop.open{display:block}.account-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:9px}.account-actions a{display:flex;flex-direction:column;align-items:center;gap:4px;padding:9px;border-radius:11px;background:#0c0c0e;border:1px solid #211519;color:#fff}.account-actions b{font-size:16px;color:#ff2c3c}.account-actions span{font-size:9px;color:#999}
@media(max-width:700px){
 body:has(.member-dashboard) .topbar{height:62px;padding:7px 12px}.member-top-chip{max-width:142px}.member-chip-avatar{width:30px;height:30px}.member-chip-text{max-width:83px}.member-chip-text b{font-size:9px}.member-chip-text small{font-size:8px}
 .member-dashboard{padding:13px 12px 7px}.member-welcome-line span{font-size:7px}.member-welcome-line h1{font-size:20px}.member-balance{padding:6px 6px 6px 9px;border-radius:12px;gap:6px}.member-balance strong{font-size:10px}.member-balance b{width:25px;height:25px;font-size:18px}
 .member-hero-wrap{padding:5px 10px 0}.member-hero-slider{height:137px;border-radius:15px}.member-dots{bottom:7px}
 .member-shortcuts{margin:10px 12px 0;border-radius:14px;grid-template-columns:repeat(5,1fr)}.member-shortcuts a{min-height:76px}.shortcut-icon{font-size:22px;margin-bottom:5px}.member-shortcuts b{font-size:8px}.member-shortcuts small{font-size:6.5px}
 body:has(.member-dashboard) .member-categories{padding:11px 12px 3px}.member-categories .category-pill{padding:8px 13px;font-size:8.5px}
 body:has(.member-dashboard) .games-section{padding-top:6px}.member-account-panel{top:auto;right:10px;left:10px;bottom:94px;width:auto}.account-details{grid-template-columns:1fr}.account-backdrop{bottom:0}
}
@media(max-width:390px){.member-shortcuts a{min-height:70px}.shortcut-icon{font-size:19px}.member-shortcuts b{font-size:7px}.member-shortcuts small{display:none}.member-hero-slider{height:125px}.member-welcome-line h1{font-size:18px}}

/* Banner fix: tampilkan seluruh gambar tanpa crop pada desktop/mobile */
.hero-slider,
.member-hero-slider{
  height:auto !important;
  aspect-ratio:2 / 1 !important;
}
.hero-bg-image,
.member-hero-slider .hero-bg-image{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#09090a;
}
@media (max-width:700px){
  .hero-slider,
  .member-hero-slider{
    height:auto !important;
    aspect-ratio:2 / 1 !important;
  }
}

/* STARXBOY logo: neon kontur + garis neon berjalan seperti ritme Jackpot Progresif.
   HANYA efek logo. Efek Jackpot Progresif dan komponen lain tidak disentuh. */
.brand{
    position:relative;
    isolation:isolate;
}
.brand img{
    position:relative;
    z-index:3;
    width:auto!important;
    height:auto!important;
    max-width:250px!important;
    max-height:72px!important;
    object-fit:contain!important;
    filter:none!important;
}
.brand::before,
.brand::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background-repeat:no-repeat;
    background-position:left center;
    background-size:contain;
}
/* Lapisan dasar: kontur merah tipis tetap mengelilingi alpha/bentuk logo. */
.brand::before{
    z-index:1;
    background-image:var(--site-logo);
    opacity:.86;
    filter:
      drop-shadow( 1px  0   0 rgba(255,37,53,.96))
      drop-shadow(-1px  0   0 rgba(255,37,53,.96))
      drop-shadow( 0    1px 0 rgba(255,37,53,.96))
      drop-shadow( 0   -1px 0 rgba(255,37,53,.96))
      drop-shadow( 1px  1px 0 rgba(255,20,42,.82))
      drop-shadow(-1px  1px 0 rgba(255,20,42,.82))
      drop-shadow( 1px -1px 0 rgba(255,20,42,.82))
      drop-shadow(-1px -1px 0 rgba(255,20,42,.82))
      drop-shadow(0 0 4px rgba(255,22,43,.54));
}
/* Lapisan bergerak: potongan garis neon putih-merah menyapu kontur huruf.
   Gambar asli berada di atas lapisan ini, jadi cahaya terlihat DI LUAR garis teks,
   bukan mengisi teks. Mask selalu memakai logo yang sedang di-upload. */
.brand::after{
    z-index:2;
    background:
      repeating-linear-gradient(
        90deg,
        transparent 0%,
        transparent 9%,
        rgba(255,32,48,.08) 10%,
        rgba(255,245,247,1) 12%,
        rgba(255,42,58,1) 14%,
        transparent 17%,
        transparent 28%
      );
    background-size:220% 100%;
    -webkit-mask-image:var(--site-logo);
    mask-image:var(--site-logo);
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    -webkit-mask-position:left center;
    mask-position:left center;
    -webkit-mask-size:contain;
    mask-size:contain;
    filter:
      drop-shadow( 1px  0   0 rgba(255,255,255,1))
      drop-shadow(-1px  0   0 rgba(255,255,255,1))
      drop-shadow( 0    1px 0 rgba(255,255,255,1))
      drop-shadow( 0   -1px 0 rgba(255,255,255,1))
      drop-shadow(0 0 3px rgba(255,52,68,.98))
      drop-shadow(0 0 7px rgba(255,18,42,.76));
    animation:starxboy-logo-contour-run 2.25s linear infinite;
    will-change:background-position;
}
@keyframes starxboy-logo-contour-run{
    from{background-position:210% 50%;}
    to{background-position:-110% 50%;}
}
@media (prefers-reduced-motion:reduce){
    .brand::after{animation:none;background-position:50% 50%;}
}
@media(max-width:700px){
    .brand img{max-width:195px!important;max-height:62px!important}
}

/* MENU UTAMA: ukuran ikon referensi premium (hanya ikon menu, tidak menyentuh Jackpot Progresif). */
.menu-grid .menu-icon{width:44px;height:44px;flex:0 0 44px}
.menu-grid .menu-icon .menu-reference-icon{width:100%;height:100%;object-fit:contain;display:block}
@media(max-width:700px){.menu-grid .menu-icon{width:39px;height:39px;flex-basis:39px}}
@media(max-width:390px){.menu-grid .menu-icon{width:37px;height:37px;flex-basis:37px}}


/* Performance: logo website utama dibuat statis tanpa efek neon.
   Hanya pseudo-layer .brand yang dimatikan; banner/jackpot dan efek lain tidak disentuh. */
.brand::before,.brand::after{display:none!important;animation:none!important;filter:none!important;will-change:auto!important;}
.brand img{filter:none!important;}

/* Penyempurnaan UI 2026-09-05 */
.brand::before,.brand::after{display:none!important;animation:none!important;filter:none!important;will-change:auto!important}.brand img,.more-brand img{filter:none!important}.bottom-nav .nav-icon{transition:transform .15s ease}.bottom-nav a.active .nav-icon{transform:translateY(-1px);filter:drop-shadow(0 0 7px rgba(255,36,52,.34))}
/* Final dark-form readability audit */
body input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),body textarea,body select{caret-color:#fff}
body input::placeholder,body textarea::placeholder{opacity:1}

/* Jackpot final cleanup: remove legacy red/electric effects everywhere. */
.jackpot-number::before,.jackpot-number::after{border-color:rgba(244,187,57,.32)!important;box-shadow:none!important;filter:none!important}
.jackpot-lightning{display:none!important}
