/* KEREN89 — Clean Luxury UI v2
   Cohesive override layer for all six provider pages. */

:root {
  --k89-bg: #030303;
  --k89-bg-soft: #090806;
  --k89-surface: rgba(14, 13, 10, 0.96);
  --k89-surface-2: rgba(25, 21, 13, 0.94);
  --k89-surface-3: rgba(7, 7, 7, 0.92);
  --k89-gold: #d6a943;
  --k89-gold-2: #f1ca6c;
  --k89-gold-3: #fff0b3;
  --k89-gold-deep: #80560f;
  --k89-red: #ff4747;
  --k89-text: #fff8e8;
  --k89-muted: #cfc2a2;
  --k89-border: rgba(229, 186, 84, 0.34);
  --k89-border-strong: rgba(255, 224, 143, 0.68);
  --k89-shadow: 0 18px 48px rgba(0, 0, 0, 0.58);
  --k89-shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.42);
  --k89-radius-xl: 24px;
  --k89-radius-lg: 18px;
  --k89-radius-md: 14px;
  --k89-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #020202;
  scroll-behavior: smooth;
  scrollbar-color: var(--k89-gold-deep) #090909;
  scrollbar-width: thin;
}

html::-webkit-scrollbar {
  width: 10px;
}

html::-webkit-scrollbar-track {
  background: #090909;
}

html::-webkit-scrollbar-thumb {
  border: 2px solid #090909;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--k89-gold-3), var(--k89-gold), var(--k89-gold-deep));
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--k89-text);
  background:
    radial-gradient(circle at 50% -8%, rgba(246, 203, 101, 0.16), transparent 27%),
    radial-gradient(circle at 10% 18%, rgba(125, 83, 15, 0.14), transparent 26%),
    radial-gradient(circle at 90% 30%, rgba(125, 83, 15, 0.11), transparent 24%),
    linear-gradient(180deg, #100c06 0%, #050504 34%, #020202 100%) !important;
  background-attachment: fixed !important;
  isolation: isolate;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

body::before {
  background:
    repeating-linear-gradient(90deg, rgba(233, 190, 88, 0.035) 0 1px, transparent 1px 150px),
    repeating-linear-gradient(0deg, rgba(233, 190, 88, 0.025) 0 1px, transparent 1px 120px),
    linear-gradient(120deg, rgba(255,255,255,0.035), transparent 24%, transparent 72%, rgba(255,255,255,0.02));
  opacity: 0.62;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.7) 62%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.7) 62%, transparent 100%);
}

body::after {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 2%, rgba(255, 237, 184, 0.07), transparent 18%),
    radial-gradient(ellipse at center, transparent 42%, rgba(0,0,0,0.42) 82%, rgba(0,0,0,0.7) 100%);
}

body > .container {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 28px));
  max-width: 1220px !important;
  margin: 0 auto;
  padding: 18px 0 38px;
}

body > .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: min(1040px, 96%);
  height: 260px;
  transform: translateX(-50%);
  border-radius: 0 0 48px 48px;
  background: linear-gradient(180deg, rgba(255, 228, 154, 0.045), rgba(255,255,255,0.012), transparent);
  pointer-events: none;
}

.k89-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 12px;
  padding: 7px 14px;
  border: 1px solid rgba(235, 194, 98, 0.24);
  border-radius: 999px;
  color: #e7d7af;
  background: rgba(8, 8, 7, 0.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 24px rgba(0,0,0,0.25);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.k89-topbar .live-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #5cff8b;
  box-shadow: 0 0 0 4px rgba(92,255,139,0.1), 0 0 14px rgba(92,255,139,0.7);
  animation: k89Pulse 2.2s ease-in-out infinite;
}

h1 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 14px 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 226, 147, 0.45);
  border-radius: 20px;
  color: transparent !important;
  background:
    linear-gradient(180deg, #fff9dc 0%, #f8dc8e 34%, #d19c32 68%, #fff0b2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(1.42rem, 3vw, 2.45rem);
  font-weight: 950;
  letter-spacing: 0.07em;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
  filter: drop-shadow(0 5px 14px rgba(0,0,0,0.82));
}

