.jadwal-grid {
	display: grid;
	grid-template-columns: 0.8fr 3fr 1fr;
	gap: 18px;
	padding: 10px 16px 18px;
}

.widget, .jadwal-box {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin-bottom: 24px;
}

.widget__title, .jadwal-box__title {
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	color: #fff;
}

.widget__title::after, .jadwal-box__title::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin-top: 6px;
	background: linear-gradient(90deg, #fed427, #fe852e);
}

.jadwal-box__head {
	display: flex;
	justify-content: space-between;
}

.jadwal-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.jadwal-list__item {
	display: flex;
	gap: 10px;
	padding: 10px;
	cursor: pointer;
	user-select: none;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.06);
	transition: transform .08s ease, background .15s ease, border-color .15s ease;
}

.jadwal-list__item:hover {
	background: rgba(255,255,255,.07);
	border-color: rgba(255,255,255,.12);
	transform: translateY(-1px);
}

.jadwal-list__item.is-active {
	background: rgba(255,255,255,.10);
	border-color: rgba(254,212,39,.35);
	box-shadow: 0 0 0 1px rgba(254,212,39,.12) inset;
}

.jadwal-list__item::before {
	content: "";
	width: 3px;
	background: rgba(255,255,255,.18);
}

.jadwal-list__item.is-active::before {
	background: #fed427;
}

.jadwal-list__logo {
	width: 18px;
	height: 18px;
	object-fit: cover;
}

.jadwal-list__league {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.jadwal-grid > .panel--highlight {
	position: sticky;
	top: 15px;
	align-self: start;
}

#jadwalControls.vcontrols {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	justify-content: space-between;
}

#btnPrevDay, #btnNextDay, #dateLabel, #btnCalendar, #btnHotLeagueMore, #btnRegionMore, .jadwal-league__more, .leagueview__back {
	background: transparent;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
}

.jadwal-empty {
	padding: 14px 12px;
	border-radius: 12px;
	background: #1a1a1a;
	color: #ddd;
	border: 1px solid rgba(255,255,255,.08);
}

.jadwal-league {
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.08);
	margin: 10px 0;
}

.jadwal-league:first-child {
	margin-top: 0;
}

.jadwal-league:last-child {
	margin-bottom: 0;
}

.jadwal-league__head {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	background: linear-gradient(to bottom, rgba(255,255,255,.04), rgba(255,255,255,0));
}

.jadwal-league__meta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.jadwal-league__logo {
	width: 20px;
	height: 20px;
}

.jadwal-league__name, .lv-scorer-name {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}

.jadwal-league__sub, .lv-scorer-team {
	font-size: 12px;
	color: #C0C0C0;
}

.jadwal-matchlist {
	margin: 0;
	padding: 0;
}

.jadwal-match {
	display: flex;
	align-items: stretch;
	padding: 12px 0;
	border-top: 1px solid rgba(255,255,255,.06);
}

.jadwal-match:first-child {
	border-top: none;
}

.jadwal-match__status {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 64px;
}

.jadwal-match__status-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: #C0C0C0;
}

.jadwal-match__time {
	justify-content: center;
	font-size: 12px;
	color: #C0C0C0;
}

.jadwal-match__teams {
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: 1fr auto;
}

