.station-detail-page {
	background: var(--background);
}

.station-showcase-section {
	padding: 34px 0 42px;
}

.station-showcase {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, .72fr);
	grid-template-areas:
		"identity now"
		"facts now"
		"actions actions";
	gap: 26px 56px;
	min-height: 520px;
	padding: clamp(28px, 4vw, 58px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 38px;
	background:
		radial-gradient(circle at 12% 20%, rgba(139, 92, 246, .5), transparent 34%),
		radial-gradient(circle at 88% 16%, rgba(236, 72, 153, .27), transparent 34%),
		linear-gradient(130deg, #171126 0%, #26183b 46%, #3f1c42 100%);
	color: #fff;
	box-shadow: 0 30px 80px rgba(28, 18, 54, .26);
}

.station-showcase::before,
.station-showcase::after {
	position: absolute;
	z-index: -1;
	content: "";
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 50%;
}

.station-showcase::before {
	width: 420px;
	height: 420px;
	left: -170px;
	top: -150px;
}

.station-showcase::after {
	width: 250px;
	height: 250px;
	left: -70px;
	top: -65px;
}

.station-showcase__glow {
	position: absolute;
	z-index: -1;
	inset: auto 18% -52% auto;
	width: 540px;
	height: 430px;
	border-radius: 50%;
	background: rgba(108, 92, 231, .3);
	filter: blur(80px);
}

.station-showcase__identity {
	grid-area: identity;
	align-self: end;
	display: grid;
	grid-template-columns: 164px minmax(0, 1fr);
	align-items: center;
	gap: 26px;
}

.station-showcase__logo {
	width: 164px;
	height: 164px;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 30px;
	background: rgba(255, 255, 255, .08);
	box-shadow: 0 22px 46px rgba(0, 0, 0, .28);
}

.station-showcase__status,
.station-showcase__now-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #d8d2f1;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.station-showcase__status i,
.station-showcase__now-label i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #65e694;
	box-shadow: 0 0 0 6px rgba(101, 230, 148, .12);
}

.station-showcase__copy h1 {
	max-width: 670px;
	margin: 12px 0 8px;
	font-size: clamp(42px, 6vw, 78px);
	line-height: .94;
	letter-spacing: -.065em;
	overflow-wrap: anywhere;
}

.station-showcase__meta {
	margin: 0;
	color: #d8d2e3;
	font-size: 15px;
	font-weight: 700;
}

.station-showcase__meta a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.station-showcase__meta a:hover {
	color: #fff;
	border-bottom-color: currentColor;
}

.station-showcase__description {
	max-width: 620px;
	margin: 14px 0 0;
	color: #bdb5ca;
	font-size: 15px;
}

.station-showcase__facts {
	grid-area: facts;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px 34px;
}

.station-showcase__facts span {
	display: grid;
}

.station-showcase__facts small {
	color: #958da6;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.station-showcase__facts strong {
	max-width: 220px;
	font-size: 13px;
}

.station-showcase__now {
	grid-area: now;
	align-self: center;
	justify-self: end;
	width: min(100%, 330px);
	text-align: center;
}

.station-showcase__now-label {
	margin-bottom: 15px;
}

.station-showcase__now-label i {
	background: #b6a9ff;
	box-shadow: 0 0 0 6px rgba(182, 169, 255, .12);
}

