@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Roboto+Slab:wght@600;700&display=swap");

:root {
	--sun-bg: #e7edf3;
	--sun-paper: #ffffff;
	--sun-paper-soft: #f4f7fb;
	--sun-text: #1a2430;
	--sun-muted: #5f6b78;
	--sun-accent: #0d5ea7;
	--sun-accent-dark: #08457b;
	--sun-accent-soft: #99cfe0;
	--sun-header-start: #0d5ea7;
	--sun-header-end: #0d5ea7;
	--sun-border: #d4deea;
	--sun-shadow: 0 16px 36px rgba(15, 31, 52, 0.14);
	--shell-max: 1160px;
}

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

html,
body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", "Segoe UI", sans-serif;
	background: #d4d4d6;
	color: var(--sun-text);
}

body {
	padding-bottom: 1rem;
	line-height: 1.55;
}

body.radiosun-player-enabled {
	padding-bottom: 7.1rem;
}

a {
	color: var(--sun-accent);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.14em;
}

a:hover,
a:focus-visible {
	color: var(--sun-accent-dark);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: var(--sun-header-start);
	box-shadow: 0 8px 18px rgba(8, 32, 58, 0.25);
}

.site-header::after {
	content: "";
	display: block;
	height: 1px;
	background: rgba(255, 255, 255, 0.28);
}

.site-header__inner,
.site-content,
.hero,
.content-shell {
	max-width: var(--shell-max);
	margin-left: auto;
	margin-right: auto;
}