.jadwal-match__teams-stack {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.jadwal-team {
	display: flex;
	gap: 8px;
}

.jadwal-team__logo {
	width: 20px;
	height: 20px;
}

.jadwal-team__name {
	color: #fff;
	font-size: 13px;
}

.jadwal-match__score {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-width: 22px;
	font-weight: bold;
	color: #fff;
}

.jadwal-match .jadwal-score__home, .jadwal-match .jadwal-score__away {
	display: block;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.jadwal-ads-slot {
	text-align: center;
}

.jadwal-ads-slot .ads-img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.jadwal-ads-slot[data-ads-slot="header_920x90"] {
	margin-top: 10px;
}

.jadwal-ads-slot[data-ads-slot="header_920x90"] .ads-img {
	max-width: 920px;
}

.jadwal-ads-slot[data-ads-slot="floating_728x90"] {
	position: fixed;
	left: 50%;
	bottom: 65px;
	transform: translateX(-50%);
	z-index: 9999;
	pointer-events: none;
}

.jadwal-ads-slot[data-ads-slot="floating_728x90"] .ads-link {
	pointer-events: auto;
}

.jadwal-ads-slot[data-ads-slot="floating_728x90"] .ads-img {
	max-width: 728px;
}

.leagueview {
	background: linear-gradient(to bottom, rgba(255,255,255,.04), rgba(255,255,255,0));
	overflow: hidden;
}

.leagueview__header {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	background: rgba(0,0,0,0.18);
	border: 1px solid rgba(255,255,255,0.08);
}

.leagueview__head-left {
	display: flex;
	gap: 10px;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
}

.leagueview__logo, .lv-teamlogo-sm {
	width: 35px;
	height: 35px;
	object-fit: contain;
	background: transparent;
}

.leagueview__back {
	cursor: pointer;
	user-select: none;
}

.leagueview__tabs {
	display: flex;
	margin-top: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.leagueview__tab {
	flex: 1;
	padding: 10px 0;
	background: transparent;
	border: 0;
	color: rgba(255,255,255,0.78);
	cursor: pointer;
}

.leagueview__tab:hover {
	color: #fff;
}

.leagueview__tab.is-active {
	color: #fff;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
}

.lv-section {
	padding: 0;
	margin: 10px;
}

.lv-section + .lv-section {
	margin-top: 30px;
}

.lv-title-row {
	display: flex;
	gap: 10px;
	align-items: center;
}

.lv-title {
	margin: 0;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
}

.lv-seeall-inline {
	border: 1px solid rgba(0,0,0,.25);
	background: rgba(255,255,255,.15);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 4px 8px;
}

.lv-section .jadwal-match {
	border: 1px solid rgba(255,255,255,.10);
	margin: 8px 0;
	background: rgba(0,0,0,.06);
}

.lv-date-fade {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0 10px;
	color: #f5c56b;
	font-size: 12px;
}

.lv-date-fade::before {
	content: "";
	width: 50px;
	height: 1px;
	background: rgba(255, 255, 255, 0.12);
	flex-shrink: 0;
}

.lv-date-fade::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(to right, rgba(255,255,255,0.12), rgba(255,255,255,0.06), rgba(255,255,255,0));
}

.lv-standings-card {
	border: 1px solid rgba(255,255,255,.10);
	overflow: hidden;
	margin: 10px 0;
}

.lv-standings-table {
	width: 100%;
	border-collapse: collapse;
}

.lv-standings-table th, .lv-standings-table td, .lv-scorer-rank, .lv-scorer-goals {
	padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,.08);
	color: rgba(255,255,255,.85);
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}

.lv-standings-table thead th {
	background: rgba(255,255,255,.06);
}

.lv-standings-table .lv-th-team, .lv-standings-table .lv-teamcell {
	text-align: left;
}

.lv-ptscell, .lv-scorer-goals {
	font-weight: bold;
}

.lv-teamcell {
	display: flex;
	gap: 8px;
	align-items: center;
}

.lv-teamlogo {
	width: 20px;
	height: 20px;
}

.lv-teamname {
	color: #fff;
}

.lv-rankcell {
	position: relative;
}

.lv-zonebar {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px;
	width: 15px;
	height: 3px;
	border-radius: 999px;
}

.lv-zone-blue {
	background: #2f7cff;
}

.lv-zone-orange {
	background: #c97b00;
}

.lv-zone-green {
	background: #2ecc71;
}

.lv-zone-red {
	background: #d64545;
}

.lv-zone-gray {
	background: rgba(255,255,255,.25);
}

.lv-scorerlist {
	display: flex;
	flex-direction: column;
}

.lv-scorerrow {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.lv-scorerrow:last-child {
	border-bottom: 0;
}

.lv-scorer-rank, .lv-scorer-goals {
	border-bottom: none;
}

.lv-scorer-main {
	display: flex;
	justify-content: space-between;
	flex: 1 1 auto;
}

.lv-scorer-left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.lv-standings-subtabs {
	margin-bottom: 10px;
}

.lv-standings-pane {
	padding: 0 10px;
}

.lv-standings-table .lv-th-rank, .lv-standings-table .lv-rankcell {
	width: 44px;
}

.lv-standings-table .lv-th-team {
	width: 320px;
}

.lv-standings-table .lv-teamcell {
	min-width: 320px;
}

.lv-form-head {
	display: inline-block;
	width: 124px;
	text-align: center;
}

.lv-formcell {
	text-align: right;
	white-space: nowrap;
}

.lv-form {
	display: flex;
	justify-content: flex-end;
	gap: 6px;
}

.lv-form-pill {
	width: 20px;
	height: 20px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	color: #111;
	position: relative;
}

.lv-form-pill.lv-form-w {
	background: #2ecc71;
}

.lv-form-pill.lv-form-l {
	background: #ff4d4f;
}

.lv-form-pill.lv-form-d {
	background: #9aa0a6;
}

.lv-form-pill.lv-form-last::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
	width: 14px;
	height: 3px;
	border-radius: 3px;
}

.lv-form-pill.lv-form-w.lv-form-last::after {
	background: #2ecc71;
}

.lv-form-pill.lv-form-l.lv-form-last::after {
	background: #ff4d4f;
}

.lv-form-pill.lv-form-d.lv-form-last::after {
	background: #9aa0a6;
}

.lv-tabscroll--stats {
	position: relative;
	margin-top: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.lv-tabscroll--stats .leagueview__tabs {
	margin-top: 0;
	border-bottom: 0;
}

.lv-tabscroll__viewport {
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
	-webkit-overflow-scrolling: touch;
}

.lv-tabscroll__viewport::-webkit-scrollbar {
	display: none;
}

.lv-tabscroll__viewport.is-dragging {
	cursor: grabbing;
	user-select: none;
	-webkit-user-select: none;
}

.lv-tabscroll__list {
	flex-wrap: nowrap;
	margin-top: 0;
}

.lv-tabscroll__list .leagueview__tab {
	flex: 0 0 25%;
	max-width: 25%;
	white-space: nowrap;
}

.lv-tabscroll__btn {
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	height: 26px;
	border: 0;
	background: transparent;
	color: rgba(255,255,255,0.85);
	cursor: pointer;
	z-index: 5;
	font-size: 20px;
}

.lv-tabscroll__btn--left {
	left: 0;
}

.lv-tabscroll__btn--right {
	right: 0;
}

.lv-tabscroll__btn:hover {
	color: #fff;
}

.lv-tabscroll__btn.is-hidden {
	display: none;
}

.matchview__header {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.12);
	background: rgba(0,0,0,0.15);
}

.matchview__row1 {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 10px;
}

.mv-side {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.mv-teamlogo {
	width: 80px;
	height: 80px;
}

.mv-teamname {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.mv-round-center {
	font-size: 12px;
	margin-bottom: 6px;
	color: #C0C0C0;
}

.mv-time {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.mv-date {
	margin-top: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #C0C0C0;
	text-align: center;
}

.matchview__row3 {
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px 10px 0;
	border-top: 1px solid rgba(255,255,255,0.10);
	color: #C0C0C0;
}

.mv-meta {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}

.mv-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	opacity: 0.95;
}

.mv-meta-item--left {
	justify-self: start;
}

.mv-meta-item--center {
	justify-self: center;
}

.mv-meta-item--right {
	justify-self: end;
}

.mv-mini-logo {
	width: 20px;
	height: 20px;
	object-fit: cover;
}

.mv-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.mv-ico-svg {
	width: 20px;
	height: 20px;
	display: block;
	color: #fff;
}

.mv-info-card {
	margin-top: 10px;
	border: 1px solid rgba(255,255,255,0.10);
	background: rgba(0,0,0,0.10);
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #fff;
}

.mv-info-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mv-info-left {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
}

.mv-info-right {
	text-align: right;
	font-weight: bold;
}

.mv-info-muted {
	color: #C0C0C0;
}

#mvOddsTypeTabs {
	border-bottom: 0;
}

#mvOddsTypeTabs .leagueview__tab {
	white-space: nowrap;
	text-align: center;
}

.mv-odds-cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mv-odds-card {
	border: 1px solid rgba(255,255,255,0.10);
	background: rgba(0,0,0,0.10);
	padding: 10px;
}

.mv-odds-card__body {
	margin-top: 10px;
}

.mv-odds-lines {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mv-odds-line {
	border: 1px solid rgba(255,255,255,0.10);
	background: rgba(255,255,255,0.04);
	padding: 10px;
}

.mv-odds-line__title {
	position: relative;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: rgba(255,255,255,0.78);
	margin-bottom: 8px;
}

.mv-odds-line__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 3px;
	border-radius: 3px;
	background: rgba(245,197,107,0.85);
}

.mv-odds-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px;
}

