*,
*::before,
*::after{box-sizing:border-box}
:root{
  --pink:#f64f91;
  --pink-2:#ff7aac;
  --pink-soft:#fff1f6;
  --green:#23c99a;
  --green-dark:#0f9c76;
  --navy:#172033;
  --text:#4c2337;
  --muted:#8d6d7d;
  --line:#efc6d7;
  --card:#ffffff;
  --shadow:0 12px 30px rgba(108,30,68,.10);
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  min-width:320px;
  min-height:100vh;
  color:var(--text);
  background:
    radial-gradient(circle at 90% 0,rgba(255,122,172,.18),transparent 34%),
    linear-gradient(180deg,#fffafd 0%,#fff2f7 58%,#fffafd 100%);
  font-family:Inter,Arial,Helvetica,sans-serif;
}
body.modal-open{overflow:hidden}
a{color:inherit}
img{display:block;max-width:100%}
button,input,select{font:inherit}
button{cursor:pointer}
[hidden]{display:none!important}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:82px;
  padding:9px clamp(14px,4vw,42px);
  background:rgba(255,255,255,.94);
  border-bottom:1px solid #f1b7cf;
  backdrop-filter:blur(16px);
  box-shadow:0 5px 18px rgba(115,28,68,.07);
}
.brand{display:block;line-height:0}
.site-logo{width:clamp(180px,26vw,310px);height:auto;object-fit:contain}
.header-right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:6px;
}
.indo-clock{
  min-width:150px;
  padding:5px 12px;
  color:#7f3154;
  background:#fff8fb;
  border:1px solid #f5a0c2;
  border-radius:10px;
  text-align:center;
  font-size:10px;
  font-weight:800;
  box-shadow:0 3px 12px rgba(156,47,96,.10);
}
#jamIndonesia{margin-top:1px;font-size:15px;font-weight:900;letter-spacing:.05em}
.main-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  flex-wrap:wrap;
}
.main-nav a,
.main-nav button{
  min-height:34px;
  min-width:76px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#06231c;
  background:linear-gradient(180deg,#37dbad,#20c897);
  border:1px solid #13a77f;
  border-radius:8px;
  font-size:10px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 4px 10px rgba(31,169,127,.15);
}
.main-nav a:hover,
.main-nav button:hover{filter:brightness(1.04);transform:translateY(-1px)}

.ticker{
  overflow:hidden;
  background:#063d34;
  border-bottom:1px solid #0a6d5c;
}
.ticker-track{
  width:max-content;
  min-width:100%;
  padding:7px 0;
  color:#fff;
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
  animation:ticker 24s linear infinite;
}
@keyframes ticker{
  from{transform:translateX(100vw)}
  to{transform:translateX(-100%)}
}

.page-shell{
  width:min(1180px,calc(100% - 24px));
  margin:0 auto;
  padding:18px 0 48px;
}

.category-nav{
  display:grid;
  grid-template-columns:60px repeat(6,minmax(0,1fr));
  overflow:hidden;
  margin-bottom:12px;
  background:#efefef;
  border:1px solid #d9d9d9;
  border-radius:10px;
  box-shadow:0 4px 10px rgba(0,0,0,.04);
}
.category-nav a,
.category-nav span{
  min-height:42px;
  padding:0 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:#171717;
  border-right:1px solid #d7d7d7;
  text-align:center;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}
.category-nav a:last-child,
.category-nav span:last-child{border-right:0}
.category-nav .active{
  color:#6f2446;
  background:#fff;
  box-shadow:inset 0 -3px 0 var(--pink);
}
.category-nav .muted-tab{color:#7c7c7c}

.hero-card{
  overflow:hidden;
  position:relative;
  margin-bottom:14px;
  background:#fff;
  border:1px solid #efc4d6;
  border-radius:14px;
  box-shadow:var(--shadow);
}
.hero-image{
  width:100%;
  aspect-ratio:16/6.7;
  object-fit:cover;
}
.hero-overlay{
  position:absolute;
  inset:auto 0 0 0;
  padding:38px 18px 16px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  background:linear-gradient(180deg,transparent,rgba(78,18,46,.75));
}
.hero-overlay h1{margin:0;color:#fff;font-size:clamp(18px,3vw,34px)}
.hero-overlay p{margin:4px 0 0;color:#ffe6f0;font-size:11px}

.section-card{
  margin-top:14px;
  padding:14px;
  background:rgba(255,255,255,.88);
  border:1px solid #efc5d6;
  border-radius:14px;
  box-shadow:var(--shadow);
}
.section-head{
  margin-bottom:12px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
}
.section-head h2{margin:0;font-size:19px}
.section-head p{margin:4px 0 0;color:var(--muted);font-size:10px}
.eyebrow{
  margin:0 0 5px!important;
  color:var(--pink);
  font-size:9px!important;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.provider-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:4px;
  background:#cfcfcf;
  border:1px solid #c6c6c6;
  border-radius:9px;
  overflow:hidden;
}
.provider-card{
  min-width:0;
  min-height:52px;
  padding:7px 10px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#2b2227;
  background:linear-gradient(180deg,#fff,#f7f7f7);
  text-decoration:none;
  border:1px solid rgba(0,0,0,.08);
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
}
.provider-card:hover{
  z-index:2;
  transform:translateY(-1px);
  background:#fff;
  box-shadow:0 8px 18px rgba(65,24,43,.12);
}
.provider-card.active{
  color:#fff;
  background:linear-gradient(135deg,#78435b,#a84170);
  border-color:#743d57;
}
.provider-logo-wrap{
  flex:0 0 35px;
  width:35px;
  height:30px;
  display:grid;
  place-items:center;
}
.provider-logo{
  max-width:35px;
  max-height:28px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.provider-card.active .provider-logo{filter:drop-shadow(0 1px 1px rgba(255,255,255,.15))}
.provider-name{
  min-width:0;
  display:block;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.provider-count{
  display:block;
  margin-top:2px;
  color:#8a7c83;
  font-size:8px;
  font-weight:700;
}
.provider-card.active .provider-count{color:#f4dce7}

.toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:11px;
}
.toolbar-tabs{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
}
.toolbar-tab{
  min-height:34px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#543040;
  background:#fff;
  border:1px solid #e3b9ca;
  border-radius:7px;
  text-decoration:none;
  font-size:9px;
  font-weight:900;
}
.toolbar-tab.active{
  color:#fff;
  background:#6e5560;
  border-color:#6e5560;
}
.search-inline{
  min-width:240px;
  max-width:380px;
  width:100%;
  display:flex;
}
.search-inline input{
  min-width:0;
  width:100%;
  height:36px;
  padding:0 12px;
  color:#643149;
  background:#fff;
  border:1px solid var(--pink-2);
  border-right:0;
  border-radius:8px 0 0 8px;
  outline:0;
  font-size:10px;
}
.search-inline input:focus{box-shadow:0 0 0 3px rgba(246,79,145,.12)}
.search-inline button{
  width:42px;
  height:36px;
  color:#fff;
  background:linear-gradient(135deg,var(--pink),var(--pink-2));
  border:1px solid var(--pink);
  border-radius:0 8px 8px 0;
  font-weight:900;
}

.game-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.game-card{
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid #efc8d8;
  border-radius:12px;
  box-shadow:0 8px 18px rgba(99,31,63,.08);
  transition:transform .15s ease,box-shadow .15s ease;
}
.game-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 26px rgba(99,31,63,.13);
}
.game-image-wrap{
  position:relative;
  overflow:hidden;
  aspect-ratio:1/1;
  background:linear-gradient(135deg,#fbe9f1,#fff);
}
.game-image{
  width:100%;
  height:100%;
  object-fit:cover;
}
.game-body{padding:9px}
.game-name{
  margin:0;
  min-height:30px;
  color:#442435;
  font-size:11px;
  font-weight:900;
  line-height:1.35;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.game-provider{
  margin:4px 0 0;
  color:#a07387;
  font-size:8px;
  font-weight:800;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.rtp-pill{
  margin-top:8px;
  min-height:28px;
  padding:0 8px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.02em;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
}
.rtp-blue{color:#fff;background:linear-gradient(135deg,#2576ff,#4d9bff)}
.rtp-green{color:#073829;background:linear-gradient(135deg,#66e5b8,#27c995)}
.rtp-orange{color:#4d2700;background:linear-gradient(135deg,#ffc36e,#ff982f)}
.rtp-yellow{color:#4e4200;background:linear-gradient(135deg,#ffe878,#ffd331)}
.rtp-red{color:#fff;background:linear-gradient(135deg,#f05367,#d83950)}

.load-more-wrap{margin-top:16px;text-align:center}
.load-more{
  min-height:40px;
  padding:0 20px;
  color:#fff;
  background:linear-gradient(135deg,#7b3457,var(--pink));
  border:0;
  border-radius:9px;
  font-size:10px;
  font-weight:900;
  box-shadow:0 7px 18px rgba(184,48,109,.19);
}
.result-meta{color:#9b7385;font-size:9px;font-weight:700}
.empty-state{
  grid-column:1/-1;
  padding:40px 15px;
  color:#956b7d;
  background:#fff;
  border:1px dashed #e9b8cd;
  border-radius:12px;
  text-align:center;
  font-size:11px;
}

.provider-hero{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:15px;
  margin-bottom:14px;
  padding:16px;
  background:#fff;
  border:1px solid #efc5d6;
  border-radius:14px;
  box-shadow:var(--shadow);
}
.provider-hero-logo{
  width:74px;
  height:58px;
  display:grid;
  place-items:center;
  background:#fafafa;
  border:1px solid #e8e8e8;
  border-radius:10px;
}
.provider-hero-logo img{max-width:62px;max-height:42px}
.provider-hero h1{margin:0;font-size:23px}
.provider-hero p{margin:4px 0 0;color:var(--muted);font-size:10px}
.back-button{
  min-height:36px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#6c2c4a;
  background:#fff5f9;
  border:1px solid #edb7ce;
  border-radius:8px;
  text-decoration:none;
  font-size:9px;
  font-weight:900;
}

.provider-strip{
  display:flex;
  gap:6px;
  overflow-x:auto;
  padding:3px 1px 8px;
  scrollbar-width:thin;
  scrollbar-color:#d79ab5 transparent;
}
.provider-strip a{
  flex:0 0 auto;
  min-height:34px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#5d3848;
  background:#fff;
  border:1px solid #e7bfce;
  border-radius:8px;
  text-decoration:none;
  font-size:8px;
  font-weight:900;
}
.provider-strip a.active{
  color:#fff;
  background:#793b59;
  border-color:#793b59;
}
.provider-strip img{width:23px;height:18px;object-fit:contain}

.provider-tools{
  display:grid;
  grid-template-columns:minmax(0,1fr) 180px;
  gap:8px;
  margin-bottom:13px;
}
.provider-tools .search-inline{min-width:0;max-width:none}
.sort-select{
  width:100%;
  height:36px;
  padding:0 10px;
  color:#603349;
  background:#fff;
  border:1px solid #e3b9ca;
  border-radius:8px;
  outline:0;
  font-size:9px;
  font-weight:800;
}

.note-box{
  margin-top:18px;
  padding:11px 13px;
  color:#8b6476;
  background:#fff8fb;
  border:1px solid #efcade;
  border-radius:10px;
  font-size:9px;
  line-height:1.5;
}

.site-footer{
  margin-top:24px;
  padding:18px 12px 28px;
  color:#9b7787;
  text-align:center;
  font-size:9px;
}

.floating-livechat{
  position:fixed;
  z-index:45;
  right:15px;
  bottom:15px;
  width:68px;
  height:68px;
  overflow:hidden;
  border-radius:50%;
  box-shadow:0 10px 24px rgba(58,20,38,.22);
}
.floating-livechat img{width:100%;height:100%;object-fit:cover}

.search-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:100;
  display:grid;
  place-items:center;
  padding:16px;
  background:rgba(31,12,22,.58);
  backdrop-filter:blur(5px);
}
.search-modal{
  width:min(680px,100%);
  max-height:min(760px,90vh);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #e8b9cd;
  border-radius:15px;
  box-shadow:0 28px 80px rgba(55,13,34,.28);
}
.search-modal-head{
  padding:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border-bottom:1px solid #f0d2df;
}
.search-modal-head h2{margin:0;font-size:16px}
.close-modal{
  width:34px;height:34px;
  display:grid;place-items:center;
  color:#7d3756;background:#fff4f8;
  border:1px solid #edc1d3;border-radius:8px;
  font-weight:900;
}
.search-modal-body{padding:14px;overflow:auto}
.modal-search{
  display:flex;
  margin-bottom:10px;
}
.modal-search input{
  width:100%;height:40px;padding:0 12px;
  color:#5b2f43;background:#fff;
  border:1px solid #ef9fc0;border-radius:8px;
  outline:0;font-size:11px;
}
.global-search-results{display:grid;gap:6px}
.global-result{
  padding:8px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  color:#452537;
  background:#fff9fb;
  border:1px solid #f0cedc;
  border-radius:9px;
  text-decoration:none;
}
.global-result img{
  width:48px;height:48px;
  object-fit:cover;
  border-radius:7px;
}
.global-result strong{
  display:block;
  font-size:10px;
  line-height:1.35;
}
.global-result small{
  display:block;
  margin-top:3px;
  color:#9b7485;
  font-size:8px;
}
.global-result span{
  color:var(--pink);
  font-size:9px;
  font-weight:900;
}
.modal-help{margin:4px 0 10px;color:#9b7485;font-size:9px}

@media (max-width:900px){
  .provider-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .category-nav{grid-template-columns:48px repeat(3,minmax(0,1fr))}
  .category-nav .desktop-extra{display:none}
}
@media (max-width:650px){
  .site-header{position:relative;min-height:72px;padding:7px 10px;align-items:flex-start}
  .site-logo{width:155px;margin-top:5px}
  .indo-clock{min-width:122px;padding:4px 7px;font-size:8px}
  #jamIndonesia{font-size:12px}
  .main-nav{gap:4px}
  .main-nav a,.main-nav button{min-width:55px;min-height:28px;padding:0 8px;font-size:8px}
  .page-shell{width:calc(100% - 12px);padding-top:9px}
  .category-nav{grid-template-columns:42px repeat(3,minmax(0,1fr));border-radius:7px}
  .category-nav a,.category-nav span{min-height:36px;padding:0 5px;font-size:9px}
  .hero-card{border-radius:10px}
  .hero-image{aspect-ratio:16/7.3}
  .hero-overlay{padding:26px 10px 9px}
  .hero-overlay h1{font-size:17px}
  .hero-overlay p{font-size:8px}
  .section-card{padding:9px;border-radius:10px}
  .section-head h2{font-size:15px}
  .section-head p{font-size:8px}
  .provider-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}
  .provider-card{min-height:46px;padding:5px 7px;gap:7px}
  .provider-logo-wrap{flex-basis:30px;width:30px;height:26px}
  .provider-logo{max-width:30px;max-height:23px}
  .provider-name{font-size:9px}
  .provider-count{font-size:7px}
  .toolbar{align-items:stretch;flex-direction:column}
  .toolbar-tabs{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}
  .toolbar-tab{padding:0 6px;justify-content:center;font-size:7px}
  .search-inline{min-width:0;max-width:none}
  .game-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}
  .game-card{border-radius:7px}
  .game-body{padding:5px}
  .game-name{min-height:24px;font-size:8px;line-height:1.35}
  .game-provider{font-size:6px;margin-top:2px}
  .rtp-pill{min-height:22px;margin-top:5px;padding:0 2px;border-radius:5px;font-size:7px}
  .provider-hero{grid-template-columns:52px minmax(0,1fr);gap:9px;padding:10px}
  .provider-hero-logo{width:52px;height:44px}
  .provider-hero-logo img{max-width:43px;max-height:31px}
  .provider-hero h1{font-size:16px}
  .provider-hero p{font-size:8px}
  .provider-hero .back-button{grid-column:1/-1;min-height:32px}
  .provider-tools{grid-template-columns:1fr;gap:6px}
  .floating-livechat{right:9px;bottom:9px;width:54px;height:54px}
  .global-result{grid-template-columns:42px minmax(0,1fr)}
  .global-result img{width:42px;height:42px}
  .global-result span{display:none}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
  .ticker-track{animation:none;transform:none}
}


/* =========================================================
   POLISH FINAL â€” layout lebih rapi + ringan
   ========================================================= */
:root{
  --pink:#f44f91;
  --pink-2:#ff78ad;
  --pink-soft:#fff3f8;
  --green:#25cda0;
  --text:#51233a;
  --muted:#927184;
  --line:#efcada;
  --shadow:0 12px 28px rgba(99,31,63,.09);
}
body{background:linear-gradient(180deg,#fff 0,#fff5f9 42%,#fff 100%)}
.site-header{min-height:76px;padding-top:8px;padding-bottom:8px}
.site-logo{width:clamp(175px,23vw,280px)}
.page-shell{width:min(1120px,calc(100% - 22px));padding-top:14px}
.category-nav{border-radius:8px;margin-bottom:10px;background:#f3f3f3}
.category-nav a,.category-nav span{min-height:40px;font-size:11px}
.hero-card{border-radius:12px;margin-bottom:12px}
.hero-image{aspect-ratio:16/5.5;object-position:center}
.hero-overlay{padding:42px 16px 14px}
.section-card{padding:13px;border-radius:12px;margin-top:12px}
.section-head{margin-bottom:11px}
.section-head h2{font-size:18px}
.provider-grid{gap:5px;background:transparent;border:0;overflow:visible}
.provider-card{
  min-height:58px;padding:7px 9px;gap:9px;
  border:1px solid #e7d4dc;border-radius:8px;
  background:linear-gradient(180deg,#fff,#fbf8fa);
  box-shadow:0 2px 5px rgba(75,31,51,.035)
}
.provider-card:hover{border-color:#f18ab5;box-shadow:0 7px 16px rgba(88,30,56,.11)}
.provider-logo-wrap{flex-basis:44px;width:44px;height:37px;background:#fff;border:1px solid #f0e9ec;border-radius:7px}
.provider-logo{max-width:39px;max-height:30px}
.provider-name{font-size:10px;letter-spacing:.01em}
.provider-count{font-size:7px;color:#a18591}
.toolbar{padding-top:2px}
.toolbar-tab{min-height:33px;background:#fff;border-color:#e7cbd7}
.game-grid{gap:10px}
.game-card{border-radius:10px;border-color:#ead5de;box-shadow:0 5px 13px rgba(77,27,50,.065)}
.game-image-wrap{background:#f8f4f6;border-bottom:1px solid #f0dce5}
.game-image{transition:transform .22s ease}
.game-card:hover .game-image{transform:scale(1.025)}
.game-body{padding:8px}
.game-name{font-size:10px;min-height:27px}
.game-provider{font-size:7px}
.rtp-pill{justify-content:space-between;padding:0 8px;min-height:26px}
.rtp-pill span{font-size:7px;opacity:.82}.rtp-pill strong{font-size:10px}
.provider-hero{padding:13px;border-radius:12px}
.provider-hero-logo{width:82px;height:62px;background:#fff;border-color:#eadde3}
.provider-hero-logo img{max-width:68px;max-height:45px}
.provider-strip a{min-height:38px;background:#fff;border-color:#ead4de}
.provider-strip img{width:28px;height:21px}
.search-inline input,.search-inline button,.sort-select{height:38px}
.floating-livechat{width:62px;height:62px}

@media (max-width:900px){
  .provider-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:650px){
  .site-header{min-height:66px;align-items:center}
  .header-right{gap:4px}.indo-clock{display:none}
  .site-logo{width:145px;margin:0}
  .page-shell{width:calc(100% - 10px);padding-top:7px}
  .hero-image{aspect-ratio:16/6.5}.hero-overlay{padding:25px 9px 8px}
  .provider-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}
  .provider-card{min-height:48px;padding:5px 6px;gap:6px}
  .provider-logo-wrap{flex-basis:34px;width:34px;height:30px}
  .provider-logo{max-width:30px;max-height:23px}
  .provider-name{font-size:8px}.provider-count{font-size:6px}
  .game-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}
  .game-card{border-radius:6px}.game-body{padding:4px}
  .game-name{font-size:7.5px;min-height:21px}.game-provider{font-size:5.5px}
  .rtp-pill{min-height:20px;margin-top:4px;padding:0 4px}.rtp-pill span{font-size:5.5px}.rtp-pill strong{font-size:7px}
  .floating-livechat{width:50px;height:50px}
}


/* === HERO RTP FIX START === */
.hero-card{
  overflow:hidden;
  position:relative;
  margin-bottom:14px;
  background:#fff;
  border:1px solid #efc4d6;
  border-radius:14px;
  box-shadow:var(--shadow);
}

.hero-image{
  width:100% !important;
  height:auto !important;
  display:block !important;
  aspect-ratio:1500 / 844 !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff;
}

.hero-overlay{
  position:absolute;
  inset:auto 0 0 0;
  padding:38px 18px 16px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  background:linear-gradient(180deg,transparent 42%,rgba(78,18,46,.78) 100%);
}

@media (max-width:900px){
  .hero-image{
    aspect-ratio:1500 / 844 !important;
  }
}

@media (max-width:650px){
  .hero-card{
    border-radius:10px;
  }

  .hero-image{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1500 / 844 !important;
    object-fit:contain !important;
    object-position:center center !important;
  }

  .hero-overlay{
    padding:18px 10px 9px;
  }

  .hero-overlay h1{
    font-size:17px;
  }

  .hero-overlay p{
    font-size:8px;
  }
}
/* === HERO RTP FIX END === */





/* === HAPUS HEADER PROVIDER START === */

/* Hanya hilangkan judul/penjelasan provider */
#providers > .section-head{
    display:none !important;
}

/* Rapikan jarak setelah header dihapus */
#providers{
    padding-top:8px !important;
}

/* Provider slider tetap tampil */
#providers .provider-grid{
    margin-top:0 !important;
}

/* === HAPUS HEADER PROVIDER END === */


/* === STICKY HEADER UNYIL START === */

/*
   Kepala website berhenti tepat setelah running text.
   Banner dan isi halaman akan berjalan di bawahnya.
*/

.site-header{
    position:sticky !important;
    top:0 !important;
    z-index:10000 !important;

    background:#ffffff !important;

    box-shadow:
        0 1px 0 rgba(244,79,145,.25);
}

.ticker{
    position:sticky !important;
    top:var(--unyil-header-height, 90px) !important;
    z-index:9999 !important;
}

/* Garis tipis di batas bawah seperti yang ditandai */
.ticker::after{
    content:"";
    position:absolute;

    left:10px;
    right:10px;
    bottom:-5px;

    height:3px;

    background:#ff315e;

    border-radius:999px;

    pointer-events:none;
}

/* Supaya banner tidak menempel persis ke garis */
.page-shell{
    padding-top:10px !important;
}

/* === STICKY HEADER UNYIL END === */

















/* === HAPUS TOMBOL ACAK START === */

/* Homepage */
.home-pola-random{
    display:none !important;
}

/* Halaman masing-masing provider */
.pola-randomize{
    display:none !important;
}

/* Rapikan judul setelah tombol dihapus */
.home-pola-heading,
.pola-heading{
    justify-content:flex-start !important;
}

/* === HAPUS TOMBOL ACAK END === */





/* === POLA DARK FINAL CSS START === */

body.pola-dark-open{
    overflow:hidden;
}


/* BACKDROP */

.pola-dark-backdrop{

    position:fixed;

    inset:0;

    z-index:99999999;


    display:flex;

    align-items:center;

    justify-content:center;


    padding:12px;


    background:
        rgba(8,2,12,.78);


    backdrop-filter:
        blur(8px);

    -webkit-backdrop-filter:
        blur(8px);

}


.pola-dark-backdrop[hidden]{
    display:none !important;
}


/* MODAL */

.pola-dark-modal{

    width:
        min(
            940px,
            100%
        );


    max-height:
        calc(100vh - 24px);


    overflow-y:auto;


    color:#fff;


    background:
        linear-gradient(
            145deg,
            #100712,
            #19091e 55%,
            #0d0610
        );


    border:
        1px solid
        #733493;


    border-radius:12px;


    box-shadow:
        0 30px 100px
        rgba(0,0,0,.65);


    animation:
        polaDarkOpen
        .22s ease;

}


@keyframes polaDarkOpen{

    from{

        opacity:0;

        transform:
            scale(.97)
            translateY(10px);

    }

    to{

        opacity:1;

        transform:
            scale(1)
            translateY(0);

    }

}


/* HEADER */

.pola-dark-header{

    min-height:72px;


    padding:
        14px
        18px;


    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:15px;


    border-bottom:
        1px solid
        #4d205e;

}


.pola-dark-eyebrow{

    display:block;


    margin-bottom:4px;


    color:#cf30ff;


    font-size:9px;

    font-weight:900;

    letter-spacing:.14em;

}


.pola-dark-header h2{

    margin:0;


    color:#fff;


    font-size:22px;

    line-height:1;

}


.pola-dark-header-right{

    display:flex;

    align-items:center;

    gap:12px;

}


.pola-dark-date{

    padding:
        7px
        13px;


    color:#fff;


    border:
        1px solid
        #8b3bad;


    border-radius:999px;


    background:
        rgba(124,34,148,.18);


    font-size:9px;

}


.pola-dark-close{

    width:38px;

    height:38px;


    display:grid;

    place-items:center;


    padding:0;


    color:#fff;


    background:
        transparent;


    border:
        1px solid
        #8d3ab0;


    border-radius:50%;


    font-size:25px;

    line-height:1;


    cursor:pointer;

}


.pola-dark-close:hover{

    background:#8d1ed0;

}


/* CONTENT */

.pola-dark-content{

    padding:18px;


    display:grid;

    grid-template-columns:
        minmax(0,1.55fr)
        minmax(275px,.95fr);


    gap:18px;

}


/* STEPS */

.pola-dark-steps{

    display:grid;

    gap:11px;

}


.pola-dark-step{

    position:relative;


    min-height:91px;


    display:grid;

    grid-template-columns:
        82px
        minmax(0,1fr)
        auto;


    align-items:stretch;


    overflow:hidden;


    background:
        linear-gradient(
            90deg,
            #25102a,
            #1c0e21
        );


    border:
        1px solid
        #75338a;


    border-radius:10px;

}


.pola-dark-step-number{

    display:flex;

    align-items:center;

    justify-content:center;


    color:#fff;


    background:
        linear-gradient(
            145deg,
            #8e00c8,
            #a400e5
        );


    font-size:10px;

    font-weight:900;

}


.pola-dark-step-content{

    padding:
        13px
        12px;

}


.pola-dark-step-content strong{

    display:block;


    margin-bottom:5px;


    color:#fff;


    font-size:11px;

}


.pola-dark-step-content p{

    margin:0;


    color:#ddd0e0;


    font-size:9px;

    line-height:1.5;

}


.pola-dark-step-content small{

    display:block;


    margin-top:5px;


    color:#987e9f;


    font-size:8px;

}


.pola-dark-step-x{

    align-self:start;


    margin:
        12px
        12px
        0
        0;


    padding:
        5px
        8px;


    color:#1c1010;


    background:
        linear-gradient(
            135deg,
            #ffd928,
            #ffad00
        );


    border-radius:6px;


    font-size:9px;

    font-weight:900;

}


/* GAME SIDE */

.pola-dark-game{

    padding:14px;


    background:
        rgba(6,3,8,.70);


    border:
        1px solid
        #422149;


    border-radius:12px;

}


.pola-dark-image-wrap{

    width:
        min(
            190px,
            76%
        );


    aspect-ratio:1/1;


    margin:
        0
        auto
        12px;


    overflow:hidden;


    padding:4px;


    background:
        linear-gradient(
            135deg,
            #fff,
            #7b49a1
        );


    border-radius:20px;

}


.pola-dark-image{

    width:100%;

    height:100%;


    display:block;


    object-fit:cover;


    border-radius:16px;

}


.pola-dark-title{

    margin:
        0
        0
        13px;


    text-align:center;


    color:#fff;


    font-size:18px;

}


.pola-dark-info{

    border-top:
        1px solid
        #34203a;

}


.pola-dark-info-row{

    min-height:36px;


    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:10px;


    border-bottom:
        1px solid
        #34203a;


    font-size:8px;

}


.pola-dark-info-row span{

    color:#987f9f;

    font-weight:800;

}


.pola-dark-info-row strong{

    color:#fff;

    text-align:right;

    font-size:8px;

}


.pola-dark-percent{

    color:#ff536e !important;

}


.pola-dark-stars{

    color:#ffc928 !important;

    letter-spacing:1px;

}


/* RTP */

.pola-dark-indicator{

    margin-top:13px;

}


.pola-dark-indicator > span{

    display:block;


    margin-bottom:6px;


    color:#9a859f;


    font-size:8px;

}


.pola-dark-progress{

    width:100%;

    height:17px;


    overflow:hidden;


    padding:2px;


    background:#19191c;


    border:
        1px solid
        #414045;


    border-radius:5px;

}


.pola-dark-progress-bar{

    width:0;

    height:100%;


    background:
        linear-gradient(
            90deg,
            #ff6079,
            #f74271,
            #b91cff
        );


    border-radius:3px;


    transition:
        width .55s ease;

}


/* MESSAGE */

.pola-dark-message{

    margin:
        0
        18px;


    padding:
        11px
        14px;


    color:#d8bce0;


    background:
        rgba(111,27,131,.18);


    border-left:
        3px solid
        #a418dd;


    font-size:9px;

}


/* FOOTER */

.pola-dark-footer{

    padding:
        14px
        18px;


    display:flex;

    justify-content:flex-end;

    gap:10px;


    border-top:
        1px solid
        #44204f;

}


.pola-dark-play,
.pola-dark-bottom-close{

    min-width:150px;

    min-height:44px;


    padding:
        0
        18px;


    border-radius:9px;


    font-size:10px;

    font-weight:900;


    cursor:pointer;

}


.pola-dark-play{

    color:#fff;


    background:
        linear-gradient(
            135deg,
            #ac12ec,
            #7100cf
        );


    border:
        1px solid
        #a72fe0;


    box-shadow:
        0 7px 20px
        rgba(164,12,221,.25);

}


.pola-dark-bottom-close{

    color:#eee;


    background:#211724;


    border:
        1px solid
        #715375;

}


/* GAME CURSOR */

.game-card{

    cursor:pointer;

}


/* TABLET */

@media(max-width:760px){

    .pola-dark-content{

        grid-template-columns:1fr;

    }


    .pola-dark-game{

        order:-1;

    }


    .pola-dark-image-wrap{

        width:125px;

    }

}


/* MOBILE */

@media(max-width:520px){

    .pola-dark-backdrop{

        padding:5px;

        align-items:flex-end;

    }


    .pola-dark-modal{

        width:100%;

        max-height:94vh;


        border-radius:
            14px
            14px
            5px
            5px;

    }


    .pola-dark-header{

        min-height:59px;

        padding:
            10px
            11px;

    }


    .pola-dark-header h2{

        font-size:17px;

    }


    .pola-dark-date{

        display:none;

    }


    .pola-dark-content{

        padding:10px;

        gap:10px;

    }


    .pola-dark-game{

        display:grid;

        grid-template-columns:
            85px
            minmax(0,1fr);


        column-gap:10px;

    }


    .pola-dark-image-wrap{

        width:85px;

        grid-row:
            1 / span 3;


        margin:0;

    }


    .pola-dark-title{

        align-self:end;


        margin:0;


        text-align:left;


        font-size:15px;

    }


    .pola-dark-info{

        grid-column:
            1 / -1;


        margin-top:10px;

    }


    .pola-dark-indicator{

        grid-column:
            1 / -1;

    }


    .pola-dark-step{

        min-height:75px;


        grid-template-columns:
            57px
            minmax(0,1fr)
            auto;

    }


    .pola-dark-step-number{

        font-size:8px;

    }


    .pola-dark-step-content{

        padding:
            9px
            7px;

    }


    .pola-dark-step-content strong{

        font-size:9px;

    }


    .pola-dark-step-content p{

        font-size:7px;

    }


    .pola-dark-step-content small{

        font-size:6px;

    }


    .pola-dark-step-x{

        margin:
            8px
            7px
            0
            0;


        padding:
            4px
            6px;


        font-size:7px;

    }


    .pola-dark-message{

        margin:
            0
            10px;


        font-size:8px;

    }


    .pola-dark-footer{

        padding:10px;

    }


    .pola-dark-play,
    .pola-dark-bottom-close{

        flex:1;

        min-width:0;

        min-height:40px;

        font-size:8px;

    }

}

/* === POLA DARK FINAL CSS END === */


/* === POLA PINK WHITE YELLOW START === */

/* BACKDROP */
.pola-dark-backdrop{
    background:rgba(78,20,48,.50) !important;
    backdrop-filter:blur(8px) !important;
    -webkit-backdrop-filter:blur(8px) !important;
}

/* MODAL UTAMA */
.pola-dark-modal{
    color:#57243d !important;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(255,202,46,.20),
            transparent 32%
        ),
        linear-gradient(
            160deg,
            #ffffff 0%,
            #fff7fb 50%,
            #fff1f7 100%
        ) !important;

    border:2px solid #ff63a2 !important;

    box-shadow:
        0 25px 70px
        rgba(154,40,91,.30) !important;
}

/* HEADER */
.pola-dark-header{
    border-bottom:
        1px solid #f2bfd3 !important;
}

.pola-dark-eyebrow{
    color:#f23983 !important;
}

.pola-dark-header h2{
    color:#57243d !important;
}

.pola-dark-date{
    color:#7a3554 !important;

    background:#fff5fa !important;

    border:
        1px solid #f29abc !important;
}

.pola-dark-close{
    color:#e9367d !important;

    background:#fff !important;

    border:
        1px solid #f196b9 !important;
}

.pola-dark-close:hover{
    color:#fff !important;

    background:#f24487 !important;
}

/* STEP */
.pola-dark-step{
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fff8fb
        ) !important;

    border:
        1px solid #efc3d4 !important;

    box-shadow:
        0 5px 15px
        rgba(116,44,76,.07) !important;
}

.pola-dark-step-number{
    color:#fff !important;

    background:
        linear-gradient(
            135deg,
            #ed3e84,
            #ff70aa
        ) !important;
}

.pola-dark-step-content strong{
    color:#5c2840 !important;
}

.pola-dark-step-content p{
    color:#79566a !important;
}

.pola-dark-step-content small{
    color:#a67d91 !important;
}

.pola-dark-step-x{
    color:#5a3a00 !important;

    background:
        linear-gradient(
            135deg,
            #ffe765,
            #ffc928
        ) !important;

    box-shadow:
        0 4px 10px
        rgba(230,183,0,.20) !important;
}

/* PANEL GAME */
.pola-dark-game{
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fff7fa
        ) !important;

    border:
        1px solid #efbfd1 !important;

    box-shadow:
        0 8px 20px
        rgba(102,37,67,.08) !important;
}

.pola-dark-image-wrap{
    background:
        linear-gradient(
            135deg,
            #ff5d9a,
            #ffd845
        ) !important;
}

.pola-dark-title{
    color:#54223a !important;
}

/* INFO */
.pola-dark-info{
    border-top:
        1px solid #efd1dd !important;
}

.pola-dark-info-row{
    border-bottom:
        1px solid #efd1dd !important;
}

.pola-dark-info-row span{
    color:#a2768b !important;
}

.pola-dark-info-row strong{
    color:#57283e !important;
}

.pola-dark-percent{
    color:#ed3e84 !important;
}

.pola-dark-stars{
    color:#f1b800 !important;
}

/* RTP */
.pola-dark-indicator > span{
    color:#9c7085 !important;
}

.pola-dark-progress{
    background:#fff3f8 !important;

    border:
        1px solid #ecc3d3 !important;
}

.pola-dark-progress-bar{
    background:
        linear-gradient(
            90deg,
            #ff5e9c,
            #f33d83,
            #ffd22e
        ) !important;
}

/* PESAN */
.pola-dark-message{
    color:#74314f !important;

    background:
        linear-gradient(
            90deg,
            #fff0f6,
            #fffbea
        ) !important;

    border-left:
        4px solid #ffcc28 !important;
}

/* FOOTER */
.pola-dark-footer{
    border-top:
        1px solid #edc3d3 !important;

    background:#fff !important;
}

.pola-dark-play{
    color:#fff !important;

    background:
        linear-gradient(
            135deg,
            #ef3f85,
            #ff6ca6
        ) !important;

    border:
        1px solid #e9347a !important;

    box-shadow:
        0 7px 18px
        rgba(236,57,126,.24) !important;
}

.pola-dark-bottom-close{
    color:#6d344f !important;

    background:
        linear-gradient(
            180deg,
            #fffdf6,
            #fff4c9
        ) !important;

    border:
        1px solid #e5c34a !important;
}

/* === POLA PINK WHITE YELLOW END === */

/* === UNYIL TARGETED POLISH START === */

/* 2. Layout stabil antar halaman/provider: tidak terasa membesar-mengecil. */
html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  scrollbar-gutter:stable;
}
html,body{max-width:100%;overflow-x:hidden}
body{min-width:0}
.site-header,.ticker,.page-shell,.section-card,.provider-hero{box-sizing:border-box}
.page-shell{width:min(1120px,calc(100% - 22px)) !important;margin-left:auto !important;margin-right:auto !important}
.provider-hero{min-height:90px}
.provider-card,.provider-strip a,.game-card,.toolbar-tab,.pola-gacor-launch-button,
.main-nav a,.back-button,.load-more,.close-modal{
  transform:none !important;
  -webkit-tap-highlight-color:transparent;
}
.provider-card:hover,.provider-strip a:hover,.game-card:hover{
  transform:none !important;
}

/* 1. Burger: jam + satu tombol di sebelah kanan. Fallback nav tetap tampil bila JS gagal. */
.header-right{
  position:relative !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
}
.header-right .indo-clock{display:block !important;margin:0 !important;flex:0 0 auto}
.unyil-burger{
  flex:0 0 42px;
  width:42px;height:42px;padding:0;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  border:1px solid #13aa82;border-radius:9px;
  background:linear-gradient(135deg,#2bd5a5,#16b98d);
  box-shadow:0 5px 13px rgba(20,174,132,.18);
  cursor:pointer;position:relative;overflow:hidden;
}
.unyil-burger::after{
  content:"";position:absolute;inset:-40% auto -40% -55%;width:38%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);
  transform:skewX(-20deg);animation:unyilButtonShine 4.8s ease-in-out infinite;
  pointer-events:none;
}
.unyil-burger span{width:19px;height:2px;background:#fff;border-radius:999px;transition:transform .2s ease,opacity .2s ease}
.unyil-burger.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.unyil-burger.is-open span:nth-child(2){opacity:0}
.unyil-burger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.header-right.burger-ready>.main-nav{
  position:absolute !important;right:0 !important;top:calc(100% + 7px) !important;z-index:10050 !important;
  width:176px !important;padding:7px !important;display:flex !important;flex-direction:column !important;gap:5px !important;
  background:linear-gradient(160deg,#fff,#fff5fa) !important;border:1px solid #efabc8 !important;border-radius:11px !important;
  box-shadow:0 15px 35px rgba(88,27,56,.22) !important;
  opacity:0 !important;visibility:hidden !important;pointer-events:none !important;
  transform:translateY(-5px) !important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease !important;
}
.header-right.burger-ready>.main-nav.burger-open{
  opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateY(0) !important;
}
.header-right.burger-ready>.main-nav a,
.header-right.burger-ready>.main-nav button{
  width:100% !important;min-width:0 !important;min-height:38px !important;margin:0 !important;padding:0 10px !important;
  display:flex !important;align-items:center !important;justify-content:center !important;
  color:#663149 !important;background:#fff !important;border:1px solid #efc2d4 !important;border-radius:8px !important;
  font-size:9px !important;font-weight:900 !important;text-decoration:none !important;box-shadow:none !important;
}
.header-right.burger-ready>.main-nav a:hover{color:#fff !important;background:linear-gradient(135deg,#ef4083,#ff70aa) !important}
.header-right.burger-ready>.main-nav a:last-child{color:#664600 !important;background:linear-gradient(135deg,#fff1a2,#ffd233) !important;border-color:#e7bd2b !important}

/* 2. Slider provider satu baris, native touch + drag PC, tanpa snap/zoom. */
#providers .provider-grid,.provider-strip{
  display:flex !important;flex-wrap:nowrap !important;gap:7px !important;width:100% !important;
  overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:none !important;scroll-behavior:auto !important;
  -webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y;
  scrollbar-width:none !important;user-select:none !important;-webkit-user-select:none !important;
}
#providers .provider-grid::-webkit-scrollbar,.provider-strip::-webkit-scrollbar{display:none !important;width:0 !important;height:0 !important}
#providers .provider-grid.is-dragging,.provider-strip.is-dragging{cursor:grabbing !important}
#providers .provider-grid{cursor:grab !important;padding:3px 1px 7px !important}
#providers .provider-card{
  flex:0 0 170px !important;width:170px !important;min-width:170px !important;max-width:170px !important;
  min-height:55px !important;scroll-snap-align:none !important;pointer-events:auto !important;
}
#providers .provider-card img,.provider-strip img{pointer-events:none !important;-webkit-user-drag:none !important;user-select:none !important}
.provider-strip{cursor:grab !important;padding:3px 1px 7px !important}
.provider-strip a{
  flex:0 0 128px !important;width:128px !important;min-width:128px !important;max-width:128px !important;
  min-height:38px !important;box-sizing:border-box !important;scroll-snap-align:none !important;
}
.provider-strip a.active{box-shadow:inset 0 0 0 1px rgba(255,255,255,.16) !important}

/* 3 + 4. Prediksi Togel dan Cari Pola: ukuran sama, bertemu di tengah. */
.toolbar{
  display:grid !important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;align-items:center !important;gap:8px !important;
  width:100% !important;margin-top:8px !important;
}
.toolbar-tabs{width:100% !important;display:flex !important;justify-content:flex-end !important;align-items:center !important}
.toolbar-tab,
.pola-gacor-launch-button{
  width:min(100%,230px) !important;height:38px !important;min-height:38px !important;max-height:38px !important;
  padding:0 13px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:7px !important;
  border:1px solid #ef9fbe !important;border-radius:9px !important;box-sizing:border-box !important;
  font-size:9px !important;font-weight:900 !important;line-height:1 !important;white-space:nowrap !important;text-decoration:none !important;
  position:relative !important;overflow:hidden !important;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease !important;
}
.toolbar-tab{
  margin-left:auto !important;color:#7a2d4c !important;background:linear-gradient(135deg,#fff,#fff5f9 72%,#fff1b1) !important;
  box-shadow:0 4px 11px rgba(104,39,68,.07) !important;
}
.pola-gacor-launch-wrap{width:100% !important;display:flex !important;justify-content:flex-start !important;align-items:center !important;min-width:0 !important}
.pola-gacor-launch-button{
  margin-right:auto !important;color:#7a2949 !important;background:linear-gradient(135deg,#fff,#fff4f9 66%,#ffe87b) !important;
  box-shadow:0 4px 11px rgba(235,58,126,.09) !important;cursor:pointer !important;
}
.toolbar-tab::after,.pola-gacor-launch-button::after{
  content:"";position:absolute;top:-60%;bottom:-60%;left:-45%;width:28%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.88),transparent);transform:skewX(-20deg);
  animation:unyilButtonShine 5.2s ease-in-out infinite;pointer-events:none;
}
.toolbar-tab:hover,.pola-gacor-launch-button:hover{
  border-color:#f45091 !important;box-shadow:0 6px 15px rgba(240,63,133,.13) !important;transform:none !important;
}

/* 5. Hover kartu game: bayangan "LIHAT POLA", tanpa membesarkan gambar. */
.game-card{position:relative !important;overflow:hidden !important;cursor:pointer !important;transition:border-color .18s ease,box-shadow .18s ease !important}
.game-image{transform:none !important;transition:filter .2s ease !important}
.game-card:hover .game-image{transform:none !important;filter:brightness(.76) saturate(1.06) !important}
.game-image-wrap{position:relative !important;overflow:hidden !important}
.game-image-wrap::before{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;opacity:0;
  background:radial-gradient(circle at 50% 35%,rgba(255,220,70,.22),transparent 38%),linear-gradient(180deg,rgba(244,63,135,.04),rgba(106,28,62,.38));
  transition:opacity .18s ease;
}
.game-image-wrap::after{
  content:"✦  LIHAT POLA";position:absolute;left:50%;top:50%;z-index:3;pointer-events:none;
  transform:translate(-50%,-42%);opacity:0;white-space:nowrap;
  padding:7px 10px;border:1px solid rgba(255,227,94,.85);border-radius:999px;
  color:#7b2348;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,239,161,.96));
  box-shadow:0 6px 20px rgba(82,23,52,.2);font-size:8px;font-weight:900;letter-spacing:.04em;
  transition:opacity .18s ease,transform .18s ease;
}
.game-card:hover{border-color:#f26aa1 !important;box-shadow:0 8px 20px rgba(236,66,132,.14) !important}
.game-card:hover .game-image-wrap::before,.game-card:hover .game-image-wrap::after{opacity:1}
.game-card:hover .game-image-wrap::after{transform:translate(-50%,-50%)}

/* 6. Live chat sedikit lebih besar, ukuran konsisten. */
.floating-livechat{width:72px !important;height:72px !important;right:13px !important;bottom:13px !important;transition:filter .18s ease,box-shadow .18s ease !important}
.floating-livechat:hover{transform:none !important;filter:brightness(1.04);box-shadow:0 9px 24px rgba(237,62,131,.18)}

/* 8. Semua popup utama: pink + putih + kuning. */
.search-modal,
.pola-dark-modal{
  background:radial-gradient(circle at 100% 0%,rgba(255,216,48,.20),transparent 30%),linear-gradient(160deg,#fff,#fff5fa 62%,#fff9df) !important;
  border-color:#f26aa0 !important;color:#642a42 !important;
}
.search-modal-head{border-bottom-color:#efc2d4 !important}
.search-modal-head h2{color:#642a42 !important}
.close-modal{color:#e83c81 !important;background:#fff !important;border-color:#efa2bf !important}
.global-result{background:linear-gradient(135deg,#fff,#fff7fb 75%,#fff7d7) !important;border-color:#efd0dc !important}

.pola-dark-header{border-bottom-color:#efc2d4 !important}
.pola-dark-header h2,.pola-dark-title,.pola-dark-step-content strong{color:#5c2740 !important}
.pola-dark-eyebrow{color:#eb3d82 !important}
.pola-dark-date{color:#7b3150 !important;background:#fff !important;border-color:#efa4c1 !important}
.pola-dark-close{color:#e93b80 !important;background:#fff !important;border-color:#ef9fbd !important}
.pola-dark-step,.pola-dark-game{background:linear-gradient(160deg,#fff,#fff8fb) !important;border-color:#efc4d5 !important}
.pola-dark-step-number{background:linear-gradient(135deg,#ee3f83,#ff72aa) !important}
.pola-dark-step-content p{color:#795669 !important}.pola-dark-step-content small{color:#a27a8e !important}
.pola-dark-step-x{color:#624300 !important;background:linear-gradient(135deg,#ffe86c,#ffc928) !important}
.pola-dark-image-wrap{background:linear-gradient(135deg,#ff5e9d,#ffd63a) !important}
.pola-dark-info-row{border-bottom-color:#eed1dc !important}.pola-dark-info{border-top-color:#eed1dc !important}
.pola-dark-info-row span,.pola-dark-indicator>span{color:#9d7488 !important}.pola-dark-info-row strong{color:#5c2940 !important}
.pola-dark-stars{color:#efb900 !important}.pola-dark-progress{background:#fff2f7 !important;border-color:#edc1d2 !important}
.pola-dark-progress-bar{background:linear-gradient(90deg,#f14386,#ff6da7,#ffd233) !important}
.pola-dark-message{color:#74304d !important;background:linear-gradient(90deg,#fff1f7,#fff9db) !important;border-left-color:#ffcc2e !important}
.pola-dark-footer{background:#fff !important;border-top-color:#edc3d2 !important}
.pola-dark-play{color:#fff !important;background:linear-gradient(135deg,#ef3f84,#ff72aa) !important;border-color:#e9387b !important}
.pola-dark-bottom-close{color:#684700 !important;background:linear-gradient(180deg,#fffdf6,#fff0a9) !important;border-color:#e4bd31 !important}

/* Cek Pola Gacor yang ada di index (override inline lama dengan !important). */
#unyilPolaBackdrop{background:rgba(91,28,59,.54) !important}
.unyil-pola-box{
  background:radial-gradient(circle at 100% 0%,rgba(255,214,46,.24),transparent 30%),linear-gradient(160deg,#fff,#fff5fa 62%,#fff8dc) !important;
  border-color:#ff5d9d !important;color:#6a2d48 !important;
}
.unyil-pola-close{color:#e83b80 !important;background:#fff !important;border-color:#ef9cbd !important}
.unyil-pola-info{background:linear-gradient(135deg,#fff2f7,#fffbe4) !important;border-color:#efbfd2 !important}
.unyil-pola-badge{background:linear-gradient(135deg,#fff09a,#ffd02d) !important;color:#6f4900 !important}
.unyil-pola-view{background:linear-gradient(135deg,#ed3c81,#ff74ac) !important;color:#fff !important}
.unyil-pola-login{background:linear-gradient(135deg,#ffe866,#ffc823) !important;color:#664500 !important}

/* 9. Kilau ringan, tidak mengubah ukuran elemen. */
.hero-card::after,.section-card::after,.pola-dark-modal::after,.unyil-pola-box::after{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:5;opacity:.26;
  background:
    radial-gradient(circle at 12% 20%,rgba(255,255,255,.9) 0 1px,transparent 2px),
    radial-gradient(circle at 76% 28%,rgba(255,222,77,.72) 0 1px,transparent 2px),
    radial-gradient(circle at 88% 72%,rgba(255,255,255,.82) 0 1px,transparent 2px);
  background-size:180px 150px,230px 190px,260px 220px;
  animation:unyilSparkle 7s linear infinite;
}
.section-card,.pola-dark-modal,.unyil-pola-box{position:relative !important}
.section-card>* ,.pola-dark-modal>* ,.unyil-pola-box>*{position:relative;z-index:6}
@keyframes unyilSparkle{0%{background-position:0 0,0 0,0 0}50%{background-position:18px -8px,-12px 10px,10px 8px}100%{background-position:0 0,0 0,0 0}}
@keyframes unyilButtonShine{0%,72%,100%{left:-55%}84%{left:125%}}

@media(max-width:650px){
  .header-right{gap:5px !important}
  .header-right .indo-clock{display:block !important;min-width:100px !important;padding:4px 6px !important}
  #tanggalIndonesia{font-size:6px !important}#jamIndonesia{font-size:9px !important}
  .unyil-burger{flex-basis:37px;width:37px;height:37px;border-radius:8px}.unyil-burger span{width:17px}
  .header-right.burger-ready>.main-nav{width:158px !important;top:calc(100% + 5px) !important}
  #providers .provider-grid{gap:5px !important}
  #providers .provider-card{flex-basis:138px !important;width:138px !important;min-width:138px !important;max-width:138px !important}
  .provider-strip a{flex-basis:112px !important;width:112px !important;min-width:112px !important;max-width:112px !important}
  .toolbar{grid-template-columns:1fr 1fr !important;gap:5px !important}
  .toolbar-tab,.pola-gacor-launch-button{width:100% !important;max-width:none !important;height:36px !important;min-height:36px !important;max-height:36px !important;padding:0 7px !important;font-size:7.5px !important}
  .floating-livechat{width:58px !important;height:58px !important;right:9px !important;bottom:9px !important}
  .game-image-wrap::after{padding:5px 7px;font-size:6.5px}
}

@media(prefers-reduced-motion:reduce){
  .unyil-burger::after,.toolbar-tab::after,.pola-gacor-launch-button::after,.hero-card::after,.section-card::after,.pola-dark-modal::after,.unyil-pola-box::after{animation:none !important}
}

/* === UNYIL TARGETED POLISH END === */

