@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Orbitron:wght@400;700;900&display=swap');

:root {
  --elite-gold: #f59e0b;
  --elite-amber: #d97706;
  --elite-obsidian: #020617;
  --elite-slate: #0f172a;
  --elite-glow: rgba(245, 158, 11, 0.4);
  --glass-blade: rgba(15, 23, 42, 0.6);
  --border-blade: rgba(245, 158, 11, 0.2);
}

html {
  background: #000000;
  min-height: 100vh;
}

body {
  background-color: #000;
  background-image:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0) 60%,
      rgba(0,0,0,0.4) 80%,
      rgba(0,0,0,1) 100%
    ),
    url('../imgs/bg-top.jpg');

  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  color: #f1f5f9;
  min-height: 100vh;
  margin: 0;
}


.all {
  font-family: 'Calibri', 'Arial', sans-serif !important;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
}


a,
a:active,
a:visited,
a:link {
  cursor: pointer;
  font-weight: bold;
}

p {
  margin: 0;
  padding: 0;
}

.pddInner {
  padding: 0 20px;
}

hr {
  width: 100%;
  height: 2px;
  padding: 0;
  margin: 20px auto;
  border: 0;
  background: transparent url('https://easy.mugame.net/imgs/separator.png') no-repeat center top;
}

h1,
h2,
h3,
.elite-title {
  font-family: 'Cinzel', serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--elite-gold);
  text-shadow: 0 0 15px rgba(245, 158, 11, 0.3);
}

h2 {
  font-weight: 900;
  padding: 0;
  margin: 25px 0 15px 0;
  font-size: 28px;
  border-bottom: 1px solid var(--border-blade);
  padding-bottom: 10px;
}

.faceIndex {
  overflow: hidden;
  min-height: 200px;
  background: transparent;
  margin: 15px auto;
  border-radius: 8px;
}

p.cbold {
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
}

.rmsg {
  display: table;
  width: 360px;
  margin: 0 auto 20px auto;
  padding: 10px;
  background: #108c00;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.rmsg.error {
  background-color: #b30000 !important;
}

.rmsg.warn {
  background-color: #fffca1 !important;
  color: #000 !important;
}

#alerta {
  visibility: hidden;
  position: fixed;
  display: table;
  z-index: 1001;
  margin: 0 auto;
  padding: 25px 30px;
  color: #5a5a5a;
  font-size: 15px;
  background: #f7f7f7;
  border-radius: 6px;
}

#alerta .ok {
  display: table;
  width: 100%;
}

#alerta .ok>div {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: table;
  float: right;
  margin: 15px 0 0 0;
  padding: 5px 0;
  text-align: center;
  width: 60px;
  text-transform: uppercase;
  color: #fff;
  background: #ac0f0f;
  border: 1px solid #ac0f0f;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  border-radius: 4px;
}

#alerta .ok>div:hover {
  background: #d21818;
  border-color: #d21818;
}

#alerta .ok.sucesso>div {
  background: #0dbb00;
  border: 1px solid #0dbb00;
}

#alerta .ok.sucesso>div:hover {
  background: #0a8c00;
  border: 1px solid #0a8c00;
}

#backblack {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  z-index: 1000;
}

input.default.sucesso {
  background: #0dbb00 !important;
  border-color: #0dbb00 !important;
  color: #fff !important;
}

body,
html,
.all {
  min-width: 960px;
}

a,
a:active,
a:visited,
a:link {
  color: #ebebeb;
}

a:hover {
  color: #ff9f38;
}

a:active {
  color: #c75e38;
}

section {
  color: #fff;
}

body,
html,
p,
div,
span,
b,
li,
a,
h1,
h2,
h3,
h4,
.elite-title,
.header {
  font-family: Calibri, Arial, sans-serif !important;
}

article a.default,
a.default,
span.default,
input.default,
.rankings_options>div a {
  transition: background-color 0.4s, border-color 0.4s;
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 0 5px 0;
  width: 178px;
  margin: 0 0 1px;
  border-radius: 8px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
}

article .ucp a.default,
.ucp a.default,
.ucp span.default,
.ucp input.default {
  padding: 9px 0 10px 0;
}

