/* ==========================================================================
   setiabet88.bet — Stylesheet utama
   Tema kasino: merah, cokelat, jingga, hijau, kuning, ungu, biru, hitam
   ========================================================================== */

:root {
  --c-red: #c81e33;
  --c-red-dark: #9c1526;
  --c-red-soft: #e8324a;
  --c-brown: #6b3f2a;
  --c-brown-soft: #8a5638;
  --c-orange: #f5a524;
  --c-yellow: #ffd34e;
  --c-green: #16a34a;
  --c-green-soft: #22c55e;
  --c-purple: #7c3aed;
  --c-purple-soft: #a855f7;
  --c-blue: #2563eb;
  --c-blue-soft: #3b82f6;

  --bg-0: #0b0b0f;
  --bg-1: #12121a;
  --bg-2: #191922;
  --bg-3: #21212c;
  --bg-4: #2a2a37;

  --tx-0: #f7f7fa;
  --tx-1: #d4d4dd;
  --tx-2: #a0a0ad;
  --tx-3: #74747f;

  --line: #2e2e3b;
  --line-soft: #24242f;

  --radius-s: 8px;
  --radius-m: 14px;
  --radius-l: 20px;
  --radius-xl: 28px;

  --shadow-s: 0 2px 8px rgba(0, 0, 0, 0.35);
  --shadow-m: 0 8px 24px rgba(0, 0, 0, 0.45);
  --shadow-l: 0 18px 48px rgba(0, 0, 0, 0.55);
  --shadow-gold: 0 6px 22px rgba(245, 165, 36, 0.35);
  --shadow-red: 0 6px 22px rgba(200, 30, 51, 0.38);

  --ff-head: "Segoe UI", "Helvetica Neue", Roboto, Arial, sans-serif;
  --ff-body: "Segoe UI", "Helvetica Neue", Roboto, Arial, sans-serif;

  --wrap: 1220px;
  --dock-h: 78px;
}

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

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

body {
  margin: 0;
  padding: 0;
  font-family: var(--ff-body);
  font-size: 16.5px;
  line-height: 1.78;
  color: var(--tx-1);
  background-color: var(--bg-0);
  background-image:
    radial-gradient(1100px 620px at 12% -8%, rgba(200, 30, 51, 0.16), transparent 62%),
    radial-gradient(900px 560px at 88% 4%, rgba(124, 58, 237, 0.14), transparent 60%),
    radial-gradient(800px 480px at 50% 100%, rgba(245, 165, 36, 0.07), transparent 66%);
  background-attachment: fixed;
  overflow-x: hidden;
  padding-bottom: var(--dock-h);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--c-orange);
  text-decoration: none;
  transition: color 0.18s ease;
}

a:hover {
  color: var(--c-yellow);
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--ff-head);
  color: var(--tx-0);
  line-height: 1.3;
  margin: 0 0 0.6em;
  font-weight: 800;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(1.72rem, 4.3vw, 2.68rem);
}

h2 {
  font-size: clamp(1.34rem, 3vw, 1.86rem);
}

h3 {
  font-size: clamp(1.14rem, 2.2vw, 1.4rem);
}

h4 {
  font-size: 1.06rem;
}

p {
  margin: 0 0 1.15em;
}

ul,
ol {
  margin: 0 0 1.2em;
  padding-left: 1.4em;
}

li {
  margin-bottom: 0.5em;
}

strong {
  color: var(--tx-0);
  font-weight: 700;
}

code {
  background: var(--bg-3);
  padding: 0.12em 0.45em;
  border-radius: 5px;
  font-size: 0.92em;
  color: var(--c-yellow);
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 2.2rem 0;
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 20px;
}

.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;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--c-red);
  color: #fff;
  padding: 10px 16px;
  z-index: 999;
  border-radius: 0 0 var(--radius-s) 0;
}

.skip-link:focus {
  left: 0;
}

/* ---------------- Bar usia & bar info ---------------- */

.agebar {
  background: linear-gradient(90deg, var(--c-red-dark), var(--c-red) 42%, var(--c-brown) 100%);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.agebar .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
}

.agebar b {
  background: #fff;
  color: var(--c-red-dark);
  border-radius: 999px;
  padding: 1px 9px;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.agebar a {
  color: var(--c-yellow);
  text-decoration: underline;
}

.tickerbar {
  background: var(--bg-1);
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
  font-size: 0.84rem;
}

.tickerbar .wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 20px;
}

