/* Generated unique styles for golisimocesko.cz */

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

/* Root variables */
:root {
  --bg-primary: hsl(200, 28%, 14%);
  --bg-secondary: hsl(200, 23%, 19%);
  --bg-gradient: linear-gradient(135deg, hsl(200, 28%, 14%) 0%, hsl(220, 38%, 11%) 100%);
  
  --color-primary: hsl(445, 85%, 55%);
  --color-secondary: hsl(475, 75%, 60%);
  --color-accent: hsl(415, 90%, 50%);
  --color-text: #ffffff;
  --color-text-dark: hsl(445, 20%, 20%);
  --color-success: hsl(120, 70%, 50%);
  --color-warning: hsl(45, 90%, 55%);
  --color-danger: hsl(0, 85%, 55%);
  
  --font-family: "Lato", "Segoe UI", Roboto, Arial, sans-serif;
  --font-size-base: 17px;
  --font-size-h1: 51px;
  --font-size-h2: 41px;
  --font-size-h3: 34px;
  --font-size-h4: 27px;
  --font-size-h5: 22px;
  --font-size-small: 15px;
  
  --btn-radius: 8px;
  --btn-shadow: 0 4px 12px rgba(0,0,0,0.25);
  --btn-padding: 13px 36px;
  --btn-transition: all 0.39s ease;
  --btn-hover-scale: 1.032;
  
  --block-radius: 0px;
  --block-shadow: 0 8px 22px rgba(0,0,0,0.10);
  --block-border: 1px solid rgba(255,255,255,0.19);
  --block-padding: 35px;
  --block-margin: 22px 0;

  --bonus-color-1: #FFFFFF;
  --bonus-color-2: #FFD700;
  --bonus-color-3: #E8B4F8;
  --bonus-font: 'Teko', sans-serif;

  /* Block surface */
  --bg-surface: rgba(255,255,255,0.04);
  --surface-border: 1px solid rgba(255,255,255,0.06);
  --surface-radius: 6px;

  /* Glow & gradient */
  --color-glow: hsla(445, 85%, 55%, 0.25);
  --gradient-border: linear-gradient(135deg, hsl(445, 85%, 55%), hsl(415, 90%, 50%));
  --card-gap: 20px;
}

/* 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 - fluid typography */
h1 {
  font-size: clamp(32px, 5vw, var(--font-size-h1));
  color: var(--color-primary);
}

h2 {
  font-size: clamp(24px, 4vw, var(--font-size-h2));
  color: var(--color-text);
}

h3 {
  font-size: clamp(20px, 3.5vw, var(--font-size-h3));
  color: var(--color-text);
}

h4 {
  font-size: clamp(18px, 3vw, var(--font-size-h4));
  color: var(--color-text);
}

h5 {
  font-size: clamp(16px, 2.5vw, var(--font-size-h5));
  color: var(--color-text);
}

h6 {
  font-size: clamp(16px, 2.5vw, var(--font-size-h5));
  color: var(--color-text);
}

/* Class-based heading styles — fluid like base tags */
.qn75sy-v0wp {
  font-size: clamp(28px, 5vw, var(--font-size-h1));
  color: var(--color-primary);
}

.qn75sy-frbs {
  font-size: clamp(20px, 3.5vw, var(--font-size-h2));
  color: var(--color-text);
}

.qn75sy-qddt {
  font-size: clamp(18px, 3vw, var(--font-size-h3));
  color: var(--color-text);
}

.qn75sy-alui {
  font-size: clamp(16px, 2.5vw, var(--font-size-h4));
  color: var(--color-text);
}

.qn75sy-qedp {
  font-size: clamp(14px, 2vw, var(--font-size-h5));
  color: var(--color-text);
}

.qn75sy-rdfv {
  font-size: clamp(14px, 2vw, var(--font-size-h5));
  color: var(--color-text);
}

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

.qn75sy-zk78 {
  padding: 60px 0;
}

.qn75sy-xsrt {
  padding: 60px 0;
}

/* Section dividers */



.qn75sy-x5qk {
  height: 20px;
  border: none;
  margin: 0;
  background: transparent;
  overflow: hidden;
  position: relative;
}
.qn75sy-x5qk::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 20'%3E%3Cpath d='M0,10 Q300,0 600,10 T1200,10' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='1'/%3E%3C/svg%3E") repeat-x;
  background-size: 1200px 20px;
}


/* Header */
.qn75sy-ibxz {
  
  
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid transparent;
  border-image: var(--gradient-border);
  border-image-slice: 1;
  
  
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 15px 0;
}

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

