/*
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖
‖‖‖‖‖‖‖‖‖‖ TEMPLATE DEFAULT - 10 / 05 / 2026 ‖‖‖‖‖‖
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖
‖‖‖‖‖    by @wg.dsign-invisionmuweb.com.br    ‖‖‖‖‖
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖
⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜
⁜⁜⁜⁜⁜            Lista Ordenada              ⁜⁜⁜⁜⁜
⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖
⁜  - BACKGROUND 
⁜  - MENU DE NAVEGAÇÃO
⁜  - CONTAINER
⁜  - LOGO
⁜  - ASIDEBAR
⁜  - SECTIONS
⁜  - TITLES
⁜  - PAINEL DE LOGIN
⁜  - CONFIGURAÇÕES
⁜  - EVENTOS
⁜  - EQUIPE
⁜  - SLIDE
⁜  - NOVIDADES
⁜  - SPOTLIGHT
⁜  - TOP PLAYERS
⁜  - TOP GUILDS
⁜  - CHAOS CASTLE
⁜  - FOOTER
⁜  - ELEMENTOS
⁜  - POPUP SITE (NOVO)
⁜  - BACK TO TOP (NOVO)
⁜  - SUPORTE FLUTUANTE WHATSAPP (NOVO)
*/
* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.col-,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
form,
input,
button,
table,
hr,
p {
  border: none;
  margin: 0;
  padding: 0;
}

hr {
  height: 1px;
  margin: 0;
  background-color: #ebebeb;
}

/*‖‖‖‖‖ BACKGROUND ‖‖‖‖‖*/
body {
  background: url(../imagens/bg-1.png) center top no-repeat, url(../imagens/bg-center.png) center repeat-x;
  background-size: cover;
  background-color: #d6d6d6;
  font-weight: 400;
}

/*‖‖‖‖‖ MENU DE NAVEGAÇÃO ‖‖‖‖‖*/
.navbar {
  height: 70px;
  padding: 5px 50px 0px 50px;
}

.navbar-nav {
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 69px;
}

/* Apenas Distanciando */
.navbar-nav li {
  padding-right: 45px;
}

/* Botão de Registro */
.rgst-button {
  width: 150px;
  height: 50px;
  border-radius: 3px;
  color: #fff;

  line-height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  margin-right: 33px;

  text-transform: uppercase;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #282f35;
}

/*‖‖‖‖‖ CONTAINER ‖‖‖‖‖*/
.container.main {
  max-width: 1001px;
  background-color: #fff;
  display: block;
  margin-top: 500px;
  padding: 8px;
  z-index: 1;
}

.container.main .row {
  max-width: 1000px;
  margin: 0;
}

/*‖‖‖‖‖ LOGO ‖‖‖‖‖*/
/* Logo is now rendered as an <img> tag and swapped via JS */
.logo-brand {
  max-width: 450px;
  width: 100%;
  height: auto;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 315px;
  left: 50%;
  transform: translateX(-50%);
  gap: 0px;
  z-index: 5;
}

