﻿/*!
 * 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: 400;
  font-display: swap;
  src: url('../fonts/lobster-regular-webfont.woff2') format('woff2'), url('../fonts/lobster-regular-webfont.woff') format('woff');
}

html {
  overflow-y: scroll;
  background: transparent;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

body {
  background-color: #031135;
  background-image: url('../images/background.jpg');
  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 .15s;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

hr,
.uk-hr {
  border-top-color: rgba(255, 255, 255, .2);
}

h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  color: #fff;
  font-family: 'Blizzard', Helvetica, Arial, sans-serif;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #032041;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.uk-navbar-transparent {
  background-image: url('../images/bg-main.png');
  background-repeat: no-repeat;
  background-position: top center;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .15);
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  min-height: 40px;
}

.uk-navbar-nav > li > a,
.uk-navbar-dropdown-nav > li > a {
  color: rgba(255, 255, 255, .8);
}

.uk-navbar-dropdown-nav > li > a {
  font-size: 12px;
  padding: 4px 18px;
  transition: background-color .2s ease,color .2s ease;
}

.uk-navbar-dropdown-nav > li > a:focus,
.uk-navbar-dropdown-nav > li > a:hover {
  background: rgba(255, 255, 255, .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, .3);
}

.uk-navbar-toggle {
  color: rgba(255, 255, 255, .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: linear-gradient(#1c2534, #161a26);
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
  min-width: 180px;
  padding: 10px 0;
}

.uk-navbar-dropdown .blizzcms-cart-dropdown {
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  padding: 4px 8px;
}

.uk-offcanvas-bar {
  background: #151a23;
}

#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, .1);
  line-height: 2.5em;
  padding: 0 12px;
  color: #bdbdbd;
  transition: all ease .3s;
}

#mobile .uk-offcanvas-bar .uk-nav-default > li > a:hover {
  background-color: rgba(255, 255, 255, .02);
  color: #fff;
}

#mobile .uk-offcanvas-bar .uk-nav-default > li.uk-parent.uk-open > a {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.uk-modal-title {
  color: #fff;
  font-size: 1.625rem;
}

.uk-modal-dialog {
  border: 1px solid rgba(255, 255, 255, .1);
}

.uk-modal-dialog,
.uk-modal-body,
.uk-modal-header,
.uk-modal-footer {
  background: rgba(0, 38, 80, .7);
}

.uk-modal-header{
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.uk-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.slider-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, .15) 0, transparent);
}

.main-section {
  border-top: 1px solid rgba(63, 102, 133, .5);
}

.header-section {
  background-image: url('../images/header-background.png');
  background-repeat: no-repeat;
}

.uk-card-default {
  background: rgba(9, 85, 135, .2);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #ccc;
}

.uk-card-default .uk-card-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 10px;
}

.uk-card-default .uk-card-footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.uk-card-default.news-card {
  background: rgba(9, 85, 135, .1);
  color: rgba(255, 255, 255, .7);
  box-shadow: none;
  border: none;
}

.uk-card-default.news-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  transition: all ease-in .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, .15);
}

.uk-card-default.news-card.uk-card-hover:hover {
  background-color: rgba(9, 85, 135, .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-top: 1px solid rgba(255, 255, 255, .1);
  background: rgba(9, 85, 135, .2);
  color: rgba(255, 255, 255, .7);
  box-shadow: none;
}

.uk-card-default.myaccount-card .uk-card-header {
  background: rgba(9, 85, 135, .1);
}

.dotted-divider:after {
  content: "";
  display: inline-block;
  border-top: 2px dotted rgba(0, 174, 255, .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, .6), inset 0 0 5px rgba(0, 0, 0, .4);
  border-image: linear-gradient(to left, rgba(255, 255, 255, .2) 0%, rgba(0, 174, 255, .8) 100%);
  border-image-slice: 1;
  border-image-width: 1px;
  padding: 15px 20px;
  background: rgba(9, 85, 135, .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,.1);
}

.image-card:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, .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,.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,.1);
}

.image-post:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, .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,.1);
  }
}

.uk-button-small {
  padding: 0 10px;
  font-size: .75rem;
}

.uk-button-default {
  background: #0e86ca;
  border: 1px solid #00aeff;
  color: #fff;
  transition: all ease .3s;
}

.uk-button-default:focus,
.uk-button-default:hover {
  background: #00aeff;
  color: #fff;
  border-color: #00aeff;
}

.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 .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 #292e33;
  color: #fff;
  transition: all ease .3s;
}

.uk-button-secondary:focus,
.uk-button-secondary:hover {
  background: #292e33;
  color: #fff;
  border-color: #292e33;
}

.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: rgba(0, 174, 255, .1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .07);
}

.uk-icon-button:focus,
.uk-icon-button:hover {
  background-color: rgba(255, 255, 255, .2);
  color: #fff;
}

.uk-active>.uk-icon-button,
.uk-icon-button:active {
  background-color: rgba(255, 255, 255, .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, .15);
}

.uk-tab::before {
  border-bottom-color: rgba(255, 255, 255, .4);
}

.uk-tab > * > a {
  color: rgba(255, 255, 255, .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, .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, .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, .6);
  border-color: transparent;
  border-radius: 30px;
  width: 50px;
  height: 8px;
}

.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
  background-color: rgba(214, 214, 214, .8);
}

.uk-dotnav > .uk-active > *,
.uk-dotnav > * > :active {
  background-color: rgba(0, 174, 255, .8);
}

.uk-tile.alliance-bar {
  background: linear-gradient(to bottom, #1e7fe1 0%, #1e7fe1 50%, #196bbd 51%, #196bbd 100%);
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .1);
  border-radius: 2px 0 0 2px;
  color: #fff;
  font-size: .875rem;
  padding: 2px 10px;
  box-shadow: inset 0 0 8px 4px rgba(255, 255, 255, .15);
}

.uk-tile.horde-bar {
  background: linear-gradient(to bottom, #e11e1e 0%, #e11e1e 50%, #bd1919 51%, #bd1919 100%);
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, .1);
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-size: .875rem;
  padding: 2px 10px;
  box-shadow: inset 0 0 8px 4px rgba(255, 255, 255, .15);
}

.uk-nav-default.myaccount-nav {
  background: rgba(0, 0, 0, .45);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}

.uk-nav-default.myaccount-nav > li > a {
  color: #fff;
  font-size: .9375rem;
  padding: 10px 20px;
  border-left: 4px solid transparent;
  transition: background ease-in-out .1s;
}

.uk-nav-default.myaccount-nav > li.uk-active > a {
  background: rgba(0, 174, 255, .4);
  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-top: 1px solid rgba(255, 255, 255, .1);
  margin: 5px 20px;
}

.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, .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: 'Lobster', cursive;
  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: .875rem;
}

.uk-pagination > * {
  padding-left: 8px;
}

.uk-pagination > * > * {
  display: flex;
  background: #0e86ca;
  border: 1px solid #00aeff;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  line-height: 26px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out .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, .4);
}

.status-dot.offline {
  background-color: #ff4b44;
}

.status-dot.offline span,
.status-dot.offline span:after {
  background-color: rgba(236, 133, 134, .4);
}

.discord-widget img {
  border: 1px solid transparent;
  transition: all ease-in .25s;
}

.discord-widget:hover img {
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, .8);
  filter: grayscale(100%);
}

@keyframes pulse {
  0% {
    opacity: .75;
    transform: scale(1);
  }
  25% {
    opacity: .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, .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, .025);
  color: #fff;
}

.uk-nav-default.nav-store > li.uk-active > a {
  background: rgba(255, 255, 255, .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, .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, .025);
  color: #fff;
}

.uk-nav-default.nav-store .uk-nav-sub li.uk-active > a {
  background: rgba(255, 255, 255, .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: 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;
}

.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: 46px;
  width: 46px;
}

.item-store-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
}

.item-store-icon img {
  height: 46px;
  width: 46px;
}

.blizzcms-store-summary .uk-accordion-title {
  background-color: rgba(74, 74, 74, .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, .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, .1);
  box-shadow: 0 10px 10px rgba(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, .15);
}

/*
 * Vote
 */
