:root {
  --mu-gold: #c9a227;
  --mu-gold-light: #e8d48b;
  --mu-gold-dark: #8b6914;
  --mu-red: #1a4d7c;
  --mu-red-light: #2d6ba3;
  --mu-red-dark: #0f2d47;
  --mu-black: #0d0d0f;
  --mu-black-light: #1a1a1e;
  --mu-black-card: #121215;
  --mu-steel: #2d2d33;
  --mu-text: #c9c5b8;
  --mu-text-dim: #7a7568;
  --mu-mana: #4a90d9;
  --mu-life: #c9302c;
  /* Sobrescreve variáveis do Bootstrap (evita azul/ciano #17a2b8 / #007bff) */
  --blue: #1a4d7c;
  --cyan: #2d6ba3;
  --primary: #1a4d7c;
  --info: #2d6ba3;
}

body {
  background-color: var(--mu-black, #0d0d0f);
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 70px;
  background-attachment: fixed;
  color: var(--mu-text, #c9c5b8);
  font-family: 'Cinzel', Georgia, 'Times New Roman', serif;
}

a {
  color: var(--mu-gold-light, #e8d48b);
}

a:hover {
  color: var(--mu-gold, #c9a227);
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.navbar {
  background: url(https://mobile.muaway.net/assets/img/header-bg.png) repeat-x;
  padding: 15px;
  border-bottom: 2px solid var(--mu-gold-dark, #8b6914);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}

.header {
  height: 400px;
  display: flex;
  align-items: center;
}

.header .container {
  height: 400px;
  position: absolute;
}

.header .brand {
  width: 400px;
  display: block;
  margin-top: 100px;
}

.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  padding-right: 1.5rem !important;
  transition: color 0.25s, text-shadow 0.25s;
  font-family: "Square721 BT", "Segoe UI", sans-serif;
}

.navbar-nav li a:hover {
  color: var(--mu-gold-light, #e8d48b) !important;
  text-shadow: 0 0 12px rgba(201, 162, 39, 0.35);
}

.main .main-container {
  background-color: var(--mu-black-card, #121215);
  border: 1px solid var(--mu-steel, #2d2d33);
}

.sidebar .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}

.sidebar .more-link {
  background: #7fdf98;
  color: #007649;
  text-transform: uppercase;
  padding: 5px;
  float: right;
  font-weight: bold;
  margin-top: -10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 0.6rem;
  position: relative;
}

.sidebar .more-link:before {
  content: "\A";
  border-style: solid;
  border-width: 0 15px 25px 0;
  border-color: transparent #7fdf98 transparent transparent;
  position: absolute;
  left: -15px;
  top: 0;
}

.sidebar .more-link:hover {
  text-decoration: none;
}

.sidebar .partial-login {
  background-color: var(--mu-black-card);
  padding: 20px;
  position: relative;
  color: #ccc;
}

.partial-login p.title {
  color: white;
}

.sidebar .partial-login .account-type {
  position: absolute;
  top: -2px;
  right: -1px;
}

.sidebar .partial-login .forgot-password {
  margin-top: 10px;
}

.sidebar .partial-login ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .partial-login ul.info li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2f5e72;
  padding: 3px 0;
}

.sidebar .partial-login .fa {
  width: 22px;
  color: #2f5e72;
}

.sidebar .partial-login .logout {
  color: #ca5b5b;
}

.sidebar .partial-login ul.services {
  margin: 15px 0;
}

.sidebar .servers {
  margin: 10px 10px 6px 0;
}

.sidebar .servers .server {
  background: var(--mu-black-card);
  margin-bottom: 2px;
  height: 50px;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.sidebar .servers .server .status {
  margin-left: 10px;
  margin-top: -25px;
}

.sidebar .servers .server .total {
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red)), var(--mu-black-card);
  height: 50px;
  display: flex;
  align-items: center;
  padding: 20px;
  font-weight: bold;
}

.sidebar .servers .server .total .fa {
  margin-left: 10px;
}

.sidebar .tops-rankings {
  margin-right: 10px;
  margin-bottom: 10px;
  background: url(../images/bg-top-players.png) no-repeat;
  background-size: cover;
  padding: 10px 20px;
}

.sidebar .tops-rankings .title {
  display: flex;
  justify-content: space-between;
}

.sidebar .tops-rankings .title a {
  color: #fff;
}

.sidebar .tops-rankings .top-ranking-single .top-ranking,
.sidebar .tops-rankings .top-ranking-group .top-ranking-frequency {
  padding: 20px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sidebar .tops-rankings .frequency {
  margin-top: 10px;
  margin-bottom: -10px;
  text-align: center;
}

.sidebar .tops-rankings .frequency .btn-sm {
  padding: 0.05rem 0.25rem;
}

.sidebar .tops-rankings .top-ranking .top-1 {
  margin-bottom: 20px;
}

.sidebar .tops-rankings .top-ranking .image {
  position: relative;
}

.sidebar .tops-rankings .top-ranking .image .avatar {
  border: 2px solid #f6be65;
  box-shadow: 0 0 20px 1px #ffdc6d;
  width: 100px;
  height: 100px;
}

.sidebar .tops-rankings .top-ranking .image .class {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -10px;
  right: -10px;
}

.sidebar .tops-rankings .top-ranking .name {
  color: #f0dc2e;
  margin-top: 20px;
  font-size: 1.2rem;
}

.sidebar .tops-rankings .top-ranking .score {
  color: #74afc2;
  margin-bottom: 10px;
  font-weight: bold;
}

.sidebar .tops-rankings .top-ranking .table-n {
  display: table;
  width: 100%;
}

.sidebar .tops-rankings .top-ranking .top-n {
  display: table-row;
}

.sidebar .tops-rankings .top-ranking .top-n div {
  display: table-cell;
  padding: 3px;
  border-bottom: 2px solid #6494a3;
  color: #6494a3;
  vertical-align: middle;
}

.sidebar .tops-rankings .top-ranking .top-n.top-2 div {
  color: #a9a9a9;
  border-color: #a9a9a9;
}

.sidebar .tops-rankings .top-ranking .top-n.top-3 div {
  color: #8b6060;
  border-color: #8b6060;
}

.sidebar .tops-rankings .top-ranking .top-n img {
  width: 30px;
}

.sidebar .events-container {
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar .events-container .events-header {
  background: url(../images/events.png) no-repeat center top;
  background-size: cover;
  height: 200px;
  text-align: center;
}

.sidebar .events-container .events-header .title {
  color: #55b8d7;
  padding-top: 110px;
}

.sidebar .events-container .events-header .description {
  color: #55b8d7;
  font-size: 0.8rem;
}

.sidebar .events-container .event {
  color: #5a97ac;
  padding: 5px;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.sidebar .events-container .event .bg-success {
  color: #fff;
}

.sidebar .events-container .event .time {
  white-space: nowrap;
  font-size: 0.8rem;
  padding: 0 3px;
}

.sidebar .events-container .event .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 20px;
}

.sidebar .events-container .event:nth-child(2n) {
  background: rgb(8, 62, 77);
}

.sidebar .register {
  background: var(--mu-black-card);
  padding: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
}

.sidebar .register .fa {
  font-size: 60px;
}

.sidebar .register p {
  color: #5bb5d1;
  margin-bottom: 0;
}

.sidebar .register .description {
  font-size: 0.8rem;
  color: #568c9d;
}

.sidebar .register .btn {
  margin-top: 20px;
  color: #fff;
  background: #446644;
}

.sidebar .team {
  background: var(--mu-black-card);
  padding: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar .team ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .team ul li {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team ul .online,
.team ul .offline {
  border: 1px solid var(--mu-gold-dark);
  color: var(--mu-gold);
  font-size: 0.8rem;
  padding: 5px 10px;
}

.team ul .offline {
  border-color: red;
  color: red;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
  font-size: 0.9rem;
  margin: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
}
.styled-checkbox:hover + label:before {
  border: 1px solid #2a737d;
}
.styled-checkbox:focus + label:before {
  border: 1px solid #2a737d;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.styled-checkbox:checked + label:before {
  background: var(--mu-black-card);
  border: 1px solid #2a737d;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
  border-color: #c2bebe;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg);
}
.styled-radio {
  position: absolute;
  opacity: 0;
}
.styled-radio + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
}
.styled-radio + label:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.styled-radio:hover + label:before {
  border: 1px solid #de740d;
}
.styled-radio:focus + label:before {
  border: 1px solid #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.styled-radio:checked + label:before {
  background: #de740d;
  border: 1px solid #de740d;
}
.styled-radio:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-radio:disabled + label:before {
  box-shadow: none;
  background: #ddd;
  border-color: #c2bebe;
}
.styled-radio:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg);
}

.slider-container {
  width: 100%;
}

.slider-container .sy-pager {
  margin-top: -32px;
  z-index: 10;
  position: relative;
  padding-left: 7px;
  padding-bottom: 7px;
  text-align: right;
}

.slider-container .sy-pager li {
  margin: 0 0.5em 0 0;
  width: 1.5em;
  height: 1.5em;
}

.slider-container .sy-pager a {
  border-radius: 0;
  background: #ccc;
  color: #ccc;
}

.slider-container .sy-pager li.sy-active a {
  background: var(--mu-gold-dark);
  color: var(--mu-gold-dark) !important;
}

.page-container {
  padding: 20px;
  background: linear-gradient(180deg, var(--mu-black-light) 0%, var(--mu-black-card) 120px);
}

.page-container > nav {
  padding-top: 15px;
}

.page-title {
  display: flex;
  justify-content: space-between;
}

.page-title h1 {
  color: var(--mu-gold);
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8rem;
}

.page-title h2 {
  color: var(--mu-text-dim);
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 25px;
  text-align: center;
}

.page-container-home {
  padding: 10px;
}

.posts {
  margin-bottom: 10px;
}

.posts .post {
  display: flex;
  background: linear-gradient(135deg, var(--mu-black-card) 0%, var(--mu-black-light) 100%);
  padding: 15px;
  border: 1px solid var(--mu-steel);
}

.posts .post .cover {
  width: 89px;
  margin-right: 10px;
  border: 2px solid var(--mu-gold-dark);
}

.posts .post .cover img {
  width: 85px;
  height: 85px;
}

.posts .post .preview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.posts .post .title a {
  color: #c7c9c9;
}

.posts .post .body {
  margin-top: 5px;
  color: var(--mu-text-dim);
  font-size: 0.8rem;
}

.posts .post .info {
  display: flex;
  margin-top: 5px;
  font-size: 0.8rem;
}

.posts .post .info div {
  margin-right: 10px;
  color: var(--mu-text-dim);
}

.posts .post .info div span {
  color: #fff;
}

h1.title {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  margin: 0;
  font-size: 2rem;
}

h2.title {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

.breadcrumb {
  background: transparent;
  justify-content: center;
  padding: 0;
}

.breadcrumb .active {
  color: #fff;
}

.table .thead-dark th {
  background-color: var(--mu-black-light);
  border-color: var(--mu-steel);
}

.table-sm td {
  background-color: var(--mu-black-light);
  border-color: var(--mu-black);
}

.bg-orange {
  background: var(--mu-red-dark);
  color: #fff;
}

.captcha img {
  border-radius: 5px;
}

.btn {
  border-radius: 0;
}

.partial-login form .form-group:nth-of-type(1) {
  margin-bottom: 10px;
}

.partial-login .form-group input[name="username"],
.partial-login .form-group input[name="password"] {
  background-color: var(--mu-black);
  border: solid 1px var(--mu-steel);
  padding: 5px;
}

.partial-login .form-group input[name="username"]:focus,
.partial-login input[name="password"]:focus {
  color: var(--mu-gold);
}

.partial-login .form-group input[name="username"]::placeholder,
.partial-login .form-group input[name="password"]::placeholder {
  color: #a0cfd4;
}

.register-form input#username,
.register-form input#password,
.register-form input#repassword {
  background: #fff !important;
  color: #000 !important;
}

.register-form .form-control,
.register-form select.form-control,
.register-form textarea.form-control {
  background: #fff !important;
  color: #000 !important;
}

input.login-submit {
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red)) !important;
  border: 1px solid var(--mu-gold-dark) !important;
  color: var(--mu-gold-light) !important;
  padding: 5px;
}

.captcha .form-control {
  width: 200px;
  margin-top: 10px;
}

.required {
  color: red;
}

.card {
  background: var(--mu-black-card);
}

.card .card-header {
  font-weight: bold;
  text-align: center;
}

.p0 {
  padding: 0;
}

.gens {
  background: url(../images/gens.png) no-repeat;
  height: 250px;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  display: flex;
}

.gens .duprian,
.gens .venert {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gens .name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}

.gens .name-color {
  font-size: 1.6rem;
  color: #759abb;
  margin-top: -10px;
}

.gens .duprian .name-color {
  color: #b2af8d;
}

.gens .data {
  display: flex;
  font-size: 0.8rem;
  align-items: center;
}

.gens .scores {
  margin-left: -20px;
}

.gens .image {
  z-index: 1;
}

.gens .venert .scores .record,
.gens .duprian .scores .record {
  background: #22373d;
  color: #759abb;
  padding: 2px 15px;
  text-align: center;
}

.gens .venert .scores .members,
.gens .duprian .scores .members {
  background-color: #759abb;
  color: #22373d;
  padding: 2px 15px;
  text-align: center;
}

.gens .duprian .scores .record {
  background: #282616;
  color: #959370;
}

.gens .duprian .scores .members {
  background-color: #959370;
  color: #282616;
}

.castle-siege {
  background: url(../images/cs.png) no-repeat;
  height: 250px;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.castle-siege .title {
  width: 50%;
  padding: 50px;
}

.castle-siege .title .t1 {
  font-size: 2.5rem;
}

.castle-siege .title .t2 {
  margin-top: -10px;
}

.t2 h1 {
  color: #fff;
}

.castle-siege .owner {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffe16e;
}

.castle-siege .owner .text {
  text-align: center;
  padding: 0 10px;
}

.castle-siege .owner .name {
  background: #000;
  color: #fff;
  padding: 3px 10px;
  font-size: 0.8rem;
}

.castle-siege .crown {
  height: 90px;
  margin-top: -30px;
}

.list-group-item {
  background-color: var(--mu-black);
  color: #fff;
}

.list-group-item.active {
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red));
  border-color: var(--mu-gold-dark);
  color: var(--mu-gold-light);
}

.list-group-item:hover {
  background-color: var(--mu-black-light);
  color: var(--mu-gold-light);
}

.nav-tabs {
  border-bottom: 1px solid var(--mu-steel);
}

.nav-tabs .nav-link {
  color: var(--mu-text-dim);
  border-color: var(--mu-steel);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--mu-gold-light);
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red));
  border-color: var(--mu-gold-dark) var(--mu-gold-dark) transparent;
}

.preloader {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1000;
}
.preloader .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #2c539e;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.preloader .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #86b800;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.preloader .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f5811e;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#morpheus-popup-container {
  color: #000;
  font-size: 16px;
  font-family: gisha;
}

#morpheus-popup-container .morpheus-popup-content {
  background-color: #fff;
}

