/* THE PODIUM — SportsHaven's permanent podcast showcase.
 *
 * SURFACE NOTE. The brief asks for a "deep charcoal and black foundation". The
 * SportsHaven constitution forbids black framing on standard surfaces, and the
 * homepage is a light cream/white page. Rather than introduce a new black, this
 * module uses the ALREADY-APPROVED dark-surface exception granted to the
 * Championship Feature: --sh-feature-dark (#1C1713), a warm ink that carries the
 * orange rather than fighting it. No pure black, no black borders. This is the
 * one substantive interpretation in the module and it is flagged in the receipt.
 */

/* Token scope.
 *
 * .sh-podium__player is included deliberately. The player is REUSED outside a
 * .sh-podium — the episode page mounts it directly in the article column — and
 * a scoped custom property does not resolve there. Every var() inside it then
 * falls back silently: --podium-metal became inherited article ink, so the
 * SAMPLE AUDIO note rendered at 1.13:1 against the player's own dark panel.
 *
 * A whole-page "unresolved var()" sweep does NOT catch this, because the
 * tokens ARE defined — just under a scope that is not an ancestor here. Any
 * component intended to travel must therefore carry its own token scope.
 */
.sh-podium,
.sh-podium__player {
	--podium-rule: rgba(247, 240, 228, 0.14);
	--podium-metal: #9A9187;
	/* Container queries, not viewport queries. The Podium appears full-bleed on
	   the homepage, inside the category page and inside narrow preview frames in
	   the editor — it must reflow to the space it is given, not to the size of
	   the window around it. */
	container-type: inline-size;
	container-name: podium;
	position: relative;
	background: var(--sh-feature-dark);
	color: var(--sh-on-dark);
	padding: clamp(1.6rem, 3.4cqi, 3.6rem) 0 clamp(1.5rem, 3cqi, 3rem);
	overflow: hidden;
	isolation: isolate;
}

/* Stadium light: one restrained warm wash from upper left, plus the house
   field-line texture. No gradient scrim, no glassmorphism. */
.sh-podium::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(120% 90% at 12% -10%, rgba(242, 106, 33, 0.20) 0%, rgba(242, 106, 33, 0.06) 38%, transparent 68%),
		repeating-linear-gradient(-55deg, rgba(247, 240, 228, 0.030) 0 2px, transparent 2px 26px);
	pointer-events: none;
	z-index: 0;
}

/* The house wrap is viewport-based (min(97vw, …)). Inside a container that is
   narrower than the window that would overflow, so within the Podium the wrap
   measures against its container instead. */
.sh-podium > .sh-wrap {
	position: relative;
	z-index: 1;
	width: min(97%, 1720px);
	max-width: 100%;
}

/* ---- Header ---- */

.sh-podium__eyebrow {
	margin: 0 0 0.35rem;
	font-family: var(--sh-font-display);
	font-weight: 600;
	font-size: 0.78rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--sh-orange);
}

.sh-podium__title {
	margin: 0 0 0.5rem;
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: clamp(2rem, 1.1rem + 4cqi, 4.6rem);
	line-height: 0.94;
	letter-spacing: 0.012em;
	text-transform: uppercase;
	color: var(--sh-on-dark);
}

.sh-podium__dek {
	margin: 0 0 clamp(1.1rem, 2.2cqi, 2.1rem);
	max-width: 46ch;
	font-size: clamp(0.94rem, 0.9rem + 0.2cqi, 1.14rem);
	line-height: 1.5;
	color: var(--sh-on-dark-muted);
	text-wrap: pretty;
}

.sh-podium__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
}

/* Sponsor line. Collapses to nothing when unsold — no reserved space, no
   placeholder, no layout shift when it later fills. */
.sh-podium__sponsor {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin: 0 0 clamp(1.4rem, 3vw, 2.1rem);
	font-family: var(--sh-font-display);
	font-weight: 600;
	font-size: 0.74rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--podium-metal);
}

.sh-podium__sponsor-mark {
	max-height: 26px;
	width: auto;
}

/* ---- Grid: No.1 commanding, No.2/3 supporting ---- */

.sh-podium__grid {
	display: grid;
	/* minmax(0, …) — without it a grid track refuses to shrink below its content
	   and pushes the whole module wider than its container. */
	grid-template-columns: minmax(0, 1.42fr) minmax(0, 1fr);
	gap: clamp(0.8rem, 1.6cqi, 1.6rem);
	align-items: stretch;
}

.sh-podium__support {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: clamp(0.8rem, 1.6cqi, 1.6rem);
	min-width: 0;
}

