* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  cursor: url('../images/cursor.cur'), auto;
  overflow-x: hidden;
}

a {
  cursor: url('../images/hand.cur'), auto !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  position: relative;
}

body {
  width: 100%;
  background-color: #0a0a0a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  color: #343131;
}

/* Fullscreen Video Background */
.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  transition: all 0.3s ease;
  color: #d9272e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3 {
  color: #343131;
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

img {
  max-width: 100%;
}

form {
  max-width: 600px;
  margin-bottom: 20px;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

table td {
  border-collapse: collapse;
  padding: 15px 20px;
  border: 1px solid rgba(52, 49, 49, 0.4);
}

table tr:nth-child(even) {
  background: rgba(52, 49, 49, 0.1);
}

caption {
  margin-bottom: 15px;
}

select {
  background: rgba(2, 2, 2, 0.9);
  border: 1px solid #212123;
  color: #fff;
  padding: 18px 44px 18px 32px;
  position: relative;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url(../images/arrow-v.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
}

input,
textarea {
  background: rgba(2, 2, 2, 0.9);
  border: 1px solid #212123;
  color: #fff;
  padding: 18px 32px;
  position: relative;
  font-size: 16px;
  border-radius: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #551272;
  border: 1px solid #8531a9;
  color: #fff;
  border-radius: 5px;
  position: relative;
  padding: 18px 32px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

button:hover,
.button:hover {
  filter: brightness(130%);
}

.button {
  display: inline-block;
  text-decoration: none;
  padding: 16px 32px;
}

.button-not-bg {
  border-radius: 1px;
  border: 2px solid #ffffff;
  font-size: 20px;
  color: #ffffff;
  text-transform: none;
  padding: 30px 100px 30px 50px;
  background: url(../images/button-arrow.png) right 50px center no-repeat;
}

.button-not-bg:hover {
  background: #1b110f;
  color: #fff;
}

.formGroup {
  margin-bottom: 15px;
}

.formGroup p {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.formGroup input {
  width: 100%;
}

.formGroup button,
.formGroup .button {
  width: 100%;
}

.formGroup .button {
  width: 100%;
}

.formGroup select {
  width: 100%;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #dedede;
}

::-moz-placeholder {
  color: #dedede;
}

:-moz-placeholder {
  color: #dedede;
}

:-ms-input-placeholder {
  color: #dedede;
}

.wrapper {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-s {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

main {
  margin-bottom: 2rem;
}

.t-center {
  text-align: center;
}

.bright:hover {
  filter: brightness(120%);
}

.topPanel {
  position: fixed;
  width: 100%;
  background: rgba(21, 24, 28, 0.94);
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  transition: 0.3s;
}

.topPanel a {
  color: #f8e9fd;
}

.topPanel-logo {
  display: block;
}

.topPanel-logo img {
  height: 51px;
}

.topPanel .menu {
  margin-left: 50px;
}

.topPanel .menu li {
  position: relative;
  height: 100px;
  line-height: 100px;
  transition: 0.3s;
}

.topPanel .menu li a {
  display: block;
  padding: 0px 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.topPanel .menu li:after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 50px);
  top: 0;
  left: -25px;
  background-color: rgba(2, 2, 2, 0);
  transition: 0.3s;
}

.topPanel .menu li:hover:after {
  background-color: rgba(2, 2, 2, 0.85);
}

.topPanel .menu .dropDown-menu {
  position: absolute;
  top: 100%;
  width: calc(100% + 50px);
  left: -25px;
  background: linear-gradient(to bottom, rgba(2, 2, 2, 0.8) 40%, rgba(2, 2, 2, 0));
  padding: 30px 0px 100px 0px;
  display: none;
}

.topPanel .menu .dropDown-menu li {
  height: auto;
  line-height: 1;
  padding: 0px 15px;
  text-align: center;
}

.topPanel .menu .dropDown-menu li a {
  padding: 15px 0px;
}

.topPanel .downloadButton {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  height: 100px;
  line-height: 100px;
  padding: 0px 100px;
  margin-left: 32px;
  background: linear-gradient(90deg, #b98533 0%, #f2d36c 50%, #b98533 100%);
  color: #541f0d;
}

.topPanel .loginButton {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  background: #303130;
  padding: 15px 48px;
  border-radius: 30px;
}

.dropdown-account {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  position: relative;
}

.dropdown-account .dropdown-toggle-account {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  background: #303130;
  padding: 15px 48px;
  border-radius: 30px;
  text-align: center;
}

.dropdown-account .dropdown-menu-account {
  display: none;
  grid-row: 2;
  grid-column: 1;
  position: absolute;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  background: #303130;
  border-radius: 10px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  margin-top: 10px;
}

.dropdown-menu-account.show {
  display: block;
  opacity: 1;
}

.dropdown-menu-account.show {
  margin-bottom: 10px;
}

.dropdown-menu-account.show:hover {
  display: block;
  opacity: 1;
  transition-delay: 0.3s;
}

.dropdown-account .dropdown-menu-account a {
  display: block;
  padding: 10px 0;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin: 5px 0;
}

.dropdown-account .dropdown-menu-account a:hover {
  background: #202020;
}

.topPanel-top .downloadButton {
  height: 60px;
  line-height: 60px;
}

.topPanel-top .menu li {
  height: 60px;
  line-height: 60px;
}

.topPanel-logo {
  margin-left: 40px;
}

.topPanel-button {
  position: absolute;
  right: 0;
}

.modal_div {
  max-width: 430px;
  width: 100%;
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 30px 40px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  max-height: 90vh;
  overflow-y: auto;
}

.modal_div h1 {
  font-size: 22px;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 20px 0px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.modal_div form {
  margin-bottom: 20px;
}

.modal_div form p {
  margin-bottom: 10px;
}

.modal_div label {
  display: block;
  color: #ccc;
  font-size: 13px;
  margin-bottom: 4px;
  text-align: left;
}

.modal_div input,
.modal_div textarea {
  padding: 12px 16px;
  font-size: 14px;
}

.modal_div button {
  padding: 12px 16px;
  font-size: 14px;
  margin-top: 5px;
}

.modal_div .modal_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 35px;
  cursor: pointer;
}

.modal_div .modal_close span {
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
  position: relative;
}

.modal_div .modal_close span:nth-child(1) {
  transform: rotate(45deg);
  top: 3px;
}

.modal_div .modal_close span:nth-child(2) {
  transform: rotate(-45deg);
}

.or {
  padding: 25px 0px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.form-width input {
  width: 100%;
}

.form-width button,
.form-width .button {
  width: 100%;
}

.form-width .button {
  width: 100%;
}

.formlinks {
  color: #f6f9ff;
}

.formlinks a {
  color: #f6f9ff;
  font-size: 14px;
}

.formlinks p {
  margin-bottom: 14px;
}

.formlinks .reg {
  color: #77acff;
}

#overlay {
  z-index: 998;
  position: fixed;
  background-color: #0f0f0f;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

/* ===== Layout: centrado + responsive ===== */
.header {
    display: flex;
    margin-top: 6rem;
    justify-content: center;
    align-items: center;
    min-height: 430px;
    position: relative;
    z-index: 1;
}

.logo{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  position:relative;
  width:min(70vw, 400px);
}

.logotype{
  position:relative;   /* <- importante: contexto del overlay */
  display:inline-block;
  width:100%;
  line-height:0;
}

/* Base */
.logo__img{
  display:block;
  width:100%;
  height:auto;
}

/* Overlay (flash) */
.logo__img_hover{
  position:absolute;
  inset:0;
  z-index:2;           /* asegúrate que quede por encima */
  opacity:0;
  pointer-events:none;
  will-change: transform, opacity;
  transform-origin:center center;
}

/* DISPARO: usa el hover en el contenedor real del overlay */
.logotype:hover .logo__img_hover{
  animation: logo-burst .35s cubic-bezier(.2,.8,.2,1) both;
  /* si quieres que repita mientras mantienes el mouse:
     animation-iteration-count: infinite; */
}

@keyframes logo-burst{
  0%   { transform:scale(1);    opacity:0;   }
  18%  { transform:scale(1.02); opacity:.45; }
  40%  { transform:scale(1.12); opacity:.25; }
  100% { transform:scale(1.28); opacity:0;   }
}

/* micro-pop opcional */
.logotype{ transition: transform .25s ease; }
.logotype:hover{ transform: translateY(-1px); }



.serverBlock {
  display: flex;
  height: 100vh;
  color: #242324;
  align-items: flex-end;
  margin-left: 25%;
}

.circleContainer {
  position: relative;
  width: 200px;
  height: 200px;
}

.progress-ring {
  position: relative;
  width: 100%;
  height: 100%;
}

.progress-ring__background,
.progress-ring__value {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.progress-ring__background {
  stroke: #ddd;
}

.status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.count {
  font-size: 38px;
  font-weight: bold;
}

.label {
  font-size: 14px;
  font-weight: normal;
}

.stars {
    position: absolute;
    width: 600px;
    height: 470px;
    bottom: 0;
}

.stars span {
  display: block;
  width: 1px;
  height: 1px;
  background: rgba(177, 243, 203, 0.7);
  border-radius: 50%;
  transform: scale(0);
  position: absolute;
  animation: star 8s linear infinite;
}

.stars .star_1 {
  box-shadow: 0px 0px 10px 8px #9cffc3;
  top: 30px;
  left: 60px;
}

.stars .star_2 {
  box-shadow: 0px 0px 10px 5px #9cffc3;
  top: 30px;
  left: 300px;
  animation-delay: 1s;
}

.stars .star_3 {
  box-shadow: 0px 0px 10px 7px #9cffc3;
  top: 30px;
  left: 200px;
  animation-delay: 3s;
}

.stars .star_4 {
  box-shadow: 0px 0px 12px 8px #9cffc3;
  top: 30px;
  left: 440px;
  animation-delay: 6s;
}

.stars .star_5 {
  box-shadow: 0px 0px 8px 4px #9cffc3;
  top: 30px;
  left: 250px;
  animation-delay: 5s;
}

.stars .star_6 {
  box-shadow: 0px 0px 10px 8px #9cffc3;
  top: 30px;
  left: 370px;
  animation-delay: 4s;
}

.stars .star_7 {
  box-shadow: 0px 0px 14px 8px #9cffc3;
  top: 30px;
  left: 520px;
  animation-delay: 7s;
}

.stars .star_8 {
  box-shadow: 0px 0px 7px 4px #9cffc3;
  top: 30px;
  left: 180px;
  animation-delay: 8s;
}

@keyframes star {
  0% {
    transform: scale(0);
  }

  33% {
    transform: scale(1);
    top: 30px;
  }

  66% {
    transform: scale(1);
    top: 130px;
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    top: 230px;
    opacity: 0;
  }
}

.newsBlock {
  width: 67%;
}

.eventsBlock {
  width: calc(33% - 20px);
}

.content-title {
  font-size: 30px;
  margin-bottom: 50px;
  padding: 0px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.content-title .more {
  position: relative;
  display: flex;
  right: auto;
  top: auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.64);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.content-title .more span {
  display: block;
  width: 14px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}

.content-title .more span:first-child {
  transform: rotate(45deg);
  margin-right: -7px;
}

.content-title .more span:last-child {
  transform: rotate(-45deg);
  margin-left: -7px;
}

.content-title .more:hover {
  transform: rotate(225deg);
}

.content-title .more:hover span {
  background: white;
}

.news {
  display: flex;
  align-items: flex-end;
  width: calc(33.3% - 5px);
  height: 300px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.3s;
}

.news-info {
  background-color: rgba(0, 0, 0, 0.9);
  position: relative;
  padding: 30px 35px;
  height: 130px;
  width: 100%;
  transition: 0.3s;
}

.news h3 {
  color: #fbefef;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}

.news h3 span {
  color: #66686a;
}

.news .date {
  color: #767676;
  font-size: 14px;
}

.news:hover .news-info {
  height: 150px;
}

.swiper-container {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-link img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.swiper-link p {
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 65px;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}

.socBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  padding: 12px 15px;
  position: fixed;
  left: 70px;
  top: 50%;
  z-index: 14;
}

.socBlock a {
  display: block;
  height: 17px;
  width: 30px;
  margin: 0px 4px;
  opacity: 0.7;
}

.socBlock a:hover {
  opacity: 1;
}

.socBlock .fb {
  background: url(../images/soc-icons.png) left 12px top no-repeat;
}

.socBlock .dc {
  background: url(../images/soc-icons.png) left -26px top no-repeat;
}

.toTop {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  right: 70px;
  top: 49%;
  width: 62px;
  height: 54px;
  color: #b0abb1;
  font-size: 14px;
  padding-top: 15px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 14;
}

.toTop:after {
  content: "";
  background: url(../images/arrow-v.png) no-repeat;
  width: 12px;
  height: 6px;
  transform: rotate(180deg);
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -6px;
  opacity: 0.7;
  transition: 0.3s;
}

.toTop:hover {
  color: #fff;
}

.toTop:hover:after {
  opacity: 1;
}

.block {
  padding-bottom: 70px;
  position: relative;
}

.dark-title {
  color: #edcd67;
}

.streamBlock {
  justify-content: space-between;
}

.streamBlock>a {
  width: calc(50% - 6px);
  height: 210px;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  padding-left: 70px;
}

.twitchBlock {
  border: 3px solid #4a2197;
  background: url(../images/twitch-img.png) center right no-repeat;
  background-color: #6340a4;
}

.twitchBlock:hover {
  background-color: #864def;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.youtubeBlock {
  background: url(../images/youtube-img.png) center right no-repeat;
  background-color: #9b1b1b;
  border: 3px solid #6c1313;
}

.youtubeBlock:hover {
  background-color: #cf2323;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.blockBorder {
  padding-bottom: 100px;
  border-bottom: 1px solid #706a69;
  position: relative;
}

.blockBorder::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;                 /* evita que se recorte */
  transform: translateX(-50%); /* mejor que margin-left negativo */
  display: block;            /* clave para que respeten width/height */
  width: 211px;
  height: 10px;
  background-image: url("../images/border-img.png"); /* ajusta ruta si hace falta */
  background-repeat: no-repeat;
  background-position: center;
}

.contentHome {
  margin: 70px 0px 0px 0px;
  width: 100%;
}

.contentHome h1 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 15px;
}

.contentHome h3 {
  font-size: 24px;
  font-weight: normal;
  color: #6c6c6c;
  margin-bottom: 75px;
}

.block-a {
  color: #fff;
  font-size: 24px;
  display: block;
  transition: 1s;
}

.block-a:hover {
  background-size: 110%;
}

.blockPvp {
  background: url(../images/pvp-bg.png) bottom center no-repeat;
  background-size: 100%;
  height: 380px;
  text-align: center;
  padding-top: 90px;
}

.buttonPlay {
  width: 45px;
  height: 45px;
  background: rgba(1, 1, 1, 0.64);
  display: block;
  position: relative;
  margin: 0 auto;
  transform: rotate(45deg);
  margin-bottom: 30px;
}

.buttonPlay:after {
  border: 10px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -15px;
  content: '';
  transform: rotate(-45deg);
}

.blockUpdate {
  background: url(../images/updates-pvp.jpg) top center no-repeat;
  background-size: 100%;
  height: 403px;
  text-align: center;
  padding-top: 230px;
  width: 64%;
}

.blockExp {
  width: 36%;
}

.blockExp a {
  font-size: 16px;
  justify-content: center;
  text-align: center;
  padding-top: 150px;
  display: flex;
}

.blockExp a .buttonPlay {
  width: 20px;
  height: 20px;
  margin: 0px 10px 0px 0px;
}

.blockExp a .buttonPlay:after {
  border: 5px solid transparent;
  border-left-color: #fff;
  margin-left: -2px;
  margin-top: -8px;
}

.blockSolo {
  background: url(../images/solo-bg.jpg) top center no-repeat;
  background-size: 100%;
  height: 201px;
}

.blockRaids {
  background: url(../images/raid-bg.jpg) top center no-repeat;
  background-size: 100%;
  height: 201px;
}

.allContent {
  margin-top: 60px;
  text-align: center;
}

.footer {
  text-align: center;
}

/* ===== Bloques base que ya tenías ===== */
.footerTopBlock {
  background: #1b110f;
  padding: 90px 0;
}

.footerTopBlock .footerLogo {
  margin-bottom: 50px;
}

.footerTopBlock a {
  color: #d4d4d4;
  margin: 0 50px;
}

.footerBottomBlock {
  background: #120806;
  padding: 50px 0;
  color: #7e7e7e;
  font-size: 14px;
  text-align: center;
}

.footerBottomBlock p {
  margin-bottom: 10px;
}

.footerBottomBlock span {
  color: #bbbaba;
}

/* ===== Reutilizable: logo burst effect ===== */
.logo-burst {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 0;
  width: 100%;
  max-width: var(--logo-max, 250px);
  --burst-scale: 1.22;
  --burst-duration: .35s;
  --burst-ease: cubic-bezier(.2,.8,.2,1);
  --flash-opacity-1: .45;
  --flash-opacity-2: .25;
}

.logo-burst__img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}

.logo-burst__flash {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  will-change: transform, opacity;
  transform-origin: center center;
}

.logo-burst:hover .logo-burst__flash {
  animation: logo-burst var(--burst-duration) var(--burst-ease);
}

@keyframes logo-burst {
  0%   { transform: scale(1);     opacity: 0; }
  18%  { transform: scale(1.02);  opacity: var(--flash-opacity-1); }
  40%  { transform: scale(1.12);  opacity: var(--flash-opacity-2); }
  100% { transform: scale(var(--burst-scale)); opacity: 0; }
}

.topButton {
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 2;
  transition: 0.5s;
}

.topButton span {
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
  margin-bottom: 5px;
  transition: 0.5s;
}

.topButton.active {
  left: 260px;
  top: 30px;
}

.topButton.active span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -2px;
}

.topButton.active span:nth-child(2) {
  display: none;
}

.topButton.active span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -3px;
}

.body-page {
  background: url(../images/page-bg.jpg) center top no-repeat;
  background-color: #fff;
}

.body-page .wrapper {
  min-height: 1500px;
}

.page-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 65px;
  padding-left: 70px;
}

.main-content {
  background: linear-gradient(to bottom, #f5f5f5, #fff);
  padding: 40px;
  position: relative;
  line-height: 1.4;
}

.main-content.download-page {
  padding: 10px 10px;
}

.pageBlock {
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #c8c9c8;
}

.pageBlock:after {
  content: "";
  background: url(../images/line.png) no-repeat;
  height: 10px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  bottom: -10px;
  position: absolute;
}

.pageBlock h2 {
  color: #343131;
  font-size: 24px;
}

.pageBlock h3 {
  color: #343131;
  font-size: 18px;
  margin-bottom: 50px;
}

.pageBlock:last-child {
  border-bottom: none;
}

.pageBlock:last-child:after {
  display: none;
}

.download-icon {
  width: 205px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcf7f7;
  border-radius: 15px;
  border: 1px solid #a9abb0;
  margin: 0px 12px 25px 12px;
  position: relative;
}

.download-icon:hover {
  background: #444b61;
}

.white-title {
  color: #fff;
}

#modal-message {
  padding: 20px;
  margin-bottom: 10px;
}

.captcha-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.captcha-caption {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
}

.captcha-content {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.captcha-display {
  width: 150px;
  font-size: 24px;
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  user-select: none;
  text-align: center;
  color: #c80fcd;
  text-transform: skewX(20deg);
  animation: captchaAnimation 2s ease-in-out infinite;
}

@keyframes captchaAnimation {
  0% {
    transform: translateX(-2px);
  }

  50% {
    transform: translateX(2px);
  }

  100% {
    transform: translateX(-2px);
  }
}

.ok {
  margin-top: 20px
}

#captcha-result {
  padding: 10px;
  font-size: 1em;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.content-left,
.content-right {
  flex: 1 1 50%;
  box-sizing: border-box;
}

.online {
  color: #049409;
}

.offline {
  color: #d60a0a;
}

.pagination-container {
  text-align: center;
  margin-top: 20px;
}

.pagination-summary {
  margin-top: 10px;
  font-weight: bold;
}

.table th,
.table td {
  text-align: center;
  vertical-align: middle;
}

.info-container {
  background: linear-gradient(90deg, #b98533ad 0%, #f2d36c 50%, #b9853352 100%);
  height: 300px;
  padding: 20px;
  color: #541f0d;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-family: 'Arial', sans-serif;
  font-size: 0.9rem;
  text-align: center;
  font-weight: bold;
}

.info-container h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #541f0d;
  display: inline-block;
}

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

.info-container li {
  margin-bottom: 10px;
}

.formGroup {
  position: relative;
}

.displayInline {
  display: inline-block;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
}

#new_password {
  padding-right: 30px;
}

.ncoin {
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}

.ncoin img {
  margin: 0 10px;
}

html {
    scroll-behavior: smooth;
}


[id] {
    scroll-margin-top: 100px !important;
}

a[name] {
    scroll-margin-top: 100px !important;
}

/* ===================================================
   DONATE DASHBOARD — Premium Dark Theme
   =================================================== */

.donate-dashboard {
    width: 100%;
    padding: 0;
}

/* — Balance Card — */
.donate-balance-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px;
    background: linear-gradient(135deg, rgba(85, 18, 114, 0.45) 0%, rgba(30, 10, 50, 0.7) 50%, rgba(10, 10, 30, 0.85) 100%);
    border: 1px solid rgba(140, 60, 200, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.donate-balance-glow {
    position: absolute;
    top: -60%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: radial-gradient(ellipse at 30% 20%, rgba(140, 60, 200, 0.18) 0%, transparent 60%);
    pointer-events: none;
}

.donate-balance-inner {
    position: relative;
    text-align: center;
    padding: 40px 30px 24px;
}

.donate-balance-label {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.donate-balance-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    margin-bottom: 6px;
}

.donate-balance-number {
    font-size: 52px;
    font-weight: 800;
    background: linear-gradient(135deg, #f2d36c 0%, #e8b830 40%, #f2d36c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    text-shadow: none;
}

.donate-balance-currency {
    font-size: 20px;
    font-weight: 600;
    color: rgba(242, 211, 108, 0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.donate-balance-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* — Action Buttons — */
.donate-actions {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.donate-action-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.donate-action-btn:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.donate-action-buy {
    color: #f2d36c !important;
}

.donate-action-buy:hover {
    background: rgba(242, 211, 108, 0.08);
    color: #ffe588 !important;
}

.donate-action-buy i {
    font-size: 16px;
}

.donate-action-transfer {
    color: #8c9eff !important;
}

.donate-action-transfer:hover {
    background: rgba(140, 158, 255, 0.08);
    color: #a8b8ff !important;
}

.donate-action-transfer i {
    font-size: 16px;
}

/* — Sections — */
.donate-section {
    margin-bottom: 28px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(15, 15, 25, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.donate-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.donate-section-header i {
    color: #8c3cc8;
    font-size: 16px;
}

.donate-section-header h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}

/* — Table — */
.donate-table-wrap {
    overflow-x: auto;
}

.donate-table {
    width: 100%;
    border-collapse: collapse;
}

.donate-table thead th {
    padding: 12px 18px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.35);
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    white-space: nowrap;
}

.donate-table tbody td {
    padding: 14px 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    border-left: none;
    border-right: none;
    border-top: none;
}

.donate-table tbody tr {
    background: none;
    transition: background 0.2s ease;
}

.donate-table tbody tr:hover {
    background: rgba(140, 60, 200, 0.06);
}

.donate-table tbody tr:last-child td {
    border-bottom: none;
}

/* — Coin Amount — */
.donate-coin-amount {
    font-weight: 700;
    color: #f2d36c;
}

/* — Character Name — */
.donate-char-name {
    color: #a8b8ff;
    font-weight: 600;
}

/* — Status Badges — */
.donate-status {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.donate-status-completed {
    background: rgba(46, 204, 113, 0.12);
    color: #2ecc71;
    border: 1px solid rgba(46, 204, 113, 0.2);
}

.donate-status-pending {
    background: rgba(241, 196, 15, 0.12);
    color: #f1c40f;
    border: 1px solid rgba(241, 196, 15, 0.2);
}

.donate-status-failed {
    background: rgba(231, 76, 60, 0.12);
    color: #e74c3c;
    border: 1px solid rgba(231, 76, 60, 0.2);
}

/* — Transaction type icons — */
.donate-type-spent {
    color: #e74c3c;
    margin-right: 4px;
}

.donate-type-received {
    color: #2ecc71;
    margin-right: 4px;
}

/* — Empty state — */
.donate-empty {
    text-align: center !important;
    color: rgba(255, 255, 255, 0.25) !important;
    font-style: italic;
    padding: 32px 18px !important;
}

/* — Responsive — */
@media (max-width: 600px) {
    .donate-balance-number {
        font-size: 36px;
    }
    .donate-balance-currency {
        font-size: 16px;
    }
    .donate-actions {
        flex-direction: column;
    }
    .donate-action-btn:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .donate-table thead th,
    .donate-table tbody td {
        padding: 10px 12px;
        font-size: 12px;
    }
}

/* ===================================================
   PANEL SYSTEM — Shared Dark Theme Components
   =================================================== */

.panel-dashboard {
    width: 100%;
}

.panel-grid {
    display: grid;
    gap: 24px;
}

.panel-grid-2 {
    grid-template-columns: 1fr 1fr;
}

.panel-section {
    border-radius: 12px;
    overflow: hidden;
    background: rgba(15, 15, 25, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-bottom: 24px;
}

.panel-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.panel-section-header i {
    color: #8c3cc8;
    font-size: 16px;
}

.panel-section-header h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0.3px;
    flex: 1;
}

.panel-header-badge {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.05);
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.panel-section-body {
    padding: 24px;
}

.panel-subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.panel-subtitle strong {
    color: #fff;
}

/* — Panel Forms — */
.panel-form {
    max-width: 100%;
}

.panel-form-group {
    margin-bottom: 18px;
}

.panel-form-group label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.panel-form-group input {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.panel-form-group input:focus {
    border-color: rgba(140, 60, 200, 0.5);
}

.panel-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #551272 0%, #7b2fa0 100%);
    color: #fff !important;
    border: 1px solid rgba(140, 60, 200, 0.3);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    width: 100%;
    justify-content: center;
}

.panel-btn:hover {
    background: linear-gradient(135deg, #6a1a8e 0%, #9240c0 100%);
    box-shadow: 0 4px 20px rgba(85, 18, 114, 0.3);
}

/* — Panel Select — */
.panel-select {
    width: 100%;
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #fff;
    padding: 14px 40px 14px 18px !important;
    border-radius: 8px !important;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background-image: url(../images/arrow-v.png) !important;
    background-position: right 14px center !important;
    background-repeat: no-repeat !important;
}

.panel-select:focus {
    border-color: rgba(140, 60, 200, 0.5) !important;
}

/* ===================================================
   PROFILE PAGE
   =================================================== */

.profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.profile-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(85, 18, 114, 0.4) 0%, rgba(140, 60, 200, 0.2) 100%);
    border: 2px solid rgba(140, 60, 200, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.profile-avatar i {
    font-size: 28px;
    color: #b06ce0;
}

.profile-name {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.profile-role-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid;
}

.profile-role-badge i {
    font-size: 11px;
}

.profile-details {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.profile-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.profile-detail-row:last-child {
    border-bottom: none;
}

.profile-detail-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-detail-label i {
    color: #8c3cc8;
    width: 16px;
    text-align: center;
    font-size: 13px;
}

.profile-detail-value {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

/* ===================================================
   MASTER ACCOUNT PAGE
   =================================================== */

.master-controls {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.master-select-form {
    flex: 1;
    margin-bottom: 0;
}

.master-select-form select {
    height: 100%;
}

.master-controls .panel-btn {
    width: auto;
    white-space: nowrap;
    flex-shrink: 0;
}

/* — Responsive — */
@media (max-width: 768px) {
    .panel-grid-2 {
        grid-template-columns: 1fr;
    }
    .master-controls {
        flex-direction: column;
    }
    .master-controls .panel-btn {
        width: 100%;
    }
}

/* ===================================================
   PURCHASE PAGE
   =================================================== */

.purchase-pricing {
    margin-bottom: 28px;
    text-align: center;
}

.purchase-rate {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    padding: 16px 32px;
    background: rgba(242, 211, 108, 0.06);
    border: 1px solid rgba(242, 211, 108, 0.15);
    border-radius: 12px;
}

.purchase-rate-value {
    font-size: 28px;
    font-weight: 800;
    color: #f2d36c;
}

.purchase-rate-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(242, 211, 108, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.purchase-rate-equals {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.25);
}

.purchase-rate-price {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

.purchase-form {
    max-width: 100%;
}

.panel-form-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.purchase-presets {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.purchase-preset-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 18px 12px;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 10px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none !important;
}

.purchase-preset-btn:hover {
    background: rgba(140, 60, 200, 0.1) !important;
    border-color: rgba(140, 60, 200, 0.3) !important;
}

.purchase-preset-btn.active {
    background: rgba(140, 60, 200, 0.15) !important;
    border-color: #8c3cc8 !important;
    box-shadow: 0 0 20px rgba(140, 60, 200, 0.15);
}

.purchase-preset-coins {
    font-size: 22px;
    font-weight: 800;
    color: #f2d36c;
    line-height: 1;
}

.purchase-preset-price {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.purchase-total {
    padding: 14px 20px;
    background: rgba(242, 211, 108, 0.06);
    border: 1px solid rgba(242, 211, 108, 0.12);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.purchase-total span {
    font-weight: 700;
    color: #f2d36c;
    font-size: 18px;
}

/* ===================================================
   TRANSFER PAGE
   =================================================== */

.transfer-balance-mini {
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(85, 18, 114, 0.3) 0%, rgba(15, 15, 25, 0.7) 100%);
    border: 1px solid rgba(140, 60, 200, 0.2);
    margin-bottom: 24px;
}

.transfer-balance-mini-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
}

.transfer-balance-mini-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.transfer-balance-mini-amount {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.transfer-balance-mini-currency {
    font-size: 13px;
    color: rgba(242, 211, 108, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* — Back Link — */
.panel-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: 8px;
    padding: 8px 0;
}

.panel-back-link:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel-back-link i {
    font-size: 12px;
}

/* — Responsive Purchase — */
@media (max-width: 600px) {
    .purchase-presets {
        grid-template-columns: repeat(3, 1fr);
    }
    .purchase-rate {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }
    .purchase-rate-value,
    .purchase-rate-price {
        font-size: 22px;
    }
    .transfer-balance-mini-inner {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

/* ===================================================
   HOME PAGE — Rates Card
   =================================================== */

.rates-card {
    border-radius: 12px;
    overflow: hidden;
    background: rgba(10, 10, 20, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 300px;
    display: flex;
    flex-direction: column;
}

.rates-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
}

.rates-card-header i {
    color: #8c3cc8;
    font-size: 14px;
}

.rates-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex: 1;
}

.rates-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
    transition: background 0.2s ease;
}

.rates-item:hover {
    background: rgba(140, 60, 200, 0.06);
}

.rates-item:nth-child(2n) {
    border-right: none;
}

.rates-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.rates-value {
    font-size: 22px;
    font-weight: 800;
    color: #f2d36c;
    letter-spacing: 0.5px;
}

.rates-card-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.rates-card-link:hover {
    color: #b06ce0 !important;
    background: rgba(140, 60, 200, 0.04);
}

.rates-card-link i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.rates-card-link:hover i {
    transform: translateX(3px);
}

/* ===================================================
   SERVER INFORMATION PAGE
   =================================================== */

.si-general-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 !important;
}

.si-general-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.2s ease;
}

.si-general-item:last-child {
    border-bottom: none;
}

.si-general-item:hover {
    background: rgba(140, 60, 200, 0.04);
}

.si-general-item i {
    color: #8c3cc8;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
}

.si-general-item span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.si-general-item strong {
    color: #b06ce0;
}

/* — News 4-column layout — */
.news.news-4 {
    width: calc(25% - 5px);
}

/* — Full-width Rates Card — */
.rates-card-full {
    height: auto;
}

.rates-card-grid-full {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
    .news.news-4 {
        width: calc(50% - 5px);
        margin-bottom: 5px;
    }
    .rates-card-grid-full {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===================================================
   HERO SECTION — Server Info Banner
   =================================================== */

.hero-section {
    text-align: center;
    padding: 0 20px 50px;
    margin-top: -40px;
    position: relative;
    margin-bottom: 20px;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 48px;
    font-weight: 900;
    background: linear-gradient(180deg, #f2d36c 0%, #b98533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 4px;
    margin-bottom: 4px;
    line-height: 1.1;
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 6px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.hero-dates {
    margin-bottom: 30px;
}

.hero-dates p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 1.5px;
    margin-bottom: 4px;
    font-weight: 500;
}

.hero-gmt {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}

/* — Countdown — */
.countdown-target-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-weight: 600;
}

.hero-countdown {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 0;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.countdown-number {
    font-size: 38px;
    font-weight: 800;
    color: #f2d36c;
    line-height: 1;
    min-width: 50px;
    text-align: center;
}

.countdown-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

/* — Features Timeline — */
.hero-features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    margin-top: 50px;
    position: relative;
    padding: 0 40px;
}

.hero-features-line {
    position: absolute;
    top: 28px;
    left: 15%;
    right: 15%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.12) 20%, rgba(255,255,255,0.12) 80%, transparent 100%);
}

.hero-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.hero-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: rgba(10, 10, 20, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hero-feature:hover .hero-feature-icon {
    border-color: rgba(242, 211, 108, 0.4);
    background: rgba(242, 211, 108, 0.06);
    transform: translateY(-3px);
}

.hero-feature-icon i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.3s ease;
}

.hero-feature:hover .hero-feature-icon i {
    color: #f2d36c;
}

.hero-feature-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* — Responsive Hero — */
@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .hero-subtitle {
        font-size: 22px;
        letter-spacing: 3px;
    }
    .hero-countdown {
        gap: 20px;
    }
    .countdown-number {
        font-size: 28px;
    }
    .hero-features {
        gap: 20px;
        flex-wrap: wrap;
        padding: 0;
    }
    .hero-features-line {
        display: none;
    }
    .hero-feature-icon {
        width: 46px;
        height: 46px;
    }
    .hero-feature-icon i {
        font-size: 16px;
    }
}

/* — Hero Active States — */
.hero-date-active {
    color: #2ecc71 !important;
    font-weight: 700;
}

.hero-date-active .hero-gmt {
    color: rgba(46, 204, 113, 0.5) !important;
}

/* — ONLINE Badge — */
.hero-online-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 12px 32px;
    background: rgba(46, 204, 113, 0.08);
    border: 1px solid rgba(46, 204, 113, 0.25);
    border-radius: 30px;
    font-size: 18px;
    font-weight: 800;
    color: #2ecc71;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.online-pulse {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2ecc71;
    display: inline-block;
    animation: pulse-green 1.5s ease-in-out infinite;
    box-shadow: 0 0 8px rgba(46, 204, 113, 0.5);
}

@keyframes pulse-green {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.8); }
}