/* =========================================================
   FSV 63 Wochenende + Alle Spiele
   - SportsPress-Spiele kompakt auf Startseite und Spielplanseite
   ========================================================= */

.fsv63-weekend {
	margin-top: clamp(22px, 3.5vw, 46px);
	margin-bottom: clamp(26px, 4vw, 52px);
}

.fsv63-weekend__inner {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	padding: clamp(18px, 3vw, 28px);
	background:
		linear-gradient(135deg, rgba(8, 34, 78, .96), rgba(18, 77, 145, .94)),
		repeating-linear-gradient(-45deg, rgba(255, 255, 255, .07) 0 1px, transparent 1px 16px);
	box-shadow: 0 16px 42px rgba(5, 22, 50, .16);
	color: #fff;
}

.fsv63-weekend__inner::before {
	content: "";
	position: absolute;
	right: -110px;
	top: -150px;
	width: 310px;
	height: 310px;
	border-radius: 999px;
	background: rgba(240, 194, 50, .16);
	pointer-events: none;
}

.fsv63-weekend__inner::after {
	content: "";
	position: absolute;
	left: -90px;
	bottom: -150px;
	width: 260px;
	height: 260px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	pointer-events: none;
}

.fsv63-weekend__head,
.fsv63-weekend__grid,
.fsv63-weekend__empty {
	position: relative;
	z-index: 2;
}

.fsv63-weekend__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.fsv63-weekend__eyebrow {
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #f0c232;
}

.fsv63-weekend__head h2 {
	margin: 0;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.05;
	color: #fff;
}

.fsv63-weekend__head p:not(.fsv63-weekend__eyebrow) {
	max-width: 680px;
	margin: 7px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	line-height: 1.55;
}

.fsv63-weekend__overview {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 15px;
	border-radius: 999px;
	background: #f0c232;
	color: #09214c;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
	transition: transform .18s ease, box-shadow .18s ease;
}

.fsv63-weekend__overview:hover,
.fsv63-weekend__overview:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .22);
	color: #09214c;
	text-decoration: none;
}

.fsv63-weekend__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.fsv63-weekend-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 16px;
	background: rgba(255, 255, 255, .97);
	color: #17233a;
	box-shadow: 0 10px 26px rgba(1, 12, 32, .16);
}

.fsv63-weekend-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
}

.fsv63-weekend-card__badges span {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 4px 7px;
	background: #e8eef7;
	color: #173f78;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.fsv63-weekend-card--home .fsv63-weekend-card__badges span:first-child {
	background: #f0c232;
	color: #09214c;
}

.fsv63-weekend-card--away .fsv63-weekend-card__badges span:first-child {
	background: #173f78;
	color: #fff;
}

.fsv63-weekend-card--result .fsv63-weekend-card__badges span:first-child {
	background: #14233f;
	color: #fff;
}

.fsv63-weekend-card h3 {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.18;
	color: #10264d;
}

.fsv63-weekend-card__match {
	margin: 0 0 11px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	color: #111827;
}

.fsv63-weekend-card__meta {
	display: grid;
	gap: 6px;
	margin-top: auto;
	padding-top: 2px;
	color: #5d6678;
	font-size: 12px;
	line-height: 1.4;
}

.fsv63-weekend-card__meta time {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	padding: 8px 0;
	border-top: 1px solid #e7ebf2;
	border-bottom: 1px solid #e7ebf2;
	color: #17233a;
}

.fsv63-weekend-card__meta time strong {
	font-size: 13px;
}

.fsv63-weekend-card__meta time span,
.fsv63-weekend-card__open-date {
	font-weight: 800;
	color: #173f78;
}

.fsv63-weekend-card__result {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 11px;
	padding: 10px 11px;
	border-radius: 12px;
	background: #f7f8fb;
	border: 1px solid #e7ebf2;
}

.fsv63-weekend-card__result span {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #6a7284;
}

.fsv63-weekend-card__result strong {
	font-size: 21px;
	line-height: 1;
	color: #10264d;
}

.fsv63-weekend-card__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 12px;
	font-size: 13px;
	font-weight: 800;
	color: #173f78;
	text-decoration: none;
}

.fsv63-weekend-card__link::after {
	content: "→";
	transition: transform .18s ease;
}

.fsv63-weekend-card__link:hover,
.fsv63-weekend-card__link:focus-visible {
	color: #0d2c5c;
	text-decoration: none;
}

.fsv63-weekend-card__link:hover::after,
.fsv63-weekend-card__link:focus-visible::after {
	transform: translateX(3px);
}

.fsv63-weekend__empty {
	display: grid;
	gap: 5px;
	padding: 15px 17px;
	border: 1px dashed rgba(255, 255, 255, .36);
	border-radius: 16px;
	background: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .88);
	font-size: 14px;
}