.tickerbar .tick-label {
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--c-orange), var(--c-yellow));
  color: #2a1a00;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 999px;
}

.tick-viewport {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 96%, transparent);
}

.tick-track {
  display: inline-flex;
  gap: 34px;
  animation: tickmove 46s linear infinite;
  will-change: transform;
}

.tick-track span {
  color: var(--tx-2);
}

.tick-track span i {
  color: var(--c-green-soft);
  font-style: normal;
  font-weight: 700;
}

@keyframes tickmove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ---------------- Header ---------------- */

.site-head {
  position: sticky;
  top: 0;
  z-index: 120;
  background: rgba(11, 11, 15, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-s);
}

.head-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 11px 20px;
}

.brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand img {
  height: 42px;
  width: auto;
}

.brand:hover {
  text-decoration: none;
}

.mainnav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.mainnav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}

.mainnav > ul > li {
  position: relative;
  margin: 0;
}

.mainnav > ul > li > a {
  display: block;
  padding: 9px 13px;
  color: var(--tx-1);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius-s);
  white-space: nowrap;
}

.mainnav > ul > li > a:hover,
.mainnav > ul > li.is-active > a {
  background: var(--bg-3);
  color: var(--c-yellow);
  text-decoration: none;
}

.mainnav .submenu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 218px;
  list-style: none;
  margin: 0;
  padding: 7px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-m);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: all 0.18s ease;
}

.mainnav > ul > li:hover .submenu,
.mainnav > ul > li:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mainnav .submenu li {
  margin: 0;
}

.mainnav .submenu a {
  display: block;
  padding: 8px 12px;
  border-radius: var(--radius-s);
  color: var(--tx-1);
  font-size: 0.9rem;
}

.mainnav .submenu a:hover {
  background: var(--bg-4);
  color: var(--c-yellow);
  text-decoration: none;
}

.head-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 9px;
}

.searchbox {
  display: flex;
  align-items: center;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 4px 4px 13px;
  transition: border-color 0.18s ease;
}

.searchbox:focus-within {
  border-color: var(--c-orange);
}

.searchbox input {
  border: 0;
  background: transparent;
  color: var(--tx-0);
  font-size: 0.88rem;
  width: 138px;
  outline: none;
  font-family: inherit;
}

.searchbox input::placeholder {
  color: var(--tx-3);
}

.searchbox button {
  border: 0;
  background: linear-gradient(135deg, var(--c-orange), var(--c-yellow));
  color: #2a1a00;
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}

.navtoggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--bg-2);
  color: var(--tx-0);
  border-radius: var(--radius-s);
  padding: 8px 11px;
  font-size: 1.05rem;
  cursor: pointer;
  line-height: 1;
}

/* ---------------- Tombol ---------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    filter 0.16s ease;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--c-red-soft), var(--c-red) 48%, var(--c-red-dark));
  color: #fff;
  box-shadow: var(--shadow-red);
}

.btn-primary:hover {
  color: #fff;
  box-shadow: 0 10px 28px rgba(200, 30, 51, 0.5);
}

.btn-gold {
  background: linear-gradient(135deg, var(--c-yellow), var(--c-orange) 55%, #d9821a);
  color: #2a1a00;
  box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
  color: #2a1a00;
  box-shadow: 0 10px 28px rgba(245, 165, 36, 0.5);
}

.btn-ghost {
  background: var(--bg-3);
  color: var(--tx-0);
  border: 1px solid var(--line);
}

.btn-ghost:hover {
  color: var(--c-yellow);
  border-color: var(--c-orange);
}

.btn-tg {
  background: linear-gradient(135deg, var(--c-blue-soft), var(--c-blue));
  color: #fff;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.btn-tg:hover {
  color: #fff;
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 15px 34px;
  font-size: 1.04rem;
}

.btn-block {
  width: 100%;
}

/* ---------------- Breadcrumb ---------------- */

.crumbs {
  padding: 13px 0 3px;
  font-size: 0.84rem;
  color: var(--tx-3);
}

.crumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.crumbs li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.crumbs li::after {
  content: "/";
  color: var(--tx-3);
  opacity: 0.6;
}

