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

html, body {
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: 'Gaegu';
    src: url('fonts/Gaegu.ttf') format('truetype');
}

@font-face {
    font-family: 'Bilbo';
    src: url('fonts/Bilbo.ttf') format('truetype');
}

/* Montserrat via Google Fonts (index.html) */

/* REDES SOCIAIS TOPO */
#social-links-top {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 5px 0;
    width: 100%;
    margin-top: 30px; /* Restaurado para o original sem furos */
    margin-bottom: 8px; /* Espaço ate a linha do menu */
}

.social-icon {
    font-size: 20px;
    color: #000; /* Monochrome Black */
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-icon:hover {
    transform: scale(1.3);
}

/* Cores de Marca no Hover */
.social-icon.instagram:hover { color: #E1306C !important; }
.social-icon.spotify:hover { color: #1DB954 !important; }
.social-icon.youtube:hover { color: #FF0000 !important; }
.social-icon.soundcloud:hover { color: #FF3300 !important; }
.social-icon.vsco:hover { color: #888888 !important; }
.social-icon.neocities:hover { color: #FFC107 !important; }
.social-icon.generic:hover { color: #3e55da !important; }

body {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f9f5e6;
    background-image: url(/images/bg-pontilhada.png);
    background-repeat: repeat;
    background-size: 650px;
}

/* ESTILO GLOBAL DE BOTÕES INTERATIVOS */
button, .btn-index, #btn-share-video, #btn-inscrever-video {
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    cursor: pointer;
}

button:hover, .btn-index:hover, #btn-share-video:hover, #btn-inscrever-video:hover {
    background-color: #f0f0f0 !important;
    border-color: #000 !important;
}
 
h1 {
    font-family: 'Bilbo';
}
 
h2 {
    font-family: 'Bilbo';
}
 
h3 {
    font-size: 38px;
    font-family: 'Bilbo';
    line-height: normal;
    margin: 1px;
}
 
h4 {
    font-family: 'Gaegu';
    font-size: 18px;
    line-height: normal;
    margin: 1px;
    padding-bottom: 1px;
}
 
p {
    font-family: 'Gaegu', sans-serif;
    font-size: 20px;
    line-height: normal;
    margin-top: 1px;
}
 
hr {
    border: none;
    border-top: 3px dashed #000000;
    width: 100%; /* Agora ocupa o container inteiro de ponta a ponta */
    margin: 8px auto; /* Aumentado para não sufocar o menu */
}
 
a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
 
a:hover {
    color: #ff0000; /* Links agora ficam vermelhos no hover por padrão */
}

/* RESET TITLE HOVER */
#logo-titulo {
    transform: none !important;
    display: block !important;
    color: #000 !important;
    cursor: pointer !important; /* Agora com feeling de link */
    transition: none !important; 
}

#logo-titulo:hover {
    color: #000 !important;
    text-decoration: none !important;
    transform: none !important;
}
 
nav {
    font-family: 'Gaegu', sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    align-content: center;
}
 
nav ul {
    list-style: none;
    padding: 0;
    margin: auto;
    display: flex;
    gap: 20px;
    justify-content: center;
}
 
.titulo {
    font-size: clamp(40px, 10vw, 75px);
    text-align: center;
    line-height: 0.7; /* Reduzi levemente para aproximar mais do sub-titulo */
    margin-top: 81px; /* Restaurado para o original sem furos */
    margin-bottom: 2px; 
}

.sub-titulo {
    font-family: 'Gaegu', sans-serif;
    font-size: clamp(12px, 3vw, 25px);
    font-weight: lighter;
    text-align: center;
    letter-spacing: 7px;
    margin-top: 2px; /* Adicionado margem no topo do subtitulo para afastar do titulo */
    margin-bottom: 18px;
}
 
span {
    font-family: 'Bilbo';
}
 
.container-top {
    width: min(95%, 940px);
    margin-top: 12px;
    background: #f9f5e6;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    position: relative;
}

#container-anuncio {
    width: min(95%, 940px);
    overflow: hidden;
    background: #e6e6e6;
    margin-bottom: 2px;
}
 
.anuncio {
    font-size: 25px;
    letter-spacing: 7px;
    font-weight: lighter;
    padding: 5px;
    white-space: nowrap;
    display: inline-block;
}
 
.container-menu {
    position: sticky;
    top: 0;
    width: min(95%, 940px);
    background: #f9f5e6;
    z-index: 999;
    padding: 15px 0; /* Aumentado de 10px para 15px para dar fôlego */
    border-top: none; 
    border-bottom: none;
    margin: 0 auto;
}
 
.container-mid {
    width: min(95%, 940px);
    background: #f9f5e6;
    text-align: center;
    display: flex;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06); /* Apenas sombra externa */
}

.container-mid2 {
    width: min(95%, 940px);
    background: #f9f5e6;
    text-align: center;
    display: flex;
}

#app {
    width: min(95%, 940px);
    background: #f9f5e6;
    text-align: center;
}
 
.container-mid ul {
    list-style: none;
    padding: 0;
    justify-content: center;
}
 
#conteudo1 {
    width: 100%;
    text-align: center;
    padding: 12px 19px;
    margin-bottom: 8px;
}

#conteudo2 {
    width: 100%;
    text-align: center;
    padding: 12px 19px;
    margin-bottom: auto;
}


#conteudo3 {
    width: 100%;
    text-align: center;
    padding: 12px 19px;
    margin-bottom: auto;
}

#conteudo4 {
    width: 100%;
    text-align: center;
    padding: 12px 5px;
    margin-bottom: auto;
}
 