.uk-card-vote {
  background: rgba(9, 85, 135, .2);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
}

.uk-card-vote .uk-card-header {
  border-bottom-color: rgba(255, 255, 255, .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, .1);
  border: 1px solid rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .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, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.uk-card-forum .uk-card-body {
  padding: 16px;
}

.uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, .15);
}

.forum-who-icon {
  display: inline-block;
  position: relative;
  background-color: rgba(24, 60, 101, 0.6);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 50%;
  box-shadow: 2px 2px 0 0 rgba(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 {
  background: rgba(19, 76, 114, .1);
  border: 1px solid rgba(255, 255, 255, .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, .1);
  border: 1px solid rgba(255, 255, 255, .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, .1);
}

.forum-table .uk-table-hover tbody tr:hover,
.forum-table .uk-table-hover > tr:hover {
  background: rgba(9, 85, 135, .2);
}

tbody tr:first-child {
  border-top: 1px solid rgba(255, 255, 255, .25);
}

tbody tr:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.uk-table-hover tbody tr:hover,
.uk-table-hover > tr:hover {
  background: rgba(255, 255, 255, .05);
}

/* Xorrus modern theme layer */
:root {
  --x-bg: #07090d;
  --x-panel: rgba(16, 22, 31, .82);
  --x-panel-strong: rgba(20, 27, 37, .94);
  --x-line: rgba(255, 255, 255, .12);
  --x-line-strong: rgba(110, 209, 76, .38);
  --x-text: #f4efe5;
  --x-muted: #b9b1a3;
  --x-gold: #d49a33;
  --x-gold-soft: #f0c66a;
  --x-fel: #7bdc3d;
  --x-fel-soft: #b3ff6a;
  --x-ember: #b7422e;
  --x-teal: #40b497;
  --x-blue: #3f78c2;
  --x-shadow: 0 20px 60px rgba(0, 0, 0, .38);
}

html {
  background: var(--x-bg);
  color: var(--x-text);
  overflow-x: hidden;
}

body.xorrus-theme {
  min-height: 100vh;
  background-color: var(--x-bg);
  background-image:
    linear-gradient(180deg, rgba(7, 9, 13, .18) 0%, rgba(7, 9, 13, .86) 42%, #060708 100%),
    radial-gradient(circle at 31% 18%, rgba(123, 220, 61, .18), transparent 29%),
    linear-gradient(90deg, rgba(75, 22, 19, .18), rgba(13, 31, 24, .34)),
    url('../images/hero-wow.png');
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  color: var(--x-text);
  overflow-x: hidden;
}

.site-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .52) 55%, rgba(0, 0, 0, .78));
}

.site-main {
  position: relative;
  overflow-x: hidden;
}

a {
  color: var(--x-gold-soft);
}

a:hover {
  color: #fff;
}

h1, h2, h3, h4, h5, h6,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
  color: var(--x-text);
  letter-spacing: 0;
}

.topbar.uk-navbar-transparent {
  background: rgba(7, 9, 13, .58);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.main-navbar.uk-navbar-container:not(.uk-navbar-transparent),
.main-navbar.nav-stuck {
  background: rgba(8, 11, 14, .9);
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(123, 220, 61, .24);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .3);
  backdrop-filter: blur(16px);
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 54px;
  color: rgba(244, 239, 229, .78);
  font-weight: 700;
  text-transform: uppercase;
  font-size: .78rem;
}

.topbar .uk-navbar-item,
.topbar .uk-navbar-nav > li > a {
  min-height: 46px;
  text-transform: none;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a.uk-open,
.uk-navbar-nav > li > a:focus {
  color: var(--x-fel-soft);
  text-shadow: none;
}

.uk-logo {
  color: #fff;
  font-size: 32px;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .5);
}

.xorrus-brand {
  display: inline-flex;
  align-items: center;
  color: #fff !important;
  letter-spacing: 0;
  line-height: 1;
}

.xorrus-brand::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 9px;
  background: var(--x-fel);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(123, 220, 61, .9);
}

.main-navbar .uk-navbar-nav > li > a {
  border-radius: 6px;
  margin: 7px 2px;
  padding: 0 12px;
}

.main-navbar .uk-navbar-nav > li:hover > a,
.main-navbar .uk-navbar-nav > li > a.uk-open,
.main-navbar .uk-navbar-nav > li > a:focus {
  background: rgba(123, 220, 61, .08);
}

.uk-navbar-dropdown {
  background: var(--x-panel-strong);
  border: 1px solid rgba(123, 220, 61, .18);
  border-radius: 8px;
  box-shadow: var(--x-shadow);
  padding: 8px;
}

.uk-navbar-dropdown-nav > li > a {
  border-radius: 6px;
  color: rgba(244, 239, 229, .76);
  font-size: .82rem;
  padding: 8px 12px;
}

.uk-navbar-dropdown-nav > li > a:focus,
.uk-navbar-dropdown-nav > li > a:hover {
  background: rgba(123, 220, 61, .1);
  color: #fff;
}

.uk-offcanvas-bar {
  background:
    linear-gradient(180deg, rgba(21, 26, 35, .98), rgba(7, 9, 13, .98)),
    url('../images/header-background.png');
  background-position: top center;
  border-left: 1px solid rgba(217, 164, 65, .24);
}

#mobile .uk-offcanvas-bar .uk-nav-default > li > a {
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(244, 239, 229, .8);
}

#mobile .uk-offcanvas-bar .uk-nav-default > li > a:hover {
  background: rgba(217, 164, 65, .1);
  color: #fff;
}

.slider-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 7, 8, .1), rgba(6, 7, 8, .72)),
    url('../images/hero-wow.png') center / cover no-repeat;
  border-bottom: 1px solid rgba(123, 220, 61, .28);
}

.slider-section .uk-slideshow-items img,
.slider-section .uk-slideshow-items video {
  opacity: .36;
  filter: saturate(1.08) contrast(1.08);
}

.slider-section .uk-slideshow-items {
  min-height: 390px !important;
  max-height: 520px !important;
}

