/*!
* BlizzCMS
*
* An Open Source CMS for "World of Warcraft"
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2017 - 2019, WoW-CMS
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @theme  Default
* @author  WoW-CMS
* @copyright  Copyright (c) 2017 - 2019, WoW-CMS.
* @license https://opensource.org/licenses/MIT MIT License
* @link    https://wow-cms.com
* @since   Version 1.0.1
* @filesource
*/

@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: normal;
  src: url('../../../core/fonts/lobster-regular-webfont.woff2') format('woff2'), url('../../../core/fonts/lobster-regular-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Blizzard';
  font-style: normal;
  font-weight: 300;
  src: local('Blizzard Light'), local('Blizzard-Light'), url('../fonts/blizzard-light.ttf') format("truetype");
}

@font-face {
  font-family: 'Blizzard';
  font-style: normal;
  font-weight: 400;
  src: local('Blizzard'), local('Blizzard'), url('../fonts/blizzard.ttf') format("truetype");
}

@font-face {
  font-family: 'Blizzard';
  font-style: italic;
  font-weight: 400;
  src: local('Blizzard Italic'), local('Blizzard-Italic'), url('../fonts/blizzard-italic.ttf') format("truetype");
}

@font-face {
  font-family: 'Blizzard';
  font-style: normal;
  font-weight: 700;
  src: local('Blizzard Bold'), local('Blizzard-Bold'), url('../fonts/blizzard-bold.ttf') format("truetype");
}

@font-face {
  font-family: 'Blizzard';
  font-style: italic;
  font-weight: 700;
  src: local('Blizzard Bold Italic'), local('Blizzard-Bold-Italic'), url('../fonts/blizzard-bolditalic.ttf') format("truetype");
}

html {
  overflow-y: scroll;
  background: transparent;
  color: #fff;
  font-family: "Berlin Sans FB", "Open Sans", Helvetica, Arial, sans-serif;
}

body {
  background: linear-gradient(135deg, #12121a, #1a1520); /* tonos más oscuros */
  color: #dcdcdc; /* texto un poco más suave */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

a {
  color: #00aeff;
  text-decoration: none;
  transition: color ease-in 0.15s;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

hr,
.uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

h1,
h2,
.uk-h1,
.uk-h2 {
  color: #fff;
  font-family: "DpQuake";
  font-size: 4em;
}

h3,
h4,
.uk-h3,
.uk-h4 {
  color: #fff;
  font-family: "Felix Titling";
  font-size: 2em;
}

h5,
h6,
.uk-h5,
.uk-h6 {
  color: #fff;
  font-family: "Berlin Sans FB";
  font-weight: 400;
  font-size: 1.5em;
}

.uk-h7 {
  font-family: "Berlin Sans FB";
  font-size: 1em;
  font-weight: 400;
}

p {
  font-family: "Berlin Sans FB";
}

.uk-text-title {
  font-size: 1.5em !important;
  font-weight: 400;
}

.uk-height-small {
  height: 14em;
}

.uk-height-small-slider-home {
  height: 60em;
}

.uk-height-small-slider {
  height: 45em;
}

.uk-divider-cover {
  background-image: url(../images/separator.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -5em;
  height: 3.5em;
  width: -webkit-fill-available;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #161830;
  text-align: center;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgba(56, 2, 155, 0),
    rgb(202, 234, 246),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  width: 100%;
  padding: 10px 0;
}

.uk-navbar-transparent {
  background: #000824;
  background-position: top center;
  padding: 0.5em 0;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  font-family: "Berlin Sans FB", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  min-height: 40px;
}

.uk-visible-logo-nav {
  width: 0px;
}
.uk-visible-logo {
  position: absolute;
  left: -150px;
  top: -19px;
  width: 130px;
  z-index: 10;
}

.uk-badge {
  box-sizing: border-box;
  min-width: 24px;
  height: 24px;
  border-radius: 500px;
  padding: 0 5px;
  margin: 0 5px;
  vertical-align: middle;
  background: #fff;
  color: #000824;
  font-size: 0.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.uk-navbar-nav > li > a,
.uk-navbar-dropdown-nav > li > a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Berlin Sans FB";
  font-weight: 600;
}

.uk-navbar-dropdown-nav > li > a {
  font-size: 12px;
  padding: 4px 18px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.uk-navbar-dropdown-nav > li > a:focus,
.uk-navbar-dropdown-nav > li > a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a.uk-open,
.uk-navbar-nav > li > a:focus {
  color: #fff;
  text-shadow: 0 0 15px #fff, 0 0 30px rgba(255, 255, 255, 0.3);
}

.uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.7);
}

.uk-navbar-toggle.uk-open,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover {
  color: #fff;
}

[class*="uk-dropdown-bottom"] {
  margin-top: 2px;
}

[class*="uk-navbar-dropdown-bottom"] {
  margin-top: 1px;
}

.uk-navbar-dropdown {
  background: #000824;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #caeaf6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 180px;
  padding: 10px 5px 0 5px;
}

.uk-navbar-dropdown-li {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #caeaf6;
}

.uk-navbar-dropdown .blizzcms-cart-dropdown {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  padding: 4px 8px;
}

.uk-offcanvas-bar {
  background: #151a23;
}

.uk-visible-li {
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 0 1px;
}

#mobile .uk-offcanvas-bar {
  padding: 20px 0;
}

#mobile .uk-offcanvas-bar .uk-nav-default {
  font-size: 1rem;
}

#mobile .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
  height: 2.5em;
}

#mobile .uk-offcanvas-bar .uk-nav-default > li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 2.5em;
  padding: 0 12px;
  color: #bdbdbd;
  transition: all ease 0.3s;
}

#mobile .uk-offcanvas-bar .uk-nav-default > li > a:hover {
  background-color: rgba(255, 255, 255, 0.02);
  color: #fff;
}

#mobile .uk-offcanvas-bar .uk-nav-default > li.uk-parent.uk-open > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.uk-modal-title {
  color: #fff;
  font-size: 1.625rem;
}

.uk-modal-dialog {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.uk-modal-dialog,
.uk-modal-body,
.uk-modal-header,
.uk-modal-footer {
  background: rgba(0, 38, 80, 0.7);
}

.uk-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.uk-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.slider-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0, transparent);
}

.main-section {
  position: relative;
}

.main-section-slider {
  top: -15em;
  position: relative;
}

.header-section {
  background-image: url("../images/header-background.png");
  background-repeat: no-repeat;
}

.header-section-home {
  background-image: url("../images/slides/home2.png");
  background-repeat: no-repeat;
}

.header-section-account {
  background-image: url("../images/background/account.webp");
  background-repeat: no-repeat;
}

.header-section-donate {
  background-image: url("../images/background/donate.webp");
  background-repeat: no-repeat;
}

.header-section-vote {
  background-image: url("../images/background/vote.webp");
  background-repeat: no-repeat;
}

.header-section-store {
  background-image: url("../images/background/store.webp");
  background-repeat: no-repeat;
}

.header-section-bugtracker {
  background-image: url("../images/background/bugtracker.webp");
  background-repeat: no-repeat;
}

.header-section-changelogs {
  background-image: url("../images/background/changelogs.webp");
  background-repeat: no-repeat;
}

.header-section-download {
  background-image: url("../images/background/download.webp");
  background-repeat: no-repeat;
}

.header-section-forum {
  background-image: url("../images/background/forum.webp");
  background-repeat: no-repeat;
}

.header-section-pvp {
  background-image: url("../images/background/pvp.webp");
  background-repeat: no-repeat;
}

.uk-card-default {
  border: 2px solid rgb(40, 144, 200);
  background: rgba(9, 85, 135, 0.2);
  color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.uk-card-default .uk-card-header {
  background: rgb(7 20 86 / 75%);
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgba(56, 2, 155, 0),
    rgb(40, 144, 200),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  padding: 10px;
}

.uk-card-default .uk-card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.uk-card-default.news-card {
  background: rgba(9, 85, 135, 0.1);
  color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  border: none;
}

.uk-margin-small-top {
  border-top: 1px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgba(56, 2, 155, 0),
    rgb(40, 144, 200),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
}

.uk-card-item {
  margin-top: 10px;
  width: auto;
}

.uk-card-item.default {
  width: 60%;
}

.uk-card-default.news-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all ease-in 0.2s;
}

.uk-card-media-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.uk-card-default.news-card.uk-card-hover:hover {
  background-color: rgba(9, 85, 135, 0.2);
  box-shadow: none;
}

.uk-card-hover:hover.uk-card-default.news-card:after {
  border-color: #00aeff;
}

.uk-card-body {
  padding: 15px;
}

.uk-card-footer {
  padding: 15px;
}

.uk-card-default.myaccount-card {
  border: 2px solid rgb(40, 144, 200);
  background: rgba(9, 85, 135, 0.2);
  color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.uk-card-default.myaccount-card .uk-card-header {
  background: rgb(7 20 86 / 75%);
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgba(56, 2, 155, 0),
    rgb(40, 144, 200),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
}

.dotted-divider:after {
  content: "";
  display: inline-block;
  border-top: 2px dotted rgba(0, 174, 255, 0.8);
  width: 200px;
  max-width: 100%;
  padding-bottom: 10px;
}

.card-status {
  border: 1px solid transparent;
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.6),
    inset 0 0 5px rgba(0, 0, 0, 0.4);
  border-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(0, 174, 255, 0.8) 100%
  );
  border-image-slice: 1;
  border-image-width: 1px;
  padding: 15px 20px;
  background: rgba(9, 85, 135, 0.05);
  color: #ccc;
}

