@import url('https://fonts.googleapis.com/css2?family=Laila:wght@300;400;500;600;700&display=swap');
.ImgPesquisarPersonagembarrinha {
  background: url(/images/lupa.gif) no-repeat;
  border: 0;
  margin-left: 173px;
  margin-top: -38px;
  position: absolute;
  z-index: 1081;
}
.inputbk {
  margin-top: -35px;
  width: 201px;
  height: 24px;
  z-index: 1080;
  position: absolute;
  border-radius: 7px;
  border: 1px solid rgb(255 255 255);
  background-image: linear-gradient(to right, #001fff, #01112f);
  color: #fff;
  text-align: center;
  box-shadow: 0 0 3px #00242c;
  outline: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 11px;
}
.ImgPesquisarPersonagem {
  background: url(/images/imgbuscapersonagem/procurar.png) no-repeat;
  width: 94px;
  height: 30px;
  border: 0;
  margin-left: 200px;
  margin-top: -38px;
  position: absolute;
  z-index: 10;
}
.SmallMenuBox {
  z-index: 100;
}
#LeftArtwork #TibiaLogoArtworkTop {
  position: relative;
  top: -18px;
  left: -11px;
  height: 160px;
  width: auto;
  z-index: 101;
  cursor: pointer;
  border: 0;
}
.SubmenuitemLabel {
    margin: 0;
    border-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 23px;
    border-bottom: 1px solid #505050;
    overflow: hidden;
    font-family: 'Laila', serif;
}
#BannerModal .modal-open .modal {
    z-index: 2060;
    --bs-backdrop-zindex: 2060;
}
.MobileTibiaLogo {
    position: relative;
    top: 0px;
    width: 90px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    background-image: url(../zinx-logo-artwork-top.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
}
.main-site-container {
    margin: 35px auto;
}

/* Aplica o brilho GIF apenas no fundo central, sem remover as laterais */
.Submenu {
    background-image:
        url('/templates/tibiacom/images/global/menu/left-chain.gif'),
        url('/templates/tibiacom/styles/bg_menu.gif'),
        url('/templates/tibiacom/images/global/menu/right-chain.gif');
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: left top, center top, right top;
    background-size: auto, cover, auto;
    background-color: transparent !important;
    overflow: visible !important;
}

/* Remove qualquer hover que sobrescreva o brilho ou correntes */
.Submenu {
    background-image:
        url('/templates/tibiacom/images/global/menu/left-chain.gif'),
        url('/templates/tibiacom/styles/bg_menu.gif'),
        url('/templates/tibiacom/images/global/menu/right-chain.gif') !important;
    background-repeat: no-repeat, repeat, no-repeat !important;
    background-position: left top, center top, right top !important;
    background-size: auto, cover, auto !important;
    background-color: transparent !important;
    overflow: visible !important;
}

/* BRILHO + FUNDO ESCURO FIXO EM TODOS OS SUBMENUS */
.Submenu,
.Submenu:hover,
.Submenu *:hover,
.SubmenuitemLabel,
.SubmenuitemLabel:hover,
.SubmenuitemLabel *:hover,
a:hover .SubmenuitemLabel {
    background-image:
        url('/templates/tibiacom/images/global/menu/left-chain.gif'),
        url('/templates/tibiacom/styles/bg_menu.gif'),
        url('/templates/tibiacom/images/global/menu/right-chain.gif') !important;
    background-repeat: no-repeat, repeat, no-repeat !important;
    background-position: left top, center top, right top !important;
    background-size: auto, cover, auto !important;
    background-color: #000000 !important; /* fundo escuro base, sem transparência */
    box-shadow: none !important;
    overflow: visible !important;
}

/* LINKS DO MENU MANTÊM A COR BASE + BRILHO */
.Submenu a,
.Submenu a:hover,
.Submenu a:focus,
.Submenu a:active {
    background-color: #000000 !important;
    background-image: none !important;
}

/* CORRENTES PERMANENTES */
#ActiveSubmenuItemIcon_news,
#ActiveSubmenuItemIcon_account,
#ActiveSubmenuItemIcon_community,
#ActiveSubmenuItemIcon_systems,
#ActiveSubmenuItemIcon_wars,
#ActiveSubmenuItemIcon_events,
#ActiveSubmenuItemIcon_shop {
    background-image: url('/templates/tibiacom/images/global/menu/buttons-menuitem-activesubmenu.gif') !important;
    visibility: visible !important;
    display: block !important;
}

