/* ============================================================
   inaslot88 — gaya utama
   Tema kasino gelap dengan aksen merah, cokelat, oranye, emas,
   hijau, ungu, biru, dan hitam. Responsif penuh, tanpa kerangka luar.
   ============================================================ */

/* ---------------------------------------------------- variabel */
:root {
  --bg: #0b0b12;
  --bg-2: #12121c;
  --bg-3: #171724;
  --bg-4: #1e1e2e;
  --line: rgba(255, 255, 255, .09);
  --line-2: rgba(255, 255, 255, .17);
  --tx: #e9e9f2;
  --tx-2: #babacc;
  --tx-3: #8b8ba4;

  --merah: #d92338;
  --merah-2: #ab1226;
  --oranye: #f5811f;
  --emas: #f0b429;
  --emas-2: #ffd76e;
  --cokelat: #6b3f22;
  --hijau: #1faa63;
  --hijau-2: #0d7a44;
  --ungu: #7b46c9;
  --biru: #2f6fd8;

  --r-s: 8px;
  --r: 14px;
  --r-l: 20px;
  --r-xl: 26px;

  --sh: 0 4px 16px rgba(0, 0, 0, .32);
  --sh-l: 0 14px 40px rgba(0, 0, 0, .48);

  --ff: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --wrap: 1220px;
  --dock-h: 76px;
}

