/* QuestMU visual upgrade - focused skin, no extra markup required */
:root {
  --qmu-bg: rgba(0, 0, 0, .62);
  --qmu-bg-strong: rgba(2, 2, 6, .88);
  --qmu-border: rgba(255, 207, 111, .22);
  --qmu-gold: #ffd66f;
  --qmu-gold-soft: #fff0bd;
  --qmu-orange: #ff7a1a;
  --qmu-red: #df3525;
  --qmu-cyan: #24e6ff;
  --qmu-green: #8cff54;
  --qmu-muted: rgba(255, 239, 210, .68);
  --qmu-shadow: 0 24px 70px rgba(0, 0, 0, .48);
}

body {
  color: var(--qmu-muted);
  background-color: #030305;
  overflow-x: hidden;
}

body:after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 14%, rgba(255, 116, 24, .16), transparent 28%),
    radial-gradient(circle at 76% 18%, rgba(36, 230, 255, .12), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .56) 62%, rgba(0, 0, 0, .88));
}

::-webkit-scrollbar-thumb {
  border: 2px solid rgba(0, 0, 0, .8);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--qmu-gold), var(--qmu-orange), #5d120a);
}

.sticky-header-wrap,
.header-layout4 .bg-light-gray,
.animate-line {
  background: linear-gradient(180deg, rgba(5, 5, 10, .94), rgba(0, 0, 0, .82)) !important;
  border-bottom: 1px solid rgba(255, 207, 111, .18);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .38);
  backdrop-filter: blur(8px);
}

.sticky-header-wrap .logo img,
.loader-logo img,
.mobile-logo img {
  filter: drop-shadow(0 0 18px rgba(255, 170, 42, .32));
}

.main-menu > ul > li > a,
.menu-style3 > ul > li > a {
  position: relative;
  color: #fff2d4 !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.main-menu > ul > li > a:before,
.menu-style3 > ul > li > a:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  height: 2px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--qmu-gold), var(--qmu-orange), transparent);
  box-shadow: 0 0 12px rgba(255, 166, 38, .5);
  transform: scaleX(.2);
  transition: opacity .22s ease, transform .22s ease;
}

.main-menu > ul > li:hover > a,
.menu-style3 > ul > li:hover > a {
  color: #fff !important;
  text-shadow: 0 0 16px rgba(255, 214, 111, .36);
}

.main-menu > ul > li:hover > a:before,
.menu-style3 > ul > li:hover > a:before {
  opacity: 1;
  transform: scaleX(1);
}

.main-menu ul li ul.mega-menu,
.main-menu ul li ul.sub-menu {
  overflow: hidden;
  border: 1px solid rgba(255, 207, 111, .2);
  border-radius: 8px;
  background: rgba(2, 2, 6, .94);
  box-shadow: var(--qmu-shadow), inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
}

.main-menu ul li ul.mega-menu:before,
.main-menu ul li ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--qmu-red), var(--qmu-orange), var(--qmu-gold), transparent);
}

.main-menu ul li ul.mega-menu > li > a {
  color: var(--qmu-gold) !important;
}

.main-menu ul li ul.mega-menu li a,
.main-menu ul li ul.sub-menu li a {
  color: rgba(255, 239, 207, .78) !important;
}

.main-menu ul li ul.mega-menu li a:hover,
.main-menu ul li ul.sub-menu li a:hover {
  color: #fff !important;
  text-shadow: 0 0 14px rgba(255, 214, 111, .44);
}

.header-info-box {
  border-color: rgba(255, 207, 111, .18) !important;
}

.header-info-box h4,
.vurses {
  color: var(--qmu-green) !important;
  text-shadow: 0 0 15px rgba(140, 255, 84, .34);
}

.vs-hero-wrapper {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 207, 111, .16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.vs-hero-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .58), transparent 40%, rgba(0, 0, 0, .34)),
    radial-gradient(circle at 50% 7%, rgba(255, 214, 111, .14), transparent 28%);
}

.vs-hero-carousel,
.vs-hero-carousel .ls-slide,
.ls-l {
  position: relative;
  z-index: 2;
}

.vs-btn,
.vs-btn2,
.server-button,
.expander {
  border-radius: 8px !important;
  letter-spacing: 0;
}

.vs-btn.gradient-btn,
.vs-btn2.gradient-btn,
.vs-btn.black-skew,
.vs-btn2.black-skew,
.server-button,
.expander {
  border: 1px solid rgba(255, 214, 111, .42) !important;
  color: #fff !important;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 122, 26, .22), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.vs-btn.gradient-btn:before,
.vs-btn2.gradient-btn:before,
.server-button,
.expander {
  background: linear-gradient(135deg, #761a0d 0%, #c94f18 45%, #ffe08b 100%) !important;
}

.vs-btn.black-skew:before,
.vs-btn2.black-skew:before {
  background: linear-gradient(135deg, rgba(0, 0, 0, .92), rgba(8, 12, 16, .96)) !important;
}

.vs-btn:hover,
.vs-btn2:hover,
.server-button:hover,
.expander:hover {
  color: #fff !important;
  filter: brightness(1.12);
  box-shadow: 0 0 24px rgba(255, 195, 82, .35), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.bg-major-black,
.vs-sidebox,
.vs-sidebox-v2,
.blog-meta,
.blog-content,
.inner-wrapper,
#select_server {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--qmu-border) !important;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .74)),
    var(--qmu-bg) !important;
  box-shadow: var(--qmu-shadow), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
  backdrop-filter: blur(3px);
}

.bg-major-black:before,
.vs-sidebox:before,
.vs-sidebox-v2:before,
.inner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--qmu-red), var(--qmu-orange), var(--qmu-gold), transparent);
  opacity: .78;
}

.vs-blog {
  margin-bottom: 26px;
  transform: translateZ(0);
}

.vs-blog .blog-meta {
  margin-bottom: 0;
  padding: 14px 18px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vs-blog .blog-content {
  padding: 22px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vs-blog:hover .blog-content,
.vs-sidebox:hover,
.vs-sidebox-v2:hover {
  border-color: rgba(255, 214, 111, .38) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .55),
    0 0 28px rgba(255, 122, 26, .12),
    inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

.blog-title,
.sidebox-title,
.section-title2 h2 {
  color: var(--qmu-gold) !important;
  text-transform: uppercase;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .7), 0 0 18px rgba(255, 126, 39, .26);
}

.blog-content .title,
.blog-content h2.title,
.blog-content h3.title,
.sec-title2,
.sec-title {
  color: var(--qmu-gold) !important;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 153, 31, .22);
}

.blog-title a {
  color: inherit !important;
}

.blog-content p,
.vs-sidebox,
.vs-sidebox-v2 {
  color: rgba(255, 242, 216, .74);
}

.blog-content p {
  color: #27f6e6;
  font-weight: 600;
}

.cat-list,
.blog-meta a,
.blog-meta i {
  color: #fff0c7 !important;
}

.image-container img,
.side-promotion img {
  border: 1px solid rgba(255, 214, 111, .24);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .34);
}

.vs-cat-list1 a,
.events-table li,
#lattest_items > div,
.post-thumb-style1 .vs-blog,
.rankings-table tr,
.table tr {
  border-color: rgba(255, 192, 78, .16) !important;
}

.events-table li,
#lattest_items > div {
  border: 1px solid rgba(255, 192, 78, .18) !important;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0, rgba(255, 201, 86, .14), transparent 34%),
    linear-gradient(135deg, rgba(20, 17, 25, .86), rgba(7, 7, 10, .9)) !important;
  color: #fff2d5 !important;
}

.events-table li:hover,
#lattest_items > div:hover {
  border-color: rgba(255, 216, 118, .7) !important;
  color: #fff !important;
  box-shadow: 0 0 18px rgba(255, 153, 31, .16);
}

.golden-timer {
  border-radius: 8px !important;
  border-color: rgba(255, 214, 111, .55) !important;
  background:
    radial-gradient(circle at top, rgba(255, 214, 111, .18), transparent 48%),
    rgba(0, 0, 0, .55) !important;
  box-shadow: 0 0 28px rgba(255, 184, 46, .22), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

.golden-timer-title h2,
.golden-timer-block .title {
  color: var(--qmu-gold) !important;
}

.golden-timer-block .count {
  color: #fff !important;
  text-shadow: 0 0 16px rgba(255, 214, 111, .42);
}

.newsletter-style1 .form-control,
.form-control.bg-light-dark,
#select_server select,
input.form-control,
select.form-control,
textarea.form-control {
  border: 1px solid rgba(255, 204, 104, .22) !important;
  border-radius: 8px !important;
  background: rgba(0, 0, 0, .58) !important;
  color: #fff4d7 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.newsletter-style1 .form-control:focus,
.form-control.bg-light-dark:focus,
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  border-color: rgba(255, 214, 111, .72) !important;
  box-shadow: 0 0 18px rgba(255, 153, 31, .18);
}

.vs-newsletter-wrapper .inner-wrapper {
  border-color: rgba(255, 214, 111, .28) !important;
}

.play-btn.outline {
  border-color: rgba(255, 214, 111, .7) !important;
  color: var(--qmu-gold) !important;
  box-shadow: 0 0 30px rgba(255, 122, 26, .28);
}

.play-btn.outline:hover {
  background: rgba(255, 122, 26, .18);
  color: #fff !important;
}

.footer-wrapper {
  border-top: 1px solid rgba(255, 204, 104, .2);
  background: linear-gradient(180deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .94)) !important;
}

.footer-copyright {
  background: rgba(0, 0, 0, .72) !important;
  border-top: 1px solid rgba(255, 204, 104, .14);
}

.scrollToTop {
  border: 1px solid rgba(255, 214, 111, .45) !important;
  background: linear-gradient(135deg, #6b180d, #d5631b) !important;
  box-shadow: 0 0 20px rgba(255, 122, 26, .24);
}

.stream-box-header {
  border: 1px solid rgba(36, 230, 255, .42);
  background: rgba(0, 0, 0, .78) !important;
  box-shadow: 0 0 20px rgba(36, 230, 255, .18);
}

.stream-item {
  border-color: rgba(36, 230, 255, .38) !important;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .3);
}

.table,
.dmn-rankings-table,
.rankings-table,
.ticket {
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0 8px !important;
  color: rgba(255, 242, 216, .82) !important;
}

.table thead th,
.dmn-rankings-table thead th,
.rankings-table thead th,
.ticket thead th {
  border: 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 214, 111, .12), rgba(0, 0, 0, .58)),
    rgba(0, 0, 0, .72) !important;
  color: var(--qmu-gold) !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  text-shadow: 0 0 12px rgba(255, 214, 111, .22);
}

.table tbody tr,
.dmn-rankings-table tbody tr,
.rankings-table tbody tr,
.ticket tbody tr {
  background:
    radial-gradient(circle at 8% 0, rgba(255, 201, 86, .08), transparent 36%),
    rgba(0, 0, 0, .42) !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.table tbody td,
.dmn-rankings-table tbody td,
.rankings-table tbody td,
.ticket tbody td {
  border-top: 1px solid rgba(255, 207, 111, .12) !important;
  border-bottom: 1px solid rgba(255, 207, 111, .12) !important;
  color: rgba(255, 242, 216, .82) !important;
  vertical-align: middle;
}

.table tbody td:first-child,
.dmn-rankings-table tbody td:first-child,
.rankings-table tbody td:first-child,
.ticket tbody td:first-child {
  border-left: 1px solid rgba(255, 207, 111, .16) !important;
  border-radius: 8px 0 0 8px;
}

.table tbody td:last-child,
.dmn-rankings-table tbody td:last-child,
.rankings-table tbody td:last-child,
.ticket tbody td:last-child {
  border-right: 1px solid rgba(255, 207, 111, .16) !important;
  border-radius: 0 8px 8px 0;
}

.table tbody tr:hover,
.dmn-rankings-table tbody tr:hover,
.rankings-table tbody tr:hover,
.ticket tbody tr:hover {
  box-shadow: 0 0 22px rgba(255, 153, 31, .14);
  transform: translateY(-1px);
}

.table a,
.dmn-rankings-table a,
.rankings-table a,
.ticket a {
  color: var(--qmu-gold) !important;
  font-weight: 800;
}

.table a:hover,
.dmn-rankings-table a:hover,
.rankings-table a:hover,
.ticket a:hover {
  color: #fff !important;
  text-shadow: 0 0 14px rgba(255, 214, 111, .34);
}

.nav-tabs,
.nav-pills,
.pagination,
.server-button-container {
  gap: 8px;
}

.nav-tabs .nav-link,
.nav-pills a,
.pagination a,
.pagination span,
.page-link {
  border: 1px solid rgba(255, 207, 111, .22) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 18% 0, rgba(255, 201, 86, .13), transparent 34%),
    rgba(0, 0, 0, .58) !important;
  color: #fff2d5 !important;
  font-weight: 800;
}

.nav-tabs .nav-link.active,
.nav-pills .active a,
.nav-pills li.active a,
.pagination .active a,
.page-item.active .page-link {
  border-color: rgba(255, 214, 111, .68) !important;
  background: linear-gradient(135deg, rgba(118, 26, 13, .92), rgba(201, 79, 24, .88), rgba(255, 224, 139, .72)) !important;
  color: #fff !important;
  box-shadow: 0 0 20px rgba(255, 153, 31, .22);
}

.alert {
  border-radius: 8px !important;
  border: 1px solid rgba(255, 207, 111, .22) !important;
  background: rgba(0, 0, 0, .68) !important;
  color: #fff2d5 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 10px 30px rgba(0, 0, 0, .24);
}

.alert-success {
  border-color: rgba(140, 255, 84, .42) !important;
  color: #d9ffc8 !important;
}

.alert-danger,
.alert-error {
  border-color: rgba(255, 76, 54, .48) !important;
  color: #ffd5ce !important;
}

.alert-warning {
  border-color: rgba(255, 214, 111, .5) !important;
  color: #fff0bd !important;
}

.shop-product-list,
.market_items,
.market-items,
.warehouse_items,
.items-list {
  gap: 16px;
}

