/* Crescent Pulse � DESIGN.md dark (default) + light variant */
:root, .cp-site {
	--cp-bg: #020617;
	--cp-surface: #0f172a;
	--cp-surface-low: #020617;
	--cp-surface-container: #1e293b;
	--cp-surface-high: #334155;
	--cp-surface-highest: #334155;
	--cp-on-surface: #f8fafc;
	--cp-on-surface-muted: #cbd5e1;
	--cp-on-surface-variant: #e2e8f0;
	--cp-primary: #47A0A0;
	--cp-primary-container: #47A0A0;
	--cp-on-primary-container: #ffffff;
	--cp-tertiary: #10b981;
	--cp-tertiary-container: #059669;
	--cp-warning: #f59e0b;
	--cp-outline: #334155;
	--cp-outline-soft: #1e293b;
	--cp-qualified-bg: rgba(52, 211, 153, 0.1);
	--cp-qualified-border: #34d399;
	--cp-possible-bg: rgba(251, 191, 36, 0.09);
	--cp-possible-border: #fbbf24;
	--cp-turkey-bg: rgba(220, 38, 38, 0.1);
	--cp-turkey-border: #dc2626;
	--cp-error: #f87171;
	--cp-accent-soft: rgba(71, 160, 160, 0.14);
	--cp-accent-glow: rgba(71, 160, 160, 0.22);
	--cp-nav-bg: rgba(2, 6, 23, 0.92);
	--cp-overlay-dark: rgba(2, 6, 23, 0.88);
	--cp-overlay-mid: rgba(2, 6, 23, 0.55);
	--cp-font-display: 'Anton', sans-serif;
	--cp-font-body: 'Google Sans Flex', system-ui, sans-serif;
	--cp-max: 1280px;
	--cp-topbar-h: 64px;
}

.cp-site.cp-theme-light {
	--cp-bg: #f8fafc;
	--cp-surface: #ffffff;
	--cp-surface-low: #f8fafc;
	--cp-surface-container: #ffffff;
	--cp-surface-high: #f1f5f9;
	--cp-surface-highest: #e2e8f0;
	--cp-on-surface: #0f172a;
	--cp-on-surface-muted: #64748b;
	--cp-on-surface-variant: #64748b;
	--cp-primary: #dc2626;
	--cp-primary-container: #dc2626;
	--cp-outline: #e2e8f0;
	--cp-outline-soft: #e2e8f0;
	--cp-qualified-bg: #E8F7EE;
	--cp-qualified-border: #b5dfc5;
	--cp-possible-bg: #FFF8E1;
	--cp-possible-border: #f0e0a8;
	--cp-turkey-bg: #fef2f2;
	--cp-accent-soft: rgba(220, 38, 38, 0.08);
	--cp-accent-glow: rgba(220, 38, 38, 0.15);
	--cp-nav-bg: rgba(255, 255, 255, 0.95);
	--cp-overlay-dark: rgba(248, 250, 252, 0.94);
	--cp-overlay-mid: rgba(248, 250, 252, 0.72);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.cp-site {
	margin: 0;
	background: var(--cp-bg);
	color: var(--cp-on-surface);
	font-family: var(--cp-font-body);
	font-size: 16px;
	line-height: 1.55;
	font-weight: 400;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
}
.cp-site img { max-width: 100%; height: auto; display: block; }
.cp-brand .cp-brand-logo,
.cp-topbar .cp-brand-logo {
	width: 128px; height: 22px; max-width: 128px; max-height: 22px;
	object-fit: contain; flex-shrink: 0;
}
.cp-site a { color: inherit; text-decoration: none; }
.cp-container { max-width: var(--cp-max); margin: 0 auto; padding: 0 16px; }
@media (min-width: 768px) { .cp-container { padding: 0; } }
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; vertical-align: middle; line-height: 1; }


/* Top bar */
.cp-topbar {
	position: fixed; top: 0; left: 0; right: 0; z-index: 200;
	height: var(--cp-topbar-h);
	background: var(--cp-nav-bg);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--cp-outline);
}
.cp-theme-light .cp-topbar { background: var(--cp-nav-bg); }
.cp-topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 1rem; }
.cp-brand { display: flex; align-items: center; flex-shrink: 0; max-width: 140px; overflow: hidden; }
.cp-theme-light .cp-brand-logo { filter: brightness(0) saturate(100%); opacity: .88; }
.cp-nav { display: none; gap: 1.5rem; align-items: center; }
.cp-nav a {
	font-family: var(--cp-font-body); font-size: .8rem; font-weight: 600;
	text-transform: none;
	color: var(--cp-on-surface-muted); padding-bottom: 4px;
	border-bottom: 2px solid transparent; transition: color .15s, border-color .15s;
}
.cp-nav a:hover, .cp-nav a.active { color: var(--cp-on-surface); border-bottom-color: var(--cp-primary-container); }
@media (min-width: 768px) { .cp-nav { display: flex; } }
.cp-topbar-actions { display: flex; align-items: center; gap: .75rem; color: var(--cp-on-surface-variant); }
.cp-topbar-actions .material-symbols-outlined { cursor: pointer; font-size: 1.25rem; }
.cp-topbar-actions .material-symbols-outlined:hover { color: var(--cp-on-surface); }
.cp-theme-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border: 1px solid var(--cp-outline);
	border-radius: 8px;
	background: transparent;
	color: var(--cp-on-surface);
	font-family: var(--cp-font-body);
	font-size: .62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	cursor: pointer;
	transition: background .15s, border-color .15s, color .15s;
}
.cp-theme-toggle:hover {
	background: var(--cp-surface-high);
	border-color: var(--cp-primary-container);
	color: var(--cp-on-surface);
}
.cp-theme-toggle__icon {
	font-size: 1.05rem !important;
	line-height: 1;
	color: var(--cp-primary-container);
	cursor: inherit;
}
.cp-theme-toggle__label { line-height: 1; }
@media (max-width: 479px) {
	.cp-theme-toggle__label { display: none; }
	.cp-theme-toggle { padding: 6px 8px; }
}
.cp-menu-btn {
	display: flex; flex-direction: column; justify-content: center; gap: 5px;
	width: 36px; height: 36px; padding: 0; border: 1px solid var(--cp-outline); background: transparent; cursor: pointer;
}
.cp-menu-btn span { display: block; height: 2px; background: var(--cp-on-surface); margin: 0 7px; }
@media (min-width: 768px) { .cp-menu-btn { display: none; } }
.cp-mobile-menu {
	display: none; position: fixed; top: var(--cp-topbar-h); left: 0; right: 0;
	background: var(--cp-surface-low); border-bottom: 1px solid var(--cp-outline); z-index: 199; padding: .5rem 16px 1rem;
}
.cp-mobile-menu.open { display: flex; flex-direction: column; }
.cp-mobile-menu a { padding: .65rem 0; font-weight: 600; border-bottom: 1px solid var(--cp-outline-soft); font-family: var(--cp-font-body); font-size: .75rem; text-transform: uppercase; }
.cp-mobile-menu a.active { color: var(--cp-primary-container); }

.cp-main { padding-top: calc(var(--cp-topbar-h) + 24px); padding-bottom: 88px; }
@media (min-width: 768px) { .cp-main { padding-bottom: 48px; } }

/* Bottom nav mobile */
.cp-bottom-nav {
	position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
	display: flex; justify-content: space-around; align-items: center;
	height: 72px; padding-bottom: env(safe-area-inset-bottom);
	background: var(--cp-nav-bg); backdrop-filter: blur(12px);
	border-top: 1px solid var(--cp-outline);
}
.cp-theme-light .cp-bottom-nav { background: var(--cp-nav-bg); }
.cp-bottom-nav a {
	display: flex; flex-direction: column; align-items: center; gap: 2px;
	font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700; text-transform: uppercase;
	color: var(--cp-on-surface-muted); padding: .4rem .6rem;
}
.cp-bottom-nav a .material-symbols-outlined { font-size: 1.35rem; }
.cp-bottom-nav a.active { color: var(--cp-primary-container); background: var(--cp-accent-soft); border-radius: 8px; }
@media (min-width: 768px) { .cp-bottom-nav { display: none; } }

.cp-footer {
	padding: 2.5rem 0; text-align: center; border-top: 1px solid var(--cp-outline-soft);
	color: var(--cp-on-surface-muted); font-size: .85rem;
}
.cp-footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; margin-bottom: 1rem; }
.cp-footer-links a:hover { color: var(--cp-on-surface); }

/* Typography */
.cp-label { font-family: var(--cp-font-body); font-size: .72rem; font-weight: 600; text-transform: uppercase; }
.cp-label--primary { color: var(--cp-primary-container); }
.cp-label--muted { color: var(--cp-on-surface-muted); }
.cp-label--live { color: var(--cp-primary-container); }
.cp-display { font-family: var(--cp-font-display); font-size: clamp(2rem, 5vw, 3.75rem); font-weight: 400; line-height: 1.05; letter-spacing: .02em; text-transform: uppercase; margin: 0; }
.cp-headline { font-family: var(--cp-font-display); font-size: clamp(1.25rem, 2.5vw, 1.85rem); font-weight: 400; line-height: 1.1; letter-spacing: .02em; text-transform: uppercase; margin: 0; }
.cp-title { font-family: var(--cp-font-display); font-size: 1.05rem; font-weight: 400; text-transform: uppercase; letter-spacing: .02em; }
.cp-section-title { font-family: var(--cp-font-display); }
.cp-stat-num { font-family: var(--cp-font-body); font-size: 1.5rem; font-weight: 600; line-height: 1; }
.cp-stat-value { font-family: var(--cp-font-body); font-size: 1.25rem; font-weight: 600; line-height: 1.15; text-transform: uppercase; }
.cp-player-name { font-family: var(--cp-font-body); font-size: 1rem; font-weight: 600; line-height: 1.3; }
.cp-body { font-size: 1rem; line-height: 1.55; color: var(--cp-on-surface-muted); }
.cp-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--cp-primary-container); animation: cp-pulse 2s infinite; display: inline-block; vertical-align: middle; }
@keyframes cp-pulse { 0%,100%{opacity:1} 50%{opacity:.3} }

