/* Hellgarve visual refresh. Loaded after the legacy theme so it stays easy to remove. */
:root {
  --hg-void: #07090d;
  --hg-panel: rgba(13, 17, 20, 0.82);
  --hg-panel-soft: rgba(20, 27, 26, 0.72);
  --hg-border: rgba(183, 144, 71, 0.26);
  --hg-fel: #7fd133;
  --hg-fel-soft: rgba(127, 209, 51, 0.18);
  --hg-gold: #c99a43;
  --hg-text: #f4eddf;
  --hg-muted: #b9b0a0;
  --hg-red: #d95f50;
  --hg-blue: #5d92b7;
}

html {
  background: var(--hg-void);
}

body.hellgarve-refresh {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(127, 209, 51, 0.14), transparent 30rem),
    linear-gradient(180deg, rgba(6, 8, 10, 0.58) 0%, rgba(7, 9, 13, 0.94) 48%, #07090d 100%),
    url('../images/bg-min.jpg') center top / cover fixed no-repeat;
  color: var(--hg-text);
}

body.hellgarve-refresh,
.hellgarve-refresh a,
.hellgarve-refresh button,
.hellgarve-refresh input,
.hellgarve-refresh select,
.hellgarve-refresh textarea {
  letter-spacing: 0;
}

.hellgarve-refresh #body-content {
  overflow: visible;
  padding-top: 78px;
}

.hellgarve-refresh #container.intro {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
}

.hellgarve-refresh #container.intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: clamp(310px, 32vw, 420px);
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 9, 13, 0.1) 0%, rgba(7, 9, 13, 0.42) 46%, rgba(7, 9, 13, 0.9) 100%),
    linear-gradient(90deg, rgba(7, 9, 13, 0.54), transparent 28%, transparent 72%, rgba(7, 9, 13, 0.58));
}

.hellgarve-refresh #body-content::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -80;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.46)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), #07090d 88%);
}

.hellgarve-refresh video#bgvid {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: clamp(310px, 32vw, 420px);
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.58;
  filter: saturate(1.08) contrast(1.1);
  transform: translateX(-50%);
}

.hellgarve-refresh .site-topbar {
  background: rgba(7, 9, 13, 0.76);
  border-bottom: 1px solid var(--hg-border);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.hellgarve-refresh .site-topbar .wrapper {
  max-width: 1380px;
  height: 78px;
  gap: 18px;
}

.hellgarve-refresh .site-topbar .wrapper::before {
  display: none;
}

.hellgarve-refresh .site-topbar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  min-width: 118px;
  height: 62px;
  margin-right: 12px;
}

.hellgarve-refresh .site-topbar-logo img {
  display: block;
  width: 100%;
  max-height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(127, 209, 51, 0.24));
}

.hellgarve-refresh .menu.fixed {
  background: rgba(7, 9, 13, 0.9);
}

.hellgarve-refresh .menu.fixed .wrapper {
  height: 68px;
}

.hellgarve-refresh .menu .wrapper ul.navi {
  gap: 8px 14px;
  justify-content: flex-start;
  padding: 0;
}

.hellgarve-refresh .menu .wrapper ul.navi li + li {
  margin-left: 0;
}

