/* Generated unique styles for rainbetsplash.com.de */

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

/* Root variables */
:root {
  --bg-primary: hsl(227, 17%, 9%);
  --bg-secondary: hsl(227, 12%, 14%);
  --bg-gradient: linear-gradient(135deg, hsl(227, 17%, 9%) 0%, hsl(247, 27%, 6%) 100%);
  
  --color-primary: hsl(135, 85%, 55%);
  --color-secondary: hsl(165, 75%, 60%);
  --color-accent: hsl(105, 90%, 50%);
  --color-text: #ffffff;
  --color-text-dark: hsl(135, 20%, 20%);
  --color-success: hsl(120, 70%, 50%);
  --color-warning: hsl(45, 90%, 55%);
  --color-danger: hsl(0, 85%, 55%);
  
  --font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-size-base: 15px;
  --font-size-h1: 45px;
  --font-size-h2: 36px;
  --font-size-h3: 30px;
  --font-size-h4: 24px;
  --font-size-h5: 20px;
  --font-size-small: 13px;
  
  --btn-radius: 8px;
  --btn-shadow: 0 4px 12px rgba(0,0,0,0.22);
  --btn-padding: 18px 35px;
  --btn-transition: all 0.31s ease;
  --btn-hover-scale: 1.038;
  
  --block-radius: 8px;
  --block-shadow: 0 4px 14px rgba(0,0,0,0.20);
  --block-border: 1px solid rgba(255,255,255,0.18);
  --block-padding: 28px;
  --block-margin: 12px 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 */
.ui8260-e0cg {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
}

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

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

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

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

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

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

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

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

/* Header */
.ui8260-plzo {
  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);
}

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

.ui8260-caxp {
  height: 50px;
  width: auto;
}

.ui8260-rhzo {
  display: inline-block;
  text-decoration: none;
}

.ui8260-royr {
  height: 50px;
  width: auto;
  display: block;
}

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

.ui8260-x6bv:hover {
  color: var(--color-accent);
}

.ui8260-m073 {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.ui8260-blml:hover {
  color: var(--color-primary);
}

.ui8260-esb7 {
  display: flex;
  gap: 15px;
  align-items: center;
}

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

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

.ui8260-ru9k.active .ui8260-j112:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.ui8260-ru9k.active .ui8260-j112:nth-child(2) {
  opacity: 0 !important;
}

.ui8260-ru9k.active .ui8260-j112:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

.ui8260-rtlf {
  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;
}

.ui8260-rtlf.active {
  display: block;
  right: 0;
}

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

.ui8260-hovu {
  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;
}

.ui8260-hovu:hover {
  color: var(--color-primary);
}

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

.ui8260-a1mf {
  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;
}

.ui8260-a1mf.active {
  display: block;
  opacity: 1;
}

/* Buttons */
.ui8260-o5sk {
  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;
}

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

.ui8260-wqr1: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 */
.ui8260-yfdl {
  animation: ui8260-pbhl 2s ease-in-out infinite;
}

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

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

/* Cards & Blocks */
.ui8260-va32 {
  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);
}

.ui8260-fqog {
  transition: transform 0.3s, box-shadow 0.3s;
}

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

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

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

.ui8260-fcvj h1,
.ui8260-fcvj h2,
.ui8260-fcvj h3 {
  margin: 30px 0 20px;
}

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

.ui8260-fcvj p {
  margin-bottom: 15px;
}

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

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

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

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

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

/* Exclude buttons from article link styles */
.ui8260-fcvj a.ui8260-o5sk {
  color: white;
  text-decoration: none;
}

.ui8260-fcvj a.ui8260-o5sk:hover {
  color: white;
  text-decoration: none;
}

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

.ui8260-nnq0 {
  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;
}

.ui8260-hdzo {
  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;
}

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

.ui8260-t5fx {
  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;
}

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

