/* Zenfir-Ot — solo menú lateral (news/contenido = estilo original Tibia) */

/* Anula estilo verde por defecto de basic.css */
#MenuColumn .Submenu {
  background: linear-gradient(180deg, rgba(18, 14, 12, 0.96), rgba(10, 8, 7, 0.98)) !important;
  background-color: transparent !important;
}

#MenuColumn .Submenuitem,
#MenuColumn .Submenu .Submenuitem {
  background-color: rgba(16, 12, 10, 0.94) !important;
}

#MenuColumn .Submenuitem.zenfir-submenu-hover,
#MenuColumn .Submenu .Submenuitem.zenfir-submenu-hover,
#MenuColumn .Submenu .Submenuitem:hover {
  background-color: rgba(48, 38, 28, 0.92) !important;
  box-shadow: inset 0 0 18px rgba(212, 168, 75, 0.12);
}

#MenuColumn .SubmenuitemLabel {
  color: #e8dcc8 !important;
  border-bottom-color: rgba(200, 160, 90, 0.14) !important;
}

body.zenfir-site {
  background-color: #120c0a !important;
  background-image: none !important;
}

/* —— Menú lateral —— */
#Menu {
  background: linear-gradient(165deg, rgba(24, 20, 17, 0.94), rgba(14, 11, 10, 0.97));
  border-radius: 8px;
  border: 1px solid rgba(200, 160, 90, 0.28);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.4);
  padding: 6px 0 8px;
  margin-top: 4px;
}

#MenuTop {
  border-radius: 6px 6px 0 0;
}

.MenuButton {
  transition: filter 0.2s ease, transform 0.15s ease;
  border-radius: 4px;
}

.MenuButton:hover {
  filter: brightness(1.12) saturate(1.1);
  transform: translateX(2px);
}

#MenuColumn {
  font-family: "Source Sans 3", Verdana, Arial, sans-serif;
}

/* Enlaces del submenú */
.Submenu {
  background: linear-gradient(180deg, rgba(18, 14, 12, 0.96), rgba(10, 8, 7, 0.98)) !important;
  border: 1px solid rgba(200, 160, 90, 0.18) !important;
  border-radius: 5px !important;
  margin-left: 4px !important;
  margin-right: 4px !important;
  padding: 2px 0 4px !important;
  width: auto !important;
}

.Submenu .Submenuitem {
  background-color: transparent !important;
  transition: background-color 0.22s ease, box-shadow 0.22s ease;
}

.Submenu .Submenuitem:hover {
  background-color: rgba(48, 38, 28, 0.85) !important;
  box-shadow: inset 0 0 18px rgba(212, 168, 75, 0.12);
}

.Submenu .Submenuitem > div[style*="background-color"],
#MenuColumn .Submenuitem .zenfir-submenu-inner {
  background: transparent !important;
  background-color: transparent !important;
}

#MenuColumn .Submenuitem {
  background-color: rgba(16, 12, 10, 0.94) !important;
}

#MenuColumn #Menu .Submenuitem:hover,
#MenuColumn .Submenu .Submenuitem:hover {
  background-color: rgba(48, 38, 28, 0.92) !important;
}

.SubmenuitemLabel {
  font-family: "Source Sans 3", "Segoe UI", Verdana, Arial, sans-serif !important;
  font-size: 11pt !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  line-height: 1.35 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-bottom-color: rgba(200, 160, 90, 0.14) !important;
  -webkit-font-smoothing: antialiased;
}

.Submenu a:link,
.Submenu a:visited {
  color: #e6d9c4 !important;
  text-decoration: none !important;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.Submenu a:hover,
.Submenu a:focus {
  color: #fff9eb !important;
  text-decoration: none !important;
}

.Submenu .SubmenuitemLabel,
.Submenu a:link .SubmenuitemLabel,
.Submenu a:visited .SubmenuitemLabel {
  color: #e8dcc8 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 0 8px rgba(220, 200, 160, 0.35),
    0 0 16px rgba(180, 150, 100, 0.2) !important;
}

.Submenu a:hover .SubmenuitemLabel,
.Submenu a:focus .SubmenuitemLabel {
  color: #fff6e8 !important;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.95),
    0 0 12px rgba(255, 230, 180, 0.55),
    0 0 24px rgba(212, 168, 75, 0.3) !important;
}

/* —— Palabras importantes del menú (por tipo) —— */
@keyframes zenfir-menu-pulse-gold {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.15);
  }
}

@keyframes zenfir-menu-shimmer {
  0%,
  100% {
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.95),
      0 0 10px currentColor;
  }
  50% {
    text-shadow:
      0 1px 3px rgba(0, 0, 0, 0.95),
      0 0 18px currentColor,
      0 0 28px currentColor;
  }
}

/* Noticias */
.zenfir-menu-news,
#MenuColumn a[href*="page=news"] .SubmenuitemLabel {
  color: #ffe566 !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 14px rgba(255, 220, 80, 0.9),
    0 0 26px rgba(255, 180, 40, 0.45) !important;
  animation: zenfir-menu-shimmer 2.8s ease-in-out infinite;
}

/* Changelog */
.zenfir-menu-changelog,
#MenuColumn a[href="changelog.php"] .SubmenuitemLabel {
  color: #8ed4ff !important;
  font-weight: 700 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 12px rgba(100, 200, 255, 0.75) !important;
}

/* Soporte */
.zenfir-menu-support,
#MenuColumn a[href="helpdesk.php"] .SubmenuitemLabel {
  color: #7df9ff !important;
  font-weight: 700 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 12px rgba(80, 230, 255, 0.65) !important;
}

/* Premium */
.zenfir-menu-premium,
#MenuColumn a[href="premmyfeature.php"] .SubmenuitemLabel {
  color: #e8b8ff !important;
  font-weight: 700 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 14px rgba(200, 120, 255, 0.8),
    0 0 24px rgba(140, 60, 220, 0.4) !important;
}

/* Rankings */
.zenfir-menu-rank,
#MenuColumn a[href="highscores.php"] .SubmenuitemLabel,
#MenuColumn a[href="topguilds.php"] .SubmenuitemLabel,
#MenuColumn a[href="powergamers.php"] .SubmenuitemLabel {
  color: #ffc84d !important;
  font-weight: 700 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 12px rgba(255, 200, 60, 0.85) !important;
}