.image-card {
  position: relative;
  display: block;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 123px;
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1);
}

.image-card:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .image-card {
    position: relative;
    display: block;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 65px;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1);
  }
}

.image-post {
  position: relative;
  display: block;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1);
}

.image-post:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .image-post {
    position: relative;
    display: block;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 133px;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1);
  }
}

.uk-button-small {
  padding: 0 10px;
  font-size: 0.75rem;
}

.uk-button-default {
  background: #2890c8;
  border-radius: 17px;
  border: none;
  color: #fff;
  outline: 5px solid #151c23;
  width: auto;
  transition: all ease 0.3s;
}

.uk-margin-small-bottom {
  color: #00ffff;
}

.uk-button-default:focus,
.uk-button-default:hover {
  background: #151c23;
  color: #fff;
  border-color: #151c23;
}

.uk-button-default.uk-active,
.uk-button-default:active {
  background: #00aeff;
  color: #fff;
  border-color: #00aeff;
}

.uk-button-default:disabled {
  background: #00aeff;
  color: #fff;
  border-color: #00aeff;
}

.uk-button-danger {
  background: #ca0e28;
  border: 1px solid #ff002f;
  color: #fff;
  transition: all ease 0.3s;
}

.uk-button-danger:focus,
.uk-button-danger:hover {
  background: #ff002f;
  color: #fff;
  border-color: #ff002f;
}

.uk-button-danger.uk-active,
.uk-button-danger:active {
  background: #ff002f;
  color: #fff;
  border-color: #ff002f;
}

.uk-button-danger:disabled {
  background: #ff002f;
  color: #fff;
  border-color: #ff002f;
}

.uk-button-secondary {
  background: #151c23;
  border: 1px solid #00ffff;
  border-radius: 14px;
  color: #fff;
  outline: 5px solid #151c23;
  transition: all ease 0.3s;
}

.uk-button-secondary:focus,
.uk-button-secondary:hover {
  background: #151c23;
  color: #fff;
  border-color: #151c23;
}

.uk-button-secondary.uk-active,
.uk-button-secondary:active {
  background: #292e33;
  color: #fff;
  border-color: #292e33;
}

.uk-button-secondary:disabled {
  background: #292e33;
  color: #fff;
  border-color: #292e33;
}