/* ---------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html.no-scroll { overflow: hidden; }

body {
  margin: 0;
  font-family: var(--ff);
  font-size: 16.5px;
  line-height: 1.78;
  color: var(--tx);
  background:
    radial-gradient(1100px 620px at 12% -8%, rgba(217, 35, 56, .16), transparent 62%),
    radial-gradient(900px 560px at 88% 4%, rgba(123, 70, 201, .15), transparent 60%),
    radial-gradient(760px 520px at 50% 108%, rgba(31, 170, 99, .12), transparent 62%),
    var(--bg);
  padding-bottom: calc(var(--dock-h) + 10px);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--emas-2); text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }
h1, h2, h3, h4, h5 { line-height: 1.28; margin: 0 0 .55em; font-weight: 800; letter-spacing: -.011em; }
h1 { font-size: clamp(1.72rem, 4.4vw, 2.6rem); }
h2 { font-size: clamp(1.3rem, 3vw, 1.8rem); }
h3 { font-size: clamp(1.08rem, 2.1vw, 1.24rem); }
h4 { font-size: 1.02rem; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.35em; }
li { margin-bottom: .45em; }
strong { color: #fff; font-weight: 700; }
small, .small { font-size: .86rem; color: var(--tx-3); }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.4rem 0; }
em { font-style: italic; }
code { background: var(--bg-4); padding: .12em .42em; border-radius: 5px; font-size: .9em; color: var(--emas-2); }
button { font-family: inherit; }

/* ---------------------------------------------------- utilitas */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.sect { padding: 56px 0; }
.sect--tight { padding: 34px 0; }
.center { text-align: center; }
.mb-0 { margin-bottom: 0 !important; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--emas); color: #16110a; padding: 10px 18px;
  border-radius: 0 0 var(--r-s) 0; font-weight: 700;
}
.skip:focus { left: 0; }
.hl {
  background: linear-gradient(92deg, var(--emas-2), var(--oranye) 52%, var(--merah));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

/* ---------------------------------------------------- topbar + ticker */
.topbar {
  background: linear-gradient(90deg, rgba(217, 35, 56, .16), rgba(123, 70, 201, .14), rgba(31, 170, 99, .14));
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.topbar .wrap { display: flex; align-items: center; gap: 14px; }
.badge18 {
  flex: 0 0 auto; padding: 3px 10px; border-radius: 999px;
  background: var(--merah); color: #fff;
  font-size: .68rem; font-weight: 900; letter-spacing: .04em;
}
.ticker { flex: 1; overflow: hidden; position: relative; min-width: 0; }
/* jeda 4s menahan kalimat pertama tetap terbaca utuh sebelum bergerak */
.ticker__track {
  display: flex; gap: 30px; width: max-content; white-space: nowrap;
  animation: tick 52s linear 4s infinite;
}
.ticker:hover .ticker__track { animation-play-state: paused; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker__track > span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 0; font-size: .8rem; color: var(--tx-2); }
.ticker__track i { font-style: normal; color: var(--emas); font-size: .7em; }

/* ---------------------------------------------------- header */
.head {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11, 11, 18, .94);
  backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.head__in { display: flex; align-items: center; gap: 14px; min-height: 66px; }

.logo { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.logo img { width: auto; height: 34px; border-radius: 7px; }
.logo__txt {
  font-weight: 900; font-size: 1.16rem; letter-spacing: -.02em;
  background: linear-gradient(92deg, var(--emas-2), var(--oranye) 55%, var(--merah));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.logo:hover { text-decoration: none; }

.nav { margin-left: auto; display: flex; align-items: center; gap: 1px; }
.nav__item { position: relative; }
.nav__link {
  display: flex; align-items: center; gap: 5px;
  padding: 9px 11px; border-radius: 9px;
  color: var(--tx-2); font-size: .9rem; font-weight: 600;
  white-space: nowrap; transition: .16s;
}
.nav__link:hover, .nav__item:hover > .nav__link { color: #fff; background: rgba(255, 255, 255, .07); text-decoration: none; }
.nav__link[aria-current] { color: var(--emas-2); background: rgba(240, 180, 41, .11); }
.nav__caret { font-size: .5rem; opacity: .75; }
.nav__sub {
  position: absolute; top: calc(100% + 5px); left: 0; min-width: 214px;
  background: var(--bg-3); border: 1px solid var(--line-2);
  border-radius: var(--r); box-shadow: var(--sh-l);
  padding: 7px; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .18s;
}
.nav__item:hover .nav__sub, .nav__item:focus-within .nav__sub { opacity: 1; visibility: visible; transform: none; }
.nav__sub li { margin: 0; }
.nav__sub a { display: block; padding: 8px 12px; border-radius: 8px; color: var(--tx-2); font-size: .89rem; font-weight: 500; }
.nav__sub a:hover { background: rgba(255, 255, 255, .08); color: #fff; text-decoration: none; }

.head__act { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.icobtn {
  display: grid; place-items: center; width: 38px; height: 38px;
  border-radius: 10px; border: 1px solid var(--line-2);
  background: rgba(255, 255, 255, .04); color: var(--tx);
  cursor: pointer; transition: .16s; flex: 0 0 auto;
}
.icobtn:hover { background: rgba(255, 255, 255, .1); color: #fff; text-decoration: none; }
.icobtn svg { width: 18px; height: 18px; }
.burger { display: none; }

/* ---------------------------------------------------- menu seluler */
.mmenu {
  position: fixed; inset: 0; z-index: 85;
  background: var(--bg-2); overflow-y: auto;
  padding: 16px 0 40px; display: none;
}
.mmenu.is-open { display: block; }
.mmenu__head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 14px; margin-bottom: 10px; border-bottom: 1px solid var(--line);
}
.mmenu__grp { padding: 8px 0; border-bottom: 1px solid var(--line); }
.mmenu__grp > a { display: block; font-weight: 700; font-size: 1.02rem; color: var(--tx); padding: 6px 0; }
.mmenu__grp > a:hover { color: var(--emas-2); }
.mmenu__grp ul { list-style: none; padding: 0 0 4px 14px; margin: 0; }
.mmenu__grp ul li { margin: 0; }
.mmenu__grp ul a { display: block; padding: 7px 0; color: var(--tx-3); font-size: .92rem; }
.mmenu__grp ul a:hover { color: var(--tx); }

/* ---------------------------------------------------- jendela pencarian */
.search-modal {
  position: fixed; inset: 0; z-index: 95;
  background: rgba(6, 6, 11, .9); backdrop-filter: blur(7px);
  display: none; padding: 80px 20px 30px; overflow-y: auto;
}
.search-modal.is-open { display: block; }
.search-modal__close { position: absolute; top: 18px; right: 18px; }
.search-modal__in { max-width: 680px; margin: 0 auto; }
.searchbox { display: flex; gap: 8px; }
.searchbox input {
  flex: 1; min-width: 0; padding: 13px 16px; font-size: 1rem; font-family: inherit;
  background: var(--bg-3); border: 1px solid var(--line-2);
  border-radius: var(--r); color: var(--tx);
}
.searchbox input:focus { outline: 2px solid var(--emas); border-color: transparent; }
.searchbox button {
  display: grid; place-items: center; width: 52px; flex: 0 0 auto;
  border: 0; border-radius: var(--r); cursor: pointer;
  background: linear-gradient(135deg, var(--emas), var(--oranye)); color: #23180a;
}
.searchbox button svg { width: 19px; height: 19px; }
.sres { margin-top: 14px; display: grid; gap: 8px; }
.sres__i {
  display: block; padding: 12px 15px;
  background: var(--bg-3); border: 1px solid var(--line);
  border-radius: var(--r-s); color: var(--tx);
}
.sres__i:hover { border-color: var(--emas); text-decoration: none; }
.sres__i b { display: block; color: var(--emas-2); margin-bottom: 3px; font-size: .96rem; }
.sres__i span { font-size: .85rem; color: var(--tx-3); }
#searchResults, #pageSearchResults { margin-top: 14px; }

/* ---------------------------------------------------- tombol */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: 999px; border: 0;
  font-family: inherit; font-size: .95rem; font-weight: 800;
  cursor: pointer; text-align: center; line-height: 1.25;
  transition: transform .16s, box-shadow .16s, filter .16s;
}
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn:active { transform: translateY(0); }
.btn--primary { background: linear-gradient(135deg, var(--merah), var(--merah-2)); color: #fff; box-shadow: 0 6px 20px rgba(217, 35, 56, .3); }
.btn--primary:hover { color: #fff; filter: brightness(1.08); }
.btn--gold { background: linear-gradient(135deg, var(--emas-2), var(--emas) 48%, var(--oranye)); color: #241905; box-shadow: 0 6px 20px rgba(240, 180, 41, .28); }
.btn--gold:hover { color: #241905; filter: brightness(1.06); }
.btn--ghost { background: rgba(255, 255, 255, .05); color: var(--tx); border: 1px solid var(--line-2); }
.btn--ghost:hover { background: rgba(255, 255, 255, .11); color: #fff; }
.btn--sm { padding: 8px 16px; font-size: .86rem; }
.btn--block { width: 100%; }

/* ---------------------------------------------------- hero */
.hero { position: relative; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 18, .72), rgba(11, 11, 18, .96) 74%);
}
.hero .wrap { position: relative; }
.hero__in { padding: 58px 0 52px; max-width: 860px; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
  background: rgba(240, 180, 41, .13); border: 1px solid rgba(240, 180, 41, .3);
  color: var(--emas-2); font-size: .76rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .07em;
}
.hero h1 { margin-bottom: .5em; }
.hero__lead { font-size: 1.05rem; color: var(--tx-2); max-width: 68ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 11px; margin: 24px 0 26px; }
.hero__facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.hero__fact {
  background: rgba(255, 255, 255, .05); border: 1px solid var(--line);
  border-radius: var(--r); padding: 14px 16px;
}
.hero__fact b { display: block; font-size: 1.4rem; color: var(--emas-2); line-height: 1.2; }
.hero__fact span { font-size: .8rem; color: var(--tx-3); }

/* ---------------------------------------------------- winners marquee */
.winners {
  border: 1px solid var(--line); border-radius: var(--r-l); overflow: hidden;
  background: linear-gradient(90deg, rgba(217, 35, 56, .1), rgba(123, 70, 201, .09), rgba(31, 170, 99, .1));
}
.winners__head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  flex-wrap: wrap; padding: 12px 18px; border-bottom: 1px solid var(--line);
}
.winners__head b { font-size: .95rem; }
.winners__note { font-size: .77rem; color: var(--tx-3); }
.winners__body { overflow: hidden; position: relative; }
.winners__track {
  display: flex; gap: 30px; width: max-content; white-space: nowrap;
  animation: tick 46s linear infinite;
}
.winners__body:hover .winners__track { animation-play-state: paused; }
.winners__i { display: inline-flex; align-items: center; gap: 8px; padding: 12px 0; font-size: .86rem; color: var(--tx-2); }
.winners__i i { font-style: normal; color: var(--emas); }
.winners__i em { font-style: normal; color: var(--tx-3); }
.winners__i b { color: var(--hijau); font-weight: 700; }

/* ---------------------------------------------------- section head */
.sect-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 12px; }
.sect-head h2 { margin: 0; }
.sect-sub { color: var(--tx-2); max-width: 84ch; margin-bottom: 24px; }
.more { font-size: .89rem; font-weight: 700; white-space: nowrap; }

/* ---------------------------------------------------- grid & kartu */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line); border-radius: var(--r-l);
  padding: 22px; transition: .18s;
}
.card:hover { border-color: var(--line-2); box-shadow: var(--sh); }
.card h3 { margin-bottom: .5em; }
.card p:last-child, .card ul:last-child, .card ol:last-child { margin-bottom: 0; }
.card__ico { display: block; font-size: 1.6rem; line-height: 1; margin-bottom: 12px; }

/* kartu game */
.games { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gcard {
  display: flex; flex-direction: column; overflow: hidden;
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line); border-radius: var(--r-l);
  transition: .18s; color: var(--tx);
}
.gcard:hover { border-color: rgba(240, 180, 41, .42); transform: translateY(-4px); box-shadow: var(--sh-l); text-decoration: none; }
.gcard__img { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; background: var(--bg-4); }
.gcard__img img { width: 100%; height: 100%; object-fit: cover; transition: .32s; }
.gcard:hover .gcard__img img { transform: scale(1.05); }
.gcard__prov {
  position: absolute; top: 9px; left: 9px; padding: 3px 9px; border-radius: 999px;
  background: rgba(6, 6, 11, .82); border: 1px solid var(--line-2);
  font-size: .66rem; font-weight: 700; color: var(--tx-2);
  text-transform: uppercase; letter-spacing: .04em;
}
.gcard__vol {
  position: absolute; bottom: 9px; right: 9px; padding: 3px 9px; border-radius: 999px;
  background: rgba(123, 70, 201, .9); color: #fff; font-size: .66rem; font-weight: 700;
}
.gcard__body { display: block; padding: 14px 15px 16px; }
.gcard__name { display: block; font-weight: 800; font-size: 1rem; margin-bottom: 3px; }
.gcard:hover .gcard__name { color: var(--emas-2); }
.gcard__meta { display: block; font-size: .79rem; color: var(--tx-3); }

/* kartu artikel */
.acard {
  display: flex; flex-direction: column; overflow: hidden;
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line); border-radius: var(--r-l);
  transition: .18s; color: var(--tx);
}
.acard:hover { border-color: rgba(240, 180, 41, .4); transform: translateY(-3px); box-shadow: var(--sh); text-decoration: none; }
.acard__img { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--bg-4); }
.acard__img img { width: 100%; height: 100%; object-fit: cover; transition: .3s; }
.acard:hover .acard__img img { transform: scale(1.04); }
.acard__body { display: flex; flex-direction: column; flex: 1; padding: 16px 18px 18px; }
.acard__cat {
  align-self: flex-start; padding: 3px 10px; border-radius: 999px; margin-bottom: 10px;
  background: rgba(123, 70, 201, .2); border: 1px solid rgba(123, 70, 201, .38);
  font-size: .69rem; font-weight: 700; color: #c7abff;
  text-transform: uppercase; letter-spacing: .05em;
}
.acard__body h3 { font-size: 1.04rem; margin-bottom: .4em; }
.acard:hover .acard__body h3 { color: var(--emas-2); }
.acard__body p { font-size: .88rem; color: var(--tx-3); margin-bottom: 12px; }
.acard__foot {
  display: flex; justify-content: space-between; gap: 10px; margin-top: auto;
  padding-top: 11px; border-top: 1px solid var(--line);
  font-size: .78rem; color: var(--tx-3);
}
.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 1.6rem; }

/* ---------------------------------------------------- papan peringkat */
.lb { border: 1px solid var(--line); border-radius: var(--r-l); overflow: hidden; background: var(--bg-2); }
.lb__head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding: 15px 18px; border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(217, 35, 56, .18), rgba(123, 70, 201, .14));
}
.lb__head b { font-size: 1.02rem; }
.lb__meta { font-size: .78rem; color: var(--tx-2); }
.lb__row {
  display: grid; grid-template-columns: 42px 1fr auto auto; gap: 12px; align-items: center;
  padding: 12px 18px; border-bottom: 1px solid var(--line); font-size: .91rem;
}
.lb__row:last-child { border-bottom: 0; }
.lb__row:nth-child(even) { background: rgba(255, 255, 255, .018); }
.lb__rank {
  display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px;
  font-weight: 800; font-size: .85rem; background: rgba(255, 255, 255, .07); color: var(--tx-2);
}
.lb__row:nth-child(1) .lb__rank { background: linear-gradient(135deg, var(--emas-2), var(--oranye)); color: #241905; }
.lb__row:nth-child(2) .lb__rank { background: linear-gradient(135deg, #d9d9e6, #9a9ab0); color: #17171f; }
.lb__row:nth-child(3) .lb__rank { background: linear-gradient(135deg, #c98c48, var(--cokelat)); color: #fff; }
.lb__name { font-weight: 600; min-width: 0; }
.lb__name a { color: var(--tx); }
.lb__name a:hover { color: var(--emas-2); }
.lb__name small { display: block; color: var(--tx-3); font-size: .76rem; }
.lb__val { color: var(--hijau); font-weight: 700; font-variant-numeric: tabular-nums; }
.lb__tag { font-size: .75rem; color: var(--tx-3); white-space: nowrap; }

/* ---------------------------------------------------- awan tag */
.tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 1.4rem; }
.tag {
  display: inline-block; padding: 6px 13px; border-radius: 999px;
  background: rgba(255, 255, 255, .05); border: 1px solid var(--line-2);
  color: var(--tx-2); transition: .16s; line-height: 1.5;
}
.tag:hover {
  background: linear-gradient(135deg, rgba(240, 180, 41, .2), rgba(245, 129, 31, .16));
  border-color: rgba(240, 180, 41, .45); color: #fff; text-decoration: none;
}
.tag--s1 { font-size: .8rem; }
.tag--s2 { font-size: .89rem; }
.tag--s3 { font-size: .98rem; font-weight: 600; }

/* ---------------------------------------------------- breadcrumb */
.bc { border-bottom: 1px solid var(--line); background: rgba(0, 0, 0, .2); }
.bc ol { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; list-style: none; margin: 0; padding: 10px 0; font-size: .84rem; }
.bc li { margin: 0; display: flex; align-items: center; gap: 7px; color: var(--tx-3); }
.bc li:not(:last-child)::after { content: "/"; opacity: .5; }
.bc a { color: var(--tx-2); }
.bc a:hover { color: var(--emas-2); }
.bc [aria-current] { color: var(--emas-2); font-weight: 600; }

/* ---------------------------------------------------- kepala halaman + layout */
.page-head { padding: 32px 0 24px; }
.page-head h1 { margin-bottom: .45em; }
.lead { font-size: 1.04rem; color: var(--tx-2); max-width: 84ch; margin-bottom: 14px; }
.page-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.page-meta span {
  padding: 4px 12px; border-radius: 999px; font-size: .78rem;
  background: rgba(255, 255, 255, .05); border: 1px solid var(--line); color: var(--tx-2);
}
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; padding-bottom: 54px; align-items: start; }
.prose { min-width: 0; }
.prose > figure { margin: 0 0 26px; }
.prose > figure img { border-radius: var(--r-l); border: 1px solid var(--line); }
.prose figcaption { font-size: .83rem; color: var(--tx-3); margin-top: 8px; }
.prose h2 { margin-top: 2.1em; padding-top: .55em; border-top: 1px solid var(--line); scroll-margin-top: 88px; }
.prose h2:first-of-type { margin-top: 1.1em; }
.prose h3 { margin-top: 1.6em; color: var(--emas-2); scroll-margin-top: 88px; }
.prose ul li::marker { color: var(--emas); }
.prose ol li::marker { color: var(--emas); font-weight: 700; }
.prose blockquote {
  margin: 1.5rem 0; padding: 1rem 1.2rem; border-left: 4px solid var(--emas);
  background: linear-gradient(90deg, rgba(240, 180, 41, .08), transparent);
  border-radius: 0 var(--r-s) var(--r-s) 0; color: var(--tx-2);
}
.prose blockquote p:last-child { margin-bottom: 0; }

.aside { display: grid; gap: 18px; position: sticky; top: 84px; }
.aside .card { padding: 18px; }
.aside .card h3 { font-size: 1rem; }
.aside .card ul { padding-left: 1.15em; margin-bottom: 0; }
.aside .card li { font-size: .89rem; margin-bottom: .38em; }
.aside .card p { font-size: .89rem; }
.aside a.is-here { color: var(--emas-2); font-weight: 700; }

.toc {
  background: var(--bg-3); border: 1px solid var(--line); border-left: 4px solid var(--emas);
  border-radius: var(--r); padding: 16px 20px; margin: 0 0 28px;
}
.toc b { display: block; margin-bottom: 9px; font-size: .94rem; }
.toc ol { margin: 0; padding-left: 1.3em; }
.toc li { font-size: .89rem; margin-bottom: .3em; }

/* ---------------------------------------------------- tabel */
.tbl-wrap { overflow-x: auto; margin: 0 0 1.6rem; border: 1px solid var(--line); border-radius: var(--r); }
table { width: 100%; border-collapse: collapse; font-size: .91rem; min-width: 520px; }
thead th {
  background: linear-gradient(135deg, rgba(217, 35, 56, .2), rgba(123, 70, 201, .16));
  text-align: left; padding: 12px 15px; font-weight: 800; font-size: .87rem;
  border-bottom: 1px solid var(--line-2); white-space: nowrap;
}
tbody td { padding: 11px 15px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--tx-2); }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: rgba(255, 255, 255, .018); }
tbody td strong { color: var(--tx); }

/* ---------------------------------------------------- speclist */
.speclist { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; }
.speclist li {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--r);
  padding: 13px 15px; margin: 0;
}
.speclist span { display: block; font-size: .72rem; color: var(--tx-3); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; }
.speclist b { font-size: .96rem; color: var(--tx); }
.aside .speclist { grid-template-columns: 1fr; gap: 8px; margin-bottom: 0; }