#morpheus-popup-container .morpheus-popup-message {
  padding: 0 10px;
}

.morpheus-popup-btn {
  color: #fff !important;
  display: block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #de740d !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 9px 0 !important;
}

#morpheus-popup-cancel {
  background: #991919 !important;
  color: #fff !important;
}

footer {
  max-width: 1110px;
  height: 125px;
  color: #fff;
  display: flex;
  margin: 15px auto;
  position: relative;
}

footer a {
  color: #fff;
}

footer .container {
  padding: 10px;
  display: flex;
  align-items: center;
  background: url(../images/footer_img.png) no-repeat;
}

footer .logo {
  margin-right: 60px;
}

.social-icons {
  max-width: 260px;
  width: 100%;
  display: flex;
  position: absolute;
  right: 0;
}

.icons-social-link {
  width: 152px;
  height: 31px;
  margin-left: 5px;
  display: block;
}

.icons-social-link > a {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.icons-social-link > a:nth-of-type(1) {
  background: url(../images/icon-socias.png) no-repeat;
}

.icons-social-link > a:nth-of-type(2) {
  background: url(../images/icon-socias.png) no-repeat;
  background-position: -41px 0;
  border-radius: 0;
}

.icons-social-link > a:nth-of-type(3) {
  background: url(../images/icon-socias.png) no-repeat;
  background-position: -82px 0;
  border-radius: 0;
}

.icons-social-link > a:nth-of-type(4) {
  background: url(../images/icon-socias.png) no-repeat;
  background-position: -122px 0;
  border-radius: 0;
}

.icons-social-link > a:nth-of-type(2):hover {
  background-position: -41px 0;
}

.icons-social-link > a:nth-of-type(3):hover {
  background-position: -82px 0;
}

.icons-social-link > a:nth-of-type(4):hover {
  background-position: -122px 0;
}

.icons-social-link > a:hover {
  background: url(../images/icon-socias-h.png) no-repeat;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #000;
}

.rank-u-bg {
  background: url(../images/bg-title-page-rank.png) no-repeat;
}

.rankings .rank {
  width: 51px;
  height: 36px;
  position: relative;
  margin: -5px;
}

.rankings .rank .r {
  font-size: 0.9rem;
  color: #fff;
  text-shadow: 0 -1px #828282;
  position: absolute;
  left: 8px;
  top: 7px;
  font-weight: bold;
}

.rankings .table a {
  color: #fff;
}

.rankings tr {
  position: relative;
}

.rankings td:first-child:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 35px;
  z-index: -100;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
}