/* Server info */
.zenfir-menu-info,
#MenuColumn a[href="serverinfo.php"] .SubmenuitemLabel {
  color: #c8f0a0 !important;
  font-weight: 700 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 10px rgba(140, 220, 90, 0.6) !important;
}

/* Tienda */
.zenfir-menu-shop,
#MenuColumn a[href="shop.php"] .SubmenuitemLabel {
  color: #b8ff9a !important;
  font-weight: 700 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 14px rgba(120, 255, 100, 0.75) !important;
}

/* PvP / guerras */
.zenfir-menu-pvp,
#MenuColumn a[href="guildwar.php"] .SubmenuitemLabel {
  color: #ff8a7a !important;
  font-weight: 700 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 14px rgba(255, 90, 70, 0.85) !important;
}

/* Mercado / subastas */
#MenuColumn a[href="market.php"] .SubmenuitemLabel,
#MenuColumn a[href="auctionchar.php"] .SubmenuitemLabel {
  font-weight: 700 !important;
}

/* Destacados: HOT, Raids, Buy Points (font amarillo/rojo/verde en HTML) */
.Submenu .SubmenuitemLabel font[color="yellow"],
.Submenu .SubmenuitemLabel font[color="YELLOW"] {
  color: #ffcf40 !important;
  font-weight: 800 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 14px rgba(255, 210, 50, 1),
    0 0 28px rgba(255, 150, 20, 0.85),
    0 0 42px rgba(255, 100, 0, 0.5) !important;
  animation: zenfir-menu-shimmer 2.2s ease-in-out infinite;
}

.Submenu a:hover .SubmenuitemLabel font[color="yellow"],
.Submenu a:hover .SubmenuitemLabel font[color="YELLOW"] {
  color: #ffd54a !important;
}

.Submenu .SubmenuitemLabel font[color="green"],
.Submenu .SubmenuitemLabel font[color="GREEN"] {
  color: #6dffb8 !important;
  font-weight: 800 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 14px rgba(80, 255, 160, 0.95),
    0 0 28px rgba(40, 220, 120, 0.65),
    0 0 40px rgba(0, 180, 90, 0.4) !important;
}

.Submenu a:hover .SubmenuitemLabel font[color="green"],
.Submenu a:hover .SubmenuitemLabel font[color="GREEN"] {
  color: #8cffd0 !important;
}

.Submenu .SubmenuitemLabel font[color="red"],
.Submenu .SubmenuitemLabel font[color="RED"] {
  color: #ff7568 !important;
  font-weight: 800 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 14px rgba(255, 100, 80, 1),
    0 0 28px rgba(255, 50, 40, 0.7),
    0 0 40px rgba(220, 30, 20, 0.45) !important;
}

.Submenu a:hover .SubmenuitemLabel font[color="red"],
.Submenu a:hover .SubmenuitemLabel font[color="RED"] {
  color: #ff9588 !important;
}

/* CTA: Create Account & Download Client */
@keyframes zenfir-glow-create {
  0%,
  100% {
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.95),
      0 0 10px rgba(80, 230, 255, 0.55),
      0 0 22px rgba(40, 200, 255, 0.35);
  }
  50% {
    text-shadow:
      0 1px 3px rgba(0, 0, 0, 0.95),
      0 0 16px rgba(120, 245, 255, 0.95),
      0 0 32px rgba(60, 210, 255, 0.65),
      0 0 48px rgba(30, 160, 255, 0.35);
  }
}

@keyframes zenfir-glow-download {
  0%,
  100% {
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.95),
      0 0 10px rgba(120, 255, 140, 0.55),
      0 0 22px rgba(80, 220, 100, 0.35);
  }
  50% {
    text-shadow:
      0 1px 3px rgba(0, 0, 0, 0.95),
      0 0 16px rgba(160, 255, 170, 0.95),
      0 0 32px rgba(100, 240, 120, 0.65),
      0 0 48px rgba(60, 200, 80, 0.35);
  }
}

.SubmenuitemLabel.zenfir-cta-create,
#ActiveSubmenuItemLabel_createaccountanddownload {
  color: #7df9ff !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  animation: zenfir-glow-create 2.4s ease-in-out infinite;
}

.SubmenuitemLabel.zenfir-cta-download,
#ActiveSubmenuItemLabel_downloadclient {
  color: #9bff7a !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  animation: zenfir-glow-download 2.4s ease-in-out infinite;
}

.Submenu a:hover .zenfir-cta-create,
.Submenu a:hover #ActiveSubmenuItemLabel_createaccountanddownload {
  color: #b8ffff !important;
}

.Submenu a:hover .zenfir-cta-download,
.Submenu a:hover #ActiveSubmenuItemLabel_downloadclient {
  color: #c8ffae !important;
}

#MenuColumn a[href="register.php"] .Submenuitem,
#MenuColumn a[href='register.php'] .Submenuitem {
  background: linear-gradient(90deg, rgba(40, 180, 220, 0.35), rgba(16, 12, 10, 0.94) 72%) !important;
  box-shadow: inset 4px 0 0 #4ad4f0, inset 0 0 20px rgba(40, 180, 220, 0.08);
}

#MenuColumn a[href="downloads.php"] .Submenuitem,
#MenuColumn a[href='downloads.php'] .Submenuitem {
  background: linear-gradient(90deg, rgba(80, 200, 90, 0.35), rgba(16, 12, 10, 0.94) 72%) !important;
  box-shadow: inset 4px 0 0 #6ee87a, inset 0 0 20px rgba(80, 200, 90, 0.08);
}

#MenuColumn a[href="buypoints.php"] .Submenuitem,
#MenuColumn a[href='buypoints.php'] .Submenuitem {
  background: linear-gradient(90deg, rgba(255, 180, 40, 0.28), rgba(16, 12, 10, 0.94) 72%) !important;
  box-shadow: inset 4px 0 0 #ffbf2e;
}

#MenuColumn a[href="raids.php"] .Submenuitem,
#MenuColumn a[href='raids.php'] .Submenuitem {
  background: linear-gradient(90deg, rgba(255, 120, 40, 0.25), rgba(16, 12, 10, 0.94) 72%) !important;
  box-shadow: inset 4px 0 0 #ff8c3a;
}