.uk-icon-button {
  background: rgb(255, 255, 255);
  color: #000824;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.uk-icon-button:focus,
.uk-icon-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.uk-active > .uk-icon-button,
.uk-icon-button:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.uk-button-text {
  color: #ccc;
}

.uk-button-text::before {
  border-color: #00aeff;
}

.uk-button-text:focus,
.uk-button-text:hover {
  color: #00aeff;
}

.uk-button-text:disabled {
  color: #ccc;
}

.uk-text-primary {
  color: #00aeff !important;
}

.uk-text-meta {
  color: #d1d1d1;
}

.uk-alert {
  padding: 8px 16px;
}

.uk-alert-close {
  top: 14px;
}

.uk-alert-danger {
  background: #ff3636;
  color: #fff;
}

.uk-alert-warning {
  background: #ff8b36;
  color: #fff;
}

.uk-alert-success {
  background: #25ce5c;
  color: #fff;
}

.uk-column-divider {
  column-rule: 1px solid rgba(255, 255, 255, 0.15);
}

.uk-tab::before {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

.uk-tab > * > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-tab > * > a:focus,
.uk-tab > * > a:hover {
  color: #fff;
}

.uk-tab > .uk-active > a {
  color: #fff;
  border-color: #00aeff;
}

.uk-tab-right > * > a {
  border-left-width: 2px;
}

.uk-tab-right::before {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.uk-table th {
  color: #fff;
  font-weight: 600;
}

.uk-table-divider > :first-child > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > tr:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.myaccount-card tbody tr:first-child {
  border-top: none;
}

.myaccount-card tbody tr:last-child {
  border-bottom: none;
}

.uk-dotnav > * > * {
  background-color: rgba(214, 214, 214, 0.6);
  border-color: transparent;
  border-radius: 30px;
  width: 50px;
  height: 8px;
}

.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
  background-color: rgba(214, 214, 214, 0.8);
}

.uk-dotnav > .uk-active > *,
.uk-dotnav > * > :active {
  background-color: rgba(0, 174, 255, 0.8);
}

.uk-tile.alliance-bar {
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #2890c8;
  border-radius: 2px 0 0 2px;
  color: #fff;
  font-size: 0.875rem;
  padding: 2px 10px;
  box-shadow: inset 0 0 8px 4px rgba(255, 255, 255, 0.15);
}

.uk-tile.horde-bar {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e11e1e;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-size: 0.875rem;
  padding: 2px 10px;
  box-shadow: inset 0 0 8px 4px rgba(255, 255, 255, 0.15);
}

.uk-nav-default.myaccount-nav {
  /*background: rgba(0, 0, 0, 0.45);
  border: 2px solid transparent;*/
  border-image: linear-gradient(
    0.41turn,
    rgb(40, 144, 200),
    rgb(40, 144, 200),
    rgb(40 144 200 / 15%)
  );
  border-image-slice: 1;
  width: 100%;
}

.uk-nav-default.myaccount-nav > li > a {
  color: #fff;
  font-size: 0.9375rem;
  padding: 10px 20px;
  border-left: 4px solid transparent;
  transition: background ease-in-out 0.1s;
}

.uk-nav-default.myaccount-nav > li.uk-active > a {
  background: #194584;
  border-left-color: #00aeff;
  color: #fff;
}

.uk-nav-default.myaccount-nav > li > a:focus,
.uk-nav-default.myaccount-nav > li > a:hover {
  background: #00aeff;
  color: #fff;
}

.uk-nav-default.myaccount-nav .uk-nav-header {
  color: #fff;
}

.uk-nav-default.myaccount-nav .uk-nav-divider {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgba(56, 2, 155, 0),
    rgb(40, 144, 200),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  margin: 20px 0 10px 0;
}

.uk-subnav.subnav-points {
  margin: 0;
}

.url-flex-points {
  display: inline-flex;
  color: #e4e4e4;
  font-weight: 600;
}

.uk-subnav.subnav-points > * {
  padding-left: 10px;
  color: #ccc;
  font-size: 1rem;
}

.uk-subnav-divider.subnav-points
  > :nth-child(n + 2):not(.uk-first-column)::before {
  margin-right: 10px;
  border-left-color: rgba(255, 255, 255, 0.15);
}

.dp-icon {
  display: inline-block;
  position: relative;
  background-image: url("../../../../../assets/images/DP.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: 0 3px;
  vertical-align: middle;
}

.vp-icon {
  display: inline-block;
  position: relative;
  background-image: url("../../../../../assets/images/VP.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: 0 3px;
  vertical-align: middle;
}

.uk-logo {
  font-family: "DpQuake";
  font-size: 30px;
  color: #fff;
}

.uk-logo:focus,
.uk-logo:hover {
  color: #fff;
}

.uk-table-small td,
.uk-table-small th {
  padding: 10px 8px;
  font-size: 0.875rem;
}

.uk-pagination > * {
  padding-left: 8px;
}

.uk-pagination > * > * {
  display: flex;
  background: #0e86ca;
  border: 1px solid #00aeff;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 26px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.15s;
}

.uk-pagination > * > :focus,
.uk-pagination > * > :hover {
  background-color: #00aeff;
  border-color: #00aeff;
  color: #fff;
}

.uk-pagination > .uk-active > * {
  background-color: #00aeff;
  border-color: #00aeff;
  color: #fff;
}

.status-dot {
  display: inline-block;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

.status-dot > span,
.status-dot > span > span {
  display: block;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  animation: pulse 1.5s linear infinite;
}

.status-dot > span > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  animation: pulse 1.5s linear infinite;
}

.status-dot.online {
  background-color: #35e861;
}

.status-dot.online span,
.status-dot.online span:after {
  background-color: rgba(110, 255, 122, 0.4);
}

.status-dot.offline {
  background-color: #ff4b44;
}

.status-dot.offline span,
.status-dot.offline span:after {
  background-color: rgba(236, 133, 134, 0.4);
}

.discord-widget img {
  border: 1px solid transparent;
  transition: all ease-in 0.25s;
}

.discord-widget:hover img {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.8);
  filter: grayscale(100%);
}

@keyframes pulse {
  0% {
    opacity: 0.75;
    transform: scale(1);
  }
  25% {
    opacity: 0.75;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

.space-large {
  height: 80px;
}

.uk-nav-default.nav-store > li > a {
  color: #ececec;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
}

.uk-nav-default.nav-store > li:first-child > a {
  border-top: none;
}

.uk-nav-default.nav-store > li > a:focus,
.uk-nav-default.nav-store > li > a:hover {
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
}

.uk-nav-default.nav-store > li.uk-active > a {
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
}

.nav-store ul.uk-nav-sub {
  padding: 0;
}

.uk-nav-default.nav-store .uk-nav-sub a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ececec;
  padding: 10px 40px;
  word-break: break-all;
}

.uk-nav-default.nav-store .uk-nav-sub a:focus,
.uk-nav-default.nav-store .uk-nav-sub a:hover {
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
}

.uk-nav-default.nav-store .uk-nav-sub li.uk-active > a {
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
}

.uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ececec%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}

.blizzcms-item-container {
  background: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.news-container {
  position: relative;
  background: rgba(0, 0, 0, .15);
  cursor: default;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .4), 0 0 0 1px rgba(255, 255, 255, .1);
  padding: 5px;
  height: 100px;
  width: 100px;

}

.blizzcms-item-header {
  cursor: pointer;
}

.blizzcms-item-body {
  margin-top: 10px;
}

.blizzcms-item-body .blizzcms-item-price {
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
}

.item-store-icon {
  position: relative;
  display: inline-block;
  border: 3px solid #0e86ca;
  border-radius: 3px;
  box-shadow: inset 0 0 0 -1px rgba(255, 255, 255, .08);
  height: 100px;
  width: 100px;
}

.item-store-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
}

.item-store-icon img {
  height: 100px;
  width: 100px;
}

.blizzcms-store-summary .uk-accordion-title {
  background-color: rgba(74, 74, 74, 0.7);
  border-radius: 3px;
  border: 1px solid #4a4a4a;
  color: #fff;
  font-size: 1.25rem;
  padding: 6px;
}

/*
    * Donate
    */
.uk-card-donate {
  background: linear-gradient(to right bottom, #00aeff, #1959b0);
  border-radius: 2px;
  color: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.uk-card-donate .fab {
  color: #fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.uk-card-donate .uk-card-title {
  color: #fff;
}

.uk-card-donate.uk-card-hover:hover {
  background-color: transparent;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

/*
    * Vote
    */
.uk-card-vote {
  border: 2px solid rgb(40, 144, 200);
  background: rgba(9, 85, 135, 0.2);
  color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  text-align: center;
}

.uk-card-vote .uk-card-header {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgba(56, 2, 155, 0),
    rgb(40, 144, 200),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  padding: 10px;
}

.uk-countdown-number,
.uk-countdown-separator {
  font-size: 1rem;
  margin-right: 3px;
  line-height: 1.4;
}

/*
    * Forum
    */
.uk-card-forum {
  background: rgba(9, 85, 135, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-forum .uk-card-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.uk-card-forum .uk-card-header {
  padding: 8px 16px;
  background: rgba(19, 76, 114, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.uk-card-forum .uk-card-body {
  padding: 16px;
}

.uk-list-divider > li:nth-child(n + 2) {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.forum-who-icon {
  display: inline-block;
  position: relative;
  background-color: rgba(24, 60, 101, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.05), inset 0 2px 20px #001933;
  color: #fff;
  line-height: 48px;
  margin-right: 8px;
  width: 48px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
}

.forum-who-text {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}

.forum-icon {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.forum-table .uk-table caption {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 8px 16px;
  text-transform: uppercase;
}

.forum-table .uk-table tbody tr {
  background: rgba(9, 85, 135, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.forum-table .uk-table tbody tr:first-child {
  border-top: none;
}

.forum-table .uk-table tbody tr:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.forum-table .uk-table-hover tbody tr:hover,
.forum-table .uk-table-hover > tr:hover {
  background: rgba(9, 85, 135, 0.2);
}

tbody tr:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

tbody tr:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.uk-table-hover tbody tr:hover,
.uk-table-hover > tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

.uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.Author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topic-author-avatar {
  background-image: url("../../../includes/images/profiles/default.png");
  background-size: cover;
  border: 3px solid rgba(255, 255, 255, 0.2);
  height: 70px;
  width: 70px;
  position: relative;
}

.topic-author-staff .topic-author-avatar {
  border: 3px solid #00aeff;
}

.topic-author-avatar img {
  height: 70px;
  width: 70px;
}

.topic-author-avatar:after {
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.topic-author-avatar:hover:after {
  background-color: rgba(255, 255, 255, 0.05);
}

.topic-author-avatar.topic-author-avatar--default:after {
  display: none;
}

.topic-author-avatar.noprofile img {
  image-rendering: auto;
}

.topic-author-avatar.profile img {
  image-rendering: auto;
}

.author-rank-staff {
  background-color: #00aeff;
  border-bottom: 3px solid #008acb;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 5px auto 0 auto;
  min-width: 100px;
  max-width: 130px;
  padding: 3px;
  text-align: center;
  overflow-x: hidden;
  white-space: nowrap;
}

.glass-box-container {
  display: block;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
  max-width: 40rem;
  margin: 0 auto;
  padding: 3rem 0;
  text-align: center;
}

.glass-box-editor {
  display: block;
  max-width: 40rem;
  margin: 0 auto;
}

.uk-card-home-video {
  background: rgba(0, 0, 0, 0.45);
  border: 2px solid transparent;
  border-image: linear-gradient(
    0.41turn,
    rgb(40, 144, 200),
    rgb(40, 144, 200),
    rgb(40 144 200 / 15%)
  );
  border-image-slice: 1;
  width: 100%;
}

.uk-card-item-about {
}

@media screen and (max-width: 640px) {
  .glass-box-container {
    max-width: 20rem;
  }
  .glass-box-editor {
    max-width: 20rem;
  }
  .main-section-slider {
    top: 0;
  }
  .uk-height-small-slider,
  .uk-height-small-slider-home {
    max-height: 24em;
  }
  .uk-height-footer {
    max-width: 170px;
    margin-top: -37px !important;
  }
  .uk-home-border {
    display: none;
  }
  .uk-navbar-menu {
    justify-content: start !important;
  }
}

.topic-forum-member {
  color: rgba(255, 255, 255, 0.6);
}

.topic-forum-staff {
  color: #00b4ff;
}

a.topic-forum-staff {
  color: #00b4ff;
  text-decoration: none;
  transition: color ease-in 0.15s;
}

a.topic-forum-staff:hover {
  color: #fff;
  text-decoration: none;
}
/* FOOTER */
.uk-section-footer {
  padding: 10em 0;
}

.uk-height-footer {
  width: 500px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  height: auto;
  margin-top: -130px;
}

.uk-container-footer {
  padding: 150px 0;
}

.uk-margin-small-footer {
  border-top: 2px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgba(56, 2, 155, 0),
    rgba(202, 234, 246, 1),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
}
/* HOME */

.uk-home-grid {
  background: rgba(0, 0, 0, 0.45) !important;
  border: 2px solid transparent !important;
  border-image: linear-gradient(
    0.41turn,
    rgb(40, 144, 200),
    rgb(40, 144, 200),
    rgb(40 144 200 / 15%)
  ) !important;
  border-image-slice: 1 !important;
  width: 100%;
}
.uk-home-body {
  display: flex;
}
.uk-home-border {
  border-left: 2px solid transparent;
  border-image: linear-gradient(
    0.1turn,
    rgba(56, 2, 155, 0),
    rgb(40, 144, 200),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  margin-right: 1em;
}

.uk-divider {
  width: 100%;
}

.uk-divider-container {
  width: 90%;
}

.uk-home-server {
  margin-top: 27px;
  background: rgb(76, 92, 137);
  background: linear-gradient(
    180deg,
    rgba(76, 92, 137, 0.35) 4.93%,
    rgba(3, 4, 62, 0) 100%
  );
  padding: 2em;
}

.uk-home-discord {
  margin: 2em 0;
  border: 2px solid #000824;
  background: #5865f1;
  color: rgba(255, 255, 255, 0.7);
  outline: 1px solid #263e4b;
}
.uk-home-discord h2 {
  background: #5865f1;
  padding: 15px 0;
  margin: 0;
}

.uk-home-discord hr {
  margin: 0px;
}

.discord-body {
  background: rgba(35, 44, 70, 1);
  padding: 20px 0;
  margin-bottom: 0 !important;
}

.uk-services {
  background-image: url(../images/background-services.png);
  border-bottom: 2px solid #2890c8;
  border-top: 2px solid #2890c8;
  width: 100%;
  padding: 0;
  margin: 2em 0;
}

.uk-services-element {
  margin: 0;
  padding: 0.5em 0;
}

/* FORUM */
.uk-table-forum {
  border: 2px solid rgb(40, 144, 200);
  background: rgba(9, 85, 135, 0.2);
  color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.uk-table-forum caption {
  background: #071456;
}
/* LAYOUT */
.uk-navbar-in {
  background: radial-gradient(
    circle,
    rgba(7, 20, 86, 1) 0%,
    rgba(13 53 110 /44%) 42%,
    rgba(76 92 137 /0%) 100%
  );
  text-align: center;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgba(56, 2, 155, 0),
    rgb(202, 234, 246),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  width: 100%;
  padding: 10px 0;
}

.uk-navbar-container-in:not(.uk-navbar-transparent) {
  background: #161830;
}

.uk-navbar-menu {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.uk-navbar-nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-visible-logo-in {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  max-width: 165px;
  top: -15px;
  z-index: 10;
}

.card-server {
  border-radius: 10px;
}

/* tarjetas de noticias home */
.news-card {
    flex: 1 1 calc(20% - 20px); /* 4 tarjetas por fila */
    max-width: 300px;
    min-width: 250px;
    background: #1a1a1a;
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
}

.news-image {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
}

.news-content {
    padding: 15px;
    text-align: left;
}

.news-date {
    color: #ccc;
    font-size: 12px;
    margin-bottom: 10px;
}

.news-content h3 {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
		
@media (max-width: 768px) {
    .news-container {
flex-direction: column;
align-items: center;
    }

    .news-card {
flex: 1 1 100%; /* 1 tarjeta por fila */
max-width: 100%;
    }
}

/*nuevo style*/
/* ===== VARIABLES Y ESTILOS GLOBALES ===== */
:root {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    --neon-blue: #00d4ff;
    --neon-purple: #9d4edd;
    --text-light: rgba(255, 255, 255, 0.9);
    --text-muted: rgba(255, 255, 255, 0.6);
}

/* ===== RESET Y BASE ===== */
* {
    box-sizing: border-box;
}

/* ===== SLIDER MODERNO CORREGIDO ===== */
.slider-section {
    position: relative;
    overflow: hidden;
}

.slider-section .uk-slideshow {
    min-height: 350px;
    max-height: 500px;
}

.slider-section .uk-slideshow-items {
    height: 500px;
}

.slider-section .uk-slideshow-items li {
    position: relative;
    height: 100%;
    width: 100%;
}

.slider-section .uk-slideshow-items li img,
.slider-section .uk-slideshow-items li video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-section .uk-slideshow-items li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}

.slider-section .uk-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin: 0 auto;
    max-width: 1200px;
}

.slider-section .uk-position-center-left {
    position: relative !important;
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
    padding: 0 !important;
}

.slider-section p {
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 10px;
    padding: 15px 25px;
    font-size: 1rem;
    max-width: 500px;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ===== CARDS CON GLASSMORPHISM MEJORADAS ===== */
.card-glass {
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 25px;
    box-shadow: var(--glass-shadow);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.card-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.6s;
}

.card-glass:hover::before {
    left: 100%;
}

.card-glass:hover {
    transform: translateY(-8px);
    border-color: rgba(157, 78, 221, 0.3);
    box-shadow: 0 15px 40px rgba(157, 78, 221, 0.25);
}

/* ===== CONTENEDOR DE TEXTO FLEXIBLE ===== */
.text-container {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
}

.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    margin-bottom: 10px;
}

.text-container p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ===== SEPARADORES MODERNOS ===== */
.uk-divider {
    filter: drop-shadow(0 0 10px rgba(157, 78, 221, 0.5));
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--neon-purple), transparent);
    border: none;
    margin: 30px auto;
    width: 200px;
    border-radius: 2px;
}

/* ===== NEWS CARDS MODERNAS MEJORADAS ===== */
.news-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
    width: 100%;
}

.news-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: var(--glass-shadow);
    height: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-5px);
    border-color: var(--neon-blue);
    box-shadow: 0 15px 35px rgba(0, 212, 255, 0.2);
}

.news-image {
    height: 180px;
    min-height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.news-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.news-content h3 {
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.news-content .uk-text-small {
    color: var(--text-muted);
    flex: 1;
    margin-bottom: 15px;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-date {
    color: var(--neon-blue);
    font-size: 0.85rem;
    margin-top: auto;
    flex-shrink: 0;
}

.news-date i {
    margin-right: 6px;
}

/* ===== SERVER STATUS CARDS MEJORADAS ===== */
.card-server {
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    box-shadow: var(--glass-shadow);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.card-server:last-child {
    margin-bottom: 0;
}

.card-server:hover {
    border-left-color: var(--neon-blue);
    transform: translateX(5px);
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.status-dot.online {
    background: linear-gradient(135deg, #00ff88, #00cc6a);
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.5);
}

.status-dot.offline {
    background: linear-gradient(135deg, #ff4757, #ff3742);
    box-shadow: 0 0 15px rgba(255, 71, 87, 0.5);
}

/* ===== BARRAS DE FACCIONES ===== */
.alliance-bar, .horde-bar {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 0.9rem;
    text-align: center;
    white-space: nowrap;
}

.alliance-bar:hover {
    background: linear-gradient(90deg, rgba(0, 112, 222, 0.2), rgba(0, 112, 222, 0.4));
    border-color: rgba(0, 112, 222, 0.5);
}

.horde-bar:hover {
    background: linear-gradient(90deg, rgba(204, 0, 0, 0.2), rgba(204, 0, 0, 0.4));
    border-color: rgba(204, 0, 0, 0.5);
}

/* ===== DISCORD WIDGET ===== */
.discord-body {
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 15px;
    box-shadow: var(--glass-shadow);
    margin-top: 20px;
}

.discord-body iframe {
    border-radius: 15px;
    border: 1px solid var(--glass-border);
    width: 100%;
}

/* ===== CARDS DE CARACTERÍSTICAS ===== */
.card-custom-blue-border {
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    color: var(--text-light);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.card-custom-blue-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--neon-blue), var(--neon-purple));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.card-custom-blue-border:hover::before {
    transform: scaleX(1);
}

.card-custom-blue-border:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 212, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.15);
}

.card-custom-blue-border img {
    border-radius: 15px;
    transition: transform 0.4s ease;
}

.card-custom-blue-border:hover img {
    transform: scale(1.05);
}

/* ===== TIPOGRAFÍA MODERNA ===== */
.uk-h2, .uk-h4, .uk-h5 {
    background: linear-gradient(45deg, var(--neon-blue), var(--neon-purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.uk-text-muted-light {
    color: var(--text-muted) !important;
}


/* ===== SLIDESHOW NAV ===== */
.uk-slideshow-nav.uk-dotnav > * > * {
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
}

.uk-slideshow-nav.uk-dotnav > .uk-active > * {
    background-color: var(--neon-blue);
    border-color: var(--neon-blue);
    transform: scale(1.2);
}

/* ===== BOTONES Y ENLACES ===== */
.uk-link-reset {
    text-decoration: none;
    color: inherit;
}

.uk-link-reset:hover {
    color: var(--neon-blue) !important;
    transition: color 0.3s ease;
}

/* ===== GRID DE NOTICIAS ===== */
.Grid {
    gap: 30px;
}

/* ===== UTILITIES ===== */
.uk-text-center {
    text-align: center;
}

.uk-margin-small-top {
    margin-top: 10px;
}

.uk-margin-medium-top {
    margin-top: 30px;
}

.uk-margin-medium-bottom {
    margin-bottom: 30px;
}

.uk-padding-small {
    padding: 10px;
}

.uk-overflow-hidden {
    overflow: hidden;
}

/* ===== EFECTO DE PARTÍCULAS EN CARDS ===== */
.card-glass::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.1;
    pointer-events: none;
}

/*nuevo layout*/
/* ===== VARIABLES Y ESTILOS GLOBALES ===== */
:root {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    --neon-blue: #00d4ff;
    --neon-purple: #9d4edd;
    --text-light: rgba(255, 255, 255, 0.9);
    --text-muted: rgba(255, 255, 255, 0.6);
}

/* ===== NAVBAR SUPERIOR MODERNA ===== */
.uk-navbar-container {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
}

.uk-navbar-transparent {
    background: transparent !important;
    backdrop-filter: none !important;
}

.uk-icon-button {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border) !important;
    transition: all 0.3s ease;
    color: var(--text-light) !important;
}

.uk-icon-button:hover {
    background: rgba(0, 212, 255, 0.2) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 212, 255, 0.3);
    border-color: var(--neon-blue) !important;
}

.uk-navbar-nav > li > a {
    color: var(--text-light) !important;
    position: relative;
    transition: all 0.3s ease;
}

.uk-navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--neon-blue), var(--neon-purple));
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.uk-navbar-nav > li > a:hover::after {
    width: 80%;
}

.uk-navbar-nav > li > a:hover {
    color: var(--neon-blue) !important;
}

/* ===== NAVBAR INFERIOR MODERNA ===== */
.uk-navbar-container-in {
    background: var(--glass-bg) !important;
    border-bottom: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
}

.uk-navbar-in {
    background: transparent !important;
}

.uk-navbar-menu {
    background: transparent !important;
}

/* ===== LOGO CON EFECTO MODERNO ===== */
.uk-visible-logo-in img {
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 10px rgba(157, 78, 221, 0.5));
}

.uk-visible-logo-in img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 15px rgba(0, 212, 255, 0.7));
}

/* ===== BADGE DEL CARRITO MODERNO ===== */
.uk-badge {
    background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple)) !important;
    color: white !important;
    font-weight: bold;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

/* ===== DROPDOWNS MODERNOS ===== */
.uk-navbar-dropdown {
    background: #1a1a1a !important; /* Fondo oscuro sólido */
    color: #ffffff !important; /* Texto blanco para contraste */
    border: 1px solid #333333 !important; /* Borde gris oscuro */
    border-radius: 15px !important;
    margin-top: 10px !important;
    border-top: 3px solid var(--neon-blue);
}

/* Asegurar que los enlaces dentro sean visibles */
.uk-navbar-dropdown a {
    color: #e0e0e0 !important;
}

.uk-navbar-dropdown a:hover {
    color: #ffffff !important;
}

/* Si tienes listas o elementos dentro */
.uk-navbar-dropdown-nav li > a,
.uk-navbar-dropdown-nav .uk-nav-header {
    color: #cccccc !important;
}

/* Ajustar el color del texto del encabezado si existe */
.uk-navbar-dropdown .uk-nav-header {
    color: #ffffff !important;
}

.uk-navbar-dropdown-nav > li > a {
    color: var(--text-light) !important;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 8px 15px !important;
    margin: 2px 5px;
}

.uk-navbar-dropdown-nav > li > a:hover {
    background: rgba(0, 212, 255, 0.15) !important;
    color: var(--neon-blue) !important;
    transform: translateX(5px);
}

/* ===== AVATAR MODERNO ===== */
.uk-border-circle {
    border: 2px solid transparent;
    background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple)) border-box;
    mask-composite: exclude;
    transition: all 0.3s ease;
}

.uk-border-circle:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
}

/* ===== PUNTOS DE USUARIO MODERNOS ===== */
.subnav-points li {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 5px 15px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.subnav-points li:hover {
    background: rgba(0, 212, 255, 0.15);
    transform: translateY(-2px);
    border-color: var(--neon-blue);
}

.dp-icon, .vp-icon {
    color: var(--neon-blue);
    font-weight: bold;
}

/* ===== MENÚ MÓVIL MODERNO ===== */
.uk-nav-default > li > a {
    color: var(--text-light) !important;
    border-radius: 10px;
    margin: 3px 0;
    transition: all 0.3s ease;
}

.uk-nav-default > li > a:hover {
    background: rgba(0, 212, 255, 0.15) !important;
    color: var(--neon-blue) !important;
    transform: translateX(10px);
}

.uk-nav-parent-icon > .uk-parent > a::after {
    color: var(--neon-blue) !important;
}

/* ===== FOOTER MODERNO ===== */
.uk-section-footer {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-top: 1px solid var(--glass-border);
    position: relative;
    overflow: hidden;
}

.uk-section-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--neon-blue), var(--neon-purple));
}

.uk-height-footer img {
    filter: drop-shadow(0 0 15px rgba(157, 78, 221, 0.5));
    transition: all 0.4s ease;
}

.uk-height-footer img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.7));
}