h1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 237, 185, 0.13), rgba(255,255,255,0.018) 26%, rgba(5,5,5,0.88) 100%);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.48),
    inset 0 1px 0 rgba(255,255,255,0.09),
    inset 0 -14px 22px rgba(0,0,0,0.22);
  pointer-events: none;
}

h1::after {
  content: "";
  position: absolute;
  top: 8%;
  left: 8%;
  right: 8%;
  height: 35%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.25), rgba(255,255,255,0.02));
  opacity: 0.66;
  pointer-events: none;
}

.title {
  display: flex;
  justify-content: center;
  margin: 0 auto 14px;
}

.title-text {
  margin: 0 !important;
  padding: 0 10px;
  color: var(--k89-muted) !important;
  font-size: clamp(0.68rem, 1.35vw, 0.92rem) !important;
  font-weight: 750;
  letter-spacing: 0.22em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0,0,0,0.85);
}

.btn-logo {
  position: relative;
  display: block;
  width: min(610px, 95%);
  margin: 0 auto 18px;
  padding: 16px 24px;
  overflow: hidden;
  border: 1px solid rgba(229, 186, 84, 0.28);
  border-radius: var(--k89-radius-lg);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.005) 48%),
    rgba(7, 7, 6, 0.78);
  box-shadow: var(--k89-shadow), inset 0 1px 0 rgba(255,255,255,0.07);
  transition: transform .3s var(--k89-ease), border-color .3s ease, box-shadow .3s ease;
  backdrop-filter: blur(12px);
}

.btn-logo::after {
  content: "";
  position: absolute;
  top: -160%;
  left: -24%;
  width: 28%;
  height: 420%;
  transform: rotate(23deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  pointer-events: none;
  transition: left .75s var(--k89-ease);
}

.btn-logo:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 225, 143, 0.63);
  box-shadow: 0 22px 52px rgba(0,0,0,0.64), 0 0 24px rgba(214,169,67,0.1), inset 0 1px 0 rgba(255,255,255,0.08);
}

.btn-logo:hover::after {
  left: 112%;
}

.btn-logo img {
  display: block;
  width: min(430px, 82%) !important;
  max-height: 105px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 9px 15px rgba(0,0,0,0.82));
}

center > img[name="slide"] {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 auto;
  border: 1px solid var(--k89-border);
  border-radius: var(--k89-radius-lg);
  object-fit: contain;
  background: #070706;
  box-shadow: var(--k89-shadow), 0 0 28px rgba(214,169,67,0.08), inset 0 1px 0 rgba(255,255,255,0.05);
}

.link-container.container {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(760px, 100%);
  max-width: 760px !important;
  margin: 0 auto;
  padding: 0 !important;
  background: transparent !important;
}

.link-container a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 22px !important;
  overflow: hidden;
  border-radius: 14px;
  font-size: clamp(0.84rem, 1.4vw, 1rem);
  font-weight: 950;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .24s var(--k89-ease), filter .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.link-container a::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -30%;
  width: 27%;
  height: 300%;
  transform: rotate(24deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
  pointer-events: none;
  transition: left .62s var(--k89-ease);
}

.link-container a:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
}

.link-container a:hover::after {
  left: 118%;
}

