/*
Theme Name: Mikk Main
Theme URI: https://example.com
Author: Mikk
Author URI: https://example.com
Description: WordPress theme build of the Mikk esports React app.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: mikk-main
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog
*/

.mikk-footer-top-border {
	margin-top: 40px;
	border-top: 1px solid rgba(106, 127, 163, 0.28);
}

.mikk-site-footer {
	margin-top: 36px;
	border-top: 1px solid rgba(106, 127, 163, 0.22);
	background: #0f1420;
}

.mikk-site-footer__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 18px 16px 22px;
	display: grid;
	gap: 10px;
	justify-items: center;
	text-align: center;
}

.mikk-site-footer__brand {
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #eef2ff;
}

.mikk-site-footer__menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.mikk-site-footer__menu li {
	margin: 0;
}

.mikk-site-footer__menu a {
	font-size: 0.76rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: #a9b4d2;
}

.mikk-site-footer__menu a:hover {
	color: #4cd2ff;
}

.mikk-site-footer__copy {
	margin: 0;
	font-size: 0.76rem;
	color: #8893b0;
}

.mikk-brand,
.mikk-brand a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.mikk-brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.mikk-brand img,
.mikk-brand .custom-logo {
	height: 36px;
	width: auto;
}

.mikk-search-btn {
	min-width: 56px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.mikk-top-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.mikk-top-logo {
	width: 16px;
	height: 16px;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	color: #e9eef5;
	background: hsl(225 16% 18%);
	border: 1px solid hsl(225 16% 24%);
}

.mikk-top-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 3px;
}

.mikk-top-logo--home {
	background: hsl(185 85% 48% / 0.2);
	border-color: hsl(185 85% 48% / 0.35);
	color: hsl(185 85% 48%);
}

.mikk-top-logo--cs2 {
	background: hsl(32 95% 52% / 0.22);
	border-color: hsl(32 95% 52% / 0.35);
	color: hsl(32 95% 52%);
}

.mikk-top-logo--lol {
	background: hsl(45 93% 58% / 0.22);
	border-color: hsl(45 93% 58% / 0.35);
	color: hsl(45 93% 58%);
}

.mikk-top-logo--valorant {
	background: hsl(0 72% 60% / 0.22);
	border-color: hsl(0 72% 60% / 0.35);
	color: hsl(0 72% 60%);
}

.mikk-prof-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mikk-prof-menu > li {
	position: relative;
}

.mikk-menu-has-sub > a::after {
	content: "";
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	display: inline-block;
	margin-left: 8px;
	transform: translateY(-1px);
	opacity: 0.7;
}

.mikk-mega-submenu {
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	min-width: 420px;
	padding: 10px;
	background: hsl(225 20% 9% / 0.96);
	border: 1px solid hsl(225 16% 18%);
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 90;
}

.mikk-menu-has-sub:hover .mikk-mega-submenu,
.mikk-menu-has-sub:focus-within .mikk-mega-submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mikk-sub-card {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 8px;
	border-radius: 10px;
	text-decoration: none;
	background: hsl(225 18% 14% / 0.55);
	border: 1px solid transparent;
	transition: all 0.2s ease;
}

.mikk-sub-card:hover {
	background: hsl(225 18% 16%);
	border-color: hsl(185 85% 48% / 0.28);
	transform: translateY(-1px);
}

.mikk-sub-card img {
	width: 58px;
	height: 42px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid hsl(225 16% 20%);
	flex-shrink: 0;
}

.mikk-sub-card span {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.mikk-sub-card strong {
	font-size: 12px;
	line-height: 1.2;
	color: hsl(210 25% 95%);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mikk-sub-card small {
	font-size: 10px;
	line-height: 1.3;
	color: hsl(220 14% 62%);
}

@media (max-width: 1024px) {
	.mikk-prof-menu {
		display: flex;
		flex-wrap: wrap;
	}

	.mikk-mega-submenu {
		position: static;
		min-width: 100%;
		margin-top: 6px;
		opacity: 1;
		visibility: visible;
		transform: none;
		display: none;
	}

	.mikk-menu-has-sub:hover .mikk-mega-submenu,
	.mikk-menu-has-sub:focus-within .mikk-mega-submenu {
		display: grid;
	}
}

.mikk-news-page {
	padding: 36px 0 48px;
}

.mikk-news-page__container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 16px;
}

.mikk-news-page__header {
	margin-bottom: 22px;
}

.mikk-news-page__header--hero {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	padding: 32px 26px;
	background: linear-gradient(90deg, rgba(76, 211, 255, 0.22) 0%, rgba(13, 20, 37, 0.94) 48%, rgba(14, 20, 33, 0.98) 100%);
	border: 1px solid rgba(106, 127, 163, 0.28);
	margin-bottom: 22px;
}

.mikk-news-page__hero-content {
	position: relative;
	z-index: 2;
}

.mikk-news-page__hero-orb {
	position: absolute;
	width: 320px;
	height: 320px;
	right: -48px;
	top: -150px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(76, 211, 255, 0.33) 0%, rgba(76, 211, 255, 0) 72%);
	filter: blur(4px);
}

.mikk-news-page__hero-beam {
	position: absolute;
	right: 0;
	top: 0;
	width: 34%;
	height: 100%;
	background: linear-gradient(90deg, rgba(76, 211, 255, 0) 0%, rgba(76, 211, 255, 0.11) 100%);
}

.mikk-news-page__title {
	margin: 0;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 700;
	color: hsl(210 25% 95%);
}

.mikk-news-page__subtitle {
	margin: 8px 0 0;
	font-size: 14px;
	color: hsl(220 14% 62%);
}

.mikk-news-page__header--hero .mikk-news-page__title {
	font-size: 3rem;
	line-height: 1.05;
	font-weight: 700;
}

.mikk-news-page__header--hero .mikk-news-page__subtitle {
	font-size: 1.04rem;
	color: #aeb8d1;
}

.mikk-news-feed {
	display: grid;
	gap: 9px;
}

.mikk-news-feed-item {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 12px;
	padding: 7px 10px;
	border-radius: 12px;
	border: 1px solid rgba(86, 103, 141, 0.22);
	background: linear-gradient(180deg, rgba(18, 24, 38, 0.98) 0%, rgba(15, 20, 33, 0.98) 100%);
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.mikk-news-feed-item:hover {
	border-color: rgba(76, 211, 255, 0.4);
	transform: translateY(-1px);
}

.mikk-news-feed-item__media {
	display: block;
	width: 104px;
	height: 66px;
	border-radius: 7px;
	overflow: hidden;
	background: hsl(225 18% 14%);
}

.mikk-news-feed-item__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mikk-news-feed-item__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: hsl(220 14% 62%);
}

.mikk-news-feed-item__content {
	min-width: 0;
	display: grid;
	gap: 6px;
	align-content: center;
}

