/* Static HTML/CSS/SVG Website - 100% CLEAN */
/* No external content, no tracking, no malicious code */
/* Last updated: 2026-07-14 */

:root {
	--bg-primary: #000000;
	--text-color: #ffffff;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bg-primary);
	color: var(--text-color);
	font-family: system-ui, -apple-system, sans-serif;
	box-sizing: border-box;
	overflow: hidden;
}

main {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.player-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 20px;
	text-align: center;
}

figure {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

figcaption {
	margin-top: 10px;
	font-size: 14px;
	opacity: 0.7;
}

img {
	display: block;
	width: 90%;
	max-width: 1280px;
	height: auto;
	border: none;
	background: transparent;
	image-rendering: auto;
}

.info-panel {
	max-width: 600px;
	padding: 20px;
}

h1 {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
}

p {
	margin: 10px 0 0 0;
	font-size: 14px;
	opacity: 0.8;
	line-height: 1.6;
}