.site-header__inner {
	padding: 0.7rem 1rem;
	display: flex;
	gap: 1.2rem;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.site-branding__title {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.site-branding__logo {
	display: block;
	width: clamp(170px, 23vw, 300px);
	height: auto;
}

.site-nav__menu {
	list-style: none;
	display: flex;
	gap: 0.55rem;
	padding: 0;
	margin: 0;
	align-items: center;
	flex-wrap: wrap;
}

.site-nav__menu a {
	display: inline-block;
	padding: 0.5rem 0.82rem;
	border-radius: 0.4rem;
	text-decoration: none;
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.site-nav__menu a:hover,
.site-nav__menu a:focus-visible {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.site-content {
	padding: 1.35rem 1rem 2rem;
	min-height: 56vh;
}

body.radiosun-player-enabled .site-content {
	padding-bottom: 5rem;
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	gap: 1rem;
	background: linear-gradient(132deg, #162331, #1f2f43 56%, #1a2738);
	border-radius: 1rem;
	padding: clamp(1.2rem, 3vw, 2rem);
	margin: 0.8rem 0 1.4rem;
	box-shadow: var(--sun-shadow);
	color: #fff;
}

.hero__eyebrow {
	margin: 0;
	font-weight: 700;
	color: #a7daff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.73rem;
}

.hero__title {
	margin: 0.55rem 0;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(2rem, 5.2vw, 3.2rem);
	line-height: 1.05;
}

.hero__lead {
	max-width: 60ch;
	color: #d3e4f6;
	margin: 0;
}

.hero__actions {
	display: flex;
	gap: 0.7rem;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.hero__cta {
	display: inline-block;
	background: var(--sun-accent);
	color: #fff;
	padding: 0.62rem 1.05rem;
	border-radius: 0.45rem;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.92rem;
}

.hero__cta--ghost {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.38);
}

.hero__panel {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.8rem;
	padding: 1rem;
	align-self: stretch;
}

.hero__panel-label {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	font-size: 0.72rem;
	color: #9bcff3;
	font-weight: 700;
}

.hero__panel-title {
	margin: 0.45rem 0 0;
	font-size: 1.32rem;
	font-family: "Roboto Slab", Georgia, serif;
}

.hero__panel-copy {
	margin: 0.65rem 0 0;
	color: #dcebf8;
	font-size: 0.95rem;
}

.content-shell h2,
.archive-header h1,
.entry-card__title {
	font-family: "Roboto Slab", Georgia, serif;
}

.home-layout {
	max-width: 980px;
	margin: 0 auto;
}

.home-layout__main {
	width: 100%;
}

.home-page-card {
	margin: 0;
}

.home-page-card__cover {
	border-radius: 0.3rem;
	overflow: hidden;
	line-height: 0;
}

.home-page-card__cover-image {
	display: block;
	width: 100%;
	height: auto;
}

.home-page-card__content {
	margin-top: 0;
}

.home-layout__sidebar {
	background: #ececef;
	border-radius: 0.35rem;
	padding: 0;
}

.home-sidebar__search {
	background: #ececef;
	padding: 0 0 0.75rem;
}

.home-sidebar__search .search-form {
	flex-wrap: nowrap;
	gap: 0;
}

.home-sidebar__search .search-form label {
	flex: 1 1 auto;
}

.home-sidebar__search .search-field {
	min-width: 0;
	width: 100%;
	padding: 1rem 1.2rem;
	border: 0;
	border-top-left-radius: 0.35rem;
	border-bottom-left-radius: 0.35rem;
}

.home-sidebar__search .search-submit {
	border: 0;
	background: #0d5ea7;
	color: #fff;
	padding: 0 1.4rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0.35rem;
	border-bottom-right-radius: 0.35rem;
}

.home-news {
	background: #ececef;
	border-radius: 0.35rem;
	overflow: hidden;
}

.home-news__title {
	margin: 0;
	padding: 0.78rem 1rem;
	background: #0d5ea7;
	color: #fff;
	font-size: 2.25rem;
	line-height: 1.06;
	font-family: "Roboto Slab", Georgia, serif;
}

.home-news__list {
	list-style: none;
	padding: 0.6rem 1rem 1rem;
	margin: 0;
	display: grid;
	gap: 1rem;
}

.home-news__item {
	padding-bottom: 0.7rem;
	border-bottom: 1px solid rgba(26, 36, 48, 0.1);
}

.home-news__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.home-news__link {
	display: inline-block;
	text-decoration: none;
	color: #344861;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.22;
}

.home-news__link:hover,
.home-news__link:focus-visible {
	color: #0d5ea7;
}

.home-news__date {
	display: block;
	margin-top: 0.18rem;
	color: #8a95a5;
	font-size: 0.83rem;
}

.home-news__empty {
	margin: 0;
	padding: 1rem;
	color: #4f5e71;
}

.rs-front-widget {
	display: grid;
	gap: 1.15rem;
	background: transparent;
	border: 0;
	padding: 0;
	color: #edf5ff;
	box-shadow: none;
}

.rs-hero {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	min-height: clamp(240px, 34vw, 360px);
	background: linear-gradient(130deg, #143762, #1b4e83 58%, #2f679f);
	border: 1px solid rgba(167, 204, 240, 0.28);
}

.rs-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--rs-hero-image, none);
	background-size: cover;
	background-position: center;
	opacity: 0.42;
	transform: scale(1.04);
}

.rs-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at center, rgba(164, 219, 255, 0.3), transparent 58%),
		linear-gradient(180deg, rgba(5, 18, 34, 0.3), rgba(5, 18, 34, 0.64));
}

.rs-hero__content {
	position: relative;
	z-index: 1;
	min-height: inherit;
	display: flex;
	align-items: flex-end;
	padding: 1rem;
}

.rs-front-widget__now {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	align-items: center;
	padding: 1rem 1.1rem;
	border-radius: 1rem;
	background: rgba(8, 28, 56, 0.44);
	border: 1px solid rgba(171, 208, 246, 0.3);
	backdrop-filter: blur(3px);
}

.rs-front-widget__now.has-artwork {
	grid-template-columns: clamp(108px, 15vw, 148px) minmax(0, 1fr);
}

.rs-front-widget__artwork-wrap {
	width: 100%;
	max-width: 148px;
	margin: 0;
	display: none;
}

.rs-front-widget__now.has-artwork .rs-front-widget__artwork-wrap {
	display: block;
}

.rs-front-widget__now-meta {
	min-width: 0;
}

.rs-front-widget__eyebrow {
	margin: 0 0 0.28rem;
	color: #8fc8ff;
	font-size: 0.74rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.rs-front-widget__artwork {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	margin: 0;
	border-radius: 0.9rem;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.26);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 12px 26px rgba(5, 12, 26, 0.44);
}

.rs-front-widget__title {
	margin: 0;
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	line-height: 1.08;
	color: #ffffff;
	letter-spacing: 0.01em;
}

.rs-front-widget__artist {
	margin: 0.36rem 0 0;
	font-size: 0.98rem;
	font-weight: 700;
	color: #d6e9fb;
}

.rs-front-widget__status {
	margin: 0.24rem 0 0;
	font-size: 0.84rem;
	color: #c0d8ef;
}

.rs-front-widget__live-row {
	margin-top: 0.74rem;
	padding-top: 0.62rem;
	border-top: 1px solid rgba(184, 214, 245, 0.34);
}

.rs-front-widget__live-heading {
	margin: 0;
	font-size: 0.96rem;
	font-weight: 700;
	color: #e9f3ff;
}

.rs-front-widget__live-progress {
	margin-top: 0.34rem;
	height: 6px;
	width: 100%;
	border-radius: 999px;
	background: rgba(146, 195, 240, 0.36);
	overflow: hidden;
}

.rs-front-widget__live-progress span {
	display: block;
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, #2ab6ff, #7fd2ff);
}

.rs-front-widget__live-times {
	margin-top: 0.34rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.82rem;
	color: #b9d7f5;
}

.rs-show-section {
	margin-top: 0.1rem;
}

.rs-show-section__title {
	margin: 0 0 0.62rem;
	font-size: 1.16rem;
	font-family: "Roboto Slab", Georgia, serif;
	color: #ebf5ff;
}

.rs-show-carousel {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(176px, 1fr));
	gap: 0.85rem;
	overflow: visible;
	padding: 0;
}

.rs-show-card {
	appearance: none;
	position: relative;
	border: 1px solid rgba(168, 206, 245, 0.36);
	background: rgba(10, 30, 58, 0.4);
	border-radius: 0.9rem;
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	min-height: 0;
	text-align: left;
	color: #ffffff;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.rs-show-card:hover,
.rs-show-card:focus-visible {
	transform: translateY(-2px);
	border-color: #b9ddff;
	box-shadow: 0 10px 22px rgba(6, 17, 33, 0.35);
}

.rs-show-card.is-active {
	border-color: #9fdaff;
	box-shadow: 0 12px 24px rgba(5, 17, 32, 0.38);
}

.rs-show-card__badge {
	position: absolute;
	top: 0.45rem;
	left: 0.45rem;
	z-index: 2;
	display: inline-block;
	padding: 0.16rem 0.42rem;
	border-radius: 0.42rem;
	background: #d50000;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.rs-show-card__media {
	display: block;
	aspect-ratio: 1 / 1;
	height: auto;
	background: rgba(255, 255, 255, 0.09);
}

.rs-show-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rs-show-card__media.is-empty {
	display: grid;
	place-items: center;
}

.rs-show-card__fallback {
	padding: 0 1rem;
	text-align: center;
	color: #d4e7fa;
	font-weight: 700;
}

.rs-show-card__body {
	display: block;
	padding: 0.85rem 0.85rem 0.9rem;
}

.rs-show-card__name {
	display: block;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 1.05rem;
	line-height: 1.2;
}

.rs-show-card__meta {
	display: block;
	margin-top: 0.55rem;
	font-size: 0.9rem;
	color: #c8dcf1;
}

.rs-show-card__time {
	display: block;
	margin-top: 0.14rem;
	font-size: 0.96rem;
	font-weight: 700;
	color: #eaf5ff;
}

.rs-show-details {
	margin-top: 0.84rem;
	display: grid;
	grid-template-columns: minmax(120px, 170px) minmax(0, 1fr);
	gap: 0.9rem;
	padding: 0.85rem;
	border-radius: 0.95rem;
	background: rgba(10, 30, 58, 0.4);
	border: 1px solid rgba(167, 204, 242, 0.34);
}

.rs-show-details.has-no-media {
	grid-template-columns: 1fr;
}

.rs-show-details__media {
	border-radius: 0.7rem;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
	min-height: 130px;
}

.rs-show-details__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 130px;
	object-fit: cover;
}

.rs-show-details__media.is-empty {
	display: none;
}

.rs-show-details__content {
	min-width: 0;
}

.rs-show-details__eyebrow {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #96ceff;
	text-transform: uppercase;
}

.rs-show-details__title {
	margin: 0.3rem 0 0;
	font-size: 2rem;
	line-height: 1.06;
	font-family: "Roboto Slab", Georgia, serif;
}

.rs-show-details__time {
	margin: 0.3rem 0 0;
	font-size: 1.02rem;
	font-weight: 700;
	color: #d0e5fa;
}

.rs-show-details__copy {
	margin-top: 0.52rem;
	font-size: 0.95rem;
	color: #dbeaf8;
}

.rs-show-details__copy p {
	margin: 0 0 0.55rem;
}

.rs-show-details__copy p:last-child {
	margin-bottom: 0;
}

.rs-show-details__link {
	margin-top: 0.75rem;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.56rem 0.92rem;
	border-radius: 0.72rem;
	background: rgba(14, 46, 84, 0.86);
	border: 1px solid rgba(167, 208, 248, 0.44);
	color: #eff8ff;
	text-decoration: none;
	font-weight: 700;
}

.rs-show-details__link:hover,
.rs-show-details__link:focus-visible {
	background: rgba(31, 75, 122, 0.9);
	color: #fff;
}

.rs-week-schedule {
	border-radius: 0.95rem;
	padding: 0.92rem;
	background: rgba(9, 29, 56, 0.34);
	border: 1px solid rgba(165, 201, 240, 0.3);
}

.rs-week-schedule__title {
	margin: 0 0 0.68rem;
	font-size: 1.16rem;
	font-family: "Roboto Slab", Georgia, serif;
}

.rs-week-schedule__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0.6rem;
}