.mikk-news-feed-item__header {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.mikk-news-feed-item__tag {
	display: inline-flex;
	align-items: center;
	padding: 2px 7px;
	border-radius: 4px;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: hsl(185 85% 48%);
	background: hsl(185 85% 48% / 0.12);
	border: 1px solid hsl(185 85% 48% / 0.24);
	flex-shrink: 0;
}

.mikk-news-feed-item__tag.is-breaking {
	color: #ffd56a;
	background: rgba(255, 195, 74, 0.2);
	border-color: rgba(255, 195, 74, 0.35);
}

.mikk-news-feed-item__tag.is-transfers {
	color: #bdb3ff;
	background: rgba(130, 98, 255, 0.23);
	border-color: rgba(130, 98, 255, 0.32);
}

.mikk-news-feed-item__tag.is-patch-notes {
	color: #b7c7ff;
	background: rgba(86, 124, 255, 0.24);
	border-color: rgba(86, 124, 255, 0.35);
}

.mikk-news-feed-item__tag.is-analysis {
	color: #95f3ff;
	background: rgba(37, 154, 182, 0.24);
	border-color: rgba(37, 154, 182, 0.34);
}

.mikk-news-feed-item__tag.is-tournament {
	color: #ffdd98;
	background: rgba(205, 139, 46, 0.28);
	border-color: rgba(205, 139, 46, 0.4);
}

.mikk-news-feed-item__title {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.14;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	letter-spacing: normal;
	text-overflow: ellipsis;
}

.mikk-news-feed-item__title a {
	color: #edf2ff;
	text-decoration: none;
}

.mikk-news-feed-item__title a:hover {
	color: hsl(185 85% 48%);
}

.mikk-news-feed-item__meta {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 0.82rem;
	color: #97a3c2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mikk-news-feed-item__meta span,
.mikk-news-feed-item__meta time {
	position: relative;
}

.mikk-news-feed-item__meta time {
	padding-left: 16px;
}

.mikk-news-feed-item__meta time::before {
	content: '\1F5D3';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.72rem;
	opacity: 0.75;
}

.mikk-news-feed-item__meta span::before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 12px;
	border-radius: 50%;
	background: rgba(158, 171, 202, 0.38);
	margin-right: 9px;
	vertical-align: middle;
}

.mikk-news-feed__footer {
	margin-top: 7px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.mikk-news-feed__more {
	min-width: 172px;
	padding: 9px 16px;
	border-radius: 8px;
	border: 1px solid rgba(86, 103, 141, 0.28);
	background: #131b2a;
	color: #e9efff;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.mikk-news-feed__more:hover {
	border-color: rgba(76, 211, 255, 0.4);
	color: hsl(185 85% 48%);
}

.mikk-news-feed__pagination {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.92rem;
	color: #8f9dbf;
}

.mikk-news-feed__pagination a,
.mikk-news-feed__pagination span {
	text-decoration: none;
	color: inherit;
}

.mikk-news-feed__pagination a:hover,
.mikk-news-feed__pagination a.is-current {
	color: #edf2ff;
}

.mikk-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mikk-news-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 18px;
}

.mikk-news-main {
	min-width: 0;
}

.mikk-news-main .mikk-news-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mikk-news-side {
	display: grid;
	gap: 16px;
}

.mikk-news-widget {
	padding: 16px;
	border-radius: 12px;
	background: #1b233536;
	border: 1px solid rgba(106, 127, 163, 0.24);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.mikk-news-widget h3 {
	margin: 0 0 12px;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #f0f4ff;
}

.mikk-category-news-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.mikk-category-news-item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 10px;
	padding: 8px;
	border-radius: 10px;
	background: #111726;
	border: 1px solid rgba(94, 118, 160, 0.2);
	text-decoration: none;
	transition: border-color 0.2s ease;
}

.mikk-category-news-item:hover {
	border-color: rgba(76, 211, 255, 0.45);
}

.mikk-category-news-thumb {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
	background: #0f1523;
}

.mikk-category-news-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mikk-category-news-content {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.mikk-category-news-badge {
	justify-self: start;
	padding: 2px 7px;
	border-radius: 999px;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #4cd2ff;
	background: rgba(76, 211, 255, 0.12);
	border: 1px solid rgba(76, 211, 255, 0.25);
}

.mikk-category-news-content strong {
	font-size: 0.82rem;
	line-height: 1.35;
	font-weight: 800;
	color: #e6ecff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mikk-category-news-content small {
	font-size: 0.74rem;
	line-height: 1.45;
	color: #9ba6c3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mikk-news-topics {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.mikk-news-topics li {
	padding: 8px 10px;
	border-radius: 8px;
	font-size: 0.82rem;
	font-weight: 700;
	color: #aeb8d4;
	background: #111726;
	border: 1px solid rgba(94, 118, 160, 0.2);
}

.mikk-news-widget__pick {
	padding: 10px 12px;
	border-radius: 10px;
	background: #111726;
	border: 1px solid rgba(94, 118, 160, 0.2);
}

.mikk-news-widget__pick p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.6;
	color: #aeb8d1;
}

.mikk-news-card {
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid hsl(225 16% 17%);
	background: hsl(225 20% 9%);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mikk-news-card:hover {
	transform: translateY(-2px);
	border-color: hsl(185 85% 48% / 0.35);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.mikk-news-card__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: hsl(225 18% 14%);
}

.mikk-news-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.mikk-news-card:hover .mikk-news-card__image {
	transform: scale(1.05);
}

.mikk-news-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: hsl(220 14% 62%);
}

.mikk-news-card__body {
	padding: 14px 14px 16px;
}

.mikk-news-card__tag {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: hsl(185 85% 48%);
	background: hsl(185 85% 48% / 0.12);
	border: 1px solid hsl(185 85% 48% / 0.24);
}

.mikk-news-card__meta {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: hsl(220 14% 62%);
}

.mikk-news-card__title {
	margin: 8px 0 0;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 700;
}

.mikk-news-card__title a {
	color: hsl(210 25% 95%);
	text-decoration: none;
}

.mikk-news-card__title a:hover {
	color: hsl(185 85% 48%);
}

.mikk-news-card__excerpt {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.55;
	color: hsl(220 14% 62%);
}

.mikk-news-pagination {
	margin-top: 22px;
}

.mikk-news-pagination .page-numbers {
	display: flex;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mikk-news-pagination a,
.mikk-news-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 8px;
	border: 1px solid hsl(225 16% 17%);
	background: hsl(225 20% 9%);
	color: hsl(210 25% 95%);
	text-decoration: none;
	font-size: 12px;
}

.mikk-news-pagination a:hover {
	border-color: hsl(185 85% 48% / 0.35);
	color: hsl(185 85% 48%);
}

.mikk-news-pagination .current {
	background: hsl(185 85% 48% / 0.16);
	border-color: hsl(185 85% 48% / 0.35);
	color: hsl(185 85% 48%);
}

.mikk-news-empty {
	border: 1px solid hsl(225 16% 17%);
	border-radius: 12px;
	padding: 24px;
	background: hsl(225 20% 9%);
}

.mikk-news-empty h2 {
	margin: 0;
	font-size: 22px;
	color: hsl(210 25% 95%);
}

.mikk-news-empty p {
	margin: 10px 0 0;
	font-size: 14px;
	color: hsl(220 14% 62%);
}

@media (max-width: 1100px) {
	.mikk-news-feed-item__title {
		font-size: 1.35rem;
	}

	.mikk-news-layout {
		grid-template-columns: 1fr;
	}

	.mikk-news-main .mikk-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mikk-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.mikk-news-feed-item {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 10px;
	}

	.mikk-news-feed-item__media {
		width: 82px;
		height: 58px;
	}

	.mikk-news-feed-item__header {
		flex-wrap: wrap;
		gap: 6px;
	}

	.mikk-news-feed-item__title {
		font-size: 1rem;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
	}

	.mikk-news-feed-item__meta {
		font-size: 0.78rem;
		gap: 8px;
	}

	.mikk-news-feed__footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.mikk-news-feed__pagination {
		width: 100%;
		justify-content: flex-end;
	}

	.mikk-news-grid {
		grid-template-columns: 1fr;
	}

	.mikk-news-main .mikk-news-grid {
		grid-template-columns: 1fr;
	}
}

.mikk-tournaments-page {
	background: #12151c;
}

.mikk-tournaments-page__container {
	max-width: 1240px;
}

.mikk-tournaments-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 18px;
}

.mikk-tournaments-main {
	min-width: 0;
}

.mikk-tournaments-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mikk-tournaments-side {
	display: grid;
	gap: 16px;
}

