:root {
  --clr-primary: #00fbc8;
  --clr-secondary: #ff2e09;
  --clr-dark: #000000;
  --clr-bg: #323234;
  --clr-text: #ffffff;
  --clr-text-muted: #b8b8b8;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'PT Sans', sans-serif;
  background-color: var(--clr-bg);
  color: var(--clr-text);
  line-height: 1.6;
  overflow-x: hidden;
}

body.fixed {
  overflow: hidden;
}

.zx9k4m { display: none; }
.wp-block-separator { margin: 2rem 0; }
.elementor-section { position: relative; }

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: var(--clr-primary);
  transition: all 0.3s ease;
}

a:hover {
  color: var(--clr-secondary);
}

.q7m2wp, .n8f3kx { visibility: hidden; position: absolute; }

.kw8container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.px4header {
  background: var(--clr-dark);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.jm7row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.l9logo img {
  max-height: 50px;
  width: auto;
}

.yp3nav {
  display: flex;
  gap: 25px;
  align-items: center;
}

.yp3nav a {
  color: var(--clr-text);
  font-weight: 500;
  font-size: 15px;
  transition: color 0.3s;
}

.yp3nav a:hover {
  color: var(--clr-primary);
}

.rt5buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.nm8btn {
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

.qw4login:hover {
  background: var(--clr-primary);
  color: var(--clr-dark);
  transform: translateY(-2px);
}

.fx9signup {
  background: var(--clr-secondary);
  color: var(--clr-text);
  border: 2px solid var(--clr-secondary);
}

.fx9signup:hover {
  background: transparent;
  transform: translateY(-2px);
}

.km2online {
  font-size: 13px;
  color: var(--clr-text-muted);
  white-space: nowrap;
}

.km2online span {
  color: var(--clr-primary);
  font-weight: 700;
}

.p8burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 10px;
}

.p8burger span {
  width: 30px;
  height: 3px;
  background: var(--clr-primary);
  transition: all 0.3s;
  border-radius: 3px;
}

.p8burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.p8burger.active span:nth-child(2) {
  opacity: 0;
}

.p8burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.t3hero {
  background: linear-gradient(135deg, #1a1a1c 0%, #323234 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.t3hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="%2300fbc8" opacity="0.05"/></svg>');
  animation: float 20s infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.u6banner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.u6banner h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--clr-text);
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  line-height: 1.2;
}

.u6banner p {
  font-size: 20px;
  margin-bottom: 30px;
  color: var(--clr-text-muted);
}

.v7cta {
  background: var(--clr-secondary);
  color: var(--clr-text);
  padding: 16px 40px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(255, 46, 9, 0.4);
}

.v7cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 46, 9, 0.6);
  color: var(--clr-text);
}

.h8breadcrumbs {
  padding: 15px 0;
  font-size: 14px;
}

.h8breadcrumbs a {
  color: var(--clr-text-muted);
}

.h8breadcrumbs span {
  margin: 0 8px;
  color: var(--clr-text-muted);
}

.m2section {
  padding: 60px 20px;
}

.b4title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
  color: var(--clr-text);
  position: relative;
}

.b4title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--clr-primary), var(--clr-secondary));
  margin: 15px auto 0;
  border-radius: 2px;
}

.r5grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.k1card {
  background: linear-gradient(145deg, #2a2a2c, #1f1f21);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid rgba(0, 251, 200, 0.1);
}

.k1card:hover {
  transform: translateY(-5px);
  border-color: var(--clr-primary);
  box-shadow: 0 10px 30px rgba(0, 251, 200, 0.2);
}

.k1card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--clr-primary);
}

.k1card p {
  color: var(--clr-text-muted);
  line-height: 1.7;
}

.d9screenshots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.d9screenshots img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s;
  cursor: pointer;
}

.d9screenshots img:hover {
  transform: scale(1.05);
}

.w3tournaments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.s7tournament {
  background: #1f1f21;
  padding: 25px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.s7tournament:hover {
  border-color: var(--clr-secondary);
  box-shadow: 0 8px 25px rgba(255, 46, 9, 0.3);
}

.s7tournament h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--clr-text);
}

.s7tournament p {
  color: var(--clr-text-muted);
  margin-bottom: 15px;
  font-size: 14px;
}

.x4timer {
  font-size: 24px;
  font-weight: 700;
  color: var(--clr-secondary);
  margin: 15px 0;
}