.qn75sy-ya38 {
  height: 50px;
  width: auto;
}

.qn75sy-sse0 {
  display: inline-block;
  text-decoration: none;
}

.qn75sy-h4pu {
  height: 50px;
  width: auto;
  display: block;
}

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

.qn75sy-ni1v:hover {
  color: var(--color-accent);
}

.qn75sy-ojr3 {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.qn75sy-ouq9:hover {
  color: var(--color-primary);
}

.qn75sy-h59c {
  display: flex;
  gap: 15px;
  align-items: center;
}

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

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

.qn75sy-lalx.active .qn75sy-lq6y:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.qn75sy-lalx.active .qn75sy-lq6y:nth-child(2) {
  opacity: 0 !important;
}

.qn75sy-lalx.active .qn75sy-lq6y:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

.qn75sy-xuhc {
  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;
}

.qn75sy-xuhc.active {
  display: block;
  right: 0;
}

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

.qn75sy-qion {
  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;
}

.qn75sy-qion:hover {
  color: var(--color-primary);
}

.qn75sy-babj {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.qn75sy-daji {
  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;
}

.qn75sy-daji.active {
  display: block;
  opacity: 1;
}

/* Buttons */
.qn75sy-tsxy {
  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;
}

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

.qn75sy-j5fk: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 */
.qn75sy-d6k1 {
  animation: qn75sy-qjc4 2s ease-in-out infinite;
}

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

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

/* Cards & Blocks */
.qn75sy-gr9u {
  background: var(--bg-surface);
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  padding: var(--block-padding);
  margin: var(--block-margin);
}

.qn75sy-kq0k {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.qn75sy-kq0k:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

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

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

.qn75sy-ct9g h1,
.qn75sy-ct9g h2,
.qn75sy-ct9g h3 {
  margin: 30px 0 20px;
}

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

.qn75sy-ct9g p {
  margin-bottom: 15px;
}

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

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

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

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

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

/* Exclude buttons from article link styles */
.qn75sy-ct9g a.qn75sy-tsxy {
  color: white;
  text-decoration: none;
}

.qn75sy-ct9g a.qn75sy-tsxy:hover {
  color: white;
  text-decoration: none;
}

/* Bonus section */
.qn75sy-vd4j {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
}

.qn75sy-h9n9 {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1a1a;
  max-width: calc(1400px - 40px);
  margin: 0 auto;
  border-radius: var(--surface-radius);
  overflow: hidden;
}

.qn75sy-cvvu {
  position: relative;
  min-height: 400px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.qn75sy-cvvu::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
}

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

.qn75sy-o8lj {
  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;
}

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

.qn75sy-fncc {
  font-size: clamp(28px, 5vw, 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 */
.qn75sy-n6rz {
  padding: 60px 0;
  overflow: hidden;
}

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

.qn75sy-u8gq {
  overflow: hidden;
  position: relative;
}

.qn75sy-ujnn {
  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;
}

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

.qn75sy-ujnn.qn75sy-f8dp {
  left: 10px;
}

.qn75sy-ujnn.qn75sy-qnm2 {
  right: 10px;
}

.qn75sy-ujnn::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);
}

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

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

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

.qn75sy-pn5i.dragging {
  cursor: grabbing;
}

.qn75sy-ykxp {
  position: relative;
  overflow: hidden;
  border-radius: var(--surface-radius);
  background: var(--bg-surface);
  border: var(--surface-border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 0 0 auto;
  width: 150px;
  text-decoration: none;
}


.qn75sy-ykxp:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 40px var(--color-glow);
}

/* Slot card overlay gradient for "overlay" variant */
.qn75sy-hufx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 60%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.qn75sy-ykxp:hover .qn75sy-hufx {
  opacity: 1;
}

.qn75sy-hp1n {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px var(--color-glow);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.qn75sy-ykxp:hover .qn75sy-hp1n {
  transform: scale(1);
}

.qn75sy-hp1n::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 14px solid white;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin-left: 3px;
}

/* Flip-info variant */


.qn75sy-llj1 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.qn75sy-p6x7 {
  padding: 8px;
}

.qn75sy-su0f {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 1.2;
  color: var(--color-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qn75sy-wpvb {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
}

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

.qn75sy-fzer {
  text-align: center;
  margin-bottom: 60px;
}

.qn75sy-fzer h1 {
  margin-bottom: 20px;
}

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

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

.qn75sy-grak {
  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;
}

.qn75sy-lspf:hover .qn75sy-grak {
  opacity: 1;
}

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

@media (max-width: 768px) {
  .qn75sy-ius3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .qn75sy-fzer {
    margin-bottom: 40px;
  }
  
  .qn75sy-i6fe {
    font-size: 16px;
  }
}

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

/* ===== Winners Feed ===== */
.qn75sy-kask {
  padding: 40px 0;
}

.qn75sy-svw9 {
  background: var(--bg-surface);
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  overflow: hidden;
  position: relative;
  max-height: 320px;
}

.qn75sy-svw9::before,
.qn75sy-svw9::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  z-index: 2;
  pointer-events: none;
}

.qn75sy-svw9::before {
  top: 0;
  background: linear-gradient(to bottom, var(--bg-primary), transparent);
}

.qn75sy-svw9::after {
  bottom: 0;
  background: linear-gradient(to top, var(--bg-primary), transparent);
}

.qn75sy-d4kq {
  overflow: hidden;
  max-height: 320px;
}

.qn75sy-jcbw {
  animation: scrollWinners 40s linear infinite;
}

.qn75sy-jcbw:hover {
  animation-play-state: paused;
}

@keyframes scrollWinners {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

.qn75sy-rkau {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 0.3s;
}

.qn75sy-rkau:hover {
  background: rgba(255,255,255,0.03);
}

.qn75sy-q7fq {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 140px;
}

.qn75sy-v4he {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}

.qn75sy-bkih {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qn75sy-dt0d {
  flex: 1;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.qn75sy-mbys {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary);
  white-space: nowrap;
  min-width: 80px;
  text-align: right;
}

.qn75sy-ni9v {
  color: #FFD700;
  text-shadow: 0 0 8px rgba(255,215,0,0.4);
}

.qn75sy-fm0b {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  white-space: nowrap;
  min-width: 50px;
  text-align: right;
}

@media (max-width: 768px) {
  .qn75sy-svw9 {
    max-height: 250px;
  }

  .qn75sy-d4kq {
    max-height: 250px;
  }

  .qn75sy-rkau {
    padding: 8px 12px;
    gap: 8px;
  }

  .qn75sy-q7fq {
    min-width: 100px;
  }

  .qn75sy-v4he {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }

  .qn75sy-bkih {
    font-size: 11px;
  }

  .qn75sy-dt0d {
    display: none;
  }

  .qn75sy-mbys {
    font-size: 12px;
    min-width: 60px;
  }

  .qn75sy-fm0b {
    font-size: 10px;
    min-width: 40px;
  }
}

/* ===== Payment Methods ===== */
.qn75sy-akdn {
  padding: 40px 0;
}

.qn75sy-s36o {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.qn75sy-s36o::before,
.qn75sy-s36o::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}

.qn75sy-s36o::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-primary), transparent);
}

.qn75sy-s36o::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-primary), transparent);
}