.mikk-tournaments-widget {
	padding: 16px;
	border-radius: 12px;
	background: #1b233536;
	border: 1px solid rgba(106, 127, 163, 0.24);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.mikk-tournaments-widget h3 {
	margin: 0 0 12px;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #f0f4ff;
}

.mikk-tournaments-widget__hero {
	display: grid;
	gap: 6px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #111726;
	border: 1px solid rgba(94, 118, 160, 0.2);
}

.mikk-tournaments-widget__hero strong {
	font-size: 1.02rem;
	font-weight: 800;
	color: #f7f9ff;
}

.mikk-tournaments-widget__hero span {
	font-size: 0.84rem;
	color: #9ea9c5;
}

.mikk-tournaments-widget__hero em {
	font-style: normal;
	font-size: 1.06rem;
	font-weight: 900;
	color: #4cd2ff;
}

.mikk-tournaments-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.mikk-tournaments-list li {
	display: grid;
	gap: 3px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #111726;
	border: 1px solid rgba(94, 118, 160, 0.2);
}

.mikk-tournaments-list p {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 700;
	color: #f0f4ff;
}

.mikk-tournaments-list span {
	font-size: 0.77rem;
	color: #8e99b6;
}

.mikk-tournaments-list strong {
	font-size: 0.84rem;
	font-weight: 800;
	color: #4cd2ff;
}

.mikk-tournaments-list--compact li {
	gap: 6px;
}

.mikk-tournaments-list--compact p {
	font-size: 0.82rem;
}

.mikk-tournaments-list--compact span {
	font-size: 0.74rem;
}

.mikk-tournaments-tags {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mikk-tournaments-tags li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #aab6d3;
	background: #111726;
	border: 1px solid rgba(94, 118, 160, 0.2);
}

.mikk-tournaments-layout--v2 {
	grid-template-columns: minmax(0, 3.1fr) minmax(0, 1fr);
	gap: 14px;
}

.mikk-tournaments-toolbar {
	margin: 0 0 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.mikk-tournaments-toolbar__tabs {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-shrink: 0;
	padding: 3px;
	border-radius: 8px;
	background: rgba(16, 23, 37, 0.9);
	border: 1px solid rgba(95, 116, 154, 0.3);
}

.mikk-tournaments-toolbar__tab {
	padding: 7px 14px;
	border-radius: 6px;
	font-size: 0.92rem;
	font-weight: 700;
	color: #9aa6c6;
	text-decoration: none;
}

.mikk-tournaments-toolbar__tab.is-active {
	background: rgba(33, 93, 184, 0.34);
	border: 1px solid rgba(56, 133, 255, 0.5);
	color: #e4eeff;
}

.mikk-tournaments-toolbar__controls {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: nowrap;
	flex-shrink: 0;
}

.mikk-tournaments-toolbar__search,
.mikk-tournaments-toolbar__sort {
	height: 40px;
	border-radius: 8px;
	border: 1px solid rgba(95, 116, 154, 0.3);
	background: rgba(16, 23, 37, 0.9);
	color: #dbe5ff;
	font-size: 0.9rem;
	padding: 0 12px;
}

.mikk-tournaments-toolbar__search {
	width: 164px;
}

.mikk-tournaments-toolbar__search::placeholder {
	color: #7f8bad;
}

.mikk-tournaments-toolbar__sort {
	min-width: 196px;
}

.mikk-tournaments-toolbar__sort-label {
	font-size: 0.9rem;
	font-weight: 600;
	color: #8f9dbf;
}

.mikk-tournaments-main-v2,
.mikk-tournaments-side-v2 {
	display: grid;
	gap: 10px;
}

.mikk-tournaments-table-card,
.mikk-tournaments-widget-v2 {
	border-radius: 11px;
	border: 1px solid rgba(95, 116, 154, 0.24);
	background: linear-gradient(180deg, rgba(17, 23, 37, 0.96) 0%, rgba(13, 18, 31, 0.96) 100%);
	overflow: hidden;
}


.mikk-tournaments-table-card__title {
	margin: 0;
	padding: 10px 14px;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #e9eeff;
	border-bottom: 1px solid rgba(95, 116, 154, 0.2);
}

.mikk-tournaments-table-head {
	display: grid;
	grid-template-columns: minmax(230px, 2.1fr) minmax(136px, 1.2fr) minmax(84px, 0.8fr) minmax(112px, 0.9fr) 52px 78px;
	gap: 12px;
	padding: 8px 14px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #7f8bad;
	border-bottom: 1px solid rgba(95, 116, 154, 0.18);
}

.mikk-tournaments-rows {
	display: grid;
}

.mikk-tournament-row {
	display: grid;
	grid-template-columns: minmax(230px, 2.1fr) minmax(136px, 1.2fr) minmax(84px, 0.8fr) minmax(112px, 0.9fr) 52px 78px;
	gap: 12px;
	align-items: center;
	padding: 9px 14px;
	text-decoration: none;
	border-bottom: 1px solid rgba(95, 116, 154, 0.16);
}

.mikk-tournament-row:hover {
	background: rgba(22, 31, 50, 0.8);
}

.mikk-tournament-row:last-child {
	border-bottom: 0;
}

.mikk-tournament-row__tournament {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.mikk-tournament-row__tournament img {
	width: 34px;
	height: 34px;
	border-radius: 7px;
	border: 1px solid rgba(111, 132, 172, 0.4);
	object-fit: cover;
	flex-shrink: 0;
}

.mikk-tournament-row__tournament span {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.mikk-tournament-row__tournament strong {
	font-size: 1rem;
	font-weight: 600;
	color: #eaf0ff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mikk-tournament-row__tournament small {
	font-size: 0.78rem;
	color: #7f8bad;
}

.mikk-tournament-row__tournament em {
	font-style: normal;
	font-size: 0.7rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #d6bd72;
	background: rgba(214, 189, 114, 0.12);
	border: 1px solid rgba(214, 189, 114, 0.3);
	padding: 2px 6px;
	border-radius: 6px;
	flex-shrink: 0;
}

.mikk-tournament-row__dates {
	display: grid;
	gap: 2px;
}

.mikk-tournament-row__dates strong {
	font-size: .8rem;
	font-weight: 700;
	color: #d9e2f9;
}

.mikk-tournament-row__dates small {
	font-size: 0.75rem;
	color: #7e8aab;
}

.mikk-tournament-row__location,
.mikk-tournament-row__teams {
	font-size: .8rem;
	font-weight: 700;
	color: #aeb8d5;
}

.mikk-tournament-row__pool {
	font-size: 1rem;
	font-weight: 600;
	color: #dce6ff;
}

.mikk-tournament-row__status b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #7af2bd;
	background: rgba(25, 153, 107, 0.22);
	border: 1px solid rgba(25, 153, 107, 0.34);
}

.mikk-tournaments-month-block {
	border-top: 1px solid rgba(95, 116, 154, 0.18);
}

.mikk-tournaments-month-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 9px 14px;
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #8a96b9;
}

.mikk-tournaments-month-head a,
.mikk-tournaments-month-more {
	text-decoration: none;
	font-size: 0.92rem;
	font-weight: 700;
	color: #97a4c5;
}

.mikk-tournaments-month-head a:hover,
.mikk-tournaments-month-more:hover {
	color: #e7eeff;
}

.mikk-tournaments-month-more {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 10px 14px;
}

.mikk-tournaments-month-head i,
.mikk-tournaments-month-more i {
	font-style: normal;
}

.mikk-tournaments-pagination-v2 {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 9px;
	width: 100%;
	padding: 10px 14px 12px;
	border-top: 1px solid rgba(95, 116, 154, 0.18);
	font-size: 0.84rem;
	color: #8f9dbf;
}

.mikk-tournaments-pagination-v2 a,
.mikk-tournaments-pagination-v2 span {
	text-decoration: none;
	color: inherit;
}

.mikk-tournaments-pagination-v2 a.is-current {
	padding: 2px 7px;
	border-radius: 4px;
	border: 1px solid rgba(67, 137, 255, 0.45);
	background: rgba(67, 137, 255, 0.17);
	color: #cfe2ff;
}

.mikk-tournaments-widget-v2 {
	padding: 12px;
}

.mikk-tournaments-widget-v2 h3 {
	margin: 0 0 10px;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #eaf0ff;
}

.mikk-tournaments-filter-group {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
}

.mikk-tournaments-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 6px;
	border: 1px solid rgba(95, 116, 154, 0.3);
	background: rgba(16, 23, 37, 0.8);
	font-size: 0.84rem;
	font-weight: 700;
	color: #93a1c4;
	text-decoration: none;
}

.mikk-tournaments-chip.is-active,
.mikk-tournaments-chip:hover {
	border-color: rgba(67, 137, 255, 0.5);
	background: rgba(67, 137, 255, 0.16);
	color: #d4e3ff;
}

.mikk-tournaments-filter-group--small .mikk-tournaments-chip {
	padding: 5px 8px;
	font-size: 0.78rem;
}

.mikk-tournaments-region-block {
	border-top: 1px solid rgba(95, 116, 154, 0.18);
	padding-top: 10px;
	margin-top: 8px;
	display: grid;
	gap: 8px;
}

.mikk-tournaments-region-block__title {
	margin: 0;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8e9abc;
}

.mikk-tournaments-region-block__chips {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 6px;
}

.mikk-tournaments-region-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 6px 8px;
	border-radius: 6px;
	border: 1px solid rgba(95, 116, 154, 0.3);
	background: rgba(16, 23, 37, 0.8);
	font-size: 0.8rem;
	font-weight: 700;
	color: #93a1c4;
	text-decoration: none;
}