.hellgarve-refresh .menu .wrapper ul.navi a,
.hellgarve-refresh .uk-navbar-dropdown-nav a,
.hellgarve-refresh .uk-nav-default > li > a,
.hellgarve-refresh .uk-nav-sub a {
  border-radius: 6px;
  color: rgba(244, 237, 223, 0.82) !important;
  font-size: 13px !important;
  line-height: 1.2;
  padding: 10px 12px;
  text-transform: uppercase;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.hellgarve-refresh .menu .wrapper ul.navi a::before {
  display: none;
}

.hellgarve-refresh .menu .wrapper ul.navi a:hover,
.hellgarve-refresh .uk-navbar-dropdown-nav a:hover,
.hellgarve-refresh .uk-nav-default > li > a:hover,
.hellgarve-refresh .uk-nav-sub a:hover {
  background: rgba(127, 209, 51, 0.12);
  color: #ffffff !important;
  text-shadow: 0 0 12px rgba(127, 209, 51, 0.34);
}

.hellgarve-refresh .uk-navbar-toggle {
  min-height: 44px;
  color: var(--hg-text);
}

.hellgarve-refresh .uk-navbar-toggle:hover,
.hellgarve-refresh .uk-navbar-toggle:focus {
  color: #ffffff;
}

.hellgarve-refresh a:focus-visible,
.hellgarve-refresh button:focus-visible,
.hellgarve-refresh input:focus-visible,
.hellgarve-refresh select:focus-visible,
.hellgarve-refresh textarea:focus-visible,
.hellgarve-refresh [tabindex]:focus-visible {
  outline: 2px solid rgba(127, 209, 51, 0.84);
  outline-offset: 3px;
}

.hellgarve-refresh .uk-navbar-right {
  display: flex;
  flex: none;
  align-items: center;
  margin-left: auto;
}

.hellgarve-refresh .site-account-points .uk-navbar-item {
  min-height: 0;
  padding: 0;
}

.hellgarve-refresh .subnav-points {
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
}

.hellgarve-refresh .subnav-points li {
  display: inline-flex;
  min-width: 66px;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--hg-text);
  padding: 6px 9px !important;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.hellgarve-refresh .subnav-points li::before {
  display: none !important;
}

.hellgarve-refresh .subnav-points img {
  display: block;
  width: 22px !important;
  height: 22px !important;
  object-fit: contain;
}

.hellgarve-refresh .subnav-points span[uk-tooltip] {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.hellgarve-refresh .site-user-menu {
  display: inline-flex;
  flex: none;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  border: 1px solid rgba(201, 154, 67, 0.26);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--hg-text) !important;
  padding: 5px 10px;
  white-space: nowrap;
}

.hellgarve-refresh .site-cart-menu {
  display: inline-flex;
  flex: none;
  width: 42px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  border: 1px solid rgba(201, 154, 67, 0.26);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--hg-text) !important;
  position: relative;
}

.hellgarve-refresh .site-cart-menu .uk-badge {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 1px solid rgba(7, 9, 13, 0.9);
  font-size: 11px;
  line-height: 18px;
}

.hellgarve-refresh .site-cart-menu:hover,
.hellgarve-refresh .site-cart-menu:focus {
  border-color: rgba(127, 209, 51, 0.48);
  background: rgba(127, 209, 51, 0.1);
  color: #ffffff !important;
}

.hellgarve-refresh .site-cart-dropdown {
  min-width: 260px;
  padding: 16px;
}

.hellgarve-refresh .blizzcms-cart-dropdown {
  color: var(--hg-muted);
}

.hellgarve-refresh .site-user-menu img {
  flex: none;
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.hellgarve-refresh .site-user-menu .uk-text-middle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}

.hellgarve-refresh .site-user-menu:hover,
.hellgarve-refresh .site-user-menu:focus {
  border-color: rgba(127, 209, 51, 0.48);
  background: rgba(127, 209, 51, 0.1);
  color: #ffffff !important;
}

.hellgarve-refresh .all-button-1,
.hellgarve-refresh .all-button-2,
.hellgarve-refresh .uk-button-default {
  min-height: 40px;
  border: 1px solid rgba(201, 154, 67, 0.76) !important;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(201, 154, 67, 0.18), rgba(74, 48, 18, 0.28)) !important;
  color: #fff7df !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 22px rgba(0, 0, 0, 0.28);
  text-transform: uppercase;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.hellgarve-refresh .all-button-1::before {
  display: none;
}

.hellgarve-refresh .all-button-1 .desc,
.hellgarve-refresh .all-button-1 span {
  color: #fff7df;
}

.hellgarve-refresh .all-button-1 .desc p {
  color: #fff7df;
  line-height: 1.1;
}

