body {
	background-color: #535353;
	background-image: url('/assets/images/background.jpg');
	background-repeat: repeat;
	background-size: 160px 160px;
	color: #fff;
	font-family: 'Segoe UI', Arial, sans-serif;
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 20px;
	box-sizing: border-box;
}
.content-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	width: 100%;
	max-width: 650px;
	margin: auto;
	box-sizing: border-box;
}
.container {
	background: #0F0F0F;
	border-radius: 16px;
	padding: 32px 24px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
@media (min-width: 1024px) {
	.content-wrapper {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
		max-width: 1400px;
		align-items: stretch;
	}
	.container {
		padding: 24px 20px;
		overflow-y: visible;
		max-height: none;
	}
	body {
		overflow-y: auto;
		padding-top: 40px;
	}
}
h1 {
	font-size: 3rem;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: #ffffff;
	text-shadow: 0 4px 16px rgba(0, 0, 0, 0.8), 0 2px 8px rgba(0, 0, 0, 0.9);
}
.truedevil-gradient {
	background: linear-gradient(to top, #fc1800 0%, #ebb600 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent !important;
	background-clip: text;
	color: transparent !important;
	font-weight: 900;
	text-shadow:
		0 0 8px #fc1800,
		0 0 16px #ebb600;
}
p {
	font-size: 1.3rem;
	margin-bottom: 48px;
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
	line-height: 1.6;
}
.links {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.link-btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	background: linear-gradient(0deg, #fc1800 0%, #ebb600 100%);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.2rem;
	border-radius: 10px;
	padding: 16px 24px;
	transition: background 0.2s, transform 0.2s;
	box-shadow: 0 2px 8px #0004;
	border: none;
	position: relative;
}
.link-btn:hover {
	background: linear-gradient(0deg, #ebb600 0%, #fc1800 100%);
	transform: scale(1.02);
}
.icon {
	width: 1.3em;
	height: 1.3em;
	display: inline-block;
	vertical-align: middle;
}
.quality-badge {
	background: rgba(20, 20, 35, 0.95);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
	font-size: 0.65rem;
	padding: 4px 8px;
	font-weight: 800;
	letter-spacing: 0.3px;
	border-radius: 6px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	box-shadow:
		inset 0 1px 2px rgba(255, 255, 255, 0.1),
		0 4px 12px rgba(0, 0, 0, 0.4),
		0 2px 6px rgba(0, 0, 0, 0.3);
	backdrop-filter: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
}
@media (min-width: 768px) {
	.quality-badge {
		font-size: 0.75rem;
		padding: 6px 12px;
		letter-spacing: 0.5px;
		border-radius: 8px;
		right: 16px;
	}
}
.quality-best {
	background: rgba(20, 20, 35, 0.95);
	color: #ffd700;
	border: 2px solid #ffd700;
	font-weight: 900;
	box-shadow:
		0 6px 16px rgba(255, 215, 0, 0.3),
		inset 0 1px 2px rgba(255, 215, 0, 0.2),
		0 2px 6px rgba(0, 0, 0, 0.4);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 8px rgba(255, 215, 0, 0.5);
}
.link-btn:hover .quality-badge {
	transform: translateY(-50%) scale(1.05);
	box-shadow:
		inset 0 1px 2px rgba(255, 255, 255, 0.2),
		0 6px 16px rgba(0, 0, 0, 0.5),
		0 2px 8px rgba(0, 0, 0, 0.4);
	backdrop-filter: none;
}
.link-btn:hover .quality-best {
	transform: translateY(-50%) scale(1.08);
	box-shadow:
		0 8px 20px rgba(255, 215, 0, 0.4),
		inset 0 1px 2px rgba(255, 215, 0, 0.3),
		0 2px 8px rgba(0, 0, 0, 0.5);
	backdrop-filter: none;
}
.latest-video-section {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.videos-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
@media (min-width: 1024px) {
	.videos-grid {
		grid-template-columns: 1fr 1fr;
	}
}
.latest-video-section h2 {
	margin-bottom: 16px;
	font-size: 1.6rem;
	color: #ffdca8;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.video-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.video-placeholder {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	padding: 24px;
	color: #bbb;
	font-size: 0.95rem;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.youtube-section {
	width: 100%;
}
.youtube-section h2 {
	margin-bottom: 12px;
	font-size: 1.4rem;
	color: #ffdca8;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.about-section {
	background: #0F0F0F;
	border-radius: 16px;
	padding: 32px 24px;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}
.about-section h2 {
	font-size: 2.4rem;
	margin-bottom: 28px;
	margin-top: 0;
	color: #ffdca8;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
	letter-spacing: 1px;
}
.about-section p {
	font-size: 1.15rem;
	margin-bottom: 24px;
	color: #ffffff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	line-height: 1.8;
}
.about-section ul {
	margin: 24px 0 28px 0;
	padding-left: 24px;
	list-style-type: none;
}
.about-section ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 4px;
	font-size: 1.15rem;
	color: #ffffff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	line-height: 1.7;
}
.about-section ul li:before {
	content: '▸ ';
	color: #fc1800;
	font-weight: bold;
	margin-right: 8px;
}
@media (min-width: 1024px) {
	.about-section {
		padding: 24px 20px;
		overflow-y: visible;
		max-height: none;
	}
}

/* Footer */
.site-footer {
	grid-column: 1 / -1;
	text-align: center;
	padding: 8px 0 0;
	margin: 0;
}
.site-footer p {
	font-size: 0.65rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.45);
	text-shadow: none;
	white-space: nowrap;
	cursor: default;
}

/* Accessibility: Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