.crumbs li:last-child::after {
  content: "";
}

.crumbs a {
  color: var(--tx-2);
}

.crumbs a:hover {
  color: var(--c-orange);
}

.crumbs [aria-current] {
  color: var(--tx-1);
}

/* ---------------- Hero ---------------- */

.hero {
  position: relative;
  margin: 16px 0 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-1);
  min-height: 430px;
  display: flex;
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(11, 11, 15, 0.96) 6%,
    rgba(11, 11, 15, 0.78) 42%,
    rgba(11, 11, 15, 0.32) 100%
  );
}

.hero-in {
  position: relative;
  z-index: 1;
  padding: 46px 40px;
  max-width: 720px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
}

.pill-red {
  background: rgba(200, 30, 51, 0.18);
  border-color: rgba(200, 30, 51, 0.5);
  color: #ff8494;
}

.pill-gold {
  background: rgba(245, 165, 36, 0.16);
  border-color: rgba(245, 165, 36, 0.48);
  color: var(--c-yellow);
}

.pill-green {
  background: rgba(22, 163, 74, 0.16);
  border-color: rgba(22, 163, 74, 0.48);
  color: #58d98a;
}

.pill-purple {
  background: rgba(124, 58, 237, 0.18);
  border-color: rgba(124, 58, 237, 0.5);
  color: #c4a1ff;
}

.pill-blue {
  background: rgba(37, 99, 235, 0.18);
  border-color: rgba(37, 99, 235, 0.5);
  color: #8fb4ff;
}

.pill-brown {
  background: rgba(107, 63, 42, 0.3);
  border-color: rgba(138, 86, 56, 0.6);
  color: #d8a684;
}

.hero h1 {
  margin-bottom: 0.5em;
}

.hero h1 .grad {
  background: linear-gradient(120deg, var(--c-yellow), var(--c-orange) 45%, var(--c-red-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  font-size: 1.05rem;
  color: var(--tx-1);
  margin-bottom: 1.6em;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 22px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
}

.hero-facts div {
  background: rgba(25, 25, 34, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 12px 14px;
}

.hero-facts b {
  display: block;
  font-size: 1.24rem;
  color: var(--c-yellow);
  line-height: 1.2;
}

.hero-facts span {
  font-size: 0.78rem;
  color: var(--tx-2);
}

/* ---------------- Section umum ---------------- */

.sec {
  padding: 46px 0 0;
}

.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.sec-head h2 {
  margin: 0;
  position: relative;
  padding-left: 15px;
}

.sec-head h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  bottom: 0.18em;
  width: 5px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--c-yellow), var(--c-red));
}

.sec-head p {
  margin: 6px 0 0;
  color: var(--tx-2);
  font-size: 0.93rem;
  max-width: 640px;
}

.sec-head .more {
  font-size: 0.89rem;
  font-weight: 700;
  white-space: nowrap;
}

/* ---------------- Kartu game ---------------- */

.gamegrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(216px, 1fr));
  gap: 16px;
}

.gcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.gcard:hover {
  transform: translateY(-4px);
  border-color: var(--c-orange);
  box-shadow: var(--shadow-m);
  text-decoration: none;
}

.gcard-img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-3);
}

.gcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gcard:hover .gcard-img img {
  transform: scale(1.06);
}

.gcard-tag {
  position: absolute;
  top: 9px;
  left: 9px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(11, 11, 15, 0.82);
  color: var(--c-yellow);
  border: 1px solid rgba(245, 165, 36, 0.45);
}

.gcard-rtp {
  position: absolute;
  bottom: 9px;
  right: 9px;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.88);
  color: #fff;
}

.gcard-body {
  padding: 13px 14px 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1 1 auto;
}

.gcard-body h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--tx-0);
  line-height: 1.35;
}

.gcard-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.74rem;
  color: var(--tx-2);
  margin-top: auto;
}

.gcard-meta span {
  background: var(--bg-3);
  border-radius: 999px;
  padding: 3px 9px;
}

/* ---------------- Kartu kategori ---------------- */

.catgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
  gap: 16px;
}

.ccard {
  position: relative;
  border-radius: var(--radius-l);
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 208px;
  display: flex;
  align-items: flex-end;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease;
}

.ccard:hover {
  transform: translateY(-4px);
  border-color: var(--c-orange);
  text-decoration: none;
}

