/* Generated unique styles for casper-bets.pl */

/* CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Root variables */
:root {
  --bg-primary: hsl(351, 38%, 13%);
  --bg-secondary: hsl(351, 33%, 18%);
  --bg-gradient: linear-gradient(135deg, hsl(351, 38%, 13%) 0%, hsl(371, 48%, 10%) 100%);
  
  --color-primary: hsl(10, 85%, 55%);
  --color-secondary: hsl(40, 75%, 60%);
  --color-accent: hsl(-20, 90%, 50%);
  --color-text: #ffffff;
  --color-text-dark: hsl(10, 20%, 20%);
  --color-success: hsl(120, 70%, 50%);
  --color-warning: hsl(45, 90%, 55%);
  --color-danger: hsl(0, 85%, 55%);
  
  --font-family: "Lato", "Segoe UI", Roboto, Arial, sans-serif;
  --font-size-base: 18px;
  --font-size-h1: 54px;
  --font-size-h2: 43px;
  --font-size-h3: 36px;
  --font-size-h4: 29px;
  --font-size-h5: 23px;
  --font-size-small: 16px;
  
  --btn-radius: 0px;
  --btn-shadow: 0 4px 12px rgba(0,0,0,0.28);
  --btn-padding: 16px 26px;
  --btn-transition: all 0.33s ease;
  --btn-hover-scale: 1.026;
  
  --block-radius: 4px;
  --block-shadow: 0 3px 12px rgba(0,0,0,0.14);
  --block-border: none;
  --block-padding: 27px;
  --block-margin: 19px 0;
}

/* Base styles */
html {
  font-size: 16px;
  height: 100%;
}

body {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--color-text);
  background: var(--bg-primary);
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

/* Base heading styles - fallback if no class is applied */
h1 {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
}

h2 {
  font-size: var(--font-size-h2);
  color: var(--color-text);
}

h3 {
  font-size: var(--font-size-h3);
  color: var(--color-text);
}

h4 {
  font-size: var(--font-size-h4);
  color: var(--color-text);
}

h5 {
  font-size: var(--font-size-h5);
  color: var(--color-text);
}

h6 {
  font-size: var(--font-size-h5);
  color: var(--color-text);
}

/* Class-based heading styles */
.oul3xb-a5ty {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
}

.oul3xb-moie {
  font-size: var(--font-size-h2);
  color: var(--color-text);
}

.oul3xb-bdi9 {
  font-size: var(--font-size-h3);
  color: var(--color-text);
}

.oul3xb-rgun {
  font-size: var(--font-size-h4);
  color: var(--color-text);
}

.oul3xb-kixl {
  font-size: var(--font-size-h5);
  color: var(--color-text);
}

.oul3xb-k6mr {
  font-size: var(--font-size-h5);
  color: var(--color-text);
}

/* Layout */
.oul3xb-n568 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.oul3xb-jcvi {
  padding: 60px 0;
  background: var(--bg-secondary);
}

.oul3xb-j54k {
  padding: 60px 0;
  background: var(--bg-secondary);
}