.qn75sy-q927 {
  display: flex;
  gap: 10px;
  animation: scrollPayments 80s linear infinite;
  width: max-content;
}

.qn75sy-q927:hover {
  animation-play-state: paused;
}

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

.qn75sy-akfq {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  background: var(--bg-surface);
  border: var(--surface-border);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s;
}

.qn75sy-akfq:hover {
  background: rgba(255,255,255,0.08);
  color: white;
}

.qn75sy-izyk {
  border-color: rgba(255,215,0,0.15);
  color: rgba(255,215,0,0.8);
}

.qn75sy-afvq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.qn75sy-gzsn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  background: var(--bg-surface);
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  font-size: 12px;
  transition: all 0.3s;
}

.qn75sy-gzsn:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-1px);
}

.qn75sy-zt96 {
  font-weight: 700;
  color: var(--color-primary);
  font-size: 14px;
}

.qn75sy-ar3k {
  color: rgba(255,255,255,0.6);
  font-size: 11px;
}

@media (max-width: 768px) {
  .qn75sy-akdn {
    padding: 25px 0;
  }

  .qn75sy-akfq {
    padding: 6px 10px;
    font-size: 11px;
  }

  .qn75sy-afvq {
    gap: 6px;
  }

  .qn75sy-gzsn {
    padding: 5px 8px;
    font-size: 11px;
  }

  .qn75sy-zt96 {
    font-size: 12px;
  }
}

/* ===== Trust Badges ===== */
.qn75sy-hg33 {
  padding: 30px 0;
}