article a.default:active,
a.default:active,
input.default:active,
span.default:active {
  opacity: 0.7;
}

a.default.dbig,
input.default.dbig {
  font-size: 16px;
  padding: 12px 35px 13px 35px;
}

article a.default,
a.default,
span.default,
input.default,
.rankings_options>div a {
  background: linear-gradient(to bottom, #404040 0%, #1f1f1f 100%);
  border: 1px solid #1f1f1f;
  color: rgba(255, 255, 255, 0.8) !important;
}

article a.default:hover,
a.default:hover,
input.default:hover,
span.default:hover,
.rankings_options>div a:hover {
  background: #6c6c6c;
  border-color: #6c6c6c;
  color: #fff !important;
}

.all {
  width: 960px;
  position: relative;
  display: table;
  margin: 0 auto;
  padding-top: 489px;
}

h1 {
  font-family: Arial;
  font-size: 29px;
  color: #fff;
}

h1 a {
  font-family: Arial !important;
  font-size: 15px !important;
  padding: 17px 0 0;
}

h2 {
  font-family: Arial;
  font-size: 23px;
  color: #fff;
}

.langs {
  z-index: 2;
  position: absolute;
  width: 140px;
  height: 34px;
}

.langs .bg {
  opacity: 0.3;
  width: 138px;
  height: 34px;
  border-radius: 4px;
}

.langs .links {
  position: absolute;
  left: 4px;
  top: 4px;
  display: table;
}

.langs a {
  float: left;
  display: block;
  width: 42px;
  height: 26px;
  margin: 0 2px 0 0;
  background: transparent url('https://easy.mugame.net/imgs/langs.png') no-repeat;
}

.langs a.en {
  background-position: 0 0;
  border-radius: 3px 0 0 3px;
}

.langs a.pt {
  background-position: -44px 0;
}

.langs a.es {
  background-position: -88px 0;
  border-radius: 0 3px 3px 0;
}

.langs a.en:hover {
  background-position: 0 -28px;
}

.langs a.pt:hover {
  background-position: -44px -28px;
}

.langs a.es:hover {
  background-position: -88px -28px;
}

.langs a:active {
  opacity: 0.6;
}

.langs {
  top: 40px;
  right: 56px;
}

.langs .bg {
  background: #000;
}

section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 100px 35px 60px 35px;
  box-sizing: border-box;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.4) 0%, var(--elite-obsidian) 100%);
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
  border: 1px solid var(--border-blade);
  border-top: 2px solid var(--elite-gold);
}

aside.esq {
  flex: 0 0 250px;
}

article {
  flex: 1;
  min-width: 0;
}

nav {
  position: absolute;
  left: 0;
  top: -65px;
  z-index: 100;
  width: 960px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 23, 0.8);
  border-bottom: 2px solid var(--elite-gold);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

nav div {
  display: flex;
  justify-content: center;
  gap: 25px;
}

nav a {
  font-family: 'Orbitron', sans-serif !important;
  font-size: 13px !important;
  font-weight: 900;
  text-transform: uppercase;
  color: #94a3b8 !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  letter-spacing: 1px;
  position: relative;
}

nav a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--elite-gold);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  box-shadow: 0 0 10px var(--elite-gold);
}

nav a:hover {
  color: var(--elite-gold) !important;
  transform: translateY(-2px);
  text-shadow: 0 0 15px var(--elite-glow);
}

nav a:hover::after,
nav a.active::after {
  width: 100%;
}

nav a.active {
  color: var(--elite-gold) !important;
}

footer {
  font-size: 14px;
  height: 110px;
  line-height: 110px;
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-weight: bold;
}

footer a.atualstudio {
  position: absolute;
  opacity: 0.3;
  display: block;
  width: 120px;
  height: 18px;
  background: transparent url('https://easy.mugame.net/imgs/nm/atualstudio.png');
}

footer a.atualstudio:hover {
  opacity: 1;
}

footer {
  color: #fff;
}

footer a.atualstudio {
  top: 43px;
  right: 64px;
}

article {
  position: relative;
  padding: 4px 10px 0 20px;
}

aside {
  display: block;
}