.shop-product-list-item,
.market_item,
.market-item,
.warehouse_item,
.warehouse-item,
.item-box,
.character,
.character-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 207, 111, .18) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 214, 111, .12), transparent 36%),
    linear-gradient(180deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .76)) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.shop-product-list-item:before,
.market_item:before,
.market-item:before,
.warehouse_item:before,
.warehouse-item:before,
.item-box:before,
.character:before,
.character-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--qmu-red), var(--qmu-orange), var(--qmu-gold), transparent);
  opacity: .7;
}

.shop-product-list-item:hover,
.market_item:hover,
.market-item:hover,
.warehouse_item:hover,
.warehouse-item:hover,
.item-box:hover,
.character:hover,
.character-card:hover {
  border-color: rgba(255, 214, 111, .48) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .46), 0 0 24px rgba(255, 122, 26, .13), inset 0 1px 0 rgba(255, 255, 255, .08);
  transform: translateY(-2px);
}

.shop-product-list-item .item-name,
.item-name,
.item-title {
  color: var(--qmu-gold) !important;
  font-weight: 900;
  text-shadow: 0 0 14px rgba(255, 214, 111, .22);
}

.item-buy,
.btn-block.vs-btn {
  width: 100%;
  margin-top: 10px;
}

.form-dark label,
.control-label,
.col-form-label,
label {
  color: #fff0c7 !important;
  font-weight: 800;
}

.form-actions,
.card-footer,
.modal-footer {
  border-top: 1px solid rgba(255, 207, 111, .14) !important;
  background: rgba(0, 0, 0, .25) !important;
}

.modal-content,
.modal-header,
#lean_overlay + div {
  border-color: rgba(255, 207, 111, .22) !important;
  background: rgba(3, 3, 7, .94) !important;
  color: #fff2d5 !important;
}

.tooltip,
.tooltip-inner,
#tooltip {
  border-color: rgba(255, 207, 111, .28) !important;
  background: rgba(0, 0, 0, .94) !important;
  color: #fff2d5 !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .46);
}

.dmn-sidebar-box,
.filter-box,
.search-box,
.panel,
.card,
.box {
  overflow: hidden;
  border: 1px solid rgba(255, 207, 111, .2) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 16% 0, rgba(255, 214, 111, .12), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .76)) !important;
  color: rgba(255, 242, 216, .78) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .05) !important;
}

.dmn-sidebar-box h1,
.dmn-sidebar-box h2,
.dmn-sidebar-box h3,
.dmn-sidebar-box h4,
.panel-title,
.card-title,
.box-title {
  color: var(--qmu-gold) !important;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(255, 153, 31, .2);
}

.dmn-sidebar-box input[type="checkbox"],
.dmn-sidebar-box input[type="radio"],
.filter-box input[type="checkbox"],
.filter-box input[type="radio"] {
  accent-color: var(--qmu-gold);
}

.tableBlock-tr.text-td,
#lattest_items .tableBlock-tr,
.sidebar_items .tableBlock-tr {
  min-height: 66px;
  margin-bottom: 8px;
  padding: 8px 10px !important;
  border: 1px solid rgba(255, 207, 111, .16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0, rgba(255, 214, 111, .12), transparent 38%),
    rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tableBlock-tr.text-td:hover,
#lattest_items .tableBlock-tr:hover,
.sidebar_items .tableBlock-tr:hover {
  border-color: rgba(255, 214, 111, .48);
  box-shadow: 0 0 20px rgba(255, 153, 31, .14), inset 0 1px 0 rgba(255, 255, 255, .07);
  transform: translateY(-1px);
}

.tableBlock-tr.text-td img {
  filter: drop-shadow(0 0 10px rgba(255, 214, 111, .22));
}

.tableBlock-tr.text-td a {
  color: #fff0bd !important;
  font-weight: 800;
}

.tableBlock-tr.text-td span {
  color: var(--qmu-green) !important;
  text-shadow: 0 0 12px rgba(140, 255, 84, .22);
}

.i_note,
.content-danger,
.content-success,
.content-warning {
  border: 1px solid rgba(255, 207, 111, .18);
  border-radius: 8px;
  background: rgba(0, 0, 0, .62);
  color: #fff2d5;
  padding: 14px 16px;
}

.table-modern {
  border-collapse: separate !important;
  border-spacing: 0 9px !important;
  color: rgba(255, 242, 216, .84) !important;
  font-family: inherit !important;
}

.table-modern thead th {
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 214, 111, .26) !important;
  background:
    linear-gradient(180deg, rgba(255, 214, 111, .12), rgba(0, 0, 0, .72)),
    rgba(0, 0, 0, .76) !important;
  color: var(--qmu-gold) !important;
  text-shadow: 0 0 14px rgba(255, 214, 111, .28) !important;
}

.table-modern tbody tr,
.table-modern tbody tr:nth-child(odd):not(.vip-row),
.table-modern tbody tr:nth-child(even):not(.vip-row) {
  background:
    radial-gradient(circle at 6% 0, rgba(255, 214, 111, .1), transparent 34%),
    linear-gradient(90deg, rgba(35, 8, 7, .42), rgba(0, 0, 0, .62) 26%, rgba(0, 0, 0, .54)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05) !important;
  transform: none !important;
}

.table-modern tbody tr:hover {
  box-shadow: 0 0 24px rgba(255, 153, 31, .16), inset 0 1px 0 rgba(255, 255, 255, .07) !important;
  transform: translateY(-1px) !important;
}

.table-modern td {
  border-top: 1px solid rgba(255, 207, 111, .13) !important;
  border-bottom: 1px solid rgba(255, 207, 111, .13) !important;
  border-right: 1px solid rgba(255, 207, 111, .08) !important;
  color: rgba(255, 242, 216, .86) !important;
}

.table-modern td:first-child {
  border-left: 1px solid rgba(255, 207, 111, .16) !important;
  border-radius: 8px 0 0 8px !important;
  color: var(--qmu-gold) !important;
  text-shadow: 0 0 10px rgba(255, 214, 111, .32) !important;
}

.table-modern td:last-child {
  border-right: 1px solid rgba(255, 207, 111, .16) !important;
  border-radius: 0 8px 8px 0 !important;
}

.table-modern a,
.class-cell span,
.guild-cell span {
  color: var(--qmu-cyan) !important;
  text-shadow: 0 0 12px rgba(36, 230, 255, .24) !important;
}

.class-cell img,
.guild-cell img,
.table-modern td img {
  filter: drop-shadow(0 0 10px rgba(36, 230, 255, .2)) drop-shadow(0 0 12px rgba(255, 214, 111, .12)) !important;
}

.vip-row,
.top1,
.top2,
.top3 {
  border-color: rgba(255, 214, 111, .38) !important;
}

.top1 {
  box-shadow: 0 0 28px rgba(255, 214, 111, .3), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

.top2 {
  box-shadow: 0 0 24px rgba(36, 230, 255, .22), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

.top3 {
  box-shadow: 0 0 24px rgba(255, 122, 26, .24), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

#class,
.register {
  min-height: 48px;
  border: 1px solid rgba(255, 207, 111, .28) !important;
  border-radius: 8px !important;
  background: rgba(0, 0, 0, .64) !important;
  color: #fff0bd !important;
  font-family: inherit !important;
}

.section-title2,
.section-title {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 207, 111, .16);
}

.section-title2 .sec-title2,
.section-title .sec-title,
h1, h2, h3, h4, h5 {
  letter-spacing: 0;
}

hr {
  border-color: rgba(255, 207, 111, .16) !important;
}

.list-group-item,
.dropdown-menu {
  border-color: rgba(255, 207, 111, .16) !important;
  background: rgba(0, 0, 0, .86) !important;
  color: #fff2d5 !important;
}

.additional-links,
.list-group {
  gap: 8px;
}

.additional-links .list-group-item-action,
.list-group-item-action {
  margin-bottom: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 207, 111, .16);
  border-radius: 8px;
  background: rgba(0, 0, 0, .48);
  color: rgba(255, 242, 216, .82) !important;
}

.additional-links a,
.list-group a,
.blog-content a:not(.vs-btn):not(.vs-btn2) {
  color: var(--qmu-gold) !important;
  font-weight: 800;
}

.additional-links a:hover,
.list-group a:hover,
.blog-content a:not(.vs-btn):not(.vs-btn2):hover {
  color: #fff !important;
  text-shadow: 0 0 12px rgba(255, 214, 111, .32);
}

.panel-heading,
.card-header,
.box-header {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(255, 207, 111, .16) !important;
  background:
    linear-gradient(90deg, rgba(126, 28, 12, .52), rgba(0, 0, 0, .22)),
    rgba(0, 0, 0, .46) !important;
  color: var(--qmu-gold) !important;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-body,
.card-body,
.box-body {
  padding: 16px;
}

.table.blue,
table.blue,
.blue {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 8px !important;
  color: rgba(255, 242, 216, .82) !important;
}

.table.blue tr,
table.blue tr {
  background: rgba(0, 0, 0, .44);
}

.table.blue td,
.table.blue th,
table.blue td,
table.blue th {
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 207, 111, .13) !important;
  border-bottom: 1px solid rgba(255, 207, 111, .13) !important;
}

.clean,
td.clean {
  border-color: rgba(255, 207, 111, .13) !important;
  color: rgba(255, 242, 216, .84) !important;
}

.ping {
  color: #27f6e6 !important;
  font-weight: 700;
}

.QapTcha,
.g-recaptcha,
.captcha,
#captcha_image {
  display: inline-block;
  padding: 10px;
  border: 1px solid rgba(255, 207, 111, .16);
  border-radius: 8px;
  background: rgba(0, 0, 0, .42);
}

.table-responsive {
  border: 0;
  overflow-x: auto;
  scrollbar-color: var(--qmu-gold) rgba(0, 0, 0, .52);
}

.blog-content .table-responsive:last-child,
.blog-content table:last-child {
  margin-bottom: 0;
}

.text-default,
.text-muted,
.text-white-50 {
  color: rgba(255, 242, 216, .62) !important;
}

.text-success,
.green,
font[color="green"] {
  color: var(--qmu-green) !important;
}

.text-danger,
.red,
font[color="red"] {
  color: #ff4f3f !important;
}

.text-warning,
.yellow,
font[color="yellow"] {
  color: var(--qmu-gold) !important;
}

.dropdown-item {
  color: #fff2d5 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(255, 214, 111, .12) !important;
  color: #fff !important;
}

.preloader {
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 214, 111, .16), transparent 30%),
    #030305 !important;
}

.loader {
  border-color: rgba(255, 214, 111, .22) !important;
  border-top-color: var(--qmu-gold) !important;
}

@media (max-width: 991px) {
  .sticky-header-wrap {
    background: rgba(0, 0, 0, .9) !important;
  }

  .vs-menu-area {
    border-left: 1px solid rgba(255, 204, 104, .18);
    background: rgba(3, 3, 6, .96) !important;
    box-shadow: -20px 0 50px rgba(0, 0, 0, .42);
  }

  .vs-mobile-menu ul li a {
    color: #fff2d5 !important;
    border-color: rgba(255, 204, 104, .12) !important;
  }

  .vs-hero-wrapper:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .64));
  }
}

@media (max-width: 575px) {
  .vs-blog .blog-content,
  .vs-sidebox,
  .vs-sidebox-v2 {
    padding: 16px !important;
  }

  .ls-btn-group .vs-btn,
  .vs-btn.gradient-btn,
  .vs-btn.black-skew {
    padding: 14px 22px;
  }
}

/* Home page premium pass */
.header-layout4 > .animate-line {
  display: none !important;
}

.header-layout4 .bg-light-gray {
  min-height: 92px;
  border-top: 1px solid rgba(255, 214, 111, .08);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96), rgba(8, 9, 14, .9) 45%, rgba(0, 0, 0, .96)),
    rgba(0, 0, 0, .92) !important;
}

.header-layout4 .vs-container {
  max-width: 1380px;
}

.header-layout4 .main-menu > ul > li > a,
.header-layout4 .menu-style3 > ul > li > a {
  padding-top: 36px;
  padding-bottom: 35px;
  color: #f8db82 !important;
}

.header-layout4 .header-info-box {
  padding: 12px 18px;
  border-left: 1px solid rgba(255, 214, 111, .18) !important;
  border-right: 1px solid rgba(255, 214, 111, .08) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(255, 214, 111, .03));
}

.vs-hero-wrapper.bg-header {
  min-height: 360px;
  border-top: 1px solid rgba(255, 214, 111, .14);
  border-bottom: 1px solid rgba(255, 214, 111, .26);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .62);
}

.vs-hero-wrapper.bg-header:before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .18) 34%, rgba(0, 0, 0, .24) 64%, rgba(0, 0, 0, .74) 100%),
    radial-gradient(circle at 54% 12%, rgba(255, 208, 93, .24), transparent 25%),
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .24) 58%, rgba(0, 0, 0, .78));
}

.vs-hero-wrapper.bg-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 92px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 214, 111, .48), transparent) top / 100% 1px no-repeat,
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
}