.qn75sy-kar7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.qn75sy-hzec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  background: var(--bg-surface);
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  flex: 1;
  min-width: 0;
  transition: all 0.3s;
}

.qn75sy-hzec:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-2px);
}

.qn75sy-wo1q {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}

.qn75sy-wo1q svg {
  width: 100%;
  height: 100%;
}

.qn75sy-g23a {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}

/* ===== Game Categories ===== */
.qn75sy-opfr {
  padding: 50px 0;
}

.qn75sy-qba7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
}

.qn75sy-dsy4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 12px;
  background: var(--bg-surface);
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  cursor: pointer;
  transition: all 0.3s;
}

.qn75sy-dsy4:hover {
  background: rgba(255,255,255,0.07);
  transform: translateY(-3px);
  border-color: var(--color-primary);
}

.qn75sy-lluh {
  width: 36px;
  height: 36px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.qn75sy-lluh svg {
  width: 100%;
  height: 100%;
}

.qn75sy-g1h7 {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text);
  text-align: center;
}

.qn75sy-u50d {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
}

/* ===== VIP Tiers ===== */
.qn75sy-qcd6 {
  padding: 50px 0;
}

.qn75sy-khbd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.qn75sy-vtwo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 16px;
  background: var(--bg-surface);
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  text-align: center;
  transition: all 0.3s;
}

.qn75sy-vtwo:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-3px);
}

.qn75sy-ummh {
  border-color: var(--color-primary);
  background: rgba(255,255,255,0.05);
  box-shadow: 0 0 20px rgba(var(--color-primary-rgb, 255,215,0), 0.1);
}

.qn75sy-scgf {
  width: 44px;
  height: 44px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.qn75sy-scgf svg {
  width: 100%;
  height: 100%;
}

.qn75sy-zgbr {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
}

.qn75sy-o3a2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.qn75sy-x9jz {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  gap: 6px;
}

.qn75sy-x9jz::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-primary);
  flex-shrink: 0;
}

/* ===== Live Stats ===== */
.qn75sy-vpw7 {
  padding: 40px 0;
}

.qn75sy-qe0n {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.qn75sy-px9p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 16px;
  background: var(--bg-surface);
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  transition: all 0.3s;
}

.qn75sy-px9p:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-2px);
}