.mikk-tournaments-region-chip.is-active,
.mikk-tournaments-region-chip:hover {
	border-color: rgba(67, 137, 255, 0.5);
	background: rgba(67, 137, 255, 0.16);
	color: #d4e3ff;
}

.mikk-tournaments-region-chip--next {
	padding-right: 8px;
}

.mikk-tournaments-checks {
	border-top: 1px solid rgba(95, 116, 154, 0.18);
	padding-top: 10px;
	margin-top: 8px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 12px;
}

.mikk-tournaments-checks h4 {
	margin: 0;
	grid-column: 1 / -1;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8e9abc;
}

.mikk-tournaments-checks label {
	font-size: 0.9rem;
	font-weight: 600;
	color: #aab5d2;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.mikk-tournaments-checks input[type='checkbox'] {
	accent-color: #2f84ff;
}

.mikk-tournaments-featured-v2 {
	display: grid;
	gap: 7px;
	text-decoration: none;
}

.mikk-tournaments-featured-v2__media {
	display: block;
	height: 88px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(95, 116, 154, 0.24);
}

.mikk-tournaments-featured-v2__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mikk-tournaments-featured-v2 strong {
	font-size: 1.06rem;
	font-weight: 600;
	color: #edf3ff;
}

.mikk-tournaments-featured-v2 small {
	font-size: 0.82rem;
	color: #8f9dbf;
}

.mikk-tournaments-featured-v2 em {
	font-style: normal;
	font-size: 1.25rem;
	font-weight: 600;
	color: #53d2ff;
}

.mikk-tournaments-top-events-v2 {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.mikk-tournaments-top-events-v2 li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid rgba(95, 116, 154, 0.2);
	background: rgba(16, 23, 37, 0.72);
}

.mikk-tournaments-top-events-v2__main {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.mikk-tournaments-top-events-v2__main img {
	width: 22px;
	height: 22px;
	border-radius: 6px;
	object-fit: cover;
	flex-shrink: 0;
}

.mikk-tournaments-top-events-v2__main span {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.mikk-tournaments-top-events-v2__main strong {
	font-size: 0.86rem;
	font-weight: 600;
	color: #e9efff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mikk-tournaments-top-events-v2__main small {
	font-size: 0.72rem;
	color: #7f8bad;
}

.mikk-tournaments-top-events-v2 em {
	font-style: normal;
	font-size: 0.82rem;
	font-weight: 800;
	color: #b8c7e9;
	white-space: nowrap;
}

@media (max-width: 1100px) {
	.mikk-tournaments-layout {
		grid-template-columns: 1fr;
	}

	.mikk-tournaments-layout--v2 {
		grid-template-columns: 1fr;
	}

	.mikk-tournaments-table-head,
	.mikk-tournament-row {
		grid-template-columns: minmax(210px, 2.2fr) minmax(120px, 1.2fr) minmax(70px, 0.8fr) minmax(94px, 0.9fr) 46px 70px;
	}
}

@media (max-width: 780px) {
	.mikk-tournaments-grid {
		grid-template-columns: 1fr;
	}

	.mikk-tournaments-table-head {
		display: none;
	}

	.mikk-tournament-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.mikk-tournament-row__status {
		margin-top: 2px;
	}

	.mikk-tournaments-month-head {
		padding: 8px 10px;
	}

	.mikk-tournaments-pagination-v2 {
		justify-content: flex-start;
	}
}

@media (max-width: 1180px) {
	.mikk-tournaments-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.mikk-matches-page {
	padding: 26px 0 54px;
	background: #1b233536;
}

.mikk-matches-page__container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 16px;
}

.mikk-matches-hero {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	margin-bottom: 22px;
	background: linear-gradient(90deg, rgba(76, 211, 255, 0.2) 0%, #1b233536 48%, rgba(18, 22, 36, 0.98) 100%);
	border: 1px solid rgba(103, 128, 172, 0.28);
}

.mikk-matches-hero__content {
	position: relative;
	z-index: 2;
	padding: 32px 26px;
}

.mikk-matches-hero h1 {
	margin: 0;
	font-size: 3rem;
	line-height: 1.05;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #f6f8ff;
}

.mikk-matches-hero p {
	margin: 10px 0 0;
	font-size: 1.02rem;
	color: #aeb7d2;
}

.mikk-matches-hero__orb {
	position: absolute;
	width: 320px;
	height: 320px;
	right: -52px;
	top: -148px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(76, 211, 255, 0.3) 0%, rgba(76, 211, 255, 0) 70%);
	filter: blur(5px);
}

.mikk-matches-hero__beam {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 34%;
	background: linear-gradient(90deg, rgba(76, 211, 255, 0) 0%, rgba(76, 211, 255, 0.1) 100%);
}

.mikk-matches-layout--v2 {
	grid-template-columns: minmax(0, 2.4fr) minmax(260px, 1fr);
	gap: 14px;
}

.mikk-matches-main-v2,
.mikk-matches-side-v2 {
	display: grid;
	gap: 10px;
}

.mikk-schedule-card,
.mikk-matches-widget-v2 {
	border-radius: 11px;
	border: 1px solid rgba(95, 115, 154, 0.24);
	background: linear-gradient(180deg, rgba(18, 24, 39, 0.95) 0%, rgba(13, 18, 31, 0.95) 100%);
	padding: 10px;
}

.mikk-schedule-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.mikk-schedule-card__head h2 {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #eaf0ff;
}

.mikk-live-dot,
.mikk-day-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	box-shadow: none;
}

.mikk-live-dot {
	background: #ff5c7e;
}

.mikk-day-dot {
	background: #f3cc67;
}

.mikk-schedule-load {
	font-size: 0.8rem;
	font-weight: 700;
	color: #9ba8c8;
	text-decoration: none;
}

.mikk-schedule-load:hover {
	color: #dce5ff;
}

.mikk-schedule-list {
	display: grid;
	gap: 2px;
	border: 1px solid rgba(95, 115, 154, 0.2);
	border-radius: 9px;
	overflow: hidden;
	background: rgba(10, 14, 23, 0.55);
}

.mikk-schedule-row {
	display: grid;
	grid-template-columns: 86px minmax(0, 1.9fr) minmax(130px, 1fr);
	align-items: center;
	gap: 10px;
	padding: 9px 10px;
	text-decoration: none;
	border-bottom: 1px solid rgba(95, 115, 154, 0.16);
}

.mikk-schedule-row:last-child {
	border-bottom: 0;
}

.mikk-schedule-row:hover {
	background: rgba(20, 28, 45, 0.78);
}

.mikk-schedule-row__status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.9rem;
	color: #8e9bbd;
}

.mikk-schedule-row__time {
	font-size: 1rem;
	color: #aab7d6;
}

.mikk-schedule-row__live {
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ff7f98;
}

.mikk-schedule-row__live--ghost {
	color: #6f7ea3;
}

.mikk-schedule-row__teams {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	font-size: 1rem;
	font-weight: 800;
	color: #eef3ff;
}

.mikk-schedule-row__teams--simple {
	font-size: 1rem;
	justify-content: space-between;
}

.mikk-schedule-team {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mikk-schedule-team img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid rgba(105, 129, 172, 0.5);
	object-fit: cover;
	flex-shrink: 0;
}

.mikk-schedule-score {
	font-size: 1rem;
	font-weight: 900;
	color: #7ad3ff;
}

.mikk-schedule-dash,
.mikk-schedule-vs {
	font-size: 1.1rem;
	font-weight: 700;
	color: #8f9bbd;
}

.mikk-schedule-row__meta {
	min-width: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	column-gap: 10px;
	row-gap: 1px;
	align-items: center;
}

.mikk-schedule-row__meta strong {
	grid-column: 1;
	grid-row: 1;
	text-align: right;
	font-size: 0.82rem;
	font-weight: 700;
	color: #d4ddf4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.mikk-schedule-row__meta small {
	grid-column: 1;
	grid-row: 2;
	text-align: right;
	font-size: 0.72rem;
	color: #7f8bad;
}

.mikk-schedule-row__arrow {
	grid-column: 2;
	grid-row: 1 / span 2;
	justify-self: end;
	align-self: center;
	font-size: 1.22rem;
	color: #9aa7c8;
	line-height: 1;
	padding: 6px 10px;
	border-radius: 6px;
	border: 1px solid rgba(95, 116, 154, 0.28);
}