.rs-week-day {
	padding: 0.58rem 0.6rem;
	border-radius: 0.72rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(177, 211, 247, 0.2);
}

.rs-week-day__title {
	margin: 0;
	font-size: 0.9rem;
	font-family: "Roboto Slab", Georgia, serif;
}

.rs-week-day__list {
	list-style: none;
	margin: 0.48rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.46rem;
}

.rs-week-day__item {
	display: grid;
	gap: 0.16rem;
}

.rs-week-day__time {
	font-size: 0.75rem;
	color: #a9caea;
	font-weight: 700;
}

.rs-week-day__item a,
.rs-week-day__item span {
	color: #ebf5ff;
	text-decoration: none;
	font-size: 0.82rem;
	line-height: 1.2;
}

.rs-week-day__item a:hover,
.rs-week-day__item a:focus-visible {
	color: #b8ddff;
}

.rs-week-day__empty {
	margin: 0.48rem 0 0;
	font-size: 0.82rem;
	color: #b7d3ee;
}

.content-shell h2 {
	margin-top: 0;
	margin-bottom: 0.9rem;
	font-size: clamp(1.45rem, 2.2vw, 1.85rem);
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1rem;
}

.entry-card {
	padding: 1rem;
	border: 1px solid var(--sun-border);
	border-top: 5px solid var(--sun-accent);
	border-radius: 0.8rem;
	background: var(--sun-paper);
	margin-bottom: 1rem;
	box-shadow: 0 10px 26px rgba(12, 34, 56, 0.11);
	overflow: hidden;
}

