/* Generated unique styles for golisimo-at.at */

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

/* Root variables */
:root {
  --bg-primary: hsl(262, 16%, 15%);
  --bg-secondary: hsl(262, 11%, 20%);
  --bg-gradient: linear-gradient(135deg, hsl(262, 16%, 15%) 0%, hsl(282, 26%, 12%) 100%);
  
  --color-primary: hsl(315, 85%, 55%);
  --color-secondary: hsl(345, 75%, 60%);
  --color-accent: hsl(285, 90%, 50%);
  --color-text: #ffffff;
  --color-text-dark: hsl(315, 20%, 20%);
  --color-success: hsl(120, 70%, 50%);
  --color-warning: hsl(45, 90%, 55%);
  --color-danger: hsl(0, 85%, 55%);
  
  --font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  --font-size-base: 18px;
  --font-size-h1: 54px;
  --font-size-h2: 43px;
  --font-size-h3: 36px;
  --font-size-h4: 29px;
  --font-size-h5: 23px;
  --font-size-small: 16px;
  
  --btn-radius: 24px;
  --btn-shadow: 0 4px 12px rgba(0,0,0,0.21);
  --btn-padding: 18px 29px;
  --btn-transition: all 0.3s ease;
  --btn-hover-scale: 1.039;
  
  --block-radius: 12px;
  --block-shadow: 0 11px 28px rgba(0,0,0,0.13);
  --block-border: 1px solid rgba(255,255,255,0.10);
  --block-padding: 30px;
  --block-margin: 20px 0;

  --bonus-color-1: #FFD700;
  --bonus-color-2: #00FFFF;
  --bonus-color-3: #00FF00;
  --bonus-font: 'Anton', 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 */
.yq7cd6-swr8 {
  font-size: var(--font-size-h1);
  color: var(--color-primary);
}

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

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

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

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

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

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

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

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

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

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

.yq7cd6-a1b7 {
  height: 50px;
  width: auto;
}

.yq7cd6-mxtx {
  display: inline-block;
  text-decoration: none;
}

.yq7cd6-gj1i {
  height: 50px;
  width: auto;
  display: block;
}

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

.yq7cd6-nhbz:hover {
  color: var(--color-accent);
}

.yq7cd6-kbi0 {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.yq7cd6-suyo:hover {
  color: var(--color-primary);
}

.yq7cd6-cvuh {
  display: flex;
  gap: 15px;
  align-items: center;
}

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

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

.yq7cd6-ywme.active .yq7cd6-z7tc:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.yq7cd6-ywme.active .yq7cd6-z7tc:nth-child(2) {
  opacity: 0 !important;
}

.yq7cd6-ywme.active .yq7cd6-z7tc:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

.yq7cd6-kwje {
  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;
}

.yq7cd6-kwje.active {
  display: block;
  right: 0;
}

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

.yq7cd6-ucb6 {
  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;
}

.yq7cd6-ucb6:hover {
  color: var(--color-primary);
}

.yq7cd6-c84d {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.yq7cd6-p9qp {
  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;
}

.yq7cd6-p9qp.active {
  display: block;
  opacity: 1;
}

/* Buttons */
.yq7cd6-uu4v {
  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;
}

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

.yq7cd6-xi73: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 */
.yq7cd6-udg7 {
  animation: yq7cd6-zs9i 2s ease-in-out infinite;
}

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

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

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

.yq7cd6-nvl2 {
  transition: transform 0.3s, box-shadow 0.3s;
}

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

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

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

.yq7cd6-jt7e h1,
.yq7cd6-jt7e h2,
.yq7cd6-jt7e h3 {
  margin: 30px 0 20px;
}

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

.yq7cd6-jt7e p {
  margin-bottom: 15px;
}

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

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

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

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

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

/* Exclude buttons from article link styles */
.yq7cd6-jt7e a.yq7cd6-uu4v {
  color: white;
  text-decoration: none;
}

.yq7cd6-jt7e a.yq7cd6-uu4v:hover {
  color: white;
  text-decoration: none;
}

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

.yq7cd6-vwvi {
  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;
}

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

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

.yq7cd6-pgv3 {
  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;
}

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

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

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

.yq7cd6-wxzn {
  overflow: hidden;
  position: relative;
}

.yq7cd6-nhax {
  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;
}

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

.yq7cd6-nhax.yq7cd6-ugr5 {
  left: 10px;
}

.yq7cd6-nhax.yq7cd6-ip55 {
  right: 10px;
}

.yq7cd6-nhax::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);
}

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

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

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

.yq7cd6-xhik.dragging {
  cursor: grabbing;
}

.yq7cd6-h2cs {
  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;
}

.yq7cd6-h2cs:hover {
  transform: scale(1.05);
}

.yq7cd6-zvmj {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.yq7cd6-if9y {
  padding: 10px;
}

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

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

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

.yq7cd6-eo75 {
  text-align: center;
  margin-bottom: 60px;
}

.yq7cd6-eo75 h1 {
  margin-bottom: 20px;
}

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

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

.yq7cd6-uiem {
  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;
}

.yq7cd6-o06r:hover .yq7cd6-uiem {
  opacity: 1;
}

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

@media (max-width: 768px) {
  .yq7cd6-vq99 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .yq7cd6-eo75 {
    margin-bottom: 40px;
  }
  
  .yq7cd6-tkge {
    font-size: 16px;
  }
}

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

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

.yq7cd6-w8hk {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.yq7cd6-jxgl {
  list-style: none;
}

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

.yq7cd6-jxgl a:hover {
  color: var(--color-primary);
}

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

.yq7cd6-lzay {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.yq7cd6-qokz {
  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);
}

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

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

.yq7cd6-gadp {
  font-size: 14px;
  font-weight: 500;
}

/* Footer Links Section */
.yq7cd6-jxgl {
  margin-bottom: 30px;
}

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

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

.yq7cd6-ybhn:hover {
  color: var(--color-primary);
}

.yq7cd6-ln02 {
  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);
}

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

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

.yq7cd6-vqn0:hover {
  color: rgba(255, 255, 255, 0.8);
}

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

.yq7cd6-u1ru {
  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;
}

.yq7cd6-g7ra {
  width: 100%;
  border-collapse: collapse;
}

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

.yq7cd6-m8qr:last-child {
  border-bottom: none;
}

.yq7cd6-m8qr:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.yq7cd6-j9ph {
  width: 120px;
  padding: 20px;
  vertical-align: middle;
}

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

.yq7cd6-m8qr:hover .yq7cd6-bz3d {
  transform: scale(1.05);
}

.yq7cd6-syr6 {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}

.yq7cd6-dwyy {
  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;
}

.yq7cd6-dwyy::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;
}

.yq7cd6-m8qr:hover .yq7cd6-dwyy::after {
  opacity: 0.5;
}

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

.yq7cd6-m8qr:nth-child(3n) .yq7cd6-dwyy {
  color: var(--color-accent);
}

/* Special styling for first row */
.yq7cd6-m8qr:first-child .yq7cd6-dwyy {
  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); }
}

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

