.home___LXLdH {
  padding: 24px 0;
}
.hero___YvreL {
  text-align: center;
  padding: 64px 0;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.08) 0%, rgba(255, 0, 255, 0.08) 50%, rgba(185, 103, 255, 0.08) 100%);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 16px;
  margin-bottom: 64px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
@media (max-width: 768px) {
  .hero___YvreL {
    padding: 32px 0;
    margin-bottom: 48px;
    border-radius: 12px;
  }
}
.heroContent___r8heQ {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
.title___By32o {
  font-size: 36px;
  font-weight: 700;
  color: #e2e8f0;
  margin-bottom: 24px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .title___By32o {
    font-size: 30px;
  }
}
.highlight___WzWi1 {
  background: linear-gradient(135deg, #00ffff 0%, #ff00ff 50%, #b967ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 40px rgba(0, 255, 255, 0.3);
}
.subtitle___BGXSQ {
  font-size: 18px;
  color: #94a3b8;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .subtitle___BGXSQ {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.heroActions___nJg8W {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .heroActions___nJg8W {
    flex-direction: column;
    align-items: center;
  }
  .heroActions___nJg8W a,
  .heroActions___nJg8W button {
    min-width: 200px;
  }
}
.statsSection___M3Zbb {
  margin-bottom: 64px;
}
.statsGrid___UeDmH {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .statsGrid___UeDmH {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .statsGrid___UeDmH {
    grid-template-columns: 1fr;
  }
}
.sectionTitle___Q2ozq {
  font-size: 24px;
  font-weight: 600;
  color: #e2e8f0;
  margin-bottom: 24px;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}
.statCard___b7Vw1 {
  background: rgba(20, 20, 35, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
.statCard___b7Vw1:hover {
  border-color: rgba(0, 255, 255, 0.3);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 255, 255, 0.15);
}
.statContent___QLjhx {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 16px;
}
.statIcon___ylnqH {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.statIcon___ylnqH svg {
  width: 24px;
  height: 24px;
}
.statInfo___Z3iGi {
  flex: 1;
}
.statValue___wtkk9 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.statTitle___gh2XJ {
  font-size: 14px;
  color: #94a3b8;
  margin-top: 4px;
}
.puzzlesSection___tfXlk {
  margin-bottom: 64px;
}
.puzzlesGrid___CLtvM {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  .puzzlesGrid___CLtvM {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .puzzlesGrid___CLtvM {
    grid-template-columns: 1fr;
  }
}
.sectionHeader___erWrg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.viewAll___yRfpg {
  color: #00ffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.15s ease;
  text-decoration: none;
}
.viewAll___yRfpg:hover {
  color: #ff00ff;
  text-shadow: 0 0 10px rgba(255, 0, 255, 0.5);
}
.viewAll___yRfpg svg {
  width: 16px;
  height: 16px;
}
.actionsSection___Nm2k5 {
  margin-bottom: 48px;
}
.actionsGrid___Fx1sF {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .actionsGrid___Fx1sF {
    grid-template-columns: 1fr;
  }
}
.actionCard___N09Jm {
  background: rgba(20, 20, 35, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 12px;
  text-align: center;
  padding: 32px 24px;
  transition: all 0.3s ease;
}
.actionCard___N09Jm:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.3);
}
.actionCard___N09Jm h3 {
  font-size: 20px;
  font-weight: 600;
  color: #e2e8f0;
  margin: 16px 0 8px;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
}
.actionCard___N09Jm p {
  color: #94a3b8;
  margin-bottom: 24px;
}
.actionCard___N09Jm a {
  text-decoration: none;
}
.actionIcon___VS4i7 {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
.actionIcon___VS4i7 svg {
  width: 32px;
  height: 32px;
}