.entry-card__thumb-link {
	display: block;
	border-radius: 0.5rem;
	overflow: hidden;
	margin: 0 0 0.82rem;
}

.entry-card__thumb {
	display: block;
	width: 100%;
	height: clamp(170px, 24vw, 220px);
	object-fit: cover;
	transition: transform 0.32s ease;
}

.entry-card__thumb-link:hover .entry-card__thumb,
.entry-card__thumb-link:focus-visible .entry-card__thumb {
	transform: scale(1.04);
}

.entry-card__title {
	margin: 0 0 0.26rem;
	font-size: clamp(1.25rem, 2.3vw, 1.62rem);
	line-height: 1.18;
}

.entry-card__meta {
	display: block;
	font-size: 0.84rem;
	color: var(--sun-muted);
	margin-bottom: 0.74rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-weight: 700;
}

.entry-card__title a {
	text-decoration: none;
	color: var(--sun-text);
}

.entry-card__title a:hover,
.entry-card__title a:focus-visible {
	color: var(--sun-accent);
}

.entry-card__excerpt p,
.entry-card__body p {
	margin: 0 0 0.9rem;
	color: #2a3341;
}

.entry-card__body > *:last-child,
.entry-card__excerpt > *:last-child {
	margin-bottom: 0;
}

.archive-header {
	background: var(--sun-paper-soft);
	border: 1px solid var(--sun-border);
	border-radius: 0.8rem;
	padding: 1rem;
	margin-bottom: 1rem;
}

.archive-description {
	color: var(--sun-muted);
}

