body {
  font-family: 'Orbitron', 'Share Tech Mono', Arial, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: transparent;
  position: relative;
  color: #fff;
  letter-spacing: 1px;
}

.gradient-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0; top: 0;
  z-index: -1;
  /* Futuristic Neon Gradient Animation */
  background: linear-gradient(135deg, #0f2027 0%, #2c5364 80%);
  animation: neonGlowBg 8s ease-in-out infinite alternate;
}

@keyframes neonGlowBg {
  0% { filter: brightness(1) drop-shadow(0 0 12px #00fff7); }
  100% { filter: brightness(1.2) drop-shadow(0 0 32px #ff00cc); }
}

main {
  max-width: 500px;
  margin: 0 auto;
  padding: 38px 12px 0 12px;
}

.profile-card {
  background: rgba(20, 20, 40, 0.95);
  border-radius: 22px;
  padding: 32px 20px 22px 20px;
  text-align: center;
  box-shadow: 0 0 32px 2px #00fff7, 0 2px 32px #ff00cc;
  margin-bottom: 30px;
  border: 2px solid #00fff7;
  position: relative;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #ff00cc;
  margin-bottom: 18px;
  box-shadow: 0 0 24px #00fff7, 0 0 8px #ff00cc;
  background: #222;
}

.profile-card h1 {
  font-size: 2.3rem;
  font-weight: 800;
  color: #00fff7;
  margin-bottom: 9px;
  font-family: 'Orbitron', sans-serif;
  text-shadow: 0 0 10px #00fff7, 0 0 4px #ff00cc;
  letter-spacing: 2.5px;
}

.tagline {
  color: #ff00cc;
  font-size: 1.18rem;
  font-weight: 600;
  margin-bottom: 13px;
  letter-spacing: 0.4px;
  font-family: 'Share Tech Mono', 'Orbitron', monospace;
  text-shadow: 0 0 6px #ff00cc;
}

.bio {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 11px;
  font-family: 'Share Tech Mono', 'Orbitron', monospace;
  text-shadow: 0 0 6px #00fff7;
}
.bio-icons {
  color: #00fff7;
  font-size: 1.05em;
  font-weight: 600;
  display: inline-block;
  margin-top: 4px;
  letter-spacing: 1.2px;
  text-shadow: 0 0 4px #00fff7;
}


.links-grid.links-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
  margin-bottom: 36px;
}

.link-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(18, 18, 30, 0.98);
  border-radius: 13px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 16px 20px;
  box-shadow: 0 0 14px #00fff7, 0 0 8px #ff00cc;
  transition: transform 0.12s, box-shadow 0.12s, background 0.15s, border-color 0.18s;
  border: 2.5px solid transparent;
  position: relative;
  font-family: 'Orbitron', 'Share Tech Mono', Arial, sans-serif;
}

.link-card img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: transparent;
  transition: box-shadow 0.18s;
  filter: drop-shadow(0 0 6px #00fff7);
}

.link-card span {
  font-size: 1.09rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  font-family: 'Orbitron', 'Share Tech Mono', Arial, sans-serif;
  text-shadow: 0 0 8px #ff00cc, 0 0 4px #00fff7;
}

.link-card:hover {
  transform: scale(1.07);
  box-shadow: 0 0 24px #00fff7, 0 0 16px #ff00cc;
  background: #161625;
  border-color: #ff00cc;
}

.link-card.yt { border-left: 5px solid #ff3131; }
.link-card.insta { border-left: 5px solid #ff00cc; }
.link-card.twitter { border-left: 5px solid #00fff7; }
.link-card.fb { border-left: 5px solid #4267B2; }
.link-card.discord { border-left: 5px solid #5865F2; }
.link-card.tiktok { border-left: 5px solid #00fff7; }
.link-card.reddit { border-left: 5px solid #ff4500; }
.link-card.telegram { border-left: 5px solid #229ED9; }
.link-card.whatsapp { border-left: 5px solid #25D366; }
.link-card.mail { border-left: 5px solid #00fff7; }
.link-card.solo { border-left: 5px solid #ff00cc; }
.link-card.donate { border-left: 5px solid #ffd700; }


.featured-section.featured-row {
  display: flex;
  gap: 24px;
  background: rgba(20,20,40,0.98);
  border-radius: 18px;
  padding: 32px 20px;
  box-shadow: 0 0 24px #00fff7, 0 0 8px #ff00cc;
  margin-bottom: 38px;
  justify-content: center;
  flex-wrap: wrap;
  border: 2px solid #ff00cc;
}

.video-block {
  flex: 1 1 220px;
  min-width: 0;
  text-align: center;
  background: #13132d;
  border-radius: 13px;
  box-shadow: 0 0 16px #00fff7, 0 0 6px #ff00cc;
  padding: 18px 8px 12px 8px;
  border: 2px solid #00fff7;
}

.video-block h3 {
  font-family: 'Orbitron', 'Share Tech Mono', Arial, sans-serif;
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-shadow: 0 0 8px #00fff7, 0 0 4px #ff00cc;
}

.video-label {
  padding: 4px 14px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 1.08em;
  letter-spacing: 0.4px;
  background: linear-gradient(90deg, #00fff7 0%, #ff00cc 100%);
  color: #151517;
  text-shadow: 0 0 8px #00fff7, 0 0 4px #ff00cc;
  border-left: 5px solid #00fff7;
  box-shadow: 0 0 8px #00fff7;
  font-family: 'Share Tech Mono', 'Orbitron', monospace;
}
.video-label.livestream {
  border-left: 5px solid #00fff7;
}
.video-label.video {
  border-left: 5px solid #ff00cc;
}

.video-embed iframe {
  width: 98%;
  max-width: 260px;
  height: 210px;
  border-radius: 10px;
  border: 2.5px solid #00fff7;
  box-shadow: 0 0 12px #ff00cc, 0 0 6px #00fff7;
  background: #111;
}

footer {
  text-align: center;
  color: #fff;
  padding: 36px 10px 22px 10px;
  font-size: 1.07rem;
  background: transparent;
  font-family: 'Orbitron', 'Share Tech Mono', Arial, sans-serif;
  text-shadow: 0 0 8px #00fff7, 0 0 4px #ff00cc;
  margin-top: 22px;
  letter-spacing: 2.2px;
}

footer a {
  color: #00fff7;
  text-decoration: none;
  font-weight: 700;
  margin: 0 8px;
  text-shadow: 0 0 8px #ff00cc;
  transition: color 0.2s;
}
footer a:hover {
  color: #ff00cc;
}

@media (max-width: 650px) {
  main {
    padding-top: 15px;
  }
  .profile-card {
    padding: 18px 4px 12px 4px;
  }
  .links-grid.links-grid-2col {
    grid-template-columns: 1fr;
    gap: 13px 0;
  }
  .featured-section.featured-row {
    flex-direction: column;
    gap: 13px;
    padding: 14px 6px;
  }
  .video-block {
    text-align: center;
    padding: 10px 3px 5px 3px;
  }
  .video-embed iframe {
    height: 160px;
    max-width: 98vw;
  }
}