.hellgarve-refresh .all-button-1 .desc p:first-child {
  display: none;
}

.hellgarve-refresh .all-button-1:hover,
.hellgarve-refresh .all-button-2:hover,
.hellgarve-refresh .uk-button-default:hover {
  border-color: var(--hg-fel) !important;
  background: linear-gradient(180deg, rgba(127, 209, 51, 0.22), rgba(34, 53, 17, 0.34)) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 28px rgba(0, 0, 0, 0.34), 0 0 18px rgba(127, 209, 51, 0.12);
  transform: translateY(-1px);
}

.hellgarve-refresh .all-button-1:active,
.hellgarve-refresh .all-button-2:active,
.hellgarve-refresh .uk-button:active {
  transform: translateY(0);
}

.hellgarve-refresh .uk-button:disabled,
.hellgarve-refresh .uk-button[disabled],
.hellgarve-refresh button:disabled,
.hellgarve-refresh button[disabled] {
  opacity: 0.52;
  cursor: not-allowed;
  filter: grayscale(0.45);
  box-shadow: none !important;
  transform: none !important;
}

.hellgarve-refresh .uk-button-primary,
.hellgarve-refresh .uk-button-secondary {
  border: 1px solid rgba(127, 209, 51, 0.36);
  border-radius: 6px;
  background: rgba(127, 209, 51, 0.14);
  color: #f8fff0;
}

.hellgarve-refresh .uk-button-primary:hover,
.hellgarve-refresh .uk-button-secondary:hover {
  border-color: rgba(127, 209, 51, 0.66);
  background: rgba(127, 209, 51, 0.22);
  color: #ffffff;
}

.hellgarve-refresh .uk-button-text {
  color: #ead5a3;
}

.hellgarve-refresh .uk-button-text:hover {
  color: #ffffff;
}

.hellgarve-refresh .uk-navbar-dropdown,
.hellgarve-refresh .uk-offcanvas-bar {
  border: 1px solid var(--hg-border);
  border-radius: 8px;
  background: rgba(10, 13, 16, 0.96);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.48);
}

.hellgarve-refresh .uk-offcanvas-bar {
  border-radius: 0;
  padding: 28px 22px;
}

.hellgarve-refresh .site-offcanvas-logo img {
  width: min(230px, 78vw);
  max-height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(127, 209, 51, 0.22));
}

.hellgarve-refresh .uk-offcanvas-close {
  top: 14px;
  right: 14px;
  border: 1px solid rgba(201, 154, 67, 0.34);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--hg-text);
}

.hellgarve-refresh .uk-offcanvas-bar .uk-label {
  margin-left: 8px;
}

.hellgarve-refresh .uk-offcanvas-bar .uk-nav-default {
  margin-top: 18px;
}

.hellgarve-refresh .uk-offcanvas-bar .uk-nav-default > li + li,
.hellgarve-refresh .uk-offcanvas-bar .uk-nav-sub > li + li {
  margin-top: 4px;
}

.hellgarve-refresh .uk-offcanvas-bar .uk-nav-sub {
  padding: 5px 0 7px 12px;
  border-left: 1px solid rgba(201, 154, 67, 0.18);
}

.hellgarve-refresh header.wrapper {
  max-width: 1380px;
  z-index: 2;
}

.hellgarve-refresh header .box {
  display: flex;
  min-height: clamp(142px, 16vw, 190px);
  align-items: center;
  justify-content: center;
  padding: 14px 10px 20px;
}

.hellgarve-refresh header .box::after {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 154, 67, 0.64), rgba(127, 209, 51, 0.42), transparent);
}

.hellgarve-refresh .site-hero-logo {
  display: block;
  width: min(231px, 68vw);
  margin: 0 auto;
}

.hellgarve-refresh .site-hero-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 16px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 9px rgba(127, 209, 51, 0.18));
}

.hellgarve-refresh .wrapper.content,
.hellgarve-refresh .uk-container.static-page {
  max-width: 1340px;
}

