/* Generated unique styles for shelby-win.uk */

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

/* Root variables */
:root {
  --bg-primary: hsl(378, 40%, 11%);
  --bg-secondary: hsl(378, 35%, 16%);
  --bg-gradient: linear-gradient(135deg, hsl(378, 40%, 11%) 0%, hsl(398, 50%, 8%) 100%);
  
  --color-primary: hsl(440, 85%, 55%);
  --color-secondary: hsl(470, 75%, 60%);
  --color-accent: hsl(410, 90%, 50%);
  --color-text: #ffffff;
  --color-text-dark: hsl(440, 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: 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: 8px;
  --btn-shadow: 0 4px 12px rgba(0,0,0,0.20);
  --btn-padding: 14px 39px;
  --btn-transition: all 0.27s ease;
  --btn-hover-scale: 1.072;
  
  --block-radius: 20px;
  --block-shadow: 0 7px 20px rgba(0,0,0,0.11);
  --block-border: none;
  --block-padding: 31px;
  --block-margin: 11px 0;

  --bonus-color-1: #FFFFFF;
  --bonus-color-2: #00FFFF;
  --bonus-color-3: #FFA500;
  --bonus-font: 'Oswald', sans-serif;
}

/* 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 */
.vy90a3-wt65 {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
}

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

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

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

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

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

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

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

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

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

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

.vy90a3-svgg {
  height: 50px;
  width: auto;
}

.vy90a3-u8jp {
  display: inline-block;
  text-decoration: none;
}

.vy90a3-qm5v {
  height: 50px;
  width: auto;
  display: block;
}

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

.vy90a3-wukj:hover {
  color: var(--color-accent);
}

.vy90a3-ye7n {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.vy90a3-mkl4:hover {
  color: var(--color-primary);
}

.vy90a3-ugv1 {
  display: flex;
  gap: 15px;
  align-items: center;
}

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

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

.vy90a3-jezl.active .vy90a3-w9ok:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.vy90a3-jezl.active .vy90a3-w9ok:nth-child(2) {
  opacity: 0 !important;
}

.vy90a3-jezl.active .vy90a3-w9ok:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

.vy90a3-bd0m {
  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;
}

.vy90a3-bd0m.active {
  display: block;
  right: 0;
}

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

.vy90a3-ld2u {
  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;
}

.vy90a3-ld2u:hover {
  color: var(--color-primary);
}

.vy90a3-l8ox {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.vy90a3-umez {
  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;
}

.vy90a3-umez.active {
  display: block;
  opacity: 1;
}

/* Buttons */
.vy90a3-wken {
  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;
}

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

.vy90a3-oqim: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 */
.vy90a3-ka39 {
  animation: vy90a3-ytnh 2s ease-in-out infinite;
}

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

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

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

.vy90a3-ij8z {
  transition: transform 0.3s, box-shadow 0.3s;
}

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

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

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

.vy90a3-aouw h1,
.vy90a3-aouw h2,
.vy90a3-aouw h3 {
  margin: 30px 0 20px;
}

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

.vy90a3-aouw p {
  margin-bottom: 15px;
}

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

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

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

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

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

/* Exclude buttons from article link styles */
.vy90a3-aouw a.vy90a3-wken {
  color: white;
  text-decoration: none;
}

.vy90a3-aouw a.vy90a3-wken:hover {
  color: white;
  text-decoration: none;
}

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

.vy90a3-cwwr {
  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;
}

.vy90a3-o0vn {
  position: relative;
  min-height: 400px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.vy90a3-vhdm {
  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;
}

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

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

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

.vy90a3-swrs {
  overflow: hidden;
  position: relative;
}

.vy90a3-cvn2 {
  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;
}

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

.vy90a3-cvn2.vy90a3-rzch {
  left: 10px;
}

.vy90a3-cvn2.vy90a3-yntq {
  right: 10px;
}

.vy90a3-cvn2::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);
}

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

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

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

.vy90a3-dez1.dragging {
  cursor: grabbing;
}

.vy90a3-kdxz {
  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;
}

.vy90a3-kdxz:hover {
  transform: scale(1.05);
}

.vy90a3-ait7 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.vy90a3-xkhf {
  padding: 10px;
}

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

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

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

.vy90a3-x9rz {
  text-align: center;
  margin-bottom: 60px;
}

.vy90a3-x9rz h1 {
  margin-bottom: 20px;
}

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

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

.vy90a3-icyl {
  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;
}

.vy90a3-c1vv:hover .vy90a3-icyl {
  opacity: 1;
}

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

@media (max-width: 768px) {
  .vy90a3-jito {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .vy90a3-x9rz {
    margin-bottom: 40px;
  }
  
  .vy90a3-b5ae {
    font-size: 16px;
  }
}

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

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

.vy90a3-zchw {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.vy90a3-yfvs {
  list-style: none;
}

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

.vy90a3-yfvs a:hover {
  color: var(--color-primary);
}

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

.vy90a3-nql9 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.vy90a3-otz0 {
  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);
}

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

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

.vy90a3-q9gz {
  font-size: 14px;
  font-weight: 500;
}

/* Footer Links Section */
.vy90a3-yfvs {
  margin-bottom: 30px;
}

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

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

.vy90a3-dkkl:hover {
  color: var(--color-primary);
}

.vy90a3-wysd {
  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);
}

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

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

.vy90a3-n325:hover {
  color: rgba(255, 255, 255, 0.8);
}

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

.vy90a3-gytl {
  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;
}

.vy90a3-uvqc {
  width: 100%;
  border-collapse: collapse;
}

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

.vy90a3-qc9d:last-child {
  border-bottom: none;
}

.vy90a3-qc9d:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.vy90a3-p6nn {
  width: 120px;
  padding: 20px;
  vertical-align: middle;
}

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

.vy90a3-qc9d:hover .vy90a3-h66s {
  transform: scale(1.05);
}

.vy90a3-cuao {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}

.vy90a3-uhf8 {
  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;
}

.vy90a3-uhf8::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;
}

.vy90a3-qc9d:hover .vy90a3-uhf8::after {
  opacity: 0.5;
}

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

.vy90a3-qc9d:nth-child(3n) .vy90a3-uhf8 {
  color: var(--color-accent);
}

/* Special styling for first row */
.vy90a3-qc9d:first-child .vy90a3-uhf8 {
  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); }
}

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

