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

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.95);
  padding: 1rem 2rem;
  z-index: 1000;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #00f3ff33;
  display: flex;
  justify-content: center;
}

/* Hamburger Menu Styles - Hidden by default on larger screens */
.hamburger-menu {
  display: none; /* Hidden by default */
  cursor: pointer;
  padding: 10px;
  /* Position static on desktop, will be block on mobile via media query */
  position: static;
  transform: none;
  left: auto;
  z-index: 1001;
}

.hamburger-menu .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

/* Main Navigation Links - Desktop Layout */
.nav-links {
  display: flex;
  gap: 2.8rem;
  list-style: none;
  padding-left: 0;
  justify-content: center; /* Centers the navigation links on desktop */
  margin: 0;
  position: static; /* Ensures normal flow on desktop */
  background: none;
  flex-direction: row;
  width: auto;
  height: auto;
  padding: 0;
  transition: none;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  transition: all 0.3s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: #00f3ff;
  transition: width 0.3s;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-links a:hover {
  color: #00f3ff;
  text-shadow: 0 0 15px rgba(0, 243, 255, 0.5);
}

.footer {
  background: linear-gradient(45deg, #001a1a, #000a1a);
  padding: 2rem;
  text-align: center;
  border-top: 1px solid #00f3ff33;
  position: relative;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Jost', sans-serif;
}

.footer-text {
  color: #00f3ff;
  font-size: 0.8rem;
  letter-spacing: 2px;
  animation: textGlow 2s ease-in-out infinite;
}

@keyframes textGlow {
  0%,
  100% {
    text-shadow: 0 0 10px #00f3ff;
  }
  50% {
    text-shadow: 0 0 20px #00f3ff;
  }
}

body {
  background-color: #0a0a0a;
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

.header {
  margin-top: 60px;
  height: calc(100vh - 60px);
  position: relative;
  overflow: hidden;
}

.header-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.header-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
  text-align: center;
  margin-top: 20vh;
}

h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-shadow: 0 0 15px #00f3ff;
}

.cta-button {
  background: linear-gradient(45deg, #00f3ff, #0066ff);
  color: #ffffff;
  padding: 1.1rem 3rem;
  letter-spacing: 1px;
  box-shadow: 0 0 16px rgba(0, 243, 255, 0.28);
  border: none;
  border-radius: 30px;
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
  transition: transform 0.3s;
}

.cta-button1 {
  background: linear-gradient(90deg, #8a2be2, #6a0dad);
  color: #ffffff;
  padding: 1rem 3rem;
  letter-spacing: 1px;
  box-shadow: 0 0 14px rgba(106, 13, 173, 0.28);
  border: none;
  border-radius: 30px;
  font-family: 'Jost', sans-ser1if;
  font-size: 1.4rem;
  cursor: pointer;
  transition: transform 0.3s;
}

.walletconnect {
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
}

.cta-button:hover {
  transform: scale(1.05);
  animation-play-state: paused;
  box-shadow: 0 0 22px rgba(0, 243, 255, 0.55),
    0 0 34px rgba(0, 243, 255, 0.3), inset 0 0 8px rgba(0, 243, 255, 0.24) !important;
}

.cta-button:hover::after {
  animation-duration: 1.5s;
  opacity: 0.8;
}

.cta-button1:hover {
  transform: scale(1.05);
}

.section {
  padding: 3rem 1rem;
  border-bottom: 1px solid #222;
}

video {
  width: 100%;
  height: auto;
  border-radius: 12px;
}



.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.nft-card {
  background: #111;
  border-radius: 15px;
  padding: 2rem;
  border: 1px solid #00f3ff33;
  transition: transform 0.3s;
  opacity: 0;
  transform: translateY(20px);
}

.nft-card:hover {
  transform: translateY(-10px);
}

.support-card {
  background: #111;
  border-radius: 15px;
  padding: 2rem;
  border: 1px solid #00f3ff33;
}

.video-container {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.video-container iframe {
  display: block;
  position: static;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}

.glowing-text {
  text-shadow: 0 0 10px #00f3ff;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

.description {
  line-height: 1.8;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.description p {
  opacity: 0;
  transform: translateY(20px);
  margin-bottom: 1.5rem;
}

.description strong {
  font-weight: 700;
}

.feature-list {
  margin: 2rem 0;
  padding-left: 1.5rem;
}

.feature-list li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
  font-size: 1.1rem;
  opacity: 0;
  transform: translateX(20px);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logoGlow {
  0% {
    filter: drop-shadow(0 0 10px rgba(0, 243, 255, 0.5));
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(0, 243, 255, 0.8));
  }
  100% {
    filter: drop-shadow(0 0 10px rgba(0, 243, 255, 0.5));
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes cyberGlow {
  0%,
  100% {
    box-shadow: 0 0 11px rgba(0, 243, 255, 0.27), 0 0 22px rgba(0, 243, 255, 0.16),
      inset 0 0 6px rgba(0, 243, 255, 0.14);
  }
  50% {
    box-shadow: 0 0 17px rgba(0, 243, 255, 0.43), 0 0 31px rgba(0, 243, 255, 0.25),
      inset 0 0 9px rgba(0, 243, 255, 0.24);
  }
}

.logo-container {
  animation: fadeInDown 1.5s ease-out;
  transition: transform 0.3s;
}

.logo-container img {
  height: 250px;
  animation: logoGlow 3s infinite, float 3s ease-in-out infinite;
}

.header-content h1 {
  animation: slideInLeft 1s ease-out;
}

.cta-button {
  animation: slideInRight 1s ease-out forwards,
    slideInRight 1s ease-out forwards, cyberGlow 2s infinite;
  position: relative;
  overflow: hidden;
}

.walletconnect {
  animation: cyberGlow 2s infinite;
}

.cta-button::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 25%,
    rgba(0, 243, 255, 0.1) 50%,
    transparent 75%
  );
  animation: energyBeam 4s infinite linear;
  opacity: 0.5;
}

.featured-logos {
  background: linear-gradient(45deg, #001111, #000a1a);
  border-top: 1px solid #00f3ff33;
  border-bottom: 1px solid #00f3ff33;
  padding: 2rem 1rem;
}

.featured-logos .section-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.featured-logos .glowing-text {
  font-size: 1.5rem;
  letter-spacing: 3px;
  margin-bottom: 2.5rem;
}

.logo-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding: 0 2rem;
}

.logo-item {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  background: rgba(0, 243, 255, 0.05);
  border-radius: 8px;
  border: 0px solid #00f3ff33;
  transition: all 0.3s ease;
  max-width: 180px;
}

.logo-item:hover {
  transform: translateY(-5px);
  background: rgba(0, 243, 255, 0.1);
  box-shadow: 0 0 25px rgba(0, 243, 255, 0.3);
  border-color: #00f3ff66;
}

.logo-item img {
  width: 100%;
  height: auto;
  border: none;
  filter: grayscale(100%) brightness(150%);
  transition: filter 0.3s ease;
}

.logo-item:hover img {
  filter: grayscale(0%) brightness(120%) drop-shadow(0 0 10px #00f3ff);
}

@keyframes energyBeam {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) rotate(45deg);
  }
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.footer-links a {
  color: #00f3ff;
  text-decoration: none;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s ease;
}

.footer-links a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: #00f3ff;
  transition: width 0.3s;
}

.footer-links a:hover::after {
  width: 100%;
}

.footer-links a:hover {
  text-shadow: 0 0 15px rgba(0, 243, 255, 0.6);
}

.link-separator {
  color: #00f3ff66;
  font-size: 0.6rem;
  vertical-align: middle;
}

.logo-container:hover {
  transform: scale(1.05);
}

/* Social Icons */
.social-icons {
  gap: 2rem; /* Increased from 1.5rem */
  right: 2.5rem; /* Adjusted from 2rem */
}

.social-link {
  color: #00f3ff;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
}

.social-link:hover {
  color: #fff;
  transform: translateY(-3px);
  text-shadow: 0 0 15px rgba(0, 243, 255, 0.8);
}

.social-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -5px;
  left: 0;
  background: #00f3ff;
  transition: width 0.3s;
}

.social-link:hover::after {
  width: 100%;
}

/* Social Nav */
.social-nav {
  display: flex;
  gap: 2rem;
  list-style: none;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  align-items: center;
}

.social-nav a {
  color: #fff;
  font-size: 1.5rem; /* Increased from 1.2rem */
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  transform-origin: center; /* For smooth scaling */
}

.social-nav a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: #00f3ff;
  transition: width 0.3s;
}

.social-nav a:hover::after {
  width: 100%;
}

.social-nav a:hover {
  color: #00f3ff;
  text-shadow: 0 0 15px rgba(0, 243, 255, 0.5);
}

.social-nav .nav-twitch-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #9147ff;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  background: #9147ff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.social-nav .nav-twitch-link:hover {
  transform: translateY(-1px);
  color: #ffffff;
  box-shadow: 0 0 16px rgba(145, 71, 255, 0.6);
}

.social-nav .nav-twitch-link::after {
  display: none;
}

.hero-cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-twitch-btn {
  min-height: 52px;
}

.logo-item img[alt='Epic Games'] {
  height: 120px; /* Adjust this value as needed */
  width: auto;
  max-width: 180px; /* Maintain aspect ratio */
}

#supportSection {
  background: #111;
  border-top: 1px solid #00f3ff33;
  border-bottom: 1px solid #00f3ff33;
  padding: 3rem 1rem;
}

