
.mp-shell {
	--mp-rose: #ff2d86;
	--mp-rose-soft: rgba(255, 45, 134, 0.14);
	--mp-violet: #a855f7;
	--mp-magenta: #e879f9;
	--mp-card: rgba(15, 18, 38, 0.96);
	--mp-card-2: rgba(13, 18, 35, 0.78);
	--mp-line: rgba(255, 255, 255, 0.10);
	--mp-text: #e9e9ea;
	--mp-muted: rgba(255, 255, 255, 0.56);
	--mp-radius: 22px;

	color: var(--mp-text);
	font-family: "Titillium Web", sans-serif;

	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

.mp-container {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

.mp-sections {
	flex: 1 0 auto;
}

.mp-card {
	position: relative;
	border-radius: var(--mp-radius);
	background: rgba(255, 255, 255, 0.045);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	padding: 16px;
}

.mp-hero {
	position: relative;
	margin: 12px 0 14px;
	overflow: hidden;
	max-height: 720px;
	transition: max-height 0.34s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.mp-hero-full {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.mp-hero-block {
	border-radius: var(--mp-radius);
	background:
		radial-gradient(135% 115% at 0% 0%, rgba(255, 45, 134, 0.26), rgba(255, 45, 134, 0) 48%),
		radial-gradient(135% 115% at 100% 0%, rgba(168, 85, 247, 0.30), rgba(168, 85, 247, 0) 50%),
		radial-gradient(120% 130% at 50% 118%, rgba(232, 121, 249, 0.14), rgba(232, 121, 249, 0) 55%),
		linear-gradient(180deg, rgba(18, 20, 44, 0.96), rgba(10, 13, 28, 0.98));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.mp-hero-block.mp-hero-tendance {
    background: rgba(255, 255, 255, 0.045);
}

.mp-hero-identity {
	padding: 20px 16px;
}

.mp-hero-tendance {
	padding: 13px 16px 8px;
}

@keyframes mp-slim-in {
	from { opacity: 0; transform: translateY(-6px); }
	to { opacity: 1; transform: none; }
}

@keyframes mp-full-in {
	from { opacity: 0; transform: translateY(-4px) scale(0.985); }
	to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
	.mp-hero,
	.mp-hero .mp-hero-full,
	.mp-hero .mp-hero-slim {
		animation: none !important;
		transition: none !important;
	}
}

.mp-head {
	position: relative;
}

.mp-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 14px 2px 10px;
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--mp-muted);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.mp-crumb {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.mp-crumb-sep {
	font-size: 0.6rem;
	color: rgba(255, 255, 255, 0.38);
}

.mp-crumb-admin {
	display: inline-flex;
	align-items: center;
	margin-left: auto;
}

.mp-flag {
	width: 24px;
	height: 16px;
	border-radius: 3px;
	object-fit: cover;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.mp-fixture {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 8px;
}

.mp-team {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.mp-team-logo {
	width: 76px;
	height: 76px;
	object-fit: contain;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.45));
}

.mp-team-name-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	max-width: 100%;
}

.mp-team-name {
	font-weight: 800;
	font-size: 0.92rem;
	line-height: 1.15;
	text-align: center;
	color: var(--mp-text);
}

.mp-fav-btn {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	line-height: 1;
	color: var(--mp-muted);
	cursor: pointer;
}

.mp-fav-btn .fa-bookmark {
	transition: color 0.16s ease, transform 0.16s ease;
}

.mp-fav-btn:hover .fa-bookmark {
	color: var(--mp-rose);
	transform: scale(1.12);
}

.mp-kickoff {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	border-radius: 12px;
}

.mp-time {
	    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: #fff;
    white-space: nowrap;
    font-family: "Bangers", "Permanent Marker", "Sedgwick Ave Display", cursive;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

.mp-duel {
	padding: 2px 2px 0;
}

.mp-duel-labels {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.mp-duel-side {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.mp-duel-side.is-home {
	align-items: flex-start;
	text-align: left;
	flex: 1 1 0;
}

.mp-duel-side.is-away {
	align-items: flex-end;
	text-align: right;
	flex: 1 1 0;
}

.mp-duel-side.is-draw {
	align-items: center;
	text-align: center;
	flex: 0 0 auto;
}

.mp-duel-pct {
	font-family: "Bangers", "Permanent Marker", "Sedgwick Ave Display", cursive;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: 0.01em;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.mp-duel-side.is-home .mp-duel-pct {
	color: var(--mp-rose);
}

.mp-duel-side.is-away .mp-duel-pct {
	color: #8b5cf6;
}

.mp-duel-side.is-draw .mp-duel-pct {
	font-size: 1.3rem;
	color: rgba(255, 255, 255, 0.8);
}

.mp-duel-name {
	margin-top: 4px;
	max-width: 100%;
	font-size: 0.7rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: var(--mp-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mp-duel-bar {
	height: 12px;
	border-radius: 999px;
	overflow: hidden;
	background: linear-gradient(90deg,
			#ff2d86 0%,
			#e879f9 calc(var(--p1, 50%) - 7%),
			rgba(255, 255, 255, 0.22) calc(var(--p1, 50%) + 7%),
			rgba(255, 255, 255, 0.22) calc(var(--p2, 75%) - 7%),
			#8b5cf6 calc(var(--p2, 75%) + 7%),
			#6d5df6 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.mp-duel-bar.mp-duel-bar--na {
	background: rgba(255, 255, 255, 0.12);
}

.mp-hero-slim {
	display: none;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	cursor: pointer;
}

.mp-hero-slim .mp-slim-side {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.mp-hero-slim .mp-slim-side {
	justify-content: center;
}

.mp-hero-slim img {
	width: 38px;
	height: 38px;
	object-fit: contain;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.4));
}

.mp-hero-slim .mp-slim-name {
	min-width: 0;
	font-weight: 800;
	font-size: 0.82rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mp-hero-slim .mp-slim-mid {
	text-align: center;
	flex: 0 0 auto;
}

.mp-hero-slim .mp-slim-time {
	font-weight: 900;
	font-size: 0.9rem;
	color: #fff;
}

.mp-hero-slim .mp-slim-odds {
	font-size: 0.64rem;
	font-weight: 700;
	color: var(--mp-muted);
	white-space: nowrap;
}

.mp-hero-slim .mp-slim-reopen {
	color: var(--mp-rose);
	font-size: 0.7rem;
	font-weight: 800;
}

.mp-sections {
	position: relative;
}

.mp-section {
	margin-bottom: 16px;
}

.mp-section-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 4px 2px 10px;
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--mp-muted);
}

.mp-section-title i {
	color: var(--mp-rose);
	font-size: 0.95rem;
}

.mp-shell .mp-btn,
.mp-shell .btn-fill-cutout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 34px;
	padding: 0 15px;
	border: 1px solid rgba(255, 45, 134, 0.72) !important;
	border-radius: 999px;
	background: var(--mp-rose-soft) !important;
	color: #fff !important;
	font-weight: 800;
	font-size: 0.78rem;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background 0.16s ease, transform 0.16s ease;
}

.mp-shell .mp-btn:hover,
.mp-shell .btn-fill-cutout:hover {
	background: rgba(255, 45, 134, 0.24) !important;
	transform: translateY(-1px);
}

.mp-goals {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.mp-goal {
	text-align: center;
	padding: 12px 6px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.045);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mp-goal-label {
	display: block;
	font-size: 0.66rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--mp-muted);
	white-space: nowrap;
}

.mp-goal-val {
	margin-top: 4px;
	font-weight: 900;
	font-size: 1.15rem;
	color: #fff;
}

.mp-card .gostat-card,
.mp-card .history-card,
.mp-card .premium-alert,
.mp-card .gradient-outline-referee {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mp-card.premium-alert,
.mp-card.gradient-outline-referee {
	background: var(--mp-card) !important;
	border: 0 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
	border-radius: var(--mp-radius) !important;
}

.mp-card .card-main {
	background: transparent !important;
}

.mp-card .card-main::before {
	content: none !important;
}

.mp-card .table-classement {
	width: 100%;
	margin: 0;
	color: var(--mp-text);
	border-collapse: separate;
	border-spacing: 0;
}

.mp-card .table-classement thead th {
	padding: 0 6px 10px;
	border-bottom: 1px solid var(--mp-line);
	color: var(--mp-muted);
	font-weight: 700;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.mp-card .table-classement tbody th,
.mp-card .table-classement tbody td {
	padding: 9px 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	background: transparent;
	vertical-align: middle;
	color: var(--mp-text);
}

.mp-card .table-classement tbody tr:first-child th,
.mp-card .table-classement tbody tr:first-child td {
	border-top: none;
}

.mp-card .table-classement .classement-logo {
	width: 24px;
	height: 24px;
	object-fit: contain;
	vertical-align: middle;
}

.mp-card .highlighted-team th,
.mp-card .highlighted-team td {
	color: #fff !important;
	font-weight: 800;
}

.mp-card .highlighted-team {
	background: rgba(255, 45, 134, 0.08);
}

.mp-card .badge-tertiary {
	color: var(--mp-magenta);
	font-weight: 900;
}

@media (max-width: 767.98px) {

	.mobile-v2-nav-item[data-mp-target] {
		cursor: pointer;
	}

	.mobile-v2-nav-item[data-mp-target].active,
	.mobile-v2-nav-item[data-mp-target].active i {
		color: var(--mp-rose) !important;
	}


	.mp-nav-back i {
		font-size: 1.4rem;
	}
}

@media (max-width: 767.98px) {

	.mp-section {
		display: none;
	}

	.mp-section.is-active {
		display: block;
	}

	.mp-hero.is-collapsed {
		max-height: 84px;
	}

	.mp-hero.is-collapsed .mp-hero-full {
		display: none;
	}

	.mp-hero.is-collapsed .mp-hero-slim {
		display: grid;
		transform-origin: top center;
		animation: mp-slim-in 0.32s cubic-bezier(0.2, 0.9, 0.2, 1) both;
	}

	.mp-hero:not(.is-collapsed) .mp-hero-full {
		transform-origin: top center;
		animation: mp-full-in 0.34s cubic-bezier(0.2, 0.9, 0.2, 1) both;
	}
}

@media (min-width: 768px) {

	.mp-section {
		display: block !important;
	}

	.mp-hero-slim {
		display: none !important;
	}

	.mp-hero.is-collapsed .mp-hero-full {
		display: block;
	}

	.mp-team-logo {
		width: 88px;
		height: 88px;
	}

	.mp-time {
		font-size: 1.8rem;
	}

	.mp-ring {
		width: 76px;
		height: 76px;
		--thick: 12px;
	}

	.mp-ring-val {
		font-size: 2rem;
	}
}

.mp-modal .modal-content {
	border: 1px solid var(--mp-line, rgba(255, 255, 255, 0.10));
	border-radius: 22px;
	background: rgba(15, 18, 38, 0.98);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	overflow: hidden;
}


.mp-modal .modal-premium-body {
	padding: 18px 16px;
	color: #e9e9ea;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
}

.mp-modal .modal-content .table-classement {
	color: #e9e9ea;
}

.mp-modal .badge-tertiary {
	background: transparent !important;
	color: var(--mp-magenta) !important;
	font-weight: 900;
	padding: 0;
}

.mp-modal .btn-flat-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 20px;
	border: 1px solid rgba(255, 45, 134, 0.72) !important;
	border-radius: 999px;
	background: var(--mp-rose-soft) !important;
	color: #fff !important;
	font-size: 0.86rem;
	box-shadow: none !important;
	transition: background 0.16s ease, transform 0.16s ease;
}

.mp-modal .btn-flat-secondary:hover {
	background: rgba(255, 45, 134, 0.24) !important;
	transform: translateY(-1px);
	color: #fff !important;
}

#statsModal .modal-dialog {
	max-width: 460px;
}

#statsModal .dark-outline {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

#statsModal .logo-club {
	max-height: 42px;
	margin-bottom: 0.3rem;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.45));
}

#statsModal .separator {
	background-color: var(--mp-line) !important;
	margin: 0.9rem 0 !important;
}

#statsModal .container .row {
	margin-bottom: 0.35rem;
}

#statsModal .container .col-2 {
	font-weight: 800;
	font-size: 0.95rem;
	color: #fff;
}

#statsModal .container .col-8 {
	color: var(--mp-muted);
}

#statsModal .col-6 {
	font-weight: 800;
	color: #fff;
}