/* ---- Slot ---- */

.sh-podium__slot {
	position: relative;
	display: grid;
	background: rgba(247, 240, 228, 0.045);
	border: 1px solid var(--podium-rule);
	border-radius: var(--sh-radius);
	padding: clamp(0.85rem, 1.5cqi, 1.35rem);
	min-width: 0;
	transition: transform var(--sh-speed-med) var(--sh-ease), border-color var(--sh-speed-med) var(--sh-ease), background var(--sh-speed-med) var(--sh-ease);
}

.sh-podium__slot--1 {
	grid-template-rows: auto 1fr auto;
	background: rgba(247, 240, 228, 0.075);
	border-color: rgba(242, 106, 33, 0.42);
	/* The dimensional separation that marks No.1 without a cartoon platform:
	   a light-catching top edge and a deeper seat beneath it. */
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 18px 40px rgba(0, 0, 0, 0.34);
}

.sh-podium__slot--2,
.sh-podium__slot--3 {
	grid-template-columns: minmax(72px, 30%) minmax(0, 1fr);
	gap: clamp(0.7rem, 1.3cqi, 1.1rem);
	align-items: start;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 8px 20px rgba(0, 0, 0, 0.22);
}

.sh-podium__slot:hover {
	border-color: rgba(242, 106, 33, 0.55);
	background: rgba(247, 240, 228, 0.085);
}

/* ---- Rank ---- */

.sh-podium__rank {
	position: absolute;
	/* Sits inside the slot. Previously hung above it and clipped against the
	   section edge at narrow widths. */
	top: clamp(0.3rem, 0.8vw, 0.6rem);
	right: clamp(0.6rem, 1.4vw, 1rem);
	font-family: var(--sh-font-display);
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: -0.02em;
	/* Outlined rank numeral. The glyph is painted ENTIRELY by the stroke —
	 * color is transparent — which is exactly why a fill-only contrast probe
	 * skipped it silently. It is large text (41.5px desktop / 32px mobile) so
	 * the threshold is 3:1, and 0.55 alpha measured 2.51:1 and failed.
	 *
	 * It is aria-hidden with a .sh-podium__rank-sr equivalent, so screen-reader
	 * users are served — but that makes this glyph the ONLY rank cue for
	 * sighted users, and ranking is the module's whole organizing idea. It is
	 * therefore not "incidental decoration" and gets no 1.4.3 exemption.
	 *
	 * 0.85 = 4.17:1 on #25201C, matching the No.1 numeral's 4.16:1. Hierarchy
	 * is preserved by SIZE and stroke weight (No.1: up to 7rem at 3px) rather
	 * than by making the supporting ranks too faint to read.
	 */
	color: transparent;
	-webkit-text-stroke: 2px rgba(242, 106, 33, 0.85); /* 4.17:1 on #25201C */
	transform: skewX(-6deg);
	pointer-events: none;
	user-select: none;
	z-index: 0;
}

.sh-podium__slot--1 .sh-podium__rank {
	font-size: clamp(2.6rem, 1.8rem + 3.6cqi, 7rem);
	-webkit-text-stroke-width: 3px;
}

.sh-podium__slot--2 .sh-podium__rank,
.sh-podium__slot--3 .sh-podium__rank {
	font-size: clamp(2rem, 1.4rem + 2.2cqi, 3.8rem);
	top: auto;
	bottom: clamp(0.4rem, 1vw, 0.8rem);
	right: clamp(0.5rem, 1.2vw, 0.85rem);
	-webkit-text-stroke-width: 1.5px;
}

.sh-podium__slot--1 .sh-podium__rank {
	z-index: 2;
	-webkit-text-stroke-color: rgba(242, 106, 33, 0.9); /* 4.16:1 */
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.55));
}

/* Screen readers get the ranking as text, never as decoration alone. */
.sh-podium__rank-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

/* ---- Artwork ---- */

.sh-podium__art {
	position: relative;
	display: block;
	aspect-ratio: 1;
	border-radius: 6px;
	overflow: hidden;
	background: var(--sh-feature-dark-2);
	border: 1px solid var(--podium-rule);
	min-width: 0;
}

.sh-podium__slot--1 .sh-podium__art {
	aspect-ratio: 16 / 9;
	/* Capped deliberately. Uncapped, a 16:9 band across the lead column runs to
	   ~456px at desktop and the module starts competing with the hero. The brief
	   asks for a major mid-page event, not a second homepage hero. */
	width: 100%;
	max-height: min(34vh, 300px);
	min-height: 90px;
	margin-bottom: clamp(0.75rem, 1.4cqi, 1.2rem);
}