.qn75sy-c8dr {
  width: 28px;
  height: 28px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.qn75sy-c8dr svg {
  width: 100%;
  height: 100%;
}

.qn75sy-r8hu {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: var(--color-text);
  font-variant-numeric: tabular-nums;
}

.qn75sy-m0aa {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .qn75sy-kar7 {
    gap: 10px;
  }

  .qn75sy-hzec {
    padding: 12px 14px;
    min-width: 100px;
  }

  .qn75sy-wo1q {
    width: 28px;
    height: 28px;
  }

  .qn75sy-g23a {
    font-size: 10px;
  }

  .qn75sy-qba7 {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .qn75sy-dsy4 {
    padding: 14px 8px;
  }

  .qn75sy-lluh {
    width: 28px;
    height: 28px;
  }

  .qn75sy-g1h7 {
    font-size: 11px;
  }

  .qn75sy-khbd {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .qn75sy-vtwo {
    padding: 16px 12px;
  }

  .qn75sy-zgbr {
    font-size: 14px;
  }

  .qn75sy-x9jz {
    font-size: 11px;
  }

  .qn75sy-qe0n {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .qn75sy-px9p {
    padding: 14px 12px;
  }
}

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

.qn75sy-fljs {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.qn75sy-o9ki {
  list-style: none;
}

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

.qn75sy-o9ki a:hover {
  color: var(--color-primary);
}

/* Language Switcher */
.qn75sy-qxjw {
  margin-bottom: 30px;
  padding: 20px;
  background: var(--bg-surface);
  border-radius: var(--surface-radius);
  text-align: center;
}

.qn75sy-sdtg {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.qn75sy-m2q3 {
  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);
}

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

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

.qn75sy-b8yh {
  font-size: 14px;
  font-weight: 500;
}

/* Footer Links Section */
.qn75sy-o9ki {
  margin-bottom: 30px;
}

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

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

.qn75sy-u1sj:hover {
  color: var(--color-primary);
}

.qn75sy-z8sa {
  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);
}

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

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

.qn75sy-lets:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Bonus Table */
.qn75sy-f51p {
  padding: 30px 0 60px;
}

.qn75sy-rvzk {
  background: var(--bg-surface);
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  padding: var(--block-padding);
  overflow-x: auto;
}

.qn75sy-tofv {
  width: 100%;
  border-collapse: collapse;
}

.qn75sy-yyv2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.qn75sy-yyv2:last-child {
  border-bottom: none;
}

.qn75sy-yyv2:hover {
  background-color: rgba(255, 255, 255, 0.04);
  transform: scale(1.01);
}

/* First row highlight */
.qn75sy-yyv2:first-child {
  background: linear-gradient(135deg, rgba(255,215,0,0.06) 0%, rgba(255,215,0,0.02) 100%);
  border: 1px solid rgba(255,215,0,0.15);
  border-radius: var(--block-radius);
}

.qn75sy-yyv2:first-child:hover {
  box-shadow: 0 0 20px rgba(255,215,0,0.1);
}

/* Bonus badges (emoji icons) */
.qn75sy-ow7b {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 1;
}

/* Bonus position number */
.qn75sy-krxs {
  font-size: 20px;
  font-weight: 800;
  color: rgba(255,255,255,0.15);
  min-width: 35px;
  text-align: center;
}

.qn75sy-yyv2:first-child .qn75sy-krxs {
  color: rgba(255,215,0,0.4);
}

/* Bonus rating stars */
.qn75sy-ratt {
  font-size: 12px;
  color: #FFD700;
  margin-top: 4px;
}

/* Cards layout */
.qn75sy-cv7c {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--card-gap);
}

.qn75sy-pig5 {
  background: var(--bg-surface);
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.qn75sy-pig5 .qn75sy-q8pt {
  margin: 4px auto;
}

.qn75sy-pig5 .qn75sy-xgyf {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

.qn75sy-pig5 .qn75sy-tsxy {
  margin-top: auto;
  width: 100%;
}

.qn75sy-pig5:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  border-color: var(--color-primary);
}

.qn75sy-pig5:first-child {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(255,215,0,0.08), rgba(255,215,0,0.02));
  border-color: rgba(255,215,0,0.2);
}

/* Featured layout */
.qn75sy-q44s {
  background: var(--bg-surface);
  border: 1px solid rgba(255,215,0,0.15);
  border-radius: var(--surface-radius);
  padding: 40px;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.qn75sy-q44s:hover {
  box-shadow: 0 0 30px rgba(255,215,0,0.1);
  transform: translateY(-2px);
}

.qn75sy-m7lr {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Featured hero inner flex container */
.qn75sy-im9n {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.qn75sy-q44s .qn75sy-xgyf {
  font-size: clamp(14px, 3vw, 24px);
  margin-bottom: 8px;
}

.qn75sy-q44s .qn75sy-ratt {
  font-size: clamp(12px, 2vw, 16px);
}

.qn75sy-q44s .qn75sy-tsxy {
  margin-top: 12px;
}

/* Featured rest row */
.qn75sy-nqkd {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(255,255,255,0.03);
  border-radius: 8px;
  transition: all 0.3s;
}

.qn75sy-aya0 {
  flex: 1;
  min-width: 0;
}

.qn75sy-aya0 .qn75sy-xgyf {
  font-size: clamp(12px, 2vw, 16px);
}

.qn75sy-helo {
  width: 120px;
  padding: 20px;
  vertical-align: middle;
}

.qn75sy-q8pt {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: var(--surface-radius);
  transition: transform 0.3s;
}

.qn75sy-yyv2:hover .qn75sy-q8pt {
  transform: scale(1.05);
}

.qn75sy-d2ji {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}

.qn75sy-xgyf {
  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;
}

.qn75sy-xgyf::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;
}

.qn75sy-yyv2:hover .qn75sy-xgyf::after {
  opacity: 0.5;
}

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

.qn75sy-yyv2:nth-child(3n) .qn75sy-xgyf {
  color: var(--color-accent);
}

/* Special styling for first row */
.qn75sy-yyv2:first-child .qn75sy-xgyf {
  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); }
}

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

/* Mobile responsive — Rows layout: compact horizontal cards */
@media (max-width: 768px) {
  .qn75sy-rvzk {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }

  .qn75sy-tofv {
    display: block;
  }

  .qn75sy-tofv tbody {
    display: block;
  }

  .qn75sy-yyv2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    background: var(--bg-surface);
    border-radius: var(--surface-radius);
    padding: 12px;
    border: var(--surface-border);
  }

  .qn75sy-yyv2:first-child {
    border-radius: var(--surface-radius);
  }

  .qn75sy-yyv2 td {
    display: block;
    padding: 0;
  }

  /* Hide position number on mobile */
  .qn75sy-yyv2 td:first-child {
    display: none;
  }

  .qn75sy-helo {
    width: auto;
    flex-shrink: 0;
    padding: 0;
  }

  .qn75sy-q8pt {
    width: 50px;
    height: 50px;
    border-radius: 8px;
  }

  .qn75sy-d2ji {
    flex: 1;
    min-width: 0;
    text-align: left;
    padding: 0;
  }

  .qn75sy-ow7b {
    font-size: 10px;
    padding: 1px 6px;
    margin-bottom: 2px;
  }

  .qn75sy-xgyf {
    font-size: 13px;
    line-height: 1.3;
    text-shadow: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .qn75sy-xgyf::after {
    display: none;
  }

  .qn75sy-yyv2:first-child .qn75sy-xgyf {
    font-size: 14px;
    animation: none;
  }

  .qn75sy-ratt {
    font-size: 10px;
    margin-top: 2px;
  }

  .qn75sy-krxs {
    font-size: 14px;
  }

  .qn75sy-t7an {
    width: auto;
    flex-shrink: 0;
    padding: 0;
    text-align: right;
  }

  .qn75sy-t7an .qn75sy-tsxy {
    font-size: 12px;
    padding: 8px 14px;
    white-space: nowrap;
  }

  /* Cards layout mobile — 2 columns compact */
  .qn75sy-cv7c {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .qn75sy-pig5 {
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .qn75sy-pig5:first-child {
    grid-column: 1 / -1;
  }

  .qn75sy-pig5 .qn75sy-q8pt {
    width: 60px;
    height: 60px;
  }

  .qn75sy-pig5 .qn75sy-xgyf {
    font-size: 12px;
    white-space: normal;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .qn75sy-pig5 .qn75sy-tsxy {
    font-size: 11px;
    padding: 7px 12px;
    width: 100%;
    text-align: center;
  }

  /* Featured layout mobile */
  .qn75sy-q44s {
    padding: 16px;
  }

  .qn75sy-im9n {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .qn75sy-q44s .qn75sy-q8pt {
    width: 60px;
    height: 60px;
  }

  .qn75sy-q44s .qn75sy-xgyf {
    font-size: 14px;
  }

  .qn75sy-nqkd {
    padding: 10px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .qn75sy-aya0 {
    flex-basis: calc(100% - 110px);
  }

  .qn75sy-nqkd .qn75sy-q8pt {
    width: 40px;
    height: 40px;
  }

  .qn75sy-nqkd .qn75sy-xgyf {
    font-size: 12px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .qn75sy-nqkd .qn75sy-tsxy {
    font-size: 11px;
    padding: 6px 12px;
    width: 100%;
    text-align: center;
  }
}

/* Article */
.qn75sy-t8zu {
  padding: 60px 0;
}

.qn75sy-iept {
  background: var(--bg-surface);
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  padding: var(--block-padding);
}

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

/* Article decoration styles */

.qn75sy-ct9g h2 {
  padding-left: 16px;
  border-left: 3px solid var(--color-primary);
}
.qn75sy-ct9g h3 {
  padding-left: 12px;
  border-left: 2px solid var(--color-accent);
}



/* Info boxes for "boxed" article style */
.qn75sy-ib7r {
  background: var(--bg-surface);
  border-left: 3px solid var(--color-accent);
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 24px 0;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.qn75sy-mtp3 {
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1.4;
}

.qn75sy-xvto {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
}

/* Providers */
.qn75sy-owaq {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.qn75sy-zc9b:hover {
  animation-play-state: paused;
}

.qn75sy-qdl6 {
  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);
}

.qn75sy-qdl6: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);
}

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

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

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

/* Responsive */
@media (max-width: 768px) {
  .qn75sy-ojr3 {
    display: none;
  }
  
  .qn75sy-h59c {
    display: none;
  }
  
  .qn75sy-lalx {
    display: flex;
  }
  
  .qn75sy-pn5i {
    gap: 15px;
  }
  
  .qn75sy-ujnn {
    width: 35px;
    height: 35px;
  }
  
  .qn75sy-zc9b {
    gap: 20px;
    animation-duration: 40s; /* Slower on mobile */
  }
  
  .qn75sy-qdl6 {
    padding: 15px 20px;
    min-height: 60px;
  }
  
  .qn75sy-bjll {
    height: 30px;
  }
  
  :root {
    --font-size-base: 16px;
  }

  /* Compact section padding on mobile */
  .qn75sy-n6rz,
  .qn75sy-f51p,
  .qn75sy-t8zu,
  .qn75sy-owaq,
  .qn75sy-s8ty,
  .qn75sy-stbw,
  .qn75sy-jc03,
  .qn75sy-jhxt {
    padding: 30px 0;
  }

  /* Fix for BonusMain content overflow on mobile */
  .qn75sy-h9n9 {
    min-height: 280px;
  }

  .qn75sy-cvvu {
    position: relative;
    min-height: 280px;
  }

  .qn75sy-it5a {
    padding: 25px 15px;
  }

  .qn75sy-o8lj {
    font-size: 16px;
    padding: 14px 30px;
    margin-top: 20px;
  }

  /* Slot casino block */
  .qn75sy-f652 {
    font-size: clamp(18px, 4vw, var(--font-size-h3));
  }

  .qn75sy-v7gu {
    width: 100px;
    height: 100px;
  }

  /* Limit heading sizes in article content */
  .qn75sy-ct9g h1 {
    font-size: clamp(24px, 6vw, 38px);
  }

  .qn75sy-ct9g h2 {
    font-size: clamp(20px, 5vw, 32px);
  }

  .qn75sy-ct9g h3 {
    font-size: clamp(18px, 4vw, 26px);
  }

  /* Related slots grid */
  .qn75sy-z8sy .qn75sy-llj1 {
    height: 200px;
  }
}

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

.qn75sy-cpqh {
  font-size: clamp(24px, 5vw, var(--font-size-h1));
  color: var(--color-primary);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

.qn75sy-s8ty {
  padding: 60px 0;
}

.qn75sy-it38 {
  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);
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

/* Demo window blur background */
.qn75sy-it38::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: inherit;
  background-position: inherit;
  filter: blur(8px);
  transform: scale(1.1);
  z-index: 0;
}

.qn75sy-it38::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}


.qn75sy-o2j4 {
  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 var(--color-glow);
  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;
  z-index: 2;
}

.qn75sy-o2j4::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;
}

.qn75sy-o2j4:hover::before {
  width: 300px;
  height: 300px;
}

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

.qn75sy-o2j4: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);
}

.qn75sy-o2j4: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);
  }
}

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

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

/* Slot Casino Block */
.qn75sy-stbw {
  padding: 60px 0;
}

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

.qn75sy-v7gu {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--surface-radius);
}