/* Mobile responsive */
@media (max-width: 768px) {
  .yq7cd6-u1ru {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  
  .yq7cd6-g7ra {
    display: block;
  }
  
  .yq7cd6-g7ra tbody {
    display: block;
  }
  
  .yq7cd6-m8qr {
    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);
  }
  
  .yq7cd6-m8qr td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  
  .yq7cd6-j9ph {
    width: 100%;
    padding: 0 0 15px 0;
  }
  
  .yq7cd6-bz3d {
    width: 120px;
    height: 120px;
  }
  
  .yq7cd6-syr6 {
    text-align: center;
    padding: 0 0 15px 0;
  }
  
  .yq7cd6-dwyy {
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  .yq7cd6-m8qr:first-child .yq7cd6-dwyy {
    font-size: 20px;
  }
  
  .yq7cd6-zpy7 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  
  .yq7cd6-zpy7 .yq7cd6-uu4v {
    width: 100%;
    max-width: 250px;
  }
}

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

.yq7cd6-xclj {
  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);
}

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

/* Providers */
.yq7cd6-hob4 {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.yq7cd6-rqx5:hover {
  animation-play-state: paused;
}

.yq7cd6-jtht {
  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);
}

.yq7cd6-jtht: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);
}

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

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

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

/* Responsive */
@media (max-width: 768px) {
  .yq7cd6-kbi0 {
    display: none;
  }
  
  .yq7cd6-cvuh {
    display: none;
  }
  
  .yq7cd6-ywme {
    display: flex;
  }
  
  .yq7cd6-xhik {
    gap: 15px;
  }
  
  .yq7cd6-nhax {
    width: 35px;
    height: 35px;
  }
  
  .yq7cd6-xvgb {
    font-size: var(--font-size-h2);
  }
  
  .yq7cd6-rqx5 {
    gap: 20px;
    animation-duration: 40s; /* Slower on mobile */
  }
  
  .yq7cd6-jtht {
    padding: 15px 20px;
    min-height: 60px;
  }
  
  .yq7cd6-mdo7 {
    height: 30px;
  }
  
  :root {
    --font-size-base: 17px;
  }
  
  /* Fix for BonusMain content overflow on mobile */
  .yq7cd6-vwvi {
    min-height: 300px; /* Keep minimum height for background visibility */
  }
  
  .yq7cd6-hqp6 {
    position: relative; /* Change from absolute to relative on mobile */
    min-height: 300px;
  }
  
  .yq7cd6-b453 {
    padding: 30px 15px;
  }
  
  /* Limit H1 size in article content */
  .yq7cd6-jt7e h1 {
    font-size: clamp(28px, 6vw, 42px);
  }
  
  .yq7cd6-jt7e h2 {
    font-size: clamp(24px, 5vw, 36px);
  }
  
  .yq7cd6-jt7e h3 {
    font-size: clamp(20px, 4vw, 30px);
  }
}

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

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

