@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;800&display=swap');
/* Container principal */
.twitch-embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}

.twitch-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stream-info {
  padding: 10px;
  background: rgba(0,0,0,0.7);
  color: white;
}

.stream-info h4 {
  margin: 0;
  color: #9147ff; /* Cor roxa da Twitch */
}

.stream-info p {
  margin: 5px 0;
  font-size: 0.9em;
}

.stats {
  font-size: 0.8em;
  color: #ccc;
}

#twitch-streams-sidebar {
  width: 100%;
  max-width: 320px;
}

.stream-card {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
  transition: transform 0.2s;
}

.stream-card:hover {
  transform: translateY(-3px);
}

.stream-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.stream-info {
  padding: 12px;
  color: #eee;
}

.stream-info h4 {
  margin: 0 0 5px 0;
  color: #9147ff;
  font-size: 14px;
}

.stream-info p {
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stats {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: #aaa;
}

.no-streams, .error {
  text-align: center;
  padding: 15px;
  color: #888;
  font-size: 14px;
}

.no-streams i, .error i {
  font-size: 24px;
  color: #9147ff;
  margin-bottom: 10px;
}

body {
  min-width: 1200px;
  margin: 0px;
  padding: 0px;
  background-color: #23201b;
  color: #2c2217;
  font-family: 'Cinzel', serif;
  font-size: 14px;
}

a {
  color: #004294;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  color: white;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

.social-icon:hover {
  filter: grayscale(60%);
}

.tibia-font {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
}

img {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  /* width: calc(100vw - 17px); */
  min-height: 1413px;
  background-image: url("images/forest/backgrounds/fon-bg-top.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
}

.logo-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 418px;
}

.logo-wrapper img {
  width: 55%;
}

header {
  width: 1200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  padding: 0 20px;
  /* margin-top: 418px; */
  background: #2e241b;
  border-radius: 4px;
}

header nav {
  display: flex;
  justify-content: center;
}

header nav a {
  position: relative;
  padding: 0px 20px;
  color: #e9dd46;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s;
}

header nav a:before {
  content: "";
  position: absolute;
  background: url("images/forest/menu/point.png") no-repeat;
  height: 23px;
  width: 4px;
  left: 0px;
  /* top: 22px; */
}

header nav a:first-child:before {
  display: none;
}

.bottom-menu {
  flex: 1 1 0%;
}

.bottom-menu nav {
  flex: 1 1 0%;
  display: flex;
  justify-content: center;
}

.bottom-menu nav a {
  position: relative;
  padding: 0px 40px;
  color: #dbd5a6;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s;
}

.bottom-menu nav a:hover {
  color: #fff;
}

.bottom-menu nav a:before {
  content: "";
  position: absolute;
  background: url("images/forest/menu/point.png") no-repeat;
  height: 23px;
  width: 4px;
  left: 0px;
  /* top: 22px; */
}

.bottom-menu nav a:first-child:before {
  display: none;
}

.link-donation {
  color: #FF6400;
  font-weight: 800;
}

.link-donation:hover {
  color: #FFA200;
}

.link-top-player {
  color: #fff;
  text-decoration: none;
}

.link-top-player:hover {
  color: #BA925E;
}

.content-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.left-sidebar {
  width: 285px;
  /* margin-top: 58px; */
}

main {
  width: 630px;
}

.right-sidebar {
  width: 285px;
  /* margin-top: 58px; */
}

.sidebar {
  padding: 10px 20px 20px 20px;
  overflow: hidden;
  color: #BA925E;
}

.sidebar-content {
  /* font-size: 12px; */
}

.sidebar-light-background {
  background: url("images/forest/menu-box/red-light-top-bg.jpg") center top no-repeat, url("images/forest/menu-box/red-light-bottom-bg.jpg") center bottom no-repeat, url("images/forest/menu-box/red-light-bg.jpg") center repeat-y;
}

.sidebar-dark-background {
  background: url("images/forest/menu-box/red-dark-top-bg.jpg") center top no-repeat, url("images/forest/menu-box/red-dark-line-bg.jpg") center repeat-y, url("images/forest/menu-box/red-dark-bottom-bg.jpg") center bottom no-repeat;
}

.sidebar-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* gap: 2px; */

  color: #dbd5a6;
  text-transform: uppercase;
  font-weight: 600;
}

.sidebar-title-right {
  justify-content: space-between;
}

.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sidebar-menu a {
  color: #A88354;
  text-decoration: none;
  transition: 0.25s;
}

.sidebar-menu a:hover {
  color: #fff;
}

.button-green {
  padding: 8px 24px;
  margin: 0;
  background: #b3a51c;
  color: #fff;
  border: 2px solid #594d36;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  cursor: pointer;
}

.button-logout {
  padding: 8px 14px;
  margin: 0;
  background: #c78a1a;
  color: #fff;
  border: 2px solid #594d36;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  cursor: pointer;
  font-family: inherit;
}

.sidebar-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.menu-box-table {
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: left;
  border: 0;
}

.menu-box-table thead {
  background: #190e08;
}

.menu-box-table thead tr th {
  padding: 6px 2px;
  border-bottom: 1px solid #4C3822;
}

.menu-box-table tbody tr td {
  padding: 4px 2px;
  border-bottom: 1px solid #4C3822;
}

.menu-box-table tbody tr td a {
  text-decoration: none;
}

.menu-box-table tbody tr td a:hover {
  color: #fff;
}

.menu-box-table tbody tr {
  transition: 0.25s;
}

.menu-box-table tbody tr:hover {
  background: #605911;
  transform: scale(1.1);
}

.menu-box-form-login-name {
  width: 235px;
  height: 44px;
  text-align: center;
  padding: 0 44px;
  border: 0;
  background: transparent;
  background-image: url("images/forest/form/login-input.png");
  color: #fff;
  outline: none;
}

.menu-box-form-login-name::placeholder {
  color: #A88354;
}

.menu-box-form-login-password {
  width: 235px;
  height: 44px;
  text-align: center;
  padding: 0 44px;
  border: 0;
  background: transparent;
  background-image: url("images/forest/form/password-input.png");
  color: #fff;
  outline: none;
}

.menu-box-form-login-password::placeholder {
  color: #A88354;
}

.content {
  width: 100%;
  padding: 20px;
  background: url("images/forest/content/fon-all-news-bg.jpg") repeat-y;
}

.content-title {
  height: 54px;
  padding: 16px 20px;
  background: url("images/forest/content/content-title-bg.png");
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.server-status {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 285px;
  height: 120px;
  padding-right: 40px;
  background: url("images/forest/backgrounds/status-bg.jpg");
}

.server-status-content {
  display: flex;
  flex-direction: column;
  color: #fff !important;
}

footer {
  width: 100%;
  height: 500px;
  background-image: url("images/forest/backgrounds/fon-bg-bottom.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  text-align: center;
  margin-top: -250px;
  padding-top: 250px;
  /* margin: 60px 0; */
  color: #BA925E;
}

/* Buttons */
.button-download {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
}

.button-download-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 285px;
  height: 90px;
}

.button-download div {
  position: relative;
  z-index: 1;
  margin-right: 50px;
}

/* Slider */
.splide__slide img {
  position: relative;
}

.splide__slide .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 34, 23, 0.6);
  /* padding: 40px; */
  padding: 40px 0;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.splide__slide .slider a {
  margin-right: 40px;
  font-weight: 600;
  text-decoration: none;
}

.slider-left {
  width: 66%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.slider-title {
  font-size: 20px;
  font-weight: 400;
  padding-left: 50px;
  text-transform: uppercase;
}

.slider-content {
  padding: 12px 12px 0 50px;
  margin-top: 16px;
  border-top: 2px solid #b3a51c;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  font-size: 13px;
  font-weight: 600;
}

/* Flowers */
.leaves-left-1 {
  background: url("images/forest/leaves/leaves-left-1.png") no-repeat;
  width: 120px;
  height: 133px;
  position: absolute;
  left: 400px;
  top: -300px;
  animation: leaves-left-1 12s infinite linear;
}

@keyframes leaves-left-1 {
  0% {
    top: -300px;
  }

  90% {
    opacity: 1;
  }

  100% {
    top: 750px;
    transform: rotate(-200deg);
    left: 50px;
    opacity: 0;
  }
}

.leaves-left-2 {
  background: url("images/forest/leaves/leaves-left-2.png") no-repeat;
  width: 160px;
  height: 72px;
  position: absolute;
  left: 400px;
  top: -200px;
  animation: leaves-left-2 12s infinite linear;
  animation-delay: 6s;
}

@keyframes leaves-left-2 {
  0% {
    top: -200px;
  }

  90% {
    opacity: 1;
  }

  100% {
    top: 750px;
    opacity: 1;
    transform: rotate(-150deg);
    left: 50px;
    opacity: 0;
  }
}

.leaves-left-3 {
  background: url("images/forest/leaves/leaves-left-3.png") no-repeat;
  width: 120px;
  height: 88px;
  position: absolute;
  left: 400px;
  top: -200px;
  animation: leaves-left-3 12s infinite linear;
  animation-delay: 9s;
}

@keyframes leaves-left-3 {
  0% {
    top: -200px;
  }

  90% {
    opacity: 1;
  }

  100% {
    top: 750px;
    transform: rotate(-250deg);
    left: 50px;
    opacity: 0;
  }
}

.leaves-left-4 {
  background: url("images/forest/leaves/leaves-left-4.png") no-repeat;
  width: 120px;
  height: 106px;
  position: absolute;
  left: 400px;
  top: -300px;
  animation: leaves-left-4 12s infinite linear;
  animation-delay: 3s;
}

@keyframes leaves-left-4 {
  0% {
    top: -250px;
  }

  90% {
    opacity: 1;
  }

  100% {
    top: 750px;
    transform: rotate(-150deg);
    left: 50px;
    opacity: 0;
  }
}

.leaves-left-5 {
  background: url("images/forest/leaves/leaves-left-5.png") no-repeat;
  width: 170px;
  height: 108px;
  position: absolute;
  left: 400px;
  top: -300px;
  animation: leaves-left-5 12s infinite linear;
  animation-delay: 7s;
}

@keyframes leaves-left-5 {
  0% {
    top: -250px;
  }

  90% {
    opacity: 1;
  }

  100% {
    top: 750px;
    transform: rotate(-250deg);
    left: 50px;
    opacity: 0;
  }
}

.leaves-right-1 {
  background: url("images/forest/leaves/leaves-right-1.png") no-repeat;
  width: 200px;
  height: 115px;
  position: absolute;
  right: 400px;
  top: -250px;
  animation: leaves-right-1 12s infinite linear;
  animation-delay: 1s;
}

@keyframes leaves-right-1 {
  0% {
    top: -250px;
  }

  90% {
    transform: rotate(-200deg);
    opacity: 1;
  }

  100% {
    top: 850px;
    transform: rotate(-200deg);
    right: 50px;
    opacity: 0;
  }
}

.leaves-right-2 {
  background: url("images/forest/leaves/leaves-right-2.png") no-repeat;
  width: 140px;
  height: 55px;
  position: absolute;
  right: 400px;
  top: -250px;
  animation: leaves-right-2 12s infinite linear;
  animation-delay: 3s;
}

@keyframes leaves-right-2 {
  0% {
    top: -250px;
  }

  90% {
    transform: rotate(-100deg);
    opacity: 1;
  }

  100% {
    top: 850px;
    transform: rotate(-120deg);
    right: 50px;
    opacity: 0;
  }
}

.leaves-right-3 {
  background: url("images/forest/leaves/leaves-right-3.png") no-repeat;
  width: 160px;
  height: 74px;
  position: absolute;
  right: 100px;
  top: -250px;
  animation: leaves-right-3 12s infinite linear;
  animation-delay: 6s;
}

@keyframes leaves-right-3 {
  0% {
    top: -250px;
  }

  90% {
    transform: rotate(150deg);
    opacity: 1;
  }

  100% {
    top: 850px;
    transform: rotate(170deg);
    right: 50px;
    opacity: 0;
  }
}

.leaves-right-4 {
  background: url("images/forest/leaves/leaves-right-4.png") no-repeat;
  width: 59px;
  height: 110px;
  position: absolute;
  right: 400px;
  top: -250px;
  animation: leaves-right-4 12s infinite linear;
  animation-delay: 9s;
}

@keyframes leaves-right-4 {
  0% {
    top: -250px;
  }

  90% {
    transform: rotate(150deg);
    opacity: 1;
  }

  100% {
    top: 850px;
    transform: rotate(170deg);
    right: 50px;
    opacity: 0;
  }
}

.leaves-right-5 {
  background: url("images/forest/leaves/leaves-right-5.png") no-repeat;
  width: 110px;
  height: 65px;
  position: absolute;
  right: 250px;
  top: -250px;
  animation: leaves-right-5 12s infinite linear;
  animation-delay: 2s;
}

@keyframes leaves-right-5 {
  0% {
    top: -250px;
  }

  90% {
    transform: rotate(150deg);
    opacity: 1;
  }

  100% {
    top: 850px;
    transform: rotate(170deg);
    right: 50px;
    opacity: 0;
  }
}