.search-form {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.search-field,
.search-submit,
.player-btn {
	border: 1px solid var(--sun-border);
	border-radius: 0.42rem;
	padding: 0.5rem 0.72rem;
	font: inherit;
}

.search-field {
	background: #fff;
	min-width: 16rem;
}

.search-submit,
.player-btn {
	background: #fff;
	cursor: pointer;
	font-weight: 700;
}

.search-submit:hover,
.search-submit:focus-visible,
.player-btn:hover,
.player-btn:focus-visible {
	border-color: var(--sun-accent);
	color: var(--sun-accent);
}

.site-footer {
	background: #0d5ea7;
	color: #ffffff;
	font-size: 0.9rem;
	padding: 1rem 1rem 7.3rem;
	border-top: 0;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.2rem;
	max-width: var(--shell-max);
	margin: 0 auto;
}

.site-footer__col {
	color: #f0f5fb;
}

.site-footer__col p {
	margin: 0 0 0.55rem;
	line-height: 1.45;
}

.site-footer__col p:last-child {
	margin: 0;
}

.site-footer__col a {
	color: #d7ebff;
}

.site-footer__logo {
	display: block;
	width: min(210px, 100%);
	height: auto;
}

.site-footer__note {
	max-width: var(--shell-max);
	margin: 0.85rem auto 0;
	padding-top: 0.65rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: #d8e9fb;
}

.persistent-player {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 45;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1rem;
	border: 1px solid #245f98;
	border-radius: 0.85rem;
	background: linear-gradient(140deg, #0d2742, #123c61);
	box-shadow: 0 18px 38px rgba(6, 17, 28, 0.45);
	color: #eff7ff;
}

.persistent-player__meta {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 0.72rem;
}

.persistent-player__meta-copy {
	min-width: 0;
}

.persistent-player__artwork {
	display: block;
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	border-radius: 0.45rem;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.12);
}

.persistent-player__label {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9dc4e7;
	font-weight: 700;
}

.persistent-player__station {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 36ch;
	font-size: 1rem;
}

.persistent-player__track {
	margin-top: 0.18rem;
	font-size: 0.86rem;
	color: #dcecff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.persistent-player__artist,
.persistent-player__title {
	color: #ffffff;
}

.persistent-player__dash {
	color: #bbd7f2;
}

.persistent-player__status {
	font-style: italic;
	color: #bbd7f2;
}

.persistent-player__controls {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.persistent-player .player-btn {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.36);
	color: #fff;
}

.persistent-player .player-btn:hover,
.persistent-player .player-btn:focus-visible {
	background: #0a4c88;
	border-color: #9bcff5;
	color: #fff;
}

.player-volume input {
	width: 110px;
	accent-color: #8fd8ff;
}

.app-home {
	position: relative;
	padding: 0;
	overflow: hidden;
	border-radius: 1rem;
	background: radial-gradient(circle at 88% 2%, rgba(127, 175, 233, 0.36) 0, rgba(127, 175, 233, 0.36) 18%, transparent 18%),
		radial-gradient(circle at -8% 52%, rgba(103, 190, 220, 0.26) 0, rgba(103, 190, 220, 0.26) 28%, transparent 28%),
		linear-gradient(155deg, #122954 0%, #122954 30%, #0e2248 62%, #0b1a39 100%);
	color: #ecf3fb;
	box-shadow: 0 24px 45px rgba(9, 20, 38, 0.45);
	margin-top: 0.85rem;
	margin-bottom: 1rem;
}

.app-home__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 1.1rem 0.85rem;
	background: #2f63ae;
}

.app-home__brand {
	display: inline-flex;
	align-items: baseline;
	gap: 0.5rem;
}

.app-home__logo {
	font-size: clamp(1.35rem, 3.2vw, 2rem);
	font-weight: 900;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 1;
}

.app-home__badge {
	font-size: clamp(1.35rem, 3.2vw, 2rem);
	font-weight: 800;
	line-height: 1;
	opacity: 0.95;
}

.app-home__play {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: clamp(1rem, 2vw, 1.45rem);
	font-weight: 700;
	cursor: pointer;
}

.app-home__play i {
	display: inline-grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #fff;
	color: #2f63ae;
	font-style: normal;
	font-size: 1.18rem;
	font-weight: 800;
}

.app-home__player {
	display: grid;
	grid-template-columns: minmax(170px, 34%) minmax(0, 1fr);
	gap: 1rem;
	padding: 1.25rem 1.1rem 0.9rem;
}

.app-home__now-art {
	align-self: start;
}

.app-home__now-art img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 0.95rem;
	box-shadow: 0 14px 25px rgba(6, 13, 28, 0.35);
}

.app-home__now-art-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 0.95rem;
	background: rgba(255, 255, 255, 0.08);
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.app-home__now-content {
	min-width: 0;
}

.app-home__meta {
	margin: 0;
	color: #95cff8;
	font-size: 1.95rem;
	line-height: 1;
}

.app-home__track-title {
	margin: 0.25rem 0 0;
	font-family: "Roboto", sans-serif;
	font-size: clamp(1.55rem, 4.8vw, 3rem);
	line-height: 1.02;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.app-home__track-artist {
	margin: 0.15rem 0 0;
	font-size: clamp(1.15rem, 3.7vw, 2.2rem);
	font-weight: 500;
	text-transform: uppercase;
	color: #b9d2eb;
}

.app-home__show-line {
	margin: 0.78rem 0 0;
	font-size: 1.06rem;
	color: #d7e6f7;
}

.app-home__progress {
	position: relative;
	height: 0.5rem;
	border-radius: 999px;
	background: rgba(160, 180, 212, 0.36);
	overflow: hidden;
	margin-top: 0.7rem;
}

.app-home__progress-fill {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #4ba8f2, #76d6ff);
	border-radius: inherit;
}

.app-home__time-row {
	display: flex;
	justify-content: space-between;
	gap: 0.7rem;
	margin-top: 0.45rem;
	color: #b9cce4;
	font-size: 1rem;
}

.app-home__status {
	margin: 0.35rem 0 0;
	font-size: 0.9rem;
	color: #a0b8d5;
}

.app-home__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.7rem;
	padding: 0 1.1rem;
	margin-top: 0.2rem;
}

.app-home__section-head h2 {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: clamp(1.2rem, 2.4vw, 2.05rem);
	color: #dceaf7;
}

.app-home__slider-controls {
	display: inline-flex;
	gap: 0.42rem;
}

.app-home__slider-controls button {
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-radius: 0.35rem;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
}

.app-upcoming {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(220px, 280px);
	gap: 0.9rem;
	overflow-x: auto;
	padding: 0.82rem 1.1rem 0.52rem;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.app-upcoming__card {
	scroll-snap-align: start;
	background: #f4f6f9;
	border-radius: 1.05rem;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(6, 13, 28, 0.35);
}

.app-upcoming__image {
	position: relative;
	aspect-ratio: 1.35 / 1;
	background: #122a50;
}

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

.app-upcoming__image span {
	display: grid;
	place-items: center;
	height: 100%;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
}

.app-upcoming__live {
	position: absolute;
	top: 0.38rem;
	left: 0;
	background: #d52f24;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	padding: 0.22rem 0.65rem;
	border-top-right-radius: 0.55rem;
	border-bottom-right-radius: 0.55rem;
	letter-spacing: 0.03em;
}

.app-upcoming__body {
	padding: 0.9rem 0.86rem 1rem;
}

.app-upcoming__body h3 {
	margin: 0;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 1.95rem;
	line-height: 1.08;
}

.app-upcoming__body a {
	text-decoration: none;
	color: #1f2f44;
}

.app-upcoming__body p {
	margin: 0.45rem 0 0;
	color: #425776;
	font-size: 1rem;
	font-weight: 700;
}

.app-live-card {
	position: relative;
	margin: 0.92rem 1.1rem 0;
	background: #ecf0f5;
	border-radius: 0.95rem;
	padding: 0.95rem 1rem 1.08rem;
	color: #1d2b40;
}

.app-live-card__live {
	position: absolute;
	top: 0;
	left: 0;
	background: #d52f24;
	color: #fff;
	font-weight: 800;
	padding: 0.24rem 0.8rem;
	border-top-left-radius: 0.95rem;
	border-bottom-right-radius: 0.7rem;
	letter-spacing: 0.03em;
}

.app-live-card h3 {
	margin: 1.15rem 0 0;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(1.3rem, 2.4vw, 2.05rem);
	line-height: 1.1;
}

.app-live-card p {
	margin: 0.38rem 0 0;
	font-size: 1.1rem;
	font-weight: 700;
	color: #355174;
}

.app-live-card__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
	margin-top: 0.9rem;
}

.app-live-card__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.58rem 0.65rem;
	background: #122b52;
	border-radius: 0.62rem;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.95rem;
	text-align: center;
}