/* Hero � ana sayfa */
.cp-hero {
	position: relative; overflow: hidden; min-height: 420px;
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 24px;
	background: var(--cp-surface-low);
	border: 1px solid var(--cp-outline-soft);
	border-radius: 14px;
}
@media (min-width: 768px) { .cp-hero { min-height: 460px; } }
.cp-hero__bg { position: absolute; inset: 0; overflow: hidden; }
.cp-hero__bg img {
	width: 100%; height: 100%; object-fit: cover; object-position: center center;
	opacity: .88;
	filter: contrast(1.04) saturate(1.05);
	transform: scale(1.03);
	animation: cp-hero-kenburns 28s ease-in-out infinite alternate;
	will-change: transform;
}
@keyframes cp-hero-kenburns {
	from { transform: scale(1.04); }
	to { transform: scale(1.1); }
}
@media (prefers-reduced-motion: reduce) {
	.cp-hero__bg img { animation: none; transform: scale(1.04); }
}
.cp-hero__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(2, 6, 23, .45) 0%, rgba(2, 6, 23, .78) 52%, rgba(2, 6, 23, .94) 100%);
}
.cp-theme-light .cp-hero__bg img {
	opacity: .72;
}
.cp-theme-light .cp-hero__overlay {
	background: linear-gradient(180deg, rgba(248, 250, 252, .35) 0%, rgba(248, 250, 252, .82) 55%, rgba(248, 250, 252, .96) 100%);
}
.cp-hero__body {
	position: relative; z-index: 1; width: 100%; max-width: 880px;
	margin: 0 auto; padding: 40px 24px; text-align: center;
	color: #fff;
}
.cp-theme-light .cp-hero__body { color: var(--cp-on-surface); }
.cp-hero + .cp-matches-section { margin-top: 0; }
.cp-matches-section .cp-section-head { margin-bottom: 12px; }

/* Ma�lar: tarih + kartlar tek panel */
.cp-matches-panel {
	border: 1px solid var(--cp-outline-soft);
	border-radius: 14px;
	background: var(--cp-surface-container);
	overflow: hidden;
}
.cp-matches-panel__toolbar {
	padding: 14px 12px 12px;
	background: var(--cp-surface-low);
	border-bottom: 1px solid var(--cp-outline-soft);
}
.cp-matches-panel__summary {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0 44px 10px 0;
	min-height: 1.25rem;
}
.cp-matches-panel__date {
	font-family: var(--cp-font-display);
	font-size: 1.05rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: var(--cp-on-surface);
}
.cp-matches-panel__meta {
	font-family: var(--cp-font-body);
	font-size: .65rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--cp-on-surface-muted);
}
.cp-matches-panel__live { color: var(--cp-primary-container); }
.cp-matches-panel__cards {
	padding: 14px;
	background: var(--cp-surface-container);
}
.cp-matches-panel__empty {
	margin: 0;
	padding: 24px 12px;
	text-align: center;
}
.cp-date-slider--panel { margin-bottom: 0; }
.cp-matches-panel .cp-date-btn {
	background: var(--cp-surface-high);
	border-color: transparent;
}
.cp-matches-panel .cp-date-btn:hover {
	border-color: var(--cp-outline);
	background: var(--cp-surface-container);
}
.cp-matches-panel .cp-date-btn.active {
	background: var(--cp-primary-container);
	border-color: var(--cp-primary-container);
	position: relative;
	z-index: 1;
	box-shadow: 0 6px 0 var(--cp-surface-container);
}
.cp-theme-light .cp-matches-panel {
	background: var(--cp-surface);
	border-color: var(--cp-outline);
}
.cp-theme-light .cp-matches-panel__toolbar {
	background: var(--cp-surface-low);
}
.cp-theme-light .cp-matches-panel .cp-date-btn.active {
	box-shadow: 0 6px 0 var(--cp-surface);
}

