.plt-em {
	--plt-em-background: #0a0a0a;
	--plt-em-background-secondary: #151515;
	--plt-em-surface: #111111;
	--plt-em-surface-hover: #181818;
	--plt-em-border: #242424;
	--plt-em-border-light: #333333;
	--plt-em-text: #ffffff;
	--plt-em-text-secondary: #b8b8b8;
	--plt-em-text-muted: #777777;
	--plt-em-accent: #d71920;
	--plt-em-accent-hover: #ff2a33;
	--plt-em-success: #27ae60;
	--plt-em-warning: #f2c94c;
	--plt-em-error: #d71920;
	box-sizing: border-box;
	color: var(--plt-em-text);
	container-name: plt-em;
	container-type: inline-size;
	font-family: inherit;
	line-height: 1.5;
	max-width: 100%;
	min-width: 0;
}

.plt-em *,
.plt-em *::before,
.plt-em *::after {
	box-sizing: border-box;
}

.plt-em img {
	display: block;
	max-width: 100%;
}

.plt-em a,
.plt-em button {
	font: inherit;
}

.plt-em-wrapper {
	isolation: isolate;
	position: relative;
}

.plt-em-section {
	animation: plt-em-reveal 260ms ease-out both;
	background: var(--plt-em-background);
	border-block: 1px solid var(--plt-em-border);
	display: grid;
	gap: clamp(1.25rem, 4cqw, 2.5rem);
	margin: 0 0 clamp(1.5rem, 5cqw, 3.5rem);
	min-width: 0;
	overflow: hidden;
	padding: clamp(1.5rem, 6cqw, 4rem) clamp(0.9rem, 4cqw, 3rem);
	position: relative;
}

.plt-em-section::after {
	background: linear-gradient(90deg, transparent, rgb(255 255 255 / 4%), transparent);
	content: "";
	height: 1px;
	left: 8%;
	pointer-events: none;
	position: absolute;
	right: 8%;
	top: 0;
}

