:root{
  --bg:#080307;
  --panel:#12080f;
  --panel2:#190a13;
  --line:#4a1535;
  --pink:#ff2da3;
  --pink2:#ff66bd;
  --gold:#ffd138;
  --text:#fff9fc;
  --muted:#b9a4b1;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 50% -10%,rgba(255,45,163,.14),transparent 28%),
    linear-gradient(180deg,#050204 0%,#0a0308 100%);
}
a{color:inherit;text-decoration:none}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.page-shell{
  width:min(100% - 18px,620px);
  margin:0 auto;
  padding:10px 0 34px;
}
.landing-card{text-align:center}

/* LOGO SAJA, TANPA KOTAK / JUDUL */
.logo-only{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:86px;
  margin:0 0 8px;
  padding:7px 12px;
  background:transparent;
}
.logo-only img{
  display:block;
  width:min(300px,74vw);
  height:auto;
  max-height:96px;
  object-fit:contain;
}

/* BANNER LANGSUNG SETELAH LOGO */
.banner-card{
  display:block;
  width:100%;
  margin:0 0 10px;
  padding:0;
  border:1px solid rgba(255,45,163,.52);
  border-radius:12px;
  background:#0b0408;
  overflow:hidden;
  box-shadow:0 15px 42px rgba(0,0,0,.34);
}
.banner-card img{
  display:block;
  width:100%;
  height:auto;
}

/* TOMBOL LANGSUNG SETELAH BANNER */
.cta-stack{
  display:grid;
  gap:8px;
  width:100%;
  margin:0 0 14px;
}
.cta{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:56px;
  padding:14px 16px;
  border:2px solid var(--pink);
  border-radius:9px;
  font-size:13px;
  font-weight:950;
  letter-spacing:.085em;
  text-transform:uppercase;
  transition:transform .16s ease,filter .16s ease;
}
.cta:hover{transform:translateY(-1px);filter:brightness(1.08)}
.cta-primary{
  color:#fff3c4;
  background:linear-gradient(180deg,#ff278e,#d90867);
  border-color:#ff2da3;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.cta-secondary{
  color:#fff;
  background:#090909;
}
.cta-outline{
  color:#fff;
  background:#13070f;
}

/* INFORMASI SESUDAH TOMBOL */
.stats{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px;
  margin:0 0 12px;
  padding:12px 8px;
  border-radius:10px;
  background:linear-gradient(180deg,#5f0717,#25040e);
}
.stat{
  min-height:60px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  border:1px solid rgba(255,209,56,.48);
  border-radius:9px;
  background:#0a0803;
  text-align:left;
}
.stat span{
  color:#b8aeb5;
  font-size:9px;
  font-weight:800;
  letter-spacing:.06em;
}
.stat strong{
  color:var(--gold);
  font-size:13px;
  white-space:nowrap;
}
.stat .stars{letter-spacing:.04em}
.site-info{
  margin:0;
  padding:14px;
  text-align:left;
  border:1px solid rgba(255,209,56,.55);
  border-radius:10px;
  background:#070707;
}
.site-info h2{
  margin:0 0 8px;
  text-align:center;
  color:#fff;
  font-size:14px;
  letter-spacing:.08em;
}
dl{margin:0}
dl>div{
  display:grid;
  grid-template-columns:118px 1fr;
  gap:12px;
  padding:12px 2px;
  border-top:1px solid #2c2310;
}
dl>div:first-child{border-top:0}
dt{
  color:var(--gold);
  font-size:10px;
  font-weight:900;
  letter-spacing:.035em;
}
dd{
  margin:0;
  color:#f5eff3;
  font-size:11px;
  font-weight:800;
  line-height:1.45;
}
.mini-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:7px;
  margin-top:12px;
}
.mini-links a{
  padding:11px 6px;
  border:1px solid #4b1937;
  border-radius:8px;
  background:#10070d;
  color:#ff9ed2;
  font-size:9px;
  font-weight:900;
  letter-spacing:.05em;
}
footer{
  padding:18px 8px 0;
  color:#81747c;
  font-size:10px;
}
footer a{color:var(--pink2);font-weight:900}

@media(max-width:520px){
  .page-shell{width:min(100% - 12px,620px);padding-top:4px}
  .logo-only{min-height:72px;margin-bottom:5px;padding:6px}
  .logo-only img{width:min(250px,68vw);max-height:82px}
  .banner-card{margin-bottom:8px;border-radius:9px}
  .cta-stack{gap:7px;margin-bottom:12px}
  .cta{min-height:52px;font-size:12px;border-radius:8px}
  .stats{padding:9px 7px;gap:7px}
  .stat{min-height:55px;padding:9px 10px}
  dl>div{grid-template-columns:100px 1fr;gap:9px}
  .mini-links{grid-template-columns:1fr}
}


/* UNYIL_WHITE_PINK_GOLD_THEME_V1 */

/* =========================================
   THEME UNYIL4D
   PUTIH + PINK + EMAS
========================================= */

:root{
  --bg:#fff8fc;
  --panel:#ffffff;
  --panel2:#fff2f8;

  --pink:#ef3d9d;
  --pink2:#ff70b8;

  --gold:#d6a521;
  --gold2:#f3cd64;

  --text:#2e1a26;
  --muted:#806b77;

  --line:rgba(214,165,33,.38);
}

/* BACKGROUND UTAMA */
html,
body{
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255,112,184,.16),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fff6fb 48%,
      #fffaf2 100%
    ) !important;

  color:#2e1a26 !important;
}

