* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #000000;
  color: #ffd000;
  font-family: "Comic Sans MS", "Courier New", monospace;
  background-image: url("https://www.transparenttextures.com/patterns/stardust.png"); /* textura estilo fundo da época */
  cursor: url(https://ani.cursors-4u.net/games/gam-16/gam1571.ani),
    url(https://ani.cursors-4u.net/games/gam-16/gam1571.png), auto !important;
}

.header_nav {
  display: flex;
  justify-content: center;
  padding: 25px;
  background-image: url("espaco.jpg");
  background-size: cover; /* ajusta a imagem para cobrir todo o div */
  background-position: center; /* centraliza a imagem */
  background-repeat: no-repeat; /* evita repetição */
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  max-width: 1000px;
  margin: auto;
  margin-top: 100px;
}

.imagem-container {
  text-align: center;
}

.imagem-container img {
  width: 500px;
  height: auto;
  border: 15px solid #ccc;
  border-image: linear-gradient(135deg, #aaa, #fff, #ccc) 1;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.4);
}

.legenda {
  margin-top: 0.5rem;
  font-style: italic;
  color: #ffe600;
}

.texto {
  flex: 1;
  min-width: 250px;
  color: #ffffff;
}

.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.iconsfoot {
  width: 200px;
  height: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.iconsfoot:hover {
  transform: scale(1.1);
}

.texto h1 {
  margin-top: 0;
}
.header_nav a {
  padding-right: 10px;
  padding-left: 10px;
  color: orange;
  font-size: 25px;
  cursor: url(https://cur.cursors-4u.net/games/gam-14/gam1340.cur), auto !important;
}

.header_nav a:hover {
  font-size: 24px;
  color: yellow;
}

.header_nav a:active {
  font-size: 22px;
}

.taxigif {
  width: 300px;
  margin-bottom: 20px;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.title_container {
  background-color: rgba(0, 0, 0, 0);
  padding: 5px; /* isso vai forçar ela a ter altura */
  border-radius: 50px;
}

.body_title {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 30px solid transparent; /* define a borda */
  border-image: url("fogo_borda.gif") 30 stretch; /* aplica o GIF como borda */
  background: #000000;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(255, 0, 0, 1) 100%
  );
}
.body_title2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 30px solid transparent; /* define a borda */
  border-image: url("lightning.gif") 30 stretch; /* aplica o GIF como borda */
  background: #ff00d405;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.body_title h1 {
  font-size: 70px;
  font-style: italic;
  font-weight: 800;
  /* Gradiente no texto */
  background: linear-gradient(90deg, #ff0000, #ffd000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.logofoda {
  width: 500px;
  margin: 10px;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.body_body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border: 5px dotted magenta;
  background-color: #00008b25;
  box-shadow: 0 0 10px red;
  overflow: hidden;
  min-height: 200px; /* necessário para que haja espaço pro neko andar */
  margin: 20px;
}

.neko-runner {
  position: absolute;
  bottom: 10px;
  left: -100px; /* começa 100px fora da esquerda */
  width: 100px;
  height: 100px;
  background-image: url("neko1.gif");
  background-size: contain;
  background-repeat: no-repeat;
  animation: nekoMoveSide 6s linear infinite;
  z-index: 10;
}

@keyframes nekoMoveSide {
  0% {
    left: -100px;
  }
  100% {
    left: 100%; /* sai totalmente pela direita do container */
  }
}

.body_body h1 {
  font-size: 48px;
  color: cyan;
  text-shadow: 2px 2px 5px fuchsia;
  border: 3px dashed lime;
  padding: 10px;
  background-color: black;
  animation: pisca 0.2s infinite alternate;
}

@keyframes pisca {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

.body_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  width: 100%;
  background-color: rgba(128, 0, 0, 0.103);
  padding: 20px;
  border: 4px groove gold;
}

.body_content p {
  flex: 1;
  font-size: 20px;
  color: #ffff00;
  background-color: #0080006b;
  padding: 15px;
  border: 2px dashed red;
}

.body_content img {
  max-width: 300px;
  height: auto;
  border: 5px solid hotpink;
  box-shadow: 0 0 20px orange;
}

.video-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.video-item {
  border: 4px double lime;
  background: black;
  width: 220px;
  padding: 10px;
  cursor: url(https://cur.cursors-4u.net/games/gam-14/gam1340.cur), auto !important;
  box-shadow: 0 0 10px orange;
}
.video-item:hover {
  background: #222200;
}
.thumbnail {
  width: 100%;
  border: 3px solid magenta;
  box-shadow: 0 0 5px yellow;
}
.title {
  margin: 8px 0 5px;
  font-weight: bold;
  font-size: 18px;
}
.duration {
  font-size: 14px;
  color: cyan;
  text-shadow: 1px 1px 0 black;
}

/* Modal styles */
.modal {
  display: none; /* hidden by default */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}
.modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  background: black;
  border: 6px double magenta;
  padding: 10px;
}
.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  color: red;
  font-weight: bold;
  cursor: url(https://cur.cursors-4u.net/games/gam-14/gam1340.cur), auto !important;
  user-select: none;
}
iframe {
  width: 100%;
  height: 500px;
}

.live-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  background-color: #000000a1;
  border: 10px ridge lime;
}

.player,
.chat {
  border: 5px dashed cyan;
  background-color: #000000;
  box-shadow: 0 0 20px magenta;
  padding: 10px;
}

.player iframe {
  width: 640px;
  height: 360px;
}

.chat iframe {
  width: 350px;
  height: 500px;
}

.body_title h1 {
  animation: pisca 0.5s infinite alternate;
}

.gif-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.tooltip {
  margin-top: 20px;
  font-size: 20px;
  color: yellow;
  padding: 10px;
  /* border: 2px dashed red; */
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 80%;
}

.fabio {
  width: 500px;
  height: auto;
  cursor: pointer; /* Indica que o elemento é clicável */
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.fabio:hover {
  transform: scale(1.05); /* Aumenta um pouco ao passar o mouse */
}

.fabio:active {
  transform: scale(0.95); /* "Pressiona" ao clicar */
}

chess-board {
  width: 480px;
  margin: 20px auto;
}

.game-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

iframe {
  width: 1280px;
  height: 720px;
  border: 10px groove orange;
  box-shadow: 0 0 20px yellow;
  max-width: 100%;
}

.reviewslista-container {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.reviewslista-container h1 {
  text-align: center;
  margin-bottom: 30px;
}

.reviewslista-container h2 {
  margin-top: 10px;
  border-bottom: 2px solid #23eb55;
  padding-bottom: 5px;
  color: rgb(79, 91, 255);
}

.reviewslista-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}

.reviewslista-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  width: 180px;
  background-color: #e7e7e7;
}

.reviewslista-card:hover {
  transform: scale(1.05);
}

.reviewslista-card img {
  width: 100%;
  border-radius: 4px;
}

.reviewslista-card p {
  margin-top: 8px;
  color: #333;
  text-align: center;
}

.review-container {
  padding: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #000000;
  background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.review-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}

.poster-coluna {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 285px; /* largura fixa da coluna do poster */
}

.poster {
  max-width: 285px;
  width: 100%;
  border: 15px solid #f7f7f7;
}

.estrelas {
  width: 300px;
  margin-top: 1rem;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  filter: drop-shadow(0 0 0.5rem rgba(255, 217, 0, 0.671));
}
.review-info {
  flex: 1; /* pega todo o espaço restante */
  padding-top: 0.5rem;
}
.review-info h1 {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.2;
}
.review-info p {
  margin: 0.4rem 0;
  font-size: 1.1rem;
  color: #ffb327;
}

.resenha {
  margin-top: 2rem;
}

.resenha p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #ffb327;
}

.resenha-img {
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 1rem auto;
  border: 2px solid #ddd;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.music-player {
  margin-top: 110px;
  padding: 15px;
  background-color: #f2f2f200;
  border: 1px solid #ffbb00;
  text-align: center;
  color: #000;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, sans-serif;
}

.player-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  margin-bottom: 10px;
}

.player-controls i {
  cursor: url(https://cur.cursors-4u.net/games/gam-14/gam1340.cur), auto !important;
  color: rgb(255, 0, 221);
}

.progress-container {
  background-color: #949494;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  margin-bottom: 5px;
}

.progress-bar {
  background-color: #fd9f10;
  width: 0%;
  height: 100%;
}

.time-info {
  font-size: 12px;
  margin-bottom: 10px;
  color: rgb(102, 255, 0);
}

.volume-control {
  font-size: 12px;
  margin-top: 5px;
  color: white;
  cursor: url(https://cur.cursors-4u.net/games/gam-14/gam1340.cur), auto !important;
}

.caveirinha {
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
/* RESPONSIVIDADE PARA CELULARES */
@media (max-width: 768px) {
  .header_nav {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .logofoda {
    width: 350px;
    margin: 10px;
  }
  .header_nav a {
    font-size: 18px;
    padding: 5px;
  }

  .caveirinha {
    width: 100px;
  }

  .body_title h1 {
    font-size: 40px;
    text-align: center;
  }

  .body_body {
    padding: 10px;
    margin: 10px;
  }

  .body_body h1 {
    font-size: 28px;
    padding: 5px;
    text-align: center;
  }

  .body_content {
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }

  .body_content p {
    font-size: 16px;
  }

  .body_content img {
    max-width: 90%;
  }

  .video-item {
    width: 90%;
  }

  .modal-content {
    width: 95%;
  }

  .live-container {
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }

  .player iframe {
    width: 100%;
    height: 200px;
  }

  .chat iframe {
    width: 100%;
    height: 300px;
  }
}