.slider-section li::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 32% 48%, rgba(123, 220, 61, .16), transparent 20%),
    linear-gradient(90deg, rgba(6, 7, 8, .68) 0%, rgba(6, 7, 8, .32) 42%, rgba(6, 7, 8, .82) 100%),
    linear-gradient(0deg, rgba(6, 7, 8, .88) 0%, rgba(6, 7, 8, .08) 54%);
  pointer-events: none;
}

.slider-section .uk-container {
  z-index: 2;
}

.slider-section h2 {
  max-width: 760px;
  width: min(760px, calc(100vw - 48px));
  font-size: 2.55rem;
  font-weight: 800;
  line-height: 1.06;
  white-space: normal;
  overflow-wrap: break-word;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .7);
}

.slider-section p {
  max-width: 680px;
  width: min(680px, calc(100vw - 48px));
  color: rgba(244, 239, 229, .84);
  font-size: 1.05rem;
  line-height: 1.55;
  white-space: normal;
  overflow-wrap: break-word;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .65);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 112px;
  box-sizing: border-box;
}

.hero-actions .uk-button {
  min-width: 170px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 44px;
}

.quick-entry-section {
  position: relative;
  z-index: 3;
  margin-top: -32px;
}

.quick-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.quick-entry-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(20, 25, 22, .94), rgba(8, 12, 11, .96));
  border: 1px solid rgba(123, 220, 61, .2);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
  color: var(--x-text);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.quick-entry-card:hover {
  background:
    linear-gradient(180deg, rgba(28, 37, 28, .98), rgba(10, 15, 13, .98));
  border-color: rgba(179, 255, 106, .55);
  color: #fff;
  transform: translateY(-2px);
}

.quick-entry-card span {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: rgba(123, 220, 61, .1);
  border: 1px solid rgba(123, 220, 61, .34);
  border-radius: 8px;
  color: var(--x-fel-soft);
  font-size: 1.1rem;
}

.quick-entry-card strong {
  align-self: end;
  color: #fff;
  font-size: .96rem;
  text-transform: uppercase;
}

.quick-entry-card small {
  align-self: start;
  color: rgba(244, 239, 229, .62);
  font-size: .8rem;
}

.uk-dotnav > * > * {
  background: rgba(244, 239, 229, .36);
  border: 1px solid rgba(255, 255, 255, .26);
}

.uk-dotnav > .uk-active > * {
  background: var(--x-gold);
  border-color: var(--x-gold-soft);
}

.main-section {
  border-top: 0;
  padding-top: 44px;
  padding-bottom: 46px;
  overflow-x: hidden;
}

.home-layout-grid {
  align-items: start;
}

.content-column,
.sidebar-column {
  min-width: 0;
}

.main-section .uk-h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--x-text);
  font-size: 1rem;
  text-transform: uppercase;
}

.main-section .uk-h4::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(123, 220, 61, .38), rgba(212, 154, 51, .22), rgba(255, 255, 255, 0));
}

.uk-card-default {
  background: var(--x-panel);
  border: 1px solid var(--x-line);
  border-radius: 8px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, .24);
  color: rgba(244, 239, 229, .78);
  overflow: hidden;
}

.uk-card-default .uk-card-header,
.uk-card-default .uk-card-footer {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
}

.uk-card-default.news-card {
  background: rgba(16, 22, 31, .78);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  color: rgba(244, 239, 229, .78);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .25);
  width: 100%;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.uk-card-default.news-card::after {
  display: none;
}

.uk-card-default.news-card.uk-card-hover:hover {
  background: rgba(22, 30, 42, .92);
  border-color: rgba(217, 164, 65, .5);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .35);
  transform: translateY(-2px);
}

.news-card .uk-card-media-left::after {
  border-right-color: rgba(217, 164, 65, .28);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(7, 9, 13, .32));
}

.news-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter .2s ease;
}

.news-card:hover img {
  filter: none;
  transform: none;
}

.news-card .uk-cover-container,
.news-card .uk-card-media-left {
  overflow: hidden;
  min-height: 100%;
}

.uk-card-body {
  padding: 20px;
  min-width: 0;
}

.card-status {
  background:
    linear-gradient(180deg, rgba(26, 33, 45, .92), rgba(13, 18, 26, .92));
  border: 1px solid rgba(217, 164, 65, .32);
  border-image: none;
  border-radius: 8px;
  box-shadow: var(--x-shadow);
  color: rgba(244, 239, 229, .82);
}

.realm-command-card {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(83, 33, 27, .88), rgba(14, 22, 30, .94) 58%, rgba(11, 17, 24, .96)),
    url('../images/header-background.png');
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(217, 164, 65, .34);
  border-radius: 8px;
  box-shadow: var(--x-shadow);
  overflow: hidden;
}

.realm-command-kicker {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--x-gold-soft);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.realm-command-card h3 {
  font-size: 1.65rem;
}

.realm-command-card p {
  max-width: 34rem;
  color: rgba(244, 239, 229, .74);
  line-height: 1.55;
}

.realm-command-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.realm-command-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  background: rgba(7, 9, 13, .58);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  color: rgba(244, 239, 229, .84);
  font-weight: 800;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.realm-command-actions a:hover {
  background: rgba(217, 164, 65, .14);
  border-color: rgba(240, 196, 109, .48);
  color: #fff;
}

.alliance-bar,
.horde-bar {
  border-radius: 6px;
  font-weight: 800;
}

.alliance-bar {
  background: linear-gradient(135deg, rgba(54, 105, 169, .9), rgba(28, 57, 104, .92));
}

.horde-bar {
  background: linear-gradient(135deg, rgba(171, 62, 45, .9), rgba(99, 32, 31, .92));
}

.dotted-divider {
  background: rgba(217, 164, 65, .08);
  border: 1px solid rgba(217, 164, 65, .22);
  border-radius: 8px;
  color: var(--x-gold-soft);
  padding: 12px;
}

.dotted-divider::after {
  display: none;
}

.uk-button-default,
.uk-button-primary,
.uk-button-secondary,
.uk-pagination > * > * {
  border-radius: 6px;
  font-weight: 800;
  text-transform: uppercase;
}

.uk-button-default {
  background: linear-gradient(180deg, #e0aa3d, #92571f);
  border-color: rgba(240, 196, 109, .78);
  color: #15110a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

.uk-button-default:focus,
.uk-button-default:hover,
.uk-button-default.uk-active,
.uk-button-default:active {
  background: linear-gradient(180deg, #f0c46d, #b87928);
  border-color: #f0c46d;
  color: #090806;
}

.uk-input,
.uk-select,
.uk-textarea {
  background: rgba(7, 9, 13, .64);
  border-color: rgba(255, 255, 255, .14);
  border-radius: 6px;
  color: var(--x-text);
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  background: rgba(7, 9, 13, .82);
  border-color: var(--x-fel);
  color: #fff;
}

.uk-table th {
  color: var(--x-gold-soft);
}

.uk-table-hover tbody tr:hover,
.uk-table-hover > tr:hover {
  background: rgba(217, 164, 65, .08);
}

.status-dot {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .06);
}

.discord-widget img,
iframe[src*="discord"] {
  max-width: 100%;
  border: 1px solid rgba(217, 164, 65, .22);
  border-radius: 8px;
  box-shadow: var(--x-shadow);
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(7, 9, 13, .82), rgba(3, 5, 6, .98)),
    url('../images/hero-wow.png') center bottom / cover no-repeat;
  border-top: 1px solid rgba(217, 164, 65, .2);
  color: rgba(244, 239, 229, .68);
  padding-top: 34px;
  padding-bottom: 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, .9fr) auto;
  gap: 28px;
  align-items: start;
}