.mikk-schedule-toolbar {
	display: flex;
	gap: 16px;
	padding: 0 2px 8px;
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #8693b6;
	text-transform: uppercase;
}

.mikk-matches-widget-v2 h3 {
	margin: 0 0 10px;
	font-size: 0.73rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #eaf0ff;
}

.mikk-featured-v2 {
	border: 1px solid rgba(95, 115, 154, 0.2);
	border-radius: 9px;
	padding: 12px 10px;
	text-align: center;
	background: rgba(13, 19, 32, 0.66);
}

.mikk-featured-v2__icon {
	width: 28px;
	height: 28px;
	color: #9cd8ff;
	margin: 0 auto 6px;
}

.mikk-featured-v2__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.mikk-featured-v2 h4 {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
	color: #f1f5ff;
}

.mikk-featured-v2 p {
	margin: 4px 0 8px;
	font-size: 0.86rem;
	color: #9cabcd;
}

.mikk-featured-v2 strong {
	font-size: 1rem;
	color: #53d2ff;
	font-weight: 900;
}

.mikk-teams-ranking-v2,
.mikk-watched-v2 {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 4px;
}

.mikk-teams-ranking-v2 li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr) 22px;
	align-items: center;
	gap: 8px;
	padding: 7px 6px;
	border-radius: 7px;
	background: rgba(14, 20, 33, 0.7);
	border: 1px solid rgba(95, 115, 154, 0.18);
}

.mikk-teams-ranking-v2__rank {
	font-size: 1.2rem;
	font-weight: 900;
	color: #f6cf6d;
	text-align: center;
}

.mikk-teams-ranking-v2__team {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 1rem;
	font-weight: 700;
	color: #e6edff;
}

.mikk-teams-ranking-v2__team img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	object-fit: cover;
}

.mikk-teams-ranking-v2__value {
	font-size: 0.72rem;
	font-weight: 700;
	color: #b4bfdc;
	padding: 2px 6px;
	border-radius: 8px;
	border: 1px solid rgba(104, 123, 161, 0.35);
	text-align: center;
}

.mikk-watched-v2 li {
	padding: 8px;
	border-radius: 7px;
	background: rgba(14, 20, 33, 0.7);
	border: 1px solid rgba(95, 115, 154, 0.18);
	display: grid;
	gap: 2px;
}

.mikk-watched-v2__time {
	font-size: 0.67rem;
	font-weight: 800;
	color: #f7cd68;
	text-transform: uppercase;
}

.mikk-watched-v2__match {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 1rem;
	font-weight: 700;
	color: #edf3ff;
}

.mikk-watched-v2__match em {
	font-style: normal;
	font-size: 0.78rem;
	color: #8d9abc;
}

.mikk-watched-v2__match img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	object-fit: cover;
}

.mikk-watched-v2 small {
	font-size: 0.68rem;
	color: #7f8bad;
}

.mikk-matches-pagination-v2 {
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	font-size: 1rem;
	color: #8f9dbf;
}

.mikk-matches-pagination-v2 a,
.mikk-matches-pagination-v2 span {
	color: inherit;
	text-decoration: none;
}

.mikk-matches-pagination-v2 a:hover,
.mikk-matches-pagination-v2 a.is-current {
	color: #edf2ff;
}

.mikk-matches-layout {
	display: grid;
	grid-template-columns: minmax(0, 3.1fr) minmax(0, 1fr);
	gap: 18px;
}

.mikk-matches-main,
.mikk-matches-side {
	display: grid;
	gap: 16px;
}

.mikk-matches-panel {
	padding: 16px;
	border-radius: 12px;
	background: #1b233536;
	border: 1px solid rgba(106, 127, 163, 0.24);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.mikk-matches-panel__head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.mikk-matches-panel__head h2 {
	margin: 0;
	font-size: 0.86rem;
	letter-spacing: 0.07em;
	font-weight: 800;
	text-transform: uppercase;
	color: #f2f5ff;
}

.mikk-live-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #ff4d6d;
	box-shadow: 0 0 0 5px rgba(255, 77, 109, 0.17);
}

.mikk-live-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: #fd8fa5;
	background: rgba(255, 77, 109, 0.18);
	border: 1px solid rgba(253, 143, 165, 0.25);
}

.mikk-matches-list {
	display: grid;
	gap: 10px;
}

.mikk-match-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 13px 14px;
	text-decoration: none;
	border-radius: 10px;
	background: #1b233536;
	border: 1px solid rgba(94, 118, 160, 0.2);
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mikk-match-row:hover {
	border-color: rgba(76, 211, 255, 0.45);
	transform: translateY(-1px);
	box-shadow: 0 8px 16px rgba(2, 8, 20, 0.35);
}

.mikk-match-row__middle {
	display: grid;
	grid-template-columns: minmax(130px, 1fr) auto auto auto minmax(130px, 1fr);
	align-items: center;
	gap: 10px;
	flex: 1;
	min-width: 0;
}

.mikk-match-row__middle--time {
	grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
}

.mikk-match-team {
	font-size: 0.95rem;
	font-weight: 800;
	color: #eef2ff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mikk-match-team-wrap {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.mikk-match-team-wrap--right {
	justify-content: flex-end;
}

.mikk-match-team-logo {
	width: 24px;
	height: 24px;
	border-radius: 999px;
	object-fit: cover;
	border: 1px solid rgba(120, 145, 190, 0.42);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
	flex-shrink: 0;
}

.mikk-match-team--right {
	text-align: right;
}

.mikk-match-team--left {
	text-align: left;
}

.mikk-match-score {
	font-size: 1.06rem;
	font-weight: 900;
	color: #4cd2ff;
}

.mikk-match-dash {
	color: #8f99b4;
	font-weight: 700;
}

.mikk-match-time {
	font-size: 0.84rem;
	font-weight: 700;
	color: #a4aec9;
	padding: 0 2px;
}

.mikk-match-row__meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.mikk-game-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mikk-game-filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 8px;
	background: #1b233536;
	border: 1px solid rgba(94, 118, 160, 0.2);
	font-size: 0.78rem;
	font-weight: 800;
	color: #b9c2dc;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.mikk-game-filter.is-active,
.mikk-game-filter:hover {
	border-color: rgba(76, 211, 255, 0.45);
	color: #4cd2ff;
}

.mikk-filter-extra {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(109, 132, 172, 0.18);
}

.mikk-filter-extra p {
	margin: 0 0 8px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #95a3c4;
}

.mikk-filter-extra__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.mikk-filter-extra__stats span {
	display: grid;
	place-items: center;
	padding: 8px 6px;
	border-radius: 8px;
	background: #1b233536;
	border: 1px solid rgba(109, 132, 172, 0.22);
	font-size: 0.76rem;
	font-weight: 700;
	color: #a9b5d2;
}

.mikk-filter-extra__stats strong {
	display: block;
	font-size: 1rem;
	line-height: 1;
	font-weight: 900;
	color: #4cd2ff;
}

.mikk-featured-event__content {
	text-align: center;
	padding: 14px 10px 6px;
}

.mikk-featured-event__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 2px auto 10px;
	color: #4CD2FF;
}

.mikk-featured-event__icon svg {
	display: block;
	filter: drop-shadow(0 4px 10px rgba(65, 216, 158, 0.24));
}

.mikk-featured-event__content h3 {
	margin: 0;
	font-size: 1.08rem;
	font-weight: 800;
	color: #f3f6ff;
}

.mikk-featured-event__content p {
	margin: 6px 0 10px;
	font-size: 0.85rem;
	color: #a3adca;
}

.mikk-featured-event__content span {
	font-size: 1.1rem;
	font-weight: 900;
	color: #4cd2ff;
}

