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

body {
    margin: 0;
    padding: 0;
    font-family: 'Russo One', Arial, sans-serif;
    background: #181a1b;
    color: #dcfce7;
    min-height: 100vh;
    scroll-behavior: smooth;
}

.main-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgba(24,26,27,0.97);
    z-index: 100;
    box-shadow: 0 2px 16px 0 rgba(26,124,58,0.08);
    animation: fadeInDown 1s cubic-bezier(.4,2,.6,1);
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 32px;
}
.mascote-topo {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background: #23272b;
    box-shadow: 0 2px 8px 0 rgba(34,197,94,0.10);
    animation: mascoteBounce 2.5s infinite alternate;
}
.main-nav {
    display: flex;
    gap: 36px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 12px 32px;
    border-radius: 18px;
    background: rgba(26,124,58,0.18);
    box-shadow: 0 2px 16px 0 rgba(26,124,58,0.10), 0 1.5px 6px 0 rgba(44,160,90,0.10);
    border: 2px solid transparent;
    transition: background 0.22s, color 0.22s, box-shadow 0.22s, border 0.22s, transform 0.18s;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(6px);
}
.nav-link.active, .nav-link:hover {
    background: #1a7c3a;
    color: #fff;
    border: 2px solid #2ecc71;
    box-shadow: 0 4px 24px 0 #2ecc7180, 0 2px 8px 0 #1a7c3a44;
    transform: scale(1.08) translateY(-2px);
    text-shadow: 0 2px 8px #2ecc71cc;
    z-index: 1;
}

.hero-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #14532d 0%, #181a1b 100%);
    position: relative;
    overflow: hidden;
}
.hero-glass {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    background: rgba(35,39,43,0.92);
    border-radius: 32px;
    box-shadow: 0 8px 32px 0 rgba(26,124,58,0.10);
    padding: 48px 64px;
    margin: 48px 0 0 0;
    backdrop-filter: blur(8px);
    animation: fadeInUp 1.2s cubic-bezier(.4,2,.6,1);
}
.hero-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 320px;
}
.main-title {
    font-size: clamp(3rem, 8vw, 7rem);
    color: #dcfce7;
    margin: 0;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 16px #14532d44;
    animation: fadeInLeft 1.2s cubic-bezier(.4,2,.6,1);
}
.main-subtitle {
    font-size: 1.4rem;
    color: #a7f3d0;
    margin: 0 0 12px 0;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.social-buttons {
    display: flex;
    gap: 18px;
}
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #23272b;
    box-shadow: 0 2px 8px 0 rgba(34,197,94,0.10);
    transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
    position: relative;
    overflow: hidden;
    border: 2px solid #1a7c3a;
}
.social-btn img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px #181a1b44);
}
.social-btn:hover {
    background: #2ecc71;
    transform: scale(1.12) rotate(-3deg);
    box-shadow: 0 4px 16px 0 rgba(34,197,94,0.18);
    border-color: #2ecc71;
}
.social-btn:hover img {
    filter: none;
}
.hero-mascote-anim {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mascote-animada {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #23272b;
    box-shadow: 0 4px 24px 0 rgba(34,197,94,0.10);
    animation: mascoteWink 4s infinite;
}

.player-chat-section {
    display: flex;
    justify-content: center;
    margin: 32px 0 0 0;
}
.player-glass {
    display: flex;
    gap: 0;
    background: rgba(35,39,43,0.92);
    border-radius: 24px;
    box-shadow: 0 4px 24px 0 rgba(26,124,58,0.10);
    padding: 0;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 32px auto 0 auto;
    min-height: 0;
}
.player-embed {
    flex: 3 1 0;
    aspect-ratio: 16/9;
    min-width: 0;
    background: #1e293b;
    border-right: 2px solid #23272b;
    display: flex;
    align-items: stretch;
}
.chat-embed {
    flex: 1 1 0;
    min-width: 0;
    background: #181a1b;
    display: flex;
    align-items: stretch;
}
.player-embed iframe,
.chat-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
@media (max-width: 900px) {
    .player-glass {
        flex-direction: column;
        max-width: 100%;
    }
    .player-embed, .chat-embed {
        border-right: none;
        border-bottom: 2px solid #23272b;
        aspect-ratio: 16/9;
    }
}

@media (max-width: 1100px) {
    .hero-glass, .player-glass {
        flex-direction: column;
        align-items: center;
        padding: 32px 12px;
    }
    .player-embed, .chat-embed {
        width: 100%;
        min-width: 0;
    }
}

.comunidade-section {
    margin: 64px 0 0 0;
    text-align: center;
}
.section-title {
    font-size: 2.2rem;
    color: #2ecc71;
    margin-bottom: 32px;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 8px #1a7c3a44;
}
.comunidade-widgets {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}
.widget-card {
    background: #23272b;
    border-radius: 18px;
    box-shadow: 0 2px 8px 0 rgba(34,197,94,0.08);
    padding: 24px 16px 16px 16px;
    min-width: 320px;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeInUp 1.2s cubic-bezier(.4,2,.6,1);
    border: 2px solid #1a7c3a;
}
.widget-card h3 {
    color: #2ecc71;
    margin: 12px 0 16px 0;
    font-size: 1.2rem;
    font-weight: 700;
}
.mascote-mini {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 4px;
    background: #181a1b;
    box-shadow: 0 2px 8px 0 rgba(34,197,94,0.08);
}

.redes-section {
    margin: 64px 0 0 0;
    text-align: center;
}
.redes-cards {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}
.rede-card {
    background: #23272b;
    border-radius: 16px;
    box-shadow: 0 2px 8px 0 rgba(34,197,94,0.08);
    padding: 24px 18px;
    min-width: 120px;
    max-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    color: #dcfce7;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
    border: 2px solid #1a7c3a;
}
.rede-card img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 6px;
}
.rede-card:hover {
    background: #2ecc71;
    color: #181a1b;
    transform: scale(1.08) rotate(-2deg);
    box-shadow: 0 4px 16px 0 rgba(34,197,94,0.18);
    border-color: #2ecc71;
}