.ccard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
}

.ccard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11, 11, 15, 0.96), rgba(11, 11, 15, 0.38) 62%, rgba(11, 11, 15, 0.12));
}

.ccard-in {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.ccard-in h3 {
  margin: 8px 0 5px;
  color: #fff;
}

.ccard-in p {
  margin: 0;
  font-size: 0.87rem;
  color: var(--tx-1);
}

/* ---------------- Papan peringkat ---------------- */

.board {
  background: var(--bg-1);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  overflow: hidden;
}

.board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(200, 30, 51, 0.16), rgba(124, 58, 237, 0.12));
  border-bottom: 1px solid var(--line);
}

.board-head h3 {
  margin: 0;
  font-size: 1.08rem;
}

.board-head .stamp {
  font-size: 0.78rem;
  color: var(--tx-2);
}

.board-head .stamp b {
  color: var(--c-green-soft);
}

.tablewrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  min-width: 560px;
}

table caption {
  caption-side: bottom;
  text-align: left;
  padding: 11px 20px;
  font-size: 0.78rem;
  color: var(--tx-3);
  line-height: 1.6;
}

th,
td {
  padding: 11px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}

thead th {
  background: var(--bg-3);
  color: var(--tx-0);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 800;
  white-space: nowrap;
}

tbody tr:hover {
  background: rgba(255, 255, 255, 0.025);
}

tbody tr:last-child td {
  border-bottom: 0;
}

.rank {
  font-weight: 900;
  color: var(--c-yellow);
  width: 44px;
}

.rank-1 {
  color: var(--c-yellow);
}
.rank-2 {
  color: #d8d8e2;
}
.rank-3 {
  color: #d8a684;
}

.tag-vol {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 999px;
  white-space: nowrap;
}

.vol-t {
  background: rgba(200, 30, 51, 0.18);
  color: #ff8494;
}

.vol-s {
  background: rgba(245, 165, 36, 0.18);
  color: var(--c-yellow);
}

.vol-r {
  background: rgba(22, 163, 74, 0.18);
  color: #58d98a;
}

/* ---------------- Awan tag ---------------- */

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.tagcloud a {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 999px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--tx-1);
  font-size: 0.86rem;
  font-weight: 600;
}

.tagcloud a:hover {
  background: var(--bg-4);
  border-color: var(--c-orange);
  color: var(--c-yellow);
  text-decoration: none;
}

.tagcloud a:nth-child(3n) {
  border-color: rgba(124, 58, 237, 0.4);
}
.tagcloud a:nth-child(4n) {
  border-color: rgba(22, 163, 74, 0.4);
}
.tagcloud a:nth-child(5n) {
  border-color: rgba(37, 99, 235, 0.4);
}

/* ---------------- Kotak konten ---------------- */

.panel {
  background: var(--bg-1);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  padding: 26px 28px;
}

.panel-flat {
  background: var(--bg-2);
  border-radius: var(--radius-m);
  padding: 20px 22px;
}

.note {
  border-left: 4px solid var(--c-orange);
  background: rgba(245, 165, 36, 0.08);
  border-radius: 0 var(--radius-m) var(--radius-m) 0;
  padding: 15px 20px;
  margin: 0 0 1.3em;
  font-size: 0.93rem;
}

.note-red {
  border-left-color: var(--c-red);
  background: rgba(200, 30, 51, 0.09);
}

.note-green {
  border-left-color: var(--c-green);
  background: rgba(22, 163, 74, 0.09);
}

.note-blue {
  border-left-color: var(--c-blue);
  background: rgba(37, 99, 235, 0.09);
}

.note-purple {
  border-left-color: var(--c-purple);
  background: rgba(124, 58, 237, 0.1);
}

.note p:last-child {
  margin-bottom: 0;
}

.note strong {
  color: var(--c-yellow);
}

blockquote {
  margin: 0 0 1.3em;
  padding: 16px 22px;
  border-left: 4px solid var(--c-purple);
  background: rgba(124, 58, 237, 0.09);
  border-radius: 0 var(--radius-m) var(--radius-m) 0;
  color: var(--tx-1);
  font-style: italic;
}

blockquote p:last-child {
  margin-bottom: 0;
}

/* ---------------- Grid fitur ---------------- */

.feat {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
  gap: 15px;
}

.fcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 20px 21px;
}

.fcard h3 {
  margin: 0 0 0.5em;
  font-size: 1.03rem;
  display: flex;
  align-items: center;
  gap: 9px;
}

.fcard p:last-child {
  margin-bottom: 0;
}

.fcard p {
  font-size: 0.92rem;
  color: var(--tx-2);
}

.ico {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  font-weight: 900;
  color: #1a1204;
}

.ico-red {
  background: linear-gradient(135deg, var(--c-red-soft), var(--c-red-dark));
  color: #fff;
}
.ico-gold {
  background: linear-gradient(135deg, var(--c-yellow), var(--c-orange));
}
.ico-green {
  background: linear-gradient(135deg, var(--c-green-soft), var(--c-green));
  color: #fff;
}
.ico-purple {
  background: linear-gradient(135deg, var(--c-purple-soft), var(--c-purple));
  color: #fff;
}
.ico-blue {
  background: linear-gradient(135deg, var(--c-blue-soft), var(--c-blue));
  color: #fff;
}
.ico-brown {
  background: linear-gradient(135deg, var(--c-brown-soft), var(--c-brown));
  color: #fff;
}

/* ---------------- Langkah ---------------- */

.steps {
  list-style: none;
  padding: 0;
  margin: 0 0 1.3em;
  counter-reset: st;
}

.steps li {
  counter-increment: st;
  position: relative;
  padding: 0 0 0 50px;
  margin-bottom: 18px;
  min-height: 36px;
}

.steps li::before {
  content: counter(st);
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-red-soft), var(--c-red-dark));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 0.95rem;
  box-shadow: var(--shadow-s);
}

.steps li b {
  display: block;
  color: var(--tx-0);
  margin-bottom: 2px;
}

/* ---------------- Artikel ---------------- */

.artgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(304px, 1fr));
  gap: 18px;
}

.acard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease;
}

.acard:hover {
  transform: translateY(-4px);
  border-color: var(--c-purple-soft);
  text-decoration: none;
}

.acard-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--bg-3);
}

.acard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acard-body {
  padding: 17px 18px 19px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1 1 auto;
}

.acard-body h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.4;
}

.acard-body p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--tx-2);
}

.acard-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.78rem;
  color: var(--tx-3);
  margin-top: auto;
  padding-top: 4px;
}

.article-hero {
  margin: 14px 0 26px;
}

.article-hero img {
  width: 100%;
  border-radius: var(--radius-l);
  border: 1px solid var(--line);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.85rem;
  color: var(--tx-2);
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.longform {
  max-width: 880px;
}

.longform h2 {
  margin-top: 2em;
  padding-top: 0.3em;
}

.longform h3 {
  margin-top: 1.6em;
}

.longform > p:first-child {
  font-size: 1.08rem;
  color: var(--tx-0);
}

.toc {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 18px 22px;
  margin: 0 0 26px;
}

.toc h2,
.toc h3 {
  margin: 0 0 0.6em;
  font-size: 1rem;
  color: var(--c-yellow);
}

.toc ol,
.toc ul {
  margin: 0;
  padding-left: 1.25em;
}

.toc li {
  margin-bottom: 0.35em;
  font-size: 0.91rem;
}

/* ---------------- FAQ ---------------- */

.faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  overflow: hidden;
}

.faq details[open] {
  border-color: var(--c-orange);
}

.faq summary {
  padding: 15px 46px 15px 18px;
  cursor: pointer;
  font-weight: 700;
  color: var(--tx-0);
  font-size: 0.98rem;
  position: relative;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: var(--c-orange);
  font-weight: 400;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "\2212";
}

.faq .faq-a {
  padding: 0 18px 16px;
  color: var(--tx-2);
  font-size: 0.94rem;
}

.faq .faq-a p:last-child {
  margin-bottom: 0;
}

/* ---------------- Layout dua kolom ---------------- */

.cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 328px;
  gap: 28px;
  align-items: start;
}

.side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 86px;
}

.swidget {
  background: var(--bg-1);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 18px 19px;
}

.swidget h3 {
  margin: 0 0 0.8em;
  font-size: 0.98rem;
  color: var(--c-yellow);
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--line);
}

.swidget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.swidget ul li {
  margin: 0;
  border-bottom: 1px dashed var(--line-soft);
}