.z2prize {
  font-size: 28px;
  font-weight: 700;
  color: var(--clr-primary);
}

.g6games {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.f8game {
  background: #1f1f21;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.05);
}

.f8game:hover {
  transform: translateY(-5px);
  border-color: var(--clr-primary);
}

.f8game img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 12px;
}

.f8game h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--clr-text);
}

.f8game .nm8btn {
  width: 100%;
  padding: 8px 16px;
  font-size: 13px;
}

.y9demo {
  background: #1f1f21;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
}

.y9demo iframe {
  width: 100%;
  max-width: 800px;
  height: 600px;
  border: none;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
}

.a1author {
  display: flex;
  gap: 30px;
  align-items: center;
  background: #1f1f21;
  padding: 35px;
  border-radius: 12px;
  margin: 40px 0;
}

.a1author img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--clr-primary);
}

.c3info h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--clr-text);
}

.c3info p {
  color: var(--clr-text-muted);
  margin-bottom: 15px;
  line-height: 1.7;
}

.n5social {
  display: flex;
  gap: 15px;
}

.n5social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-dark);
  font-weight: 700;
  transition: all 0.3s;
}

.n5social a:hover {
  background: var(--clr-secondary);
  transform: scale(1.1);
}

.o6footer {
  background: var(--clr-dark);
  padding: 50px 20px 30px;
  margin-top: 60px;
}

.o6footer .jm7row {
  margin-bottom: 30px;
}

.i2payments {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}

.i2payments img {
  height: 40px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.i2payments img:hover {
  opacity: 1;
}

.j4providers {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}

.j4providers span {
  background: #2a2a2c;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  color: var(--clr-text-muted);
}

.e7copyright {
  text-align: center;
  color: var(--clr-text-muted);
  font-size: 14px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.p1widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--clr-secondary);
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(255, 46, 9, 0.5);
  z-index: 999;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.p1widget a {
  color: var(--clr-text);
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

.p1widget .bonus {
  color: var(--clr-primary);
  font-size: 14px;
}

.x1slider {
  position: relative;
  overflow: hidden;
}

.x1slider-container {
  display: flex;
  transition: transform 0.3s ease;
}

.q5content {
  max-width: 1000px;
  margin: 40px auto;
  padding: 40px;
  background: #1f1f21;
  border-radius: 12px;
  color: var(--clr-text);
}

.q5content h1, .q5content h2, .q5content h3 {
  color: var(--clr-text);
  margin: 30px 0 15px;
  line-height: 1.3;
}

.q5content h1 { font-size: 36px; }
.q5content h2 { font-size: 28px; }
.q5content h3 { font-size: 22px; }

.q5content p {
  margin-bottom: 18px;
  line-height: 1.8;
  color: var(--clr-text-muted);
}

.q5content ul, .q5content ol {
  margin: 20px 0 20px 30px;
  line-height: 1.8;
}

.q5content li {
  margin-bottom: 10px;
  color: var(--clr-text-muted);
}

.q5content table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  background: #2a2a2c;
  border-radius: 8px;
  overflow: hidden;
}

.q5content table th {
  background: var(--clr-primary);
  color: var(--clr-dark);
  padding: 15px;
  text-align: left;
  font-weight: 700;
}

.q5content table td {
  padding: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: var(--clr-text-muted);
}

.q5content table tr:hover {
  background: rgba(0, 251, 200, 0.05);
}

.q5content a {
  color: var(--clr-primary);
  text-decoration: underline;
}

.q5content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

@media (max-width: 968px) {
  .yp3nav {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: var(--clr-dark);
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }
  
  .yp3nav.active {
    display: flex;
  }
  
  .p8burger {
    display: flex;
  }
  
  .d9screenshots, .w3tournaments {
    grid-template-columns: 1fr;
  }
  
  .g6games {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .a1author {
    flex-direction: column;
    text-align: center;
  }
  
  .n5social {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .u6banner h1 {
    font-size: 32px;
  }
  
  .u6banner p {
    font-size: 16px;
  }
  
  .b4title {
    font-size: 28px;
  }
  
  .g6games {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .rt5buttons {
    gap: 8px;
  }
  
  .nm8btn {
    padding: 8px 16px;
    font-size: 12px;
  }
  
  .p1widget {
    bottom: 10px;
    right: 10px;
    padding: 15px 20px;
  }
  
  .y9demo iframe {
    height: 400px;
  }
}

.wp-block-gallery { display: none; }
.yoast-schema-graph { display: none; }
