/* Vibrant radio directory theme */
html[dir="rtl"] body {
	direction: rtl;
	text-align: right;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
	direction: rtl;
	text-align: right;
}

html[dir="rtl"] .header-search {
	padding: 4px 14px 4px 5px;
}

/* Keep the header controls in a stable visual order on RTL pages. */
html[dir="rtl"] .radio-header {
	direction: ltr;
}

html[dir="rtl"] .top-section-nav a {
	direction: rtl;
}

html[dir="rtl"] .directory-play svg,
html[dir="rtl"] .mascot-disc svg {
	margin-left: 0;
	margin-right: 2px;
}

html[dir="rtl"] .mascot-bars {
	margin-left: 0;
	margin-right: -5px;
}

/* Keep every inner page and its sidebar on one continuous page background. */
.container.mt-3::before {
	content: none !important;
	display: none !important;
}

:root {
	--radio-purple: #a957df;
	--radio-purple-bright: #c578ec;
	--radio-purple-deep: #240033;
	--radio-purple-panel: #35104d;
	--radio-purple-pill: #6b247f;
	--radio-yellow: #ffd51b;
	--radio-yellow-dark: #e59b00;
	--radio-pink: #f43b8f;
	--radio-red: #a70b35;
	--radio-cyan: #37d6d0;
	--radio-ink: #170022;
}

body[class*="site-bg-"] {
	background-color: var(--radio-purple) !important;
	background-image:
		linear-gradient(135deg, rgba(255, 255, 255, 0.065) 25%, transparent 25%),
		linear-gradient(315deg, rgba(67, 8, 91, 0.08) 25%, transparent 25%) !important;
	background-position: 0 0, 28px 28px !important;
	background-size: 56px 56px, 56px 56px !important;
	color: #fff;
}

.top-menu,
.top-menu.site-color-1,
.top-menu.site-color-2,
.top-menu.site-color-3,
.top-menu.site-color-4,
.top-menu.site-color-5,
.top-menu.site-color-6,
.top-menu.site-color-7,
.top-menu.site-color-8 {
	background: var(--radio-yellow) !important;
	border-bottom: 4px solid var(--radio-red);
	box-shadow: 0 10px 28px rgba(38, 5, 66, 0.3);
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 1035;
}

.radio-header {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 150px minmax(190px, 270px) minmax(0, 1fr);
	min-height: 68px;
}

.top-brand {
	display: block;
	position: relative;
	z-index: 2;
}

.brand-bubble {
	align-items: center;
	background: var(--radio-red);
	border: 3px solid #ffdf2b;
	border-radius: 7px 7px 16px 16px;
	box-shadow: 0 5px 0 #6f0624, 0 9px 18px rgba(37, 5, 59, 0.28);
	display: flex;
	height: 62px;
	justify-content: center;
	padding: 10px 14px;
	width: 146px;
}

.brand-bubble .logo {
	height: auto;
	max-height: 36px;
	max-width: 100%;
	width: auto;
}

.header-search {
	align-items: center;
	background: var(--radio-purple-panel);
	border: 2px solid rgba(92, 14, 119, 0.42);
	border-radius: 999px;
	display: flex;
	height: 42px;
	min-width: 0;
	padding: 4px 5px 4px 14px;
}

.header-search input {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 13px;
	min-width: 0;
	outline: 0;
	width: 100%;
}

.header-search input::placeholder {
	color: rgba(255, 255, 255, 0.68);
}

.header-search button {
	align-items: center;
	background: var(--radio-yellow);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(255, 217, 26, 0.22);
	display: inline-flex;
	flex: 0 0 32px;
	height: 32px;
	justify-content: center;
	transition: transform 160ms ease, background-color 160ms ease;
	width: 32px;
}

.header-search button:hover {
	background: #fff06a;
	transform: scale(1.06);
}

.header-search button svg {
	fill: var(--radio-purple-deep);
	height: 14px;
	width: 14px;
}

.top-section-nav {
	align-items: center;
	display: flex;
	gap: 7px;
	justify-content: flex-end;
	min-width: 0;
}