.vs-hero-wrapper.bg-header .ls-btn-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.vs-hero-wrapper.bg-header .vs-btn,
.vs-hero-wrapper.bg-header .vs-btn2 {
  min-width: 170px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .42), 0 0 26px rgba(255, 153, 31, .26) !important;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 {
  position: relative;
  z-index: 5;
  margin-top: -64px;
  padding-top: 0 !important;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 > .container {
  max-width: 1210px;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .row > .col-lg-8,
.vs-blog-wrapper.blog-single-layout1.space-top-3 .row > .col-lg-4 {
  position: relative;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .row > .col-lg-8:before,
.vs-blog-wrapper.blog-single-layout1.space-top-3 .row > .col-lg-4:before {
  content: "";
  position: absolute;
  inset: -18px 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(224, 53, 37, .8), rgba(255, 122, 26, .9), rgba(255, 214, 111, .42), transparent);
  opacity: .72;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .section-title2:empty {
  display: none;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .vs-blog {
  margin-bottom: 28px;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .vs-blog .blog-meta {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 122, 26, .38) !important;
  background:
    linear-gradient(90deg, rgba(110, 24, 13, .44), rgba(0, 0, 0, .78) 25%, rgba(0, 0, 0, .68)),
    rgba(0, 0, 0, .72) !important;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .vs-blog .blog-meta:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 155px;
  height: 3px;
  background: linear-gradient(90deg, #d73221, #ff7a1a, transparent);
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .vs-blog .blog-content {
  padding: 26px 28px 30px;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .82), rgba(5, 9, 14, .72)),
    radial-gradient(circle at 92% 0, rgba(36, 230, 255, .08), transparent 32%) !important;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .blog-title.h5,
.vs-blog-wrapper.blog-single-layout1.space-top-3 .blog-title.h5 a {
  color: #ffe28a !important;
  font-size: 24px;
  line-height: 1.15;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .blog-content p {
  max-width: 95%;
  color: #30f4e7 !important;
  font-size: 15px;
  line-height: 1.75;
  text-shadow: 0 0 14px rgba(36, 230, 255, .12);
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .col-lg-4 .vs-sidebox,
.vs-blog-wrapper.blog-single-layout1.space-top-3 .col-lg-4 .vs-sidebox-v2 {
  margin-bottom: 24px;
  padding: 24px !important;
  border-color: rgba(255, 214, 111, .3) !important;
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 214, 111, .14), transparent 35%),
    linear-gradient(180deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .86)) !important;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .col-lg-4 .vs-sidebox:first-of-type {
  min-height: 210px;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .col-lg-4 .vs-sidebox table {
  width: 100%;
  margin-top: 18px;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .col-lg-4 .vs-sidebox td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 214, 111, .1);
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .sidebox-title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 18px;
  text-align: center;
  font-size: 20px;
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .sidebox-title:after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 214, 111, .48), transparent);
}

#lattest_items .i_note,
#lattest_items .content-danger,
.vs-blog-wrapper.blog-single-layout1.space-top-3 .i_note {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(255, 122, 26, .26);
  background: linear-gradient(90deg, rgba(90, 24, 14, .28), rgba(0, 0, 0, .56));
}

.vs-streams-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 214, 111, .12);
  background: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .58));
}

.vs-streams-wrapper .container {
  max-width: 1210px;
}

@media (max-width: 1199px) {
  .vs-blog-wrapper.blog-single-layout1.space-top-3 {
    margin-top: -36px;
  }
}

@media (max-width: 991px) {
  .header-layout4 > .animate-line {
    display: block !important;
  }

  .header-layout4 .main-menu > ul > li > a,
  .header-layout4 .menu-style3 > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .vs-blog-wrapper.blog-single-layout1.space-top-3 {
    margin-top: 0;
    padding-top: 24px !important;
  }

  .vs-blog-wrapper.blog-single-layout1.space-top-3 .blog-content p {
    max-width: 100%;
  }
}

/* Custom QuestMU home layout */
.qmu-landing {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 214, 111, .2);
}

.qmu-landing__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .24) 43%, rgba(0, 0, 0, .82)),
    radial-gradient(circle at 52% 18%, rgba(255, 214, 111, .26), transparent 23%),
    url("../images/questmu.jpeg") center center / cover no-repeat;
  transform: scaleX(-1);
}

.qmu-landing:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .12) 52%, rgba(0, 0, 0, .92)),
    linear-gradient(90deg, rgba(0, 0, 0, .65), transparent 30%, transparent 66%, rgba(0, 0, 0, .72));
}

.qmu-landing__inner {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 40px));
  min-height: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  gap: 34px;
  padding: 72px 0 46px;
}

.qmu-hero-card {
  width: min(690px, 100%);
}

.qmu-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 214, 111, .44);
  border-radius: 999px;
  background: rgba(0, 0, 0, .52);
  color: var(--qmu-gold);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 153, 31, .18);
}

.qmu-hero-logo {
  display: block;
  width: min(370px, 72vw);
  margin: 22px 0 4px;
  filter: drop-shadow(0 0 26px rgba(255, 153, 31, .32));
}

.qmu-hero-card h1 {
  margin: 0;
  color: #fff4cf !important;
  font-size: clamp(54px, 8vw, 118px);
  line-height: .88;
  text-transform: uppercase;
  text-shadow: 0 5px 0 rgba(0, 0, 0, .65), 0 0 36px rgba(255, 214, 111, .28);
}

.qmu-hero-card p {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(255, 242, 216, .84);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  text-transform: uppercase;
}

.qmu-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.qmu-action,
.qmu-mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid rgba(255, 214, 111, .36);
  border-radius: 8px;
  background: rgba(0, 0, 0, .58);
  color: #fff4d7 !important;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .38);
}

.qmu-action--primary {
  border-color: rgba(255, 224, 139, .7);
  background: linear-gradient(135deg, #9f2a10, #e36e20 54%, #ffe08b);
  color: #fff !important;
  box-shadow: 0 0 30px rgba(255, 122, 26, .32), 0 18px 38px rgba(0, 0, 0, .42);
}

.qmu-action--dark {
  background: rgba(0, 0, 0, .78);
}

.qmu-action:hover,
.qmu-mini-button:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(255, 214, 111, .22), 0 20px 42px rgba(0, 0, 0, .44);
}

.qmu-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(1120px, 100%);
}

.qmu-status-card {
  min-height: 106px;
  padding: 18px;
  border: 1px solid rgba(255, 214, 111, .22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0, rgba(255, 214, 111, .16), transparent 42%),
    rgba(0, 0, 0, .62);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.qmu-status-card span,
.qmu-panel__head span,
.qmu-section-head span {
  display: block;
  color: rgba(255, 242, 216, .58);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qmu-status-card strong,
.qmu-status-card a {
  display: block;
  margin-top: 7px;
  color: var(--qmu-gold) !important;
  font-size: 26px;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(255, 214, 111, .25);
}

.qmu-main,
.qmu-rankings {
  position: relative;
  z-index: 4;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .66) 50%, rgba(0, 0, 0, .88)),
    transparent;
}

.qmu-main__grid,
.qmu-rankings__inner {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.qmu-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 26px;
  padding: 54px 0 42px;
}

.qmu-section-head {
  margin-bottom: 18px;
}

.qmu-section-head--center {
  text-align: center;
}

.qmu-section-head h2,
.qmu-panel__head h3 {
  margin: 4px 0 0;
  color: var(--qmu-gold) !important;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(255, 153, 31, .24);
}

.qmu-section-head h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.qmu-news {
  min-width: 0;
}

.qmu-news-card,
.qmu-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 214, 111, .24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 0, rgba(36, 230, 255, .08), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .86));
  box-shadow: 0 22px 58px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.qmu-news-card:before,
.qmu-panel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #df3525, #ff7a1a, #ffd66f, transparent);
}

.qmu-news-card {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 22px;
}

.qmu-news-card--media {
  grid-template-columns: 240px minmax(0, 1fr);
}

.qmu-news-card__image {
  min-height: 100%;
  background: rgba(0, 0, 0, .5);
}

.qmu-news-card__image img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.qmu-news-card__body {
  padding: 24px 26px 28px;
}

.qmu-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
  color: rgba(255, 242, 216, .72);
  font-size: 13px;
  font-weight: 800;
}

.qmu-news-card__meta i {
  margin-right: 7px;
  color: var(--qmu-gold);
}

.qmu-news-card h3 {
  margin: 0 0 13px;
  font-size: 25px;
  line-height: 1.2;
}

.qmu-news-card h3 a {
  color: var(--qmu-gold) !important;
}

.qmu-news-card__text {
  color: #2af1e5;
  font-weight: 700;
  line-height: 1.72;
}

.qmu-news-card__text p {
  color: inherit !important;
}

.qmu-sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.qmu-panel {
  padding: 22px;
}

.qmu-panel__head {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 214, 111, .16);
}

.qmu-leader-row {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 214, 111, .12);
}

.qmu-leader-row:last-child {
  border-bottom: 0;
}

.qmu-leader-row span {
  display: block;
  color: rgba(255, 242, 216, .62);
  font-weight: 800;
}

.qmu-leader-row a {
  display: block;
  margin-top: 4px;
  color: var(--qmu-gold) !important;
  font-size: 18px;
  font-weight: 900;
}

.qmu-leader-row small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 242, 216, .72);
}

.qmu-server-switches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}

.qmu-mini-button {
  min-height: 38px;
  padding: 0 15px;
  font-size: 12px;
}

.qmu-events-list {
  max-height: 520px !important;
  overflow: auto !important;
  padding-right: 6px;
}

.qmu-rankings {
  padding: 30px 0 70px;
}

.qmu-rank-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 22px;
}

.qmu-rank-grid .tableBlock-tr,
.qmu-rank-grid table {
  width: 100%;
}

.qmu-rank-grid .qmu-panel {
  min-height: 320px;
}

body .vs-hero-wrapper.bg-header,
body .vs-blog-wrapper.blog-single-layout1.space-top-3,
body .vs-streams-wrapper {
  display: none !important;
}

@media (max-width: 1199px) {
  .qmu-main__grid {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
}

@media (max-width: 991px) {
  .qmu-landing,
  .qmu-landing__inner {
    min-height: auto;
  }

  .qmu-landing__inner {
    padding: 54px 0 34px;
  }

  .qmu-status-grid,
  .qmu-main__grid,
  .qmu-rank-grid {
    grid-template-columns: 1fr;
  }

  .qmu-news-card--media {
    grid-template-columns: 1fr;
  }

  .qmu-news-card__image img {
    min-height: 220px;
  }
}

@media (max-width: 575px) {
  .qmu-landing__inner,
  .qmu-main__grid,
  .qmu-rankings__inner {
    width: min(100% - 24px, 1240px);
  }

  .qmu-hero-actions {
    flex-direction: column;
  }

  .qmu-action {
    width: 100%;
  }

  .qmu-news-card__body,
  .qmu-panel {
    padding: 18px;
  }
}

/* Home scale refinement */
.qmu-landing {
  min-height: 545px;
}

.qmu-landing__inner {
  min-height: 545px;
  gap: 24px;
  padding: 42px 0 30px;
}

.qmu-hero-card {
  width: min(620px, 100%);
}

.qmu-hero-logo {
  width: min(245px, 54vw);
  margin: 16px 0 10px;
}

.qmu-hero-card h1 {
  font-size: clamp(42px, 5vw, 74px);
  line-height: .96;
  text-shadow: 0 3px 0 rgba(0, 0, 0, .66), 0 0 26px rgba(255, 214, 111, .22);
}

.qmu-hero-brand {
  display: block;
  width: min(310px, 58vw);
  height: auto;
  margin: 14px 0 12px;
  filter:
    drop-shadow(0 5px 0 rgba(0, 0, 0, .45))
    drop-shadow(0 0 24px rgba(255, 153, 31, .24));
}

.qmu-hero-card p {
  margin-top: 12px;
  font-size: clamp(14px, 1.35vw, 18px);
  letter-spacing: .01em;
}

.qmu-hero-actions {
  margin-top: 22px;
}

.qmu-action {
  min-height: 46px;
  padding: 0 21px;
  font-size: 13px;
}

.qmu-status-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(720px, 100%);
}

.qmu-status-card {
  min-height: 82px;
  padding: 14px 16px;
}

.qmu-status-card strong,
.qmu-status-card a {
  font-size: 20px;
}

.qmu-main__grid {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  padding: 38px 0 36px;
}

.qmu-section-head {
  margin-bottom: 14px;
}

.qmu-section-head h2 {
  font-size: clamp(25px, 2.8vw, 36px);
  line-height: 1.08;
}

.qmu-panel__head h3 {
  font-size: 22px;
  line-height: 1.12;
}

.qmu-news-card {
  margin-bottom: 18px;
}

.qmu-news-card__body {
  padding: 20px 22px 22px;
}

.qmu-news-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.qmu-news-card__text,
.qmu-news-card__text p,
.qmu-news-card__text div,
.qmu-news-card__text li {
  font-size: 14px !important;
  line-height: 1.58 !important;
}

.qmu-news-card__text {
  font-weight: 650;
}

.qmu-news-card__text * {
  font-size: inherit !important;
  line-height: inherit !important;
}

.qmu-news-card__text span[style*="background"],
.qmu-news-card__text font[style*="background"],
.qmu-news-card__text span[style*="background-color"],
.qmu-news-card__text font[style*="background-color"] {
  display: inline;
  padding: 1px 4px;
  border-radius: 3px;
  background: rgba(255, 214, 111, .18) !important;
  color: #fff2bd !important;
  text-shadow: none !important;
}

.qmu-panel {
  padding: 19px;
}

.qmu-panel__head {
  margin-bottom: 14px;
  padding-bottom: 12px;
}

.qmu-leader-row {
  padding: 11px 0;
}

.qmu-leader-row a {
  font-size: 16px;
}

.qmu-leader-row small {
  font-size: 12px;
}

.qmu-events-list {
  max-height: 430px !important;
}

.events-table li {
  min-height: 48px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.qmu-rankings {
  padding-top: 24px;
}

@media (max-width: 1199px) {
  .qmu-main__grid {
    grid-template-columns: minmax(0, 1fr) 315px;
  }
}

/* Stronger home/download/footer pass */
.qmu-landing__bg {
  filter: saturate(1.12) contrast(1.06);
}

.qmu-landing:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 190px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 214, 111, .38), transparent) top / 100% 1px no-repeat,
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .94));
}

.qmu-hero-card {
  position: relative;
  padding-left: 22px;
}

.qmu-hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 32px;
  align-items: center;
  width: min(1160px, 100%);
}

.qmu-hero-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 12px;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--qmu-gold), var(--qmu-orange), transparent);
  box-shadow: 0 0 18px rgba(255, 153, 31, .34);
}

.qmu-hero-showcase {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255, 214, 111, .28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 214, 111, .18), transparent 40%),
    linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .78));
  box-shadow: 0 24px 56px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.qmu-leaders--hero .qmu-panel__head {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.qmu-leaders--hero .qmu-panel__head h3 {
  font-size: 23px;
}

.qmu-leaders--hero .qmu-leader-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px 0;
}

