/* Generated unique styles for helpseed.org */

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

/* Root variables */
:root {
  --bg-primary: hsl(200, 31%, 10%);
  --bg-secondary: hsl(200, 26%, 15%);
  --bg-gradient: linear-gradient(135deg, hsl(200, 31%, 10%) 0%, hsl(220, 41%, 7%) 100%);
  
  --color-primary: hsl(225, 85%, 55%);
  --color-secondary: hsl(255, 75%, 60%);
  --color-accent: hsl(195, 90%, 50%);
  --color-text: #ffffff;
  --color-text-dark: hsl(225, 20%, 20%);
  --color-success: hsl(120, 70%, 50%);
  --color-warning: hsl(45, 90%, 55%);
  --color-danger: hsl(0, 85%, 55%);
  
  --font-family: "Work Sans", "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: 28px;
  --btn-shadow: 0 4px 12px rgba(0,0,0,0.38);
  --btn-padding: 19px 39px;
  --btn-transition: all 0.25s ease;
  --btn-hover-scale: 1.077;
  
  --block-radius: 0px;
  --block-shadow: 0 8px 22px rgba(0,0,0,0.20);
  --block-border: 1px solid rgba(255,255,255,0.16);
  --block-padding: 27px;
  --block-margin: 14px 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 */
.qbbstx-k2kz {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
}

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

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

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

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

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

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

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

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

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

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

.qbbstx-lo1i {
  height: 50px;
  width: auto;
}

.qbbstx-ateg {
  display: inline-block;
  text-decoration: none;
}

.qbbstx-aslv {
  height: 50px;
  width: auto;
  display: block;
}

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

.qbbstx-v3zq:hover {
  color: var(--color-accent);
}

.qbbstx-d14y {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.qbbstx-en4m:hover {
  color: var(--color-primary);
}

.qbbstx-nczw {
  display: flex;
  gap: 15px;
  align-items: center;
}

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

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

.qbbstx-uzgm.active .qbbstx-stif:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.qbbstx-uzgm.active .qbbstx-stif:nth-child(2) {
  opacity: 0 !important;
}

.qbbstx-uzgm.active .qbbstx-stif:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

.qbbstx-e4qp {
  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;
}

.qbbstx-e4qp.active {
  display: block;
  right: 0;
}

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

.qbbstx-ixfz {
  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;
}

.qbbstx-ixfz:hover {
  color: var(--color-primary);
}

.qbbstx-l3wt {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.qbbstx-gro8 {
  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;
}

.qbbstx-gro8.active {
  display: block;
  opacity: 1;
}

/* Buttons */
.qbbstx-sojy {
  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;
}

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

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

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

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

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

.qbbstx-iqys {
  transition: transform 0.3s, box-shadow 0.3s;
}

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

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

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

.qbbstx-b5w5 h1,
.qbbstx-b5w5 h2,
.qbbstx-b5w5 h3 {
  margin: 30px 0 20px;
}

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

.qbbstx-b5w5 p {
  margin-bottom: 15px;
}

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

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

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

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

.qbbstx-p054 {
  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;
}

.qbbstx-tcfl {
  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;
}

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

.qbbstx-mqh0 {
  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;
}

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

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

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

.qbbstx-azfu {
  overflow: hidden;
  position: relative;
}

.qbbstx-vus4 {
  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;
}

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

.qbbstx-vus4.qbbstx-zke4 {
  left: 10px;
}

.qbbstx-vus4.qbbstx-ifvb {
  right: 10px;
}

.qbbstx-vus4::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);
}

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

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

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

.qbbstx-iv3b.dragging {
  cursor: grabbing;
}

.qbbstx-hdzd {
  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;
}

.qbbstx-hdzd:hover {
  transform: scale(1.05);
}

.qbbstx-h2o2 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.qbbstx-ryc1 {
  padding: 10px;
}

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

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

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

.qbbstx-g6i5 {
  text-align: center;
  margin-bottom: 60px;
}

.qbbstx-g6i5 h1 {
  margin-bottom: 20px;
}

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

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

.qbbstx-thdp {
  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;
}

.qbbstx-ns8x:hover .qbbstx-thdp {
  opacity: 1;
}

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

@media (max-width: 768px) {
  .qbbstx-ldky {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .qbbstx-g6i5 {
    margin-bottom: 40px;
  }
  
  .qbbstx-oqat {
    font-size: 16px;
  }
}

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

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

.qbbstx-fffv {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.qbbstx-i0bh {
  list-style: none;
}

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

.qbbstx-i0bh a:hover {
  color: var(--color-primary);
}

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

.qbbstx-ux3l {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.qbbstx-e743 {
  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);
}

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

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

.qbbstx-lcon {
  font-size: 14px;
  font-weight: 500;
}

/* Footer Links Section */
.qbbstx-i0bh {
  margin-bottom: 30px;
}

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

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

.qbbstx-axsp:hover {
  color: var(--color-primary);
}

.qbbstx-im4d {
  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);
}

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

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

.qbbstx-o27j:hover {
  color: rgba(255, 255, 255, 0.8);
}

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

.qbbstx-rreg {
  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;
}

.qbbstx-wfcf {
  width: 100%;
  border-collapse: collapse;
}

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

.qbbstx-e20x:last-child {
  border-bottom: none;
}

.qbbstx-e20x:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.qbbstx-ub9p {
  width: 120px;
  padding: 20px;
  vertical-align: middle;
}

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

.qbbstx-e20x:hover .qbbstx-mvfq {
  transform: scale(1.05);
}

.qbbstx-xnpl {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}

.qbbstx-n1j8 {
  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;
}

.qbbstx-n1j8::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;
}

.qbbstx-e20x:hover .qbbstx-n1j8::after {
  opacity: 0.5;
}

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

.qbbstx-e20x:nth-child(3n) .qbbstx-n1j8 {
  color: var(--color-accent);
}

/* Special styling for first row */
.qbbstx-e20x:first-child .qbbstx-n1j8 {
  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); }
}

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

