body {
  background: #000;
  font-family: 'Georgia', serif;
  color: #aaa;
  margin: 0;
  padding: 20px;
  font-size: 15px;
  line-height: 1.6;
  min-height: 100vh;
}



/* Header simples web 1.0 */
.header-simples {
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 20px;
  background: #000;
  border-bottom: 1px solid #333;
}

.navegacao-principal {
  font-family: 'Georgia', serif;
  font-size: 15px;
  margin-bottom: 10px;
  color: #999;
}

.navegacao-principal a {
  color: #999;
  text-decoration: none;
  margin: 0 2px;
}

.navegacao-principal a:hover {
  color: #bbb;
  text-decoration: underline;
}

.links-externos {
  font-family: 'Georgia', serif;
  font-size: 13px;
  color: #888;
}

.links-externos a {
  color: #888;
  text-decoration: none;
}

.links-externos a:hover {
  color: #aaa;
  text-decoration: underline;
}

/* Conteúdo principal simplificado */
.conteudo-principal {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Info extras - versão simplificada */
.info-extras {
  margin: 25px 0;
  padding: 15px;
  background: #000;
  border-top: 1px solid #333;
}

.info-extras h3 {
  color: #666;
  font-size: 13px;
  margin: 0 0 10px 0;
  font-family: 'Georgia', serif;
  font-weight: bold;
}

.status-atual {
  margin-bottom: 20px;
}

.status-item {
  margin: 5px 0;
  font-size: 12px;
  font-family: 'Georgia', serif;
}

.status-label {
  color: #888;
  font-style: italic;
}

.status-valor {
  color: #bbb;
  font-weight: bold;
  margin-left: 5px;
}

.preferencias-simples {
  margin-bottom: 20px;
  position: relative;
}

.preferencias-simples h3 {
  display: inline-block;
  margin-right: 10px;
}

.preferencias-toggle {
  background: none;
  border: none;
  color: #444;
  font-size: 12px;
  cursor: pointer;
  font-family: 'Georgia', serif;
}

.preferencias-toggle:hover {
  color: #666;
}

.preferencias-lista {
  margin-top: 8px;
  line-height: 1.6;
}

.preferencia-item {
  color: #888;
  font-size: 13px;
  font-family: 'Georgia', serif;
  margin-right: 8px;
}

.preferencia-item:hover {
  color: #aaa;
}

.preferencia-item.negativo {
  color: #664444;
}

.preferencia-item.negativo:hover {
  color: #775555;
}

.leitura-atual h3 {
  margin-bottom: 8px;
}

.livro-info {
  font-size: 13px;
  font-family: 'Georgia', serif;
  color: #aaa;
}

.livro-titulo {
  color: #bbb;
}

.progresso-simples {
  margin-top: 5px;
  font-style: italic;
}

.porcentagem {
  color: #bbb;
  font-weight: bold;
}

/* Rodapé com citação e contato */
.rodape-contato {
  margin-top: 30px;
  padding: 20px 15px;
  text-align: center;
  border-top: 1px solid #333;
  background: #000;
}

.citacao-final {
  margin-bottom: 15px;
  font-style: italic;
  font-family: 'Georgia', serif;
}

.citacao-final p {
  color: #aaa;
  font-size: 13px;
  margin: 0 0 5px 0;
  line-height: 1.7;
}

.citacao-final span {
  color: #444;
  font-size: 10px;
}

.contato-simples {
  font-family: 'Georgia', serif;
  font-size: 13px;
  color: #888;
}

.contato-simples p {
  margin: 0;
}

.conteudo {
  padding: 0;
}

.secao-capa {
  width: 100%;
  position: relative;
  background: #000;
  min-height: 120px;
}

.imagem-capa {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 12px;
  text-align: center;
  min-height: 100px;
}

.imagem-capa:empty::after {
  content: '[GIF DE CAPA]';
  opacity: 0.7;
}

.imagem-capa img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 100px;
  object-fit: cover;
  object-position: center top;
}

.perfil {
  display: flex;
  gap: 15px;
  margin: 20px 15px;
  position: relative;
}

