/* Generated unique styles for vip-luck.nl */

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

/* Root variables */
:root {
  --bg-primary: hsl(227, 22%, 15%);
  --bg-secondary: hsl(227, 17%, 20%);
  --bg-gradient: linear-gradient(135deg, hsl(227, 22%, 15%) 0%, hsl(247, 32%, 12%) 100%);
  
  --color-primary: hsl(355, 85%, 55%);
  --color-secondary: hsl(385, 75%, 60%);
  --color-accent: hsl(325, 90%, 50%);
  --color-text: #ffffff;
  --color-text-dark: hsl(355, 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: 16px;
  --font-size-h1: 48px;
  --font-size-h2: 38px;
  --font-size-h3: 32px;
  --font-size-h4: 26px;
  --font-size-h5: 21px;
  --font-size-small: 14px;
  
  --btn-radius: 4px;
  --btn-shadow: 0 4px 12px rgba(0,0,0,0.30);
  --btn-padding: 15px 37px;
  --btn-transition: all 0.35s ease;
  --btn-hover-scale: 1.061;
  
  --block-radius: 4px;
  --block-shadow: 0 9px 24px rgba(0,0,0,0.24);
  --block-border: none;
  --block-padding: 31px;
  --block-margin: 25px 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 */
.lryarg-dwv7 {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
}

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

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

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

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

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

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

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

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

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

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

.lryarg-sdka {
  height: 50px;
  width: auto;
}

.lryarg-lbec {
  display: inline-block;
  text-decoration: none;
}

.lryarg-grpk {
  height: 50px;
  width: auto;
  display: block;
}

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

.lryarg-n7ww:hover {
  color: var(--color-accent);
}

.lryarg-zxi9 {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.lryarg-u1oq:hover {
  color: var(--color-primary);
}

.lryarg-qvci {
  display: flex;
  gap: 15px;
  align-items: center;
}

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

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

.lryarg-ab9d.active .lryarg-tmhz:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.lryarg-ab9d.active .lryarg-tmhz:nth-child(2) {
  opacity: 0 !important;
}

.lryarg-ab9d.active .lryarg-tmhz:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

.lryarg-r2iq {
  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;
}

.lryarg-r2iq.active {
  display: block;
  right: 0;
}

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

.lryarg-u5ty {
  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;
}

.lryarg-u5ty:hover {
  color: var(--color-primary);
}

.lryarg-jg38 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lryarg-jxbs {
  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;
}

.lryarg-jxbs.active {
  display: block;
  opacity: 1;
}

/* Buttons */
.lryarg-pbbb {
  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;
}

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

.lryarg-joqq: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 */
.lryarg-tiwy {
  animation: lryarg-b7kz 2s ease-in-out infinite;
}

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

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

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

.lryarg-kksy {
  transition: transform 0.3s, box-shadow 0.3s;
}

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

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

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

.lryarg-u4tm h1,
.lryarg-u4tm h2,
.lryarg-u4tm h3 {
  margin: 30px 0 20px;
}

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

.lryarg-u4tm p {
  margin-bottom: 15px;
}

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

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

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

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

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

/* Exclude buttons from article link styles */
.lryarg-u4tm a.lryarg-pbbb {
  color: white;
  text-decoration: none;
}

.lryarg-u4tm a.lryarg-pbbb:hover {
  color: white;
  text-decoration: none;
}

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

.lryarg-yx0o {
  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;
}

.lryarg-cxgw {
  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;
}

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

.lryarg-usps {
  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;
}

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

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

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

.lryarg-u44f {
  overflow: hidden;
  position: relative;
}

.lryarg-p4d2 {
  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;
}

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

.lryarg-p4d2.lryarg-tc27 {
  left: 10px;
}

.lryarg-p4d2.lryarg-nb42 {
  right: 10px;
}

.lryarg-p4d2::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);
}

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

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

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

.lryarg-z6m8.dragging {
  cursor: grabbing;
}

.lryarg-mvqc {
  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;
}

.lryarg-mvqc:hover {
  transform: scale(1.05);
}

.lryarg-y5a4 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.lryarg-q2xe {
  padding: 10px;
}

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

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

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

.lryarg-oi7j {
  text-align: center;
  margin-bottom: 60px;
}

.lryarg-oi7j h1 {
  margin-bottom: 20px;
}

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

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

.lryarg-fsnu {
  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;
}

.lryarg-ghz6:hover .lryarg-fsnu {
  opacity: 1;
}

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

@media (max-width: 768px) {
  .lryarg-bj0a {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .lryarg-oi7j {
    margin-bottom: 40px;
  }
  
  .lryarg-k3md {
    font-size: 16px;
  }
}

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

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

.lryarg-hdix {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.lryarg-xkl2 {
  list-style: none;
}

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

.lryarg-xkl2 a:hover {
  color: var(--color-primary);
}

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

.lryarg-dmo9 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.lryarg-urlg {
  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);
}

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

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

.lryarg-ducq {
  font-size: 14px;
  font-weight: 500;
}

/* Footer Links Section */
.lryarg-xkl2 {
  margin-bottom: 30px;
}

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

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

.lryarg-l5j1:hover {
  color: var(--color-primary);
}

.lryarg-j1xi {
  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);
}

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

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

.lryarg-rxkz:hover {
  color: rgba(255, 255, 255, 0.8);
}

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

.lryarg-m47p {
  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;
}

.lryarg-ohay {
  width: 100%;
  border-collapse: collapse;
}

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

.lryarg-kvw4:last-child {
  border-bottom: none;
}

.lryarg-kvw4:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.lryarg-q3bt {
  width: 120px;
  padding: 20px;
  vertical-align: middle;
}

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

.lryarg-kvw4:hover .lryarg-snzx {
  transform: scale(1.05);
}

.lryarg-gudd {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}

.lryarg-npma {
  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;
}

.lryarg-npma::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;
}