.mv-odds-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mv-odds-item {
	position: relative;
	padding: 12px 10px;
	background: rgba(255,255,255,0.06);
	color: #fff;
	text-align: center;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	transition: transform .12s ease, background .12s ease, border-color .12s ease, box-shadow .12s ease;
}

.mv-odds-item:hover {
	background: rgba(255,255,255,0.08);
	transform: translateY(-1px);
	box-shadow: 0 10px 16px rgba(0,0,0,0.22);
}

.mv-odds-item:active {
	transform: translateY(0px) scale(0.99);
}

.mv-odds-item.is-active {
	background: rgba(0,0,0,0.35);
}

.mv-odds-lbl {
	font-size: 13px;
	color: rgba(255,255,255,0.75);
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mv-odds-val {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.mv-odds-item.is-active .mv-odds-lbl, .mv-odds-item.is-active .mv-odds-val {
	opacity: 0.22;
}

.mv-bet-btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.55);
	border: 1px solid rgba(255,255,255,0.14);
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	transition: transform .12s ease, background .12s ease;
}

.mv-bet-btn:hover {
	transform: scale(1.08);
}

.mv-bet-btn:active {
	background: rgba(0,0,0,0.65);
	transform: scale(1.04);
}

.mv-odds-item.is-active .mv-bet-btn {
	display: flex;
}