/* ---------------------------------------------------- langkah bernomor */
ol.steps { list-style: none; padding: 0; counter-reset: st; margin-bottom: 1.6rem; }
ol.steps > li { position: relative; padding: 0 0 0 50px; margin-bottom: 20px; counter-increment: st; }
ol.steps > li::before {
  content: counter(st); position: absolute; left: 0; top: 2px;
  width: 33px; height: 33px; border-radius: 10px; display: grid; place-items: center;
  font-weight: 800; font-size: .94rem;
  background: linear-gradient(135deg, var(--emas-2), var(--oranye)); color: #241905;
}
ol.steps > li h4 { margin: 3px 0 .35em; }
ol.steps > li p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------- notice */
.notice {
  display: flex; gap: 13px; padding: 15px 18px; margin: 0 0 1.6rem;
  border-radius: var(--r); border: 1px solid var(--line-2);
  background: var(--bg-3); font-size: .93rem;
  border-left: 4px solid var(--biru);
}
.notice__ico { flex: 0 0 auto; font-size: 1.25rem; line-height: 1.4; }
.notice p { margin-bottom: .6em; }
.notice p:last-child { margin-bottom: 0; }
.notice--warn { border-left-color: var(--oranye); background: linear-gradient(90deg, rgba(245, 129, 31, .12), var(--bg-3)); }
.notice--legal { border-left-color: var(--merah); background: linear-gradient(90deg, rgba(217, 35, 56, .12), var(--bg-3)); }
.notice--ok { border-left-color: var(--hijau); background: linear-gradient(90deg, rgba(31, 170, 99, .12), var(--bg-3)); }

