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

body {
  background-color: #f7f7fc;
}

a:hover {
  text-decoration: none;
}

body, .form-control {
  font-weight: 500;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}

.btn, .dropdown-item, .nav-link, .nav-link-style, .form-label, label, .breadcrumb-item {
  font-weight: 600;
}

.nav-link {
  font-size: 17px;
}

.form-control, .form-control:focus {
  color: #4a4b65;
}

.text-default {
  color: #4a4b65;
}

.body-auth {
  background: url(/assets/blaze/img/extras/auth-bg.png);
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.signin-form .signin-form-inner {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.085);
  border-radius: 1rem;
  z-index: 5;
}

.header-banner{
  position: relative;
  overflow: hidden;
  min-height: 286px;
}

#parallax-header-image {
  width: 100%;
  transform: scale(1.25) !important;
  position: relative;
  overflow: hidden;
  height: 255px;
}

.header-banner-image {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.header-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .header-banner-content {
    width: 100%;
    justify-content: center;
  }
}
.zoom-hover {
  transition: transform .3s;
  transform: scale(1.0);
}
.zoom-hover:hover {
  transform: scale(1.1);
}
.header-banner-logo {
  max-height: 150px;
}
.footer-banner {
  background-color: #212b38;
  background-image: url(/assets/blaze/img/extras/footer-bg.png);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  padding: 4.25rem 0;
}
.store-banner {
  background-color: #212b38;
  background-image: url(/assets/blaze/img/extras/store-bg.png);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  padding: 5rem 0;
}
.store-banner-inner {
  width: 100%;
}
@media (min-width: 992px) {
  .store-banner-inner {
    width: 80%;
  }
}


.card-header .card-title {
  margin-bottom: 0;
}

.page-item.active .page-link {
  background-color: #fff;
}

.card-header {
  padding: 1.125rem 1.5rem;
}
.card-title {
  font-size: 1rem;
}

.list-group-item.active a {
  color: #fff !important;
}

.linked-list .list-group-item {
  padding: 0;
}

.linked-list .list-group-item a {
  display: block;
  width: 100%;
  color: #797a95;
  padding: .75rem 1.25rem;
}


.linked-list .list-group-item a:hover {
  color: #766df4;
}


.img-container {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  background-color: white !important;
  border: 1px solid rgba(0,0,0,0.085);
  border-radius: .625rem .625rem 0 0 !important;
  padding-bottom: 56.25%;
}

.dark .img-container {
  background-color: #111111 !important;
}

.img-card-wrapper {
  display: flex;
  margin-bottom: 1.25rem !important;
}
.img-card-wrapper .img-container {
  border-radius: .625rem !important;
}
.img-card-wrapper .img-card:before {
  height: 100%;
}

.img-card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.img-card:before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  z-index: 99;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .9) 100%);
}

.img-card img {
  display: block;
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}

.img-card-tl {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  z-index: 99;
}

.img-card-tr {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  z-index: 99;
}

.img-card-bottom {
  position: absolute;
  bottom: 20px;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 99;
}

.img-card-bl {
  position: absolute;
  bottom: 20px;
  left: 1.5rem;
  z-index: 99;
}

.img-card-br {
  position: absolute;
  bottom: 20px;
  right: 1.5rem;
  z-index: 99;
}

.img-container .img-card .card-img-top {
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: filter 0s, transform .4s ease;
  transition: filter 0s, transform .4s ease;
}