.rankings td {
  z-index: 100;
  position: relative;
  background-color: transparent !important;
}

.rankings tr.class-dk td:first-child:before {
  background: url("../images/ranking/dk.png");
}

.rankings tr.class-dw td:first-child:before {
  background: url("../images/ranking/dw.png");
}

.rankings tr.class-fe td:first-child:before {
  background: url("../images/ranking/elf.png");
}

.rankings tr.class-dl td:first-child:before {
  background: url("../images/ranking/dl.png");
}

.rankings tr.class-mg td:first-child:before {
  background: url("../images/ranking/mg.png");
}

.rankings tr.class-su td:first-child:before {
  background: url("../images/ranking/sum.png");
}

.rankings tr.class-sy td:first-child:before {
  background: url("../images/ranking/sm.png");
}

.rankings tr.class-rf td:first-child:before {
  background: url("../images/ranking/rf.png");
}

.rankings tr.class-gl td:first-child:before {
  background: url("../images/ranking/gl.png");
}

.rankings tr.class-rw td:first-child:before {
  background: url("../images/ranking/rw.png");
}

.rankings tr.class-gc td:first-child:before {
  background: url("../images/ranking/gc.png");
}

.characters {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 20px;
}

.characters .character {
  width: 17.9%;
  text-align: center;
  padding-bottom: 20px;
}