.footer-brand p,
.footer-bottom p {
  color: rgba(244, 239, 229, .62);
  margin: 10px 0 0;
  line-height: 1.55;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(123, 220, 61, .16);
  border-radius: 6px;
  color: rgba(244, 239, 229, .78);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-links a:hover {
  background: rgba(123, 220, 61, .1);
  border-color: rgba(179, 255, 106, .36);
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 8px;
}

.site-footer .uk-icon-button {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(217, 164, 65, .24);
  color: var(--x-gold-soft);
}

.site-footer .uk-icon-button:hover {
  background: var(--x-gold);
  color: #090806;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 24px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 959px) {
  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    min-height: 50px;
  }

  .slider-section .uk-slideshow-items {
    min-height: 330px !important;
  }

  .slider-section h2 {
    font-size: 2rem;
  }

  .hero-actions {
    margin-top: 96px;
  }

  .quick-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.xorrus-theme {
    background-attachment: scroll;
  }

  .uk-logo {
    font-size: 26px;
  }

  .xorrus-brand::after {
    width: 6px;
    height: 6px;
  }

  .slider-section .uk-slideshow-items {
    min-height: 300px !important;
  }

  .slider-section h2 {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    font-size: 1.35rem;
    line-height: 1.16;
  }

  .slider-section p {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    font-size: .95rem;
  }

  .hero-actions {
    left: 16px !important;
    right: 16px !important;
    width: min(290px, calc(100vw - 64px));
    margin-top: 86px;
    padding-right: 0;
  }

  .hero-actions .uk-button {
    flex: 1 1 100%;
    min-width: 0;
    font-size: .78rem;
    line-height: 38px;
  }

  .quick-entry-section {
    margin-top: 0;
    padding-top: 14px;
  }

  .quick-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .quick-entry-card {
    grid-template-columns: auto 1fr;
    min-height: 58px;
    padding: 10px;
    column-gap: 8px;
  }

  .quick-entry-card span {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    font-size: .9rem;
  }

  .quick-entry-card strong {
    font-size: .74rem;
    line-height: 1.05;
  }

  .quick-entry-card small {
    display: none;
  }

  .main-section {
    padding-top: 26px;
  }

  .uk-card-default.news-card {
    margin-bottom: 12px;
    max-width: 100%;
  }

  .uk-card-body {
    padding: 16px;
  }

  .news-card .uk-card-body p {
    overflow-wrap: anywhere;
  }

  .news-card .uk-text-right {
    text-align: left !important;
  }

  .realm-command-card {
    padding: 18px;
  }

  .realm-command-card h3 {
    font-size: 1.32rem;
  }

  .realm-command-actions {
    grid-template-columns: 1fr;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-social {
    justify-content: flex-start;
  }
}

.uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, .2);
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, .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, .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, .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, .3);
  color: rgba(255, 255, 255, .7);
  max-width: 40rem;
  margin: 0 auto;
  padding: 3rem 0;
  text-align: center;
}

.glass-box-editor {
  display: block;
  max-width: 40rem;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .glass-box-container {
    max-width: 20rem;
  }
  .glass-box-editor {
    max-width: 20rem;
  }
}

.topic-forum-member {
  color: rgba(255, 255, 255, .6);
}

.topic-forum-staff {
  color: #00b4ff;
}

a.topic-forum-staff {
  color: #00b4ff;
  text-decoration: none;
  transition: color ease-in .15s;
}

a.topic-forum-staff:hover {
  color: #fff;
  text-decoration: none;
}

/* Keep account dropdowns above the hero and page content. */
.topbar {
  position: relative;
  z-index: 3600;
}

.main-navbar {
  position: relative;
  z-index: 3000;
}

.topbar .uk-navbar-dropdown {
  z-index: 3800;
}

.main-navbar .uk-navbar-dropdown,
.uk-navbar-dropdown.uk-open {
  z-index: 3200;
}

.uk-sticky-fixed {
  z-index: 3100;
}

.uk-offcanvas {
  z-index: 4000;
}

.slider-section,
.quick-entry-section,
.discord-strip-section,
.main-section,
.site-footer {
  position: relative;
  z-index: 1;
}

/* Account, register and user panel polish */
.account-hero-section {
  position: relative;
  overflow: hidden;
  padding: 78px 0 46px;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, .92), rgba(5, 6, 8, .58) 56%, rgba(5, 6, 8, .9)),
    linear-gradient(0deg, rgba(5, 6, 8, .96), rgba(5, 6, 8, .12)),
    url('../images/hero-wow.png') center 32% / cover no-repeat;
  border-bottom: 1px solid rgba(212, 154, 51, .28);
}

.account-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 70%, rgba(123, 220, 61, .13), transparent 24%);
  pointer-events: none;
}

.account-hero-section .uk-container {
  position: relative;
  z-index: 1;
}

.account-hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 11px;
  background: rgba(212, 154, 51, .1);
  border: 1px solid rgba(212, 154, 51, .42);
  color: var(--x-gold-soft);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.account-hero-section h1 {
  max-width: 780px;
  margin: 14px 0 8px;
  color: #fff;
  font-size: 3.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.account-hero-section p {
  max-width: 620px;
  margin: 0;
  color: rgba(244, 239, 229, .76);
  font-size: 1.02rem;
  line-height: 1.55;
}

.account-access-page {
  padding-top: 42px;
}

.account-access-grid {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: stretch;
}

.register-access-grid {
  grid-template-columns: minmax(260px, .75fr) minmax(340px, 1fr);
}

.account-access-copy,
.account-form-card,
.user-panel-summary {
  background:
    linear-gradient(180deg, rgba(20, 25, 32, .9), rgba(7, 9, 13, .94)),
    url('../images/header-background.png') center / cover no-repeat;
  border: 1px solid rgba(212, 154, 51, .26);
  border-radius: 6px;
  box-shadow: var(--x-shadow);
}

.account-access-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  padding: 30px;
}

.account-access-copy span,
.user-panel-summary span {
  color: var(--x-gold-soft);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.account-access-copy h2,
.user-panel-summary h2 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.account-access-copy p {
  margin: 0;
  color: rgba(244, 239, 229, .72);
  line-height: 1.6;
}

.account-access-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.account-access-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(123, 220, 61, .18);
  border-radius: 5px;
  color: rgba(244, 239, 229, .84);
  font-weight: 900;
  text-transform: uppercase;
}

.account-access-links a:hover {
  background: rgba(212, 154, 51, .12);
  border-color: rgba(240, 196, 109, .46);
  color: #fff;
}

.account-form-card {
  padding: 28px;
}

.account-form-card h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px !important;
  color: #fff;
}

