@charset "UTF-8";

@import url(nprogress.css);

/* =========================================
   BASE / RESET
   ========================================= */
body, html, .all {
  margin: 0;
  padding: 0;
}

body,
a,
a:active,
a:visited,
a:link {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

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('../imgs/separator.png') no-repeat center top;
}

/* =========================================
   TÍTULOS
   ========================================= */
h1 {
  display: block;
  font-weight: normal;
  padding: 0;
  width: 80%;
  margin: 24px auto 16px;
}

h1 a {
  float: right;
  display: block;
}

h2 {
  font-weight: normal;
  padding: 0;
  margin: 30px 0 20px 20px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 23px;
  color: #f5f2e5;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

/* =========================================
   MENSAGENS / ALERTAS
   ========================================= */
.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: #f0e9d5;
  font-size: 15px;
  background: #14110b;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(175, 140, 70, 0.7);
}

#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: #8b6a2c;
  border: 1px solid #8b6a2c;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  border-radius: 4px;
}

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

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

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

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

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

/* =========================================
   LARGURA / BACKGROUND GERAL
   ========================================= */
body,
html,
.all {
  min-width: 960px;
}

/* mantém o bg clássico */
body {
  background: url('../imgs/bg-top.jpg') no-repeat center top;
  background-color: #071e01;
  color: #f3f5e8;
}

/* LINKS GERAIS */
a,
a:active,
a:visited,
a:link {
  color: #f0e7c4;
}

a:hover {
  color: #ffe699;
}

a:active {
  color: #e3c46f;
}

/* =========================================
   ÁREA PRINCIPAL
   ========================================= */
section {
  display: table;
  position: relative;
  width: 960px;
  padding: 36px 25px 60px 25px;
  box-sizing: border-box;
  background: radial-gradient(circle at top, rgba(21, 35, 17, 0.95), #050805 85%);
  border-radius: 10px;
  box-shadow:
    0 0 18px rgba(0, 0, 0, 0.9),
    0 0 40px rgba(0, 0, 0, 0.9);
  border-bottom: 2px solid rgba(136, 104, 46, 0.8);
}

/* container central */
.all {
  width: 960px;
  position: relative;
  display: table;
  margin: 0 auto;
  padding-top: 489px;
}
/* ======================================================
   MENU MEDIEVAL PREMIUM – V3 (ALTURA FIXA, SEM ESTOURAR)
   ====================================================== */

.nav-hard-medieval {
  position: absolute;
  left: 0;
  top: -74px;
  z-index: 10;

  width: 960px;
  height: 74px;               /* ❗ Altura fixa real */
  box-sizing: border-box;     /* ❗ Nada ultrapassa */
  padding: 0;                 /* ❗ Remove padding que estourava */

  /* Fundo medieval */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(7, 11, 6, 0.95) 65%,
    rgba(10, 7, 2, 0.98) 100%
  );

  /* Bordas arredondadas (apenas topo) */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  border-bottom: 0px solid rgba(186, 146, 63, 0.85);
  border-left: 1px solid rgba(186, 146, 63, 0.25);
  border-right: 1px solid rgba(186, 146, 63, 0.25);

  /* sombra ajustada pra não “descer” demais */
  box-shadow:
    0 3px 10px rgba(0, 0, 0, 0.6),
    inset 0 0 6px rgba(186, 146, 63, 0.15);
}

.nav-hard-medieval .nav-inner {
  width: 100%;
  height: 100%;               /* ocupa o menu inteiro */
  display: flex;
  justify-content: center;
  align-items: center;        /* ❗ ALINHA verticalmente sem precisar de padding */
  gap: 10px;
  font-size: 12px;
}

.nav-hard-medieval a {
  display: inline-flex;
  align-items: center;
  gap: 0px;

  /* ALTURA PERFEITA DO BOTÃO */
  padding: 10px 5px;

  font-family: "Segoe UI", Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  color: #f9f3dc !important;

  background: radial-gradient(circle at top, rgba(27, 45, 25, 0.92), rgba(10, 10, 8, 0.92));
  border-radius: 6px;
  border: 1px solid rgba(184, 146, 78, 0.8);

  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
  box-shadow:
    0 0 4px rgba(0, 0, 0, 0.7),
    inset 0 0 3px rgba(0, 0, 0, 0.65);

  transition:
    background 0.25s,
    color 0.25s,
    border 0.25s,
    box-shadow 0.25s,
    transform 0.15s;
}

.nav-hard-medieval a:hover {
  background: radial-gradient(circle at top, rgba(57, 92, 48, 0.96), rgba(18, 16, 10, 0.96));
  color: #fff8da !important;
  border-color: rgba(225, 192, 103, 0.95);
  box-shadow:
    0 0 10px rgba(225, 192, 103, 0.45),
    0 0 18px rgba(63, 117, 66, 0.4);
  transform: translateY(-1px);
}

.nav-hard-medieval a:active {
  transform: scale(0.97);
}


/* =========================================
   RODAPÉ
   ========================================= */
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;
  color: #f5ebcf;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

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

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

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

/* =========================================
   COLUNAS
   ========================================= */
article {
  position: relative;
  float: left;
  width: 630px;
  padding: 4px 10px 0 20px;
}

aside {
  width: 260px;
  display: table;
  float: left;
  
}

body.info-page article {
  width: 900px !important;
  max-width: 900px !important;
  float: none !important;
  margin: 0 auto !important;
}


/* =========================================
   BOXES LATERAIS
   ========================================= */
   
aside .box {
  width: 260px;
  display: block; /* antes era table, aqui é o ponto chave */
  margin: 0 0 23px 0;

  background: radial-gradient(circle at top, rgba(32, 44, 30, 0.95), rgba(7, 8, 6, 0.98));
  border-radius: 10px;
  border: 1px solid rgba(143, 116, 57, 0.85);
  box-shadow:
    0 0 16px rgba(0, 0, 0, 0.9),
    inset 0 0 10px rgba(0, 0, 0, 0.85);
  overflow: hidden;

  /* garante que padding + borda fiquem dentro dos 260px */
  box-sizing: border-box;
}