.swidget ul li:last-child {
  border-bottom: 0;
}

.swidget ul a {
  display: block;
  padding: 8px 0;
  color: var(--tx-1);
  font-size: 0.89rem;
}

.swidget ul a:hover {
  color: var(--c-yellow);
  text-decoration: none;
  padding-left: 4px;
}

/* ---------------- Formulir ---------------- */

.form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.field label {
  display: block;
  font-size: 0.87rem;
  font-weight: 700;
  color: var(--tx-0);
  margin-bottom: 6px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-s);
  border: 1px solid var(--line);
  background: var(--bg-2);
  color: var(--tx-0);
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.18s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--c-orange);
}

.field .hint {
  font-size: 0.79rem;
  color: var(--tx-3);
  margin-top: 5px;
}

.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.86rem;
  color: var(--tx-2);
}

.check input {
  margin-top: 4px;
  flex: 0 0 auto;
  accent-color: var(--c-red);
  width: 17px;
  height: 17px;
}

.authcard {
  max-width: 500px;
  margin: 0 auto;
}

.authcard .logo-c {
  text-align: center;
  margin-bottom: 20px;
}

.authcard .logo-c img {
  height: 46px;
  margin: 0 auto 12px;
}

/* ---------------- Meja RTP ---------------- */

.rtpbar {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 140px;
}

.rtpbar .track {
  flex: 1 1 auto;
  height: 7px;
  border-radius: 999px;
  background: var(--bg-4);
  overflow: hidden;
}

.rtpbar .fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--c-green), var(--c-green-soft));
}

.rtpbar .fill.mid {
  background: linear-gradient(90deg, var(--c-orange), var(--c-yellow));
}

.rtpbar .fill.low {
  background: linear-gradient(90deg, var(--c-red-dark), var(--c-red-soft));
}

.rtpbar b {
  flex: 0 0 auto;
  font-size: 0.82rem;
  color: var(--tx-0);
  min-width: 50px;
}

/* ---------------- Kartu promo ---------------- */

.promogrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 18px;
}

.pcard {
  background: var(--bg-1);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pcard-top {
  padding: 17px 20px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(200, 30, 51, 0.14), rgba(245, 165, 36, 0.1));
}

.pcard-top h3 {
  margin: 8px 0 0;
  font-size: 1.1rem;
}

.pcard-body {
  padding: 18px 20px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pcard-body dl {
  margin: 0;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 7px 12px;
  font-size: 0.87rem;
}

.pcard-body dt {
  color: var(--tx-3);
  font-weight: 600;
}

.pcard-body dd {
  margin: 0;
  color: var(--tx-1);
}

/* ---------------- Dok bawah (CTA melayang) ---------------- */

.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(11, 11, 15, 0.58), rgba(11, 11, 15, 0.97) 42%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(245, 165, 36, 0.3);
}

.dock-in {
  max-width: var(--wrap);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.dock-note {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--tx-2);
}

.dock-note b {
  color: var(--c-yellow);
  display: block;
  font-size: 0.86rem;
}

.dock-btns {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
}

/* tombol gaya mesin slot dengan efek koin */
.slotbtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 176px;
  padding: 14px 26px;
  border: 0;
  border-radius: 14px;
  font-family: inherit;
  font-size: 1.03rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease;
}

.slotbtn:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

.slotbtn:active {
  transform: translateY(-1px) scale(0.985);
}

.slotbtn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.slotbtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 55%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-22deg);
  animation: shine 3.4s ease-in-out infinite;
}

@keyframes shine {
  0%,
  62% {
    left: -140%;
  }
  86%,
  100% {
    left: 190%;
  }
}

.slotbtn-reg {
  color: #2a1a00;
  box-shadow:
    0 8px 24px rgba(245, 165, 36, 0.48),
    inset 0 -3px 0 rgba(0, 0, 0, 0.22),
    inset 0 2px 0 rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, #ffe07a, var(--c-yellow) 26%, var(--c-orange) 68%, #cf7c14);
}

.slotbtn-reg:hover {
  color: #2a1a00;
  box-shadow:
    0 13px 32px rgba(245, 165, 36, 0.6),
    inset 0 -3px 0 rgba(0, 0, 0, 0.22),
    inset 0 2px 0 rgba(255, 255, 255, 0.5);
}