.uk-margin-small-footer {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neon-purple), transparent);
    margin: 20px auto 30px;
    max-width: 80%;
}

/* ===== BOTONES SOCIALES FOOTER ===== */
.uk-section-footer .uk-icon-button {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--glass-border) !important;
    transition: all 0.3s ease;
}

.uk-section-footer .uk-icon-button:hover {
    background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple)) !important;
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 212, 255, 0.4);
}

/* ===== TEXTO FOOTER ===== */
.uk-section-footer p {
    color: var(--text-muted);
    line-height: 1.6;
}

.uk-section-footer a:not(.uk-icon-button) {
    color: var(--neon-blue);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.uk-section-footer a:not(.uk-icon-button):hover {
    color: var(--neon-purple);
    text-shadow: 0 0 10px rgba(157, 78, 221, 0.5);
}

.uk-section-footer a:not(.uk-icon-button)::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--neon-blue), var(--neon-purple));
    transition: width 0.3s ease;
}

.uk-section-footer a:not(.uk-icon-button):hover::after {
    width: 100%;
}

/* ===== EFECTOS ESPECIALES ===== */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(0, 212, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 212, 255, 0); }
}

.uk-badge {
    animation: pulse 2s infinite;
}

/* ===== UTILIDADES ADICIONALES ===== */
.uk-text-bold {
    font-weight: 700 !important;
    background: linear-gradient(45deg, var(--neon-blue), var(--neon-purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.uk-label {
    background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple)) !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: bold;
}

/* ===== EFECTO DE REFLEJO EN CARDS ===== */
.uk-navbar-dropdown::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 10px;
    background: linear-gradient(135deg, transparent 49%, var(--neon-blue) 50%, transparent 51%);
}