/* Mobile responsive */
@media (max-width: 768px) {
  .vy90a3-gytl {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  
  .vy90a3-uvqc {
    display: block;
  }
  
  .vy90a3-uvqc tbody {
    display: block;
  }
  
  .vy90a3-qc9d {
    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);
  }
  
  .vy90a3-qc9d td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  
  .vy90a3-p6nn {
    width: 100%;
    padding: 0 0 15px 0;
  }
  
  .vy90a3-h66s {
    width: 120px;
    height: 120px;
  }
  
  .vy90a3-cuao {
    text-align: center;
    padding: 0 0 15px 0;
  }
  
  .vy90a3-uhf8 {
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  .vy90a3-qc9d:first-child .vy90a3-uhf8 {
    font-size: 20px;
  }
  
  .vy90a3-m4tl {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .vy90a3-m4tl .vy90a3-wken {
    width: 100%;
    max-width: 250px;
  }
}

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

.vy90a3-kcqd {
  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);
}

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

/* Providers */
.vy90a3-tcsg {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.vy90a3-bkxt:hover {
  animation-play-state: paused;
}

.vy90a3-vdds {
  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);
}

.vy90a3-vdds: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);
}

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

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

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

/* Responsive */
@media (max-width: 768px) {
  .vy90a3-ye7n {
    display: none;
  }
  
  .vy90a3-ugv1 {
    display: none;
  }
  
  .vy90a3-jezl {
    display: flex;
  }
  
  .vy90a3-dez1 {
    gap: 15px;
  }
  
  .vy90a3-cvn2 {
    width: 35px;
    height: 35px;
  }
  
  .vy90a3-qi0o {
    font-size: var(--font-size-h2);
  }
  
  .vy90a3-bkxt {
    gap: 20px;
    animation-duration: 40s; /* Slower on mobile */
  }
  
  .vy90a3-vdds {
    padding: 15px 20px;
    min-height: 60px;
  }
  
  .vy90a3-of4p {
    height: 30px;
  }
  
  :root {
    --font-size-base: 15px;
  }
  
  /* Fix for BonusMain content overflow on mobile */
  .vy90a3-cwwr {
    min-height: 300px; /* Keep minimum height for background visibility */
  }
  
  .vy90a3-o0vn {
    position: relative; /* Change from absolute to relative on mobile */
    min-height: 300px;
  }
  
  .vy90a3-n4qn {
    padding: 30px 15px;
  }
  
  /* Limit H1 size in article content */
  .vy90a3-aouw h1 {
    font-size: clamp(28px, 6vw, 42px);
  }
  
  .vy90a3-aouw h2 {
    font-size: clamp(24px, 5vw, 36px);
  }
  
  .vy90a3-aouw h3 {
    font-size: clamp(20px, 4vw, 30px);
  }
}

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

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

