/* Generated unique styles for winbay-gr.com */

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

/* Root variables */
:root {
  --bg-primary: hsl(305, 32%, 18%);
  --bg-secondary: hsl(305, 27%, 23%);
  --bg-gradient: linear-gradient(135deg, hsl(305, 32%, 18%) 0%, hsl(325, 42%, 15%) 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: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 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: 4px;
  --btn-shadow: 0 4px 12px rgba(0,0,0,0.35);
  --btn-padding: 15px 32px;
  --btn-transition: all 0.37s ease;
  --btn-hover-scale: 1.067;
  
  --block-radius: 12px;
  --block-shadow: 0 11px 28px rgba(0,0,0,0.23);
  --block-border: 1px solid rgba(255,255,255,0.9);
  --block-padding: 26px;
  --block-margin: 18px 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 */
.il0h87-w5qo {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
}

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

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

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

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

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

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

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

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

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

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

.il0h87-tne2 {
  height: 50px;
  width: auto;
}

.il0h87-nkfd {
  display: inline-block;
  text-decoration: none;
}

.il0h87-siu2 {
  height: 50px;
  width: auto;
  display: block;
}

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

.il0h87-lk8h:hover {
  color: var(--color-accent);
}

.il0h87-sw8i {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.il0h87-fcje:hover {
  color: var(--color-primary);
}

.il0h87-aj2f {
  display: flex;
  gap: 15px;
  align-items: center;
}

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

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

.il0h87-qv70.active .il0h87-a1co:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.il0h87-qv70.active .il0h87-a1co:nth-child(2) {
  opacity: 0 !important;
}

.il0h87-qv70.active .il0h87-a1co:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

.il0h87-c9ik {
  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;
}

.il0h87-c9ik.active {
  display: block;
  right: 0;
}

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

.il0h87-t9vl {
  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;
}

.il0h87-t9vl:hover {
  color: var(--color-primary);
}

.il0h87-je8j {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.il0h87-jdey {
  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;
}

.il0h87-jdey.active {
  display: block;
  opacity: 1;
}

/* Buttons */
.il0h87-eott {
  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;
}

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

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

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

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

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

.il0h87-mpks {
  transition: transform 0.3s, box-shadow 0.3s;
}

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

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

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

.il0h87-ri92 h1,
.il0h87-ri92 h2,
.il0h87-ri92 h3 {
  margin: 30px 0 20px;
}

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

.il0h87-ri92 p {
  margin-bottom: 15px;
}

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

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

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

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

.il0h87-uiqj {
  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;
}

.il0h87-ubb3 {
  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;
}

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

.il0h87-vxtz {
  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;
}

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

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

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

.il0h87-kqq8 {
  overflow: hidden;
  position: relative;
}

.il0h87-gyf1 {
  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;
}

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

.il0h87-gyf1.il0h87-npsl {
  left: 10px;
}

.il0h87-gyf1.il0h87-d4u1 {
  right: 10px;
}

.il0h87-gyf1::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);
}

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

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

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

.il0h87-fwyb.dragging {
  cursor: grabbing;
}

.il0h87-ykz6 {
  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;
}

.il0h87-ykz6:hover {
  transform: scale(1.05);
}

.il0h87-bx8o {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.il0h87-hsyb {
  padding: 10px;
}

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

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

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

.il0h87-r0od {
  text-align: center;
  margin-bottom: 60px;
}

.il0h87-r0od h1 {
  margin-bottom: 20px;
}

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

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

.il0h87-ik9w {
  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;
}

.il0h87-cb6q:hover .il0h87-ik9w {
  opacity: 1;
}

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

@media (max-width: 768px) {
  .il0h87-pxtf {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .il0h87-r0od {
    margin-bottom: 40px;
  }
  
  .il0h87-qgwe {
    font-size: 16px;
  }
}

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

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

.il0h87-jt3h {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.il0h87-q59w {
  list-style: none;
}

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

.il0h87-q59w a:hover {
  color: var(--color-primary);
}

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

.il0h87-ueqp {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.il0h87-h77d {
  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);
}

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

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

.il0h87-en31 {
  font-size: 14px;
  font-weight: 500;
}

/* Footer Links Section */
.il0h87-q59w {
  margin-bottom: 30px;
}

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

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

.il0h87-saw5:hover {
  color: var(--color-primary);
}

.il0h87-o6wl {
  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);
}

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

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

.il0h87-nzog:hover {
  color: rgba(255, 255, 255, 0.8);
}

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

.il0h87-zj64 {
  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;
}

.il0h87-qcl2 {
  width: 100%;
  border-collapse: collapse;
}

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

.il0h87-w4fv:last-child {
  border-bottom: none;
}

.il0h87-w4fv:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.il0h87-wd20 {
  width: 120px;
  padding: 20px;
  vertical-align: middle;
}

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

.il0h87-w4fv:hover .il0h87-c27s {
  transform: scale(1.05);
}

.il0h87-b428 {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}

.il0h87-xm8r {
  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;
}

.il0h87-xm8r::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;
}

.il0h87-w4fv:hover .il0h87-xm8r::after {
  opacity: 0.5;
}

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

.il0h87-w4fv:nth-child(3n) .il0h87-xm8r {
  color: var(--color-accent);
}

/* Special styling for first row */
.il0h87-w4fv:first-child .il0h87-xm8r {
  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); }
}

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

/* Mobile responsive */
@media (max-width: 768px) {
  .il0h87-zj64 {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  
  .il0h87-qcl2 {
    display: block;
  }
  
  .il0h87-qcl2 tbody {
    display: block;
  }
  
  .il0h87-w4fv {
    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);
  }
  
  .il0h87-w4fv td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  
  .il0h87-wd20 {
    width: 100%;
    padding: 0 0 15px 0;
  }
  
  .il0h87-c27s {
    width: 120px;
    height: 120px;
  }
  
  .il0h87-b428 {
    text-align: center;
    padding: 0 0 15px 0;
  }
  
  .il0h87-xm8r {
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  .il0h87-w4fv:first-child .il0h87-xm8r {
    font-size: 20px;
  }
  
  .il0h87-pqc8 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .il0h87-pqc8 .il0h87-eott {
    width: 100%;
    max-width: 250px;
  }
}

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

.il0h87-pcia {
  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);
}

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

/* Providers */
.il0h87-oddt {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.il0h87-jqux:hover {
  animation-play-state: paused;
}

.il0h87-ggt3 {
  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);
}

.il0h87-ggt3: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);
}

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

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

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

