/* Generated unique styles for twinqo.uk */

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

/* Root variables */
:root {
  --bg-primary: hsl(343, 36%, 15%);
  --bg-secondary: hsl(343, 31%, 20%);
  --bg-gradient: linear-gradient(135deg, hsl(343, 36%, 15%) 0%, hsl(363, 46%, 12%) 100%);
  
  --color-primary: hsl(45, 85%, 55%);
  --color-secondary: hsl(75, 75%, 60%);
  --color-accent: hsl(15, 90%, 50%);
  --color-text: #ffffff;
  --color-text-dark: hsl(45, 20%, 20%);
  --color-success: hsl(120, 70%, 50%);
  --color-warning: hsl(45, 90%, 55%);
  --color-danger: hsl(0, 85%, 55%);
  
  --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-size-base: 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: 4px;
  --btn-shadow: none;
  --btn-padding: 12px 37px;
  --btn-transition: all 0.26s ease;
  --btn-hover-scale: 1.068;
  
  --block-radius: 16px;
  --block-shadow: 0 6px 18px rgba(0,0,0,0.20);
  --block-border: none;
  --block-padding: 39px;
  --block-margin: 17px 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 */
.ykwkxb-m5q5 {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
}

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

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

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

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

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

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

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

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

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

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

.ykwkxb-juuq {
  height: 50px;
  width: auto;
}

.ykwkxb-f5sv {
  display: inline-block;
  text-decoration: none;
}

.ykwkxb-l6ev {
  height: 50px;
  width: auto;
  display: block;
}

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

.ykwkxb-cj3q:hover {
  color: var(--color-accent);
}

.ykwkxb-ksq7 {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.ykwkxb-cqk9:hover {
  color: var(--color-primary);
}

.ykwkxb-x6vh {
  display: flex;
  gap: 15px;
  align-items: center;
}

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

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

.ykwkxb-fm3t.active .ykwkxb-qdo6:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.ykwkxb-fm3t.active .ykwkxb-qdo6:nth-child(2) {
  opacity: 0 !important;
}

.ykwkxb-fm3t.active .ykwkxb-qdo6:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

.ykwkxb-mgun {
  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;
}

.ykwkxb-mgun.active {
  display: block;
  right: 0;
}

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

.ykwkxb-sqfa {
  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;
}

.ykwkxb-sqfa:hover {
  color: var(--color-primary);
}

.ykwkxb-l1nw {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ykwkxb-jhon {
  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;
}

.ykwkxb-jhon.active {
  display: block;
  opacity: 1;
}

/* Buttons */
.ykwkxb-yhh8 {
  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;
}

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

.ykwkxb-mkzv: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 */
.ykwkxb-b3wn {
  animation: ykwkxb-qx5d 2s ease-in-out infinite;
}

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

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

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

.ykwkxb-aubr {
  transition: transform 0.3s, box-shadow 0.3s;
}

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

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

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

.ykwkxb-smrw h1,
.ykwkxb-smrw h2,
.ykwkxb-smrw h3 {
  margin: 30px 0 20px;
}

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

.ykwkxb-smrw p {
  margin-bottom: 15px;
}

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

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

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

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

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

/* Exclude buttons from article link styles */
.ykwkxb-smrw a.ykwkxb-yhh8 {
  color: white;
  text-decoration: none;
}

.ykwkxb-smrw a.ykwkxb-yhh8:hover {
  color: white;
  text-decoration: none;
}

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

.ykwkxb-gsi3 {
  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;
}

.ykwkxb-d1q6 {
  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;
}

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

.ykwkxb-achp {
  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;
}

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

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

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

.ykwkxb-ub4q {
  overflow: hidden;
  position: relative;
}

.ykwkxb-vatf {
  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;
}

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

.ykwkxb-vatf.ykwkxb-oop3 {
  left: 10px;
}

.ykwkxb-vatf.ykwkxb-ncji {
  right: 10px;
}

.ykwkxb-vatf::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);
}

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

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

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

.ykwkxb-mjac.dragging {
  cursor: grabbing;
}

.ykwkxb-hjjz {
  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;
}

.ykwkxb-hjjz:hover {
  transform: scale(1.05);
}

.ykwkxb-ks84 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.ykwkxb-eqaz {
  padding: 10px;
}

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

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

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

.ykwkxb-xw63 {
  text-align: center;
  margin-bottom: 60px;
}

.ykwkxb-xw63 h1 {
  margin-bottom: 20px;
}

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

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

.ykwkxb-hh4b {
  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;
}

.ykwkxb-qkh1:hover .ykwkxb-hh4b {
  opacity: 1;
}

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

@media (max-width: 768px) {
  .ykwkxb-kt20 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .ykwkxb-xw63 {
    margin-bottom: 40px;
  }
  
  .ykwkxb-x7tr {
    font-size: 16px;
  }
}

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

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

.ykwkxb-e113 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.ykwkxb-nkty {
  list-style: none;
}

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

.ykwkxb-nkty a:hover {
  color: var(--color-primary);
}

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

.ykwkxb-njk8 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.ykwkxb-dn9n {
  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);
}

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

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