.characters .character:nth-child(5n) {
  margin-right: 0;
}

.characters .character:last-child {
  margin-right: 0;
}

.characters .character.active {
  border-bottom: 3px solid #28a745;
}

.events {
}

.events .event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.events .event .name {
  display: flex;
  align-items: center;
}

.events .event .name label {
  margin: 0;
  margin-right: 5px;
}

.events .event .bg-success {
  padding: 0 3px;
}

.webshop-offer {
  margin: 10px 0;
  background: var(--mu-black-light);
  padding: 10px;
}

.webshop-offer .title {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.webshop-offer .title i {
  font-size: 50px;
  margin-right: 20px;
}

.webshop-offer .webshop-offer-products {
  display: flex;
  flex-wrap: wrap;
}

.webshop-offer .webshop-offer-products .webshop-offer-product {
  width: 20%;
  border: 1px solid #416974;
  background: #101f25;
  padding: 10px;
}

.webshop-offer .webshop-offer-products .webshop-offer-product .name a {
  color: #a97fde;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.webshop-offer .webshop-offer-products .webshop-offer-product .image {
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webshop-offer .webshop-offer-products .webshop-offer-product .image img {
  max-height: 90%;
}

.webshop-offer .webshop-offer-products .webshop-offer-product .price {
  text-align: center;
  margin: 5px;
}

.offline {
  color: red;
}

.online {
  color: green;
}

.item {
  margin-bottom: 10px;
}

.item .image {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item .image img {
  max-height: 90%;
  max-width: 90%;
}

.item .card-header .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-item.disabled .page-link {
  color: #fff;
  background-color: #4f5e61;
  border-color: var(--mu-steel);
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: var(--mu-black);
  border: 1px solid var(--mu-steel);
}

.page-link:hover {
  color: #fff;
  background-color: var(--mu-steel);
  border-color: var(--mu-steel);
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--mu-steel);
  border-color: var(--mu-steel);
}

.checkbox {
  margin-bottom: 5px;
}

.alert {
  padding: 10px;
  line-height: 1rem;
}

.vote-down {
  color: red;
}

.vote-up {
  color: green;
}

.guide {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.vote-container a {
  margin: 5px;
}

.market-sell {
  display: flex;
}

.morpheus-warehouse {
  margin-right: 10px;
}

.market-item {
  flex: 1;
}

.last-poll {
  margin-right: 10px;
  background: var(--mu-black-card);
  padding: 20px;
  margin-bottom: 10px;
}

.last-poll .poll {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.trackers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trackers li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.workshop-inventory-container,
.workshop {
  display: flex;
}

.morpheus-inventory {
  margin-right: 10px;
}

.workshop-item {
  flex: 1;
}

.market-offer,
.server-info {
  background: var(--mu-black-light);
  padding: 20px;
}

.server-info p {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.server-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.server-info ul li {
  margin-bottom: 5px;
  background: var(--mu-black-card);
  border: 1px solid var(--mu-steel);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}

.server-info ul li .info {
  padding: 5px 10px;
}

.server-info ul li .text {
  width: 35%;
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red));
  color: var(--mu-gold-light);
  padding: 5px;
  position: relative;
  height: 34px;
}

.server-info ul li .text:before {
  content: "\A";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 5px;
  border-right: 12px solid var(--mu-red);
  left: -12px;
}
.market-item {
  display: flex;
  align-items: center;
  background: var(--mu-black-card);
  border: 1px solid var(--mu-steel);
  margin-top: 5px;
  padding: 5px;
}

.market-item .image {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  background: #33646e;
}

.market-item .image img {
  max-height: 100%;
}

@media (min-width: 500px) and (max-width: 576px) {
  body {
    background-position: 0 46px;
  }

  .header {
    height: 200px;
  }

  .header .brand {
    width: auto;
    margin-left: 0;
    text-align: center;
  }

  .header .brand img {
    max-width: 90%;
  }

  footer {
    height: auto;
    margin: 0;
  }

  footer .container {
    display: block;
    padding: 20px;
    text-align: center;
  }

  footer .container .logo {
    margin: 0;
    margin-bottom: 20px;
  }

  .social-icons {
    left: 0;
    margin: 10px auto;
  }

  .team,
  .servers,
  .last-poll,
  .register,
  .tops-rankings,
  .events-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .partial-login {
    margin-left: 10px;
    margin-right: 10px;
  }

  .servers {
    padding-top: 10px;
    margin-left: 10px;
  }

  .server-info {
    margin-top: 10px;
  }

  .castle-siege {
    flex-direction: column;
    height: auto;
  }

  .castle-siege .title {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .webshop-offer .webshop-offer-products .webshop-offer-product {
    width: 50%;
  }
}

@media (max-width: 768px) {
  body {
    background-position: 0 46px;
  }

  .header {
    height: 200px;
  }

  .header .brand {
    width: auto;
    margin-left: 0;
    text-align: center;
  }

  .header .brand img {
    max-width: 90%;
  }

  footer {
    height: auto;
    margin: 0;
  }

  footer .container {
    display: block;
    padding: 20px;
    text-align: center;
  }

  footer .container .logo {
    margin: 0;
    margin-bottom: 20px;
  }

  .team,
  .last-poll,
  .register,
  .tops-rankings,
  .events-container {
    margin-left: 10px;
  }

  .partial-login {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sidebar .servers {
    padding-top: 10px;
    margin-left: 10px;
  }

  .server-info {
    margin-top: 10px;
  }

  .castle-siege {
    flex-direction: column;
    height: auto;
  }

  .castle-siege .title {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .webshop-offer .webshop-offer-products .webshop-offer-product {
    width: 50%;
  }

  .sidebar .team,
  .tops-rankings {
    margin-right: 10px !important;
  }
}

@media (max-width: 992px) {
  body {
    background-position: 0 46px;
  }

  .header {
    height: 200px;
  }

  .header .brand {
    width: auto;
    margin-left: 0;
    text-align: center;
  }

  .header .brand img {
    max-width: 90%;
  }

  footer {
    height: auto;
    margin: 0;
  }

  footer .container {
    display: block;
    padding: 20px;
    text-align: center;
  }

  footer .container .logo {
    margin: 0;
    margin-bottom: 20px;
  }

  .partial-login {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sidebar .servers {
    padding-top: 10px;
    margin-left: 10px;
  }

  .team,
  .register,
  .tops-rankings {
    margin-left: 10px;
  }
  .castle-siege .title {
    padding: 30px;
  }

  .sidebar .team,
  .tops-rankings {
    margin-right: 0;
  }
}

.sy-slides-wrap {
  height: 276px !important;
}

.sy-slide > img {
  width: 100%;
  max-height: 276px;
  height: 100%;
}

.webshop-offer,
.market-offer,
.server-info,
.posts {
  border-top: 4px solid var(--mu-gold);
}

.btn-outline-success:hover {
  background: var(--mu-gold);
}

.countdowns {
  right: 15px;
  top: 100px!important;
}

.countdowns .countdown {
  background: var(--mu-black-card)!important;
  border-radius: 0!important;
}

.countdowns .countdown .timer > div {
  background: var(--mu-black-card) !important;
  border-radius: 0!important;
  flex: 1;
  min-width: 70px;
}

#slides-modal .modal-header {
  background-color: var(--mu-black-light);
  border-radius: 0;
  border-bottom: 0;
}

#slides-modal .modal-header .close {
  color: #fff;
}

#slides-modal .modal-content {
  border-radius: 0;
}

#slides-modal .modal-dialog {
  max-width: 800px;
  pointer-events: all;
}

#slides-modal .modal-body {
  padding: 0;
}

#slides-modal .modal-footer {
  background-color: var(--mu-black-light);
  border-top: 0;
  border-radius: 0;
}

#slides-modal .slides-control {
  display: flex;
  position: absolute;
  right: 10px;
  bottom: 77px;
}

