:root {
	color-scheme: light;
}

img {
	max-width: 100%;
	height: auto;
}

.card a.stretched-link::after {
	position: absolute;
	inset: 0;
	content: '';
}

.radddio-badge {
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	border-radius: 6px;
}

.radddio-badge:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transform: translateY(-1px);
}

.station-favicon-placeholder {
	width: 48px;
	height: 48px;
}

.welcome-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	filter: blur(100px);
}

.welcome-container {
	font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
	height: 100%;
}

.welcome-main {
	height: 100%;
	display: flex;
	justify-content: center;
}

.welcome-hero {
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center;
	padding: 16px;
}

.welcome-container h1 {
	font-size: 22px;
	margin-top: 0.25em;
}

.welcome-links {
	display: flex;
	gap: 16px;
}

.welcome-links a {
	display: flex;
	align-items: center;
	padding: 10px 12px;
	color: #111827;
	text-decoration: none;
	transition: color 0.2s;
}

.welcome-links a:hover {
	color: rgb(78, 80, 86);
}

.welcome-links a svg {
	height: 1em;
	margin-left: 8px;
}

.welcome-links a.button {
	color: white;
	background: linear-gradient(83.21deg, #3245ff 0%, #bc52ee 100%);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.12),
		inset 0 -2px 0 rgba(0, 0, 0, 0.24);
	border-radius: 10px;
}

.welcome-links a.button:hover {
	color: rgb(230, 230, 230);
	box-shadow: none;
}

.welcome-container pre {
	font-family:
		ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono',
		monospace;
	font-weight: normal;
	background: linear-gradient(14deg, #d83333 0%, #f041ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}

.welcome-container h2 {
	margin: 0 0 1em;
	font-weight: normal;
	color: #111827;
	font-size: 20px;
}

.welcome-container p {
	color: #4b5563;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.006em;
	margin: 0;
}

.welcome-container code {
	display: inline-block;
	background:
		linear-gradient(66.77deg, #f3cddd 0%, #f5cee7 100%) padding-box,
		linear-gradient(155deg, #d83333 0%, #f041ff 18%, #f5cee7 45%) border-box;
	border-radius: 8px;
	border: 1px solid transparent;
	padding: 6px 8px;
}

.welcome-box {
	padding: 16px;
	background: rgba(255, 255, 255, 1);
	border-radius: 16px;
	border: 1px solid white;
}

.welcome-news {
	position: absolute;
	bottom: 16px;
	right: 16px;
	max-width: 300px;
	text-decoration: none;
	transition: background 0.2s;
	backdrop-filter: blur(50px);
}

.welcome-news:hover {
	background: rgba(255, 255, 255, 0.55);
}

@media screen and (max-height: 368px) {
	.welcome-news {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.welcome-container {
		display: flex;
		flex-direction: column;
	}

	.welcome-hero {
		display: block;
		padding-top: 10%;
	}

	.welcome-links {
		flex-wrap: wrap;
	}

	.welcome-links a.button {
		padding: 14px 18px;
	}

	.welcome-news {
		right: 16px;
		left: 16px;
		bottom: 2.5rem;
		max-width: 100%;
	}

	.welcome-container h1 {
		line-height: 1.5;
	}
}