.qn75sy-er2a {
  flex: 1;
}

.qn75sy-f652 {
  font-size: clamp(20px, 3.5vw, var(--font-size-h3));
  color: var(--color-text);
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
}

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

/* Slot Text Section */
.qn75sy-jc03 {
  padding: 60px 0;
}

.qn75sy-qu8y {
  background: var(--bg-surface);
  border: var(--surface-border);
  border-radius: var(--surface-radius);
  padding: var(--block-padding);
}

/* Related Slots Section */
.qn75sy-jhxt {
  padding: 60px 0;
}

.qn75sy-zz1h {
  font-size: clamp(20px, 4vw, 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);
}

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

/* Make related slot cards bigger */
.qn75sy-z8sy .qn75sy-ykxp {
  width: 100%;
  max-width: 280px;
}

.qn75sy-z8sy .qn75sy-llj1 {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

/* Responsive for slots */
@media (max-width: 768px) {
  .qn75sy-cpqh {
    font-size: clamp(20px, 5vw, 28px);
  }
  
  .qn75sy-it38 {
    min-height: 400px;
    padding: 20px;
  }
  
  .qn75sy-o2j4 {
    font-size: 20px;
    padding: 15px 40px;
  }
  
  .qn75sy-ce64 {
    flex-direction: column;
    text-align: center;
  }
  
  .qn75sy-v7gu {
    width: 150px;
    height: 150px;
  }
  
  .qn75sy-ce64 .qn75sy-tsxy {
    width: 100%;
    max-width: 300px;
  }
}

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

.qn75sy-f611 {
  animation: fadeIn 0.6s ease-out;
}

/* Utility classes */
.qn75sy-qo45 {
  text-align: center;
}

.qn75sy-mxqm { margin-top: 10px; }
.qn75sy-qz6d { margin-top: 20px; }
.qn75sy-xurs { margin-top: 30px; }
.qn75sy-th65 { margin-top: 40px; }

.qn75sy-rtnk { margin-bottom: 10px; }
.qn75sy-uxsd { margin-bottom: 20px; }
.qn75sy-cz5g { margin-bottom: 30px; }
.qn75sy-itj2 { margin-bottom: 40px; }

/* ===== Bonus Main Template Styles ===== */
.qn75sy-n2rh {
  font-family: var(--bonus-font), sans-serif;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: normal;
}

.qn75sy-e4b4 {
  font-size: clamp(14px, 2.5vw, 24px);
  font-weight: 600;
  color: var(--bonus-color-1);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.qn75sy-hohi {
  font-size: clamp(28px, 6vw, 52px);
  font-weight: 800;
  color: var(--bonus-color-2);
  line-height: 1.1;
}

.qn75sy-tyds {
  font-size: clamp(12px, 2vw, 18px);
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.qn75sy-rkbw {
  font-size: clamp(32px, 7vw, 60px);
  font-weight: 900;
  color: var(--bonus-color-2);
  line-height: 1.05;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.qn75sy-f26l {
  font-size: clamp(18px, 4vw, 32px);
  font-weight: 700;
  color: var(--bonus-color-3);
}

.qn75sy-f9ax {
  font-size: clamp(13px, 2vw, 18px);
  font-weight: 500;
  color: var(--bonus-color-3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.qn75sy-gyue {
  font-size: clamp(11px, 1.8vw, 15px);
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.2);
  display: inline-block;
  padding: 3px 12px;
  border-radius: 3px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}

.qn75sy-unaz {
  margin: 8px 0;
  color: rgba(255,255,255,0.3);
  font-size: 14px;
  letter-spacing: 4px;
}

.qn75sy-mm5l {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.qn75sy-ozjb {
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 12px 20px;
  display: inline-block;
}

.qn75sy-q2hb {
  background: var(--bonus-color-1);
  color: #000;
  font-weight: 700;
  font-size: clamp(11px, 1.8vw, 14px);
  padding: 5px 24px;
  display: inline-block;
  clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0% 50%);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.qn75sy-hrnf {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.qn75sy-hb4a {
  width: 40px;
  height: 2px;
  background: var(--bonus-color-2);
  margin: 10px auto;
  opacity: 0.6;
}

.qn75sy-l0ea {
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

.qn75sy-h9g4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

/* Layout 1: Classic Centered - default (vertical stack) */
.qn75sy-n2rh[data-layout="1"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

/* Layout 2: Bold Impact - amount first, giant */
.qn75sy-n2rh[data-layout="2"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.qn75sy-n2rh[data-layout="2"] .qn75sy-rkbw {
  font-size: clamp(40px, 10vw, 80px);
  order: -1;
}
.qn75sy-n2rh[data-layout="2"] .qn75sy-e4b4 {
  font-size: clamp(12px, 2vw, 16px);
  opacity: 0.7;
}

/* Layout 3: Split Line - two columns with separator */
.qn75sy-n2rh[data-layout="3"] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.qn75sy-n2rh[data-layout="3"] .qn75sy-unaz {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.2);
  margin: 0;
}

/* Layout 4: Badge Style */
.qn75sy-n2rh[data-layout="4"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.qn75sy-n2rh[data-layout="4"] .qn75sy-ozjb {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 14px 24px;
}

/* Layout 5: Minimal Modern */
.qn75sy-n2rh[data-layout="5"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.qn75sy-n2rh[data-layout="5"] .qn75sy-e4b4 {
  opacity: 0.5;
  font-size: clamp(11px, 1.8vw, 15px);
  letter-spacing: 4px;
}

/* Layout 6: Ribbon Banner */
.qn75sy-n2rh[data-layout="6"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* Bonus mobile styles */
@media (max-width: 768px) {
  .qn75sy-o8lj {
    font-size: 15px;
    padding: 14px 28px;
    margin-top: 16px;
  }

  .qn75sy-n2rh[data-layout="3"] {
    flex-direction: column;
    gap: 12px;
  }
  .qn75sy-n2rh[data-layout="3"] .qn75sy-unaz {
    width: 40px;
    height: 1px;
  }

  .qn75sy-n2rh[data-layout="4"] .qn75sy-ozjb {
    padding: 10px 16px;
  }

  .qn75sy-q2hb {
    font-size: 10px;
    padding: 4px 18px;
  }
}

/* Reveal class — no animation, instant show */
.qn75sy-bl70 {}

/* Mobile bonus table cards */
@media (max-width: 768px) {
  .qn75sy-cv7c {
    grid-template-columns: 1fr;
  }

  .qn75sy-pig5:first-child {
    grid-column: auto;
  }

  .qn75sy-q44s {
    padding: 24px;
  }
}