* --- ESTILOS GERAIS --- */
body {
    background-color: #f7d6e0; /* Rosa pastel clássico */
    color: #4a3e3d; /* Texto marrom escuro */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* --- CABEÇALHO --- */
.cabecalho-principal {
    background-color: #b5e2fa; /* Azul pastel */
    text-align: center;
    padding: 40px 20px;
    border-bottom: 5px dashed #ffc6ff;
}

.titulo-principal {
    margin: 0;
    font-size: 2.5em;
}

.subtitulo-principal {
    margin: 5px 0 0 0;
    font-style: italic;
}

/* --- MENU --- */
.menu-navegacao {
    background-color: #4a3e3d;
    padding: 12px;
    text-align: center;
}

.lista-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-menu {
    display: inline;
    margin: 0 12px;
}

.link-menu {
    color: #edf2f4;
    text-decoration: none;
    font-weight: bold;
}

.link-menu:hover {
    color: #ffc6ff;
}

/* --- CONTEÚDO PRINCIPAL --- */
.conteudo-principal {
    max-width: 1050px; /* Um pouco maior para alinhar bem os 4 álbuns */
    margin: 30px auto;
    padding: 20px;
}

/* --- SEÇÃO HISTÓRIA --- */
.secao-historia {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.titulo-secao {
    color: #ff70a6;
    border-bottom: 2px solid #b5e2fa;
    padding-bottom: 5px;
    margin-top: 0;
}

.texto-biografia {
    margin-bottom: 15px;
}

/* --- SEÇÃO ÁLBUNS (OUTRA COR DE FUNDO) --- */
.secao-albuns {
    background-color: #e8f0fe; /* Azul gelo */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    margin-bottom: 30px;
}

.titulo-secao-albuns {
    color: #4a3e3d;
    margin-top: 0;
    margin-bottom: 25px;
}

.grade-albuns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* --- CARDS DOS ÁLBUNS --- */
.card-album {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    width: 180px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.05);
}

.imagem-capa {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* DIV estilizada para virar botão */
.botao-album {
    background-color: #ff70a6;
    border-radius: 5px;
    padding: 10px;
    transition: background 0.2s;
}

.botao-album:hover {
    background-color: #ff477e;
}

.link-botao {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

/* --- SEÇÃO FORMULÁRIO --- */
.secao-formulario {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
}

.formulario-email {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 500px;
    margin-top: 15px;
}

.rotulo-email {
    font-weight: bold;
}

.entrada-email {
    padding: 12px;
    border: 2px solid #b5e2fa;
    border-radius: 5px;
    font-size: 1em;
}

.botao-enviar {
    background-color: #4a3e3d;
    color: white;
    border: none;
    padding: 12px;
    font-weight: bold;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s;
}

.botao-enviar:hover {
    background-color: #ff70a6;
}

/* --- RODAPÉ --- */
.rodape-principal {
    text-align: center;
    padding: 25px;
    background-color: #4a3e3d;
    color: #fff;
    font-size: 0.9em;
    margin-top: 50px;
}

.texto-rodape {
    margin: 0;
}












/* --- CONFIGURAÇÕES GERAIS --- */
.pagina-crybaby {
    background-color: #e3f2fd; /* Azul bebê de fundo */
    color: #5c5050; /* Marrom suave para o texto */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* --- TOPO / HEADER --- */
.cabecalho-album {
    background-color: #ffb7b2; /* Rosa bebê pastel */
    text-align: center;
    padding: 40px 20px;
    border-bottom: 5px dotted #b9fbc0;
}

.titulo-album {
    margin: 0;
    font-size: 2.5em;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.subtitulo-album {
    margin: 5px 0 0 0;
    font-style: italic;
    color: #ffffff;
}

/* --- MENU / NAV --- */
.menu-album {
    background-color: #ffc6ff; /* Lilás pastel */
    padding: 12px;
    text-align: center;
}

.lista-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-menu {
    display: inline;
    margin: 0 12px;
}

.link-menu {
    color: #5c5050;
    text-decoration: none;
    font-weight: bold;
}

.link-menu:hover {
    color: #ffffff;
}

/* --- CONTEÚDO / MAIN --- */
.conteudo-album {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
}

/* CONTAINER DA CAPA */
.topo-destaque-album {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
}

.imagem-destaque-capa {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    border: 4px solid #ffb7b2;
}

/* CONTEÚDO DO TEXTO E TABELA */
.secao-conceito, .secao-dados-album {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.titulo-secao-crybaby {
    color: #ffb7b2;
    border-bottom: 2px dashed #e3f2fd;
    padding-bottom: 10px;
    margin-top: 0;
}

.texto-album {
    margin-bottom: 15px;
    font-size: 1.1em;
}

/* --- ESTILIZAÇÃO DA TABELA --- */
.tabela-dados {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background-color: #ffffff;
}

.linha-cabecalho {
    background-color: #b9fbc0; /* Verde pastel para o cabeçalho */
}

.celula-cabecalho {
    padding: 12px;
    text-align: left;
    color: #5c5050;
    font-weight: bold;
    border-bottom: 3px solid #ffb7b2;
}

.linha-corpo:nth-child(even) {
    background-color: #f8f9fa; /* Efeito zebrado sutil nas linhas */
}

.celula-dado {
    padding: 12px;
    border-bottom: 1px solid #e3f2fd;
    font-size: 1em;
}

/* --- RODAPÉ --- */
.rodape-album {
    text-align: center;
    padding: 25px;
    background-color: #ffb7b2;
    color: #ffffff;
    font-size: 0.9em;
    margin-top: 50px;
}















/* --- CONFIGURAÇÕES GERAIS --- */
.pagina-k12 {
    background-color: #f7ede2; /* Tom de creme vintage acolhedor */
    color: #2b2d42; /* Azul escuro sofisticado para os textos */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* --- TOPO / HEADER --- */
.cabecalho-k12 {
    background-color: #fca311; /* Amarelo/Dourado imperial vintage */
    text-align: center;
    padding: 40px 20px;
    border-bottom: 5px solid #ffb5a7; /* Divisória rosa pastel clássica */
}

.titulo-k12 {
    margin: 0;
    font-size: 2.5em;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.subtitulo-k12 {
    margin: 5px 0 0 0;
    font-style: italic;
    color: #ffffff;
}

/* --- MENU / NAV --- */
.menu-k12 {
    background-color: #ffb5a7; /* Rosa clássico do uniforme K-12 */
    padding: 12px;
    text-align: center;
}

.lista-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-menu {
    display: inline;
    margin: 0 12px;
}

.link-menu {
    color: #2b2d42;
    text-decoration: none;
    font-weight: bold;
}

.link-menu:hover {
    color: #ffffff;
}

/* --- CONTEÚDO / MAIN --- */
.conteudo-k12 {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
}

/* CONTAINER DA CAPA (FOTO NO TOPO) */
.topo-destaque-k12 {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
}

.imagem-destaque-capa {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    border: 4px solid #fca311;
}

/* CONTEÚDO DO TEXTO E TABELA */
.secao-conceito-k12, .secao-dados-k12 {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.titulo-secao-k12 {
    color: #fca311;
    border-bottom: 2px solid #ffb5a7;
    padding-bottom: 10px;
    margin-top: 0;
}

.texto-k12 {
    margin-bottom: 15px;
    font-size: 1.1em;
}

/* --- ESTILIZAÇÃO DA TABELA --- */
.tabela-dados-k12 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background-color: #ffffff;
}

.linha-cabecalho-k12 {
    background-color: #ffb5a7; /* Rosa para o topo da tabela */
}

.celula-cabecalho-k12 {
    padding: 12px;
    text-align: left;
    color: #2b2d42;
    font-weight: bold;
    border-bottom: 3px solid #fca311;
}

.linha-corpo-k12:nth-child(even) {
    background-color: #fdf0ed; /* Linhas alternadas em tom pastel sutil */
}

.celula-dado-k12 {
    padding: 12px;
    border-bottom: 1px solid #f7ede2;
    font-size: 1em;
}

/* --- RODAPÉ / FOOTER --- */
.rodape-k12 {
    text-align: center;
    padding: 25px;
    background-color: #2b2d42;
    color: #ffffff;
    font-size: 0.9em;
    margin-top: 50px;
}















/* --- CONFIGURAÇÕES GERAIS --- */
.pagina-portals {
    background-color: #2b3a32; /* Verde floresta escuro e místico */
    color: #e2e8f0; /* Texto claro para dar contraste */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* --- TOPO / HEADER --- */
.cabecalho-portals {
    background-color: #1c2620; /* Verde musgo bem fechado */
    text-align: center;
    padding: 40px 20px;
    border-bottom: 5px solid #ffaaee; /* Linha rosa mágica da criatura */
}

.titulo-portals {
    margin: 0;
    font-size: 2.5em;
    color: #ffaaee; /* Rosa brilhante/neon */
    text-shadow: 0 0 10px rgba(255, 170, 238, 0.4);
}

.subtitulo-portals {
    margin: 5px 0 0 0;
    font-style: italic;
    color: #a3b899; /* Verde folha desbotado */
}

/* --- MENU / NAV --- */
.menu-portals {
    background-color: #3e5246; /* Verde médio */
    padding: 12px;
    text-align: center;
}

.lista-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-menu {
    display: inline;
    margin: 0 12px;
}

.link-menu {
    color: #ffaaee;
    text-decoration: none;
    font-weight: bold;
}

.link-menu:hover {
    color: #ffffff;
}

/* --- CONTEÚDO / MAIN --- */
.conteudo-portals {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
}

/* CONTAINER DA CAPA (FOTO NO TOPO) */
.topo-destaque-portals {
    text-align: center;
    margin-bottom: 30px;
    background-color: #1c2620;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.3);
}

.imagem-destaque-capa {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    border: 4px solid #ffaaee;
}

/* CONTEÚDO DO TEXTO E TABELA */
.secao-conceito-portals, .secao-dados-portals {
    background-color: #1c2620; /* Caixas internas escuras */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

.titulo-secao-portals {
    color: #ffaaee;
    border-bottom: 2px solid #3e5246;
    padding-bottom: 10px;
    margin-top: 0;
}

.texto-portals {
    margin-bottom: 15px;
    font-size: 1.1em;
}

/* --- ESTILIZAÇÃO DA TABELA --- */
.tabela-dados-portals {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background-color: #1c2620;
}

.linha-cabecalho-portals {
    background-color: #3e5246; /* Verde floresta para o topo */
}

.celula-cabecalho-portals {
    padding: 12px;
    text-align: left;
    color: #ffaaee;
    font-weight: bold;
    border-bottom: 3px solid #ffaaee;
}

.linha-corpo-portals:nth-child(even) {
    background-color: #243029; /* Linhas alternadas bem sutis */
}

.celula-dado-portals {
    padding: 12px;
    border-bottom: 1px solid #3e5246;
    font-size: 1em;
    color: #e2e8f0;
}

/* --- RODAPÉ / FOOTER --- */
.rodape-portals {
    text-align: center;
    padding: 25px;
    background-color: #1c2620;
    color: #a3b899;
    font-size: 0.9em;
    margin-top: 50px;
}
























/* --- CONFIGURAÇÕES GERAIS --- */
.pagina-hades {
    background-color: #121214; /* Preto cibernético ultra escuro */
    color: #e1e1e6; /* Texto cinza claro para excelente leitura */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* --- TOPO / HEADER --- */
.cabecalho-hades {
    background-color: #09090a; /* Fundo quase preto total */
    text-align: center;
    padding: 40px 20px;
    border-bottom: 5px solid #ff003c; /* Detalhe em vermelho neon impactante */
}

.titulo-hades {
    margin: 0;
    font-size: 2.5em;
    color: #ff003c; /* Vermelho sangue/neon */
    letter-spacing: 2px; /* Letras levemente espaçadas industrialmente */
    text-shadow: 0 0 12px rgba(255, 0, 60, 0.5);
}

.subtitulo-hades {
    margin: 5px 0 0 0;
    font-style: italic;
    color: #8d8d99; /* Cinza fosco */
}

/* --- MENU / NAV --- */
.menu-hades {
    background-color: #202024; /* Cinza chumbo escuro */
    padding: 12px;
    text-align: center;
}

.lista-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-menu {
    display: inline;
    margin: 0 12px;
}

.link-menu {
    color: #ff003c;
    text-decoration: none;
    font-weight: bold;
}

.link-menu:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

/* --- CONTEÚDO / MAIN --- */
.conteudo-hades {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
}

/* CONTAINER DA CAPA (FOTO NO TOPO) */
.topo-destaque-hades {
    text-align: center;
    margin-bottom: 30px;
    background-color: #09090a;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 25px rgba(0,0,0,0.5);
}

.imagem-destaque-capa {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 6px;
    border: 3px solid #ff003c;
}

/* CONTEÚDO DO TEXTO E TABELA */
.secao-conceito-hades, .secao-dados-hades {
    background-color: #1a1a1e; /* Caixas internas grafite */
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.4);
    margin-bottom: 30px;
}

.titulo-secao-hades {
    color: #ff003c;
    border-bottom: 2px solid #202024;
    padding-bottom: 10px;
    margin-top: 0;
}

.texto-hades {
    margin-bottom: 15px;
    font-size: 1.1em;
}

/* --- ESTILIZAÇÃO DA TABELA --- */
.tabela-dados-hades {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background-color: #1a1a1e;
}

.linha-cabecalho-hades {
    background-color: #202024; /* Cabeçalho cinza escuro industrial */
}

.celula-cabecalho-hades {
    padding: 12px;
    text-align: left;
    color: #ff003c;
    font-weight: bold;
    border-bottom: 3px solid #ff003c;
}

.linha-corpo-hades:nth-child(even) {
    background-color: #121214; /* Efeito zebrado sutil com fundo da página */
}

.celula-dado-hades {
    padding: 12px;
    border-bottom: 1px solid #202024;
    font-size: 1em;
    color: #c4c4cc;
}

/* --- RODAPÉ / FOOTER --- */
.rodape-hades {
    text-align: center;
    padding: 25px;
    background-color: #09090a;
    color: #8d8d99;
    font-size: 0.9em;
    margin-top: 50px;
}












/* --- CONFIGURAÇÕES GERAIS --- */
.pagina-discografia {
    background-color: #f0efeb; /* Fundo cinza bem clarinho e neutro */
    color: #4a3e3d;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* --- TOPO / HEADER --- */
.cabecalho-discografia {
    background-color: #d6e2e9; /* Azul acinzentado pastel */
    text-align: center;
    padding: 40px 20px;
    border-bottom: 5px dashed #ffb5a7;
}

.titulo-discografia {
    margin: 0;
    font-size: 2.5em;
    color: #4a3e3d;
}

.subtitulo-discografia {
    margin: 5px 0 0 0;
    font-style: italic;
    color: #6c757d;
}

/* --- MENU / NAV --- */
.menu-discografia {
    background-color: #4a3e3d;
    padding: 12px;
    text-align: center;
}

.lista-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-menu {
    display: inline;
    margin: 0 12px;
}

.link-menu {
    color: #edf2f4;
    text-decoration: none;
    font-weight: bold;
}

.link-menu:hover {
    color: #ffc6ff;
}

/* --- CONTEÚDO / MAIN --- */
.conteudo-discografia {
    max-width: 950px;
    margin: 30px auto;
    padding: 20px;
}

.secao-tabela-discografia {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
}

.titulo-secao-discografia {
    color: #4a3e3d;
    border-bottom: 2px solid #d6e2e9;
    padding-bottom: 10px;
    margin-top: 0;
}

.instrucao-tabela {
    margin-bottom: 20px;
    font-size: 1em;
    color: #6c757d;
}

/* --- ESTILIZAÇÃO DA TABELA CONCEITUAL --- */
.tabela-discografia {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.02);
}

.linha-cabecalho-discografia {
    background-color: #4a3e3d;
}

.celula-cabecalho-disco {
    padding: 15px;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
}

.linha-corpo-disco {
    transition: transform 0.2s;
}

.linha-corpo-disco:hover {
    transform: scale(1.01); /* Pequeno efeito de destaque ao passar o mouse */
}

/* Customização de cores de fundo por Era */
.era-cb {
    background-color: #e3f2fd; /* Azul Bebê da era Cry Baby */
}

.era-k12 {
    background-color: #fdf0ed; /* Rosa Claro da era K-12 */
}

.era-portals {
    background-color: #e8f5e9; /* Verde Místico da era Portals */
}

.era-hades {
    background-color: #ffebee; /* Vermelho/Rosa suave da era HADES */
}

/* Células de dados */
.celula-nome-album {
    padding: 20px 15px;
    font-size: 1.2em;
    border-bottom: 1px solid #d6e2e9;
    vertical-align: top;
    color: #2b2d42;
}

.celula-ano-album {
    padding: 20px 15px;
    font-size: 1.1em;
    border-bottom: 1px solid #d6e2e9;
    vertical-align: top;
    color: #5c5050;
}

.celula-faixas {
    padding: 20px 15px;
    font-size: 1em;
    border-bottom: 1px solid #d6e2e9;
    color: #4a3e3d;
    word-spacing: 2px;
}

/* --- RODAPÉ / FOOTER --- */
.rodape-discografia {
    text-align: center;
    padding: 25px;
    background-color: #4a3e3d;
    color: #ffffff;
    font-size: 0.9em;
    margin-top: 50px;
}