/* Tak?mlar panel � ma� takvimi ile ayn? dil */
.cp-teams-panel {
	border: 1px solid var(--cp-outline-soft);
	border-radius: 14px;
	background: var(--cp-surface-container);
	overflow: hidden;
	padding: 14px 12px;
}
.cp-teams-panel .cp-teams-band {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0 44px;
	margin-bottom: 0;
}
.cp-teams-band .cp-teams-swiper { overflow: hidden; }
.cp-teams-band .cp-teams-swiper .swiper-slide {
	width: 64px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.cp-teams-band .cp-team-chip {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 100%;
	margin: 0;
	padding: 8px 6px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid transparent;
	background: var(--cp-surface-high);
	color: var(--cp-on-surface);
	text-decoration: none;
	text-align: center;
	transition: background .15s, border-color .15s, color .15s, box-shadow .15s;
}
.cp-teams-band .cp-team-chip:hover {
	border-color: var(--cp-outline);
	background: var(--cp-surface-container);
	color: inherit;
}
.cp-teams-band .cp-team-chip__flag {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	margin: 0;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	background: transparent;
	border: none;
	padding: 0;
}
.cp-teams-band .cp-team-chip__flag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cp-teams-band .cp-team-chip__name {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: var(--cp-font-body);
	font-size: .58rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	color: var(--cp-on-surface-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cp-teams-band .cp-team-chip--featured,
.cp-teams-band .cp-team-chip--active {
	background: var(--cp-primary-container);
	border-color: var(--cp-primary-container);
	color: var(--cp-on-primary-container);
	position: relative;
	z-index: 1;
	box-shadow: 0 6px 0 var(--cp-surface-container);
}
.cp-teams-band .cp-team-chip--featured .cp-team-chip__name,
.cp-teams-band .cp-team-chip--active .cp-team-chip__name {
	color: rgba(255, 255, 255, .9);
}
.cp-theme-light .cp-teams-panel {
	background: var(--cp-surface);
	border-color: var(--cp-outline);
}
.cp-theme-light .cp-teams-band .cp-team-chip--featured,
.cp-theme-light .cp-teams-band .cp-team-chip--active {
	box-shadow: 0 6px 0 var(--cp-surface);
}
.cp-teams-section > .cp-teams-panel {
	margin-bottom: 24px;
}

.cp-hero .cp-label--muted { color: rgba(255, 255, 255, .82); }
.cp-hero .cp-glass { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .22); }
@media (min-width: 768px) { .cp-hero__body { padding: 48px 32px; } }
.cp-hero__body .cp-display { margin-left: auto; margin-right: auto; }
.cp-hero__matchup {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
	gap: 16px 20px; margin: 20px 0 24px;
}
.cp-hero__team { display: flex; align-items: center; gap: 10px; }
.cp-hero__team.away { flex-direction: row-reverse; }
.cp-hero__flag { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; padding: 6px; }
.cp-hero__flag img { width: 32px; height: 32px; object-fit: contain; }
.cp-hero__team img { width: 48px; height: 48px; object-fit: contain; }
.cp-table--home th, .cp-table--home td { font-size: .85rem; }
.cp-hero__team-name { font-family: var(--cp-font-body); font-size: 1.1rem; font-weight: 600; text-transform: uppercase; }
.cp-hero__vs { font-family: var(--cp-font-body); font-size: 2rem; font-weight: 600; opacity: .25; line-height: 1; }
.cp-hero__center { text-align: center; margin: 0 0 24px; }
.cp-hero__score { font-family: var(--cp-font-body); font-size: 2rem; font-weight: 600; }
.cp-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cp-btn {
	display: inline-flex; align-items: center; gap: 6px;
	font-family: var(--cp-font-body); font-size: .68rem; font-weight: 700;
	text-transform: uppercase; padding: 12px 20px; border: none; cursor: pointer; transition: filter .15s, transform .1s;
}
.cp-btn:active { transform: scale(.97); }
.cp-btn--primary { background: var(--cp-primary-container); color: var(--cp-on-primary-container); }
.cp-btn--primary:hover { filter: brightness(1.1); color: var(--cp-on-primary-container); }
.cp-btn--ghost { background: transparent; border: 1px solid var(--cp-on-surface); color: var(--cp-on-surface); }
.cp-btn--ghost:hover { background: var(--cp-surface-high); }
.cp-theme-light .cp-btn--primary {
	background: #dc2626;
	color: #fff;
}
.cp-theme-light .cp-btn--primary:hover {
	background: #b91c1c;
	color: #fff;
	filter: none;
}
.cp-theme-light .cp-btn--ghost {
	background: #fff;
	border-color: #cbd5e1;
	color: #0f172a;
}
.cp-theme-light .cp-btn--ghost:hover {
	background: #fef2f2;
	border-color: #dc2626;
	color: #dc2626;
}
.cp-theme-light .cp-hero .cp-btn--ghost {
	background: rgba(255, 255, 255, .92);
	border-color: #dc2626;
	color: #dc2626;
}
.cp-theme-light .cp-hero .cp-btn--ghost:hover {
	background: #fff;
	border-color: #b91c1c;
	color: #b91c1c;
}
.cp-theme-light .cp-hero .cp-glass {
	background: rgba(255, 255, 255, .72);
	border-color: rgba(15, 23, 42, .08);
}

/* Glass card */
.cp-glass {
	background: var(--cp-surface-high);
	backdrop-filter: blur(10px);
	border: 1px solid var(--cp-outline-soft);
}
.cp-theme-light .cp-glass { background: var(--cp-surface); }
.cp-glass--glow { border-left: 2px solid var(--cp-primary-container); }

/* Grid */
.cp-bento { display: grid; gap: 16px; margin-bottom: 40px; }
@media (min-width: 900px) { .cp-bento--home { grid-template-columns: 1.6fr 1fr; } }
.cp-bento--stats { grid-template-columns: 1fr; }
@media (min-width: 768px) {
	.cp-bento--stats-2 { grid-template-columns: repeat(2, 1fr); }
	.cp-bento--stats-4 { grid-template-columns: repeat(4, 1fr); }
	.cp-bento--stats-4 .cp-span-2 { grid-column: span 2; }
}
.cp-grid-standings { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .cp-grid-standings { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .cp-grid-standings { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.cp-legend--compact { margin-top: 16px; padding: 14px 16px; }

.cp-card { background: var(--cp-surface-container); border: 1px solid var(--cp-outline-soft); padding: 20px; }
.cp-card--featured { border-color: var(--cp-primary-container); }
.cp-card__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--cp-outline-soft); }

/* Standings table */
.cp-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.cp-table th {
	font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700;
	text-transform: uppercase; color: var(--cp-on-surface-muted); padding: 10px 8px; text-align: center;
	border-bottom: 1px solid var(--cp-outline-soft);
}
.cp-table th:first-child, .cp-table td:first-child { text-align: left; }
.cp-table td { padding: 12px 8px; border-bottom: 1px solid var(--cp-outline-soft); text-align: center; vertical-align: middle; }
.cp-table tbody tr:last-child td { border-bottom: none; }
.cp-table .cp-team-cell { display: flex; align-items: center; gap: 8px; font-weight: 600; text-align: left; min-width: 0; }
.cp-table .cp-team-cell img { width: 22px; height: 22px; object-fit: contain; flex-shrink: 0; }
.cp-table tr.cp-qualified td,
.cp-table--standings tbody tr.cp-qualified td { background: var(--cp-qualified-bg); }
.cp-table tr.cp-qualified td:first-child,
.cp-table--standings tbody tr.cp-qualified td:first-child { box-shadow: inset 3px 0 0 var(--cp-qualified-border); }
.cp-table tr.cp-possible td,
.cp-table--standings tbody tr.cp-possible td { background: var(--cp-possible-bg); }
.cp-table tr.cp-possible td:first-child,
.cp-table--standings tbody tr.cp-possible td:first-child { box-shadow: inset 3px 0 0 var(--cp-possible-border); }
.cp-table tr.cp-turkey:not(.cp-qualified):not(.cp-possible) td { background: var(--cp-turkey-bg); }
.cp-table .cp-pts { font-family: var(--cp-font-body); font-size: 1.1rem; font-weight: 600; }
.cp-table .cp-goals { font-family: var(--cp-font-body); font-size: .78rem; white-space: nowrap; }
.cp-table .pos-rank { color: var(--cp-on-surface-muted); width: 28px; flex-shrink: 0; }
.cp-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cp-table--standings { font-size: .8rem; width: 100%; table-layout: fixed; border-collapse: collapse; }
.cp-table--standings th,
.cp-table--standings td { padding: 9px 6px; border-bottom: 1px solid var(--cp-outline-soft); }
.cp-table--standings thead th { background: var(--cp-surface-low); cursor: help; }
.cp-table--standings tbody tr:last-child td { border-bottom: none; }
.cp-table--standings .cp-pts { font-size: 1rem; font-weight: 700; }
.cp-table--standings .cp-team-cell a,
.cp-table--standings .cp-team-cell .wc-team-link {
	display: block; flex: 1; min-width: 0;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
	color: var(--cp-on-surface); font-weight: 600;
}
.cp-table--standings .cp-team-cell a:hover,
.cp-table--standings .cp-team-cell .wc-team-link:hover { color: var(--cp-primary-container); }
.cp-table--standings tr.cp-turkey .cp-team-cell .wc-team-link { color: var(--cp-turkey-border); }
.cp-table--standings .cp-team-cell .pos-rank { display: inline-block; min-width: 1.1rem; flex-shrink: 0; }
.cp-table--standings thead th:first-child,
.cp-table--standings tbody td:first-child { width: 38%; text-align: left; padding-left: 10px; }
.cp-table--standings thead th:nth-child(6),
.cp-table--standings tbody td:nth-child(6) { width: 2.5rem; }
.cp-table--standings thead th:nth-child(7),
.cp-table--standings tbody td:nth-child(7) { width: 2rem; }

/* Standings group card � minimal (v1 style) */
.cp-standings-group {
	border: 1px solid var(--cp-outline-soft);
	border-radius: 8px;
	overflow: hidden;
	background: var(--cp-surface-container);
	min-width: 0;
	scroll-margin-top: calc(var(--cp-topbar-h) + 20px);
}
.cp-standings-group-bar { margin-bottom: 20px; }
.cp-group-btn--featured:not(.active) { border-color: rgba(220, 38, 38, .35); }
@keyframes cp-standings-flash {
	0%, 100% {
		border-color: var(--cp-outline-soft);
		background: var(--cp-surface-container);
		box-shadow: none;
	}
	50% {
		border-color: var(--cp-primary-container);
		background: var(--cp-accent-soft);
		box-shadow: 0 0 0 2px var(--cp-accent-glow), 0 0 20px var(--cp-accent-glow);
	}
}
@keyframes cp-standings-flash-head {
	0%, 100% { background: var(--cp-surface-low); }
	50% { background: var(--cp-accent-soft); }
}
.cp-standings-group.cp-standings-group--flash {
	animation: cp-standings-flash .55s ease-in-out 3;
	overflow: visible;
}
.cp-standings-group.cp-standings-group--flash .cp-standings-group__head {
	animation: cp-standings-flash-head .55s ease-in-out 3;
}
@media (prefers-reduced-motion: reduce) {
	.cp-standings-group.cp-standings-group--flash,
	.cp-standings-group.cp-standings-group--flash .cp-standings-group__head {
		animation: cp-standings-flash .4s ease-in-out 1;
	}
}
.cp-standings-group--featured { border-color: var(--cp-turkey-border); }
.cp-standings-group__head {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
	padding: 10px 14px;
	background: var(--cp-surface-low);
	border-bottom: 1px solid var(--cp-outline-soft);
}
.cp-standings-group__title {
	font-family: var(--cp-font-display);
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin: 0;
	color: var(--cp-on-surface);
}
.cp-standings-group .cp-table-wrap { margin: 0; overflow: visible; }
.cp-standings-group .cp-table--standings thead th:first-child,
.cp-standings-group .cp-table--standings tbody td:first-child { padding-left: 12px; }
.cp-grid-standings .cp-table--standings { font-size: .72rem; }
.cp-grid-standings .cp-table--standings th,
.cp-grid-standings .cp-table--standings td { padding: 7px 4px; }
.cp-grid-standings .cp-table--standings th { font-size: .52rem; }
.cp-grid-standings .cp-table--standings thead th:first-child,
.cp-grid-standings .cp-table--standings tbody td:first-child { width: 46%; }
.cp-grid-standings .cp-table--standings .cp-team-cell { gap: 4px; }
.cp-grid-standings .cp-table--standings .cp-team-cell img { width: 18px; height: 18px; }
.cp-grid-standings .cp-table--standings .cp-team-cell .pos-rank { min-width: .85rem; font-size: .62rem; }
.cp-grid-standings .cp-table--standings .cp-team-cell a,
.cp-grid-standings .cp-table--standings .cp-team-cell .wc-team-link {
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
	line-height: 1.2;
	font-size: .68rem;
}
.cp-grid-standings .cp-table--standings .cp-goals { font-size: .66rem; }
.cp-grid-standings .cp-table--standings .cp-pts { font-size: .82rem; }
.cp-grid-standings .cp-form-badge { min-width: 16px; height: 16px; font-size: .52rem; }
.cp-theme-light .cp-standings-group { background: var(--cp-surface); }

/* Form � son ma�lar (G/B/M) */
.cp-form-empty { color: var(--cp-on-surface-muted); }
.cp-form { display: inline-flex; gap: 4px; justify-content: center; align-items: center; }
.cp-form--badges { gap: 3px; }
.cp-form-badge {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 18px; height: 18px; padding: 0 3px;
	font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700; line-height: 1;
	border-radius: 3px;
}
.cp-form-badge--w { background: rgba(16, 185, 129, 0.3); color: #6ee7b7; }
.cp-form-badge--d { background: var(--cp-surface-highest); color: var(--cp-on-surface-muted); }
.cp-form-badge--l { background: rgba(248, 113, 113, 0.18); color: #f87171; }
.cp-theme-light .cp-form-badge--w { background: #bbf7d0; color: #047857; }
.cp-theme-light .cp-form-badge--d { background: #f1f5f9; color: #64748b; }
.cp-theme-light .cp-form-badge--l { background: #fecaca; color: #b91c1c; }

/* Impact player / sidebar widgets */
.cp-widget { margin-bottom: 16px; }
.cp-widget-player { display: flex; gap: 16px; align-items: center; margin-top: 12px; }
.cp-widget-player img { width: 64px; height: 64px; object-fit: cover; border-radius: 4px; background: var(--cp-surface-highest); }
.cp-widget-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.cp-widget-stat { background: var(--cp-surface-high); padding: 8px; }
.cp-fixture-item {
	display: flex; justify-content: space-between; align-items: center;
	padding: 8px 10px; margin-bottom: 6px; background: var(--cp-surface-high); cursor: pointer; transition: background .15s;
}
.cp-fixture-item:hover { background: var(--cp-surface-high); }
.cp-fixture-item time { font-family: var(--cp-font-body); font-size: .62rem; padding: 2px 6px; background: var(--cp-surface-highest); }
.cp-fixture-item__score--fin { font-family: var(--cp-font-body); font-size: .85rem; font-weight: 600; color: var(--cp-on-surface); background: var(--cp-surface-highest); }
.cp-fixture-item__score--live { color: var(--cp-primary-container); background: var(--cp-accent-soft); }

/* Fikst�r � yatay kart */
.cp-fx-filters { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 24px; padding-bottom: 4px; scrollbar-width: none; }
.cp-fx-filters::-webkit-scrollbar { display: none; }
.cp-chip {
	flex-shrink: 0; font-family: var(--cp-font-body); font-size: .65rem; font-weight: 700;
	padding: 8px 16px; border: none; cursor: pointer; background: var(--cp-surface-high); color: var(--cp-on-surface-muted);
}
.cp-chip.active { background: var(--cp-primary-container); color: var(--cp-on-primary-container); }
.cp-fx-day { margin-bottom: 32px; scroll-margin-top: calc(var(--cp-topbar-h) + 20px); }
.cp-fx-date-bar { margin-bottom: 20px; }
.cp-fx-day__head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.cp-fx-day__head h2 { font-family: var(--cp-font-display); font-size: 1.5rem; color: var(--cp-on-surface); margin: 0; text-transform: uppercase; letter-spacing: .02em; }
.cp-fx-card {
	display: flex;
	flex-direction: column;
	background: var(--cp-surface-container);
	border: 1px solid var(--cp-outline);
	border-radius: 16px;
	margin-bottom: 12px;
	overflow: hidden;
	color: inherit;
	min-width: 0;
}
.cp-fx-card--live { border-color: rgba(71, 160, 160, .45); }
.cp-fx-card--turkey { border-color: rgba(220, 38, 38, .35); }
.cp-fx-card--finished:not(.cp-fx-card--live) {
	opacity: .55;
	filter: saturate(.6);
}
.cp-fx-card--finished:not(.cp-fx-card--live):hover {
	opacity: .72;
	filter: saturate(.8);
}
.cp-fx-card--finished:not(.cp-fx-card--live) .cp-fx-card__team-name,
.cp-fx-card--finished:not(.cp-fx-card--live) .cp-fx-card__score {
	color: var(--cp-on-surface-muted);
}
.cp-fx-card--finished:not(.cp-fx-card--live) .cp-fx-card__score .win {
	color: var(--cp-on-surface-muted);
}
.cp-fx-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px 0;
}
.cp-fx-card__meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cp-fx-card__round {
	font-family: var(--cp-font-body);
	font-size: .72rem;
	font-weight: 700;
	color: var(--cp-on-surface);
	text-transform: uppercase;
	line-height: 1.3;
}
.cp-fx-card__datetime {
	font-family: var(--cp-font-body);
	font-size: .65rem;
	color: var(--cp-on-surface-muted);
}
.cp-fx-card__badge {
	flex-shrink: 0;
	font-family: var(--cp-font-body);
	font-size: .58rem;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--cp-surface-high);
	color: var(--cp-on-surface-muted);
	text-transform: uppercase;
	white-space: nowrap;
}
.cp-fx-card__badge--live {
	background: var(--cp-primary-container);
	color: var(--cp-on-primary-container);
}
.cp-fx-card__badge--done {
	background: var(--cp-surface-high);
	color: var(--cp-on-surface-muted);
}
.cp-fx-card__badge--soon {
	background: rgba(16, 185, 129, .15);
	color: var(--cp-tertiary);
}
.cp-fx-card__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 8px 12px;
	padding: 16px;
}
.cp-fx-card__team {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	min-width: 0;
}
.cp-fx-card__crest {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--cp-surface-high);
	border: 2px solid var(--cp-outline-soft);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	flex-shrink: 0;
}
.cp-fx-card__crest img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 50%;
}
.cp-fx-card__team-name {
	font-family: var(--cp-font-body);
	font-size: .62rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: var(--cp-on-surface);
	line-height: 1.25;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cp-fx-card__center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 72px;
	text-align: center;
}
.cp-fx-card__score {
	font-family: var(--cp-font-body);
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: var(--cp-on-surface);
	white-space: nowrap;
}
.cp-fx-card__score .win { color: var(--cp-primary-container); }
.cp-fx-card__score-sep { opacity: .4; font-weight: 600; }
.cp-fx-card__score--vs {
	font-size: 1rem;
	font-weight: 700;
	color: var(--cp-on-surface-muted);
	letter-spacing: .08em;
}
.cp-fx-card__venue {
	font-family: var(--cp-font-body);
	font-size: .58rem;
	color: var(--cp-on-surface-muted);
	line-height: 1.3;
	max-width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cp-fx-card__btn {
	display: block;
	margin: 0 16px 16px;
	padding: 12px 16px;
	border-radius: 999px;
	background: var(--cp-tertiary-container);
	color: #fff;
	font-family: var(--cp-font-body);
	font-size: .78rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .04em;
	transition: background .15s, transform .15s;
}
.cp-fx-card__btn:hover {
	background: var(--cp-tertiary);
	color: #fff;
	transform: translateY(-1px);
}

/* ?statistik */
.cp-stats-overview { margin-bottom: 40px; }
.cp-stats-bento .cp-card { text-align: left; border-radius: 14px; }
.cp-stats-card-top {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 4px;
}
.cp-stats-card-top__body { min-width: 0; flex: 1; }
.cp-stats-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.cp-stats-icon .cp-icon svg { width: 20px; height: 20px; stroke: currentColor; }
.cp-stats-icon--card {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: var(--cp-accent-soft);
	color: var(--cp-primary-container);
}
.cp-stats-icon--goals {
	background: var(--cp-accent-soft);
	color: var(--cp-primary-container);
}
.cp-stats-icon--mini {
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--cp-on-surface-muted);
	margin-bottom: 2px;
}
.cp-stats-icon--mini .cp-icon svg { width: 16px; height: 16px; }
.cp-stats-mini-card--done .cp-stats-icon--mini {
	background: rgba(74, 222, 128, 0.14);
	color: #4ade80;
}
.cp-stats-mini-card--soon .cp-stats-icon--mini {
	background: rgba(251, 191, 36, 0.14);
	color: #fbbf24;
}
.cp-stats-mini-card--live .cp-stats-icon--mini {
	background: rgba(248, 113, 113, 0.14);
	color: #f87171;
	animation: cp-pulse 2s infinite;
}
.cp-stats-tournament-card__stage { margin-top: 8px; }
.cp-stats-goals-card__val {
	font-size: 3rem;
	margin-top: 4px;
	color: var(--cp-primary-container);
}
.cp-stats-goals-card__bar { margin-top: 12px; }
.cp-stats-mini-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 14px;
}
.cp-stats-mini-grid:has(.cp-stats-mini-card--live) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cp-stats-mini-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 10px 8px;
	border-radius: 10px;
	background: var(--cp-surface-low);
	border: 1px solid var(--cp-outline-soft);
	min-height: 64px;
}
.cp-stats-mini-card--done {
	background: rgba(20, 83, 45, .45);
	border-color: rgba(74, 222, 128, .35);
}
.cp-stats-mini-card--soon {
	background: rgba(120, 53, 15, .45);
	border-color: rgba(251, 191, 36, .35);
}
.cp-stats-mini-card--live {
	background: rgba(127, 29, 29, .4);
	border-color: rgba(248, 113, 113, .35);
}
.cp-stats-mini-card__val {
	font-family: var(--cp-font-body);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
	color: var(--cp-on-surface);
}
.cp-stats-mini-card__lbl {
	font-family: var(--cp-font-body);
	font-size: .55rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--cp-on-surface-muted);
	text-align: center;
	line-height: 1.25;
}
.cp-theme-light .cp-stats-icon--mini { background: var(--cp-surface-high); }
.cp-theme-light .cp-stats-mini-card--done .cp-stats-icon--mini { background: rgba(5, 150, 105, 0.12); color: #059669; }
.cp-theme-light .cp-stats-mini-card--soon .cp-stats-icon--mini { background: rgba(217, 119, 6, 0.12); color: #d97706; }
.cp-theme-light .cp-stats-mini-card--live .cp-stats-icon--mini { background: rgba(220, 38, 38, 0.1); color: #dc2626; }
.cp-theme-light .cp-stats-mini-card { background: var(--cp-surface-low); }
.cp-theme-light .cp-stats-mini-card--done { background: #d1fae5; border-color: #6ee7b7; }
.cp-theme-light .cp-stats-mini-card--soon { background: #fef3c7; border-color: #fcd34d; }
.cp-theme-light .cp-stats-mini-card--live { background: #fee2e2; border-color: #fca5a5; }
.cp-stat-bar-row { margin-bottom: 20px; }
.cp-stat-bar-labels { display: flex; justify-content: space-between; font-family: var(--cp-font-body); font-size: .65rem;; margin-bottom: 6px; }
.cp-stat-bar-track { height: 4px; background: var(--cp-surface-highest); display: flex; }
.cp-stat-bar-fill--h { background: var(--cp-primary-container); height: 100%; }
.cp-stat-bar-fill--a { background: var(--cp-on-surface-variant); height: 100%; }
/* Gol / asist liderlik tablosu */
.cp-card--leaderboard { padding-bottom: 10px; }
.cp-card--leaderboard .cp-card__head { margin-bottom: 4px; }
.cp-leaderboard { display: flex; flex-direction: column; gap: 2px; }
.cp-leaderboard-row {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto auto;
	gap: 8px 10px;
	align-items: center;
	padding: 10px 4px;
	border-bottom: 1px solid var(--cp-outline-soft);
}
.cp-leaderboard-player {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.cp-leaderboard-main {
	min-width: 0;
	text-align: left;
}
.cp-leaderboard-row:last-child { border-bottom: none; padding-bottom: 4px; }
.cp-leaderboard-row--turkey {
	background: var(--cp-turkey-bg);
	border-radius: 8px;
	padding: 10px 8px;
	border-bottom-color: transparent;
}
.cp-leaderboard-rank {
	font-family: var(--cp-font-body);
	font-size: .72rem;
	font-weight: 700;
	color: var(--cp-on-surface-muted);
	text-align: center;
	line-height: 1;
}
.cp-leaderboard-row--top1 .cp-leaderboard-rank { color: #fbbf24; }
.cp-leaderboard-row--top2 .cp-leaderboard-rank { color: #94a3b8; }
.cp-leaderboard-row--top3 .cp-leaderboard-rank { color: #d97706; }
.cp-leaderboard-photo {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--cp-surface-high);
	border: 2px solid var(--cp-outline-soft);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cp-leaderboard-photo__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}
.cp-leaderboard-photo__fallback {
	font-family: var(--cp-font-body);
	font-size: 1rem;
	font-weight: 700;
	color: var(--cp-on-surface-muted);
	text-transform: uppercase;
}
.cp-leaderboard-info { min-width: 0; }
.cp-leaderboard-name {
	font-family: var(--cp-font-body);
	font-size: .86rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--cp-on-surface);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.cp-leaderboard-badge {
	display: inline-block;
	font-size: .52rem;
	font-weight: 700;
	padding: 1px 5px;
	border-radius: 4px;
	background: var(--cp-primary-container);
	color: var(--cp-on-primary-container);
	vertical-align: middle;
	margin-left: 4px;
}
.cp-leaderboard-team {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	margin-top: 3px;
	font-size: .68rem;
	font-weight: 600;
	color: var(--cp-on-surface-muted);
}
.cp-leaderboard-team__logo {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.cp-leaderboard-pos {
	font-size: .55rem;
	font-weight: 700;
	padding: 2px 5px;
	border-radius: 4px;
	background: var(--cp-surface-high);
	color: var(--cp-on-surface-muted);
	text-transform: uppercase;
}
.cp-leaderboard-chips {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 4px;
	flex-shrink: 0;
}
.cp-leaderboard-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 8px;
	background: var(--cp-surface-high);
	border: 1px solid var(--cp-outline-soft);
	font-family: var(--cp-font-body);
	font-size: .58rem;
	font-weight: 700;
	color: var(--cp-on-surface-muted);
	white-space: nowrap;
}
.cp-leaderboard-chip--rating {
	color: var(--cp-tertiary);
	border-color: rgba(16, 185, 129, .25);
	background: rgba(16, 185, 129, .12);
}
.cp-leaderboard-chip--rating::before {
	content: "\2605 ";
	font-size: .55rem;
}
.cp-leaderboard-stat {
	text-align: right;
	min-width: 36px;
	flex-shrink: 0;
}
.cp-leaderboard-stat__val {
	display: block;
	font-family: var(--cp-font-body);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	color: var(--cp-on-surface);
}
.cp-leaderboard-stat__lbl {
	display: block;
	font-family: var(--cp-font-body);
	font-size: .52rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--cp-on-surface-muted);
	margin-top: 3px;
}
.cp-theme-light .cp-leaderboard-photo {
	background: var(--cp-surface-low);
}

/* Tak?mlar */
.cp-team-featured {
	display: flex; flex-direction: column; gap: 20px; padding: 24px; margin-bottom: 40px;
	background: var(--cp-surface-container); border: 1px solid var(--cp-outline-soft);
	border-left: 4px solid var(--cp-primary-container);
}
@media (min-width: 768px) { .cp-team-featured { flex-direction: row; align-items: center; } }
.cp-team-featured__flag {
	width: 120px; height: 80px; flex-shrink: 0;
	display: flex; align-items: center; justify-content: center;
	background: #fff; border: 1px solid var(--cp-outline-soft); border-radius: 8px; padding: 10px;
}
.cp-team-featured__flag img {
	width: 100%; height: 100%; max-width: none; max-height: none; object-fit: contain; display: block;
}
@media (min-width: 768px) {
	.cp-team-featured__flag { width: 160px; height: 100px; padding: 12px; }
}

.cp-teams-section { margin-top: 8px; }
.cp-teams-section .cp-section-head { margin-bottom: 12px; }
.cp-teams-section__title { margin: 0 0 4px; }
.cp-teams-section__count { margin: 0 0 20px; }

.cp-team-grid {
	display: grid; gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 600px) { .cp-team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } }
@media (min-width: 900px) { .cp-team-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .cp-team-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }

.cp-team-card {
	display: flex; flex-direction: column; align-items: center; text-align: center;
	min-height: 148px; padding: 14px 10px 12px;
	background: var(--cp-surface-container); border: 1px solid var(--cp-outline-soft);
	transition: background .15s, border-color .15s, transform .15s; color: inherit;
}
.cp-team-card:hover {
	background: var(--cp-surface-high); border-color: var(--cp-outline);
	transform: translateY(-1px); color: inherit;
}
.cp-team-card--turkey {
	border-color: var(--cp-primary-container);
	background: var(--cp-turkey-bg);
}
.cp-team-card__flag {
	width: 52px; height: 34px; flex-shrink: 0;
	display: flex; align-items: center; justify-content: center;
	background: var(--cp-surface-highest); border: 1px solid var(--cp-outline-soft);
	margin-bottom: 10px; overflow: hidden;
}
.cp-team-card__flag img {
	width: 100%; height: 100%; object-fit: contain; display: block;
}
.cp-team-card__name {
	width: 100%; min-height: 2.6em; max-height: 2.6em;
	font-weight: 700; font-size: .78rem; line-height: 1.3;
	text-transform: uppercase;
	overflow: hidden;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.cp-team-card__meta {
	flex-shrink: 0; width: 100%; margin-top: auto; padding-top: 10px;
	border-top: 1px solid var(--cp-outline-soft);
	font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700;
	color: var(--cp-on-surface-muted);; text-transform: uppercase;
}
.cp-team-card--turkey .cp-team-card__meta { color: var(--cp-turkey-border); }
.cp-theme-light .cp-team-card { background: var(--cp-surface); }
.cp-theme-light .cp-team-card:hover { background: var(--cp-surface-high); }

/* Ma� detay */
.cp-md-hero { padding: 32px 24px; text-align: center; border: 1px solid var(--cp-outline-soft); margin-bottom: 24px; }
.cp-md-teams { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.cp-md-team img { width: 96px; height: 96px; object-fit: contain; margin: 0 auto 12px; }
.cp-md-score { font-family: var(--cp-font-body); font-size: 3.5rem; font-weight: 600; line-height: 1; }
.cp-md-grid { display: grid; gap: 16px; }
@media (min-width: 900px) { .cp-md-grid { grid-template-columns: 1fr 1.8fr; } }

/* Legend */
.cp-legend {
	display: flex; flex-wrap: wrap; gap: 24px; align-items: center; padding: 20px; margin-top: 32px;
	border: 1px solid var(--cp-outline-soft); background: var(--cp-surface-low);
}
.cp-legend-item { display: flex; align-items: center; gap: 8px; font-family: var(--cp-font-body); font-size: .58rem;; text-transform: uppercase; color: var(--cp-on-surface-muted); }
.cp-legend-bar { width: 4px; height: 24px; }
.cp-legend-bar--qual { background: var(--cp-qualified-border); }
.cp-legend-bar--possible { background: var(--cp-possible-border); }
.cp-legend-bar--tr { background: var(--cp-primary-container); }

.cp-page-head { margin-bottom: 40px; }
.cp-loading { padding: 48px 16px; text-align: center; color: var(--cp-on-surface-muted); font-family: var(--cp-font-body); font-size: .75rem;; }
@media (min-width: 768px) { .cp-loading { padding-left: 0; padding-right: 0; } }
.cp-muted { color: var(--cp-on-surface-muted); }
.cp-back { display: inline-block; margin-bottom: 16px; font-family: var(--cp-font-body); font-size: .7rem;; color: var(--cp-primary-container); }
.cp-back:hover { color: var(--cp-on-surface); }

/* Ma� / tak?m detay � Crescent Pulse dark (wc-* render uyumlulu?u) */
.cp-md-bento { display: grid; gap: 16px; margin-top: 8px; }
@media (min-width: 900px) { .cp-md-bento { grid-template-columns: 1fr 1.8fr; align-items: start; } }
.cp-md-bento-side { display: flex; flex-direction: column; gap: 16px; }
.cp-md-bento-main .wc-detail-section { margin-bottom: 0; height: 100%; }
.cp-md-bento-main .wc-md-lineups { height: 100%; }

.cp-main .wc-back-link {
	display: inline-flex; align-items: center; gap: 6px; margin-bottom: 20px;
	font-family: var(--cp-font-body); font-size: .68rem; font-weight: 700;; text-transform: uppercase;
	color: var(--cp-primary-container);
}
.cp-main .wc-back-link:hover { color: var(--cp-on-surface); text-decoration: none; }
.cp-main .wc-muted { color: var(--cp-on-surface-muted); font-size: .9rem; }
.cp-main .wc-team-link { color: inherit; font-weight: 600; }
.cp-main .wc-team-link:hover { color: var(--cp-primary-container); }

.cp-main .wc-alert { padding: 14px 16px; margin-bottom: 16px; font-size: .9rem; line-height: 1.5; border-left: 3px solid; }
.cp-main .wc-alert-warning { background: var(--cp-possible-bg); border-color: var(--cp-warning); color: var(--cp-on-surface); }
.cp-main .wc-alert-info { background: var(--cp-accent-soft); border-color: var(--cp-primary-container); color: var(--cp-on-surface); }

.cp-main .wc-detail-section { margin-bottom: 24px; }
.cp-main .wc-team-section-title {
	font-family: var(--cp-font-display); font-size: 1.1rem; text-transform: uppercase; letter-spacing: .02em;
	margin: 0 0 12px; display: flex; align-items: center; gap: 8px; color: var(--cp-on-surface);
}
.cp-main .wc-team-section-title::before {
	content: ""; width: 3px; height: 1.1rem; background: var(--cp-primary-container); flex-shrink: 0;
}
.cp-main .wc-detail-count { font-family: var(--cp-font-body); font-size: .62rem; font-weight: 700; color: var(--cp-on-surface-muted);; }

/* Ma� hero */
.cp-main .wc-md-hero {
	background: var(--cp-surface-container); border: 1px solid var(--cp-outline-soft);
	padding: 32px 24px; margin-bottom: 24px; text-align: center;
}
.cp-main .wc-md-hero.live { border-color: var(--cp-primary-container); }
.cp-main .wc-md-hero.finished { background: var(--cp-surface-container); border-color: var(--cp-outline-soft); color: var(--cp-on-surface); }
.cp-main .wc-md-finished-badge {
	display: inline-block; font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700;;
	background: var(--cp-primary-container); color: var(--cp-on-primary-container); padding: 6px 12px; margin-bottom: 12px;
}
.cp-main .wc-md-round { font-family: var(--cp-font-body); font-size: .65rem; font-weight: 700;; color: var(--cp-primary-container); margin-bottom: 20px; }
.cp-main .wc-md-teams { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-bottom: 20px; }
.cp-main .wc-md-team { display: flex; flex-direction: column; align-items: center; gap: 12px; min-width: 0; }
.cp-main .wc-md-flag { width: 96px; height: 96px; background: var(--cp-surface-high); border: 1px solid var(--cp-outline-soft); padding: 10px; display: flex; align-items: center; justify-content: center; }
.cp-main .wc-md-flag img { width: 100%; height: 100%; object-fit: contain; }
.cp-main .wc-md-team-name { font-weight: 700; font-size: .95rem; text-transform: uppercase; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cp-main .wc-md-team.winner .wc-md-team-name { color: var(--cp-primary-container); }
.cp-main .wc-md-center { min-width: 120px; }
.cp-main .wc-md-score { font-family: var(--cp-font-body); font-size: 3.5rem; font-weight: 600; line-height: 1; display: flex; align-items: center; justify-content: center; gap: 10px; }
.cp-main .wc-md-score-sep { opacity: .35; font-size: 2rem; }
.cp-main .wc-md-score-home.winner, .cp-main .wc-md-score-away.winner { color: var(--cp-primary-container); }
.cp-main .wc-md-time { font-family: var(--cp-font-body); font-size: 2.5rem; font-weight: 600; line-height: 1; }
.cp-main .wc-md-status { font-family: var(--cp-font-body); font-size: .68rem; font-weight: 700;; margin-top: 8px; text-transform: uppercase; color: var(--cp-on-surface-muted); }
.cp-main .wc-md-status.live { color: var(--cp-primary-container); }
.cp-main .wc-md-status.live::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--cp-primary-container); margin-right: 6px; animation: cp-pulse 2s infinite; vertical-align: middle; }
.cp-main .wc-md-ht { font-size: .75rem; color: var(--cp-on-surface-muted); margin-top: 4px; }

/* ?statistik + olay kartlar? */
.cp-main .wc-md-stats-card, .cp-main .wc-md-events-card {
	background: var(--cp-surface-container); border: 1px solid var(--cp-outline-soft); padding: 20px;
}
.cp-main .wc-md-stats-teams { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--cp-outline-soft); }
.cp-main .wc-md-stats-team { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: .85rem; min-width: 0; }
.cp-main .wc-md-stats-team.away { flex-direction: row-reverse; text-align: right; }
.cp-main .wc-md-stats-team img { width: 28px; height: 28px; object-fit: contain; }
.cp-main .wc-md-stat-values { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; margin-bottom: 6px; font-family: var(--cp-font-body); font-size: .65rem;; }
.cp-main .wc-md-stat-values .home { text-align: right; font-weight: 700; color: var(--cp-on-surface); }
.cp-main .wc-md-stat-values .away { text-align: left; font-weight: 700; color: var(--cp-on-surface); }
.cp-main .wc-md-stat-values .label { text-align: center; color: var(--cp-on-surface-muted); text-transform: uppercase; font-size: .58rem; }
.cp-main .wc-md-stat-track { display: flex; height: 4px; background: var(--cp-surface-highest); }
.cp-main .wc-md-stat-fill.home { background: var(--cp-primary-container); }
.cp-main .wc-md-stat-fill.away { background: var(--cp-on-surface-variant); }
.cp-main .wc-md-stats-bars { display: flex; flex-direction: column; gap: 20px; }

/* Timeline */
.cp-main .wc-md-events-card { padding: 16px 20px; }
.cp-main .wc-md-events-card .wc-md-stats-teams {
	margin-bottom: 12px; padding-bottom: 10px;
}
.cp-main .wc-md-timeline {
	position: relative;
	padding: 4px 0 8px;
	--wc-tl-axis: 40px;
}
.cp-main .wc-md-timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 6px;
	bottom: 6px;
	width: 1px;
	background: var(--cp-outline);
	transform: translateX(-50%);
	z-index: 0;
}
.cp-main .wc-md-timeline-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) var(--wc-tl-axis) minmax(0, 1fr);
	gap: 0;
	margin-bottom: 4px;
	position: relative;
	z-index: 1;
	align-items: center;
}
.cp-main .wc-md-timeline-left,
.cp-main .wc-md-timeline-right {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}
.cp-main .wc-md-timeline-left { align-items: flex-end; padding-right: 10px; }
.cp-main .wc-md-timeline-right { align-items: flex-start; padding-left: 10px; }
.cp-main .wc-md-timeline-axis {
	display: flex;
	justify-content: center;
	align-self: center;
	min-height: 0;
	padding-top: 0;
}
.cp-main .wc-md-timeline-marker {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1px;
	position: relative;
	z-index: 2;
}
.cp-main .wc-md-timeline-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--cp-primary-container);
	border: 2px solid var(--cp-surface-container);
	flex-shrink: 0;
}
.cp-main .wc-md-timeline-dot.start { background: var(--cp-tertiary); }
.cp-main .wc-md-timeline-dot.end { background: var(--cp-error); }
.cp-main .wc-md-timeline-min {
	font-family: var(--cp-font-body);
	font-size: .58rem;
	font-weight: 700;
	line-height: 1;
	color: var(--cp-on-surface-muted);
	white-space: nowrap;
}
.cp-main .wc-md-timeline-end-label {
	font-family: var(--cp-font-body);
	font-size: .52rem;
	font-weight: 700;
	line-height: 1;
	color: var(--cp-on-surface-muted);
}
.cp-main .wc-md-event-card {
	display: inline-flex;
	align-items: flex-start;
	gap: 6px;
	max-width: 100%;
	padding: 4px 0;
	background: none;
	border: none;
	min-width: 0;
}
.cp-main .wc-md-timeline-left .wc-md-event-card {
	flex-direction: row-reverse;
	text-align: right;
	padding-right: 8px;
	border-right: 2px solid transparent;
}
.cp-main .wc-md-timeline-right .wc-md-event-card {
	text-align: left;
	padding-left: 8px;
	border-left: 2px solid transparent;
}
.cp-main .wc-md-timeline-left .wc-md-event-card.goal { border-right-color: var(--cp-primary-container); }
.cp-main .wc-md-timeline-right .wc-md-event-card.goal { border-left-color: var(--cp-primary-container); }
.cp-main .wc-md-timeline-left .wc-md-event-card.yellow-card { border-right-color: var(--cp-warning); }
.cp-main .wc-md-timeline-right .wc-md-event-card.yellow-card { border-left-color: var(--cp-warning); }
.cp-main .wc-md-timeline-left .wc-md-event-card.red-card { border-right-color: var(--cp-error); }
.cp-main .wc-md-timeline-right .wc-md-event-card.red-card { border-left-color: var(--cp-error); }
.cp-main .wc-md-timeline-left .wc-md-event-card.sub { border-right-color: var(--cp-outline); }
.cp-main .wc-md-timeline-right .wc-md-event-card.sub { border-left-color: var(--cp-outline); }
.cp-main .wc-md-event-icon {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: .72rem;
	line-height: 1;
	opacity: .9;
}
.cp-main .wc-md-event-body { min-width: 0; }
.cp-main .wc-md-event-title {
	font-size: .74rem;
	font-weight: 600;
	line-height: 1.25;
	color: var(--cp-on-surface);
}
.cp-main .wc-md-event-sub {
	font-size: .65rem;
	color: var(--cp-on-surface-muted);
	margin-top: 1px;
	line-height: 1.2;
}

/* Kadrolar � ye?il saha dizili?i */
.cp-main .wc-md-lineups { display: block; }
.cp-main .wc-md-lineup-team { background: var(--cp-surface-container); border: 1px solid var(--cp-outline-soft); padding: 16px; overflow: hidden; }
.cp-md-bento-main .wc-md-lineup-team { min-height: auto; background-image: none; }
.cp-main .wc-md-lineup-head { display: flex; align-items: center; gap: 8px; font-weight: 700; margin-bottom: 8px; padding-bottom: 10px; border-bottom: 1px solid var(--cp-outline-soft); }
.cp-main .wc-md-lineup-head img { width: 28px; height: 28px; object-fit: contain; }
.cp-main .wc-md-lineup-head .formation { font-family: var(--cp-font-body); font-size: .62rem; font-weight: 700;; background: var(--cp-primary-container); color: var(--cp-on-primary-container); padding: 4px 8px; margin-left: auto; flex-shrink: 0; }
.cp-main .wc-pitch-form-label { font-family: var(--cp-font-body); font-size: .62rem; color: var(--cp-on-surface-muted); font-weight: 400; }
.cp-main .wc-md-coach { font-size: .8rem; color: var(--cp-on-surface-muted); margin-bottom: 12px; text-align: center; }

.cp-main .wc-lineup-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.cp-main .wc-lineup-tab {
	font-family: var(--cp-font-body); font-size: .62rem; font-weight: 700;; text-transform: uppercase;
	padding: 8px 16px; border: none; cursor: pointer; background: var(--cp-surface-high); color: var(--cp-on-surface-muted); transition: background .15s, color .15s;
}
.cp-main .wc-lineup-tab.active { background: var(--cp-primary-container); color: var(--cp-on-primary-container); }
.cp-main .wc-lineup-panel { display: none; }
.cp-main .wc-lineup-panel.active { display: block; }

.cp-main .wc-pitch {
	position: relative; width: 100%; aspect-ratio: 2 / 3; min-height: 420px; max-height: 680px;
	margin: 0 auto 16px; border: 2px solid rgba(255, 255, 255, .28); overflow: hidden;
}
.cp-main .wc-pitch__grass {
	position: absolute; inset: 0;
	background:
		repeating-linear-gradient(180deg, #2a6b2a 0px, #2a6b2a 40px, #256325 40px, #256325 80px),
		linear-gradient(180deg, #2f7a2f 0%, #1a5c1a 55%, #2f7a2f 100%);
}
.cp-main .wc-pitch__markings { position: absolute; inset: 10px; pointer-events: none; }
.cp-main .wc-pitch__halfling {
	position: absolute; top: 50%; left: 0; right: 0; height: 2px;
	background: rgba(255, 255, 255, .32); transform: translateY(-50%);
}
.cp-main .wc-pitch__center {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: 26%; aspect-ratio: 1; border: 2px solid rgba(255, 255, 255, .32); border-radius: 50%;
}
.cp-main .wc-pitch__box {
	position: absolute; left: 50%; transform: translateX(-50%); width: 58%; height: 16%;
	border: 2px solid rgba(255, 255, 255, .28);
}
.cp-main .wc-pitch__box--top { top: 0; border-top: none; }
.cp-main .wc-pitch__box--bottom { bottom: 0; border-bottom: none; }
.cp-main .wc-pitch__players { position: absolute; inset: 0; z-index: 2; }
.cp-main .wc-pitch-player {
	position: absolute; transform: translate(-50%, -50%);
	display: flex; flex-direction: column; align-items: center; width: 76px; z-index: 2;
}
.cp-main .wc-pitch-player__marker {
	width: 38px; height: 38px; border-radius: 50%;
	background: var(--cp-primary-container); border: 2px solid #fff;
	display: flex; align-items: center; justify-content: center;
	font-family: var(--cp-font-body); font-size: .72rem; font-weight: 700; color: #fff;
}
.cp-main .wc-pitch-player__name {
	font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700;;
	color: #fff; background: rgba(0, 0, 0, .6); padding: 2px 6px; margin-top: 4px;
	max-width: 76px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase;
}

.cp-main .wc-pitch-subs { margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--cp-outline-soft); }
.cp-main .wc-pitch-subs__title { font-family: var(--cp-font-body); font-size: .62rem; font-weight: 700;; color: var(--cp-primary-container); margin: 0 0 10px; text-transform: uppercase; }
.cp-main .wc-pitch-subs__list { display: flex; flex-wrap: wrap; gap: 8px; }
.cp-main .wc-pitch-subs .wc-md-player-card { width: 100px; flex-shrink: 0; padding: 8px 6px; }
.cp-main .wc-pitch-subs .wc-md-player-photo { width: 40px; height: 40px; }

.cp-main .wc-md-pos-block h4 { font-family: var(--cp-font-body); font-size: .62rem; font-weight: 700;; color: var(--cp-primary-container); margin: 0 0 8px; text-transform: uppercase; }
.cp-main .wc-md-players-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 8px; }
.cp-main .wc-md-player-card { background: var(--cp-surface-container); border: 1px solid var(--cp-outline-soft); padding: 10px 6px; text-align: center; position: relative; }
.cp-main .wc-md-player-num { position: absolute; top: 4px; left: 6px; font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700; color: var(--cp-on-surface-muted); }
.cp-main .wc-md-player-photo { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--cp-surface-highest); margin: 0 auto; }
.cp-main .wc-md-player-name { display: block; font-size: .68rem; font-weight: 600; margin-top: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cp-main .wc-md-player-pos { font-size: .58rem; color: var(--cp-on-surface-muted); }

@media (max-width: 767px) {
	.cp-main .wc-pitch { min-height: 360px; }
	.cp-main .wc-pitch-player { width: 64px; }
	.cp-main .wc-pitch-player__marker { width: 32px; height: 32px; font-size: .62rem; }
	.cp-main .wc-pitch-player__name { max-width: 64px; font-size: .52rem; }
}

/* Tak?m detay */
.cp-main .wc-detail-hero {
	display: flex; align-items: center; gap: 24px; padding: 24px; margin-bottom: 24px;
	background: var(--cp-surface-container); border: 1px solid var(--cp-outline-soft);
	border-left: 4px solid var(--cp-primary-container);
}
.cp-main .wc-detail-flag { width: 120px; height: 80px; object-fit: cover; border: 1px solid var(--cp-outline-soft); flex-shrink: 0; }
.cp-main .wc-detail-hero-body h2 { font-family: var(--cp-font-display); font-size: 2rem; text-transform: uppercase; letter-spacing: .02em; margin: 0 0 16px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cp-main .wc-host-badge { font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700;; background: var(--cp-primary-container); color: var(--cp-on-primary-container); padding: 4px 8px; }
.cp-main .wc-detail-hero-stats { max-width: 400px; }
.cp-main .wc-team-grid-row { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--cp-outline-soft); font-size: .85rem; }
.cp-main .wc-team-grid-row span { color: var(--cp-on-surface-muted); font-family: var(--cp-font-body); font-size: .62rem;; text-transform: uppercase; }
.cp-main .wc-team-grid-row strong { font-weight: 700; }
.cp-main .wc-detail-info-grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 12px;
	margin-bottom: 24px;
}
.cp-main .wc-detail-info-grid.wc-md-info-grid {
	display: grid;
	width: 100%;
	max-width: 100%;
	margin: 20px 0 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}
.cp-main .wc-detail-info-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--cp-surface-container);
	border: 1px solid var(--cp-outline-soft);
	padding: 16px 12px;
	gap: 6px;
	min-width: 0;
}
.cp-main .wc-md-info-grid .wc-detail-info-card { background: var(--cp-surface-low); }
.wc-detail-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: var(--cp-accent-soft);
	color: var(--cp-primary-container);
	flex-shrink: 0;
}
.wc-detail-info-icon .cp-icon svg { width: 20px; height: 20px; }
.cp-main .wc-detail-info-label {
	display: block;
	font-family: var(--cp-font-body);
	font-size: .58rem;
	font-weight: 700;
	color: var(--cp-on-surface-muted);
	text-transform: uppercase;
	margin: 0;
}
.cp-main .wc-detail-info-value {
	font-size: .88rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--cp-on-surface);
	word-break: break-word;
}
.cp-main .wc-detail-info-value.is-placeholder {
	color: var(--cp-on-surface-muted);
	font-weight: 500;
	font-size: .78rem;
}
.cp-icon { display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; }
.cp-icon svg, .cp-icon i svg { width: 18px; height: 18px; stroke: currentColor; }
.cp-icon--inline { margin-right: 4px; }
.cp-link-more {
	display: inline-flex; align-items: center; gap: 4px;
	font-family: var(--cp-font-body); font-size: .65rem; font-weight: 700;
	color: var(--cp-on-surface-muted); text-decoration: none; white-space: nowrap;
}
.cp-link-more:hover { color: var(--cp-primary-container); }
.cp-back, .cp-main .wc-back-link { display: inline-flex; align-items: center; gap: 6px; }
.cp-main .wc-detail-pos-block { margin-bottom: 20px; }
.cp-main .wc-detail-pos-block h3 { font-family: var(--cp-font-body); font-size: .68rem; font-weight: 700;; color: var(--cp-primary-container); margin: 0 0 10px; text-transform: uppercase; padding-bottom: 8px; border-bottom: 1px solid var(--cp-outline-soft); }
.cp-main .wc-detail-players-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; }
.cp-main .wc-detail-player-card { background: var(--cp-surface-container); border: 1px solid var(--cp-outline-soft); padding: 12px 8px; text-align: center; position: relative; }
.cp-main .wc-detail-player-num { position: absolute; top: 6px; left: 8px; font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700; color: var(--cp-on-surface-muted); }
.cp-main .wc-detail-player-photo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; background: var(--cp-surface-highest); margin: 0 auto; }
.cp-main .wc-detail-player-name { display: block; font-size: .72rem; font-weight: 600; margin-top: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cp-main .wc-detail-player-age { font-size: .62rem; color: var(--cp-on-surface-muted); margin-top: 2px; }

.cp-main .wc-standings-group { background: var(--cp-surface-container); border: 1px solid var(--cp-outline-soft); border-radius: 8px; overflow: hidden; }
.cp-main .wc-standings-group h3 { font-family: var(--cp-font-display); font-size: 1rem; text-transform: uppercase; letter-spacing: .02em; margin: 0; padding: 10px 14px; background: var(--cp-surface-low); border-bottom: 1px solid var(--cp-outline-soft); color: var(--cp-on-surface); }
.cp-main .wc-standings-table { width: 100%; font-size: .8rem; border-collapse: collapse; table-layout: fixed; }
.cp-main .wc-standings-table th { font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700; color: var(--cp-on-surface-muted); padding: 8px 6px; text-align: center; border-bottom: 1px solid var(--cp-outline-soft); background: var(--cp-surface-low); }
.cp-main .wc-standings-table td { padding: 9px 6px; text-align: center; border-bottom: 1px solid var(--cp-outline-soft); }
.cp-main .wc-standings-table tbody tr:last-child td { border-bottom: none; }
.cp-main .wc-standings-table tr.wc-standings-qualified td { background: var(--cp-qualified-bg); }
.cp-main .wc-standings-table tr.wc-standings-qualified td:first-child { box-shadow: inset 3px 0 0 var(--cp-qualified-border); }
.cp-main .wc-standings-table tr.wc-standings-possible td { background: var(--cp-possible-bg); }
.cp-main .wc-standings-table tr.wc-standings-possible td:first-child { box-shadow: inset 3px 0 0 var(--cp-possible-border); }
.cp-main .wc-standings-table .team-cell { display: flex; align-items: center; gap: 8px; font-weight: 600; text-align: left; min-width: 0; }
.cp-main .wc-standings-table .team-cell a,
.cp-main .wc-standings-table .team-cell .wc-team-link {
	display: block; flex: 1; min-width: 0;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
	color: var(--cp-on-surface);
}
.cp-main .wc-standings-table .team-cell a:hover,
.cp-main .wc-standings-table .team-cell .wc-team-link:hover { color: var(--cp-primary-container); }
.cp-main .wc-standings-table .team-cell img { width: 20px; height: 20px; object-fit: contain; flex-shrink: 0; }
.cp-main .wc-standings-table .pts { font-family: var(--cp-font-body); font-size: 1rem; font-weight: 700; }

.cp-main .wc-matches-grid { display: flex; flex-direction: column; gap: 10px; }
.cp-main .wc-match-card-link { display: block; color: inherit; }
.cp-main .wc-match-card-link:hover { color: inherit; }
.cp-main .wc-match-card {
	background: var(--cp-surface-container);
	border: 1px solid var(--cp-outline);
	border-left-width: 3px;
	border-left-color: var(--cp-outline);
	border-radius: 10px;
	padding: 14px 16px;
	transition: background .15s;
}
.cp-main .wc-match-card-link:hover .wc-match-card {
	background: var(--cp-surface-high);
	border-left-color: var(--cp-primary-container);
}
.cp-main .wc-match-card.wc-match-finished { border-left-color: var(--cp-outline); }
.cp-main .wc-match-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; }
.cp-main .wc-match-round { font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700;; color: var(--cp-primary-container); text-align: center; margin-bottom: 8px; text-transform: uppercase; }
.cp-main .wc-match-side { display: flex; align-items: center; gap: 8px; font-size: .85rem; font-weight: 600; min-width: 0; }
.cp-main .wc-match-side.away { flex-direction: row-reverse; text-align: right; }
.cp-main .wc-match-side img { width: 28px; height: 28px; object-fit: contain; flex-shrink: 0; }
.cp-main .wc-match-team { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.cp-main .wc-match-center { text-align: center; }
.cp-main .wc-match-center .score { font-family: var(--cp-font-body); font-size: 1.35rem; font-weight: 600; line-height: 1; }
.cp-main .wc-match-center .time { font-family: var(--cp-font-body); font-size: 1.1rem; font-weight: 600; }
.cp-main .wc-match-center .status { font-family: var(--cp-font-body); font-size: .58rem;; color: var(--cp-on-surface-muted); margin-top: 4px; text-transform: uppercase; }
.cp-main .wc-match-center .status.live { color: var(--cp-primary-container); font-weight: 700; }

@media (max-width: 767px) {
	.cp-main { padding-top: calc(var(--cp-topbar-h) + 16px); }
	.cp-hero { min-height: 360px; margin-bottom: 16px; }
	.cp-hero__body { padding: 28px 16px; }
	.cp-hero__matchup { gap: 12px 14px; margin: 16px 0 20px; }
	.cp-hero__flag { width: 52px; height: 52px; }
	.cp-hero__score { font-size: 1.65rem; }
	.cp-section-head { gap: 8px; margin-bottom: 12px; }
	.cp-page-head { margin-bottom: 24px; }
	.cp-page-head .cp-display { font-size: clamp(1.75rem, 8vw, 2.5rem); }
	.cp-page-head .cp-body { font-size: .9rem; }
	.cp-card { padding: 14px 10px; }
	.cp-card__head { margin-bottom: 12px; padding-bottom: 10px; }
	.cp-grid-standings { gap: 12px; }
	.cp-legend {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		padding: 14px;
		margin-top: 20px;
	}
	.cp-fx-grid { grid-template-columns: 1fr; }
	.cp-fx-card__crest { width: 48px; height: 48px; }
	.cp-fx-card__score { font-size: 1.5rem; }
	.cp-fx-card__body { padding: 14px 12px; gap: 6px 8px; }
	.cp-leaderboard-row {
		grid-template-columns: 18px minmax(0, 1fr) auto;
		gap: 6px 8px;
		padding: 8px 2px;
	}
	.cp-leaderboard-chips { display: none; }
	.cp-leaderboard-player { gap: 8px; }
	.cp-leaderboard-photo { width: 40px; height: 40px; }
	.cp-leaderboard-name { font-size: .82rem; }
	.cp-leaderboard-stat__val { font-size: 1.2rem; }
	.cp-stats-mini-grid,
	.cp-stats-mini-grid:has(.cp-stats-mini-card--live) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.cp-table-wrap { margin: 0 -2px; }
	.cp-table--standings { font-size: .7rem; }
	.cp-table--standings th,
	.cp-table--standings td { padding: 7px 2px; }
	.cp-table--standings th { font-size: .52rem; }
	.cp-table--standings thead th:first-child,
	.cp-table--standings tbody td:first-child { width: 40%; padding-left: 2px; }
	.cp-table--standings .cp-team-cell { gap: 4px; }
	.cp-table--standings .cp-team-cell img { width: 18px; height: 18px; }
	.cp-table--standings .cp-team-cell .pos-rank { min-width: .9rem; font-size: .65rem; }
	.cp-table--standings .cp-goals { font-size: .68rem; }
	.cp-table--standings .cp-pts { font-size: .85rem; }
	.cp-table--standings thead th:last-child,
	.cp-table--standings tbody td:last-child { display: none; }
	.cp-main .wc-standings-table { font-size: .72rem; table-layout: fixed; }
	.cp-main .wc-standings-table th,
	.cp-main .wc-standings-table td { padding: 8px 3px; }
	.cp-main .wc-standings-table .team-cell img { width: 18px; height: 18px; }
	.cp-main .wc-detail-info-grid.wc-md-info-grid { grid-template-columns: 1fr; }
	.cp-main .wc-md-teams {
		grid-template-columns: 1fr 1fr;
		gap: 12px 16px;
	}
	.cp-main .wc-md-center {
		order: -1;
		grid-column: 1 / -1;
	}
	.cp-main .wc-md-team-name { font-size: .8rem; }
	.cp-main .wc-md-flag { width: 72px; height: 72px; }
	.cp-main .wc-md-score { font-size: 2.5rem; }
	.cp-main .wc-detail-hero { flex-direction: column; text-align: center; }
	.cp-main .wc-detail-hero-stats { max-width: 100%; }
	.cp-main .wc-md-timeline { --wc-tl-axis: 34px; }
	.cp-main .wc-md-timeline-row { margin-bottom: 2px; }
	.cp-main .wc-md-timeline-left { padding-right: 6px; }
	.cp-main .wc-md-timeline-right { padding-left: 6px; }
}

.cp-theme-light .cp-main .wc-md-hero,
.cp-theme-light .cp-main .wc-detail-hero,
.cp-theme-light .cp-main .wc-md-stats-card,
.cp-theme-light .cp-main .wc-md-events-card,
.cp-theme-light .cp-main .wc-detail-info-card,
.cp-theme-light .cp-main .wc-md-lineup-team,
.cp-theme-light .cp-main .wc-detail-player-card,
.cp-theme-light .cp-main .wc-match-card { background: var(--cp-surface); }

/* Turnuva akisi / feed */
.cp-feed { margin-top: 40px; margin-bottom: 24px; }
.cp-feed-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .cp-feed-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cp-feed-grid { grid-template-columns: repeat(3, 1fr); } }
.cp-feed-card { display: block; color: inherit; transition: color .15s; }
.cp-feed-card:hover { color: var(--cp-primary-container); }
.cp-feed-card__img { position: relative; aspect-ratio: 16/9; overflow: hidden; margin-bottom: 12px; border: 1px solid var(--cp-outline-soft); }
.cp-feed-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.cp-feed-card:hover .cp-feed-card__img img { transform: scale(1.04); }
.cp-feed-tag {
	position: absolute; top: 8px; left: 8px; padding: 4px 8px;
	font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700;;
	background: var(--cp-surface-highest); color: var(--cp-on-surface);
}
.cp-feed-tag--primary { background: var(--cp-primary-container); color: var(--cp-on-primary-container); }
.cp-feed-card .cp-body { font-size: .9rem; margin-top: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.cp-feed-card .cp-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0; }