.qmu-leaders--hero .qmu-leader-row:last-child {
  padding-bottom: 0;
}

.qmu-leader-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 240, 189, .38), rgba(255, 122, 26, .14) 48%, rgba(0, 0, 0, .32));
  color: var(--qmu-gold);
  box-shadow: inset 0 0 0 1px rgba(255, 214, 111, .24), 0 0 18px rgba(255, 153, 31, .16);
}

.qmu-leader-row--achievement .qmu-leader-icon {
  color: var(--qmu-cyan);
  background:
    radial-gradient(circle at 35% 20%, rgba(36, 230, 255, .25), rgba(255, 214, 111, .12) 48%, rgba(0, 0, 0, .32));
}

.qmu-leaders--hero .qmu-leader-row span {
  font-size: 11px;
}

.qmu-leaders--hero .qmu-leader-row a {
  margin-top: 2px;
  font-size: 17px;
}

.qmu-leaders--hero .qmu-leader-row small {
  font-size: 12px;
}

.qmu-hero-showcase:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #df3525, #ff7a1a, #ffd66f, transparent);
}

.qmu-hero-showcase > span {
  color: rgba(255, 242, 216, .58);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qmu-hero-showcase > strong {
  display: block;
  margin: 5px 0 16px;
  color: var(--qmu-gold);
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(255, 214, 111, .25);
}

.qmu-hero-showcase__grid {
  display: grid;
  gap: 10px;
}

.qmu-hero-showcase__grid div {
  padding: 12px;
  border: 1px solid rgba(255, 214, 111, .14);
  border-radius: 8px;
  background: rgba(0, 0, 0, .38);
}

.qmu-hero-showcase__grid small {
  display: block;
  color: rgba(255, 242, 216, .56);
  font-weight: 900;
  text-transform: uppercase;
}

.qmu-hero-showcase__grid b {
  display: block;
  margin-top: 3px;
  color: #fff0bd;
  font-size: 16px;
}

.qmu-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(900px, 100%);
}

.qmu-quick-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(255, 214, 111, .22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 0, rgba(255, 214, 111, .16), transparent 45%),
    rgba(0, 0, 0, .58);
  color: #fff !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.qmu-quick-card i {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 214, 111, .22), rgba(255, 122, 26, .16));
  color: var(--qmu-gold);
  box-shadow: inset 0 0 0 1px rgba(255, 214, 111, .22), 0 0 18px rgba(255, 153, 31, .16);
}

.qmu-quick-card span {
  color: rgba(255, 242, 216, .58);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.qmu-quick-card strong {
  color: #fff0bd;
  font-size: 16px;
  line-height: 1.1;
}

.qmu-quick-card:hover {
  border-color: rgba(255, 214, 111, .52);
  transform: translateY(-2px);
  box-shadow: 0 0 26px rgba(255, 153, 31, .16), 0 20px 42px rgba(0, 0, 0, .38);
}

.qmu-download-page {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 8px 0 70px;
}

.qmu-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  margin-bottom: 24px;
  padding: 38px;
  border: 1px solid rgba(255, 214, 111, .24);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .44)),
    radial-gradient(circle at 70% 0, rgba(255, 214, 111, .16), transparent 36%),
    url("../images/questmu.jpeg") center center / cover no-repeat;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .44), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.qmu-page-hero:before,
.qmu-download-card:before,
.qmu-requirement-card:before,
.qmu-search-strip__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #df3525, #ff7a1a, #ffd66f, transparent);
}

.qmu-page-hero span,
.qmu-download-card__content span {
  color: rgba(255, 242, 216, .62);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qmu-page-hero h1 {
  margin: 8px 0 7px;
  color: #fff4d2 !important;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 4px 0 rgba(0, 0, 0, .62), 0 0 28px rgba(255, 214, 111, .22);
}

.qmu-page-hero p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 242, 216, .78);
  font-size: 17px;
  font-weight: 800;
}

.qmu-download-grid {
  display: grid;
  gap: 16px;
}

.qmu-download-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 128px;
  padding: 22px;
  border: 1px solid rgba(255, 214, 111, .2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 214, 111, .14), transparent 36%),
    linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(3, 10, 12, .74));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.qmu-download-card--featured {
  border-color: rgba(255, 214, 111, .38);
  box-shadow: 0 0 30px rgba(255, 153, 31, .12), 0 20px 52px rgba(0, 0, 0, .36);
}

.qmu-download-card__icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 214, 111, .24), rgba(255, 122, 26, .18));
  color: var(--qmu-gold);
  font-size: 23px;
  box-shadow: inset 0 0 0 1px rgba(255, 214, 111, .28), 0 0 20px rgba(255, 153, 31, .16);
}

.qmu-download-card h2 {
  margin: 4px 0 6px;
  color: var(--qmu-gold) !important;
  font-size: 22px;
  line-height: 1.2;
}

.qmu-download-card p {
  margin: 0;
  color: #25eadf !important;
  font-size: 14px;
  font-weight: 700;
}

.qmu-download-card__meta {
  margin-top: 7px;
  color: rgba(255, 242, 216, .72);
  font-size: 13px;
}

.qmu-download-button {
  min-width: 170px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(255, 224, 139, .68);
  border-radius: 8px;
  background: linear-gradient(135deg, #9f2a10, #e36e20 54%, #ffe08b);
  color: #fff !important;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(255, 122, 26, .24), 0 16px 34px rgba(0, 0, 0, .34);
}

.qmu-download-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(255, 214, 111, .32), 0 20px 42px rgba(0, 0, 0, .42);
}

.qmu-requirements {
  margin-top: 36px;
}

.qmu-requirements-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.qmu-requirement-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 214, 111, .2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .82));
}

.qmu-requirement-card--hot {
  border-color: rgba(255, 214, 111, .38);
}

.qmu-requirement-card h3 {
  margin: 0 0 16px;
  color: var(--qmu-gold) !important;
  text-transform: uppercase;
}

.qmu-requirement-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qmu-requirement-card li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 214, 111, .12);
}

.qmu-requirement-card li:last-child {
  border-bottom: 0;
}

.qmu-requirement-card li span {
  color: rgba(255, 242, 216, .58);
  font-weight: 900;
}

.qmu-requirement-card li strong {
  color: #fff2d5;
}

.qmu-search-strip {
  position: relative;
  z-index: 4;
  padding: 36px 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92), rgba(5, 12, 15, .72), rgba(0, 0, 0, .92));
}

.qmu-search-strip__inner {
  position: relative;
  overflow: hidden;
  width: min(1240px, calc(100% - 40px));
  min-height: 128px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 390px) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 26px 32px;
  border: 1px solid rgba(255, 214, 111, .24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 0, rgba(255, 214, 111, .12), transparent 34%),
    rgba(0, 0, 0, .68);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.qmu-search-strip__copy span {
  color: rgba(255, 242, 216, .62);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qmu-search-strip__copy h2 {
  margin: 5px 0 0;
  color: #fff4d2 !important;
  font-size: 28px;
  text-transform: uppercase;
}

.qmu-search-strip__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 10px;
}

.qmu-search-strip__form input {
  min-height: 52px;
  border: 1px solid rgba(255, 214, 111, .22);
  border-radius: 8px;
  background: rgba(0, 0, 0, .64);
  color: #fff2d5;
  padding: 0 18px;
  font-weight: 800;
}

.qmu-search-strip__form button {
  min-height: 52px;
  border: 1px solid rgba(255, 224, 139, .68);
  border-radius: 8px;
  background: linear-gradient(135deg, #9f2a10, #e36e20 54%, #ffe08b);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .qmu-quick-grid,
  .qmu-requirements-grid,
  .qmu-search-strip__inner,
  .qmu-search-strip__form {
    grid-template-columns: 1fr;
  }

  .qmu-download-card {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .qmu-hero-stage {
    grid-template-columns: 1fr;
  }

  .qmu-download-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Final hero/header alignment */
.header-layout4 .header-info-box {
  min-width: 158px;
  padding: 14px 18px !important;
  border: 1px solid rgba(255, 214, 111, .16) !important;
  border-radius: 0 0 8px 8px;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 214, 111, .13), transparent 44%),
    rgba(0, 0, 0, .5);
}

.header-info-box .has-border {
  display: block;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 214, 111, .18) !important;
  color: rgba(255, 242, 216, .7) !important;
  font-weight: 800;
}

.header-info-box h4 {
  font-size: 28px !important;
  line-height: 1 !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.qmu-hero-stage {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  width: min(1240px, 100%);
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.qmu-hero-showcase {
  padding: 22px;
  width: 100%;
  justify-self: end;
}

.qmu-leaders--hero .qmu-panel__head h3 {
  font-size: 24px;
}

.qmu-leaders--hero .qmu-leader-row {
  padding: 12px 0;
}

.qmu-status-grid {
  grid-template-columns: minmax(220px, 270px);
  width: min(270px, 100%);
}

.qmu-status-card {
  min-height: 78px;
}

@media (max-width: 991px) {
  .qmu-hero-stage {
    grid-template-columns: 1fr;
  }

  .qmu-status-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/* Header currency polish */
.header-layout4 .header-info-box .vurses,
.header-layout4 .header-info-box .spanpos,
.header-layout4 .header-info-box font[color="#80FF00"],
.header-layout4 .header-info-box font[color=GOLD],
.header-layout4 .header-info-box font[color="GOLD"] {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 1px 8px 2px;
  border: 1px solid rgba(255, 214, 111, .28);
  border-radius: 5px;
  background:
    linear-gradient(135deg, rgba(71, 36, 8, .92), rgba(191, 116, 28, .76) 48%, rgba(255, 224, 139, .38));
  color: #fff1b8 !important;
  text-shadow: 0 0 12px rgba(255, 214, 111, .28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 0 14px rgba(255, 153, 31, .12);
}

.header-layout4 .header-info-box .color-green,
.header-layout4 .header-info-box a.color-green {
  color: #f7d66d !important;
  text-shadow: 0 0 10px rgba(255, 214, 111, .22);
}

/* Events extender */
.qmu-events-list {
  transition: max-height .35s ease, mask-image .35s ease;
  mask-image: linear-gradient(180deg, #000 78%, transparent);
}

.qmu-panel.qmu-events-expanded .qmu-events-list {
  max-height: 980px !important;
  mask-image: none;
}

.qmu-events-extend {
  width: 100%;
  min-height: 40px;
  margin-top: 13px;
  border: 1px solid rgba(255, 214, 111, .42);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 214, 111, .18), transparent 46%),
    rgba(0, 0, 0, .56);
  color: #fff0bd;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 0 18px rgba(255, 153, 31, .12);
}

.qmu-events-extend:hover {
  border-color: rgba(255, 214, 111, .72);
  color: #fff;
  box-shadow: 0 0 24px rgba(255, 153, 31, .2);
}

/* Dynamic smoke and ember layer */
.qmu-landing__bg {
  transform: scaleX(-1);
}

.qmu-smoke-layer {
  position: absolute;
  inset: -12% -8% -18%;
  z-index: 1;
  pointer-events: none;
  opacity: .72;
  mix-blend-mode: screen;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 74%, rgba(255, 122, 26, .18), transparent 18%),
    radial-gradient(ellipse at 58% 68%, rgba(255, 214, 111, .12), transparent 22%),
    radial-gradient(ellipse at 30% 70%, rgba(165, 172, 160, .12), transparent 26%),
    radial-gradient(ellipse at 76% 62%, rgba(190, 190, 170, .10), transparent 28%),
    linear-gradient(180deg, transparent 42%, rgba(255, 122, 26, .08), transparent 84%);
  filter: blur(13px) saturate(1.18);
  transform: scale(1.06);
  animation: qmuSmokeBreathe 10s ease-in-out infinite alternate;
}

.qmu-smoke-layer:before,
.qmu-smoke-layer:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.qmu-smoke-layer:before {
  inset: -10% -18% -6%;
  opacity: .5;
  background:
    radial-gradient(ellipse at 12% 78%, rgba(230, 230, 215, .18), transparent 22%),
    radial-gradient(ellipse at 34% 70%, rgba(255, 122, 26, .14), transparent 18%),
    radial-gradient(ellipse at 62% 76%, rgba(220, 220, 205, .16), transparent 24%),
    radial-gradient(ellipse at 86% 68%, rgba(255, 214, 111, .12), transparent 20%);
  filter: blur(20px);
  transform: translate3d(-5%, 3%, 0) scale(1.08);
  animation: qmuSmokeFlow 24s ease-in-out infinite alternate;
}

.qmu-smoke-layer:after {
  inset: -8% -12% -12%;
  opacity: .56;
  background:
    radial-gradient(circle at 22% 76%, rgba(255, 184, 68, .24) 0 1px, transparent 2px),
    radial-gradient(circle at 38% 69%, rgba(255, 95, 30, .22) 0 1px, transparent 2px),
    radial-gradient(circle at 63% 73%, rgba(255, 214, 111, .22) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 66%, rgba(255, 122, 26, .18) 0 1px, transparent 2px),
    radial-gradient(ellipse at 28% 78%, rgba(230, 230, 215, .1), transparent 24%),
    radial-gradient(ellipse at 78% 70%, rgba(210, 200, 180, .1), transparent 26%);
  background-size: 180px 160px, 220px 190px, 260px 210px, 300px 240px, 100% 100%, 100% 100%;
  filter: blur(10px);
  transform: translate3d(4%, 5%, 0) scale(1.02);
  animation: qmuEmbers 8s linear infinite, qmuSmokeLift 18s ease-in-out infinite alternate;
}

@keyframes qmuSmokeBreathe {
  from { filter: blur(12px) saturate(1.08); }
  to { filter: blur(17px) saturate(1.22); }
}

@keyframes qmuSmokeFlow {
  0% { transform: translate3d(-5%, 3%, 0) scale(1.08); opacity: .38; }
  45% { transform: translate3d(2%, -1%, 0) scale(1.12); opacity: .56; }
  100% { transform: translate3d(8%, -4%, 0) scale(1.1); opacity: .44; }
}

@keyframes qmuSmokeLift {
  0% { transform: translate3d(4%, 5%, 0) scale(1.02); }
  100% { transform: translate3d(-3%, -5%, 0) scale(1.06); }
}

@keyframes qmuEmbers {
  from { background-position: 0 0, 0 0, 0 0, 0 0; }
  to { background-position: 12px -160px, -18px -190px, 20px -210px, -12px -240px; }
}

@media (prefers-reduced-motion: reduce) {
  .qmu-smoke-layer,
  .qmu-smoke-layer:before,
  .qmu-smoke-layer:after {
    animation: none;
  }
}

/* Rare lightning strikes */
.qmu-lightning-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.qmu-landing__inner {
  z-index: 4;
}

.qmu-lightning-layer:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(circle at var(--flash-x, 45%) var(--flash-y, 38%), rgba(255, 245, 190, .28), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 44%);
  transition: opacity .16s ease;
}

.qmu-landing.qmu-lightning-flash .qmu-lightning-layer:before {
  opacity: 1;
}

.qmu-lightning-bolt {
  position: absolute;
  width: 4px;
  min-height: 140px;
  opacity: 0;
  transform: translateX(-50%) rotate(var(--bolt-tilt, 0deg));
  transform-origin: top center;
  background:
    linear-gradient(180deg, transparent 0 3%, #fff 3% 8%, #83f7ff 8% 13%, transparent 13% 18%, #fff 18% 26%, #ffe889 26% 34%, transparent 34% 42%, #fff 42% 52%, #7fefff 52% 62%, transparent 62% 100%);
  clip-path: polygon(50% 0, 68% 14%, 45% 14%, 73% 31%, 39% 31%, 61% 47%, 34% 47%, 52% 66%, 24% 66%, 46% 100%, 34% 70%, 58% 70%, 37% 51%, 66% 51%, 43% 35%, 76% 35%, 48% 18%, 70% 18%);
  filter:
    drop-shadow(0 0 5px rgba(255, 255, 255, .95))
    drop-shadow(0 0 14px rgba(94, 230, 255, .75))
    drop-shadow(0 0 28px rgba(255, 214, 111, .38));
  animation: qmuLightningStrike .72s ease-out forwards;
}

.qmu-lightning-bolt:before,
.qmu-lightning-bolt:after {
  content: "";
  position: absolute;
  top: 32%;
  left: 50%;
  width: 3px;
  height: 34%;
  background: linear-gradient(180deg, #fff, #8bf8ff, transparent);
  clip-path: polygon(50% 0, 76% 22%, 52% 22%, 86% 52%, 46% 52%, 66% 100%, 35% 57%, 58% 57%, 28% 28%, 50% 28%);
  filter: drop-shadow(0 0 8px rgba(130, 240, 255, .7));
}

.qmu-lightning-bolt:before {
  transform: translateX(calc(-50% + var(--bolt-fork, 24px))) rotate(34deg);
}

.qmu-lightning-bolt:after {
  top: 18%;
  height: 28%;
  transform: translateX(calc(-50% - var(--bolt-fork, 24px))) rotate(-42deg);
  opacity: .75;
}

.qmu-landing.qmu-lightning-flash #qmu-signup-strike {
  box-shadow:
    0 0 34px rgba(255, 245, 190, .52),
    0 0 70px rgba(96, 238, 255, .28),
    0 18px 38px rgba(0, 0, 0, .42) !important;
}

@keyframes qmuLightningStrike {
  0% { opacity: 0; transform: translateX(-50%) rotate(var(--bolt-tilt, 0deg)) scaleY(.72); }
  9% { opacity: 1; }
  16% { opacity: .25; }
  24% { opacity: 1; }
  38% { opacity: .88; }
  100% { opacity: 0; transform: translateX(-50%) rotate(var(--bolt-tilt, 0deg)) scaleY(1.03); }
}

@media (prefers-reduced-motion: reduce) {
  .qmu-lightning-layer {
    display: none;
  }
}

/* Upcoming events: expand page content, no inner scrollbar */
.qmu-events-list {
  max-height: 430px !important;
  overflow: hidden !important;
  padding-right: 0 !important;
}

.qmu-panel.qmu-events-expanded .qmu-events-list {
  max-height: none !important;
  overflow: visible !important;
  mask-image: none !important;
}

.qmu-panel.qmu-events-expanded .events-table {
  overflow: visible !important;
}

/* Remove stray hero divider lines */
.qmu-landing,
.qmu-landing__inner,
.qmu-status-grid,
.qmu-quick-grid,
.qmu-main {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.qmu-landing:before,
.vs-hero-wrapper.bg-header:after {
  background-image: none !important;
  background: none !important;
}

.qmu-landing:before {
  display: none !important;
}

.qmu-landing:after {
  display: block !important;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .06) 0%,
      rgba(0, 0, 0, .12) 44%,
      rgba(0, 0, 0, .3) 63%,
      rgba(0, 0, 0, .54) 78%,
      rgba(0, 0, 0, .76) 91%,
      rgba(0, 0, 0, .9) 100%
    ) !important;
}

.qmu-main {
  margin-top: 0;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .72) 0%,
      rgba(0, 0, 0, .82) 12%,
      rgba(0, 0, 0, .78) 42%,
      rgba(0, 0, 0, .9) 100%
    ),
    transparent !important;
}

