/* ==========================================================================
   gacor4d - Tema Kasino Modern
   Palet: Merah - Emas - Hijau - Ungu - Biru - Oranye - Cokelat - Hitam
   ========================================================================== */

:root {
  --c-red: #c8102e;
  --c-red-bright: #e8203f;
  --c-red-dark: #8e0a20;
  --c-gold: #f5b921;
  --c-gold-light: #ffe38a;
  --c-gold-dark: #b57d0a;
  --c-green: #1e9e62;
  --c-green-bright: #2ed88a;
  --c-purple: #7b3fa0;
  --c-blue: #2e7bc4;
  --c-orange: #e8721c;
  --c-brown: #5a3a22;

  --bg: #0e0b10;
  --bg-2: #14101a;
  --card: #17121c;
  --card-2: #1e1826;
  --line: #2c2436;
  --line-2: #3a2f47;

  --tx: #f5f2ec;
  --tx-2: #b9b0c4;
  --tx-3: #8a8095;

  --r-sm: 8px;
  --r: 14px;
  --r-lg: 20px;
  --r-pill: 999px;

  --sh: 0 4px 18px rgba(0, 0, 0, .45);
  --sh-lg: 0 14px 44px rgba(0, 0, 0, .58);
  --sh-gold: 0 6px 26px rgba(245, 185, 33, .3);
  --sh-red: 0 6px 26px rgba(200, 16, 46, .38);

  --grad-gold: linear-gradient(135deg, #ffe38a 0%, #f5b921 45%, #d19a0c 100%);
  --grad-red: linear-gradient(135deg, #e8203f 0%, #c8102e 55%, #8e0a20 100%);
  --grad-dark: linear-gradient(180deg, #17121c 0%, #100c14 100%);

  --ff: 'Segoe UI', system-ui, -apple-system, Roboto, Arial, sans-serif;
  --ff-num: 'Arial Narrow', 'Segoe UI', Impact, sans-serif;

  --wrap: 1240px;
  --bar-h: 74px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--ff);
  font-size: 16px;
  line-height: 1.75;
  color: var(--tx);
  background: var(--bg);
  overflow-x: hidden;
  padding-bottom: calc(var(--bar-h) + 8px);
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--c-gold); text-decoration: none; transition: color .18s; }
a:hover { color: var(--c-gold-light); }
h1, h2, h3, h4, h5 { font-weight: 800; line-height: 1.28; margin: 0 0 .6em; letter-spacing: -.01em; }
h1 { font-size: clamp(1.75rem, 4.2vw, 2.7rem); }
h2 { font-size: clamp(1.4rem, 3vw, 1.95rem); }
h3 { font-size: clamp(1.14rem, 2.2vw, 1.35rem); }
h4 { font-size: 1.06rem; }
p { margin: 0 0 1.15em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.35em; }
li { margin-bottom: .5em; }
strong { color: #fff; font-weight: 700; }
blockquote {
  margin: 1.5em 0; padding: 1.1em 1.4em;
  border-left: 4px solid var(--c-gold);
  background: var(--card); border-radius: 0 var(--r) var(--r) 0;
  color: var(--tx-2); font-style: italic;
}
hr { border: 0; height: 1px; background: var(--line); margin: 2.4em 0; }
code {
  background: var(--card-2); padding: .15em .45em; border-radius: 5px;
  font-size: .9em; color: var(--c-gold-light);
}

::selection { background: var(--c-gold); color: #1a1206; }

/* ---------------------------------------------------------------- layout -- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 18px; }
.sect { padding: 54px 0; }
.sect-sm { padding: 34px 0; }
.sect-alt { background: var(--bg-2); }

.grid { display: grid; gap: 20px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
.g6 { grid-template-columns: repeat(6, 1fr); }

.split { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 34px; align-items: start; }

.sect-head { margin-bottom: 26px; }
.sect-head .eyebrow {
  display: inline-block; font-size: .74rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--c-gold);
  background: rgba(245, 185, 33, .1); border: 1px solid rgba(245, 185, 33, .3);
  padding: .3em .85em; border-radius: var(--r-pill); margin-bottom: .8em;
}
.sect-head h2 { margin-bottom: .35em; }
.sect-head p { color: var(--tx-2); max-width: 760px; margin: 0; }

.center { text-align: center; }
.center .sect-head p { margin-inline: auto; }

/* --------------------------------------------------------------- topbar --- */
.ticker-top {
  background: var(--grad-red); color: #fff; font-size: .84rem; font-weight: 600;
  padding: 7px 0; overflow: hidden; position: relative; border-bottom: 1px solid var(--c-gold-dark);
}
.ticker-top .track { display: flex; gap: 60px; white-space: nowrap; animation: slide-l 42s linear infinite; }
.ticker-top .track span { display: inline-flex; align-items: center; gap: 8px; }
@keyframes slide-l { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* --------------------------------------------------------------- header --- */
.hd {
  position: sticky; top: 0; z-index: 90;
  background: rgba(14, 11, 16, .93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.hd-in { display: flex; align-items: center; gap: 18px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { height: 40px; width: auto; }
.brand-txt { font-weight: 800; font-size: 1.28rem; letter-spacing: -.02em; }
.brand-txt i { font-style: normal; color: var(--c-gold); }
.brand-txt b { font-weight: 800; color: var(--c-red-bright); }

.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav > li { position: relative; list-style: none; }
.nav a {
  display: block; padding: 9px 12px; font-size: .9rem; font-weight: 600;
  color: var(--tx-2); border-radius: var(--r-sm);
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--c-gold); background: rgba(245, 185, 33, .08); }
.nav ul { display: none; }
.nav { padding: 0; margin: 0 0 0 auto; }

.has-sub > ul {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 214px;
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r);
  box-shadow: var(--sh-lg); padding: 7px; list-style: none; margin: 0;
}
.has-sub:hover > ul, .has-sub:focus-within > ul { display: block; }
.has-sub > ul li { margin: 0; }
.has-sub > ul a { padding: 8px 11px; font-size: .87rem; }
.has-sub > a::after { content: "▾"; margin-left: 5px; font-size: .8em; opacity: .7; }

.hd-act { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }

.burger {
  display: none; background: none; border: 1px solid var(--line-2); color: var(--tx);
  width: 42px; height: 40px; border-radius: var(--r-sm); cursor: pointer;
  font-size: 1.25rem; line-height: 1; align-items: center; justify-content: center;
}

/* ---------------------------------------------------------------- search -- */
.srch { position: relative; }
.srch input {
  width: 190px; padding: 8px 34px 8px 13px; font: inherit; font-size: .86rem;
  color: var(--tx); background: var(--card-2); border: 1px solid var(--line-2);
  border-radius: var(--r-pill); outline: none; transition: .2s;
}
.srch input:focus { border-color: var(--c-gold); width: 230px; }
.srch input::placeholder { color: var(--tx-3); }
.srch button {
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  background: none; border: 0; color: var(--c-gold); cursor: pointer;
  width: 27px; height: 27px; font-size: .95rem; padding: 0;
}

/* --------------------------------------------------------------- buttons -- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; font: inherit; font-size: .93rem; font-weight: 800;
  border-radius: var(--r-pill); border: 0; cursor: pointer; text-align: center;
  transition: transform .16s, box-shadow .16s, filter .16s; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--grad-gold); color: #22190a; box-shadow: var(--sh-gold); }
.btn-gold:hover { color: #22190a; filter: brightness(1.06); }
.btn-red { background: var(--grad-red); color: #fff; box-shadow: var(--sh-red); }
.btn-red:hover { color: #fff; filter: brightness(1.08); }
.btn-ghost { background: transparent; color: var(--c-gold); border: 1.6px solid var(--c-gold); }
.btn-ghost:hover { background: rgba(245, 185, 33, .12); color: var(--c-gold-light); }
.btn-line { background: var(--card-2); color: var(--tx); border: 1px solid var(--line-2); }
.btn-line:hover { border-color: var(--c-gold); color: var(--c-gold); }
.btn-sm { padding: 8px 16px; font-size: .84rem; }
.btn-lg { padding: 15px 32px; font-size: 1rem; }
.btn-block { display: flex; width: 100%; }

/* ------------------------------------------------------------------ hero -- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url("../img/hero-bg.svg") center/cover no-repeat;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(14, 11, 16, .95) 0%, rgba(14, 11, 16, .7) 45%, rgba(14, 11, 16, .5) 100%);
}
.hero-in { position: relative; z-index: 1; padding: 62px 0 56px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 40px; align-items: center; }
.hero h1 { margin-bottom: .5em; }
.hero h1 em { font-style: normal; background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { font-size: 1.06rem; color: var(--tx-2); max-width: 620px; margin-bottom: 1.5em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 1.6em; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .78rem; font-weight: 700; padding: .42em .95em;
  border-radius: var(--r-pill); background: var(--card); border: 1px solid var(--line-2); color: var(--tx-2);
}
.pill.gold { border-color: rgba(245, 185, 33, .45); color: var(--c-gold); background: rgba(245, 185, 33, .09); }
.pill.green { border-color: rgba(30, 158, 98, .45); color: var(--c-green-bright); background: rgba(30, 158, 98, .1); }
.pill.red { border-color: rgba(200, 16, 46, .5); color: #ff8095; background: rgba(200, 16, 46, .12); }
.pill.purple { border-color: rgba(123, 63, 160, .5); color: #c79ae0; background: rgba(123, 63, 160, .14); }
.pill.blue { border-color: rgba(46, 123, 196, .5); color: #7fb6ea; background: rgba(46, 123, 196, .13); }

.hero-panel {
  background: rgba(23, 18, 28, .82); backdrop-filter: blur(8px);
  border: 1px solid var(--line-2); border-radius: var(--r-lg);
  padding: 20px; box-shadow: var(--sh-lg);
}
.hero-panel .rank-title { font-size: 1.02rem; margin-bottom: .8em; display: flex; align-items: center; gap: 8px; }
.hero-panel .rank-title .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-green-bright); box-shadow: 0 0 0 4px rgba(46, 216, 138, .18); animation: pulse 1.9s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(46, 216, 138, 0); } }

.rank-list { list-style: none; margin: 0; padding: 0; }
.rank-list li {
  display: grid; grid-template-columns: 26px 1fr auto; gap: 10px; align-items: center;
  padding: 9px 0; border-bottom: 1px dashed var(--line); margin: 0; font-size: .88rem;
}
.rank-list li:last-child { border-bottom: 0; }
.rank-list .no { font-family: var(--ff-num); font-size: 1rem; font-weight: 700; color: var(--c-gold); text-align: center; }
.rank-list .nm { color: var(--tx); font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rank-list .nm small { display: block; color: var(--tx-3); font-weight: 500; font-size: .78rem; }
.rank-list .vl { font-family: var(--ff-num); font-weight: 700; color: var(--c-green-bright); font-size: .95rem; }
.rank-note { margin: 12px 0 0; font-size: .74rem; color: var(--tx-3); line-height: 1.5; }

/* --------------------------------------------------------------- marquee -- */
.winbar {
  background: var(--grad-dark); border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); padding: 11px 0; overflow: hidden;
}
.winbar-in { display: flex; align-items: center; gap: 14px; }
.winbar-lbl {
  flex-shrink: 0; display: inline-flex; align-items: center; gap: 7px;
  font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em;
  color: #22190a; background: var(--grad-gold); padding: .4em .9em; border-radius: var(--r-pill);
}
.winbar-vp { overflow: hidden; flex: 1; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.winbar-track { display: flex; gap: 12px; white-space: nowrap; animation: slide-l 40s linear infinite; }
.winbar:hover .winbar-track { animation-play-state: paused; }
.win-chip {
  display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0;
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-pill);
  padding: 6px 14px; font-size: .82rem;
}
.win-chip .u { font-weight: 700; color: var(--tx); }
.win-chip .g { color: var(--tx-3); }
.win-chip .a { font-family: var(--ff-num); font-weight: 700; color: var(--c-green-bright); }

/* ----------------------------------------------------------------- cards -- */
.card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden;
  transition: transform .2s, border-color .2s, box-shadow .2s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); border-color: rgba(245, 185, 33, .45); box-shadow: var(--sh-lg); }
.card-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--card-2); }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 15px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { font-size: 1rem; margin-bottom: .3em; }
.card-body h3 a { color: var(--tx); }
.card-body h3 a:hover { color: var(--c-gold); }
.card-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: .7em; }
.card-meta span {
  font-size: .7rem; font-weight: 700; padding: .25em .65em; border-radius: var(--r-pill);
  background: var(--card-2); color: var(--tx-2); border: 1px solid var(--line);
}
.card-desc { font-size: .85rem; color: var(--tx-2); margin: 0 0 1em; flex: 1; line-height: 1.62; }
.card-foot { margin-top: auto; }