.account-form-card .uk-margin {
  margin-top: 14px;
  margin-bottom: 14px;
}

.account-form-card .uk-input {
  min-height: 48px;
  background: rgba(5, 6, 8, .68);
  border-color: rgba(255, 255, 255, .14);
}

.account-form-card .uk-form-icon {
  color: var(--x-gold-soft);
}

.account-form-card .uk-button {
  min-height: 46px;
}

.account-form-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  gap: 14px;
  align-items: end;
  margin-top: 18px;
}

.account-form-actions .uk-button-default {
  min-width: 190px;
  white-space: nowrap;
}

.account-form-card .uk-button-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
}

.user-panel-page {
  padding-top: 34px;
}

.user-panel-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px 26px;
}

.user-panel-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 12px;
}

.user-panel-points > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  align-items: center;
  min-height: 58px;
  padding: 12px;
  background: rgba(5, 6, 8, .58);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
}

.user-panel-points i {
  grid-row: 1 / span 2;
}

.user-panel-points strong {
  color: #fff;
  font-size: 1.15rem;
}

.user-panel-points span {
  color: rgba(244, 239, 229, .62);
  font-size: .68rem;
}

.uk-nav-default.myaccount-nav {
  position: sticky;
  top: 86px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(19, 24, 31, .94), rgba(7, 9, 13, .96));
  border: 1px solid rgba(212, 154, 51, .24);
  border-radius: 6px;
  box-shadow: var(--x-shadow);
}

.uk-nav-default.myaccount-nav > li > a {
  border-left: 0;
  border-top: 1px solid rgba(255, 255, 255, .075);
  color: rgba(244, 239, 229, .78);
  font-weight: 850;
}

.uk-nav-default.myaccount-nav > li:first-child > a {
  border-top: 0;
}

.uk-nav-default.myaccount-nav > li.uk-active > a,
.uk-nav-default.myaccount-nav > li > a:focus,
.uk-nav-default.myaccount-nav > li > a:hover {
  background: rgba(212, 154, 51, .12);
  color: #fff;
}

.uk-card-default.myaccount-card {
  background:
    linear-gradient(180deg, rgba(18, 24, 33, .9), rgba(8, 10, 14, .94));
  border: 1px solid rgba(212, 154, 51, .22);
  border-radius: 6px;
  box-shadow: var(--x-shadow);
}

.uk-card-default.myaccount-card .uk-card-header {
  background: rgba(255, 255, 255, .035);
  border-bottom: 1px solid rgba(212, 154, 51, .18);
}

.myaccount-card .uk-table td,
.myaccount-card .uk-table th {
  border-color: rgba(255, 255, 255, .09);
}

.myaccount-card .uk-table th {
  color: var(--x-gold-soft);
}

@media (max-width: 959px) {
  .account-access-grid,
  .register-access-grid,
  .user-panel-summary {
    grid-template-columns: 1fr;
  }

  .account-access-copy {
    min-height: auto;
  }

  .uk-nav-default.myaccount-nav {
    position: static;
    margin-bottom: 18px;
  }
}

@media (max-width: 640px) {
  .account-hero-section {
    padding: 52px 0 34px;
  }

  .account-hero-section h1 {
    font-size: 2rem;
  }

  .account-access-page,
  .user-panel-page {
    padding-top: 24px;
  }

  .account-access-copy,
  .account-form-card,
  .user-panel-summary {
    padding: 18px;
  }

  .account-access-copy h2,
  .user-panel-summary h2 {
    font-size: 1.35rem;
  }

  .user-panel-points {
    grid-template-columns: 1fr;
  }

  .account-form-card .uk-grid > div {
    width: 100%;
  }

  .account-form-actions {
    grid-template-columns: 1fr;
  }

.account-form-actions .uk-button-default {
    width: 100%;
    min-width: 0;
  }
}

/* Shared layout for legacy module pages that still use the old empty header. */
.slider-section:has(.header-section) {
  min-height: 86px !important;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, .94), rgba(5, 6, 8, .58) 52%, rgba(5, 6, 8, .94)),
    linear-gradient(0deg, rgba(5, 6, 8, .94), rgba(5, 6, 8, .12)),
    url('../images/hero-wow.png') center 32% / cover no-repeat;
  border-bottom: 1px solid rgba(212, 154, 51, .28);
}

.slider-section:has(.header-section)::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 21% 72%, rgba(123, 220, 61, .12), transparent 22%),
    linear-gradient(90deg, rgba(0, 0, 0, .38), transparent 42%);
  pointer-events: none;
  z-index: 1;
}

.slider-section:has(.header-section) .header-section {
  height: 86px !important;
  min-height: 86px;
  background: transparent;
}

.slider-section:has(.header-section) + .main-section {
  padding-top: 28px;
}

.main-section > .uk-container > .uk-h4:first-child,
.main-section > .uk-container > .uk-grid:first-child .uk-h4,
.main-section > .uk-container > .uk-grid:first-child .uk-h3 {
  color: #fff;
  letter-spacing: 0;
}

.main-section > .uk-container > .uk-h4:first-child,
.main-section > .uk-container > .uk-grid:first-child .uk-h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(212, 154, 51, .24);
}

.nav-store,
.uk-tab-left {
  background:
    linear-gradient(180deg, rgba(19, 24, 31, .92), rgba(7, 9, 13, .96));
  border: 1px solid rgba(212, 154, 51, .2);
  border-radius: 6px;
  overflow: hidden;
}

.uk-tab-left {
  padding: 8px 0;
}

.uk-tab-left::before {
  border-color: rgba(212, 154, 51, .24);
}

.uk-tab-left > * > a,
.nav-store > li > a {
  color: rgba(244, 239, 229, .76);
  font-weight: 850;
  text-transform: uppercase;
}

.uk-tab-left > .uk-active > a,
.uk-tab-left > * > a:hover,
.nav-store > li.uk-active > a,
.nav-store > li > a:hover {
  background: rgba(212, 154, 51, .12);
  color: #fff;
}

.blizzcms-item-container {
  background:
    linear-gradient(180deg, rgba(20, 25, 32, .88), rgba(7, 9, 13, .94));
  border: 1px solid rgba(212, 154, 51, .2);
  border-radius: 6px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
}

.dark-table,
.uk-table-divider {
  background: rgba(7, 9, 13, .32);
}

.uk-subnav-pill > * > a {
  border: 1px solid rgba(212, 154, 51, .22);
  border-radius: 5px;
  color: rgba(244, 239, 229, .82);
  font-weight: 850;
}

.uk-subnav-pill > .uk-active > a,
.uk-subnav-pill > * > a:hover {
  background: rgba(212, 154, 51, .18);
  color: #fff;
}

/* Warcraft-inspired brand and vote point icon. */
.uk-logo.xorrus-brand,
.site-footer .xorrus-brand,
#mobile .xorrus-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #f8e8b0 !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #fff8cf 0%, #f1c45e 42%, #9a561f 76%, #f5d77b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:
    0 1px 0 #3b1b08,
    0 2px 0 #130804,
    0 0 14px rgba(212, 154, 51, .42),
    0 5px 18px rgba(0, 0, 0, .72);
}

