/* Generated unique styles for millionaria.ch */

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

/* Root variables */
:root {
  --bg-primary: hsl(227, 24%, 17%);
  --bg-secondary: hsl(227, 19%, 22%);
  --bg-gradient: linear-gradient(135deg, hsl(227, 24%, 17%) 0%, hsl(247, 34%, 14%) 100%);
  
  --color-primary: hsl(80, 85%, 55%);
  --color-secondary: hsl(110, 75%, 60%);
  --color-accent: hsl(50, 90%, 50%);
  --color-text: #ffffff;
  --color-text-dark: hsl(80, 20%, 20%);
  --color-success: hsl(120, 70%, 50%);
  --color-warning: hsl(45, 90%, 55%);
  --color-danger: hsl(0, 85%, 55%);
  
  --font-family: "Nunito Sans", "Segoe UI", Roboto, 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: 0px;
  --btn-shadow: none;
  --btn-padding: 18px 38px;
  --btn-transition: all 0.37s ease;
  --btn-hover-scale: 1.03;
  
  --block-radius: 8px;
  --block-shadow: 0 10px 26px rgba(0,0,0,0.22);
  --block-border: none;
  --block-padding: 21px;
  --block-margin: 19px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xj6qxh-f0rl {
  height: 50px;
  width: auto;
}

.xj6qxh-wled {
  display: inline-block;
  text-decoration: none;
}

.xj6qxh-k96g {
  height: 50px;
  width: auto;
  display: block;
}

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

.xj6qxh-ixcv:hover {
  color: var(--color-accent);
}

.xj6qxh-vqh1 {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.xj6qxh-vu8t:hover {
  color: var(--color-primary);
}

.xj6qxh-c1ag {
  display: flex;
  gap: 15px;
  align-items: center;
}

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

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

.xj6qxh-qzk8.active .xj6qxh-z2gl:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.xj6qxh-qzk8.active .xj6qxh-z2gl:nth-child(2) {
  opacity: 0 !important;
}

.xj6qxh-qzk8.active .xj6qxh-z2gl:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

.xj6qxh-dzcz {
  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;
}

.xj6qxh-dzcz.active {
  display: block;
  right: 0;
}

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

.xj6qxh-oljf {
  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;
}

.xj6qxh-oljf:hover {
  color: var(--color-primary);
}

.xj6qxh-dg45 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.xj6qxh-mc8u {
  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;
}

.xj6qxh-mc8u.active {
  display: block;
  opacity: 1;
}

/* Buttons */
.xj6qxh-f250 {
  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;
}

.xj6qxh-u4bm {
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  color: white;
  box-shadow: var(--btn-shadow);
}

.xj6qxh-u4bm: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 */
.xj6qxh-szsi {
  animation: xj6qxh-kll2 2s ease-in-out infinite;
}

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

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

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

.xj6qxh-ulnb {
  transition: transform 0.3s, box-shadow 0.3s;
}

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

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

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

.xj6qxh-duzg h1,
.xj6qxh-duzg h2,
.xj6qxh-duzg h3 {
  margin: 30px 0 20px;
}

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

.xj6qxh-duzg p {
  margin-bottom: 15px;
}

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

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

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

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

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

/* Exclude buttons from article link styles */
.xj6qxh-duzg a.xj6qxh-f250 {
  color: white;
  text-decoration: none;
}

.xj6qxh-duzg a.xj6qxh-f250:hover {
  color: white;
  text-decoration: none;
}

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

.xj6qxh-y9be {
  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;
}

.xj6qxh-thpq {
  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;
}

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

.xj6qxh-p6y0 {
  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;
}

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

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

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

.xj6qxh-wexv {
  overflow: hidden;
  position: relative;
}

.xj6qxh-xv16 {
  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;
}

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

.xj6qxh-xv16.xj6qxh-g2uc {
  left: 10px;
}

.xj6qxh-xv16.xj6qxh-clpd {
  right: 10px;
}

.xj6qxh-xv16::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);
}

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

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

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