.img-container:hover .img-card .card-img-top {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.store-categories .img-container .img-card .card-img-top {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: filter 0s, transform .4s ease;
  transition: filter 0s, transform .4s ease;
}

.store-categories .img-container:hover .img-card .card-img-top {
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

.card-img-top {
  height: 100%;
  border-radius: .625rem .625rem 0 0;
}

/*NAV-TABS*/
.nav-tabs {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  padding: 18px;
  font-size: 1rem;
  font-weight: 600;
  color: #515151;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(152, 166, 173, .2);
  transition: .3s all;
}

.nav-tabs .nav-link:hover {
  color: #5e72e4;
  border-color: rgba(152, 166, 173, .2);
}

.nav-tabs .nav-link:first-child {
  border-top-left-radius: 10px;
}

.nav-tabs .nav-link:last-child {
  border-top-right-radius: 10px;
}

.nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #5e72e4;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #5e72e4;
  border-color: #5e72e4;
}

@media (min-width: 992px) {
  .home-slider .tns-carousel-wrapper,
  .home-slider .tns-carousel-inner {
    height: 400px;
    overflow: hidden;
  }
  .home-slider .tns-carousel-inner img {
    height: 400px;
    object-fit: cover;
    overflow: hidden;
  }
}

.cookie-modal {
  display: none;
  position: fixed;
  left: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  z-index: 1050;
}

.cookie-modal-dialog {
  position: relative;
  width: auto;
}

.cookie-modal.fade .cookie-modal-dialog {
  transform: translate(0px, -50px);
  transition: transform 0.3s ease-out 0s;
}

.cookie-modal.show .cookie-modal-dialog {
  transform: none;
}

.cookie-modal.cookie-modal-static .cookie-modal-dialog {
  transform: scale(1.02);
}

.cookie-modal-content {
  color: #ffffff !important;
  background-color: #090c16 !important;
  padding: 1.5rem;
  border-radius: 0.7rem;
  box-shadow: rgba(31, 45, 61, 0.3) 0px 0.25rem 0.5rem;
}

@media (min-width: 576px) {
  .cookie-modal {
    right: auto !important;
  }

  .cookie-modal-dialog {
    max-width: 500px;
  }

  .cookie-modal-content {
    box-shadow: rgba(31, 45, 61, 0.3) 0px 0.5rem 1rem;
  }
}

@font-face {
  font-family: "minecraft";
  src: url("/assets/blaze/fonts/minecraft/minecraft.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* PLAY */
.play-section {
  color: #fff;
  font-family: "minecraft";
  background-image: url(/assets/blaze/img/extras/dirt.png);
  padding: 5rem 1rem;
}

.play-section ol li span {
  color: #ffb15c;
}

.play-iptitle {
  color: rgba(255, 255, 255, 0.7);
}
.play-ipbox {
  background-color: #000;
  border: 3px solid rgba(255, 255, 255, 0.7);
  padding: 8px 8px;
  margin-bottom: 8px;
}
.play-ip {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
}
.play-btn {
  color: rgba(255, 255, 255, 0.9);
  background: url(/assets/blaze/img/extras/play-mc-button.png) no-repeat center center #6F6F6F;
  padding: 8px 8px;
  border: 3px solid #000;
}
.play-btn:hover {
  color: #fffa94;
  background: url(/assets/blaze/img/extras/play-mc-button-hover.png) no-repeat center center #838EC3;
}

.section {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.signin-form .signin-form-wrapper {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  z-index: 5;
}
.signin-form .signin-form-card {
  padding: 40px 30px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.085);
  border-radius: 1rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* SWEETALERT */
.swal2-popup {
  border-radius: 1rem;
}

.swal2-actions {
  margin-bottom: .75rem;
}

.swal2-popup .swal2-styled {
  padding: .5rem 1.5rem;
  border-radius: .75rem;
}

.swal2-popup .swal2-styled:hover,
.swal2-popup .swal2-styled:focus {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.swal2-popup #swal2-content {
  font-weight: 500;
  color: #777777;
}

/* SEARCH */
.search-cancel {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: .375rem .75rem;
  font-weight: 500;
  color: #6c757d;
  background-color: #ffffff;
  border: 0;
  outline: none;
  transition: .3s all;
}

.search-cancel:hover,
.search-cancel:focus,
.search-cancel:active {
  color: #f5365c;
}

/* SPINNER */
#spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.is-loading {
  height: 10rem;
  overflow: visible;
}

.is-loading> :not(#spinner) {
  display: none;
}

.iframe-payment-content {
  width: 100%;
  min-height: 200px;
  background: url(/assets/core/images/loaders/iframe.gif) center center no-repeat;
  background-size: 64px;
  background-color: #ffffff;
}


/* SELECT2 */
.select2-container--bootstrap4 .select2-selection--single {
  display: flex;
  align-items: center;
  height: 44px !important;
}

.select2-container--bootstrap4 .select2-selection {
  color: #495057;
  border: 1px solid #cad1d7;
  border-radius: 0.75rem;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #a7adb1;
  box-shadow: none;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #a7adb1;
}

.select2-results__option,
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: .5625rem 1.125rem;
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: 1px solid #a7adb1;
}

.select2-results__options li {
  margin-bottom: 0;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 1.125rem;
}


/* Buttons */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.428571429;
  border-radius: 15px;
}

/*ALERT*/
.alert {
  width: 100%;
  color: #ffffff;
  border: 0;
}

.alert-default {
  background-color: #172b4d;
}

.alert-primary {
  background-color: #5e72e4;
}

.alert-info {
  background-color: #11cdef;
}

.alert-success {
  background-color: #2dce89;
}

.alert-danger {
  background-color: #f5365c;
}

.alert-warning {
  background-color: #fb6340;
}

/* TITLE */
.title {
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
  text-align: center;
  text-transform: uppercase;
}

.title.background {
  position: relative;
  z-index: 1;
}

.title.background:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}

.title span {
  background: #fff;
  padding: 0 15px;
}

/*----------------------- Preloader -----------------------*/
#preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #f8f8f8;
}

#preloader .spinner-border {
  display: flex;
  width: 32px;
  height: 32px;
  color: #5e72e4;
}

/* Breadcrumb */
.breadcrumb {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.925rem;
}

/* TABLE */
.table th,
.table td {
  vertical-align: middle;
}
.table tbody tr.active {
  background-color: #ececec;
}
.card .table {
  margin-bottom: 0;
}

/* Cards */
.card {
  margin-bottom: 1.5rem !important;
}

/*STORE*/
.card-product .stock {
  position: absolute;
  top: -.75rem;
  left: -0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: .325rem .625rem;
  font-size: 90%;
  color: #ffffff;
  border-radius: .375rem;
  z-index: 2;
}
.card-product .stock.stock-sm {
  top: -0.5rem;
  left: -0.5rem;
  font-size: 85%;
  padding: .25rem .5rem;
}
.card-product .stock.have-stock {
  background-color: #fb6340;
}
.card-product .stock.stock-out {
  background-color: #f5365c;
}