aside .box {
  width: 260px;
  display: table;
  margin: 0 0 23px 0;
}

aside .box .title {
  font-family: Calibri, Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 2px solid #3b82f6;
  position: relative;
  z-index: 2;
  width: 260px;
  height: auto;
  padding-bottom: 8px;
  margin: 0px 0 15px 0;
  color: #60a5fa;
  letter-spacing: 1px;
}

aside .box .ctt {
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
}

.title2 {
  font-family: Calibri, Arial;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 0px solid #3d5c7d;
  position: relative;
  z-index: 2;
  width: 580px;
  height: 22px;
  margin: 0px 0 15px 0;
}


.box.support a:hover {
  opacity: 0.7;
}

.box.support a:active {
  opacity: 1;
}



/* ===============================
   MODAL DE PREMIAÇÕES MU GAME EASY
   =============================== */

.premiacoes-container {
  text-align: center;
  margin-top: 35px;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 6px rgba(59, 130, 246, 0.25);
  }

  50% {
    box-shadow: 0 0 12px rgba(59, 130, 246, 0.35);
  }

  100% {
    box-shadow: 0 0 6px rgba(59, 130, 246, 0.25);
  }
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes floatIcon {

  0%,
  100% {
    transform: translateY(0);
    opacity: 0.85;
  }

  50% {
    transform: translateY(-2px);
    opacity: 1;
  }
}

.premiacoes-botao {
  position: relative;
  background: linear-gradient(90deg, #3b82f6, #60a5fa, #3b82f6);
  background-size: 200% 200%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  cursor: pointer;
  animation: gradientMove 5s ease infinite, pulseGlow 3s infinite;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
}

.premiacoes-botao:hover {
  transform: scale(1.02);
}

.premiacoes-icone-canto {
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 14px;
  opacity: 0.8;
  animation: floatIcon 4s ease-in-out infinite;
  text-shadow: 0 0 3px rgba(96, 165, 250, 0.6);
}

/* MODAL VISUAL */
#rewardsModal .header {
  color: #60a5fa;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}

#rewardsModal .content {
  background: linear-gradient(180deg, #0b1121 0%, #111c3a 100%);
  color: #cce2ff;
  border-top: 1px solid #3b82f6;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

#rewardsModal ul {
  list-style: none;
  padding: 0;
  line-height: 1.7;
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
}

#rewardsModal li {
  padding: 2px 0;
}

#rewardsModal h3 {
  color: #93c5fd;
  text-align: center;
  margin-top: 10px;
}

#rewardsModal .actions {
  background: #0b1121;
  text-align: center;
  padding: 12px;
}

#rewardsModal .ui.button {
  background: #3b82f6 !important;
  color: #fff !important;
  font-weight: bold;
}



.boxshop6 {
  /* definimos a cor de fundo do box */
  background-color: #262626;

  /* definimos o quão arredondado irá ficar nosso box */
  border-radius: 10px 20px 30px;
  border-style: solid;
  border-color: #4b5157;
  border-width: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
}



/* ============================
   SHOP GOLD - LAYOUT HORIZONTAL
   ============================ */

.shop-title {
  color: #facc15;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 30px;
  text-shadow: 0 0 10px rgba(250, 204, 21, 0.4);
}

.shop-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Box do item */
.boxshop {
  background: linear-gradient(180deg, #0b0d14 0%, #1a2235 100%);
  border: 1px solid rgba(255, 215, 0, 0.25);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.1);
  transition: all 0.25s ease-in-out;
}

.boxshop:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 215, 0, 0.45);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.25);
}

/* Estrutura interna */
.shop-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

/* Imagem */
.shop-thumb img {
  width: 130px;
  border-radius: 10px;
  border: 1px solid rgba(255, 215, 0, 0.3);
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.15);
  transition: transform 0.25s ease;
}

.shop-thumb img:hover {
  transform: scale(1.05);
}

/* Informações */
.shop-info h3 {
  color: #ffec9f;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 4px;
}

.shop-info p {
  color: #dbeafe;
  font-size: 14px;
  margin-bottom: 8px;
}

.shop-info ul {
  color: #cbd5e1;
  font-size: 13.5px;
  line-height: 1.6;
  margin-left: 20px;
}