.sh-podium__art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Honest artwork slot: no approved image exists, so the module says so in the
   brand's own voice rather than shipping a stock photo or an empty grey box. */
/* When there IS no artwork there is nothing to look at, so the lead slot's
   honest placeholder takes a modest band instead of a 300px empty box. A real
   supplied image gets the full height. */
.sh-podium__slot--1 .sh-podium__art--none {
	max-height: 150px;
}

.sh-podium__art--none {
	display: grid;
	place-items: center;
	background:
		repeating-linear-gradient(-55deg, rgba(242, 106, 33, 0.10) 0 6px, transparent 6px 22px),
		var(--sh-feature-dark-2);
	border-style: dashed;
	border-color: rgba(242, 106, 33, 0.42);
	text-align: center;
	padding: 0.6rem;
}

.sh-podium__art-initial {
	font-family: var(--sh-font-display);
	font-weight: 700;
	/* cqi, so the initials scale with the module rather than the window, and a
	   three-letter set never outgrows the square it sits in. */
	font-size: clamp(1.1rem, 0.7rem + 1.9cqi, 3rem);
	max-width: 100%;
	overflow-wrap: anywhere;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--sh-orange);
}

.sh-podium__art-note {
	margin: 0.3rem 0 0;
	font-family: var(--sh-font-mono-data, ui-monospace, monospace);
	font-size: 0.58rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--podium-metal);
}

/* ---- Body ---- */

.sh-podium__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.sh-podium__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0 0 0.5rem;
	padding-right: 3.4rem;
	position: relative;
	z-index: 1;
}

.sh-podium__chip {
	display: inline-block;
	font-family: var(--sh-font-display);
	font-weight: 600;
	font-size: 0.64rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0.22rem 0.62rem;
	clip-path: var(--sh-skew);
	background: rgba(242, 106, 33, 0.9);
	color: var(--sh-ink);
	white-space: nowrap;
}

.sh-podium__chip--quiet {
	background: rgba(247, 240, 228, 0.13);
	color: var(--sh-on-dark);
}

.sh-podium__chip--sample {
	background: transparent;
	border: 1px solid rgba(242, 106, 33, 0.7);
	color: var(--sh-orange);
	clip-path: none;
	border-radius: 2px;
}

.sh-podium__slot--2 .sh-podium__chips,
.sh-podium__slot--3 .sh-podium__chips {
	padding-right: 0;
}

/* Meta row must clear the bottom-right numeral on the supporting slots. */
.sh-podium__slot--2 .sh-podium__meta,
.sh-podium__slot--3 .sh-podium__meta {
	padding-right: 3.2rem;
}

.sh-podium__show {
	margin: 0 0 0.28rem;
	font-family: var(--sh-font-display);
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--sh-orange);
}

.sh-podium__ep {
	margin: 0 0 0.45rem;
	font-family: var(--sh-font-display);
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-wrap: balance;
	position: relative;
	z-index: 1;
}

.sh-podium__slot--1 .sh-podium__ep {
	font-size: clamp(1.25rem, 0.9rem + 1.7cqi, 2.5rem);
}

.sh-podium__slot--2 .sh-podium__ep,
.sh-podium__slot--3 .sh-podium__ep {
	font-size: clamp(1rem, 0.9rem + 0.35cqi, 1.24rem);
}

.sh-podium__ep a {
	color: var(--sh-on-dark);
	text-decoration: none;
	background-image: linear-gradient(var(--sh-orange), var(--sh-orange));
	background-size: 0 2px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size var(--sh-speed-med) var(--sh-ease);
}

.sh-podium__ep a:hover,
.sh-podium__ep a:focus-visible {
	background-size: 100% 2px;
}

.sh-podium__desc {
	margin: 0 0 0.6rem;
	font-size: 0.94rem;
	line-height: 1.5;
	color: var(--sh-on-dark-muted);
	text-wrap: pretty;
}

.sh-podium__slot--2 .sh-podium__desc,
.sh-podium__slot--3 .sh-podium__desc {
	font-size: 0.86rem;
	/* Two lines then ellipsis — a long sample description must not push the
	   supporting slots out of alignment with No.1. */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sh-podium__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 0.7rem;
	margin: 0 0 0.75rem;
	font-family: var(--sh-font-mono-data, ui-monospace, monospace);
	font-size: 0.68rem;
	letter-spacing: 0.05em;
	color: var(--podium-metal);
}