aside .box .title {
  font-family: "Segoe UI", Arial;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  color: #f9f3dd;
  letter-spacing: 1px;

  background: linear-gradient(90deg, #17140b, #3c5b34);
  border-bottom: 1px solid rgba(191, 162, 93, 0.9);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}

aside .box .ctt {
  padding: 8px 10px 10px 10px;
  color: #f2ebd2;
  box-sizing: border-box; /* conteúdo respeita os 260px */
}

/* =========================================
   TÍTULO SEÇÃO CENTRAL
   ========================================= */
.title2 {
  font-family: "Segoe UI", Arial;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  width: 580px;
  height: 22px;
  margin: 0 0 15px 0;
  color: #f7eed4;

  border-bottom: 2px solid #b49046;
  text-shadow:
    0 0 10px rgba(0, 0, 0, 0.9),
    0 0 18px rgba(181, 143, 63, 0.7);
}

/* =========================================
   BOTÕES / LINKS PADRÃO (article, rankings)
   ========================================= */
article a.default,
a.default,
span.default,
input.default,
.rankings_options > div a {
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  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: 3px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6) inset;
  font-family: Tahoma, "Segoe UI", sans-serif;

  background: linear-gradient(180deg, #353020 0%, #18140d 100%);
  border: 1px solid #9b7c37;
  color: rgba(249, 243, 222, 0.9) !important;
}

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.85;
}

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

article a.default:hover,
a.default:hover,
input.default:hover,
span.default:hover,
.rankings_options > div a:hover {
  background: linear-gradient(180deg, #5a4b25 0%, #221c10 100%);
  border-color: #e1c366;
  color: #fff8d8 !important;
  box-shadow: 0 0 18px rgba(225, 195, 102, 0.45);
}

/* =========================================
   SHOPS / BOXES DE LOJA
   ========================================= */
.box.support a:hover {
  opacity: 0.7;
}

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

.boxshop {
  background: radial-gradient(circle at top left, rgba(75, 59, 34, 0.98), rgba(17, 13, 8, 0.98));
  border-radius: 10px 20px 30px;
  border-style: solid;
  border-color: #b4823f;
  border-width: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
  color: #f9f1d4;
  box-shadow:
    0 0 14px rgba(0, 0, 0, 0.9),
    0 0 22px rgba(143, 110, 52, 0.4);
}

.boxshop4 {
  background: radial-gradient(circle at top left, rgba(70, 64, 40, 0.98), rgba(17, 14, 9, 0.98));
  border-radius: 10px 20px 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
  color: #f6edd0;
  border: 1px solid rgba(181, 145, 74, 0.8);
}

.boxshop3 {
  background: radial-gradient(circle at top left, rgba(54, 49, 37, 0.98), rgba(13, 11, 9, 0.98));
  border-radius: 10px 20px 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
  color: #f2ead0;
  border: 1px solid rgba(160, 132, 70, 0.8);
}

.boxshopcash {
  background: radial-gradient(circle at top left, rgba(75, 52, 24, 0.98), rgba(18, 10, 4, 0.98));
  border-radius: 10px 20px 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
  color: #ffecc7;
  border: 1px solid rgba(214, 162, 68, 0.9);
}

/* =========================================
   RANK AREA
   ========================================= */
#rank1 {
  width: 240px;
  float: left;
}

#rank2 {
  width: 610px;
  float: right;
  margin-right: 30px;
}

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

/* LINKS DENTRO DE MENSAGENS / SHOPS */
.ui.black.message a,
.ui.button.blue,
.boxshop a,
.boxshop3 a,
.boxshop4 a,
.boxshopcash a {
  font-size: 14px !important;
  line-height: 1.6;
  font-weight: bold;
}

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

/* =========================================
   HERO (INTRO SERVIDOR)
   ========================================= */
.hero-message {
  border-radius: 12px !important;
  border: 1px solid rgba(182, 146, 71, 0.8) !important;
  background: radial-gradient(circle at top, rgba(59, 48, 27, 0.95), rgba(14, 11, 7, 0.98)) !important;
  box-shadow:
    0 0 28px rgba(0, 0, 0, 0.95),
    0 0 35px rgba(147, 115, 54, 0.5);
  padding: 22px 22px 26px 22px !important;
}

/* removendo borda padrão semantic */
.ui.black.message {
  border: none !important;
}

