/* Generated unique styles for ringo-spin.com.de */

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

/* Root variables */
:root {
  --bg-primary: hsl(378, 33%, 18%);
  --bg-secondary: hsl(378, 28%, 23%);
  --bg-gradient: linear-gradient(135deg, hsl(378, 33%, 18%) 0%, hsl(398, 43%, 15%) 100%);
  
  --color-primary: hsl(445, 85%, 55%);
  --color-secondary: hsl(475, 75%, 60%);
  --color-accent: hsl(415, 90%, 50%);
  --color-text: #ffffff;
  --color-text-dark: hsl(445, 20%, 20%);
  --color-success: hsl(120, 70%, 50%);
  --color-warning: hsl(45, 90%, 55%);
  --color-danger: hsl(0, 85%, 55%);
  
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", 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: 12px;
  --btn-shadow: 0 4px 12px rgba(0,0,0,0.28);
  --btn-padding: 18px 34px;
  --btn-transition: all 0.22s ease;
  --btn-hover-scale: 1;
  
  --block-radius: 8px;
  --block-shadow: 0 4px 14px rgba(0,0,0,0.16);
  --block-border: 1px solid rgba(255,255,255,0.13);
  --block-padding: 23px;
  --block-margin: 17px 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 */
.vwq843-l8tn {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
}

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

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

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

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

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

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

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

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

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

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

.vwq843-ibbr {
  height: 50px;
  width: auto;
}

.vwq843-wqy5 {
  display: inline-block;
  text-decoration: none;
}

.vwq843-xmr0 {
  height: 50px;
  width: auto;
  display: block;
}

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

.vwq843-xfo1:hover {
  color: var(--color-accent);
}

.vwq843-gmmg {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.vwq843-xcov:hover {
  color: var(--color-primary);
}

.vwq843-il1u {
  display: flex;
  gap: 15px;
  align-items: center;
}

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

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

.vwq843-j4h6.active .vwq843-gwoo:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.vwq843-j4h6.active .vwq843-gwoo:nth-child(2) {
  opacity: 0 !important;
}

.vwq843-j4h6.active .vwq843-gwoo:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

.vwq843-hi0u {
  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;
}

.vwq843-hi0u.active {
  display: block;
  right: 0;
}

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

.vwq843-nze4 {
  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;
}

.vwq843-nze4:hover {
  color: var(--color-primary);
}

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

.vwq843-moeh {
  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;
}

.vwq843-moeh.active {
  display: block;
  opacity: 1;
}

/* Buttons */
.vwq843-l9jv {
  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;
}

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

.vwq843-j9i1: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 */
.vwq843-oq2g {
  animation: vwq843-v0ow 2s ease-in-out infinite;
}

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

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

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

.vwq843-jeu7 {
  transition: transform 0.3s, box-shadow 0.3s;
}

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

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

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

.vwq843-cknw h1,
.vwq843-cknw h2,
.vwq843-cknw h3 {
  margin: 30px 0 20px;
}

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

.vwq843-cknw p {
  margin-bottom: 15px;
}

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

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

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

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

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

/* Exclude buttons from article link styles */
.vwq843-cknw a.vwq843-l9jv {
  color: white;
  text-decoration: none;
}

.vwq843-cknw a.vwq843-l9jv:hover {
  color: white;
  text-decoration: none;
}

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

.vwq843-vomc {
  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;
}

.vwq843-kpfx {
  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;
}

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

.vwq843-rdqk {
  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;
}

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

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

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

.vwq843-navc {
  overflow: hidden;
  position: relative;
}

.vwq843-c432 {
  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;
}

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

.vwq843-c432.vwq843-xete {
  left: 10px;
}

.vwq843-c432.vwq843-l19g {
  right: 10px;
}

.vwq843-c432::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);
}

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

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

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

.vwq843-w41k.dragging {
  cursor: grabbing;
}

.vwq843-eupm {
  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;
}

.vwq843-eupm:hover {
  transform: scale(1.05);
}

.vwq843-az2v {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.vwq843-n7xl {
  padding: 10px;
}

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

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

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

.vwq843-bk5b {
  text-align: center;
  margin-bottom: 60px;
}

.vwq843-bk5b h1 {
  margin-bottom: 20px;
}

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

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

.vwq843-p8pw {
  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;
}

.vwq843-r0gt:hover .vwq843-p8pw {
  opacity: 1;
}

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

@media (max-width: 768px) {
  .vwq843-gi2g {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .vwq843-bk5b {
    margin-bottom: 40px;
  }
  
  .vwq843-gjkj {
    font-size: 16px;
  }
}

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

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

.vwq843-i9yq {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.vwq843-riav {
  list-style: none;
}

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

.vwq843-riav a:hover {
  color: var(--color-primary);
}

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

.vwq843-vojc {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.vwq843-o6bu {
  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);
}

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

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

.vwq843-v3rp {
  font-size: 14px;
  font-weight: 500;
}

/* Footer Links Section */
.vwq843-riav {
  margin-bottom: 30px;
}

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

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

.vwq843-lmei:hover {
  color: var(--color-primary);
}

.vwq843-tgaj {
  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);
}

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

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

.vwq843-zf3b:hover {
  color: rgba(255, 255, 255, 0.8);
}

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

.vwq843-awns {
  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;
}

.vwq843-yjh7 {
  width: 100%;
  border-collapse: collapse;
}

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

.vwq843-xq81:last-child {
  border-bottom: none;
}

.vwq843-xq81:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.vwq843-trio {
  width: 120px;
  padding: 20px;
  vertical-align: middle;
}

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

.vwq843-xq81:hover .vwq843-wz7u {
  transform: scale(1.05);
}

.vwq843-qy8o {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}

.vwq843-csqv {
  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;
}

.vwq843-csqv::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;
}

.vwq843-xq81:hover .vwq843-csqv::after {
  opacity: 0.5;
}

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

.vwq843-xq81:nth-child(3n) .vwq843-csqv {
  color: var(--color-accent);
}

/* Special styling for first row */
.vwq843-xq81:first-child .vwq843-csqv {
  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); }
}

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

