  /* Reset básico e corpo escuro */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  body, html {
    height: 100%;
    background: #121212;
    color: #eee;
    overflow-x: hidden;
  }

  header {
        background: #181828;
        padding: 0.7rem 0;
        text-align: center;
        border-bottom: 2px solid #ffd600;
      }
      nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.2rem;
      }
      nav a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.05rem;
        transition: color 0.2s, background 0.2s;
        padding: 2px 10px;
        border-radius: 6px;
      }
      nav a:hover, nav a.active {
        background: #ffd600;
        color: #181828;
      }
      /* Mantém o CSS das músicas */
      .capaMusicas {
        width: 31.333%;
        height: 312px;
        margin: 1%;
        position: relative;
        overflow: hidden;
        background: #232347;
        border-radius: 18px;
        box-shadow: 0 6px 24px #12236740;
        padding: 1.2rem 1rem 1.5rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 2px solid #ffd600;
        transition: transform 0.22s, box-shadow 0.22s;
      }
      .capaMusicas:hover {
        transform: translateY(-8px) scale(1.04);
        box-shadow: 0 12px 32px #ffd60060;
        border-color: #ff66a3;
      }
      .capaMusicas img {
        width: 140px;
        height: 140px;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 1.1rem;
        border: 3px solid #fff;
        background: #fff;
        box-shadow: 0 2px 12px #ffd60040;
        transition: border-color 0.2s;
      }
      .capaMusicas:hover img {
        border-color: #ff66a3;
      }
      .hoverMusicas {
        width: 100%;
        text-align: center;
        background: none;
        position: static;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        opacity: 1;
        transition: none;
      }
      .hoverMusicas span {
        display: block;
        font-weight: 700;
        color: #ffd600;
        font-size: 1.15rem;
        margin-bottom: 0.7rem;
        text-shadow: 0 1px 8px #122367;
      }
      .hoverMusicas a {
        display: inline-block;
        margin: 6px 4px;
        padding: 7px 18px 7px 38px;
        border-radius: 20px;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 1rem;
        box-shadow: 0 1px 6px #ffd60030;
        transition: background 0.2s, color 0.2s;
        border: none;
        position: relative;
        min-width: 120px;
        text-align: left;
      }
      .hoverMusicas a[href*="spotify"] {
        background: #1db954;
      }
      .hoverMusicas a[href*="deezer"] {
        background: #3b2ca2;
      }
      .hoverMusicas a[href*="youtube"] {
        background: #ff0000;
      }
      .hoverMusicas a::before {
        content: '';
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
      }
      .hoverMusicas a[href*="spotify"]::before {
        background-image: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/spotify.svg');
        filter: brightness(0) invert(1);
      }
      .hoverMusicas a[href*="deezer"]::before {
        background-image: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/deezer.svg');
        filter: brightness(0) invert(1);
      }
      .hoverMusicas a[href*="youtube"]::before {
        background-image: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/youtube.svg');
        filter: brightness(0) invert(1);
      }
      .hoverMusicas a:hover {
        filter: brightness(1.1);
        color: #fff;
        opacity: 0.95;
      }
      @media (max-width: 900px) {
        .capaMusicas {
          width: 48%;
          height: 312px;
          margin: 1%;
        }
      }
      @media (max-width: 700px) {
        #ContainerMusicas {
          flex-direction: column;
          align-items: center;
        }
        .capaMusicas {
          width: 90%;
          min-width: 220px;
          height: auto;
          margin: 0 0 20px 0;
          padding: 1rem 0.5rem 1.2rem 0.5rem;
        }
        .capaMusicas img {
          width: 90px;
          height: 90px;
        }
      }


      #bgVideo {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    opacity: 0.18; /* ajuste a opacidade conforme desejar */
    pointer-events: none;
    background: #181828;
  }
  body {
    background: transparent !important;
  }

  /* Estilo geral do header */
      header {
        background: #181828;
        padding: 0.7rem 0;
        text-align: center;
        border-bottom: 2px solid #ffd600;
      }

  /* Estilo do logo */
  .logo {
    max-width: 120px;
    height: auto;
  }

  .flash-mensagens {
    list-style: none;
    padding: 10px;
    background-color: #0f0; /* verde para sucesso */
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    margin: 10px auto;
    text-align: center;
    max-width: 600px;
  }

  .flash-mensagens li {
    margin: 5px 0;
  }


  video#bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
    filter: brightness(0.4); /* escurece o vídeo pra não atrapalhar */
  }

  .clipes-galeria {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin: 2.5rem 0;
    padding: 0 1rem;
    justify-items: center;
  }

  .clipe-video {
    background: #232347;
    border-radius: 16px;
    box-shadow: 0 4px 24px #18182840;
    padding: 1.2rem 1rem 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.22s, box-shadow 0.22s;
    border: 2px solid #ffd600;
    min-width: 220px;
    max-width: 350px;
  }

  .clipe-video:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 32px #ffd60060;
    border-color: #ff66a3;
  }

  .clipe-video iframe {
    border-radius: 10px;
    border: 2px solid #ffd600;
    box-shadow: 0 2px 12px #ffd60040;
    width: 100%;
    min-width: 220px;
    min-height: 140px;
    max-width: 320px;
    max-height: 180px;
    background: #000;
  }

  .clipe-video p {
    margin-top: 1rem;
    color: #ffd600;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-shadow: 0 1px 8px #181828;
    text-align: center;
  }

  /* Botão voltar */
  .btn-comprar {
    display: inline-block;
    margin: 2rem auto 0 auto;
    padding: 12px 32px;
    background: #ffd600;
    color: #181828;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px #ffd60030;
    border: none;
    text-align: center;
  }
  .btn-comprar:hover {
    background: #ff66a3;
    color: #fff;
  }

  /* Responsivo */
  @media (max-width: 700px) {
    .clipes-galeria {
      grid-template-columns: 1fr;
      gap: 1.2rem;
      padding: 0;
    }
    .clipe-video iframe {
      min-width: 100%;
      max-width: 100%;
      min-height: 180px;
      max-height: 200px;
    }
  }

  .btn-admin-login {
    display: inline-block;
    margin: 18px 0 0 18px;
    padding: 10px 28px;
    background: #ffd600;
    color: #181828;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.05rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px #ffd60030;
    border: none;
  }
  .btn-admin-login:hover {
    background: #ff66a3;
    color: #fff;
  }

  .btn-dashboard {
    display: inline-block;
    padding: 12px 28px;
    background: #ffd600;
    color: #181828;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.05rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px #ffd60030;
    border: none;
    text-align: center;
  }
  .btn-dashboard:hover {
    background: #ff66a3;
    color: #fff;
  }
  /* Container principal com fundo semi-transparente pra legibilidade */
  .container {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1rem 2rem;
    background: rgba(18, 18, 18, 0.75);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
  }

  /* Header e nav escuros */
  header, nav {
    background-color: #181818;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.8);
  }

  nav a {
    color: #eee;
    margin-right: 1.5rem;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
  }

  nav a:hover {
    color: #f39c12; /* amarelo */
  }

  /* Footer fixo na parte inferior, sempre visível */
  footer {
    background-color: #181818;
    color: #bbb;
    text-align: center;
    padding: 1rem 2rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 20;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.7);
  }

  /* Responsividade */
  @media (max-width: 600px) {
    nav a {
      display: block;
      margin: 0.5rem 0;
    }
    .container {
      margin: 1rem;
      padding: 1rem;
    }
  }

  .StyleInputs input[type="text"],
  .StyleInputs input[type="email"],
  .StyleInputs textarea {
    width: 100%;
    padding: 14px 16px;
    margin: 10px 0 18px 0;
    border: 2px solid #ffd600;
    border-radius: 8px;
    background: #181828;
    color: #fff;
    font-size: 1.1rem;
    font-family: inherit;
    transition: border 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px #ffd60010;
    outline: none;
    resize: vertical;
  }

  .StyleInputs input[type="text"]:focus,
  .StyleInputs input[type="email"]:focus,
  .StyleInputs textarea:focus {
    border-color: #ff66a3;
    box-shadow: 0 0 0 2px #ff66a350;
    background: #232347;
  }

  .StyleInputs textarea {
    min-height: 120px;
    max-height: 300px;
  }

  .StyleInputs input[type="submit"] {
    background: linear-gradient(90deg, #ffd600 60%, #ff66a3 100%);
    color: #181828;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px #ffd60030;
    margin-top: 10px;
  }

  .StyleInputs input[type="submit"]:hover {
    background: linear-gradient(90deg, #ff66a3 60%, #ffd600 100%);
    color: #fff;
    box-shadow: 0 4px 16px #ff66a350;
  }
  /* Mensagens gerais */
.msg-sucesso, .msg-erro, .msg-aviso {
  max-width: 600px;
  margin: 1rem auto;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(255, 214, 0, 0.4);
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  user-select: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Sucesso: amarelo claro no fundo, texto escuro */
.msg-sucesso {
  background-color: #fff9db;
  color: #181828;
  border: 2px solid #ffd600;
  box-shadow: 0 4px 16px #ffd600aa;
}

/* Erro: fundo rosa suave, texto claro */
.msg-erro {
  background-color: #ffccd9;
  color: #6b0020;
  border: 2px solid #ff66a3;
  box-shadow: 0 4px 16px #ff66a3cc;
}

/* Aviso: fundo cinza escuro, texto amarelo */
.msg-aviso {
  background-color: #292930;
  color: #ffd600;
  border: 2px solid #ffd600;
  box-shadow: 0 4px 16px #ffd60099;
}

/* Animação simples para aparecer suavemente */
.msg-sucesso, .msg-erro, .msg-aviso {
  animation: fadeInMsg 0.6s ease forwards;
}

@keyframes fadeInMsg {
  from {opacity: 0; transform: translateY(-10px);}
  to {opacity: 1; transform: translateY(0);}
}

/* Responsivo */
@media (max-width: 700px) {
  .msg-sucesso, .msg-erro, .msg-aviso {
    max-width: 90%;
    font-size: 1rem;
    padding: 0.8rem 1rem;
  }
}

/* Container geral das mensagens */
.flash-mensagens {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  max-width: 500px;
}

/* Mensagens individuais */
.flash-mensagens li {
  padding: 12px 20px;
  border-radius: 5px;
  margin-bottom: 12px;
  font-weight: 600;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: background-color 0.3s ease;
}

/* Mensagem de sucesso - verde */
.msg-sucesso, 
.flash-mensagens li.sucesso {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* Mensagem de erro - vermelho */
.msg-erro, 
.flash-mensagens li.erro {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Mensagem de aviso - amarelo */
.msg-aviso, 
.flash-mensagens li.aviso {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

/* Para deixar as mensagens mais amigáveis no dashboard */
.flash-mensagens li:hover {
  filter: brightness(1.05);
  cursor: default;
}