.hellgarve-refresh .wrapper.content,
.hellgarve-refresh .about,
.hellgarve-refresh .home-news-section,
.hellgarve-refresh footer.wrapper {
  z-index: 2;
}

.hellgarve-refresh .uk-container.static-page {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.hellgarve-refresh .content .static-page {
  border-top: 1px solid rgba(201, 154, 67, 0.22);
  background: transparent;
}

.hellgarve-refresh .main-content .news-block {
  display: block;
  max-width: 1040px;
  margin: 0 auto 18px;
}

.hellgarve-refresh .main-content .news-block .news {
  width: 100%;
  min-height: 300px;
  max-width: none;
  padding: 30px 34px 28px;
}

.hellgarve-refresh .main-content .news-block .news,
.hellgarve-refresh .step-box,
.hellgarve-refresh .uk-card-default,
.hellgarve-refresh .blizzcms-item-container,
.hellgarve-refresh .donate-content,
.hellgarve-refresh .static-page .box {
  border: 1px solid rgba(201, 154, 67, 0.2);
  border-radius: 8px;
  background: var(--hg-panel);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hellgarve-refresh .main-content .news-block .news {
  overflow: hidden;
}

.hellgarve-refresh .main-content .news-block .news::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(8, 9, 10, 0.82), rgba(8, 9, 10, 0.42) 56%, rgba(8, 9, 10, 0.12));
}

.hellgarve-refresh .main-content .news-block .news > *:not(.frame) {
  z-index: 2;
}

.hellgarve-refresh .main-content .news-block .news .title {
  max-width: 620px;
  margin-top: auto;
  font-size: 28px;
  line-height: 1.14;
}

.hellgarve-refresh .main-content .news-block .news .text {
  max-width: 680px;
}

.hellgarve-refresh .main-content .news-block .news .text ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 14px 0 0;
  padding-left: 18px;
}

.hellgarve-refresh .main-content .news-block .news .text li {
  font-size: 13px;
  line-height: 1.42;
}

.hellgarve-refresh .main-content .news-block .news .title,
.hellgarve-refresh h1,
.hellgarve-refresh h2,
.hellgarve-refresh h3,
.hellgarve-refresh h4,
.hellgarve-refresh h5,
.hellgarve-refresh h6,
.hellgarve-refresh .uk-h1,
.hellgarve-refresh .uk-h2,
.hellgarve-refresh .uk-h3,
.hellgarve-refresh .uk-h4,
.hellgarve-refresh .uk-h5,
.hellgarve-refresh .uk-h6 {
  color: #fff4cf;
  text-shadow: 0 0 18px rgba(201, 154, 67, 0.18);
}

.hellgarve-refresh .main-content .news-block .news .date,
.hellgarve-refresh .main-content .news-block .news .text,
.hellgarve-refresh .uk-card-default,
.hellgarve-refresh .uk-card-default p {
  color: var(--hg-muted);
}

.hellgarve-refresh .home-news-list .news-card:hover,
.hellgarve-refresh .uk-card-default.news-card:hover,
.hellgarve-refresh .blizzcms-item-container:hover {
  border-color: rgba(127, 209, 51, 0.46);
  background: rgba(18, 27, 20, 0.86);
}

.hellgarve-refresh .home-news-section .static-page {
  padding-top: 0;
}

.hellgarve-refresh .home-news-panel,
.hellgarve-refresh .home-status-panel {
  margin-bottom: 16px;
}

.hellgarve-refresh .home-news-panel .step-box,
.hellgarve-refresh .home-status-panel .step-box {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 18px;
}

.hellgarve-refresh .home-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hellgarve-refresh .home-section-title::after {
  content: '';
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(201, 154, 67, 0.42), transparent);
}

.hellgarve-refresh .home-news-list .news-card {
  overflow: hidden;
  min-height: 154px;
  margin: 0 !important;
}

.hellgarve-refresh .home-news-list .uk-card-media-left {
  min-height: 154px;
}