/* Mobile responsive */
@media (max-width: 768px) {
  .vwq843-awns {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  
  .vwq843-yjh7 {
    display: block;
  }
  
  .vwq843-yjh7 tbody {
    display: block;
  }
  
  .vwq843-xq81 {
    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);
  }
  
  .vwq843-xq81 td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  
  .vwq843-trio {
    width: 100%;
    padding: 0 0 15px 0;
  }
  
  .vwq843-wz7u {
    width: 120px;
    height: 120px;
  }
  
  .vwq843-qy8o {
    text-align: center;
    padding: 0 0 15px 0;
  }
  
  .vwq843-csqv {
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  .vwq843-xq81:first-child .vwq843-csqv {
    font-size: 20px;
  }
  
  .vwq843-qhvy {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .vwq843-qhvy .vwq843-l9jv {
    width: 100%;
    max-width: 250px;
  }
}

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

.vwq843-tig4 {
  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);
}

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

/* Providers */
.vwq843-jgh0 {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.vwq843-gavg:hover {
  animation-play-state: paused;
}

.vwq843-t5kf {
  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);
}

.vwq843-t5kf: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);
}

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

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

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

/* Responsive */
@media (max-width: 768px) {
  .vwq843-gmmg {
    display: none;
  }
  
  .vwq843-il1u {
    display: none;
  }
  
  .vwq843-j4h6 {
    display: flex;
  }
  
  .vwq843-w41k {
    gap: 15px;
  }
  
  .vwq843-c432 {
    width: 35px;
    height: 35px;
  }
  
  .vwq843-n27v {
    font-size: var(--font-size-h2);
  }
  
  .vwq843-gavg {
    gap: 20px;
    animation-duration: 40s; /* Slower on mobile */
  }
  
  .vwq843-t5kf {
    padding: 15px 20px;
    min-height: 60px;
  }
  
  .vwq843-y9wh {
    height: 30px;
  }
  
  :root {
    --font-size-base: 17px;
  }
  
  /* Fix for BonusMain content overflow on mobile */
  .vwq843-vomc {
    min-height: 300px; /* Keep minimum height for background visibility */
  }
  
  .vwq843-kpfx {
    position: relative; /* Change from absolute to relative on mobile */
    min-height: 300px;
  }
  
  .vwq843-ysxk {
    padding: 30px 15px;
  }
  
  /* Adaptive font sizes for inline styles in BonusMain */
  .vwq843-ysxk [style*="font-size"] {
    font-size: clamp(16px, 4vw, 36px) !important;
  }
  
  /* Limit H1 size in article content */
  .vwq843-cknw h1 {
    font-size: clamp(28px, 6vw, 42px);
  }
  
  .vwq843-cknw h2 {
    font-size: clamp(24px, 5vw, 36px);
  }
  
  .vwq843-cknw h3 {
    font-size: clamp(20px, 4vw, 30px);
  }
}

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

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

.vwq843-xr6a {
  padding: 60px 0;
}

.vwq843-yxgv {
  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);
}


.vwq843-wedk {
  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;
}

.vwq843-wedk::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;
}

.vwq843-wedk:hover::before {
  width: 300px;
  height: 300px;
}

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

.vwq843-wedk: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);
}

.vwq843-wedk: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);
  }
}

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

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

/* Slot Casino Block */
.vwq843-w00q {
  padding: 60px 0;
}

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

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

.vwq843-nqrz {
  flex: 1;
}

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

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

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

.vwq843-r4ek {
  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 */
.vwq843-ni1r {
  padding: 60px 0;
}

.vwq843-va3j {
  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);
}

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

/* Make related slot cards bigger */
.vwq843-tqgf .vwq843-eupm {
  width: 100%;
  max-width: 280px;
}

.vwq843-tqgf .vwq843-az2v {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

/* Responsive for slots */
@media (max-width: 768px) {
  .vwq843-to20 {
    font-size: var(--font-size-h2);
  }
  
  .vwq843-yxgv {
    min-height: 400px;
    padding: 20px;
  }
  
  .vwq843-wedk {
    font-size: 20px;
    padding: 15px 40px;
  }
  
  .vwq843-qplv {
    flex-direction: column;
    text-align: center;
  }
  
  .vwq843-r5c5 {
    width: 150px;
    height: 150px;
  }
  
  .vwq843-qplv .vwq843-l9jv {
    width: 100%;
    max-width: 300px;
  }
}

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

.vwq843-h8m9 {
  animation: fadeIn 0.6s ease-out;
}

/* Utility classes */
.vwq843-xkqs {
  text-align: center;
}

.vwq843-q9zs { margin-top: 10px; }
.vwq843-p69x { margin-top: 20px; }
.vwq843-zssn { margin-top: 30px; }
.vwq843-lwrj { margin-top: 40px; }

.vwq843-k0mj { margin-bottom: 10px; }
.vwq843-newk { margin-bottom: 20px; }
.vwq843-a6pp { margin-bottom: 30px; }
.vwq843-no25 { margin-bottom: 40px; }