/* Startseite – dunkles Clan-Theme */

.kkk-start {
	--kkk-bg: #141414;
	--kkk-bg-soft: #1a1a1a;
	--kkk-line: rgba(255, 255, 255, 0.1);
	--kkk-text: #e6e8ec;
	--kkk-muted: #9aa0ab;
	--kkk-accent: #8b9b6a;
	--kkk-live: #6faf78;
	color: var(--kkk-text);
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0 28px;
	animation: kkk-start-fade 0.45s ease both;
}

.kkk-start a {
	color: var(--kkk-text);
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.2s ease;
}

.kkk-start a:hover {
	color: var(--kkk-accent);
}

@keyframes kkk-start-fade {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.kkk-start-welcome {
	text-align: center;
	margin: 0 0 22px;
}

.kkk-start-welcome-text {
	margin: 0 0 14px;
	color: var(--kkk-muted);
	font-size: 15px;
}

.kkk-start-games {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	min-height: 24px;
}

.kkk-start-games img {
	display: block;
	opacity: 0.9;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.kkk-start-games img:hover {
	opacity: 1;
	transform: translateY(-2px);
}

.kkk-start-arma {
	margin: 0;
	font-size: 13px;
	color: var(--kkk-muted);
}

.kkk-start-cta {
	text-align: center;
	margin: 0 0 26px;
	padding: 18px 12px 20px;
	border-top: 1px solid var(--kkk-line);
	border-bottom: 1px solid var(--kkk-line);
}

.kkk-start-cta-title {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff;
}

.kkk-start-cta-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
}

.kkk-start-cta-links li {
	color: var(--kkk-muted);
}

.kkk-start-cta-links strong {
	color: var(--kkk-accent);
	font-weight: 600;
	margin-right: 4px;
}

.kkk-start-cta-links a {
	text-decoration: none;
	border-bottom: 1px solid rgba(139, 155, 106, 0.35);
}

.kkk-start-cta-links a:hover {
	border-bottom-color: var(--kkk-accent);
}

.kkk-start-live {
	margin: 0 0 24px;
	padding-bottom: 8px;
}

.kkk-start-live-meta {
	margin: 0 0 12px;
	font-size: 14px;
	color: var(--kkk-muted);
}

.kkk-start-live-badge {
	display: inline-block;
	margin-right: 8px;
	color: var(--kkk-live);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.kkk-start-live-meta strong {
	color: #fff;
}

.kkk-start-live-meta em {
	font-style: italic;
	color: var(--kkk-text);
}

.kkk-start-embed {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--kkk-line);
	background: #0d0d0d;
	line-height: 0;
}

.kkk-start-embed--twitch {
	aspect-ratio: 16 / 9;
}

.kkk-start-embed--video {
	aspect-ratio: 16 / 9;
	max-width: 100%;
}

.kkk-start-embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.kkk-start-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px 24px;
	align-items: start;
}

.kkk-start-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.kkk-start-section {
	margin: 0;
}

.kkk-start-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 12px;
	padding: 0 0 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--kkk-accent);
	border-bottom: 1px solid var(--kkk-line);
}

.kkk-start-section-title a {
	color: var(--kkk-accent);
	text-decoration: none;
}

.kkk-start-section-title a:hover {
	color: #fff;
}

.kkk-start-section-title-extra {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: none;
	font-weight: 400;
	color: var(--kkk-muted);
}

.kkk-start-section-title-extra img {
	display: block;
	width: 14px;
	height: 14px;
}

.kkk-start-webcam-note {
	margin: 10px 0 0;
	text-align: center;
	font-size: 13px;
}

/* News-Liste */
.kkk-start-news {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kkk-start-news li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 9px 0;
	border-bottom: 1px solid var(--kkk-line);
}

.kkk-start-news li:last-child {
	border-bottom: none;
}

.kkk-start-news-cat {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	object-fit: contain;
	margin-top: 1px;
}

.kkk-start-news-body {
	min-width: 0;
	flex: 1;
	font-size: 13px;
	line-height: 1.4;
}

.kkk-start-news-body a {
	text-decoration: none;
}

.kkk-start-news-body a:hover {
	color: var(--kkk-accent);
	text-decoration: underline;
}

.kkk-start-news-comments {
	white-space: nowrap;
	margin-left: 6px;
	color: var(--kkk-muted);
	font-size: 12px;
	text-decoration: none !important;
}

.kkk-start-news-comments img {
	vertical-align: middle;
	margin-right: 2px;
}

.kkk-start-news-empty {
	color: var(--kkk-muted);
	font-size: 13px;
	padding: 4px 0;
}

.kkk-start-widget {
	width: 100%;
	border: 1px solid var(--kkk-line);
	background: #0d0d0d;
	line-height: 0;
	overflow: hidden;
}

.kkk-start-widget iframe {
	display: block;
	width: 100% !important;
	max-width: 100%;
	border: 0;
}

.kkk-start-widget--discord iframe {
	height: 500px;
}

.kkk-start-widget--teamspeak iframe {
	height: 565px;
}

@media (max-width: 720px) {
	.kkk-start-grid {
		grid-template-columns: 1fr;
	}

	.kkk-start-cta-title {
		font-size: 18px;
	}

	.kkk-start-widget--discord iframe,
	.kkk-start-widget--teamspeak iframe {
		height: 420px;
	}
}