/* Events and floating controls polish */
.events-content {
  padding-right: 6px;
}

.events-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}

.events-table li {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  align-items: center;
  min-height: 54px;
  margin: 0 !important;
  padding: 9px 0 9px 14px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 214, 111, .15) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.events-table li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--qmu-gold), var(--qmu-orange));
  box-shadow: 0 0 12px rgba(255, 153, 31, .34);
  opacity: .8;
}

.events-table li:hover {
  background:
    linear-gradient(90deg, rgba(255, 214, 111, .08), rgba(0, 0, 0, 0)) !important;
  border-color: rgba(255, 214, 111, .28) !important;
  transform: none !important;
}

.events-table li span,
.events-table li div,
.events-table li a {
  min-width: 0;
}

.events-table li > *:first-child,
.events-table .event-name,
.events-table [class*="name"] {
  color: var(--qmu-green) !important;
  font-weight: 900;
  line-height: 1.25;
  text-shadow: 0 0 12px rgba(140, 255, 84, .2);
}

.events-table li > *:nth-child(2),
.events-table .event-time,
.events-table [class*="time"] {
  color: rgba(255, 242, 216, .66) !important;
  font-weight: 700;
}

.events-table li > *:nth-child(n+3),
.events-table .event-countdown,
.events-table [class*="count"] {
  color: rgba(255, 242, 216, .52) !important;
  font-size: 12px;
}

.events-table li strong,
.events-table li b {
  color: var(--qmu-gold) !important;
}

.events-table::-webkit-scrollbar,
.events-content::-webkit-scrollbar {
  width: 5px;
}

.events-table::-webkit-scrollbar-thumb,
.events-content::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--qmu-gold), var(--qmu-orange));
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .events-content {
  max-height: 610px;
  overflow: auto;
  mask-image: linear-gradient(180deg, #000 88%, transparent);
}

.vs-blog-wrapper.blog-single-layout1.space-top-3 .events-content.expand {
  mask-image: none;
}

.expander {
  min-width: 104px;
  padding: 9px 18px !important;
  border-radius: 999px !important;
}

.scrollToTop {
  right: 20px !important;
  bottom: 20px !important;
  width: 48px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 214, 111, .6) !important;
  background:
    radial-gradient(circle at 36% 24%, rgba(255, 238, 174, .82), rgba(255, 122, 26, .74) 38%, rgba(111, 24, 13, .95) 72%) !important;
  box-shadow: 0 0 22px rgba(255, 122, 26, .34), 0 12px 28px rgba(0, 0, 0, .42) !important;
}

.scrollToTop:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(255, 214, 111, .42), 0 16px 34px rgba(0, 0, 0, .48) !important;
}

.scrollToTop i,
.scrollToTop svg {
  color: #fff !important;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .55));
}

/* Header cleanup: one clean badge, no nested gold boxes */
.header-layout4 .header-info-box {
  overflow: visible;
}

.header-layout4 .header-info-box p.fs-xs {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 6px 0 2px;
}

.header-layout4 .header-info-box p.fs-xs strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 246, 224, .94);
  line-height: 1.2;
}

.header-layout4 .header-info-box .vurses {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 21px;
  padding: 1px 10px 2px !important;
  border: 1px solid rgba(255, 214, 111, .34) !important;
  border-radius: 6px !important;
  background:
    linear-gradient(135deg, rgba(56, 34, 14, .96), rgba(126, 73, 24, .86) 50%, rgba(233, 169, 77, .54)) !important;
  color: #ffe7a0 !important;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(255, 214, 111, .22) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 0 14px rgba(255, 153, 31, .13) !important;
}

.header-layout4 .header-info-box .vurses .spanpos,
.header-layout4 .header-info-box .vurses b,
.header-layout4 .header-info-box .vurses font {
  display: inline !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  text-shadow: inherit !important;
}

.header-layout4 .header-info-box .text-default .vurses {
  min-width: 0;
  padding-inline: 12px !important;
  color: #ffe58f !important;
}

.qmu-online-count {
  --online-color: #8cff54;
  --online-glow: rgba(140, 255, 84, .32);
  --online-border: rgba(140, 255, 84, .42);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  margin-inline: auto;
  padding: 0 10px;
  border: 1px solid var(--online-border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 45% 20%, rgba(255, 255, 255, .22), transparent 34%),
    linear-gradient(135deg, rgba(15, 45, 16, .92), rgba(33, 96, 23, .72));
  color: var(--online-color) !important;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 0 14px var(--online-glow), 0 1px 2px rgba(0, 0, 0, .75) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 0 18px var(--online-glow);
}

.qmu-online-mid {
  --online-color: #caff5a;
  --online-glow: rgba(202, 255, 90, .34);
  --online-border: rgba(202, 255, 90, .46);
  background: radial-gradient(circle at 45% 20%, rgba(255, 255, 255, .22), transparent 34%), linear-gradient(135deg, rgba(46, 76, 12, .94), rgba(83, 126, 22, .74));
}

.qmu-online-bright {
  --online-color: #fff36d;
  --online-glow: rgba(255, 243, 109, .36);
  --online-border: rgba(255, 243, 109, .48);
  background: radial-gradient(circle at 45% 20%, rgba(255, 255, 255, .24), transparent 34%), linear-gradient(135deg, rgba(91, 72, 10, .95), rgba(150, 121, 20, .76));
}

.qmu-online-warm {
  --online-color: #ffd16b;
  --online-glow: rgba(255, 178, 64, .38);
  --online-border: rgba(255, 178, 64, .5);
  background: radial-gradient(circle at 45% 20%, rgba(255, 255, 255, .24), transparent 34%), linear-gradient(135deg, rgba(101, 50, 10, .96), rgba(183, 105, 26, .78));
}

.qmu-online-hot {
  --online-color: #ff9d35;
  --online-glow: rgba(255, 122, 26, .42);
  --online-border: rgba(255, 122, 26, .55);
  background: radial-gradient(circle at 45% 20%, rgba(255, 255, 255, .24), transparent 34%), linear-gradient(135deg, rgba(105, 27, 12, .96), rgba(209, 89, 22, .82));
}

.qmu-online-legend {
  --online-color: #ff5e42;
  --online-glow: rgba(255, 76, 45, .48);
  --online-border: rgba(255, 76, 45, .62);
  background: radial-gradient(circle at 45% 20%, rgba(255, 255, 255, .26), transparent 34%), linear-gradient(135deg, rgba(104, 12, 18, .98), rgba(224, 52, 32, .86));
}

/* Visible lightning, not only a screen flash */
.qmu-lightning-layer {
  z-index: 9 !important;
}

.qmu-lightning-layer:before {
  background:
    radial-gradient(circle at var(--flash-x, 45%) var(--flash-y, 38%), rgba(255, 246, 190, .34), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, .1), transparent 42%) !important;
}

.qmu-lightning-bolt {
  width: 58px !important;
  min-height: 170px;
  background: none !important;
  clip-path: none !important;
  filter:
    drop-shadow(0 0 3px rgba(255, 255, 255, .95))
    drop-shadow(0 0 9px rgba(95, 240, 255, .66))
    drop-shadow(0 0 20px rgba(255, 214, 111, .28)) !important;
}

.qmu-lightning-bolt:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  width: 38px !important;
  height: 100% !important;
  transform: translateX(-50%) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(190,252,255,.96) 30%, rgba(255,242,168,.9) 62%, rgba(255,255,255,.82) 100%) !important;
  clip-path: polygon(54% 0, 63% 0, 52% 16%, 66% 17%, 45% 35%, 58% 36%, 38% 58%, 50% 59%, 31% 100%, 37% 66%, 24% 66%, 44% 43%, 32% 42%, 52% 23%, 39% 22%) !important;
  opacity: .94 !important;
}

.qmu-lightning-bolt:after {
  content: "";
  position: absolute;
  top: 24% !important;
  left: 50% !important;
  width: 34px !important;
  height: 42% !important;
  transform: translateX(calc(-50% + var(--bolt-fork, 14px))) rotate(28deg) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(143,248,255,.78) 48%, transparent 100%) !important;
  clip-path: polygon(48% 0, 61% 0, 53% 25%, 74% 26%, 43% 56%, 56% 57%, 29% 100%, 36% 65%, 17% 65%, 45% 36%, 30% 35%) !important;
  opacity: .72 !important;
}

/* Final header badge reset: remove original red skew/ribbon layer */
.header-layout4 .header-info-box .vurses:before,
.header-layout4 .header-info-box .vurses:after,
.header-layout4 .header-info-box .spanpos:before,
.header-layout4 .header-info-box .spanpos:after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}

.header-layout4 .header-info-box .vurses,
.header-layout4 .header-info-box .spanpos {
  position: static !important;
  transform: none !important;
  clip-path: none !important;
}

/* Whole page smoke layer */
.qmu-page-smoke {
  position: fixed;
  inset: -14vh -10vw;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  opacity: .34;
  mix-blend-mode: screen;
}