.vy90a3-ddai {
  padding: 60px 0;
}

.vy90a3-p17t {
  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);
}


.vy90a3-cj7f {
  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;
}

.vy90a3-cj7f::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;
}

.vy90a3-cj7f:hover::before {
  width: 300px;
  height: 300px;
}

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

.vy90a3-cj7f: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);
}

.vy90a3-cj7f: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);
  }
}

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

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

/* Slot Casino Block */
.vy90a3-z3g0 {
  padding: 60px 0;
}

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

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

.vy90a3-qzr5 {
  flex: 1;
}

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

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

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

.vy90a3-xd59 {
  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 */
.vy90a3-bm26 {
  padding: 60px 0;
}

.vy90a3-f3qy {
  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);
}

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

/* Make related slot cards bigger */
.vy90a3-nza0 .vy90a3-kdxz {
  width: 100%;
  max-width: 280px;
}

.vy90a3-nza0 .vy90a3-ait7 {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

/* Responsive for slots */
@media (max-width: 768px) {
  .vy90a3-niu0 {
    font-size: var(--font-size-h2);
  }
  
  .vy90a3-p17t {
    min-height: 400px;
    padding: 20px;
  }
  
  .vy90a3-cj7f {
    font-size: 20px;
    padding: 15px 40px;
  }
  
  .vy90a3-eg9r {
    flex-direction: column;
    text-align: center;
  }
  
  .vy90a3-heg7 {
    width: 150px;
    height: 150px;
  }
  
  .vy90a3-eg9r .vy90a3-wken {
    width: 100%;
    max-width: 300px;
  }
}

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

.vy90a3-e15r {
  animation: fadeIn 0.6s ease-out;
}

/* Utility classes */
.vy90a3-wdzt {
  text-align: center;
}

.vy90a3-egp9 { margin-top: 10px; }
.vy90a3-jnw5 { margin-top: 20px; }
.vy90a3-utda { margin-top: 30px; }
.vy90a3-cpt0 { margin-top: 40px; }

.vy90a3-j15i { margin-bottom: 10px; }
.vy90a3-c7r8 { margin-bottom: 20px; }
.vy90a3-hu1p { margin-bottom: 30px; }
.vy90a3-w701 { margin-bottom: 40px; }

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

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

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

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

.vy90a3-haco {
  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);
}

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

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

.vy90a3-kyr9 {
  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;
}

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

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

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

.vy90a3-ji2e {
  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;
}

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

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

.vy90a3-lc3v {
  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;
}

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

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

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

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

/* Layout 4: Badge Style */
.vy90a3-wv19[data-layout="4"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.vy90a3-wv19[data-layout="4"] .vy90a3-l5xh {
  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 */
.vy90a3-wv19[data-layout="5"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.vy90a3-wv19[data-layout="5"] .vy90a3-mhz1 {
  opacity: 0.5;
  font-size: clamp(11px, 1.8vw, 15px);
  letter-spacing: 4px;
}

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

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

  .vy90a3-wv19[data-layout="3"] {
    flex-direction: column;
    gap: 12px;
  }
  .vy90a3-wv19[data-layout="3"] .vy90a3-dq1g {
    width: 40px;
    height: 1px;
  }

  .vy90a3-wv19[data-layout="4"] .vy90a3-l5xh {
    padding: 10px 16px;
  }

  .vy90a3-ji2e {
    font-size: 10px;
    padding: 4px 18px;
  }
}