/* Honest-gap labels. 10.2-10.9px is NORMAL text under WCAG, so these need
 * 4.5:1 against the slot surface — not the 3:1 the "brand orange as text at
 * large display sizes" rule allows. rgba(242,106,33,0.85) on #2C2723 measured
 * 3.86:1 and failed. #F58A4F = 6.07:1, chosen over bare #F26A21 (4.82:1) for
 * headroom at 10.2px. These labels are the only cue a field is missing, so
 * under 1.4.1 they must stay legible without relying on colour.
 */
.sh-podium__gap {
	color: #F58A4F; /* 6.07:1 on #2C2723 */
}

/* ---- Actions: Haven physics ---- */

.sh-podium__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: auto;
}

.sh-podium__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 44px;
	padding: 0.55rem 1.05rem;
	border: 0;
	border-radius: 6px;
	font-family: var(--sh-font-display);
	font-weight: 600;
	font-size: 0.82rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	/* light-catching upper edge · soft inset top highlight · restrained lower shadow */
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.30),
		inset 0 -1px 0 rgba(0, 0, 0, 0.18),
		0 2px 5px rgba(0, 0, 0, 0.30);
	transition: transform 90ms var(--sh-ease), box-shadow 140ms var(--sh-ease), background 140ms var(--sh-ease);
}

.sh-podium__btn--primary {
	background: var(--sh-orange);
	color: var(--sh-ink);
}

.sh-podium__btn--secondary {
	background: rgba(247, 240, 228, 0.10);
	color: var(--sh-on-dark);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.16),
		inset 0 0 0 1px var(--podium-rule),
		0 2px 5px rgba(0, 0, 0, 0.24);
}

.sh-podium__btn:hover {
	transform: translateY(-1px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.34),
		inset 0 -1px 0 rgba(0, 0, 0, 0.18),
		0 5px 12px rgba(0, 0, 0, 0.34);
}

.sh-podium__btn--secondary:hover {
	background: rgba(247, 240, 228, 0.16);
}

/* Tactile release: the button seats itself on press. */
.sh-podium__btn:active {
	transform: translateY(1px);
	box-shadow:
		inset 0 2px 4px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(0, 0, 0, 0.10);
}

.sh-podium__btn:focus-visible {
	outline: 3px solid var(--sh-on-dark);
	outline-offset: 2px;
}

.sh-podium__btn[aria-disabled="true"] {
	opacity: 0.55;
	cursor: not-allowed;
	transform: none;
	box-shadow: inset 0 0 0 1px var(--podium-rule);
}

/* ---- Player ---- */

/* Player panel.
 *
 * This was a rgba(0,0,0,0.26) SCRIM, which only works if something dark is
 * behind it. Every child — the transport readout, the scrub track, the note —
 * is coloured for a dark surface (--sh-on-dark-muted). On the Podium that held.
 * On the episode page the same player sits on a WHITE article column, so the
 * scrim composited to a light grey and the whole "0:00 / 0:30" readout rendered
 * at 1.01:1. Invisible.
 *
 * The panel is now OPAQUE and carries its own dark surface, so it is correct
 * wherever it is used instead of depending on its host. On the Podium it is
 * visually indistinguishable from the old scrim; on a light page it reads as a
 * deliberate broadcast-booth panel, which is the same language the Podium uses.
 *
 * #241E19 keeps every dark-surface child above threshold:
 *   --sh-on-dark-muted #C9BCA8 readout  7.71:1
 *   --sh-on-dark       #F7F0E4 labels  12.85:1
 */
.sh-podium__player {
	margin: 0.65rem 0 0.75rem;
	padding: 0.7rem 0.8rem;
	background: #241E19;
	border: 1px solid var(--podium-rule);
	border-radius: 6px;
}

.sh-podium__transport {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.sh-podium__play {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 0;
	background: var(--sh-orange);
	color: var(--sh-ink);
	cursor: pointer;
	display: grid;
	place-items: center;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 2px 6px rgba(0, 0, 0, 0.34);
	transition: transform 90ms var(--sh-ease), box-shadow 140ms var(--sh-ease);
}

.sh-podium__play:active {
	transform: translateY(1px);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.32);
}

.sh-podium__play:focus-visible {
	outline: 3px solid var(--sh-on-dark);
	outline-offset: 2px;
}

.sh-podium__play-glyph {
	width: 0;
	height: 0;
	border-left: 12px solid currentColor;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-left: 3px;
}

.sh-podium__play[aria-pressed="true"] .sh-podium__play-glyph {
	width: 12px;
	height: 14px;
	border: 0;
	margin-left: 0;
	background: currentColor;
	clip-path: polygon(0 0, 34% 0, 34% 100%, 0 100%, 0 0, 66% 0, 100% 0, 100% 100%, 66% 100%, 66% 0);
}