.card-product .discount {
  position: absolute;
  top: -1.25rem;
  right: -0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #ff9400;
  border-radius: 50%;
  z-index: 2;
}
.card-product .discount.discount-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 90%;
  font-weight: 600;
  top: -1rem;
  right: -0.75rem;
}


.card-product .price {
  font-size: 1.125rem;
  font-weight: 600;
  color: #343a40;
}

.card-product .old-price {
  font-size: 80%;
  font-weight: 700;
  color: #f5365c;
  text-decoration: line-through;
}

.card-product {
  height: 100%;
}

.card-product .card-img-top {
  height: auto;
}

.card-product .card-body {
  display: flex;
  flex-direction: column;
  position: initial;
}

.fw-500 {
  font-weight: 500 !important;
}

.store-nav .nav-link {
  padding: 1rem 1.25rem;
  color: #fff !important;
}
.store-nav .nav-link.active, .store-nav .nav-link:hover {
  background-color: #ff9400 !important;
}
.nav-link:not(.dropdown-toggle).active {
  pointer-events: initial;
}

/* WIDTH */
@media (min-width: 992px) {
  .w-md-auto {
    width: auto !important;
  }
}

/*PHONE NUMBER*/
.iti {
  width: 100%
}

.iti__selected-flag {
  padding: 0 12px 0 20px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  padding-right: 20px;
  padding-left: 68px
}

.iti__country {
  padding: 10px 20px
}

.iti__flag-box {
  margin-right: 10px
}

.iti__flag {
  border-radius: 2px
}

.iti__arrow {
  margin-left: 8px
}

/* Article */
.article-content img {
  width: auto !important;
}

/* VIP Table */
.vip-table {
  background-color: #fff;
  border-radius: 1rem;
}
.vip-table th, .vip-table td {
  text-align: center;
}
.vip-table .shi-help-circle {
  margin-top: -4px;
}
.vip-table .shi-check,
.vip-table .shi-x {
  font-size: 1.5rem;
}
.vip-table .shi-check {
  color: #16c995;
}
.vip-table .shi-x {
  color: #f74f78;
}
.vip-table .table>:not(caption)>*>* {
  padding: 1rem 1.75rem;
}
.vip-table td {
  font-size: 0.925rem;
}
.vip-table .sep {
  background-color: rgba(118,109,244,0.08);
}
.vip-table .sep td {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #766df4;
}
.vip-table .old-price {
  font-size: 80%;
  font-weight: 700;
  color: #f5365c;
  text-decoration: line-through;
}

.badge-rank {
  padding: 4px 8px;
  font-weight: 600;
  border-radius: 5px;
}

.bg-dark {
	background-color: #171a21!important;
}

.bg-dark-2 {
	background-color: #1e2639!important;
}

.widget-light .widget-title {
	color: #ffb15c !important;
}

.widget-light .widget-link,
.widget-light .widget-text {
	color: rgba(255, 255, 255, 0.85);
}

.header-banner-content {
	padding: 2rem 1.5rem;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-item.active>.nav-link:not(.disabled),
	.navbar-expand-lg .navbar-nav .nav-item:hover>.nav-link:not(.disabled),
	.navbar-expand-lg .navbar-nav .nav-item:focus>.nav-link:not(.disabled),
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link:focus {
		background-color: #FFF3E7;
    color: #ff9400 !important;
  }
	.navbar-expand-lg .navbar-nav .nav-link {
	  padding: .625rem 1.5rem;
	  border-radius: 70px;
	}
}

@media (max-width: 991.98px) {
	.offcanvas-collapse .offcanvas-body .navbar-nav .show>.nav-link,
  .offcanvas-collapse .offcanvas-body .navbar-nav .active>.nav-link,
  .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover,
  .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:focus {
    color: #ff9400;
	}
}

.btn-play {
	border-radius: 70px;
	margin: 0 auto;
  width: 170px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  color: #fff;
  display: block;
  z-index: 2;
  overflow: hidden;
  padding: 3px;
}

.btn-play:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
	background-size: 50% 100%;
	animation: btn-play-animation .75s linear infinite;
}

.btn-play span {
	position: relative;
  z-index: 2;
  padding: .5rem 0;
  font-size: 1.1rem;
  align-items: center;
	color: #ffb15c;
	background-color: #fff;
  display: block;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 70px;
  height: 100%;
}

@keyframes btn-play-animation {
	to{
		transform: translateX(-50%);
	}
}


.list-group-item.active {
	background-color: rgba(255,177,92,0.15);
	border-color: rgba(255,177,92,0.15);
}
.list-group-item.active a, .linked-list .list-group-item a:hover {
	color: #ff9400 !important;
}

.btn-primary {
	color: #fff;
	background-color: #ff9400;
	border-color: #ff9400;
}
.btn-primary.active,
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #ff7100;
	border-color: #ff7100;
}

.bg-primary {
	background-color: #ff9400 !important;
}