.app-home__bottom-nav {
	margin-top: 1rem;
	background: #2f63ae;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.app-home__bottom-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 0.3rem;
	color: #d9e9fb;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
}

.app-home__bottom-nav a.is-active {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
}

html.is-loading-page body {
	cursor: progress;
}

@media (max-width: 920px) {
	.hero {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.site-nav__menu {
		gap: 0.28rem;
	}

	.site-nav__menu a {
		font-size: 0.75rem;
		padding: 0.4rem 0.56rem;
	}

	.site-content {
		padding-bottom: 2rem;
	}

	body.radiosun-player-enabled .site-content {
		padding-bottom: 4.6rem;
	}

	.home-layout {
		max-width: 100%;
	}

	.home-news__title {
		font-size: 1.8rem;
	}

	.rs-front-widget__now {
		grid-template-columns: 1fr;
		gap: 0.8rem;
		padding: 0.82rem;
	}

	.rs-front-widget__now.has-artwork {
		grid-template-columns: 1fr;
	}

	.rs-front-widget__artwork-wrap {
		max-width: 132px;
		margin: 0 auto;
	}

	.rs-show-section__title {
		font-size: 1.12rem;
	}

	.rs-hero {
		min-height: 270px;
	}

	.rs-hero__content {
		padding: 0.72rem;
	}

	.rs-show-carousel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rs-show-details {
		grid-template-columns: 1fr;
		padding: 0.74rem;
	}

	.rs-show-details__media {
		max-width: 180px;
		min-height: 0;
	}

	.rs-show-details__media img {
		min-height: 0;
	}

	.rs-show-details__title {
		font-size: clamp(1.35rem, 6vw, 1.9rem);
	}

	.rs-week-schedule__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.app-home__top {
		flex-direction: column;
		align-items: flex-start;
	}

	.app-home__play {
		font-size: 1.02rem;
	}

	.app-home__player {
		grid-template-columns: 1fr;
	}

	.app-home__meta {
		font-size: 1.55rem;
	}

	.app-home__track-title {
		font-size: 2rem;
	}

	.app-home__track-artist {
		font-size: 1.55rem;
	}

	.app-upcoming {
		grid-auto-columns: minmax(190px, 76vw);
	}

	.app-live-card__actions {
		grid-template-columns: 1fr;
	}

	.app-home__bottom-nav a {
		font-size: 0.9rem;
	}

	.persistent-player {
		flex-direction: column;
		align-items: stretch;
	}

	.persistent-player__controls {
		justify-content: space-between;
	}

	.persistent-player__artwork {
		width: 46px;
		height: 46px;
	}

	.player-volume {
		flex: 1 1 auto;
	}

	.player-volume input {
		width: 100%;
	}

	.search-field {
		min-width: 0;
		width: 100%;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}
}

/* RadioSUN front modules (plugin shortcodes) */
.rs-front-widget {
	display: grid;
	gap: 1.6rem;
	background: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
}

.rs-now-playing {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	color: #ffffff;
	background: transparent;
}

.rs-now-playing.has-artwork {
	grid-template-columns: clamp(116px, 18vw, 170px) minmax(0, 1fr);
}

.rs-now-playing__art {
	display: none;
}

.rs-now-playing.has-artwork .rs-now-playing__art {
	display: block;
}

.rs-now-playing__art img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.32);
	box-shadow: 0 12px 28px rgba(7, 17, 34, 0.45);
	background: rgba(255, 255, 255, 0.14);
}