.sobre-section {
    margin: 64px 0 0 0;
    text-align: center;
}
.sobre-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    max-width: 900px;
    margin: 0 auto;
    background: #23272b;
    border-radius: 18px;
    box-shadow: 0 2px 8px 0 rgba(34,197,94,0.08);
    padding: 32px 24px;
    animation: fadeInUp 1.2s cubic-bezier(.4,2,.6,1);
}
.mascote-sobre {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #181a1b;
    box-shadow: 0 2px 8px 0 rgba(34,197,94,0.08);
}
.sobre-content p {
    color: #a7f3d0;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
}

.main-footer {
    text-align: center;
    color: #a7f3d0;
    font-size: 1rem;
    padding: 32px 0 16px 0;
    margin-top: 64px;
    background: #181a1b;
    border-top: 2px solid #1a7c3a;
    letter-spacing: 0.03em;
}

@media (max-width: 900px) {
    .header-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 12px 8px;
    }
    .hero-glass {
        flex-direction: column;
        gap: 24px;
        padding: 32px 8px;
    }
    .player-glass {
        flex-direction: column;
        gap: 24px;
        padding: 24px 8px;
    }
    .comunidade-widgets, .redes-cards, .sobre-content {
        flex-direction: column;
        gap: 24px;
        padding: 0;
    }
}

@keyframes mascoteBounce {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px) scale(1.04); }
}
@keyframes mascoteWink {
    0%, 90%, 100% { filter: none; }
    92%, 98% { filter: brightness(0.7) contrast(1.2); }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-40px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-40px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Botão de destaque */
.connect-button, .social-btn, .rede-card {
    transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.18s, transform 0.18s;
}

.mascote-topo, .mascote-animada, .mascote-mini, .mascote-sobre {
    background: #2ca05a;
    border: 2px solid #1a7c3a;
}

/* Cards de Redes & Plataformas (versão anterior) */
.redes-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.rede-card {
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #2ecc71;
  border-radius: 16px;
  background: transparent;
  transition: box-shadow 0.3s, border-color 0.3s;
  box-shadow: none;
}

.rede-card:hover {
  border-color: #27ae60;
  box-shadow: 0 0 16px #2ecc7133;
}

.rede-card img {
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
}

.rede-card span {
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Russo One', sans-serif;
  margin-top: 0.5rem;
}

@media (max-width: 600px) {
  .redes-cards {
    flex-direction: column;
    gap: 1.5rem;
  }
  .rede-card {
    width: 90vw;
    max-width: 320px;
    height: 120px;
  }
  .rede-card img {
    width: 40px;
    height: 40px;
  }
  .rede-card span {
    font-size: 1.1rem;
  }
}