/* ============================
   SHOP GOLD - VISUAL REFINADO
   ============================ */

/* Layout do preço e botão */
.shop-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 12px;
  flex-wrap: wrap;
}

/* Preço */
.shop-price {
  background: rgba(250, 204, 21, 0.1);
  border: 1px solid rgba(250, 204, 21, 0.45);
  color: #facc15;
  font-weight: bold;
  font-size: 15px;
  border-radius: 8px;
  padding: 6px 12px;
  text-shadow: 0 0 6px rgba(250, 204, 21, 0.4);
  box-shadow: 0 0 8px rgba(250, 204, 21, 0.15) inset;
}

/* Botão moderno */
.shop-button {
  background: linear-gradient(90deg, #facc15, #fbbf24, #facc15);
  color: #111 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 22px !important;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(250, 204, 21, 0.4);
  transition: all 0.25s ease-in-out;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.shop-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75px;
  width: 50px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

.shop-button:hover::after {
  left: 130%;
}

.shop-button:hover {
  transform: scale(1.06);
  box-shadow: 0 0 25px rgba(250, 204, 21, 0.6);
  background: linear-gradient(90deg, #fde047, #facc15, #fde047);
}

/* ===== SHOP GOLD - VARIANTES DE COR ===== */

.theme--bk {
  --accent: #3b82f6;
  --accent-2: #1d4ed8;
}

.theme--sm {
  --accent: #8b5cf6;
  --accent-2: #6d28d9;
}

.theme--elf {
  --accent: #22c55e;
  --accent-2: #16a34a;
}

.theme--mg {
  --accent: #f59e0b;
  --accent-2: #d97706;
}

.theme--dl {
  --accent: #06b6d4;
  --accent-2: #0ea5b7;
}

.theme--asas {
  --accent: #ffd700;
  --accent-2: #b8860b;
}

.theme--escudos {
  --accent: #9e9e9e;
  --accent-2: #616161;
}

.theme--swords {
  --accent: #42a5f5;
  --accent-2: #1e88e5;
}

.theme--axe {
  --accent: #8e24aa;
  --accent-2: #5e35b1;
}

.theme--staff {
  --accent: #7b1fa2;
  --accent-2: #4a148c;
}

.theme--spear {
  --accent: #00695c;
  --accent-2: #004d40;
}

.theme--arcos {
  --accent: #26a69a;
  --accent-2: #00897b;
}

.theme--rings {
  --accent: #facc15;
  --accent-2: #eab308;
}

.theme--pendant {
  --accent: #ec407a;
  --accent-2: #ad1457;
}

.theme--scepter {
  --accent: #1565c0;
  --accent-2: #0d47a1;
}

/* Cores aplicadas no botão e preço conforme tema */
[class*="theme--"] .shop-price {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 6px color-mix(in oklab, var(--accent) 60%, transparent);
}

[class*="theme--"] .shop-button {
  background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent));
  color: #fff !important;
  box-shadow: 0 0 15px color-mix(in oklab, var(--accent) 60%, transparent);
}

[class*="theme--"] .shop-button:hover {
  box-shadow: 0 0 25px color-mix(in oklab, var(--accent) 80%, white);
}



.boxshop4 {
  /* definimos a cor de fundo do box */
  background-color: #10232f;

  /* definimos o quão arredondado irá ficar nosso box */
  border-radius: 10px 20px 30px;
  border-color: #45a5aa;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
}

.boxshop7 {
  /* definimos a cor de fundo do box */
  background-color: #281313;

  /* definimos o quão arredondado irá ficar nosso box */
  border-radius: 10px 20px 30px;
  border-color: #d9949a;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
}


.boxshop3 {
  /* definimos a cor de fundo do box */
  background-color: #23201e;

  /* definimos o quão arredondado irá ficar nosso box */
  border-radius: 10px 20px 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
}

.boxshopcash {
  /* definimos a cor de fundo do box */
  background-color: #2a1c0e;

  /* definimos o quão arredondado irá ficar nosso box */
  border-radius: 10px 20px 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
}

#rank1 {
  width: 250px;
  float: left;

}