.uk-navbar-left .uk-logo.xorrus-brand {
  font-size: 34px;
  line-height: 1;
}

.site-footer .xorrus-brand {
  font-size: 30px;
}

#mobile .xorrus-brand {
  font-size: 28px;
}

.uk-logo.xorrus-brand::first-letter {
  font-size: 1.12em;
}

.vp-icon {
  background-image: url('../../../../../assets/images/VP.svg?v=20260607-warcraft-v');
  filter: drop-shadow(0 0 5px rgba(245, 195, 90, .42));
}

.dp-icon {
  background-image: url('../../../../../assets/images/DP.svg?v=20260607-warcraft-w');
  filter: drop-shadow(0 0 5px rgba(245, 195, 90, .42));
}

/* News cards must stay completely still on hover. */
.uk-card-default.news-card,
.uk-card-default.news-card.uk-card-hover,
.uk-card-default.news-card.uk-card-hover:hover,
.news-card,
.news-card *,
.news-card:hover,
.news-card:hover * {
  animation: none !important;
  transition: none !important;
}

.uk-card-default.news-card.uk-card-hover:hover {
  background: rgba(16, 22, 31, .78);
  border-color: rgba(255, 255, 255, .1);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .25);
  transform: none !important;
}

.news-card img,
.news-card:hover img {
  filter: none !important;
  object-fit: cover;
  object-position: center center !important;
  top: 50% !important;
  left: 50% !important;
  transform: none !important;
}

.news-card .uk-cover-container img[uk-cover] {
  transform: translate(-50%, -50%) !important;
}

/* Xorrus starter NPC presentation */
.starter-npc-section {
  position: relative;
  z-index: 1;
  padding: 38px 0 10px;
}

.starter-npc-header {
  max-width: 780px;
  margin: 0 auto 22px;
  text-align: center;
}

.starter-npc-header span,
.capital-npc-note span {
  display: inline-block;
  color: var(--x-gold-soft);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.starter-npc-header h3 {
  margin: 6px 0 8px;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.starter-npc-header p {
  margin: 0;
  color: rgba(244, 239, 229, .74);
  line-height: 1.6;
}

.starter-npc-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.starter-npc-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0 16px 18px;
  background: linear-gradient(180deg, rgba(18, 22, 27, .94), rgba(8, 10, 12, .98));
  border: 1px solid rgba(212, 154, 51, .22);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
}

.starter-npc-image {
  position: relative;
  width: calc(100% + 32px);
  margin: 0 -16px 14px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(0, 0, 0, .35);
}

.starter-npc-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(8, 10, 12, .82) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, .24));
  pointer-events: none;
}

.starter-npc-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.starter-npc-card i {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: -34px 0 12px;
  color: var(--x-gold-soft);
  background: rgba(13, 15, 18, .92);
  border: 1px solid rgba(212, 154, 51, .35);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .35);
}

.starter-npc-card h4 {
  margin: 0 0 7px;
  color: #fff;
  font-size: .95rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.starter-npc-card p {
  margin: 0;
  color: rgba(244, 239, 229, .68);
  font-size: .86rem;
  line-height: 1.5;
}

.capital-npc-note {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: center;
  margin-top: 14px;
  padding: 20px 22px;
  background: linear-gradient(135deg, rgba(58, 44, 22, .62), rgba(11, 14, 17, .94));
  border: 1px solid rgba(240, 196, 109, .3);
  border-radius: 8px;
}

.capital-npc-note h4 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.12rem;
  text-transform: uppercase;
}

.capital-npc-note p {
  margin: 0;
  color: rgba(244, 239, 229, .76);
  line-height: 1.55;
}

@media (max-width: 1199px) {
  .starter-npc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .starter-npc-section {
    padding-top: 26px;
  }

  .starter-npc-header {
    margin-bottom: 16px;
    text-align: left;
  }

  .starter-npc-header h3 {
    font-size: 1.22rem;
  }

  .starter-npc-grid,
  .capital-npc-note {
    grid-template-columns: 1fr;
  }

  .capital-npc-note {
    padding: 15px;
  }

  .starter-npc-card {
    padding: 0 14px 15px;
  }

  .starter-npc-image {
    width: calc(100% + 28px);
    margin-right: -14px;
    margin-left: -14px;
  }
}

/* Tooltips for currencies must stay above menus and page layers. */
.uk-tooltip {
  z-index: 5000 !important;
}

.uk-tooltip-inner {
  background: rgba(7, 9, 13, .96);
  border: 1px solid rgba(245, 195, 90, .42);
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .45);
}

/* Donate page */
.donate-page {
  padding-top: 34px;
}

.donate-intro-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 24px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(20, 25, 32, .9), rgba(7, 9, 13, .94)),
    url('../images/header-background.png') center / cover no-repeat;
  border: 1px solid rgba(212, 154, 51, .28);
  border-radius: 6px;
  box-shadow: var(--x-shadow);
}

.donate-intro-card span,
.donate-plan-kicker {
  color: var(--x-gold-soft);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.donate-intro-card h2 {
  margin: 8px 0 8px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.donate-intro-card p {
  max-width: 720px;
  margin: 0;
  color: rgba(244, 239, 229, .72);
  line-height: 1.6;
}

.donate-intro-icon {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  background: rgba(5, 6, 8, .58);
  border: 1px solid rgba(245, 195, 90, .25);
  border-radius: 6px;
}

.donate-intro-icon .dp-icon {
  width: 58px;
  height: 58px;
}

.donate-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(212, 154, 51, .24);
}

.donate-plan-grid {
  align-items: stretch;
}

.uk-card-donate {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(26, 32, 41, .96), rgba(8, 10, 14, .98));
  border: 1px solid rgba(212, 154, 51, .32);
  border-radius: 6px;
  color: rgba(244, 239, 229, .82);
  box-shadow: var(--x-shadow);
}

.uk-card-donate,
.uk-card-donate * {
  animation: none !important;
  transition: none !important;
}

.donate-plan-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
}

.donate-plan-icon .dp-icon {
  width: 66px;
  height: 66px;
  margin: 0;
}