/* título */
.hero-title {
  text-align: center;
  font-weight: 800 !important;
  font-size: 20px !important;
  margin-bottom: 10px !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffe9a5, #fff4cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* texto */
.hero-text {
  line-height: 1.7;
  text-align: center;
  font-size: 15px;
  color: #f8f0d6;
  font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 650px;
}

/* destaques */
.hero-highlight-amber {
  color: #ffd477;
  font-weight: bold;
}

.hero-highlight-green {
  color: #d1f2a5;
  font-weight: bold;
}

.hero-highlight-green-strong {
  color: #e4f7b2;
}

/* =========================================
   BOX CONFIGURAÇÕES LATERAL
   ========================================= */
.box-config {
  background: radial-gradient(circle at top, rgba(55, 71, 47, 0.98), rgba(10, 11, 8, 0.98));
  border: 1px solid rgba(182, 147, 75, 0.95);
  box-shadow:
    0 0 24px rgba(0, 0, 0, 0.95),
    0 0 26px rgba(182, 147, 75, 0.45);
}

.box-config .title {
  background: linear-gradient(90deg, #19140c, #3c5b34);
  color: #fdf4dd;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}

.box-config .ctt {
  padding: 8px 10px 12px 10px;
  font-size: 13px;
}

.box-config .config-row {
  margin: 6px 0;
  padding-bottom: 4px;
  border-bottom: 1px dashed rgba(206, 179, 103, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  color: #f4ecd3;
}

.box-config .config-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.box-config .config-row b {
  font-weight: 600;
  color: #fff3c8;
}

.box-config .config-row span {
  color: #ddeaa4;
  font-weight: 600;
}

/* link final */
.box-config .config-row.config-link span a {
  color: #fff0b1;
  font-weight: 700;
  text-decoration: none;
}

.box-config .config-row.config-link span a:hover {
  color: #ffffff;
  text-decoration: underline;
}




/* ==========================================================
   TÍTULOS DO CONTEÚDO PRINCIPAL – PREMIUM SUAVE (MU HARD)
   ========================================================== */

.section-title {
  font-family: "Segoe UI", Arial;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;

  /* alinhamento correto */
  width: 100%;
  padding: 8px 12px;
  margin: 25px 0 10px 0;

  /* estilo premium */
  background: linear-gradient(90deg, #0f3f0f 0%, #1d3a1d 100%);
  border-left: 4px solid #14c06f; /* destaque vertical elegante */

  color: #e8ffe8;
  letter-spacing: 1px;

  /* sutil, profissional */
  text-shadow: 0 0 4px rgba(0,0,0,0.6);

  box-shadow:
    0 0 6px rgba(0,0,0,0.45),
    inset 0 0 6px rgba(0,0,0,0.45);

  border-radius: 6px;
}

.section-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;

  background: radial-gradient(circle, #4cff9f, #0f3f0f);
  border-radius: 50%;
  margin-right: 8px;

  box-shadow:
    0 0 6px rgba(80,255,160,0.5),
    0 0 8px rgba(20,140,60,0.3);
}

/* ==========================================================
   STYLE GERAL DO CADASTRO – MU HARD PREMIUM SUAVE
   ========================================================== */

.hard-register {
  background: linear-gradient(180deg, #0b0f0c, #111a11);
  border: 1px solid #0f3f0f;
  border-radius: 10px;
  padding: 25px;
  width: 580px;
  margin: 0 auto;
  color: #d4ffd4;
  box-shadow:
    0 0 10px rgba(0,255,120,0.15),
    inset 0 0 8px rgba(0,0,0,0.45);
}

/* Título */
.hard-title {
  font-size: 26px;
  color: #e8ffe8;
  text-align: center;
  margin-bottom: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;

  text-shadow: 0 0 6px rgba(0,0,0,0.7);
}

/* Subtítulo */
.hard-subtitle {
  text-align: center;
  color: #9affb0;
  margin-bottom: 25px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

/* Inputs */
.hard-register .ui.input input {
  background: #0f0f0f !important;
  border: 1px solid #0f3f0f !important;
  color: #8cff8c !important;
  padding: 10px !important;
  border-radius: 5px !important;
}

/* Labels */
.hard-register label {
  color: #eaffea;
  font-weight: bold;
  font-size: 14px;
}

/* Aviso */
.hard-warning {
  background: rgba(20,90,40,0.15);
  border-left: 4px solid #14c06f;
  padding: 12px;
  margin-top: 25px;
  border-radius: 8px;
  color: #caffd3;
  text-align: center;
  font-size: 14px;
}

.hard-warning a {
  color: #65ffaf;
  font-weight: bold;
  text-decoration: underline;
}

.hard-warning a:hover {
  color: #98ffc9;
}

/* Botão */
.hard-btn {
  width: 240px;
  padding: 12px;
  border-radius: 6px;

  background: linear-gradient(90deg, #0a8038, #0c9a45);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;

  border: 1px solid #0f3f0f;

  text-shadow: 0 0 6px rgba(0,0,0,0.6);
  box-shadow: 0 0 8px rgba(0,255,100,0.12);

  cursor: pointer;
  transition: 0.25s;
}

.hard-btn:hover {
  background: linear-gradient(90deg, #0c9a45, #11b954);
  box-shadow: 0 0 12px rgba(0,255,120,0.18);
}

/* Mensagem de erro */
.hard-error {
  background: #1a1a1a !important;
  border: 1px solid #ff5555 !important;
  color: #ffaaaa !important;
  border-radius: 6px;
  padding: 10px !important;
  text-align: center;
}

/* Info final */
.hard-security {
  margin-top: 25px;
  padding: 12px;
  background: rgba(0,30,0,0.25);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;

  border-left: 4px solid #0f3f0f;
  color: #d4ffd4;
}

.hard-register label,
.hard-register .field > label,
.hard-register .two.fields .field > label {
  color: #ffffff !important;         /* branco puro */
  font-weight: bold;
  letter-spacing: 0.5px;
  text-shadow: 0 0 4px rgba(0,0,0,0.4);
}

/* placeholers verdes suaves */
.hard-register input::placeholder {
  color: #aaffc4 !important;
  opacity: 1;
}

/* input em foco */
.hard-register input:focus {
  border-color: #1fa85c !important;
  box-shadow: 0 0 6px rgba(0,255,80,0.2) !important;
}


/* ==========================================================
   PÁGINA DE SUCESSO – MU GAME HARD (EPIC EDITION)
   ========================================================== */

.success-box-hard {
  background: linear-gradient(180deg, #0b0f0c, #111a11);
  border: 1px solid #0f3f0f;
  border-radius: 12px;
  padding: 40px 30px;
  color: #d4ffd4;
  max-width: 780px;
  margin: 0 auto 50px auto;
  text-align: center;

  box-shadow:
    0 0 14px rgba(0,255,120,0.15),
    inset 0 0 12px rgba(0,0,0,0.55);
}

/* Cabeçalho */
.success-header {
  font-size: 32px;
  font-weight: 900;
  color: #baff9a;
  text-shadow:
    0 0 12px rgba(0,255,140,0.2),
    0 0 18px rgba(0,255,100,0.15);
  margin-bottom: 12px;
  letter-spacing: 1px;
}

/* Subtitulo */
.success-sub {
  font-size: 20px;
  color: #e8ffe8;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.success-sub span {
  color: #9affb0;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0,255,120,0.25);
}

/* Texto épico */
.success-epic {
  font-size: 17px;
  color: #d0ffd6;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Linha divisora premium */
.success-divider {
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #1f7f3a, transparent);
  margin: 25px auto;
  box-shadow:
    0 0 10px rgba(50,255,150,0.2),
    0 0 20px rgba(20,120,60,0.15);
}

/* Regras */
.success-rules {
  font-size: 15px;
  color: #c9ffcf;
  margin-bottom: 35px;
}

.success-rules a {
  color: #74ffb2;
  font-weight: bold;
  text-decoration: underline;
}

.success-rules a:hover {
  color: #b9ffd9;
}

/* Botões principais */
.success-buttons {
  margin-top: 15px;
}

.btn-hard-primary,
.btn-hard-secondary {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.25s;
}

/* botão esquerdo */
.btn-hard-primary {
  background: linear-gradient(90deg, #0a8038, #0c9a45);
  color: white;
  margin-right: 10px;
  box-shadow: 0 0 10px rgba(0,255,120,0.15);
}

.btn-hard-primary:hover {
  background: linear-gradient(90deg, #0c9a45, #11b954);
  box-shadow: 0 0 14px rgba(0,255,120,0.25);
}

/* botão direito */
.btn-hard-secondary {
  background: linear-gradient(90deg, #113c1a, #1b592d);
  border: 1px solid #29d07a;
  color: #baffd2;
  box-shadow: 0 0 10px rgba(0,255,120,0.10);
}

.btn-hard-secondary:hover {
  background: linear-gradient(90deg, #1b592d, #267a40);
  box-shadow: 0 0 14px rgba(0,255,140,0.25);
}


/* ==========================================================
   DOWNLOADS — MU GAME HARD
========================================================== */

.hard-dl-box {
  background: linear-gradient(180deg, #0b0f0c, #111a11);
  border: 1px solid #0f3f0f;
  padding: 30px 25px;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow:
    0 0 15px rgba(0,255,100,0.15),
    inset 0 0 12px rgba(0,0,0,0.6);
  color: #d4ffd4;
}

/* Título */
.hard-dl-title {
  font-size: 28px;
  text-align: center;
  color: #b8ff80;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow:
    0 0 8px rgba(0,255,100,0.3),
    0 0 12px rgba(0,150,60,0.25);
  margin-bottom: 10px;
}

/* Subtitulo */
.hard-dl-sub {
  text-align: center;
  color: #c8ffd2;
  font-size: 16px;
  margin-bottom: 25px;
}

.hard-dl-sub span {
  color: #96ffae;
  font-weight: bold;
}

.hard-divider {
  width: 60%;
  height: 1px;
  margin: 20px auto;
  background: linear-gradient(90deg, transparent, #1f7f3a, transparent);
  box-shadow:
    0 0 10px rgba(0,255,120,0.25),
    0 0 20px rgba(0,255,120,0.15);
}

/* Tabela */
.hard-dl-table {
  background: transparent !important;
  border-color: #164d26 !important;
}

.hard-dl-table tr {
  background: rgba(10,20,12,0.4) !important;
}

.hard-dl-info h3 {
  color: #88ff9c;
  margin-bottom: 3px;
  font-size: 18px;
}

.hard-dl-info p {
  color: #e3ffe8;
  font-size: 14px;
}

.hard-dl-btn-area {
  text-align: right;
}

.hard-dl-btn {
  background: linear-gradient(90deg, #0a8038, #0c9a45);
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0,255,120,0.15);
  transition: 0.25s;
}

.hard-dl-btn:hover {
  background: linear-gradient(90deg, #0c9a45, #11b954);
  box-shadow: 0 0 14px rgba(0,255,120,0.35);
}

/* ==========================================================
   SUPORTE
========================================================== */

.hard-support-box {
  background: linear-gradient(180deg, #0b0f0c, #152018);
  border: 1px solid #0f3f0f;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 35px;
  color: #d4ffd4;
  box-shadow:
    0 0 12px rgba(0,255,120,0.12),
    inset 0 0 10px rgba(0,0,0,0.5);
}

.hard-support-title {
  font-size: 22px;
  font-weight: bold;
  color: #9affb0;
  text-align: center;
  margin-bottom: 15px;
}

.hard-support-list ul {
  list-style: none;
  padding: 0;
  line-height: 1.8;
  font-size: 16px;
}

.hard-support-btn-area {
  text-align: center;
  margin-top: 20px;
}

.hard-support-btn {
  background: linear-gradient(90deg, #126235, #158545);
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.25s;
  display: inline-block;
}

.hard-support-btn:hover {
  background: linear-gradient(90deg, #158545, #19a758);
  box-shadow: 0 0 14px rgba(0,255,120,0.3);
}

/* ==========================================================
   DICAS
========================================================== */

.hard-tips-box {
  background: linear-gradient(180deg, #0b0f0c, #121c15);
  border: 1px solid #0f3f0f;
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 40px;
  box-shadow:
    0 0 10px rgba(0,255,120,0.15),
    inset 0 0 10px rgba(0,0,0,0.55);
}

.hard-tips-title {
  text-align: center;
  color: #aaffc2;
  font-weight: bold;
  margin-bottom: 15px;
}

.hard-tips-list {
  list-style: none;
  padding: 0 12px;
  color: #d6ffe1;
  font-size: 15px;
  line-height: 1.8;
}

/* =======================================================================
   MU GAME HARD — MENU DE RANKING PREMIUM
   ======================================================================= */

.hard-rank-segment {
  background: linear-gradient(160deg, #0c130d, #0f1e12 70%);
  border: 1px solid rgba(0, 255, 130, 0.25);
  border-radius: 14px;
  padding: 25px;
  box-shadow:
    0 0 20px rgba(0, 255, 100, 0.15),
    inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.hard-rank-title {
  color: #b8ff95;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow:
    0 0 8px #00ff80,
    0 0 14px #004d20;
  margin-bottom: 25px;
}

.hard-rank-title span {
  color: #d4f5c9;
  text-shadow:
    0 0 10px #72ffb0,
    0 0 20px #3dbf70;
}

/* ==========================================================
   MENU DE RANKING – MU HARD (VERSÃO LARGA 240PX)
   ========================================================== */
/* ==========================================================
   MENU DE RANKING – MU HARD (VERSÃO 240PX + FONTES MAIORES)
   ========================================================== */

.hard-rank-segment {
  background: linear-gradient(160deg, #0c1a10, #102d18 70%);
  border: 1px solid rgba(0, 255, 120, 0.35);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 22px;
  width: 240px;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0,255,100,0.18), inset 0 0 20px rgba(0,0,0,0.6);
}

/* TÍTULO AUMENTADO */
.hard-rank-title {
  color: #b8ff95;
  text-align: center;
  font-size: 22px;          /* AUMENTADO */
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 20px;

  text-shadow:
    0 0 10px #00ff80,
    0 0 16px #004d20;
}

/* CONTAINER */
.hard-rank-menu {
  width: 100%;
  border: none !important;
}

/* BOTÃO DESTAQUE */
.hard-rank-featured {
  display: block;
  width: 100%;

  padding: 14px 12px;           /* AUMENTADO */
  font-size: 17px;              /* AUMENTADO */
  font-weight: 900;             /* AUMENTADO */

  background: linear-gradient(90deg, #00ff88, #00c46b);
  color: #002a13 !important;

  border-radius: 10px;

  box-shadow:
    0 0 15px rgba(0,255,140,0.5),
    inset 0 0 10px rgba(0,0,0,0.4);

  margin-bottom: 15px;
  text-align: center;

  transition: 0.25s ease;
}

.hard-rank-featured:hover {
  background: linear-gradient(90deg, #00d66f, #009f52);
  transform: translateY(-2px);
}

/* ==========================================================
   BOOST NOS ITENS DO MENU DE RANK – MAIS DESTAQUE
   ========================================================== */

.hard-rank-item {
  display: block;
  width: 100%;

  padding: 14px 14px !important;      /* mais alto/largo */
  font-size: 14px !important;         /* maior */
  font-weight: 600 !important;        /* bem forte */

  color: #e9ffef !important;

  background: linear-gradient(
    90deg,
    rgba(0, 80, 35, 0.75),
    rgba(0, 140, 70, 0.65)
  ) !important;

  border-radius: 10px !important;
  border-left: 4px solid #00ff80 !important;

  margin-bottom: 10px;

  text-shadow: 0 0 5px rgba(0,0,0,0.8);
  box-shadow:
    0 0 10px rgba(0,255,120,0.25),
    inset 0 0 5px rgba(0,0,0,0.7);

  transition: 0.22s ease-in-out;
}

.hard-rank-item:hover {
  background: linear-gradient(
    90deg,
    rgba(0, 150, 70, 0.95),
    rgba(0, 210, 110, 0.9)
  ) !important;

  transform: translateX(6px);
  box-shadow:
    0 0 10px rgba(0,255,140,0.45),
    inset 0 0 12px rgba(0,0,0,0.8);

  color: #ffffff !important;
}

/* DIVISOR */
.hard-rank-divider {
  margin: 18px 0;
  border-color: rgba(255,255,255,0.12) !important;
}


/* ==========================================================
   MU HARD – MENU SUPERIOR / LISTA DE RANKINGS (GRANDE)
   ========================================================== */

/* Container principal */
#ranking .ui.message,
#ranking .ui.segment {
  font-size: 17px !important;
  padding: 18px 20px !important;
  border-radius: 10px !important;
}

/* Títulos dos rankings carregados via templates */
#ranking h2,
#ranking .title,
#ranking .header {
  font-size: 24px !important;        /* AUMENTADO */
  color: #9effb5 !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900 !important;
  letter-spacing: 1.5px;

  text-shadow:
    0 0 10px #00ff80,
    0 0 16px #004d20;
  margin-bottom: 15px;
}

/* Linhas da tabela */
#ranking table.ui.table thead th {
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 1px;
  color: #d8ffe7 !important;
  text-shadow: 0 0 6px rgba(0,0,0,0.7);
}

#ranking table.ui.table tbody td {
  font-size: 15px !important;
  padding: 12px 8px !important;
  color: #e6ffe9 !important;
}

/* Hover das linhas */
#ranking table.ui.table tbody tr:hover {
  background: rgba(0, 255, 140, 0.12) !important;
  transform: scale(1.01);
  transition: 0.15s ease-in-out;
}

/* Caixa do ranking carregado */
#ranking {
  background: linear-gradient(180deg, #0b1510, #102218) !important;
  border: 1px solid rgba(0,255,100,0.25) !important;
  border-radius: 12px !important;

  box-shadow:
    0 0 18px rgba(0,255,100,0.18),
    inset 0 0 20px rgba(0,0,0,0.6);

  padding: 20px !important;
  color: #d8ffe7 !important;
}

/* Mensagem padrão "Selecione o ranking desejado" */
#ranking {
  font-size: 18px !important;
  text-align: center;
  color: #b4ffd2 !important;
}

/* =====================================================================
   INTRO DE RANKING – MU HARD (PANCADA MÁXIMA)
   ===================================================================== */

.hard-ranking-intro {
  background: linear-gradient(160deg, #0b1c12, #12361f 75%);
  border: 1px solid rgba(0,255,120,0.35);
  border-radius: 14px;

  padding: 35px 10px;
  text-align: center;

  box-shadow:
    0 0 22px rgba(0,255,100,0.22),
    inset 0 0 25px rgba(0,0,0,0.7);

  position: relative;
  overflow: hidden;

  animation: hardIntroPulse 3.5s infinite ease-in-out;
}

@keyframes hardIntroPulse {
  0%   { box-shadow: 0 0 18px rgba(0,255,100,0.16); }
  50%  { box-shadow: 0 0 28px rgba(0,255,100,0.33); }
  100% { box-shadow: 0 0 18px rgba(0,255,100,0.16); }
}

/* =====================================================================
   MU HARD – INTRO DE RANKING (VERSÃO GIGANTE + SUPREMA)
   ===================================================================== */

.hard-ranking-intro-big {
  position: relative;
  padding: 55px 20px;
  text-align: center;

  background: linear-gradient(180deg, #0a140f 0%, #0f2717 60%, #07120b 100%);
  border: 2px solid rgba(0,255,120,0.40);
  border-radius: 14px;

  box-shadow:
    0 0 22px rgba(0,255,100,0.25),
    inset 0 0 25px rgba(0,0,0,0.75);

  overflow: hidden;
  z-index: 1;

  animation: hardPulseBox 4s infinite ease-in-out;
}

@keyframes hardPulseBox {
  0%   { box-shadow: 0 0 15px rgba(0,255,100,0.20); }
  50%  { box-shadow: 0 0 32px rgba(0,255,140,0.38); }
  100% { box-shadow: 0 0 15px rgba(0,255,100,0.20); }
}

/* FUNDO DE ENERGIA */
.hard-ranking-intro-glow {
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;

  background: radial-gradient(circle,
    rgba(0,255,140,0.25),
    rgba(0,0,0,0) 70%
  );

  animation: hardGlowRotate 9s linear infinite;
  z-index: -1;
  opacity: 0.35;
}

@keyframes hardGlowRotate {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* LINHA DE LUZ */
.hard-ranking-intro-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;

  background: linear-gradient(90deg,
    transparent,
    #00ff80,
    transparent
  );

  filter: blur(3px);
  animation: hardLinePulse 3s ease-in-out infinite;
}

@keyframes hardLinePulse {
  0%   { opacity: 0.3; }
  50%  { opacity: 1; }
  100% { opacity: 0.3; }
}

/* TÍTULO GIGANTE */
.hard-ranking-intro-title-big {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #c8ffda;
  text-transform: uppercase;

  line-height: 1.35; /* ---> espaçamento perfeito */
  margin-bottom: 25px; /* espaço abaixo */

  text-shadow:
    0 0 15px #00ff80,
    0 0 30px #007f40;
}


/* SUBTÍTULO MAIOR */
.hard-ranking-intro-sub-big {
  font-size: 20px;
  line-height: 1.7;
  color: #e6ffe9;

  text-shadow: 0 0 6px rgba(0,0,0,0.7);
  margin-bottom: 35px;
}

.hard-ranking-intro-sub-big .highlight-hard {
  color: #a3ffbf;
  text-shadow: 0 0 12px #00ff80;
  font-weight: 900;
}

/* BOX DE PREMIOS */
.hard-ranking-premium-box {
  background: linear-gradient(180deg,
    rgba(0,60,25,0.65),
    rgba(0,120,60,0.45)
  );

  border: 1px solid rgba(0,255,130,0.45);
  border-radius: 12px;

  padding: 20px;
  width: 80%;
  margin: 0 auto;

  color: #eafff4;
  font-size: 18px;

  box-shadow:
    0 0 16px rgba(0,255,120,0.25),
    inset 0 0 10px rgba(0,0,0,0.6);

  animation: hardPrizePulse 4s infinite ease-in-out;
}

@keyframes hardPrizePulse {
  0% { transform: scale(1); box-shadow: 0 0 16px rgba(0,255,120,0.25); }
  50% { transform: scale(1.03); box-shadow: 0 0 28px rgba(0,255,160,0.38); }
  100% { transform: scale(1); box-shadow: 0 0 16px rgba(0,255,120,0.25); }
}

.hard-ranking-premium-box p {
  font-size: 17px;
  margin-top: 8px;
  line-height: 1.6;
}
/* ========================
   MU GAME HARD - INFO PAGE
   ======================== */

/* TÍTULO PRINCIPAL DA PÁGINA */
.hard-main-title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #b8ff8a;
  text-shadow:
    0 0 10px rgba(0, 255, 140, 0.7),
    0 0 20px rgba(0, 180, 90, 0.8);
  margin-top: 5px;
}

/* SUBTÍTULOS / TÍTULOS DE BLOCO */
.hard-section-title {
  font-size: 24px;
  color: #a6ff96;
  margin: 10px 0 12px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.85);
}

/* =============================
   MENU INICIAL – 3 LINKS
   ============================= */
.hard-info-menu {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 15px 0 20px 0;
}

.him-item {
  background:
    radial-gradient(circle at top left, rgba(0, 255, 140, 0.18), transparent 55%),
    linear-gradient(145deg, #070f06, #101d0f);
  border: 1px solid rgba(0, 255, 120, 0.85);
  color: #caffc7 !important;
  padding: 14px 26px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.25s;
  box-shadow:
    0 0 12px rgba(0, 255, 100, 0.18),
    inset 0 0 10px rgba(0, 0, 0, 0.85);
}

.him-item:hover {
  background:
    radial-gradient(circle at bottom right, rgba(0, 255, 160, 0.25), transparent 60%),
    linear-gradient(145deg, #091807, #142910);
  box-shadow:
    0 0 18px rgba(0, 255, 120, 0.4),
    0 0 32px rgba(0, 120, 60, 0.4);
  transform: translateY(-3px);
}

/* =============================
   ROADMAP
   ============================= */
.hard-roadmap-title {
  text-align: center;
  color: #00ff9c;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow:
    0 0 10px #00994e,
    0 0 20px rgba(0, 255, 140, 0.6);
  margin-bottom: 14px;
}

.hard-roadmap {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.road-item {
  position: relative;
  width: 210px;
  padding: 12px 14px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 255, 160, 0.2), transparent 50%),
    radial-gradient(circle at 100% 80%, rgba(0, 120, 60, 0.4), transparent 55%),
    repeating-linear-gradient(
      135deg,
      rgba(15, 40, 15, 0.9) 0,
      rgba(15, 40, 15, 0.9) 4px,
      rgba(5, 12, 5, 0.98) 4px,
      rgba(5, 12, 5, 0.98) 8px
    );
  border: 1px solid rgba(0, 255, 120, 0.85);
  box-shadow:
    0 0 14px rgba(0, 255, 120, 0.2),
    inset 0 0 12px rgba(0, 0, 0, 0.85);
  transition: 0.25s;
}

.road-item::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 10px;
  border: 1px dashed rgba(184, 252, 170, 0.3);
  pointer-events: none;
}

.road-item:hover {
  box-shadow:
    0 0 22px rgba(0, 255, 140, 0.45),
    0 0 40px rgba(0, 150, 80, 0.45);
  transform: translateY(-4px);
}

.ri-date {
  font-size: 15px;
  color: #8aff9f;
  font-weight: bold;
}

.ri-title {
  font-size: 18px;
  font-weight: 900;
  color: #a6ff96;
  margin-top: 4px;
}

.ri-sub {
  font-size: 13px;
  color: #c6ffd0;
  margin-top: 2px;
}

/* =============================
   INTRO BOX
   ============================= */
.hard-intro-box {
  background:
    radial-gradient(circle at top, rgba(0, 255, 160, 0.15), transparent 60%),
    linear-gradient(180deg, #071607 0%, #081f0b 60%, #050a05 100%);
  border-radius: 14px;
  border: 1px solid rgba(0, 255, 120, 0.85);
  padding: 18px 20px;
  color: #d6ffd0;
  box-shadow:
    0 0 18px rgba(0, 255, 140, 0.18),
    inset 0 0 12px rgba(0, 0, 0, 0.9);
  font-size: 16px;
  line-height: 1.7;
}

.hard-intro-header {
  color: #00ff7f;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 6px;
}

.hard-intro-highlight {
  color: #6bff58;
  font-weight: 600;
}

/* =============================
   GRID 2 COLUNAS (BOXES)
   ============================= */
.hard-grid-2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0 25px 0;
}

/* BOX DOURADO – COMANDOS / MINIMIZER */
.hard-gold-box {
  flex: 1;
  min-width: 0;
  min-height: 260px; /* mesmo tamanho entre as boxes */
  display: flex;
  flex-direction: column;

  background: linear-gradient(145deg, #1a1a1a, #0c0c0c);
  border: 1px solid #ffbb44;
  border-radius: 12px;
  padding: 20px 22px;
  color: #ffe7b3;
  box-shadow: 0 0 18px rgba(255, 180, 60, 0.25);
  transition: 0.25s ease;
}

.hard-gold-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 195, 80, 0.35);
}

/* TÍTULO DO BOX DOURADO */
.hard-gold-title {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffd47b;
  text-shadow: 0 0 8px rgba(255, 200, 80, 0.45);
}

/* LISTA DENTRO DO BOX DOURADO */
.hard-gold-list {
  list-style: none;
  padding-left: 10px;
  margin: 0 0 auto 0;
  font-size: 16px;
  line-height: 1.55;
  color: #fff4d6;
}

.hard-gold-list li b {
  color: #ffcf6e;
  font-size: 17px;
  text-shadow: 0 0 6px rgba(255, 190, 90, 0.7);
}

/* NOTA INTERNA DOS BOXES */
.hard-card-note {
  margin-top: 16px !important;
  font-size: 15px;
  color: #ffecb0;
  background: rgba(255, 190, 70, 0.08);
  border-left: 3px solid #ffba3a;
  padding: 10px 14px;
  border-radius: 6px;
  text-shadow: 0 0 4px rgba(255, 180, 50, 0.25);
}

/* BOX VERDE – JOGABILIDADE / EVENTOS / FARM */
.hard-hex-card {
  flex: 1;
  min-width: 0;
  min-height: 260px;
  display: flex;
  flex-direction: column;

  background: linear-gradient(145deg, #0d0d0d, #161616);
  border-radius: 12px;
  border: 1px solid #2aff6c;
  padding: 22px;
  color: #d8ffd8;
  box-shadow: 0 0 14px rgba(50, 255, 120, 0.25);
  transition: 0.25s ease;
}

.hard-hex-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(50, 255, 120, 0.35);
}

.hard-hex-card h3 {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #71ff71;
  text-shadow: 0 0 8px rgba(80, 255, 120, 0.5);
}

.hard-hex-card p {
  font-size: 15px;
  color: #e4ffe5;
}

.hard-hex-card ul {
  list-style: none;
  padding-left: 10px;
  margin: 8px 0 auto 0;
  font-size: 15px;
  color: #eaffea;
}

.hard-hex-card ul li::before {
  content: "◆ ";
  color: #71ff77;
  margin-right: 4px;
}

/* =============================
   TABELAS PREMIUM – RATES / CHAOS / JOIAS
   ============================= */

.hard-table-block {
  border-radius: 14px;
  padding: 10px;
  margin-top: 20px;
  background:
    radial-gradient(circle at top, rgba(0, 255, 160, 0.1), transparent 60%),
    linear-gradient(180deg, #051006, #071808 60%, #040904 100%);
  border: 1px solid rgba(0, 255, 120, 0.6);
  box-shadow:
    0 0 16px rgba(0, 255, 120, 0.18),
    inset 0 0 10px rgba(0, 0, 0, 0.85);
}

/* Use em <table class="ui inverted celled structured table hard-table"> */
.hard-table {
  background-color: transparent !important;
  border-color: rgba(0, 255, 120, 0.55) !important;
  font-size: 15px;
}

/* Cabeçalho das tabelas – verde escuro, texto branco */
.hard-table thead {
  background: linear-gradient(90deg, #0b2c0e, #145a14) !important;
}

.hard-table thead th {
  font-size: 16px !important;
  color: #ffffff !important;
  text-align: center;
}

/* Células */
.hard-table tbody tr td {
  border-color: rgba(0, 255, 120, 0.25) !important;
  color: #e6ffe3 !important;
}

/* Linhas alternadas (onde usar inline style="background:#0f2610;" continua funcionando) */
.hard-table tbody tr:nth-child(even) td {
  /* mantém leve contraste sem matar o que você já colocou no HTML */
  /* se não quiser nada aqui, pode apagar esse bloco */
}


 .hard-box {
    background: linear-gradient(145deg, #0a0a0a, #131313);
    border: 1px solid #2aff6c;
    box-shadow: 0 0 18px rgba(50,255,120,0.25);
    border-radius: 16px;
    padding: 22px 26px;
    margin-bottom: 40px;
    width: 100% !important;
    display: block !important;
  }

  .hard-section-label {
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    color: #a6ff96;
    letter-spacing: 1px;
    margin-bottom: 18px;
    filter: drop-shadow(0 0 8px rgba(0,255,150,0.45));
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .hard-table {
    width: 100% !important;
    margin-top: 10px;
    border-radius: 12px !important;
    overflow: hidden;
  }

  .hard-table thead th {
    background: linear-gradient(90deg, #0d3b0d, #148b14) !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    text-shadow: 0 0 6px rgba(0,255,140,0.4);
  }

  .hard-row-alt td {
    background: rgba(10,50,10,0.35) !important;
  }

  .hard-green-strong {
    color: #a6ff96 !important;
    font-weight: 800;
    text-shadow: 0 0 8px rgba(0,255,140,0.6);
  }

  .hard-green-soft {
    color: #caffc7 !important;
  }
  
    /* Aumenta as fontes das células */
  .hard-table tbody td {
    font-size: 17px !important;
    font-weight: 600;
  }

  /* Aumenta as fontes do cabeçalho */
  .hard-table thead th {
    font-size: 17px !important;
    font-weight: 500 !important;
  }

  /* Alternância mais forte para facilitar leitura */
  .hard-row-alt td {
    background: rgba(15, 55, 15, 0.45) !important;
  }

  /* Realce dos valores importantes */
  .hard-green-strong {
    font-size: 17px !important;
    font-weight: 500 !important;
  }


/* =============================
   CORREÇÃO DEFINITIVA DOS TÍTULOS
   ============================= */

/* Corrige títulos das seções (h3 fora de cards) */
.hard-section-label,
.hard-box > .hard-section-label,
article h3:not(.hard-gold-title):not(.hard-hex-title) {
  width: 100% !important;
  display: block !important;
  color: #a6ff96 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  margin: 20px 0 14px 0 !important;
  text-shadow: 0 0 8px rgba(0,0,0,0.85);
}

/* Corrige qualquer h3 que esteja quebrando dentro de tabela */
.hard-box h3,
.hard-box .hard-section-label {
  display: block !important;
  width: 100% !important;
  margin-bottom: 14px !important;
}

/* Evita títulos ficarem lado a lado com tabelas */
.hard-box {
  display: block !important;
  width: 100%;
}

/* Garante espaçamento correto antes da tabela */
.hard-box table {
  margin-top: 10px !important;
}


/* NOVA VARIAÇÃO DA INTRO - HARD */
.hard-intro-alt {
  background: linear-gradient(135deg, #1a0f0d, #2a1814);
  border-left: 4px solid #ff784f;
}

.hard-intro-alt .hard-intro-header {
  color: #ff9c77;
  text-shadow: 0 0 8px rgba(255,120,79,0.4);
}



/* ============================= */
/* GALERIA HARD                  */
/* ============================= */

.hard-gallery-box {
  background: linear-gradient(180deg, #0b0f0c, #131913);
  border: 1px solid #0f3f0f;
  padding: 25px;
  margin: 30px 0;
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(0,255,120,0.15);
}

.hard-gallery-title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #b8ff95;
  margin-bottom: 18px;
  text-shadow: 0 0 10px rgba(0,255,120,0.4);
}

.hard-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hard-thumb {
  width: 160px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #29d07a;
  box-shadow: 0 0 10px rgba(0,255,120,0.2);
  transition: 0.25s;
}
.hard-thumb:hover {
  transform: scale(1.08);
  box-shadow: 0 0 18px rgba(0,255,140,0.35);
}

/* ============================= */
/* MODAL FULLSCREEN + ANIMAÇÃO   */
/* ============================= */
.hard-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.90);
  backdrop-filter: blur(4px);
}

.hard-modal-content {
  display: block;
  margin: 80px auto;
  max-width: 92%;
  max-height: 80%;
  border-radius: 10px;
  border: 2px solid #1eff9b;
  box-shadow: 0 0 25px rgba(0,255,140,0.4);

  /* animação */
  animation: hardZoomFade 0.35s ease;
}

@keyframes hardZoomFade {
  0% { transform: scale(0.85); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* CLOSE BUTTON */
.hard-close {
  position: absolute;
  top: 18px;
  right: 28px;
  color: #00ff9c;
  font-size: 38px;
  cursor: pointer;
  font-weight: bold;
  text-shadow: 0 0 12px rgba(0,255,120,0.6);
  transition: 0.2s;
}
.hard-close:hover {
  color: #fff;
}


<style>
/* Caixa geral */
.hard-roadmap-box {
  margin-top: 40px;
  padding: 25px;
  border-radius: 14px;
  background: linear-gradient(180deg,#061207,#0b1a0d);
  border: 1px solid rgba(0,255,120,0.25);
  box-shadow: 0 0 20px rgba(0,255,120,0.18);
}

/* Título */
.hard-roadmap-title-main {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: #a6ff96;
  text-shadow: 0 0 10px rgba(0,255,160,0.4);
  margin-bottom: 18px;
}

/* Wrapper com setas */
.roadmap-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}

/* Setas */
.arrow {
  font-size: 40px;
  font-weight: bold;
  color: #00ff9c;
  cursor: pointer;
  padding: 8px 12px;
  user-select: none;
  transition: 0.2s;
}
.arrow:hover {
  color: #b8ffc8;
  transform: scale(1.15);
}

/* Área rolável */
.roadmap-scroll {
  display: flex;
  gap: 18px;
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 10px 0;
  flex: 1;
}

/* Cada item */
.road-item {
  min-width: 210px;
  padding: 14px;
  border-radius: 12px;
  background: radial-gradient(circle at 10% 0%, rgba(0,255,160,0.15), transparent 60%),
              linear-gradient(160deg,#091a0c,#050a05);
  border: 1px solid rgba(0,255,120,0.55);
  box-shadow: 0 0 14px rgba(0,255,120,0.15);
  transition: 0.25s;
}
.road-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 22px rgba(0,255,140,0.45);
}

/* Textos */
.ri-date {
  font-size: 15px;
  font-weight: bold;
  color: #8aff9f;
}
.ri-title {
  font-size: 18px;
  font-weight: 800;
  color: #a6ff96;
  margin-top: 4px;
}
.ri-sub {
  font-size: 13px;
  color: #c6ffd0;
  margin-top: 3px;
}

/* Link final */
.roadmap-more {
  display: block;
  text-align: center;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #71ff95;
  text-shadow: 0 0 8px rgba(0,255,160,0.4);
  transition: 0.25s;
}
.roadmap-more:hover {
  color: #baffd6;
}


<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

.mh-wrapper {
  max-width: 900px;
  margin: 30px auto;
  font-family: 'Montserrat', sans-serif;
}

/* TÍTULO PRINCIPAL */
.mh-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #ffe9a6;
  text-shadow: 0 0 12px rgba(255,210,90,0.7);
  margin-bottom: 28px;
}

/* BOTÕES */
.mh-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.mh-tab {
  background: #1a1a1a;
  padding: 14px 30px;
  border-radius: 12px;
  border: 1px solid #3a3a3a;
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  transition: .25s;
}

.mh-tab:hover {
  background: #2e2e2e;
  transform: translateY(-2px);
}

.mh-tab.active {
  background: #3a3a3a;
  border: 1px solid #ffe08a;
  box-shadow: 0 0 16px rgba(255,220,120,0.6);
  color: #ffe8b2;
}

/* CONTEÚDO */
.mh-content {
  background: rgba(0,0,0,0.55);
  padding: 28px;
  border-radius: 14px;
  border: 1px solid rgba(255,235,160,0.25);
}

.mh-content.fade {
  animation: fadeIn .35s ease;
}

/* TÍTULOS INTERNOS */
.mh-section-title {
  font-size: 26px;
  margin-bottom: 24px;
  color: #ffe8b2;
  font-weight: 700;
}

/* CARDS */
.mh-card {
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,235,160,0.3);
  border-radius: 14px;
  margin-bottom: 26px;
  cursor: pointer;
  transition: .25s;
  padding: 5px 0;
}

.mh-card.open {
  border-color: #ffe08a;
  box-shadow: 0 0 22px rgba(255,215,100,0.5);
}

.mh-card-header {
  padding: 20px;
  font-size: 22px;
  color: #ffe9b8;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* DESCRIÇÕES MELHORADAS */
.mh-card-body {
  padding: 20px 26px;
  display: none;
}

.mh-card.open .mh-card-body {
  display: block;
}

.mh-info-title {
  color: #7ac8ff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 6px;
}

.mh-info {
  color: #ffe8ca;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7;
  padding-left: 4px;
  margin-bottom: 14px;
}

/* GRID DUPLO DAS BOXES */
.mh-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

/* LINKS DE TUTORIAIS — MELHORADOS */
.mh-tutorial-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 12px;
}

.mh-tutorial {
  background: #1d1d1d;
  padding: 22px 26px;        /* Aumentado */
  border-radius: 14px;       /* Mais premium */
  border: 2px solid #3f3f3f; /* Borda mais forte */
  color: #ffffff;
  font-size: 22px;           /* Aumentado */
  font-weight: 700;          /* Mais profissional */
  text-decoration: none;
  letter-spacing: 0.4px;
  line-height: 1.6;
  transition: .25s;
  display: block;
}

.mh-tutorial:hover {
  background: #2c2c2c;
  border-color: #ffdd8c;
  color: #ffe7b7;
  box-shadow: 0 0 16px rgba(255,215,120,0.5);
  transform: translateX(6px);
}


.mh-content .mh-tutorial {
  background: #1d1d1d !important;
  padding: 26px 30px !important;      /* bem maior */
  border-radius: 14px !important;
  border: 1px solid #3f3f3f !important;
  color: #ffffff !important;
  font-size: 18px !important;         /* TAMANHO GRANDE */
  font-weight: 800 !important;        /* mais forte e profissional */
  letter-spacing: 0.6px !important;
  line-height: 1.7 !important;
  display: block !important;
  width: 100% !important;
  text-decoration: none !important;
  transition: .25s;
}

/* HOVER PREMIUM */
.mh-content .mh-tutorial:hover {
  background: #2c2c2c !important;
  border-color: #ffdd8c !important;
  color: #ffe7b7 !important;
  box-shadow: 0 0 18px rgba(255,215,120,0.6) !important;
  transform: translateX(6px) !important;
}

/* ESPAÇAMENTO ENTRE OS LINKS */
.mh-tutorial-list {
  gap: 26px !important;
}

/* WELCOME PAGE */
.mh-welcome {
  text-align: center;
  color: #f4eccc;
  font-size: 19px;
  line-height: 1.6;
}

.mh-welcome h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ffe9a6;
  margin-bottom: 12px;
}

.mh-welcome ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.mh-welcome li {
  color: #ffe8b2;
  font-size: 19px;
  margin: 8px 0;
  font-weight: 600;
}

/* RESPONSIVO */
@media (max-width: 700px) {
  .mh-grid {
    grid-template-columns: 1fr;
  }

  .mh-tutorial {
    font-size: 18px;
  }
}

/* ANIMAÇÃO */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

</style>