#MenuColumn a[href="auctionchar.php"] .Submenuitem,
#MenuColumn a[href='auctionchar.php'] .Submenuitem {
  background: linear-gradient(90deg, rgba(255, 200, 50, 0.22), rgba(16, 12, 10, 0.94) 72%) !important;
  box-shadow: inset 4px 0 0 #ffd54a;
}

#MenuColumn a[href="register.php"] .Submenuitem:hover,
#MenuColumn a[href='register.php'] .Submenuitem:hover,
#MenuColumn a[href="downloads.php"] .Submenuitem:hover,
#MenuColumn a[href='downloads.php'] .Submenuitem:hover {
  background-color: rgba(48, 38, 28, 0.92) !important;
}

/* MyAAC — mismos acentos por ruta amigable / query string */
#MenuColumn a[href*="account/create"] .Submenuitem,
#MenuColumn a[href*="/account/create"] .Submenuitem {
  background: linear-gradient(90deg, rgba(40, 180, 220, 0.35), rgba(16, 12, 10, 0.94) 72%) !important;
  box-shadow: inset 4px 0 0 #4ad4f0, inset 0 0 20px rgba(40, 180, 220, 0.08);
}

#MenuColumn a[href*="downloadclient"] .Submenuitem,
#MenuColumn a[href*="/downloadclient"] .Submenuitem {
  background: linear-gradient(90deg, rgba(80, 200, 90, 0.35), rgba(16, 12, 10, 0.94) 72%) !important;
  box-shadow: inset 4px 0 0 #6ee87a, inset 0 0 20px rgba(80, 200, 90, 0.08);
}

#MenuColumn a[href*="points"] .Submenuitem,
#MenuColumn a[href*="/points"] .Submenuitem,
#MenuColumn a[href*="gifts"] .Submenuitem,
#MenuColumn a[href*="/gifts"] .Submenuitem {
  background: linear-gradient(90deg, rgba(255, 180, 40, 0.28), rgba(16, 12, 10, 0.94) 72%) !important;
  box-shadow: inset 4px 0 0 #ffbf2e;
}

#MenuColumn a[href*="account/create"] .Submenuitem:hover,
#MenuColumn a[href*="/account/create"] .Submenuitem:hover,
#MenuColumn a[href*="downloadclient"] .Submenuitem:hover,
#MenuColumn a[href*="/downloadclient"] .Submenuitem:hover {
  background-color: rgba(48, 38, 28, 0.92) !important;
}

@media (prefers-reduced-motion: reduce) {
  .zenfir-cta-create,
  .zenfir-cta-download,
  #ActiveSubmenuItemLabel_createaccountanddownload,
  #ActiveSubmenuItemLabel_downloadclient,
  .zenfir-menu-news,
  .Submenu .SubmenuitemLabel font[color="yellow"],
  .Submenu .SubmenuitemLabel font[color="YELLOW"] {
    animation: none;
  }
}

/* Botones login/descarga (columna izquierda) */
#Loginbox {
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.45));
  transition: filter 0.2s ease;
}

#Loginbox:hover {
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.55));
}

/* Shop: layout mejorado dentro de #news */
#news .zenfir-shop-page {
  padding: 4px 2px 12px;
}

#news .zenfir-shop-header {
  margin-bottom: 14px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #fff2db 0%, #debb9d 100%);
  border: 2px solid #3a3738;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

#news .zenfir-shop-header__title {
  margin: 0 0 4px;
  font-size: 18pt;
  font-weight: bold;
  color: #5a2800;
  text-transform: none;
}

#news .zenfir-shop-header__subtitle {
  margin: 0 0 12px;
  font-size: 10pt;
  color: #6b4423;
  line-height: 1.45;
}

#news .zenfir-shop-balance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid #3a3738;
  border-radius: 4px;
}

#news .zenfir-shop-balance__label {
  font-size: 10pt;
  color: #5a2800;
  font-weight: bold;
}

#news .zenfir-shop-balance__value {
  font-size: 20pt;
  font-weight: bold;
  color: #228b22;
  line-height: 1;
}

#news .zenfir-shop-balance__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-left: auto;
}

#news .zenfir-shop-balance__actions a {
  font-size: 10pt;
  font-weight: bold;
  color: #5a2800;
}

#news .zenfir-shop-login-notice {
  margin: 0;
  padding: 8px 10px;
  font-size: 10pt;
  color: #5a2800;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}

#news .zenfir-shop-help {
  margin: 0 0 14px;
  padding: 10px 14px;
  font-size: 10pt;
  line-height: 1.5;
  color: #3d2a0f;
  background-color: #debb9d;
  border-left: 4px solid #8b4513;
  border-radius: 4px;
}

#news .zenfir-shop-notice {
  margin: 0 0 12px;
  padding: 10px 14px;
  font-size: 10pt;
  border-radius: 4px;
  border: 1px solid #3a3738;
}

#news .zenfir-shop-notice--success {
  color: #1a5c1a;
  background: #d4edda;
}

#news .zenfir-shop-notice--error {
  color: #842029;
  background: #f8d7da;
}

#news .zenfir-shop-tabpanel.hide {
  display: none;
}

#news .zenfir-shop-tabpanel.show {
  display: block;
}

#news .zenfir-shop-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 10px 12px;
  background-color: #debb9d;
  border: 2px solid #3a3738;
  border-radius: 4px;
}

#news .zenfir-shop-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
  color: #5a2800;
  background-color: #fff2db;
  border: 1px solid #3a3738;
  border-radius: 4px;
  transition: background-color 0.15s ease, transform 0.15s ease;
}

#news .zenfir-shop-tabs .nav-link:hover,
#news .zenfir-shop-tabs .nav-link.active {
  background-color: #d4c0a1;
  color: #3d2a0f;
  transform: translateY(-1px);
}

#news .zenfir-shop-tabs__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 9pt;
  font-weight: bold;
  color: #fff2db;
  background: #8b4513;
  border-radius: 10px;
}

#news .zenfir-shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
  width: 100%;
}

#news .zenfir-shop-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 240px;
  padding: 12px 12px 14px;
  text-align: center;
  border: 2px solid #3a3738;
  border-radius: 6px;
  background-color: #fff2db;
  background-image: url(../images/global/content/scroll.gif);
  color: #5a2800;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

#news .zenfir-shop-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

#news .zenfir-shop-card--locked {
  opacity: 0.88;
}