.xj6qxh-o0h0.dragging {
  cursor: grabbing;
}

.xj6qxh-l4h8 {
  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;
}

.xj6qxh-l4h8:hover {
  transform: scale(1.05);
}

.xj6qxh-kqym {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.xj6qxh-wcc4 {
  padding: 10px;
}

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

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

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

.xj6qxh-udwp {
  text-align: center;
  margin-bottom: 60px;
}

.xj6qxh-udwp h1 {
  margin-bottom: 20px;
}

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

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

.xj6qxh-a3d9 {
  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;
}

.xj6qxh-mi98:hover .xj6qxh-a3d9 {
  opacity: 1;
}

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

@media (max-width: 768px) {
  .xj6qxh-f20y {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .xj6qxh-udwp {
    margin-bottom: 40px;
  }
  
  .xj6qxh-mmki {
    font-size: 16px;
  }
}

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

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

.xj6qxh-pmfe {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.xj6qxh-kunn {
  list-style: none;
}

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

.xj6qxh-kunn a:hover {
  color: var(--color-primary);
}

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

.xj6qxh-k47o {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.xj6qxh-ko00 {
  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);
}

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

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

.xj6qxh-bse4 {
  font-size: 14px;
  font-weight: 500;
}

/* Footer Links Section */
.xj6qxh-kunn {
  margin-bottom: 30px;
}

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

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

.xj6qxh-obbf:hover {
  color: var(--color-primary);
}

.xj6qxh-ipey {
  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);
}

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

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

.xj6qxh-wa0s:hover {
  color: rgba(255, 255, 255, 0.8);
}

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

.xj6qxh-tald {
  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;
}

.xj6qxh-st6y {
  width: 100%;
  border-collapse: collapse;
}

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

.xj6qxh-mtkt:last-child {
  border-bottom: none;
}

.xj6qxh-mtkt:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.xj6qxh-l9gc {
  width: 120px;
  padding: 20px;
  vertical-align: middle;
}

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

.xj6qxh-mtkt:hover .xj6qxh-e22k {
  transform: scale(1.05);
}

.xj6qxh-tbzu {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}

.xj6qxh-f6u1 {
  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;
}

.xj6qxh-f6u1::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;
}

.xj6qxh-mtkt:hover .xj6qxh-f6u1::after {
  opacity: 0.5;
}

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

.xj6qxh-mtkt:nth-child(3n) .xj6qxh-f6u1 {
  color: var(--color-accent);
}

/* Special styling for first row */
.xj6qxh-mtkt:first-child .xj6qxh-f6u1 {
  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); }
}

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

/* Mobile responsive */
@media (max-width: 768px) {
  .xj6qxh-tald {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  
  .xj6qxh-st6y {
    display: block;
  }
  
  .xj6qxh-st6y tbody {
    display: block;
  }
  
  .xj6qxh-mtkt {
    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);
  }
  
  .xj6qxh-mtkt td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  
  .xj6qxh-l9gc {
    width: 100%;
    padding: 0 0 15px 0;
  }
  
  .xj6qxh-e22k {
    width: 120px;
    height: 120px;
  }
  
  .xj6qxh-tbzu {
    text-align: center;
    padding: 0 0 15px 0;
  }
  
  .xj6qxh-f6u1 {
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  .xj6qxh-mtkt:first-child .xj6qxh-f6u1 {
    font-size: 20px;
  }
  
  .xj6qxh-ghdg {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .xj6qxh-ghdg .xj6qxh-f250 {
    width: 100%;
    max-width: 250px;
  }
}

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

.xj6qxh-xy43 {
  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);
}

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

/* Providers */
.xj6qxh-ib1g {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.xj6qxh-qm2o:hover {
  animation-play-state: paused;
}

.xj6qxh-mpv4 {
  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);
}

.xj6qxh-mpv4: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);
}

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

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

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