#slides-modal .slides-control a {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: #202020;
  display: block;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 5px;
}

#slides-modal .slides-control a:hover, #slides-modal .slides-control a.active {
  border-color: var(--mu-black-light);
}

/* ===== Mu Castle: bandeiras, notícias e redes sociais (landing) ===== */

.lang-selector--flags a img {
  border-radius: 2px;
  vertical-align: middle;
}

.lang-selector--flags a.active img {
  outline: 2px solid var(--mu-gold);
  outline-offset: 1px;
}

.social-widget {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-end;
}

.social-widget a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s, box-shadow 0.3s;
}

.social-widget a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(201, 162, 39, 0.4);
}

.social-widget a svg {
  flex-shrink: 0;
  fill: #fff;
}

.social-widget .discord-btn {
  background: #5865F2;
  border: 2px solid var(--mu-gold-dark);
}

.social-widget .whatsapp-btn {
  background: #25D366;
  border: 2px solid var(--mu-gold-dark);
}

.social-widget .instagram-btn {
  background: linear-gradient(35deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border: 2px solid var(--mu-gold-dark);
}

.news-section--home {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  padding: 1.25rem 1rem 1.5rem;
  background: rgba(11, 49, 53, 0.85);
  border-top: 4px solid var(--mu-gold);
}

.news-section__header {
  text-align: center;
  margin-bottom: 1rem;
}

.news-section__title {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.75rem;
  color: var(--mu-gold);
  letter-spacing: 0.12em;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}

.news-section__subtitle {
  color: var(--mu-text-dim);
  font-size: 0.9rem;
  margin: 0;
}

.news-list-mc {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.news-item-mc {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(14, 70, 78, 0.65);
  border: 1px solid var(--mu-steel);
  border-radius: 4px;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Clique em qualquer ponto do card (título, data, área vazia, descrição) */
.news-item-mc * {
  pointer-events: none;
}

.news-item-mc:hover,
.news-item-mc:focus {
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.12);
  outline: none;
}

.news-item-mc:focus-visible {
  outline: 2px solid rgba(201, 162, 39, 0.55);
  outline-offset: 2px;
}

.news-item-mc--pinned {
  border-color: rgba(201, 162, 39, 0.35);
}

.news-item-mc__title {
  font-size: 0.98rem;
  color: var(--mu-gold-light);
  font-weight: 600;
  margin-bottom: 0.4rem;
  line-height: 1.35;
}

.news-item-mc__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.35rem;
}

.news-item-mc__date {
  font-size: 0.72rem;
  color: var(--mu-text-dim);
  letter-spacing: 0.04em;
}

.news-item-mc__pin {
  font-size: 0.68rem;
  color: var(--mu-gold);
  letter-spacing: 0.06em;
}

.news-item-mc__desc {
  font-size: 0.88rem;
  color: var(--mu-text);
  line-height: 1.45;
  opacity: 0.92;
}

.news-state {
  padding: 1rem;
  text-align: center;
  font-size: 0.88rem;
  color: var(--mu-text-dim);
}

.news-state--hidden {
  display: none !important;
}

.news-error-box {
  background: rgba(14, 70, 78, 0.6);
  border: 1px solid var(--mu-steel);
  padding: 1rem 1.25rem;
  border-radius: 4px;
}

.news-error-main {
  margin: 0;
  line-height: 1.55;
  font-size: 0.88rem;
  color: var(--mu-text-dim);
}

.news-retry-wrap {
  margin-top: 0.75rem;
}

.news-retry {
  padding: 0.45rem 1rem;
  font-family: inherit;
  font-size: 0.82rem;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.25), rgba(201, 162, 39, 0.08));
  border: 1px solid rgba(201, 162, 39, 0.45);
  color: var(--mu-gold-light);
  border-radius: 4px;
}