/* Estilos para las medallas del top 3 */
.rank-gold {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
    font-weight: bold;
}

.rank-silver {
    background: linear-gradient(135deg, #C0C0C0, #A9A9A9);
    color: #000;
    font-weight: bold;
}

.rank-bronze {
    background: linear-gradient(135deg, #CD7F32, #8B4513);
    color: #fff;
    font-weight: bold;
}

/* Estilos para las cards */
.card-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

.card-server {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    transition: all 0.3s ease;
}

.card-server:hover {
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Estilo para la tabla */
.uk-table-hover tbody tr:hover {
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.3s ease;
}

/* Progress bar personalizada */
.uk-progress {
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.uk-progress-bar {
    height: 100%;
    transition: width 0.6s ease;
}

/* Badges personalizados */
.uk-badge {
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Efectos hover para el panel de cuenta */

/* Variables CSS */
:root {
    --neon-blue-rgb: 102, 126, 234;
}

/* Efecto hover para cards principales */
.card-hover {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    cursor: pointer;
}

.card-hover:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    border-color: var(--neon-blue) !important;
}

/* Efecto hover para items del menú */
.nav-item-hover {
    transition: all 0.3s ease !important;
    cursor: pointer;
}

.nav-item-hover:hover {
    background: rgba(var(--neon-blue-rgb), 0.15) !important;
    transform: translateX(5px) !important;
    border-color: var(--neon-blue) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.nav-item-hover:hover i {
    transform: scale(1.2) rotate(5deg) !important;
    color: #ffffff !important;
}

/* Efecto hover para items de información de cuenta */
.account-info-item {
    transition: all 0.3s ease !important;
    cursor: default;
}

.account-info-item:hover {
    background: rgba(var(--neon-blue-rgb), 0.1) !important;
    transform: translateY(-2px) !important;
    border: 1px solid rgba(var(--neon-blue-rgb), 0.3) !important;
}

.account-info-item:hover i {
    transform: scale(1.2) !important;
}

/* Estilos para badges de estado */
.status-badge {
    padding: 4px 12px !important;
    border-radius: 12px !important;
    font-weight: bold !important;
    font-size: 0.875rem !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.status-badge.staff {
    background: linear-gradient(135deg, #ff416c, #ff4b2b) !important;
    color: #ffffff !important;
}

.status-badge.player {
    background: linear-gradient(135deg, #00b09b, #96c93d) !important;
    color: #ffffff !important;
}

.account-info-item:hover .status-badge {
    transform: scale(1.1) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

/* Estilos para badges de moneda */
.currency-badge {
    padding: 6px 15px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.currency-badge.dp {
    background: linear-gradient(135deg, #00b09b, #96c93d) !important;
    color: #ffffff !important;
}

.currency-badge.vp {
    background: linear-gradient(135deg, #f46b45, #eea849) !important;
    color: #ffffff !important;
}

.account-info-item:hover .currency-badge {
    transform: scale(1.1) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Efecto hover para botón de configuración */
.settings-button {
    background: rgba(var(--neon-blue-rgb), 0.2) !important;
    color: var(--neon-blue) !important;
    border: 1px solid var(--neon-blue) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.settings-button:hover {
    background: rgba(var(--neon-blue-rgb), 0.4) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(var(--neon-blue-rgb), 0.3) !important;
}

/* Efecto hover para encabezado de reino */
.realm-header:hover {
    background: rgba(102, 126, 234, 0.2) !important;
    transform: translateY(-3px) !important;
}

/* Efecto hover para filas de personajes */
.character-row {
    transition: all 0.3s ease !important;
    cursor: default;
}

.character-row:hover {
    background: rgba(var(--neon-blue-rgb), 0.05) !important;
    transform: scale(1.01) !important;
}

/* Efecto hover para nombres de personajes */
.character-name {
    transition: all 0.3s ease !important;
}

.character-row:hover .character-name {
    color: var(--neon-blue) !important;
    text-shadow: 0 0 5px rgba(var(--neon-blue-rgb), 0.5) !important;
}

/* Efecto hover para imágenes */
.img-hover {
    transition: all 0.3s ease !important;
}

.img-hover:hover {
    transform: scale(1.2) !important;
    box-shadow: 0 0 10px rgba(102, 126, 234, 0.6) !important;
}

/* Estilos para badge de nivel */
.level-badge {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    color: #ffffff !important;
    padding: 4px 12px !important;
    border-radius: 12px !important;
    font-weight: bold !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.character-row:hover .level-badge {
    transform: scale(1.1) !important;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4) !important;
}

/* Estilos para tiempo jugado */
.time-played {
    transition: all 0.3s ease !important;
}

.character-row:hover .time-played {
    color: #ffffff !important;
    font-weight: bold !important;
}

/* Estilos para dinero */
.money-cell {
    transition: all 0.3s ease !important;
}

.gold {
    color: #FFD700 !important;
    transition: all 0.3s ease !important;
}

.silver {
    color: #C0C0C0 !important;
    transition: all 0.3s ease !important;
}

.copper {
    color: #CD7F32 !important;
    transition: all 0.3s ease !important;
}

.character-row:hover .gold {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.7) !important;
}

.character-row:hover .silver {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(192, 192, 192, 0.7) !important;
}

.character-row:hover .copper {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(205, 127, 50, 0.7) !important;
}

/* Efecto de brillo para los títulos */
.card-hover h4,
.card-hover h5,
.card-hover h6 {
    transition: all 0.3s ease;
}

.card-hover:hover h4,
.card-hover:hover h5,
.card-hover:hover h6 {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(var(--neon-blue-rgb), 0.8) !important;
}

/* Estilo para la tabla de personajes */
.character-table {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.character-table thead {
    background: rgba(255, 255, 255, 0.1) !important;
}

.character-table tbody tr {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Estilo para separadores */
.uk-nav-divider {
    transition: all 0.3s ease !important;
}

.uk-nav-divider:hover {
    border-color: var(--neon-blue) !important;
    height: 2px !important;
}

/* Estilo para nombres de reino */
.realm-name {
    transition: all 0.3s ease !important;
    cursor: default;
}

.account-info-item:hover .realm-name {
    color: var(--neon-blue) !important;
    text-shadow: 0 0 5px rgba(var(--neon-blue-rgb), 0.5) !important;
}

/* Status dots */
.status-dot {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.status-dot.online {
    background: #00b09b !important;
    box-shadow: 0 0 10px rgba(0, 176, 155, 0.7) !important;
}

.status-dot.offline {
    background: #ff416c !important;
    box-shadow: 0 0 10px rgba(255, 65, 108, 0.7) !important;
}

.realm-header:hover .status-dot.online {
    transform: scale(1.5) !important;
    box-shadow: 0 0 20px rgba(0, 176, 155, 1) !important;
}

.realm-header:hover .status-dot.offline {
    transform: scale(1.5) !important;
    box-shadow: 0 0 20px rgba(255, 65, 108, 1) !important;
}

/* Transiciones suaves para todos los elementos */
.card-hover,
.nav-item-hover,
.account-info-item,
.settings-button,
.realm-header,
.character-row,
.img-hover,
.level-badge,
.time-played,
.money-cell,
.uk-nav-divider,
.realm-name,
.status-dot {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/*forum*/
.forum-section-item:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}

.forum-section-item a:hover {
    text-decoration: none !important;
}

.forum-section-item a:hover h5 {
    color: var(--neon-blue) !important;
    text-decoration: none !important;
}

.forum-icon {
    filter: brightness(1.2);
}

/* Efectos de transición */
.card-hover {
    transition: all 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .uk-width-3-4\@m, .uk-width-1-4\@m {
        width: 100% !important;
    }
    
    .forum-section-item .uk-grid > .uk-width-1-3\@m {
        width: 100% !important;
        margin-top: 10px;
    }
    
    .forum-section-item .uk-text-right\@m {
        text-align: left !important;
    }
}

.topic-row:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    transform: translateX(5px);
}

.topic-row a:hover {
    text-decoration: none !important;
}

.topic-row a:hover h5 {
    color: var(--neon-blue) !important;
    text-decoration: none !important;
}

/* Efecto en íconos */
.topic-icon {
    transition: all 0.3s ease;
}

.topic-row:hover .topic-icon {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(var(--neon-blue-rgb), 0.3);
}

/* Badge para temas fijados */
.uk-label[style*="background: rgba(255, 215, 0, 0.2)"] {
    border: 1px solid rgba(255, 215, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .topic-row td {
        padding: 10px 8px !important;
    }
    
    .topic-row .uk-h5 {
        font-size: 0.9em;
    }
    
    .author-badge .uk-label {
        font-size: 0.8em;
        padding: 2px 6px !important;
    }
    
    .topic-stat {
        min-width: 40px;
    }
}

@media (max-width: 640px) {
    .card-hover .uk-grid.uk-grid-small > div {
        width: 100% !important;
    }
    
    .card-hover .uk-grid.uk-grid-small > .uk-width-auto {
        margin-top: 10px;
    }
}

/* Estilos para inputs */
.uk-input:focus,
.uk-textarea:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: var(--neon-blue) !important;
    box-shadow: 0 0 0 2px rgba(var(--neon-blue-rgb), 0.2) !important;
    outline: none;
}

/* Estilos para el editor TinyMCE */
.tox-tinymce {
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.tox .tox-editor-header {
    background: rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Estilos para checkboxes personalizados */
.uk-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.uk-checkbox:checked {
    background-color: var(--neon-blue);
    border-color: var(--neon-blue);
}

/* Efectos hover en botones */
.uk-button-primary {
    transition: all 0.3s ease;
}

.uk-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--neon-blue-rgb), 0.4);
}

.uk-button-default {
    transition: all 0.3s ease;
}

.uk-button-default:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: var(--neon-blue) !important;
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 640px) {
    .card-hover .uk-grid.uk-grid-small > div {
        width: 100% !important;
    }
    
    .uk-padding {
        padding: 15px !important;
    }
}

/* Estilos para el contenido del foro */
.forum-content img,
.forum-reply-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.forum-content p,
.forum-reply-content p {
    margin-bottom: 15px;
}

.forum-content ul,
.forum-content ol,
.forum-reply-content ul,
.forum-reply-content ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

/* Efectos hover */
.card-hover {
    transition: all 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Estilos para el editor */
.tox-tinymce {
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Responsive */
@media (max-width: 960px) {
    .uk-width-1-4\@m,
    .uk-width-3-4\@m {
        width: 100% !important;
    }
    
    .uk-width-1-4\@m {
        margin-bottom: 20px;
    }
}

.uk-modal-glass .uk-modal-dialog {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.uk-modal-glass .uk-overlay-background {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.7) !important;
}

/* Efectos hover en inputs y botones */
.uk-modal-body .uk-input:focus,
.uk-modal-body .uk-textarea:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: var(--neon-blue) !important;
    box-shadow: 0 0 0 2px rgba(var(--neon-blue-rgb), 0.2) !important;
    outline: none;
}

.uk-modal-footer .uk-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--neon-blue-rgb), 0.4) !important;
}

.uk-modal-footer .uk-button-default:hover {
    transform: translateY(-2px);
    background: rgba(220, 53, 69, 0.2) !important;
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.2) !important;
}

/* Efecto hover en checkboxes */
.uk-modal-body label:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* Estilos para el editor en el modal */
.uk-modal-body .tox-tinymce {
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.uk-modal-body .tox .tox-editor-header {
    background: rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Responsive */
@media (max-width: 640px) {
    .uk-modal-dialog-large {
        margin: 10px;
        width: calc(100% - 20px);
    }
    
    .uk-modal-footer .uk-grid > div {
        width: 100% !important;
    }
    
    .uk-modal-footer .uk-flex {
        flex-direction: column;
        width: 100%;
    }
    
    .uk-modal-footer .uk-button {
        width: 100%;
        margin-bottom: 10px;
    }
}

/*changelogs*/
.changelog-card {
    transition: all 0.3s ease;
}

.changelog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border-left-color: #ffd700 !important;
}

.changelog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 10px 0;
}

.changelog-content ul,
.changelog-content ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.changelog-content li {
    margin-bottom: 5px;
}

.changelog-content h1,
.changelog-content h2,
.changelog-content h3,
.changelog-content h4,
.changelog-content h5,
.changelog-content h6 {
    color: var(--neon-blue);
    margin-top: 20px;
    margin-bottom: 10px;
}

.changelog-content code {
    background: rgba(255, 255, 255, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    color: #ff6b6b;
}

.changelog-content pre {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 15px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Badge animations */
.uk-label {
    transition: all 0.3s ease;
}

.uk-label:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px currentColor;
}

/* Responsive */
@media (max-width: 960px) {
    .uk-width-1-4\@m,
    .uk-width-3-4\@m {
        width: 100% !important;
    }
    
    .changelog-card .uk-grid > div {
        width: 100% !important;
    }
    
    .changelog-card .uk-text-right {
        text-align: left !important;
        margin-top: 10px;
    }
}

/* Animación de entrada para changelogs */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.changelog-card {
    animation: fadeInUp 0.5s ease-out;
}

.changelog-card:nth-child(2) { animation-delay: 0.1s; }
.changelog-card:nth-child(3) { animation-delay: 0.2s; }
.changelog-card:nth-child(4) { animation-delay: 0.3s; }
.changelog-card:nth-child(5) { animation-delay: 0.4s; }

/* bugtraker*/
.report-row:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}

.report-row:hover .report-id {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(var(--neon-blue-rgb), 0.3);
}

.report-row a:hover {
    text-decoration: none !important;
}

.report-row a:hover h6 {
    color: var(--neon-blue) !important;
}

.uk-label {
    transition: all 0.3s ease;
}

.uk-label:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Animaciones para las filas */
@keyframes fadeInRow {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.report-row {
    animation: fadeInRow 0.5s ease-out;
}

.report-row:nth-child(2) { animation-delay: 0.1s; }
.report-row:nth-child(3) { animation-delay: 0.2s; }
.report-row:nth-child(4) { animation-delay: 0.3s; }
.report-row:nth-child(5) { animation-delay: 0.4s; }

/* Responsive */
@media (max-width: 960px) {
    .uk-width-1-4\@m,
    .uk-width-3-4\@m {
        width: 100% !important;
    }
    
    .report-row td {
        padding: 10px 8px !important;
    }
    
    .report-id {
        width: 35px !important;
        height: 35px !important;
        font-size: 1em !important;
    }
    
    .uk-label {
        font-size: 0.8em !important;
        padding: 4px 8px !important;
    }
}

/* Estilos para la paginación */
.uk-pagination li a {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 6px;
    margin: 0 2px;
}

.uk-pagination li.uk-active a {
    background: var(--neon-blue);
    border-color: var(--neon-blue);
    color: #ffffff;
}

.uk-pagination li a:hover {
    background: rgba(var(--neon-blue-rgb), 0.2);
    border-color: var(--neon-blue);
    transform: translateY(-2px);
}

/* Estilos para inputs y selects */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: var(--neon-blue) !important;
    box-shadow: 0 0 0 2px rgba(var(--neon-blue-rgb), 0.2) !important;
    outline: none;
}

/* Estilos para el editor TinyMCE */
.tox-tinymce {
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.tox .tox-editor-header {
    background: rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Efectos hover */
.uk-button-primary {
    transition: all 0.3s ease;
}

.uk-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--neon-blue-rgb), 0.4);
}

.uk-button-default {
    transition: all 0.3s ease;
}

.uk-button-default:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: var(--neon-blue) !important;
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 640px) {
    .uk-width-1-2\@s {
        width: 100% !important;
        margin-bottom: 15px;
    }
    
    .uk-padding {
        padding: 15px !important;
    }
}

/* Animación de entrada */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-hover {
    animation: fadeIn 0.5s ease-out;
}

.bugtracker-content img,
.bugtracker-reply img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 10px 0;
}

.bugtracker-content pre,
.bugtracker-reply pre {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 15px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

.bugtracker-content code,
.bugtracker-reply code {
    background: rgba(255, 255, 255, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    color: #ff6b6b;
}

/* Efectos hover */
.uk-label {
    transition: all 0.3s ease;
}

.uk-label:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.uk-button {
    transition: all 0.3s ease;
}

.uk-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--neon-blue-rgb), 0.4) !important;
}

.uk-button-default:hover {
    transform: translateY(-2px);
    background: rgba(var(--neon-blue-rgb), 0.2) !important;
    box-shadow: 0 5px 15px rgba(var(--neon-blue-rgb), 0.2) !important;
}

.uk-button-danger:hover {
    transform: translateY(-2px);
    background: rgba(220, 53, 69, 0.3) !important;
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.2) !important;
}

/* Estilos para el editor */
.tox-tinymce {
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Responsive */
@media (max-width: 960px) {
    .uk-width-1-4\@m,
    .uk-width-3-4\@m {
        width: 100% !important;
    }
    
    .card-hover .uk-flex-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .uk-grid.uk-child-width-1-3\@m > div {
        width: 100% !important;
    }
}

/* Animaciones */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-hover {
    animation: fadeIn 0.5s ease-out;
}

/*download*/
/* ===== CORRECCIÓN DE LA BARRA BLANCA ===== */
/* Estilos para la tabla y scroll */
.uk-overflow-auto {
    scrollbar-width: thin;
    scrollbar-color: var(--neon-blue) rgba(255, 255, 255, 0.05);
}

.uk-overflow-auto::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.uk-overflow-auto::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.uk-overflow-auto::-webkit-scrollbar-thumb {
    background: var(--neon-blue);
    border-radius: 4px;
}

.uk-overflow-auto::-webkit-scrollbar-thumb:hover {
    background: #4a6bff;
}

/* Para addons */
.uk-overflow-auto .fa-puzzle-piece + table::-webkit-scrollbar-thumb {
    background: #6f42c1;
}

.uk-overflow-auto .fa-puzzle-piece + table::-webkit-scrollbar-thumb:hover {
    background: #8a63d2;
}

/* ===== ESTILOS DE PESTAÑAS ===== */
.uk-tab-left > li.uk-active > a.download-tab-item {
    border-right: 3px solid var(--neon-blue) !important;
    background: rgba(var(--neon-blue-rgb), 0.1) !important;
}

.uk-tab-left > li.uk-active > a.download-tab-item .tab-icon {
    background: rgba(var(--neon-blue-rgb), 0.2) !important;
}

.uk-tab-left > li.uk-active > a.download-tab-item .tab-icon i {
    color: var(--neon-blue) !important;
}

.uk-tab-left > li.uk-active > a.download-tab-item .uk-text-bold {
    color: var(--neon-blue) !important;
}

/* Para Addons activo */
.uk-tab-left > li.uk-active > a.download-tab-item .fa-puzzle-piece {
    color: #6f42c1 !important;
}

.uk-tab-left > li.uk-active > a.download-tab-item .tab-icon .fa-puzzle-piece {
    background: rgba(111, 66, 193, 0.2) !important;
}

/* Estilos base para pestañas */
.download-tab-item {
    padding: 20px !important;
    display: block !important;
    border-right: 3px solid transparent !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.download-tab-item:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-right-color: rgba(var(--neon-blue-rgb), 0.5) !important;
}

/* ===== ESTILOS DE BOTONES UNIFICADOS ===== */
.download-btn {
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.download-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2) !important;
}

.download-btn:active {
    transform: translateY(-1px) !important;
}

/* Efecto de brillo en hover */
.download-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.download-btn:hover::after {
    left: 100%;
}

/* ===== ESTILOS DE TABLA ===== */
.uk-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.uk-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}

.uk-table tbody tr {
    transition: background-color 0.3s ease;
}

.download-item:hover {
    background: rgba(255, 255, 255, 0.03) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
    .download-tabs {
        width: 100% !important;
    }
    
    .uk-tab-left {
        flex-direction: row !important;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .uk-tab-left > li {
        display: inline-block;
        flex: 0 0 auto;
    }
    
    .download-tab-item {
        padding: 15px 20px !important;
        border-right: none !important;
        border-bottom: 3px solid transparent !important;
    }
    
    .uk-tab-left > li.uk-active .download-tab-item {
        border-bottom-color: var(--neon-blue) !important;
        border-right: none !important;
    }
    
    .uk-width-1-4\@m,
    .uk-width-3-4\@m {
        width: 100% !important;
    }
    
    .uk-grid-collapse {
        flex-direction: column;
    }
    
    .uk-table th,
    .uk-table td {
        padding: 10px !important;
        font-size: 0.9em;
    }
    
    .download-btn {
        padding: 8px 15px !important;
        font-size: 0.9em;
    }
}

/* Animación de entrada para los items */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.download-item {
    animation: fadeInUp 0.5s ease-out;
}

/*subscripciones*/
/* ===== ANIMACIONES PARA BOTÓN DE COMPRA ===== */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--neon-blue-rgb), 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--neon-blue-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--neon-blue-rgb), 0);
  }
}