.top-section-nav a {
	background: var(--radio-red) !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 4px 10px rgba(31, 3, 52, 0.14) !important;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 12px 14px;
	text-align: center;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.top-section-nav a:hover,
.top-section-nav a:focus {
	background: var(--radio-purple-panel) !important;
	box-shadow: 0 0 0 3px rgba(92, 14, 119, 0.18), 0 6px 16px rgba(31, 3, 52, 0.2) !important;
	color: #fff;
	transform: translateY(-1px);
}

.top-menu-toggle {
	align-items: center;
	background: var(--radio-purple-panel) !important;
	border: 0 !important;
	border-radius: 8px;
	display: none !important;
	height: 42px;
	justify-content: center;
	padding: 0 !important;
	width: 42px;
}

.top-menu-toggle svg {
	fill: #fff;
	height: 21px;
	width: 21px;
}

.radio-directory-page {
	min-height: 0;
	padding: 28px 0 8px;
}

.radio-directory-shell {
	max-width: 1320px;
}

.directory-heading {
	align-items: flex-end;
	background: rgba(36, 0, 51, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 12px 26px rgba(36, 0, 51, 0.22);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 13px 16px;
}

.directory-kicker,
.directory-about-label {
	color: var(--radio-yellow);
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.directory-heading h1 {
	color: #fff;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0;
	text-shadow: 0 3px 10px rgba(41, 5, 67, 0.3);
}

.directory-count {
	background: rgba(52, 10, 84, 0.56);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	padding: 8px 13px;
	white-space: nowrap;
}

.station-directory-grid {
	background: var(--radio-purple-deep);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 18px 38px rgba(42, 5, 67, 0.34);
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	padding: 10px;
}

.directory-station-card {
	aspect-ratio: 1;
	background: #1d0734;
	border: 4px solid #451878;
	border-radius: 7px;
	box-shadow: 0 4px 10px rgba(15, 2, 26, 0.34);
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
	transform: translateZ(0);
}

.directory-station-card img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease, filter 220ms ease;
	width: 100%;
}

.directory-card-shade {
	background: linear-gradient(180deg, transparent 45%, rgba(19, 2, 31, 0.9) 100%);
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.directory-station-name {
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: 800;
	left: 0;
	line-height: 1.25;
	overflow: hidden;
	padding: 18px 7px 7px;
	position: absolute;
	right: 0;
	text-overflow: ellipsis;
	text-shadow: 0 1px 3px #000;
	white-space: nowrap;
}

.directory-play {
	align-items: center;
	background: var(--radio-yellow);
	border-radius: 50%;
	display: flex;
	height: 34px;
	justify-content: center;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 47%;
	transform: translate(-50%, -42%) scale(0.76);
	transition: opacity 180ms ease, transform 180ms ease;
	width: 34px;
}

.directory-play svg {
	fill: var(--radio-purple-deep);
	height: 14px;
	margin-left: 2px;
	width: 14px;
}

.directory-station-card:hover,
.directory-station-card:focus {
	border-color: var(--radio-yellow);
	color: #fff;
	outline: 0;
}

.directory-station-card:hover img,
.directory-station-card:focus img {
	filter: saturate(1.12) brightness(0.82);
	transform: scale(1.07);
}

.directory-station-card:hover .directory-play,
.directory-station-card:focus .directory-play {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.directory-about {
	align-items: center;
	background: var(--radio-purple-deep);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(42, 5, 67, 0.3);
	display: grid;
	gap: 22px;
	grid-template-columns: 160px minmax(0, 1fr);
	margin-top: 28px;
	min-height: 142px;
	overflow: hidden;
	padding: 22px 28px;
	position: relative;
}

.directory-about::after {
	background: var(--radio-pink);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.directory-mascot {
	align-items: flex-end;
	display: flex;
	justify-content: center;
	min-height: 90px;
	position: relative;
}

.mascot-disc {
	align-items: center;
	background: var(--radio-yellow);
	border: 8px solid #fff06b;
	border-radius: 50%;
	box-shadow: 0 8px 0 var(--radio-yellow-dark), 0 14px 24px rgba(13, 1, 23, 0.3);
	display: flex;
	height: 86px;
	justify-content: center;
	width: 86px;
}

.mascot-disc svg {
	fill: var(--radio-purple-deep);
	height: 30px;
	margin-left: 5px;
	width: 30px;
}

.mascot-bars {
	align-items: flex-end;
	display: flex;
	gap: 4px;
	height: 56px;
	margin-left: -5px;
}

.mascot-bars i {
	background: var(--radio-cyan);
	border-radius: 4px 4px 0 0;
	display: block;
	width: 7px;
}

.mascot-bars i:nth-child(1) { height: 22px; }
.mascot-bars i:nth-child(2) { height: 43px; }
.mascot-bars i:nth-child(3) { height: 31px; }
.mascot-bars i:nth-child(4) { height: 53px; }
.mascot-bars i:nth-child(5) { height: 25px; }

.directory-about-copy h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 7px;
}

.directory-about-copy p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
	max-width: 850px;
}

.directory-empty {
	background: var(--radio-purple-deep);
	border-radius: 8px;
	color: #fff;
	font-weight: 800;
	padding: 28px;
	text-align: center;
}

.directory-pagination {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.directory-pagination nav {
	display: flex;
	justify-content: center;
}

.directory-pagination .pagination {
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0;
}

.directory-pagination .page-item .page-link {
	align-items: center;
	background: var(--radio-purple-panel);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50% !important;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-width: 42px;
	padding: 0 9px;
	width: 42px;
}

.directory-pagination .page-item.active .page-link,
.directory-pagination .page-item:first-child .page-link,
.directory-pagination .page-item:last-child .page-link {
	background: var(--radio-yellow) !important;
	border-color: var(--radio-yellow) !important;
	color: var(--radio-purple-deep) !important;
}

.directory-pagination .page-item.disabled .page-link {
	background: rgba(57, 15, 91, 0.5) !important;
	border-color: rgba(255, 255, 255, 0.08) !important;
	color: rgba(255, 255, 255, 0.4) !important;
}

.directory-pagination .page-item:not(.disabled) .page-link:hover {
	border-color: var(--radio-yellow);
	transform: translateY(-2px);
}

.footer-container {
	background: transparent !important;
	border-top: 0 !important;
	box-shadow: none !important;
	margin-top: 0 !important;
	padding: 12px 0 18px;
}

.radio-directory-page + .footer-container {
	padding-top: 0;
}

.simple-footer {
	padding: 0 !important;
}

.simple-footer-inner {
	align-items: center;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	display: flex;
	justify-content: center;
	min-height: 42px;
	padding: 7px 20px;
}

.footer-important-nav {
	min-width: 0;
}

.footer-important-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 18px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-important-links li {
	margin: 0;
}

.footer-important-links a {
	color: var(--radio-purple-deep) !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	transition: color 160ms ease;
}

.footer-important-links a:hover,
.footer-important-links a:focus {
	color: var(--radio-purple) !important;
}

.simple-footer .footer-copyright {
	background: transparent !important;
	border: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 11px;
	padding: 8px 12px 0 !important;
}

.simple-footer .footer-copyright a {
	color: #fff !important;
}

@media (min-width: 1400px) {
	.radio-header,
	.radio-directory-shell {
		max-width: 1320px;
	}

	.station-directory-grid {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}
}

@media (max-width: 1199px) {
	.radio-header {
		grid-template-columns: 140px minmax(160px, 220px) minmax(0, 1fr);
	}

	.brand-bubble {
		width: 136px;
	}

	.top-section-nav {
		gap: 5px;
	}

	.top-section-nav a {
		font-size: 11px;
		padding: 11px 10px;
	}
}

@media (max-width: 991px) {
	.radio-header {
		grid-template-columns: minmax(0, 1fr) 42px;
		padding-bottom: 10px;
		padding-top: 7px;
	}

	.brand-bubble {
		height: 52px;
	}

	.header-search {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.top-menu-toggle {
		display: inline-flex !important;
		grid-column: 2;
		grid-row: 1;
	}

	.top-section-nav {
		display: none;
		grid-column: 1 / -1;
		grid-row: 3;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding-top: 2px;
	}

	.top-section-nav.is-open {
		display: grid;
	}

	.top-section-nav a {
		font-size: 12px;
		padding: 12px 8px;
	}

	.station-directory-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	body[class*="site-bg-"] {
		background-attachment: scroll !important;
	}

	.radio-directory-page {
		padding: 20px 0 8px;
	}

	.radio-directory-shell {
		padding-left: 8px;
		padding-right: 8px;
	}

	.top-section-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.directory-heading {
		align-items: center;
		margin-bottom: 12px;
	}

	.directory-heading h1 {
		font-size: 20px;
	}

	.directory-kicker {
		font-size: 10px;
	}

	.directory-count {
		font-size: 10px;
		padding: 7px 9px;
	}

	.station-directory-grid {
		gap: 5px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		padding: 6px;
	}

	.directory-station-card {
		border-width: 3px;
		border-radius: 5px;
	}

	.directory-station-name {
		font-size: 9px;
		padding: 15px 4px 4px;
	}

	.directory-play {
		display: none;
	}

	.directory-about {
		gap: 12px;
		grid-template-columns: 90px minmax(0, 1fr);
		margin-top: 18px;
		min-height: 116px;
		padding: 18px 14px;
	}

	.directory-mascot {
		min-height: 70px;
	}

	.mascot-disc {
		border-width: 6px;
		height: 64px;
		width: 64px;
	}

	.mascot-disc svg {
		height: 22px;
		width: 22px;
	}

	.mascot-bars {
		display: none;
	}

	.directory-about-copy h2 {
		font-size: 17px;
	}

	.directory-about-copy p {
		display: -webkit-box;
		font-size: 11px;
		line-height: 1.5;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.directory-about-label {
		font-size: 9px;
	}

	.directory-pagination {
		margin-top: 20px;
	}

	.directory-pagination .pagination {
		gap: 5px;
	}

	.directory-pagination .page-item .page-link {
		font-size: 11px;
		height: 34px;
		min-width: 34px;
		width: 34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.directory-station-card img,
	.directory-play,
	.top-section-nav a,
	.header-search button {
		transition: none;
	}
}

/* Station listening experience */
.station-experience {
	min-height: 72vh;
	padding: 30px 0 56px;
}

.station-experience-shell {
	max-width: 1180px;
}

.station-title-strip {
	align-items: center;
	background: var(--radio-purple-deep);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 7px;
	box-shadow: 0 10px 25px rgba(33, 0, 48, 0.24);
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 900;
	gap: 9px;
	justify-content: center;
	margin-bottom: 10px;
	min-height: 42px;
	padding: 9px 18px;
	text-align: center;
}

.station-live-dot {
	background: #ff516d;
	border: 3px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255, 81, 109, 0.12);
	height: 10px;
	width: 10px;
}

.station-stage {
	direction: ltr;
	display: grid;
	gap: 10px;
	grid-template-areas: "related player";
	grid-template-columns: 270px minmax(0, 1fr);
	margin-bottom: 18px;
}

.station-related-panel,
.station-visual-player {
	background: var(--radio-purple-deep);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(34, 0, 49, 0.3);
	direction: rtl;
}

.station-related-panel {
	grid-area: related;
	padding: 10px;
}

.station-panel-heading,
.station-section-heading {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.station-panel-heading {
	color: var(--radio-yellow);
	font-size: 15px;
	font-weight: 900;
	min-height: 45px;
	padding: 4px 7px 10px;
}

.station-panel-count {
	align-items: center;
	background: var(--radio-red);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	height: 26px;
	justify-content: center;
	width: 26px;
}

.station-related-grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.station-related-card {
	background: #35104d;
	border: 3px solid #511976;
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(12, 0, 19, 0.28);
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
}

.station-related-card img {
	aspect-ratio: 1;
	display: block;
	height: auto;
	object-fit: cover;
	transition: filter 180ms ease, transform 180ms ease;
	width: 100%;
}

.station-related-card span {
	background: rgba(27, 0, 40, 0.92);
	bottom: 0;
	color: #fff;
	display: block;
    font-size: 9px;
	font-weight: 800;
	left: 0;
	overflow: hidden;
	padding: 5px 4px;
	position: absolute;
	right: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.station-related-card:hover,
.station-related-card:focus {
	border-color: var(--radio-yellow);
	color: #fff;
	outline: 0;
}

.station-related-card:hover img,
.station-related-card:focus img {
	filter: brightness(0.82) saturate(1.16);
	transform: scale(1.06);
}

.station-related-empty {
	color: rgba(255, 255, 255, 0.64);
	font-size: 12px;
	padding: 30px 8px;
	text-align: center;
}

.station-visual-player {
	grid-area: player;
	min-height: 520px;
	overflow: hidden;
	padding: 16px 20px 20px;
	position: relative;
}

.station-player-backdrop,
.station-player-vignette {
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.station-player-backdrop {
	background-position: center;
	background-size: cover;
	filter: blur(35px) saturate(1.25);
	opacity: 0.34;
	transform: scale(1.18);
}

.station-player-vignette {
	background: linear-gradient(180deg, rgba(20, 0, 30, 0.28), rgba(21, 0, 31, 0.88));
}

.station-player-toolbar,
.station-player-content,
.station-player-controls {
	position: relative;
	z-index: 2;
}

.station-player-toolbar {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.station-toolbar-group {
	display: flex;
	gap: 7px;
}

.station-icon-button {
	align-items: center;
	background: rgba(89, 29, 119, 0.82) !important;
	border: 1px solid rgba(255, 255, 255, 0.17) !important;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	padding: 0 !important;
	transition: background-color 160ms ease, transform 160ms ease;
	width: 40px;
}

.station-icon-button:hover,
.station-icon-button:focus {
	background: var(--radio-yellow) !important;
	color: var(--radio-purple-deep);
	outline: 0;
	transform: translateY(-2px);
}

.station-icon-button svg {
	fill: currentColor;
	height: 18px;
	margin: 0;
	width: 18px;
}

.station-icon-button .share-icon {
	margin: 0 !important;
}

.station-share-menu {
	background: var(--radio-purple-panel);
	border: 1px solid rgba(255, 255, 255, 0.16);
	min-width: 190px;
	padding: 8px;
	text-align: center;
}

.station-share-menu button {
	border: 0;
	border-radius: 5px;
	height: 36px;
	margin: 2px;
	width: 36px;
}

.station-live-badge {
	align-items: center;
	background: var(--radio-red);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	gap: 7px;
	padding: 8px 12px;
}

.station-live-badge i {
	animation: live-pulse 1.7s ease-in-out infinite;
	background: #fff;
	border-radius: 50%;
	display: block;
	height: 7px;
	width: 7px;
}

.station-player-content {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 230px minmax(0, 1fr);
	margin: 35px auto 25px;
	max-width: 720px;
}

.station-artwork-wrap {
	margin: 0 auto;
	position: relative;
	width: 220px;
}

.station-artwork-ring {
	background: conic-gradient(var(--radio-yellow), var(--radio-pink), var(--radio-cyan), var(--radio-yellow));
	border-radius: 20px;
	inset: -8px;
	position: absolute;
	transform: rotate(3deg);
}

.station-player-artwork {
	aspect-ratio: 1;
	background: #fff;
	border: 5px solid #fff;
	border-radius: 15px;
	box-shadow: 0 18px 35px rgba(12, 0, 18, 0.42);
	display: block;
	height: auto;
	object-fit: cover;
	position: relative;
	width: 100%;
}

.station-format-badge {
	background: var(--radio-yellow);
	border: 3px solid var(--radio-purple-deep);
	border-radius: 999px;
	bottom: -10px;
	color: var(--radio-purple-deep);
	font-size: 11px;
	font-weight: 900;
	left: 16px;
	padding: 6px 10px;
	position: absolute;
}

.station-now-playing {
	color: var(--radio-yellow);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 5px;
}

.station-player-copy h1 {
	color: #fff;
	font-size: 29px;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 12px;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
	word-break: break-word;
}

.station-taxonomy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.station-taxonomy-links a {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	padding: 6px 9px;
}

.station-taxonomy-links a:hover {
	background: var(--radio-yellow);
	color: var(--radio-purple-deep);
}

.visual-equalizer {
	align-items: center;
	display: flex;
	direction: ltr;
	gap: 4px;
	height: 48px;
	margin-top: 17px;
}

.visual-equalizer i {
	animation: equalizer-wave 850ms ease-in-out infinite alternate;
	animation-play-state: paused;
	background: var(--radio-cyan);
	border-radius: 4px;
	display: block;
	height: 12px;
	transform-origin: center;
	width: 5px;
}

.is-playing .visual-equalizer i {
	animation-play-state: running;
}

.visual-equalizer i:nth-child(3n + 1) { animation-delay: -180ms; background: var(--radio-yellow); }
.visual-equalizer i:nth-child(3n + 2) { animation-delay: -420ms; background: var(--radio-pink); }
.visual-equalizer i:nth-child(4n) { animation-duration: 650ms; }

.station-player-controls {
	align-items: center;
	background: rgba(27, 0, 40, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 9px;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: auto;
	padding: 12px 14px;
}

.station-jplayer {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	display: flex;
	gap: 14px;
	width: 100% !important;
}

.station-jplayer .jp-type-single,
.station-jplayer .jp-gui,
.station-jplayer .jp-interface,
.station-jplayer .jp-controls {
	background: transparent !important;
	border: 0 !important;
	float: none !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	width: auto !important;
}

.station-main-play {
	align-items: center;
	background: #8acb68 !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: 0 5px 0 #5ea843, 0 10px 20px rgba(0, 0, 0, 0.2);
	display: inline-flex;
	height: 62px !important;
	justify-content: center;
	margin: 0 0 6px !important;
	padding: 0 !important;
	position: static !important;
	transition: transform 150ms ease;
	width: 62px !important;
}

.station-main-play:hover,
.station-main-play:focus {
	background: #96d476 !important;
	outline: 3px solid rgba(255, 255, 255, 0.28);
	outline-offset: 3px;
	transform: translateY(-2px);
}

.station-main-play svg {
	display: none !important;
}

.station-main-play::before {
	content: "";
	display: block;
	flex: 0 0 auto;
}

.jp-play.station-main-play::before,
.m3-play.station-main-play::before {
	border-bottom: 8px solid transparent;
	border-left: 13px solid #fff;
	border-top: 8px solid transparent;
	height: 0;
	margin-left: 3px;
	width: 0;
}

.jp-pause.station-main-play::before,
.m3-pause.station-main-play::before {
	background: linear-gradient(to right, #fff 0 36%, transparent 36% 64%, #fff 64% 100%);
	height: 18px;
	width: 14px;
}

.station-volume-box {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 9px;
	min-width: 120px;
}

.station-volume-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.station-volume-button svg {
	fill: #fff;
	height: 15px;
	margin: 0;
	width: 15px;
}

.station-volume-box .jp-volume-controls {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	flex: 1 1 auto;
	height: 7px;
	max-width: 190px;
	overflow: hidden;
	position: static !important;
	width: auto !important;
}

.station-volume-box .jp-volume-bar {
	background: transparent !important;
	height: 100% !important;
	position: static !important;
	width: 100% !important;
}

.station-volume-box .jp-volume-bar-value {
	background: linear-gradient(90deg, var(--radio-cyan), var(--radio-yellow)) !important;
	border-radius: inherit;
	height: 100% !important;
}

.station-time-box {
	color: rgba(255, 255, 255, 0.66);
	font-size: 10px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}

.station-time-box span {
	color: var(--radio-pink);
	display: block;
	margin-bottom: 3px;
}

.station-time-box .jp-current-time {
	color: #fff;
	float: none !important;
	font-size: 12px !important;
	font-style: normal !important;
	width: auto !important;
}

.station-votes {
	display: flex;
	gap: 7px;
}

.station-vote-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	color: #fff;
	display: flex;
	font-size: 10px;
	font-weight: 900;
	gap: 5px;
	height: 42px;
	justify-content: center;
	padding: 0 9px;
}

.station-vote-button svg {
	fill: #fff;
	height: 16px;
	width: 16px;
}

.station-vote-up:hover { background: #079d8e; }
.station-vote-down:hover { background: var(--radio-red); }

.station-neighbor-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 18px;
}

.station-neighbor-card {
	align-items: center;
	background: var(--radio-purple-panel);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	box-shadow: 0 12px 25px rgba(32, 0, 47, 0.24);
	display: grid;
	gap: 16px;
	grid-template-columns: 112px minmax(0, 1fr);
	min-height: 150px;
	padding: 14px;
}

.station-neighbor-card > img {
	aspect-ratio: 1;
	border: 7px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.station-neighbor-card > div > span,
.station-info-kicker {
	color: var(--radio-yellow);
	font-size: 11px;
	font-weight: 900;
}

.station-neighbor-card h2 {
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.35;
	margin: 3px 0 5px;
}

.station-neighbor-card p {
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 8px;
}

.station-neighbor-play {
	align-items: center;
	background: var(--radio-pink);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	gap: 6px;
	padding: 7px 10px;
}

.station-neighbor-play:hover {
	background: var(--radio-yellow);
	color: var(--radio-purple-deep);
}

.station-neighbor-play svg {
	fill: currentColor;
	height: 10px;
	width: 10px;
}

.station-information-panel,
.station-community {
	background: var(--radio-purple-panel);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(32, 0, 47, 0.25);
	margin-bottom: 18px;
	padding: 20px;
}

.station-info-intro {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: 74px minmax(0, 1fr);
}

.station-info-icon {
	align-items: center;
	background: var(--radio-cyan);
	border: 7px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: var(--radio-purple-deep);
	display: flex;
	font-family: Georgia, serif;
	font-size: 35px;
	font-weight: 900;
	height: 68px;
	justify-content: center;
	line-height: 1;
	width: 68px;
}

.station-info-intro h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	margin: 2px 0 8px;
}

.station-description,
.station-details {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.8;
}

.station-description p:last-child,
.station-details p:last-child {
	margin-bottom: 0;
}

.station-details {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 12px;
	padding-top: 12px;
}

.station-fact-grid {
	background: rgba(27, 0, 40, 0.66);
	border-radius: 7px;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 18px;
	overflow: hidden;
}

.station-fact {
	background: rgba(255, 255, 255, 0.035);
	min-width: 0;
	padding: 13px 10px;
	text-align: center;
}

.station-fact span {
	color: var(--radio-yellow);
	display: block;
	font-size: 10px;
	font-weight: 900;
	margin-bottom: 4px;
}

.station-fact strong {
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: 800;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.station-section-heading {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 14px;
}

.station-section-heading > span:last-child {
	background: var(--radio-yellow);
	border-radius: 999px;
	color: var(--radio-purple-deep);
	font-size: 10px;
	padding: 5px 9px;
}

.station-comment-list {
	display: grid;
	gap: 9px;
	margin-bottom: 14px;
}

.station-comment-card,
.station-comment-form {
	background: rgba(27, 0, 40, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 7px;
	padding: 14px;
}

.station-comment-card strong,
.station-comment-form h2 {
	color: var(--radio-yellow);
	font-size: 14px;
	font-weight: 900;
}

.station-comment-card p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	line-height: 1.6;
	margin: 6px 0;
}

.station-comment-card time {
	color: rgba(255, 255, 255, 0.46);
	font-size: 10px;
}

.station-comment-form h2 {
	margin: 0 0 12px;
}

.station-form-grid {
	display: grid;
	gap: 11px;
}

.station-form-grid label {
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.station-form-grid label span {
	color: var(--radio-pink);
}

.station-form-grid input,
.station-form-grid textarea {
	background: rgba(255, 255, 255, 0.96);
	border: 2px solid transparent;
	border-radius: 5px;
	display: block;
	margin-top: 6px;
	outline: 0;
	padding: 10px 12px;
	width: 100%;
}

.station-form-grid input:focus,
.station-form-grid textarea:focus {
	border-color: var(--radio-yellow);
}

.station-submit-button {
	background: var(--radio-yellow);
	border: 0;
	border-radius: 5px;
	color: var(--radio-purple-deep);
	font-size: 12px;
	font-weight: 900;
	margin-top: 10px;
	padding: 10px 18px;
}

.station-report-modal {
	background: var(--radio-purple-panel);
	color: #fff;
}

@keyframes equalizer-wave {
	0% { height: 10px; }
	35% { height: 38px; }
	70% { height: 22px; }
	100% { height: 44px; }
}

@keyframes live-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.45; transform: scale(0.72); }
}

@media (max-width: 991px) {
	.station-experience-shell {
		max-width: 920px;
	}

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

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

	.station-player-content {
		gap: 20px;
		grid-template-columns: 180px minmax(0, 1fr);
	}

	.station-artwork-wrap {
		width: 170px;
	}

	.station-player-copy h1 {
		font-size: 23px;
	}

	.station-fact-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.station-experience {
		padding: 16px 0 38px;
	}

	.station-experience-shell {
		padding-left: 8px;
		padding-right: 8px;
	}

	.station-stage {
		grid-template-areas: "player" "related";
		grid-template-columns: minmax(0, 1fr);
	}

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

	.station-visual-player {
		min-height: 0;
		padding: 12px;
	}

	.station-player-content {
		grid-template-columns: minmax(0, 1fr);
		margin: 24px auto 20px;
		text-align: center;
	}

	.station-artwork-wrap {
		width: 180px;
	}

	.station-taxonomy-links,
	.visual-equalizer {
		justify-content: center;
	}

	.station-player-controls {
		grid-template-columns: minmax(0, 1fr);
	}

	.station-jplayer {
		justify-content: center;
	}

	.station-votes {
		justify-content: center;
	}

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

	.station-info-intro {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.station-info-icon {
		border-width: 5px;
		font-size: 27px;
		height: 52px;
		width: 52px;
	}
}

@media (max-width: 479px) {
	.footer-container {
		padding: 10px 8px 14px;
	}

	.simple-footer-inner {
		border-radius: 18px;
		min-height: 40px;
		padding: 8px 10px;
	}

	.footer-important-links {
		gap: 4px 12px;
	}

	.footer-important-links a {
		font-size: 11px;
	}

	.simple-footer .footer-copyright {
		font-size: 10px;
	}

	.station-title-strip {
		font-size: 12px;
		justify-content: flex-start;
		text-align: right;
	}

	.station-player-toolbar {
		align-items: flex-start;
	}

	.station-toolbar-group {
		gap: 4px;
	}

	.station-icon-button {
		height: 34px;
		width: 34px;
	}

	.station-live-badge {
		font-size: 9px;
		padding: 7px 9px;
	}

	.station-player-copy h1 {
		font-size: 20px;
	}

	.station-jplayer {
		flex-wrap: wrap;
	}

	.station-main-play {
		height: 54px !important;
		width: 54px !important;
	}

	.station-volume-box {
		min-width: 150px;
	}

	.station-time-box {
		width: 36px;
	}

	.station-neighbor-card {
		gap: 12px;
		grid-template-columns: 86px minmax(0, 1fr);
		min-height: 128px;
		padding: 11px;
	}

	.station-neighbor-card h2 {
		font-size: 14px;
	}

	.station-neighbor-card p {
		display: none;
	}

	.station-information-panel,
	.station-community {
		padding: 14px;
	}

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

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

	.station-description,
	.station-details {
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.station-related-card img,
	.station-icon-button,
	.station-main-play,
	.station-live-badge i,
	.visual-equalizer i {
		animation: none;
		transition: none;
	}
}