.yq7cd6-q20g {
  padding: 60px 0;
}

.yq7cd6-ulpk {
  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);
}


.yq7cd6-lfg8 {
  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;
}

.yq7cd6-lfg8::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;
}

.yq7cd6-lfg8:hover::before {
  width: 300px;
  height: 300px;
}

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

.yq7cd6-lfg8: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);
}

.yq7cd6-lfg8: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);
  }
}

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

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

/* Slot Casino Block */
.yq7cd6-yvyv {
  padding: 60px 0;
}

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

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

.yq7cd6-tcmh {
  flex: 1;
}

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

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

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

.yq7cd6-cixg {
  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 */
.yq7cd6-y5du {
  padding: 60px 0;
}

.yq7cd6-zly1 {
  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);
}

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

/* Make related slot cards bigger */
.yq7cd6-vht9 .yq7cd6-h2cs {
  width: 100%;
  max-width: 280px;
}

.yq7cd6-vht9 .yq7cd6-zvmj {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

/* Responsive for slots */
@media (max-width: 768px) {
  .yq7cd6-tm5y {
    font-size: var(--font-size-h2);
  }
  
  .yq7cd6-ulpk {
    min-height: 400px;
    padding: 20px;
  }
  
  .yq7cd6-lfg8 {
    font-size: 20px;
    padding: 15px 40px;
  }
  
  .yq7cd6-fx46 {
    flex-direction: column;
    text-align: center;
  }
  
  .yq7cd6-ucbt {
    width: 150px;
    height: 150px;
  }
  
  .yq7cd6-fx46 .yq7cd6-uu4v {
    width: 100%;
    max-width: 300px;
  }
}

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

.yq7cd6-u7mt {
  animation: fadeIn 0.6s ease-out;
}

/* Utility classes */
.yq7cd6-btw8 {
  text-align: center;
}

.yq7cd6-vsah { margin-top: 10px; }
.yq7cd6-qvrf { margin-top: 20px; }
.yq7cd6-ser1 { margin-top: 30px; }
.yq7cd6-nafc { margin-top: 40px; }

.yq7cd6-emgo { margin-bottom: 10px; }
.yq7cd6-slez { margin-bottom: 20px; }
.yq7cd6-wzzh { margin-bottom: 30px; }
.yq7cd6-pg4g { margin-bottom: 40px; }

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

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

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

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

.yq7cd6-bkzd {
  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);
}

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

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

.yq7cd6-hsre {
  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;
}

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

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

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

.yq7cd6-aso3 {
  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;
}

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

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

.yq7cd6-rz4g {
  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;
}

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

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

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

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

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

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

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

  .yq7cd6-me7c[data-layout="3"] {
    flex-direction: column;
    gap: 12px;
  }
  .yq7cd6-me7c[data-layout="3"] .yq7cd6-o0ik {
    width: 40px;
    height: 1px;
  }

  .yq7cd6-me7c[data-layout="4"] .yq7cd6-vwlf {
    padding: 10px 16px;
  }

  .yq7cd6-aso3 {
    font-size: 10px;
    padding: 4px 18px;
  }
}