/* Mobile responsive */
@media (max-width: 768px) {
  .qbbstx-rreg {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  
  .qbbstx-wfcf {
    display: block;
  }
  
  .qbbstx-wfcf tbody {
    display: block;
  }
  
  .qbbstx-e20x {
    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);
  }
  
  .qbbstx-e20x td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  
  .qbbstx-ub9p {
    width: 100%;
    padding: 0 0 15px 0;
  }
  
  .qbbstx-mvfq {
    width: 120px;
    height: 120px;
  }
  
  .qbbstx-xnpl {
    text-align: center;
    padding: 0 0 15px 0;
  }
  
  .qbbstx-n1j8 {
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  .qbbstx-e20x:first-child .qbbstx-n1j8 {
    font-size: 20px;
  }
  
  .qbbstx-xfgk {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .qbbstx-xfgk .qbbstx-sojy {
    width: 100%;
    max-width: 250px;
  }
}

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

.qbbstx-e4yj {
  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);
}

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

/* Providers */
.qbbstx-wk8r {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.qbbstx-eeud:hover {
  animation-play-state: paused;
}

.qbbstx-yaow {
  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);
}

.qbbstx-yaow: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);
}

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

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

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

/* Responsive */
@media (max-width: 768px) {
  .qbbstx-d14y {
    display: none;
  }
  
  .qbbstx-nczw {
    display: none;
  }
  
  .qbbstx-uzgm {
    display: flex;
  }
  
  .qbbstx-iv3b {
    gap: 15px;
  }
  
  .qbbstx-vus4 {
    width: 35px;
    height: 35px;
  }
  
  .qbbstx-r2rz {
    font-size: var(--font-size-h2);
  }
  
  .qbbstx-eeud {
    gap: 20px;
    animation-duration: 40s; /* Slower on mobile */
  }
  
  .qbbstx-yaow {
    padding: 15px 20px;
    min-height: 60px;
  }
  
  .qbbstx-ltwm {
    height: 30px;
  }
  
  :root {
    --font-size-base: 15px;
  }
  
  /* Fix for BonusMain content overflow on mobile */
  .qbbstx-p054 {
    min-height: 300px; /* Keep minimum height for background visibility */
  }
  
  .qbbstx-tcfl {
    position: relative; /* Change from absolute to relative on mobile */
    min-height: 300px;
  }
  
  .qbbstx-z858 {
    padding: 30px 15px;
  }
  
  /* Adaptive font sizes for inline styles in BonusMain */
  .qbbstx-z858 [style*="font-size"] {
    font-size: clamp(16px, 4vw, 36px) !important;
  }
  
  /* Limit H1 size in article content */
  .qbbstx-b5w5 h1 {
    font-size: clamp(28px, 6vw, 42px);
  }
  
  .qbbstx-b5w5 h2 {
    font-size: clamp(24px, 5vw, 36px);
  }
  
  .qbbstx-b5w5 h3 {
    font-size: clamp(20px, 4vw, 30px);
  }
}

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

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

.qbbstx-xp4l {
  padding: 60px 0;
}

.qbbstx-hbbu {
  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);
}


.qbbstx-o84k {
  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;
}

.qbbstx-o84k::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;
}

.qbbstx-o84k:hover::before {
  width: 300px;
  height: 300px;
}

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

.qbbstx-o84k: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);
}

.qbbstx-o84k: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);
  }
}

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

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

/* Slot Casino Block */
.qbbstx-fsjq {
  padding: 60px 0;
}

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

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

.qbbstx-yvz0 {
  flex: 1;
}

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

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

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

.qbbstx-xucr {
  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 */
.qbbstx-hkfu {
  padding: 60px 0;
}

.qbbstx-kp22 {
  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);
}

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

/* Make related slot cards bigger */
.qbbstx-fl2i .qbbstx-hdzd {
  width: 100%;
  max-width: 280px;
}

.qbbstx-fl2i .qbbstx-h2o2 {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

/* Responsive for slots */
@media (max-width: 768px) {
  .qbbstx-nnwr {
    font-size: var(--font-size-h2);
  }
  
  .qbbstx-hbbu {
    min-height: 400px;
    padding: 20px;
  }
  
  .qbbstx-o84k {
    font-size: 20px;
    padding: 15px 40px;
  }
  
  .qbbstx-c1hb {
    flex-direction: column;
    text-align: center;
  }
  
  .qbbstx-b50u {
    width: 150px;
    height: 150px;
  }
  
  .qbbstx-c1hb .qbbstx-sojy {
    width: 100%;
    max-width: 300px;
  }
}

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

.qbbstx-qiwv {
  animation: fadeIn 0.6s ease-out;
}

/* Utility classes */
.qbbstx-oy72 {
  text-align: center;
}

.qbbstx-iz53 { margin-top: 10px; }
.qbbstx-b5gc { margin-top: 20px; }
.qbbstx-a3fz { margin-top: 30px; }
.qbbstx-e0mv { margin-top: 40px; }

.qbbstx-fouc { margin-bottom: 10px; }
.qbbstx-grwl { margin-bottom: 20px; }
.qbbstx-tna2 { margin-bottom: 30px; }
.qbbstx-r1aa { margin-bottom: 40px; }