/* === SYNTHWAVE CORE STYLES === */
body {
  margin: 0;
  background: linear-gradient(180deg, #0a0029 0%, #140046 50%, #280072 100%);
  background-image: url("Singerverse_Images/OGAngelForce.JPG");
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  color: #00f7ff;
  font-family: 'Rajdhani', sans-serif;
  text-shadow: 0 0 6px #00f7ff;
  overflow-x: hidden;
}

/* === NEON GRID CONTAINER === */
#wrapper {
  width: 85%;
  margin: 2em auto;
  background: rgba(5, 0, 40, 0.6);
  border: 2px solid rgba(255, 0, 234, 0.6);
  border-radius: 1em;
  box-shadow: 0 0 20px #ff00e6, 0 0 40px #00f7ff inset;
  padding: 2em;
  animation: pulseGlow 6s infinite alternate;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 20px #ff00e6, inset 0 0 30px #00f7ff; }
  100% { box-shadow: 0 0 40px #00f7ff, inset 0 0 40px #ff00e6; }
}

/* === NAVIGATION === */
nav {
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  padding: 1.5em;
  background: linear-gradient(90deg, #ff00e6, #00f7ff);
  box-shadow: 0 0 25px #ff00e6;
  border-radius: 1em;
}

nav a {
  color: #0a0029;
  text-transform: uppercase;
  font-size: 1.1em;
  margin: 0 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

nav a:hover {
  color: #fff;
  text-shadow: 0 0 10px #fff, 0 0 20px #00f7ff;
  transform: scale(1.1);
}

/* === IMAGE === */
.image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}

.main-img {
  width: 400px;
  border-radius: 1em;
  box-shadow: 0 0 25px #ff00e6, 0 0 45px #00f7ff;
  animation: glow 4s infinite alternate;
}

@keyframes glow {
  from { box-shadow: 0 0 15px #00f7ff; }
  to { box-shadow: 0 0 35px #ff00e6; }
}

/* === TEXT BOXES === */
.box, .box1 {
  background: rgba(10, 0, 60, 0.6);
  border: 1px solid #ff00e6;
  border-radius: 1em;
  margin: 2em auto;
  padding: 1.5em;
  text-align: center;
  color: #00f7ff;
  box-shadow: 0 0 15px #00f7ff, inset 0 0 20px #ff00e6;
  width: 70%;
}

.box h2 {
  font-family: 'Orbitron', sans-serif;
  color: #ff00e6;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #ff00e6, 0 0 20px #00f7ff;
}

/* === FOOTER === */
footer {
  background: linear-gradient(90deg, #ff00e6, #00f7ff);
  font-size: 0.9em;
  font-style: italic;
  text-align: center;
  padding: 1.5em;
  color: #0a0029;
  border-radius: 1em;
  box-shadow: 0 0 25px #ff00e6;
  margin-top: 3em;
}

footer a {
  color: #0a0029;
  font-weight: bold;
  text-decoration: none;
}

footer a:hover {
  text-shadow: 0 0 10px #fff;
}

/* === LIST === */
ul {
  list-style-type: none;
  padding: 0;
}

li {
  padding: 0.5em;
  font-weight: bold;
  font-size: 1.1em;
  color: #ff00e6;
  text-shadow: 0 0 5px #00f7ff;
  transition: transform 0.3s ease;
}

li:hover {
  transform: scale(1.05);
}

/* === STUDIO EMPHASIS === */
.studio {
  color: #ff00e6;
  font-weight: 700;
  text-shadow: 0 0 8px #00f7ff, 0 0 12px #ff00e6;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 768px) {
  #wrapper {
    width: 95%;
    padding: 1em;
  }

  .main-img {
    width: 80%;
  }

  .box, .box1 {
    width: 90%;
  }

  nav a {
    display: block;
    margin: 0.5em 0;
  }
}
/* === GLOBAL === */
body {
  margin: 0;
  background: radial-gradient(circle at top, #0a0033, #140046, #2c007a);
  background-image: url("Singerverse_Images/OGAngelForce.JPG");
  background-blend-mode: overlay;
  background-size: cover;
  color: #00f7ff;
  font-family: 'Rajdhani', sans-serif;
  text-shadow: 0 0 8px #00f7ff;
  overflow-x: hidden;
}

/* === NAV === */
nav {
  text-align: center;
  background: linear-gradient(90deg, #ff00e6, #00f7ff);
  box-shadow: 0 0 20px #ff00e6;
  padding: 1.5em;
  border-radius: 0 0 1em 1em;
}

nav a {
  color: #0a0029;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 12px;
  text-decoration: none;
  transition: 0.3s ease;
}

nav a:hover {
  color: #fff;
  text-shadow: 0 0 10px #fff, 0 0 25px #00f7ff;
}

/* === HERO IMAGE === */
.image-wrapper {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}

.main-img {
  width: 400px;
  border-radius: 1em;
  box-shadow: 0 0 30px #00f7ff, 0 0 50px #ff00e6;
  animation: glow 4s infinite alternate;
}

@keyframes glow {
  0% { box-shadow: 0 0 20px #00f7ff; }
  100% { box-shadow: 0 0 40px #ff00e6; }
}

/* === CARD GRID === */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5em;
  justify-items: center;
  margin: 3em;
}

.card {
  background: rgba(10, 0, 60, 0.6);
  border: 2px solid #ff00e6;
  border-radius: 1em;
  text-align: center;
  box-shadow: 0 0 25px #00f7ff, inset 0 0 15px #ff00e6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 35px #ff00e6, 0 0 55px #00f7ff;
}

.img-container {
  overflow: hidden;
  border-bottom: 1px solid #ff00e6;
}

.img-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.4s ease;
}

.img-container img:hover {
  transform: scale(1.1);
}

.card-body {
  padding: 1.2em;
}

/* === BUTTON === */
.btn {
  display: inline-block;
  background: linear-gradient(90deg, #ff00e6, #00f7ff);
  color: #0a0029;
  text-transform: uppercase;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 1em;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 0 15px #00f7ff;
}

.btn:hover {
  color: white;
  box-shadow: 0 0 30px #ff00e6, 0 0 60px #00f7ff;
}

/* === FOOTER === */
footer {
  background: linear-gradient(90deg, #ff00e6, #00f7ff);
  text-align: center;
  font-size: 0.9em;
  font-style: italic;
  color: #0a0029;
  padding: 2em;
  border-radius: 1em 1em 0 0;
  box-shadow: 0 0 25px #ff00e6;
}

footer a {
  color: #0a0029;
  text-decoration: none;
  font-weight: bold;
}

footer a:hover {
  text-shadow: 0 0 10px white;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .main-img {
    width: 80%;
  }

  nav a {
    display: block;
    margin: 0.5em 0;
  }
}

/* ============================
   SINGERVERSE 80s SYNTH STYLE
   ============================ */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700&family=Roboto+Mono:wght@400;600&display=swap');

/* === GLOBAL === */
body {
  margin: 0;
  font-family: 'Orbitron', sans-serif;
  background: radial-gradient(circle at center, #0b0028 0%, #090014 60%, #04000a 100%);
  color: #00fff7;
  background-attachment: fixed;
  overflow-x: hidden;
}

/* === NAVIGATION === */
nav {
  text-align: center;
  background: linear-gradient(90deg, #ff00c8, #6a00ff);
  box-shadow: 0 0 20px #ff00c8;
  padding: 1.2em;
  font-family: 'Roboto Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 2px;
}

nav img {
  vertical-align: middle;
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid #00fff7;
}

nav a {
  color: #00fff7;
  text-decoration: none;
  margin: 0 10px;
  transition: all 0.3s ease;
}

nav a:hover {
  color: #ff00c8;
  text-shadow: 0 0 10px #ff00c8;
}

/* === HERO IMAGE === */
.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
}

.main-img {
  width: 400px;
  height: auto;
  border: 3px solid #ff00c8;
  box-shadow: 0 0 25px #ff00c8;
  border-radius: 1.5em;
  transition: all 0.3s ease;
}

.main-img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 35px #00fff7;
}

/* === GRID / CARDS === */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2em;
  padding: 3em;
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  border: 2px solid #ff00c8;
  border-radius: 1em;
  background: rgba(20, 0, 60, 0.8);
  box-shadow: 0 0 20px rgba(255, 0, 200, 0.4);
  text-align: center;
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px #00fff7;
}

.img-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 1em 1em 0 0;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 2px solid #ff00c8;
}

.card-body {
  padding: 1em;
}

/* === BUTTONS === */
.btn-primary {
  display: inline-block;
  color: #00fff7;
  background: transparent;
  border: 2px solid #00fff7;
  padding: 0.6em 1.5em;
  border-radius: 2em;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #00fff7;
  color: #0b0028;
  box-shadow: 0 0 15px #00fff7;
}

/* === FOOTER === */
footer {
  background: linear-gradient(90deg, #6a00ff, #ff00c8);
  text-align: center;
  color: white;
  padding: 2em 1em;
  font-family: 'Roboto Mono', monospace;
  font-size: 0.9em;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  border-top: 2px solid #00fff7;
}

footer a {
  color: #00fff7;
  text-decoration: none;
}

footer a:hover {
  color: #ff00c8;
  text-shadow: 0 0 10px #ff00c8;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  nav a {
    display: block;
    margin: 10px 0;
  }

  .main-img {
    width: 90%;
  }
}
/* ===== Synthwave Message Board Styling ===== */
.message-board {
  text-align: center;
  max-width: 800px;
  margin: 3rem auto;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #ff00e1;
  box-shadow: 0 0 20px #ff00e1;
  border-radius: 1rem;
  padding: 2rem;
}

.message-board h1 {
  font-family: 'Orbitron', sans-serif;
  color: #00f7ff;
  text-shadow: 0 0 10px #00f7ff, 0 0 20px #ff00e1;
}

.message-board .intro {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-style: italic;
}

#messageForm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

#messageForm input,
#messageForm textarea {
  background: rgba(18, 16, 156, 0.8);
  border: 1px solid #00f7ff;
  color: #fff;
  padding: 0.8rem;
  border-radius: 0.5rem;
  font-family: 'Verdana', sans-serif;
}

#messageForm button {
  background: linear-gradient(90deg, #ff00e1, #00f7ff);
  color: #000;
  border: none;
  padding: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
}

#messageForm button:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
}

#messagesContainer {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.message-card {
  background: rgba(18, 16, 156, 0.7);
  border: 1px solid #00f7ff;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: left;
  box-shadow: 0 0 10px #00f7ff;
  color: #fff;
  animation: fadeIn 0.4s ease-in-out;
}

.msg-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ff00e1;
  font-weight: bold;
}

.no-messages {
  color: #bbb;
  font-style: italic;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