.station-showcase__cover-wrap {
	position: relative;
	width: min(100%, 300px);
	aspect-ratio: 1;
	margin: 0 auto 17px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 27px;
	background:
		radial-gradient(circle at 28% 24%, rgba(125, 92, 255, .62), transparent 32%),
		linear-gradient(145deg, #24143b, #100b1b);
	box-shadow: 0 26px 55px rgba(0, 0, 0, .35);
}

.station-showcase__cover-wrap.is-cover-placeholder::before,
.station-showcase__cover-wrap.is-cover-placeholder::after {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	width: 49%;
	aspect-ratio: 1;
	border: 1px solid rgba(218, 176, 255, .46);
	border-radius: 50%;
	content: "";
	pointer-events: none;
	transform: translate(-50%, -50%) scale(.92);
}

.station-showcase__cover-wrap.is-cover-placeholder::after {
	width: 68%;
	border-color: rgba(169, 105, 255, .3);
}

.station-showcase__cover-wrap.is-cover-placeholder.is-active::before {
	animation: station-wave 1.8s ease-out infinite;
}

.station-showcase__cover-wrap.is-cover-placeholder.is-active::after {
	animation: station-wave 1.8s .62s ease-out infinite;
}

.station-showcase__cover {
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: inherit;
	background: #20162f;
}

.station-showcase__cover[hidden] {
	display: none;
}

.station-showcase__equalizer {
	position: absolute;
	z-index: 3;
	left: 15px;
	bottom: 15px;
	display: flex;
	align-items: flex-end;
	gap: 3px;
	height: 24px;
	padding: 5px 7px;
	border-radius: 8px;
	background: rgba(13, 10, 20, .66);
	backdrop-filter: blur(8px);
}

.station-showcase__cover-wrap.is-cover-placeholder .station-showcase__equalizer {
	left: 50%;
	bottom: 22px;
	gap: 4px;
	height: 35px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(19, 8, 42, .54);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
	transform: translateX(-50%);
}

.station-showcase__equalizer i {
	width: 3px;
	height: 11px;
	border-radius: 3px;
	background: #fff;
	transform: scaleY(.58);
	transform-origin: center bottom;
}

.station-showcase__equalizer i:nth-child(2) {
	height: 17px;
}

.station-showcase__equalizer i:nth-child(3) {
	height: 8px;
}

.station-showcase__equalizer i:nth-child(4) {
	height: 14px;
}

.station-showcase__equalizer i:nth-child(5) {
	height: 20px;
}

.station-showcase__equalizer i:nth-child(6) {
	height: 12px;
}

.station-showcase__equalizer i:nth-child(7) {
	height: 16px;
}

.station-showcase__cover-wrap:not(.is-cover-placeholder) .station-showcase__equalizer i,
.station-showcase__cover-wrap.is-active .station-showcase__equalizer i {
	animation: station-equalizer .72s ease-in-out infinite alternate;
}

.station-showcase__equalizer i:nth-child(2),
.station-showcase__equalizer i:nth-child(6) {
	animation-delay: -.4s;
}

.station-showcase__equalizer i:nth-child(3),
.station-showcase__equalizer i:nth-child(7) {
	animation-delay: -.2s;
}

.station-showcase__equalizer i:nth-child(4) {
	animation-delay: -.6s;
}

.station-showcase__equalizer i:nth-child(5) {
	animation-delay: -.32s;
}

@keyframes station-equalizer {
	to {
		transform: scaleY(1);
	}
}

@keyframes station-wave {
	0% {
		opacity: .78;
		transform: translate(-50%, -50%) scale(.82);
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.42);
	}
}

.station-showcase__now h2 {
	margin: 0;
	font-size: clamp(20px, 2.5vw, 29px);
	line-height: 1.15;
	letter-spacing: -.025em;
}

.station-showcase__now > p {
	margin: 5px 0 0;
	color: #aaa1b5;
	font-size: 14px;
}

.station-showcase__track-search,
.station-track-search {
	display: flex;
	align-items: center;
	gap: 6px;
}

.station-showcase__track-search {
	justify-content: center;
	margin-top: 12px;
}

.station-showcase__track-search[hidden] {
	display: none;
}

.station-track-search a {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 9px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.station-track-search a:hover {
	border-color: rgba(255, 255, 255, .55);
	background: rgba(255, 255, 255, .18);
	transform: translateY(-2px);
}

.station-showcase__actions {
	grid-area: actions;
	display: grid;
	grid-template-columns: auto auto 1fr auto;
	align-items: center;
	gap: 20px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.station-showcase__play,
.station-showcase__video,
.station-showcase__favorite {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 58px;
	padding: 13px 24px;
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-weight: 900;
	cursor: pointer;
	transition: transform .18s ease, background-color .18s ease;
}

.station-showcase__video {
	border: 1px solid rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .1);
}

.station-showcase__video:hover {
	background: rgba(255, 255, 255, .2);
	transform: translateY(-2px);
}

.station-showcase__play {
	min-width: 170px;
	background: #6c5ce7;
	box-shadow: 0 12px 28px rgba(108, 92, 231, .3);
}

.station-showcase__play:hover,
.station-showcase__play.is-playing {
	background: #8171ef;
	transform: translateY(-2px);
}

.station-showcase__play[disabled] {
	opacity: .45;
	cursor: not-allowed;
}

.station-showcase__links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 22px;
}

.station-showcase__links a {
	color: #d7d0e4;
	font-size: 12px;
	font-weight: 800;
}

.station-showcase__links a:hover {
	color: #fff;
}

.station-showcase__favorite {
	min-width: 166px;
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .08);
}

.station-showcase__favorite:hover,
.station-showcase__favorite[aria-pressed="true"] {
	background: rgba(236, 72, 153, .22);
	transform: translateY(-2px);
}