#news .zenfir-shop-card__price {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 44px;
  padding: 4px 8px;
  background: #8b4513;
  border: 1px solid #3a3738;
  border-radius: 4px;
  color: #fff2db;
  line-height: 1.1;
}

#news .zenfir-shop-card__price-value {
  font-size: 14pt;
  font-weight: bold;
}

#news .zenfir-shop-card__price-label {
  font-size: 8pt;
  text-transform: uppercase;
  opacity: 0.9;
}

#news .zenfir-shop-card__tag {
  align-self: flex-start;
  margin-bottom: 6px;
  padding: 2px 8px;
  font-size: 8pt;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #5a2800;
  background: #debb9d;
  border: 1px solid #3a3738;
  border-radius: 3px;
}

#news .zenfir-shop-card__visual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 48px;
  max-height: 56px;
  margin: 4px auto 10px;
  padding: 6px;
  overflow: hidden;
  background-color: #debb9d;
  border: 1px solid #3a3738;
  border-radius: 4px;
}

/* Divine / items custom: recuadro negro estilo depot (sprites con fondo oscuro) */
#news .zenfir-shop-card__visual--dark {
  background-color: #0a0a0a;
  background-image: none;
  min-height: 64px;
  max-height: 88px;
  padding: 8px;
  border-color: #2a2624;
}

/* Preview tienda: tamaño Tibia (32px items) sin escalar de más (evita blur) */
#news .zenfir-shop-card__visual img,
#news .zenfir-shop-card__img {
  display: block;
  flex-shrink: 0;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

#news .zenfir-shop-card__img--item,
#news .zenfir-shop-card__img--sprite {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px;
  max-height: 32px;
}

/* Divine Set + items custom: 48px (iconos Hellgrave / sprites 32→48) */
#news .zenfir-shop-card__visual--dark .zenfir-shop-card__img--item,
#news .zenfir-shop-card__visual--dark .zenfir-shop-card__img--sprite {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px;
  max-height: 48px;
}

/* Alas: contenedor 48px igual que .zenfir-shop-set-intro__piece (GIF generado a 48px nativo) */
#news .zenfir-shop-wing-preview,
.zenfir-shop-page .zenfir-shop-wing-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background-color: #0a0a0a;
  border: 1px solid #3d3835;
  border-radius: 2px;
  box-sizing: content-box;
  overflow: hidden;
}

#news .zenfir-shop-wing-preview .zenfir-shop-card__img--wing,
.zenfir-shop-page .zenfir-shop-wing-preview .zenfir-shop-card__img--wing {
  display: block;
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  min-width: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: fill;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

#news .zenfir-shop-tabpanel[id="tab-wings"] .zenfir-shop-card__visual--dark {
  min-height: 72px;
  max-height: 96px;
  overflow: visible;
}

/* Addons: un poco más grandes + recuadro negro (M/F suelen ser 2 previews) */
#news .zenfir-shop-tabpanel[id="tab-outfits"] .zenfir-shop-card__visual--dark,
#news .zenfir-shop-tabpanel[id="tab-special-addons"] .zenfir-shop-card__visual--dark {
  min-height: 80px;
  max-height: 104px;
}

#news .zenfir-shop-card__img--outfit {
  width: 56px !important;
  height: 56px !important;
  max-width: 56px;
  max-height: 56px;
}

#news .zenfir-shop-card__visual--dark .zenfir-shop-card__img--outfit {
  width: 64px !important;
  height: 64px !important;
  max-width: 64px;
  max-height: 64px;
  box-sizing: border-box;
  padding: 2px;
  background-color: #0a0a0a;
  border: 1px solid #3d3835;
  border-radius: 2px;
}


#news .zenfir-shop-card__title {
  margin: 0 0 6px;
  padding: 0 4px;
  font-size: 10pt;
  font-weight: bold;
  line-height: 1.35;
  color: #5a2800;
}

#news .zenfir-shop-card__meta {
  margin-bottom: 8px;
  font-size: 9pt;
  color: #6b4423;
}

#news .zenfir-shop-card__meta-item strong {
  color: #8b4513;
}

#news .zenfir-shop-card__detail {
  margin: 6px 0 0;
  padding: 0;
  font-size: 8.5pt;
  line-height: 1.45;
  color: #5a4030;
  text-align: left;
}

#news .zenfir-shop-card__form {
  margin-top: auto;
  padding-top: 8px;
}

#news .zenfir-shop-buy {
  width: 100%;
  padding: 8px 12px;
  font-size: 10pt;
  font-weight: bold;
  color: #fff2db;
  background: linear-gradient(180deg, #6b8e23 0%, #556b2f 100%);
  border: 1px solid #3a3738;
  border-radius: 4px;
  cursor: pointer;
  transition: filter 0.15s ease;
}

#news .zenfir-shop-buy:hover:not(:disabled) {
  filter: brightness(1.08);
}

#news .zenfir-shop-buy:disabled {
  background: #9a9a9a;
  cursor: not-allowed;
}

#news .zenfir-shop-set-intro {
  margin: 0 0 20px;
  padding: 16px 18px;
  background: linear-gradient(180deg, #f5e6c8 0%, #e8d4b0 100%);
  border: 1px solid #5a2800;
  border-radius: 6px;
  color: #3d2817;
}

#news .zenfir-shop-set-intro__title {
  margin: 0 0 8px;
  font-size: 14pt;
  color: #5a2800;
}

#news .zenfir-shop-set-intro__level {
  margin: 0 0 10px;
  font-size: 9pt;
}

#news .zenfir-shop-set-intro__text {
  margin: 0 0 12px;
  line-height: 1.5;
  font-size: 10pt;
}

#news .zenfir-shop-set-intro__pieces {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  gap: 10px 8px;
  margin-bottom: 16px;
  padding: 12px;
  background-color: #0a0a0a;
  border: 1px solid #2a2624;
  border-radius: 4px;
}

#news .zenfir-shop-set-intro__icon-hint {
  margin: 0 0 10px;
  padding: 8px 10px;
  font-size: 9pt;
  background: #fff8e8;
  border: 1px solid #8b4513;
  border-radius: 4px;
}

#news .zenfir-shop-set-intro__piece-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 6px 4px 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #2a2624;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}

#news .zenfir-shop-set-intro__piece,
#news .zenfir-shop-set-intro__piece-placeholder {
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
  background-color: #0a0a0a;
  border: 1px solid #3d3835;
  border-radius: 2px;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