.text-primary {
	color: #ff9400 !important;
}

.form-check-input:checked {
	background-color: #ff9400;
	border-color: #ff9400;
}

a:hover,
.breadcrumb-item>a:hover,
.nav-link-style:hover {
	color: #ff9400;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ff9400;
  background-color: #FFF3E7;
}

.signin-form::before,
.signin-form::after {
	display: none;
}

.card-title.last-storebuyers:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(/assets/blaze/img/extras/last-storebuyers-icon.png);
  height: 57px;
  width: 64px;
  background-size: contain;
  background-repeat: no-repeat;
}
.card-title.last-donators:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -10px;
  background-image: url(/assets/blaze/img/extras/last-donators-icon.png);
  height: 56px;
  width: 62px;
  background-size: contain;
  background-repeat: no-repeat;
}

.card-title.online-staff:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -10px;
  background-image: url(/assets/blaze/img/extras/online-staff-icon.png);
  height: 62px;
  width: 54px;
  background-size: contain;
  background-repeat: no-repeat;
}

.card-title.games:after {
  content: '';
  position: absolute;
  top: -8px;
  bottom: 0px;
  right: -10px;
  background-image: url(/assets/blaze/img/extras/games-icon.png);
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.card-title.leaderboards:after {
  content: '';
  position: absolute;
  top: -8px;
  bottom: 0px;
  right: -10px;
  background-image: url(/assets/blaze/img/extras/leaderboards-icon.png);
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.badge-indirim {
  background: #ff0068;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .01em;
  padding: 4px 0;
  position: absolute;
  left: -16px;
  top: -20px;
  width: 90px;
  text-transform: uppercase;
  text-align: center;
}

.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: .7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1;
	} to {
		opacity: 0;
	}
}

.discord-widget {
	color: #fff;
	background-color: #7289da;
}

.discord-widget > a {
	color: #fff !important;
}

.discord-widget .discord-logo {
  width: 124px;
  height: 34px;
}

@media all and (min-width: 992px) {
  .col-news {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-sidebar {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.card-img-right {
  border-radius: .625rem .625rem 0 0;
  object-fit: cover;
  object-position: center;
}

@media all and (min-width: 768px) {
	.card-img-right {
	  border-radius: .625rem 0 0 .625rem;
	}
}

.news-card-body {
  padding: 2.125rem;
}

.modal-header {
	font-weight: 600;
}

/* BROADCAST */
.broadcast {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 44px;
  background-color: #232f3c;
  margin: 0;
  margin-bottom: -1px;
  overflow: hidden;
}
.broadcast-item {
  display: inline-block;
  padding: 10px 0;
  padding-right: 600px;
}
@media (max-width: 768px) {
  .broadcast-item {
    padding-right: 400px;
  }
}
.broadcast-link {
  color: #ffffff !important;
}

.sidebar-store-card {
  background: rgb(36,216,255);
  background: linear-gradient(43deg, rgba(36,216,255,1) 0%, rgba(25,163,192,1) 100%);
  border-radius: 1rem;
  cursor: pointer;
}

.sidebar-store-card-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-image: url(/assets/blaze/img/extras/sidebar-store-card.png);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  border-radius: 1rem;
}

.sidebar-store-card-title {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0,0.1);
  width: 100%;
  padding: 6px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.sidebar-store-card-product {
  margin-top: 4.5rem;
  margin-bottom: 3.5rem;
}

.sidebar-store-card-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(0,0,0,0.1);
  width: 100%;
  padding: 6px 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.sidebar-store-card-detail .price {
  color: #ffffff;
}

.sidebar-store-card-detail .old-price {
  font-size: 80%;
  font-weight: 700;
  color: #ff0000;
  text-decoration: line-through;
}

.shopping-cart-count-circle {
  position: absolute;
  top: -8px;
  right: -5px;
  background: red;
  width: 18px;
  height: 18px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  font-size: 80%;
}

.ck-editor__editable {
  min-height: 150px !important;
}

.dark .ck-editor .ck-content {
  background: #171a21 !important;
  border-color: #171a21 !important;
}
.dark .ck-editor .ck-toolbar {
  background: #171a21 !important;
  border-color: #171a21 !important;
}
.dark .ck-editor .ck-toolbar__items * {
  color: #FFF !important;
}
.dark .ck-editor .ck-button:hover {
  background: #111111 !important;
}
.dark .ck-editor .ck-button:focus {
  background: #111111 !important;
}
.dark .ck-editor .ck-list__item {
  background: #171a21 !important;
  border-color: #171a21 !important;
}
.ck-editor.ck-toolbar {
  border: 1px solid #efefef !important;
}

@media (min-width: 768px) {
  .termsfeed-com---nb .cc-nb-main-container {
    padding: 2rem !important;
  }
  .termsfeed-com---nb-simple {
    bottom: 20px !important;
    right: 20px !important;
    border-radius: 0.625rem !important;
  }
}
.cc-cp-foot-byline {
  visibility: hidden;
}
.cc-pc-head-close:focus {
  border: none !important;
}
.termsfeed-com---palette-dark *:focus {
  box-shadow: none !important;
}
.cc-nb-okagree, .cc-cp-foot-save {
  color: #fff !important;
  background-color: #2dce89 !important;
}

/* STAFF */
.staff-card {
  display: flex;
  padding: 1rem 1.5rem;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
  max-height: 100px;
}
.staff-card-content {
  display: flex;
}
.staff-card-username {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.staff-card-avatar-body {
  margin-top: -8px;
  height: 160px;
  width: auto;
}

.ck-editor__editable {
  min-height: 150px !important;
}
.forum-content img {
  max-width: 100%;
  height: auto;
}
.role__default {
  display: block;
  margin-bottom: 0.25rem;
  padding: 0.5rem 1rem;
  border-radius: .3rem;
  text-align: center;
  font-size: 80%;
  font-weight: 700;
  color: #343a40;
  background-color: #f8f9fa;
}

.border-bottom-separator > * {
  padding-top: .875rem;
  padding-bottom: .875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}
.border-bottom-separator > *:last-child {
  border-bottom: 0 !important;
}
.dropup .dropdown-toggle::after {
  font-family: "sh-icons";
  content: "\e92e"
}

.message-content img {
  max-width: 100%;
}

/* OAUTH BUTTONS */
.dark .title.or-title span {
  background-color: #111111 !important;
}

.btn-discord {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: #7289da;
    border-color: #7289da;
    color: #fff;
}
.btn-discord:hover {
    background-color: #4d62ab !important;
    border-color: #4d62ab !important;
    color: #fff !important;
}
.btn-discord svg {
  width: 18px;
}

.btn-secondary:hover {
  color: inherit !important;
}

.progress {
  background-color: #ffffff !important;
}
.dark .progress {
  background-color: #24262f !important;
}

.superWheel .sWheel-inner {
  background-color: #d2a100;
  border-radius: 100%;
}

.avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
}

.avatar-sm {
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
}

.avatar-xs {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;

}

.avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.25rem;
}

.avatar-xl {
  width: 5rem;
  height: 5rem;
  border-radius: 0.25rem;
}

.card-header .ck-content p:last-child,
.card-body .ck-content p:last-child {
  margin-bottom: 0;
}

.btn-link {
  color: #5a5b75;
  text-decoration: none !important;
}
.dark .btn-link {
  color: #fff;
}

body:not(.dark) .hide-theme-light{
  display: none !important;
}
body.dark .hide-theme-dark {
  display: none !important;
}

footer #powered_by_leaderos {
  color: #fff;
}