.station-video {
	position: fixed;
	inset: 0;
	z-index: 10020;
	display: grid;
	grid-template-columns: 1fr min(760px, 92vw);
}

.station-video[hidden] {
	display: none;
}

.station-video__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(4, 3, 10, .72);
	backdrop-filter: blur(7px);
	cursor: pointer;
}

.station-video__drawer {
	position: relative;
	grid-column: 2;
	height: 100%;
	padding: 28px;
	overflow-y: auto;
	color: #fff;
	background: #12101c;
	box-shadow: -25px 0 70px rgba(0, 0, 0, .38);
	animation: radio-video-in .28s ease both;
}

.station-video__drawer > header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.station-video__drawer h2 {
	margin: 5px 0 0;
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1;
	letter-spacing: -.04em;
}

.station-video__close {
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 50%;
	color: #fff;
	background: rgba(255, 255, 255, .08);
	font-size: 28px;
	cursor: pointer;
}

.station-video__tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 14px;
}

.station-video__tabs button {
	padding: 9px 15px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	color: #dcd7e8;
	background: rgba(255, 255, 255, .07);
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.station-video__tabs button[aria-selected="true"] {
	border-color: #7562f0;
	color: #fff;
	background: #6c5ce7;
}

.station-video__frame {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 22px;
	background: #000;
	aspect-ratio: 16 / 9;
}

.station-video__frame iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

.station-video__drawer > p {
	color: #aaa4b8;
	font-size: 12px;
}

body.has-station-video {
	overflow: hidden;
}

@keyframes radio-video-in {
	from { opacity: 0; transform: translateX(45px); }
	to { opacity: 1; transform: translateX(0); }
}

.station-recent-section {
	padding: 28px 0 78px;
}

.station-recent-section[hidden] {
	display: none;
}

.station-recent__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 24px;
}

.station-recent__header .eyebrow {
	margin-bottom: 8px;
}

.station-recent__header h2 {
	margin: 0;
	color: var(--text);
	font-size: clamp(36px, 5vw, 58px);
	line-height: 1;
	letter-spacing: -.055em;
}

.station-recent {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 26px;
	background: var(--surface);
	box-shadow: 0 15px 45px rgba(30, 34, 44, .06);
}

.station-recent ol {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}

.station-recent li {
	display: grid;
	grid-template-columns: 72px 72px minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	min-height: 104px;
	padding: 15px 6px;
	border-bottom: 1px solid var(--border);
}

.station-recent li:last-child {
	border-bottom: 0;
}

.station-recent time {
	color: var(--text-muted);
	font-size: 14px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.station-recent__cover {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 15px;
	background: var(--surface-secondary);
}

.station-recent__track {
	display: grid;
	min-width: 0;
}

.station-recent__track strong,
.station-recent__track span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.station-recent__track strong {
	color: var(--text);
	font-size: 18px;
	line-height: 1.25;
}

.station-recent__track span {
	color: var(--text-muted);
	font-size: 14px;
	line-height: 1.4;
}

.station-recent .station-track-search a {
	border-color: var(--border);
	background: var(--surface-secondary);
	color: var(--text);
}

.station-recent .station-track-search a:hover {
	border-color: var(--accent);
	background: var(--accent);
	color: #fff;
}

.station-recent__loading,
.station-recent__empty {
	display: block !important;
	min-height: 120px !important;
	padding: 46px 20px !important;
	color: var(--text-muted);
	text-align: center;
}

.station-about-section {
	padding-top: 0;
}

.related-stations {
	padding-top: 30px;
	background: var(--surface-secondary);
}

.related-stations__heading {
	margin-bottom: 24px;
}

.related-stations__modes {
	display: flex;
	gap: 10px;
	margin-bottom: 28px;
	padding: 3px 2px 8px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.related-stations__modes button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	min-height: 44px;
	padding: 9px 16px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--surface);
	color: var(--text);
	font-weight: 800;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.related-stations__modes button:hover {
	border-color: var(--accent);
	transform: translateY(-1px);
}

.related-stations__modes button[aria-selected="true"] {
	border-color: var(--accent);
	background: var(--accent);
	color: #fff;
	box-shadow: 0 9px 24px rgba(108, 92, 231, .22);
}

.related-stations__modes button span {
	font-size: 18px;
	line-height: 1;
}

.related-stations .station-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	transition: opacity .2s ease, transform .2s ease;
}

.related-stations .station-grid.is-changing {
	opacity: .35;
	transform: translateY(5px);
}