#news .zenfir-shop-set-intro__piece-placeholder {
  display: block;
  box-sizing: border-box;
}

#news .zenfir-shop-set-intro__piece-label {
  font-size: 8pt;
  font-weight: bold;
  color: #e8d4b0;
  text-align: center;
  width: 100%;
  line-height: 1.15;
}

#news .zenfir-shop-set-intro__piece-stat-lines {
  margin: 2px 0 0;
  padding: 0 4px 0 14px;
  width: 100%;
  box-sizing: border-box;
  font-size: 7pt;
  line-height: 1.35;
  color: #b8a88a;
  text-align: left;
  list-style: disc;
}

#news .zenfir-shop-set-intro__piece-stat-lines li {
  margin-bottom: 3px;
}

#news .zenfir-shop-set-intro__stats {
  margin: 0;
  padding-left: 18px;
  font-size: 9pt;
  line-height: 1.45;
}

#news .zenfir-shop-set-intro__stats li {
  margin-bottom: 4px;
}

#news .zenfir-shop-set-intro__subtitle {
  margin: 14px 0 10px;
  font-size: 11pt;
  color: #5a2800;
  border-bottom: 1px solid rgba(90, 40, 0, 0.35);
  padding-bottom: 4px;
}

#news .zenfir-shop-set-intro__piece-stats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

#news .zenfir-shop-set-piece-stat {
  margin: 0;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(90, 40, 0, 0.25);
  border-radius: 4px;
}

#news .zenfir-shop-set-piece-stat__name {
  margin: 0 0 6px;
  font-size: 10pt;
  color: #5a2800;
}

#news .zenfir-shop-set-piece-stat__lines {
  margin: 0;
  padding-left: 16px;
  font-size: 8.5pt;
  line-height: 1.4;
  color: #3d2817;
}

#news .zenfir-shop-set-piece-stat__lines li {
  margin-bottom: 3px;
}

#news .zenfir-shop-set-complete {
  margin-top: 4px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #1a1208 0%, #3d2817 55%, #5a2800 100%);
  border: 3px solid #c9a227;
  border-radius: 8px;
  color: #f5e6c8;
  box-shadow: 0 0 0 1px #000 inset, 0 4px 12px rgba(0, 0, 0, 0.35);
}

#news .zenfir-shop-set-complete__title {
  margin: 0 0 10px;
  font-size: 12pt;
  color: #ffd966;
  text-align: center;
  letter-spacing: 0.02em;
}

#news .zenfir-shop-set-complete__requires {
  margin: 0 0 12px;
  font-size: 8.5pt;
  line-height: 1.45;
  color: #e8d4b0;
}

#news .zenfir-shop-set-complete__block {
  margin-bottom: 10px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: 1px solid rgba(201, 162, 39, 0.35);
}

#news .zenfir-shop-set-complete__block--highlight {
  border-color: #c9a227;
  background: rgba(201, 162, 39, 0.12);
}

#news .zenfir-shop-set-complete__heading {
  margin: 0 0 8px;
  font-size: 9.5pt;
  color: #ffd966;
}

#news .zenfir-shop-set-complete__list {
  margin: 0;
  padding-left: 18px;
  font-size: 9pt;
  line-height: 1.5;
}

#news .zenfir-shop-set-complete__list li {
  margin-bottom: 5px;
}

#news .zenfir-shop-grid--sets {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

/* Paquetes Divine Set (kits tipo 10): mismo marco dorado que «Set completo equipado» */
#news .zenfir-shop-card--set {
  min-height: 200px;
  padding: 14px 14px 16px;
  text-align: left;
  color: #f5e6c8;
  background: linear-gradient(135deg, #1a1208 0%, #3d2817 55%, #5a2800 100%);
  background-image: linear-gradient(135deg, #1a1208 0%, #3d2817 55%, #5a2800 100%);
  border: 3px solid #c9a227;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #000 inset, 0 4px 14px rgba(0, 0, 0, 0.4);
}

#news .zenfir-shop-card--set:hover {
  box-shadow: 0 0 0 1px #000 inset, 0 6px 18px rgba(201, 162, 39, 0.35);
  border-color: #ffd966;
}

#news .zenfir-shop-card--set .zenfir-shop-card__tag {
  color: #1a1208;
  background: #c9a227;
  border-color: #ffd966;
}

#news .zenfir-shop-card--set .zenfir-shop-card__price {
  background: linear-gradient(180deg, #5a2800 0%, #3d2817 100%);
  border: 2px solid #c9a227;
  color: #ffd966;
}

#news .zenfir-shop-card--set .zenfir-shop-card__title {
  margin-top: 4px;
  padding-right: 52px;
  font-size: 11pt;
  color: #ffd966;
  text-align: center;
  line-height: 1.25;
}

#news .zenfir-shop-card--set .zenfir-shop-card__detail {
  color: #e8d4b0;
  text-align: left;
}

#news .zenfir-shop-card__detail--ok {
  color: #e8f5d8;
  background: rgba(80, 140, 60, 0.25);
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid rgba(160, 220, 120, 0.45);
}

#news .zenfir-shop-card--set .zenfir-shop-card__detail--ok {
  color: #d4f0c0;
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(201, 162, 39, 0.5);
}

#news .zenfir-shop-divine-pick {
  margin: 0 0 10px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(201, 162, 39, 0.45);
  border-radius: 4px;
  text-align: left;
}

#news .zenfir-shop-divine-pick__label {
  display: block;
  margin: 0 0 4px;
  font-size: 8.5pt;
  color: #ffd966;
}

#news .zenfir-shop-divine-pick__select {
  width: 100%;
  max-width: 100%;
  margin: 0 0 8px;
  font-size: 8.5pt;
  padding: 4px 6px;
  border: 1px solid #c9a227;
  border-radius: 3px;
  background: #2a2018;
  color: #f5e6c8;
  box-sizing: border-box;
}

#news .zenfir-shop-divine-pick__includes {
  margin: 0 0 8px;
  font-size: 8pt;
  line-height: 1.4;
  color: #e8d4b0;
}

#news .zenfir-shop-divine-pick__hint {
  margin: 0 0 8px;
  font-size: 8pt;
  color: #e8d4b0;
}