.user-data {
  display: flex;
  align-items: center;
  padding: 8px;
}

.dark .user-data {
  border-color: #24262f !important;
}

.user-data:nth-child(2n) {
  border-right: none !important;
}

.user-data:last-child {
  border-bottom: none;
}

/* Mobile */
@media (max-width: 768px) {
  .user-data {
    border-right: none !important;
  }
}

.sidebar-profile-card .sidebar-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  color: #737491;
  text-decoration: none !important;
}
.dark .sidebar-profile-card .sidebar-link {
  color: #fff;
}
.sidebar-profile-card .sidebar-link:hover,
.sidebar-profile-card .sidebar-link.active {
  color: var(--primary) !important;
}
.avatar-150px {
  width: 150px;
  height: 150px;
}

/* ==========================================================================
   MODERN UI/UX ENHANCEMENTS 
   ========================================================================== */

/* Typography */
body, .form-control, h1, h2, h3, h4, h5, h6, .btn, .dropdown-item, .nav-link, .nav-link-style, .form-label, label, .breadcrumb-item {
  font-family: 'Outfit', sans-serif !important;
}

/* Glassmorphism Header */
.header {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.dark .header {
  background: rgba(17, 17, 17, 0.7) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Smooth Cards */
.card {
  border-radius: 1.25rem !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.dark .card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.dark .card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
}

/* Buttons */
.btn {
  border-radius: 0.85rem !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700 !important;
}

.btn-primary {
  box-shadow: 0 4px 10px rgba(255, 148, 0, 0.3) !important;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary:hover {
  box-shadow: 0 6px 15px rgba(255, 148, 0, 0.5) !important;
}

/* Modals & Dropdowns */
.modal-content, .swal2-popup {
  border-radius: 1.25rem !important;
  border: none !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
}

.dark .modal-content, .dark .swal2-popup {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
}

.dropdown-menu {
  border-radius: 1.25rem !important;
  border: none !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
  padding: 0.5rem;
}

.dropdown-item {
  border-radius: 0.75rem !important;
  transition: all 0.2s ease;
}

/* Header Banner Improvements */
.header-banner-content {
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.play-ipbox {
  border-radius: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.4);
}

.play-btn {
  border-radius: 1rem;
  border: 2px solid rgba(0,0,0,0.5);
  transition: all 0.3s ease;
}

.play-btn:hover {
  transform: scale(1.05);
}

/* Offcanvas for mobile */
.offcanvas {
  border-radius: 1.25rem 0 0 1.25rem !important;
}

/* Mobile Specific Adjustments */
@media (max-width: 991px) {
  .header-banner-content {
    padding: 1rem;
  }
  .header-banner-logo {
    max-height: 100px;
    margin-top: 1rem;
  }
  .offcanvas {
    width: 85% !important;
  }
  .card {
    margin-bottom: 1rem !important;
  }
  .footer-banner {
    padding: 3rem 0;
  }
}

/* Glass Badge for Header */
.glass-badge {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.25rem;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    text-decoration: none !important;
}
.glass-badge:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
    border: 1px solid rgba(255, 148, 0, 0.6);
    box-shadow: 0 10px 20px rgba(255, 148, 0, 0.2);
}

/* Make navbar slightly floating */
.header {
    border-bottom: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}
.dark .header {
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}

/* ==========================================================================
   🔥 HEADER REDESIGN — MODERN MINECRAFT SERVER STYLE
   ========================================================================== */

/* --- Particle Canvas --- */
.header-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* --- Header Banner Overrides --- */
.header-banner {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background: linear-gradient(135deg, #0d0d0d 0%, #1a1025 40%, #0d0d0d 100%);
}

.header-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  z-index: 2;
  pointer-events: none;
}

#parallax-header-image {
  height: 320px;
}

.header-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  font-weight: 600;
  z-index: 3;
  display: flex;
  align-items: center;
  text-shadow: 0 2px 15px rgba(0,0,0,0.6);
}