@keyframes pulse-purple {
  0% {
    box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(111, 66, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(111, 66, 193, 0);
  }
}

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(2px);
  }
}

/* ===== ESTILOS PARA TARJETAS PEQUEÑAS ===== */
.flex-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.card-hover-item {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  flex: 0 1 auto;
}

.card-hover-item:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3) !important;
}

/* Botón de compra con animación de pulso */
.buy-btn {
  animation: pulse 2s infinite !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Diferentes animaciones de pulso para cada tarjeta */
.vip-btn-1 {
  animation: pulse 2s infinite !important;
}

.vip-btn-2 {
  animation: pulse-purple 2s infinite !important;
}

.vip-btn-3 {
  animation: pulse-red 2s infinite !important;
}

/* Efecto brillo en botón */
.btn-shine {
  animation: shine 3s infinite;
}

/* Animación para icono del carrito */
.buy-btn i {
  animation: bounce 1.5s infinite;
}

/* Efectos hover en botón */
.buy-btn:hover {
  transform: scale(1.05) translateY(-2px) !important;
  animation-play-state: paused !important;
}

.buy-btn:hover .btn-shine {
  animation-play-state: paused;
}

.buy-btn:active {
  animation: shake 0.5s !important;
  transform: scale(0.95) !important;
}

/* Efectos en características al hover */
.card-hover-item:hover li {
  transform: translateX(5px);
}

.card-hover-item:hover .fa-check {
  transform: scale(1.2);
  filter: drop-shadow(0 0 3px currentColor);
}

/* Animación de entrada para tarjetas */
@keyframes cardEntrance {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.card-hover-item {
  animation: cardEntrance 0.6s ease-out;
  animation-fill-mode: both;
}

.card-hover-item:nth-child(2) {
  animation-delay: 0.15s;
}

.card-hover-item:nth-child(3) {
  animation-delay: 0.3s;
}

/* Precio con animación */
.vip-price {
  transition: all 0.4s ease !important;
}

.card-hover-item:hover .vip-price {
  transform: scale(1.05) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

/* ===== RESPONSIVE PARA TARJETAS PEQUEÑAS ===== */
@media (max-width: 1100px) {
  .flex-container {
    gap: 15px;
  }
  
  .card-hover-item {
    width: 280px !important;
    min-width: 260px !important;
  }
}

@media (max-width: 900px) {
  .flex-container {
    justify-content: center;
  }
  
  .card-hover-item {
    width: 45% !important;
    min-width: 250px !important;
    max-width: 300px !important;
  }
}

@media (max-width: 600px) {
  .flex-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .card-hover-item {
    width: 100% !important;
    max-width: 350px !important;
    min-width: 280px !important;
  }
}

/* Efecto de brillo en hover para tarjetas */
.card-hover-item::after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transition: left 0.7s;
}

.card-hover-item:hover::after {
  left: 100%;
}

/* Efecto para tarjetas de información */
.info-card {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.info-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--neon-blue-rgb), 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(var(--neon-blue-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--neon-blue-rgb), 0);
  }
}