.uk-card-donate h2 {
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.donate-plan-price {
  margin: 10px 0;
  color: var(--x-gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
}

.donate-plan-price sup {
  top: -.55em;
  margin-right: 2px;
  font-size: .46em;
}

.uk-card-donate h5 {
  color: rgba(244, 239, 229, .78);
  line-height: 1.45;
}

.uk-card-donate form {
  margin-top: auto;
}

@media (max-width: 640px) {
  .donate-intro-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .donate-intro-card h2 {
    font-size: 1.35rem;
  }

  .donate-intro-icon {
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 640px) {
  .slider-section:has(.header-section),
  .slider-section:has(.header-section) .header-section {
    min-height: 62px !important;
    height: 62px !important;
  }

  .slider-section:has(.header-section) + .main-section {
    padding-top: 22px;
  }
}

/* Xorrus Shadoria-inspired homepage pass */
body.xorrus-theme {
  background-image:
    linear-gradient(180deg, rgba(5, 6, 8, .08) 0%, rgba(5, 6, 8, .9) 46%, #050607 100%),
    radial-gradient(circle at 76% 23%, rgba(212, 154, 51, .14), transparent 31%),
    radial-gradient(circle at 20% 33%, rgba(123, 220, 61, .12), transparent 24%),
    url('../images/hero-wow.png');
}

.topbar.uk-navbar-transparent,
.main-navbar.uk-navbar-container:not(.uk-navbar-transparent),
.main-navbar.nav-stuck {
  background: rgba(4, 5, 7, .86);
  border-bottom-color: rgba(212, 154, 51, .28);
}

.main-navbar .uk-navbar-nav > li > a {
  margin: 0 2px;
  min-height: 62px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}

.main-navbar .uk-navbar-nav > li:hover > a,
.main-navbar .uk-navbar-nav > li > a.uk-open,
.main-navbar .uk-navbar-nav > li > a:focus {
  background: transparent;
  border-bottom-color: var(--x-gold-soft);
  color: var(--x-gold-soft);
}

.slider-section {
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(3, 4, 6, .42) 0%, rgba(3, 4, 6, .18) 44%, rgba(3, 4, 6, .78) 100%),
    linear-gradient(0deg, rgba(5, 6, 8, .95) 0%, rgba(5, 6, 8, .12) 44%, rgba(5, 6, 8, .56) 100%),
    url('../images/hero-wow.png') center top / cover no-repeat;
  border-bottom: 1px solid rgba(212, 154, 51, .32);
}

.slider-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .42), transparent 38%),
    radial-gradient(circle at 33% 58%, rgba(123, 220, 61, .12), transparent 22%);
  pointer-events: none;
  z-index: 1;
}

.slider-section .uk-slideshow-items {
  min-height: 620px !important;
  max-height: 680px !important;
}

.slider-section .uk-slideshow-items img,
.slider-section .uk-slideshow-items video {
  opacity: .42;
  filter: saturate(1.14) contrast(1.12);
}

.slider-section li::after {
  background:
    linear-gradient(90deg, rgba(4, 5, 7, .62) 0%, rgba(4, 5, 7, .2) 44%, rgba(4, 5, 7, .82) 100%),
    linear-gradient(0deg, rgba(4, 5, 7, .96) 0%, rgba(4, 5, 7, .18) 52%);
}

.hero-copy {
  min-height: 620px;
  z-index: 3;
}

.hero-kicker.uk-position-medium {
  top: auto;
  bottom: 238px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 11px;
  background: rgba(212, 154, 51, .1);
  border: 1px solid rgba(212, 154, 51, .42);
  color: var(--x-gold-soft);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.slider-section .hero-title {
  top: auto;
  bottom: 146px;
  max-width: 820px;
  color: #fff;
  font-size: 4.6rem;
  line-height: .94;
  text-transform: uppercase;
}

.slider-section .hero-subtitle {
  top: auto;
  bottom: 104px;
  max-width: 660px;
  color: rgba(244, 239, 229, .82);
  font-size: 1.08rem;
}

.hero-actions.uk-position-medium {
  top: auto;
  bottom: 42px;
  margin-top: 0;
}

.hero-actions .uk-button {
  min-width: 188px;
  border-radius: 2px;
  line-height: 48px;
}

.hero-actions .uk-button-secondary {
  background: rgba(7, 9, 13, .72);
  border-color: rgba(244, 239, 229, .22);
}

.quick-entry-section {
  margin-top: -44px;
}

.quick-entry-card {
  min-height: 74px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(14, 15, 15, .96), rgba(7, 8, 9, .98));
  border-color: rgba(212, 154, 51, .28);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .34);
}

.quick-entry-card:hover {
  background: linear-gradient(180deg, rgba(29, 24, 16, .98), rgba(10, 11, 10, .98));
  border-color: rgba(240, 196, 109, .58);
}

.quick-entry-card span {
  background: rgba(212, 154, 51, .1);
  border-color: rgba(212, 154, 51, .42);
  color: var(--x-gold-soft);
}

.discord-strip-section {
  padding: 34px 0 6px;
}

.discord-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  background:
    linear-gradient(90deg, rgba(31, 34, 42, .94), rgba(9, 10, 13, .96)),
    url('../images/header-background.png') center / cover no-repeat;
  border: 1px solid rgba(212, 154, 51, .32);
  border-radius: 4px;
  box-shadow: var(--x-shadow);
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}

.discord-strip-copy,
.news-card,
.realm-command-card,
.card-status {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.discord-strip-copy span {
  color: var(--x-gold-soft);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.discord-strip-copy h3 {
  margin: 3px 0 6px;
  font-size: 1.42rem;
  text-transform: uppercase;
}

.discord-strip-copy p {
  margin: 0;
  color: rgba(244, 239, 229, .68);
  line-height: 1.55;
}

.discord-strip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 20px;
  background: #5865f2;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.discord-strip-button:hover {
  background: #6d78ff;
  color: #fff;
}

.main-section {
  padding-top: 44px;
}

.main-section .news-section-title {
  justify-content: center;
  margin-bottom: 24px;
  font-size: 1.18rem;
  text-align: center;
}

.main-section .news-section-title::before,
.main-section .news-section-title::after {
  content: "";
  height: 1px;
  flex: 1;
  max-width: 180px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(212, 154, 51, .48), rgba(255, 255, 255, 0));
}

.main-section .news-section-title::after {
  background: linear-gradient(90deg, rgba(212, 154, 51, .48), rgba(255, 255, 255, 0));
}

@media (max-width: 959px) {
  .slider-section,
  .slider-section .uk-slideshow-items,
  .hero-copy {
    min-height: 500px !important;
  }

  .hero-kicker.uk-position-medium {
    bottom: 206px;
  }

  .slider-section .hero-title {
    bottom: 128px;
    font-size: 3rem;
  }

  .slider-section .hero-subtitle {
    bottom: 88px;
  }

  .hero-actions.uk-position-medium {
    bottom: 30px;
  }

  .discord-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .main-navbar .uk-navbar-nav > li > a {
    min-height: 50px;
  }

  .slider-section,
  .slider-section .uk-slideshow-items,
  .hero-copy {
    min-height: 420px !important;
  }

  .hero-kicker.uk-position-medium,
  .slider-section .hero-title,
  .slider-section .hero-subtitle,
  .hero-actions.uk-position-medium {
    left: 18px !important;
    right: 18px !important;
    width: auto;
    max-width: calc(100vw - 36px);
  }

  .hero-kicker.uk-position-medium {
    bottom: 196px;
    font-size: .64rem;
  }

  .slider-section .hero-title {
    bottom: 126px;
    max-width: min(340px, calc(100vw - 36px));
    font-size: 1.76rem;
    line-height: .98;
    overflow-wrap: anywhere;
  }

  .slider-section .hero-subtitle {
    bottom: 82px;
    max-width: min(330px, calc(100vw - 36px));
    font-size: .88rem;
    line-height: 1.38;
  }

  .hero-actions.uk-position-medium {
    bottom: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(238px, calc(100vw - 36px));
  }

  .hero-actions .uk-button {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: .68rem;
    line-height: 36px;
    white-space: nowrap;
  }

  .quick-entry-section {
    margin-top: 0;
  }

  .quick-entry-card {
    min-height: 54px;
    padding: 9px;
  }

  .discord-strip-section {
    padding-top: 20px;
  }

  .discord-strip {
    padding: 18px;
    gap: 14px;
  }

  .discord-strip-copy h3 {
    font-size: 1rem;
  }

  .discord-strip-copy p {
    font-size: .86rem;
  }

  .discord-strip-button {
    width: 100%;
    min-height: 40px;
    font-size: .78rem;
  }

  .main-section .news-section-title {
    font-size: .95rem;
  }
}