.foto-perfil {
  width: 80px;
  height: 100px;
  background: #000;
  flex-shrink: 0;
  margin-top: -40px;
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.foto-perfil img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.foto-perfil:empty::after {
  content: '[FOTO]';
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #444;
  font-size: 10px;
  text-align: center;
}

.sobre {
  font-size: 14px;
  color: #aaa;
  margin-top: 8px;
  font-family: 'Georgia', serif;
}

.sobre h3 {
  color: #ccc;
  font-size: 17px;
  margin: 0 0 8px 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Georgia', serif;
  text-shadow: 0 0 15px rgba(204, 204, 204, 0.5);
  position: relative;
}

.sobre h3:before {
  content: '⸸';
  position: absolute;
  left: -25px;
  color: #333;
  font-size: 12px;
  opacity: 0.6;
}

.sobre p {
  margin: 0 0 8px 0;
}

.introducao {
  padding: 15px;
  margin: 0 15px 15px 15px;
}

.introducao h2 {
  color: #ccc;
  font-size: 17px;
  margin: 0 0 12px 0;
  font-weight: bold;
  text-align: center;
  font-family: 'Georgia', serif;
  letter-spacing: 3px;
  text-shadow: 0 0 20px rgba(204, 204, 204, 0.6);
  position: relative;
}

.introducao h2:before,
.introducao h2:after {
  content: '─';
  position: absolute;
  top: 50%;
  color: #333;
  font-size: 12px;
  opacity: 0.7;
}

.introducao h2:before {
  left: -30px;
}

.introducao h2:after {
  right: -30px;
}

.introducao p {
  margin: 0 0 5px 0;
  font-size: 13px;
  color: #aaa;
  font-family: 'Georgia', serif;
  line-height: 1.7;
  text-align: justify;
}

/* Estilo web 1.0 - sem transitions complexas */

.vinculos {
  padding: 15px;
  margin: 0 15px 15px 15px;
  text-align: center;
  font-size: 13px;
}

.vinculos a {
  color: #999;
  text-decoration: underline;
  margin: 0 8px;
  padding: 3px 5px;
}

.vinculos a:hover {
  color: #bbb;
}

.shikamaru-secao {
  padding: 10px;
  margin: 0 10px;
  text-align: center;
}

.shikamaru-secao img {
  max-width: 100%;
  height: auto;
}

.footer {
  padding: 15px;
  margin: 0 15px;
  text-align: center;
  font-size: 12px;
  color: #333;
  font-style: italic;
}

.footer p {
  margin: 3px 0;
}

.assinatura {
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  text-align: center;
  font-size: 10px;
  color: #333;
  font-style: italic;
  max-width: 450px;
  width: 100%;
  font-family: 'Georgia', serif;
  position: relative;
}

.assinatura:before {
  content: '⸸';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  color: #222;
  font-size: 16px;
  opacity: 0.4;
}

.assinatura p {
  margin: 0;
  opacity: 0.8;
}

/* Media queries simplificadas */
@media (max-width: 768px) {
  .conteudo-principal {
    padding: 0 15px;
  }

  .header-simples {
    padding: 15px 10px;
  }

  .navegacao-principal {
    font-size: 13px;
  }

  .links-externos {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .conteudo-principal {
    padding: 0 10px;
  }

  .header-simples {
    padding: 10px 5px;
  }

  .navegacao-principal {
    font-size: 12px;
  }

  body {
    padding: 10px;
  }
}

/* Elementos decorativos sutis */
h1,
h2,
h3 {
  position: relative;
}

h1:before,
h2:before {
  content: '⸸';
  position: absolute;
  left: -20px;
  color: #333;
  opacity: 0.6;
  font-size: 0.8em;
  text-shadow: 0 0 8px rgba(51, 51, 51, 0.8);
}

/* Scrollbar personalizada */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Seleção de texto */
::selection {
  background: #000;
  color: #777;
  text-shadow: 0 0 5px rgba(119, 119, 119, 0.5);
}

::-moz-selection {
  background: #000;
  color: #777;
  text-shadow: 0 0 5px rgba(119, 119, 119, 0.5);
}