@keyframes pulse-yellow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 204, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 204, 0, 0);
  }
}

/* Tarjetas */
.card-hover-item {
  transition: all 0.3s ease;
}

.card-hover-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Botones */
.pulse-btn {
  animation: pulse 2s infinite;
}

button[style*="background: linear-gradient(135deg, #ffcc00"] {
  animation: pulse-yellow 2s infinite;
}

.pulse-btn:hover {
  transform: translateY(-2px);
  animation-play-state: paused;
}

.pulse-btn:active {
  transform: scale(0.95);
}

/* Responsive */
@media (max-width: 768px) {
  .vip-card {
    width: 280px !important;
  }
  
  .uk-container {
    max-width: 90% !important;
  }
}

/*noticias custom*/
    /* Estilos para mantener consistencia con el diseño original */
.card-hover {
    ransition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
    
.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: rgba(var(--neon-blue-rgb), 0.4) !important;
}
    
.nav-item-hover {
    transition: all 0.3s ease;
}
    
.nav-item-hover:hover {
    background: rgba(var(--neon-blue-rgb), 0.15) !important;
    border-color: rgba(var(--neon-blue-rgb), 0.3) !important;
    transform: translateX(5px);
}
    
/* Efecto hover en imágenes de noticias */
.card-hover:hover img {
    transform: scale(1.05);
}
    