.slotbtn-log {
  color: #fff;
  box-shadow:
    0 8px 24px rgba(200, 30, 51, 0.48),
    inset 0 -3px 0 rgba(0, 0, 0, 0.28),
    inset 0 2px 0 rgba(255, 255, 255, 0.24);
  background: linear-gradient(180deg, #f2566c, var(--c-red-soft) 28%, var(--c-red) 68%, var(--c-red-dark));
}

.slotbtn-log:hover {
  color: #fff;
  box-shadow:
    0 13px 32px rgba(200, 30, 51, 0.6),
    inset 0 -3px 0 rgba(0, 0, 0, 0.28),
    inset 0 2px 0 rgba(255, 255, 255, 0.24);
}

.slotbtn .reels {
  display: inline-flex;
  gap: 2px;
  flex: 0 0 auto;
}

.slotbtn .reels i {
  width: 13px;
  height: 19px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.slotbtn .reels i::after {
  content: "7";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 900;
  color: var(--c-yellow);
  animation: reelspin 1.5s steps(3) infinite;
}

.slotbtn .reels i:nth-child(2)::after {
  animation-delay: 0.18s;
  content: "$";
}
.slotbtn .reels i:nth-child(3)::after {
  animation-delay: 0.36s;
}

@keyframes reelspin {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-9px);
    opacity: 0.2;
  }
  41% {
    transform: translateY(9px);
    opacity: 0.2;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.coin {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #fff6cf, var(--c-yellow) 42%, #d38a12);
  box-shadow: 0 0 6px rgba(255, 211, 78, 0.85);
  pointer-events: none;
  z-index: 3;
  animation: coinfly 1.15s ease-out forwards;
}

@keyframes coinfly {
  0% {
    transform: translate(0, 0) scale(0.6);
    opacity: 1;
  }
  100% {
    transform: translate(var(--dx), -58px) scale(1.05) rotate(320deg);
    opacity: 0;
  }
}

/* ---------------- Footer ---------------- */

.site-foot {
  margin-top: 56px;
  background: var(--bg-1);
  border-top: 1px solid var(--line);
  padding-top: 40px;
}

.foot-top {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 30px;
  padding-bottom: 32px;
}

.foot-about img {
  height: 40px;
  margin-bottom: 14px;
}

.foot-about p {
  font-size: 0.87rem;
  color: var(--tx-2);
}

.foot-social {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.foot-col h3 {
  font-size: 0.88rem;
  color: var(--c-yellow);
  margin: 0 0 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.foot-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.foot-col li {
  margin-bottom: 0.55em;
}

.foot-col a {
  color: var(--tx-2);
  font-size: 0.87rem;
}

.foot-col a:hover {
  color: var(--c-yellow);
  text-decoration: none;
}

.foot-legal {
  border-top: 1px solid var(--line);
  padding: 22px 0;
  font-size: 0.8rem;
  color: var(--tx-3);
  line-height: 1.7;
}

.foot-legal p {
  margin: 0 0 0.8em;
}

.foot-legal p:last-child {
  margin-bottom: 0;
}

.foot-legal strong {
  color: var(--tx-1);
}

.foot-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 16px;
}

.badge18 {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--c-red-soft);
  color: var(--c-red-soft);
  font-weight: 900;
  font-size: 0.82rem;
  flex: 0 0 auto;
}

.foot-bottom {
  border-top: 1px solid var(--line);
  padding: 18px 0 24px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--tx-3);
}

/* ---------------- Hasil pencarian ---------------- */

.searchpage-form {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.searchpage-form input {
  flex: 1 1 260px;
  padding: 13px 17px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  color: var(--tx-0);
  font-size: 1rem;
  font-family: inherit;
  outline: none;
}

.searchpage-form input:focus {
  border-color: var(--c-orange);
}

.sresults {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sresult {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 16px 18px;
}

.sresult h3 {
  margin: 0 0 0.35em;
  font-size: 1.04rem;
}

.sresult p {
  margin: 0;
  font-size: 0.89rem;
  color: var(--tx-2);
}

.sresult .kind {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--c-purple-soft);
  margin-bottom: 6px;
}

/* ---------------- Utilitas ---------------- */

.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.tc {
  text-align: center;
}
.muted {
  color: var(--tx-3);
  font-size: 0.86rem;
}
.lead {
  font-size: 1.06rem;
  color: var(--tx-0);
}

.pagehead {
  padding: 22px 0 4px;
}

.pagehead h1 {
  margin-bottom: 0.45em;
}

.pagehead .lead {
  max-width: 830px;
}

.pagehero {
  margin: 12px 0 8px;
  border-radius: var(--radius-l);
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: flex-end;
}

.pagehero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.pagehero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11, 11, 15, 0.95), rgba(11, 11, 15, 0.34));
}