#contactForm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#contactForm input,
#contactForm textarea {
  background: #0a0a0a;
  border: 1px solid #00f3ff66;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

#contactForm input:focus,
#contactForm textarea:focus {
  border-color: #00f3ff;
  box-shadow: 0 0 10px rgba(0, 243, 255, 0.6);
  outline: none;
}

#contactForm button {
  align-self: flex-start;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
.toast {
  background: #333;
  color: #fff;
  padding: 10px 16px;
  margin-top: 10px;
  border-radius: 6px;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  animation: fadeInOut 4s forwards;
}
.toast.error {
  background: #c0392b;
}
.toast.success {
  background: #27ae60;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.nft-card .cta-button {
  font-size: clamp(1.05rem, 1.1vw + 0.6rem, 1.25rem);
  padding: clamp(0.7rem, 0.6vw, 0.95rem) clamp(1.6rem, 1.2vw + 1rem, 2.3rem);
}

.wallet-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.wallet-modal.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wallet-modal-content {
  background: #212341;
  padding: 30px;
  border-radius: 12px;
  color: white;
  width: 90%;
  max-width: 700px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  position: relative;
}

.wallet-modal-content h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wallet-modal-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wallet-modal-content li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgb(25, 26, 50);
  padding: 14px;
  margin: 12px 0;
  border-radius: 7px;
  cursor: pointer;
  transition: background 0.2s;
}
.wallet-modal-content li:hover {
  background: rgb(18, 19, 37);
}
.wallet-modal-content li img {
  margin-left: auto;
  width: 50px;
  padding: 10px;
  border-radius: 7px;
  background: #2d2f56;
}
.wallet-modal-content strong {
  margin-left: 20px;
  font-size: 1.2rem;
  font-weight: 700;
}