/* ---------------------------------------------------- FAQ */
.faq { margin: 1.4rem 0 1.8rem; }
.faq details {
  border: 1px solid var(--line); border-radius: var(--r);
  background: var(--bg-3); margin-bottom: 10px; overflow: hidden;
}
.faq details[open] { border-color: rgba(240, 180, 41, .4); }
.faq summary {
  padding: 14px 46px 14px 18px; cursor: pointer; font-weight: 700;
  font-size: .96rem; position: relative; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 17px; top: 50%; transform: translateY(-50%);
  font-size: 1.3rem; font-weight: 400; color: var(--emas); line-height: 1;
}
.faq details[open] summary::after { content: "\2212"; }
.faq summary:hover { color: var(--emas-2); }
.faq__a { padding: 0 18px 15px; color: var(--tx-2); font-size: .93rem; }
.faq__a p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------- CTA band */
.cta-band {
  position: relative; overflow: hidden; padding: 28px 30px; border-radius: var(--r-xl);
  background:
    linear-gradient(135deg, rgba(217, 35, 56, .2), rgba(123, 70, 201, .17) 52%, rgba(31, 170, 99, .16)),
    var(--bg-3);
  border: 1px solid var(--line-2); margin-bottom: 1.6rem;
}
.cta-band h2 { font-size: clamp(1.14rem, 2.4vw, 1.42rem); margin-bottom: .45em; border: 0; padding: 0; margin-top: 0; }
.cta-band p { color: var(--tx-2); max-width: 76ch; margin-bottom: 18px; }
.cta-band__btns { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 13px; }
.cta-band small { display: block; color: var(--tx-3); font-size: .79rem; }