.logo-brand img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*‖‖‖‖‖ SERVER STATUS WIDGET ‖‖‖‖‖*/
.server-status-widget {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 30px;
  background: rgba(30, 35, 40, 0.82);
  border-radius: 40px;
  padding: 15px 20px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.ssw-players {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ssw-players div {
  display: flex;
  text-align: center;
  flex-direction: column;
}

.ssw-count {
  font-size: 26px;
  font-weight: 900;
  color: #39ff14;
  line-height: 1;
  letter-spacing: 1px;
}

.ssw-label {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

.ssw-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 22px;
}

.ssw-status {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ssw-status-label {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.ssw-status-value {
  width: 100%;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ssw-online {
  color: #39ff14;
}

.ssw-offline {
  color: #ff4444;
}

/*‖‖‖‖‖ ASIDEBAR ‖‖‖‖‖*/
.asidebar {
  width: 240px;
}

.asidebar>div:last-child {
  width: inherit;
  padding: 0;
  box-shadow: 0 px 30px #e7e7e7;
}

.asidebar>div {
  box-shadow: 2px 5px 10px #e7e7e7;
}

@media only screen and (max-width: 414px) {
  .asidebar {
    max-width: 383px;
    width: 100%;
  }

  .asidebar>div {
    width: 100%;
  }
}

/*‖‖‖‖‖ SECTIONS ‖‖‖‖‖*/
.sections {
  width: 730px;
  margin-right: 13px;
}

.sections>div {
  background-color: #fff;
  box-shadow: 0 10px 15px #e7e7e7;
  margin-bottom: 5px;
}

/*‖‖‖‖‖ TITLE ‖‖‖‖‖*/
.title-small,
.title-large {
  height: 50px;
  padding: 15px 31px;
  font-size: 14px;
  font-weight: 750;
  text-transform: uppercase;
}

/*
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖
‖‖‖‖‖        Elementos        ‖‖‖‖‖
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖
*/

/*‖‖‖‖‖ PAINEL DE LOGIN ‖‖‖‖‖*/
form.painel-user {
  width: 205px;
  margin: 14px 14px 5px 14px;
}

.painel-user>input {
  width: inherit;
  height: 37px;
  margin-bottom: 5px;
  background-color: #dfdfdf;
}

.painel-user input::placeholder {
  font-size: 13px;
  text-indent: 20px;
}

.footer-form {
  width: auto;
  display: flex;
  justify-content: space-between;
  padding: 4px 0 13px 0;
}

.footer-form div {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-size: 13px;
}

.footer-form div a {
  color: #282f35;
  font-weight: 600;
}

/* Botão entrar */
.enter-button {
  width: 70px;
  height: 60px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 0;
  background-color: #282f35;
}

/* Manter-me Conectado*/
.label-checkoff {
  color: #999999;
  font-weight: 500;
  margin-bottom: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* checkbox manter-me */
.checkmark {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 69px;
  background-color: #dfdfdf;
}

/* Não mostre o Marcado se não for clicado */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Mostre-me o Marcador quando for clicado*/
.label-checkoff input:checked~.checkmark:after {
  display: block;
}

.label-checkoff .checkmark:after {
  width: 10px;
  height: 13px;
  top: -3px;
  right: 1px;
  border: solid #e23163;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*‖‖‖‖‖ CONFIGURAÇÕES ‖‖‖‖‖*/
.config-list-new {
  list-style: none;
  padding: 15px 10px;
  margin: 0;
}

.config-list-new li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
  gap: 10px;
}

.config-label {
  background: #282f35;
  color: #fff;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 90px;
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 4px 0 0 4px;
}

.config-label:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid #282f35;
}

.config-value {
  background: #e2e2e2;
  color: #333;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 15px;
  flex: 1;
  text-align: center;
  margin-left: 10px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dark .config-value {
  background: #2d3436;
  color: #eee;
}

.config-value.status-span {
  font-size: 12px;
}

/* Quando Desativado*/
#stt-off {
  color: #e23163;
}

/*Quando Ativado*/
#stt-on {
  color: #00b319;
  text-transform: uppercase;
}

/*‖‖‖‖‖ EVENTOS ‖‖‖‖‖*/
ul.event-list {
  width: 220px;
  margin: 0 auto;
  font-size: 13px;
  list-style-type: none;
  padding: 10px 0;
}

.event-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Limitando tamanho do nome de eventos grandes, limite de 100px*/
.event-list li p {
  width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}

/* Criando uma tarja cinza sobre o Tempo de cada Evento na Lista*/
.event-list li span {
  font-size: 11px;
  font-weight: 700;
  color: #969696;
  background-color: #dfdfdf;
  padding: inherit;
}

.btn-events {
  width: 180px;
  margin: 15px 30px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/*‖‖‖‖‖ EQUIPE ‖‖‖‖‖*/
.staff-sidebar-wrapper {
  padding: 5px 0;
}

.staff-category {
  margin-bottom: 15px;
}

.staff-cat-header {
  background: linear-gradient(270deg, #72170000, #282f358a, #282f35);
  color: #fff;
  padding: 4px 10px;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  border-radius: 2px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.staff-member-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.staff-member-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 10px;
  font-size: 13px;
}

.staff-name {
  color: #444;
  font-weight: 600;
}

.light .staff-name {
  color: #333;
}

.dark .staff-name {
  color: #ccc;
}

.staff-status {
  font-weight: 700;
  font-size: 11px;
}

.staff-status.online {
  color: #28a745;
}

.staff-status.offline {
  color: #dc3545;
}

.empty-msg,
.empty-staff {
  padding: 5px 10px;
  font-size: 12px;
  color: #999;
  font-style: italic;
}

.staff-footer-note {
  margin-top: 15px;
  font-size: 11px;
  color: #888;
  line-height: 1.4;
  padding: 0 10px;
}

/*‖‖‖‖‖ SLIDE ‖‖‖‖‖*/
.slide img {
  min-width: 332px;
  height: 255px;
  width: 100%;
}

/*‖‖‖‖‖ NOVIDADES ‖‖‖‖‖*/
ul.u-list {
  list-style-type: none;
  margin: 5px 0 10px 0px;
  padding: 0;
}

ul.u-list li {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  position: relative;
  margin: 5px 10px;
  transition: background 0.18s ease;
  border-radius: 4px;
  padding: 0 5px;
  cursor: pointer;
}

/* Hover effect on news item */
ul.u-list li.news-item:hover {
  background: rgba(42, 125, 233, 0.07);
}

ul.u-list li.news-item:hover p a {
  color: #2a7de9 !important;
}

/* Remove the old static black square - use .news-cat-dot instead */
ul.u-list li p:before {
  display: none;
}

/* Dynamic category color dot */
.news-cat-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  margin-right: 12px;
  vertical-align: middle;
  flex-shrink: 0;
  transition: transform 0.18s ease;
}

ul.u-list li.news-item:hover .news-cat-dot {
  transform: scale(1.25);
}

/* Divider line between items */
ul.u-list li:after {
  width: 90%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
}

/*‖‖‖‖‖ SPOTLIGHT TOP RANKS ‖‖‖‖‖*/
.spotlight {
  max-width: 730px;
  background: transparent !important;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
}

.spotlight>div {
  max-width: 360px;
  width: 100%;
  box-shadow: 0 10px 20px #e7e7e7;
}

/* Quando for mobile os ranks se posicionando um em baixo do outro */
@media only screen and (max-width: 414px) {
  .spotlight {
    margin: 0 auto;
    flex-direction: column;
  }

  .spotlight>div {
    min-width: 383px;
  }
}

/*‖‖‖‖‖ TOP PLAYERS ‖‖‖‖‖*/

/*‖‖‖‖‖ CASTLE SIEGE ‖‖‖‖‖*/
.cs-event {
  height: 145px;
  background: url(../imagens/hall-cs.png) no-repeat;
  background-size: cover;
}

.cs-wrap {
  width: 250px;
  height: auto;
  margin-left: 70px;
  padding-top: 35px;
  display: flex;
  align-items: center;
}

.cs-wrap img {
  width: 70px;
  height: 70px;
  border: 3px solid #333;
}

.cs-nick-and-guild {
  font-weight: 600;
  text-indent: 20px;
  text-transform: uppercase;
}

.cs-nick-and-guild p:first-child {
  font-size: 12px;
}

/* Sempre removendo a linha divisoria do  ultimo post  de notcias */
ul.u-list li:last-child:after {
  width: 0%;
  content: "";
}

.post-data {
  width: 120px;
  display: block;
  padding: 5px;
  background-color: #e7e7e7f5;
  border-radius: 30px;
  border: 4px solid #f8f8f8c2;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #777777;
}

/*‖‖‖‖‖ ELEMENTOS ‖‖‖‖‖*/

/* Botões */
.btn-small,
.btn-large {
  display: block;
  font-size: 12px;
}

/* Botão Grande */
.btn-large {
  max-width: 200px;
  height: 45px;
}

/* Lista padronizada para Top Rank */
ul.list-info {
  counter-reset: u-list;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list-info li {
  height: 57px;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 0 10px 0 0;
}

ul.list-info li::before {
  padding: 10px;
  counter-increment: u-list;
  content: counter(u-list) "°";
  font-size: 11px;
  font-weight: 700;
  color: #999;
  min-width: 32px;
  text-align: center;
  flex-shrink: 0;
}

ul.list-info li:nth-of-type(1):before {
  color: #c9a96e;
}

ul.list-info li:nth-of-type(1) {
  background: linear-gradient(146deg, rgba(252, 252, 252, 1) 0%, rgba(237, 211, 169, 1) 100%);
}

ul.list-info li:nth-of-type(2) {
  background: linear-gradient(145deg, rgba(252, 252, 252, 1) 0%, rgba(231, 231, 231, 1) 100%);
}

ul.list-info li:nth-of-type(3) {
  background: linear-gradient(145deg, rgba(252, 252, 252, 1) 0%, rgb(240, 215, 198) 100%);
}

ul.list-info li:nth-of-type(2):before {
  color: #aaa;
}

ul.list-info li:nth-of-type(3):before {
  color: #c4a090;
}

ul.list-info li img {
  margin-right: 10px;
  flex-shrink: 0;
}

/* Name + class column – expands to fill available space */
ul.list-info li .wrp-heading {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

ul.list-info li .wrp-heading p {
  color: #282f35;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.list-info li .wrp-heading span {
  font-size: 11px;
  color: #888;
}

ul.list-info li .wrp-heading p,
ul.list-info li .wrp-heading span {
  text-transform: capitalize;
}

/* Score column – pinned to the right */
ul.list-info li .wrp-heading2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  min-width: 80px;
  gap: 2px;
}

/*‖‖‖‖‖ CORES ‖‖‖‖‖*/

/* Dark Blue Grunge*/
.dark-blue {
  background-color: #282f35;
}

/* Blue */
.blue {
  background-color: #2a7de9;
}

.dark-blue,
.blue {
  color: white;
}

/* Rodapé */
.footer {
  width: 100%;
  height: 100px;
  background-color: #e2e2e2;
  border-top: 1px solid #dddddd;
  margin-top: 20px;
}

/* Corpo rodapé */
.body-footer {
  margin: 0 auto;
  background-color: #8a8a8a;
}

.body-footer hr {
  background-color: #cccccc;
}

/* Links Rápidos */
ul.fast-links {
  width: 70%;
  display: flex;
  text-align: center;
  list-style-type: none;
  margin: 0;
}

ul.fast-links li {
  display: inline-block;
  margin: auto 10px;
  align-items: center;
}

ul.fast-links li a {
  color: #fff;
}

/* Embrulhando Links mantenho  um padrão centralizado */
.body-footer .wrap--footer {
  max-width: 900px;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

/* Icones Sociais*/
.wrap-social--footer a i {
  font-size: 21px;
  color: #fff;
}

.wrap-social--footer a i:last-child {
  font-size: 18px;
}

.wrap-social--footer a i:hover {
  color: #000;
}

/* Adapted Footer from Default Theme */
.footer-main {
  background: #1a1a1a;
  padding: 60px 0 30px 0;
  margin-top: 50px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 10;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}


.footer-logo img {
  max-width: 160px;
  height: auto;
}

.footer-apps {
  display: flex;
  gap: 15px;
}

.footer-apps a img {
  height: 40px;
  border-radius: 6px;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-apps a img:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-color: #7a6348;
}

.footer-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  margin: 20px 0;
}


.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #888;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.03);
  color: #888;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-social a:hover {
  background: #7a6348;
  color: #fff;
  border-color: #7a6348;
  transform: translateY(-3px);
}

.footer-bottom {
  text-align: left;
  color: #666;
  font-size: 13px;
}

.footer-bottom p {
  font-size: 15px;
  margin: 5px 0;
  color: #bfbfbf !important;
}

/* Footer Premium Integration */
footer.footer-main {
  background: url(../imagens/bg-footer.png) center no-repeat;
  background-size: cover;
  padding: 0px 0 20px 0!important;
  margin-top: 100px !important;
  width: 100% !important;
  border-top: 1px solid #eee !important;
  color: #ccc !important;
  clear: both;
}


.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer-logo img {
  max-width: 300px !important;
  height: auto !important;
  display: none !important;
}

body.light .footer-logo img.logo-light {
  display: block !important;
}

body.dark .footer-logo img.logo-dark {
  display: block !important;
}

body:not(.light):not(.dark) .footer-logo img.logo-dark {
  display: block !important;
}

.footer-apps {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
}

.footer-apps img {
  height: 40px !important;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  margin: 20px 0;
}

.footer-middle {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 25px !important;
  flex-wrap: wrap;
}

.footer-links {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px !important;
}

.footer-links a {
  color: #828282 !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 600;
}

.footer-links a:hover {
  color: #fff !important;
}


.footer-social {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.03);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 6px;
  color: #aaa !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 18px !important;
  transition: 0.3s;
}

body.light .footer-social a {
  background: #f0f0f0;
  border: 1px solid #ddd;
  color: #666;
}

.footer-social a:hover {
  background: #2a7de9 !important;
  color: #ffffff !important;
  transform: translateY(-3px);
}

.footer-bottom {
  text-align: left;
}


/* Event Category Custom Dropdown */
.event-category-wrapper {
  position: relative;
  margin: 15px 15px 10px 15px;
}

.custom-select-trigger44 {
  background: #1a1a1a;
  border: 1px solid #333;
  color: #7a6348;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}

.custom-select-trigger44:hover {
  border-color: #7a6348;
}

.custom-options44 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1a1a1a;
  border: 1px solid #333;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 100;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}

.custom-options44.show {
  display: block;
}

.custom-option44 {
  padding: 10px 15px;
  color: #888;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s;
}

.custom-option44:hover {
  background: rgba(122, 99, 72, 0.1);
  color: #fff;
}

.custom-option44.active {
  color: #7a6348;
  font-weight: bold;
}

body.light .custom-select-trigger44 {
  background: #fff;
  border: 1px solid #ddd;
}

body.light .custom-options44 {
  background: #fff;
  border: 1px solid #ddd;
}

body.light .custom-option44 {
  color: #555;
}

body.light .custom-option44:hover {
  background: #f8f9fa;
  color: #000;
}


body.light .event-item44 {
  border-bottom: 1px solid #eee;
}

/* Final Fix for Event Category Custom Dropdown */
.event-category-wrapper {
  position: relative !important;
  margin: 10px !important;
  z-index: 100 !important;
}

.custom-select-trigger44 {
  background: #161a1e !important;
  border: 1px solid #282f35 !important;
  color: #7a6348 !important;
  padding: 12px 15px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

body.light .custom-select-trigger44 {
  background: #ffffff !important;
  border: 1px solid #ddd !important;
}

.custom-options44 {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background: #161a1e !important;
  border: 1px solid #282f35 !important;
  border-top: none !important;
  border-radius: 0 0 4px 4px !important;
  z-index: 1000 !important;
  display: none !important;
  max-height: 250px !important;
  overflow-y: auto !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5) !important;
}

.custom-options44.show {
  display: block !important;
}

body.light .custom-options44 {
  background: #ffffff !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.custom-option44 {
  padding: 12px 15px !important;
  color: #999 !important;
  font-size: 13px !important;
  cursor: pointer !important;
  transition: 0.2s !important;
}

.custom-option44:hover {
  background: #282f35 !important;
  color: #fff !important;
}

body.light .custom-option44 {
  color: #555 !important;
}

body.light .custom-option44:hover {
  background: #f0f0f0 !important;
  color: #000 !important;
}

.custom-option44.active {
  color: #7a6348 !important;
  font-weight: bold !important;
}

/* ================================================
   RANKINGS PAGE - Template44
   ================================================ */

/* Period tabs */
.rank-tab {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 20px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  color: #666;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: 0.2s;
  text-transform: uppercase;
}

.rank-tab:hover {
  background: #e0e0e0;
  color: #333;
}

.rank-tab.active {
  background: #282f35;
  border-color: #282f35;
  color: #fff;
}

/* Timer bar */
.rank-timer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 10px 16px;
  margin-bottom: 15px;
}

.timer-info span {
  color: #999;
  font-size: 12px;
}

.timer-info b {
  color: #333;
  font-size: 12px;
  margin-left: 6px;
}

.rank-actions {
  display: flex;
  gap: 8px;
}

.btn-rank-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 4px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}

.btn-rank-action:hover {
  background: #282f35;
  border-color: #282f35;
  color: #fff;
}

.btn-rank-action.green {
  background: #f0faf5;
  border-color: #b7e4c7;
  color: #2d6a4f;
}

.btn-rank-action.green:hover {
  background: #2d6a4f;
  color: #fff;
}

.info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
}

/* Filter bar */
.rank-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}

.rank-filter-group select {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  padding: 7px 12px;
  border-radius: 4px;
  font-size: 12px;
  outline: none;
  cursor: pointer;
}

/* List header */
.rank-list-header {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: #282f35;
  border-radius: 4px 4px 0 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #aaa;
}

/* Column widths */
.col-rank {
  width: 55px;
  flex-shrink: 0;
  text-align: center;
}

.col-char {
  flex-grow: 1;
  padding-left: 8px;
}

.col-score {
  width: 120px;
  flex-shrink: 0;
  text-align: right;
}

/* List rows */
.rank-list {
  display: flex;
  flex-direction: column;
}

.rank-list-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-top: none;
  transition: background 0.2s;
}