.sh-podium__scrub {
	flex: 1 1 auto;
	min-width: 0;
	height: 6px;
	border-radius: 3px;
	background: rgba(247, 240, 228, 0.16);
	position: relative;
	overflow: hidden;
}

.sh-podium__scrub-fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	background: var(--sh-orange);
	border-radius: 3px;
}

.sh-podium__time {
	flex: 0 0 auto;
	font-family: var(--sh-font-mono-data, ui-monospace, monospace);
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	color: var(--sh-on-dark-muted);
	font-variant-numeric: tabular-nums;
}

.sh-podium__audio-note {
	margin: 0.5rem 0 0;
	font-size: 0.7rem;
	line-height: 1.45;
	color: var(--podium-metal);
}

/* Fallback when there is no playable media: artwork, title, description and a
   link all survive. Never an empty iframe, never a dead transport. */
.sh-podium__nomedia {
	margin: 0.55rem 0 0.7rem;
	padding: 0.6rem 0.75rem;
	background: rgba(0, 0, 0, 0.22);
	border: 1px dashed rgba(242, 106, 33, 0.45);
	border-radius: 6px;
	font-size: 0.76rem;
	line-height: 1.5;
	color: var(--sh-on-dark-muted);
}

/* ---- See more ---- */

.sh-podium__more {
	display: flex;
	justify-content: center;
	margin-top: clamp(1.1rem, 2.2cqi, 2rem);
}

.sh-podium__more .sh-podium__btn {
	font-size: 0.92rem;
	padding: 0.7rem 1.6rem;
	letter-spacing: 0.13em;
}

/* ---- Responsive ---- */

@container podium (max-width: 1080px) {
	.sh-podium__grid {
		grid-template-columns: 1fr;
	}
	.sh-podium__support {
		grid-template-rows: none;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

@container podium (max-width: 720px) {
	/* Vertical stack. No carousel, no horizontal scroll, all three rankings
	   present without swiping. */
	.sh-podium__support {
		grid-template-columns: 1fr;
	}
	.sh-podium__slot--2,
	.sh-podium__slot--3 {
		grid-template-columns: minmax(70px, 26%) minmax(0, 1fr);
	}
	.sh-podium__slot--1 .sh-podium__art {
		aspect-ratio: 16 / 10;
	}
	.sh-podium__more .sh-podium__btn {
		width: 100%;
	}
	/* The eyebrow, title and dek must not eat the fold on a phone. */
	.sh-podium__title {
		font-size: clamp(1.9rem, 1.2rem + 4.4cqi, 2.6rem);
	}
}

@container podium (max-width: 400px) {
	.sh-podium__slot--2,
	.sh-podium__slot--3 {
		/* 74px left a ~130px text column, which a long uppercase chip such as
		   "SportsHaven Originals" overflowed outright. */
		grid-template-columns: 64px 1fr;
		gap: 0.65rem;
	}
	/* A chip wider than its column has to be allowed to break. nowrap is right
	   at every other width and wrong at this one. */
	.sh-podium__chip {
		white-space: normal;
		letter-spacing: 0.08em;
		font-size: 0.6rem;
	}
	.sh-podium__slot--2 .sh-podium__art-initial,
	.sh-podium__slot--3 .sh-podium__art-initial {
		font-size: 0.95rem;
		letter-spacing: 0.03em;
	}
	.sh-podium__art--none {
		padding: 0.3rem;
	}
	.sh-podium__meta {
		font-size: 0.64rem;
	}
	.sh-podium__slot--2 .sh-podium__meta,
	.sh-podium__slot--3 .sh-podium__meta {
		padding-right: 2.4rem;
	}
	.sh-podium__actions .sh-podium__btn {
		flex: 1 1 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sh-podium__slot,
	.sh-podium__btn,
	.sh-podium__play,
	.sh-podium__ep a {
		transition: none;
	}
	.sh-podium__btn:hover,
	.sh-podium__btn:active,
	.sh-podium__play:active {
		transform: none;
	}
}

@media (forced-colors: active) {
	.sh-podium__slot,
	.sh-podium__player,
	.sh-podium__nomedia {
		border: 1px solid CanvasText;
	}
	.sh-podium__rank {
		-webkit-text-stroke-color: CanvasText;
	}
	.sh-podium__btn {
		border: 1px solid ButtonText;
	}
	.sh-podium__scrub-fill {
		background: Highlight;
	}
}