/* LOGO */
.logo-only{
  background:transparent !important;
}

.logo-only img{
  filter:
    drop-shadow(
      0 5px 10px rgba(214,165,33,.14)
    ) !important;
}

/* BANNER */
.banner-card{
  border:
    2px solid rgba(214,165,33,.70)
    !important;

  background:#ffffff !important;

  box-shadow:
    0 10px 26px rgba(224,72,151,.13),
    0 0 0 3px rgba(255,255,255,.85)
    !important;
}

/* ==============================
   TOMBOL
============================== */

.cta{
  border-radius:10px !important;

  box-shadow:
    0 6px 14px rgba(239,61,157,.10)
    !important;
}

/* DAFTAR */
.cta-primary{
  color:#ffffff !important;

  background:
    linear-gradient(
      135deg,
      #ef3d9d 0%,
      #ff6fb5 100%
    ) !important;

  border:
    2px solid #d6a521
    !important;

  box-shadow:
    0 7px 16px rgba(239,61,157,.18),
    inset 0 0 0 1px rgba(255,255,255,.25)
    !important;
}

/* LOGIN */
.cta-secondary{
  color:#d52c8a !important;

  background:#ffffff !important;

  border:
    2px solid #ef3d9d
    !important;
}

/* PROMOSI */
.cta-outline{
  color:#8c6510 !important;

  background:
    linear-gradient(
      180deg,
      #fffdf7,
      #fff6d9
    ) !important;

  border:
    2px solid #d6a521
    !important;
}

/* HOVER */
.cta:hover{
  transform:
    translateY(-2px)
    !important;

  filter:
    brightness(1.02)
    !important;
}

/* ==============================
   BOX RATING / BONUS
============================== */

.stats{
  background:
    linear-gradient(
      135deg,
      #fff0f7,
      #fffaf0
    ) !important;

  border:
    1px solid rgba(214,165,33,.30)
    !important;

  box-shadow:
    0 8px 22px rgba(239,61,157,.08)
    !important;
}

.stat{
  background:
    rgba(255,255,255,.96)
    !important;

  border:
    1px solid rgba(214,165,33,.58)
    !important;

  box-shadow:
    0 4px 11px rgba(135,77,108,.06)
    !important;
}

.stat span{
  color:#896f7e !important;
}

.stat strong{
  color:#c18e13 !important;
}

.stat .stars{
  color:#e7b72d !important;
}

/* ==============================
   INFORMASI
============================== */

.site-info{
  background:#ffffff !important;

  border:
    1px solid rgba(214,165,33,.62)
    !important;

  box-shadow:
    0 8px 22px rgba(239,61,157,.07)
    !important;
}

.site-info h2{
  color:#df368f !important;

  text-shadow:
    0 1px 0 #ffffff
    !important;
}

dl > div{
  border-top:
    1px solid rgba(214,165,33,.20)
    !important;
}

dt{
  color:#bd8912 !important;
}

dd{
  color:#3c2934 !important;
}

/* ==============================
   EVENT / PROMOSI / LIVE CHAT
============================== */

.mini-links a{
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #fff3f9
    ) !important;

  color:#dc348e !important;

  border:
    1px solid rgba(214,165,33,.52)
    !important;

  box-shadow:
    0 4px 10px rgba(239,61,157,.06)
    !important;
}

.mini-links a:hover{
  background:
    linear-gradient(
      135deg,
      #ef3d9d,
      #ff73b9
    ) !important;

  color:#ffffff !important;

  border-color:#d6a521 !important;
}

/* FOOTER */
footer{
  color:#88727e !important;
}

footer a{
  color:#d8338c !important;
}

/* SELECTION */
::selection{
  background:#ef3d9d;
  color:#ffffff;
}

/* MOBILE */
@media(max-width:520px){

  body{
    background:
      linear-gradient(
        180deg,
        #ffffff,
        #fff7fb
      ) !important;
  }

  .banner-card{
    border-width:1px !important;
  }

  .stats{
    border-radius:11px !important;
  }

  .site-info{
    border-radius:11px !important;
  }
}

/* /UNYIL_WHITE_PINK_GOLD_THEME_V1 */