.ykwkxb-o3w7 {
  font-size: 14px;
  font-weight: 500;
}

/* Footer Links Section */
.ykwkxb-nkty {
  margin-bottom: 30px;
}

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

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

.ykwkxb-ysou:hover {
  color: var(--color-primary);
}

.ykwkxb-aptu {
  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);
}

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

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

.ykwkxb-bh3f:hover {
  color: rgba(255, 255, 255, 0.8);
}

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

.ykwkxb-fxeg {
  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;
}

.ykwkxb-cjsa {
  width: 100%;
  border-collapse: collapse;
}

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

.ykwkxb-sy67:last-child {
  border-bottom: none;
}

.ykwkxb-sy67:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.ykwkxb-bflb {
  width: 120px;
  padding: 20px;
  vertical-align: middle;
}

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

.ykwkxb-sy67:hover .ykwkxb-ejen {
  transform: scale(1.05);
}

.ykwkxb-fxgv {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}

.ykwkxb-ba22 {
  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;
}

.ykwkxb-ba22::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;
}

.ykwkxb-sy67:hover .ykwkxb-ba22::after {
  opacity: 0.5;
}

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

.ykwkxb-sy67:nth-child(3n) .ykwkxb-ba22 {
  color: var(--color-accent);
}

/* Special styling for first row */
.ykwkxb-sy67:first-child .ykwkxb-ba22 {
  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); }
}

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

/* Mobile responsive */
@media (max-width: 768px) {
  .ykwkxb-fxeg {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  
  .ykwkxb-cjsa {
    display: block;
  }
  
  .ykwkxb-cjsa tbody {
    display: block;
  }
  
  .ykwkxb-sy67 {
    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);
  }
  
  .ykwkxb-sy67 td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  
  .ykwkxb-bflb {
    width: 100%;
    padding: 0 0 15px 0;
  }
  
  .ykwkxb-ejen {
    width: 120px;
    height: 120px;
  }
  
  .ykwkxb-fxgv {
    text-align: center;
    padding: 0 0 15px 0;
  }
  
  .ykwkxb-ba22 {
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  .ykwkxb-sy67:first-child .ykwkxb-ba22 {
    font-size: 20px;
  }
  
  .ykwkxb-hjhq {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .ykwkxb-hjhq .ykwkxb-yhh8 {
    width: 100%;
    max-width: 250px;
  }
}

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

.ykwkxb-bzzw {
  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);
}

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

/* Providers */
.ykwkxb-czd4 {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.ykwkxb-jwt0:hover {
  animation-play-state: paused;
}

.ykwkxb-ldr2 {
  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);
}

.ykwkxb-ldr2: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);
}

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

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

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