/* Header */
.oul3xb-fygb {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.oul3xb-cs0u {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.oul3xb-q0qb {
  height: 50px;
  width: auto;
}

.oul3xb-lhdk {
  display: inline-block;
  text-decoration: none;
}

.oul3xb-giz8 {
  height: 50px;
  width: auto;
  display: block;
}

.oul3xb-xc2p {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
  margin-left: 15px;
  text-decoration: none;
  transition: color 0.3s;
}

.oul3xb-xc2p:hover {
  color: var(--color-accent);
}

.oul3xb-wflo {
  display: flex;
  gap: 30px;
  align-items: center;
}

.oul3xb-l8hd {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
}

.oul3xb-l8hd:hover {
  color: var(--color-primary);
}

.oul3xb-twte {
  display: flex;
  gap: 15px;
  align-items: center;
}

/* Hamburger Menu */
.oul3xb-cfrb {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
}

.oul3xb-kk5x {
  width: 100%;
  height: 3px;
  background: var(--color-primary);
  transition: all 0.3s ease;
  border-radius: 2px;
}

.oul3xb-cfrb.active .oul3xb-kk5x:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.oul3xb-cfrb.active .oul3xb-kk5x:nth-child(2) {
  opacity: 0 !important;
}

.oul3xb-cfrb.active .oul3xb-kk5x:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

.oul3xb-xam1 {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: auto;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  padding: 80px 30px 30px;
  transition: right 0.3s ease;
  z-index: 1001;
  overflow-y: auto;
  border-bottom-left-radius: 15px;
}

.oul3xb-xam1.active {
  display: block;
  right: 0;
}

.oul3xb-w6k5 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.oul3xb-t6pj {
  color: var(--color-text);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 0.3s;
}

.oul3xb-t6pj:hover {
  color: var(--color-primary);
}

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

.oul3xb-vcot {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.oul3xb-vcot.active {
  display: block;
  opacity: 1;
}

/* Buttons */
.oul3xb-esqx {
  display: inline-block;
  padding: var(--btn-padding);
  border-radius: var(--btn-radius);
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: var(--btn-transition);
  cursor: pointer;
  border: none;
  font-size: inherit;
  font-family: inherit;
}

.oul3xb-ub5w {
  background: var(--color-primary);
  color: white;
  box-shadow: var(--btn-shadow);
}

.oul3xb-ub5w:hover {
  transform: scale(var(--btn-hover-scale));
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Pulse animation - only for Header Sign Up and Main Bonus buttons */
.oul3xb-zkfe {
  animation: oul3xb-yi2j 2s ease-in-out infinite;
}

.oul3xb-qlq0 {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.oul3xb-qlq0:hover {
  background: var(--color-primary);
  color: white;
  transform: scale(var(--btn-hover-scale));
}

/* Cards & Blocks */
.oul3xb-vqzl {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--block-radius);
  padding: var(--block-padding);
  margin: var(--block-margin);
  box-shadow: var(--block-shadow);
  border: var(--block-border);
  backdrop-filter: blur(5px);
}

.oul3xb-myfm {
  transition: transform 0.3s, box-shadow 0.3s;
}

.oul3xb-myfm:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Main */
.oul3xb-p0o4 {
  min-height: calc(100vh - 200px);
}

/* Article content */
.oul3xb-md62 {
  color: var(--color-text);
  line-height: 1.8;
}

.oul3xb-md62 h1,
.oul3xb-md62 h2,
.oul3xb-md62 h3 {
  margin: 30px 0 20px;
}

/* Limit maximum H1 size to prevent oversized headings */
.oul3xb-md62 h1 {
  font-size: min(var(--font-size-h1), 48px);
}

.oul3xb-md62 p {
  margin-bottom: 15px;
}

.oul3xb-md62 table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.oul3xb-md62 table th,
.oul3xb-md62 table td {
  padding: 12px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.oul3xb-md62 table th {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 600;
}

.oul3xb-md62 a {
  color: var(--color-primary);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.oul3xb-md62 a:hover {
  color: var(--color-accent);
  text-decoration: none;
}

/* Exclude buttons from article link styles */
.oul3xb-md62 a.oul3xb-esqx {
  color: white;
  text-decoration: none;
}

.oul3xb-md62 a.oul3xb-esqx:hover {
  color: white;
  text-decoration: none;
}

/* Bonus section */
.oul3xb-tlya {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
  background: var(--bg-secondary);
}

.oul3xb-uj46 {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1a1a;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.oul3xb-hxfj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.oul3xb-v7u3 {
  text-align: center;
  padding: 40px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.oul3xb-j0zo {
  background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
  color: white;
  font-size: 20px;
  padding: 20px 40px;
  margin-top: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.oul3xb-j0zo:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 30px rgba(0,0,0,0.4);
}

.oul3xb-qwaz {
  font-size: calc(var(--font-size-h1) * 1.2);
  margin-bottom: 30px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Slots section */
.oul3xb-v4uw {
  padding: 60px 0;
  background: var(--bg-secondary);
  overflow: hidden;
}

/* Slots carousel */
.oul3xb-tvod {
  position: relative;
  margin: 40px 0;
}

.oul3xb-gwm7 {
  overflow: hidden;
  position: relative;
}

.oul3xb-r6b7 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  user-select: none;
}

.oul3xb-r6b7:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: var(--color-primary);
}

.oul3xb-r6b7.oul3xb-eb6v {
  left: 10px;
}

.oul3xb-r6b7.oul3xb-h7ui {
  right: 10px;
}

.oul3xb-r6b7::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
}

.oul3xb-eb6v::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.oul3xb-h7ui::after {
  transform: rotate(45deg);
  margin-right: 3px;
}

.oul3xb-lrk5 {
  display: flex;
  gap: 20px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.oul3xb-lrk5.dragging {
  cursor: grabbing;
}

.oul3xb-v4x7 {
  position: relative;
  overflow: hidden;
  border-radius: var(--block-radius);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.3s;
  flex: 0 0 auto;
  width: 150px;
  text-decoration: none;
}

.oul3xb-v4x7:hover {
  transform: scale(1.05);
}

.oul3xb-jgkj {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.oul3xb-wj6e {
  padding: 10px;
}

.oul3xb-h1o2 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
  color: var(--color-text);
}

.oul3xb-fcgz {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
}

/* All Slots Page */
.oul3xb-gacf {
  padding: 60px 0;
  min-height: calc(100vh - 200px);
}

.oul3xb-mqo0 {
  text-align: center;
  margin-bottom: 60px;
}

.oul3xb-mqo0 h1 {
  margin-bottom: 20px;
}

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

/* Slot card with overlay effect */
.oul3xb-v4x7 {
  position: relative;
  overflow: hidden;
}

.oul3xb-ho14 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.oul3xb-o5wl:hover .oul3xb-ho14 {
  opacity: 1;
}

.oul3xb-lj7h {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive for all slots page */
@media (max-width: 1200px) {
  .oul3xb-om7k {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .oul3xb-om7k {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .oul3xb-mqo0 {
    margin-bottom: 40px;
  }
  
  .oul3xb-uohq {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .oul3xb-om7k {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* Footer */
.oul3xb-vje2 {
  background: rgba(0, 0, 0, 0.9);
  padding: 40px 0 20px;
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.oul3xb-d158 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.oul3xb-urcv h4 {
  margin-bottom: 15px;
  color: var(--color-primary);
}

.oul3xb-b8w8 {
  list-style: none;
}

.oul3xb-b8w8 a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s;
  line-height: 1.8;
}

.oul3xb-b8w8 a:hover {
  color: var(--color-primary);
}

/* Language Switcher */
.oul3xb-i74e {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--block-radius);
  text-align: center;
}

.oul3xb-hwau {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.oul3xb-tpfz {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--btn-radius);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.oul3xb-tpfz:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: var(--btn-shadow);
}

.oul3xb-us6r {
  display: block;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.oul3xb-az9e {
  font-size: 14px;
  font-weight: 500;
}

/* Footer Links Section */
.oul3xb-b8w8 {
  margin-bottom: 30px;
}

.oul3xb-zklr {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 15px;
}

.oul3xb-asji {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  padding: 5px 10px;
}

.oul3xb-asji:hover {
  color: var(--color-primary);
}

.oul3xb-akww {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.oul3xb-ezqk {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.oul3xb-ujcb {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s;
}

.oul3xb-ujcb:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Bonus Table */
.oul3xb-nubf {
  padding: 30px 0 60px;
  background: var(--bg-secondary);
}

.oul3xb-vgye {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--block-radius);
  padding: var(--block-padding);
  box-shadow: var(--block-shadow);
  border: var(--block-border);
  overflow-x: auto;
}

.oul3xb-es4n {
  width: 100%;
  border-collapse: collapse;
}

.oul3xb-bpk0 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s;
}

.oul3xb-bpk0:last-child {
  border-bottom: none;
}

.oul3xb-bpk0:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.oul3xb-hj94 {
  width: 120px;
  padding: 20px;
  vertical-align: middle;
}

.oul3xb-shsd {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: var(--block-radius);
  transition: transform 0.3s;
}

.oul3xb-bpk0:hover .oul3xb-shsd {
  transform: scale(1.05);
}

.oul3xb-uz3h {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}

.oul3xb-vk3l {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.oul3xb-vk3l::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.oul3xb-bpk0:hover .oul3xb-vk3l::after {
  opacity: 0.5;
}

/* Hover effect for bonus titles */
.oul3xb-bpk0:hover .oul3xb-vk3l {
  color: var(--color-accent);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), 0 0 30px var(--color-accent);
  transform: translateX(5px);
}

/* Alternate row styling for variety */
.oul3xb-bpk0:nth-child(even) .oul3xb-vk3l {
  color: var(--color-secondary);
}

.oul3xb-bpk0:nth-child(3n) .oul3xb-vk3l {
  color: var(--color-accent);
}

/* Special styling for first row */
.oul3xb-bpk0:first-child .oul3xb-vk3l {
  font-size: 22px;
  color: #FFD700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 0 0 30px #FFD700;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

.oul3xb-xcve {
  width: 200px;
  padding: 20px;
  vertical-align: middle;
  text-align: right;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .oul3xb-vgye {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  
  .oul3xb-es4n {
    display: block;
  }
  
  .oul3xb-es4n tbody {
    display: block;
  }
  
  .oul3xb-bpk0 {
    display: block;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--block-radius);
    padding: 20px;
    border: var(--block-border);
    box-shadow: var(--block-shadow);
  }
  
  .oul3xb-bpk0 td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  
  .oul3xb-hj94 {
    width: 100%;
    padding: 0 0 15px 0;
  }
  
  .oul3xb-shsd {
    width: 120px;
    height: 120px;
  }
  
  .oul3xb-uz3h {
    text-align: center;
    padding: 0 0 15px 0;
  }
  
  .oul3xb-vk3l {
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  .oul3xb-bpk0:first-child .oul3xb-vk3l {
    font-size: 20px;
  }
  
  .oul3xb-xcve {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .oul3xb-xcve .oul3xb-esqx {
    width: 100%;
    max-width: 250px;
  }
}

/* Article */
.oul3xb-wedd {
  padding: 60px 0;
  background: var(--bg-secondary);
}

.oul3xb-z4h4 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--block-radius);
  padding: var(--block-padding);
  box-shadow: var(--block-shadow);
  border: var(--block-border);
}

.oul3xb-kwfh {
  display: block;
  margin: 20px auto;
  font-size: calc(var(--font-size-base) + 5px);
  text-align: center;
  width: fit-content;
}

/* Providers */
.oul3xb-qu82 {
  padding: 60px 0;
  overflow: hidden;
}

.oul3xb-da8h {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.oul3xb-ssfo {
  display: flex;
  gap: 40px;
  animation: scrollProviders 30s linear infinite;
}

.oul3xb-ssfo:hover {
  animation-play-state: paused;
}

.oul3xb-xotu {
  flex: 0 0 auto;
  border-radius: var(--block-radius);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.oul3xb-xotu:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--color-primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.oul3xb-jt5r {
  height: 40px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

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

.oul3xb-y0ej {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--font-size-small);
}

/* Responsive */
@media (max-width: 768px) {
  .oul3xb-wflo {
    display: none;
  }
  
  .oul3xb-twte {
    display: none;
  }
  
  .oul3xb-cfrb {
    display: flex;
  }
  
  .oul3xb-lrk5 {
    gap: 15px;
  }
  
  .oul3xb-r6b7 {
    width: 35px;
    height: 35px;
  }
  
  .oul3xb-qwaz {
    font-size: var(--font-size-h2);
  }
  
  .oul3xb-ssfo {
    gap: 20px;
    animation-duration: 40s; /* Slower on mobile */
  }
  
  .oul3xb-xotu {
    padding: 15px 20px;
    min-height: 60px;
  }
  
  .oul3xb-jt5r {
    height: 30px;
  }
  
  :root {
    --font-size-base: 17px;
  }
  
  /* Fix for BonusMain content overflow on mobile */
  .oul3xb-uj46 {
    min-height: 300px; /* Keep minimum height for background visibility */
  }
  
  .oul3xb-hxfj {
    position: relative; /* Change from absolute to relative on mobile */
    min-height: 300px;
  }
  
  .oul3xb-v7u3 {
    padding: 30px 15px;
  }
  
  /* Adaptive font sizes for inline styles in BonusMain */
  .oul3xb-v7u3 [style*="font-size"] {
    font-size: clamp(16px, 4vw, 36px) !important;
  }
  
  /* Limit H1 size in article content */
  .oul3xb-md62 h1 {
    font-size: clamp(28px, 6vw, 42px);
  }
  
  .oul3xb-md62 h2 {
    font-size: clamp(24px, 5vw, 36px);
  }
  
  .oul3xb-md62 h3 {
    font-size: clamp(20px, 4vw, 30px);
  }
}

/* Slot Demo Styles */
.oul3xb-kcmg {
  padding: 40px 0;
  text-align: center;
}

.oul3xb-d84h {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

.oul3xb-k31d {
  padding: 60px 0;
}

.oul3xb-mfrl {
  border-radius: var(--block-radius);
  padding: 40px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 15px 50px rgba(0,0,0,0.4);
  border: 2px solid rgba(255, 255, 255, 0.1);
}


.oul3xb-v97f {
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  color: white;
  font-size: 28px;
  padding: 25px 80px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 60px rgba(0, 255, 200, 0.3);
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: pulse 2s ease-in-out infinite;
  font-weight: 700;
}

.oul3xb-v97f::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.oul3xb-v97f:hover::before {
  width: 300px;
  height: 300px;
}

.oul3xb-v97f::after {
  content: '▶';
  margin-left: 10px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.oul3xb-v97f:hover {
  transform: scale(1.15) translateY(-2px);
  box-shadow: 0 15px 50px rgba(0,0,0,0.5), 0 0 80px rgba(0, 255, 100, 0.4);
  filter: brightness(1.1);
}

.oul3xb-v97f:hover::after {
  transform: translateX(5px);
}

@keyframes pulse {
  0% { 
    box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 60px rgba(0, 255, 200, 0.3);
    transform: scale(1);
  }
  50% { 
    box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 80px rgba(0, 255, 100, 0.5);
    transform: scale(1.02);
  }
  100% { 
    box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 60px rgba(0, 255, 200, 0.3);
    transform: scale(1);
  }
}

.oul3xb-v7zg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}

.oul3xb-wbx0 {
  width: 100%;
  height: 100%;
  border-radius: var(--block-radius);
  background: #000;
}

/* Slot Casino Block */
.oul3xb-uw6l {
  padding: 60px 0;
}

.oul3xb-o4d5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 30px;
}

.oul3xb-yr7w {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--block-radius);
}

.oul3xb-yhl4 {
  flex: 1;
}

.oul3xb-cox9 {
  font-size: var(--font-size-h3);
  color: var(--color-text);
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.oul3xb-i1ls {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--font-size-base);
}

/* Slot Text Section */
.oul3xb-psmu {
  padding: 60px 0;
  background: var(--bg-primary);
}

.oul3xb-zjdf {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--block-radius);
  padding: var(--block-padding);
  box-shadow: var(--block-shadow);
  border: var(--block-border);
}

/* Related Slots Section */
.oul3xb-rupa {
  padding: 60px 0;
}

.oul3xb-zcac {
  font-size: var(--font-size-h2);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color-primary);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.oul3xb-lixe {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
  margin: 0;
}

/* Make related slot cards bigger */
.oul3xb-lixe .oul3xb-v4x7 {
  width: 100%;
  max-width: 280px;
}

.oul3xb-lixe .oul3xb-jgkj {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .oul3xb-lixe {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Responsive for slots */
@media (max-width: 768px) {
  .oul3xb-d84h {
    font-size: var(--font-size-h2);
  }
  
  .oul3xb-mfrl {
    min-height: 400px;
    padding: 20px;
  }
  
  .oul3xb-v97f {
    font-size: 20px;
    padding: 15px 40px;
  }
  
  .oul3xb-o4d5 {
    flex-direction: column;
    text-align: center;
  }
  
  .oul3xb-yr7w {
    width: 150px;
    height: 150px;
  }
  
  .oul3xb-o4d5 .oul3xb-esqx {
    width: 100%;
    max-width: 300px;
  }
}

/* Animations */
@keyframes oul3xb-yi2j {
  0%, 100% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2), 0 0 15px var(--color-primary);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4), 0 0 25px var(--color-primary), 0 0 35px var(--color-accent);
    transform: scale(1.02);
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.oul3xb-cxay {
  animation: fadeIn 0.6s ease-out;
}

/* Utility classes */
.oul3xb-pxi6 {
  text-align: center;
}

.oul3xb-xw7k { margin-top: 10px; }
.oul3xb-njid { margin-top: 20px; }
.oul3xb-ce24 { margin-top: 30px; }
.oul3xb-la6s { margin-top: 40px; }

.oul3xb-e04y { margin-bottom: 10px; }
.oul3xb-s29k { margin-bottom: 20px; }
.oul3xb-uq5j { margin-bottom: 30px; }
.oul3xb-o4wy { margin-bottom: 40px; }