#rank2 {
  width: 590px;
  float: right;
  margin-left: 10px;

}


#rank-site {
  padding: 0px 20px;
  margin-bottom: 20px;
  float: left;
  width: 920px;
}

/* ==== Correção para tamanho de fonte dos links ==== */
.ui.black.message a,
.ui.button.blue,
.boxshop a,
.boxshop3 a,
.boxshop4 a,
.boxshopcash a {
  font-size: 18px !important;
  line-height: 1.6;
  font-weight: bold;
}

.ui.black.message a:hover,
.boxshop a:hover {
  color: #ffcc66 !important;
  text-decoration: underline;
}


.shop-btn {
  display: block !important;
  width: 100% !important;
  font-weight: 700 !important;
  letter-spacing: .3px;
  border-radius: 8px !important;
  padding: 12px 0 !important;
  transition: all 0.3s ease-in-out;
}

/* ===============================
   ELITE DRAGON DESIGN SYSTEM
   =============================== */

.elite-box {
  background: var(--glass-blade);
  border: 1px solid var(--border-blade);
  border-radius: 4px;
  padding: 25px;
  color: #cce2ff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.elite-box:hover {
  border-color: var(--elite-gold);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.elite-title {
  color: var(--elite-gold);
  text-transform: uppercase;
  font-family: 'Cinzel', serif !important;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid var(--border-blade);
  padding-bottom: 8px;
  text-shadow: 0 0 10px var(--elite-glow);
}

.elite-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.3);
  padding: 6px 0;
  font-size: 13px;
  transition: background 0.2s;
}

.elite-row:hover {
  background: rgba(59, 130, 246, 0.05);
}

.elite-row b {
  color: #94a3b8;
}

.elite-row span:last-child {
  color: #fff;
  font-weight: 500;
}

.elite-button-primary {
  background: linear-gradient(135deg, var(--elite-amber) 0%, #92400e 100%) !important;
  color: #fff !important;
  border: 1px solid var(--elite-gold) !important;
  text-transform: uppercase !important;
  font-family: 'Orbitron', sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 1.5px !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  box-shadow: 0 4px 0 #451a03, 0 8px 15px rgba(0, 0, 0, 0.4) !important;
  border-radius: 4px !important;
}

.elite-button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #451a03, 0 12px 20px var(--elite-glow) !important;
  filter: brightness(1.1);
}

.elite-button-primary:active {
  transform: translateY(2px);
  box-shadow: 0 0 0 transparent !important;
}

/* Animação de Entrada (Staggered) */
@keyframes eliteFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.elite-animate {
  animation: eliteFadeUp 0.5s ease forwards;
  opacity: 0;
}

/* ===============================
   CLASSES UTILITÁRIAS ELITE
   =============================== */

/* Font Sizes */
.elite-text-xs {
  font-size: 10px !important;
}

.elite-text-sm {
  font-size: 11px !important;
}

.elite-text-base {
  font-size: 14px !important;
}

.elite-text-md {
  font-size: 15px !important;
}

.elite-text-lg {
  font-size: 17px !important;
}

.elite-text-xl {
  font-size: 18px !important;
}

.elite-text-2xl {
  font-size: 22px !important;
}

.elite-text-3xl {
  font-size: 28px !important;
}

.elite-text-4xl {
  font-size: 32px !important;
}

/* Text Alignment */
.elite-text-center {
  text-align: center !important;
}

.elite-text-left {
  text-align: left !important;
}

.elite-text-right {
  text-align: right !important;
}

/* Font Weight */
.elite-font-normal {
  font-weight: normal !important;
}

.elite-font-bold {
  font-weight: bold !important;
}

.elite-font-black {
  font-weight: 900 !important;
}

/* Opacity */
.elite-opacity-80 {
  opacity: 0.8 !important;
}

.elite-opacity-60 {
  opacity: 0.6 !important;
}

/* Spacing */
.elite-mt-xs {
  margin-top: 3px !important;
}

.elite-mt-sm {
  margin-top: 5px !important;
}

.elite-mt-md {
  margin-top: 10px !important;
}

.elite-mt-lg {
  margin-top: 15px !important;
}

