
:root {
  --kk-bg: #f4fbff;
  --kk-surface: #ffffff;
  --kk-surface-soft: #eef8ff;
  --kk-text: #102542;
  --kk-muted: #3f5873;
  --kk-accent: #14c7ba;
  --kk-accent-2: #ff7e5f;
  --kk-line: rgba(20, 199, 186, 0.18);
  --font-headings: "Fraunces", ui-serif, Georgia, serif;
  --font-body: "Manrope", ui-sans-serif, system-ui, sans-serif;
}
body.kk-unique-theme {
  background:
    radial-gradient(circle at top left, rgba(20, 199, 186, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 126, 95, 0.10), transparent 30%),
    linear-gradient(180deg, #fbfeff 0%, var(--kk-bg) 100%) !important;
  color: var(--kk-text) !important;
}
body.kk-unique-theme,
body.kk-unique-theme .font-sans,
body.kk-unique-theme p,
body.kk-unique-theme li,
body.kk-unique-theme input,
body.kk-unique-theme textarea,
body.kk-unique-theme select { font-family: var(--font-body) !important; }
body.kk-unique-theme h1,
body.kk-unique-theme h2,
body.kk-unique-theme h3,
body.kk-unique-theme h4,
body.kk-unique-theme h5,
body.kk-unique-theme h6,
body.kk-unique-theme .font-heading,
body.kk-unique-theme [class*="font-['Montserrat']"] {
  font-family: var(--font-headings) !important;
  letter-spacing: -0.02em;
}
body.kk-unique-theme header {
  background: rgba(248, 253, 255, 0.94) !important;
  border-color: var(--kk-line) !important;
  box-shadow: 0 14px 34px rgba(16, 37, 66, 0.07) !important;
}
body.kk-unique-theme footer {
  background: linear-gradient(180deg, #102542 0%, #0b1833 100%) !important;
}
body.kk-unique-theme img {
  border-radius: 22px;
  filter: saturate(1.08) contrast(1.03);
}
body.kk-unique-theme [class*="bg-[#2A2520]"],
body.kk-unique-theme [style*="background-color: #2A2520"] {
  background-color: #102542 !important;
}
body.kk-unique-theme [class*="bg-[#8B7355]"],
body.kk-unique-theme [class*="bg-[#D4A574]"],
body.kk-unique-theme [style*="background-color: #B8860B"] {
  background: linear-gradient(135deg, var(--kk-accent), var(--kk-accent-2)) !important;
  color: #fff !important;
  border-color: transparent !important;
}
body.kk-unique-theme [class*="text-[#2A2520]"],
body.kk-unique-theme [class*="text-slate-900"] {
  color: var(--kk-text) !important;
}
body.kk-unique-theme [class*="text-[#8B7355]"],
body.kk-unique-theme [class*="text-[#B8860B]"],
body.kk-unique-theme [class*="text-[#D4A574]"] {
  color: var(--kk-muted) !important;
}
body.kk-unique-theme [class*="border-[#D4A574]"],
body.kk-unique-theme [class*="border-[#8B7355]"],
body.kk-unique-theme [class*="border-[#D4A574]/"],
body.kk-unique-theme [class*="border-[#8B7355]/"] {
  border-color: var(--kk-line) !important;
}
body.kk-unique-theme .shadow-md,
body.kk-unique-theme .shadow-lg,
body.kk-unique-theme [class*="shadow-["] {
  box-shadow: 0 18px 50px rgba(16, 37, 66, 0.10) !important;
}
body.kk-unique-theme .rounded-sm,
body.kk-unique-theme .rounded-[4px],
body.kk-unique-theme .rounded-none {
  border-radius: 20px !important;
}
body.kk-unique-theme .group:hover,
body.kk-unique-theme a:hover,
body.kk-unique-theme button:hover {
  transition: all 0.25s ease;
}
body.kk-unique-theme input,
body.kk-unique-theme textarea,
body.kk-unique-theme select {
  background: rgba(255,255,255,0.92) !important;
  border: 1px solid rgba(20, 199, 186, 0.16) !important;
  border-bottom-color: rgba(255, 126, 95, 0.26) !important;
  color: var(--kk-text) !important;
  box-shadow: 0 8px 24px rgba(16, 37, 66, 0.04);
}
body.kk-unique-theme .cookie-banner-hover-effect,
body.kk-unique-theme [data-action="cookies.acceptAll"],
body.kk-unique-theme [data-action="age.accept"] {
  border-radius: 16px !important;
}
body.kk-unique-theme [data-action="age.accept"],
body.kk-unique-theme [data-action="age.deny"] {
  min-height: 52px;
}
body.kk-unique-theme [data-target="balance.display"] {
  font-weight: 800 !important;
}
body.kk-unique-theme [id="age-verification-modal"] > div {
  border-top: 0 !important;
  border: 1px solid rgba(20, 199, 186, 0.16) !important;
  box-shadow: 0 30px 80px rgba(11, 24, 51, 0.24) !important;
}
body.kk-unique-theme [data-section-key="hero"] h1,
body.kk-unique-theme main section:first-of-type h1 {
  max-width: 12ch;
}
body.kk-unique-theme .kk-soft-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(20, 199, 186, 0.14);
  color: var(--kk-text);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(16, 37, 66, 0.06);
}
@media (max-width: 768px) {
  body.kk-unique-theme main section:first-of-type h1 {
    max-width: none;
  }
  body.kk-unique-theme .rounded-sm,
  body.kk-unique-theme .rounded-[4px],
  body.kk-unique-theme .rounded-none {
    border-radius: 16px !important;
  }
}


/* v8 readability fixes */
body.kk-unique-theme section[data-section-idx="1"] {
  background: linear-gradient(135deg, #102542 0%, #183b63 100%) !important;
  color: #f8fbff !important;
}
body.kk-unique-theme section[data-section-idx="1"] h1,
body.kk-unique-theme section[data-section-idx="1"] h2,
body.kk-unique-theme section[data-section-idx="1"] h3,
body.kk-unique-theme section[data-section-idx="1"] p,
body.kk-unique-theme section[data-section-idx="1"] li,
body.kk-unique-theme section[data-section-idx="1"] span,
body.kk-unique-theme section[data-section-idx="1"] a {
  color: inherit;
}
body.kk-unique-theme section[data-section-idx="1"] .text-\[#F5F1E8\],
body.kk-unique-theme section[data-section-idx="1"] [class*="text-[#F5F1E8]"] {
  color: #f8fbff !important;
}
body.kk-unique-theme section[data-section-idx="1"] [class*="text-[#D4A574]"] {
  color: #98f0e7 !important;
}
body.kk-unique-theme section[data-section-idx="1"] p.text-lead,
body.kk-unique-theme section[data-section-idx="1"] .border-l-2 {
  border-color: rgba(152,240,231,.55) !important;
}
body.kk-unique-theme section[data-section-idx="1"] .rounded-\[4px\],
body.kk-unique-theme section[data-section-idx="1"] .rounded-sm {
  border-radius: 18px !important;
}
body.kk-unique-theme section[data-section-idx="1"] a[href="games.html"] {
  background: linear-gradient(135deg, var(--kk-accent), var(--kk-accent-2)) !important;
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(20,199,186,.24) !important;
}
body.kk-unique-theme section[data-section-idx="1"] .absolute.-bottom-4.-left-4,
body.kk-unique-theme section[data-section-idx="1"] .absolute.bg-\[#F5F1E8\] {
  background: rgba(255,255,255,.95) !important;
  color: var(--kk-text) !important;
}
body.kk-unique-theme .text-\[#8B7355\],
body.kk-unique-theme [class*="text-[#8B7355]"] {
  color: #47627f !important;
}
body.kk-unique-theme .text-\[#D4A574\],
body.kk-unique-theme [class*="text-[#D4A574]"] {
  color: #138f97 !important;
}
body.kk-unique-theme section.bg-\[#F5F1E8\],
body.kk-unique-theme [style*="background-color: #F5F1E8"] {
  color: var(--kk-text) !important;
}