.wallet-modal-content li.hr {
  background: rgb(51, 53, 80);
  height: 1px;
  margin: 25px 0;
  cursor: default;
  text-align: center;
  line-height: 1px;
  display: block;
  padding: 0;
}
.wallet-modal-content li.hr span {
  position: relative;
  background: #212341;
  padding: 0 10px;
  font-size: 0.9rem;
  color: #bbb;
}

.wallet-close {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding: 1rem;
    text-align: center;
  }

  .logo-container img {
    height: 150px;
    animation: logoGlow 3s infinite; /* Remove float animation on mobile */
  }

  h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 1rem 0;
  }

  .header-video {
    opacity: 0.45; /* Slightly reduce opacity for better text visibility */
  }

  .cta-button {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }

  .walletconnect {
    font-size: 0.9rem;
    padding: 0.3rem 1rem;
  }

  /* Display hamburger menu on mobile */
  .hamburger-menu {
    display: block;
    position: static; /* Let flexbox position it */
    transform: none;
    left: auto;
    margin-right: auto;
  }

  .navbar {
    justify-content: space-between;
    padding: 1rem 1.5rem;
  }

  .nav-links {
    position: fixed; /* Fixed position for slide-in effect */
    left: -100%; /* Start off-screen to the left */
    gap: 1.5rem;
    top: 60px; /* Position below the navbar */
    flex-direction: column; /* Stack links vertically */
    background: rgba(10, 10, 10, 0.95);
    width: 250px; /* Width of the sliding menu */
    height: calc(100vh - 60px); /* Full height minus navbar */
    transition: all 0.5s ease-in-out; /* Smooth slide transition */
    backdrop-filter: blur(10px);
    border-right: 1px solid #00f3ff33; /* Border for visual separation */
    padding-top: 2rem; /* Padding at the top of the menu */
    z-index: 999; /* Below hamburger, above main content */
    align-items: flex-start; /* Aligns links to the top (left edge) */
    justify-content: flex-start; /* Explicitly align content to the top */
  }

  .nav-links.active {
    left: 0; /* Slide in when active */
  }

  .nav-links li {
    text-align: left;
    padding: 1rem 2rem; /* Padding for each link item */
    width: 100%; /* Full width for clickable area */
  }

  .nav-links a {
    font-size: 1.5rem; /* Larger font size for mobile links */
    display: inline-block; /* Change to inline-block to shrink width to content */
  }

  .nav-links a::after {
    left: 0; /* Align underline to the left of the link text */
    /* Remove width: 100% here as it will be controlled by hover for desktop,
       and we want it to be content-based for mobile */
  }

  .cta-button1 {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }

  .header .hero-twitch-btn {
    min-height: 0;
    padding: 0.72rem 1.35rem;
    font-size: 0.95rem;
  }

  .social-nav .nav-twitch-link {
    padding: 0.3rem 0.6rem;
    font-size: 0.68rem;
  }

  .nav-twitch-text {
    display: none;
  }

  /* Adjust text sizes */
  .glowing-text {
    font-size: 1.8rem !important;
    margin-bottom: 1rem;
  }

  .description {
    font-size: 1rem;
    line-height: 1.6;
  }

  /* Stack grid elements vertically */
  .grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  /* Adjust video container height */
  .video-container {
     /* More square aspect ratio for mobile */
    order: -1; /* Move video above text on mobile */
  }
}

