@keyframes neonPulse {
  0%, 100% { box-shadow: 0 0 8px #00aaff, 0 0 20px #00aaff, 0 0 40px #005599; }
  50% { box-shadow: 0 0 16px #00ccff, 0 0 40px #00ccff, 0 0 80px #0077bb; }
}
@keyframes chainGlow {
  0%, 100% { text-shadow: 0 0 6px #00aaff, 0 0 14px #0077cc; }
  50% { text-shadow: 0 0 12px #00ccff, 0 0 28px #00aaff; }
}
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes energyPulse {
  0%, 100% { opacity: 1; transform: scaleX(1); }
  50% { opacity: 0.7; transform: scaleX(1.03); }
}
@keyframes floatUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.neon-pulse { animation: neonPulse 2.4s ease-in-out infinite; }
.chain-glow { animation: chainGlow 2s ease-in-out infinite; }
.float-up { animation: floatUp 3s ease-in-out infinite; }
.energy-pulse { animation: energyPulse 2s ease-in-out infinite; }
.marquee-track { display: flex; width: max-content; animation: marqueeScroll 28s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.nav-blur { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.hero-bg {
  background-image: url('/images/hero.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.chain-border {
  border: 1px solid rgba(0,170,255,0.35);
  box-shadow: 0 0 12px rgba(0,170,255,0.15);
}
.btn-primary {
  background: linear-gradient(135deg, #0077cc 0%, #00aaff 100%);
  color: #ffffff;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.75rem 2rem;
  display: inline-block;
  transition: all 0.25s ease;
  text-decoration: none;
  box-shadow: 0 0 14px rgba(0,170,255,0.45);
}
.btn-primary:hover { background: linear-gradient(135deg, #0099ee 0%, #33ccff 100%); box-shadow: 0 0 24px rgba(0,204,255,0.65); transform: translateY(-2px); }
.btn-secondary {
  background: transparent;
  color: #00aaff;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.72rem 1.9rem;
  display: inline-block;
  border: 2px solid #00aaff;
  transition: all 0.25s ease;
  text-decoration: none;
}
.btn-secondary:hover { background: rgba(0,170,255,0.12); transform: translateY(-2px); }
.card-dark {
  background: rgba(20,28,45,0.88);
  border: 1px solid rgba(0,170,255,0.25);
  border-radius: 0.75rem;
  transition: all 0.25s ease;
}
.card-dark:hover { border-color: rgba(0,170,255,0.6); box-shadow: 0 4px 28px rgba(0,170,255,0.18); }
.section-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #e2f0ff;
  text-align: center;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.section-sub {
  color: #7ab8e8;
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 1rem;
}
.prose {
  color: #c8ddf0;
  line-height: 1.8;
  max-width: 100%;
}
.prose h2 {
  font-size: 1.55rem;
  font-weight: 800;
  color: #e2f0ff;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid rgba(0,170,255,0.3);
  padding-bottom: 0.4rem;
}
.prose h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #a8d4f5;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.prose p {
  margin-bottom: 1.1rem;
  color: #b8cfe8;
}
.prose a {
  color: #33bbff;
  text-decoration: underline;
}
.prose a:hover { color: #66ccff; }
.prose ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1rem;
  color: #b8cfe8;
}
.prose ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin-bottom: 1rem;
  color: #b8cfe8;
}
.prose li { margin-bottom: 0.4rem; }
.prose blockquote {
  border-left: 4px solid #00aaff;
  padding-left: 1rem;
  color: #7ab8e8;
  font-style: italic;
  margin: 1.5rem 0;
  background: rgba(0,170,255,0.06);
  border-radius: 0 0.4rem 0.4rem 0;
}
.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
  border: 1px solid rgba(0,170,255,0.25);
}
.prose table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5rem;
}
.prose thead th {
  background: rgba(0,100,200,0.35);
  color: #e2f0ff;
  padding: 0.65rem 1rem;
  text-align: left;
  font-weight: 700;
  border: 1px solid rgba(0,170,255,0.25);
}
.prose tbody td {
  padding: 0.55rem 1rem;
  border: 1px solid rgba(0,170,255,0.15);
  color: #b8cfe8;
  background: rgba(10,20,40,0.55);
}
.prose tbody tr:nth-child(even) td { background: rgba(0,60,120,0.25); }
.step-badge {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0055aa, #00aaff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: 0 0 14px rgba(0,170,255,0.5);
}
.faq-item {
  border-bottom: 1px solid rgba(0,170,255,0.18);
}
.faq-item summary {
  cursor: pointer;
  padding: 1rem 0;
  font-weight: 700;
  color: #d0e8ff;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { color: #33bbff; }
.faq-answer { padding: 0 0 1rem 0; color: #9ab8d8; line-height: 1.75; }
.provider-cloud span {
  display: inline-block;
  background: rgba(0,80,160,0.35);
  color: #a8d4f5;
  border: 1px solid rgba(0,170,255,0.25);
  border-radius: 2rem;
  padding: 0.3rem 0.9rem;
  margin: 0.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.provider-cloud span:hover { background: rgba(0,120,220,0.5); color: #ffffff; border-color: #00aaff; }
.game-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
.overflow-x-auto { overflow-x: auto; }