.fsv63-weekend__empty strong {
	color: #fff;
}

/* =========================================================
   Alle Spiele Seite / Shortcode [fsv63_alle_spiele]
   ========================================================= */

.fsv-allgames-section {
	padding: clamp(34px, 5vw, 70px) 0;
	background: #071733;
}

.fsv63-allgames-hero {
	padding: clamp(72px, 10vw, 132px) 0;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.fsv63-allgames-hero p:first-child {
	margin: 0 0 10px;
	color: #f0c232;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.fsv63-allgames-hero h1 {
	max-width: 880px;
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 7vw, 84px);
	line-height: .95;
	text-transform: uppercase;
}

.fsv63-allgames-hero p:last-child {
	max-width: 680px;
	margin: 22px 0 0;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, .84);
}

.fsv63-allgames {
	color: #fff;
}

.fsv63-allgames__page-content {
	margin-bottom: 24px;
	padding: 22px 24px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 18px;
	background: rgba(255, 255, 255, .06);
	color: rgba(255, 255, 255, .86);
}

.fsv63-allgames__head {
	margin-bottom: 22px;
}

.fsv63-allgames__head h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 46px);
	color: #fff;
}

.fsv63-allgames__head p {
	max-width: 760px;
	margin: 9px 0 0;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, .78);
}

.fsv63-allgames__list {
	display: grid;
	gap: 12px;
}

.fsv63-allgames__month {
	margin: 24px 0 2px;
	color: #f0c232;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.fsv63-allgames-row {
	display: grid;
	grid-template-columns: 105px minmax(0, 1fr) 155px;
	gap: 16px;
	align-items: center;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 18px;
	background: rgba(255, 255, 255, .96);
	color: #17233a;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
}

.fsv63-allgames-row--past {
	opacity: .86;
}

.fsv63-allgames-row__date time,
.fsv63-allgames-row__date {
	display: grid;
	gap: 3px;
	text-align: center;
}

.fsv63-allgames-row__date strong {
	font-size: 22px;
	line-height: 1;
	color: #10264d;
}

.fsv63-allgames-row__date span {
	font-size: 12px;
	font-weight: 800;
	color: #173f78;
}

.fsv63-allgames-row__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 8px;
}

.fsv63-allgames-row__tags span {
	display: inline-flex;
	border-radius: 999px;
	padding: 4px 8px;
	background: #e8eef7;
	color: #173f78;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1;
	text-transform: uppercase;
}

.fsv63-allgames-row__main h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
	color: #10264d;
}

.fsv63-allgames-row__main p {
	margin: 5px 0 0;
	font-size: 13px;
	line-height: 1.4;
	color: #5d6678;
}

.fsv63-allgames-row__side {
	display: grid;
	justify-items: end;
	gap: 8px;
}

.fsv63-allgames-row__result {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 62px;
	padding: 8px 11px;
	border-radius: 12px;
	background: #14233f;
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.fsv63-allgames-row__side a {
	font-size: 13px;
	font-weight: 900;
	color: #173f78;
	text-decoration: none;
}

.fsv63-allgames-row__side a:hover,
.fsv63-allgames-row__side a:focus-visible {
	color: #0d2c5c;
	text-decoration: none;
}

.fsv63-allgames__empty {
	padding: 22px;
	border: 1px dashed rgba(255, 255, 255, .3);
	border-radius: 18px;
	background: rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .88);
}

@media (max-width: 1220px) {
	.fsv63-weekend__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.fsv63-weekend__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fsv63-allgames-row {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.fsv63-allgames-row__side {
		grid-column: 2;
		justify-items: start;
		grid-auto-flow: column;
		justify-content: start;
		align-items: center;
	}
}

@media (max-width: 760px) {
	.fsv63-weekend {
		margin-top: 26px;
		margin-bottom: 30px;
	}

	.fsv63-weekend__inner {
		border-radius: 18px;
		padding: 18px;
	}

	.fsv63-weekend__head {
		display: grid;
		align-items: start;
		margin-bottom: 16px;
	}

	.fsv63-weekend__overview {
		width: 100%;
	}

	.fsv63-weekend__grid {
		grid-template-columns: 1fr;
	}

	.fsv63-weekend-card {
		padding: 14px;
		border-radius: 15px;
	}

	.fsv63-allgames-row {
		grid-template-columns: 1fr;
		gap: 12px;
		align-items: start;
	}

	.fsv63-allgames-row__date,
	.fsv63-allgames-row__date time {
		text-align: left;
		display: flex;
		align-items: baseline;
		gap: 10px;
	}

	.fsv63-allgames-row__side {
		grid-column: auto;
	}
}