.mv-abs-card {
	margin-top: 10px;
	border: 1px solid rgba(255,255,255,0.10);
	background: rgba(0,0,0,0.10);
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #fff;
}

.mv-abs-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.mv-abs-side {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.mv-abs-side--home {
	align-items: flex-start;
	text-align: left;
}

.mv-abs-side--away {
	align-items: flex-end;
	text-align: right;
}

.mv-abs-top {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.mv-abs-side--away .mv-abs-top {
	justify-content: flex-end;
}

.mv-abs-flag {
	width: 16px;
	height: 12px;
	border-radius: 2px;
	object-fit: cover;
	background: rgba(255,255,255,0.08);
	flex: 0 0 auto;
}

.mv-abs-name {
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.mv-abs-reason {
	font-size: 12px;
	color: rgba(255,255,255,0.65);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.mv-abs-empty {
	color: rgba(255,255,255,0.35);
	font-size: 13px;
}

.mv-h2h-league-logo {
	width: 25px;
	height: 25px;
	object-fit: contain;
	flex: 0 0 auto;
}

.mv-h2h-league-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.3;
}

.mv-h2h-league-name {
	font-weight: bold;
}

.mv-h2h-league-country {
	color: rgba(255,255,255,0.55);
	font-size: 11px;
}

.mv-attr-card {
	margin-top: 10px;
	border: 1px solid rgba(255,255,255,0.10);
	background: rgba(0,0,0,0.10);
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mv-attr-radargrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.mv-attr-radarcol {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mv-attr-teamname {
	font-weight: bold;
	color: #fff;
}

.mv-attr-row {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 10px;
}

.mv-attr-name {
	font-size: 11px;
	font-weight: bold;
	color: rgba(255,255,255,0.75);
	text-transform: uppercase;
	letter-spacing: 0.6px;
	text-align: center;
}

.mv-attr-barwrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mv-attr-pct {
	font-size: 12px;
	color: #fff;
}

.mv-attr-pct--home {
	text-align: left;
}

.mv-attr-pct--away {
	text-align: right;
}

.mv-attr-bar {
	position: relative;
	flex: 1;
	height: 6px;
	background: rgba(255,255,255,0.08);
	overflow: hidden;
	display: flex;
}

.mv-attr-fill-home {
	height: 100%;
	background: rgba(245,197,107,0.90);
}

.mv-attr-fill-away {
	height: 100%;
	background: rgba(72,210,193,0.90);
}

.matchview__tabs .leagueview__tab.is-hidden {
	display: none;
}

.mv-evt-list {
	width: 100%;
}

.mv-info-card .mv-evt-list {
	margin: -10px;
}

.mv-evt-row {
	width: 100%;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) 120px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 40px;
	padding: 10px;
	border-top: 1px solid rgba(255,255,255,0.08);
}

.mv-evt-row:first-child {
	border-top: 0;
}

.mv-evt-min {
	color: rgba(255,255,255,0.65);
	font-size: 12px;
}

.mv-evt-mid {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	line-height: 1;
}

.mv-evt-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 14px;
	flex: 0 0 15px;
}

.mv-evt-svg {
	width: 18px;
	height: 18px;
	display: block;
	color: rgba(255,255,255,0.85);
}

.mv-evt-svg--goal {
	color: rgba(255,255,255,0.95);
}

.mv-evt-svg--yellow {
	color: #ffcd00;
}

.mv-evt-svg--red {
	color: #ff3322;
}

.mv-lineup-card {
	border: 1px solid rgba(255,255,255,0.10);
	background: rgba(0,0,0,0.10);
	padding: 10px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mv-lineup-note {
	color: #C0C0C0;
	font-size: 13px;
	line-height: 1.4;
}

.matchview__content #mvLineupSection[style*="display: none"] + .lv-section + .lv-section {
	margin-top: 10px;
}

.mv-formbar {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.10);
	background: rgba(255,255,255,0.06);
	color: #fff;
}

.mv-formbar__side {
	font-weight: bold;
	color: #fff;
}

.mv-formbar__side--right {
	text-align: right;
}

.mv-formbar__mid {
	color: #C0C0C0;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	text-align: center;
}

.mv-pitch {
	position: relative;
	height: 520px;
	border: 1px solid rgba(255,255,255,0.10);
	overflow: hidden;
	background: radial-gradient(circle at 0% 0%, rgba(255,255,255,0.05), transparent 42%),
		radial-gradient(circle at 100% 0%, rgba(255,255,255,0.05), transparent 42%),
		radial-gradient(circle at 0% 100%, rgba(255,255,255,0.05), transparent 42%),
		radial-gradient(circle at 100% 100%, rgba(255,255,255,0.05), transparent 42%),
		linear-gradient(to right, rgba(0,0,0,0.18), rgba(0,0,0,0.00) 18%, rgba(0,0,0,0.00) 82%, rgba(0,0,0,0.18)),
		repeating-linear-gradient(to bottom,
			rgba(62,165,88,0.26) 0,
			rgba(62,165,88,0.26) 34px,
			rgba(32,110,58,0.26) 34px,
			rgba(32,110,58,0.26) 68px
		);
}

.mv-pitch__outline {
	position: absolute;
	inset: 12px;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 6px;
	pointer-events: none;
}

.mv-pitch__midline {
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: 50%;
	width: 1px;
	background: rgba(255,255,255,0.18);
	pointer-events: none;
}

.mv-pitch__circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.mv-pitch__spot {
	position: absolute;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(255,255,255,0.22);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.mv-pitch__spot--center {
	left: 50%;
}

.mv-pitch__spot--home {
	left: 18%;
}

.mv-pitch__spot--away {
	left: 82%;
}

.mv-pitch__penalty {
	position: absolute;
	top: 50%;
	width: 18%;
	height: 58%;
	border: 1px solid rgba(255,255,255,0.18);
	transform: translateY(-50%);
	pointer-events: none;
}

.mv-pitch__penalty--home {
	left: 12px;
	border-radius: 6px 0 0 6px;
}

.mv-pitch__penalty--away {
	right: 12px;
	border-radius: 0 6px 6px 0;
}

.mv-pitch__goalarea {
	position: absolute;
	top: 50%;
	width: 8.5%;
	height: 30%;
	border: 1px solid rgba(255,255,255,0.18);
	transform: translateY(-50%);
	pointer-events: none;
}

.mv-pitch__goalarea--home {
	left: 12px;
	border-radius: 6px 0 0 6px;
}

.mv-pitch__goalarea--away {
	right: 12px;
	border-radius: 0 6px 6px 0;
}

.mv-pitch__arc {
	position: absolute;
	top: 50%;
	width: 78px;
	height: 78px;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.mv-pitch__arc--home {
	left: 18%;
	clip-path: inset(0 0 0 50%);
}

.mv-pitch__arc--away {
	left: 82%;
	clip-path: inset(0 50% 0 0);
}

.mv-pitch__goal {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 100px;
	border: 1px solid rgba(255,255,255,0.18);
	background: rgba(255,255,255,0.04);
	transform: translateY(-50%);
	pointer-events: none;
}

.mv-pitch__goal--home {
	left: 6px;
	border-radius: 4px 0 0 4px;
}

.mv-pitch__goal--away {
	right: 6px;
	border-radius: 0 4px 4px 0;
}

.mv-pchip {
	position: absolute;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	min-width: 0;
	pointer-events: none;
	z-index: 5;
}

.mv-pchip-ava {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	object-fit: cover;
	background: rgba(0,0,0,0.25);
	border: 1px solid rgba(255,255,255,0.18);
}

.mv-pchip-ava--ph {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: bold;
	color: rgba(255,255,255,0.75);
	text-transform: uppercase;
}

.mv-pchip-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	padding: 4px 6px;
	border-radius: 8px;
	background: rgba(0,0,0,0.55);
	border: 1px solid rgba(255,255,255,0.12);
	color: #fff;
	font-size: 10px;
	line-height: 1.1;
	text-align: center;
	max-width: 88px;
}

.mv-pchip-text span {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mv-pchip-no {
	color: #C0C0C0;
	font-weight: bold;
	line-height: 1;
}

.mv-coaches {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.mv-coach {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.mv-coach--away {
	flex-direction: row-reverse;
	text-align: right;
}

.mv-coach__ava {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.18);
	background: rgba(255,255,255,0.06);
	display: flex;
	align-items: center;
	justify-content: center;
}

.mv-coach-ava-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mv-coach-ava-ph {
	font-size: 10px;
	font-weight: bold;
	color: rgba(255,255,255,0.70);
	text-transform: uppercase;
}

.mv-coach__name {
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 220px;
}

.tv-tr-table {
	width: 100%;
	border-collapse: collapse;
}

.tv-tr-table th.tv-tr-date, .tv-tr-table td.tv-tr-date {
	width: 130px;
	text-align: left;
	white-space: nowrap;
}

.tv-tr-table th.tv-tr-fee, .tv-tr-table td.tv-tr-fee {
	width: 140px;
	text-align: right;
	white-space: nowrap;
}

.tv-tr-table th.tv-tr-player, .tv-tr-table td.tv-tr-player, .tv-tr-table th.tv-tr-fromto, .tv-tr-table td.tv-tr-fromto {
	text-align: left;
}

.tv-tr-playerwrap, .tv-tr-team {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tv-tr-flag {
	width: 18px;
	height: 12px;
	object-fit: cover;
	border-radius: 2px;
	background: rgba(255,255,255,.08);
	flex: 0 0 auto;
}

.tv-tr-fee {
	padding-right: 14px;
}

.tv-tr-fee-amt {
	display: block;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 1px;
}

.tv-tr-fee-type {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	line-height: 1.15;
	color: rgba(255,255,255,.70);
}

.tv-tr-playername {
	display: inline-block;
	max-width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tv-tr-arrow {
	display: inline-block;
	width: 16px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
}

.tv-tr-arrow--in {
	color: #14dc4b;
}

.tv-tr-arrow--out {
	color: #dc0000;
}

.tv-tr-arrow--other {
	color: rgba(255,255,255,.55);
}

.tv-tr-teamlogo {
	width: 22px;
	height: 22px;
	object-fit: contain;
	flex: 0 0 auto;
}

.tv-tr-teamname {
	display: inline-block;
	max-width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tv-teamstats .mv-attr-radargrid {
	grid-template-columns: 1fr;
}

.tv-teamstats .mv-attr-fill-away {
	display: none;
}

.tv-teamstats .mv-attr-pct--away {
	display: none;
}

/* ===== Player View ===== */
.pv-headwrap {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.12);
	background: rgba(0,0,0,0.15);
}

.pv-head {
	display: grid;
	grid-template-columns: 72px 1fr 72px;
	align-items: start;
	gap: 12px;
}

.pv-head__photo,
.pv-head__team {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pv-head__mid {
	min-width: 0;
}

.pv-photo {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	object-fit: cover;
	background: rgba(0,0,0,0.25);
}

.pv-teamlogo {
	width: 60px;
	height: 60px;
	object-fit: contain;
	display: block;
	background: transparent;
	padding: 0;
	border-radius: 0;
}

.pv-name {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.15;
	color: #fff;
	margin: 0;
	margin-bottom: 4px;
}

.pv-meta-row {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 10px;
	align-items: baseline;
	margin-top: 6px;
}

.pv-meta-label {
	color: rgba(255,255,255,0.70);
	font-size: 13px;
	white-space: nowrap;
}

.pv-meta-val {
	color: rgba(255,255,255,0.92);
	font-size: 13px;
	min-width: 0;
	word-break: break-word;
}

.pv-country {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.pv-flag {
	visibility: visible;
}

.pv-table {
	table-layout: fixed;
	width: 100%;
}

.pv-table td {
	font-variant-numeric: tabular-nums;
}

.pv-table .lv-th-team {
	width: auto;
}

.pv-table .lv-teamcell {
	min-width: 0;
}

.pv-table--matches th.pv-col-date, .pv-table--matches td.pv-col-date {
	width: 120px;
}

.pv-table--matches th.pv-col-league, .pv-table--matches td.pv-col-league {
	width: 78px;
}

.pv-table--matches th.pv-col-score, .pv-table--matches td.pv-col-score {
	width: 56px;
}

.pv-table--matches th.pv-col-min, .pv-table--matches td.pv-col-min,
.pv-table--matches th.pv-col-g, .pv-table--matches td.pv-col-g,
.pv-table--matches th.pv-col-ast, .pv-table--matches td.pv-col-ast,
.pv-table--matches th.pv-col-y, .pv-table--matches td.pv-col-y,
.pv-table--matches th.pv-col-r, .pv-table--matches td.pv-col-r {
	width: 44px;
}

.pv-table--matches th.pv-col-rt, .pv-table--matches td.pv-col-rt {
	width: 60px;
}

.pv-table--matches td.pv-matchcell,
.pv-table--matches td.pv-col-score {
	vertical-align: top;
}

.pv-table--matches td.pv-col-date,
.pv-table--matches td.pv-col-league {
	vertical-align: middle;
}

.pv-table--matches th.pv-col-league,
.pv-table--matches td.pv-col-league {
	text-align: center;
}

.pv-table--matches .pv-league {
	justify-content: center;
}

.pv-table--career th.pv-col-date, .pv-table--career td.pv-col-date {
	width: 110px;
	text-align: left;
}

.pv-table--career th.pv-col-team, .pv-table--career td.pv-col-team {
	width: 220px;
}

.pv-table--career th.pv-col-league, .pv-table--career td.pv-col-league {
	width: 86px;
	text-align: center;
	white-space: nowrap;
	padding-right: 14px;
}

.pv-table--career th.pv-col-app, .pv-table--career td.pv-col-app,
.pv-table--career th.pv-col-g, .pv-table--career td.pv-col-g,
.pv-table--career th.pv-col-ast, .pv-table--career td.pv-col-ast,
.pv-table--career th.pv-col-y, .pv-table--career td.pv-col-y,
.pv-table--career th.pv-col-r, .pv-table--career td.pv-col-r {
	width: 44px;
}

.pv-table--career th.pv-col-rt, .pv-table--career td.pv-col-rt {
	width: 60px;
}

.pv-table--career th.pv-col-app,
.pv-table--career td.pv-col-app {
	padding-left: 16px;
}

.pv-table--career .pv-league {
	justify-content: center;
}

.pv-table--career .lv-teamname {
	display: inline-block;
	max-width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tv-tr-table th.tv-tr-status, .tv-tr-table td.tv-tr-status {
	width: 110px;
	text-align: center;
	white-space: nowrap;
}

.pv-table--transfer th.tv-tr-status, .pv-table--transfer td.tv-tr-status {
	width: 160px;
	padding-left: 18px;
	padding-right: 28px;
}

.pv-table--transfer th.tv-tr-status + th.lv-th-team,
.pv-table--transfer td.tv-tr-status + td.tv-tr-fromto {
	padding-left: 24px;
}

.pv-table--transfer .tv-tr-team .lv-teamname {
	display: inline-block;
	max-width: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pv-table--injury th.pv-col-date, .pv-table--injury td.pv-col-date {
	width: 150px;
	text-align: left;
}

.pv-table--injury th.lv-th-team,
.pv-table--injury td.pv-injurycell {
	text-align: left;
}

.pv-col-date {
	text-align: left;
	white-space: nowrap;
}

.pv-col-league {
	text-align: left;
	white-space: nowrap;
}

.pv-league {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.pv-league-logo {
	width: 18px;
	height: 18px;
	object-fit: contain;
	flex: 0 0 auto;
}

.pv-league-code {
	font-weight: 800;
	letter-spacing: 0.5px;
	color: #fff;
}

.pv-leaguecell {
	text-align: left;
}

.pv-league-name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.15;
	color: #fff;
}

.pv-matchcell {
	text-align: left;
}

.pv-teamstack {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.pv-teamline {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.pv-teamline img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	flex: 0 0 auto;
}

.pv-teamline span {
	display: inline-block;
	flex: 1 1 auto;
	min-width: 0;
	max-width: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pv-score {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	min-width: 22px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
}

.pv-score span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	line-height: 20px;
	font-variant-numeric: tabular-nums;
}

.pv-col-min {
	white-space: nowrap;
}

.pv-rt {
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.pv-rt--good {
	color: #14dc4b;
}

.pv-rt--mid {
	color: #f5c56b;
}

.pv-rt--bad {
	color: #ff4d4f;
}

.pv-tr-status {
	text-align: center;
}

.pv-tr-status__txt {
	display: inline-block;
	font-size: 12px;
	line-height: 1.15;
	color: rgba(255,255,255,0.90);
}

.pv-injurycell {
	text-align: left;
}

.pv-injurytext {
	color: #fff;
}