.qmu-page-smoke:before,
.qmu-page-smoke:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.qmu-page-smoke:before {
  background:
    radial-gradient(ellipse at 12% 28%, rgba(225, 225, 210, .12), transparent 18%),
    radial-gradient(ellipse at 82% 34%, rgba(255, 122, 26, .10), transparent 20%),
    radial-gradient(ellipse at 36% 72%, rgba(210, 210, 195, .11), transparent 24%),
    radial-gradient(ellipse at 72% 80%, rgba(255, 214, 111, .08), transparent 22%);
  filter: blur(24px);
  transform: translate3d(-4%, 2%, 0) scale(1.08);
  animation: qmuPageSmokeFlow 34s ease-in-out infinite alternate;
}

.qmu-page-smoke:after {
  opacity: .62;
  background:
    radial-gradient(circle at 16% 64%, rgba(255, 184, 68, .22) 0 1px, transparent 2px),
    radial-gradient(circle at 42% 36%, rgba(255, 95, 30, .18) 0 1px, transparent 2px),
    radial-gradient(circle at 66% 70%, rgba(255, 214, 111, .18) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 44%, rgba(255, 122, 26, .14) 0 1px, transparent 2px);
  background-size: 240px 210px, 320px 260px, 380px 310px, 460px 360px;
  filter: blur(1px);
  animation: qmuPageEmbers 13s linear infinite;
}

@keyframes qmuPageSmokeFlow {
  0% { transform: translate3d(-4%, 2%, 0) scale(1.08); opacity: .22; }
  45% { transform: translate3d(2%, -2%, 0) scale(1.12); opacity: .36; }
  100% { transform: translate3d(7%, -4%, 0) scale(1.1); opacity: .26; }
}

@keyframes qmuPageEmbers {
  from { background-position: 0 0, 0 0, 0 0, 0 0; }
  to { background-position: 24px -210px, -26px -260px, 30px -310px, -18px -360px; }
}

@media (prefers-reduced-motion: reduce) {
  .qmu-page-smoke:before,
  .qmu-page-smoke:after {
    animation: none;
  }
}

/* Final atmosphere pass: visible smoke over all page sections and no hard section cut */
.qmu-landing {
  border-bottom: 0 !important;
}

.qmu-landing:after {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .06) 0%,
      rgba(0, 0, 0, .12) 38%,
      rgba(0, 0, 0, .28) 62%,
      rgba(0, 0, 0, .52) 84%,
      rgba(0, 0, 0, .68) 100%
    ),
    linear-gradient(90deg, rgba(0, 0, 0, .62), transparent 32%, transparent 66%, rgba(0, 0, 0, .68)) !important;
}

.qmu-main,
.qmu-rankings {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .66) 0%,
      rgba(0, 0, 0, .72) 22%,
      rgba(0, 0, 0, .82) 100%
    ),
    transparent !important;
}

.qmu-main:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -170px;
  height: 210px;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .66) 82%, rgba(0, 0, 0, .66));
}

.qmu-main__grid,
.qmu-rankings__inner {
  position: relative;
  z-index: 2;
}

.qmu-page-smoke {
  z-index: 24 !important;
  opacity: .74 !important;
  mix-blend-mode: screen;
}

.qmu-page-smoke {
  background:
    radial-gradient(ellipse at 8% 22%, rgba(255, 122, 26, .09), transparent 16%),
    radial-gradient(ellipse at 92% 62%, rgba(210, 210, 190, .08), transparent 20%);
  filter: saturate(1.15);
  animation: qmuPageSmokeSheet 28s ease-in-out infinite alternate;
}

.qmu-page-smoke:before {
  opacity: .76;
  background:
    radial-gradient(ellipse at 10% 22%, rgba(230, 230, 215, .18), transparent 20%),
    radial-gradient(ellipse at 32% 54%, rgba(180, 180, 165, .14), transparent 23%),
    radial-gradient(ellipse at 58% 30%, rgba(255, 122, 26, .12), transparent 19%),
    radial-gradient(ellipse at 78% 68%, rgba(225, 225, 205, .15), transparent 24%),
    radial-gradient(ellipse at 45% 88%, rgba(255, 214, 111, .1), transparent 18%);
  filter: blur(22px);
  animation: qmuPageSmokeFlow 18s ease-in-out infinite alternate;
}

.qmu-page-smoke:after {
  opacity: .82;
  filter: blur(2px);
  animation: qmuPageEmbers 9s linear infinite, qmuPageSmokeLift 21s ease-in-out infinite alternate;
}

@keyframes qmuPageSmokeSheet {
  0% { transform: translate3d(-2%, 1%, 0) scale(1.02); }
  100% { transform: translate3d(2%, -1%, 0) scale(1.04); }
}

@keyframes qmuPageSmokeLift {
  0% { transform: translate3d(2%, 4%, 0); }
  100% { transform: translate3d(-3%, -5%, 0); }
}

/* Final blend fix: remove the dark horizontal block before Latest Updates */
.qmu-main {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .18) 0%,
      rgba(0, 0, 0, .3) 90px,
      rgba(0, 0, 0, .56) 230px,
      rgba(0, 0, 0, .82) 100%
    ),
    transparent !important;
}

.qmu-main:before {
  top: -260px !important;
  height: 360px !important;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, .08) 46%,
      rgba(0, 0, 0, .22) 72%,
      rgba(0, 0, 0, .18) 100%
    ) !important;
}

.qmu-main__grid {
  padding-top: 42px;
}

/* Single world background: prevent hero and content from using two different image layers */
body::before {
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .72)),
    url("../images/questmu.jpeg") center center / cover no-repeat fixed !important;
  transform: scaleX(-1) !important;
  z-index: -2 !important;
}

.qmu-landing__bg {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .08) 44%, rgba(0, 0, 0, .72)),
    radial-gradient(circle at 52% 18%, rgba(255, 214, 111, .22), transparent 24%) !important;
  transform: none !important;
}

.qmu-main,
.qmu-rankings {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .1) 0%,
      rgba(0, 0, 0, .34) 180px,
      rgba(0, 0, 0, .76) 100%
    ) !important;
}

/* Calm final pass: no clipped smoke bands, no heavy haze over content */
.qmu-smoke-layer,
.qmu-page-smoke {
  display: none !important;
}

body::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .54)),
    url("../images/questmu.jpeg") center top / cover no-repeat fixed !important;
}

.qmu-landing {
  overflow: hidden;
}

.qmu-landing:after {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .05) 0%,
      rgba(0, 0, 0, .1) 45%,
      rgba(0, 0, 0, .28) 72%,
      rgba(0, 0, 0, .5) 100%
    ),
    linear-gradient(90deg, rgba(0, 0, 0, .58), transparent 34%, transparent 66%, rgba(0, 0, 0, .62)) !important;
}

.qmu-main {
  margin-top: 0 !important;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .5) 0%,
      rgba(0, 0, 0, .68) 160px,
      rgba(0, 0, 0, .82) 100%
    ) !important;
}

.qmu-main:before {
  display: none !important;
}

.qmu-main__grid {
  padding-top: 48px !important;
}

/* Strong global smoke clouds, without clipped section bands */
.qmu-smoke-layer {
  display: none !important;
}

.qmu-page-smoke {
  display: block !important;
  position: fixed !important;
  inset: -22vh -18vw !important;
  z-index: 6 !important;
  pointer-events: none !important;
  overflow: visible !important;
  opacity: .72 !important;
  mix-blend-mode: screen;
  background: transparent !important;
  filter: none !important;
  animation: qmuSmokeCloudSheet 26s ease-in-out infinite alternate !important;
}

.qmu-page-smoke:before,
.qmu-page-smoke:after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
}

.qmu-page-smoke:before {
  opacity: .82 !important;
  background:
    radial-gradient(ellipse at 5% 22%, rgba(215, 220, 205, .22), transparent 20%),
    radial-gradient(ellipse at 22% 68%, rgba(185, 190, 180, .2), transparent 24%),
    radial-gradient(ellipse at 48% 36%, rgba(230, 230, 212, .18), transparent 22%),
    radial-gradient(ellipse at 74% 62%, rgba(200, 205, 190, .22), transparent 26%),
    radial-gradient(ellipse at 96% 28%, rgba(235, 228, 198, .16), transparent 20%) !important;
  filter: blur(28px) saturate(1.05) !important;
  transform: translate3d(-4%, 2%, 0) scale(1.08);
  animation: qmuSmokeCloudFlow 22s ease-in-out infinite alternate !important;
}

.qmu-page-smoke:after {
  opacity: .7 !important;
  background:
    radial-gradient(ellipse at 14% 44%, rgba(255, 153, 44, .12), transparent 16%),
    radial-gradient(ellipse at 38% 84%, rgba(220, 220, 205, .16), transparent 22%),
    radial-gradient(ellipse at 64% 18%, rgba(255, 214, 111, .1), transparent 15%),
    radial-gradient(ellipse at 86% 78%, rgba(190, 195, 182, .18), transparent 23%),
    radial-gradient(circle at 28% 64%, rgba(255, 184, 68, .24) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 48%, rgba(255, 122, 26, .18) 0 1px, transparent 2px) !important;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 260px 230px, 340px 280px !important;
  filter: blur(16px) !important;
  transform: translate3d(3%, 5%, 0) scale(1.05);
  animation: qmuSmokeCloudLift 18s ease-in-out infinite alternate, qmuPageEmbers 11s linear infinite !important;
}

@keyframes qmuSmokeCloudSheet {
  0% { transform: translate3d(-1%, 0, 0) scale(1.01); }
  100% { transform: translate3d(1%, -1%, 0) scale(1.03); }
}

@keyframes qmuSmokeCloudFlow {
  0% { transform: translate3d(-4%, 2%, 0) scale(1.08); }
  50% { transform: translate3d(2%, -2%, 0) scale(1.12); }
  100% { transform: translate3d(7%, -4%, 0) scale(1.1); }
}

@keyframes qmuSmokeCloudLift {
  0% { transform: translate3d(3%, 5%, 0) scale(1.05); }
  100% { transform: translate3d(-4%, -5%, 0) scale(1.08); }
}

/* Final cleanup: smoke off, transparent header bar */
.qmu-smoke-layer,
.qmu-page-smoke,
.qmu-page-smoke:before,
.qmu-page-smoke:after {
  display: none !important;
  opacity: 0 !important;
  animation: none !important;
}

.header-layout4 .bg-light-gray,
.sticky-header-wrap {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(7, 8, 12, .66) 50%, rgba(0, 0, 0, .78)) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header-layout4 .header-info-box {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .28)) !important;
}

/* Final brightness fix: remove stacked dark overlays from the page background */
body:after {
  display: none !important;
}

body::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .22)),
    url("../images/questmu.jpeg") center top / cover no-repeat fixed !important;
}

.qmu-landing:after {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .02) 0%,
      rgba(0, 0, 0, .06) 48%,
      rgba(0, 0, 0, .16) 78%,
      rgba(0, 0, 0, .28) 100%
    ),
    linear-gradient(90deg, rgba(0, 0, 0, .32), transparent 34%, transparent 66%, rgba(0, 0, 0, .38)) !important;
}

.qmu-main,
.qmu-rankings {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .12) 0%,
      rgba(0, 0, 0, .24) 180px,
      rgba(0, 0, 0, .56) 100%
    ) !important;
}

.qmu-main__grid {
  padding-top: 34px !important;
}

/* Match lower page atmosphere to the hero vignette */
.qmu-main,
.qmu-rankings {
  position: relative;
  overflow: hidden;
}

.qmu-main:after,
.qmu-rankings:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .54), transparent 30%, transparent 66%, rgba(0, 0, 0, .68)),
    linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .10) 34%, rgba(0, 0, 0, .88) 100%);
}

.qmu-main__grid,
.qmu-rankings__inner {
  position: relative;
  z-index: 2;
}

/* Final home background/mobile fix */
html,
body {
  background: #030305 !important;
}

body::before {
  content: "" !important;
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background: url("../images/questmu.jpeg") center top / cover no-repeat fixed !important;
  transform: scaleX(-1) !important;
}

body {
  position: relative;
}

body::after {
  content: "" !important;
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 2 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, .82) 0%,
      rgba(0, 0, 0, .62) 9%,
      rgba(0, 0, 0, .34) 20%,
      rgba(0, 0, 0, .08) 38%,
      rgba(0, 0, 0, .04) 50%,
      rgba(0, 0, 0, .08) 62%,
      rgba(0, 0, 0, .34) 80%,
      rgba(0, 0, 0, .62) 91%,
      rgba(0, 0, 0, .82) 100%
    ) !important;
}

html.qmu-intro-open,
body.qmu-intro-open {
  overflow: hidden !important;
}

.qmu-intro-shell {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #030305;
  overflow: hidden;
}

.qmu-intro-bg,
.qmu-intro-vignette,
.qmu-intro-embers,
.qmu-intro-smoke,
.qmu-intro-side-shade,
.qmu-intro-gate,
.qmu-intro-gate-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.qmu-intro-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.qmu-intro-bg--clouds {
  opacity: .54;
  filter: brightness(.48) contrast(1.12) saturate(.9);
  transform: scale(1.08);
  animation: qmuIntroClouds 24s ease-in-out infinite alternate;
}

.qmu-intro-bg--ash {
  opacity: .18;
  mix-blend-mode: screen;
  filter: brightness(.86) contrast(1.05) blur(1px);
  transform: scale(1.18);
  animation: qmuIntroAshA 18s ease-in-out infinite alternate;
}

.qmu-intro-bg--ash2 {
  opacity: .12;
  transform: scaleX(-1) scale(1.16);
  animation: qmuIntroAshB 24s ease-in-out infinite alternate-reverse;
}