.rs-now-playing__meta {
	min-width: 0;
}

.rs-now-playing__eyebrow {
	margin: 0;
	font-size: 0.88rem;
	color: #9ac8f0;
}

.rs-now-playing__title {
	margin: 0.16rem 0 0;
	font-size: clamp(1.4rem, 3vw, 2.4rem);
	line-height: 1.05;
	color: #ffffff;
}

.rs-now-playing__artist {
	margin: 0.22rem 0 0;
	font-size: clamp(1.04rem, 2vw, 1.55rem);
	font-weight: 700;
	color: #d1e8ff;
}

.rs-now-playing__status {
	margin: 0.26rem 0 0;
	font-size: 0.9rem;
	color: #b7d7f4;
}

.rs-now-playing__live {
	margin-top: 0.66rem;
	padding-top: 0.54rem;
	border-top: 1px solid rgba(166, 205, 240, 0.34);
}

.rs-now-playing__live-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #f2f8ff;
}

.rs-now-playing__progress {
	margin-top: 0.38rem;
	height: 6px;
	width: 100%;
	border-radius: 999px;
	background: rgba(143, 191, 232, 0.32);
	overflow: hidden;
}

.rs-now-playing__progress span {
	display: block;
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, #2eaef3, #86d7ff);
}

.rs-now-playing__times {
	margin-top: 0.38rem;
	display: flex;
	justify-content: space-between;
	gap: 0.7rem;
	font-size: 0.84rem;
	color: #b9d8f4;
}

.rs-show-module {
	display: grid;
	gap: 0.95rem;
}

.rs-show-module__title,
.rs-schedule-module__title {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.12;
	color: #ffffff;
}

.rs-show-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(152px, 1fr));
	gap: 1rem;
}

.rs-show-module .rs-show-card {
	appearance: none;
	position: relative;
	display: grid;
	grid-template-rows: auto auto;
	border: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	overflow: visible;
	cursor: pointer;
	text-align: left;
	color: inherit;
	border-color: transparent;
	box-shadow: none;
	transition: transform 0.18s ease;
}

.rs-show-module .rs-show-card:hover,
.rs-show-module .rs-show-card:focus-visible {
	transform: translateY(-2px);
	border-color: transparent;
	box-shadow: none;
}

.rs-show-module .rs-show-card.is-active {
	border-color: transparent;
	box-shadow: none;
}

.rs-show-module .rs-show-card__badge {
	position: absolute;
	top: 0.44rem;
	left: 0.44rem;
	z-index: 2;
	display: inline-block;
	padding: 0.14rem 0.45rem;
	border-radius: 0.42rem;
	background: #d80011;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
}

.rs-show-module .rs-show-card__media {
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 0.9rem 0.9rem 0 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.12);
}

.rs-show-module .rs-show-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rs-show-module .rs-show-card__media.is-empty {
	display: grid;
	place-items: center;
}

.rs-show-module .rs-show-card__fallback {
	padding: 0 0.8rem;
	font-size: 0.9rem;
	text-align: center;
	color: #d4e9fb;
	font-weight: 700;
}

.rs-show-module .rs-show-card__info {
	display: grid;
	gap: 0.22rem;
	padding: 0.7rem 0.72rem 0.78rem;
	background: #ffffff;
	border-radius: 0 0 0.9rem 0.9rem;
	box-shadow: 0 10px 20px rgba(9, 22, 40, 0.22);
	min-height: 4.85rem;
}

.rs-show-module .rs-show-card__name {
	display: block;
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #1f3042;
}

.rs-show-module .rs-show-card__time {
	display: block;
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
	color: #526c8a;
}

.rs-show-module .rs-show-card.is-active .rs-show-card__info {
	outline: 2px solid #0f66b7;
	outline-offset: -2px;
}

.rs-show-details {
	display: grid;
	grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
	gap: 1rem;
	padding: 1rem;
	border-radius: 0.95rem;
	background: #ffffff;
	border: 1px solid #d4deea;
	color: #203245;
	box-shadow: 0 12px 26px rgba(8, 20, 35, 0.22);
}