.ui8260-o82j {
  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 */
.ui8260-gnno {
  padding: 60px 0;
  background: var(--bg-secondary);
  overflow: hidden;
}

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

.ui8260-nc6o {
  overflow: hidden;
  position: relative;
}

.ui8260-kcmk {
  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;
}

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

.ui8260-kcmk.ui8260-x2e6 {
  left: 10px;
}

.ui8260-kcmk.ui8260-dnn3 {
  right: 10px;
}

.ui8260-kcmk::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);
}

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

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

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

.ui8260-k3jy.dragging {
  cursor: grabbing;
}

.ui8260-q5ug {
  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;
}

.ui8260-q5ug:hover {
  transform: scale(1.05);
}

.ui8260-bs8i {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.ui8260-yl3i {
  padding: 10px;
}

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

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

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

.ui8260-vuxh {
  text-align: center;
  margin-bottom: 60px;
}

.ui8260-vuxh h1 {
  margin-bottom: 20px;
}

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

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

.ui8260-xvxy {
  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;
}

.ui8260-qiyx:hover .ui8260-xvxy {
  opacity: 1;
}

.ui8260-kb9u {
  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) {
  .ui8260-h870 {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .ui8260-h870 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .ui8260-vuxh {
    margin-bottom: 40px;
  }
  
  .ui8260-f015 {
    font-size: 16px;
  }
}

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

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

.ui8260-brba {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.ui8260-ojzd {
  list-style: none;
}

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

.ui8260-ojzd a:hover {
  color: var(--color-primary);
}

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

.ui8260-fhvk {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.ui8260-wbaj {
  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);
}

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

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

.ui8260-bbrg {
  font-size: 14px;
  font-weight: 500;
}

/* Footer Links Section */
.ui8260-ojzd {
  margin-bottom: 30px;
}

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

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

.ui8260-n3yo:hover {
  color: var(--color-primary);
}

.ui8260-jdbn {
  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);
}

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

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

.ui8260-vwjw:hover {
  color: rgba(255, 255, 255, 0.8);
}

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

.ui8260-z8k2 {
  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;
}

.ui8260-ocyz {
  width: 100%;
  border-collapse: collapse;
}

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

.ui8260-oc4e:last-child {
  border-bottom: none;
}

.ui8260-oc4e:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.ui8260-jmi9 {
  width: 120px;
  padding: 20px;
  vertical-align: middle;
}

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

.ui8260-oc4e:hover .ui8260-rknh {
  transform: scale(1.05);
}

.ui8260-s7n5 {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}

.ui8260-bvjg {
  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;
}

.ui8260-bvjg::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;
}

.ui8260-oc4e:hover .ui8260-bvjg::after {
  opacity: 0.5;
}

/* Hover effect for bonus titles */
.ui8260-oc4e:hover .ui8260-bvjg {
  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 */
.ui8260-oc4e:nth-child(even) .ui8260-bvjg {
  color: var(--color-secondary);
}

.ui8260-oc4e:nth-child(3n) .ui8260-bvjg {
  color: var(--color-accent);
}

/* Special styling for first row */
.ui8260-oc4e:first-child .ui8260-bvjg {
  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); }
}

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

/* Mobile responsive */
@media (max-width: 768px) {
  .ui8260-z8k2 {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  
  .ui8260-ocyz {
    display: block;
  }
  
  .ui8260-ocyz tbody {
    display: block;
  }
  
  .ui8260-oc4e {
    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);
  }
  
  .ui8260-oc4e td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  
  .ui8260-jmi9 {
    width: 100%;
    padding: 0 0 15px 0;
  }
  
  .ui8260-rknh {
    width: 120px;
    height: 120px;
  }
  
  .ui8260-s7n5 {
    text-align: center;
    padding: 0 0 15px 0;
  }
  
  .ui8260-bvjg {
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  .ui8260-oc4e:first-child .ui8260-bvjg {
    font-size: 20px;
  }
  
  .ui8260-iiz6 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .ui8260-iiz6 .ui8260-o5sk {
    width: 100%;
    max-width: 250px;
  }
}

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

.ui8260-uxgg {
  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);
}

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

/* Providers */
.ui8260-j3jh {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.ui8260-djon:hover {
  animation-play-state: paused;
}

.ui8260-hwy4 {
  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);
}