.verticalrule {
    width: 2px;
    text-align: center;
    margin: 19px;
    background-color: #929292;
}
 
#conteudo1 ul, #conteudo2 ul, #conteudo3 ul, #conteudo4 ul {
    display: inline-block;
    text-align: left;
}
 
.titulo-pagina {
    font-size: 28px;
    font-weight: lighter;
    background: #f9f5e6;
    padding: 5px;
    text-align: center;
}
 
.container-bottom {
    width: min(95%, 940px);
    background: #f9f5e6;
    text-align: center;
    box-shadow: 0 -8px 25px rgba(0,0,0,0.04); /* Sombra para cima no rodapé */
}
 
.rodape {
    font-size: 15px;
    text-align: center;
    margin-top: 12px;
}
 
.logo-rodape {
    margin-top: 31px;
}
 
#logo-titulo {
    color: #000000;
}
 
#tradutor {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px dashed #000;
    padding: 2px 2px;
    z-index: 1000;
    transform: scale(1.1);
    transform-origin: top right;
    background: #f9f5e6;
    border-radius: 4px;
}

#tradutor-index {
    border: none;
    padding: 2px 4px;
    margin: 25px 0;
    display: inline-block;
    transform: scale(1.0);
}
 
.dropdown {
    position: relative;
}
 
.submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background-color: #f9f5e6;
    padding: 8px 0;
    border: 2px dashed #000000;
    list-style: none;
    min-width: 188px;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: block;
}
 
.submenu li {
    display: block;
    padding: 5px 15px;
    white-space: nowrap;
}
 
.submenu.ativo {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
 
#player {
    position: fixed;
    bottom: 10px;
    left: 10px;
    border: 2px dashed #000;
    background: #f9f5e6;
    padding: 5px 8px;
    z-index: 999;
    display: flex;
    gap: 5px;
}
 
#player button {
    background: #f9f5e6;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 14px;
    padding: 3px 6px;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
 
#player button:hover {
    background: #fff;
    transform: scale(1.2);
    box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
}

#admin-hotspot {
    position: fixed;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    z-index: 9999;
    background: transparent;
    display: block;
}
 
.body-index {
    min-height: 100vh;
    justify-content: center;
}
 
.container-index-top {
    width: min(70%, 940px);
    background: #f9f5e6;
    text-align: center;
    padding: 12px;
    margin: auto;
    justify-items: center;
}
 
#entrar {
    background: #f9f5e6;
    text-align: center;
    padding: 25px;
    margin: auto auto 10px auto;
    border: 3px dashed #000000;
    flex-direction: column;
    justify-items: center;
}
 
#container-index-bottom {
    background: #f9f5e6;
    text-align: center;
    flex-direction: column;
    margin-bottom: 1px;
    padding: 12px;
    justify-items: center;
}
 
#titulo-index {
    font-size: clamp(25px, 8vw, 69px);
    line-height: 1;
    margin-top: 0;
    margin-bottom: 35px;
}
 
#subtitulo-index {
    font-size: 19px;
    letter-spacing: 2px;
    margin-bottom: 45px;
    font-weight: lighter;
    line-height: 1;
    margin-top: 19px;
}
 
.btn-index {
    font-family: 'Gaegu', sans-serif;
    font-size: clamp(14px, 2vw, 16px);
    padding: clamp(3px, 1vw, 5px) clamp(6px, 2vw, 8px);
    border: 1px dashed #000;
    background: #e6e6e6;
    cursor: pointer;
}
 
u {
    text-decoration-color: blue;
    text-decoration-thickness: 2px;
}
 
#container-blinkies {
    width: min(95%, 940px);
    overflow: hidden;
    background: #f9f5e6;
    margin-top: 10px;
    margin-bottom: 20px;
}
 
.blinkies-faixa:hover {
    animation-play-state: paused;
}
 
.blinkies-faixa {
    display: flex;
    gap: 6px;
    animation: blinkies 25s linear infinite;
    width: max-content;
}
 
.blinkies-faixa img {
    height: 20px;
    image-rendering: pixelated;
}
 
@keyframes blinkies {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
 
/* Mobile — valores originais */
@media (max-width: 600px) {
    h3 { font-size: 25px; padding-top: 15px; }
    h4 { font-size: 16px; }
    p { font-size: 16px; }
    nav { font-size: 16px; }
    nav ul { gap: 16px; }
    .titulo { font-size: clamp(40px, 10vw, 55px); margin-top: 40px; line-height: 1.0; }
    .sub-titulo { font-size: clamp(12px, 3vw, 20px); margin-bottom: 30px; }
    .anuncio { font-size: 20px; padding: 4px; }
    .container-menu { padding: 8px 0; }
    .rodape { font-size: 14px; margin-top: 9.5px; }
    .logo-rodape { margin-top: 25px; }
    .titulo-pagina { font-size: 22px; }
    #player button { font-size: 11px; padding: 2px 5px; }
    #player { padding: 4px 6px; gap: 4px; }
 
    hr,
    .container-top,
    #container-anuncio,
    .container-menu,
    .container-mid,
    .container-bottom,
    #container-blinkies {
        width: min(95%, 750px);
    }
 
    .container-mid {
        flex-direction: column;
        align-items: center;
    }
 
    .verticalrule {
        width: 0;
        height: 0;
        margin: 10px 0;
    }
 
    #conteudo1, #conteudo2 {
        padding: 10px 15px;
    }
}
 
.construction {
    background-color: #000;
    align-items: center;
}