.qmu-intro-gate {
  background-position: center bottom;
  background-size: min(980px, 132vw) auto;
  background-repeat: no-repeat;
  opacity: .82;
  mix-blend-mode: normal;
  filter: brightness(.72) contrast(1.2) saturate(.95);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 24%, #000 76%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 18%, #000 84%, transparent 100%),
    radial-gradient(ellipse 48% 68% at 50% 70%, #000 18%, transparent 78%);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 24%, #000 76%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 18%, #000 84%, transparent 100%),
    radial-gradient(ellipse 48% 68% at 50% 70%, #000 18%, transparent 78%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
  transform: translateY(4vh) scale(1.02);
  animation: qmuIntroGate 7s ease-in-out infinite alternate;
}

.qmu-intro-gate-fade {
  z-index: 1;
  background:
    linear-gradient(90deg,
      #030305 0%,
      rgba(3, 3, 5, .96) 10%,
      rgba(3, 3, 5, .72) 20%,
      transparent 34%,
      transparent 66%,
      rgba(3, 3, 5, .72) 80%,
      rgba(3, 3, 5, .96) 90%,
      #030305 100%
    ),
    linear-gradient(180deg, #030305 0%, transparent 22%, transparent 78%, #030305 100%);
}

.qmu-intro-embers {
  opacity: .58;
  background:
    radial-gradient(circle at 12% 100%, rgba(255, 132, 34, .34) 0 1px, transparent 2px),
    radial-gradient(circle at 34% 100%, rgba(255, 205, 91, .28) 0 1px, transparent 2px),
    radial-gradient(circle at 58% 100%, rgba(255, 100, 30, .24) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 100%, rgba(255, 214, 111, .26) 0 1px, transparent 2px);
  background-size: 180px 220px, 260px 280px, 220px 260px, 300px 320px;
  animation: qmuIntroEmbers 9s linear infinite;
}

.qmu-intro-smoke {
  z-index: 2;
  opacity: .58;
  mix-blend-mode: screen;
  background:
    radial-gradient(ellipse at 10% 68%, rgba(210, 220, 214, .18), transparent 22%),
    radial-gradient(ellipse at 32% 44%, rgba(185, 198, 198, .14), transparent 24%),
    radial-gradient(ellipse at 62% 72%, rgba(220, 220, 205, .16), transparent 26%),
    radial-gradient(ellipse at 90% 38%, rgba(200, 210, 205, .14), transparent 22%);
  filter: blur(22px) saturate(1.06);
  transform: scale(1.18);
  animation: qmuIntroSmoke 18s ease-in-out infinite alternate;
}

.qmu-intro-side-shade {
  z-index: 4;
  background:
    linear-gradient(90deg,
      #030305 0%,
      rgba(3, 3, 5, .94) 8%,
      rgba(3, 3, 5, .68) 18%,
      rgba(3, 3, 5, .2) 32%,
      transparent 45%,
      transparent 55%,
      rgba(3, 3, 5, .2) 68%,
      rgba(3, 3, 5, .68) 82%,
      rgba(3, 3, 5, .94) 92%,
      #030305 100%
    );
}

.qmu-intro-vignette {
  z-index: 5;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 153, 31, .26), transparent 22%),
    radial-gradient(ellipse at center, rgba(0, 0, 0, .06) 0%, rgba(0, 0, 0, .24) 46%, rgba(0, 0, 0, .9) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .86), transparent 34%, transparent 66%, rgba(0, 0, 0, .86));
}

.qmu-intro-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vh, 42px) 24px;
  text-align: center;
}

.qmu-intro-content p {
  margin: 0 0 clamp(10px, 2vh, 18px);
  color: rgba(255, 242, 216, .66);
  font-size: clamp(10px, 1.5vw, 13px);
  font-weight: 900;
  letter-spacing: .42em;
  text-transform: uppercase;
}

.qmu-intro-logo {
  width: clamp(190px, 28vw, 380px);
  height: auto;
  filter:
    drop-shadow(0 0 32px rgba(255, 214, 111, .95))
    drop-shadow(0 0 82px rgba(255, 142, 26, .68))
    drop-shadow(0 0 140px rgba(255, 122, 26, .32))
    drop-shadow(0 14px 30px rgba(0, 0, 0, .82));
  animation: qmuIntroLogo 3.2s ease-in-out infinite;
}

.qmu-intro-content h1 {
  margin: clamp(14px, 2vh, 22px) 0 0;
  color: var(--qmu-gold) !important;
  font-size: clamp(17px, 2.4vw, 30px);
  font-weight: 900;
  letter-spacing: clamp(.22em, .9vw, .55em);
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(255, 214, 111, .34);
}

.qmu-intro-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: min(980px, 92vw);
  margin-top: clamp(26px, 5vh, 48px);
}

.qmu-intro-actions a,
.qmu-intro-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 190px;
  min-height: clamp(46px, 6vh, 58px);
  padding: 0 clamp(18px, 3vw, 34px);
  border: 1px solid rgba(255, 214, 111, .56);
  border-radius: 8px;
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 14px 100%, 0 50%);
  background: rgba(0, 0, 0, .58);
  color: #fff0bd !important;
  font-size: clamp(12px, 1.35vw, 15px);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 0 22px rgba(255, 214, 111, .06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease;
}

.qmu-intro-actions button {
  border-color: rgba(255, 224, 139, .92);
  background: linear-gradient(135deg, #f05b2a 0%, #ff911f 48%, #ffe280 100%);
  color: #140b02 !important;
  text-shadow: 0 1px 0 rgba(255, 244, 199, .5);
  box-shadow: 0 0 28px rgba(255, 142, 26, .48), 0 18px 44px rgba(0, 0, 0, .46), inset 0 1px 0 rgba(255, 255, 255, .34);
}

.qmu-intro-actions a:hover,
.qmu-intro-actions button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 224, 139, .86);
  box-shadow: 0 0 26px rgba(255, 153, 31, .26), 0 20px 46px rgba(0, 0, 0, .48);
}

.qmu-intro-actions a:hover {
  color: #fff !important;
}

.qmu-intro-skip {
  position: fixed;
  right: 22px;
  top: 22px;
  z-index: 1000000;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 214, 111, .42);
  border-radius: 8px;
  background: rgba(0, 0, 0, .58);
  color: #fff0bd;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.qmu-intro-skip:hover {
  color: #fff;
  border-color: rgba(255, 214, 111, .76);
  box-shadow: 0 0 24px rgba(255, 153, 31, .24), 0 18px 42px rgba(0, 0, 0, .42);
}

@keyframes qmuIntroClouds {
  0% { transform: translate3d(-1.5%, 0, 0) scale(1.08); }
  100% { transform: translate3d(1.5%, -1%, 0) scale(1.12); }
}

@keyframes qmuIntroAshA {
  0% { transform: translate3d(-4%, 0, 0) scale(1.18); opacity: .12; }
  100% { transform: translate3d(5%, 1%, 0) scale(1.24); opacity: .22; }
}

@keyframes qmuIntroAshB {
  0% { transform: translate3d(5%, -1%, 0) scaleX(-1) scale(1.16); opacity: .08; }
  100% { transform: translate3d(-5%, 1%, 0) scaleX(-1) scale(1.22); opacity: .16; }
}

@keyframes qmuIntroEmbers {
  from { background-position: 0 0, 0 0, 0 0, 0 0; }
  to { background-position: 28px -220px, -18px -280px, 22px -260px, -24px -320px; }
}

@keyframes qmuIntroSmoke {
  0% { transform: translate3d(-4%, 2%, 0) scale(1.18); opacity: .42; }
  50% { transform: translate3d(3%, -1%, 0) scale(1.24); opacity: .64; }
  100% { transform: translate3d(7%, 1%, 0) scale(1.2); opacity: .5; }
}

@keyframes qmuIntroGate {
  0% { opacity: .72; transform: translateY(5vh) scale(1.01); }
  100% { opacity: .88; transform: translateY(3vh) scale(1.04); }
}

@keyframes qmuIntroLogo {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 32px rgba(255, 214, 111, .95)) drop-shadow(0 0 82px rgba(255, 142, 26, .68)) drop-shadow(0 0 140px rgba(255, 122, 26, .32)) drop-shadow(0 14px 30px rgba(0, 0, 0, .82)); }
  50% { transform: scale(1.03); filter: drop-shadow(0 0 46px rgba(255, 224, 139, 1)) drop-shadow(0 0 112px rgba(255, 142, 26, .82)) drop-shadow(0 0 170px rgba(255, 122, 26, .42)) drop-shadow(0 14px 30px rgba(0, 0, 0, .82)); }
}

@media (max-width: 991px) {
  .qmu-intro-actions {
    width: min(100%, 360px);
    flex-direction: column;
    gap: 12px;
  }

  .qmu-intro-actions a,
  .qmu-intro-actions button {
    width: 100%;
    min-width: 0;
  }

  .qmu-intro-gate {
    background-size: min(760px, 150vw) auto;
  }
}

@media (max-height: 680px) and (min-width: 992px) {
  .qmu-intro-logo {
    width: clamp(170px, 22vw, 300px);
  }

  .qmu-intro-actions {
    margin-top: 24px;
  }

  .qmu-intro-content p {
    margin-bottom: 8px;
  }
}

/* Scroll-driven intro pass */
.qmu-intro-shell {
  --qmu-intro-p: 0;
  overflow: hidden;
}

.qmu-intro-scroll {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.qmu-intro-scroll::-webkit-scrollbar {
  display: none;
}

.qmu-intro-scroll:after {
  content: "";
  display: block;
  height: 118svh;
}

.qmu-intro-scene {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  background: #030305;
}

.qmu-intro-bg--clouds {
  transform: translate3d(0, calc(var(--qmu-intro-p) * 11vh), 0) scale(calc(1.08 + var(--qmu-intro-p) * .1));
  filter: brightness(calc(.48 - var(--qmu-intro-p) * .1)) contrast(1.12) saturate(.9);
}

.qmu-intro-bg--ash {
  transform: translate3d(calc(var(--qmu-intro-p) * -34vw), calc(var(--qmu-intro-p) * 18vh), 0) scale(calc(1.18 + var(--qmu-intro-p) * .22));
  opacity: calc(.18 * (1 - var(--qmu-intro-p) * .72));
}

.qmu-intro-bg--ash2 {
  transform: translate3d(calc(var(--qmu-intro-p) * 38vw), calc(var(--qmu-intro-p) * 20vh), 0) scaleX(-1) scale(calc(1.16 + var(--qmu-intro-p) * .2));
  opacity: calc(.12 * (1 - var(--qmu-intro-p) * .72));
}

.qmu-intro-gate {
  background-size: min(calc(780px + var(--qmu-intro-p) * 420px), 142vw) auto;
  opacity: calc(.26 + var(--qmu-intro-p) * .66);
  transform: translateY(calc(12vh - var(--qmu-intro-p) * 9vh)) scale(calc(.9 + var(--qmu-intro-p) * .16));
}

.qmu-intro-title,
.qmu-intro-content,
.qmu-intro-hint {
  position: absolute;
  left: 50%;
  z-index: 3;
  width: min(980px, calc(100% - 32px));
  text-align: center;
  transform: translateX(-50%);
}

.qmu-intro-title {
  top: 50%;
  opacity: calc(1 - var(--qmu-intro-p) * 2.4);
  transform: translate3d(-50%, calc(-50% - var(--qmu-intro-p) * 70px), 0);
  pointer-events: none;
}

.qmu-intro-title p {
  margin: 0 0 16px;
  color: rgba(255, 242, 216, .58);
  font-size: clamp(11px, 1.4vw, 14px);
  font-weight: 900;
  letter-spacing: .44em;
  text-transform: uppercase;
}

.qmu-intro-title h2 {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 242, 216, .78) !important;
  font-size: clamp(24px, 4.2vw, 48px);
  line-height: 1.12;
  text-shadow: 0 0 32px rgba(255, 214, 111, .18), 0 12px 34px rgba(0, 0, 0, .72);
}

.qmu-intro-content {
  top: 50%;
  min-height: 0;
  padding: 0;
  opacity: max(0, calc((var(--qmu-intro-p) - .5) * 2.7));
  transform: translate3d(-50%, calc(-50% + (1 - var(--qmu-intro-p)) * 58px), 0);
}

.qmu-intro-final .qmu-intro-content {
  pointer-events: auto;
}

.qmu-intro-hint {
  bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 242, 216, .48);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .38em;
  text-transform: uppercase;
  opacity: calc(1 - var(--qmu-intro-p) * 2.8);
  animation: qmuIntroHint 2s ease-in-out infinite;
}

.qmu-intro-hint i {
  width: 18px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.qmu-intro-hint i:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: 7px auto 0;
  border-radius: 50%;
  background: currentColor;
}

.qmu-intro-note {
  margin: 24px 0 0 !important;
  color: rgba(255, 242, 216, .64) !important;
  font-size: clamp(13px, 1.5vw, 17px) !important;
  font-style: italic;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

@keyframes qmuIntroHint {
  0%, 100% { transform: translate3d(-50%, 0, 0); }
  50% { transform: translate3d(-50%, 8px, 0); }
}

@media (max-width: 991px) {
  .qmu-intro-scroll:after {
    height: 112svh;
  }

  .qmu-intro-content {
    width: min(390px, calc(100% - 28px));
  }

  .qmu-intro-logo {
    width: clamp(175px, 58vw, 285px);
  }

  .qmu-intro-gate {
    background-size: min(calc(680px + var(--qmu-intro-p) * 260px), 170vw) auto;
  }
}

@media (max-height: 680px) {
  .qmu-intro-title h2 {
    font-size: clamp(20px, 3.3vw, 34px);
  }

  .qmu-intro-logo {
    width: clamp(150px, 24vw, 260px);
  }

  .qmu-intro-actions {
    margin-top: 20px;
  }

  .qmu-intro-note {
    margin-top: 14px !important;
  }
}

/* Intro4 parity pass */
.qmu-intro-scroll:after {
  height: 200svh;
}

.qmu-intro-bg--clouds {
  opacity: 1;
  transform: translate3d(0, calc(var(--qmu-intro-p) * 30vh), 0) scale(calc(1.1 + var(--qmu-intro-p) * .1));
  filter: brightness(calc(.5 - var(--qmu-intro-p) * .15)) contrast(1.1);
  animation: none;
}

.qmu-intro-lightning-flash {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  background: radial-gradient(ellipse at 30% 25%, rgba(226, 235, 255, .75) 0%, rgba(135, 160, 255, .35) 25%, transparent 55%);
}

.qmu-intro-lightning-bolt {
  position: absolute;
  top: -5%;
  left: var(--qmu-lightning-left, 15%);
  z-index: 2;
  width: 18vw;
  height: 70vh;
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 0 12px rgba(160, 185, 255, .95)) drop-shadow(0 0 30px rgba(95, 126, 255, .75));
}