.rank-list-item:last-child {
  border-radius: 0 0 4px 4px;
}

.rank-list-item:hover {
  background: #f9f9f9;
}

/* Top 1 — gold */
.rank-list-item.top-1 {
  background: linear-gradient(90deg, rgba(237, 211, 169, 0.35) 0%, #fff 60%);
  border-color: rgba(237, 211, 169, 0.6);
}

/* Top 2 — silver */
.rank-list-item.top-2 {
  background: linear-gradient(90deg, rgb(202 202 202 / 58%) 0%, #fff 60%);
  border-color: #e7e7e7;
}

/* Top 3 — bronze */
.rank-list-item.top-3 {
  background: linear-gradient(90deg, rgb(209 143 99 / 40%) 0%, #fff 60%);
  border-color: rgba(240, 215, 198, 0.8);
}

/* Rank frame */
.rank-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.rank-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rank-frame span {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 14px;
  color: #555;
}

.top-1 .rank-frame span {
  color: #b8860b;
}

.top-2 .rank-frame span {
  color: #888;
}

.top-3 .rank-frame span {
  color: #a0522d;
}

/* Avatar */
.char-avatar-mini {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  object-fit: cover;
  margin-right: 12px;
  border: 1px solid #ddd;
  flex-shrink: 0;
}

/* Name */
.char-name-link {
  color: #282f35;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: color 0.2s;
  display: block;
}

.char-name-link:hover {
  color: #2a7de9;
}

/* Score */
.char-score-val {
  font-weight: 700;
  font-size: 14px;
  color: #2a7de9;
}

.top-1 .char-score-val {
  color: #b8860b;
}

.top-2 .char-score-val {
  color: #777;
}

.top-3 .char-score-val {
  color: #a0522d;
}

/* Modals */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.modal-container {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 90%;
  max-width: 460px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #282f35;
  border-bottom: 1px solid #ddd;
}

.modal-header h3 {
  color: #fff;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-close-modal {
  background: transparent;
  border: none;
  color: #aaa;
  font-size: 1.3rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.btn-close-modal:hover {
  color: #fff;
}

.modal-body {
  padding: 20px;
  color: #555;
  font-size: 13px;
  line-height: 1.6;
}

/*‖‖‖‖‖ SCREENSHOTS GALLERY & MODAL ‖‖‖‖‖*/
.screenshot-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.screenshot-item:hover .ss-img {
  opacity: 1 !important;
  transform: scale(1.05);
}

.ss-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ss-modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 4px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
  animation-name: zoom;
  animation-duration: 0.3s;
}

.ss-modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 15px 0;
  height: auto;
  font-size: 16px;
  animation-name: zoom;
  animation-duration: 0.3s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.ss-modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.ss-modal-close:hover,
.ss-modal-close:focus {
  color: #2a7de9;
  text-decoration: none;
  cursor: pointer;
}

/* --- NOVA PÁGINA DE DOAÇÃO --- */
.donation-header {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding: 0 10px;
  align-items: center;
}

.donation-header .vertical-bar {
  width: 5px;
  height: 45px;
  background: #2a7de9;
  border-radius: 2px;
}

.donation-title {
  font-size: 26px;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
}

.donation-subtitle {
  font-size: 13px;
  color: #64748b;
  margin: 3px 0 0 0;
}

/* Alerta de Produto Selecionado */
.selected-product-alert {
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.product-icon {
  width: 48px;
  height: 48px;
  background: #22c55e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.product-info {
  flex: 1;
}

.product-title {
  font-size: 14px;
  font-weight: 800;
  color: #166534;
  margin: 0 0 2px 0;
}

.product-details {
  font-size: 12px;
  color: #15803d;
  margin: 0;
}

.btn-change-product {
  background: #fff;
  border: 1px solid #d1d5db;
  color: #4b5563;
  padding: 6px 15px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-change-product:hover {
  background: #f9fafb;
  border-color: #9ca3af;
  color: #111827;
}

/* Cards de Doação */
.donation-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.donation-card {
  background: #fff !important;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.donation-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
}

.method-info {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 25px;
  flex-wrap: nowrap;
}

.method-logo {
  height: 32px;
  max-width: 100px;
  object-fit: contain;
}

.method-name {
  font-weight: 800;
  font-size: 19px;
  color: #1e293b;
  margin: 0;
}

.method-badge {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #2a7de9;
  font-size: 9px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.method-heading {
  font-size: 16px;
  font-weight: 800;
  color: #2a7de9;
  margin-bottom: 10px;
}

.method-desc {
  font-size: 11px;
  color: #373d45;
  line-height: 1.6;
  margin-bottom: 10px;
  height: 40px;
}

.value-input-container {
  background: #ecf3fc;
  border: 1px solid #cde4fd;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.input-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #64748b;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.value-box {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  margin-left: 100px;
}

.currency-symbol {
  font-size: 20px;
  font-weight: 700;
  color: #334155;
}

.value-input {
  background: transparent;
  border: none;
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  width: 35%;
  outline: none;
  padding: 0;
}

.btn-donation {
  width: 100%;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);
}

.btn-donation:hover {
  background: #1d4ed8;
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
}

.card-footer {
  margin-top: auto;
  padding: 20px;
  background-color: #5091e61c;
  border: 1px solid #98ccff5e;
  border-radius: 12px;
  text-align: center;
}

.footer-label {
  display: block;
  font-size: 11px;
  color: #64748b;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.accepted-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 12px;
  color: #475569;
  font-weight: 700;
}

.accepted-icons span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.accepted-icons i {
  font-size: 14px;
  color: #94a3b8;
}

/* Alerta de Segurança */
.security-alert {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.security-icon {
  width: 48px;
  height: 48px;
  background: #fff;
  color: #2563eb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.security-title {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 3px 0;
}

.security-text {
  font-size: 13px;
  color: #356ab7;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .donation-cards-container {
    grid-template-columns: 1fr;
  }
}

/* --- NOVA PÁGINA DE WEBSHOP PREMIUM --- */
.shop-selection-container {
  padding: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.shop-top-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.shop-top-icon .icon-box {
  width: 45px;
  height: 45px;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #dbeafe;
}

.shop-header {
  text-align: center;
  margin-bottom: 20px;
}

.shop-header h2 {
  font-size: 36px;
  font-weight: 900;
  color: #1e293b;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.shop-header h2 span {
  color: #2563eb;
}

.shop-header .title-divider {
  width: 40px;
  height: 3px;
  background: #2563eb;
  margin: 15px auto;
  border-radius: 2px;
}

.shop-header p {
  font-size: 14px;
  color: #64748b;
  margin-top: 10px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 30px;
}

.shop-card {
  background: #fff !important;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

.shop-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  border-color: #2563eb;
}

.shop-img-wrapper {
  height: 200px;
  overflow: hidden;
  position: relative;
  margin: 15px;
  border-radius: 12px;
}

.shop-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-card-body {
  padding: 0 15px 25px 15px;
  flex: 1;
}

.shop-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #dbeafe;
}

.shop-card-title {
  font-size: 22px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 5px;
}

.shop-card-desc {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 25px;
  line-height: 1.5;
}

.btn-shop-access {
  margin: 0 25px 25px 45px;
  background: #2a7de9;
  color: #fff !important;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 4px 6px -1px rgba(42, 125, 233, 0.2);
}

.btn-shop-access:hover {
  background: #1d4ed8;
  box-shadow: 0 10px 15px -3px rgba(42, 125, 233, 0.3);
}

.shop-benefits {
  display: flex;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
  margin-bottom: 25px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f8fafc;
  padding: 5px;
  border-radius: 10px;
  flex: 1;
  border: 1px solid #f1f5f9;
}

.benefit-item i {
  width: 32px;
  height: 32px;
  background: #fff;
  color: #2563eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.benefit-text {
  display: flex;
  flex-direction: column;
}

.benefit-title {
  font-size: 10px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1px;
  white-space: nowrap;
}

.benefit-sub {
  font-size: 9px;
  color: #64748b;
  white-space: nowrap;
}

.shop-footer-alert {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.shop-footer-alert .alert-icon {
  width: 42px;
  height: 42px;
  background: #fff;
  color: #2563eb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.shop-footer-alert .alert-title {
  font-size: 15px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 2px 0;
}

.shop-footer-alert .alert-text {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

@media (max-width: 992px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }

  .shop-benefits {
    flex-wrap: wrap;
  }
}

/* --- WEBSHOP INTERNAL PAGE --- */
.shop-internal-container {
  display: flex;
  gap: 10px;
  padding: 5px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Sidebar */
.shop-sidebar {
  width: 200px;
  flex-shrink: 0;
}

.sidebar-title-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: none;
}

.sidebar-title-box i {
  color: #2563eb;
  font-size: 18px;
}

.sidebar-title-box h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1e293b;
  letter-spacing: 0.5px;
}

.category-nav {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 500px;
}

.category-item {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  text-decoration: none !important;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.2s;
  color: #444e57;
}

.category-item:hover {
  background: #2563eb;
}

.category-item:last-child {
  border-bottom: none;
}

.category-item i.cat-icon {
  width: 35px;
  height: 35px;
  background: #d5e2ff;
  color: #282f35 !important;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 15px;
  transition: all 0.2s;
}

.category-item span {
  font-size: 14px;
  font-weight: 600;
  flex: 1;
}

.category-item i.chevron {
  font-size: 12px;
  opacity: 0.3;
}

.category-item:hover,
.category-item.active {
  background: #2563eb;
  color: #ffffff;
}

.category-item.active {
  background: #2563eb;
  color: #fff;
}

.category-item.active i.cat-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.category-item.active i.chevron {
  opacity: 1;
}

.category-item.active i.chevron:hover {
  color: #fff;
}

/* Banner Sidebar */
.sidebar-banner-credits {
  background: #0f172a;
  border-radius: 15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.sidebar-banner-credits .banner-bg {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 75px;
  opacity: 0.9;
}

.banner-content {
  position: relative;
  z-index: 1;
  margin-left: 60px;
}

.banner-subtitle {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: #66a6ff;
  display: block;
  margin-bottom: 5px;
  text-align: right;
}

.banner-title {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px;
  display: block;
  text-align: right;
  color: #eee;
}

.btn-buy-credits {
  background: #2563eb;
  color: #fff !important;
  padding: 6px;
  border-radius: 8px;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: all 0.2s;
}

/* Main Content */
.shop-main-content {
  flex: 1;
}

.shop-main-header {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.shop-header-icon {
  font-size: 20px;
  color: #2563eb;
  margin-bottom: -15px;
}

.shop-main-header h1 {
  font-size: 28px;
  font-weight: 900;
  color: #1e293b;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.shop-main-header .title-divider {
  width: 40px;
  height: 3px;
  background: #2563eb;
  margin: 15px auto;
}

.shop-main-header p {
  font-size: 13px;
  color: #64748b;
}

/* Credits Counter */
.user-credits-box {
  position: absolute;
  top: 20px;
  right: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.credits-icon {
  font-size: 20px;
  color: #22c55e;
}

.credits-info {
  text-align: left;
}

.credits-label {
  font-size: 9px;
  font-weight: 800;
  color: #94a3b8;
  text-transform: uppercase;
  display: block;
}

.credits-value {
  font-size: 18px;
  font-weight: 900;
  color: #1e293b;
}

/* Items Grid */
.items-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.item-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 5px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.item-card:hover {
  transform: translateY(-5px);
  border-color: #2563eb6b;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.item-img-box {
  background: #6b6e76;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.item-img-box .item-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.9;

}

.item-img-box img.item-pic {
  max-height: 90px;
  z-index: 1;
}

.item-name {
  font-size: 15px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 5px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-price {
  font-size: 15px;
  font-weight: 900;
  color: #009035;
  margin-bottom: 5px;
}

.btn-configure {
  background: #2563eb;
  color: #fff !important;
  padding: 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-configure:hover {
  background: #1d4ed8;
}

/* Internal Footer */
.shop-internal-footer {
  display: flex;
  gap: 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 8px;
}

.footer-benefit {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.benefit-icon-circle {
  width: 40px;
  height: 30px;
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.benefit-info h5 {
  font-size: 10px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

.benefit-info p {
  font-size: 11px;
  color: #47566a;
  margin: 0;
}

@media (max-width: 1100px) {
  .items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .shop-internal-container {
    flex-direction: column;
  }

  .shop-sidebar {
    width: 100%;
  }

  .items-grid {
    grid-template-columns: 1fr;
  }
}

/* --- ITEM DETAILS PAGE --- */
.item-details-container {
  display: flex;
  gap: 10px;
  padding: 10px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Preview Panel (Left) */
.item-preview-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.item-preview-circle {
  width: 200px;
  height: 200px;
  background: #f8fafc;
  border-radius: 30%;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.item-preview-circle img {
  max-height: 150px;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}

.item-preview-name {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

.item-preview-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #22c55e;
  font-size: 18px;
  font-weight: 700;
}

.item-preview-price i {
  font-size: 16px;
  color: #2a7de9;
}

.preview-divider {
  width: 100px;
  height: 2px;
  background: #e2e8f0;
  margin: 25px auto;
}

.btn-back-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #2563eb;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s;
}

.btn-back-shop:hover {
  transform: translateX(-5px);
}

/* Config Panel (Right) */
.item-config-panel {
  flex: 1;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.section-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.section-header h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2f3e55;
  margin: 0;
  letter-spacing: 0.5px;
}

.section-header::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #e2e8f0;
}

/* Form Controls */
.config-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.input-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 8px;
}

.custom-select-v2 {
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 15px;
  color: #1e293b;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

/* Option Cards */
.options-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.option-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.option-card:hover {
  border-color: #2563eb;
  background: #f8fafc;
}

.option-card input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2563eb;
  cursor: pointer;
}

.opt-icon-box {
  width: 30px;
  height: 30px;
  background: #e4ecf7;
  color: #2563eb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.opt-info {
  flex: 1;
}

.opt-name {
  font-size: 13px;
  color: #3a4b5a;
  display: block;
}

.opt-help {
  font-size: 11px;
  color: #94a3b8;
}

/* Alert Box */
.info-alert-box {
  background: #f8fafc;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  color: #64748b;
  font-size: 12px;
  border: 1px solid #f1f5f9;
}

.info-alert-box i {
  color: #2563eb;
}

/* Finalize Button */
.btn-finalize-buy {
  width: 100%;
  background: #2563eb;
  color: #fff !important;
  padding: 18px;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-finalize-buy:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.4);
}

@media (max-width: 850px) {
  .item-details-container {
    flex-direction: column;
  }

  .item-preview-panel {
    width: 100%;
  }
}

/* --- DOWNLOADS PAGE --- */
.download-section-wrap {
  padding: 15px 5px
}

.download-table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 20px 0;
  background: #e2e2e28c;
}

.download-table thead th {
  background: #282f35;
  color: #fff;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.download-table tbody tr {
  transition: background 0.2s;
}

.download-table tbody tr:hover {
  background: #eaf3ff;
}

.download-table tbody td {
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  color: #444;
  font-size: 14px;
}

.dl-name {
  font-weight: 700;
  color: #222;
  display: block;
}

.dl-desc {
  font-size: 12px;
  color: #888;
  display: block;
  margin-top: 2px;
}

.dl-size {
  font-size: 12px;
  color: #666;
  font-weight: 600;
}

.btn-dl-site {
  background: #2563eb;
  color: #fff !important;
  padding: 6px 25px;
  border-radius: 3px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  min-width: 90px;
}

.btn-dl-site:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(37, 99, 233, 0.3);
}

.req-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  border: 1px solid #f0f0f0;
}

.req-table thead th {
  background: #282f35;
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #333;
}

.req-table td {
  padding: 10px 15px;
  border: 1px solid #ffffff;
  font-size: 13px;
  text-align: center;
  background: #efefef;
}

.req-table .label-col {
  background: #efefef;
  font-weight: 700;
  color: #222;
  text-align: left;
  width: 150px;
  text-transform: uppercase;
  font-size: 11px;
}

body.dark .download-table,
body.dark .download-table tbody tr:hover {
  background: #1a1a1a;
}

body.dark .download-table tbody td {
  border-bottom-color: #2a2a2a;
  color: #aaa;
}

body.dark .dl-name {
  color: #eee;
}

body.dark .dl-desc {
  color: #666;
}

body.dark .dl-size {
  color: #888;
}

body.dark .req-table,
body.dark .req-table td {
  border-color: #2a2a2a;
  color: #ccc;
}

body.dark .req-table .label-col {
  background: #151515;
  color: #ddd;
}

/* --- WEBVAULT PAGE --- */
.webvault-container {
  padding: 20px;
}

.vault-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.vault-item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: transform 0.3s ease, border-color 0.3s;
}

.vault-item:hover {
  transform: translateY(-5px);
  border-color: #2563eb;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.item-visual {
  background: #f8fafc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.item-visual img {
  max-width: 100px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

.item-info h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1e293b;
  text-align: center;
}

.item-details {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
}

.btn-transfer {
  width: 100%;
  background: #2563eb;
  border: none;
  color: #fff !important;
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.btn-transfer:hover {
  background: #1d4ed8;
}

.empty-vault {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.empty-vault i {
  font-size: 3rem;
  color: #cbd5e1;
  margin-bottom: 20px;
}

.btn-shop-vault {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #2563eb;
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

/* --- THEME COMPONENT STYLES EXTRACTED FROM HTML --- */

/* Painel & Registrar Button Fix */
.rgst-button {
  text-decoration: none;
}

.rgst-button:hover,
.rgst-button:focus {
  text-decoration: none;
  color: #fff;
}

/* Dynamic Logo Wrap */
#logo-img-tpl44 {
  max-width: 500px;
  width: 100%;
}

/* Configurações All Button */
.btn-config-all {
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 45px;
  margin: 5px 30px !important;
}

.btn-config-all:hover,
.btn-config-all:focus {
  text-decoration: none;
  color: #fff;
}

/* Event List Empty State */
.no-events-text {
  color: #999;
  font-size: 12px;
}

/* Footer Bottom Links & Trademark */
.footer-bottom-link {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: color 0.2s;
}

.footer-bottom-link:hover {
  text-decoration: none !important;
  opacity: 0.85;
}

.footer-bottom-note {
  font-size: 11px;
  opacity: 0.7;
}

/* Dynamic Popups */
#site-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.popup-box-44 {
  width: 90%;
  max-width: 750px;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 4px;
  overflow: hidden;
}

.popup-header-44 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  border-bottom: 1px solid #333;
}

#popup-title-44 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.popup-close-btn-44 {
  background: none;
  border: none;
  color: #888;
  font-size: 22px;
  cursor: pointer;
}

.popup-close-btn-44:hover {
  color: #fff;
}

.popup-slider-container-44 {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.popup-slide-44 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}

.popup-slide-img-44 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-footer-44 {
  padding: 12px 18px;
  display: flex;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.3);
}

.popup-close-action-btn-44 {
  background: none;
  border: 1px solid #555;
  color: #ccc;
  padding: 7px 25px;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s;
}

.popup-close-action-btn-44:hover {
  border-color: #888;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

/* Back to Top Button */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 25px;
  width: 48px;
  height: 72px;
  background: #2a7de9;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow: 0 6px 20px rgba(42, 125, 233, 0.5);
  z-index: 9999;
  transition: opacity 0.3s, transform 0.3s;
}

.back-to-top-svg-second {
  margin-top: -8px;
}

/* Floating WhatsApp Support */
#floating-support {
  position: fixed;
  bottom: 30px;
  left: 25px;
  width: 70px;
  height: 70px;
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  z-index: 9999;
  transition: all 0.3s ease;
  text-decoration: none;
  animation: float_support 3.2s ease-in-out infinite;
}

.floating-support-icon {
  font-size: 35px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

#floating-support:hover {
  transform: scale(1.08) translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.65) !important;
  background: #20ba5a !important;
}

@keyframes float_support {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-7px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* Ajustes Responsivos para o Logo */
@media (max-width: 768px) {
  .logo-brand {
    top: 150px;
    max-width: 320px;
    gap: 15px;
  }
  
  .server-status-widget {
    margin-top: 15px;
    padding: 10px 15px;
  }
  
  .ssw-count {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .logo-brand {
    top: 120px;
    max-width: 250px;
  }
}

/*‖‖‖‖‖ MODAL STREAMER LATERAL ‖‖‖‖‖*/
.streamer-sidebar { position: fixed; top: 20%; right: -270px; width: 270px; background: #1a1a24; border: 2px solid #2a2a3a; border-right: none; border-radius: 10px 0 0 10px; z-index: 9999; transition: right 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: -10px 0 15px rgba(0,0,0,0.5); }
.streamer-sidebar.open { right: 0; }
.streamer-toggle { position: absolute; left: -45px; top: 50px; width: 45px; height: 50px; background: #2a7de8; border: none; border-radius: 8px 0 0 8px; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 18px; box-shadow: -5px 0 15px rgb(70 83 255 / 40%); }
.streamer-toggle:hover::after { content: 'Streaming Lives'; position: absolute; right: 55px; background: #2a7de8; color: #fff; padding: 5px 12px; border-radius: 4px; font-size: 11px; font-weight: 700; white-space: nowrap; pointer-events: none; opacity: 0; animation: fadeIn 0.3s forwards; }
.streamer-sidebar.open .streamer-toggle:hover::after { display: none; }

.streamer-toggle i { transition: transform 0.5s; }

.streamer-content { padding: 15px; }
.streamer-video-wrap { width: 100%; aspect-ratio: 16/9; background: #000; border-radius: 6px; overflow: hidden; margin-bottom: 15px; border: 1px solid rgba(255,255,255,0.1); }
.streamer-video-wrap iframe { width: 100%; height: 100%; }

.streamer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.streamer-box { background: #11111a; border-radius: 6px; overflow: hidden; text-decoration: none !important; border: 1px solid rgba(255,255,255,0.05); transition: 0.3s; }
.streamer-box:hover { border-color: #ff4655; transform: translateY(-3px); }

.streamer-thumb { width: 100%; aspect-ratio: 16/10; background-size: cover; background-position: center; position: relative; display: flex; align-items: center; justify-content: center; color: #333; font-size: 20px; }
.streamer-status { position: absolute; top: 50%; left: 45%; transform: translate(-50%, -50%); width: 15px; height: 15px; border-radius: 50%; border: 2px solid #fff; z-index: 10; }
.streamer-status.online { background: #39ff14; box-shadow: 0 0 15px #39ff14; animation: pulse-status 1.2s infinite; }
.streamer-status.offline { background: #ff4655; box-shadow: 0 0 15px #ff4655; animation: pulse-status-red 1.2s infinite; }

.streamer-info { padding: 8px; text-align: center; }
.streamer-name { display: block; color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.streamer-label { font-size: 9px; color: #888; font-weight: 700; }

.streamer-box.empty { opacity: 0.3; cursor: default; }

@keyframes fadeIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }
@keyframes pulse-status { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.3); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }
@keyframes pulse-status-red { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.3); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }


/* ============================================================
   MODAIS DO FOOTER — Privacidade & Termos
   ============================================================ */

/* Overlay / backdrop */
.footer-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10500;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.footer-modal-overlay.footer-modal-active {
  display: flex;
  opacity: 1;
}

/* Caixa do modal */
.footer-modal-box {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  max-width: 520px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transform: translateY(16px);
  transition: transform 0.25s ease;
}

.footer-modal-overlay.footer-modal-active .footer-modal-box {
  transform: translateY(0);
}

/* Header */
.footer-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  border-bottom: 1px solid #e5e7eb;
}

.footer-modal-title {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  letter-spacing: 0.3px;
}

.footer-modal-close {
  background: none;
  border: none;
  font-size: 22px;
  line-height: 1;
  color: #9ca3af;
  cursor: pointer;
  padding: 0 4px;
  transition: color 0.18s;
}

.footer-modal-close:hover {
  color: #111827;
}

/* Body / conteúdo */
.footer-modal-body {
  padding: 28px 28px 20px;
  overflow-y: auto;
  flex: 1;
  color: #374151;
}

.footer-modal-body h2 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px;
  line-height: 1.3;
}

.footer-modal-subtitle {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 20px;
}

.footer-modal-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 12px;
}

/* Footer do modal */
.footer-modal-footer {
  padding: 14px 22px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: flex-end;
  background: #f9fafb;
}

.footer-modal-btn-close {
  background: #111827;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 9px 26px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s, transform 0.15s;
  letter-spacing: 0.3px;
}

.footer-modal-btn-close:hover {
  background: #1f2937;
  transform: translateY(-1px);
}

/* Tema escuro — adapta o modal ao dark mode do site */
body.dark .footer-modal-box {
  background: #1c1c28;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
}

body.dark .footer-modal-header {
  border-bottom-color: #2d2d40;
}

body.dark .footer-modal-title {
  color: #e5e7eb;
}

body.dark .footer-modal-close {
  color: #6b7280;
}

body.dark .footer-modal-close:hover {
  color: #f3f4f6;
}

body.dark .footer-modal-body {
  color: #d1d5db;
}

body.dark .footer-modal-body h2 {
  color: #f9fafb;
}

body.dark .footer-modal-body p {
  color: #9ca3af;
}

body.dark .footer-modal-subtitle {
  color: #6b7280;
}

body.dark .footer-modal-footer {
  border-top-color: #2d2d40;
  background: #16161f;
}

body.dark .footer-modal-btn-close {
  background: #2a7de9;
}

body.dark .footer-modal-btn-close:hover {
  background: #1a6dd0;
}

/* Responsivo */
@media (max-width: 480px) {
  .footer-modal-box {
    border-radius: 10px;
    max-height: 90vh;
  }

  .footer-modal-body {
    padding: 20px 18px 16px;
  }

  .footer-modal-body h2 {
    font-size: 18px;
  }
}