/* Responsive */
@media (max-width: 768px) {
  .xj6qxh-vqh1 {
    display: none;
  }
  
  .xj6qxh-c1ag {
    display: none;
  }
  
  .xj6qxh-qzk8 {
    display: flex;
  }
  
  .xj6qxh-o0h0 {
    gap: 15px;
  }
  
  .xj6qxh-xv16 {
    width: 35px;
    height: 35px;
  }
  
  .xj6qxh-ai1f {
    font-size: var(--font-size-h2);
  }
  
  .xj6qxh-qm2o {
    gap: 20px;
    animation-duration: 40s; /* Slower on mobile */
  }
  
  .xj6qxh-mpv4 {
    padding: 15px 20px;
    min-height: 60px;
  }
  
  .xj6qxh-ux5j {
    height: 30px;
  }
  
  :root {
    --font-size-base: 14px;
  }
  
  /* Fix for BonusMain content overflow on mobile */
  .xj6qxh-y9be {
    min-height: 300px; /* Keep minimum height for background visibility */
  }
  
  .xj6qxh-thpq {
    position: relative; /* Change from absolute to relative on mobile */
    min-height: 300px;
  }
  
  .xj6qxh-uiqf {
    padding: 30px 15px;
  }
  
  /* Adaptive font sizes for inline styles in BonusMain */
  .xj6qxh-uiqf [style*="font-size"] {
    font-size: clamp(16px, 4vw, 36px) !important;
  }
  
  /* Limit H1 size in article content */
  .xj6qxh-duzg h1 {
    font-size: clamp(28px, 6vw, 42px);
  }
  
  .xj6qxh-duzg h2 {
    font-size: clamp(24px, 5vw, 36px);
  }
  
  .xj6qxh-duzg h3 {
    font-size: clamp(20px, 4vw, 30px);
  }
}

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

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

.xj6qxh-qrqc {
  padding: 60px 0;
}

.xj6qxh-o6f2 {
  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);
}


.xj6qxh-smk1 {
  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;
}

.xj6qxh-smk1::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;
}

.xj6qxh-smk1:hover::before {
  width: 300px;
  height: 300px;
}

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

.xj6qxh-smk1: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);
}

.xj6qxh-smk1: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);
  }
}

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

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

/* Slot Casino Block */
.xj6qxh-lwqm {
  padding: 60px 0;
}

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

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

.xj6qxh-do1p {
  flex: 1;
}

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

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

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

.xj6qxh-mlvz {
  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 */
.xj6qxh-lrbs {
  padding: 60px 0;
}

.xj6qxh-rad4 {
  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);
}

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

/* Make related slot cards bigger */
.xj6qxh-t563 .xj6qxh-l4h8 {
  width: 100%;
  max-width: 280px;
}

.xj6qxh-t563 .xj6qxh-kqym {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

/* Responsive for slots */
@media (max-width: 768px) {
  .xj6qxh-sqe5 {
    font-size: var(--font-size-h2);
  }
  
  .xj6qxh-o6f2 {
    min-height: 400px;
    padding: 20px;
  }
  
  .xj6qxh-smk1 {
    font-size: 20px;
    padding: 15px 40px;
  }
  
  .xj6qxh-qes8 {
    flex-direction: column;
    text-align: center;
  }
  
  .xj6qxh-ykdm {
    width: 150px;
    height: 150px;
  }
  
  .xj6qxh-qes8 .xj6qxh-f250 {
    width: 100%;
    max-width: 300px;
  }
}

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

.xj6qxh-zaok {
  animation: fadeIn 0.6s ease-out;
}

/* Utility classes */
.xj6qxh-t5yr {
  text-align: center;
}

.xj6qxh-rcjp { margin-top: 10px; }
.xj6qxh-al0x { margin-top: 20px; }
.xj6qxh-wbom { margin-top: 30px; }
.xj6qxh-sxfh { margin-top: 40px; }

.xj6qxh-wy6q { margin-bottom: 10px; }
.xj6qxh-kj2z { margin-bottom: 20px; }
.xj6qxh-qm9s { margin-bottom: 30px; }
.xj6qxh-myjy { margin-bottom: 40px; }