.ui8260-hwy4: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);
}

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

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

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

/* Responsive */
@media (max-width: 768px) {
  .ui8260-m073 {
    display: none;
  }
  
  .ui8260-esb7 {
    display: none;
  }
  
  .ui8260-ru9k {
    display: flex;
  }
  
  .ui8260-k3jy {
    gap: 15px;
  }
  
  .ui8260-kcmk {
    width: 35px;
    height: 35px;
  }
  
  .ui8260-o82j {
    font-size: var(--font-size-h2);
  }
  
  .ui8260-djon {
    gap: 20px;
    animation-duration: 40s; /* Slower on mobile */
  }
  
  .ui8260-hwy4 {
    padding: 15px 20px;
    min-height: 60px;
  }
  
  .ui8260-mror {
    height: 30px;
  }
  
  :root {
    --font-size-base: 14px;
  }
  
  /* Fix for BonusMain content overflow on mobile */
  .ui8260-nnq0 {
    min-height: 300px; /* Keep minimum height for background visibility */
  }
  
  .ui8260-hdzo {
    position: relative; /* Change from absolute to relative on mobile */
    min-height: 300px;
  }
  
  .ui8260-c4f4 {
    padding: 30px 15px;
  }
  
  /* Adaptive font sizes for inline styles in BonusMain */
  .ui8260-c4f4 [style*="font-size"] {
    font-size: clamp(16px, 4vw, 36px) !important;
  }
  
  /* Limit H1 size in article content */
  .ui8260-fcvj h1 {
    font-size: clamp(28px, 6vw, 42px);
  }
  
  .ui8260-fcvj h2 {
    font-size: clamp(24px, 5vw, 36px);
  }
  
  .ui8260-fcvj h3 {
    font-size: clamp(20px, 4vw, 30px);
  }
}

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

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

.ui8260-dvmp {
  padding: 60px 0;
}

.ui8260-whyj {
  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);
}


.ui8260-xzxs {
  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;
}

.ui8260-xzxs::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;
}

.ui8260-xzxs:hover::before {
  width: 300px;
  height: 300px;
}

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

.ui8260-xzxs: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);
}

.ui8260-xzxs: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);
  }
}

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

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

/* Slot Casino Block */
.ui8260-g82h {
  padding: 60px 0;
}

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

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

.ui8260-a90j {
  flex: 1;
}

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

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

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

.ui8260-ga13 {
  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 */
.ui8260-ppfo {
  padding: 60px 0;
}

.ui8260-snh2 {
  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);
}

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

/* Make related slot cards bigger */
.ui8260-lx5i .ui8260-q5ug {
  width: 100%;
  max-width: 280px;
}

.ui8260-lx5i .ui8260-bs8i {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

/* Responsive for slots */
@media (max-width: 768px) {
  .ui8260-sna9 {
    font-size: var(--font-size-h2);
  }
  
  .ui8260-whyj {
    min-height: 400px;
    padding: 20px;
  }
  
  .ui8260-xzxs {
    font-size: 20px;
    padding: 15px 40px;
  }
  
  .ui8260-ofof {
    flex-direction: column;
    text-align: center;
  }
  
  .ui8260-zgfz {
    width: 150px;
    height: 150px;
  }
  
  .ui8260-ofof .ui8260-o5sk {
    width: 100%;
    max-width: 300px;
  }
}

/* Animations */
@keyframes ui8260-pbhl {
  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); }
}

.ui8260-cky8 {
  animation: fadeIn 0.6s ease-out;
}

/* Utility classes */
.ui8260-h0w8 {
  text-align: center;
}

.ui8260-up1o { margin-top: 10px; }
.ui8260-c9tc { margin-top: 20px; }
.ui8260-zw3i { margin-top: 30px; }
.ui8260-b0dj { margin-top: 40px; }

.ui8260-faxz { margin-bottom: 10px; }
.ui8260-kyvy { margin-bottom: 20px; }
.ui8260-sljg { margin-bottom: 30px; }
.ui8260-iut8 { margin-bottom: 40px; }