.plt-em-heading {
	align-items: flex-start;
	color: var(--plt-em-text);
	display: flex;
	font-family: inherit;
	font-size: clamp(1.35rem, 4cqw, 2.6rem);
	font-weight: 700;
	gap: clamp(0.65rem, 2cqw, 1.1rem);
	letter-spacing: 0.04em;
	line-height: 0.95;
	margin: 0;
	max-width: 14ch;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.plt-em-heading::before {
	background: var(--plt-em-accent);
	content: "";
	flex: 0 0 clamp(1.25rem, 5cqw, 3rem);
	height: 2px;
	margin-top: 0.46em;
}

.plt-em-combined {
	display: grid;
	gap: clamp(1.5rem, 5cqw, 3.5rem);
	min-width: 0;
}

.plt-em-combined-module {
	display: grid;
	gap: clamp(1.25rem, 4cqw, 2.5rem);
	min-width: 0;
}

.plt-em-combined-module > .plt-em-heading {
	padding-inline: clamp(0.9rem, 4cqw, 3rem);
}

.plt-em-combined > .plt-em-section {
	margin-bottom: 0;
}

.plt-em-match {
	background: var(--plt-em-background-secondary);
	border-block: 1px solid var(--plt-em-border-light);
	color: var(--plt-em-text);
	min-width: 0;
	position: relative;
}

.plt-em-match::before {
	background: var(--plt-em-accent);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: -1px;
	width: clamp(3rem, 8vw, 8rem);
}

.plt-em-match--win::before {
	background: var(--plt-em-success);
}

.plt-em-match--loss::before {
	background: var(--plt-em-error);
}

.plt-em-match--draw::before {
	background: var(--plt-em-warning);
}

.plt-em-match--featured {
	display: grid;
	gap: clamp(2rem, 4vw, 4rem);
	min-height: min(42rem, 75vh);
	padding: clamp(1.5rem, 5vw, 5rem);
}

.plt-em-match__top {
	align-items: flex-start;
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	min-width: 0;
}

.plt-em-match__top > div {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
}

.plt-em-eyebrow,
.plt-em-role {
	color: var(--plt-em-text);
	font-size: clamp(0.7rem, 1.2vw, 0.84rem);
	font-weight: 700;
	letter-spacing: 0.14em;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.plt-em-match__game,
.plt-em-nick,
.plt-em-team-list,
.plt-em-description {
	color: var(--plt-em-text-secondary);
	font-size: clamp(0.78rem, 1.3vw, 0.94rem);
}

.plt-em-match__game {
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.plt-em-status {
	align-items: center;
	border: 1px solid var(--plt-em-border-light);
	color: var(--plt-em-text-secondary);
	display: inline-flex;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	min-height: 2rem;
	padding: 0.55rem 0.8rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.plt-em-status--win {
	border-color: var(--plt-em-success);
	color: var(--plt-em-success);
}

.plt-em-status--loss {
	border-color: var(--plt-em-error);
	color: #ff7479;
}

.plt-em-status--draw {
	border-color: var(--plt-em-warning);
	color: var(--plt-em-warning);
}

.plt-em-status--ongoing,
.plt-em-status--ready {
	border-color: var(--plt-em-accent);
	color: var(--plt-em-text);
}

.plt-em-match__stage {
	align-items: center;
	display: grid;
	gap: clamp(1rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	min-width: 0;
}

.plt-em-team {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: clamp(1rem, 2.5vw, 2rem);
	min-width: 0;
	text-align: center;
}

.plt-em-team strong {
	color: var(--plt-em-text);
	font-family: inherit;
	font-size: clamp(1rem, 2.4vw, 2.25rem);
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.08;
	max-width: 16ch;
	overflow-wrap: break-word;
	text-transform: uppercase;
	word-break: normal;
}

.plt-em-team-logo {
	background: transparent;
	height: clamp(6rem, 17vw, 13.5rem);
	max-height: 13.5rem;
	max-width: min(100%, 16rem);
	object-fit: contain;
	width: clamp(6rem, 17vw, 13.5rem);
}

.plt-em-logo-placeholder {
	align-items: center;
	background: var(--plt-em-surface);
	border: 1px solid var(--plt-em-border-light);
	color: var(--plt-em-text-secondary);
	display: inline-flex;
	font-size: clamp(1.2rem, 4vw, 3rem);
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
}

.plt-em-match__center {
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: clamp(4.5rem, 11vw, 9rem);
}

.plt-em-versus {
	color: var(--plt-em-text-muted);
	font-size: clamp(1.8rem, 5vw, 4rem);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
}

.plt-em-score {
	align-items: center;
	display: flex;
	font-size: clamp(3.25rem, 10vw, 8rem);
	font-weight: 700;
	gap: clamp(0.3rem, 1vw, 1rem);
	letter-spacing: -0.06em;
	line-height: 0.9;
	white-space: nowrap;
}

.plt-em-score i {
	color: var(--plt-em-text-muted);
	font-size: 0.62em;
	font-style: normal;
}

.plt-em-match--win .plt-em-score span:first-child {
	color: var(--plt-em-success);
}

.plt-em-match--loss .plt-em-score span:first-child {
	color: #ff5960;
}

.plt-em-match__footer {
	align-items: end;
	border-top: 1px solid var(--plt-em-border);
	display: flex;
	gap: clamp(1.25rem, 3vw, 3rem);
	justify-content: space-between;
	padding-top: clamp(1.25rem, 3vw, 2.5rem);
}

.plt-em-match__date {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.plt-em-match__date span {
	color: var(--plt-em-text-secondary);
	font-size: clamp(0.75rem, 1.5vw, 0.94rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.plt-em-match__date time {
	color: var(--plt-em-text);
	font-size: clamp(2rem, 5vw, 4.75rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
}

.plt-em-actions,
.plt-em-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-end;
	min-width: 0;
}

.plt-em-button {
	align-items: center;
	appearance: none;
	background: var(--plt-em-accent);
	border: 1px solid var(--plt-em-accent);
	border-radius: 0;
	color: var(--plt-em-text);
	cursor: pointer;
	display: inline-flex;
	font-size: clamp(0.68rem, 1.2vw, 0.78rem);
	font-weight: 700;
	gap: 0.65rem;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.2;
	min-height: 46px;
	padding: 0.75rem 1.35rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 240ms ease, border-color 240ms ease, color 240ms ease;
}

.plt-em-button:hover,
.plt-em-button:focus-visible {
	background: var(--plt-em-accent-hover);
	border-color: var(--plt-em-accent-hover);
	color: var(--plt-em-text);
}

.plt-em-button:focus-visible {
	outline: 3px solid var(--plt-em-text);
	outline-offset: 3px;
}

.plt-em-button--secondary {
	background: transparent;
	border-color: var(--plt-em-border-light);
	color: var(--plt-em-text-secondary);
}

.plt-em-button--secondary:hover,
.plt-em-button--secondary:focus-visible {
	background: transparent;
	border-color: var(--plt-em-accent);
	color: var(--plt-em-text);
}

.plt-em-button--twitch {
	background: #9146ff;
	border-color: #9146ff;
	color: #ffffff;
}

.plt-em-button--twitch:hover,
.plt-em-button--twitch:focus-visible {
	background: #772ce8;
	border-color: #772ce8;
	color: #ffffff;
}

.plt-em-button img {
	height: 1rem;
	object-fit: contain;
	width: 1rem;
}

a.plt-em-button::after {
	content: "↗";
	display: inline-block;
	transition: transform 220ms ease;
}

a.plt-em-button:hover::after,
a.plt-em-button:focus-visible::after {
	transform: translate(2px, -2px);
}

.plt-em-match-list {
	border-top: 1px solid var(--plt-em-border-light);
	display: grid;
	min-width: 0;
}

.plt-em-match--row {
	align-items: center;
	background: var(--plt-em-surface);
	border: 0;
	border-bottom: 1px solid var(--plt-em-border);
	display: grid;
	gap: clamp(1rem, 2.5vw, 2rem);
	grid-template-columns: minmax(10rem, 0.8fr) minmax(20rem, 1.7fr) minmax(11rem, 0.8fr);
	padding: clamp(1rem, 2.5vw, 1.75rem);
	transition: background-color 240ms ease, border-color 240ms ease;
}

.plt-em-match--row::before {
	height: 100%;
	top: 0;
	width: 2px;
}

.plt-em-match--row:hover {
	background: var(--plt-em-surface-hover);
}

.plt-em-match--row .plt-em-match__top {
	display: grid;
	gap: 0.65rem;
}

.plt-em-match--row .plt-em-match__top > div {
	order: 2;
}

.plt-em-match--row .plt-em-status {
	justify-self: start;
	order: 1;
}

.plt-em-match--row .plt-em-match__stage {
	gap: clamp(0.75rem, 2vw, 1.5rem);
}

.plt-em-match--row .plt-em-team {
	align-items: center;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: auto minmax(0, 1fr);
	text-align: left;
}

.plt-em-match--row .plt-em-team:last-child {
	grid-template-columns: minmax(0, 1fr) auto;
	text-align: right;
}

.plt-em-match--row .plt-em-team:last-child .plt-em-team-logo {
	grid-column: 2;
	grid-row: 1;
}

.plt-em-match--row .plt-em-team strong {
	font-size: clamp(0.76rem, 1.3vw, 0.95rem);
	max-width: none;
}

.plt-em-match--row .plt-em-team-logo {
	height: clamp(2.75rem, 5vw, 4rem);
	width: clamp(2.75rem, 5vw, 4rem);
}

.plt-em-match--row .plt-em-score {
	font-size: clamp(1.65rem, 3vw, 2.7rem);
}

.plt-em-match--row .plt-em-versus {
	font-size: clamp(1rem, 2vw, 1.5rem);
}

.plt-em-match--row .plt-em-match__footer {
	align-items: flex-end;
	border-top: 0;
	display: grid;
	justify-content: stretch;
	padding-top: 0;
}

.plt-em-match--row .plt-em-match__date time {
	font-size: clamp(1.25rem, 2.5vw, 1.8rem);
}

.plt-em-match--row .plt-em-actions {
	justify-content: flex-start;
}

.plt-em-match--row .plt-em-button {
	min-height: 44px;
	padding: 0.6rem 0.85rem;
}

.plt-em-season-record {
	align-items: center;
	background: var(--plt-em-background-secondary);
	border-block: 1px solid var(--plt-em-border-light);
	display: grid;
	gap: clamp(1.5rem, 5cqw, 3.5rem);
	grid-template-columns: minmax(10rem, 0.7fr) minmax(0, 2fr);
	padding: clamp(1.5rem, 5cqw, 3.5rem);
	position: relative;
}

.plt-em-season-record::before {
	background: var(--plt-em-accent);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: -1px;
	width: clamp(3rem, 8vw, 8rem);
}

.plt-em-season-record__meta {
	display: grid;
	gap: 0.6rem;
}

.plt-em-season-record__meta strong {
	font-size: clamp(1.2rem, 4cqw, 2.25rem);
	font-weight: 700;
	line-height: 1;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.plt-em-season-record__meta span {
	color: var(--plt-em-text-secondary);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.plt-em-season-record__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plt-em-season-record__stats > div {
	display: grid;
	gap: 0.65rem;
	min-width: 0;
	padding: clamp(0.75rem, 2.5cqw, 1.5rem);
}

.plt-em-season-record__stats > div + div {
	border-left: 1px solid var(--plt-em-border-light);
}

.plt-em-season-record__stats > div:nth-child(3) {
	border-left: 0;
}

.plt-em-season-record__stats > div:nth-child(n + 3) {
	border-top: 1px solid var(--plt-em-border-light);
}

.plt-em-stat-number {
	color: var(--plt-em-text);
	font-size: clamp(2.5rem, 10cqw, 4.5rem);
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 0.9;
}

.plt-em-stat-number--win {
	color: var(--plt-em-success);
}

.plt-em-stat-number--loss {
	color: #ff5960;
}

.plt-em-season-record__stats span {
	color: var(--plt-em-text-secondary);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.plt-em-profile-grid,
.plt-em-partner-grid {
	display: grid;
	gap: clamp(1rem, 2vw, 1.75rem);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 18rem));
	justify-content: center;
	min-width: 0;
}

.plt-em-profile {
	background: var(--plt-em-surface);
	border: 1px solid var(--plt-em-border);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	min-width: 0;
	overflow: hidden;
	position: relative;
	transition: background-color 240ms ease, border-color 240ms ease;
}

.plt-em-profile::after {
	background: var(--plt-em-accent);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 240ms ease;
	width: 100%;
}

.plt-em-profile:hover,
.plt-em-profile:focus-within {
	background: var(--plt-em-surface-hover);
	border-color: var(--plt-em-border-light);
}

.plt-em-profile:hover::after,
.plt-em-profile:focus-within::after {
	transform: scaleX(1);
}

.plt-em-profile__image {
	aspect-ratio: 4 / 5;
	background: var(--plt-em-background-secondary);
	object-fit: cover;
	transform: scale(1);
	transition: filter 260ms ease, transform 260ms ease;
	width: 100%;
}

.plt-em-profile:hover .plt-em-profile__image,
.plt-em-profile:focus-within .plt-em-profile__image {
	filter: brightness(1.07);
	transform: scale(1.025);
}

.plt-em-card-body {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: clamp(1.1rem, 2.5vw, 1.75rem);
	text-align: center;
}

.plt-em-card-body h3 {
	color: var(--plt-em-text);
	font-size: clamp(1.15rem, 2vw, 1.65rem);
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.05;
	margin: 0.7rem 0;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.plt-em-role,
.plt-em-card-body > .plt-em-eyebrow {
	color: #ff5960;
}

.plt-em-nick,
.plt-em-team-list,
.plt-em-description {
	margin: 0 0 0.75rem;
	overflow-wrap: anywhere;
}

.plt-em-team-list {
	font-weight: 700;
}

.plt-em-description:empty {
	display: none;
}

.plt-em-stats {
	border-top: 1px solid var(--plt-em-border);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 0.6rem;
	padding-top: 1rem;
}

.plt-em-stats > span {
	align-items: center;
	display: grid;
	gap: 0.35rem;
	justify-items: center;
	min-width: 0;
	padding-inline: 1rem;
}

.plt-em-stats > span + span {
	border-left: 1px solid var(--plt-em-border);
}

.plt-em-stats small {
	color: var(--plt-em-text-muted);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.plt-em-stats strong {
	font-size: 1rem;
}

.plt-em-elo {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.plt-em-faceit-level {
	align-items: center;
	background: #ff5500;
	color: #111;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	gap: 0.2rem;
	line-height: 1;
	padding: 0.25rem 0.38rem;
	white-space: nowrap;
}

.plt-em-faceit-level img {
	filter: brightness(0);
	height: 0.85rem;
	object-fit: contain;
	width: 0.85rem;
}

.plt-em-faceit-level b {
	font: inherit;
}

.plt-em-flag {
	height: 1rem;
	object-fit: cover;
	width: 1.5rem;
}

.plt-em-profile .plt-em-socials {
	justify-content: center;
	margin-top: auto;
	padding-top: 1.25rem;
}

.plt-em-player .plt-em-card-body h3:first-child {
	margin-top: 0;
}

.plt-em-profile-links {
	align-items: center;
	display: flex;
	gap: 0.2rem;
	justify-content: center;
	margin-top: auto;
	padding-top: 1.1rem;
}

.plt-em-profile-link {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--plt-em-text);
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	opacity: 0.72;
	padding: 0;
	text-decoration: none;
	transition: opacity 220ms ease, transform 220ms ease;
	width: 44px;
}

.plt-em-profile-link:hover,
.plt-em-profile-link:focus-visible {
	color: var(--plt-em-text);
	opacity: 1;
	transform: scale(1.08);
}

.plt-em-profile-link:focus-visible {
	outline: 2px solid var(--plt-em-accent);
	outline-offset: 2px;
}

.plt-em-profile-link img {
	height: 1.35rem;
	object-fit: contain;
	width: 1.35rem;
}

.plt-em-profile-link--faceit img {
	height: 1.7rem;
	width: 1.7rem;
}

.plt-em-roster .plt-em-heading {
	font-size: clamp(1.35rem, 4cqw, 2.6rem);
	max-width: none;
	overflow-wrap: normal;
	white-space: nowrap;
}

.plt-em-partners .plt-em-heading {
	max-width: none;
	overflow-wrap: normal;
	white-space: nowrap;
}

.plt-em-profile .plt-em-button {
	flex: 1 1 7rem;
	min-height: 44px;
	padding: 0.6rem 0.8rem;
}

.plt-em-partner-grid {
	align-content: start;
	align-items: stretch;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 18rem));
	justify-content: center;
}

.plt-em-wrapper > .plt-em-partners {
	align-self: start;
	block-size: fit-content !important;
	height: fit-content !important;
	max-height: none !important;
	min-height: 0 !important;
	width: 100%;
}

.plt-em-partner {
	align-items: center;
	background: transparent;
	border-bottom: 1px solid var(--plt-em-border);
	color: var(--plt-em-text);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 14rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 240ms ease, border-color 240ms ease;
}

.plt-em-partner:hover,
.plt-em-partner:focus-visible {
	background: var(--plt-em-surface-hover);
	border-bottom-color: var(--plt-em-accent);
	color: var(--plt-em-text);
}

.plt-em-partner:focus-visible {
	outline: 3px solid var(--plt-em-text);
	outline-offset: 3px;
}

.plt-em-partner__logo {
	height: 7.5rem;
	object-fit: contain;
	padding: 1.25rem;
	width: 100%;
}

.plt-em-partner--sponsor-tytularny {
	background: linear-gradient(180deg, rgb(215 25 32 / 8%), transparent 62%);
	border-bottom-color: var(--plt-em-accent);
}

.plt-em-partner__since {
	color: var(--plt-em-text-muted);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-top: auto;
	padding-top: 1rem;
	text-transform: uppercase;
}

.plt-em-partner__external {
	color: var(--plt-em-accent);
	font-size: 1.1rem;
	position: absolute;
	right: 0.85rem;
	top: 0.65rem;
	transition: transform 220ms ease;
}

.plt-em-partner--linked:hover .plt-em-partner__external,
.plt-em-partner--linked:focus-visible .plt-em-partner__external {
	transform: translate(0.15rem, -0.15rem);
}

.plt-em-partner .plt-em-card-body {
	align-items: center;
	justify-content: center;
	min-height: 9rem;
	width: 100%;
}

.plt-em-empty {
	align-items: center;
	background: var(--plt-em-background-secondary);
	border-block: 1px solid var(--plt-em-border-light);
	display: flex;
	gap: 1rem;
	justify-content: center;
	min-height: 8rem;
	padding: clamp(1.5rem, 4vw, 3rem);
	text-align: center;
}

.plt-em-empty > span {
	background: var(--plt-em-accent);
	flex: 0 0 2.5rem;
	height: 2px;
}

.plt-em-empty p {
	color: var(--plt-em-text-secondary);
	font-size: clamp(0.9rem, 1.8vw, 1.1rem);
	margin: 0;
}

.plt-em-toast {
	background: #ffffff;
	border-left: 3px solid #d71920;
	bottom: 1.25rem;
	box-shadow: 0 12px 28px rgb(0 0 0 / 28%);
	color: #111111;
	font-size: 0.85rem;
	font-weight: 700;
	left: 50%;
	opacity: 0;
	padding: 0.8rem 1rem;
	position: fixed;
	transform: translate(-50%, 0.75rem);
	transition: opacity 220ms ease, transform 220ms ease;
	z-index: 99999;
}

.plt-em-toast--visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

/* Explicit shortcode layouts: view="compact" and view="full". */
.plt-em-view--compact > .plt-em-section,
.plt-em-view--compact > .plt-em-combined {
	margin-inline: auto;
	max-width: 28rem;
	width: 100%;
}

.plt-em-view--compact > .plt-em-match-center-section {
	max-width: 72rem;
}

.plt-em-view--compact .plt-em-section {
	align-content: start;
	gap: 1.25rem;
	margin-bottom: 1.5rem;
	padding: 1.5rem 0.75rem 1.75rem;
}

.plt-em-view--compact .plt-em-heading {
	font-size: clamp(1.2rem, 6cqw, 1.55rem);
	gap: 0.65rem;
	line-height: 1;
	max-width: 100%;
}

.plt-em-view--compact .plt-em-heading::before {
	flex-basis: 1.25rem;
	height: 2px;
}

.plt-em-view--compact .plt-em-match--featured {
	align-content: start;
	gap: 1.2rem;
	min-height: 0;
	padding: 1rem;
}

.plt-em-view--compact .plt-em-match--featured .plt-em-match__top {
	gap: 0.75rem;
}

.plt-em-view--compact .plt-em-match--featured .plt-em-match__stage {
	gap: 0.5rem;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	justify-items: stretch;
}

.plt-em-view--compact .plt-em-match--featured .plt-em-team {
	gap: 0.55rem;
}

.plt-em-view--compact .plt-em-match--featured .plt-em-team-logo {
	height: clamp(3.25rem, 18cqw, 4.75rem);
	width: clamp(3.25rem, 18cqw, 4.75rem);
}

.plt-em-view--compact .plt-em-match--featured .plt-em-team strong {
	font-size: clamp(0.66rem, 3.5cqw, 0.82rem);
	line-height: 1.12;
	max-width: 100%;
}

.plt-em-view--compact .plt-em-match--featured .plt-em-match__center {
	min-width: 2rem;
}

.plt-em-view--compact .plt-em-match--featured .plt-em-versus {
	font-size: 1.05rem;
}

.plt-em-view--compact .plt-em-match--featured .plt-em-score {
	font-size: clamp(1.65rem, 8cqw, 2.35rem);
}

.plt-em-view--compact .plt-em-match--featured .plt-em-match__footer {
	align-items: stretch;
	flex-direction: column;
	gap: 1rem;
	padding-top: 1rem;
}

.plt-em-view--compact .plt-em-match--featured .plt-em-match__date time {
	font-size: clamp(2rem, 11cqw, 2.8rem);
}

.plt-em-view--compact .plt-em-match--featured .plt-em-actions {
	justify-content: stretch;
}

.plt-em-view--compact .plt-em-match--featured .plt-em-button {
	flex: 1 1 100%;
	width: 100%;
}

.plt-em-view--compact .plt-em-season-record {
	gap: 1rem;
	grid-template-columns: 1fr;
	padding: 1.25rem 1rem;
}

.plt-em-view--compact .plt-em-season-record__meta {
	border-bottom: 1px solid var(--plt-em-border);
	padding-bottom: 1rem;
}

.plt-em-view--compact .plt-em-season-record__stats > div {
	align-content: center;
	justify-items: center;
	padding: 0.65rem 0.35rem;
	text-align: center;
}

.plt-em-view--compact .plt-em-stat-number {
	font-size: clamp(2rem, 11cqw, 3rem);
}

.plt-em-view--compact .plt-em-season-record__stats span {
	font-size: 0.56rem;
	letter-spacing: 0.08em;
}

.plt-em-view--full .plt-em-section {
	gap: clamp(1.25rem, 4cqw, 2.5rem);
	height: auto;
	margin-bottom: clamp(1.5rem, 4cqw, 3rem);
	min-height: 0;
	padding: clamp(1.5rem, 5cqw, 3rem);
}

.plt-em-view--full,
.plt-em-view--full > .plt-em-combined,
.plt-em-view--full > .plt-em-section,
.plt-em-view--full > .plt-em-section > :last-child,
.plt-em-view--full .plt-em-season-record,
.plt-em-view--full .plt-em-match-list,
.plt-em-view--full .plt-em-match--featured {
	height: auto;
	min-height: 0;
}

.plt-em-view--full .plt-em-heading {
	font-size: clamp(1.5rem, 4.5cqw, 2.5rem);
	line-height: 1;
	max-width: none;
	overflow-wrap: normal;
}

.plt-em-view--full .plt-em-match--featured {
	gap: clamp(1.25rem, 4cqw, 2.5rem);
	min-height: 0;
	padding: clamp(1.25rem, 4cqw, 2.5rem);
}

.plt-em-view--full .plt-em-match--featured .plt-em-match__stage {
	display: grid !important;
	gap: clamp(0.75rem, 5cqw, 2.5rem);
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
}

.plt-em-view--full .plt-em-match--featured .plt-em-team {
	gap: 1rem;
}

.plt-em-view--full .plt-em-match--featured .plt-em-team-logo {
	height: clamp(4rem, 15cqw, 7rem);
	width: clamp(4rem, 15cqw, 7rem);
}

.plt-em-view--full .plt-em-match--featured .plt-em-team strong {
	font-size: clamp(0.85rem, 3cqw, 1.25rem);
	max-width: 18ch;
}

.plt-em-view--full .plt-em-match--featured .plt-em-score {
	font-size: clamp(2.5rem, 9cqw, 4.5rem);
}

.plt-em-view--full .plt-em-match--featured .plt-em-versus {
	font-size: clamp(1.5rem, 5cqw, 2.75rem);
}

.plt-em-view--full .plt-em-match--featured .plt-em-match__date time {
	font-size: clamp(2rem, 8cqw, 3.25rem);
}

.plt-em-view--full .plt-em-season-record {
	gap: clamp(1.5rem, 5cqw, 3rem);
	padding: clamp(1.5rem, 5cqw, 3rem);
}

.plt-em-view--full .plt-em-stat-number {
	font-size: clamp(2.35rem, 10cqw, 4rem);
}

@container plt-em (min-width: 64rem) {
	.plt-em-view--full > .plt-em-combined {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@keyframes plt-em-reveal {
	from {
		opacity: 0;
		transform: translateY(0.75rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@container plt-em (max-width: 56rem) {
	.plt-em-match--featured {
		min-height: 0;
	}

	.plt-em-match--row {
		grid-template-columns: 1fr;
	}

	.plt-em-match--row .plt-em-match__top {
		align-items: center;
		display: flex;
	}

	.plt-em-match--row .plt-em-match__top > div,
	.plt-em-match--row .plt-em-status {
		order: initial;
	}

	.plt-em-match--row .plt-em-match__footer {
		align-items: center;
		display: flex;
	}

	.plt-em-season-record {
		grid-template-columns: 1fr;
	}

	.plt-em-season-record__meta {
		border-bottom: 1px solid var(--plt-em-border);
		padding-bottom: 1.5rem;
	}
}

@container plt-em (max-width: 38rem) {
	.plt-em-view--full,
	.plt-em-view--full > .plt-em-section,
	.plt-em-view--full > .plt-em-section > :last-child,
	.plt-em-view--full .plt-em-season-record,
	.plt-em-view--full .plt-em-match-list,
	.plt-em-view--full .plt-em-match--featured {
		height: auto;
	}

	.plt-em-view--full > .plt-em-section {
		min-height: 0;
	}

	.plt-em-partner-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.plt-em-partner--sponsor-tytularny,
	.plt-em-partner--sponsor-tytularny:only-child {
		grid-column: auto;
	}

	.plt-em-section {
		align-content: start;
		gap: 1.25rem;
		margin-bottom: 1.5rem;
		padding: 1.5rem 0.75rem 1.75rem;
	}

	.plt-em-heading {
		font-size: clamp(1.3rem, 7cqw, 1.85rem);
		gap: 0.65rem;
		max-width: 100%;
	}

	.plt-em-heading::before {
		flex-basis: 1.25rem;
		height: 2px;
	}

	.plt-em-match--featured {
		align-content: start;
		gap: 1.2rem;
		padding: 1rem;
	}

	.plt-em-match--row .plt-em-match__top {
		align-items: flex-start;
		flex-direction: column;
	}

	.plt-em-match--featured .plt-em-match__top {
		gap: 0.75rem;
	}

	.plt-em-match--featured .plt-em-match__stage {
		gap: 0.5rem;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		justify-items: stretch;
	}

	.plt-em-match--row .plt-em-match__stage {
		gap: 1rem;
		grid-template-columns: minmax(0, 1fr);
		justify-items: center;
	}

	.plt-em-match--featured .plt-em-team {
		gap: 0.55rem;
	}

	.plt-em-match--featured .plt-em-team-logo {
		height: clamp(3.25rem, 18cqw, 4.75rem);
		width: clamp(3.25rem, 18cqw, 4.75rem);
	}

	.plt-em-match--featured .plt-em-team strong {
		font-size: clamp(0.66rem, 3.5cqw, 0.82rem);
		line-height: 1.12;
		max-width: 100%;
	}

	.plt-em-match--featured .plt-em-match__center {
		min-width: 2rem;
	}

	.plt-em-match--featured .plt-em-versus {
		font-size: 1.05rem;
	}

	.plt-em-match--featured .plt-em-score {
		font-size: clamp(1.65rem, 8cqw, 2.35rem);
	}

	.plt-em-match__footer,
	.plt-em-match--row .plt-em-match__footer {
		align-items: stretch;
		flex-direction: column;
		gap: 1rem;
		padding-top: 1rem;
	}

	.plt-em-match--featured .plt-em-match__date time {
		font-size: clamp(2rem, 11cqw, 2.8rem);
	}

	.plt-em-actions,
	.plt-em-socials {
		justify-content: stretch;
	}

	.plt-em-button {
		flex: 1 1 100%;
		width: 100%;
	}

	.plt-em-match--row .plt-em-team {
		align-items: center;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.plt-em-match--row .plt-em-team:last-child {
		display: flex;
		text-align: center;
	}

	.plt-em-match--row .plt-em-team:last-child .plt-em-team-logo {
		grid-column: auto;
		grid-row: auto;
	}

	.plt-em-season-record {
		gap: 1rem;
		padding: 1.25rem 1rem;
	}

	.plt-em-season-record__meta {
		padding-bottom: 1rem;
	}

	.plt-em-season-record__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.plt-em-season-record__stats > div {
		align-content: center;
		display: grid;
		gap: 0.5rem;
		justify-items: center;
		padding: 0.65rem 0.35rem;
		text-align: center;
	}

	.plt-em-season-record__stats > div + div {
		border-left: 1px solid var(--plt-em-border-light);
		border-top: 0;
	}

	.plt-em-season-record__stats > div:nth-child(3) {
		border-left: 0;
	}

	.plt-em-season-record__stats > div:nth-child(n + 3) {
		border-top: 1px solid var(--plt-em-border-light);
	}

	.plt-em-stat-number {
		font-size: clamp(2rem, 11cqw, 3rem);
	}

	.plt-em-season-record__stats span {
		font-size: 0.56rem;
		letter-spacing: 0.08em;
	}

	.plt-em-empty {
		align-items: center;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.plt-em-combined {
		grid-template-columns: 1fr;
	}

	.plt-em .plt-em-match--featured .plt-em-match__stage {
		gap: 0.5rem;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		justify-items: stretch;
	}

	.plt-em .plt-em-match--row .plt-em-match__stage {
		gap: 1rem;
		grid-template-columns: minmax(0, 1fr);
		justify-items: center;
	}

	.plt-em .plt-em-team strong {
		max-width: 100%;
	}
}

/* Compact match cards: organization on top, opponent below. */
.plt-em-view--compact .plt-em-match--view-compact .plt-em-match__stage {
	display: grid !important;
	gap: 0.6rem !important;
	grid-template-columns: minmax(0, 1fr) !important;
	justify-items: stretch !important;
}

.plt-em-view--compact .plt-em-match--view-compact .plt-em-team,
.plt-em-view--compact .plt-em-match--view-compact .plt-em-team:last-child {
	align-items: center;
	display: grid;
	gap: 0.8rem;
	grid-template-columns: auto minmax(0, 1fr);
	justify-items: start;
	text-align: left;
	width: 100%;
}

.plt-em-view--compact .plt-em-match--view-compact .plt-em-team:last-child .plt-em-team-logo {
	grid-column: 1;
	grid-row: 1;
}

.plt-em-view--compact .plt-em-match--view-compact .plt-em-team strong {
	font-size: clamp(0.8rem, 3.7cqw, 1rem);
	max-width: none;
	overflow-wrap: normal;
	word-break: normal;
}

.plt-em-view--compact .plt-em-match--view-compact .plt-em-match__center {
	justify-content: center;
	min-width: 0;
	padding-block: 0.15rem;
}

.plt-em-view--compact .plt-em-match--view-compact .plt-em-versus {
	font-size: 1rem;
}

.plt-em-view--compact .plt-em-match--view-compact .plt-em-score {
	font-size: clamp(1.85rem, 9cqw, 2.6rem);
}

/* Center module content without changing section headings. */
.plt-em-section > :not(.plt-em-heading) {
	margin-inline: auto;
	width: 100%;
}

.plt-em-match--featured .plt-em-match__top {
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.plt-em-match--featured .plt-em-match__top > div,
.plt-em-season-record__meta,
.plt-em-match__date {
	justify-items: center;
	text-align: center;
}

.plt-em-match--featured .plt-em-match__footer,
.plt-em-match--featured .plt-em-actions,
.plt-em-match--row .plt-em-actions {
	justify-content: center;
}

.plt-em-match--row .plt-em-match__top,
.plt-em-match--row .plt-em-match__footer {
	justify-content: center;
	justify-items: center;
	text-align: center;
}

.plt-em-match--row .plt-em-match__top {
	flex-wrap: wrap;
}

.plt-em-match--row .plt-em-status {
	justify-self: center;
}

.plt-em-season-record__stats > div {
	align-content: center;
	justify-items: center;
	text-align: center;
}

.plt-em-player-section > .plt-em-profile,
.plt-em-caster-section > .plt-em-profile,
.plt-em-staff-member-section > .plt-em-profile,
.plt-em-wrapper > .plt-em-profile {
	justify-self: center;
	margin-inline: auto;
	max-width: 18rem;
}

/* All-in-one match center. */
.plt-em-match-center {
	display: grid;
	gap: clamp(0.9rem, 2cqw, 1.25rem);
	min-width: 0;
}

.plt-em-match-center__cards {
	display: grid;
	gap: clamp(0.9rem, 2cqw, 1.25rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
}

.plt-em-match-center__panel {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	position: relative;
}

.plt-em-match-center__label {
	background: var(--plt-em-surface-hover);
	border: 1px solid var(--plt-em-border-light);
	border-bottom: 0;
	color: var(--plt-em-text);
	display: inline-flex;
	font-size: 0.68rem;
	font-weight: 800;
	justify-self: start;
	letter-spacing: 0.12em;
	line-height: 1;
	padding: 0.72rem 1rem;
	text-transform: uppercase;
}

.plt-em-match-center__panel:first-child .plt-em-match-center__label {
	background: color-mix(in srgb, var(--plt-em-accent) 35%, var(--plt-em-surface));
	border-color: var(--plt-em-accent);
}

.plt-em-match-center__panel > .plt-em-match,
.plt-em-match-center__panel > .plt-em-empty {
	height: 100%;
	margin: 0;
}

.plt-em-match-center__panel > .plt-em-match {
	grid-template-rows: auto minmax(0, 1fr) auto;
}

.plt-em-match-center .plt-em-match--featured {
	gap: 1rem;
	min-height: 0;
	padding: clamp(1rem, 2.5cqw, 1.4rem);
}

.plt-em-match-center .plt-em-match__top {
	gap: 0.75rem;
}

.plt-em-match-center .plt-em-match__footer {
	height: 12rem;
	margin-top: auto;
	min-height: 12rem;
}

.plt-em-match-center .plt-em-match__footer .plt-em-actions {
	margin-top: auto;
}

.plt-em-match-center .plt-em-match--featured .plt-em-actions {
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0.5rem;
	width: 100%;
}

.plt-em-match-center .plt-em-match--featured .plt-em-button {
	flex: 0 0 auto;
	font-size: 0.66rem;
	min-height: 40px;
	padding: 0.55rem 0.9rem;
	width: min(100%, 15rem);
}

.plt-em-match-center .plt-em-match--view-compact .plt-em-team,
.plt-em-match-center .plt-em-match--view-compact .plt-em-team:last-child {
	grid-template-columns: auto max-content;
	justify-content: center;
	justify-items: start;
	text-align: left;
}

.plt-em-esea-strip {
	align-items: center;
	background: var(--plt-em-surface);
	border: 1px solid var(--plt-em-border-light);
	border-left: 2px solid var(--plt-em-success);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-width: 0;
	padding: clamp(0.85rem, 2.5cqw, 1.25rem);
	position: relative;
}

.plt-em-esea-strip::after {
	background: linear-gradient(90deg, rgb(69 214 154 / 9%), transparent 55%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.plt-em-esea-strip__logo,
.plt-em-esea-strip__meta,
.plt-em-esea-strip__position,
.plt-em-esea-strip__score {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: clamp(3.5rem, 8cqw, 4.75rem);
	min-width: 0;
	padding-inline: clamp(0.5rem, 2cqw, 1.25rem);
	position: relative;
	text-align: center;
	z-index: 1;
}

.plt-em-esea-strip__meta,
.plt-em-esea-strip__position,
.plt-em-esea-strip__score {
	border-left: 1px solid var(--plt-em-border-light);
}

.plt-em-esea-strip__logo > img {
	filter: drop-shadow(0 0 14px rgb(69 214 154 / 22%));
	height: clamp(2rem, 5cqw, 3rem);
	max-width: 10rem;
	object-fit: contain;
	width: 100%;
}

.plt-em-esea-strip__meta,
.plt-em-esea-strip__position {
	color: var(--plt-em-text-secondary);
	font-size: clamp(0.78rem, 1.3cqw, 0.94rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.plt-em-esea-strip__position {
	gap: 0.25rem;
}

.plt-em-esea-strip__position b {
	color: var(--plt-em-text);
	font-size: clamp(1rem, 2cqw, 1.25rem);
}

.plt-em-esea-strip__score {
	font-size: clamp(2rem, 7cqw, 3.2rem);
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	gap: 0.2em;
	letter-spacing: -0.05em;
	line-height: 1;
}

.plt-em-esea-strip__score b {
	color: var(--plt-em-success);
}

.plt-em-esea-strip__score strong {
	color: var(--plt-em-error);
}

.plt-em-esea-strip__score i {
	color: var(--plt-em-text-muted);
	font-size: 0.6em;
	font-style: normal;
}

@container plt-em (max-width: 46rem) {
	.plt-em-match-center__cards {
		grid-template-columns: minmax(0, 1fr);
	}

	.plt-em-esea-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.plt-em-esea-strip__position {
		border-left: 0;
	}

	.plt-em-esea-strip__position,
	.plt-em-esea-strip__score {
		border-top: 1px solid var(--plt-em-border-light);
	}

	.plt-em-match-center .plt-em-match__footer {
		height: auto;
		min-height: 0;
	}
}

@media (max-width: 640px) {
	.plt-em-match-center__cards {
		grid-template-columns: minmax(0, 1fr);
	}

	.plt-em-esea-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.plt-em-esea-strip__position {
		border-left: 0;
	}

	.plt-em-esea-strip__position,
	.plt-em-esea-strip__score {
		border-top: 1px solid var(--plt-em-border-light);
	}

	.plt-em-match-center .plt-em-match__footer {
		height: auto;
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.plt-em *,
	.plt-em *::before,
	.plt-em *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