@media (max-width: 1100px) {
	.mikk-matches-layout--v2 {
		grid-template-columns: 1fr;
	}

	.mikk-matches-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 740px) {
	.mikk-schedule-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.mikk-schedule-row__meta {
		justify-items: start;
		text-align: left;
	}

	.mikk-schedule-row__teams,
	.mikk-schedule-row__teams--simple {
		font-size: 1rem;
	}

	.mikk-schedule-score {
		font-size: 1.05rem;
	}

	.mikk-featured-v2 h4 {
		font-size: 1.1rem;
	}

	.mikk-featured-v2 strong {
		font-size: 1.2rem;
	}

	.mikk-teams-ranking-v2__team,
	.mikk-watched-v2__match {
		font-size: 0.88rem;
	}

	.mikk-matches-hero h1 {
		font-size: 1.85rem;
	}

	.mikk-match-row {
		flex-direction: column;
		align-items: stretch;
	}

	.mikk-match-row__middle {
		grid-template-columns: 1fr auto auto auto 1fr;
	}

	.mikk-match-row__middle--time {
		grid-template-columns: 1fr auto 1fr;
	}

	.mikk-match-team-logo {
		width: 20px;
		height: 20px;
	}

	.mikk-match-row__meta {
		justify-content: flex-end;
	}
}

.mikk-player-page {
	padding: 34px 0 54px;
}

.mikk-player-details-page {
	background: #12151c;
}

.mikk-player-details-page .mikk-player-page__container {
	background: #12151c;
}

.mikk-player-page__container {
	max-width: 1160px;
}

.mikk-player-page__title {
	margin: 0 0 20px;
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	color: #fff;
	text-transform: uppercase;
}

.mikk-player-hero {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	padding: 32px 26px;
	margin-bottom: 22px;
	background: linear-gradient(90deg, rgba(76, 211, 255, 0.2) 0%, rgba(13, 20, 37, 0.94) 50%, rgba(14, 20, 33, 0.98) 100%);
	border: 1px solid rgba(106, 127, 163, 0.28);
}

.mikk-player-hero__content {
	position: relative;
	z-index: 2;
}

.mikk-player-hero .mikk-player-page__title {
	margin: 0;
	font-size: 3rem;
	line-height: 1.05;
	font-weight: 700;
}

.mikk-player-page__subtitle {
	margin: 10px 0 0;
	font-size: 1.04rem;
	color: #aeb8d1;
	max-width: 740px;
}

.mikk-player-hero__orb {
	position: absolute;
	width: 320px;
	height: 320px;
	right: -48px;
	top: -150px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(76, 211, 255, 0.33) 0%, rgba(76, 211, 255, 0) 72%);
	filter: blur(4px);
}

.mikk-player-hero__beam {
	position: absolute;
	right: 0;
	top: 0;
	width: 34%;
	height: 100%;
	background: linear-gradient(90deg, rgba(76, 211, 255, 0) 0%, rgba(76, 211, 255, 0.11) 100%);
}

.mikk-teams-board-layout {
	display: grid;
	grid-template-columns: minmax(0, 3.1fr) minmax(0, 1fr);
	gap: 14px;
}

.mikk-teams-board,
.mikk-teams-filter {
	border: 1px solid rgba(95, 116, 154, 0.24);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(17, 23, 37, 0.96) 0%, rgba(13, 18, 31, 0.96) 100%);
	overflow: hidden;
}

.mikk-teams-board__titlebar {
	padding: 10px 14px;
	border-bottom: 1px solid rgba(95, 116, 154, 0.2);
}

.mikk-teams-board__titlebar h2 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #e9efff;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.mikk-teams-board__head,
.mikk-team-board-row {
	display: grid;
	grid-template-columns: 34px minmax(220px, 1.8fr) minmax(120px, 0.95fr) minmax(90px, 0.8fr) minmax(88px, 0.8fr) minmax(120px, 0.95fr) minmax(130px, 1fr);
	gap: 10px;
	align-items: center;
	padding: 9px 14px;
}

.mikk-teams-board__head {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #7f8bad;
	border-bottom: 1px solid rgba(95, 116, 154, 0.18);
}

.mikk-team-board-row {
	border-bottom: 1px solid rgba(95, 116, 154, 0.16);
}

.mikk-team-board-row:last-child {
	border-bottom: 0;
}

.mikk-team-board-row:hover {
	background: rgba(22, 31, 50, 0.78);
}

.mikk-team-board-row__rank {
	font-size: 1rem;
	font-weight: 600;
	color: #c6cfe6;
}

.mikk-team-board-row__rank em {
	font-style: normal;
	font-size: 0.82rem;
	margin-left: 4px;
	color: #69d89e;
}

.mikk-team-board-row__team {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.mikk-team-board-row__team img {
	width: 35px;
	height: 35px;
	border-radius: 8px;
	object-fit: cover;
	border: 1px solid rgba(106, 128, 168, 0.35);
	flex-shrink: 0;
}

.mikk-team-board-row__team span {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.mikk-team-board-row__team strong {
	font-size: 1rem;
	font-weight: 700;
	color: #eaf0ff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mikk-team-board-row__team small {
	font-size: 0.75rem;
	color: #7f8bad;
}

.mikk-team-board-row__region {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.mikk-team-board-row__region b {
	font-size: 0.72rem;
	font-weight: 700;
	color: #d6bd72;
	background: rgba(214, 189, 114, 0.12);
	border: 1px solid rgba(214, 189, 114, 0.3);
	border-radius: 6px;
	padding: 2px 6px;
}

.mikk-team-board-row__region i,
.mikk-team-board-row__winrate,
.mikk-team-board-row__matches,
.mikk-team-board-row__prize {
	font-style: normal;
	font-size: 1rem;
	font-weight: 500;
	color: #cfd8ef;
}

.mikk-team-board-row__winrate {
	color: #e6d9ad;
}

.mikk-team-board-row__winrate small {
	font-size: 0.9rem;
	color: #9aa6c6;
	margin-left: 4px;
}

.mikk-team-board-row__roster {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.mikk-team-board-row__roster img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid rgba(106, 128, 168, 0.35);
}

.mikk-teams-board__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	border-top: 1px solid rgba(95, 116, 154, 0.18);
}

.mikk-teams-board__footer a,
.mikk-teams-board__footer nav a {
	text-decoration: none;
	font-size: 0.9rem;
	color: #97a4c5;
}

.mikk-teams-board__footer nav {
	display: inline-flex;
	gap: 10px;
	align-items: center;
}

.mikk-teams-board__footer nav a.is-current {
	padding: 2px 7px;
	border-radius: 4px;
	border: 1px solid rgba(67, 137, 255, 0.45);
	background: rgba(67, 137, 255, 0.17);
	color: #cfe2ff;
}

.mikk-teams-filter {
	padding: 14px;
	display: grid;
	gap: 12px;
	align-content: start;
}

.mikk-teams-filter h3 {
	margin: 0 0 2px;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #eaf0ff;
}

.mikk-teams-filter__chips {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 6px;
}

.mikk-teams-filter__chips a {
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: 700;
	color: #93a1c4;
	border: 1px solid rgba(95, 116, 154, 0.3);
	border-radius: 6px;
	padding: 6px 8px;
	text-align: center;
	background: rgba(16, 23, 37, 0.8);
}

.mikk-teams-filter__chips a.is-active,
.mikk-teams-filter__chips a:hover {
	border-color: rgba(67, 137, 255, 0.5);
	background: rgba(67, 137, 255, 0.16);
	color: #d4e3ff;
}

.mikk-teams-filter label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.95rem;
	font-weight: 600;
	color: #aab5d2;
}

.mikk-teams-filter label span {
	line-height: 1.2;
}

.mikk-filter-checkbox {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #3f8bff;
	cursor: pointer;
}

.mikk-switch-button {
	position: relative;
	width: 40px;
	height: 38px;
	border-radius: 9px;
	border: 1px solid rgba(54, 127, 255, 0.7);
	background: linear-gradient(180deg, rgba(25, 71, 153, 0.9), rgba(22, 60, 130, 0.88));
	cursor: pointer;
	padding: 0;
	appearance: none;
	box-shadow: inset 0 0 0 1px rgba(120, 178, 255, 0.15), 0 8px 18px rgba(9, 28, 62, 0.45);
	transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.14s ease;
}

.mikk-switch-button::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: linear-gradient(180deg, #d7e1ee, #bcc9db);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45), 0 4px 8px rgba(9, 18, 34, 0.45);
	transition: transform 0.22s ease, background-color 0.22s ease;
}

.mikk-switch-button:hover {
	border-color: rgba(92, 155, 255, 0.9);
}

.mikk-switch-button:active {
	transform: scale(0.98);
}

.mikk-switch-button:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(67, 137, 255, 0.25);
}