.elite-mt-xl {
  margin-top: 25px !important;
}

.elite-mt-2xl {
  margin-top: 30px !important;
}

.elite-mb-xs {
  margin-bottom: 3px !important;
}

.elite-mb-sm {
  margin-bottom: 5px !important;
}

.elite-mb-md {
  margin-bottom: 10px !important;
}

.elite-mb-lg {
  margin-bottom: 15px !important;
}

.elite-mb-xl {
  margin-bottom: 25px !important;
}

.elite-mb-2xl {
  margin-bottom: 30px !important;
}

.elite-alert-terms {
  display: flex;
  gap: 15px;
  background: linear-gradient(
    180deg,
    rgba(30, 58, 138, 0.25),
    rgba(15, 23, 42, 0.85)
  );
  border-left: 4px solid #3b82f6;
  border-radius: 10px;
  padding: 18px 20px;
  margin-top: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.45);
}

.elite-alert-icon {
  font-size: 22px;
  line-height: 1;
  color: #facc15;
  margin-top: 2px;
}

.elite-alert-content {
  flex: 1;
  color: #c7ddff;
  font-size: 14px;
  line-height: 1.6;
}

.elite-alert-content a {
  color: #60a5fa;
  font-weight: 700;
  text-decoration: underline;
}

.elite-alert-check {
  margin-top: 12px;
}

.elite-alert-check label {
  color: #93c5fd !important;
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: 0.5px;
  cursor: pointer;
}

/* =========================================================
   TABELAS PADRONIZADAS (.elite-table) — estilo obsidiana/dourado.
   Usado nas tabelas de config do servidor (Info: VIP/Chaos/Joias)
   pra substituir o cinza do Semantic. Vale DESKTOP e MOBILE.
   ========================================================= */