/* Xorrus - boutique et footer */
.store-page {
  padding-top: 28px;
}

.store-page .uk-container {
  max-width: 1240px;
}

.store-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(24, 19, 13, .94), rgba(7, 12, 15, .92)),
    url('../images/hero-wow.png') center / cover no-repeat;
  border: 1px solid rgba(217, 164, 65, .24);
  border-radius: 8px;
  box-shadow: var(--x-shadow);
}

.store-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--x-gold-soft);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.store-hero h1 {
  margin: 6px 0 4px;
  color: #fff7df;
  font-family: var(--x-title-font);
  font-size: 2.1rem;
  line-height: 1;
}

.store-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(244, 239, 229, .72);
}

.store-cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  min-height: 42px;
  padding: 0 14px;
  color: #090806;
  background: linear-gradient(135deg, #f2c15c, #b77a22);
  border: 1px solid rgba(255, 226, 143, .5);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.store-cart-button:hover {
  color: #090806;
  filter: brightness(1.08);
}

.store-cart-button em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  background: #7b1f18;
  border-radius: 999px;
  font-style: normal;
  font-size: .72rem;
}

.store-layout {
  display: grid;
  grid-template-columns: minmax(220px, 278px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.store-sidebar,
.store-content {
  min-width: 0;
  background: rgba(10, 13, 15, .74);
  border: 1px solid rgba(217, 164, 65, .18);
  border-radius: 8px;
  box-shadow: var(--x-shadow-soft);
}

.store-sidebar {
  position: sticky;
  top: 86px;
  padding: 14px;
}

.store-content {
  padding: 16px;
}

.store-panel-title,
.store-section-head {
  color: #fff7df;
  font-weight: 900;
  text-transform: uppercase;
}

.store-panel-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: .78rem;
}

.store-category-list {
  display: grid;
  gap: 8px;
}

.store-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  min-height: 40px;
  padding: 9px 11px;
  color: rgba(244, 239, 229, .78);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  font-size: .82rem;
  font-weight: 800;
}

.store-category-list a:hover,
.store-category-list a.active {
  color: #fff;
  background: rgba(217, 164, 65, .16);
  border-color: rgba(217, 164, 65, .34);
}

.store-category-list a span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-category-list a em {
  flex: 0 0 auto;
  min-width: 24px;
  padding: 2px 7px;
  color: #15100a;
  background: var(--x-gold-soft);
  border-radius: 999px;
  font-style: normal;
  font-size: .68rem;
  text-align: center;
}

.store-realm-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: rgba(244, 239, 229, .52);
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.store-section-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.store-section-head span {
  color: var(--x-gold-soft);
  font-size: .72rem;
}

.store-section-head h2 {
  margin: 2px 0 0;
  color: #fff7df;
  font-size: 1.28rem;
  line-height: 1.15;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 14px;
}

.store-item-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(217, 164, 65, .16);
  border-radius: 8px;
}

.store-item-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 50% 38%, rgba(217, 164, 65, .2), transparent 50%),
    rgba(0, 0, 0, .22);
}

.store-item-media img {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 226, 143, .28);
  border-radius: 8px;
  object-fit: cover;
}

.store-item-badge {
  position: absolute;
  top: 9px;
  left: 9px;
  max-width: calc(100% - 18px);
  padding: 4px 7px;
  color: #15100a;
  background: var(--x-gold-soft);
  border-radius: 6px;
  font-size: .62rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.store-item-body {
  flex: 1 1 auto;
  min-width: 0;
  padding: 13px 13px 4px;
}

.store-item-body h3 {
  margin: 0 0 7px;
  color: #fff7df;
  font-size: .98rem;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.store-item-body h3 a {
  color: inherit;
}

.store-item-body p {
  margin: 0;
  color: rgba(244, 239, 229, .62);
  font-size: .82rem;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.store-item-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding: 12px 13px 13px;
}

.store-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  min-width: 0;
  color: #fff;
  font-weight: 900;
}

.store-add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 92px;
  max-width: 100%;
  min-height: 34px;
  padding: 0 10px;
  line-height: 1.12;
  white-space: normal;
}

.store-empty {
  grid-column: 1 / -1;
  padding: 18px;
  color: rgba(244, 239, 229, .7);
  background: rgba(255, 255, 255, .045);
  border: 1px dashed rgba(217, 164, 65, .22);
  border-radius: 8px;
  text-align: center;
}

.site-footer .footer-grid {
  grid-template-columns: minmax(220px, 1.2fr) minmax(190px, .8fr) minmax(210px, .9fr) auto;
}

.site-footer a {
  min-width: 0;
  max-width: 100%;
}

.footer-links a {
  min-width: 0;
  padding: 8px 10px;
  line-height: 1.16;
  overflow-wrap: anywhere;
  text-align: left;
  white-space: normal;
}

.footer-links a i {
  flex: 0 0 auto;
}

.footer-legal {
  display: grid;
  gap: 8px;
}

.footer-legal h5 {
  margin: 0 0 2px;
  color: var(--x-gold-soft);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-legal a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 10px;
  color: rgba(244, 239, 229, .76);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(217, 164, 65, .13);
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.footer-legal a::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  background: var(--x-gold-soft);
  border-radius: 999px;
}

.footer-legal a:hover {
  color: #fff;
  background: rgba(217, 164, 65, .12);
  border-color: rgba(217, 164, 65, .32);
}

@media (max-width: 1100px) {
  .site-footer .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(180px, .8fr);
  }
}

@media (max-width: 959px) {
  .store-hero,
  .store-layout {
    grid-template-columns: 1fr;
  }

  .store-sidebar {
    position: static;
  }

  .store-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-cart-button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .store-page {
    padding-top: 18px;
  }

  .store-hero,
  .store-content,
  .store-sidebar {
    padding: 13px;
  }

  .store-hero h1 {
    font-size: 1.58rem;
  }

  .store-category-list,
  .store-grid {
    grid-template-columns: 1fr;
  }

  .store-item-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .store-item-media {
    min-height: 122px;
    aspect-ratio: auto;
  }

  .store-item-media img {
    width: 58px;
    height: 58px;
  }

  .store-item-badge {
    font-size: .56rem;
  }

  .store-item-body {
    padding: 12px;
  }

  .store-item-footer {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    padding-top: 8px;
  }

  .store-add-button {
    width: 100%;
  }

  .site-footer .footer-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-links a,
  .footer-legal a {
    width: 100%;
    box-sizing: border-box;
  }
}

