:root {
	/*
	 * Official PitchFuse color system.
	 * Foundation: black, white, and PitchFuse cyan.
	 */
	--pf-cyan: #0cc0df;
	--pf-black: #000000;
	--pf-white: #ffffff;
	--pf-cyan-deep: #021a20;
	--pf-cyan-dark: #066f82;
	--pf-cyan-light: #c7f8ff;
	--pf-cyan-rgb: 12, 192, 223;
	--pf-cyan-deep-rgb: 2, 26, 32;
	--pf-cyan-dark-rgb: 6, 111, 130;
	--pf-cyan-light-rgb: 199, 248, 255;
	--pf-black-rgb: 0, 0, 0;
	--pf-white-rgb: 255, 255, 255;
	--pf-background: var(--pf-black);
	--pf-background-soft: #020303;
	--pf-surface: #07090a;
	--pf-surface-strong: #0d1012;
	--pf-surface-rgb: 7, 9, 10;
	--pf-surface-strong-rgb: 13, 16, 18;
	--pf-card-background: linear-gradient(145deg, rgba(var(--pf-white-rgb), 0.07), rgba(var(--pf-surface-strong-rgb), 0.94) 30%, rgba(var(--pf-black-rgb), 0.92) 74%, rgba(var(--pf-cyan-rgb), 0.028));
	--pf-primary-text: var(--pf-white);
	--pf-secondary-text: rgba(var(--pf-white-rgb), 0.72);
	--pf-text: var(--pf-primary-text);
	--pf-muted: var(--pf-secondary-text);
	--pf-muted-soft: rgba(var(--pf-white-rgb), 0.56);
	--pf-primary-accent: var(--pf-cyan);
	--pf-secondary-accent: var(--pf-cyan-light);
	--pf-gradient-start: rgba(var(--pf-cyan-rgb), 0.96);
	--pf-gradient-mid: rgba(var(--pf-cyan-dark-rgb), 0.9);
	--pf-gradient-end: rgba(var(--pf-cyan-light-rgb), 0.76);
	--pf-page-gradient: linear-gradient(135deg, var(--pf-black) 0%, var(--pf-background-soft) 42%, var(--pf-cyan-deep) 74%, var(--pf-black) 100%);
	--pf-cyan-radial: radial-gradient(circle, rgba(var(--pf-cyan-rgb), 0.16), rgba(var(--pf-cyan-dark-rgb), 0.08) 34%, transparent 72%);
	--pf-border: rgba(var(--pf-white-rgb), 0.14);
	--pf-border-strong: rgba(var(--pf-cyan-rgb), 0.38);
	--pf-border-subtle: rgba(var(--pf-white-rgb), 0.075);
	--pf-button-text: var(--pf-black);
	--pf-button-bg: var(--pf-cyan);
	--pf-button-bg-hover: var(--pf-cyan-dark);
	--pf-button-gradient: linear-gradient(135deg, var(--pf-white) 0%, var(--pf-cyan-light) 22%, var(--pf-button-bg) 64%, #0797b0 100%);
	--pf-button-gradient-hover: linear-gradient(135deg, var(--pf-white), var(--pf-cyan-light) 30%, var(--pf-button-bg) 72%, #07869d);
	--pf-secondary-button-bg: linear-gradient(135deg, rgba(var(--pf-white-rgb), 0.08), rgba(var(--pf-black-rgb), 0.94) 44%, rgba(var(--pf-cyan-dark-rgb), 0.1));
	--pf-subtle-fill: rgba(var(--pf-white-rgb), 0.06);
	--pf-cyan-fill: rgba(var(--pf-cyan-rgb), 0.085);
	--pf-nav-background: rgba(var(--pf-black-rgb), 0.82);
	--pf-track-fill: rgba(var(--pf-white-rgb), 0.14);
	--pf-glow: rgba(var(--pf-cyan-rgb), 0.2);
	--pf-glow-soft: rgba(var(--pf-cyan-rgb), 0.095);
	--pf-white-highlight: rgba(var(--pf-white-rgb), 0.16);
	--pf-shadow: 0 24px 80px rgba(var(--pf-black-rgb), 0.76);
	--pf-radius: 24px;
	--pf-radius-sm: 16px;
	--pf-max-width: 1180px;
	color-scheme: dark;
}

html[data-theme="light"] {
	--pf-black: #f3f5f7;
	--pf-white: #0b1b22;
	--pf-cyan-deep: #e3f1f3;
	--pf-cyan-dark: #087f94;
	--pf-cyan-light: #06677a;
	--pf-cyan-deep-rgb: 227, 241, 243;
	--pf-cyan-dark-rgb: 8, 127, 148;
	--pf-cyan-light-rgb: 6, 103, 122;
	--pf-black-rgb: 243, 245, 247;
	--pf-white-rgb: 11, 27, 34;
	--pf-background: #f3f5f7;
	--pf-background-soft: #e9eef1;
	--pf-surface: #ffffff;
	--pf-surface-strong: #eef3f5;
	--pf-surface-rgb: 255, 255, 255;
	--pf-surface-strong-rgb: 238, 243, 245;
	--pf-card-background: linear-gradient(145deg, #ffffff, #f8fafb);
	--pf-primary-text: #0b1b22;
	--pf-secondary-text: #52616a;
	--pf-text: var(--pf-primary-text);
	--pf-muted: var(--pf-secondary-text);
	--pf-muted-soft: #667680;
	--pf-primary-accent: #087f94;
	--pf-secondary-accent: #06677a;
	--pf-page-gradient: linear-gradient(135deg, #f5f7f8 0%, #edf1f3 52%, #f3f5f7 100%);
	--pf-border: #d1dbdf;
	--pf-border-strong: #9fb9c2;
	--pf-border-subtle: #dce4e7;
	--pf-button-text: #001216;
	--pf-button-gradient: linear-gradient(135deg, #ffffff 0%, #c7f8ff 24%, #0cc0df 68%, #0797b0 100%);
	--pf-button-gradient-hover: linear-gradient(135deg, #ffffff, #c7f8ff 30%, #0cc0df 72%, #07869d);
	--pf-secondary-button-bg: #ffffff;
	--pf-subtle-fill: rgba(11, 27, 34, 0.05);
	--pf-cyan-fill: rgba(8, 127, 148, 0.09);
	--pf-nav-background: rgba(255, 255, 255, 0.94);
	--pf-track-fill: rgba(11, 27, 34, 0.14);
	--pf-glow: rgba(8, 127, 148, 0.15);
	--pf-glow-soft: rgba(8, 127, 148, 0.07);
	--pf-white-highlight: rgba(255, 255, 255, 0.7);
	--pf-shadow: 0 16px 40px rgba(11, 27, 34, 0.1);
	color-scheme: light;
}

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

html {
	scroll-behavior: smooth;
}

body {
	min-width: 320px;
	margin: 0;
	background:
		radial-gradient(circle at 12% 4%, rgba(var(--pf-cyan-rgb), 0.11), rgba(var(--pf-white-rgb), 0.035) 18%, rgba(var(--pf-cyan-dark-rgb), 0.055) 30%, transparent 34rem),
		radial-gradient(circle at 82% 16%, rgba(var(--pf-white-rgb), 0.045), rgba(var(--pf-cyan-rgb), 0.052) 28%, transparent 30rem),
		var(--pf-page-gradient);
	background-size: 120% 120%, 130% 130%, 100% 100%;
	color: var(--pf-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	animation: pitchfuse-ambient 18s ease-in-out infinite alternate;
}

body::before {
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	content: "";
	background-image:
		linear-gradient(rgba(var(--pf-white-rgb), 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(var(--pf-white-rgb), 0.025) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, rgba(var(--pf-black-rgb), 0.72), transparent 78%);
}

a {
	color: inherit;
	text-decoration: none;
}

.site-shell {
	width: min(100% - 32px, var(--pf-max-width));
	margin: 0 auto;
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 20px;
	padding: 24px 0;
}

.header-controls {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 6px;
}

.appearance-toggle {
	display: inline-flex;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 7px 11px;
	border: 1px solid var(--pf-border);
	border-radius: 999px;
	background: var(--pf-nav-background);
	box-shadow: inset 0 1px 0 var(--pf-white-highlight);
	color: var(--pf-text);
	font: inherit;
	font-size: 0.78rem;
	font-weight: 850;
	cursor: pointer;
}

.appearance-toggle-icon {
	color: var(--pf-primary-accent);
	font-size: 1rem;
	line-height: 1;
}

.appearance-toggle:focus-visible {
	outline: 2px solid var(--pf-primary-accent);
	outline-offset: 3px;
}

.mobile-menu-toggle {
	display: inline-grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--pf-border);
	border-radius: 999px;
	background: var(--pf-nav-background);
	box-shadow: inset 0 1px 0 var(--pf-white-highlight);
	color: var(--pf-text);
	cursor: pointer;
}

.mobile-menu-toggle:focus-visible {
	outline: 2px solid var(--pf-primary-accent);
	outline-offset: 3px;
}

.mobile-menu-icon {
	display: grid;
	width: 20px;
	gap: 4px;
}

.mobile-menu-icon span {
	display: block;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 160ms ease, opacity 160ms ease;
}

.mobile-menu-toggle.is-open .mobile-menu-icon span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle.is-open .mobile-menu-icon span:nth-child(2) {
	opacity: 0;
}

.mobile-menu-toggle.is-open .mobile-menu-icon span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.mobile-site-nav {
	position: relative;
	z-index: 30;
	display: grid;
	gap: 4px;
	margin: 0 0 20px;
	padding: 8px;
	border: 1px solid var(--pf-border);
	border-radius: 18px;
	background: rgba(var(--pf-surface-strong-rgb), 0.98);
	box-shadow: 0 16px 38px rgba(var(--pf-black-rgb), 0.34), inset 0 1px 0 var(--pf-white-highlight);
}

.mobile-site-nav[hidden] {
	display: none;
}

.mobile-site-nav a {
	display: flex;
	min-height: 48px;
	align-items: center;
	padding: 10px 14px;
	border-radius: 12px;
	color: var(--pf-text);
	font-weight: 850;
}

.mobile-site-nav a:hover,
.mobile-site-nav a:focus-visible {
	background: rgba(var(--pf-cyan-rgb), 0.12);
	color: var(--pf-text);
}

.mobile-site-nav a:focus-visible {
	outline: 2px solid var(--pf-primary-accent);
	outline-offset: -2px;
}

html[data-theme="light"] .brand-app-icon {
	background: #000000;
}

html[data-theme="light"] .button-secondary {
	color: var(--pf-text);
}

html[data-theme="light"] .mobile-menu-toggle,
html[data-theme="light"] .mobile-site-nav {
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(11, 27, 34, 0.08);
}

.brand-mark {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	font-weight: 800;
	letter-spacing: 0;
}

.custom-logo-link,
.custom-logo {
	display: block;
	max-width: 220px;
	height: auto;
}

.brand-app-icon {
	position: relative;
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	overflow: hidden;
	place-items: center;
	border: 1px solid rgba(var(--pf-white-rgb), 0.16);
	border-radius: 12px;
	background: var(--pf-black);
	box-shadow: 0 14px 32px rgba(var(--pf-black-rgb), 0.56), 0 0 22px rgba(var(--pf-cyan-rgb), 0.16), inset 0 1px 0 rgba(var(--pf-white-rgb), 0.18);
}

.brand-app-icon-image {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px;
	object-fit: contain;
}

.brand-wordmark {
	color: var(--pf-text);
	font-size: clamp(1.05rem, 4vw, 1.28rem);
	font-weight: 950;
	line-height: 1;
	text-shadow: 0 0 18px rgba(var(--pf-cyan-rgb), 0.18);
	white-space: nowrap;
}

.site-nav {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 6px;
	border: 1px solid var(--pf-border);
	border-radius: 999px;
	background: var(--pf-nav-background);
	backdrop-filter: blur(18px);
}

.site-nav a {
	padding: 8px 14px;
	border-radius: 999px;
	color: var(--pf-muted);
	font-size: 0.9rem;
	font-weight: 700;
	transition: color 160ms ease, background 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
	background: rgba(var(--pf-cyan-rgb), 0.12);
	color: var(--pf-text);
}

.hero-section {
	position: relative;
	display: grid;
	gap: 28px;
	min-height: calc(100svh - 104px);
	padding: 46px 0 76px;
}

.app-hero {
	min-height: calc(100svh - 96px);
}

.hero-grid {
	position: absolute;
	inset: 0;
	z-index: -1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	opacity: 0.42;
	filter: blur(0.2px);
}

.hero-grid span {
	border: 1px solid var(--pf-border-subtle);
	border-radius: var(--pf-radius);
	background: linear-gradient(145deg, rgba(var(--pf-white-rgb), 0.055), rgba(var(--pf-black-rgb), 0.22) 52%, rgba(var(--pf-cyan-rgb), 0.022));
}

.hero-content {
	align-self: center;
	max-width: 720px;
	padding: 20px 0;
}

.eyebrow {
	margin: 0 0 14px;
	color: var(--pf-primary-accent);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.legacy-badge,
.live-pill {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	margin: 0 0 20px;
	padding: 8px 12px;
	border: 1px solid var(--pf-border-strong);
	border-radius: 999px;
	background:
		radial-gradient(circle at 16% 0%, rgba(var(--pf-white-rgb), 0.09), transparent 42%),
		linear-gradient(135deg, rgba(var(--pf-black-rgb), 0.92), rgba(var(--pf-surface-strong-rgb), 0.86) 58%, rgba(var(--pf-cyan-rgb), 0.08));
	box-shadow: 0 0 20px rgba(var(--pf-cyan-rgb), 0.09), inset 0 1px 0 rgba(var(--pf-white-rgb), 0.1);
	color: var(--pf-text);
	font-size: 0.8rem;
	font-weight: 800;
	overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
	letter-spacing: 0;
}

h1,
h2,
h3 {
	margin: 0;
	font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
	line-height: 1.04;
}

h1 {
	max-width: 880px;
	font-size: clamp(2.6rem, 12vw, 6.6rem);
	font-weight: 900;
	text-wrap: balance;
}

h2 {
	font-size: clamp(2rem, 8vw, 4rem);
	font-weight: 900;
	text-wrap: balance;
}

h3 {
	font-size: 1.22rem;
	font-weight: 850;
}

.hero-copy {
	max-width: min(100%, 600px);
	margin: 22px 0 0;
	color: var(--pf-muted);
	font-size: clamp(1rem, 2.8vw, 1.16rem);
	line-height: 1.58;
	text-wrap: pretty;
}

.app-hero h1 {
	font-size: clamp(3rem, 10vw, 6.2rem);
}

.app-hero .hero-copy {
	color: rgba(var(--pf-white-rgb), 0.8);
	font-size: clamp(1.06rem, 2.8vw, 1.24rem);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 20px;
	border-radius: 999px;
	font-weight: 900;
	line-height: 1.1;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-2px);
}

.button-primary {
	background: var(--pf-button-gradient);
	box-shadow: 0 14px 32px rgba(var(--pf-cyan-rgb), 0.18), 0 14px 34px rgba(var(--pf-black-rgb), 0.3), inset 0 1px 0 rgba(var(--pf-white-rgb), 0.58);
	color: var(--pf-button-text);
	text-shadow: none;
}

.button-primary:hover,
.button-primary:focus-visible {
	background: var(--pf-button-gradient-hover);
	box-shadow: 0 18px 42px rgba(var(--pf-cyan-rgb), 0.28), 0 14px 34px rgba(var(--pf-black-rgb), 0.34), inset 0 1px 0 rgba(var(--pf-white-rgb), 0.62);
}

.button-secondary {
	border: 1px solid var(--pf-border-strong);
	background: var(--pf-secondary-button-bg);
	color: rgba(var(--pf-white-rgb), 0.92);
}

.button-secondary:hover,
.button-secondary:focus-visible {
	border-color: var(--pf-border-strong);
	background: linear-gradient(135deg, rgba(var(--pf-white-rgb), 0.1), rgba(var(--pf-black-rgb), 0.84), rgba(var(--pf-cyan-rgb), 0.1));
	box-shadow: 0 0 24px rgba(var(--pf-cyan-rgb), 0.14), inset 0 1px 0 rgba(var(--pf-white-rgb), 0.14);
	color: var(--pf-text);
}

.app-showcase,
.app-phone,
.player-card,
.feature-card,
.creator-section,
.cta-section {
	border: 1px solid var(--pf-border);
	background: var(--pf-card-background);
	box-shadow: var(--pf-shadow), 0 0 44px rgba(var(--pf-cyan-rgb), 0.055);
	backdrop-filter: blur(20px);
}

.app-showcase {
	position: relative;
	display: grid;
	align-self: center;
	min-height: 520px;
	place-items: center;
	border-color: rgba(var(--pf-cyan-rgb), 0.2);
	border-radius: 34px;
	background:
		radial-gradient(circle at 50% 28%, rgba(var(--pf-cyan-rgb), 0.13), transparent 42%),
		linear-gradient(145deg, rgba(var(--pf-white-rgb), 0.055), rgba(var(--pf-black-rgb), 0.7) 52%, rgba(var(--pf-cyan-rgb), 0.05));
}

.app-showcase::before,
.app-showcase::after {
	position: absolute;
	inset: 10%;
	border-radius: 999px;
	content: "";
	pointer-events: none;
}

.app-showcase::before {
	background:
		radial-gradient(circle, rgba(var(--pf-white-rgb), 0.12), transparent 20%),
		radial-gradient(circle, rgba(var(--pf-cyan-rgb), 0.28), rgba(var(--pf-cyan-dark-rgb), 0.08) 44%, transparent 72%);
	filter: blur(18px);
	animation: pitchfuse-app-aura 8s ease-in-out infinite alternate;
}

.app-showcase::after {
	inset: 22% 5%;
	border: 1px solid rgba(var(--pf-white-rgb), 0.08);
	box-shadow: 0 0 90px rgba(var(--pf-cyan-rgb), 0.14);
	transform: rotate(-10deg);
}

.app-phone {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: min(100%, 340px);
	padding: 22px;
	border-radius: 38px;
	background:
		linear-gradient(180deg, rgba(var(--pf-white-rgb), 0.09), transparent 22%),
		linear-gradient(145deg, rgba(var(--pf-surface-strong-rgb), 0.95), rgba(var(--pf-black-rgb), 0.97));
	box-shadow: 0 32px 90px rgba(var(--pf-black-rgb), 0.66), 0 0 54px rgba(var(--pf-cyan-rgb), 0.16), inset 0 1px 0 rgba(var(--pf-white-rgb), 0.16);
}

.app-phone::before {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 78px;
	height: 5px;
	border-radius: 999px;
	content: "";
	background: rgba(var(--pf-white-rgb), 0.18);
	transform: translateX(-50%);
}

.app-preview-copy p {
	margin: 0 0 18px;
	color: rgba(var(--pf-white-rgb), 0.78);
	font-size: 0.96rem;
	font-weight: 750;
	text-align: center;
}

.player-card {
	position: relative;
	overflow: hidden;
	align-self: center;
	padding: 22px;
	border-radius: 30px;
}

.player-card::before {
	position: absolute;
	inset: -40% -30% auto auto;
	width: 220px;
	height: 220px;
	border-radius: 999px;
	content: "";
	background: var(--pf-cyan-radial);
}

.player-topline {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--pf-muted);
	font-size: 0.86rem;
	font-weight: 800;
}

.live-pill {
	margin: 0;
	padding: 6px 10px;
	color: var(--pf-text);
}

.app-artwork {
	position: relative;
	overflow: hidden;
	display: grid;
	width: min(72vw, 286px);
	aspect-ratio: 1;
	margin: 28px auto 26px;
	place-items: center;
	border-radius: 34px;
	background:
		radial-gradient(circle at 50% 50%, rgba(var(--pf-cyan-rgb), 0.14), transparent 34%),
		radial-gradient(circle at 35% 22%, rgba(var(--pf-white-rgb), 0.1), transparent 24%),
		linear-gradient(145deg, rgba(var(--pf-white-rgb), 0.05), rgba(var(--pf-black-rgb), 0.2) 38%, rgba(var(--pf-cyan-rgb), 0.035)),
		rgba(var(--pf-black-rgb), 0.18);
	box-shadow: inset 0 0 0 1px rgba(var(--pf-white-rgb), 0.06);
}

.app-artwork::before {
	position: absolute;
	inset: 7%;
	z-index: 0;
	border-radius: 999px;
	content: "";
	background:
		radial-gradient(circle at 50% 50%, rgba(var(--pf-white-rgb), 0.18), transparent 18%),
		radial-gradient(circle at 50% 50%, rgba(var(--pf-cyan-rgb), 0.34), rgba(var(--pf-cyan-dark-rgb), 0.12) 42%, transparent 70%);
	filter: blur(12px);
	animation: pitchfuse-app-aura 8s ease-in-out infinite alternate;
}

.app-artwork::after {
	position: absolute;
	inset: 17%;
	z-index: 2;
	border-radius: 28px;
	content: "";
	background: linear-gradient(115deg, transparent 18%, rgba(var(--pf-white-rgb), 0.18) 38%, rgba(var(--pf-cyan-rgb), 0.08) 46%, transparent 62%);
	mix-blend-mode: screen;
	pointer-events: none;
	animation: pitchfuse-app-shine 7s ease-in-out infinite alternate;
}

.app-artwork-icon {
	position: relative;
	z-index: 1;
	display: block;
	width: min(58vw, 176px);
	aspect-ratio: 1;
	border: 1px solid rgba(var(--pf-white-rgb), 0.13);
	border-radius: 32px;
	background: var(--pf-black);
	box-shadow: 0 20px 54px rgba(var(--pf-black-rgb), 0.5), 0 0 34px rgba(var(--pf-cyan-rgb), 0.18), inset 0 1px 0 rgba(var(--pf-white-rgb), 0.14);
	object-fit: contain;
}

.track-lines {
	display: grid;
	gap: 10px;
}

.track-lines span {
	display: block;
	height: 10px;
	border-radius: 999px;
	background: var(--pf-track-fill);
}

.track-lines span:nth-child(1) {
	width: 82%;
}

.track-lines span:nth-child(2) {
	width: 64%;
}

.track-lines span:nth-child(3) {
	width: 46%;
}

.equalizer {
	display: flex;
	align-items: end;
	gap: 7px;
	height: 54px;
	margin-top: 22px;
}

.equalizer span {
	width: 100%;
	border-radius: 999px 999px 6px 6px;
	background: linear-gradient(to top, var(--pf-primary-accent), var(--pf-secondary-accent));
	animation: pitchfuse-bars 980ms ease-in-out infinite alternate;
}

.equalizer span:nth-child(1) {
	height: 36%;
}

.equalizer span:nth-child(2) {
	height: 76%;
	animation-delay: 120ms;
}

.equalizer span:nth-child(3) {
	height: 52%;
	animation-delay: 220ms;
}

.equalizer span:nth-child(4) {
	height: 92%;
	animation-delay: 80ms;
}

.equalizer span:nth-child(5) {
	height: 46%;
	animation-delay: 300ms;
}

.content-section,
.creator-section,
.cta-section {
	margin-top: 44px;
}

.section-heading {
	max-width: 760px;
	margin-bottom: 24px;
}

.section-heading p {
	margin: 14px 0 0;
	color: var(--pf-muted);
	font-size: 1.08rem;
}

.section-heading-centered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.feature-grid {
	display: grid;
	gap: 16px;
}

.feature-card {
	position: relative;
	overflow: hidden;
	padding: 22px;
	border-radius: var(--pf-radius);
}

.feature-card::after {
	position: absolute;
	inset: auto -72px -92px auto;
	width: 190px;
	height: 190px;
	border-radius: 999px;
	content: "";
	background: radial-gradient(circle, rgba(var(--pf-cyan-rgb), 0.1), transparent 68%);
	pointer-events: none;
}

.feature-card > * {
	position: relative;
	z-index: 1;
}

.feature-card p {
	margin: 12px 0 0;
	color: var(--pf-muted);
}

.feature-card-quiet {
	background:
		linear-gradient(145deg, rgba(var(--pf-white-rgb), 0.045), rgba(var(--pf-black-rgb), 0.86) 58%, rgba(var(--pf-cyan-rgb), 0.02));
}

.feature-icon {
	display: inline-grid;
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
	place-items: center;
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(var(--pf-white-rgb), 0.07), rgba(var(--pf-cyan-rgb), 0.075));
}

.feature-icon::before {
	width: 24px;
	height: 24px;
	content: "";
	background: linear-gradient(135deg, var(--pf-primary-accent), var(--pf-secondary-accent));
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.feature-icon-radio::before {
	mask-image: radial-gradient(circle at 50% 50%, var(--pf-black) 0 26%, transparent 28%), linear-gradient(var(--pf-black) 0 0);
}

.feature-icon-chat::before {
	clip-path: polygon(8% 14%, 92% 14%, 92% 68%, 58% 68%, 43% 88%, 43% 68%, 8% 68%);
}

.feature-icon-pulse::before {
	clip-path: polygon(0 55%, 24% 55%, 34% 22%, 48% 78%, 60% 44%, 72% 55%, 100% 55%, 100% 70%, 64% 70%, 55% 62%, 47% 88%, 34% 48%, 28% 70%, 0 70%);
}

.feature-icon-play::before {
	clip-path: polygon(22% 12%, 86% 50%, 22% 88%);
}

.feature-icon-star::before {
	clip-path: polygon(50% 0, 62% 34%, 98% 35%, 70% 57%, 80% 94%, 50% 73%, 20% 94%, 30% 57%, 2% 35%, 38% 34%);
}

.feature-icon-bolt::before {
	clip-path: polygon(56% 0, 18% 56%, 45% 56%, 34% 100%, 82% 38%, 54% 38%);
}

.creator-section,
.cta-section {
	display: grid;
	gap: 22px;
	padding: 26px;
	border-radius: 30px;
}

.creator-section p,
.cta-section p {
	margin: 0;
	color: var(--pf-muted);
	font-size: 1.03rem;
}

.creator-section h2,
.cta-section h2 {
	margin-bottom: 14px;
	font-size: clamp(1.9rem, 6vw, 3.25rem);
}

.cta-section {
	overflow: hidden;
	position: relative;
	margin-bottom: 54px;
}

.station-owner-section {
	border-color: rgba(var(--pf-cyan-rgb), 0.24);
	background:
		linear-gradient(135deg, rgba(var(--pf-cyan-rgb), 0.08), transparent 30%),
		var(--pf-card-background);
}

.station-owner-section .button {
	justify-self: start;
	width: fit-content;
}

.download-section {
	border-color: rgba(var(--pf-cyan-rgb), 0.34);
	background:
		radial-gradient(circle at 86% 50%, rgba(var(--pf-cyan-rgb), 0.18), transparent 34%),
		linear-gradient(135deg, rgba(var(--pf-white-rgb), 0.08), rgba(var(--pf-black-rgb), 0.84) 48%, rgba(var(--pf-cyan-rgb), 0.08));
}

.stations-page {
	padding: 38px 0 0;
}

.stations-hero {
	position: relative;
	overflow: hidden;
	display: grid;
	min-height: 520px;
	padding: clamp(32px, 6vw, 68px);
	align-content: center;
	border: 1px solid rgba(var(--pf-cyan-rgb), 0.24);
	border-radius: 34px;
	background:
		radial-gradient(circle at 78% 22%, rgba(var(--pf-cyan-rgb), 0.18), transparent 34%),
		linear-gradient(145deg, rgba(var(--pf-white-rgb), 0.07), rgba(var(--pf-black-rgb), 0.86) 52%, rgba(var(--pf-cyan-rgb), 0.055));
	box-shadow: var(--pf-shadow), 0 0 58px rgba(var(--pf-cyan-rgb), 0.08);
}

.stations-hero::before {
	position: absolute;
	inset: auto -90px -140px auto;
	width: 340px;
	height: 340px;
	border-radius: 999px;
	content: "";
	background: radial-gradient(circle, rgba(var(--pf-white-rgb), 0.08), rgba(var(--pf-cyan-rgb), 0.13) 36%, transparent 68%);
	pointer-events: none;
}

.stations-hero > * {
	position: relative;
	z-index: 1;
}

.stations-hero h1 {
	font-size: clamp(3rem, 10vw, 6.4rem);
}

.stations-hero-copy,
.stations-app-note {
	max-width: 720px;
	margin: 20px 0 0;
	color: rgba(var(--pf-white-rgb), 0.8);
	font-size: clamp(1.05rem, 2.6vw, 1.22rem);
	line-height: 1.62;
}

.stations-app-note {
	max-width: 660px;
	margin-top: 12px;
	color: var(--pf-muted);
}

.stations-hero-actions {
	margin-top: 32px;
}

.stations-list-section {
	margin-top: 42px;
}

.station-web-player {
	position: sticky;
	top: 12px;
	z-index: 20;
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 22px 0 18px;
	padding: 12px 16px;
	border: 1px solid rgba(var(--pf-cyan-rgb), 0.28);
	border-radius: 8px;
	background: rgba(var(--pf-surface-strong-rgb), 0.94);
	box-shadow: 0 18px 46px rgba(var(--pf-black-rgb), 0.35), 0 0 28px rgba(var(--pf-cyan-rgb), 0.08), inset 0 1px 0 rgba(var(--pf-white-rgb), 0.08);
	backdrop-filter: blur(20px);
}

.station-web-player-artwork {
	overflow: hidden;
	display: grid;
	flex: 0 0 62px;
	width: 62px;
	height: 62px;
	place-items: center;
	border: 1px solid rgba(var(--pf-cyan-rgb), 0.35);
	border-radius: 8px;
	background: rgba(var(--pf-cyan-rgb), 0.12);
}

.station-web-player-logo {
	display: block;
	width: 92%;
	height: 92%;
	object-fit: contain;
}

.station-web-player-copy {
	min-width: 0;
	display: grid;
	flex: 1;
	gap: 3px;
}

.station-web-player-live {
	color: var(--pf-primary-accent);
	font-size: 0.68rem;
	font-weight: 950;
	text-transform: uppercase;
}

.station-web-player-name {
	overflow: hidden;
	color: var(--pf-text);
	font-size: 0.95rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.station-web-player-status {
	min-height: 1.2em;
	color: var(--pf-muted);
	font-size: 0.75rem;
}

.station-web-player-song,
.station-web-player-artist {
	overflow: hidden;
	color: var(--pf-text);
	font-size: 0.8rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.station-web-player-artist {
	color: var(--pf-muted);
}

.station-web-player-audio {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.station-web-player-control {
	display: grid;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(var(--pf-cyan-rgb), 0.35);
	border-radius: 999px;
	background: #0cc0df;
	box-shadow: 0 4px 10px rgba(var(--pf-cyan-rgb), 0.24);
	cursor: pointer;
}

.station-web-player-control:disabled {
	cursor: default;
	opacity: 0.52;
}

.station-web-player-control:focus-visible,
.station-schedule-toggle:focus-visible {
	outline: 2px solid var(--pf-text);
	outline-offset: 3px;
}

.station-player-icon {
	display: block;
	width: 26px;
	height: 26px;
	fill: #050505;
}

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

.station-listen-button {
	display: none;
}

.pitchfuse-js .station-listen-button {
	display: inline-flex;
}

.station-card.is-playing {
	border-color: rgba(var(--pf-cyan-rgb), 0.5);
	box-shadow: var(--pf-shadow), 0 0 38px rgba(var(--pf-cyan-rgb), 0.13);
}

.station-live-dj {
	display: grid;
	gap: 2px;
	padding: 9px 11px;
	border: 1px solid rgba(var(--pf-cyan-rgb), 0.34);
	border-radius: 12px;
	background: rgba(var(--pf-cyan-rgb), 0.085);
}

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

.station-live-dj span {
	color: var(--pf-primary-accent);
	font-size: 0.66rem;
	font-weight: 950;
	text-transform: uppercase;
}

.station-live-dj strong {
	overflow: hidden;
	color: var(--pf-text);
	font-size: 0.9rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stations-grid {
	display: grid;
	align-items: start;
	gap: 18px;
	margin-top: 22px;
}

.station-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-height: 0;
	padding: 18px;
	border: 1px solid var(--pf-border);
	border-radius: 24px;
	background:
		linear-gradient(145deg, rgba(var(--pf-white-rgb), 0.065), rgba(var(--pf-surface-strong-rgb), 0.94) 32%, rgba(var(--pf-black-rgb), 0.92) 76%, rgba(var(--pf-cyan-rgb), 0.035));
	box-shadow: var(--pf-shadow), 0 0 42px rgba(var(--pf-cyan-rgb), 0.055);
	backdrop-filter: blur(20px);
}

.station-card::after {
	position: absolute;
	inset: auto -120px -150px auto;
	width: 260px;
	height: 260px;
	border-radius: 999px;
	content: "";
	background: radial-gradient(circle, rgba(var(--pf-cyan-rgb), 0.105), transparent 70%);
	pointer-events: none;
}

.station-card > * {
	position: relative;
	z-index: 1;
}

.station-card-topline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.station-status,
.station-genre,
.station-schedule-label {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	padding: 6px 9px;
	border: 1px solid rgba(var(--pf-cyan-rgb), 0.34);
	border-radius: 999px;
	background: rgba(var(--pf-cyan-rgb), 0.085);
	color: var(--pf-text);
	font-size: 0.7rem;
	font-weight: 900;
	line-height: 1.1;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.station-genre {
	border-color: rgba(var(--pf-white-rgb), 0.13);
	background: rgba(var(--pf-white-rgb), 0.055);
	color: var(--pf-muted);
}

.station-artwork {
	overflow: hidden;
	display: grid;
	width: min(100%, 136px);
	aspect-ratio: 1;
	margin: 0 auto 2px;
	place-items: center;
	border: 1px solid rgba(var(--pf-white-rgb), 0.12);
	border-radius: 24px;
	background:
		radial-gradient(circle at 50% 42%, rgba(var(--pf-cyan-rgb), 0.18), transparent 38%),
		linear-gradient(145deg, rgba(var(--pf-white-rgb), 0.07), rgba(var(--pf-black-rgb), 0.62));
	box-shadow: inset 0 1px 0 rgba(var(--pf-white-rgb), 0.12), 0 16px 34px rgba(var(--pf-black-rgb), 0.38), 0 0 24px rgba(var(--pf-cyan-rgb), 0.09);
}

.station-artwork img {
	display: block;
	width: 82%;
	height: 82%;
	border-radius: 18px;
	object-fit: contain;
}

.station-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
}

.station-card-main {
	display: flex;
	min-height: 230px;
	flex-direction: column;
	gap: 12px;
}

.station-card h3 {
	font-size: clamp(1.22rem, 2.4vw, 1.55rem);
	line-height: 1.12;
}

.station-card p {
	margin: 0;
	color: var(--pf-muted);
}

.station-now-playing {
	display: grid;
	gap: 4px;
	margin-top: auto;
	padding: 12px;
	border: 1px solid rgba(var(--pf-white-rgb), 0.1);
	border-radius: 16px;
	background: rgba(var(--pf-black-rgb), 0.24);
}

.station-now-label,
.station-detail-label {
	color: var(--pf-primary-accent) !important;
	font-size: 0.68rem;
	font-weight: 950;
	letter-spacing: 0;
	text-transform: uppercase;
}

.station-current-song {
	color: var(--pf-text) !important;
	font-size: 1rem;
	font-weight: 900;
}

.station-current-artist {
	color: rgba(var(--pf-white-rgb), 0.7) !important;
	font-weight: 750;
}

.station-schedule {
	display: grid;
	gap: 8px;
	margin-top: 2px;
	padding: 12px;
	border: 1px solid rgba(var(--pf-white-rgb), 0.1);
	border-radius: 14px;
	background: rgba(var(--pf-black-rgb), 0.18);
}

.station-schedule[hidden],
.station-schedule-extra[hidden] {
	display: none;
}

.station-schedule-list,
.station-schedule-extra {
	display: grid;
	gap: 8px;
}

.station-schedule-item {
	display: grid;
	gap: 4px;
	padding: 10px 0 0;
	border-top: 1px solid rgba(var(--pf-white-rgb), 0.1);
	color: var(--pf-muted);
}

.station-schedule-item strong {
	color: var(--pf-text);
	font-size: 0.96rem;
}

.station-schedule-item span {
	color: rgba(var(--pf-white-rgb), 0.68);
	font-size: 0.86rem;
}

.station-schedule-label {
	padding: 5px 7px;
	font-size: 0.64rem;
}

.station-schedule-toggle {
	justify-self: start;
	padding: 4px 0;
	border: 0;
	background: transparent;
	color: var(--pf-primary-accent);
	font: inherit;
	font-size: 0.78rem;
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.station-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 2px;
}

.station-actions .button {
	flex: 1 1 132px;
	min-height: 42px;
	padding: 10px 14px;
	font-size: 0.86rem;
}

.station-actions .station-listen-button {
	width: 100%;
	min-height: 48px;
	flex: 1 0 100%;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}

body.station-chat-open {
	overflow: hidden;
}

.station-chat-layer {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	align-items: end;
	justify-items: center;
	padding: 24px 24px max(24px, env(safe-area-inset-bottom));
}

.station-chat-layer[hidden],
.station-chat-name-panel[hidden],
.station-chat-app[hidden],
.station-chat-reply[hidden],
.station-chat-mentions[hidden],
.station-chat-new-messages[hidden],
.station-chat-name-error[hidden] {
	display: none;
}

.station-chat-backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: rgba(var(--pf-black-rgb), 0.76);
	cursor: pointer;
}

.station-chat-dialog {
	position: relative;
	display: flex;
	width: min(100%, 860px);
	max-height: min(82vh, 820px);
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(var(--pf-cyan-rgb), 0.38);
	border-radius: 24px;
	background: var(--pf-surface-strong);
	box-shadow: 0 28px 100px rgba(var(--pf-black-rgb), 0.78), 0 0 42px rgba(var(--pf-cyan-rgb), 0.12);
}

.station-chat-handle {
	display: none;
	width: 56px;
	height: 5px;
	margin: 10px auto 0;
	border-radius: 999px;
	background: rgba(var(--pf-white-rgb), 0.28);
}

.station-chat-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--pf-border-subtle);
}

.station-chat-logo {
	display: block;
	width: 56px;
	height: 56px;
	padding: 3px;
	border: 1px solid rgba(var(--pf-cyan-rgb), 0.3);
	border-radius: 12px;
	background: rgba(var(--pf-black-rgb), 0.44);
	object-fit: contain;
}

.station-chat-heading {
	min-width: 0;
	flex: 1;
}

.station-chat-heading span {
	color: var(--pf-primary-accent);
	font-size: 0.7rem;
	font-weight: 900;
	text-transform: uppercase;
}

.station-chat-heading h2 {
	overflow: hidden;
	font-size: clamp(1.18rem, 3vw, 1.5rem);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.station-chat-close,
.station-chat-cancel-reply {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--pf-border);
	border-radius: 999px;
	background: rgba(var(--pf-white-rgb), 0.06);
	color: var(--pf-text);
	font-size: 1.7rem;
	cursor: pointer;
}

.station-chat-name-panel {
	overflow-y: auto;
	padding: clamp(24px, 6vw, 54px);
}

.station-chat-name-form {
	display: grid;
	max-width: 620px;
	gap: 12px;
	margin: 0 auto;
}

.station-chat-name-form label {
	color: var(--pf-text);
	font-size: 1.15rem;
	font-weight: 900;
}

.station-chat-name-form p {
	margin: 0;
	color: var(--pf-muted);
}

.station-chat-name-fields {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.station-chat-name-input,
.station-chat-message-input {
	width: 100%;
	border: 1px solid rgba(var(--pf-white-rgb), 0.18);
	border-radius: 12px;
	background: rgba(var(--pf-black-rgb), 0.54);
	color: var(--pf-text);
	font: inherit;
}

.station-chat-name-input {
	min-height: 48px;
	padding: 10px 12px;
}

.station-chat-name-error {
	color: #ffaaa2 !important;
	font-weight: 750;
}

html[data-theme="light"] .station-chat-backdrop {
	background: rgba(0, 0, 0, 0.56);
}

html[data-theme="light"] .station-chat-name-error,
html[data-theme="light"] .station-chat-status.is-error,
html[data-theme="light"] .station-chat-message-action.is-delete,
html[data-theme="light"] .station-chat-character-count.is-limit {
	color: #9f241a !important;
}

.station-chat-app {
	position: relative;
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
}

.station-chat-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 18px;
	border-bottom: 1px solid var(--pf-border-subtle);
}

.station-chat-toolbar p {
	margin: 0;
	color: var(--pf-muted);
	font-size: 0.86rem;
}

.station-chat-current-name {
	color: var(--pf-text);
}

.station-chat-change-name {
	min-height: 44px;
	padding: 6px 10px;
	border: 0;
	background: transparent;
	color: var(--pf-primary-accent);
	font: inherit;
	font-weight: 800;
	text-decoration: underline;
	cursor: pointer;
}

.station-chat-status {
	min-height: 28px;
	padding: 5px 18px;
	color: var(--pf-muted);
	font-size: 0.78rem;
}

.station-chat-status.is-error {
	color: #ffaaa2;
}

.station-chat-messages {
	display: flex;
	min-height: 260px;
	overflow-y: auto;
	overscroll-behavior: contain;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 14px 18px 18px;
	scrollbar-color: rgba(var(--pf-cyan-rgb), 0.45) rgba(var(--pf-white-rgb), 0.05);
}

.station-chat-empty {
	margin: auto;
	padding: 28px;
	color: var(--pf-muted);
	text-align: center;
}

.station-chat-message {
	display: grid;
	max-width: min(86%, 620px);
	gap: 5px;
	padding: 12px 14px;
	border: 1px solid rgba(var(--pf-white-rgb), 0.1);
	border-radius: 16px 16px 16px 5px;
	background: rgba(var(--pf-white-rgb), 0.055);
}

.station-chat-message.is-own {
	align-self: start;
	border-color: rgba(var(--pf-cyan-rgb), 0.28);
	border-radius: 16px 16px 16px 5px;
	background: rgba(var(--pf-cyan-rgb), 0.09);
}

.station-chat-message-meta,
.station-chat-message-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.station-chat-message-author {
	color: var(--pf-text);
	font-size: 0.9rem;
	font-weight: 900;
}

.station-chat-message-time {
	color: var(--pf-muted-soft);
	font-size: 0.72rem;
}

.station-chat-message-text {
	margin: 0;
	color: var(--pf-text) !important;
	overflow-wrap: anywhere;
	white-space: pre-wrap;
}

.station-chat-reply-preview {
	padding: 8px 10px;
	border-left: 3px solid var(--pf-primary-accent);
	border-radius: 7px;
	background: rgba(var(--pf-black-rgb), 0.28);
	color: var(--pf-muted);
	font-size: 0.78rem;
}

.station-chat-reply-preview strong {
	display: block;
	color: var(--pf-text);
}

.station-chat-media {
	display: block;
	width: min(100%, 340px);
	max-height: 280px;
	border-radius: 10px;
	background: rgba(var(--pf-black-rgb), 0.4);
	object-fit: contain;
}

.station-chat-media-fallback {
	color: var(--pf-muted);
	font-size: 0.8rem;
}

.station-chat-message-action {
	min-height: 44px;
	padding: 5px 3px;
	border: 0;
	background: transparent;
	color: var(--pf-primary-accent);
	font: inherit;
	font-size: 0.76rem;
	font-weight: 800;
	cursor: pointer;
}

.station-chat-message-action.is-delete {
	color: #ffaaa2;
}

.station-chat-new-messages {
	position: absolute;
	right: 24px;
	bottom: 142px;
	z-index: 2;
	min-height: 44px;
	padding: 8px 14px;
	border: 1px solid rgba(var(--pf-cyan-rgb), 0.42);
	border-radius: 999px;
	background: var(--pf-cyan-deep);
	color: var(--pf-text);
	font: inherit;
	font-weight: 850;
	cursor: pointer;
}

.station-chat-reply {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 18px;
	border-top: 1px solid var(--pf-border-subtle);
	background: rgba(var(--pf-cyan-rgb), 0.05);
}

.station-chat-reply p {
	max-width: 620px;
	overflow: hidden;
	margin: 2px 0 0;
	color: var(--pf-muted);
	font-size: 0.78rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.station-chat-cancel-reply {
	width: 44px;
	height: 44px;
	flex-basis: 44px;
	font-size: 1.35rem;
}

.station-chat-mentions {
	display: flex;
	overflow-x: auto;
	gap: 8px;
	padding: 8px 18px;
	border-top: 1px solid var(--pf-border-subtle);
}

.station-chat-mention-option {
	min-height: 44px;
	padding: 7px 11px;
	border: 1px solid var(--pf-border);
	border-radius: 999px;
	background: rgba(var(--pf-white-rgb), 0.055);
	color: var(--pf-text);
	font: inherit;
	cursor: pointer;
}

.station-chat-composer {
	display: grid;
	gap: 8px;
	padding: 10px 18px max(12px, env(safe-area-inset-bottom));
	border-top: 1px solid var(--pf-border);
	background: var(--pf-surface-strong);
	transform: translateY(calc(-1 * var(--pf-chat-keyboard-offset, 0px)));
}

.station-chat-message-input {
	min-height: 64px;
	max-height: 142px;
	padding: 10px 12px;
	resize: vertical;
}

.station-chat-compose-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.station-chat-character-count {
	color: var(--pf-muted);
	font-size: 0.76rem;
}

.station-chat-character-count.is-limit {
	color: #ffaaa2;
	font-weight: 800;
}

.station-chat-send {
	min-width: 112px;
	min-height: 48px;
}

.station-chat-send:disabled {
	cursor: default;
	opacity: 0.52;
}

.station-chat-close:focus-visible,
.station-chat-cancel-reply:focus-visible,
.station-chat-change-name:focus-visible,
.station-chat-message-action:focus-visible,
.station-chat-new-messages:focus-visible,
.station-chat-mention-option:focus-visible,
.station-chat-name-input:focus-visible,
.station-chat-message-input:focus-visible {
	outline: 2px solid var(--pf-text);
	outline-offset: 3px;
}

.stations-download-section {
	margin-top: 54px;
}

.cta-section::after {
	position: absolute;
	right: -120px;
	bottom: -140px;
	width: 300px;
	height: 300px;
	border-radius: 999px;
	content: "";
	background: radial-gradient(circle, rgba(var(--pf-white-rgb), 0.07), rgba(var(--pf-cyan-rgb), 0.09) 32%, transparent 68%);
	pointer-events: none;
}

.cta-section > * {
	position: relative;
	z-index: 1;
}

.site-footer {
	display: grid;
	gap: 6px;
	padding: 34px 0 44px;
	border-top: 1px solid var(--pf-border);
	color: var(--pf-muted);
	font-size: 0.95rem;
}

.site-footer p {
	margin: 0;
}

.footer-brand {
	color: var(--pf-text);
	font-weight: 900;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

.footer-links a {
	color: var(--pf-muted);
	font-weight: 750;
	text-decoration: underline;
	text-decoration-color: rgba(var(--pf-white-rgb), 0.22);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
	transition: color 160ms ease, text-decoration-color 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
	color: var(--pf-primary-accent);
	text-decoration-color: rgba(var(--pf-cyan-rgb), 0.7);
}

.default-page {
	padding: 46px 0 72px;
}

.page-article {
	position: relative;
	width: min(100%, 920px);
	margin: 0 auto;
}

.page-article::before {
	position: absolute;
	inset: 52px auto auto 50%;
	z-index: -1;
	width: min(560px, 74vw);
	height: 220px;
	border-radius: 999px;
	content: "";
	background: radial-gradient(circle, rgba(var(--pf-cyan-rgb), 0.16), rgba(var(--pf-cyan-rgb), 0.055) 42%, transparent 72%);
	filter: blur(10px);
	transform: translateX(-50%);
}

.page-hero {
	margin-bottom: 28px;
	text-align: center;
}

.page-title {
	max-width: 840px;
	margin: 0 auto;
	font-size: clamp(2.55rem, 8vw, 5rem);
	text-wrap: balance;
}

.page-hero::after {
	display: block;
	width: 92px;
	height: 3px;
	margin: 24px auto 0;
	border-radius: 999px;
	content: "";
	background: linear-gradient(90deg, transparent, var(--pf-primary-accent), transparent);
	box-shadow: 0 0 22px rgba(var(--pf-cyan-rgb), 0.34);
}

.page-content {
	overflow: hidden;
	padding: clamp(24px, 5vw, 48px);
	border: 1px solid var(--pf-border);
	border-radius: var(--pf-radius);
	background:
		linear-gradient(180deg, rgba(var(--pf-white-rgb), 0.065), rgba(var(--pf-white-rgb), 0.025) 22%, rgba(var(--pf-black-rgb), 0.18)),
		var(--pf-card-background);
	box-shadow: var(--pf-shadow), 0 0 48px rgba(var(--pf-cyan-rgb), 0.07), inset 0 1px 0 rgba(var(--pf-white-rgb), 0.1);
	backdrop-filter: blur(20px);
	color: rgba(var(--pf-white-rgb), 0.84);
	font-size: clamp(1rem, 1.8vw, 1.08rem);
	line-height: 1.78;
}

.page-content > *:first-child {
	margin-top: 0;
}

.page-content > *:last-child {
	margin-bottom: 0;
}

.page-content h1,
.page-content h2,
.page-content h3 {
	max-width: 760px;
	margin: 2.2em 0 0.72em;
	color: var(--pf-text);
	line-height: 1.16;
	text-wrap: balance;
}

.page-content h1 {
	font-size: clamp(2rem, 5vw, 3rem);
}

.page-content h2 {
	font-size: clamp(1.55rem, 4vw, 2.2rem);
}

.page-content h3 {
	font-size: clamp(1.22rem, 3vw, 1.5rem);
}

.page-content p,
.page-content ul,
.page-content ol {
	margin: 0 0 1.18em;
}

.page-content p,
.page-content li {
	color: rgba(var(--pf-white-rgb), 0.78);
}

.page-content ul,
.page-content ol {
	padding-left: 1.35em;
}

.page-content li + li {
	margin-top: 0.48em;
}

.page-content strong,
.page-content b {
	color: var(--pf-text);
	font-weight: 850;
}

.page-content a {
	color: var(--pf-primary-accent);
	font-weight: 750;
	text-decoration: underline;
	text-decoration-color: rgba(var(--pf-cyan-rgb), 0.45);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
	transition: color 160ms ease, text-decoration-color 160ms ease;
}

.page-content a:hover,
.page-content a:focus-visible {
	color: var(--pf-cyan-light);
	text-decoration-color: currentColor;
}

.page-content blockquote {
	margin: 1.7em 0;
	padding: 0.2em 0 0.2em 1.1em;
	border-left: 3px solid var(--pf-primary-accent);
	color: rgba(var(--pf-white-rgb), 0.82);
}

.page-content hr {
	height: 1px;
	margin: 2em 0;
	border: 0;
	background: linear-gradient(90deg, transparent, var(--pf-border-strong), transparent);
}

.page-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2rem;
	color: var(--pf-muted);
	font-weight: 800;
}

/* Light mode uses a neutral editorial surface while preserving the dark player identity. */
html[data-theme="light"] body {
	background:
		radial-gradient(circle at 12% 2%, rgba(var(--pf-cyan-rgb), 0.055), transparent 30rem),
		var(--pf-page-gradient);
	background-size: 100% 100%;
	animation: none;
}

html[data-theme="light"] body::before {
	background-image:
		linear-gradient(rgba(11, 27, 34, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(11, 27, 34, 0.02) 1px, transparent 1px);
	opacity: 0.55;
}

html[data-theme="light"] .site-header {
	margin-top: 12px;
	padding: 12px 16px;
	border: 1px solid var(--pf-border);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 24px rgba(11, 27, 34, 0.07);
}

html[data-theme="light"] .site-nav,
html[data-theme="light"] .appearance-toggle {
	background: #ffffff;
	box-shadow: 0 3px 12px rgba(11, 27, 34, 0.06);
}

html[data-theme="light"] .brand-wordmark {
	text-shadow: none;
}

html[data-theme="light"] .hero-grid {
	opacity: 0.6;
}

html[data-theme="light"] .hero-grid span {
	background: rgba(255, 255, 255, 0.48);
}

html[data-theme="light"] .legacy-badge,
html[data-theme="light"] .live-pill {
	border-color: #b7cbd1;
	background: #ffffff;
	box-shadow: 0 4px 14px rgba(11, 27, 34, 0.06);
}

html[data-theme="light"] .button-primary {
	box-shadow: 0 8px 20px rgba(8, 127, 148, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

html[data-theme="light"] .button-primary:hover,
html[data-theme="light"] .button-primary:focus-visible {
	box-shadow: 0 10px 24px rgba(8, 127, 148, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

html[data-theme="light"] .button-secondary {
	border-color: #9fb9c2;
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(11, 27, 34, 0.055);
	color: var(--pf-text);
}

html[data-theme="light"] .button-secondary:hover,
html[data-theme="light"] .button-secondary:focus-visible {
	border-color: var(--pf-primary-accent);
	background: #eef9fb;
	box-shadow: 0 6px 16px rgba(8, 127, 148, 0.12);
}

html[data-theme="light"] .feature-card,
html[data-theme="light"] .creator-section,
html[data-theme="light"] .cta-section,
html[data-theme="light"] .page-content {
	border-color: var(--pf-border);
	background: #ffffff;
	box-shadow: var(--pf-shadow);
}

html[data-theme="light"] .feature-card-quiet,
html[data-theme="light"] .station-owner-section,
html[data-theme="light"] .download-section {
	background: linear-gradient(145deg, #ffffff, #f6f9fa);
}

html[data-theme="light"] .feature-card::after,
html[data-theme="light"] .cta-section::after {
	opacity: 0.38;
}

html[data-theme="light"] .feature-icon {
	border: 1px solid #d5e2e6;
	background: #eef6f7;
}

html[data-theme="light"] .stations-hero {
	border-color: #c4d4d9;
	background:
		radial-gradient(circle at 82% 18%, rgba(var(--pf-cyan-rgb), 0.07), transparent 28%),
		linear-gradient(145deg, #ffffff, #f7f9fa);
	box-shadow: 0 20px 50px rgba(11, 27, 34, 0.11);
}

html[data-theme="light"] .stations-hero::before {
	opacity: 0.32;
}

html[data-theme="light"] .stations-hero-copy,
html[data-theme="light"] .app-hero .hero-copy {
	color: #34464e;
}

html[data-theme="light"] .station-web-player {
	border-color: rgba(var(--pf-cyan-rgb), 0.42);
	background: rgba(9, 22, 28, 0.97);
	box-shadow: 0 16px 38px rgba(11, 27, 34, 0.25), 0 0 24px rgba(var(--pf-cyan-rgb), 0.08);
}

html[data-theme="light"] .station-web-player-artwork {
	background: rgba(var(--pf-cyan-rgb), 0.1);
}

html[data-theme="light"] .station-web-player-name,
html[data-theme="light"] .station-web-player-song {
	color: #ffffff;
}

html[data-theme="light"] .station-web-player-status,
html[data-theme="light"] .station-web-player-artist {
	color: rgba(255, 255, 255, 0.68);
}

html[data-theme="light"] .station-web-player-live {
	color: #0cc0df;
}

html[data-theme="light"] .station-card {
	border-color: #cdd9dd;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(11, 27, 34, 0.095);
}

html[data-theme="light"] .station-card::after {
	opacity: 0.3;
}

html[data-theme="light"] .station-card.is-playing {
	border-color: rgba(8, 127, 148, 0.55);
	box-shadow: 0 16px 38px rgba(11, 27, 34, 0.11), 0 0 0 2px rgba(12, 192, 223, 0.08);
}

html[data-theme="light"] .station-artwork {
	border-color: #d2dfe3;
	background:
		radial-gradient(circle at 50% 42%, rgba(var(--pf-cyan-rgb), 0.1), transparent 40%),
		#f3f7f8;
	box-shadow: inset 0 1px 0 #ffffff, 0 10px 24px rgba(11, 27, 34, 0.1);
}

html[data-theme="light"] .station-status,
html[data-theme="light"] .station-schedule-label {
	border-color: rgba(8, 127, 148, 0.3);
	background: rgba(8, 127, 148, 0.08);
}

html[data-theme="light"] .station-genre {
	border-color: #d4dee2;
	background: #f2f5f6;
}

html[data-theme="light"] .station-now-playing,
html[data-theme="light"] .station-schedule {
	border-color: #d8e1e4;
	background: #f5f7f8;
}

html[data-theme="light"] .station-current-artist,
html[data-theme="light"] .station-schedule-item span {
	color: var(--pf-muted) !important;
}

html[data-theme="light"] .station-schedule-item {
	border-top-color: #d8e1e4;
}

html[data-theme="light"] .station-chat-dialog {
	border-color: #adc7cf;
	background: #eef3f5;
	box-shadow: 0 28px 90px rgba(11, 27, 34, 0.25);
}

html[data-theme="light"] .station-chat-header,
html[data-theme="light"] .station-chat-toolbar,
html[data-theme="light"] .station-chat-composer {
	background: #ffffff;
}

html[data-theme="light"] .station-chat-logo {
	background: #edf3f5;
}

html[data-theme="light"] .station-chat-messages,
html[data-theme="light"] .station-chat-name-panel {
	background: #f3f5f7;
}

html[data-theme="light"] .station-chat-message {
	border-color: #d3dde1;
	background: #ffffff;
	box-shadow: 0 3px 10px rgba(11, 27, 34, 0.045);
}

html[data-theme="light"] .station-chat-message.is-own {
	border-color: rgba(8, 127, 148, 0.28);
	background: #eaf7f9;
}

html[data-theme="light"] .station-chat-name-input,
html[data-theme="light"] .station-chat-message-input {
	border-color: #b9cbd1;
	background: #ffffff;
}

html[data-theme="light"] .station-chat-reply-preview,
html[data-theme="light"] .station-chat-reply,
html[data-theme="light"] .station-chat-mentions {
	background: #e9eff1;
}

html[data-theme="light"] .station-chat-close,
html[data-theme="light"] .station-chat-cancel-reply,
html[data-theme="light"] .station-chat-mention-option {
	background: #ffffff;
}

html[data-theme="light"] .station-chat-name-input::placeholder,
html[data-theme="light"] .station-chat-message-input::placeholder {
	color: #6b7980;
	opacity: 1;
}

html[data-theme="light"] .station-chat-name-input:focus,
html[data-theme="light"] .station-chat-message-input:focus {
	border-color: var(--pf-primary-accent);
	box-shadow: 0 0 0 3px rgba(8, 127, 148, 0.12);
}

html[data-theme="light"] .page-content,
html[data-theme="light"] .page-content p,
html[data-theme="light"] .page-content li,
html[data-theme="light"] .page-content blockquote {
	color: var(--pf-muted);
}

html[data-theme="light"] .site-footer {
	margin-top: 24px;
	padding: 24px 16px;
	border: 1px solid var(--pf-border);
	border-radius: 18px 18px 0 0;
	background: rgba(255, 255, 255, 0.74);
}

@keyframes pitchfuse-ambient {
	0% {
		background-position: 0% 0%, 100% 0%, 50% 50%;
	}

	100% {
		background-position: 18% 10%, 82% 22%, 50% 50%;
	}
}

@keyframes pitchfuse-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes pitchfuse-app-aura {
	0% {
		opacity: 0.58;
		transform: scale(0.94) translate3d(-2%, -1%, 0);
	}

	100% {
		opacity: 0.9;
		transform: scale(1.04) translate3d(2%, 1%, 0);
	}
}

@keyframes pitchfuse-app-shine {
	0% {
		opacity: 0.18;
		transform: translateX(-18%) rotate(-4deg);
	}

	100% {
		opacity: 0.62;
		transform: translateX(18%) rotate(4deg);
	}
}

@keyframes pitchfuse-bars {
	to {
		transform: scaleY(0.48);
	}
}

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

@media (max-width: 420px) {
	.brand-mark {
		gap: 8px;
	}

	.brand-app-icon {
		width: 40px;
		height: 40px;
		border-radius: 11px;
	}

	.brand-wordmark {
		font-size: 1.02rem;
	}

	.app-showcase {
		min-height: 430px;
		border-radius: 24px;
	}

	.app-phone {
		padding: 18px;
		border-radius: 30px;
	}

	.default-page {
		padding-top: 28px;
	}

	.page-content {
		border-radius: 18px;
	}

	.stations-page {
		padding-top: 24px;
	}

	.stations-hero,
	.station-card {
		border-radius: 24px;
	}

	.station-actions .button {
		width: 100%;
	}
}

@media (max-width: 359px) {
	.site-header {
		gap: 8px;
	}

	html[data-theme="light"] .site-header {
		padding-right: 10px;
		padding-left: 10px;
	}

	.header-controls {
		gap: 4px;
	}

	.appearance-toggle {
		padding-right: 7px;
		padding-left: 7px;
	}

	.appearance-toggle-label {
		display: none;
	}
}

@media (min-width: 680px) {
	.site-shell {
		width: min(100% - 56px, var(--pf-max-width));
	}

	.site-nav {
		display: inline-flex;
	}

	.mobile-menu-toggle,
	.mobile-site-nav {
		display: none !important;
	}

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

	.stations-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
	}

	.station-card {
		height: 100%;
	}

	.station-schedule:not([hidden]) {
		align-content: start;
		flex: 1;
	}

	.creator-section,
	.cta-section {
		padding: 34px;
	}
}

@media (max-width: 679px) {
	.station-chat-layer {
		padding: max(8px, env(safe-area-inset-top)) 0 0;
	}

	.station-chat-dialog {
		width: 100%;
		max-height: calc(100dvh - max(8px, env(safe-area-inset-top)));
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 22px 22px 0 0;
	}

	.station-chat-handle {
		display: block;
	}

	.station-chat-header {
		padding: 10px 12px;
	}

	.station-chat-logo {
		width: 48px;
		height: 48px;
	}

	.station-chat-name-fields {
		flex-direction: column;
	}

	.station-chat-toolbar,
	.station-chat-status,
	.station-chat-messages,
	.station-chat-reply,
	.station-chat-mentions,
	.station-chat-composer {
		padding-right: 12px;
		padding-left: 12px;
	}

	.station-chat-message {
		max-width: 94%;
	}

	.station-card-main {
		min-height: 0;
	}

	.station-now-playing {
		margin-top: 0;
	}

	.station-web-player {
		position: static;
		top: calc(var(--pf-mobile-player-offset, 0px) + max(8px, env(safe-area-inset-top)));
		max-width: 100%;
		gap: 8px;
		padding: 8px 10px;
		border-radius: 10px;
		box-shadow: 0 10px 28px rgba(var(--pf-black-rgb), 0.38), 0 0 20px rgba(var(--pf-cyan-rgb), 0.08);
	}

	.station-web-player-placeholder {
		height: 0;
	}

	.station-web-player.is-mobile-fixed {
		position: fixed;
		left: var(--pf-mobile-player-left, 16px);
		width: var(--pf-mobile-player-width, calc(100% - 32px));
		margin: 0;
	}

	.station-web-player-name {
		font-size: 0.82rem;
		line-height: 1.2;
		white-space: nowrap;
	}

	.station-web-player-artwork {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
	}

	.station-web-player-copy {
		gap: 1px;
	}

	.station-web-player-live,
	.station-web-player-status {
		display: none;
	}

	.station-web-player-song,
	.station-web-player-artist {
		font-size: 0.72rem;
		line-height: 1.25;
	}

	.station-web-player-control {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
	}

	.station-web-player[data-player-state="playing"] {
		border-color: rgba(var(--pf-cyan-rgb), 0.58);
	}
}

@media (prefers-reduced-motion: reduce) {
	.station-chat-dialog,
	.station-chat-composer {
		scroll-behavior: auto;
		transition: none;
	}
}

@media (min-width: 980px) {
	.hero-section {
		grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
		align-items: center;
		gap: 52px;
		padding-top: 28px;
	}

	.feature-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

	.creator-section,
	.cta-section {
		grid-template-columns: 1.1fr 0.9fr;
		align-items: center;
	}

	.station-owner-section {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
	}

	.station-owner-section .button {
		grid-column: 2;
	}

	.cta-section {
		grid-template-columns: 1fr auto;
	}

	.cta-section .button {
		justify-self: end;
	}
}