@media (max-width: 900px) {
	.related-stations .station-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.station-showcase {
		grid-template-columns: minmax(0, 1fr) 260px;
		gap: 26px 30px;
	}

	.station-showcase__identity {
		grid-template-columns: 116px minmax(0, 1fr);
	}

	.station-showcase__logo {
		width: 116px;
		height: 116px;
		border-radius: 24px;
	}

	.station-showcase__actions {
		grid-template-columns: auto 1fr;
	}

	.station-showcase__favorite {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}

	.station-showcase__links {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.related-stations {
		padding-top: 10px;
	}

	.related-stations__modes {
		width: calc(100% + 14px);
		margin-right: -14px;
	}

	.related-stations .station-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.station-showcase-section {
		padding-top: 16px;
	}

	.station-showcase {
		grid-template-columns: 1fr;
		grid-template-areas:
			"identity"
			"now"
			"facts"
			"actions";
		gap: 28px;
		min-height: 0;
		padding: 26px 20px;
		border-radius: 28px;
	}

	.station-showcase__identity {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 17px;
	}

	.station-showcase__logo {
		width: 92px;
		height: 92px;
		border-radius: 20px;
	}

	.station-showcase__copy h1 {
		margin-top: 8px;
		font-size: clamp(34px, 11vw, 52px);
	}

	.station-showcase__description {
		grid-column: 1 / -1;
	}

	.station-showcase__now {
		justify-self: stretch;
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		align-items: center;
		gap: 3px 16px;
		width: 100%;
		text-align: left;
	}

	.station-showcase__now-label {
		grid-column: 2;
		align-self: end;
		margin: 0 0 5px;
	}

	.station-showcase__cover-wrap {
		grid-row: 1 / 4;
		width: 112px;
		margin: 0;
	}

	.station-showcase__cover-wrap,
	.station-showcase__cover {
		border-radius: 18px;
	}

	.station-showcase__equalizer {
		left: 8px;
		bottom: 8px;
	}

	.station-showcase__cover-wrap.is-cover-placeholder .station-showcase__equalizer {
		left: 50%;
		bottom: 7px;
		gap: 2px;
		height: 25px;
		padding: 4px 6px;
		transform: translateX(-50%);
	}

	.station-showcase__cover-wrap.is-cover-placeholder .station-showcase__equalizer i {
		width: 2px;
	}

	.station-showcase__now h2,
	.station-showcase__now > p,
	.station-showcase__track-search {
		grid-column: 2;
	}

	.station-showcase__track-search {
		justify-content: flex-start;
	}

	.station-showcase__actions {
		grid-template-columns: 1fr;
		padding-top: 20px;
	}

	.station-showcase__play,
	.station-showcase__video,
	.station-showcase__favorite {
		width: 100%;
	}

	.station-showcase__favorite {
		grid-column: 1;
		grid-row: auto;
		justify-self: stretch;
	}

	.station-showcase__links {
		grid-column: 1;
		justify-content: center;
	}

	.station-video {
		grid-template-columns: 1fr;
		align-items: end;
	}

	.station-video__drawer {
		grid-column: 1;
		width: 100%;
		height: auto;
		max-height: 88vh;
		padding: 20px 14px 28px;
		border-radius: 24px 24px 0 0;
	}

	.station-recent__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.station-recent li {
		grid-template-columns: 45px 58px minmax(0, 1fr);
		gap: 12px;
		min-height: 92px;
		padding-block: 13px;
	}

	.station-recent__cover {
		width: 58px;
		height: 58px;
		border-radius: 13px;
	}

	.station-recent__track strong {
		font-size: 16px;
	}

	.station-recent__track span {
		font-size: 13px;
	}

	.station-recent .station-track-search {
		grid-column: 3;
		margin-top: 2px;
	}
}

@media (max-width: 430px) {
	.related-stations .station-grid {
		grid-template-columns: 1fr;
	}

	.station-showcase__identity {
		align-items: start;
	}

	.station-showcase__status {
		font-size: 9px;
	}

	.station-showcase__meta {
		font-size: 12px;
	}

	.station-showcase__now {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.station-showcase__cover-wrap {
		width: 92px;
	}

	.station-showcase__now h2 {
		font-size: 18px;
	}

	.station-recent ol {
		padding-inline: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.station-showcase__equalizer i,
	.station-showcase__cover-wrap.is-cover-placeholder::before,
	.station-showcase__cover-wrap.is-cover-placeholder::after {
		animation: none;
	}
}
