/* ========================================
   AIKA ARCAN - TEMA GUERREIRO CONQUISTADOR
   Estilo: Honra 95 / Dark Fantasy / Steel & Glory
   ======================================== */

/* Importar fonte temática */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Crimson+Text:ital,wght@0,400;0,600;1,400&display=swap');

/* Variáveis de cores do tema - Guerreiro Conquistador */
:root {
  --color-bg-dark: #0c0e18;
  --color-bg-medium: #141828;
  --color-bg-light: #1e2540;
  --color-border-dark: #2e3a5a;
  --color-border-gold: #b8860b;
  --color-border-bright: #d4a020;
  --color-gold: #d4a020;
  --color-gold-bright: #ffd700;
  --color-gold-light: #ffe066;
  --color-text-primary: #e8e0d0;
  --color-text-secondary: #c8b080;
  --color-text-muted: #7a7060;
  --color-accent-red: #8b1a1a;
  --color-accent-blue: #1a2a50;
  --color-steel: #8898b8;
  --color-steel-bright: #b0c0e0;
  --color-amber-glow: #d4a853;
  --color-amber-bright: #f0c040;
  --color-deep-blue: #3a4a6a;
}

/* Reset e base */
* {
  box-sizing: border-box;
}

body { 
  background: 
    radial-gradient(ellipse at top, rgba(212, 168, 83, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at bottom, rgba(10, 13, 20, 0.95) 0%, transparent 50%),
    linear-gradient(180deg, #0a0d14 0%, #060810 50%, #0a0d14 100%);
  background-attachment: fixed;
  color: var(--color-text-primary);
  font-family: 'Crimson Text', Georgia, serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
}

/* Textura de fundo - pedra/metal */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.04;
  pointer-events: none;
  z-index: -1;
}

/* ========================================
   TIPOGRAFIA
   ======================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel', 'Times New Roman', serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.gradient-text {
  background: linear-gradient(180deg, #e8ecf4 0%, #8b9dc3 50%, #4a5568 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.7));
}

/* ========================================
   NAVBAR
   ======================================== */

nav.glass-card {
  background: linear-gradient(180deg, #111827 0%, #0a0d14 100%);
  border: none;
  border-bottom: 3px solid var(--color-border-dark);
  box-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.9),
    inset 0 1px 0 rgba(168, 184, 208, 0.05);
}

nav.glass-card::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-steel), transparent);
}

nav a, nav button {
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

nav ul li a {
  color: var(--color-steel);
  transition: all 0.3s ease;
  position: relative;
}

nav ul li a:hover {
  color: var(--color-amber-bright);
  text-shadow: 0 0 10px rgba(240, 192, 64, 0.4);
}

nav ul li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color-amber-glow);
  transition: width 0.3s ease;
}

nav ul li a:hover::after {
  width: 100%;
}

/* Logo */
nav .w-10.h-10 {
  background: linear-gradient(135deg, #4a5568 0%, #1c2333 100%);
  border: 2px solid var(--color-steel);
  box-shadow: 
    0 0 15px rgba(168, 184, 208, 0.15),
    inset 0 0 10px rgba(0, 0, 0, 0.5);
}

nav .w-10.h-10 {
  position: relative;
  overflow: visible;
}

/* Ícone de espada no logo */
nav .w-10.h-10::before {
  content: '⚔';
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 14px;
  z-index: 10;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.5));
  animation: sword-pulse 3s ease-in-out infinite;
}

@keyframes sword-pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.15); opacity: 1; }
}

nav .w-10.h-10::after {
  display: none;
}

/* ========================================
   PARTÍCULAS DE BRASAS / CINZAS FLUTUANTES
   ======================================== */

.confetti-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.confetti {
  position: absolute;
  top: -20px;
  font-size: 0.5rem;
  animation: ember-fall linear infinite;
  opacity: 0.6;
}

.confetti.serpentina {
  font-size: 0.4rem;
  animation: ember-drift linear infinite;
}

@keyframes ember-fall {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.7;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: translateY(100vh) rotate(360deg) scale(0.3);
    opacity: 0;
  }
}

@keyframes ember-drift {
  0% {
    transform: translateY(0) rotate(0deg) translateX(0);
    opacity: 0.5;
  }
  25% {
    transform: translateY(25vh) rotate(90deg) translateX(15px);
  }
  50% {
    transform: translateY(50vh) rotate(180deg) translateX(-15px);
    opacity: 0.3;
  }
  75% {
    transform: translateY(75vh) rotate(270deg) translateX(15px);
  }
  100% {
    transform: translateY(100vh) rotate(360deg) translateX(0);
    opacity: 0;
  }
}

