/* get-web custom */

:root {
	--font-0: "PT Root UI", sans-serif;
	--font-1: "Druk Cyr", sans-serif;
}

/* noUi */

.noUi-target {
	background: var(--bg-tertiary, #333);
	border-radius: 4px;
	border: 0;
	box-shadow: none;
}

.noUi-connect {
	background: var(--bg-accentPrimary, #e12f27);
}

.noUi-horizontal {
	height: 4px;
}

.noUi-marker {
	background: #333;
	top: 9px;
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: 0px;
	width: 1px;
	height: 4px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 13px;
	background: #617a26;
	top: 7px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 12px;
	background: #333;
	top: 2px;
}

.noUi-value {
	color: white;
	font-family: var(--font-0);
	font-size: 10px;
	font-weight: 500;
	top: 0;
}

.noUi-value-sub {
	color: #838383;
	font-family: var(--font-0);
	font-size: 12px;
	font-weight: 400;
	top: 18px;
}

.noUi-handle {
	border: 0;
	border-radius: 50%;
	background: var(--text-icon-accent-primary, #e12f27);
	cursor: default;
	box-shadow: none;
}

.noUi-horizontal .noUi-handle {
	width: 16px;
	height: 16px;
	left: -10px;
	top: -7px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -8px;
	left: auto;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 0;
	border-radius: 3px;
	background: #151317;
	color: white;
	font-family: "Segoe UI";
	font-size: 11px;
	font-weight: 400;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	width: 16px;
	height: 16px;
	line-height: 15px;
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 13px;
}

.noUi-handle::after,
.noUi-handle::before,
.noUi-handle::after,
.noUi-handle::before {
	content: none;
}

.noUi-pips-horizontal {
	padding: 0;
	height: 35px;
}

/* bonus */

.bonus {
	color: var(--text-icon-primary, #fff);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 2px;
}

.bonus__img {
	border-radius: 4px;
	border: 1px solid var(--border-transparentBlack, rgba(255, 255, 255, 0.09));
	box-shadow: 0 0 32px 0 rgba(235, 188, 115, 0.64);
	box-sizing: border-box;
	object-fit: cover;
	width: 32px;
	height: 32px;
	background-color: #1d110d;
	font-size: 10px;
}

.bonus__name {
}

/* bonuses */

.bonuses {
	display: grid;
	gap: 24px;
	transition: 0.2s all;
}

.bonuses_blur {
	opacity: 0.48;
	filter: blur(8px);
	pointer-events: none;
	user-select: none;
}

.bonuses__head {
	padding: 10px 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	border-radius: 12px;
	background: var(--bg-secondary, #141414);
	min-height: 72px;
}

@media screen and (max-width: 520px) {
	.bonuses__head {
		min-height: 68px;
	}
}

.bonuses__title {
	color: #ebbc73;
	font-family: var(--font-1);
	font-size: 26px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

@media screen and (max-width: 520px) {
	.bonuses__title {
		font-size: 20px;
	}
}

.bonuses__desc {
	color: var(--text-icon-transparent-white, rgba(255, 255, 255, 0.64));
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
}

.bonuses__head-border {
	width: 2px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.24);
}

.bonuses__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

@media screen and (max-width: 520px) {
	.bonuses__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ps */

.ps {
	border-radius: 12px;
	background: rgba(127, 127, 127, 0.16);
	display: flex;
	height: 72px;
	padding: 4px 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 8px;
	color: var(--text-icon-secondary, #ccc);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	flex-grow: 1;
	box-sizing: border-box;
	border: 1px solid transparent;
	transition: 0.2s all;
	cursor: pointer;
}

.ps:has(.ps__input:checked),
.ps_active,
.ps:hover {
	background: rgba(127, 127, 127, 0);
	border: 1px solid var(--Border-transparentWhite, rgba(255, 255, 255, 0.64));
}

.ps__input {
	display: none;
}

.ps__img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	flex-shrink: 1;
	min-height: 0;
}

.ps__title {
	margin: 0;
	line-height: 1;
}

/* notice */

.notice {
	color: var(--text-icon-secondary, #ccc);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.28;
}

/* dsc */

.dsc {
	color: var(--text-icon-primary, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
}

/* ttl */

.ttl {
	color: var(--text-icon-primary, #fff);

	/* Headings/D/H6 */
	font-family: var(--font-1);
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
	.ttl {
		font-size: 30px;
	}
}

/* btn */

.btn {
	border-radius: 12px;
	background: var(--bg-accentPrimary, #e12f27);
	box-shadow: 0 0 32px 0 rgba(225, 47, 39, 0.64);
	height: 72px;
	min-width: 200px;
	padding: 10px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: var(--text-icon-primary, #fff);
	text-align: center;
	font-family: var(--font-1);
	font-size: 26px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	border: 0;
	transition: 0.2s all;
	cursor: pointer;
}

.btn:hover {
	box-shadow: 0 0 32px 0 rgba(225, 47, 39, 0);
}

/* cntl */

.cntl {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
	align-items: flex-start;
}

@media screen and (max-width: 520px) {
	.cntl {
		grid-template-columns: 1fr;
	}
}

.cntl__box {
	display: grid;
}

.cntl__dsc {
	margin-bottom: 12px;
}

.cntl__btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.cntl__btn {
	flex-grow: 1;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 8px 14px;
	color: var(--text-icon-primary, #fff);
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.64);
	transition: 0.2s all;
}

.cntl__btn:hover {
	background: rgba(255, 255, 255, 0.08);
}

/* field */

.field {
	display: flex;
	height: 44px;
	min-width: 0;
}

.field__desc {
	padding: 6px 16px;
	border-radius: 8px 0 0 8px;
	background: var(--bg-tertiary, #333);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: default;
	color: var(--text-icon-transparent-white, rgba(255, 255, 255, 0.64));
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
}

.field__input {
	border-radius: 0 8px 8px 0;
	border-top: 1px solid var(--border-primary, #1f1f1f);
	border-right: 1px solid var(--border-primary, #1f1f1f);
	border-bottom: 1px solid var(--border-primary, #1f1f1f);
	border-left: 0;
	background: var(--bg-primary, #000);
	padding: 6px 16px;
	flex-grow: 1;
	min-width: 0;
	box-sizing: border-box;
	color: var(--text-icon-primary, #fff);
	font-family: var(--font-0);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
}

/* dnt */

.dnt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	box-sizing: border-box;
}

@media screen and (max-width: 968px) {
	.dnt {
		grid-template-columns: 1fr;
	}
}

.dnt__box {
	display: flex;
	flex-direction: column;
	gap: 24px;
	box-sizing: border-box;
	padding: 24px;
	border-radius: 12px;
	flex-shrink: 0;
	min-width: 0;
}

.dnt__box_1 {
	background: var(--bg-secondary, #141414);
}

.dnt__box_2 {
	border-radius: 12px;
	border: 1px solid var(--border-primary, #1f1f1f);
	background: var(--bg-primary, #000);
}

.dnt__ttl {
}

.dnt__cntl {
}

.dnt__sliderbox {
	margin-bottom: 30px;
}

.dnt__results {
}

.dnt__result-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	height: 24px;
	color: var(--text-icon-tertiary, rgba(255, 255, 255, 0.4));
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.42;
	box-sizing: border-box;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.09);
}

.dnt__result-dsc {
	text-align: left;
}

.dnt__result-val {
	color: var(--text-icon-secondary, #ccc);
	text-align: right;
}

.dnt__psbox {
	display: grid;
	gap: 16px;
}

.dnt__pslist {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.dnt__pslist_type_2 {
	grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 520px) {
	.dnt__pslist {
		grid-template-columns: repeat(2, 1fr);
	}
}

.dnt__btnbox {
}

.dnt__btn {
	width: 100%;
}

.dnt__info {
	color: rgba(255, 255, 255, 0.64);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
}

/* button */

.button {
	border-radius: 12px;
	border: 1px solid var(--border-primary, #1f1f1f);
	background: var(--bg-secondary, #141414);
	min-height: 60px;
	padding: 10px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	transition: 0.2s all;
	color: var(--text-icon-primary, #fff);
	text-align: center;
	font-family: var(--font-1);
	font-size: 26px;
	font-style: normal;
	font-weight: 900;
	line-height: 0.92;
	text-transform: uppercase;
}

.button:hover {
	background: var(--border-primary, #1f1f1f);
}

.button_type_2 {
	border: 1px solid transparent;
	background: #5963f8;
	box-shadow: 0 0 32px 0 rgba(89, 99, 248, 0.64);
}

.button_type_2:hover {
	background-color: #5963f8;
	box-shadow: 0 0 32px 0 rgba(89, 99, 248, 0);
}

.button_type_3 {
	border: 1px solid transparent;
	background: #229ed9;
	box-shadow: 0 0 32px 0 rgba(21, 156, 222, 0.64);
}

.button_type_3:hover {
	background-color: #229ed9;
	box-shadow: 0 0 32px 0 rgba(21, 156, 222, 0);
}

/* cnt */

.cnt {
	display: flex;
	flex-direction: column;
	border-radius: 18px;
	border: 1px solid var(--border-primary, #1f1f1f);
	background: var(--bg-primary, #000);
	padding: 64px;
	box-sizing: border-box;
	gap: 48px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.cnt {
		gap: 24px;
		padding: 24px;
	}
}

.cnt__title {
	color: var(--text-icon-primary, #fff);
	font-family: var(--font-1);
	font-size: 60px;
	font-style: normal;
	font-weight: 900;
	line-height: 0.9;
	text-transform: uppercase;
	margin-bottom: 24px;
}

@media screen and (max-width: 1700px) {
	.cnt__title {
		font-size: 40px;
	}
}

@media screen and (max-width: 768px) {
	.cnt__title {
		font-size: 36px;
	}
}

.cnt__desc {
	color: var(--text-icon-transparent-white, rgba(255, 255, 255, 0.64));
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.44;
}

.cnt__btns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 8px;
}

.cnt__devider {
	height: 1px;
	width: 100%;
	background-color: var(--border-primary, #1f1f1f);
}

.cnt__links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

/* @media screen and (max-width: 460px) {
	.cnt__links {
		flex-direction: column;
	}
} */

.cnt__link {
	text-decoration: none;
	color: var(--text-icon-transparent-white, rgba(255, 255, 255, 0.64));
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: 0.56px;
	text-transform: uppercase;
}

.cnt__link:hover {
	color: var(--text-icon-primary, #fff);
}

.cnt__links-separator {
	width: 2px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.24);
}

/* @media screen and (max-width: 460px) {
	.cnt__links-separator {
		display: none;
	}
} */

/* page-support  */

.page-support {
	background-color: #000;
	background-image: url(../img/bg-support.jpg);
	background-size: max(100%, 1920px);
	background-position: 44% top;
	background-repeat: no-repeat;
}

/* support */

.support {
	min-height: 100vh;
	box-sizing: border-box;
	padding: 200px 96px 100px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

@media screen and (max-width: 1700px) {
	.support {
		padding-left: 48px;
		padding-right: 48px;
	}
}

@media screen and (max-width: 1300px) {
	.support {
		padding-top: 156px;
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 768px) {
	.support {
		padding-top: 110px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

.support__box {
}

.support__heading {
	color: var(--text-icon-primary, #fff);
	font-family: var(--font-1);
	font-size: 148px;
	font-style: normal;
	font-weight: 900;
	line-height: 0.9;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1700px) {
	.support__heading {
		font-size: 120px;
	}
}

@media screen and (max-width: 1500px) {
	.support__heading {
		font-size: 96px;
	}
}

@media screen and (max-width: 768px) {
	.support__heading {
		font-size: 54px;
	}
}

/* status */

.status {
	--status-online-color: #ff5c4b;
	color: #fdfded;
	font-family: var(--font-1);
	font-size: 46px;
	font-style: normal;
	font-weight: 500;
	line-height: 0.92;
	letter-spacing: 1.84px;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
	text-align: center;
	width: fit-content;
}

@media screen and (max-width: 768px) {
	.status {
		font-size: 40px;
	}
}

[data-status-online="on"] {
	--status-online-color: #8dff4b;
}

[data-status-online="off"] {
	--status-online-color: #ff5c4b;
}

.status__online {
	background-color: var(--status-online-color);
	filter: drop-shadow(0 0 8px var(--status-online-color));
	width: 16px;
	height: 16px;
	position: absolute;
	left: calc(100% + 5px);
	bottom: 70%;
	border-radius: 50%;
}

/* bsn */

.bsn {
	box-sizing: border-box;
	padding: 24px;
	color: #161616;
	background-color: #fff;
	background-image: url(../img/bsn-bg.jpg);
	background-size: 110%;
	background-position: right bottom;
	background-repeat: no-repeat;
	line-height: 1.23;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.52);
}

.bsn_pos {
	position: fixed;
	bottom: 38px;
	right: 42px;
	max-width: 540px;
	width: 100%;
	z-index: 20;
	animation: bsnShow 0.2s ease-out forwards;
}

@keyframes bsnShow {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width: 610px) {
	.bsn_pos {
		bottom: 12px;
		right: 12px;
		left: 12px;
		max-width: none;
		width: auto;
	}
}

.bsn__heading {
	color: #161616;
	font-family: var(--font-1);
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
	box-sizing: border-box;
	padding-right: 30px;
}

.bsn__close {
	position: absolute;
	top: 16px;
	right: 16px;
	border-radius: 12px;
	background: var(--bg-secondary, #141414);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: 0.2s all;
}

.bsn__close:hover {
	background: #2b2b2b;
}

.bsn__close:after {
	display: block;
	content: "";
	background: url(../img/bns-close.svg) no-repeat center center;
	background-size: contain;
	width: 12px;
	height: 12px;
}

.grecaptcha-badge {
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	left: -9999px !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

/* ============================================
   STATUS SERVERS — two inline statuses
   ============================================ */

.vanila__statusbox {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 0;
}

.status-server {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.status-server__name {
    font-family: "Druk Cyr", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(253,253,237,0.45);
}

.status-server__divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 100%);
    margin: 0 28px;
    align-self: center;
}

.status.status--inline {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 28px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}

.status__rate {
    font-family: "Druk Cyr", sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: #fdfded;
}

.status__count {
    font-family: "Druk Cyr", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #8dff4b;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.status--inline .status__online {
    position: static;
    flex-shrink: 0;
    margin-left: 2px;
    width: 10px;
    height: 10px;
}

@media screen and (max-width: 576px) {
    .status-server__divider { margin: 0 18px; }
    .status__rate { font-size: 22px; }
    .status__count { font-size: 14px; }
}


/* ============================================
   HEADER MENU SEPARATOR
   ============================================ */

.header-menu-sep {
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.18);
    margin: 0 4px;
    flex-shrink: 0;
    align-self: center;
    list-style: none;
}


/* ============================================
   RED → ORANGE GRADIENT ACCENT OVERRIDE
   ============================================ */

/* Replace all red glow/border accents with gradient theme */
.features-item-wrap:nth-child(3) .features-item::after {
    background: radial-gradient(50% 50% at 50% 50%, #d3051d 0, rgba(211,5,29,0) 100%) !important;
}

.features-item:hover .video-link,
.features .video-link:hover {
    background: linear-gradient(45deg, #2e1c29, #d3051d) !important;
    color: #fff !important;
    border: none !important;
}

/* Card borders glow */
.features-item {
    border: 1px solid var(--border-primary);
    transition: border-color .4s ease, box-shadow .4s ease;
}

.features-item:hover {
    border-color: #d3051d !important;
    box-shadow: 0 0 32px 0 rgba(211,5,29,0.35) !important;
}

/* Primary buttons */
.main-btn,
.vanila-btn::after {
    background: linear-gradient(45deg, #2e1c29, #d3051d) !important;
    box-shadow: 0 0 32px 0 rgba(211,5,29,0.5) !important;
}

.main-btn:hover {
    box-shadow: 0 0 0 0 transparent !important;
}

/* FAQ active item */
.faq-nav-item.active {
    color: #d3051d !important;
}

/* News active tab */
.news-nav-item.active {
    background: linear-gradient(45deg, #2e1c29, #d3051d) !important;
    box-shadow: 0 0 32px 0 rgba(211,5,29,0.5) !important;
}

/* Active underline on nav items */
.header-menu-item a::after,
.contacts-menu-item a::after {
    background: linear-gradient(45deg, #2e1c29, #d3051d) !important;
}

/* Roadmap red highlights */
.roadmap-slide__title span,
.roadmap-slide__date-before::before {
    background-color: #d3051d !important;
    color: #d3051d !important;
}

/* Quote bold */
.quote__text strong { color: #d3051d !important; }

/* faq-vanila subtitle red */
.faq-vanila__subtitle span,
.way__subtitle span { color: #d3051d !important; }

/* way item border */
.way__item-info { border-left-color: #d3051d !important; }

/* default-content accent */
.default-content-item ul li::before { background: #d3051d !important; }
.default-content-item a { color: #d3051d !important; }

/* bonuses btn shadow */
.bonuses__btn, .bsn__btn {
    background: linear-gradient(45deg, #2e1c29, #d3051d) !important;
    box-shadow: 0 0 32px 0 rgba(211,5,29,0.5) !important;
}


/* ============================================
   STATS SECTION
   ============================================ */

.stats-section {
    position: relative;
    padding: 120px 0 160px;
    overflow: hidden;
    color: #fdfded;
}

.stats-section .way__bg {
    pointer-events: none;
    z-index: 0;
}

.stats-section .container {
    position: relative;
    z-index: 2;
}

.stats-section__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 72px;
}

.stats-section__title {
    font-family: "Druk Cyr", sans-serif;
    font-weight: 500;
    font-size: 112px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

.stats-section__subtitle {
    font-family: "Druk Cyr", sans-serif;
    font-weight: 1000;
    font-style: italic;
    font-size: 62px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.stats-section__subtitle span {
    color: #d3051d;
}

.stats-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 960px;
    margin: 0 auto;
}

.stats-card {
    padding: 40px 40px 36px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.07);
    background: rgba(13,36,16,0.18);
    backdrop-filter: blur(18px);
    position: relative;
    overflow: hidden;
    transition: border-color .4s ease, box-shadow .4s ease;
}

.stats-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(13,36,16,0.55) 0%, rgba(211,5,29,0.12) 100%);
    pointer-events: none;
    z-index: 0;
}

.stats-card:hover {
    border-color: rgba(211,5,29,0.4);
    box-shadow: 0 0 40px 0 rgba(211,5,29,0.2);
}

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

.stats-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.stats-card__label {
    color: #fdfded;
    flex: 1;
}

.stats-card__sub {
    color: rgba(255,255,255,0.35);
    margin-left: auto;
}

.stats-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.stats-list__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.07);
    transition: background .2s ease;
}

.stats-list__item:last-child {
    border-bottom: none;
}

.stats-list__rank {
    font-family: "Druk Cyr", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.25);
    width: 24px;
    flex-shrink: 0;
}

.stats-list__item--gold .stats-list__rank {
    color: #f0c060;
}

.stats-list__item--silver .stats-list__rank {
    color: #c0c8d8;
}

.stats-list__item--bronze .stats-list__rank {
    color: #c87a40;
}

.stats-list__name {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: #fdfded;
    letter-spacing: 0.3px;
}

.stats-list__item--gold .stats-list__name {
    color: #fff;
}

.stats-list__value {
    font-family: "Druk Cyr", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #d3051d;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.stats-list__item--gold .stats-list__value {
    background: linear-gradient(45deg, #f0c060, #d3051d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stats-list__kills {
    font-family: "PT Root UI", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.35);
    text-transform: uppercase;
    -webkit-text-fill-color: initial;
}

.stats-list__item--gold .stats-list__kills {
    color: rgba(240,192,96,0.5);
}

@media screen and (max-width: 1400px) {
    .stats-section { padding: 80px 0 100px; }
    .stats-section__title { font-size: 72px; }
    .stats-section__subtitle { font-size: 42px; }
    .stats-section__grid { gap: 24px; }
    .stats-card { padding: 28px 28px 24px; }
}

@media screen and (max-width: 768px) {
    .stats-section { padding: 64px 0 64px; }
    .stats-section__title { font-size: 48px; letter-spacing: 1px; }
    .stats-section__subtitle { font-size: 30px; }
    .stats-section__head { margin-bottom: 40px; }
    .stats-section__grid { grid-template-columns: 1fr; gap: 16px; }
    .stats-card { padding: 22px 20px 18px; }
    .stats-card__sub { display: none; }
    .stats-list__name { font-size: 14px; }
    .stats-list__value { font-size: 15px; }
}


/* ============================================
   PLAYLIST PLAYER
   ============================================ */

.playlist-player {
    width: 100%;
    margin-bottom: 48px;
}

.playlist-player__nowplaying {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.playlist-player__nowplaying-label {
    color: rgba(255,255,255,0.3);
    font-size: 10px;
    letter-spacing: 2px;
}

.playlist-player__nowplaying-title {
    font-family: "Druk Cyr", sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fdfded;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Prev/Next nav around play btn */
.playlist-player__nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.playlist-player__prev,
.playlist-player__next {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.6);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    outline: none;
    padding: 0;
}

.playlist-player__prev:hover,
.playlist-player__next:hover {
    background: rgba(211,5,29,0.2);
    border-color: rgba(211,5,29,0.5);
    color: #fdfded;
}

/* Track list */
.playlist-tracks {
    margin-top: 24px;
    border: 1px solid rgba(255,255,255,0.07);
    background: rgba(0,0,0,0.3);
}

.playlist-tracks__head {
    padding: 10px 16px;
    font-size: 10px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.25);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    text-transform: uppercase;
}

.playlist-tracks__list {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.playlist-tracks__item {
    display: grid;
    grid-template-columns: 28px 20px 1fr auto;
    align-items: center;
    gap: 0 12px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    cursor: pointer;
    transition: background .2s;
    color: rgba(255,255,255,0.45);
}

.playlist-tracks__item:last-child { border-bottom: none; }

.playlist-tracks__item:hover {
    background: rgba(211,5,29,0.08);
    color: rgba(255,255,255,0.8);
}

.playlist-tracks__item.active {
    background: rgba(211,5,29,0.12);
    color: #fdfded;
}

.playlist-tracks__num {
    font-family: "Druk Cyr", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.2);
}

.playlist-tracks__item.active .playlist-tracks__num {
    color: #d3051d;
}

/* EQ animation — only show when active */
.playlist-tracks__icon {
    color: #d3051d;
    display: flex;
    align-items: center;
    height: 16px;
    opacity: 0;
}

.playlist-tracks__item.active .playlist-tracks__icon {
    opacity: 1;
}

.playlist-tracks__title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.playlist-tracks__item.active .playlist-tracks__title {
    color: #fdfded;
}

.playlist-tracks__dur {
    font-family: "Druk Cyr", sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.2);
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .playlist-tracks__item {
        grid-template-columns: 24px 18px 1fr auto;
        gap: 0 8px;
        padding: 10px 12px;
    }
    .playlist-player__nowplaying-title { font-size: 16px; }
}




/* ============================================
   STATUS SERVER NAMES — bigger
   ============================================ */

.status-server__name {
    font-family: "Druk Cyr", sans-serif !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: rgba(253,253,237,0.75) !important;
}

.status__rate {
    font-size: 36px !important;
}

.status__count {
    font-size: 20px !important;
}


/* ============================================
   STATS SWITCHER
   ============================================ */

.stats-switcher {
    display: flex;
    align-items: center;
    margin-top: 32px;
    gap: 0;
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 4px;
}

.stats-switcher__btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: "Druk Cyr", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    transition: all .25s ease;
    position: relative;
}

.stats-switcher__btn em {
    font-style: normal;
    font-family: "PT Root UI", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.25);
}

.stats-switcher__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
    transition: all .25s ease;
}

.stats-switcher__btn.active {
    background: linear-gradient(135deg, rgba(13,36,16,0.8), rgba(211,5,29,0.4));
    color: #fdfded;
}

.stats-switcher__btn.active em {
    color: rgba(253,253,237,0.55);
}

.stats-switcher__btn.active .stats-switcher__dot {
    background: #8dff4b;
    box-shadow: 0 0 8px #8dff4b;
}

.stats-switcher__btn:not(.active):hover {
    color: rgba(255,255,255,0.65);
    background: rgba(255,255,255,0.05);
}

/* Hide non-active server stats */
.stats-section__grid[data-server="requim"] .stats-card[data-server="retro"],
.stats-section__grid[data-server="retro"] .stats-card[data-server="requim"] {
    display: none;
}

/* Server label on cards */
.stats-card[data-server] {
    display: block;
}


/* ============================================
   NOWPLAYING — fix position under controls
   ============================================ */

.playlist-player__nowplaying {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 10px 14px;
    background: rgba(255,255,255,0.04);
    border-left: 2px solid #d3051d;
}

.playlist-player__nowplaying-label {
    color: rgba(255,255,255,0.3) !important;
    font-size: 10px !important;
    letter-spacing: 2px !important;
    white-space: nowrap;
    flex-shrink: 0;
}

.playlist-player__nowplaying-title {
    font-family: "Druk Cyr", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #fdfded !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

@media screen and (max-width: 768px) {
    .stats-switcher__btn { padding: 10px 18px; font-size: 14px; }
    .status-server__name { font-size: 16px !important; }
    .status__rate { font-size: 26px !important; }
    .status__count { font-size: 15px !important; }
}


/* ============================================
   STORIES — тонкая рамка + анимация при hover
   ============================================ */

.stories-item {
    border: 1.5px solid rgba(225,179,184,0.3) !important;
    padding: 5px !important;
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease !important;
    background: var(--bg-primary) !important;
    position: relative !important;
}

.stories-item::before {
    content: '';
    position: absolute;
    inset: -1.5px;
    border-radius: 50%;
    padding: 1.5px;
    background: linear-gradient(135deg, #e1b3b8, #f9c50e);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
}

.stories-item img {
    filter: grayscale(0.4) !important;
    transition: filter .35s ease, transform .35s ease !important;
}

.stories-item:hover::before,
.stories-item.active::before {
    opacity: 1;
}

.stories-item:hover {
    border-color: transparent !important;
    box-shadow: 0 0 16px rgba(249,197,14,0.3), 0 0 6px rgba(225,179,184,0.2) !important;
    transform: scale(1.07) !important;
}

.stories-item:hover img {
    filter: grayscale(0) !important;
    transform: scale(1.04) !important;
}

.stories-item.active {
    border-color: transparent !important;
    box-shadow: 0 0 10px rgba(249,197,14,0.2) !important;
}

.vanila .stories-item {
    background: var(--bg-primary) !important;
    border: 1.5px solid rgba(225,179,184,0.25) !important;
}


/* ============================================
   LANG DROPDOWN
   ============================================ */

.lang-dropdown {
    position: relative;
}

.lang-dropdown__toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 16px 18px !important;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    color: var(--text-icon-primary);
}

.lang-dropdown__arrow {
    opacity: 0.5;
    transition: transform .25s ease, opacity .25s ease;
    flex-shrink: 0;
}

.lang-dropdown.open .lang-dropdown__arrow {
    transform: rotate(180deg);
    opacity: 1;
}

.lang-dropdown__list {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 110px;
    background: rgba(20,20,20,0.95);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity .2s ease, transform .2s ease;
    z-index: 20;
}

.lang-dropdown.open .lang-dropdown__list {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.lang-dropdown__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
    cursor: pointer;
}

.lang-dropdown__item:hover {
    background: rgba(255,255,255,0.07);
    color: #fff;
}

.lang-dropdown__item.active {
    color: #fdfded;
    background: rgba(211,5,29,0.15);
}

.lang-dropdown__flag {
    font-size: 16px;
    line-height: 1;
}


/* ============================================
   STATS SECTION — GAME PANEL STYLE
   ============================================ */

.stats-section {
    position: relative;
    padding: 140px 0 180px;
    overflow: hidden;
    color: #fdfded;
}

.stats-section__bg {
    position: absolute;
    left: 50%; top: 0;
    transform: translateX(-50%);
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
    opacity: 0.18;
    pointer-events: none;
}

.stats-section__grid-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(0,0,0,0.75) 0%, transparent 25%, transparent 75%, rgba(0,0,0,0.75) 100%),
        repeating-linear-gradient(0deg, transparent, transparent 47px, rgba(255,255,255,0.02) 47px, rgba(255,255,255,0.02) 48px),
        repeating-linear-gradient(90deg, transparent, transparent 47px, rgba(255,255,255,0.02) 47px, rgba(255,255,255,0.02) 48px);
    z-index: 1;
    pointer-events: none;
}

.stats-section .container {
    position: relative;
    z-index: 2;
}

/* HEAD */
.stats-section__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
}

.stats-section__title {
    font-family: "Druk Cyr", sans-serif;
    font-weight: 500;
    font-size: 112px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

.stats-section__subtitle {
    font-family: "Druk Cyr", sans-serif;
    font-weight: 1000;
    font-style: italic;
    font-size: 62px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.stats-section__subtitle span { color: #d3051d; }

/* SWITCHER */
.stats-switcher {
    display: flex;
    align-items: center;
    margin-top: 32px;
    gap: 0;
    background: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.07);
    padding: 4px;
}

.stats-switcher__btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 32px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: "Druk Cyr", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    transition: all .25s ease;
}

.stats-switcher__btn em {
    font-style: normal;
    font-family: "PT Root UI", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.2);
}

.stats-switcher__dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    flex-shrink: 0;
    transition: all .25s ease;
}

.stats-switcher__btn.active {
    background: linear-gradient(45deg, rgba(46,28,41,0.9), rgba(211,5,29,0.35));
    color: #fdfded;
}

.stats-switcher__btn.active em { color: rgba(253,253,237,0.45); }

.stats-switcher__btn.active .stats-switcher__dot {
    background: #8dff4b;
    box-shadow: 0 0 8px #8dff4b;
}

.stats-switcher__btn:not(.active):hover {
    color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.04);
}

/* PANELS WRAPPER */
.stats-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

/* PANEL */
.stats-panel {
    display: flex;
    position: relative;
    border: 1px solid rgba(255,255,255,0.07);
    background: rgba(6,6,12,0.8);
    backdrop-filter: blur(24px);
    transition: border-color .4s ease, box-shadow .4s ease;
    overflow: hidden;
}

.stats-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0,0,0,0.04) 3px, rgba(0,0,0,0.04) 4px);
    pointer-events: none;
    z-index: 5;
}

.stats-panel:hover {
    border-color: rgba(211,5,29,0.35);
    box-shadow: 0 0 50px rgba(211,5,29,0.1), inset 0 0 40px rgba(211,5,29,0.04);
}

.stats-panel--pvp:hover {
    border-color: rgba(211,5,29,0.4);
    box-shadow: 0 0 50px rgba(211,5,29,0.14), inset 0 0 40px rgba(211,5,29,0.06);
}

/* SIDE STRIPE */
.stats-panel__side {
    width: 42px;
    flex-shrink: 0;
    background: linear-gradient(45deg, #2e1c29, #d3051d);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.stats-panel__side-label {
    font-family: "Druk Cyr", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}

/* BODY */
.stats-panel__body {
    flex: 1;
    padding: 32px 32px 28px;
    position: relative;
    z-index: 2;
}

/* PANEL HEADER */
.stats-panel__header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.stats-panel__header-icon {
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(240,192,96,0.08);
    border: 1px solid rgba(240,192,96,0.2);
    flex-shrink: 0;
}

.stats-panel__header-icon--pvp {
    background: rgba(211,5,29,0.08);
    border-color: rgba(211,5,29,0.2);
}

.stats-panel__title {
    font-family: "Druk Cyr", sans-serif;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 6px;
}

.stats-panel__desc {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.25);
}

/* LIVE badge */
.stats-panel__live {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.3);
    white-space: nowrap;
    padding-top: 4px;
}

.stats-panel__live span {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #8dff4b;
    box-shadow: 0 0 6px #8dff4b;
    animation: livePulse 1.8s ease-in-out infinite;
}

@keyframes livePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* ROWS */
.stats-rows {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.stats-row {
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 14px;
}

/* Medal / number */
.stats-row__medal,
.stats-row__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    flex-shrink: 0;
}

.stats-row__medal--gold   { filter: drop-shadow(0 0 6px rgba(240,192,96,0.5)); }
.stats-row__medal--silver { filter: drop-shadow(0 0 4px rgba(192,200,216,0.3)); }
.stats-row__medal--bronze { filter: drop-shadow(0 0 4px rgba(200,122,64,0.3)); }

.stats-row__num {
    font-family: "Druk Cyr", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: rgba(255,255,255,0.18);
}

/* Name + bar */
.stats-row__bar-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.stats-row__name {
    font-family: "Druk Cyr", sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgba(253,253,237,0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

.stats-row--1 .stats-row__name { color: #fff; font-size: 24px; }

.stats-row__bar {
    height: 3px;
    background: rgba(255,255,255,0.07);
    border-radius: 2px;
    overflow: hidden;
}

.stats-row__bar-fill {
    height: 100%;
    background: linear-gradient(90deg, rgba(211,5,29,0.4), #d3051d);
    border-radius: 2px;
    transition: width 1s ease;
}

.stats-row--1 .stats-row__bar-fill {
    background: linear-gradient(90deg, rgba(240,192,96,0.5), #f0c060);
}

.stats-row__bar-fill--pvp {
    background: linear-gradient(90deg, rgba(211,5,29,0.3), #d3051d) !important;
}

.stats-row--1 .stats-row__bar-fill--pvp {
    background: linear-gradient(90deg, rgba(211,5,29,0.6), #ff2a42) !important;
}

/* Value */
.stats-row__val {
    font-family: "Druk Cyr", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: rgba(211,5,29,0.9);
    white-space: nowrap;
    text-align: right;
}

.stats-row--1 .stats-row__val {
    background: linear-gradient(45deg, #f0c060, #d3051d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stats-row__val em {
    font-style: normal;
    font-family: "PT Root UI", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.2);
    -webkit-text-fill-color: initial;
    display: block;
    text-align: right;
    margin-top: 2px;
}

.stats-row--1 .stats-row__val em { color: rgba(240,192,96,0.4); }

/* Server hide */
.stats-panels[data-server="requim"] .stats-panel[data-server="retro"],
.stats-panels[data-server="retro"] .stats-panel[data-server="requim"] {
    display: none;
}

@media screen and (max-width: 1400px) {
    .stats-section { padding: 90px 0 110px; }
    .stats-section__title { font-size: 72px; }
    .stats-section__subtitle { font-size: 42px; }
    .stats-panels { gap: 20px; }
    .stats-panel__body { padding: 24px 24px 20px; }
    .stats-panel__title { font-size: 22px; }
    .stats-row__name { font-size: 19px; }
    .stats-row--1 .stats-row__name { font-size: 21px; }
    .stats-row__val { font-size: 19px; }
}

@media screen and (max-width: 900px) {
    .stats-panels { grid-template-columns: 1fr; }
    .stats-section__title { font-size: 54px; }
    .stats-section__subtitle { font-size: 34px; }
    .stats-switcher__btn { font-size: 16px; padding: 11px 22px; }
}

@media screen and (max-width: 768px) {
    .stats-section { padding: 64px 0; }
    .stats-section__title { font-size: 48px; letter-spacing: 1px; }
    .stats-section__subtitle { font-size: 28px; }
    .stats-section__head { margin-bottom: 40px; }
    .stats-panel__side { width: 32px; }
    .stats-panel__side-label { font-size: 9px; letter-spacing: 2px; }
    .stats-panel__body { padding: 20px 16px 16px; }
    .stats-panel__title { font-size: 18px; }
    .stats-row__name { font-size: 16px; }
    .stats-row--1 .stats-row__name { font-size: 18px; }
    .stats-row__val { font-size: 16px; }
    .stats-panel__header-icon { width: 36px; height: 36px; }
}


/* ============================================
   SOCIALS — SKEWED DIAGONAL SECTIONS
   ============================================ */

.contacts__heading {
    text-align: center;
    margin-bottom: 64px;
    position: relative;
    z-index: 3;
}

.socials-skew {
    display: flex;
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    margin-bottom: 80px;
}

.socials-skew__item {
    flex: 1;
    position: relative;
    overflow: hidden;
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    margin-left: -3%;
    cursor: pointer;
    text-decoration: none;
    color: #fdfded;
    transition: flex .45s cubic-bezier(.25,.46,.45,.94);
}

.socials-skew__item:first-child {
    clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 0% 100%);
    margin-left: 0;
}

.socials-skew__item:last-child {
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.socials-skew__item:hover {
    flex: 2.4;
}

/* Backgrounds per item */
.socials-skew__bg {
    position: absolute;
    inset: 0;
    transition: transform .45s ease, opacity .45s ease;
}

.socials-skew__item--ds .socials-skew__bg {
    background: linear-gradient(135deg, #1a1235 0%, #5865f2 100%);
}

.socials-skew__item--tg .socials-skew__bg {
    background: linear-gradient(135deg, #0d1f2d 0%, #229ed9 100%);
}

.socials-skew__item--chat .socials-skew__bg {
    background: linear-gradient(135deg, #2e1c29 0%, #d3051d 100%);
}

.socials-skew__item--bot .socials-skew__bg {
    background: linear-gradient(135deg, #0d2410 0%, #2e7d32 100%);
}

.socials-skew__item--herald .socials-skew__bg {
    background: linear-gradient(135deg, #1a1205 0%, #f0a500 100%);
}

/* Dark overlay fades on hover */
.socials-skew__item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    transition: opacity .4s ease;
    z-index: 1;
}

.socials-skew__item:hover::before {
    opacity: 0.1;
}

/* Content */
.socials-skew__inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 32px;
    transition: all .4s ease;
}
.socials-skew__item--tiktok .socials-skew__bg {
	background: linear-gradient(135deg, #010101 0%, #25F4EE 50%, #FE2C55 100%);
}
.socials-skew__item--youtube .socials-skew__bg {
	background: linear-gradient(135deg, #1a1a1a 0%, #ff0000 60%, #ff4d4d 100%);
}
.socials-skew__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    transition: transform .4s ease, background .4s ease;
    flex-shrink: 0;
}

.socials-skew__icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.socials-skew__item:hover .socials-skew__icon {
    transform: scale(1.12);
    background: rgba(255,255,255,0.18);
}

.socials-skew__info {
    text-align: center;
    overflow: hidden;
    transition: opacity .3s ease .1s;
}

.socials-skew__name {
    font-family: "Druk Cyr", sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    margin-bottom: 6px;
    white-space: nowrap;
}

.socials-skew__count {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.55);
    white-space: nowrap;
}

/* Arrow — hidden by default, slides in on hover */
.socials-skew__arrow {
    position: absolute;
    bottom: 20px;
    right: 28px;
    color: rgba(255,255,255,0.25);
    opacity: 0;
    transform: translate(-6px, 6px);
    transition: opacity .3s ease, transform .3s ease;
    z-index: 2;
}

.socials-skew__item:hover .socials-skew__arrow {
    opacity: 1;
    transform: translate(0, 0);
}

/* Vertical label on non-hovered items */
.socials-skew__label {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    font-family: "Druk Cyr", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.25);
    white-space: nowrap;
    z-index: 2;
    transition: opacity .3s ease;
}

.socials-skew__item:hover .socials-skew__label {
    opacity: 0;
}

/* On small items hide name/count, show only icon */
.socials-skew__item:not(:hover) .socials-skew__info {
    opacity: 0;
    pointer-events: none;
}

.socials-skew__item:not(:hover) .socials-skew__name {
    font-size: 0;
}

/* Shine sweep on hover */
.socials-skew__item::after {
    content: '';
    position: absolute;
    top: 0; left: -120%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
    transform: skewX(-20deg);
    transition: left .6s ease;
    z-index: 3;
    pointer-events: none;
}

.socials-skew__item:hover::after {
    left: 160%;
}

@media screen and (max-width: 1400px) {
    .socials-skew { height: 240px; }
    .socials-skew__name { font-size: 22px; }
    .socials-skew__icon { width: 44px; height: 44px; }
    .socials-skew__icon img { width: 22px; height: 22px; }
}

@media screen and (max-width: 900px) {
    .socials-skew {
        flex-direction: column;
        height: auto;
        gap: 2px;
        margin-bottom: 48px;
    }
    .socials-skew__item {
        clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%) !important;
        margin-left: 0 !important;
        margin-top: -10px;
        height: 80px;
        flex: none !important;
        transition: height .4s ease;
    }
    .socials-skew__item:first-child {
        clip-path: polygon(0 0%, 100% 0%, 100% 96%, 0% 100%) !important;
        margin-top: 0;
    }
    .socials-skew__item:last-child {
        clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%) !important;
    }
    .socials-skew__item:hover {
        height: 160px;
        flex: none !important;
    }
    .socials-skew__inner {
        flex-direction: row;
        justify-content: flex-start;
        padding: 20px 28px;
    }
    .socials-skew__info { text-align: left; }
    .socials-skew__item:not(:hover) .socials-skew__info { opacity: 1; }
    .socials-skew__item:not(:hover) .socials-skew__name { font-size: 20px; }
    .socials-skew__label { display: none; }
    .socials-skew__arrow { bottom: 16px; right: 20px; opacity: 1; transform: none; }
    .contacts__heading { margin-bottom: 40px; }
}

@media screen and (max-width: 480px) {
    .socials-skew__name { font-size: 18px; }
    .socials-skew__count { font-size: 12px; }
}