.logo-grid {
  gap: 1.5rem;
  padding: 0 1rem;
}

.logo-item {
  max-width: 140px;
  padding: 0.8rem;
}

.social-nav {
  right: 1rem;
  gap: 1rem;
}

.social-nav a {
  font-size: 1rem;
}

.nav-links {
  gap: 1.5rem;
}

@media (max-width: 580px) {
  h1 {
    font-size: 1.8rem;
  }

  .logo-container img {
    height: 120px;
  }

  .header-content {
    margin-top: 5vh;
    font-size: medium;
  }

  .logo-grid {
    flex-direction: column;
    align-items: center;
  }

  .logo-item {
    width: 100%;
    text-align: center;
  }

  .header-video {
    height: 100%;
  }

  .nav-links {
    gap: 1.5rem;
  }

  .nav-links a {
    font-size: 1.2rem;
  }

  .footer-text {
    font-size: 10px;
  }

  .featured-logos .glowing-text {
    font-size: 1.2rem;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .link-separator {
    display: none;
  }

  .social-icons {
    gap: 1rem;
  }
  .social-link {
    font-size: 1.2rem;
  }

  .social-nav a {
    display: none;
  }

  .hero-cta-row {
    gap: 0.7rem;
  }

  .header .hero-twitch-btn {
    padding: 0.65rem 1.15rem;
    font-size: 0.9rem;
  }

  .featured-logos .logo-grid {
    display: flex;
    overflow: hidden;
    position: relative;
    height: 90px;
    width: 100%;
    padding: 0;
  }

  .featured-logos .logo-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slideShow 15s infinite linear;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    transform: translateX(100%);
  }

  .featured-logos .logo-item img {
    filter: none !important;
    height: 100%;
    width: auto;
    max-width: 200px;
    margin: 0 auto;
  }

  .featured-logos .logo-item img[alt='Epic Games'] {
    height: 100px; /* Slightly smaller for mobile */
    max-width: 150px;
  }

  /* Animation timing */
  .featured-logos .logo-item:nth-child(1) {
    animation-delay: 0s;
  }
  .featured-logos .logo-item:nth-child(2) {
    animation-delay: 5s;
  }
  .featured-logos .logo-item:nth-child(3) {
    animation-delay: 10s;
  }

  @keyframes slideShow {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    5% {
      opacity: 1;
      transform: translateX(0);
    }
    25% {
      opacity: 1;
      transform: translateX(0);
    }
    30% {
      opacity: 0;
      transform: translateX(-100%);
    }
    100% {
      opacity: 0;
      transform: translateX(-100%);
    }
  }

  /* Disable hover effects on mobile */
  .featured-logos .logo-item:hover {
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .featured-logos .logo-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
    padding: 0 2rem;
  }

  .featured-logos .logo-item {
    display: flex;
    align-items: center;
    padding: 1.2rem;
    background: rgba(0, 243, 255, 0.05);
    border-radius: 8px;
    border: 0px solid #00f3ff33;
    transition: all 0.3s ease;
    max-width: 180px;
  }

  .wallet-modal-content h3 {
    font-size: 0.85rem;
    font-weight: 600;
  }

  .wallet-modal-content li {
    margin: 9px 0;
    padding: 6px;
    border-radius: 5px;
  }

  .wallet-modal-content li.hr {
    width: calc(100% - 12px);
    margin: 30px 6px;
  }

  .wallet-modal-content li.hr span {
    font-size: 0.8rem;
  }

  .wallet-modal-content strong {
    margin-left: 10px;
    font-size: 0.85rem;
  }

  .wallet-modal-content li.img {
    width: 25px;
    max-height: 25px;
    padding: 5px;
  }
}