#news .zenfir-shop-divine-pick__knight.hide {
  display: none;
}

#news .zenfir-shop-card--divine-complete {
  min-height: 300px;
}

#news .zenfir-shop-card--set .zenfir-shop-card__set-hint {
  margin: 0 0 10px;
  padding: 0 4px;
  font-size: 8.5pt;
  line-height: 1.4;
  color: #e8d4b0;
  text-align: center;
}

#news .zenfir-shop-card--set .zenfir-shop-buy {
  width: 100%;
  font-weight: bold;
  border: 2px solid #ffd966;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

#news .zenfir-shop-card--set .zenfir-shop-card__login-hint {
  color: #e8d4b0;
  text-align: center;
}

#news .zenfir-shop-card__set-hint {
  margin: 0 0 10px;
  padding: 0 4px;
  font-size: 8.5pt;
  line-height: 1.4;
  color: #6b4423;
}

#news .zenfir-shop-card__login-hint {
  margin: auto 0 0;
  padding-top: 10px;
  font-size: 9pt;
  color: #6b4423;
  font-style: italic;
}

#news .zenfir-shop-empty {
  margin: 20px 0;
  padding: 24px;
  text-align: center;
  font-size: 11pt;
  color: #5a2800;
  background: #fff2db;
  border: 1px dashed #3a3738;
  border-radius: 4px;
}

/* Compatibilidad con clases antiguas de donate-page */
#news .donate-page__title {
  color: #5a2800;
  font-weight: bold;
  font-size: 12pt;
  margin: 8px 0 12px;
  text-transform: uppercase;
}

.flex-sbs,
.flex-ss,
.flex-cc {
  display: flex;
  flex-wrap: wrap;
}

.flex-sbs {
  justify-content: flex-start;
  gap: 12px;
  align-items: stretch;
}

.flex-cc {
  justify-content: center;
  align-items: center;
}

#news .donate-page__bonuses {
  width: 100%;
  gap: 12px;
  padding-bottom: 8px;
}

#news .donate-page__bonuses-item {
  flex: 1 1 165px;
  max-width: 200px;
  min-width: 150px;
  padding: 12px 10px 10px;
  text-align: center;
  border: 2px solid #3a3738;
  border-radius: 4px;
  background-color: #fff2db;
  background-image: url(../images/global/content/scroll.gif);
  color: #5a2800;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

#news .donate-page {
  margin: 6px auto 8px;
  padding: 6px;
  background-color: #debb9d;
  border: 1px solid #3a3738;
  border-radius: 4px;
}

#news .donate-page__bonuses-text,
#news .donate-page__bonuses-title {
  color: #5a2800;
  font-size: 10pt;
}

#news .donate-page__bonuses-title span {
  color: #8b4513;
  font-weight: bold;
}

#news .donate-page__bonuses-status {
  color: #228b22;
  font-size: 9pt;
  font-weight: bold;
}

#news .donate-page__bonuses-tag {
  color: #5a2800;
  font-size: 9pt;
  margin-bottom: 4px;
}

/* —— Barra de accesos rápidos (toda la web) —— */
.zenfir-quickbar {
  position: sticky;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: linear-gradient(180deg, rgba(22, 16, 12, 0.98), rgba(12, 9, 8, 0.96));
  border-bottom: 2px solid rgba(200, 160, 90, 0.45);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.55);
  font-family: "Source Sans 3", Verdana, Arial, sans-serif;
}

.zenfir-quickbar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 12px;
}

.zenfir-quickbar__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #e8dcc8 !important;
  background: rgba(40, 30, 22, 0.85);
  border: 1px solid rgba(200, 160, 90, 0.28);
  border-radius: 6px;
  transition: all 0.2s ease;
}

.zenfir-quickbar__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #d4a84b;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

.zenfir-quickbar__item:hover {
  color: #fff6e8 !important;
  border-color: rgba(255, 200, 100, 0.55);
  background: rgba(90, 40, 20, 0.75);
  box-shadow: 0 0 16px rgba(212, 168, 75, 0.25);
  transform: translateY(-1px);
}

.zenfir-quickbar__item--primary {
  background: linear-gradient(135deg, rgba(120, 50, 20, 0.9), rgba(60, 20, 10, 0.95));
  border-color: rgba(255, 196, 77, 0.5);
  color: #fff9eb !important;
}

.zenfir-quickbar__item--primary .zenfir-quickbar__icon {
  color: #ffd86b;
}

.zenfir-quickbar__toggle {
  display: none;
  cursor: pointer;
  border: 1px solid rgba(255, 196, 77, 0.45);
  background: rgba(70, 35, 15, 0.9);
  color: #fff6e8 !important;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

/* Caja de información del servidor (index) */
#Content .zenfir-server-panel {
  margin: 10px 0 14px;
  padding: 10px 14px;
  background-color: #debb9d;
  border: 2px solid #3a3738;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

#Content .zenfir-server-panel table {
  width: 100%;
  border-collapse: collapse;
}

#Content .zenfir-server-panel .yellow td,
#Content .zenfir-server-panel tr.yellow td {
  background: linear-gradient(180deg, #c9a86c, #a8844a) !important;
  color: #3d2a0f !important;
  font-weight: bold;
  font-size: 11pt;
  padding: 8px;
  border: 1px solid #3a3738;
}

#Content .zenfir-server-panel td {
  padding: 6px 8px;
  text-align: center;
  color: #5a2800;
  border-bottom: 1px solid rgba(58, 55, 56, 0.2);
  font-size: 10pt;
}

#Content .zenfir-server-panel a {
  color: #8b2500 !important;
  font-weight: bold;
}

#Content .zenfir-server-panel a:hover {
  color: #c45c00 !important;
}

/* Changelog completo (pagina changelog.php) */
#news .zenfir-changelog-article {
  margin: 0 0 20px;
  padding: 16px 18px;
  text-align: left;
  background: linear-gradient(180deg, #fff8ec 0%, #f0dcc4 100%);
  border: 2px solid #3a3738;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  color: #4a3520;
  line-height: 1.5;
  font-size: 10pt;
}

#news .zenfir-changelog-article__badge {
  display: inline-block;
  margin: 0 0 6px;
  padding: 2px 10px;
  font-size: 8pt;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff2db;
  background: #6b4423;
  border-radius: 3px;
}

