.avatar-stage {
  position: fixed;
  inset: 0;
  z-index: 9998;
  overflow-y: auto;
  padding: 28px 16px;
  background:
    radial-gradient(circle at top, rgba(220,38,38,0.22), transparent 35%),
    radial-gradient(circle at bottom, rgba(37,99,235,0.2), transparent 35%),
    linear-gradient(135deg, #020202 0%, #09111f 55%, #000 100%);
}

.avatar-bg-grid {
  position: fixed;
  inset: auto 0 0 0;
  height: 55%;
  background:
    linear-gradient(rgba(59,130,246,0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220,38,38,0.16) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(520px) rotateX(62deg);
  transform-origin: bottom;
  opacity: 0.35;
  animation: avatarGrid 5s linear infinite;
  pointer-events: none;
}

.avatar-fog {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 15% 80%, rgba(255,255,255,0.08), transparent 22%),
    radial-gradient(circle at 85% 75%, rgba(255,255,255,0.06), transparent 24%);
  pointer-events: none;
  animation: fogPulse 5s ease-in-out infinite;
}

.avatar-stage-header {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 28px;
}

.stage-kicker {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(220,38,38,0.18);
  border: 1px solid rgba(220,38,38,0.42);
  color: #fca5a5;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 900;
}

.avatar-stage-header h2 {
  margin: 12px 0 8px;
  font-size: clamp(32px, 7vw, 56px);
  color: white;
  text-shadow: 0 0 30px rgba(220,38,38,0.55);
}

.avatar-stage-header p {
  color: #cbd5e1;
  line-height: 1.5;
}

.avatar-cards {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}

.avatar-card {
  min-height: 285px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    rgba(0,0,0,0.42);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 48px rgba(0,0,0,0.38);
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  text-align: center;
}

.avatar-card:hover,
.avatar-card.selected {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--avatar-color, #dc2626);
  box-shadow:
    0 0 32px color-mix(in srgb, var(--avatar-color, #dc2626) 45%, transparent),
    0 22px 55px rgba(0,0,0,0.45);
}

.avatar-pod {
  width: 124px;
  height: 124px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,0.85), transparent 16%),
    linear-gradient(135deg, var(--avatar-color, #dc2626), #111827);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 58px;
  box-shadow: 0 0 35px color-mix(in srgb, var(--avatar-color, #dc2626) 55%, transparent);
  animation: avatarBreathe 2.8s ease-in-out infinite;
}

.avatar-card h3 {
  margin: 0 0 8px;
  color: white;
  font-size: 21px;
}

.avatar-role {
  color: var(--avatar-color, #f59e0b);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.avatar-card p {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.avatar-confirm-box {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 24px auto 0;
  padding: 18px;
  border-radius: 20px;
  background: rgba(0,0,0,0.58);
  border: 1px solid rgba(255,255,255,0.12);
  text-align: center;
}

.selected-avatar-info {
  color: #d1d5db;
  margin-bottom: 12px;
  line-height: 1.5;
}

@keyframes avatarGrid {
  from { background-position: 0 0; }
  to { background-position: 0 48px; }
}

@keyframes fogPulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.85; }
}

@keyframes avatarBreathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.055); }
}

/* =====================================================
   MÓDULO 13.1 — PERSONAGEM PERSISTENTE BEBCOM
   Cole no final de clube/css/avatar.css
===================================================== */

.character-card { min-height: 405px; }
.character-origin { color: #94a3b8; font-size: 12px; font-weight: 800; margin: -2px 0 10px; }
.avatar-character-shell { width: 160px !important; height: 190px !important; border-radius: 28px !important; overflow: visible !important; }

.bebcom-character { position: relative; width: 180px; height: 230px; margin: 0 auto; display: grid; place-items: center; transform-style: preserve-3d; }
.bebcom-character.compact { width: 130px; height: 160px; }

.char-aura { position: absolute; width: 145px; height: 145px; border-radius: 50%; background: var(--char-primary, #dc2626); opacity: .13; filter: blur(24px); animation: charAuraPulse 2.8s ease-in-out infinite; }
.char-aura.active { opacity: .27; width: 175px; height: 175px; }

.char-platform { position: absolute; bottom: 14px; width: 132px; height: 34px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--char-primary, #dc2626) 55%, transparent), transparent 70%); filter: blur(1px); opacity: .75; }

.char-body { position: relative; width: 94px; height: 170px; animation: charFloat 3s ease-in-out infinite; }
.compact .char-body { width: 70px; height: 128px; }

.char-head { position: absolute; left: 50%; top: 0; width: 72px; height: 62px; transform: translateX(-50%); border-radius: 28px 28px 24px 24px; background: radial-gradient(circle at 32% 18%, rgba(255,255,255,.92), transparent 16%), linear-gradient(135deg, #f8fafc, #94a3b8 48%, #111827); border: 2px solid color-mix(in srgb, var(--char-primary, #dc2626) 70%, white); box-shadow: 0 0 28px color-mix(in srgb, var(--char-primary, #dc2626) 50%, transparent), inset 0 0 12px rgba(255,255,255,.20); z-index: 4; }
.compact .char-head { width: 54px; height: 48px; border-radius: 21px 21px 18px 18px; }

.char-visor { position: absolute; left: 50%; top: 20px; width: 48px; height: 17px; transform: translateX(-50%); border-radius: 999px; background: radial-gradient(circle at 35% 45%, rgba(255,255,255,.88), transparent 18%), linear-gradient(90deg, var(--char-primary, #dc2626), var(--char-accent, #f59e0b)); box-shadow: 0 0 16px color-mix(in srgb, var(--char-primary, #dc2626) 70%, transparent); }
.compact .char-visor { top: 15px; width: 36px; height: 13px; }

.char-symbol { position: absolute; right: -8px; top: -9px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; font-size: 13px; background: rgba(0,0,0,.72); border: 1px solid rgba(255,255,255,.22); }
.compact .char-symbol { width: 20px; height: 20px; font-size: 11px; }

.char-neck { position: absolute; left: 50%; top: 56px; width: 28px; height: 18px; transform: translateX(-50%); background: #64748b; border-radius: 8px; z-index: 2; }
.compact .char-neck { top: 43px; width: 20px; height: 14px; }

.char-torso { position: absolute; left: 50%; top: 66px; width: 82px; height: 70px; transform: translateX(-50%); border-radius: 22px 22px 28px 28px; background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(148,163,184,.86)), linear-gradient(135deg, var(--char-primary, #dc2626), #111827); border: 2px solid color-mix(in srgb, var(--char-primary, #dc2626) 55%, white); box-shadow: inset 0 0 14px rgba(0,0,0,.18); z-index: 3; }
.compact .char-torso { top: 52px; width: 60px; height: 53px; border-radius: 17px 17px 22px 22px; }

.char-core { position: absolute; left: 50%; top: 18px; width: 26px; height: 26px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle at 35% 25%, #fff, var(--char-accent, #f59e0b)); box-shadow: 0 0 22px var(--char-accent, #f59e0b); }
.compact .char-core { top: 13px; width: 19px; height: 19px; }

.char-armor { position: absolute; top: 20px; width: 20px; height: 36px; border-radius: 12px; background: linear-gradient(135deg, var(--char-primary, #dc2626), #111827); opacity: .82; }
.char-armor.left { left: -8px; transform: rotate(8deg); }
.char-armor.right { right: -8px; transform: rotate(-8deg); }

.char-arms span, .char-legs span { position: absolute; display: block; background: linear-gradient(135deg, #e5e7eb, #64748b); border: 2px solid color-mix(in srgb, var(--char-primary, #dc2626) 45%, #fff); box-shadow: 0 0 10px rgba(0,0,0,.18); }
.char-arms span { top: 76px; width: 21px; height: 58px; border-radius: 16px; }
.compact .char-arms span { top: 59px; width: 16px; height: 43px; }
.char-arms span:first-child { left: -5px; transform: rotate(13deg); }
.char-arms span:last-child { right: -5px; transform: rotate(-13deg); }

.char-legs span { top: 128px; width: 26px; height: 44px; border-radius: 12px 12px 18px 18px; }
.compact .char-legs span { top: 97px; width: 19px; height: 33px; }
.char-legs span:first-child { left: 23px; }
.char-legs span:last-child { right: 23px; }
.compact .char-legs span:first-child { left: 17px; }
.compact .char-legs span:last-child { right: 17px; }

.char-body.tier-2 .char-head, .char-body.tier-3 .char-head, .char-body.tier-4 .char-head, .char-body.tier-5 .char-head, .char-body.tier-6 .char-head { box-shadow: 0 0 34px color-mix(in srgb, var(--char-primary, #dc2626) 60%, transparent), inset 0 0 16px rgba(255,255,255,.24); }

.char-drone { position: absolute; right: 6px; top: 54px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--char-accent, #f59e0b); background: rgba(0,0,0,.52); border: 1px solid rgba(255,255,255,.18); animation: droneFloat 2.2s ease-in-out infinite; z-index: 5; }

.char-stage-badge { position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 5px 9px; border-radius: 999px; color: #fff; font-size: 10px; font-weight: 950; letter-spacing: .6px; text-transform: uppercase; background: rgba(0,0,0,.56); border: 1px solid color-mix(in srgb, var(--char-primary, #dc2626) 55%, transparent); }

.character-evolution-box { position: relative; width: min(620px, 94vw); padding: 32px 24px; border-radius: 30px; text-align: center; overflow: hidden; background: radial-gradient(circle at top, rgba(245,158,11,.24), transparent 35%), radial-gradient(circle at bottom, rgba(37,99,235,.20), transparent 40%), rgba(4,4,8,.96); border: 1px solid rgba(245,158,11,.46); box-shadow: 0 0 90px rgba(245,158,11,.36), 0 32px 120px rgba(0,0,0,.80); }

.character-evolution-aura { position: absolute; inset: -45%; background: conic-gradient(from 90deg, transparent, rgba(245,158,11,.22), transparent, rgba(37,99,235,.20), transparent); animation: artifactGlow 6s linear infinite; }
.character-evolution-box > *:not(.character-evolution-aura) { position: relative; z-index: 2; }
.character-evolution-kicker { display: inline-flex; margin-bottom: 10px; padding: 7px 12px; border-radius: 999px; color: #fbbf24; font-size: 11px; font-weight: 950; letter-spacing: 1.2px; text-transform: uppercase; background: rgba(0,0,0,.38); border: 1px solid rgba(245,158,11,.34); }
.character-evolution-box h2 { margin: 8px 0; color: #fff; font-size: clamp(30px, 7vw, 48px); font-weight: 950; line-height: 1; }
.character-evolution-box p { margin: 0 auto 14px; color: #e5e7eb; }
.character-unlocks { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 14px 0 18px; }
.character-unlocks span { padding: 8px 10px; border-radius: 999px; color: #fbbf24; font-size: 12px; font-weight: 900; background: rgba(0,0,0,.34); border: 1px solid rgba(245,158,11,.28); }

@keyframes charFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-8px) rotate(1deg); } }
@keyframes charAuraPulse { 0%,100% { transform: scale(.94); opacity: .13; } 50% { transform: scale(1.08); opacity: .24; } }
@keyframes droneFloat { 0%,100% { transform: translateY(0) translateX(0); } 50% { transform: translateY(-10px) translateX(5px); } }

/* =====================================================
   MÓDULO 14 — EVOLUÇÃO VISUAL MODULAR
===================================================== */

.char-evo-aura {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--char-primary);
  opacity: .10;
  filter: blur(28px);
  animation: charAuraPulse 2.8s ease-in-out infinite;
}

.char-tier-2 .char-evo-aura { opacity: .18; }
.char-tier-3 .char-evo-aura { opacity: .24; width: 170px; height: 170px; }
.char-tier-4 .char-evo-aura { opacity: .30; width: 190px; height: 190px; }
.char-tier-5 .char-evo-aura,
.char-tier-6 .char-evo-aura { opacity: .38; width: 215px; height: 215px; }

.char-tier-2 .char-core {
  width: 31px;
  height: 31px;
  box-shadow: 0 0 32px var(--char-accent);
}

.char-tier-3 .char-core,
.char-tier-4 .char-core,
.char-tier-5 .char-core,
.char-tier-6 .char-core {
  width: 34px;
  height: 34px;
  box-shadow: 0 0 42px var(--char-accent), 0 0 20px var(--char-primary);
}

.char-shoulder {
  position: absolute;
  top: 10px;
  width: 28px;
  height: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--char-primary), #111827);
  border: 1px solid rgba(255,255,255,.28);
  z-index: 4;
}

.char-shoulder.left {
  left: -18px;
  transform: rotate(-18deg);
}

.char-shoulder.right {
  right: -18px;
  transform: rotate(18deg);
}

.char-chest-lines {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 54px;
  height: 12px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    linear-gradient(90deg,
      transparent,
      var(--char-accent),
      transparent);
  opacity: .85;
  box-shadow: 0 0 18px var(--char-accent);
}

.char-gauntlets span {
  position: absolute;
  top: 108px;
  width: 24px;
  height: 20px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--char-primary), #020617);
  border: 1px solid rgba(255,255,255,.22);
  z-index: 6;
}

.char-gauntlets span:first-child {
  left: -7px;
  transform: rotate(12deg);
}

.char-gauntlets span:last-child {
  right: -7px;
  transform: rotate(-12deg);
}

.char-boots span {
  position: absolute;
  top: 163px;
  width: 31px;
  height: 17px;
  border-radius: 8px 8px 14px 14px;
  background: linear-gradient(135deg, var(--char-primary), #111827);
  border: 1px solid rgba(255,255,255,.22);
  z-index: 6;
}

.char-boots span:first-child { left: 20px; }
.char-boots span:last-child { right: 20px; }

.char-backpack {
  position: absolute;
  left: 50%;
  top: 75px;
  width: 98px;
  height: 56px;
  transform: translateX(-50%);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(15,23,42,.95), rgba(30,41,59,.82));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 0 25px rgba(0,0,0,.35);
  z-index: 1;
}

.char-evo-drone {
  position: absolute;
  right: 0;
  top: 52px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--char-accent);
  background: rgba(0,0,0,.58);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 0 22px var(--char-primary);
  animation: droneFloat 2.2s ease-in-out infinite;
  z-index: 8;
}

.char-crown {
  position: absolute;
  left: 50%;
  top: -15px;
  width: 42px;
  height: 18px;
  transform: translateX(-50%);
  background:
    linear-gradient(135deg, var(--char-accent), #fff3c4);
  clip-path: polygon(0 100%, 12% 35%, 28% 100%, 50% 20%, 72% 100%, 88% 35%, 100% 100%);
  filter: drop-shadow(0 0 12px var(--char-accent));
}

.char-evo-wings {
  position: absolute;
  left: 50%;
  top: 82px;
  width: 180px;
  height: 70px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}

.char-evo-wings span {
  position: absolute;
  width: 78px;
  height: 58px;
  border-radius: 60% 12% 60% 12%;
  background: linear-gradient(135deg, rgba(255,255,255,.28), color-mix(in srgb, var(--char-primary) 50%, transparent));
  filter: blur(.2px);
  opacity: .55;
}

.char-evo-wings span:first-child {
  left: 0;
  transform: rotate(-26deg);
}

.char-evo-wings span:last-child {
  right: 0;
  transform: rotate(26deg) scaleX(-1);
}

.char-evo-particles {
  display: none;
}

.char-tier-5 .char-evo-particles,
.char-tier-6 .char-evo-particles {
  display: block;
  position: absolute;
  inset: 20px;
  background:
    radial-gradient(circle at 20% 30%, var(--char-accent) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 40%, var(--char-primary) 0 2px, transparent 3px),
    radial-gradient(circle at 35% 78%, #fff 0 1.5px, transparent 3px),
    radial-gradient(circle at 72% 74%, var(--char-accent) 0 2px, transparent 3px);
  opacity: .75;
  animation: particleFloat 3s ease-in-out infinite;
}

.char-tier-6 .char-body {
  filter: drop-shadow(0 0 20px var(--char-accent));
}

@keyframes particleFloat {
  0%,100% { transform: translateY(0); opacity: .55; }
  50% { transform: translateY(-10px); opacity: .95; }
}

/* Compact ajustes */
.compact .char-shoulder {
  width: 20px;
  height: 15px;
  top: 8px;
}

.compact .char-shoulder.left { left: -13px; }
.compact .char-shoulder.right { right: -13px; }

.compact .char-chest-lines {
  width: 40px;
  bottom: 9px;
}

.compact .char-gauntlets span {
  top: 82px;
  width: 18px;
  height: 15px;
}

.compact .char-boots span {
  top: 121px;
  width: 23px;
  height: 13px;
}

.compact .char-boots span:first-child { left: 15px; }
.compact .char-boots span:last-child { right: 15px; }

.compact .char-backpack {
  top: 58px;
  width: 72px;
  height: 42px;
}

.compact .char-evo-drone {
  right: 5px;
  top: 38px;
  width: 27px;
  height: 27px;
}

.compact .char-crown {
  top: -11px;
  width: 32px;
  height: 14px;
}

.compact .char-evo-wings {
  top: 62px;
  width: 132px;
  height: 52px;
}

.compact .char-evo-wings span {
  width: 58px;
  height: 42px;
}

/* =====================================================
   MÓDULO 15 — MASCOTE OFICIAL BEBCOM
   Substitui visual modular antigo
===================================================== */

.bebcom-character .char-body,
.bebcom-character .char-evo-aura,
.bebcom-character .char-evo-particles,
.bebcom-character .char-platform,
.bebcom-character .char-evo-drone,
.bebcom-character .char-evo-wings {
  display: none !important;
}

.bebcom-character {
  width: 190px;
  height: 230px;
}

.bebcom-character.compact {
  width: 150px;
  height: 180px;
}

.mascot-aura {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--char-primary);
  opacity: .18;
  filter: blur(32px);
  animation: charAuraPulse 3s ease-in-out infinite;
}

.mascot-platform {
  position: absolute;
  bottom: 18px;
  width: 130px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--char-primary) 55%, transparent), transparent 70%);
  opacity: .65;
  filter: blur(1px);
}

.mascot-body {
  position: relative;
  width: 100px;
  height: 170px;
  animation: charFloat 3s ease-in-out infinite;
}

.compact .mascot-body {
  transform: scale(.78);
  transform-origin: center;
}

/* cabeça */
.mascot-head {
  position: absolute;
  left: 50%;
  top: 0;
  width: 78px;
  height: 62px;
  transform: translateX(-50%);
  border-radius: 32px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,.95), transparent 18%),
    linear-gradient(135deg, #fff, #cbd5e1 48%, #64748b);
  border: 3px solid color-mix(in srgb, var(--char-primary) 55%, white);
  box-shadow:
    0 0 30px color-mix(in srgb, var(--char-primary) 48%, transparent),
    inset 0 0 14px rgba(255,255,255,.28);
  z-index: 5;
}

.mascot-visor {
  position: absolute;
  left: 50%;
  top: 22px;
  width: 50px;
  height: 17px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    radial-gradient(circle at 25% 40%, rgba(255,255,255,.9), transparent 18%),
    linear-gradient(90deg, var(--char-primary), var(--char-accent));
  box-shadow: 0 0 18px var(--char-primary);
}

.mascot-symbol {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 12px;
  background: rgba(0,0,0,.72);
  border: 1px solid rgba(255,255,255,.22);
}

.mascot-neck {
  position: absolute;
  left: 50%;
  top: 57px;
  width: 28px;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 8px;
  background: #64748b;
  z-index: 2;
}

/* corpo */
.mascot-torso {
  position: absolute;
  left: 50%;
  top: 68px;
  width: 86px;
  height: 72px;
  transform: translateX(-50%);
  border-radius: 30px 30px 34px 34px;
  background:
    radial-gradient(circle at 32% 18%, rgba(255,255,255,.72), transparent 18%),
    linear-gradient(135deg, #f8fafc, #cbd5e1 48%, #94a3b8);
  border: 3px solid color-mix(in srgb, var(--char-primary) 50%, white);
  box-shadow:
    inset 0 0 14px rgba(0,0,0,.12),
    0 0 24px color-mix(in srgb, var(--char-primary) 30%, transparent);
  z-index: 3;
}

.mascot-core {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 28px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #fff, var(--char-accent));
  box-shadow: 0 0 24px var(--char-accent);
}

.mascot-mark {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 38px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--char-primary);
  opacity: .35;
}

/* braços e pernas */
.mascot-arms span,
.mascot-legs span {
  position: absolute;
  display: block;
  background:
    linear-gradient(135deg, #f8fafc, #94a3b8);
  border: 3px solid color-mix(in srgb, var(--char-primary) 45%, white);
  box-shadow: 0 0 12px color-mix(in srgb, var(--char-primary) 25%, transparent);
}

.mascot-arms span {
  top: 82px;
  width: 24px;
  height: 54px;
  border-radius: 20px;
  z-index: 2;
}

.mascot-arms span:first-child {
  left: 0;
  transform: rotate(12deg);
}

.mascot-arms span:last-child {
  right: 0;
  transform: rotate(-12deg);
}

.mascot-legs span {
  top: 132px;
  width: 28px;
  height: 38px;
  border-radius: 14px 14px 20px 20px;
  z-index: 1;
}

.mascot-legs span:first-child { left: 25px; }
.mascot-legs span:last-child { right: 25px; }

/* TIER 2 — maior e mais luminoso */
.mascot-tier-2 .mascot-body {
  transform: scale(1.05);
}

.mascot-tier-2 .mascot-aura {
  opacity: .24;
}

.mascot-tier-2 .mascot-core {
  width: 32px;
  height: 32px;
}

/* TIER 3 — forma mais forte */
.mascot-tier-3 .mascot-body {
  transform: scale(1.10);
}

.mascot-tier-3 .mascot-head {
  width: 82px;
}

.mascot-tier-3 .mascot-torso {
  width: 94px;
  height: 78px;
}

.mascot-tier-3 .mascot-arms span {
  width: 28px;
  height: 60px;
}

.mascot-tier-3 .mascot-aura {
  width: 180px;
  height: 180px;
  opacity: .30;
}

/* TIER 4 — herói */
.mascot-tier-4 .mascot-body {
  transform: scale(1.15);
}

.mascot-tier-4 .mascot-head,
.mascot-tier-4 .mascot-torso {
  border-width: 4px;
}

.mascot-tier-4 .mascot-mark {
  opacity: .75;
  height: 8px;
}

.mascot-tier-4 .mascot-aura {
  width: 200px;
  height: 200px;
  opacity: .34;
}

/* TIER 5 — comandante */
.mascot-tier-5 .mascot-body {
  transform: scale(1.20);
}

.mascot-tier-5 .mascot-antenna {
  position: absolute;
  left: 50%;
  top: -14px;
  width: 42px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 999px 999px 0 0;
  background: linear-gradient(135deg, var(--char-accent), #fff3c4);
  filter: drop-shadow(0 0 12px var(--char-accent));
}

.mascot-tier-5 .mascot-aura {
  width: 220px;
  height: 220px;
  opacity: .40;
}

/* TIER 6 — lenda */
.mascot-tier-6 .mascot-body {
  transform: scale(1.25);
  filter: drop-shadow(0 0 24px var(--char-accent));
}

.mascot-tier-6 .mascot-aura {
  width: 240px;
  height: 240px;
  opacity: .48;
}

.mascot-tier-6 .mascot-platform {
  width: 170px;
  opacity: .95;
}

.mascot-tier-6::after {
  content: "";
  position: absolute;
  inset: 18px;
  background:
    radial-gradient(circle at 20% 30%, var(--char-accent) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 40%, var(--char-primary) 0 2px, transparent 3px),
    radial-gradient(circle at 55% 80%, #fff 0 1.5px, transparent 3px);
  animation: particleFloat 3s ease-in-out infinite;
  pointer-events: none;
}

/* mantém preview pequeno */
.compact.mascot-tier-2 .mascot-body,
.compact.mascot-tier-3 .mascot-body,
.compact.mascot-tier-4 .mascot-body,
.compact.mascot-tier-5 .mascot-body,
.compact.mascot-tier-6 .mascot-body {
  transform: scale(.78);
}

@keyframes particleFloat {
  0%,100% { transform: translateY(0); opacity: .55; }
  50% { transform: translateY(-10px); opacity: .95; }
}