.hellgarve-refresh .home-news-list .uk-card-body {
  padding: 14px 16px;
}

.hellgarve-refresh .home-news-list .uk-card-body .uk-h5 {
  font-size: 15px;
  line-height: 1.22;
}

.hellgarve-refresh .home-news-list .uk-card-body p {
  font-size: 12px;
  line-height: 1.45;
}

.hellgarve-refresh .home-status-content .card-status {
  margin-inline: auto;
  max-width: 720px;
}

.hellgarve-refresh .myaccount-nav,
.hellgarve-refresh .nav-store {
  border: 1px solid rgba(201, 154, 67, 0.2);
  border-radius: 8px;
  background: var(--hg-panel);
  padding: 10px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.hellgarve-refresh .myaccount-nav > li > a,
.hellgarve-refresh .nav-store > li > a,
.hellgarve-refresh .nav-store .uk-nav-sub a {
  border-radius: 6px;
  color: rgba(244, 237, 223, 0.82);
  padding: 10px 12px;
}

.hellgarve-refresh .myaccount-nav > li.uk-active > a,
.hellgarve-refresh .nav-store > li.uk-active > a,
.hellgarve-refresh .myaccount-nav > li > a:hover,
.hellgarve-refresh .nav-store > li > a:hover,
.hellgarve-refresh .nav-store .uk-nav-sub a:hover {
  background: rgba(127, 209, 51, 0.12);
  color: #ffffff;
}

.hellgarve-refresh .uk-nav-divider {
  border-top-color: rgba(201, 154, 67, 0.18);
}

.hellgarve-refresh .uk-card-default .uk-card-header,
.hellgarve-refresh .uk-card-default.myaccount-card .uk-card-header {
  border-bottom: 1px solid rgba(201, 154, 67, 0.18);
  background: rgba(255, 255, 255, 0.025);
}

.hellgarve-refresh .uk-card-default .uk-card-footer {
  border-top: 1px solid rgba(201, 154, 67, 0.18);
  background: rgba(255, 255, 255, 0.025);
}

.hellgarve-refresh .uk-card-default,
.hellgarve-refresh .myaccount-card,
.hellgarve-refresh .blizzcms-item-container {
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hellgarve-refresh .uk-card-hover:hover,
.hellgarve-refresh .blizzcms-item-container:hover {
  transform: translateY(-2px);
}

.hellgarve-refresh .uk-input,
.hellgarve-refresh .uk-select,
.hellgarve-refresh .uk-textarea,
.hellgarve-refresh input[type="text"],
.hellgarve-refresh input[type="password"],
.hellgarve-refresh input[type="number"],
.hellgarve-refresh input[type="email"],
.hellgarve-refresh textarea,
.hellgarve-refresh select {
  min-height: 42px;
  border: 1px solid rgba(201, 154, 67, 0.24);
  border-radius: 6px;
  background: rgba(7, 9, 13, 0.74);
  color: var(--hg-text);
}

.hellgarve-refresh .uk-input:focus,
.hellgarve-refresh .uk-select:focus,
.hellgarve-refresh .uk-textarea:focus,
.hellgarve-refresh input:focus,
.hellgarve-refresh textarea:focus,
.hellgarve-refresh select:focus {
  border-color: rgba(127, 209, 51, 0.68);
  background: rgba(7, 9, 13, 0.9);
  box-shadow: 0 0 0 3px rgba(127, 209, 51, 0.12);
}

.hellgarve-refresh .uk-form-icon {
  color: var(--hg-gold);
}

.hellgarve-refresh .uk-heading-line > ::before,
.hellgarve-refresh .uk-heading-line > ::after {
  border-bottom-color: rgba(201, 154, 67, 0.28);
}

.hellgarve-refresh .uk-alert-success,
.hellgarve-refresh .uk-alert-danger,
.hellgarve-refresh .uk-alert-warning,
.hellgarve-refresh .uk-alert-primary {
  border-radius: 8px;
  background: rgba(7, 9, 13, 0.82);
  color: var(--hg-text);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.hellgarve-refresh .uk-alert-success {
  border: 1px solid rgba(127, 209, 51, 0.38);
  border-left-width: 4px;
}

.hellgarve-refresh .uk-alert-danger,
.hellgarve-refresh .uk-button-danger {
  border: 1px solid rgba(217, 95, 80, 0.58);
  background: rgba(87, 24, 20, 0.72);
  color: #fff4ef;
}

.hellgarve-refresh .uk-alert-danger {
  border-left-width: 4px;
}

.hellgarve-refresh .uk-alert-warning {
  border: 1px solid rgba(201, 154, 67, 0.48);
  border-left-width: 4px;
}

.hellgarve-refresh .store-checkout-disclaimer {
  margin-bottom: 16px;
}

.hellgarve-refresh .uk-alert-primary {
  border: 1px solid rgba(93, 146, 183, 0.48);
  border-left-width: 4px;
}

.hellgarve-refresh .uk-button-danger:hover,
.hellgarve-refresh .uk-button-danger:focus {
  background: rgba(122, 31, 25, 0.86);
  color: #ffffff;
}

.hellgarve-refresh .uk-overflow-auto {
  border-radius: 8px;
}

.hellgarve-refresh .uk-table th {
  color: #fff4cf;
  border-bottom-color: rgba(201, 154, 67, 0.26);
}

.hellgarve-refresh .uk-table td {
  color: var(--hg-muted);
  border-top-color: rgba(255, 255, 255, 0.06);
}

.hellgarve-refresh .uk-table tbody tr:nth-child(even) {
  background: rgba(127, 209, 51, 0.035);
}

.hellgarve-refresh .uk-table tbody tr:hover {
  background: rgba(127, 209, 51, 0.055);
}

.hellgarve-refresh .uk-pagination > * > * {
  border: 1px solid rgba(201, 154, 67, 0.22);
  border-radius: 6px;
  background: rgba(7, 9, 13, 0.58);
  color: var(--hg-muted);
  min-width: 34px;
  text-align: center;
}

.hellgarve-refresh .uk-pagination > .uk-active > * ,
.hellgarve-refresh .uk-pagination > * > :hover {
  border-color: rgba(127, 209, 51, 0.48);
  background: rgba(127, 209, 51, 0.12);
  color: #ffffff;
}

.hellgarve-refresh .blizzcms-item-header {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 8px;
}

.hellgarve-refresh .blizzcms-item-header .uk-text-middle {
  min-width: 0;
  color: var(--hg-text);
}

.hellgarve-refresh .blizzcms-item-header a {
  color: var(--hg-text);
}

.hellgarve-refresh .blizzcms-item-body {
  border-top: 1px solid rgba(201, 154, 67, 0.16);
  padding: 10px;
}

.hellgarve-refresh .item-store-icon {
  flex: none;
  border-color: rgba(201, 154, 67, 0.66);
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.76), 0 0 18px rgba(127, 209, 51, 0.12);
}

.hellgarve-refresh .dp-icon,
.hellgarve-refresh .vp-icon {
  vertical-align: -4px;
}

.hellgarve-refresh .step-box {
  padding: 20px;
}

.hellgarve-refresh .about .step-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.hellgarve-refresh .home-quickstart .box {
  display: block;
}

.hellgarve-refresh .home-quickstart .step-box {
  width: 100%;
}

.hellgarve-refresh .home-quickstart .stream {
  display: none;
}

.hellgarve-refresh .step-box .item {
  border-radius: 8px;
  background: var(--hg-panel-soft);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 18px;
}

.hellgarve-refresh .step-box .item .title span,
.hellgarve-refresh .step-box .item .title p {
  color: #fff4cf;
}

.hellgarve-refresh .home-quickstart .step-box .item {
  align-items: center;
  justify-content: center;
  min-height: 190px;
  margin: 0;
  padding: 22px 18px;
  text-align: center;
}

.hellgarve-refresh .home-quickstart .step-box .item::before {
  display: none;
}

.hellgarve-refresh .home-quickstart .step-box .item .title {
  width: 100%;
  padding-bottom: 22px;
  text-align: center;
  background-position: center bottom;
}

.hellgarve-refresh .home-quickstart .step-box .item .title p {
  margin: 4px 0 0;
}

.hellgarve-refresh .home-quickstart .step-box .item .text {
  width: 100%;
  max-width: 260px;
  flex-grow: 0;
  margin: 0 auto;
  padding: 8px 0;
  color: var(--hg-muted);
  line-height: 1.45;
  text-align: center;
}

.hellgarve-refresh .home-quickstart .step-box .item .text + .text {
  padding-top: 0;
}

.hellgarve-refresh .home-quickstart .step-box .item .link {
  display: inline-flex;
  width: min(100%, 230px);
  align-items: center;
  justify-content: center;
  margin: 14px auto 0;
  padding-right: 14px;
  padding-left: 14px;
  text-align: center;
}

.hellgarve-refresh .home-quickstart .step-box .item .link span {
  overflow-wrap: anywhere;
}

.hellgarve-refresh .card-status {
  border-image: none;
  border-color: rgba(201, 154, 67, 0.26);
  background: rgba(13, 17, 20, 0.78);
}

.hellgarve-refresh .status-dot.online > span,
.hellgarve-refresh .alliance-bar {
  background-color: rgba(93, 146, 183, 0.28) !important;
}

.hellgarve-refresh .status-dot.offline > span,
.hellgarve-refresh .horde-bar {
  background-color: rgba(217, 95, 80, 0.28) !important;
}

.hellgarve-refresh .uk-label,
.hellgarve-refresh .uk-badge {
  border-radius: 999px;
  background: var(--hg-fel);
  color: #10140d;
}

.hellgarve-refresh .uk-label-success {
  background: rgba(127, 209, 51, 0.92) !important;
  color: #10140d !important;
}

.hellgarve-refresh .uk-label-danger {
  background: rgba(217, 95, 80, 0.92) !important;
  color: #fff4ef !important;
}

.hellgarve-refresh .uk-label-warning {
  background: rgba(201, 154, 67, 0.94) !important;
  color: #17100b !important;
}

.hellgarve-refresh .uk-tab::before {
  border-bottom-color: rgba(201, 154, 67, 0.22);
}

.hellgarve-refresh .uk-tab > * > a {
  color: var(--hg-muted);
}

.hellgarve-refresh .uk-tab > .uk-active > a,
.hellgarve-refresh .uk-tab > * > a:hover {
  border-color: var(--hg-fel);
  color: #ffffff;
}

.hellgarve-refresh .uk-subnav-pill > .uk-active > a,
.hellgarve-refresh .uk-subnav-pill > * > a:hover {
  background: rgba(127, 209, 51, 0.14);
  color: #ffffff;
}

.hellgarve-refresh footer.wrapper {
  max-width: 1380px;
}

.hellgarve-refresh footer .box {
  align-items: center;
  border-top: 1px solid var(--hg-border);
  border-radius: 8px 8px 0 0;
  background: rgba(7, 9, 13, 0.72);
  padding: 28px;
}

.hellgarve-refresh footer .box::before {
  display: none;
}

.hellgarve-refresh footer .box .desc {
  flex: 1;
}

.hellgarve-refresh footer .box .desc .text {
  color: var(--hg-muted);
}

.hellgarve-refresh .uk-icon-button {
  border: 1px solid rgba(201, 154, 67, 0.3);
  background: rgba(255, 255, 255, 0.06);
  color: var(--hg-text);
}

.hellgarve-refresh .uk-icon-button:hover {
  border-color: var(--hg-fel);
  background: var(--hg-fel-soft);
  color: #ffffff;
}

.hellgarve-refresh .progress-bar {
  z-index: 200;
  background: linear-gradient(90deg, var(--hg-gold), var(--hg-fel));
}

.hellgarve-refresh .back-to-top {
  right: 28px;
  bottom: 24px;
  z-index: 120;
  border-radius: 999px;
  background: rgba(7, 9, 13, 0.76);
  border: 1px solid rgba(201, 154, 67, 0.34);
}

@media (hover: hover) {
  .hellgarve-refresh .menu .wrapper ul.navi a:hover,
  .hellgarve-refresh .myaccount-nav > li > a:hover,
  .hellgarve-refresh .nav-store > li > a:hover,
  .hellgarve-refresh .uk-offcanvas-bar .uk-nav-default > li > a:hover {
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hellgarve-refresh *,
  .hellgarve-refresh *::before,
  .hellgarve-refresh *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1000px) {
  .hellgarve-refresh #body-content {
    padding-top: 76px;
  }

  .hellgarve-refresh .site-topbar .wrapper {
    height: 70px !important;
    justify-content: space-between;
    gap: 10px;
  }

  .hellgarve-refresh .site-topbar-logo {
    width: 124px;
    margin-right: 0;
  }

  .hellgarve-refresh .uk-navbar-toggle {
    display: flex !important;
    width: 44px;
    height: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border: 1px solid rgba(201, 154, 67, 0.4);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.045);
  }

  .hellgarve-refresh .site-topbar .wrapper > .all-button-1 {
    width: 92px;
    min-width: 92px;
    height: 38px;
  }

  .hellgarve-refresh .site-topbar .wrapper > .all-button-1 .desc p {
    font-size: 11px;
  }

  .hellgarve-refresh .menu .wrapper ul.navi {
    background: rgba(7, 9, 13, 0.97);
  }

  .hellgarve-refresh header .box {
    min-height: 150px;
  }

  .hellgarve-refresh .about .step-box,
  .hellgarve-refresh .main-content .news-block {
    grid-template-columns: 1fr;
  }

  .hellgarve-refresh .main-content .news-block .news {
    flex: none;
    width: 100%;
  }

  .hellgarve-refresh .main-content .news-block .news .title {
    font-size: 24px;
    line-height: 1.18;
  }

  .hellgarve-refresh .myaccount-nav,
  .hellgarve-refresh .nav-store {
    margin-bottom: 14px;
  }
}

@media (max-width: 700px) {
  .hellgarve-refresh .uk-navbar-right,
  .hellgarve-refresh .subnav-points {
    display: none;
  }

  .hellgarve-refresh .site-topbar .wrapper > .all-button-1,
  .hellgarve-refresh .site-topbar .wrapper > a:not(.site-topbar-logo):not(.uk-navbar-toggle) {
    display: none;
  }

  .hellgarve-refresh header .box {
    min-height: 132px;
  }

  .hellgarve-refresh .site-hero-logo {
    width: min(220px, 72vw);
  }

  .hellgarve-refresh .main-content .news-block .news {
    min-height: auto;
    padding: 26px 18px 20px;
  }

  .hellgarve-refresh .main-content .news-block .news .text ul {
    grid-template-columns: 1fr;
  }

  .hellgarve-refresh .main-content .news-block .news::before {
    background: linear-gradient(180deg, rgba(8, 9, 10, 0.76), rgba(8, 9, 10, 0.54));
  }

  .hellgarve-refresh .step-box,
  .hellgarve-refresh .uk-card-body,
  .hellgarve-refresh .uk-card-footer {
    padding: 16px;
  }

  .hellgarve-refresh footer .box {
    padding: 22px 16px;
  }
}

@media (max-width: 420px) {
  .hellgarve-refresh .site-topbar-logo {
    width: 116px;
  }

  .hellgarve-refresh header .box {
    min-height: 124px;
  }

  .hellgarve-refresh .main-content .news-block .news .title {
    font-size: 22px;
  }

  .hellgarve-refresh .main-content .news-block .news .text {
    font-size: 13px;
  }
}