#news .zenfir-changelog-article__title {
  margin: 0 0 8px;
  font-size: 16pt;
  color: #5a2800;
}

#news .zenfir-changelog-article__lead {
  margin: 0 0 16px;
  color: #6b4423;
}

#news .zenfir-changelog-article__section {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(90, 40, 0, 0.15);
}

#news .zenfir-changelog-article__section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

#news .zenfir-changelog-article__section h3 {
  margin: 0 0 8px;
  font-size: 11pt;
  color: #5a2800;
}

#news .zenfir-changelog-article__section ul {
  margin: 0;
  padding-left: 20px;
}

#news .zenfir-changelog-article__section li {
  margin-bottom: 6px;
}

#news .zenfir-changelog-article__section code {
  padding: 1px 4px;
  font-size: 9pt;
  background: rgba(90, 40, 0, 0.08);
  border-radius: 2px;
}

#news .zenfir-changelog-article__footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(90, 40, 0, 0.2);
  font-size: 9.5pt;
  color: #6b4423;
}

#news .zenfir-changelog-article__footer p {
  margin: 0 0 8px;
}

#news .zenfir-changelog-article__history-title {
  margin: 8px 0 10px;
  font-size: 12pt;
  color: #5a2800;
}

#news .zenfir-changelog-article__subtitle {
  margin: 14px 0 6px;
  font-size: 11pt;
  color: #5a2800;
}

#news .zenfir-changelog-article__subtitle-en {
  font-size: 10pt;
  font-weight: normal;
  color: #6b4423;
}

#news .zenfir-changelog-article__hint {
  margin: 0 0 10px;
  font-size: 9pt;
  color: #6b4423;
  line-height: 1.4;
}

#news .zenfir-changelog-bosses {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 10px 0 8px;
}

#news .zenfir-changelog-bosses__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px 14px;
  min-width: 96px;
  background-color: #0a0a0a;
  border: 1px solid #3d3835;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #1a1816;
}

#news .zenfir-changelog-bosses__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

#news .zenfir-changelog-bosses__frame img {
  display: block;
  width: 64px;
  height: 64px;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

#news .zenfir-changelog-bosses__label {
  font-size: 8pt;
  line-height: 1.2;
  text-align: center;
  color: #d4c0a1;
  font-weight: bold;
}

#news .zenfir-corrupted-preview__frame {
  box-shadow: 0 0 12px rgba(220, 60, 40, 0.45);
}

#news .zenfir-corrupted-spark-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 12px 0 10px;
  padding: 10px 14px;
  text-align: center;
  background: linear-gradient(90deg, #1a1828 0%, #3d3520 45%, #2a2840 100%);
  border: 1px solid rgba(201, 162, 39, 0.55);
  border-radius: 4px;
  color: #ffe9a8;
  font-size: 9.5pt;
  font-weight: 600;
}

#news .zenfir-corrupted-spark-banner__bolt {
  font-size: 14pt;
  line-height: 1;
  text-shadow: 0 0 8px rgba(255, 240, 120, 0.9);
}

/* Runa 30399: preview de 7 magic walls en tienda */
#news .zenfir-shop-mwall-gallery {
  margin: 0 0 20px;
  padding: 16px 14px 14px;
  border: 2px solid #3a3738;
  border-radius: 6px;
  background-color: #fff2db;
  background-image: url(../images/global/content/scroll.gif);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}

#news .zenfir-shop-mwall-gallery__title {
  margin: 0 0 8px;
  font-size: 13pt;
  color: #5a2800;
}

#news .zenfir-shop-mwall-gallery__intro {
  margin: 0 0 14px;
  font-size: 9.5pt;
  line-height: 1.45;
  color: #3d2a0f;
}

#news .zenfir-shop-mwall-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 12px 10px;
}

#news .zenfir-shop-mwall-gallery__item {
  margin: 0;
  padding: 10px 8px 8px;
  text-align: center;
  border: 1px solid #3a3738;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.35);
}

#news .zenfir-shop-mwall-gallery__sprite {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  margin-bottom: 6px;
}

#news .zenfir-shop-mwall-gallery__img {
  width: 32px;
  height: auto;
  max-height: 96px;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

#news .zenfir-shop-mwall-gallery__label {
  font-size: 9pt;
  font-weight: bold;
  color: #ffe9a8;
  line-height: 1.2;
}

#news .zenfir-shop-card__detail a {
  color: #8b4513;
  font-weight: bold;
}

/* Comprar puntos VIP + Cash App / transferencia */
#news .zenfir-vip-page,
#news .zenfir-pay-page {
  padding: 4px 2px 16px;
  color: #5a2800;
}

#news .zenfir-vip-header {
  margin-bottom: 14px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #fff2db 0%, #debb9d 100%);
  border: 2px solid #3a3738;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

#news .zenfir-vip-header__title {
  margin: 0 0 6px;
  font-size: 18pt;
  font-weight: bold;
  color: #5a2800;
}

#news .zenfir-vip-header__lead {
  margin: 0 0 12px;
  font-size: 10pt;
  color: #6b4423;
  line-height: 1.5;
}

#news .zenfir-vip-balance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #3a3738;
  border-radius: 4px;
}

#news .zenfir-vip-balance__label {
  font-size: 10pt;
  font-weight: bold;
  color: #5a2800;
}

#news .zenfir-vip-balance__value {
  font-size: 22pt;
  font-weight: bold;
  color: #228b22;
  line-height: 1;
}

#news .zenfir-vip-balance__unit {
  font-size: 10pt;
  color: #6b4423;
  font-weight: bold;
}

#news .zenfir-vip-balance__link {
  margin-left: auto;
  font-size: 10pt;
  font-weight: bold;
  color: #5a2800;
  text-decoration: underline;
}

#news .zenfir-vip-page #buypointsTable {
  margin: 0 0 14px;
  width: 100%;
}

#news .zenfir-vip-page #buypointsTable tr th,
#news .zenfir-vip-page #buypointsTable tr.yellow td {
  color: #fff8e8 !important;
  background: #4a3218 !important;
  font-weight: bold;
  font-size: 10pt;
}

#news .zenfir-vip-page #buypointsTable tr td {
  color: #1a1208 !important;
  background: #f0e4d0 !important;
  font-weight: 600;
  font-size: 11pt;
}

#news .zenfir-vip-page #buypointsTable tr.special:hover td {
  background: #e0d0b8 !important;
}