.register-button {
  border: 1px solid rgba(255, 239, 184, .88) !important;
  color: #211402 !important;
  background: linear-gradient(180deg, #fff8d5 0%, #ffe390 18%, #eabe54 47%, #b67817 100%) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.38);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.5), inset 0 -11px 20px rgba(108,66,4,.24), 0 13px 28px rgba(0,0,0,.43);
}

.register-button:hover {
  box-shadow: inset 0 2px 0 rgba(255,255,255,.58), inset 0 -11px 20px rgba(108,66,4,.2), 0 18px 34px rgba(0,0,0,.53), 0 0 20px rgba(235,190,81,.15);
}

.login-button {
  border: 1px solid rgba(255, 224, 143, .38) !important;
  color: #ffe9a8 !important;
  background: linear-gradient(180deg, #211d14 0%, #090909 62%, #050505 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), inset 0 -10px 18px rgba(0,0,0,.25), 0 13px 28px rgba(0,0,0,.5);
}

.login-button:hover {
  border-color: rgba(255, 226, 151, .64) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 18px 34px rgba(0,0,0,.58), 0 0 18px rgba(214,169,67,.12);
}

.slot {
  display: block;
  margin-top: 4px;
}

.slot .slot-sidebar {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 9px !important;
  padding: 7px !important;
  border: 1px solid rgba(229, 186, 84, 0.22);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(23,20,13,.95), rgba(5,5,5,.96)) !important;
  box-shadow: var(--k89-shadow-soft), inset 0 1px 0 rgba(255,255,255,.045);
}

.slot-sidebar-nav {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.slot-sidebar-nav > li {
  width: auto !important;
  min-width: 0;
  padding: 1px !important;
  overflow: hidden;
  border: 1px solid rgba(229, 186, 84, 0.18) !important;
  border-radius: 12px;
  background: linear-gradient(145deg, #282216 0%, #0a0a09 70%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

.slot-sidebar-nav > li > a {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 9px 8px !important;
  border-radius: 10px;
  color: var(--k89-text) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,.38)) !important;
  text-decoration: none !important;
  transition: transform .25s var(--k89-ease), background .25s ease, box-shadow .25s ease, color .25s ease;
}

.slot-sidebar-nav > li > a::after {
  content: "";
  position: absolute;
  inset: auto 14% 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--k89-gold-2), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .28s var(--k89-ease);
  pointer-events: none;
}

.btn-provider:hover {
  transform: translateY(-2px);
  color: #fff1bd !important;
  background: linear-gradient(180deg, rgba(214,169,67,.16), rgba(0,0,0,.48)) !important;
  box-shadow: inset 0 0 0 1px rgba(255,226,151,.2), 0 8px 18px rgba(0,0,0,.28);
}

.btn-provider:hover::after,
.btn-provider[aria-current="page"]::after {
  transform: scaleX(1);
}

.btn-provider[aria-current="page"] {
  color: #fff2bd !important;
  background: linear-gradient(180deg, rgba(234,194,96,.21), rgba(33,24,9,.7)) !important;
  box-shadow: inset 0 0 0 1px rgba(255,226,151,.32), 0 0 20px rgba(214,169,67,.09);
}

.btn-provider img {
  width: auto !important;
  height: 43px !important;
  max-width: 92px;
  object-fit: contain;
  filter: drop-shadow(0 5px 8px rgba(0,0,0,.72));
  transition: transform .28s var(--k89-ease), filter .28s ease;
}

.btn-provider:hover img,
.btn-provider[aria-current="page"] img {
  transform: scale(1.045);
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.75)) brightness(1.06);
}

.btn-provider p {
  margin: 6px 0 0;
  color: #ead9ac;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .035em;
  line-height: 1.15;
}

.slot .content,
.content {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 14px;
  padding: 10px !important;
  border: 1px solid rgba(229, 186, 84, 0.18);
  border-radius: var(--k89-radius-xl);
  background: rgba(3,3,3,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 14px 44px rgba(0,0,0,.28);
}

.games-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 2px 4px 10px;
  padding: 4px 2px 10px;
  border-bottom: 1px solid rgba(229,186,84,.18);
  text-align: left;
}