/* Responsive */
@media (max-width: 768px) {
  .il0h87-sw8i {
    display: none;
  }
  
  .il0h87-aj2f {
    display: none;
  }
  
  .il0h87-qv70 {
    display: flex;
  }
  
  .il0h87-fwyb {
    gap: 15px;
  }
  
  .il0h87-gyf1 {
    width: 35px;
    height: 35px;
  }
  
  .il0h87-e38m {
    font-size: var(--font-size-h2);
  }
  
  .il0h87-jqux {
    gap: 20px;
    animation-duration: 40s; /* Slower on mobile */
  }
  
  .il0h87-ggt3 {
    padding: 15px 20px;
    min-height: 60px;
  }
  
  .il0h87-jrvt {
    height: 30px;
  }
  
  :root {
    --font-size-base: 14px;
  }
  
  /* Fix for BonusMain content overflow on mobile */
  .il0h87-uiqj {
    min-height: 300px; /* Keep minimum height for background visibility */
  }
  
  .il0h87-ubb3 {
    position: relative; /* Change from absolute to relative on mobile */
    min-height: 300px;
  }
  
  .il0h87-wtyn {
    padding: 30px 15px;
  }
  
  /* Adaptive font sizes for inline styles in BonusMain */
  .il0h87-wtyn [style*="font-size"] {
    font-size: clamp(16px, 4vw, 36px) !important;
  }
  
  /* Limit H1 size in article content */
  .il0h87-ri92 h1 {
    font-size: clamp(28px, 6vw, 42px);
  }
  
  .il0h87-ri92 h2 {
    font-size: clamp(24px, 5vw, 36px);
  }
  
  .il0h87-ri92 h3 {
    font-size: clamp(20px, 4vw, 30px);
  }
}

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

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

.il0h87-w1n3 {
  padding: 60px 0;
}

.il0h87-ac8i {
  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);
}


.il0h87-ckap {
  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;
}

.il0h87-ckap::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;
}

.il0h87-ckap:hover::before {
  width: 300px;
  height: 300px;
}

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

.il0h87-ckap: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);
}

.il0h87-ckap: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);
  }
}

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

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

/* Slot Casino Block */
.il0h87-cw3r {
  padding: 60px 0;
}

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

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

.il0h87-vmdb {
  flex: 1;
}

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

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

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

.il0h87-fayn {
  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 */
.il0h87-pw4w {
  padding: 60px 0;
}

.il0h87-jzxj {
  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);
}

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

/* Make related slot cards bigger */
.il0h87-vbtz .il0h87-ykz6 {
  width: 100%;
  max-width: 280px;
}

.il0h87-vbtz .il0h87-bx8o {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

/* Responsive for slots */
@media (max-width: 768px) {
  .il0h87-uxe1 {
    font-size: var(--font-size-h2);
  }
  
  .il0h87-ac8i {
    min-height: 400px;
    padding: 20px;
  }
  
  .il0h87-ckap {
    font-size: 20px;
    padding: 15px 40px;
  }
  
  .il0h87-ug9t {
    flex-direction: column;
    text-align: center;
  }
  
  .il0h87-g7jo {
    width: 150px;
    height: 150px;
  }
  
  .il0h87-ug9t .il0h87-eott {
    width: 100%;
    max-width: 300px;
  }
}

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

.il0h87-iims {
  animation: fadeIn 0.6s ease-out;
}

/* Utility classes */
.il0h87-rl5k {
  text-align: center;
}

.il0h87-ju6r { margin-top: 10px; }
.il0h87-h5a5 { margin-top: 20px; }
.il0h87-wn1m { margin-top: 30px; }
.il0h87-amxk { margin-top: 40px; }

.il0h87-cixo { margin-bottom: 10px; }
.il0h87-nsx6 { margin-bottom: 20px; }
.il0h87-hl2n { margin-bottom: 30px; }
.il0h87-uxiq { margin-bottom: 40px; }