/* ---------------------------------------------------- formulir */
.form {
  background: var(--bg-3); border: 1px solid var(--line);
  border-radius: var(--r-l); padding: 24px; margin: 0 0 1.7rem;
}
.field { margin-bottom: 15px; }
.field label { display: block; margin-bottom: 6px; font-weight: 700; font-size: .9rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; font-family: inherit; font-size: .94rem;
  background: var(--bg-4); border: 1px solid var(--line-2);
  border-radius: var(--r-s); color: var(--tx);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--emas); border-color: transparent; }
.field small { display: block; margin-top: 5px; }
.field textarea { resize: vertical; min-height: 110px; }
.checkline { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 13px; font-size: .88rem; color: var(--tx-2); }
.checkline input { margin-top: 4px; flex: 0 0 auto; width: 17px; height: 17px; accent-color: var(--emas); }
.form-note { margin: 11px 0 0; font-size: .8rem; color: var(--tx-3); }

/* ---------------------------------------------------- footer */
.foot { border-top: 1px solid var(--line); background: rgba(0, 0, 0, .36); margin-top: 26px; }
.foot__top { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 28px; padding: 42px 0 32px; }
.foot__brand .logo { margin-bottom: 12px; }
.foot__brand .logo img { height: 40px; }
.foot__brand p { font-size: .87rem; color: var(--tx-3); }
.foot__soc { display: flex; gap: 9px; }
.foot__title { font-size: .85rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: var(--emas-2); margin: 0 0 12px; }
.foot__col ul { list-style: none; padding: 0; margin: 0; }
.foot__col li { margin-bottom: .48em; }
.foot__col a { color: var(--tx-3); font-size: .87rem; }
.foot__col a:hover { color: var(--tx); }