.cp-stats-overview { background-image: radial-gradient(var(--cp-outline-soft) 1px, transparent 1px); background-size: 24px 24px; padding-bottom: 8px; }

/* Section headings */
.cp-section { margin-bottom: 32px; }
.cp-section-head {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	margin-bottom: 16px; flex-wrap: wrap;
}
.cp-section-title {
	font-family: var(--cp-font-display); font-size: 1.35rem; font-weight: 400; margin: 0;
	color: var(--cp-on-surface); text-transform: uppercase; letter-spacing: .02em;
	padding-left: 12px; border-left: 3px solid var(--cp-primary-container);
}

/* Fixture summary cards */
.cp-main .wc-fixture-summary-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 20px;
}
@media (min-width: 640px) {
	.cp-main .wc-fixture-summary-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.cp-main .wc-fixture-stat-card {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	background: var(--cp-surface-container);
	border: 1px solid var(--cp-outline-soft);
	min-width: 0;
}
.cp-main .wc-fixture-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: var(--cp-accent-soft);
	color: var(--cp-primary-container);
	flex-shrink: 0;
}
.cp-main .wc-fixture-stat-icon .cp-icon svg { width: 18px; height: 18px; }
.cp-main .wc-fixture-stat-card.live .wc-fixture-stat-icon { animation: cp-pulse 2s infinite; }
.cp-main .wc-fixture-stat-body { flex: 1; min-width: 0; }
.cp-main .wc-fixture-stat-val {
	display: block;
	font-family: var(--cp-font-body);
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.1;
	color: var(--cp-on-surface);
}
.cp-main .wc-fixture-stat-lbl {
	display: block;
	font-family: var(--cp-font-body);
	font-size: .58rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--cp-on-surface-muted);
	margin-top: 2px;
}
.cp-main .wc-fixture-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
.cp-main .wc-fixture-tab {
	flex: 1;
	min-width: min(100%, 200px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid var(--cp-outline-soft);
	background: var(--cp-surface-container);
	color: var(--cp-on-surface-muted);
	font-family: var(--cp-font-body);
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color .15s, color .15s, background .15s;
}
.cp-main .wc-fixture-tab:hover { border-color: var(--cp-outline); color: var(--cp-on-surface); }
.cp-main .wc-fixture-tab.active {
	border-color: var(--cp-primary-container);
	background: var(--cp-accent-soft);
	color: var(--cp-on-surface);
}
.cp-main .wc-fixture-tab-icon { display: inline-flex; align-items: center; }
.cp-main .wc-fixture-tab-icon .cp-icon svg { width: 16px; height: 16px; }

/* Bento � standings only */
.cp-bento--standings-only { grid-template-columns: 1fr; margin-bottom: 32px; }

/* Match grid � yan yana kartlar */
.cp-fx-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	width: 100%;
	min-width: 0;
}
@media (min-width: 640px) {
	.cp-fx-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
	.cp-fx-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.cp-fx-grid .cp-fx-card {
	margin-bottom: 0;
	height: 100%;
}
.cp-fx-grid .cp-fx-card__head {
	padding: 10px 12px 0;
	gap: 8px;
}
.cp-fx-grid .cp-fx-card__round { font-size: .62rem; }
.cp-fx-grid .cp-fx-card__datetime { font-size: .58rem; }
.cp-fx-grid .cp-fx-card__badge { font-size: .55rem; padding: 3px 8px; }
.cp-fx-grid .cp-fx-card__body {
	padding: 10px 8px;
	gap: 4px 6px;
}
.cp-fx-grid .cp-fx-card__crest {
	width: 42px;
	height: 42px;
}
.cp-fx-grid .cp-fx-card__team { gap: 6px; }
.cp-fx-grid .cp-fx-card__team-name { font-size: .55rem; -webkit-line-clamp: 2; }
.cp-fx-grid .cp-fx-card__center { min-width: 52px; gap: 4px; }
.cp-fx-grid .cp-fx-card__score { font-size: 1.25rem; gap: 4px; }
.cp-fx-grid .cp-fx-card__score--vs { font-size: .85rem; }
.cp-fx-grid .cp-fx-card__venue { font-size: .52rem; max-width: 90px; }
.cp-fx-grid .cp-fx-card__btn {
	margin: 0 10px 10px;
	padding: 9px 10px;
	font-size: .68rem;
}
.cp-fx-grid > .cp-muted { grid-column: 1 / -1; padding: 16px 0; }

.cp-theme-light .cp-fx-card {
	border-color: var(--cp-outline);
	background: var(--cp-surface);
}
.cp-theme-light .cp-fx-card--live {
	border-color: rgba(220, 38, 38, .28);
}
.cp-theme-light .cp-fx-card__crest {
	background: var(--cp-surface-low);
}

/* Carousel nav */
.cp-carousel-btn {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
	width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--cp-outline-soft);
	background: var(--cp-surface-container); color: var(--cp-on-surface);
	font-size: 1.25rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center;
	transition: background .15s, border-color .15s, color .15s;
}
.cp-carousel-btn:hover {
	background: var(--cp-primary-container); border-color: var(--cp-primary-container); color: var(--cp-on-primary-container);
}
.cp-carousel-btn--prev { left: 0; }
.cp-carousel-btn--next { right: 0; }
.cp-carousel-btn.swiper-button-disabled { opacity: .35; pointer-events: none; }