.news-retry:hover {
  filter: brightness(1.08);
}

.news-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 20000;
  background: rgba(5, 5, 8, 0.82);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s, visibility 0.25s;
}

.news-modal-overlay.news-modal-overlay--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.news-modal {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: min(88vh, 720px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, #15151a 0%, #0d0d10 100%);
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.news-modal__scroll {
  overflow-y: auto;
  padding: 1.35rem 1.35rem 1.1rem;
  -webkit-overflow-scrolling: touch;
}

.news-modal__close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  color: var(--mu-text);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
  font-family: inherit;
}

.news-modal__close:hover {
  color: var(--mu-gold-light);
  background: rgba(201, 162, 39, 0.12);
}

.news-modal__title {
  font-size: 1.05rem;
  color: var(--mu-gold-light);
  font-weight: 600;
  padding-right: 2.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.news-modal__meta {
  font-size: 0.75rem;
  color: var(--mu-text-dim);
  margin-bottom: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.news-modal__video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 0.85rem;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--mu-steel);
}

.news-modal__video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.news-modal__img-wrap {
  margin-bottom: 0.85rem;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--mu-steel);
}

.news-modal__img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.news-modal__body {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--mu-text);
  white-space: pre-wrap;
  word-break: break-word;
}

.news-modal__actions {
  margin-top: 1rem;
  padding-top: 0.25rem;
}

.news-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.15rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #0d0d0f;
  background: linear-gradient(180deg, var(--mu-gold-light), var(--mu-gold));
  border: 1px solid var(--mu-gold-dark);
  border-radius: 4px;
  font-family: inherit;
  font-weight: 600;
}

