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

body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    padding: 20px;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; /* Importante para posicionar o vídeo por baixo */
}

.video-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Envia o vídeo para trás */
}

#backgroundVideo {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que o vídeo cubra toda a tela */
}

.spotify-section {
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0); /* Opacidade de 5% */
    backdrop-filter: blur(0px);
    position: relative;
    z-index: 1; /* Traz a playlist para frente */
}

h2 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

iframe {
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    section {
        padding: 20px;
    }
    
    iframe {
        width: 100% !important;
        height: 300px;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    padding: 20px;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; /* Importante para posicionar o vídeo por baixo */
}

.video-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Envia o vídeo para trás */
}

#backgroundVideo {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que o vídeo cubra toda a tela */
}

.social-links-section {
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0px);
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center; /* Center the content horizontally */
}

.social-links-container {
    display: flex; /* Enable flexbox */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
    gap: 20px;
    width: 30%; /* Set the width of the container */
    margin: 0 auto; /* Center the container horizontally */
    flex-wrap: wrap; /* Allow cards to wrap to the next line */
}

.social-link-card {
    text-align: left;
    padding: 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    width: 30%; /* Each card takes up 30% of the container */
}

.social-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
}

.social-link-card h3 {
    margin-bottom: 8px;
    font-size: 1.1em;
}

.social-link-card p {
    margin-bottom: 8px;
    font-size: 0.85em;
}

.social-link-card a {
    color: #007bff;
    text-decoration: none;
    display: inline-block;
    padding: 6px 14px;
    border-radius: 5px;
    background: #007bff;
    color: white;
}
.social-link-card b {
    color: #007bff;
    text-decoration: none;
    display: inline-block;
    padding: 6px 14px;
    border-radius: 5px;
    background: #007bff;
    color: white;
}
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
  object-fit: cover;
}
.links {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  width: 60px;
  height: 220px;
}
.online { color: #43b581; }
.idle { color: #faa61a; }
.dnd { color: #f04747; }
.offline { color: gray; }
.avatar-wrapper {
  position: relative;
  width: 60px;
  margin: auto;
}

.status-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border: 2px solid white;
}

.online { background: #43b581; }
.idle { background: #faa61a; }
.dnd { background: #f04747; }
.offline { background: gray; }

.spotify {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
}

.spotify img {
  width: 50px;
  border-radius: 8px;
}