.lryarg-kvw4:hover .lryarg-npma::after {
  opacity: 0.5;
}

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

.lryarg-kvw4:nth-child(3n) .lryarg-npma {
  color: var(--color-accent);
}

/* Special styling for first row */
.lryarg-kvw4:first-child .lryarg-npma {
  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); }
}

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

/* Mobile responsive */
@media (max-width: 768px) {
  .lryarg-m47p {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  
  .lryarg-ohay {
    display: block;
  }
  
  .lryarg-ohay tbody {
    display: block;
  }
  
  .lryarg-kvw4 {
    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);
  }
  
  .lryarg-kvw4 td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  
  .lryarg-q3bt {
    width: 100%;
    padding: 0 0 15px 0;
  }
  
  .lryarg-snzx {
    width: 120px;
    height: 120px;
  }
  
  .lryarg-gudd {
    text-align: center;
    padding: 0 0 15px 0;
  }
  
  .lryarg-npma {
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  .lryarg-kvw4:first-child .lryarg-npma {
    font-size: 20px;
  }
  
  .lryarg-dnqu {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .lryarg-dnqu .lryarg-pbbb {
    width: 100%;
    max-width: 250px;
  }
}

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

.lryarg-lmk9 {
  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);
}

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

/* Providers */
.lryarg-hx7y {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.lryarg-nmu6:hover {
  animation-play-state: paused;
}

.lryarg-mk5a {
  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);
}

.lryarg-mk5a: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);
}

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

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

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

/* Responsive */
@media (max-width: 768px) {
  .lryarg-zxi9 {
    display: none;
  }
  
  .lryarg-qvci {
    display: none;
  }
  
  .lryarg-ab9d {
    display: flex;
  }
  
  .lryarg-z6m8 {
    gap: 15px;
  }
  
  .lryarg-p4d2 {
    width: 35px;
    height: 35px;
  }
  
  .lryarg-evni {
    font-size: var(--font-size-h2);
  }
  
  .lryarg-nmu6 {
    gap: 20px;
    animation-duration: 40s; /* Slower on mobile */
  }
  
  .lryarg-mk5a {
    padding: 15px 20px;
    min-height: 60px;
  }
  
  .lryarg-w5n1 {
    height: 30px;
  }
  
  :root {
    --font-size-base: 15px;
  }
  
  /* Fix for BonusMain content overflow on mobile */
  .lryarg-yx0o {
    min-height: 300px; /* Keep minimum height for background visibility */
  }
  
  .lryarg-cxgw {
    position: relative; /* Change from absolute to relative on mobile */
    min-height: 300px;
  }
  
  .lryarg-cwxt {
    padding: 30px 15px;
  }
  
  /* Adaptive font sizes for inline styles in BonusMain */
  .lryarg-cwxt [style*="font-size"] {
    font-size: clamp(16px, 4vw, 36px) !important;
  }
  
  /* Limit H1 size in article content */
  .lryarg-u4tm h1 {
    font-size: clamp(28px, 6vw, 42px);
  }
  
  .lryarg-u4tm h2 {
    font-size: clamp(24px, 5vw, 36px);
  }
  
  .lryarg-u4tm h3 {
    font-size: clamp(20px, 4vw, 30px);
  }
}

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

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

.lryarg-n68e {
  padding: 60px 0;
}

.lryarg-fnt3 {
  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);
}


.lryarg-if4u {
  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;
}

.lryarg-if4u::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;
}

.lryarg-if4u:hover::before {
  width: 300px;
  height: 300px;
}

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

.lryarg-if4u: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);
}

.lryarg-if4u: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);
  }
}

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

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

/* Slot Casino Block */
.lryarg-qt6w {
  padding: 60px 0;
}

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

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

.lryarg-pq5w {
  flex: 1;
}

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

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

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

.lryarg-lj77 {
  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 */
.lryarg-csz9 {
  padding: 60px 0;
}

.lryarg-uxl5 {
  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);
}

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

/* Make related slot cards bigger */
.lryarg-rgn3 .lryarg-mvqc {
  width: 100%;
  max-width: 280px;
}

.lryarg-rgn3 .lryarg-y5a4 {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

/* Responsive for slots */
@media (max-width: 768px) {
  .lryarg-vmrv {
    font-size: var(--font-size-h2);
  }
  
  .lryarg-fnt3 {
    min-height: 400px;
    padding: 20px;
  }
  
  .lryarg-if4u {
    font-size: 20px;
    padding: 15px 40px;
  }
  
  .lryarg-izaw {
    flex-direction: column;
    text-align: center;
  }
  
  .lryarg-wg42 {
    width: 150px;
    height: 150px;
  }
  
  .lryarg-izaw .lryarg-pbbb {
    width: 100%;
    max-width: 300px;
  }
}

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

.lryarg-clqu {
  animation: fadeIn 0.6s ease-out;
}

/* Utility classes */
.lryarg-kc84 {
  text-align: center;
}

.lryarg-ec5m { margin-top: 10px; }
.lryarg-dqib { margin-top: 20px; }
.lryarg-rjj9 { margin-top: 30px; }
.lryarg-ve2n { margin-top: 40px; }

.lryarg-dskx { margin-bottom: 10px; }
.lryarg-obem { margin-bottom: 20px; }
.lryarg-z8lu { margin-bottom: 30px; }
.lryarg-o4im { margin-bottom: 40px; }