/* ===== Modal (Play Now) ===== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 2000;
}

.modal.is-open { display: block; }

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(6px);
}

.modal__dialog {
  position: relative;
  max-width: 640px;
  margin: 8vh auto;
  background: #0e0e0f;
  border: 1px solid #00f3ff33;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0, 243, 255, 0.25);
  padding: 1.75rem;
  animation: fadeInUp 0.25s ease-out;
}

.modal__title {
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 1rem;
  text-shadow: 0 0 10px #00f3ff;
}

.modal__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
}

.modal__note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #b7eaff;
  opacity: 0.9;
}

/* Close button */
.modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.15s ease;
}
.modal__close:hover { transform: scale(1.1); }

/* Modal buttons - reusing your vibe */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 0.9rem 1.1rem;
  border-radius: 12px;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:active { transform: scale(0.98); }

.btn--primary {
  background: linear-gradient(45deg, #00f3ff, #0066ff);
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 243, 255, 0.35);
}
.btn--primary:hover {
  box-shadow: 0 0 35px rgba(0, 243, 255, 0.9), 0 0 55px rgba(0, 243, 255, 0.6);
}

.btn--outline {
  border: 1px solid #00f3ff66;
  color: #e7fbff;
  background: #0a0a0a;
}
.btn--outline:hover {
  border-color: #00f3ff;
  box-shadow: 0 0 18px rgba(0, 243, 255, 0.35);
}

.btn--twitch {
  border: 1px solid #9147ff;
  color: #ffffff;
  background: #9147ff;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(145, 71, 255, 0.35);
}

.btn--twitch:hover {
  background: #7f3ef0;
  border-color: #7f3ef0;
  box-shadow: 0 0 24px rgba(145, 71, 255, 0.6);
}

/* Small screens */
@media (max-width: 520px) {
  .modal__dialog { margin: 6vh 1rem; padding: 1.25rem; }
  .modal__actions { gap: 0.6rem; }
}