#statsModal .container .col-12 {
	margin: 2px 0 4px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	color: var(--mp-rose);
}

#statsModal .mp-stats-avg i {
	font-size: 0.82rem;
	margin: 0 5px;
	vertical-align: -1px;
}

#statsModal .badge-tertiary {
	display: inline-block;
	min-width: 38px;
	padding: 3px 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff2d86, #e879f9) !important;
	color: #fff !important;
	font-weight: 900;
	box-shadow: 0 0 14px rgba(255, 45, 134, 0.5);
}

#statsModal br {
	display: none;
}

#statsModal .container .row {
	margin-bottom: 7px;
}

#statsModal .separator {
	margin: 0.7rem 0 !important;
}

#statsModal .mp-cmp-row {
	display: block;
	margin: 0 0 11px;
}

#statsModal .mp-cmp-top {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 5px;
}

#statsModal .mp-cmp-label {
	flex: 1;
	text-align: center;
	color: var(--mp-muted);
	font-size: 0.8rem;
	line-height: 1.2;
}

#statsModal .mp-cmp-v {
	min-width: 42px;
	text-align: center;
	font-weight: 800;
	font-size: 0.98rem;
	color: rgba(255, 255, 255, 0.5);
}

#statsModal .mp-cmp-v.win {
	color: #fff;
	font-weight: 900;
}

#statsModal .mp-cmp-bar {
	display: flex;
	height: 6px;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.06);
}

#statsModal .mp-cmp-fill {
	height: 100%;
}

#statsModal .mp-cmp-fill.h {
	background: linear-gradient(90deg, #e879f9, #ff2d86);
}

#statsModal .mp-cmp-fill.a {
	background: linear-gradient(90deg, #a855f7, #6d5df6);
}