/* Date picker */
.cp-date-slider { position: relative; padding: 0 44px; max-width: 100%; min-width: 0; margin-bottom: 16px; }
.cp-date-swiper { overflow: hidden; }
.cp-date-swiper .swiper-slide { width: 64px; flex-shrink: 0; }
.cp-date-btn {
	width: 100%; padding: 8px 6px; border: 1px solid var(--cp-outline-soft); border-radius: 8px;
	background: var(--cp-surface-container); text-align: center; cursor: pointer; transition: all .15s; color: var(--cp-on-surface);
}
.cp-date-btn__day, .cp-date-btn__mon {
	font-family: var(--cp-font-body); font-size: .58rem; font-weight: 700;;
	color: var(--cp-on-surface-muted); text-transform: uppercase;
}
.cp-date-btn__num { font-family: var(--cp-font-body); font-size: 1.35rem; font-weight: 600; line-height: 1.15; margin: 2px 0; }
.cp-date-btn.active {
	background: var(--cp-primary-container); border-color: var(--cp-primary-container); color: var(--cp-on-primary-container);
}
.cp-date-btn.active .cp-date-btn__day, .cp-date-btn.active .cp-date-btn__mon { color: rgba(255,255,255,.85); }

@media (max-width: 599px) {
	.cp-date-slider, .cp-teams-band, .cp-teams-panel .cp-teams-band { padding-left: 36px; padding-right: 36px; }
	.cp-matches-panel__summary { margin-right: 36px; }
	.cp-matches-panel__cards { padding: 12px 10px; }
	.cp-matches-panel__toolbar { padding: 12px 10px 10px; }
	.cp-carousel-btn { width: 30px; height: 30px; font-size: 1.1rem; }
	.cp-date-swiper .swiper-slide { width: 56px; }
	.cp-date-btn__num { font-size: 1.15rem; }
}