.tag-corner {
  position: absolute; top: 9px; left: 9px; z-index: 2;
  font-size: .66rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  padding: .3em .7em; border-radius: var(--r-pill); color: #fff;
}
.tag-corner.hot { background: var(--grad-red); }
.tag-corner.new { background: linear-gradient(135deg, #2ed88a, #14794a); }
.tag-corner.top { background: var(--grad-gold); color: #22190a; }

/* --------------------------------------------------------- provider chip -- */
.prov-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.prov {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 18px 12px; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); text-align: center; transition: .2s;
}
.prov:hover { border-color: var(--c-gold); transform: translateY(-3px); }
.prov .ic {
  width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  font-family: var(--ff-num); font-weight: 700; font-size: 1.15rem; color: #fff;
}
.prov b { font-size: .87rem; color: var(--tx); }
.prov small { font-size: .72rem; color: var(--tx-3); }

/* ------------------------------------------------------------- tag cloud -- */
.cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.cloud a {
  font-size: .83rem; font-weight: 600; padding: .5em 1.05em;
  background: var(--card); border: 1px solid var(--line-2);
  border-radius: var(--r-pill); color: var(--tx-2);
}
.cloud a:hover { border-color: var(--c-gold); color: var(--c-gold); background: rgba(245, 185, 33, .08); }
.cloud a.s1 { font-size: .95rem; font-weight: 700; color: var(--c-gold); border-color: rgba(245, 185, 33, .4); }
.cloud a.s2 { font-size: .88rem; }

/* ------------------------------------------------------------------ prose */
.prose { max-width: 100%; }
.prose h2 {
  margin-top: 1.9em; padding-bottom: .4em; border-bottom: 1px solid var(--line);
  scroll-margin-top: 88px;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.5em; color: var(--c-gold-light); scroll-margin-top: 88px; }
.prose p { color: #ded8e4; }
.prose ul li, .prose ol li { color: #ded8e4; }
.prose a { text-decoration: underline; text-decoration-color: rgba(245, 185, 33, .4); text-underline-offset: 3px; }

.tbl-wrap { overflow-x: auto; margin: 1.5em 0; border: 1px solid var(--line); border-radius: var(--r); -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; font-size: .88rem; min-width: 520px; }
thead th {
  background: var(--card-2); color: var(--c-gold); text-align: left;
  padding: 12px 14px; font-weight: 800; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .04em; border-bottom: 2px solid var(--line-2);
  white-space: nowrap;
}
tbody td { padding: 11px 14px; border-bottom: 1px solid var(--line); color: #ded8e4; vertical-align: top; }
tbody tr:nth-child(even) { background: rgba(255, 255, 255, .018); }
tbody tr:hover { background: rgba(245, 185, 33, .045); }
tbody tr:last-child td { border-bottom: 0; }

/* -------------------------------------------------------------- callouts -- */
.note {
  display: flex; gap: 13px; padding: 15px 17px; border-radius: var(--r);
  background: var(--card); border: 1px solid var(--line-2); margin: 1.6em 0;
  font-size: .9rem; line-height: 1.65;
}
.note .ic { flex-shrink: 0; font-size: 1.15rem; line-height: 1.4; }
.note b { display: block; margin-bottom: .25em; color: #fff; }
.note p:last-child { margin-bottom: 0; }
.note.warn { border-left: 4px solid var(--c-red); }
.note.info { border-left: 4px solid var(--c-blue); }
.note.ok { border-left: 4px solid var(--c-green); }
.note.age { border-left: 4px solid var(--c-gold); }

/* ------------------------------------------------------------------- faq -- */
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq details {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; transition: border-color .18s;
}
.faq details[open] { border-color: rgba(245, 185, 33, .4); }
.faq summary {
  padding: 14px 46px 14px 17px; cursor: pointer; font-weight: 700; font-size: .95rem;
  position: relative; list-style: none; color: var(--tx);
}
.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(--c-gold); transition: transform .2s;
}
.faq details[open] summary::after { content: "−"; }
.faq summary:hover { color: var(--c-gold); }
.faq .ans { padding: 0 17px 15px; color: var(--tx-2); font-size: .9rem; line-height: 1.7; }
.faq .ans p:last-child { margin-bottom: 0; }

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

/* --------------------------------------------------------------- article -- */
.art-hd { padding: 34px 0 26px; border-bottom: 1px solid var(--line); margin-bottom: 30px; }
.art-hd .kicker { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 1em; }
.art-hd h1 { margin-bottom: .5em; }
.art-hd .sub { color: var(--tx-2); font-size: 1.02rem; max-width: 760px; margin: 0; }
.art-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 1.1em; font-size: .82rem; color: var(--tx-3); }
.art-meta span { display: inline-flex; align-items: center; gap: 6px; }

.toc {
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 17px 19px; margin-bottom: 28px;
}
.toc b { display: block; margin-bottom: .6em; font-size: .93rem; color: var(--c-gold); }
.toc ol { margin: 0; padding-left: 1.25em; font-size: .87rem; }
.toc li { margin-bottom: .35em; }
.toc a { color: var(--tx-2); text-decoration: none; }
.toc a:hover { color: var(--c-gold); }

/* --------------------------------------------------------------- sidebar -- */
.side { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 84px; }
.widget { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 17px; }
.widget h3 { font-size: .95rem; margin-bottom: .85em; padding-bottom: .5em; border-bottom: 1px solid var(--line); }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget ul li { margin-bottom: .55em; font-size: .87rem; }
.widget ul li:last-child { margin-bottom: 0; }
.widget ul a { color: var(--tx-2); }
.widget ul a:hover { color: var(--c-gold); }
.widget-cta { background: var(--grad-dark); border-color: rgba(245, 185, 33, .32); text-align: center; }
.widget-cta p { font-size: .86rem; color: var(--tx-2); margin-bottom: 1em; }

.mini { display: flex; gap: 11px; margin-bottom: 13px; }
.mini:last-child { margin-bottom: 0; }
.mini img { width: 62px; height: 62px; border-radius: var(--r-sm); object-fit: cover; flex-shrink: 0; }
.mini b { display: block; font-size: .86rem; line-height: 1.4; margin-bottom: .2em; }
.mini b a { color: var(--tx); }
.mini b a:hover { color: var(--c-gold); }
.mini small { font-size: .74rem; color: var(--tx-3); }

/* ------------------------------------------------------------ stat strip -- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
.stat {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 17px; text-align: center;
}
.stat .v { font-family: var(--ff-num); font-size: 1.6rem; font-weight: 700; color: var(--c-gold); line-height: 1.2; }
.stat .l { font-size: .78rem; color: var(--tx-3); margin-top: .3em; }

/* ------------------------------------------------------------ spec table -- */
.spec { display: grid; grid-template-columns: repeat(auto-fit, minmax(168px, 1fr)); gap: 11px; margin: 1.5em 0; }
.spec .it { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 12px 14px; }
.spec .it .k { font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; color: var(--tx-3); margin-bottom: .25em; }
.spec .it .v { font-size: .95rem; font-weight: 700; color: var(--tx); }

/* ------------------------------------------------------------ promo card -- */
.promo {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; margin-bottom: 20px;
}
.promo-hd { padding: 17px 20px; background: var(--grad-dark); border-bottom: 1px solid var(--line-2); display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.promo-hd h3 { margin: 0; font-size: 1.1rem; flex: 1; min-width: 200px; }
.promo-hd .amt { font-family: var(--ff-num); font-size: 1.5rem; font-weight: 700; color: var(--c-gold); }
.promo-bd { padding: 17px 20px; }
.promo-bd > p:first-child { margin-top: 0; }
.promo-terms { list-style: none; margin: 1em 0 0; padding: 0; display: grid; gap: 8px; }
.promo-terms li { display: grid; grid-template-columns: 168px 1fr; gap: 10px; font-size: .86rem; margin: 0; padding-bottom: 8px; border-bottom: 1px dashed var(--line); }
.promo-terms li:last-child { border-bottom: 0; padding-bottom: 0; }
.promo-terms .k { color: var(--tx-3); font-weight: 600; }
.promo-terms .v { color: #ded8e4; }

/* ------------------------------------------------------------- rtp table -- */
.rtp-bar { display: flex; align-items: center; gap: 9px; }
.rtp-bar .track { flex: 1; height: 7px; background: var(--card-2); border-radius: var(--r-pill); overflow: hidden; min-width: 60px; }
.rtp-bar .fill { height: 100%; border-radius: var(--r-pill); }
.rtp-bar .fill.hi { background: linear-gradient(90deg, #1e9e62, #2ed88a); }
.rtp-bar .fill.md { background: linear-gradient(90deg, #d19a0c, #f5b921); }
.rtp-bar .fill.lo { background: linear-gradient(90deg, #8e0a20, #e8203f); }
.rtp-bar .n { font-family: var(--ff-num); font-weight: 700; font-size: .88rem; min-width: 52px; text-align: right; }

/* ----------------------------------------------------------------- forms -- */
.form-card {
  max-width: 470px; margin: 0 auto; background: var(--card);
  border: 1px solid var(--line-2); border-radius: var(--r-lg);
  padding: 28px; box-shadow: var(--sh-lg);
}
.form-card h1 { font-size: 1.6rem; text-align: center; margin-bottom: .3em; }
.form-card .form-title { font-size: 1.15rem; font-weight: 800; text-align: center; margin: 0 0 .55em; color: var(--tx); }
.form-card .sub { text-align: center; color: var(--tx-2); font-size: .9rem; margin-bottom: 1.6em; }
.form-demo input:disabled, .form-demo select:disabled { opacity: .58; cursor: not-allowed; }
.form-demo .chk { opacity: .74; }
.fld { margin-bottom: 15px; }
.fld label { display: block; font-size: .84rem; font-weight: 700; margin-bottom: .4em; color: var(--tx-2); }
.fld input, .fld select, .fld textarea {
  width: 100%; padding: 12px 14px; font: inherit; font-size: .92rem; color: var(--tx);
  background: var(--bg-2); border: 1px solid var(--line-2); border-radius: var(--r-sm); outline: none;
}
.fld input:focus, .fld select:focus, .fld textarea:focus { border-color: var(--c-gold); }
.fld small { display: block; margin-top: .35em; font-size: .76rem; color: var(--tx-3); }
.chk { display: flex; gap: 9px; align-items: flex-start; font-size: .82rem; color: var(--tx-2); margin-bottom: 15px; }
.chk input { width: 17px; height: 17px; margin-top: 2px; flex-shrink: 0; accent-color: var(--c-gold); }
.form-alt { text-align: center; margin-top: 1.3em; font-size: .86rem; color: var(--tx-3); }

/* ------------------------------------------------------- sticky bottom cta */
.dockbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
  background: linear-gradient(180deg, rgba(23, 18, 28, .97) 0%, rgba(10, 8, 12, .99) 100%);
  backdrop-filter: blur(16px);
  border-top: 2px solid var(--c-gold);
  box-shadow: 0 -8px 34px rgba(0, 0, 0, .6), 0 -1px 0 rgba(245, 185, 33, .3) inset;
  padding: 10px 0; overflow: hidden;
}
.dockbar::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 15% 120%, rgba(200, 16, 46, .3), transparent 55%),
              radial-gradient(circle at 85% 120%, rgba(245, 185, 33, .22), transparent 55%);
}
.dock-in { position: relative; display: flex; align-items: center; gap: 14px; flex-wrap: nowrap; }
.dock-txt { flex: 1; min-width: 0; }
.dock-txt b { display: block; font-size: .95rem; line-height: 1.3; color: #fff; }
.dock-txt span { display: block; font-size: .76rem; color: var(--tx-3); line-height: 1.4; }
.dock-btns { display: flex; gap: 11px; flex-shrink: 0; }

/* --- tombol slot-style dengan efek koin --- */
.slotbtn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-width: 150px; padding: 14px 22px;
  font-family: var(--ff); font-size: 1rem; font-weight: 900; letter-spacing: .02em;
  border: 0; border-radius: var(--r-pill); cursor: pointer; overflow: hidden;
  text-transform: uppercase; white-space: nowrap;
  transition: transform .16s cubic-bezier(.34, 1.56, .64, 1), box-shadow .18s;
  isolation: isolate;
}
.slotbtn:hover { transform: translateY(-3px) scale(1.025); }
.slotbtn:active { transform: translateY(-1px) scale(.99); }
.slotbtn .lbl { position: relative; z-index: 3; display: inline-flex; align-items: center; gap: 8px; }
.slotbtn .ico { font-size: 1.05em; line-height: 1; }

/* lapisan kilau melintas */
.slotbtn::before {
  content: ""; position: absolute; z-index: 2; top: -60%; bottom: -60%; width: 42px;
  left: -70px; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .68), transparent);
  transform: rotate(16deg); animation: sheen 3.4s ease-in-out infinite;
}
@keyframes sheen {
  0%, 62% { left: -70px; }
  92%, 100% { left: 118%; }
}

/* koin melayang */
.slotbtn .coins { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.slotbtn .coins i {
  position: absolute; bottom: -14px; width: 9px; height: 9px; border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #fff6c9, #f5b921 58%, #b57d0a);
  box-shadow: 0 0 7px rgba(245, 185, 33, .85);
  animation: coinup 2.9s linear infinite;
  opacity: 0;
}
.slotbtn .coins i:nth-child(1) { left: 12%; animation-delay: 0s; }
.slotbtn .coins i:nth-child(2) { left: 30%; animation-delay: .5s; width: 7px; height: 7px; }
.slotbtn .coins i:nth-child(3) { left: 50%; animation-delay: 1.05s; width: 11px; height: 11px; }
.slotbtn .coins i:nth-child(4) { left: 70%; animation-delay: 1.6s; width: 8px; height: 8px; }
.slotbtn .coins i:nth-child(5) { left: 86%; animation-delay: 2.15s; }
@keyframes coinup {
  0% { transform: translateY(0) scale(.6) rotate(0); opacity: 0; }
  18% { opacity: 1; }
  75% { opacity: .9; }
  100% { transform: translateY(-64px) scale(1.05) rotate(300deg); opacity: 0; }
}

.slotbtn.reg {
  background: linear-gradient(180deg, #ffe38a 0%, #f5b921 42%, #d19a0c 78%, #a86f06 100%);
  color: #24190a;
  box-shadow: 0 5px 0 #8a5a04, 0 10px 26px rgba(245, 185, 33, .46),
              inset 0 1px 0 rgba(255, 255, 255, .75);
}
.slotbtn.reg:hover { box-shadow: 0 7px 0 #8a5a04, 0 15px 34px rgba(245, 185, 33, .6), inset 0 1px 0 rgba(255, 255, 255, .8); }
.slotbtn.reg:active { box-shadow: 0 2px 0 #8a5a04, 0 6px 16px rgba(245, 185, 33, .4), inset 0 1px 0 rgba(255, 255, 255, .6); }

.slotbtn.log {
  background: linear-gradient(180deg, #f0324e 0%, #c8102e 45%, #a00c22 80%, #740717 100%);
  color: #fff;
  box-shadow: 0 5px 0 #5e0512, 0 10px 26px rgba(200, 16, 46, .5),
              inset 0 1px 0 rgba(255, 255, 255, .3);
}
.slotbtn.log:hover { box-shadow: 0 7px 0 #5e0512, 0 15px 34px rgba(200, 16, 46, .62), inset 0 1px 0 rgba(255, 255, 255, .36); }
.slotbtn.log:active { box-shadow: 0 2px 0 #5e0512, 0 6px 16px rgba(200, 16, 46, .42), inset 0 1px 0 rgba(255, 255, 255, .24); }

.dock-age {
  flex-shrink: 0; display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(245, 185, 33, .12); border: 1.5px solid var(--c-gold);
  font-size: .74rem; font-weight: 900; color: var(--c-gold);
}

/* ---------------------------------------------------------------- footer -- */
.ft { background: var(--bg-2); border-top: 1px solid var(--line); padding: 44px 0 20px; margin-top: 20px; }
.ft-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 30px; margin-bottom: 32px; }
.ft-brand img { height: 42px; margin-bottom: 14px; }
.ft-brand p { font-size: .85rem; color: var(--tx-3); line-height: 1.7; }
.ft .ft-title { font-size: .87rem; text-transform: uppercase; letter-spacing: .09em; color: var(--c-gold); margin: 0 0 1em; }
.ft ul { list-style: none; margin: 0; padding: 0; }
.ft ul li { margin-bottom: .55em; }
.ft ul a { font-size: .86rem; color: var(--tx-2); }
.ft ul a:hover { color: var(--c-gold); }
.ft-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.ft-legal {
  border-top: 1px solid var(--line); padding-top: 20px;
  font-size: .79rem; color: var(--tx-3); line-height: 1.72;
}
.ft-legal p { margin-bottom: .9em; }
.ft-legal p:last-child { margin-bottom: 0; }
.ft-legal strong { color: var(--tx-2); }
.ft-copy { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: .79rem; color: var(--tx-3); }

/* ------------------------------------------------------------ pagination -- */
.pager { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin-top: 34px; }
.pager a, .pager span {
  min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 12px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-sm);
  font-size: .88rem; font-weight: 700; color: var(--tx-2);
}
.pager a:hover { border-color: var(--c-gold); color: var(--c-gold); }
.pager .on { background: var(--grad-gold); border-color: transparent; color: #24190a; }

/* --------------------------------------------------------------- results -- */
.res-list { display: flex; flex-direction: column; gap: 13px; }
.res {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 16px 18px;
}
.res:hover { border-color: rgba(245, 185, 33, .4); }
.res h3 { font-size: 1.03rem; margin-bottom: .3em; }
.res .u { font-size: .77rem; color: var(--c-green); margin-bottom: .5em; word-break: break-all; }
.res p { font-size: .87rem; color: var(--tx-2); margin: 0; }
.res mark { background: rgba(245, 185, 33, .28); color: var(--c-gold-light); padding: 0 2px; border-radius: 3px; }

/* -------------------------------------------------------------- utilities -- */
.mt0 { margin-top: 0; } .mb0 { margin-bottom: 0; }
.mt1 { margin-top: 1rem; } .mb1 { margin-bottom: 1rem; }
.mt2 { margin-top: 2rem; } .mb2 { margin-bottom: 2rem; }
.muted { color: var(--tx-3); }
.small { font-size: .85rem; }
.tiny { font-size: .76rem; }
.nowrap { white-space: nowrap; }
.sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--c-gold); color: #24190a; padding: 10px 18px; font-weight: 700;
}
.skip:focus { left: 10px; top: 10px; }

/* ------------------------------------------------------------- responsive -- */
@media (max-width: 1080px) {
  .slotbtn { min-width: 132px; padding: 13px 18px; font-size: .95rem; }
  .dock-txt span { display: none; }
  .g4 { grid-template-columns: repeat(3, 1fr); }
  .g6 { grid-template-columns: repeat(4, 1fr); }
  .split { grid-template-columns: 1fr; }
  .side { position: static; }
  .ft-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nav { display: none; }
  .burger { display: flex; }
  .srch input { width: 150px; }
  .srch input:focus { width: 170px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hd-in { gap: 10px; }

  .nav.open {
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    position: fixed; top: 68px; left: 0; right: 0; bottom: 0; z-index: 95;
    background: var(--bg); border-top: 1px solid var(--line);
    padding: 14px 18px calc(var(--bar-h) + 24px); overflow-y: auto;
  }
  .nav.open > li { width: 100%; }
  .nav.open a { padding: 12px 14px; font-size: .95rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav.open .has-sub > ul {
    display: block; position: static; box-shadow: none; border: 0;
    background: rgba(255, 255, 255, .03); border-radius: 0; padding: 0 0 0 14px; margin: 0;
  }
  .nav.open .has-sub > a::after { content: ""; }
}

@media (max-width: 760px) {
  body { font-size: 15.5px; --bar-h: 132px; }
  .sect { padding: 38px 0; }
  .g2, .g3, .g4 { grid-template-columns: repeat(2, 1fr); }
  .g6 { grid-template-columns: repeat(3, 1fr); }
  .hero-in { padding: 40px 0 36px; }
  .promo-terms li { grid-template-columns: 1fr; gap: 2px; }
  .promo-terms .k { font-size: .78rem; }
  .ft-grid { grid-template-columns: 1fr; gap: 24px; }
  .art-hd { padding: 24px 0 20px; }

  /* dockbar mobile: baris info ringkas di atas, dua tombol besar sejajar */
  .dockbar { padding: 8px 0 9px; }
  .dock-in { flex-direction: column; gap: 7px; align-items: stretch; }
  .dock-txt {
    order: 1; width: 100%; text-align: center;
    display: flex; align-items: center; justify-content: center; gap: 7px;
  }
  .dock-txt b {
    display: inline; font-size: .74rem; font-weight: 700; letter-spacing: .01em;
    color: var(--tx-2);
  }
  .dock-txt span { display: none; }
  .dock-age {
    order: 0; position: static; width: auto; height: auto;
    padding: 2px 8px; border-radius: var(--r-pill);
    font-size: .66rem; letter-spacing: .04em; align-self: center;
  }
  .dock-btns { order: 2; width: 100%; gap: 10px; }
  .slotbtn { flex: 1 1 0; min-width: 0; padding: 16px 10px; font-size: 1.02rem; }
  .slotbtn .lbl { gap: 7px; }
}

@media (max-width: 400px) {
  .slotbtn { padding: 15px 6px; font-size: .95rem; letter-spacing: 0; }
  .slotbtn .ico { font-size: .9em; }
  .dock-txt b { font-size: .69rem; }
}

@media (max-width: 460px) {
  .g2, .g3, .g4 { grid-template-columns: 1fr 1fr; }
  .g6 { grid-template-columns: repeat(2, 1fr); }
  .card-body { padding: 12px; }
  .card-body h3 { font-size: .92rem; }
  .card-desc { display: none; }
  .srch { display: none; }
  .slotbtn { font-size: .93rem; padding: 14px 8px; letter-spacing: 0; }
  .slotbtn .ico { display: none; }
  .stats { grid-template-columns: 1fr 1fr; }
  .spec { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}

@media print {
  .dockbar, .hd, .ticker-top, .winbar, .ft, .side { display: none !important; }
  body { background: #fff; color: #000; padding-bottom: 0; }
  a { color: #000; }
}