.pagehero-in {
  position: relative;
  z-index: 1;
  padding: 24px 26px;
}

.pagehero-in h1 {
  margin: 8px 0 6px;
}

.pagehero-in p {
  margin: 0;
  color: var(--tx-1);
  max-width: 720px;
  font-size: 0.95rem;
}

.spec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}

.spec div {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 13px 15px;
}

.spec dt,
.spec span {
  display: block;
  font-size: 0.76rem;
  color: var(--tx-3);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}

.spec dd,
.spec b {
  display: block;
  margin: 0;
  font-size: 1rem;
  color: var(--tx-0);
  font-weight: 700;
}

.relgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
}

.cta-strip {
  margin: 34px 0 0;
  background: linear-gradient(135deg, rgba(200, 30, 51, 0.2), rgba(124, 58, 237, 0.16) 55%, rgba(245, 165, 36, 0.14));
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-strip h2 {
  margin: 0 0 0.35em;
  font-size: 1.24rem;
}

.cta-strip p {
  margin: 0;
  color: var(--tx-2);
  font-size: 0.9rem;
  max-width: 640px;
}

.cta-strip .btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* ---------------- Responsif ---------------- */

@media (max-width: 1080px) {
  .cols {
    grid-template-columns: minmax(0, 1fr);
  }

  .side {
    position: static;
  }

  .foot-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .foot-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .navtoggle {
    display: block;
    order: 3;
  }

  .mainnav {
    order: 4;
    flex: 1 1 100%;
    display: none;
    padding: 8px 0 4px;
  }

  .mainnav.is-open {
    display: block;
  }

  .mainnav > ul {
    flex-direction: column;
    gap: 2px;
  }

  .mainnav > ul > li > a {
    padding: 11px 13px;
  }

  .mainnav .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: var(--bg-1);
    margin: 3px 0 6px 12px;
    border-left: 2px solid var(--line);
    border-radius: 0 var(--radius-s) var(--radius-s) 0;
  }

  .head-inner {
    flex-wrap: wrap;
  }

  .head-actions {
    order: 2;
    margin-left: auto;
  }

  .searchbox input {
    width: 108px;
  }

  .hero {
    min-height: auto;
  }

  .hero-in {
    padding: 32px 24px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
    --dock-h: 128px;
  }

  .wrap {
    padding: 0 15px;
  }

  .panel {
    padding: 20px 18px;
  }

  .gamegrid {
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    gap: 12px;
  }

  .gcard-body {
    padding: 11px 12px 13px;
  }

  .gcard-body h3 {
    font-size: 0.92rem;
  }

  .dock-in {
    flex-direction: column;
    gap: 8px;
  }

  .dock-note {
    text-align: center;
    font-size: 0.74rem;
  }

  .dock-btns {
    width: 100%;
    gap: 9px;
  }

  .slotbtn {
    flex: 1 1 0;
    min-width: 0;
    padding: 15px 10px;
    font-size: 1rem;
    border-radius: 15px;
  }

  .foot-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cta-strip {
    padding: 20px 18px;
  }

  .sec {
    padding-top: 34px;
  }

  .article-hero img {
    border-radius: var(--radius-m);
  }

  .pcard-body dl {
    grid-template-columns: 1fr;
    gap: 2px 0;
  }

  .pcard-body dt {
    margin-top: 8px;
  }
}

@media (max-width: 420px) {
  .slotbtn {
    font-size: 0.93rem;
    padding: 14px 8px;
  }

  .slotbtn .reels i {
    width: 11px;
    height: 17px;
  }
}

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

@media print {
  .site-head,
  .dock,
  .agebar,
  .tickerbar,
  .site-foot {
    display: none;
  }

  body {
    background: #fff;
    color: #000;
    padding-bottom: 0;
  }
}