.elite-table.ui.table {
  background: rgba(2, 6, 23, 0.55) !important;
  border: 1px solid var(--border-blade) !important;
  border-radius: 8px !important;
  color: #cbd5e1 !important;
  overflow: hidden;
}
.elite-table.ui.table thead th {
  background: rgba(245, 158, 11, 0.12) !important;
  color: var(--elite-gold) !important;
  border-color: var(--border-blade) !important;
  font-family: 'Cinzel', serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.elite-table.ui.table td,
.elite-table.ui.table th { border-color: rgba(245, 158, 11, 0.12) !important; }
.elite-table.ui.table tbody tr:hover { background: rgba(245, 158, 11, 0.05) !important; }

/* Top Classes: carrossel horizontal deslizável (auto-scroll lento + swipe) */
.topclass-row {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  justify-content: flex-start !important;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 12px;
}
.topclass-row::-webkit-scrollbar { display: none; }
.topclass-row > div { flex: 0 0 auto !important; scroll-snap-align: center; }

/* Setas de navegação do carrossel (‹ ›) — desktop e mobile */
.topclass-carousel { position: relative; }
/* setas menores e discretas (2026-07-14) — desktop e mobile */
.tc-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 5; width: 26px; height: 26px; border-radius: 50%;
  background: rgba(2, 6, 23, 0.55); border: 1px solid rgba(212, 175, 55, 0.45);
  color: var(--elite-gold); font-size: 15px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center; padding: 0 0 2px 0;
  opacity: 0.55; transition: opacity 0.2s, background 0.2s, color 0.2s;
}
.tc-arrow:hover { opacity: 1; background: var(--elite-gold); color: #0f172a; }
.tc-prev { left: -4px; }
.tc-next { right: -4px; }
@media (max-width: 768px) {
  .tc-arrow { width: 22px; height: 22px; font-size: 13px; }
}

/* =========================================================
   RESPONSIVO MOBILE  (adicionado 2026-07-11)
   Só afeta telas estreitas — o layout DESKTOP fica intacto.
   ========================================================= */

/* Tablet / desktop pequeno: solta o shell fixo de 960px */
@media (max-width: 1000px) {
  body, html, .all { min-width: 0 !important; }
  .all    { width: 100% !important; box-sizing: border-box; }
  section { width: 100% !important; box-sizing: border-box; }
  footer  { width: 100% !important; }
}

/* =========================================================
   MOBILE EXCLUSIVO — layout dedicado estilo app.
   Mantém a identidade (dourado/obsidiana, Cinzel/Orbitron),
   redesenhado pra ser bonito, harmônico e responsivo em
   qualquer celular. NÃO afeta o desktop.
   ========================================================= */
@media (max-width: 768px) {

  /* ---- Contenção: o .all clipa o overflow horizontal (overflow:hidden zera o
     min-content e encolhe o conteúdo à tela). html/body ficam NORMAIS pra o
     scroll vertical funcionar sem bug de altura. ---- */
  .all, section, article { max-width: 100% !important; }

  /* ---- Hero: logo destacado no topo ---- */
  body {
    background-image: url('../imgs/bg-top.jpg') !important;
    background-size: auto 220px !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-color: #000 !important;
  }
  /* .all é display:table no desktop (ignora overflow e estica) → vira block no mobile */
  .all { display: block !important; width: 100% !important; padding-top: 200px !important; overflow-x: hidden !important; }

  /* Desliga as animações de entrada no mobile: com a reordenação elas revelavam
     fora de ordem (piscando/esquisito) e podiam travar blocos invisíveis.
     No mobile tudo aparece instantâneo e limpo. */
  .elite-animate {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }

  /* ---- Container em COLUNA única; conteúdo antes da sidebar ---- */
  section {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0 !important;
    padding: 0 12px 40px 12px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  /* Ordem EXATA no mobile — interliga sidebar e conteúdo via display:contents.
     Painel > Status > Info > Castle > (conteúdo) > Equipe > Eventos > Guia */
  aside.esq { display: contents !important; }
  nav                        { order: 0 !important; }
  aside.esq > *:nth-child(1) { order: 1 !important; }  /* Painel (login) */
  aside.esq > *:nth-child(2) { order: 2 !important; }  /* Status do servidor */
  aside.esq > *:nth-child(3) { order: 3 !important; }  /* Info do servidor */
  aside.esq > *:nth-child(4) { order: 4 !important; }  /* Castle Siege */
  article                    { order: 5 !important; }  /* Notícias + conteúdo */
  aside.esq > *:nth-child(5) { order: 6 !important; }  /* Equipe */
  aside.esq > *:nth-child(6) { order: 7 !important; }  /* Eventos */
  aside.esq > *:nth-child(7) { order: 8 !important; }  /* Guia Completo (último) */

  /* ================= NAV DESLIZÁVEL (swipe horizontal) ================= */
  nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    background: rgba(2, 6, 23, 0.96) !important;
    border: 1px solid var(--border-blade) !important;
    border-bottom: 2px solid var(--elite-gold) !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.55) !important;
    overflow: hidden !important;
  }
  nav div {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 10px 12px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  nav div::-webkit-scrollbar { display: none !important; }
  nav a {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    font-size: 12px !important;
    padding: 8px 14px !important;
    border-radius: 20px !important;
    background: rgba(245, 158, 11, 0.08) !important;
    border: 1px solid var(--border-blade) !important;
    color: #cbd5e1 !important;
    transform: none !important;
  }
  nav a.active {
    background: linear-gradient(to bottom, #f59e0b, #d97706) !important;
    color: #000 !important;
    border-color: var(--elite-gold) !important;
  }
  nav a::after { display: none !important; }

  /* ---- Conteúdo largura total (aside já é display:contents acima) ----
     overflow:hidden zera o min-content do article → ele encolhe pra
     largura da tela em vez de esticar com a tabela/galeria interna. */
  article   { width: 100% !important; padding: 0 !important; position: static !important; overflow: hidden !important; }
  aside .box, aside .box .title { width: 100% !important; }

  /* ---- Nada estoura a largura ---- */
  .title2 { width: 100% !important; max-width: 100% !important; height: auto !important; }
  article img, aside img, section img { max-width: 100% !important; height: auto !important; }
  .rmsg, .rmsg.error, .rmsg.warn { width: 100% !important; box-sizing: border-box; }
  [style*="width:582px"], [style*="width: 582px"] { width: 100% !important; max-width: 100% !important; }

  /* ---- Galeria: rolagem horizontal contida ---- */
  .ss-wrapper { max-width: 100% !important; overflow: hidden !important; }

  /* ---- Tipografia proporcional ---- */
  h2 { font-size: 21px !important; }
  .elite-title { font-size: 24px !important; }

  /* ---- Grids em geral: colunas EMPILHAM (full-width) no mobile.
     Ex.: guia (menu 4-wide + conteúdo 12-wide) → menu em cima, conteúdo embaixo. ---- */
  section .ui.grid { margin: 0 0 8px 0 !important; }
  section .ui.grid > .column,
  section .ui.grid > .row > .column { width: 100% !important; margin: 0 0 12px 0 !important; padding: 0 !important; }

  /* ---- Rankings/eventos (equal width grid): 2 colunas compactas, 3º card full ---- */
  section .ui.equal.width.grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px !important;
  }
  section .ui.equal.width.grid > .column {
    width: auto !important; min-width: 0 !important; overflow: hidden !important;
    margin: 0 !important; padding: 0 !important;
  }
  section .ui.equal.width.grid > .column:nth-child(3):last-child { grid-column: 1 / -1 !important; }
  section .ui.equal.width.grid .ui.segment,
  section .ui.equal.width.grid .segment {
    height: auto !important; min-height: 100px !important; width: auto !important;
    max-width: 100% !important; overflow: hidden !important; padding: 10px !important;
  }
  section .ui.equal.width.grid table { width: 100% !important; table-layout: fixed !important; font-size: 10px !important; }
  section .ui.equal.width.grid table td {
    padding: 6px 2px !important; overflow: hidden !important;
    text-overflow: ellipsis !important; white-space: nowrap !important;
  }
  section .ui.equal.width.grid h3 { font-size: 11px !important; }

  /* ---- Cards VIP (contavip): empilhados no mobile (texto não quebra feio) ---- */
  .vip-cards { grid-template-columns: 1fr !important; }

  /* ---- Tabela de requisitos (downloads): 3 colunas compactas alinhadas ---- */
  .req-table { font-size: 10px !important; table-layout: fixed !important; width: 100% !important; }
  .req-table th, .req-table td { padding: 6px 4px !important; word-break: break-word !important; text-align: center !important; }
  .req-table td:first-child, .req-table th:first-child { text-align: left !important; }

  /* ---- Tabelas padronizadas (info: VIP/Chaos/Joias): compactas no mobile ---- */
  .elite-table.ui.table { font-size: 10px !important; table-layout: fixed !important; width: 100% !important; }
  .elite-table.ui.table th, .elite-table.ui.table td { padding: 6px 3px !important; word-break: break-word !important; text-align: center !important; }
  .elite-table.ui.table td:first-child, .elite-table.ui.table th:first-child { text-align: left !important; }

  /* ---- Página de cadastro: SÓ o form no mobile (esconde a sidebar/login) ---- */
  .page-register article { order: 0 !important; }
  .page-register aside.esq > * { display: none !important; }
  /* Botões de sucesso do cadastro: empilham full-width no mobile */
  .success-btns { flex-direction: column !important; }
  .success-btns a { width: 100% !important; box-sizing: border-box; text-align: center; }

  /* ---- Painéis do jogador (minha conta, personagens, tickets): conteúdo no TOPO ---- */
  .page-painel article { order: 1 !important; }
  .page-painel aside.esq > * { order: 5 !important; }

  /* ---- Loja (shopping): empilha (categorias em cima, pacotes full-width) ---- */
  .shop-layout { flex-direction: column !important; gap: 15px !important; }
  .shop-cats { width: 100% !important; box-sizing: border-box; }
  .shop-cats > div:last-child { display: flex !important; gap: 6px; }
  .shop-cats .category-item { flex: 1 !important; justify-content: center; margin: 0 !important; }
  .shop-card { min-width: 0 !important; width: 100% !important; max-width: 100% !important; }
}

/* Telas bem pequenas (<380px) */
@media (max-width: 380px) {
  body { background-size: auto 190px !important; }
  .all { padding-top: 172px !important; }
  nav a { font-size: 11px !important; padding: 7px 12px !important; }
  section { padding: 0 8px 30px 8px !important; }
}