.header-banner-content .container {
  position: relative;
  z-index: 4;
}

/* --- Enhanced Glass Badge --- */
.glass-badge {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 0.875rem 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}

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

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

.glass-badge:hover {
  background: rgba(0, 0, 0, 0.55);
  transform: translateY(-4px);
  border: 1px solid rgba(255, 148, 0, 0.5);
  box-shadow: 0 8px 32px rgba(255, 148, 0, 0.2),
              0 0 60px rgba(255, 148, 0, 0.06);
}

/* --- Pulse Dot (Online Indicator) --- */
.pulse-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #22c55e;
  margin-right: 8px;
  position: relative;
  flex-shrink: 0;
}

.pulse-dot::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(34, 197, 94, 0.4);
  animation: pulse-ring 1.5s ease-out infinite;
}

@keyframes pulse-ring {
  0% { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(2); opacity: 0; }
}

/* --- Header Stats Bar --- */
.header-stats-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 0 1rem;
}

.header-stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem 1rem 0 0;
  padding: 0.625rem 2rem;
  max-width: 700px;
  margin: 0 auto;
}

.header-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
}

.header-stat-item i {
  font-size: 1.1rem;
  color: var(--primary);
}

.header-stat-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
}

/* --- Play Now Button Redesign --- */
.btn-play-fire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-darker) 100%);
  border: none;
  border-radius: 70px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(255, 148, 0, 0.4),
              0 0 40px rgba(255, 148, 0, 0.15);
  z-index: 1;
  animation: btn-fire-pulse 2s ease-in-out infinite;
}

.btn-play-fire::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: btn-fire-shine 3s linear infinite;
  z-index: -1;
}

.btn-play-fire:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 30px rgba(255, 148, 0, 0.6),
              0 0 60px rgba(255, 148, 0, 0.25);
  color: #fff;
}

@keyframes btn-fire-pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(255, 148, 0, 0.4), 0 0 40px rgba(255, 148, 0, 0.15); }
  50% { box-shadow: 0 4px 30px rgba(255, 148, 0, 0.6), 0 0 60px rgba(255, 148, 0, 0.25); }
}

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

/* --- IP Copy Tooltip --- */
.copy-tooltip {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background: #22c55e;
  color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  z-index: 999;
}

.copy-tooltip::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #22c55e;
}

.copy-tooltip.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* --- Header Logo Enhancement --- */
.header-banner-logo {
  max-height: 160px;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,0.5));
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
}

.zoom-hover:hover .header-banner-logo {
  transform: scale(1.08);
  filter: drop-shadow(0 6px 30px rgba(255, 148, 0, 0.3));
}

/* ==========================================================================
   🏆 LEADERBOARD REDESIGN — MODERN GAMIFIED STYLE
   ========================================================================== */

/* --- Leaderboard Section --- */
.leaderboards-section {
  position: relative;
}

/* --- Podium Section --- */
.leaderboard-podium {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0 1rem;
  margin-bottom: 1.5rem;
}

.podium-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1.25rem 1.25rem;
  border-radius: 1.25rem;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
  text-align: center;
  min-width: 140px;
  overflow: hidden;
}

.podium-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.25rem;
  opacity: 0.08;
  z-index: 0;
}

.podium-card > * {
  position: relative;
  z-index: 1;
}

.podium-card:hover {
  transform: translateY(-8px);
}