/* Efecto hover en botón leer más */
.card-hover:hover span[style*="background: rgba(var(--neon-blue-rgb)"] {
    background: rgba(var(--neon-blue-rgb), 0.2) !important;
    border-color: rgba(var(--neon-blue-rgb), 0.5) !important;
}
    
/* Animación suave para las tarjetas */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
    
.card-hover {
    animation: fadeInUp 0.5s ease forwards;
}

/*armory*/
/* Estilos para el formulario de búsqueda */
.armory-card {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: 15px !important;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
    
.armory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: rgba(var(--neon-blue-rgb), 0.4) !important;
}
    
.stats-header {
    background: rgba(var(--neon-blue-rgb), 0.1) !important;
    border: 1px solid rgba(var(--neon-blue-rgb), 0.3) !important;
    border-radius: 10px !important;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
}
    
.stats-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
    
.stats-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}
    
.character-badge {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(var(--neon-blue-rgb), 0.1);
    color: var(--neon-blue);
    border: 1px solid rgba(var(--neon-blue-rgb), 0.3);
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    margin: 2px;
}
    
.uk-input:focus {
    border-color: var(--neon-blue) !important;
    box-shadow: 0 0 0 2px rgba(var(--neon-blue-rgb), 0.2) !important;
    outline: none !important;
}
    
.uk-button:hover {
    background: rgba(var(--neon-blue-rgb), 0.3) !important;
    border-color: rgba(var(--neon-blue-rgb), 0.6) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
    
/* Animación de entrada */
    @keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
    
.armory-card {
    animation: fadeIn 0.5s ease forwards;
}
 /* Estilos para el formulario de búsqueda */
 .armory-card {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: 15px !important;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
    
.armory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: rgba(var(--neon-blue-rgb), 0.4) !important;
}
    
.stats-header {
    background: rgba(var(--neon-blue-rgb), 0.1) !important;
    border: 1px solid rgba(var(--neon-blue-rgb), 0.3) !important;
    border-radius: 10px !important;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
}
    
.dark-table {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: 10px !important;
    overflow: hidden;
}
    
.dark-table th {
    background: rgba(var(--neon-blue-rgb), 0.1) !important;
    color: var(--neon-blue) !important;
    font-weight: bold !important;
    border-bottom: 1px solid var(--glass-border) !important;
    padding: 15px !important;
}
    
.dark-table td {
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
    
.dark-table tr:last-child td {
    border-bottom: none !important;
}
    
.player-row:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    transform: translateX(5px);
}
    
.player-link:hover {
    color: rgba(var(--neon-blue-rgb), 0.8) !important;
    text-decoration: underline !important;
}
    
.character-icon {
    transition: all 0.3s ease;
}
    
.character-icon:hover {
    transform: scale(1.1);
    background: rgba(var(--neon-blue-rgb), 0.2) !important;
}
    
.level-badge {
    transition: all 0.3s ease;
}
    
.player-row:hover .level-badge {
    background: rgba(var(--neon-blue-rgb), 0.2) !important;
    border-color: rgba(var(--neon-blue-rgb), 0.5) !important;
    transform: scale(1.05);
}
    
.tab-button {
    transition: all 0.3s ease;
}
    
.tab-button:hover {
    background: rgba(var(--neon-blue-rgb), 0.3) !important;
    border-color: rgba(var(--neon-blue-rgb), 0.6) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
    
.uk-input:focus {
    border-color: var(--neon-blue) !important;
    box-shadow: 0 0 0 2px rgba(var(--neon-blue-rgb), 0.2) !important;
    outline: none !important;
}
    
.uk-button:hover {
    background: rgba(var(--neon-blue-rgb), 0.3) !important;
    border-color: rgba(var(--neon-blue-rgb), 0.6) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
    
/* Animación de entrada */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
    
.armory-card {
    animation: fadeIn 0.5s ease forwards;
}

/*stream*/
/* Estilos para streams */
.armory-card {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: 15px !important;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
    
.armory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: rgba(var(--neon-blue-rgb), 0.4) !important;
}
    
.stats-header {
    background: rgba(var(--neon-blue-rgb), 0.1) !important;
    border: 1px solid rgba(var(--neon-blue-rgb), 0.3) !important;
    border-radius: 10px !important;
    padding: 15px;
    margin-bottom: 15px;
}
    
.character-badge {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(var(--neon-blue-rgb), 0.1);
    color: var(--neon-blue);
    border: 1px solid rgba(var(--neon-blue-rgb), 0.3);
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
}
    
.dark-table {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: 8px !important;
    overflow: hidden;
}
    
.dark-table th {
    background: rgba(var(--neon-blue-rgb), 0.1) !important;
    color: var(--neon-blue) !important;
    font-weight: bold !important;
    border-bottom: 1px solid var(--glass-border) !important;
    padding: 12px !important;
}
    
.dark-table td {
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 12px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
    
.dark-table tr:last-child td {
    border-bottom: none !important;
}
    
.stream-row:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    transform: translateX(5px);
}
    
.tab-button {
    transition: all 0.3s ease;
}
    
.tab-button:hover {
    background: rgba(var(--neon-blue-rgb), 0.3) !important;
    border-color: rgba(var(--neon-blue-rgb), 0.6) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
    
.uk-input:focus {
    border-color: var(--neon-blue) !important;
    box-shadow: 0 0 0 2px rgba(var(--neon-blue-rgb), 0.2) !important;
    outline: none !important;
}
    
.uk-button:hover {
    background: rgba(var(--neon-blue-rgb), 0.3) !important;
    border-color: rgba(var(--neon-blue-rgb), 0.6) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
    
.stream-container iframe, .chat-container iframe {
    border-radius: 0 0 12px 12px;
}
    
/* Animación de entrada */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
 }
    
.armory-card {
    animation: fadeIn 0.5s ease forwards;
}
    
/* Estilos para radio buttons */
    input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
    
input[type="radio"]:checked {
    background-color: var(--neon-blue);
    border-color: var(--neon-blue);
}

/*donaciones*/
/* Estilos para donaciones */
.armory-card {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: 15px !important;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
    
.armory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: rgba(var(--neon-blue-rgb), 0.4) !important;
}
    
.stats-header {
    background: rgba(var(--neon-blue-rgb), 0.1) !important;
    border: 1px solid rgba(var(--neon-blue-rgb), 0.3) !important;
    border-radius: 10px !important;
    padding: 15px;
    margin-bottom: 15px;
}
    
.donation-card {
    transition: all 0.3s ease;
}
    
.donation-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}
    
.payment-method-card {
    transition: all 0.3s ease;
}
    
.payment-method-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
    
.nav-item-hover {
    transition: all 0.3s ease;
}
    
.nav-item-hover:hover {
    background: rgba(var(--neon-blue-rgb), 0.15) !important;
    border-color: rgba(var(--neon-blue-rgb), 0.3) !important;
    transform: translateX(5px);
}
    
.uk-button:hover {
    background: rgba(var(--neon-blue-rgb), 0.3) !important;
    border-color: rgba(var(--neon-blue-rgb), 0.6) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
    
/* Colores específicos para botones */
.uk-button[style*="background: rgba(0, 176, 155"]:hover {
    background: rgba(0, 176, 155, 0.3) !important;
    border-color: rgba(0, 176, 155, 0.6) !important;
}
    
.uk-button[style*="background: rgba(244, 107, 69"]:hover {
    background: rgba(244, 107, 69, 0.3) !important;
    border-color: rgba(244, 107, 69, 0.6) !important;
}
    
/* Animación de entrada */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
    
.armory-card, .donation-card {
    animation: fadeIn 0.5s ease forwards;
}
    
/* Estilos para enlaces */
a[target="_blank"] {
    transition: all 0.3s ease;
}
    
a[target="_blank"]:hover {
    opacity: 0.8;
    text-decoration: underline;
}
    
/* Estilos para listas */
.uk-list-bullet li::before {
    color: var(--neon-blue);
}
    
.uk-list-number li::before {
    color: var(--neon-blue);
    font-weight: bold;
}