.games-heading span {
  color: #ffe9aa;
  font-size: clamp(.94rem, 1.8vw, 1.2rem);
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.games-heading small {
  color: #a99c7f;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
}

.wrapper::after {
  content: none !important;
}

.card {
  float: none !important;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center;
}

.card-content {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(229,186,84,.3) !important;
  border-radius: 17px;
  color: var(--k89-text) !important;
  background: linear-gradient(155deg, rgba(39,32,18,.99), rgba(8,8,8,.99) 56%, rgba(20,15,8,.99)) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.43), inset 0 1px 0 rgba(255,255,255,.045), inset 0 -18px 28px rgba(0,0,0,.17);
  transform: translateZ(0);
  transition: transform .34s var(--k89-ease), border-color .34s ease, box-shadow .34s ease, filter .34s ease;
}

.card-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255,239,190,.1), transparent 24%, transparent 74%, rgba(229,186,84,.035));
  pointer-events: none;
}

.card-content:hover {
  z-index: 2;
  transform: translateY(-6px);
  border-color: rgba(255,226,151,.68) !important;
  box-shadow: 0 23px 42px rgba(0,0,0,.56), 0 0 22px rgba(214,169,67,.11), inset 0 1px 0 rgba(255,255,255,.06);
  filter: brightness(1.018);
}

.img-zoom {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  border-radius: 16px 16px 0 0;
  object-fit: cover;
  background: #111;
  transition: transform .55s var(--k89-ease), filter .45s ease !important;
  will-change: transform;
}

.card-content:hover .img-zoom {
  transform: scale(1.04);
  filter: saturate(1.05) brightness(1.04);
}

.hover-btn {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 6;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1;
  padding: 12px;
  border-radius: 16px 16px 0 0;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.76)) !important;
  text-decoration: none !important;
  transition: opacity .32s ease, background .32s ease !important;
}

.card-content:hover .hover-btn,
.hover-btn:focus-visible {
  opacity: 1;
}

.play-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 76%;
  max-width: calc(100% - 14px);
  margin: 0 !important;
  padding: 10px 14px !important;
  overflow: hidden;
  border: 1px solid rgba(255,239,184,.9) !important;
  border-radius: 12px;
  color: #211402 !important;
  background: linear-gradient(180deg, #fff8d4 0%, #ffe18c 20%, #e7b744 54%, #a96911 100%) !important;
  box-shadow: inset 0 2px 0 rgba(255,255,255,.52), inset 0 -10px 18px rgba(108,66,4,.22), 0 12px 26px rgba(0,0,0,.48);
  font-size: .76rem !important;
  font-weight: 950;
  letter-spacing: .07em;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
  transform: translateY(5px) scale(.98);
  transition: transform .3s var(--k89-ease), box-shadow .3s ease, filter .3s ease;
}

.play-btn::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 8%;
  right: 8%;
  height: 36%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.52), rgba(255,255,255,.04));
  pointer-events: none;
}

.card-content:hover .play-btn,
.hover-btn:focus-visible .play-btn {
  transform: translateY(0) scale(1);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.58), inset 0 -10px 18px rgba(108,66,4,.2), 0 15px 30px rgba(0,0,0,.5), 0 0 16px rgba(235,190,81,.16);
}

.percent {
  position: relative;
  z-index: 2;
  display: flex;
  height: 30px !important;
  overflow: hidden;
  border-top: 1px solid rgba(255,225,143,.24);
  border-bottom: 1px solid rgba(255,225,143,.18);
  background: #0b0a08 !important;
}

.percent p {
  position: absolute;
  z-index: 3;
  width: 100%;
  margin: 0;
  color: #fff6d4 !important;
  font-size: 13px !important;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.95);
  transform: none !important;
}

.percent-bar {
  position: relative;
  z-index: 1;
  background-color: var(--k89-gold) !important;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,.16) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.16) 50%, rgba(255,255,255,.16) 75%, transparent 75%, transparent),
    linear-gradient(90deg, #80560f, #e5b74e) !important;
  background-size: 1rem 1rem, 100% 100% !important;
}

.yellow,
.green,
.black,
.red {
  background-color: var(--k89-gold) !important;
}