@keyframes pulseWhatsApp {
  0%   { transform: scale(1); box-shadow: 0 0 0px #25D366; }
  50%  { transform: scale(1.1); box-shadow: 0 0 10px #25D366; }
  100% { transform: scale(1); box-shadow: 0 0 0px #25D366; }
}

.whatsapp-pulse {
  animation: pulseWhatsApp 1.5s infinite;
  transition: box-shadow 0.3s ease;
  background-color: #25D366;
  border-radius: 50%;
  padding: 5px;
  display: inline-block;
  position: relative;
  top: -5px;
}

.whatsapp-pulse:hover {
  box-shadow: 0 0 12px 4px #25D366, 0 0 20px #25D366;
}

.whatsapp-pulse svg {
  width: 15px;
  height: 16px;
  fill: white;
}

.pulsante {
  animation: pulse-strong 1s infinite;
}
@keyframes pulse-strong {
  0%   { transform: scale(1); opacity: 1; }
  50%  { transform: scale(1.3); opacity: 0.75; }
  100% { transform: scale(1); opacity: 1; }
}

.menu-royale-mobile {
  color: #FFD700 !important;
  font-weight: bold !important;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
}

.menu-royale-item {
  border: 1px solid rgba(255, 215, 0, 0.4);
  border-radius: 4px;
  box-shadow: inset 0 0 12px rgba(255, 215, 0, 0.12), 0 0 10px rgba(255, 215, 0, 0.18);
}

.menu-royale-item:hover {
  box-shadow: inset 0 0 16px rgba(255, 165, 0, 0.18), 0 0 14px rgba(255, 165, 0, 0.24);
}

.menu-royale-label {
  color: #FFD700 !important;
  font-weight: bold !important;
  padding-right: 6px;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
}

a:hover .menu-royale-label,
.menu-royale-item:hover .menu-royale-label {
  color: #FFA500 !important;
  text-shadow: 0 0 10px rgba(255, 165, 0, 0.9);
}

.royale-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  color: #ddd;
  font-family: inherit;
}

.royale-hero {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, #1a0a00, #3d1a00);
  border: 2px solid #FFD700;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 0 18px rgba(255, 215, 0, 0.14);
}

.royale-hero h1 {
  font-size: 2.4em;
  color: #FFD700;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.8);
  margin: 0 0 10px 0;
  letter-spacing: 2px;
}

.royale-tagline {
  font-size: 1.3em;
  color: #FFA500;
  font-weight: bold;
  margin: 0 0 8px 0;
  letter-spacing: 1px;
}

.royale-sub {
  color: #ccc;
  font-size: 0.95em;
  margin: 0;
}

.royale-section {
  background: rgba(20, 10, 0, 0.85);
  border: 1px solid #8B6914;
  border-left: 4px solid #FFD700;
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 18px;
}

.royale-section h2 {
  color: #FFD700;
  font-size: 1.2em;
  margin: 0 0 14px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
}

.royale-icon {
  font-size: 1.1em;
}

.royale-section p,
.royale-section li {
  color: #ddd;
  line-height: 1.7;
  font-size: 0.95em;
}

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

.royale-list li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.royale-list li::before {
  content: "▸";
  color: #FFD700;
  flex-shrink: 0;
  margin-top: 1px;
}

.royale-list li strong {
  color: #FFD700;
  min-width: 140px;
  flex-shrink: 0;
}

.royale-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
}

.royale-table th {
  background: rgba(255, 215, 0, 0.15);
  color: #FFD700;
  padding: 10px 14px;
  text-align: left;
  border-bottom: 2px solid #FFD700;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.royale-table td {
  padding: 9px 14px;
  color: #ddd;
  border-bottom: 1px solid rgba(255, 215, 0, 0.08);
  vertical-align: top;
}

.royale-table tr:hover td {
  background: rgba(255, 215, 0, 0.05);
}

.royale-rewards {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.reward-card {
  flex: 1;
  min-width: 180px;
  border-radius: 6px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.reward-card.gold {
  background: linear-gradient(135deg, #3d2e00, #5c4400);
  border: 2px solid #FFD700;
}

.reward-card.silver {
  background: linear-gradient(135deg, #1e1e1e, #2e2e2e);
  border: 2px solid #C0C0C0;
}

.reward-card.bronze {
  background: linear-gradient(135deg, #2a1500, #3d1f00);
  border: 2px solid #CD7F32;
}

.reward-pos {
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
}

.reward-card.gold .reward-pos {
  color: #FFD700;
}

.reward-card.silver .reward-pos {
  color: #C0C0C0;
}

.reward-card.bronze .reward-pos {
  color: #CD7F32;
}

.reward-items {
  color: #ddd;
  font-size: 0.9em;
  line-height: 1.5;
}

.royale-tips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
}

.royale-tips li {
  background: rgba(255, 215, 0, 0.04);
  border: 1px solid rgba(255, 215, 0, 0.12);
  border-radius: 4px;
  padding: 10px 14px;
  color: #ddd;
  font-size: 0.9em;
  line-height: 1.6;
}

.royale-tips li::before {
  content: "⚡ ";
  color: #FFD700;
}

.royale-note-box {
  margin-top: 12px;
  background: rgba(255, 215, 0, 0.05);
  border-left: 3px solid #FFD700;
  padding: 10px 14px;
  color: #ead6aa;
  font-size: 0.92em;
}

.royale-footer-cta {
  text-align: center;
  padding: 30px 20px;
  background: linear-gradient(135deg, #1a0a00, #3d1a00);
  border: 2px solid #FFD700;
  border-radius: 8px;
  margin-top: 10px;
}

.royale-footer-cta p {
  color: #FFD700;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  text-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
  letter-spacing: 0.5px;
}

@media (max-width: 600px) {
  .royale-hero h1 {
    font-size: 1.6em;
  }

  .royale-rewards {
    flex-direction: column;
  }

  .royale-list li {
    display: block;
  }

  .royale-list li strong {
    min-width: 100px;
    display: inline-block;
  }
}
