/* Game Center (gc/gamecenter) — nur Rahmen und Typografie, Logik bleibt unberührt */
.gc-section__title-content,
.gc-section__title {
	font-size: clamp(22px, 2.2vw, 28px);
	color: var(--boho-ink-strong);
}

.gc-card {
	border-radius: var(--boho-radius);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
}

.gc-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--boho-shadow);
}

.gc-card__title {
	font-size: 15px;
	color: var(--boho-ink-strong);
}

.gc-card__button,
.gc-block .accent-button {
	border-radius: 999px;
}