.news-modal__btn:hover {
  filter: brightness(1.06);
  color: #0d0d0f;
}

.news-pager {
  margin-top: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.news-pager__btn {
  padding: 0.45rem 0.8rem;
  font-family: "Square721 BT", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  cursor: pointer;
  background: linear-gradient(180deg, var(--mu-steel), var(--mu-black-card));
  border: 1px solid var(--mu-gold-dark);
  color: var(--mu-gold-light);
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.news-pager__btn:hover:not(:disabled) {
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red));
  border-color: var(--mu-gold);
  color: #fff;
}

.news-pager__btn:disabled { opacity: 0.45; cursor: not-allowed; }
.news-pager__text { color: var(--mu-text-dim); font-size: 0.82rem; letter-spacing: 0.04em; }

.header .brand img {
  max-height: 120px;
  width: auto;
}

.is-logged-in .register {
  display: none !important;
}

/* Minha Conta: CPF e e-mail mascarados */
.mu-sensitive {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  margin-left: 0.25rem;
}
.mu-sensitive__value.is-hidden,
.mu-sensitive:not(.is-revealed) .mu-sensitive__value {
  display: none !important;
}
.mu-sensitive.is-revealed .mu-sensitive__masked {
  display: none !important;
}
.mu-sensitive__toggle {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  padding: 0 0.25rem;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
}
.mu-sensitive__toggle:hover {
  color: #fff;
}

/* =============================================================================
   Tema Mu Castle — tipografia e componentes (landing mucastle.net)
   ============================================================================= */
@font-face {
  font-family: "Square721 BT";
  src: url(https://mobile.muaway.net/assets/fonts/application/Square721BT/Square721BT-Roman.woff2) format("woff2"),
    url(https://mobile.muaway.net/assets/fonts/application/Square721BT/Square721BT-Roman.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Square721 BT";
  src: url(https://mobile.muaway.net/assets/fonts/application/Square721BT/Square721BT-Bold.woff2) format("woff2"),
    url(https://mobile.muaway.net/assets/fonts/application/Square721BT/Square721BT-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Títulos de seção / página */
.page-title h1,
.page-container .page-title .t2 h1,
h1.title {
  font-family: 'Cinzel Decorative', 'Cinzel', serif;
  color: var(--mu-gold);
  letter-spacing: 0.08em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.page-title h2,
.page-container .page-title .t1,
h2.title {
  font-family: 'Cinzel', serif;
  color: var(--mu-text-dim);
}

.news-section__title {
  font-family: 'Cinzel Decorative', serif;
}

/* Sidebar e painéis */
.sidebar .partial-login,
.sidebar .register,
.sidebar .servers .server,
.webshop-offer,
.market-offer,
.server-info,
.posts .post,
.news-section--home,
.page-container {
  background-color: var(--mu-black-card);
  border-color: var(--mu-steel);
}

.sidebar .more-link {
  background: linear-gradient(180deg, var(--mu-gold-light), var(--mu-gold-dark));
  color: var(--mu-black);
}
.sidebar .more-link:before {
  border-color: transparent var(--mu-gold-dark) transparent transparent;
}

.sidebar .partial-login ul.info li {
  border-bottom-color: var(--mu-steel);
}
.sidebar .partial-login .fa {
  color: var(--mu-gold-dark);
}

.sidebar .servers .server .total {
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red)), var(--mu-black-card);
  border-left: 1px solid var(--mu-steel);
}

.posts .post {
  background: linear-gradient(135deg, var(--mu-black-card) 0%, var(--mu-black-light) 100%);
  border: 1px solid var(--mu-steel);
}
.posts .post .cover {
  border-color: var(--mu-gold-dark);
}
.posts .post .title a {
  color: var(--mu-gold-light);
}
.posts .post .title a:hover {
  color: var(--mu-gold);
}

/* Formulários (exceto cadastro com fundo branco) */
.mw-content .form-control,
.mw-content select.form-control,
.mw-content textarea.form-control {
  background-color: var(--mu-black-light);
  border: 1px solid var(--mu-steel);
  color: var(--mu-text);
  border-radius: 2px;
}
.mw-content .form-control:focus,
.mw-content select.form-control:focus,
.mw-content textarea.form-control:focus {
  background-color: var(--mu-black-light);
  border-color: var(--mu-gold-dark);
  color: var(--mu-text);
  box-shadow: 0 0 0 0.15rem rgba(201, 162, 39, 0.2);
}
.mw-content .form-control-label,
.mw-content label {
  color: var(--mu-text);
  font-family: 'Cinzel', serif;
}

.partial-login .form-group input[name="username"],
.partial-login .form-group input[name="password"] {
  background-color: var(--mu-black) !important;
  border-color: var(--mu-steel) !important;
  color: var(--mu-text) !important;
}
.partial-login .form-group input[name="username"]:focus,
.partial-login .form-group input[name="password"]:focus {
  color: var(--mu-gold-light) !important;
  border-color: var(--mu-gold-dark) !important;
}

/* Botões Bootstrap → estilo landing (prioridade sobre bootstrap/plugins) */
.btn-info,
.btn-primary,
input.btn-info,
button.btn-info,
a.btn-info,
.btn-info.login-submit {
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red)) !important;
  background-color: var(--mu-red) !important;
  border: 2px solid var(--mu-gold) !important;
  color: var(--mu-gold-light) !important;
  font-family: "Square721 BT", "Segoe UI", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 2px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.btn-info:hover,
.btn-primary:hover,
.btn-info:focus,
.btn-primary:focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active {
  background: linear-gradient(180deg, #256bb8, var(--mu-red-light)) !important;
  background-color: var(--mu-red-light) !important;
  border-color: var(--mu-gold) !important;
  color: #fff !important;
  box-shadow: 0 0 20px rgba(201, 162, 39, 0.25) !important;
}

.btn-success,
.btn-outline-success {
  border-color: var(--mu-gold-dark);
  color: var(--mu-gold);
  font-family: "Square721 BT", "Segoe UI", sans-serif;
}
.btn-success {
  background: linear-gradient(180deg, var(--mu-steel), var(--mu-black-card));
}
.btn-outline-success {
  background: transparent;
}
.btn-success:hover,
.btn-outline-success:hover {
  background: var(--mu-gold-dark);
  border-color: var(--mu-gold);
  color: var(--mu-gold-light);
}

.btn-secondary,
.btn-default {
  background: var(--mu-steel);
  border-color: var(--mu-steel);
  color: var(--mu-text);
}

/* Tabelas, listas, abas */
.table .thead-dark th {
  background-color: var(--mu-black-light) !important;
  border-color: var(--mu-steel) !important;
  color: var(--mu-gold-light);
  font-family: 'Cinzel', serif;
}
.table-sm td,
.table td {
  background-color: var(--mu-black-card);
  border-color: var(--mu-steel);
  color: var(--mu-text);
}
.table-striped tbody tr:nth-of-type(odd) td {
  background-color: rgba(26, 26, 30, 0.65);
}

.list-group-item {
  background-color: var(--mu-black-card);
  border-color: var(--mu-steel);
  color: var(--mu-text);
}
.list-group-item.active {
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red)) !important;
  background-color: var(--mu-red) !important;
  border-color: var(--mu-gold-dark) !important;
  color: var(--mu-gold-light) !important;
}
.list-group-item:hover {
  background-color: var(--mu-black-light);
  color: var(--mu-gold-light);
}

.nav-tabs {
  border-bottom-color: var(--mu-steel);
}
.nav-tabs .nav-link {
  color: var(--mu-text-dim);
  font-family: "Square721 BT", sans-serif;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red)) !important;
  background-color: var(--mu-red) !important;
  border-color: var(--mu-gold-dark) var(--mu-gold-dark) transparent !important;
  color: var(--mu-gold-light) !important;
}