/* Partículas individuais - brasas e cinzas sutis */
.confetti:nth-child(1)  { left: 5%;  animation-duration: 12s;  animation-delay: 0s;   font-size: 0.3rem; color: #d4a853; }
.confetti:nth-child(2)  { left: 12%; animation-duration: 16s;  animation-delay: 1s;   font-size: 0.25rem; color: #8b9dc3; }
.confetti:nth-child(3)  { left: 20%; animation-duration: 14s;  animation-delay: 2s;   font-size: 0.2rem; color: #d4a853; }
.confetti:nth-child(4)  { left: 28%; animation-duration: 18s;  animation-delay: 0.5s; font-size: 0.3rem; color: #5a6a8a; }
.confetti:nth-child(5)  { left: 35%; animation-duration: 13s;  animation-delay: 3s;   font-size: 0.25rem; color: #d4a853; }
.confetti:nth-child(6)  { left: 42%; animation-duration: 17s;  animation-delay: 1.5s; font-size: 0.2rem; color: #8b9dc3; }
.confetti:nth-child(7)  { left: 50%; animation-duration: 14s;  animation-delay: 4s;   font-size: 0.15rem; color: #d4a853; }
.confetti:nth-child(8)  { left: 58%; animation-duration: 18s;  animation-delay: 0s;   font-size: 0.3rem; color: #5a6a8a; }
.confetti:nth-child(9)  { left: 65%; animation-duration: 12s;  animation-delay: 5s;   font-size: 0.25rem; color: #d4a853; }
.confetti:nth-child(10) { left: 72%; animation-duration: 20s;  animation-delay: 2s;   font-size: 0.2rem; color: #8b9dc3; }
.confetti:nth-child(11) { left: 80%; animation-duration: 15s;  animation-delay: 1s;   font-size: 0.15rem; color: #d4a853; }
.confetti:nth-child(12) { left: 88%; animation-duration: 16s;  animation-delay: 4s;   font-size: 0.2rem; color: #5a6a8a; }
.confetti:nth-child(13) { left: 15%; animation-duration: 22s;  animation-delay: 0s;   font-size: 0.35rem; color: #d4a853; }
.confetti:nth-child(14) { left: 55%; animation-duration: 25s;  animation-delay: 2s;   font-size: 0.3rem; color: #8b9dc3; }
.confetti:nth-child(15) { left: 85%; animation-duration: 20s;  animation-delay: 3s;   font-size: 0.25rem; color: #d4a853; }

/* ========================================
   BOTÕES
   ======================================== */

.btn-primary {
  background: linear-gradient(180deg, #4a5568 0%, #2a3448 50%, #1c2333 100%);
  border: 2px solid var(--color-steel);
  color: #e8ecf4 !important;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 
    0 4px 15px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(168, 184, 208, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(212, 168, 83, 0.15), transparent);
  transition: left 0.5s ease;
}

.btn-primary:hover {
  background: linear-gradient(180deg, #5a6a8a 0%, #4a5568 50%, #2a3448 100%);
  transform: translateY(-2px);
  box-shadow: 
    0 6px 20px rgba(212, 168, 83, 0.2),
    inset 0 1px 0 rgba(212, 168, 83, 0.2),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: var(--color-amber-glow);
}

.btn-primary:hover::before {
  left: 100%;
}

/* Botão secundário (border) */
.border-yellow-400 {
  border-color: var(--color-steel) !important;
  color: var(--color-steel) !important;
  background: transparent;
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.border-yellow-400:hover {
  background: linear-gradient(180deg, rgba(168, 184, 208, 0.1) 0%, rgba(42, 52, 72, 0.2) 100%);
  border-color: var(--color-amber-glow) !important;
  color: var(--color-amber-bright) !important;
  box-shadow: 0 0 15px rgba(212, 168, 83, 0.15);
}

/* ========================================
   GLASS CARD - ESTILO ARMADURA/METAL
   ======================================== */

.glass-card {
  background: linear-gradient(135deg, #111827 0%, #0a0d14 100%);
  border: 2px solid var(--color-border-dark);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(168, 184, 208, 0.05),
    inset 0 0 30px rgba(0, 0, 0, 0.4);
  backdrop-filter: none;
  position: relative;
}

/* Cantos com enfeite metálico */
.glass-card::before,
.glass-card::after {
  content: '◆';
  position: absolute;
  color: var(--color-steel);
  font-size: 12px;
  text-shadow: 0 0 5px rgba(168, 184, 208, 0.3);
}

.glass-card::before {
  top: -6px;
  left: -6px;
}

.glass-card::after {
  bottom: -6px;
  right: -6px;
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero-bg { 
  background: 
    radial-gradient(ellipse at center, rgba(212, 168, 83, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, rgba(10, 13, 20, 0.92) 0%, rgba(6, 8, 16, 0.97) 100%),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><rect fill="%230a0d14" width="1920" height="1080"/></svg>');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 80vh;
  padding-top: 0vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(212, 168, 83, 0.04) 0%, transparent 70%);
  animation: hero-glow 5s ease-in-out infinite;
}

@keyframes hero-glow {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.5; }
}

.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-particle {
  position: absolute;
  background: radial-gradient(circle, rgba(212, 168, 83, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}

/* ========================================
   SEÇÕES
   ======================================== */

section {
  position: relative;
}

section h2 {
  font-size: 2.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

/* Separador ornamental entre seções - espada */
section::after {
  content: '⚔';
  display: block;
  text-align: center;
  font-size: 2rem;
  color: var(--color-steel);
  opacity: 0.25;
  margin: 3rem 0;
}

section:last-of-type::after {
  display: none;
}

/* Background alternado */
.bg-slate-900\/50,
.bg-slate-900\/30 {
  background: linear-gradient(180deg, 
    rgba(10, 13, 20, 0.85) 0%, 
    rgba(17, 24, 39, 0.6) 50%, 
    rgba(10, 13, 20, 0.85) 100%
  );
  border-top: 1px solid rgba(74, 85, 104, 0.2);
  border-bottom: 1px solid rgba(74, 85, 104, 0.2);
}

/* ========================================
   CARDS DE NAÇÃO E CLASSE
   ======================================== */

.nation-card {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.nation-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 
    0 15px 40px rgba(0, 0, 0, 0.7),
    0 0 30px rgba(212, 168, 83, 0.08);
}

.nation-card:hover::before,
.nation-card:hover::after {
  color: var(--color-amber-glow);
  text-shadow: 0 0 10px rgba(212, 168, 83, 0.5);
}

/* Ícones de classe */
.nation-card .w-16.h-16 {
  border: 2px solid var(--color-border-dark);
  box-shadow: 
    0 0 15px rgba(0, 0, 0, 0.6),
    inset 0 0 20px rgba(0, 0, 0, 0.4);
}

/* Cores das classes - tons guerreiros */
.text-red-400 { color: #b44a4a !important; }
.text-yellow-400 { color: var(--color-amber-glow) !important; }
.text-green-400 { color: #5a8a6a !important; }
.text-pink-400 { color: #a87ab0 !important; }
.text-purple-400 { color: #7a6aaa !important; }
.text-blue-400 { color: #5a7aaa !important; }

/* Badges/Tags */
.bg-yellow-400\/20,
.bg-blue-400\/20,
.bg-green-400\/20,
.bg-purple-400\/20,
.bg-red-400\/20,
.bg-yellow-600\/20,
.bg-blue-600\/20 {
  background: linear-gradient(135deg, rgba(42, 52, 72, 0.5) 0%, rgba(28, 35, 51, 0.5) 100%);
  border: 1px solid var(--color-border-dark);
  color: var(--color-text-primary);
}

/* ========================================
   STATS COUNTER
   ======================================== */

.stats-counter {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: 'Cinzel', serif;
  color: var(--color-amber-glow);
  text-shadow: 
    0 0 10px rgba(212, 168, 83, 0.4),
    2px 2px 4px rgba(0, 0, 0, 0.9);
}

/* ========================================
   CAROUSEL
   ======================================== */

.carousel {
  position: relative;
  width: 100%;
  max-width: 800px;
  object-fit: contain;
  aspect-ratio: 16 / 9;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
  border: 3px solid var(--color-border-dark);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.7),
    inset 0 0 50px rgba(0, 0, 0, 0.6);
}

.carousel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel img.active {
  opacity: 1;
}

.carousel-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  background: rgba(42, 52, 72, 0.8);
  border: 2px solid var(--color-steel);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot:hover {
  background: rgba(168, 184, 208, 0.3);
}

.carousel-dot.active {
  background: var(--color-amber-glow);
  box-shadow: 0 0 10px rgba(212, 168, 83, 0.4);
}

/* ========================================
   DROPDOWN MENU
   ======================================== */

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 250px;
  z-index: 50;
  padding: 1rem;
  background: linear-gradient(135deg, #111827 0%, #0a0d14 100%);
  border: 2px solid var(--color-border-dark);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.9);
}

.dropdown-menu.show {
  display: block;
}

/* ========================================
   MOBILE MENU
   ======================================== */

.mobile-menu {
  transform: translateX(170%);
  transition: transform 0.3s ease;
  height: 100vh;
  overflow-y: auto;
  z-index: 99;
  background: linear-gradient(135deg, #111827 0%, #0a0d14 100%);
  border-left: 3px solid var(--color-border-dark);
}

.mobile-menu.active {
  transform: translateX(70%);
}

.mobile-menu-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu button[aria-label="Fechar menu mobile"] {
  color: var(--color-steel);
  font-size: 1.5rem;
  padding: 0.5rem;
  transition: color 0.3s ease;
}

.mobile-menu button[aria-label="Fechar menu mobile"]:hover {
  color: var(--color-amber-glow);
}

.mobile-menu ul li a {
  color: var(--color-steel);
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.mobile-menu ul li a:hover {
  color: var(--color-amber-glow);
  text-shadow: 0 0 10px rgba(212, 168, 83, 0.4);
}

/* ========================================
   MODAIS
   ======================================== */

#loginModal .glass-card,
#registerModal .glass-card,
#rechargeModal .glass-card,
#downloadModal .glass-card,
#termsModal .glass-card,
#customAlertModal .glass-card,
#forgotPasswordModal .glass-card,
#resetPasswordModal .glass-card,
#insertReferralModal .glass-card,
#guildIconModal .glass-card {
  background: 
    linear-gradient(135deg, rgba(17, 24, 39, 0.98) 0%, rgba(10, 13, 20, 0.98) 100%);
  border: 3px solid var(--color-border-dark);
  box-shadow: 
    0 0 60px rgba(0, 0, 0, 0.95),
    0 0 30px rgba(42, 52, 72, 0.3),
    inset 0 0 50px rgba(0, 0, 0, 0.5);
}

/* Inputs nos modais */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
select,
textarea {
  background: linear-gradient(135deg, #0a0d14 0%, #060810 100%) !important;
  border: 2px solid var(--color-border-dark) !important;
  color: var(--color-text-primary) !important;
  font-family: 'Crimson Text', serif;
  transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-amber-glow) !important;
  box-shadow: 0 0 15px rgba(212, 168, 83, 0.15);
}

input::placeholder {
  color: var(--color-text-muted);
}

/* Labels */
label span {
  color: var(--color-steel);
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
}

/* ========================================
   MODAL DE RECARGA
   ======================================== */

.modal-content {
  max-width: 1200px;
  width: 100%;
  max-height: 800px !important;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 1rem;
}

#rechargeItems {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  justify-items: center;
}

#rechargeItems .item-card,
#cartItems .item-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(135deg, #111827 0%, #0a0d14 100%);
  border: 2px solid var(--color-border-dark);
}

#rechargeItems .item-card:hover,
#cartItems .item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(212, 168, 83, 0.1);
}

#rechargeItems img,
#cartItems img {
  max-width: 100px;
  height: auto;
  margin: 0 auto 0.5rem;
  border-radius: 0.5rem;
  object-fit: cover;
  border: 2px solid var(--color-border-dark);
}

/* Carrinho */
#cartItems .cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

#cartItems .cart-table th,
#cartItems .cart-table td {
  padding: 0.5rem;
  text-align: left;
  border-bottom: 1px solid var(--color-border-dark);
}

#cartItems .cart-table th {
  font-weight: bold;
  color: var(--color-amber-glow);
  font-family: 'Cinzel', serif;
}

#cartItems .cart-table td button {
  background: none;
  color: #b44a4a;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

#cartItems .cart-table td button:hover {
  color: #d46a6a;
}

#cartItems .cart-total {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color-amber-glow);
  text-align: right;
  font-family: 'Cinzel', serif;
}

/* Ícones de pagamento */
.payment-icons img {
  width: auto;
  height: 40px;
  max-width: 100%;
  object-fit: contain;
  margin: 0 0.5rem;
  border-radius: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.payment-icon {
  height: 40px;
  width: auto;
  object-fit: contain;
  margin: 0 0.5rem;
  border-radius: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  display: inline-block;
}

.stripe-info {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  text-align: center;
  margin-top: 1rem;
}

.stripe-info a {
  color: var(--color-amber-glow);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.stripe-info a:hover {
  color: var(--color-amber-bright);
}

/* ========================================
   MODAL DE TERMOS
   ======================================== */

#termsModal .terms-content {
  max-height: 400px;
  overflow-y: auto;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(10, 13, 20, 0.8) 0%, rgba(6, 8, 16, 0.8) 100%);
  border: 1px solid var(--color-border-dark);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-primary);
}

#termsModal .terms-content::-webkit-scrollbar {
  width: 8px;
}

#termsModal .terms-content::-webkit-scrollbar-track {
  background: var(--color-bg-dark);
  border-radius: 4px;
}

#termsModal .terms-content::-webkit-scrollbar-thumb {
  background: var(--color-border-dark);
  border-radius: 4px;
}

#termsModal .terms-content::-webkit-scrollbar-thumb:hover {
  background: var(--color-steel);
}

/* ========================================
   SEÇÃO DE POSTAGENS - ESTILO RANKING
   ======================================== */

.posts-ranking-container {
  background: linear-gradient(135deg, #111827 0%, #0a0d14 100%);
  border: 3px solid var(--color-border-dark);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 
    0 0 30px rgba(10, 13, 20, 0.5),
    inset 0 0 40px rgba(0, 0, 0, 0.5);
}

/* Abas de categorias */
.posts-tabs-header {
  display: flex;
  background: linear-gradient(180deg, #1c2333 0%, #111827 100%);
  border-bottom: 2px solid var(--color-border-dark);
}

.posts-tab {
  flex: 1;
  padding: 10px 8px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Cinzel', serif;
  color: var(--color-steel);
  background: transparent;
  border: none;
  border-right: 1px solid var(--color-bg-light);
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.posts-tab:last-child {
  border-right: none;
}

.posts-tab:hover {
  background: rgba(168, 184, 208, 0.08);
  color: var(--color-amber-glow);
}

.posts-tab.active {
  background: linear-gradient(180deg, #2a3448 0%, #1c2333 100%);
  color: var(--color-amber-glow);
  box-shadow: inset 0 -2px 0 var(--color-amber-glow);
}

/* Cabeçalho do ranking */
.posts-ranking-header {
  background: linear-gradient(180deg, #2a3448 0%, #1c2333 100%);
  padding: 10px 15px;
  border-bottom: 2px solid var(--color-border-dark);
}

.ranking-title {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Cinzel', serif;
  color: var(--color-text-primary);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Lista de posts */
.posts-ranking-list {
  max-height: 280px;
  overflow-y: auto;
}

.posts-ranking-list::-webkit-scrollbar {
  width: 8px;
}

.posts-ranking-list::-webkit-scrollbar-track {
  background: var(--color-bg-dark);
}

.posts-ranking-list::-webkit-scrollbar-thumb {
  background: var(--color-border-dark);
  border-radius: 4px;
}

.posts-ranking-list::-webkit-scrollbar-thumb:hover {
  background: var(--color-steel);
}

/* Item do ranking */
.posts-ranking-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.9) 0%, rgba(10, 13, 20, 0.9) 100%);
  border-bottom: 1px solid var(--color-bg-light);
  cursor: pointer;
  transition: all 0.2s ease;
}

.posts-ranking-item:hover {
  background: linear-gradient(90deg, rgba(42, 52, 72, 0.6) 0%, rgba(17, 24, 39, 0.6) 100%);
}

.posts-ranking-item:last-child {
  border-bottom: none;
}

.posts-ranking-item-link {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

/* Número/posição */
.post-rank-number {
  min-width: 30px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Cinzel', serif;
  color: var(--color-amber-glow);
  text-align: center;
}

/* Ícone de categoria */
.post-category-icon {
  width: 32px;
  height: 32px;
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.post-category-icon.eventos {
  background: linear-gradient(135deg, #d4a853 0%, #8a6e30 100%);
  box-shadow: 0 0 8px rgba(212, 168, 83, 0.3);
}

.post-category-icon.guia {
  background: linear-gradient(135deg, #3a5a8a 0%, #1a3a5a 100%);
  box-shadow: 0 0 8px rgba(58, 90, 138, 0.3);
}

.post-category-icon.info-geral {
  background: linear-gradient(135deg, #4a7a5a 0%, #2a5a3a 100%);
  box-shadow: 0 0 8px rgba(74, 122, 90, 0.3);
}

.post-category-icon.info-especifica {
  background: linear-gradient(135deg, #6a5a8a 0%, #4a3a6a 100%);
  box-shadow: 0 0 8px rgba(106, 90, 138, 0.3);
}

.post-category-icon.default {
  background: linear-gradient(135deg, #5a6a7a 0%, #3a4a5a 100%);
  box-shadow: 0 0 8px rgba(90, 106, 122, 0.3);
}

/* Título do post */
.post-rank-title {
  flex: 1;
  font-size: 14px;
  color: var(--color-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

/* Data do post */
.post-rank-date {
  font-size: 12px;
  color: var(--color-text-muted);
  white-space: nowrap;
}

/* Estado vazio */
.posts-empty-state {
  padding: 40px 20px;
  text-align: center;
  color: var(--color-text-muted);
  font-size: 14px;
}

.posts-empty-state span {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
}

/* Animação de entrada */
@keyframes fadeInPost {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.posts-ranking-item {
  animation: fadeInPost 0.3s ease forwards;
}

.posts-ranking-item:nth-child(1) { animation-delay: 0s; }
.posts-ranking-item:nth-child(2) { animation-delay: 0.05s; }
.posts-ranking-item:nth-child(3) { animation-delay: 0.1s; }
.posts-ranking-item:nth-child(4) { animation-delay: 0.15s; }
.posts-ranking-item:nth-child(5) { animation-delay: 0.2s; }

/* ========================================
   FOOTER
   ======================================== */

footer {
  background: linear-gradient(180deg, #0a0d14 0%, #060810 100%);
  border-top: 3px solid var(--color-border-dark);
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-steel), transparent);
}

footer h4 {
  color: var(--color-steel);
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer a {
  color: var(--color-text-muted);
  transition: all 0.3s ease;
}

footer a:hover {
  color: var(--color-amber-glow);
}

footer .border-yellow-400\/10 {
  border-color: var(--color-border-dark) !important;
}

/* ========================================
   UTILITÁRIOS DE COR OVERRIDE
   ======================================== */

.text-gray-300 { color: var(--color-text-primary) !important; }
.text-gray-400 { color: var(--color-text-muted) !important; }
.text-gray-500 { color: #3a4a6a !important; }
.text-white { color: var(--color-text-primary) !important; }

.bg-gray-800 { background-color: var(--color-bg-dark) !important; }
.border-gray-600 { border-color: var(--color-border-dark) !important; }

.hover\:text-yellow-400:hover,
.hover\:text-yellow-300:hover {
  color: var(--color-amber-glow) !important;
}

/* ========================================
   ANIMAÇÕES
   ======================================== */

@keyframes slideUp {
  0% { transform: translateY(50px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.animate-fade-in {
  animation: fadeIn 0.8s ease-out;
}

.animate-slide-up {
  animation: slideUp 0.5s ease-out;
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

/* ========================================
   RESPONSIVIDADE
   ======================================== */

@media (max-width: 1024px) {
  #rechargeItems {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-bg {
    background-attachment: scroll;
    min-height: auto;
    padding: 4rem 1rem;
  }
  
  .carousel {
    height: 200px;
  }
  
  .dropdown-menu {
    min-width: 200px;
  }
  
  section h2 {
    font-size: 1.8rem;
  }
  
  #termsModal .terms-content {
    max-height: 300px;
    font-size: 0.85rem;
  }
}

@media (max-width: 640px) {
  .modal-content {
    flex-direction: column;
    align-items: center;
  }

  #rechargeItems {
    grid-template-columns: 1fr;
  }
  
  /* Abas responsivas */
  .posts-tabs-header {
    flex-wrap: wrap;
  }
  
  .posts-tab {
    flex: 1 1 33.33%;
    font-size: 10px;
    padding: 8px 4px;
  }
  
  .posts-tab:nth-child(3) {
    border-right: none;
  }
  
  .posts-tab:nth-child(4),
  .posts-tab:nth-child(5) {
    flex: 1 1 50%;
    border-top: 1px solid var(--color-border-dark);
  }
  
  .post-category-icon {
    width: 28px;
    height: 28px;
    margin: 0 8px;
    font-size: 14px;
  }
  
  .post-rank-title {
    font-size: 13px;
  }
  
  .post-rank-date {
    display: none;
  }
}

/* ========================================
   QUILL EDITOR (se usado)
   ======================================== */

.ql-editor {
  color: var(--color-text-primary);
  font-size: 1rem;
  line-height: 1.6;
}

.ql-editor.ql-blank::before {
  color: var(--color-text-muted) !important;
  opacity: 0.8;
  font-style: normal;
}

.prose img {
  margin: 1rem auto;
  display: block;
  max-width: 100%;
  border-radius: 8px;
  border: 2px solid var(--color-border-dark);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.ql-align-center { text-align: center !important; }
.ql-align-right { text-align: right !important; }
.ql-align-left { text-align: left !important; }
.ql-font-monospace { font-family: 'Courier New', Consolas, monospace !important; }
.ql-font-serif { font-family: serif; }
.ql-size-large { font-size: 1.5rem; }

#postContent {
  font-family: 'Crimson Text', Georgia, serif;
  line-height: 1.6;
}

/* ========================================
   CUSTOM ALERT Z-INDEX
   ======================================== */

#customAlertModal {
  z-index: 70 !important;
}

/* ========================================
   SVG FIX
   ======================================== */

svg {
  height: auto;
  width: auto;
}

/* ========================================
   IMAGE MODAL
   ======================================== */

#imageModal {
  overflow-y: auto;
}

.image-feed {
  max-height: 400px;
  overflow-y: auto;
}

.image-feed::-webkit-scrollbar {
  width: 8px;
}

.image-feed::-webkit-scrollbar-track {
  background: var(--color-bg-medium);
  border-radius: 4px;
}

.image-feed::-webkit-scrollbar-thumb {
  background: var(--color-border-dark);
  border-radius: 4px;
}

.image-feed::-webkit-scrollbar-thumb:hover {
  background: var(--color-steel);
}

/* ========================================
   BOTÕES COLORIDOS ESPECÍFICOS
   ======================================== */

.bg-green-500 {
  background: linear-gradient(180deg, #3a6a4a 0%, #1a4a2a 100%) !important;
  border: 2px solid #4a8a5a;
}

.bg-green-500:hover {
  background: linear-gradient(180deg, #4a8a5a 0%, #3a6a4a 100%) !important;
}

.bg-purple-500 {
  background: linear-gradient(180deg, #5a4a8a 0%, #3a2a6a 100%) !important;
  border: 2px solid #6a5a9a;
}

.bg-purple-500:hover {
  background: linear-gradient(180deg, #6a5a9a 0%, #5a4a8a 100%) !important;
}

.bg-blue-500 {
  background: linear-gradient(180deg, #2a4a7a 0%, #0a2a5a 100%) !important;
  border: 2px solid #3a5a8a;
}

.bg-blue-500:hover {
  background: linear-gradient(180deg, #3a5a8a 0%, #2a4a7a 100%) !important;
}

/* ========================================
   CHECKBOX CUSTOMIZADO
   ======================================== */

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: var(--color-bg-dark);
  border: 2px solid var(--color-border-dark);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

input[type="checkbox"]:checked {
  background: linear-gradient(135deg, var(--color-amber-glow) 0%, #8a6e30 100%);
  border-color: var(--color-amber-glow);
}

input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-bg-dark);
  font-size: 12px;
  font-weight: bold;
}

/* ========================================
   LOADING SPINNER CORRIGIDO
   ======================================== */

@keyframes spin-custom {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.loading-container,
[role="status"],
.animate-spin,
.spinner,
.loader,
.loading,
div[class*="loading"] {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1rem !important;
  animation: none !important; 
  transform: none !important;
}

.loading-container > svg,
.loading-container > div,
[role="status"] > svg,
.animate-spin > svg,
.spinner > svg,
.loader > svg,
.loading > svg {
  width: 3rem !important;
  height: 3rem !important;
  color: var(--color-steel) !important;
  fill: var(--color-amber-glow) !important;
  animation: spin-custom 1s linear infinite !important;
  transform-origin: center !important;
}

.loading-container::after,
[role="status"]::after,
.animate-spin::after,
.spinner::after,
.loader::after,
.loading::after,
div[class*="loading"]::after {
  content: "Preparando batalha..." !important;
  font-family: 'Cinzel', serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  color: var(--color-text-primary) !important;
  text-shadow: 0 0 10px rgba(212, 168, 83, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.9) !important;
  text-transform: uppercase !important;
  animation: pulse-text 2s ease-in-out infinite !important;
  display: block !important;
  position: relative !important;
  margin-top: 4.5rem !important;
  margin-left: 1.0rem !important;
  z-index: 20 !important;
}

@keyframes pulse-text {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

.fixed.inset-0.flex.items-center.justify-center,
.loading-overlay {
  gap: 1.5rem !important;
}

/* Estilos do Carrossel Promocional */
.promo-carousel {
  position: relative;
  width: 100%;
  height: 300px; 
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #060810;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-slide {
  display: none;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; 
  animation: fadeEffect 0.8s ease-in-out;
}

.promo-slide.active {
  display: block;
  margin: 0 auto;
}

@keyframes fadeEffect {
  from {opacity: 0.3} 
  to {opacity: 1}
}

.promo-indicators {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 10;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  padding-bottom: 5px;
}

.promo-dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: rgba(168, 184, 208, 0.2);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid rgba(168, 184, 208, 0.1);
}

.promo-dot.active {
  background-color: var(--color-amber-glow);
  box-shadow: 0 0 5px var(--color-amber-glow);
}

/* ============================================
   MODAL DE RECARGA - CSS FINAL
   ============================================ */

#rechargeModal {
  z-index: 50 !important;
}

#rechargeModal .glass-card {
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.98) 0%, rgba(10, 13, 20, 0.98) 100%);
  backdrop-filter: blur(20px);
  border: 3px solid var(--color-border-dark);
  position: relative;
  z-index: 51;
  box-shadow: 
    0 0 60px rgba(0, 0, 0, 0.95),
    0 0 30px rgba(42, 52, 72, 0.3),
    inset 0 0 50px rgba(0, 0, 0, 0.5);
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/* ============================================
   GRID DE PRODUTOS
   ============================================ */

#rechargeItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  overflow: visible;
}

/* Cards de produto */
.item-card.product-card {
  background: linear-gradient(135deg, #111827 0%, #0a0d14 100%);
  border: 2px solid var(--color-border-dark);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px 15px;
  text-align: center;
  box-sizing: border-box;
}

.item-card.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(212, 168, 83, 0.1);
  border-color: var(--color-steel);
}

/* Remove pseudo-elementos que podem causar overflow */
.item-card.product-card::before,
.item-card.product-card::after {
  display: none;
}

/* Badge de bônus */
.bonus-badge {
  position: absolute;
  top: 13px;
  right: 8px;
  background: linear-gradient(135deg, #d4a853 0%, #8a6e30 50%, #5a4a20 100%);
  color: #0a0d14;
  padding: 5px 10px;
  border-radius: 15px;
  border: 2px solid var(--color-amber-glow);
  font-size: 0.6rem;
  font-weight: bold;
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 10px rgba(212, 168, 83, 0.4);
  z-index: 10;
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s ease;
  white-space: nowrap;
}

.bonus-badge:hover {
  transform: scale(1.05);
}

.bonus-badge:active {
  transform: scale(0.95);
}

/* Imagem do produto */
.item-card.product-card > img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin: 0 auto 10px;
  border: 2px solid var(--color-border-dark);
  border-radius: 50%;
  padding: 8px;
  background: radial-gradient(circle, rgba(17, 24, 39, 0.8) 0%, rgba(10, 13, 20, 0.9) 100%);
  display: block;
}

/* Título do produto */
.item-card.product-card > h3 {
  margin: 8px 0 5px;
  font-size: 0.9rem;
  line-height: 1.2;
}

/* Preço */
.item-card.product-card > p {
  margin: 5px 0;
}

/* Texto bônus exclusivos */
.item-card.product-card > p.text-yellow-300 {
  font-size: 0.65rem;
  margin: 2px 0 8px;
}

/* Botão adicionar */
.item-card.product-card > button {
  font-size: 0.75rem;
  padding: 8px 16px;
  margin-top: 10px;
}

/* ============================================
   TOOLTIP GLOBAL
   ============================================ */

#bonus-tooltip-global {
  position: fixed;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.98) 0%, rgba(10, 13, 20, 0.98) 100%);
  backdrop-filter: blur(15px);
  border: 3px solid var(--color-border-dark);
  border-radius: 12px;
  padding: 18px;
  padding-top: 32px;
  min-width: 250px;
  max-width: 280px;
  max-height: 50vh;
  overflow-y: auto;
  z-index: 999999 !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.95), 0 0 40px rgba(42, 52, 72, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

#bonus-tooltip-global.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
}

/* Botão fechar */
.tooltip-close-btn {
  position: absolute;
  top: 5px;
  right: 8px;
  background: transparent;
  border: none;
  color: var(--color-steel);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.tooltip-close-btn:hover {
  background: rgba(212, 168, 83, 0.15);
  color: var(--color-amber-glow);
}

#bonus-tooltip-global::before,
#bonus-tooltip-global::after {
  display: none;
}

/* Título do tooltip */
.bonus-tooltip-title {
  color: var(--color-amber-glow);
  font-weight: bold;
  font-size: 0.8rem;
  font-family: 'Cinzel', serif;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid var(--color-border-dark);
  padding-bottom: 8px;
}

/* Item de bônus */
.bonus-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: rgba(42, 52, 72, 0.3);
  border: 1px solid var(--color-border-dark);
  border-radius: 6px;
  margin-bottom: 6px;
}

.bonus-item:last-child {
  margin-bottom: 0;
}

.bonus-item-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 4px;
  background: rgba(42, 52, 72, 0.4);
  padding: 3px;
  border: 1px solid var(--color-border-dark);
  flex-shrink: 0;
}

.bonus-item-name {
  color: var(--color-text-primary);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
}

/* Scrollbar tooltip */
#bonus-tooltip-global::-webkit-scrollbar {
  width: 4px;
}

#bonus-tooltip-global::-webkit-scrollbar-track {
  background: var(--color-bg-dark);
}

#bonus-tooltip-global::-webkit-scrollbar-thumb {
  background: var(--color-border-dark);
  border-radius: 2px;
}

/* ============================================
   CARRINHO
   ============================================ */

#cartItems {
  background: linear-gradient(135deg, #111827 0%, #0a0d14 100%);
  border: 3px solid var(--color-border-dark);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7);
}

.cart-table {
  font-size: 0.875rem;
  font-family: 'Crimson Text', serif;
}

.cart-table thead th {
  font-weight: 700;
  color: var(--color-amber-glow);
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid var(--color-border-dark);
  padding-bottom: 8px;
}

.cart-table tbody td {
  padding: 14px 8px;
  border-bottom: 1px solid var(--color-border-dark);
  color: var(--color-text-primary);
}

.cart-table tbody tr:last-child td {
  border-bottom: none;
}

.cart-table tbody td button {
  color: #b44a4a;
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}

.cart-table tbody td button:hover {
  color: #d46a6a;
}

.payment-icon {
  height: 36px;
  width: auto;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.payment-icon:hover {
  opacity: 1;
  transform: scale(1.15);
}

/* ============================================
   RESPONSIVIDADE
   ============================================ */

@media (max-width: 1024px) {
  #rechargeItems {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px;
  }
}

@media (max-width: 640px) {
  #rechargeItems {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
  }
  
  #bonus-tooltip-global {
    left: 10px !important;
    right: 10px !important;
    width: calc(100vw - 20px);
    max-width: none;
    min-width: auto;
  }
}

/* Scrollbar do modal */
#rechargeModal .glass-card::-webkit-scrollbar {
  width: 8px;
}

#rechargeModal .glass-card::-webkit-scrollbar-track {
  background: var(--color-bg-dark);
}

#rechargeModal .glass-card::-webkit-scrollbar-thumb {
  background: var(--color-border-dark);
  border-radius: 4px;
}

.confetti-container, .confetti {
  z-index: 100 !important;
}