.mikk-switch-button.is-on,
.mikk-switch-button[aria-checked='true'] {
	background: linear-gradient(180deg, rgba(26, 89, 189, 0.96), rgba(20, 70, 153, 0.94));
	border-color: rgba(71, 151, 255, 0.92);
	box-shadow: inset 0 0 0 1px rgba(125, 194, 255, 0.24), 0 8px 18px rgba(17, 68, 156, 0.38);
}

.mikk-switch-button.is-on::after,
.mikk-switch-button[aria-checked='true']::after {
	transform: translateX(14px);
	background: #e9f1ff;
}

.mikk-switch-button[aria-checked='false']::after {
	transform: translateX(0);
}

.mikk-teams-filter__reset {
	height: 40px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid rgba(95, 116, 154, 0.35);
	background: rgba(23, 33, 52, 0.92);
	color: #dce6ff;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.mikk-teams-filter__reset:hover {
	border-color: rgba(67, 137, 255, 0.6);
	background: rgba(30, 45, 73, 0.96);
	color: #f1f6ff;
}

@media (max-width: 900px) {
	.mikk-teams-board-layout {
		grid-template-columns: 1fr;
	}

	.mikk-teams-board {
		overflow-x: auto;
	}

	.mikk-teams-board__head,
	.mikk-team-board-row {
		min-width: 980px;
	}
}

@media (max-width: 560px) {
	.mikk-teams-board {
		overflow-x: hidden;
	}

	.mikk-teams-board__head {
		display: none;
	}

	.mikk-team-board-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}

.mikk-players-layout-v2 {
	display: grid;
	grid-template-columns: minmax(0, 3.05fr) minmax(0, 1fr);
	gap: 14px;
}

.mikk-players-table-wrap {
	border: 1px solid rgba(95, 116, 154, 0.24);
	border-radius: 12px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(17, 23, 37, 0.96) 0%, rgba(13, 18, 31, 0.96) 100%);
}

.mikk-players-table-headbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	border-bottom: 1px solid rgba(95, 116, 154, 0.2);
}

.mikk-players-table-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.mikk-players-table-title__menu {
	font-size: 1rem;
	color: #2fbbff;
}

.mikk-players-table-title strong {
	font-size: 1.5rem;
	font-weight: 500;
	color: #e9efff;
}