.jam {
  margin: 0 !important;
  padding: 7px !important;
  color: var(--k89-text) !important;
  background: linear-gradient(180deg, #0c0b08, #050505);
}

.jamgacor,
.pola {
  padding: 7px 5px !important;
  border: 1px solid rgba(229,186,84,.25) !important;
  color: #f7e8bd !important;
  background-color: #090806 !important;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,.03) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.03) 50%, rgba(255,255,255,.03) 75%, transparent 75%),
    linear-gradient(180deg, #211a0e, #080808) !important;
  background-size: 1rem 1rem, 100% 100% !important;
}

.jamgacor {
  border-radius: 9px 9px 5px 5px !important;
}

.pola {
  border-radius: 5px 5px 10px 10px !important;
}

.jam h5,
.jam p {
  margin: 3px 0;
  color: inherit;
  line-height: 1.25;
}

.jam h5 {
  font-size: .86rem !important;
  font-weight: 900;
  letter-spacing: .025em;
}

.jam p {
  color: #d8c9a2;
  font-size: .69rem !important;
}

.dont-play {
  display: inline-block;
  color: var(--k89-red) !important;
  font-weight: 950;
  letter-spacing: .03em;
  text-shadow: 0 0 10px rgba(255,71,71,.25), 0 1px 2px rgba(0,0,0,.85);
}

.next-btn {
  margin: 10px auto;
  padding: 10px 18px;
  border: 1px solid var(--k89-border) !important;
  border-radius: 10px;
  color: #fbe7ad !important;
  background: linear-gradient(180deg, #211b10, #080808) !important;
  font-weight: 800;
}

.k89-footer {
  margin: 24px auto 0;
  padding: 18px 14px 6px;
  border-top: 1px solid rgba(229,186,84,.18);
  color: #9f9277;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.k89-footer strong {
  color: #dec57f;
  font-weight: 900;
}

@keyframes k89Pulse {
  0%, 100% { transform: scale(.92); opacity: .72; }
  50% { transform: scale(1.08); opacity: 1; }
}

@media (max-width: 992px) {
  body > .container {
    width: min(100% - 20px, 960px);
  }

  .wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .card-content:hover {
    transform: translateY(-3px);
  }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at 50% 0%, rgba(246,203,101,.14), transparent 27%),
      linear-gradient(180deg, #0d0a05 0%, #040403 42%, #020202 100%) !important;
  }

  body > .container {
    width: calc(100% - 12px);
    padding: 10px 0 25px;
  }

  body > .container::before {
    width: 100%;
    height: 190px;
    border-radius: 0 0 28px 28px;
  }

  .k89-topbar {
    gap: 7px;
    margin-bottom: 9px;
    padding: 6px 10px;
    font-size: .59rem;
    letter-spacing: .09em;
  }

  h1 {
    width: 98%;
    padding: 11px 10px;
    border-radius: 14px;
    font-size: clamp(1rem, 5.2vw, 1.34rem);
    letter-spacing: .032em;
  }

  .title {
    margin-bottom: 10px;
  }

  .title-text {
    font-size: .64rem !important;
    letter-spacing: .105em;
  }

  .btn-logo {
    width: 98%;
    margin-bottom: 12px;
    padding: 11px 12px;
    border-radius: 14px;
  }

  .btn-logo img {
    width: min(360px, 90%) !important;
  }

  center > img[name="slide"] {
    border-radius: 12px;
  }

  .link-container.container {
    gap: 8px;
  }

  .link-container a {
    min-height: 49px;
    padding: 12px 7px !important;
    border-radius: 11px;
    font-size: .75rem;
    letter-spacing: .075em;
  }

  .slot .slot-sidebar {
    margin-bottom: 7px !important;
    padding: 5px !important;
    border-radius: 12px;
  }

  .slot-sidebar-nav {
    gap: 4px;
  }

  .slot-sidebar-nav > li {
    border-radius: 9px;
  }

  .slot-sidebar-nav > li > a {
    min-height: 66px;
    padding: 6px 3px !important;
    border-radius: 8px;
  }

  .btn-provider img {
    height: 35px !important;
    max-width: 68px;
  }

  .btn-provider p {
    margin-top: 4px;
    font-size: .57rem;
    letter-spacing: .015em;
  }

  .content {
    margin-top: 8px;
    padding: 5px !important;
    border-radius: 15px;
  }

  .games-heading {
    align-items: center;
    margin: 2px 3px 7px;
    padding: 5px 2px 8px;
  }

  .games-heading span {
    font-size: .79rem;
    letter-spacing: .055em;
  }

  .games-heading small {
    display: none;
  }

  .wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .card-content {
    border-radius: 12px;
  }

  .img-zoom,
  .hover-btn {
    border-radius: 11px 11px 0 0;
  }

  .card-content:hover {
    transform: none;
  }

  .card-content:hover .img-zoom {
    transform: none;
    filter: none;
  }

  .hover-btn {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 7px;
    opacity: 1;
    background: linear-gradient(180deg, transparent 54%, rgba(0,0,0,.62) 100%) !important;
  }

  .play-btn {
    min-width: 0;
    max-width: 92%;
    padding: 7px 9px !important;
    border-radius: 8px;
    font-size: .57rem !important;
    letter-spacing: .035em;
    transform: none;
  }

  .percent {
    height: 25px !important;
  }

  .percent p {
    font-size: 11px !important;
    line-height: 25px;
  }

  .jam {
    padding: 5px !important;
  }

  .jamgacor,
  .pola {
    padding: 5px 3px !important;
  }

  .jam h5 {
    font-size: .69rem !important;
  }

  .jam p {
    font-size: .57rem !important;
  }

  .k89-footer {
    margin-top: 17px;
    padding-top: 14px;
    font-size: .61rem;
    letter-spacing: .045em;
  }
}

@media (hover: none) {
  .btn-logo:hover,
  .link-container a:hover,
  .btn-provider:hover,
  .card-content:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* === OVERLAY REMOVED BY REQUEST === */
body::before,
body::after,
body > .container::before,
.card-content::before,
.hover-btn::before,
.hover-btn::after {
  content: none !important;
  display: none !important;
}

.hover-btn {
  background: transparent !important;
}

@media (max-width: 767.98px) {
  .hover-btn {
    background: transparent !important;
  }
}


/* === RTP PERCENTAGE COLOR MAP === */
.percent {
  background: #0b0a08 !important;
}

.percent-bar.red {
  background-color: #dc2626 !important;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,.14) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.14) 50%, rgba(255,255,255,.14) 75%, transparent 75%, transparent),
    linear-gradient(90deg, #7f1d1d, #dc2626, #ef4444) !important;
  background-size: 1rem 1rem, 100% 100% !important;
}

.percent-bar.yellow {
  background-color: #f59e0b !important;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,.14) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.14) 50%, rgba(255,255,255,.14) 75%, transparent 75%, transparent),
    linear-gradient(90deg, #a16207, #f59e0b, #facc15) !important;
  background-size: 1rem 1rem, 100% 100% !important;
}

.percent-bar.green {
  background-color: #16a34a !important;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,.14) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.14) 50%, rgba(255,255,255,.14) 75%, transparent 75%, transparent),
    linear-gradient(90deg, #166534, #16a34a, #4ade80) !important;
  background-size: 1rem 1rem, 100% 100% !important;
}

.percent-bar.black {
  background-color: #374151 !important;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,.12) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.12) 50%, rgba(255,255,255,.12) 75%, transparent 75%, transparent),
    linear-gradient(90deg, #111827, #374151, #6b7280) !important;
  background-size: 1rem 1rem, 100% 100% !important;
}


/* === CTA BUTTON SIZE + CENTER FIX === */
.link-container.container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 16px !important;
  width: 100%;
  max-width: 620px !important;
  margin: 10px auto 6px !important;
}

.link-container a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 210px !important;
  min-width: 210px !important;
  min-height: 60px !important;
  padding: 16px 26px !important;
  border-radius: 15px !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.12em !important;
  text-align: center !important;
}

@media (max-width: 767.98px) {
  .link-container.container {
    gap: 10px !important;
    max-width: 100% !important;
  }

  .link-container a {
    width: calc(50% - 8px) !important;
    min-width: 145px !important;
    min-height: 54px !important;
    padding: 14px 10px !important;
    font-size: .82rem !important;
    letter-spacing: .08em !important;
  }
}


/* === CTA BUTTON PREMIUM GOLD UPGRADE === */
.link-container.container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 18px !important;
  width: 100%;
  max-width: 760px !important;
  margin: 12px auto 8px !important;
}

.link-container a {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 255px !important;
  min-width: 255px !important;
  min-height: 64px !important;
  padding: 17px 30px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  font-size: 1.02rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.13em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.30) !important;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
}

.link-container a::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 7%;
  right: 7%;
  height: 38%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,.06));
  pointer-events: none;
}