.nav-tabs .nav-link:hover:not(.active) {
  border-color: var(--mu-gold-dark);
  color: var(--mu-gold);
}

.breadcrumb-item a {
  color: var(--mu-gold-light);
}
.breadcrumb-item.active {
  color: var(--mu-text-dim);
}

.dropdown-menu {
  background-color: var(--mu-black-card);
  border: 1px solid var(--mu-steel);
}
.dropdown-item {
  color: var(--mu-text);
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--mu-black-light);
  color: var(--mu-gold-light);
}

.badge-secondary {
  background-color: var(--mu-steel);
  color: var(--mu-text);
}

.card {
  background: var(--mu-black-card);
  border: 1px solid var(--mu-steel);
}
.card-header {
  background: var(--mu-black-light);
  border-bottom: 1px solid var(--mu-steel);
  color: var(--mu-gold);
  font-family: 'Cinzel', serif;
}

.page-link {
  background-color: var(--mu-black-card);
  border-color: var(--mu-steel);
  color: var(--mu-text);
}
.page-link:hover {
  background-color: var(--mu-black-light);
  color: var(--mu-gold-light);
}
.page-item.active .page-link {
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red)) !important;
  border-color: var(--mu-gold-dark) !important;
  color: var(--mu-gold-light) !important;
}

.alert-info {
  background-color: rgba(26, 77, 124, 0.35);
  border-color: var(--mu-red-light);
  color: var(--mu-text);
}

#slides-modal .modal-header,
#slides-modal .modal-footer {
  background-color: var(--mu-black-light);
}

.styled-checkbox:checked + label:before {
  background: var(--mu-gold-dark);
  border-color: var(--mu-gold);
}
.styled-checkbox:hover + label:before,
.styled-checkbox:focus + label:before {
  border-color: var(--mu-gold-dark);
}

input.login-submit {
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red));
  border: 1px solid var(--mu-gold-dark);
  color: var(--mu-gold-light);
}

.countdowns .countdown {
  background: var(--mu-black-card) !important;
  border: 1px solid var(--mu-steel);
}
.countdowns .countdown .timer > div {
  background: var(--mu-black-light) !important;
  color: var(--mu-gold-light);
}

.news-section--home {
  background: rgba(18, 18, 21, 0.92);
  border-top-color: var(--mu-gold-dark);
}

.news-item-mc {
  background: rgba(26, 26, 30, 0.75);
  border-color: var(--mu-steel);
}

.navbar-toggler {
  color: var(--mu-gold-light);
  border-color: var(--mu-steel);
}

/* Botões pequenos e submits */
.btn-sm.btn-info,
.btn-block.btn-info {
  background: linear-gradient(180deg, var(--mu-red-light), var(--mu-red)) !important;
  border-color: var(--mu-gold-dark) !important;
  color: var(--mu-gold-light) !important;
}

.badge-success {
  background-color: var(--mu-gold-dark) !important;
  color: var(--mu-black) !important;
}

.badge-info {
  background-color: var(--mu-red) !important;
  color: var(--mu-gold-light) !important;
}