/* Gold — 1st Place */
.podium-card--gold {
  background: linear-gradient(145deg, #1a1510 0%, #2a1f0e 100%);
  border: 1.5px solid rgba(255, 215, 0, 0.35);
  box-shadow: 0 8px 30px rgba(255, 215, 0, 0.15),
              0 0 60px rgba(255, 215, 0, 0.05);
  order: 2;
  padding-top: 2rem;
  padding-bottom: 1.75rem;
  min-height: 260px;
}

.podium-card--gold:hover {
  box-shadow: 0 12px 40px rgba(255, 215, 0, 0.3),
              0 0 80px rgba(255, 215, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.6);
}

.podium-card--gold .podium-rank {
  background: linear-gradient(135deg, #ffd700, #ffb700);
  color: #1a1200;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.podium-card--gold .podium-username {
  color: #ffd700;
}

/* Silver — 2nd Place */
.podium-card--silver {
  background: linear-gradient(145deg, #151618 0%, #1e2025 100%);
  border: 1.5px solid rgba(192, 192, 192, 0.25);
  box-shadow: 0 6px 25px rgba(192, 192, 192, 0.1);
  order: 1;
  min-height: 220px;
}

.podium-card--silver:hover {
  box-shadow: 0 10px 35px rgba(192, 192, 192, 0.25);
  border-color: rgba(192, 192, 192, 0.5);
}

.podium-card--silver .podium-rank {
  background: linear-gradient(135deg, #e0e0e0, #a8a8a8);
  color: #1a1a1a;
  box-shadow: 0 4px 15px rgba(192, 192, 192, 0.3);
}

.podium-card--silver .podium-username {
  color: #c0c0c0;
}

/* Bronze — 3rd Place */
.podium-card--bronze {
  background: linear-gradient(145deg, #171210 0%, #231a14 100%);
  border: 1.5px solid rgba(205, 127, 50, 0.25);
  box-shadow: 0 6px 25px rgba(205, 127, 50, 0.1);
  order: 3;
  min-height: 220px;
}

.podium-card--bronze:hover {
  box-shadow: 0 10px 35px rgba(205, 127, 50, 0.25);
  border-color: rgba(205, 127, 50, 0.5);
}

.podium-card--bronze .podium-rank {
  background: linear-gradient(135deg, #cd7f32, #a0622e);
  color: #1a1000;
  box-shadow: 0 4px 15px rgba(205, 127, 50, 0.3);
}

.podium-card--bronze .podium-username {
  color: #cd7f32;
}

/* --- Podium Elements --- */
.podium-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.podium-card--gold .podium-rank {
  width: 44px;
  height: 44px;
  font-size: 1.2rem;
}

.podium-crown {
  position: absolute;
  top: -8px;
  font-size: 1.5rem;
  animation: crown-float 2s ease-in-out infinite;
}

@keyframes crown-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.podium-avatar {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  margin-bottom: 0.625rem;
  border: 2px solid rgba(255,255,255,0.15);
  transition: transform 0.3s ease;
  image-rendering: pixelated;
}

.podium-card--gold .podium-avatar {
  width: 72px;
  height: 72px;
  border-radius: 14px;
}

.podium-card:hover .podium-avatar {
  transform: scale(1.1);
}

.podium-username {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.podium-card--gold .podium-username {
  font-size: 1rem;
}

.podium-value {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

/* --- Modern Leaderboard Table --- */
.leaderboard-table-wrap {
  border-radius: 1rem;
  overflow: hidden;
}

.leaderboard-table-wrap .card {
  border-radius: 1.25rem !important;
  overflow: hidden;
}

.leaderboard-table-modern {
  margin-bottom: 0;
}

.leaderboard-table-modern thead th {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #888;
  padding: 0.875rem 1rem;
}

.dark .leaderboard-table-modern thead th {
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 2px solid rgba(255, 255, 255, 0.06);
  color: rgba(255,255,255,0.5);
}

.leaderboard-table-modern tbody tr {
  transition: all 0.25s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.dark .leaderboard-table-modern tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.leaderboard-table-modern tbody tr:hover {
  background: rgba(var(--primary-rgb, 255, 148, 0), 0.04) !important;
  transform: scale(1.005);
}

.leaderboard-table-modern tbody tr td {
  padding: 0.75rem 1rem;
  vertical-align: middle;
  font-weight: 500;
}

/* Self Row Glow */
.leaderboard-table-modern tbody tr.leaderboard-self {
  background: linear-gradient(90deg, rgba(255, 148, 0, 0.08), rgba(255, 148, 0, 0.03)) !important;
  border-left: 3px solid var(--primary);
}

.dark .leaderboard-table-modern tbody tr.leaderboard-self {
  background: linear-gradient(90deg, rgba(255, 148, 0, 0.12), rgba(255, 148, 0, 0.04)) !important;
}

/* Rank Badges */
.rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 800;
}

.rank-badge--gold {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 215, 0, 0.05));
  color: #ffd700;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.rank-badge--silver {
  background: linear-gradient(135deg, rgba(192, 192, 192, 0.15), rgba(192, 192, 192, 0.05));
  color: #c0c0c0;
  border: 1px solid rgba(192, 192, 192, 0.3);
}

.rank-badge--bronze {
  background: linear-gradient(135deg, rgba(205, 127, 50, 0.15), rgba(205, 127, 50, 0.05));
  color: #cd7f32;
  border: 1px solid rgba(205, 127, 50, 0.3);
}

.rank-badge--default {
  background: rgba(0, 0, 0, 0.04);
  color: #888;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.dark .rank-badge--default {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Player Cell */
.player-cell {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.player-cell img {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  image-rendering: pixelated;
  border: 1px solid rgba(0,0,0,0.08);
}

.dark .player-cell img {
  border: 1px solid rgba(255,255,255,0.1);
}

.player-cell span {
  font-weight: 600;
}

/* --- Glassmorphism Search --- */
.search-glass {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.search-glass:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255, 148, 0, 0.1);
}

.dark .search-glass {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dark .search-glass:focus-within {
  box-shadow: 0 0 0 3px rgba(255, 148, 0, 0.15);
}

.search-glass .search-icon {
  padding: 0.75rem 0 0.75rem 1.25rem;
  color: #aaa;
  font-size: 1rem;
}

.search-glass input {
  flex: 1;
  border: none !important;
  background: transparent !important;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  outline: none !important;
  box-shadow: none !important;
}

.search-glass .btn-search {
  border: none;
  background: var(--primary);
  color: #fff;
  padding: 0.625rem 1.5rem;
  margin: 4px;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-glass .btn-search:hover {
  background: var(--primary-darker);
  transform: translateY(-1px);
}

/* --- Modern Server Nav (Sidebar) --- */
.server-nav-modern .card {
  overflow: hidden;
}

.server-nav-modern .list-group-item {
  border: none !important;
  padding: 0;
  background: transparent !important;
  margin-bottom: 2px;
}

.server-nav-modern .list-group-item a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #555 !important;
  transition: all 0.25s ease;
  border-radius: 0;
  text-decoration: none !important;
  border-left: 3px solid transparent;
}

.dark .server-nav-modern .list-group-item a {
  color: rgba(255,255,255,0.7) !important;
}

.server-nav-modern .list-group-item a:hover {
  background: rgba(255, 148, 0, 0.06) !important;
  color: var(--primary) !important;
  border-left-color: var(--primary);
}

.server-nav-modern .list-group-item.active {
  background: transparent !important;
}

.server-nav-modern .list-group-item.active a {
  background: linear-gradient(90deg, rgba(255, 148, 0, 0.1), transparent) !important;
  color: var(--primary) !important;
  border-left-color: var(--primary);
  font-weight: 700;
}

.server-nav-modern .list-group-item a .server-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0,0,0,0.15);
  flex-shrink: 0;
}

.dark .server-nav-modern .list-group-item a .server-icon {
  background: rgba(255,255,255,0.15);
}

.server-nav-modern .list-group-item.active a .server-icon {
  background: var(--primary);
  box-shadow: 0 0 8px rgba(255, 148, 0, 0.4);
}

/* Leaderboard Card Title */
.leaderboard-card-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}

.leaderboard-card-title i {
  color: var(--primary);
}

/* --- Podium Responsive --- */
@media (max-width: 768px) {
  .leaderboard-podium {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
  }

  .podium-card {
    width: 100%;
    max-width: 280px;
    min-height: auto !important;
    flex-direction: row;
    padding: 1rem 1.25rem;
    gap: 1rem;
  }

  .podium-card--gold,
  .podium-card--silver,
  .podium-card--bronze {
    order: unset;
  }

  .podium-crown {
    position: static;
    margin-right: -0.5rem;
  }

  .podium-avatar {
    margin-bottom: 0;
  }

  .podium-card--gold .podium-avatar {
    width: 56px;
    height: 56px;
  }

  .podium-card--gold .podium-rank {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .podium-rank {
    margin-bottom: 0;
  }

  .podium-info {
    text-align: left;
  }

  .header-stats-inner {
    gap: 1rem;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .header-stats-inner {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .header-stat-divider {
    display: none;
  }
}

/* --- Light Mode Podium Cards --- */
body:not(.dark) .podium-card--gold {
  background: linear-gradient(145deg, #fffdf5 0%, #fff8e7 100%);
  border-color: rgba(255, 215, 0, 0.3);
}

body:not(.dark) .podium-card--silver {
  background: linear-gradient(145deg, #fafafa 0%, #f0f0f0 100%);
  border-color: rgba(192, 192, 192, 0.3);
}

body:not(.dark) .podium-card--bronze {
  background: linear-gradient(145deg, #fdf8f3 0%, #f8efe5 100%);
  border-color: rgba(205, 127, 50, 0.25);
}

body:not(.dark) .podium-username {
  color: #333 !important;
}

body:not(.dark) .podium-card--gold .podium-username { color: #b8860b !important; }
body:not(.dark) .podium-card--silver .podium-username { color: #666 !important; }
body:not(.dark) .podium-card--bronze .podium-username { color: #8B5E3C !important; }

body:not(.dark) .podium-value {
  color: rgba(0, 0, 0, 0.5);
}

/* --- Leaderboard page heading --- */
.leaderboard-page-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.leaderboard-page-heading h2 {
  margin: 0;
  font-size: 1.5rem;
}

.leaderboard-page-heading .heading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--primary-darker));
  color: #fff;
  font-size: 1.1rem;
}

/* Leaderboard Card Override - don't hover-lift */
.leaderboard-table-wrap .card:hover {
  transform: none;
}

.server-nav-modern .card:hover {
  transform: none;
}