.link-container a:hover {
  transform: translateY(-2px) scale(1.01) !important;
  filter: brightness(1.04) !important;
}

.register-button {
  border: 1px solid rgba(255, 243, 196, .96) !important;
  color: #2a1703 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.35) !important;
  background: linear-gradient(180deg, #fff8dc 0%, #ffe49a 16%, #f1c55a 42%, #cf9522 68%, #a86b10 100%) !important;
  box-shadow: inset 0 2px 0 rgba(255,255,255,.62), inset 0 -12px 20px rgba(126,78,7,.22), 0 15px 34px rgba(0,0,0,.45), 0 0 18px rgba(239,190,70,.16) !important;
}

.register-button:hover {
  box-shadow: inset 0 2px 0 rgba(255,255,255,.68), inset 0 -12px 20px rgba(126,78,7,.18), 0 18px 38px rgba(0,0,0,.52), 0 0 22px rgba(239,190,70,.24) !important;
}

.login-button {
  border: 1px solid rgba(248, 223, 150, .82) !important;
  color: #fff0bf !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.42) !important;
  background: linear-gradient(180deg, #5d4313 0%, #9a6a1a 18%, #d29b2d 46%, #a56d14 68%, #5b3a08 100%) !important;
  box-shadow: inset 0 2px 0 rgba(255,255,255,.24), inset 0 -12px 20px rgba(60,34,1,.24), 0 15px 34px rgba(0,0,0,.48), 0 0 14px rgba(214,169,67,.14) !important;
}

.login-button:hover {
  border-color: rgba(255,239,184,.96) !important;
  box-shadow: inset 0 2px 0 rgba(255,255,255,.28), inset 0 -12px 20px rgba(60,34,1,.19), 0 18px 38px rgba(0,0,0,.54), 0 0 20px rgba(214,169,67,.22) !important;
}

@media (max-width: 767.98px) {
  .link-container.container {
    gap: 10px !important;
    max-width: 100% !important;
  }

  .link-container a {
    width: calc(50% - 8px) !important;
    min-width: 152px !important;
    min-height: 56px !important;
    padding: 14px 12px !important;
    border-radius: 16px !important;
    font-size: .83rem !important;
    letter-spacing: .08em !important;
  }
}


/* === CTA BUTTON WIDTH EXPAND V7 === */
.link-container.container {
  max-width: 900px !important;
  gap: 20px !important;
}

.link-container a {
  width: 290px !important;
  min-width: 290px !important;
  min-height: 64px !important;
  padding: 17px 34px !important;
}

@media (max-width: 767.98px) {
  .link-container.container {
    gap: 10px !important;
    max-width: 100% !important;
  }

  .link-container a {
    width: calc(50% - 8px) !important;
    min-width: 160px !important;
    padding: 14px 12px !important;
  }
}