/* Responsive */
@media (max-width: 768px) {
  .ykwkxb-ksq7 {
    display: none;
  }
  
  .ykwkxb-x6vh {
    display: none;
  }
  
  .ykwkxb-fm3t {
    display: flex;
  }
  
  .ykwkxb-mjac {
    gap: 15px;
  }
  
  .ykwkxb-vatf {
    width: 35px;
    height: 35px;
  }
  
  .ykwkxb-p0b5 {
    font-size: var(--font-size-h2);
  }
  
  .ykwkxb-jwt0 {
    gap: 20px;
    animation-duration: 40s; /* Slower on mobile */
  }
  
  .ykwkxb-ldr2 {
    padding: 15px 20px;
    min-height: 60px;
  }
  
  .ykwkxb-zcdv {
    height: 30px;
  }
  
  :root {
    --font-size-base: 15px;
  }
  
  /* Fix for BonusMain content overflow on mobile */
  .ykwkxb-gsi3 {
    min-height: 300px; /* Keep minimum height for background visibility */
  }
  
  .ykwkxb-d1q6 {
    position: relative; /* Change from absolute to relative on mobile */
    min-height: 300px;
  }
  
  .ykwkxb-hulj {
    padding: 30px 15px;
  }
  
  /* Adaptive font sizes for inline styles in BonusMain */
  .ykwkxb-hulj [style*="font-size"] {
    font-size: clamp(16px, 4vw, 36px) !important;
  }
  
  /* Limit H1 size in article content */
  .ykwkxb-smrw h1 {
    font-size: clamp(28px, 6vw, 42px);
  }
  
  .ykwkxb-smrw h2 {
    font-size: clamp(24px, 5vw, 36px);
  }
  
  .ykwkxb-smrw h3 {
    font-size: clamp(20px, 4vw, 30px);
  }
}

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

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

.ykwkxb-f5s8 {
  padding: 60px 0;
}

.ykwkxb-u2wr {
  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);
}


.ykwkxb-gqh9 {
  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;
}

.ykwkxb-gqh9::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;
}

.ykwkxb-gqh9:hover::before {
  width: 300px;
  height: 300px;
}

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

.ykwkxb-gqh9: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);
}

.ykwkxb-gqh9: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);
  }
}

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

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

/* Slot Casino Block */
.ykwkxb-fleb {
  padding: 60px 0;
}

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

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

.ykwkxb-fbb6 {
  flex: 1;
}

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

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

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

.ykwkxb-g5bt {
  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 */
.ykwkxb-n75l {
  padding: 60px 0;
}

.ykwkxb-jhkn {
  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);
}

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

/* Make related slot cards bigger */
.ykwkxb-vy1f .ykwkxb-hjjz {
  width: 100%;
  max-width: 280px;
}

.ykwkxb-vy1f .ykwkxb-ks84 {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

/* Responsive for slots */
@media (max-width: 768px) {
  .ykwkxb-y9ja {
    font-size: var(--font-size-h2);
  }
  
  .ykwkxb-u2wr {
    min-height: 400px;
    padding: 20px;
  }
  
  .ykwkxb-gqh9 {
    font-size: 20px;
    padding: 15px 40px;
  }
  
  .ykwkxb-w2z0 {
    flex-direction: column;
    text-align: center;
  }
  
  .ykwkxb-wxl3 {
    width: 150px;
    height: 150px;
  }
  
  .ykwkxb-w2z0 .ykwkxb-yhh8 {
    width: 100%;
    max-width: 300px;
  }
}

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

.ykwkxb-j9fl {
  animation: fadeIn 0.6s ease-out;
}

/* Utility classes */
.ykwkxb-v1u6 {
  text-align: center;
}

.ykwkxb-u9in { margin-top: 10px; }
.ykwkxb-bre1 { margin-top: 20px; }
.ykwkxb-ops1 { margin-top: 30px; }
.ykwkxb-t0wr { margin-top: 40px; }

.ykwkxb-wrcj { margin-bottom: 10px; }
.ykwkxb-u5o9 { margin-bottom: 20px; }
.ykwkxb-iyp6 { margin-bottom: 30px; }
.ykwkxb-mu8k { margin-bottom: 40px; }