.foot__legal { padding: 24px 0; border-top: 1px solid var(--line); font-size: .84rem; color: var(--tx-3); }
.foot__legal p { margin-bottom: .8em; }
.foot__legal p:last-child { margin-bottom: 0; }
.foot__legal strong { color: var(--tx-2); }
.foot__badges { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 16px; }
.fbadge {
  display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px;
  border-radius: 999px; font-size: .77rem; font-weight: 700;
  background: rgba(255, 255, 255, .05); border: 1px solid var(--line-2); color: var(--tx-2);
}
.fbadge--18 { background: rgba(217, 35, 56, .18); border-color: rgba(217, 35, 56, .42); color: #ff8f9c; }
.fbadge--rg { background: rgba(31, 170, 99, .15); border-color: rgba(31, 170, 99, .38); color: #6ee2a5; }
.foot__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  padding: 16px 0 22px; border-top: 1px solid var(--line); font-size: .81rem; color: var(--tx-3);
}

/* ---------------------------------------------------- dock bawah */
.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  background: linear-gradient(180deg, rgba(12, 12, 20, .94), rgba(8, 8, 14, .99));
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(240, 180, 41, .3);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, .55);
  padding: 9px 0 calc(9px + env(safe-area-inset-bottom));
}
.dock__in { display: flex; align-items: center; gap: 16px; }
.dock__txt { flex: 0 1 auto; min-width: 0; }
.dock__txt b { display: block; font-size: .94rem; line-height: 1.3; }
.dock__txt span { display: block; font-size: .76rem; color: var(--tx-3); }
.dock__btns { display: flex; gap: 12px; flex: 1 1 auto; justify-content: flex-end; }

