/* Synthwave '84 Inspired Theme */

body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #1a1a2e; /* deep retro dark — KEEPING THIS */
  color: #f8f8ff;
  display: flex;
  justify-content: center;
}

.container {
  text-align: center;
  width: 90%;
  max-width: 500px;
  margin-top: 40px;
}

/* Logo */
.logo {
  width: 110px;
  height: auto;
  margin-bottom: 15px;
}

/* Title */
.title {
  font-size: 2.6rem;
  margin: 0;
  color: #d0d0d0; /* same grey as subtitle */
  text-shadow: none; /* remove pink glow */
  font-weight: 700;
}

/* Subtitle */
.subtitle {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 1.1rem;
  color: #cfcfff;
  opacity: 0.9;
}

/* Buttons */
.button {
  display: block;
  margin: 12px 0;
  padding: 14px;
  background: linear-gradient(135deg, #A259FF 0%, #00D1FF 100%);
  color: #1a1a2e;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  transition: 0.2s;
}

.button:hover {
  transform: scale(1.03);
  box-shadow: 0 0 18px #A259FF;
}

.button:active {
  transform: scale(0.97);
  opacity: 0.8;
}

/* Sponsored Section Styling */
.sponsored-section {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sponsored-label {
  font-size: 0.9rem;
  color: #A259FF;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  opacity: 1;
  text-shadow: 0 0 6px rgba(162, 89, 255, 0.35);
}

/* Optional: center the ad container */
.native-banner {
  display: flex;
  justify-content: center;
}

body {
  background: url('background.png') no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  font-family: Arial, sans-serif;
}
.nsv-logo-btn {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99999;
  display: block;
}

.nsv-logo-btn img {
  width: 100px; /* adjust if needed */
  height: auto;
  cursor: pointer;
  user-select: none;
}
