/*!
 * 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);
}

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

/* Bootstrap transition layer */
:root {
  --site-ink: #07111f;
  --site-panel: rgba(13, 28, 49, .82);
  --site-panel-soft: rgba(19, 44, 72, .62);
  --home-surface: rgba(13, 28, 49, .94);
  --home-surface-muted: rgba(13, 28, 49, .9);
  --site-line: rgba(161, 214, 255, .16);
  --site-cyan: #71ddff;
  --site-blue: #4b8dff;
  --site-lime: #b8ef7c;
  --site-muted: #9db2c8;
}

html,
body {
  min-height: 100%;
}

body.site-shell {
  background-color: var(--site-ink);
  background-image: linear-gradient(135deg, rgba(7, 17, 31, .94), rgba(8, 30, 55, .78)), url('../images/background.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #edf7ff;
  font-family: 'Open Sans', sans-serif;
}

.site-header {
  position: relative;
  z-index: 20;
}

.site-navbar {
  background: var(--home-surface);
  border-bottom: 1px solid var(--site-line);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
  backdrop-filter: blur(16px);
}

.site-navbar .container {
  min-height: 68px;
}

.site-brand {
  align-items: center;
  color: #fff !important;
  display: inline-flex;
  font-family: 'Lobster', cursive;
  font-size: 1.42rem;
  gap: .65rem;
  letter-spacing: .02em;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--site-cyan), var(--site-blue));
  border-radius: 12px;
  box-shadow: 0 0 26px rgba(113, 221, 255, .3);
  color: #061426;
  display: inline-flex;
  font-family: sans-serif;
  font-size: 1rem;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.site-menu .nav-link {
  border: 1px solid transparent;
  border-radius: 8px;
  color: #afc3d7;
  font-size: .78rem;
  letter-spacing: .02em;
  padding: .55rem .72rem !important;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.site-menu .nav-link:hover,
.site-menu .nav-link:focus {
  background: rgba(113, 221, 255, .08);
  border-color: var(--site-line);
  color: #fff;
}

.site-menu .nav-link.dropdown-toggle::after {
  margin-left: .45rem;
  opacity: .55;
}

.site-menu {
  display: none !important;
}

[x-cloak] {
  display: none !important;
}

.site-menu-trigger {
  align-items: center;
  background: rgba(113, 221, 255, .08);
  border: 1px solid var(--site-line);
  border-radius: 8px;
  color: #dcecf9;
  display: inline-flex;
  font-size: .76rem;
  gap: .4rem;
  padding: .5rem .7rem;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.site-menu-trigger-left {
  margin-left: .9rem;
}

.site-menu-trigger:hover {
  background: rgba(113, 221, 255, .17);
  border-color: rgba(113, 221, 255, .42);
  color: #fff;
}

.site-menu-trigger i {
  font-size: 1.05rem;
}

.site-drawer-backdrop {
  background: rgba(1, 7, 14, .72);
  inset: 0;
  position: fixed;
  z-index: 1040;
}

.site-drawer {
  background: var(--home-surface);
  border-left: 1px solid var(--site-line);
  bottom: 0;
  box-shadow: -18px 0 48px rgba(0, 0, 0, .35);
  max-width: 410px;
  overflow-y: auto;
  padding: 1.25rem;
  position: fixed;
  right: 0;
  top: 0;
  width: min(88vw, 410px);
  z-index: 1050;
}

.drawer-enter,
.drawer-leave {
  transition: transform .25s ease;
}

.drawer-enter,
.drawer-leave-to {
  transform: translateX(100%);
}

.site-drawer-head {
  align-items: center;
  border-bottom: 1px solid var(--site-line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.25rem;
}

.site-drawer-head .site-brand {
  font-size: 1.25rem;
}

.drawer-close {
  background: transparent;
  border: 0;
  color: var(--site-muted);
  font-size: 1.1rem;
  padding: .4rem;
}

.drawer-close:hover {
  color: #fff;
}

.site-drawer-nav {
  padding-top: 1rem;
}

.site-drawer-nav a,
.drawer-group-title {
  align-items: center;
  border-radius: 8px;
  color: #c4d8e9;
  display: flex;
  font-size: .88rem;
  gap: .75rem;
  padding: .7rem .75rem;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.site-drawer-nav a i,
.drawer-group-title i {
  color: var(--site-cyan);
  min-width: 1rem;
  text-align: center;
}

.site-drawer-nav a:hover {
  background: rgba(113, 221, 255, .1);
  color: #fff;
}

.drawer-group {
  border-bottom: 1px solid rgba(161, 214, 255, .08);
  padding: .5rem 0;
}

.drawer-group-title {
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  padding-bottom: .4rem;
  text-transform: uppercase;
}

.drawer-group a {
  margin-left: .75rem;
}

.dropdown-menu-dark {
  background: #0b1b2d;
  border: 1px solid var(--site-line);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .35);
}

.dropdown-menu-dark .dropdown-item {
  color: #bdd0e1;
  font-size: .88rem;
}

.dropdown-menu-dark .dropdown-item:hover {
  background: rgba(113, 221, 255, .12);
  color: #fff;
}

.points-pill {
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--site-line);
  border-radius: 999px;
  color: var(--site-muted);
  font-size: .78rem;
  gap: .8rem;
  padding: .45rem .8rem;
}

.points-pill i {
  color: var(--site-cyan);
  margin-right: .3rem;
}

.user-menu-button {
  color: #e7f5ff;
  font-size: .85rem;
}

.cart-button,
.site-actions .btn-primary {
  background: linear-gradient(135deg, var(--site-blue), #6a62e8);
  border: 0;
  box-shadow: 0 8px 24px rgba(75, 141, 255, .25);
}

.site-actions {
  border-left: 1px solid var(--site-line);
  margin-left: auto;
  padding-left: .8rem;
}

.site-actions > .btn-link {
  color: #afc3d7 !important;
  font-size: .78rem;
  text-decoration: none;
}

.site-actions > .btn-link:hover {
  color: #fff !important;
}

.cart-button:hover,
.site-actions .btn-primary:hover {
  background: linear-gradient(135deg, #73b4ff, #847aff);
  transform: translateY(-1px);
}

.live-online-pill {
  align-items: center;
  background: var(--home-surface);
  border: 1px solid var(--site-line);
  border-radius: 999px;
  color: #d9eafa;
  display: inline-flex;
  font-size: .72rem;
  gap: .45rem;
  padding: .45rem .7rem;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease;
}

.live-online-pill:hover {
  background: rgba(113, 221, 255, .12);
  border-color: rgba(113, 221, 255, .4);
  color: #fff;
}

.live-online-pill strong {
  color: #fff;
  font-size: .8rem;
}

.live-dot {
  background: var(--site-lime);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(184, 239, 124, .12);
  height: 7px;
  width: 7px;
}

.site-footer {
  background: rgba(4, 12, 24, .9);
  border-top: 1px solid var(--site-line);
  color: var(--site-muted);
}

.footer-copy,
.footer-legal {
  color: var(--site-muted);
  font-size: .82rem;
}

.footer-rule {
  border-color: var(--site-line);
  margin: 2rem 0 1rem;
}

.social-links {
  display: flex;
  gap: .65rem;
  justify-content: flex-end;
}

.social-links a {
  align-items: center;
  background: rgba(113, 221, 255, .08);
  border: 1px solid var(--site-line);
  border-radius: 50%;
  color: #dff7ff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transition: background .2s ease, transform .2s ease;
  width: 38px;
}

.social-links a:hover {
  background: rgba(113, 221, 255, .2);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .site-navbar .navbar-collapse {
    background: rgba(5, 15, 29, .97);
    border-top: 1px solid var(--site-line);
    margin: .75rem -1rem -1rem;
    padding: .75rem 1rem 1rem;
  }

  .site-actions {
    align-items: stretch !important;
    border-left: 0;
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
    padding-top: .75rem;
  }

  .site-actions .btn {
    text-align: left;
  }

  .social-links {
    justify-content: flex-start;
  }
}

.home-hero {
  background: transparent;
  border-bottom: 0;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.home-top-stage {
  background: var(--home-surface-muted);
  border-bottom: 1px solid var(--site-line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), inset 0 -18px 32px rgba(0, 0, 0, .08);
  position: relative;
}

.home-top-stage::after {
  background: linear-gradient(90deg, transparent, rgba(113, 221, 255, .5), transparent);
  bottom: -1px;
  content: '';
  height: 1px;
  left: 15%;
  position: absolute;
  right: 15%;
}

.home-hero::before {
  content: none;
}

.home-hero > .container {
  position: relative;
  z-index: 1;
}

.home-hero > .container,
.featured-wrap > .container,
.home-utility > .container,
.home-content > .container {
  max-width: 1180px;
}

.eyebrow {
  color: var(--site-cyan);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-hero h1 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -.02em;
  max-width: 680px;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .5);
}

.hero-copy {
  color: #e6f4ff;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 590px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .65);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.hero-actions .btn-primary {
  background: linear-gradient(135deg, var(--site-blue), #6a62e8);
  border: 0;
  box-shadow: 0 12px 28px rgba(75, 141, 255, .25);
}

.hero-facts {
  color: #9db2c8;
  display: flex;
  flex-wrap: wrap;
  font-size: .76rem;
  gap: 1rem;
}

.hero-facts i {
  color: var(--site-cyan);
  margin-right: .35rem;
}

.hero-carousel {
  border: 1px solid var(--site-line);
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .35);
  overflow: hidden;
}

.hero-carousel .carousel-item,
.hero-carousel img,
.hero-carousel video,
.hero-carousel iframe {
  aspect-ratio: 16 / 10;
  background: #081321;
  object-fit: cover;
  width: 100%;
}

.hero-carousel .carousel-item::after {
  content: none;
}

.hero-carousel .carousel-caption {
  background: rgba(3, 10, 20, .78);
  border-radius: 10px;
  bottom: 1.25rem;
  left: 1.5rem;
  padding: 1rem 1.25rem;
  right: 1.5rem;
  z-index: 2;
}

.hero-carousel .carousel-caption h2 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .8);
}

.hero-carousel .carousel-caption p {
  color: #f0f7ff;
  font-size: .8rem;
  margin-bottom: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .8);
}

.hero-orbit {
  align-items: center;
  background: radial-gradient(circle at 40% 35%, rgba(113, 221, 255, .22), transparent 12%), radial-gradient(circle, rgba(75, 141, 255, .18), transparent 60%);
  border: 1px solid var(--site-line);
  border-radius: 18px;
  color: var(--site-cyan);
  display: flex;
  font-size: 5rem;
  height: 260px;
  justify-content: center;
}

.hero-orbit > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.hero-orbit span {
  color: #d9f6ff;
  font-family: 'Lobster', cursive;
  font-size: 1.4rem;
}

.home-content {
  background: var(--home-surface-muted);
  border-top: 1px solid var(--site-line);
  box-shadow: inset 0 18px 32px rgba(0, 0, 0, .08);
  padding-top: 3.5rem !important;
}

.featured-wrap {
  background: transparent;
  padding: 1.5rem 0 .5rem;
}

.featured-welcome {
  animation: featured-enter .7s ease both;
}

.featured-realm {
  align-items: center;
  background: var(--home-surface);
  border: 1px solid rgba(113, 221, 255, .28);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .08);
  display: flex;
  justify-content: space-between;
  background-image: none;
  min-height: 270px;
  overflow: hidden;
  padding: 2rem 2.2rem;
  position: relative;
}