/* tombol daftar/login bergaya mesin slot dengan efek koin */
.slotbtn {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  flex: 0 1 260px; min-width: 150px; padding: 17px 26px;
  border: 0; border-radius: 999px; cursor: pointer;
  font-family: inherit; font-size: 1.1rem; font-weight: 900;
  letter-spacing: .012em; line-height: 1.2; text-align: center;
  transition: transform .16s, box-shadow .16s, filter .16s;
}
.slotbtn:hover { transform: translateY(-2px) scale(1.015); text-decoration: none; }
.slotbtn:active { transform: translateY(0) scale(.996); }
.slotbtn__ico { font-size: 1.2em; line-height: 1; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .35)); }
.slotbtn::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background-size: 200% 100%; animation: shift 4.5s linear infinite;
}
.slotbtn::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 38%; left: -46%; z-index: -1;
  transform: skewX(-22deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
  animation: sheen 3.6s ease-in-out infinite;
}
.slotbtn--daftar {
  color: #2a1a04;
  box-shadow: 0 8px 26px rgba(240, 180, 41, .5), inset 0 1px 0 rgba(255, 255, 255, .55);
}
.slotbtn--daftar::before {
  background-image: linear-gradient(100deg, var(--emas-2), var(--oranye) 26%, var(--emas) 50%, var(--oranye) 74%, var(--emas-2));
}
.slotbtn--login {
  color: #fff;
  box-shadow: 0 8px 26px rgba(217, 35, 56, .5), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.slotbtn--login::before {
  background-image: linear-gradient(100deg, var(--merah), #f0455a 26%, var(--merah-2) 50%, #f0455a 74%, var(--merah));
}
.slotbtn--login::after { animation-delay: 1.1s; }
@keyframes shift { to { background-position: -200% 0; } }
@keyframes sheen { 0%, 62% { left: -46%; } 92%, 100% { left: 118%; } }

.slotbtn__coins { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: -1; }
.slotbtn__coins i {
  position: absolute; bottom: -12px; width: 9px; height: 9px; border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #fff3c4, var(--emas) 52%, #b98411);
  box-shadow: 0 0 7px rgba(255, 214, 102, .85); opacity: 0;
  animation: coin 2.9s ease-in infinite;
}
.slotbtn__coins i:nth-child(1) { left: 13%; animation-delay: 0s; }
.slotbtn__coins i:nth-child(2) { left: 31%; animation-delay: .5s; width: 7px; height: 7px; }
.slotbtn__coins i:nth-child(3) { left: 52%; animation-delay: 1s; }
.slotbtn__coins i:nth-child(4) { left: 71%; animation-delay: 1.5s; width: 11px; height: 11px; }
.slotbtn__coins i:nth-child(5) { left: 87%; animation-delay: 2.1s; width: 7px; height: 7px; }
@keyframes coin {
  0% { transform: translateY(0) scale(.6) rotate(0); opacity: 0; }
  18% { opacity: .95; }
  100% { transform: translateY(-62px) scale(1) rotate(300deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .slotbtn::before, .slotbtn::after, .slotbtn__coins i,
  .ticker__track, .winners__track { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------------------------------------------------- responsif */
@media (max-width: 1180px) {
  .games { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1080px) {
  .layout { grid-template-columns: 1fr; gap: 28px; }
  .aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .foot__top { grid-template-columns: 1fr 1fr 1fr; }
  .foot__brand { grid-column: 1 / -1; }
  .related { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 940px) {
  :root { --dock-h: 88px; }
  .burger { display: grid; }
  .nav { display: none; }
  .hero__facts { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .sect { padding: 40px 0; }
  .games { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .related { grid-template-columns: 1fr; }
  .aside { grid-template-columns: 1fr; }
  .foot__top { grid-template-columns: 1fr 1fr; gap: 22px; padding: 32px 0 24px; }
  .lb__row { grid-template-columns: 36px 1fr auto; gap: 10px; padding: 11px 14px; }
  .lb__tag { display: none; }
  .cta-band { padding: 22px 20px; }
  .hero__in { padding: 42px 0 38px; }
  .dock__txt { display: none; }
  .dock__btns { width: 100%; max-width: none; gap: 11px; }
  .slotbtn { flex: 1 1 0; min-width: 0; max-width: none; padding: 17px 10px; font-size: 1.08rem; }
  .winners__head { padding: 10px 14px; }
}

@media (max-width: 520px) {
  .wrap { padding: 0 15px; }
  .games { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .foot__top { grid-template-columns: 1fr; }
  .hero__cta .btn { width: 100%; }
  .page-head { padding: 22px 0 18px; }
  .speclist { grid-template-columns: 1fr; }
  .slotbtn { font-size: 1.02rem; padding: 16px 8px; gap: 7px; }
  .slotbtn__ico { font-size: 1.1em; }
  .form { padding: 18px; }
  .logo__txt { font-size: 1.05rem; }
  .head__act .btn { display: none; }
  ol.steps > li { padding-left: 44px; }
}