.rs-show-details.has-no-media {
	grid-template-columns: 1fr;
}

.rs-show-details__media {
	border-radius: 0.75rem;
	overflow: hidden;
	background: #eef3f8;
	min-height: 130px;
}

.rs-show-details__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 130px;
	object-fit: cover;
}

.rs-show-details__media.is-empty {
	display: none;
}

.rs-show-details__eyebrow {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	color: #0f66b7;
	text-transform: uppercase;
}

.rs-show-details__title {
	margin: 0.3rem 0 0;
	font-size: clamp(1.38rem, 3vw, 2.05rem);
	line-height: 1.06;
	color: #1f2f44;
}

.rs-show-details__time {
	margin: 0.32rem 0 0;
	font-size: 1rem;
	font-weight: 700;
	color: #4b617b;
}

.rs-show-details__copy {
	margin-top: 0.54rem;
	color: #2f4259;
	font-size: 0.95rem;
}

.rs-show-details__copy p {
	margin: 0 0 0.6rem;
}

.rs-show-details__copy p:last-child {
	margin-bottom: 0;
}

.rs-show-details__link {
	margin-top: 0.75rem;
	display: inline-flex;
	align-items: center;
	padding: 0.56rem 0.9rem;
	border-radius: 0.68rem;
	background: #0f66b7;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.rs-show-details__link:hover,
.rs-show-details__link:focus-visible {
	background: #0a4f92;
}

.rs-schedule-module {
	display: grid;
	gap: 0.8rem;
}

.rs-schedule-module__days {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.rs-schedule-day-tab {
	border: 0;
	background: rgba(255, 255, 255, 0.12);
	color: #d2e5f8;
	font-weight: 700;
	padding: 0.46rem 0.78rem;
	border-radius: 0.7rem;
	cursor: pointer;
}

.rs-schedule-day-tab.is-active {
	background: #d80011;
	color: #ffffff;
}

.rs-schedule-panel {
	display: none;
}

.rs-schedule-panel.is-active {
	display: grid;
	gap: 0.62rem;
}

.rs-schedule-row {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 0.7rem;
	align-items: stretch;
}

.rs-schedule-row__time {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.72rem;
	background: #ffffff;
	font-size: 1.55rem;
	font-weight: 800;
	color: #d80011;
	box-shadow: 0 8px 18px rgba(8, 18, 31, 0.2);
}

.rs-schedule-row__card {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 0.78rem;
	align-items: stretch;
	padding: 0.5rem;
	border-radius: 0.86rem;
	background: #ffffff;
	box-shadow: 0 10px 22px rgba(8, 18, 31, 0.2);
}

.rs-schedule-row__card.has-no-media {
	grid-template-columns: 1fr;
}

.rs-schedule-row__media {
	border-radius: 0.64rem;
	overflow: hidden;
	background: #edf2f8;
}

.rs-schedule-row__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rs-schedule-row__media.is-empty {
	display: none;
}

.rs-schedule-row__content {
	min-width: 0;
	align-self: center;
}

.rs-schedule-row__content h4 {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.2;
}

.rs-schedule-row__content h4 a {
	color: #1f3042;
	text-decoration: none;
}

.rs-schedule-row__content h4 a:hover,
.rs-schedule-row__content h4 a:focus-visible {
	color: #0f66b7;
}

.rs-schedule-row__content p {
	margin: 0.22rem 0 0;
	color: #425d7a;
	font-size: 0.92rem;
}

.rs-schedule-row__content span {
	display: inline-block;
	margin-top: 0.24rem;
	font-weight: 700;
	color: #2f4763;
}

.rs-schedule-panel__empty {
	margin: 0;
	padding: 0.74rem 0.9rem;
	border-radius: 0.8rem;
	background: rgba(255, 255, 255, 0.14);
	color: #d4e7fa;
}

@media (max-width: 760px) {
	.rs-now-playing.has-artwork {
		grid-template-columns: 1fr;
	}

	.rs-now-playing__art {
		max-width: 154px;
	}

	.rs-show-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.72rem;
	}

	.rs-show-details {
		grid-template-columns: 1fr;
		padding: 0.82rem;
	}

	.rs-show-details__media {
		max-width: 180px;
		min-height: 0;
	}

	.rs-show-details__media img {
		min-height: 0;
	}

	.rs-schedule-row {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.rs-schedule-row__time {
		font-size: 1.2rem;
	}

	.rs-schedule-row__card {
		grid-template-columns: 66px minmax(0, 1fr);
		gap: 0.6rem;
		padding: 0.42rem;
	}

	.rs-schedule-row__content h4 {
		font-size: 0.94rem;
	}

	.rs-schedule-row__content p {
		font-size: 0.84rem;
	}
}