.mikk-players-table-ranges {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.mikk-players-table-ranges a {
	padding: 5px 10px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	color: #8f9dbf;
	border: 1px solid rgba(95, 116, 154, 0.28);
	background: rgba(17, 24, 38, 0.82);
}

.mikk-players-table-ranges a.is-active {
	color: #4cc4ff;
	border-color: rgba(72, 168, 255, 0.42);
	background: rgba(41, 113, 188, 0.24);
}

.mikk-players-table {
	display: grid;
}

.mikk-players-table__head,
.mikk-player-table-row {
	display: grid;
	grid-template-columns: 28px minmax(210px, 1.8fr) minmax(170px, 1.35fr) minmax(110px, 0.95fr) 74px 64px 60px 64px;
	gap: 12px;
	align-items: center;
	padding: 9px 14px;
}

.mikk-players-table__head {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #7f8bad;
	border-bottom: 1px solid rgba(95, 116, 154, 0.18);
}

.mikk-player-table-row {
	text-decoration: none;
	border-bottom: 1px solid rgba(95, 116, 154, 0.16);
}

.mikk-player-table-row:hover {
	background: rgba(22, 31, 50, 0.78);
}

.mikk-player-table-row:last-child {
	border-bottom: 0;
}

.mikk-player-table-row__rank {
	font-size: 1rem;
	font-weight: 700;
	color: #c4cde4;
}

.mikk-player-table-row__player,
.mikk-player-table-row__team {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.mikk-player-table-row__player img,
.mikk-player-table-row__team img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid rgba(106, 128, 168, 0.35);
	flex-shrink: 0;
}

.mikk-player-table-row__player span,
.mikk-player-table-row__team span {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.mikk-player-table-row__player strong,
.mikk-player-table-row__team strong {
	font-size: 1rem;
	font-weight: 700;
	color: #eaf0ff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mikk-player-table-row__player small,
.mikk-player-table-row__team small {
	font-size: 0.74rem;
	font-weight: 700;
	color: #67d497;
}

.mikk-player-table-row__team small {
	color: #7d89aa;
}

.mikk-player-table-row__country,
.mikk-player-table-row__rating,
.mikk-player-table-row__kd,
.mikk-player-table-row__maps {
	font-size: 1rem;
	font-weight: 500;
	color: #cfd8ef;
}

.mikk-player-table-row__result {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 6px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.mikk-player-table-row__result.is-win {
	color: #7af2bd;
	background: rgba(25, 153, 107, 0.22);
	border-color: rgba(25, 153, 107, 0.34);
}

.mikk-player-table-row__result.is-loss {
	color: #ff9aaa;
	background: rgba(176, 43, 75, 0.25);
	border-color: rgba(176, 43, 75, 0.34);
}

.mikk-players-filter-v2 {
	border: 1px solid rgba(95, 116, 154, 0.24);
	border-radius: 12px;
	padding: 14px;
	background: linear-gradient(180deg, rgba(17, 23, 37, 0.96) 0%, rgba(13, 18, 31, 0.96) 100%);
	display: grid;
	gap: 10px;
	align-content: start;
}

.mikk-players-filter-v2 h3 {
	margin: 0 0 4px;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #eaf0ff;
}

.mikk-players-filter-v2 label {
	font-size: 0.8rem;
	font-weight: 700;
	color: #aab5d2;
}

.mikk-players-filter-v2 select {
	height: 40px;
	border-radius: 8px;
	border: 1px solid rgba(95, 116, 154, 0.3);
	background: rgba(16, 23, 37, 0.9);
	color: #dbe5ff;
	font-size: 0.9rem;
	padding: 0 12px;
}

.mikk-players-filter-v2__roles {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.mikk-players-filter-v2__roles a {
	padding: 6px 10px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 0.84rem;
	font-weight: 700;
	color: #93a1c4;
	border: 1px solid rgba(95, 116, 154, 0.3);
	background: rgba(16, 23, 37, 0.8);
}

.mikk-players-filter-v2__roles a.is-active,
.mikk-players-filter-v2__roles a:hover {
	border-color: rgba(67, 137, 255, 0.5);
	background: rgba(67, 137, 255, 0.16);
	color: #d4e3ff;
}

.mikk-players-filter-v2 input[type='range'] {
	width: 100%;
	accent-color: #388cff;
}

.mikk-players-filter-v2__range-meta {
	display: flex;
	justify-content: space-between;
	font-size: 0.82rem;
	color: #8f9dbf;
}

.mikk-players-filter-v2 button {
	height: 42px;
	border-radius: 8px;
	border: 1px solid rgba(95, 116, 154, 0.3);
	background: rgba(23, 33, 52, 0.9);
	color: #dce6ff;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
}

.mikk-players-filter-v2 button:hover {
	border-color: rgba(67, 137, 255, 0.5);
}

.player-rankings-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.mikk-player-rank-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: #222533;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 14px 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	text-decoration: none;
}

.mikk-player-rank-card:hover {
	border-color: rgba(245, 127, 36, 0.55);
}

.top-player-avatar {
	width: 56px;
	height: 56px;
	border-radius: 999px;
	overflow: hidden;
	background: #2d3144;
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.top-player-avatar {
	object-fit: cover;
}

.mikk-player-avatar-fallback {
	color: #d3d7ea;
	font-size: 1rem;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mikk-player-name {
	margin: 0;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.01em;
	transition: color 0.2s ease;
}

.mikk-player-rank-card:hover .heading-hover {
	color: #f57f24;
}

.mikk-player-team {
	margin: 4px 0 0;
	color: #a7adc2;
	font-size: 0.84rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.mikk-player-rating {
	color: #ff8f3c;
	font-size: 1rem;
	font-weight: 900;
}

.game-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.game-tag-cs2 {
	background: rgba(59, 130, 246, 0.2);
	color: #93c5fd;
	border-color: rgba(147, 197, 253, 0.3);
}

.game-tag-valorant {
	background: rgba(239, 68, 68, 0.18);
	color: #fca5a5;
	border-color: rgba(252, 165, 165, 0.3);
}

.game-tag-dota2 {
	background: rgba(249, 115, 22, 0.17);
	color: #fdba74;
	border-color: rgba(253, 186, 116, 0.35);
}

.game-tag-lol {
	background: rgba(168, 85, 247, 0.17);
	color: #d8b4fe;
	border-color: rgba(216, 180, 254, 0.35);
}

.mikk-player-backlink {
	display: inline-flex;
	align-items: center;
	margin: 0 0 16px;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #98a2bf;
	text-decoration: none;
}

.mikk-player-backlink:hover {
	color: #49d3ff;
}

.mikk-player-single-card {
	background: #1b233536;
	border: 1px solid rgba(95, 122, 170, 0.26);
	border-radius: 14px;
	padding: 22px;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

.mikk-player-single-head {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(117, 135, 171, 0.2);
}

.player-profile-header {
	display: grid;
	grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.player-profile-image {
	display: flex;
	justify-content: flex-start;
}

.mikk-player-single-avatar {
	width: 180px;
	height: 180px;
	border-radius: 999px;
	border: 1px solid rgba(152, 177, 219, 0.45);
	background: #1e2638;
	object-fit: cover;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.mikk-player-single-intro h1 {
	margin: 0;
	color: #fff;
	font-size: 2rem;
	line-height: 1.1;
	font-weight: 900;
}

.mikk-player-single-intro p {
	margin: 6px 0 10px;
	font-size: 0.95rem;
	font-weight: 600;
	color: #9ca7c4;
}

.mikk-player-single-meta {
	margin-bottom: 8px;
}

.mikk-player-team-highlight {
	margin: 0 0 4px;
	font-size: 1.05rem;
	font-weight: 700;
	color: #4cd2ff;
}

.mikk-player-role {
	margin: 0;
	font-size: 0.9rem;
	color: #9ea5bc;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.mikk-player-single-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.player-stat,
.mikk-player-single-stats article {
	background: #1b233536;
	border: 1px solid rgba(120, 143, 184, 0.22);
	border-radius: 10px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 132px;
}

.player-stat span,
.mikk-player-single-stats span {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #8f96ad;
}

.player-stat strong,
.mikk-player-single-stats strong {
	font-size: 1rem;
	font-weight: 800;
	color: #f4f6ff;
}

.mikk-player-single-bio {
	margin-top: 16px;
	padding: 16px;
	border-radius: 10px;
	background: #1b233536;
	border: 1px solid rgba(120, 143, 184, 0.2);
}

.mikk-player-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
	gap: 16px;
	margin-top: 16px;
}

.mikk-player-panel {
	border-radius: 12px;
	background: #1b233536;
	border: 1px solid rgba(116, 138, 177, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.mikk-player-single-bio h2 {
	margin: 0 0 8px;
	font-size: 0.95rem;
	font-weight: 800;
	color: #f4f6ff;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.mikk-player-single-bio p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #b9bfd4;
}

.mikk-player-single-run,
.mikk-player-single-achievements {
	margin-top: 0;
	padding: 16px;
	border-top: 0;
	border-radius: 10px;
	background: #1b233536;
	border: 1px solid rgba(120, 143, 184, 0.2);
}

.mikk-player-single-achievements {
	margin-top: 16px;
}

.mikk-player-single-overview {
	padding: 16px;
}

.mikk-player-single-overview h2 {
	margin: 0 0 10px;
	font-size: 1.04rem;
	font-weight: 800;
	color: #f4f6ff;
}

.mikk-player-single-overview ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.mikk-player-single-overview li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #1b233536;
	border: 1px solid rgba(109, 132, 172, 0.22);
}

.mikk-player-single-overview li span {
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #96a3c2;
}

.mikk-player-single-overview li strong {
	font-size: 0.88rem;
	font-weight: 700;
	color: #eef2ff;
	text-transform: uppercase;
}

.mikk-player-single-run h2,
.mikk-player-single-achievements h2 {
	margin: 0 0 10px;
	font-size: 1.04rem;
	font-weight: 800;
	color: #f4f6ff;
}

.mikk-player-single-run p {
	margin: 0;
	color: #b9bfd4;
	line-height: 1.6;
}

.mikk-player-single-achievements ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.mikk-player-single-achievements li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #c4cadf;
	font-size: 0.95rem;
	line-height: 1.45;
}

.mikk-player-single-achievements svg {
	color: #4cd2ff;
	flex-shrink: 0;
}

.mikk-player-single-achievements li {
	padding: 8px 10px;
	border-radius: 8px;
	background: #1b233536;
	border: 1px solid rgba(109, 132, 172, 0.2);
}

@media (max-width: 900px) {
	.mikk-players-layout-v2 {
		grid-template-columns: 1fr;
	}

	.mikk-players-table-wrap {
		overflow-x: auto;
	}

	.mikk-players-table__head,
	.mikk-player-table-row {
		grid-template-columns: 28px minmax(0, 1fr) minmax(120px, 1fr) 74px 64px 60px 64px;
		min-width: 740px;
	}

	.mikk-players-table__head span:nth-child(4),
	.mikk-player-table-row__country {
		display: none;
	}

	.player-rankings-grid {
		grid-template-columns: 1fr;
	}

	.mikk-player-content-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.mikk-players-table-wrap {
		overflow-x: hidden;
	}

	.mikk-players-table-headbar {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.mikk-players-table__head {
		display: none;
	}

	.mikk-player-table-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.mikk-player-table-row__rank,
	.mikk-player-table-row__rating,
	.mikk-player-table-row__kd,
	.mikk-player-table-row__maps,
	.mikk-player-table-row__result {
		justify-self: start;
	}

	.mikk-player-rank-card {
		padding: 12px;
	}

	.top-player-avatar {
		width: 48px;
		height: 48px;
	}

	.mikk-player-name {
		font-size: 0.95rem;
	}

	.mikk-player-rating {
		font-size: 0.92rem;
	}

	.game-tag {
		min-width: 58px;
		height: 26px;
		font-size: 0.66rem;
	}

	.mikk-player-single-card {
		padding: 14px;
	}

	.mikk-player-single-head {
		align-items: flex-start;
	}

	.player-profile-header {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.player-profile-image {
		justify-content: center;
	}

	.mikk-player-single-avatar {
		width: 128px;
		height: 128px;
	}

	.mikk-player-single-intro h1 {
		font-size: 1.4rem;
	}
}

@media (max-width: 900px) {
	.player-profile-header {
		grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
	}

	.mikk-player-single-avatar {
		width: 150px;
		height: 150px;
	}
}

.mikk-game-menu,
.mikk-main-menu,
.mikk-game-menu ul,
.mikk-main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mikk-game-menu {
	display: flex;
	align-items: center;
	gap: 2px;
}

.mikk-game-menu > li > a {
	display: inline-flex;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-radius: 6px;
	color: hsl(220 14% 50%);
	text-decoration: none;
	transition: all 0.2s ease;
}

.mikk-game-menu > li.current-menu-item > a,
.mikk-game-menu > li.current-menu-ancestor > a,
.mikk-game-menu > li > a:hover {
	background: hsl(185 85% 48% / 0.15);
	color: hsl(185 85% 48%);
}

.mikk-main-nav-wrap {
	display: flex;
	align-items: center;
}

.mikk-main-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	height: 100%;
}

.mikk-main-menu > li {
	position: relative;
}

.mikk-main-menu > li > a {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: hsl(220 14% 50%);
	text-decoration: none;
	border-radius: 2px;
	transition: all 0.2s ease;
}

.mikk-main-menu > li.current-menu-item > a,
.mikk-main-menu > li.current-menu-ancestor > a,
.mikk-main-menu > li > a:hover {
	color: hsl(185 85% 48%);
	background: hsl(185 85% 48% / 0.05);
}

.mikk-main-menu .sub-menu {
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	min-width: 220px;
	background: hsl(225 20% 9%);
	border: 1px solid hsl(225 16% 15%);
	border-radius: 8px;
	padding: 8px;
	z-index: 60;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: all 0.2s ease;
}

.mikk-main-menu li:hover > .sub-menu,
.mikk-main-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mikk-main-menu .sub-menu li a {
	display: block;
	padding: 8px 10px;
	font-size: 13px;
	font-weight: 500;
	color: hsl(220 14% 75%);
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.2s ease;
}

.mikk-main-menu .sub-menu li.current-menu-item > a,
.mikk-main-menu .sub-menu li a:hover {
	background: hsl(185 85% 48% / 0.08);
	color: hsl(185 85% 48%);
}

@media (max-width: 1024px) {
	.mikk-header .container.flex.h-14 {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