.featured-glow {
  display: none;
}

.featured-content,
.featured-action {
  position: relative;
  z-index: 1;
}

.featured-lead {
  color: #d2e6f5;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 650px;
}

.featured-lead strong {
  color: var(--site-cyan);
}

.featured-meta {
  color: var(--site-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: .76rem;
  gap: 1rem;
  text-transform: uppercase;
}

.featured-meta .status-chip {
  color: var(--site-lime);
}

.featured-meta .status-chip.is-offline {
  color: #ff9aa5;
}

.featured-stats {
  color: var(--site-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
}

.featured-stats strong {
  color: #fff;
  font-size: 1.2rem;
  margin-right: .25rem;
}

.home-utility {
  background: var(--home-surface);
  border-bottom: 1px solid var(--site-line);
  border-top: 1px solid var(--site-line);
  padding: .7rem 0;
}

.utility-grid {
  display: grid;
  gap: .65rem;
  grid-template-columns: repeat(4, 1fr);
}

.utility-item {
  align-items: center;
  border-right: 1px solid var(--site-line);
  color: #dcecf9;
  display: flex;
  gap: .7rem;
  min-width: 0;
  padding: .45rem 1rem .45rem 0;
  text-decoration: none;
}

.utility-item:last-child {
  border-right: 0;
}

.utility-item > span:nth-child(2) {
  min-width: 0;
}

.utility-item strong,
.utility-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.utility-item strong {
  font-size: .78rem;
}

.utility-item small {
  color: var(--site-muted);
  font-size: .68rem;
  margin-top: .15rem;
}

.utility-icon {
  align-items: center;
  background: rgba(113, 221, 255, .1);
  border: 1px solid var(--site-line);
  border-radius: 10px;
  color: var(--site-cyan);
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.utility-arrow {
  color: var(--site-muted);
  margin-left: auto;
  transition: color .2s ease, transform .2s ease;
}

.utility-item:hover {
  color: #fff;
}

.utility-item:hover .utility-arrow {
  color: var(--site-cyan);
  transform: translate(2px, -2px);
}

.section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.section-heading h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.news-card-modern,
.realm-card,
.discord-panel {
  background: var(--site-panel);
  border: 1px solid var(--site-line);
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .16);
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease;
}

.news-card-modern:hover,
.realm-card:hover {
  border-color: rgba(113, 221, 255, .5);
  transform: translateY(-3px);
}

.news-image-wrap {
  aspect-ratio: 16 / 9;
  background: #0b1b2d;
  overflow: hidden;
}

.news-image-wrap img {
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  width: 100%;
}

.news-card-modern:hover img {
  transform: scale(1.04);
}

.empty-panel {
  background: rgba(13, 28, 49, .58);
  border: 1px dashed rgba(161, 214, 255, .23);
  border-radius: 14px;
  color: var(--site-cyan);
  min-height: 160px;
  padding: 2rem;
  text-align: center;
}

.empty-panel > i {
  font-size: 1.8rem;
}

.news-meta,
.realm-label {
  color: var(--site-muted);
  font-size: .72rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.news-meta i {
  color: var(--site-cyan);
}

.news-meta span {
  margin: 0 .3rem;
  opacity: .5;
}

.realm-card {
  padding: 1.25rem;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.filter-button {
  background: rgba(113, 221, 255, .06);
  border: 1px solid var(--site-line);
  border-radius: 999px;
  color: var(--site-muted);
  cursor: pointer;
  font-size: .68rem;
  padding: .35rem .7rem;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.filter-button:hover,
.filter-button.is-active {
  background: rgba(113, 221, 255, .18);
  border-color: rgba(113, 221, 255, .5);
  color: #fff;
}

.realm-engine {
  color: #7891a8;
  display: block;
  font-size: .68rem;
  letter-spacing: .06em;
  margin-top: .35rem;
  text-transform: uppercase;
}

.realm-card.is-online {
  border-left: 3px solid var(--site-lime);
}

.realm-card.is-offline {
  border-left: 3px solid #ff7181;
}

.status-chip {
  align-items: center;
  color: var(--site-muted);
  display: inline-flex;
  font-size: .72rem;
  gap: .4rem;
  text-transform: uppercase;
}

.status-dot-modern {
  background: #ff7181;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.is-online .status-dot-modern {
  background: var(--site-lime);
  box-shadow: 0 0 0 4px rgba(184, 239, 124, .12);
}

.featured-meta .is-online .status-dot-modern {
  animation: featured-status-pulse 1.8s ease-in-out infinite;
}

.realm-stats {
  border-top: 1px solid var(--site-line);
  color: var(--site-muted);
  display: flex;
  font-size: .78rem;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  padding-top: .9rem;
}

.realm-stats i {
  color: var(--site-cyan);
  margin-right: .25rem;
}

.connect-panel-wrap {
  background: var(--home-surface-muted);
  padding: 1.25rem 0;
}

.connect-panel {
  background: var(--home-surface);
  border: 1px solid var(--site-line);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
  display: grid;
  gap: 1.5rem 2rem;
  grid-template-columns: minmax(180px, .8fr) 1.7fr auto;
  overflow: hidden;
  padding: 1.6rem 1.8rem;
  position: relative;
}

.connect-panel::before {
  content: none;
}

.connect-panel > * {
  position: relative;
  z-index: 1;
}

.connect-intro h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.connect-steps {
  align-items: center;
  display: flex;
  gap: 1rem;
  position: relative;
}

.connect-steps::before {
  border-top: 1px dashed rgba(113, 221, 255, .32);
  content: '';
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.connect-step {
  align-items: flex-start;
  display: flex;
  gap: .65rem;
  min-width: 0;
}

.connect-step > span {
  align-items: center;
  background: #112d4a;
  border: 1px solid rgba(113, 221, 255, .45);
  border-radius: 50%;
  color: var(--site-cyan);
  display: inline-flex;
  flex: 0 0 2rem;
  height: 2rem;
  justify-content: center;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  position: relative;
  z-index: 1;
}

.connect-step strong,
.connect-step small {
  display: block;
}

.connect-step strong {
  color: #f1f8ff;
  font-size: .8rem;
  white-space: nowrap;
}

.connect-step small {
  color: var(--site-muted);
  font-size: .68rem;
  line-height: 1.45;
  margin-top: .25rem;
}

.connect-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.discord-panel {
  align-items: center;
  background: var(--home-surface);
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1.75rem;
}

@media (max-width: 575.98px) {
  .home-hero {
    min-height: auto;
  }

  .home-hero h1 {
    font-size: 2.6rem;
  }

  .featured-realm {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .section-heading,
  .discord-panel {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

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

  .connect-steps {
    align-items: stretch;
    flex-direction: column;
  }

  .connect-steps::before {
    border-left: 1px dashed rgba(113, 221, 255, .32);
    border-top: 0;
    bottom: 1rem;
    left: 1rem;
    right: auto;
    top: 1rem;
  }

  .connect-step strong {
    white-space: normal;
  }

  .utility-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .utility-item {
    border-bottom: 1px solid var(--site-line);
    border-right: 0;
    padding: .65rem 0;
  }
}

@keyframes featured-enter {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes featured-status-pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(184, 239, 124, .12);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(184, 239, 124, .02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-welcome,
  .featured-meta .is-online .status-dot-modern {
    animation: none;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .utility-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .utility-item:nth-child(2) {
    border-right: 0;
  }
}

@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;
}
