@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

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

/**************************************************
* NAVİGASYON İKONLARI (block-nav)
* Icons come from the LeaderOS dashboard (menu item "icon" field),
* rendered inline as <i class="block-nav-ico ..."> in header.php — so
* adding / removing / editing a menu item in the panel is reflected here.
***************************************************/
.block-nav-ico {
  font-size: .85rem;
  width: 1em;
  text-align: center;
  margin-right: 1px;
  line-height: 1;
}

/* --- RGB / Rainbow text utility --- */
@keyframes block-rgb-flow { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
.rgb-text,
.block-nav-link[href="/credits/charge"] {
  background-image: linear-gradient(90deg, #ff0040, #ff8000, #ffe000, #00e060, #00b8ff, #8a2be2, #ff0040) !important;
  background-size: 200% auto !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  animation: block-rgb-flow 4s linear infinite;
  font-weight: 800 !important;
}
/* keep the inline panel icon visible even on rainbow/gradient text links */
.block-nav-link[href="/credits/charge"] .block-nav-ico { -webkit-text-fill-color: initial; color: #ff8000; }

body {
  background-color: #faf5ea;
}

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/block/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/block/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/block/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/block/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/block/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/block/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/block/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/block/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/block/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/block/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/block/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/block/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/block/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;
}

/* ==========================================================================
   BLOCK MODERN THEME  (index4 — glassmorphism / orange)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --block-bg: #faf5ea;
  --block-ink: #0f172a;
  --block-muted: #64748b;
  --block-line: #e2e8f0;
  --block-glass: rgba(255, 255, 255, 0.65);
  --block-glass-strong: rgba(255, 255, 255, 0.85);
  --block-radius: 28px;
  --block-grad: linear-gradient(135deg, var(--primary, #ff9400), var(--secondary, #ffb15c));
}

body:not(.dark) {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  background-color: var(--block-bg) !important;
  color: #334155;
  position: relative;
  overflow-x: hidden;
}

body:not(.dark) h1, body:not(.dark) .h1,
body:not(.dark) h2, body:not(.dark) .h2,
body:not(.dark) h3, body:not(.dark) .h3,
body:not(.dark) h4, body:not(.dark) .h4,
body:not(.dark) h5, body:not(.dark) .h5,
body:not(.dark) h6, body:not(.dark) .h6 {
  font-family: 'Montserrat', sans-serif !important;
  color: var(--block-ink);
  font-weight: 800;
  letter-spacing: -0.01em;
}

/* --- Ambient background blobs --- */
.block-bg-blobs {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.block-bg-blobs span {
  position: absolute;
  border-radius: 9999px;
  filter: blur(120px);
}
.block-bg-blobs span:nth-child(1) { top: -18%; left: -10%; width: 500px; height: 500px; background: rgba(255, 198, 88, 0.34); animation: block-float-a 13s infinite ease-in-out; }
.block-bg-blobs span:nth-child(2) { top: 14%; right: -10%; width: 600px; height: 600px; background: rgba(255, 213, 128, 0.36); animation: block-float-b 16s infinite ease-in-out; }
.block-bg-blobs span:nth-child(3) { bottom: 16%; left: -6%; width: 460px; height: 460px; background: rgba(247, 178, 50, 0.26); animation: block-float-a 15s infinite ease-in-out; }
.block-bg-blobs span:nth-child(4) { bottom: -12%; right: 12%; width: 540px; height: 540px; background: rgba(255, 188, 70, 0.30); animation: block-float-b 18s infinite ease-in-out; }
.dark .block-bg-blobs { display: none; }

@keyframes block-float-a { 0%,100% { transform: translateY(0) scale(1);} 50% { transform: translateY(-22px) scale(1.05);} }
@keyframes block-float-b { 0%,100% { transform: translateY(0) scale(1.05);} 50% { transform: translateY(22px) scale(0.95);} }

.main, footer { position: relative; z-index: 2; }

/* prevent stray horizontal scroll (coverflow / blobs) in every mode */
body.dark { overflow-x: hidden; }

/* ==========================================================================
   FLOATING GLASS NAVBAR
   ========================================================================== */
.block-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  max-width: 90rem;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  padding: 9px 12px;
  background: var(--block-glass);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 34px;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.10);
  transition: box-shadow .3s ease;
}
.block-nav:hover { box-shadow: 0 20px 50px rgba(31, 38, 135, 0.14); }
.dark .block-nav {
  background: rgba(17, 17, 17, 0.75);
  border-color: rgba(255, 255, 255, 0.08);
}

.block-nav-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding-left: 6px;
  margin-right: 4px;
}
.block-nav-logo img {
  height: 32px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.block-nav-menu {
  display: flex;
  align-items: center;
  gap: 1px;
  flex-wrap: nowrap;
  min-width: 0;
}
.block-nav-link {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: 8px 9px;
  border-radius: 9999px;
  font-size: 13.5px;
  font-weight: 700;
  color: #475569 !important;
  white-space: nowrap;
  transition: all .2s ease;
  text-decoration: none !important;
}
/* compact auth buttons inside the bar so nothing overflows the pill */
.block-nav-actions .block-btn-grad { padding: 9px 16px; }
.block-nav-actions .block-user-wrap { gap: 6px !important; }
.block-nav-link:hover {
  color: var(--primary, #ff9400) !important;
  background: rgba(255, 148, 0, 0.08);
}
.block-nav-link.active {
  color: var(--primary, #ff9400) !important;
  background: var(--tertiary, #fff3e7);
}
.dark .block-nav-link { color: rgba(255,255,255,0.75) !important; }
.dark .block-nav-link:hover, .dark .block-nav-link.active { background: rgba(255,255,255,0.08); }

.block-nav-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; padding-right: 4px; }

.block-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #334155;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: all .2s ease;
}
.block-icon-btn:hover { background: rgba(255,255,255,0.8); color: var(--primary, #ff9400); }
.block-icon-btn .block-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9999px;
  background: #f43f5e;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.block-user {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 6px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  color: var(--block-ink) !important;
  font-weight: 700;
  font-size: 13px;
}
.block-user:hover { background: rgba(255,255,255,0.8); }
.block-user img { width: 26px; height: 26px; border-radius: 9999px; }
.block-user.dropdown-toggle::after { display: none; }
.dark .block-user { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.1); color:#fff !important; }
.dark .block-icon-btn { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.1); color:#fff; }

.block-btn-grad {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 9px 20px;
  border-radius: 9999px;
  background: var(--block-grad);
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  border: none;
  box-shadow: 0 8px 20px rgba(255, 148, 0, 0.25);
  transition: transform .2s ease, box-shadow .2s ease;
  text-decoration: none !important;
}
.block-btn-grad:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(255, 148, 0, 0.35); color:#fff !important; }

.block-nav-brand { display:none; font-weight: 900; font-size: 15px; background: var(--block-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.block-burger {
  display:none;
  width: 42px; height: 42px;
  border-radius: 12px;
  border: none;
  background: transparent;
  color: #475569;
  font-size: 20px;
}

/* dropdown menu (reuses bootstrap) styled — modern glass */
.block-nav .dropdown-menu {
  border: 1px solid rgba(255,255,255,0.65);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(31,38,135,0.20), 0 2px 8px rgba(31,38,135,0.08);
  background: var(--block-glass-strong);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  backdrop-filter: blur(22px) saturate(140%);
  padding: 8px;
  margin-top: 12px !important;
  min-width: 248px;
}
/* subtle pointer notch + entrance animation */
.block-nav .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 26px;
  width: 14px;
  height: 14px;
  background: inherit;
  border-left: 1px solid rgba(255,255,255,0.65);
  border-top: 1px solid rgba(255,255,255,0.65);
  border-radius: 3px 0 0 0;
  transform: rotate(45deg);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}
.block-nav .dropdown-menu.dropdown-menu-end::before { right: 26px; left: auto; }
.block-nav .dropdown-menu.show {
  animation: block-dd-in .18s cubic-bezier(.16,1,.3,1);
}
@keyframes block-dd-in {
  from { opacity: 0; transform: translateY(-6px) scale(.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.block-nav .dropdown-item {
  border-radius: 13px;
  font-weight: 600;
  padding: 10px 13px;
  font-size: 14px;
  color: #475569;
  display: flex;
  align-items: center;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
.block-nav .dropdown-item:hover {
  background: rgba(255,148,0,0.10);
  color: var(--primary, #ff9400);
  transform: translateX(2px);
}
.block-nav .dropdown-item.text-danger:hover { background: rgba(244,63,94,0.10); }
.block-nav .dropdown-menu .dropdown-divider { margin: 6px 4px; border-color: rgba(15,23,42,0.08); }
.dark .block-nav .dropdown-menu { border-color: rgba(255,255,255,0.10); }
.dark .block-nav .dropdown-menu::before { border-color: rgba(255,255,255,0.10); }
.dark .block-nav .dropdown-item { color: rgba(255,255,255,0.80); }

/* ==========================================================================
   HERO BANNER
   ========================================================================== */
.block-hero {
  position: relative;
  width: 100%;
  padding: 210px 1rem 110px;
  margin-top: -1px;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.block-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(100% 80% at 50% -5%, rgba(255, 206, 74, 0.48) 0%, rgba(246, 169, 31, 0.20) 38%, transparent 72%),
    radial-gradient(80% 70% at 88% 100%, rgba(214, 134, 12, 0.34) 0%, transparent 60%),
    radial-gradient(70% 60% at 8% 95%, rgba(255, 176, 59, 0.22) 0%, transparent 55%),
    linear-gradient(165deg, rgba(60, 40, 6, 0.80) 0%, rgba(40, 27, 8, 0.84) 52%, rgba(22, 15, 6, 0.90) 100%);
  z-index: 0;
}
/* soft honey glow line at the very top of the hero */
.block-hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 206, 74, 0.9), rgba(255, 176, 59, 0.9), transparent);
  z-index: 1;
}
.block-hero-inner { position: relative; z-index: 2; max-width: 56rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.block-hero-logo { position: relative; margin-bottom: 1.25rem; }
.block-hero-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--block-grad);
  filter: blur(34px);
  opacity: .5;
  transform: scale(1.1);
  border-radius: 24px;
  z-index: -1;
}
.block-hero-logo img { max-height: 140px; max-width: 220px; object-fit: contain; }
.block-hero h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 900;
  color: #f8fafc !important;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.block-hero p { font-size: clamp(1rem, 2vw, 1.2rem); color: #cbd5e1; font-weight: 500; max-width: 40rem; margin: 0 auto 1.75rem; }
.block-hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; align-items: center; }
.block-hero .block-btn-grad { padding: 14px 30px; font-size: 16px; border-radius: 18px; }
.block-hero-ip {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: 14px 24px;
  border-radius: 18px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-weight: 700;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: background .2s ease;
}
.block-hero-ip:hover { background: rgba(255,255,255,0.18); color:#fff; }
.block-hero-ip small { display:block; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color:#fbbf24; font-weight: 700; }

/* ==========================================================================
   GLASS CARDS (global Bootstrap .card override)
   ========================================================================== */
body:not(.dark) .card {
  background: var(--block-glass);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: var(--block-radius);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.08);
}
body:not(.dark) .card-header {
  background: transparent;
  border-bottom: 1px solid var(--block-line);
}
body:not(.dark) .card-hover { transition: all .3s cubic-bezier(0.4,0,0.2,1); }
body:not(.dark) .card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -15px rgba(255, 148, 0, 0.18);
  border-color: rgba(255, 148, 0, 0.25) !important;
}

/* Section glass title block */
.block-section-title { display:flex; align-items:center; gap: 14px; margin-bottom: 1.5rem; }
.block-section-title .ico {
  width: 44px; height: 44px;
  border-radius: 14px;
  background: var(--tertiary, #fff3e7);
  color: var(--primary, #ff9400);
  display:flex; align-items:center; justify-content:center;
  font-size: 18px;
}
.block-section-title h2 { margin: 0; font-size: 1.5rem; line-height: 1.1; }
.block-section-title p { margin: 2px 0 0; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--block-muted); }

/* ==========================================================================
   BUTTONS / FORMS  (modernized)
   ========================================================================== */
body:not(.dark) .btn { border-radius: 14px; font-weight: 700; }
body:not(.dark) .btn-lg { border-radius: 16px; }
body:not(.dark) .btn-primary {
  background: var(--block-grad) !important;
  border: none !important;
  box-shadow: 0 8px 20px rgba(255, 148, 0, 0.22);
}
body:not(.dark) .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(255, 148, 0, 0.32); }

body:not(.dark) .form-control,
body:not(.dark) .form-select {
  border-radius: 14px;
  border: 1px solid var(--block-line);
  background: rgba(255,255,255,0.55);
  padding: .7rem 1rem;
}
body:not(.dark) .form-control:focus,
body:not(.dark) .form-select:focus {
  background: #fff;
  border-color: rgba(255, 148, 0, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 148, 0, 0.12);
}

/* Breadcrumb pill */
body:not(.dark) .breadcrumb {
  background: var(--block-glass);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 9999px;
  padding: .5rem 1.1rem;
  display: inline-flex;
}

/* Tables */
body:not(.dark) .table tbody tr { transition: background .15s ease; }
body:not(.dark) .table-hover tbody tr:hover { background: rgba(255, 148, 0, 0.05); }

/* List group */
body:not(.dark) .list-group-item { background: transparent; border-color: var(--block-line); }

/* ==========================================================================
   HOME — NEWS CAROUSEL + GRID + SIDEBAR
   ========================================================================== */
.block-news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--block-glass);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: var(--block-radius);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(31,38,135,0.08);
  transition: all .3s cubic-bezier(0.4,0,0.2,1);
}
.block-news-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -15px rgba(255,148,0,0.18); border-color: rgba(255,148,0,0.25); }
.block-news-media { position: relative; height: 176px; overflow: hidden; }
.block-news-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.block-news-card:hover .block-news-media img { transform: scale(1.05); }
.block-news-media::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(2,6,23,0.7), rgba(2,6,23,0.1) 60%, transparent); }
.block-news-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(255,148,0,0.3);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
  padding: 5px 10px; border-radius: 9999px; border: 1px solid rgba(255,255,255,0.25);
}
.block-news-body { padding: 1.4rem; display:flex; flex-direction:column; flex: 1 1 auto; }
.block-news-date { font-size: 12px; font-weight: 700; color: var(--block-muted); }
.block-news-body h4 { font-size: 1.05rem; margin: .4rem 0 .5rem; }
.block-news-body h4 a { color: var(--block-ink); }
.block-news-body h4 a:hover { color: var(--primary, #ff9400); }
.block-news-excerpt { font-size: .875rem; color: var(--block-muted); line-height: 1.55; display:-webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.block-news-foot { display:flex; align-items:center; justify-content:space-between; margin-top: 1.1rem; padding-top: .9rem; border-top: 1px solid var(--block-line); }
.block-read { display:inline-flex; align-items:center; gap:6px; font-size: 13px; font-weight: 800; color: var(--primary, #ff9400) !important; }
.block-read i { transition: transform .2s ease; }
.block-read:hover i { transform: translateX(3px); }

/* Sidebar widgets */
.block-widget {
  background: var(--block-glass);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: var(--block-radius);
  box-shadow: 0 8px 32px rgba(31,38,135,0.08);
  padding: 1.4rem;
  margin-bottom: 1.5rem;
}
.block-widget-head { display:flex; align-items:center; gap: 10px; padding-bottom: .8rem; margin-bottom: .8rem; border-bottom: 1px solid var(--block-line); }
.block-widget-head .ico { width: 34px; height: 34px; border-radius: 10px; display:flex; align-items:center; justify-content:center; font-size: 15px; }
.block-widget-head h4 { margin: 0; font-size: 1rem; }
/* cleaner widget typography (matches footer widgets) */
.block-widget-head h4,
.block-list-row .who .name,
.block-skin-widget .block-skin-name {
  font-family: 'Plus Jakarta Sans', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  letter-spacing: -0.01em;
}
.block-list-row { display:flex; align-items:center; justify-content:space-between; padding: 8px; border-radius: 16px; transition: background .15s ease; }
.block-list-row:hover { background: rgba(15,23,42,0.04); }
.block-list-row .who { display:flex; align-items:center; gap: 10px; }
.block-list-row .who img { width: 36px; height: 36px; border-radius: 12px; border: 1px solid #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.block-list-row .who .name { font-size: .85rem; font-weight: 700; color: var(--block-ink); }
.block-pill-amount { font-size: 12px; font-weight: 800; color: #059669; background: #ecfdf5; padding: 5px 10px; border-radius: 10px; white-space: nowrap; }
.block-pill-credit { font-size: 12px; font-weight: 800; color: #475569; background: #f1f5f9; padding: 5px 10px; border-radius: 10px; white-space: nowrap; }
.block-tagchip { font-size: 10px; font-weight: 700; color: var(--primary, #ff9400); background: var(--tertiary, #fff3e7); padding: 1px 6px; border-radius: 6px; display:inline-block; width: fit-content; }

/* ==========================================================================
   LIGHT GLASS FOOTER  (screenshot 084627)
   ========================================================================== */
.block-footer {
  background: transparent;
  position: relative;
  z-index: 3;
  padding: 0 0 40px;
}
.block-footer-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, var(--tertiary, #fff3e7) 100%);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 32px;
  box-shadow: 0 20px 60px rgba(31, 38, 135, 0.10);
  padding: 48px 44px 30px;
}
/* warm gold ambient light inside the footer card */
.block-footer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(46% 120% at 12% 0%, rgba(255, 198, 88, 0.30) 0%, transparent 60%),
    radial-gradient(40% 120% at 88% 8%, rgba(247, 178, 50, 0.22) 0%, transparent 62%),
    radial-gradient(60% 80% at 50% 120%, rgba(255, 188, 70, 0.18) 0%, transparent 60%);
}
.block-footer-card::after {
  content: "";
  position: absolute;
  top: 0; left: 8%; right: 8%;
  height: 2px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 198, 88, 0.85), rgba(247, 178, 50, 0.85), transparent);
}
.block-footer-inner { position: relative; z-index: 2; }

/* cleaner, more modern footer widget typography */
.block-footer h5,
.block-footer .block-foot-link,
.block-footer .block-foot-about,
.block-foot-brand span {
  font-family: 'Plus Jakarta Sans', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
.block-footer h5 { color: var(--block-ink, #0f172a); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1.1rem; display: flex; align-items: center; gap: 8px; }
.block-footer h5::before { content: ""; width: 16px; height: 3px; border-radius: 3px; background: var(--block-grad); flex: 0 0 auto; }
.block-footer a { color: #51606f; font-weight: 600; font-size: 14.5px; text-decoration: none; transition: color .2s ease; }
.block-footer a:hover { color: var(--primary, #ff9400); }

/* visible widget panels */
.block-foot-col {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  padding: 20px 20px 22px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 18px rgba(31, 38, 135, 0.06);
  transition: box-shadow .2s ease, transform .2s ease;
}
.block-foot-col:hover { box-shadow: 0 12px 28px rgba(255, 148, 0, 0.14); transform: translateY(-2px); }
.dark .block-foot-col { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.08); }

.block-foot-brand { display:flex; align-items:center; gap: 12px; margin-bottom: 1rem; }
.block-foot-brand img { width: 38px; height: 38px; object-fit: contain; }
.block-foot-brand span { font-size: 1.25rem; font-weight: 900; color: var(--block-ink, #0f172a); letter-spacing: -0.01em; }

.block-footer .block-foot-about { font-size: 14px; line-height: 1.65; color: var(--block-muted, #64748b); max-width: 30rem; }

.block-footer .block-social { display:flex; gap: 14px; margin-top: .9rem; }
.block-footer .block-social a { color: var(--primary, #ff9400); font-size: 18px; }
.block-footer .block-social a:hover { color: var(--primary-darker, #ff7100); transform: translateY(-2px); }

.block-footer .block-foot-list { list-style: none; padding: 0; margin: 0; display:flex; flex-direction: column; gap: 14px; }
.block-footer .block-foot-link { display:flex; align-items:center; gap: 10px; color:#475569; }
.block-footer .block-foot-link i { color: var(--primary, #ff9400); transition: transform .2s ease; font-size: 14px; width: 16px; text-align:center; }
.block-footer .block-foot-link:hover { color: var(--primary, #ff9400); }
.block-footer .block-foot-link:hover i { transform: translateX(2px); }

/* footer pill buttons (language / currency / theme) */
.block-foot-pills { display:flex; flex-wrap: wrap; gap: 10px; margin-top: 1.5rem; }
.block-foot-pill {
  display:inline-flex; align-items:center; gap: 8px;
  padding: 9px 16px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--block-line, #e2e8f0);
  color: #334155 !important;
  font-size: 13px; font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
}
.block-foot-pill:hover { background:#fff; border-color: var(--primary, #ff9400); color: var(--primary, #ff9400) !important; box-shadow: 0 4px 12px rgba(255,148,0,0.12); }
.block-foot-pill i { font-size: 14px; }
.block-foot-pill.dropdown-toggle::after { border:none; content:"\e92e"; font-family:"sh-icons"; margin-left:2px; font-size:11px; }
.block-foot-pills .dropdown-menu {
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(31,38,135,0.15);
  background: var(--block-glass-strong, rgba(255,255,255,0.95));
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  padding: 8px;
}
.block-foot-pills .dropdown-item { border-radius: 10px; font-weight: 600; padding: 8px 12px; }

.block-foot-bottom { border-top: 1px solid var(--block-line, #e2e8f0); margin-top: 36px; padding-top: 26px; display:flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; }
.block-foot-bottom .copy { font-size: 14px; font-weight: 600; color: var(--block-muted, #64748b); }
.block-foot-bottom .block-foot-powered,
.block-foot-bottom #powered_by_leaderos,
.block-foot-bottom #powered_by_leaderos a { color: var(--block-muted, #94a3b8) !important; font-size: 13px; font-weight: 600; }
.block-foot-bottom #powered_by_leaderos strong { color: #334155; }

/* dark mode footer */
.dark .block-footer-card { background: linear-gradient(135deg, #15171d 0%, #111111 100%); border-color: rgba(255,255,255,0.06); }
.dark .block-foot-brand span { color: #fff; }
.dark .block-footer a { color: rgba(255,255,255,0.7); }
.dark .block-footer .block-foot-link { color: rgba(255,255,255,0.7); }
.dark .block-foot-pill { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.1); color:#fff !important; }
.dark .block-foot-bottom { border-color: rgba(255,255,255,0.1); }
.dark .block-foot-bottom #powered_by_leaderos strong { color:#fff; }
.dark .block-footer h5 { color: #fff; }
.dark .block-footer-card::before {
  background:
    radial-gradient(46% 120% at 12% 0%, rgba(255, 198, 88, 0.18) 0%, transparent 60%),
    radial-gradient(40% 120% at 88% 8%, rgba(247, 178, 50, 0.14) 0%, transparent 62%),
    radial-gradient(60% 80% at 50% 120%, rgba(255, 188, 70, 0.12) 0%, transparent 60%);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
/* very wide screens: let the bar breathe a little less so links stay grouped */
@media (min-width: 1400px) {
  .block-nav-link { padding: 8px 11px; }
}
/* below 1400px the full horizontal menu gets cramped -> switch to burger */
@media (max-width: 1399.98px) {
  .block-nav-menu, .block-user-wrap, .block-nav-logo { display: none !important; }
  .block-nav-brand { display: inline-block; }
  .block-burger { display: inline-flex; align-items:center; justify-content:center; }
  .block-nav { justify-content: space-between; padding: 8px 12px; }
}
@media (max-width: 767.98px) {
  .block-nav { width: calc(100% - 20px); top: 12px; border-radius: 24px; }
  .block-hero { padding: 150px 1rem 70px; }
  .block-hero-logo img { max-height: 100px; max-width: 170px; }
  .block-hero-cta { gap: .65rem; }
  .block-hero-cta .block-btn-grad,
  .block-hero-ip { width: 100%; justify-content: center; }
}
@media (max-width: 575.98px) {
  .block-hero { padding-top: 130px; }
  .block-nav-brand { font-size: 14px; }
}

/* ==========================================================================
   AUTH PAGES (login / register / ...) — glass
   ========================================================================== */
.body-auth-modern { background: var(--block-bg, #f1f5f9) !important; }
.body-auth-modern .signin-form-card,
.body-auth-modern .signin-form-inner {
  background: var(--block-glass-strong, rgba(255,255,255,0.85)) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.6) !important;
  border-radius: 26px !important;
  box-shadow: 0 20px 50px rgba(31,38,135,0.12) !important;
}
.body-auth-modern .input-group .form-control.rounded,
.body-auth-modern .password-toggle .form-control { padding-left: 2.6rem; }
.body-auth-modern .input-group > i { z-index: 5; color: var(--block-muted, #64748b); }
.dark.body-auth-modern .signin-form-card,
.dark.body-auth-modern .signin-form-inner {
  background: rgba(17,17,17,0.85) !important;
  border-color: rgba(255,255,255,0.08) !important;
}

/* ---- Split-screen auth (form left · honey brand right) ---- */
.body-auth-split { overflow-x: hidden !important; }
.block-auth-shell {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-wrap: nowrap;
}
.block-auth-form-col {
  flex: 1 1 52%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem 1.25rem;
  position: relative;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(255,193,84,0.10), transparent 60%),
    var(--block-bg, #f5f6f8);
}
.dark .block-auth-form-col { background: #14161c; }
.block-auth-powered { margin-top: 1.5rem; opacity: .7; }

.block-auth-brand-col {
  flex: 1 1 48%;
  min-width: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background:
    radial-gradient(90% 70% at 70% 25%, rgba(255,193,84,0.28), transparent 60%),
    radial-gradient(80% 80% at 20% 90%, rgba(255,150,0,0.20), transparent 55%),
    linear-gradient(155deg, #2a1c06 0%, #1a1407 45%, #0e0c0a 100%);
}
.block-auth-brand-blobs span {
  position: absolute;
  border-radius: 9999px;
  filter: blur(90px);
  pointer-events: none;
}
.block-auth-brand-blobs span:nth-child(1) { top: -10%; right: -8%; width: 360px; height: 360px; background: rgba(255,191,71,0.30); }
.block-auth-brand-blobs span:nth-child(2) { bottom: -12%; left: -10%; width: 340px; height: 340px; background: rgba(214,134,12,0.28); }

.block-auth-brand-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 26rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-auth-cube {
  position: relative;
  margin-bottom: 1.75rem;
  animation: block-cube-float 5s ease-in-out infinite;
}
.block-auth-cube img { width: 230px; max-width: 60vw; height: auto; filter: drop-shadow(0 24px 40px rgba(0,0,0,0.45)); }
@keyframes block-cube-float {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50%     { transform: translateY(-14px) rotate(1deg); }
}
.block-auth-brand-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: .02em;
  margin: 0 0 .6rem;
  line-height: 1;
  background: linear-gradient(180deg, #fff1c2 0%, #ffce4a 45%, #f6a91f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffce4a !important;
  text-shadow: 0 2px 18px rgba(255,184,46,0.35);
}
.block-auth-brand-sub {
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 1.6rem;
}
.block-auth-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffce4a;
  background: rgba(255,206,74,0.10);
  border: 1px solid rgba(255,206,74,0.30);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.block-auth-brand-badge i { color: #ffb637; }

@media (max-width: 991.98px) {
  .block-auth-brand-col { display: none; }
  .block-auth-form-col { flex-basis: 100%; }
}

/* ==========================================================================
   FOOTER FLYING BEES 🐝
   ========================================================================== */
.block-bees {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.block-bee {
  position: absolute;
  width: 30px;
  height: 20px;
  opacity: .95;
  will-change: transform, left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  filter: drop-shadow(0 3px 4px rgba(0,0,0,0.22));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16' shape-rendering='crispEdges'%3E%3Crect x='5' y='0' width='7' height='6' fill='%23ffffff' opacity='0.9'/%3E%3Crect x='13' y='1' width='5' height='5' fill='%23ffffff' opacity='0.7'/%3E%3Crect x='4' y='5' width='16' height='9' fill='%23f4b400'/%3E%3Crect x='4' y='5' width='3' height='9' fill='%233a2a14'/%3E%3Crect x='9' y='5' width='3' height='9' fill='%233a2a14'/%3E%3Crect x='14' y='5' width='3' height='9' fill='%233a2a14'/%3E%3Crect x='18' y='4' width='5' height='10' fill='%233a2a14'/%3E%3Crect x='21' y='6' width='2' height='2' fill='%23ffffff'/%3E%3Crect x='2' y='8' width='2' height='2' fill='%233a2a14'/%3E%3Crect x='21' y='1' width='1' height='3' fill='%233a2a14'/%3E%3C/svg%3E");
}
/* wing flutter */
.block-bee::before {
  content: "";
  position: absolute;
  inset: 0;
  animation: bee-buzz .18s ease-in-out infinite alternate;
}
@keyframes bee-buzz {
  from { transform: translateY(0) rotate(-1.5deg); }
  to   { transform: translateY(-1.5px) rotate(1.5deg); }
}
/* each bee flies across with a gentle vertical bob */
.block-bee-1 { top: 20%; width: 30px; height: 20px; animation: bee-fly-r 16s linear infinite; animation-delay: 0s; }
.block-bee-2 { top: 60%; width: 24px; height: 16px; animation: bee-fly-l 20s linear infinite; animation-delay: 2.5s; }
.block-bee-3 { top: 42%; width: 38px; height: 25px; animation: bee-fly-r 24s linear infinite; animation-delay: 6s; }
.block-bee-4 { top: 74%; width: 28px; height: 19px; animation: bee-fly-l 18s linear infinite; animation-delay: 9s; }
.block-bee-5 { top: 12%; width: 20px; height: 14px; animation: bee-fly-r 22s linear infinite; animation-delay: 13s; }

/* left-to-right (faces right) */
@keyframes bee-fly-r {
  0%   { left: -8%;  transform: translateY(0) scaleX(1); }
  12%  { transform: translateY(-26px) scaleX(1); }
  28%  { transform: translateY(14px) scaleX(1); }
  46%  { transform: translateY(-18px) scaleX(1); }
  64%  { transform: translateY(20px) scaleX(1); }
  82%  { transform: translateY(-12px) scaleX(1); }
  100% { left: 108%; transform: translateY(0) scaleX(1); }
}
/* right-to-left (mirror so the bee faces its travel direction) */
@keyframes bee-fly-l {
  0%   { left: 108%; transform: translateY(0) scaleX(-1); }
  12%  { transform: translateY(22px) scaleX(-1); }
  28%  { transform: translateY(-16px) scaleX(-1); }
  46%  { transform: translateY(18px) scaleX(-1); }
  64%  { transform: translateY(-20px) scaleX(-1); }
  82%  { transform: translateY(14px) scaleX(-1); }
  100% { left: -8%;  transform: translateY(0) scaleX(-1); }
}
@media (prefers-reduced-motion: reduce) {
  .block-bee { animation: none !important; display: none; }
}

/* Offcanvas mobile menu styling */
.block-offcanvas .offcanvas-body { padding: 1rem; }
.block-mobile-link {
  display:flex; align-items:center; gap: 10px;
  padding: 12px 14px; border-radius: 16px;
  font-weight: 700; color: #334155 !important; text-decoration: none;
}
.block-mobile-link:hover, .block-mobile-link.active { background: var(--tertiary, #fff3e7); color: var(--primary, #ff9400) !important; }

/* ==========================================================================
   STORE (LeaderOS-style — screenshot 084748)
   ========================================================================== */
.block-store-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  padding: 40px 44px;
  border-radius: var(--block-radius, 28px);
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 40px rgba(31,38,135,0.12);
  margin-bottom: 2rem;
}
.block-store-banner-text { flex: 1 1 380px; color: #fff; }
.block-store-crumb { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.75); margin-bottom: .75rem; }
.block-store-crumb a { color: rgba(255,255,255,0.85); text-decoration: none; }
.block-store-crumb a:hover { color: #fff; }
.block-store-crumb span { margin: 0 6px; opacity: .6; }
.block-store-banner-text h1 { color: #fff !important; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 900; margin-bottom: .6rem; }
.block-store-banner-text p { color: rgba(255,255,255,0.85); font-size: .95rem; max-width: 38rem; margin-bottom: 1.1rem; }
.block-store-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.block-store-pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 14px; border-radius: 9999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  color: #fff; font-size: 12.5px; font-weight: 700;
}
.block-store-pill i { color: var(--secondary, #ffb15c); font-size: 13px; }

.block-store-account {
  flex: 0 0 300px;
  max-width: 100%;
  background: var(--block-glass-strong, rgba(255,255,255,0.92));
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 12px 36px rgba(31,38,135,0.18);
}
.block-store-acc-user { display: flex; align-items: center; gap: 12px; margin-bottom: 1rem; }
.block-store-acc-user img { width: 48px; height: 48px; border-radius: 14px; }
.block-store-acc-user small, .block-store-acc-balance small { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--block-muted, #64748b); }
.block-store-acc-user .name { font-size: 1.05rem; font-weight: 800; color: var(--block-ink, #0f172a); line-height: 1.1; }
.block-store-acc-balance { margin-bottom: 1rem; }
.block-store-acc-balance .amount { font-size: 1.6rem; font-weight: 900; color: var(--block-ink, #0f172a); line-height: 1.1; }
.block-store-acc-note { margin-top: .75rem; font-size: 12px; color: var(--block-muted, #64748b); text-align: center; }
.dark .block-store-account { background: rgba(17,17,17,0.9); border-color: rgba(255,255,255,0.08); }
.dark .block-store-acc-user .name, .dark .block-store-acc-balance .amount { color: #fff; }

/* layout: sidebar + grid */
.block-store-layout { display: grid; grid-template-columns: 248px 1fr; gap: 24px; align-items: start; }
.block-store-cats {
  position: sticky; top: 96px;
  background: var(--block-glass, rgba(255,255,255,0.65));
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: var(--block-radius, 28px);
  box-shadow: 0 8px 32px rgba(31,38,135,0.08);
  padding: 16px;
}
.dark .block-store-cats { background: #111111; border-color: rgba(255,255,255,0.06); }
.block-store-cats-title { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--block-muted, #64748b); padding: 6px 10px 12px; }
.block-store-cat-btn {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 12px; margin-bottom: 4px;
  border-radius: 14px;
  font-size: 14px; font-weight: 700; color: #475569 !important;
  text-decoration: none; transition: all .18s ease;
}
.block-store-cat-btn .ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 10px;
  background: var(--tertiary, #fff3e7); color: var(--primary, #ff9400);
  font-size: 14px; flex-shrink: 0;
}
.block-store-cat-btn .count { margin-left: auto; font-size: 11px; font-weight: 800; color: var(--block-muted, #64748b); background: rgba(15,23,42,0.06); padding: 2px 9px; border-radius: 9999px; }
.block-store-cat-btn:hover { background: rgba(255,148,0,0.08); color: var(--primary, #ff9400) !important; }
.block-store-cat-btn.on { background: var(--block-grad); color: #fff !important; box-shadow: 0 8px 18px rgba(255,148,0,0.22); }
.block-store-cat-btn.on .ic { background: rgba(255,255,255,0.25); color: #fff; }
.block-store-cat-btn.on .count { background: rgba(255,255,255,0.25); color: #fff; }
.dark .block-store-cat-btn { color: rgba(255,255,255,0.75) !important; }
.dark .block-store-cat-btn:hover { background: rgba(255,255,255,0.06); }

/* expanded subcategories */
.block-store-subcats { margin: 2px 0 8px 16px; padding-left: 8px; border-left: 2px solid var(--block-line, #e2e8f0); display: flex; flex-direction: column; gap: 2px; animation: block-subcat-in .25s ease; }
.block-store-subcat-btn { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 10px; font-size: 13px; font-weight: 600; color: #64748b !important; text-decoration: none; transition: all .15s ease; }
.block-store-subcat-btn i { font-size: 11px; color: var(--primary, #ff9400); }
.block-store-subcat-btn:hover { background: rgba(255,148,0,0.08); color: var(--primary, #ff9400) !important; }
.block-store-subcat-btn.on { background: var(--tertiary, #fff3e7); color: var(--primary, #ff9400) !important; }
.dark .block-store-subcat-btn { color: rgba(255,255,255,0.65) !important; }
@keyframes block-subcat-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

/* store typography */
.block-store-banner, .block-store-account, .block-store-cats, .block-store-main,
.block-store-banner-text h1, .block-store-grid-head h2, .block-cat-name,
.block-store-cat-btn, .block-store-pill, .block-store-acc-balance .amount {
  font-family: 'Montserrat', -apple-system, 'Segoe UI', sans-serif;
}
.block-store-main { min-width: 0; }
.block-store-grid-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 1.25rem; }
.block-store-grid-head h2 { font-size: 1.5rem; margin: 0; }
.block-store-grid-head span { font-size: 13px; font-weight: 700; color: var(--block-muted, #64748b); }

.block-store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.block-cat-card {
  display: flex; flex-direction: column;
  background: var(--block-glass, rgba(255,255,255,0.65));
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 8px 32px rgba(31,38,135,0.08);
  transition: all .3s cubic-bezier(0.4,0,0.2,1);
  text-decoration: none;
}
.block-cat-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -15px rgba(255,148,0,0.2); border-color: rgba(255,148,0,0.25); }
.block-cat-art { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--tertiary, #fff3e7); }
.block-cat-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.block-cat-card:hover .block-cat-art img { transform: scale(1.06); }
.block-cat-name { margin: 0; padding: 16px 18px; font-size: 1.05rem; font-weight: 800; color: var(--block-ink, #0f172a); }
.dark .block-cat-card { background: #111111; border-color: rgba(255,255,255,0.06); }
.dark .block-cat-name { color: #fff; }

@media (max-width: 991.98px) {
  .block-store-layout { grid-template-columns: 1fr; }
  .block-store-cats { position: static; display: flex; flex-wrap: wrap; gap: 8px; }
  .block-store-cats-title { width: 100%; padding: 4px 6px 6px; }
  .block-store-cat-btn { margin-bottom: 0; }
  .block-store-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
  .block-store-banner { padding: 28px 24px; }
  .block-store-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   HOME — NEWS COVERFLOW CAROUSEL (ported from index4)
   ========================================================================== */
.block-cf { position: relative; width: 100%; padding: 16px 0 8px; margin-bottom: 2.5rem; user-select: none; touch-action: pan-y; overflow: hidden; }
.block-cf-track { position: relative; width: 100%; height: 420px; cursor: grab; }
.block-cf-track:active { cursor: grabbing; }
.block-cf-slide {
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  height: 400px;
  display: flex;
  flex-direction: row;
  border-radius: 32px;
  overflow: hidden;
  background: var(--block-glass-strong, rgba(255,255,255,0.85));
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: 0 24px 60px rgba(31,38,135,0.18);
  cursor: pointer;
}
.block-cf-slide img { pointer-events: none; -webkit-user-drag: none; user-select: none; }
.block-cf-media { position: relative; width: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.block-cf-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.block-cf-slide:hover .block-cf-media img { transform: scale(1.06); }
.block-cf-media-ov { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top right, rgba(2,6,23,0.85), rgba(15,23,42,0.55) 60%, transparent); }
.block-cf-media-text { position: relative; z-index: 2; text-align: center; color: #fff; padding: 0 1.5rem; }
.block-cf-cat { display: inline-block; margin-bottom: .8rem; background: rgba(255,148,0,0.32); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.25); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; padding: 5px 13px; border-radius: 9999px; }
.block-cf-media-text h3 { color: #fff !important; font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 900; line-height: 1.15; margin: 0; }
.block-cf-content { width: 50%; padding: 2.4rem; display: flex; flex-direction: column; justify-content: space-between; }
.block-cf-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; font-size: 12px; font-weight: 700; color: var(--block-muted, #64748b); }
.block-cf-meta i { color: var(--primary, #ff9400); margin-right: 4px; }
.block-cf-content h4 { font-size: clamp(1.05rem, 1.6vw, 1.3rem); font-weight: 800; color: var(--block-ink, #0f172a); margin-bottom: .75rem; line-height: 1.3; }
.block-cf-content p { font-size: .9rem; color: var(--block-muted, #64748b); line-height: 1.6; margin: 0; display:-webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.block-cf-foot { margin-top: 1.25rem; }
.block-cf-btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; border-radius: 14px; background: var(--block-grad); color: #fff !important; font-weight: 700; font-size: 14px; text-decoration: none; box-shadow: 0 8px 20px rgba(255,148,0,0.25); transition: transform .2s ease; }
.block-cf-btn:hover { transform: translateY(-1px); color:#fff !important; }
.dark .block-cf-slide { background: rgba(17,17,17,0.9); border-color: rgba(255,255,255,0.08); }
.dark .block-cf-content h4 { color: #fff; }

.block-cf-dots { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.block-cf-dot { width: 9px; height: 9px; padding: 0; border: none; border-radius: 9999px; background: #cbd5e1; cursor: pointer; transition: all .25s ease; }
.block-cf-dot.on { width: 26px; background: var(--primary, #ff9400); }
.dark .block-cf-dot { background: #475569; }

@media (max-width: 767.98px) {
  .block-cf-track { height: 440px; }
  .block-cf-slide { width: 92%; height: 420px; flex-direction: column; }
  .block-cf-media { width: 100%; height: 170px; flex: 0 0 170px; }
  .block-cf-content { width: 100%; padding: 1.4rem; }
  .block-cf-content p { -webkit-line-clamp: 3; }
}

/* ==========================================================================
   SIDEBAR — FULL BODY SKIN
   ========================================================================== */
.block-skin-widget {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--primary, #ff9400), var(--primary-darker, #ff7100));
  text-align: center;
  color: #fff;
}
.block-skin-widget .block-skin-rank { position: relative; z-index: 2; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; background: rgba(255,255,255,0.2); display:inline-block; padding: 4px 12px; border-radius: 9999px; }
.block-skin-body { position: relative; z-index: 2; height: 220px; margin-top: .75rem; display:flex; align-items:flex-end; justify-content:center; }
.block-skin-body img { height: 220px; width: auto; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(0,0,0,0.25)); }
.block-skin-widget .block-skin-name { position: relative; z-index: 2; font-size: 1.2rem; font-weight: 900; color:#fff; margin-top: .5rem; }
.block-skin-widget .block-skin-meta { position: relative; z-index: 2; font-size: .85rem; color: rgba(255,255,255,0.9); margin-bottom: .25rem; }
.block-skin-widget .block-skin-meta strong { color:#fff; }