.qmu-intro-bolt-main,
.qmu-intro-bolt-core {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.qmu-intro-bolt-main {
  stroke: rgba(245, 248, 255, .98);
  stroke-width: 1.2;
}

.qmu-intro-bolt-core {
  stroke: rgba(150, 170, 255, .86);
  stroke-width: .4;
}

.qmu-intro-lightning-on .qmu-intro-lightning-flash {
  animation: qmuIntroLightningFlash 1.4s ease-out forwards;
}

.qmu-intro-lightning-on .qmu-intro-lightning-bolt {
  animation: qmuIntroBoltStrike 1.2s ease-out forwards;
}

.qmu-intro-bg--ash {
  z-index: 2;
  opacity: calc(.75 * (1 - var(--qmu-intro-p) * .85));
  transform: translate3d(calc(var(--qmu-intro-p) * -40%), calc(var(--qmu-intro-p) * 50vh), 0) scale(calc(1.2 + var(--qmu-intro-p) * .3));
  filter: none;
  animation: qmuIntroDriftFast 22s ease-in-out infinite;
}

.qmu-intro-bg--ash2 {
  opacity: calc(.7 * (1 - var(--qmu-intro-p) * .85));
  transform: translate3d(calc(var(--qmu-intro-p) * 45%), calc(var(--qmu-intro-p) * 60vh), 0) scaleX(-1) scale(calc(1.15 + var(--qmu-intro-p) * .25));
  animation: qmuIntroDriftSlow 28s ease-in-out infinite;
}

.qmu-intro-ashfall {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: calc(1 - var(--qmu-intro-p) * .5);
}

.qmu-intro-ash-particle {
  position: absolute;
  left: var(--qmu-left);
  top: 0;
  width: var(--qmu-size);
  height: var(--qmu-size);
  border-radius: 999px;
  opacity: var(--qmu-opacity);
  background: radial-gradient(circle, rgba(145, 142, 128, .86) 0%, rgba(38, 38, 54, .8) 80%, transparent 100%);
  animation: qmuIntroAshFall var(--qmu-duration) linear var(--qmu-delay) infinite;
}

.qmu-intro-ash-particle--ember {
  background: radial-gradient(circle, rgba(255, 156, 48, .95) 0%, rgba(147, 65, 30, .72) 60%, transparent 100%);
  box-shadow: 0 0 8px rgba(255, 160, 52, .85);
  animation: qmuIntroAshFall var(--qmu-duration) linear var(--qmu-delay) infinite, qmuIntroEmberFlicker 1.2s ease-in-out infinite;
}

.qmu-intro-gate-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 4;
  width: min(120vw, calc(700px + var(--qmu-intro-p) * 600px));
  aspect-ratio: 1 / 1;
  pointer-events: none;
  opacity: max(0, calc((var(--qmu-intro-p) - .1) * 1.6));
  transform: translate3d(-50%, calc(12vh - var(--qmu-intro-p) * 8vh), 0) scale(calc(.85 + var(--qmu-intro-p) * .35));
}

.qmu-intro-gate,
.qmu-intro-gate-shadow,
.qmu-intro-torch,
.qmu-intro-gate-mist {
  position: absolute;
  pointer-events: none;
}

.qmu-intro-gate {
  inset: 0;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  opacity: 1;
  mix-blend-mode: screen;
  filter: brightness(.75) contrast(1.2) saturate(.95);
  mask-image: radial-gradient(ellipse 60% 70% at 50% 55%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 55%, #000 20%, transparent 75%);
  animation: none;
  transform: none;
}

.qmu-intro-gate-shadow {
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse 55% 65% at 50% 58%, rgba(12, 12, 20, .9) 0%, rgba(7, 7, 13, .6) 50%, transparent 80%);
}

.qmu-intro-torch {
  top: 55%;
  width: 22%;
  height: 22%;
  z-index: 2;
  mix-blend-mode: screen;
  filter: blur(8px);
  background: radial-gradient(circle, rgba(255, 185, 66, .85) 0%, rgba(220, 94, 32, .5) 30%, transparent 65%);
  animation: qmuIntroTorchFlicker 1.6s ease-in-out infinite;
}

.qmu-intro-torch--left {
  left: 18%;
}

.qmu-intro-torch--right {
  right: 18%;
  animation-duration: 1.9s;
  animation-delay: -.4s;
}

.qmu-intro-gate-ember {
  position: absolute;
  bottom: var(--qmu-bottom);
  z-index: 3;
  width: var(--qmu-size);
  height: var(--qmu-size);
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 180, 62, .95) 0%, rgba(183, 82, 31, .64) 60%, transparent 100%);
  box-shadow: 0 0 6px rgba(255, 175, 56, .78);
  animation: qmuIntroEmberRise var(--qmu-duration) ease-in var(--qmu-delay) infinite;
}

.qmu-intro-gate-ember--left {
  left: var(--qmu-offset);
}

.qmu-intro-gate-ember--right {
  right: var(--qmu-offset);
}

.qmu-intro-gate-mist {
  inset: 0;
  z-index: 3;
  background: radial-gradient(ellipse 25% 30% at 50% 62%, rgba(165, 175, 195, .35) 0%, transparent 70%);
  animation: qmuIntroDriftSlow 12s ease-in-out infinite;
}

.qmu-intro-smoke {
  z-index: 5;
  opacity: .42;
  mix-blend-mode: screen;
  background:
    radial-gradient(ellipse at 18% 70%, rgba(190, 205, 205, .18), transparent 24%),
    radial-gradient(ellipse at 46% 38%, rgba(210, 215, 205, .14), transparent 26%),
    radial-gradient(ellipse at 78% 68%, rgba(185, 198, 205, .16), transparent 28%);
  filter: blur(26px);
  transform: scale(1.22);
  animation: qmuIntroSmoke 16s ease-in-out infinite alternate;
}

.qmu-intro-side-shade {
  z-index: 8;
  background:
    linear-gradient(90deg,
      #030305 0%,
      rgba(3, 3, 5, .97) 7%,
      rgba(3, 3, 5, .74) 18%,
      rgba(3, 3, 5, .28) 32%,
      transparent 45%,
      transparent 55%,
      rgba(3, 3, 5, .28) 68%,
      rgba(3, 3, 5, .74) 82%,
      rgba(3, 3, 5, .97) 93%,
      #030305 100%
    );
}

.qmu-intro-vignette {
  z-index: 9;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(7, 7, 13, .85) 100%);
}

.qmu-intro-title,
.qmu-intro-content,
.qmu-intro-hint {
  z-index: 12;
}

.qmu-intro-logo-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qmu-intro-logo-aura {
  position: absolute;
  inset: -64px;
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 203, 79, .55) 0%, rgba(255, 145, 31, .3) 30%, transparent 65%);
  filter: blur(20px);
  animation: qmuIntroAuraPulse 3s ease-in-out infinite;
}

.qmu-intro-logo {
  position: relative;
  width: clamp(192px, 25vw, 320px);
  z-index: 2;
  user-select: none;
  filter: drop-shadow(0 0 20px rgba(255, 205, 92, .85)) drop-shadow(0 0 45px rgba(255, 150, 45, .6)) drop-shadow(0 6px 20px rgba(0, 0, 0, .8));
  animation: qmuIntroLogoGlow 3.5s ease-in-out infinite;
}

.qmu-intro-logo-shimmer {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}

.qmu-intro-logo-shimmer:before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: -50%;
  width: 50%;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, .6) 50%, transparent 70%);
  animation: qmuIntroShimmerSweep 4s ease-in-out infinite;
}

.qmu-intro-rule {
  width: 160px;
  height: 1px;
  margin-top: 16px;
  background: linear-gradient(90deg, transparent, rgba(255, 205, 92, .8), transparent);
}

.qmu-intro-content h1 {
  margin-top: 16px;
}

.qmu-intro-actions {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.qmu-intro-actions a,
.qmu-intro-actions button {
  position: relative;
  min-width: 0;
  min-height: 48px;
  overflow: hidden;
  border-radius: 0;
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 12px 100%, 0 50%);
}

.qmu-intro-actions button {
  width: auto;
  min-height: 58px;
  padding: 0 40px;
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 16px 100%, 0 50%);
  background: linear-gradient(135deg, #f8d66c 0%, #f39a2d 35%, #dd5a1e 70%, #f7c969 100%);
  box-shadow: 0 0 30px rgba(255, 181, 51, .62), 0 0 60px rgba(255, 119, 26, .35), inset 0 0 24px rgba(255, 236, 164, .52);
}

.qmu-intro-actions a {
  background: linear-gradient(135deg, rgba(45, 30, 16, .9) 0%, rgba(10, 10, 18, .92) 50%, rgba(42, 28, 16, .9) 100%);
  box-shadow: 0 0 20px rgba(255, 178, 61, .24), inset 0 0 16px rgba(209, 116, 42, .18);
}

.qmu-intro-actions a:nth-of-type(3) {
  background: linear-gradient(135deg, rgba(9, 9, 18, .26) 0%, rgba(5, 5, 12, .18) 100%);
  border-color: rgba(255, 214, 111, .55);
  box-shadow: 0 0 16px rgba(255, 190, 70, .22), inset 0 0 20px rgba(255, 236, 164, .08);
}

@keyframes qmuIntroLightningFlash {
  0% { opacity: 0; }
  4% { opacity: 1; }
  8% { opacity: .2; }
  12% { opacity: .9; }
  20% { opacity: .1; }
  30% { opacity: .5; }
  100% { opacity: 0; }
}

@keyframes qmuIntroBoltStrike {
  0% { opacity: 0; }
  5% { opacity: 1; }
  15% { opacity: .3; }
  22% { opacity: 1; }
  35% { opacity: .1; }
  100% { opacity: 0; }
}

@keyframes qmuIntroDriftSlow {
  0%, 100% { margin-left: -3%; transform: translate3d(-3%, 0, 0) scale(1.15); }
  50% { margin-left: 0; transform: translate3d(3%, -1%, 0) scale(1.2); }
}

@keyframes qmuIntroDriftFast {
  0%, 100% { margin-left: 0; transform: translate3d(5%, 0, 0) scale(1.1); }
  50% { margin-left: 0; transform: translate3d(-6%, 2%, 0) scale(1.15); }
}

@keyframes qmuIntroAshFall {
  0% { transform: translate3d(0, -10vh, 0) rotate(0deg); opacity: 0; }
  10% { opacity: .9; }
  90% { opacity: .6; }
  100% { transform: translate3d(var(--qmu-drift, 40px), 110vh, 0) rotate(360deg); opacity: 0; }
}

@keyframes qmuIntroEmberFlicker {
  0%, 100% { opacity: .9; filter: brightness(1); }
  50% { opacity: .4; filter: brightness(1.6); }
}

@keyframes qmuIntroTorchFlicker {
  0%, 100% { opacity: .85; transform: scale(1); }
  25% { opacity: 1; transform: scale(1.08); }
  40% { opacity: .7; transform: scale(.95); }
  60% { opacity: 1; transform: scale(1.05); }
  80% { opacity: .8; transform: scale(.98); }
}

@keyframes qmuIntroEmberRise {
  0% { transform: translateY(0); opacity: 0; }
  15% { opacity: 1; }
  100% { transform: translateY(-140px); opacity: 0; }
}

@keyframes qmuIntroAuraPulse {
  0%, 100% { opacity: .7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes qmuIntroLogoGlow {
  0%, 100% { filter: drop-shadow(0 0 20px rgba(255, 205, 92, .85)) drop-shadow(0 0 45px rgba(255, 150, 45, .6)) drop-shadow(0 6px 20px rgba(0, 0, 0, .8)); }
  50% { filter: drop-shadow(0 0 35px rgba(255, 222, 105, 1)) drop-shadow(0 0 70px rgba(255, 165, 55, .8)) drop-shadow(0 6px 20px rgba(0, 0, 0, .8)); }
}

@keyframes qmuIntroShimmerSweep {
  0% { transform: translateX(-100%) skewX(-20deg); }
  60%, 100% { transform: translateX(400%) skewX(-20deg); }
}

@media (min-width: 640px) {
  .qmu-intro-actions {
    width: min(760px, 92vw);
  }

  .qmu-intro-actions a {
    min-width: 210px;
  }

  .qmu-intro-actions a:nth-of-type(1),
  .qmu-intro-actions a:nth-of-type(2),
  .qmu-intro-actions a:nth-of-type(3) {
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .qmu-intro-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(860px, 92vw);
  }

  .qmu-intro-actions button {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 991px) {
  .qmu-intro-scroll:after {
    height: 180svh;
  }

  .qmu-intro-gate-wrap {
    width: min(150vw, calc(620px + var(--qmu-intro-p) * 300px));
  }
}

.qmu-landing,
.qmu-main,
.qmu-rankings {
  position: relative;
  z-index: 3;
  background: transparent !important;
  background-blend-mode: normal !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.qmu-landing__bg {
  display: none !important;
  background: none !important;
}

.qmu-landing:after {
  display: none !important;
  background: none !important;
}

.qmu-main,
.qmu-rankings {
  background: transparent !important;
  background-blend-mode: normal !important;
  overflow: visible !important;
}

.qmu-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.qmu-main:after,
.qmu-rankings:after {
  display: none !important;
}

@media (max-width: 991px) {
  .qmu-main__grid,
  .qmu-rank-grid,
  .qmu-status-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .qmu-sidebar {
    width: 100%;
    min-width: 0;
  }

  .qmu-news,
  .qmu-panel,
  #lattest_items,
  .market_items,
  .market-items {
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .qmu-main__grid {
    gap: 18px;
    padding-top: 30px !important;
  }

  .qmu-news-card--media {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