#news .zenfir-pay-method {
  margin: 14px 0;
  padding: 12px 14px;
  background: linear-gradient(180deg, #fff8ee 0%, #ecd9c0 100%);
  border: 2px solid #3a3738;
  border-radius: 6px;
}

#news .zenfir-pay-method__title {
  margin: 0 0 6px;
  font-size: 12pt;
  font-weight: bold;
  color: #5a2800;
}

#news .zenfir-pay-method__text {
  margin: 0 0 10px;
  font-size: 10pt;
  color: #6b4423;
  line-height: 1.45;
}

#news .zenfir-pay-method--transfer-mx {
  border-color: #006847;
  box-shadow: 0 0 0 1px rgba(206, 17, 38, 0.25);
}

#news .zenfir-pay-method--transfer-mx .zenfir-pay-method__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

#news .zenfir-pay-flag {
  font-size: 22px;
  line-height: 1;
}

#news .zenfir-pay-bank-card {
  margin: 0 0 12px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #f8fff9 0%, #fff5f5 100%);
  border: 2px solid #006847;
  border-radius: 6px;
  border-left: 6px solid #ce1126;
}

#news .zenfir-pay-bank-card__row {
  margin: 0 0 8px;
  font-size: 10.5pt;
  line-height: 1.4;
  color: #3d2817;
}

#news .zenfir-pay-bank-card__row--account .zenfir-pay-ref {
  font-size: 12pt;
  letter-spacing: 0.04em;
}

#news .zenfir-pay-bank-card__label {
  display: inline-block;
  min-width: 72px;
  font-weight: bold;
  color: #006847;
}

#news .zenfir-pay-bank-card__proof {
  margin: 10px 0 0;
  padding-top: 8px;
  border-top: 1px dashed rgba(0, 104, 71, 0.35);
  font-size: 10pt;
  color: #5a2800;
  line-height: 1.45;
}

#news .zenfir-pay-bank-card__wa {
  display: inline-block;
  margin-left: 6px;
  padding: 4px 10px;
  background: #25d366;
  color: #fff !important;
  font-weight: bold;
  font-size: 9pt;
  border-radius: 4px;
  text-decoration: none;
}

#news .zenfir-pay-bank-card__wa:hover {
  filter: brightness(1.08);
}

#news .zenfir-vip-btn--mx {
  background: linear-gradient(180deg, #006847 0%, #004d35 100%);
  border-color: #003d2a;
}

#news .zenfir-pay-panel--bank-mx {
  border-color: #006847;
}

#news .zenfir-vip-btns,
#news .zenfir-vip-paylist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#news .zenfir-vip-paylist__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #3a3738;
  border-radius: 4px;
}

#news .zenfir-vip-paylist__label {
  font-size: 11pt;
  font-weight: bold;
  color: #5a2800;
}

#news .zenfir-vip-btn,
#news .zenfir-vip-btns a,
#news .zenfir-btn-mp {
  display: inline-block;
  padding: 7px 14px;
  background: linear-gradient(180deg, #6b4423 0%, #4a2f14 100%);
  color: #fff8e8 !important;
  border: 1px solid #2a1808;
  border-radius: 4px;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

#news .zenfir-vip-btn:hover,
#news .zenfir-vip-btns a:hover,
#news .zenfir-btn-mp:hover {
  filter: brightness(1.08);
  color: #fff !important;
}

#news .zenfir-paypal-form {
  margin: 0;
}

#news .zenfir-pay-panel {
  margin: 12px 0;
  padding: 14px 16px;
  background: linear-gradient(180deg, #fff2db 0%, #debb9d 100%);
  border: 2px solid #3a3738;
  border-radius: 6px;
  color: #5a2800;
}

#news .zenfir-pay-panel--ok {
  background: linear-gradient(180deg, #e8f8e8 0%, #c8e8c8 100%);
}

#news .zenfir-pay-panel__title {
  margin: 0 0 10px;
  font-size: 12pt;
  font-weight: bold;
  color: #5a2800;
}

#news .zenfir-pay-panel__subtitle {
  margin: 0 0 8px;
  font-size: 10pt;
  font-weight: bold;
  color: #6b4423;
}

#news .zenfir-pay-panel__hint,
#news .zenfir-pay-note {
  margin: 10px 0 0;
  font-size: 10pt;
  color: #6b4423;
  line-height: 1.45;
}

#news .zenfir-pay-summary {
  list-style: none;
  margin: 0;
  padding: 0;
}

#news .zenfir-pay-summary li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(58, 55, 56, 0.25);
  font-size: 10pt;
  color: #5a2800;
}

#news .zenfir-pay-summary li:last-child {
  border-bottom: none;
}

#news .zenfir-pay-summary li span {
  color: #6b4423;
}

#news .zenfir-pay-summary li strong {
  color: #3a2200;
  font-size: 11pt;
}

#news .zenfir-pay-ref {
  font-family: Consolas, "Courier New", monospace;
  font-size: 12pt;
  color: #8b2500;
  word-break: break-all;
}

#news .zenfir-pay-steps {
  margin: 0 0 12px;
  padding-left: 1.2rem;
  font-size: 10pt;
  color: #5a2800;
  line-height: 1.55;
}

#news .zenfir-pay-steps li {
  margin-bottom: 6px;
}

#news .zenfir-pay-qr-wrap {
  text-align: center;
  margin: 12px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}

#news .zenfir-cashapp-qr {
  max-width: 200px;
  border-radius: 10px;
  border: 2px solid #3a3738;
  background: #fff;
  padding: 6px;
}

#news .zenfir-pay-form__label {
  display: block;
  margin-bottom: 6px;
  font-size: 10pt;
  font-weight: bold;
  color: #5a2800;
}

#news .zenfir-pay-form__input {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-bottom: 12px;
  padding: 8px 10px;
  border: 1px solid #3a3738;
  border-radius: 4px;
  font-size: 11pt;
  color: #1a1208;
  background: #fff;
}

#news .zenfir-pay-back,
#news .zenfir-pay-links {
  margin-top: 12px;
  font-size: 10pt;
}

#news .zenfir-pay-back a,
#news .zenfir-pay-links a {
  color: #5a2800;
  font-weight: bold;
}

/* Móvil: ver layout/styles/zenfir-mobile.css */
