/* Dnya Kupas? 2026 */
.wc-page {
	--color-theme: #0078d4;
	--color-theme-dark: #005a9e;
	--color-theme-light: #2b9aff;
	--color-theme-rgb: 0, 120, 212;
	display: block;
	max-width: 100%;
	overflow-x: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #1a1a2e;
	line-height: 1.5;
}
.wc-page *, .wc-page *::before, .wc-page *::after { box-sizing: border-box; }
.wc-page a { text-decoration: none; color: inherit; }
.wc-page a:hover { opacity: .85; }
.wc-page .wc-mt { margin-top: 1rem; }
.wc-page .wc-muted { color: #6c757d; margin: 0; }
.wc-page h1, .wc-page h2, .wc-page h3 { margin: 0; font-weight: inherit; }
.wc-page table { border-collapse: collapse; }
.wc-page img { max-width: 100%; height: auto; vertical-align: middle; }
.wc-page button { font-family: inherit; }
.wc-page .swiper { overflow: hidden !important; max-width: 100%; }
.wc-page .swiper-slide { width: auto; }

#wc-app, #wc-content, #wc-day-matches, #wc-standings { max-width: 100%; min-width: 0; }

.wc-section { margin-bottom: 2rem; max-width: 100%; overflow: hidden; min-width: 0; }
.wc-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.wc-section-head h2 { font-size: 1.25rem; font-weight: 700; margin: 0; display: flex; align-items: center; gap: .5rem; }
.wc-section-head h2::before { content: ""; display: inline-block; width: 4px; height: 1.25rem; background: #2ecc71; border-radius: 2px; }
.wc-link-more { font-size: .875rem; color: #6c757d; white-space: nowrap; }
.wc-link-more:hover { color: var(--color-theme-dark); }

/* Spor haberleri */
.wc-news-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 34%);
	gap: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
	background: #fff;
}
.wc-news-hero-main {
	position: relative;
	min-width: 0;
	background: #1a252f;
}
.wc-news-swiper,
.wc-news-swiper .swiper-wrapper,
.wc-news-swiper .swiper-slide { height: 100%; }
.wc-news-slide {
	position: relative;
	display: block;
	min-height: 340px;
	height: 100%;
	color: #fff;
	overflow: hidden;
}
.wc-news-slide:hover { opacity: 1; }
.wc-news-slide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.wc-news-slide-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .45) 42%, rgba(0, 0, 0, .08) 100%);
	pointer-events: none;
}
.wc-news-slide-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 1.25rem 1.25rem 2.85rem;
}
.wc-news-slide-kicker {
	display: inline-block;
	background: #d32f2f;
	color: #fff;
	font-size: .72rem;
	font-weight: 700;
	line-height: 1.35;
	padding: .35rem .65rem;
	margin-bottom: .6rem;
	max-width: 100%;
}
.wc-news-slide-kicker:empty { display: none; }
.wc-news-slide .wc-news-slide-title {
	font-size: clamp(1.1rem, 2.2vw, 1.65rem);
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: .01em;
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .45);
}
.wc-news-swiper-pagination {
	position: absolute;
	left: 1.25rem !important;
	bottom: 1rem !important;
	width: auto !important;
	z-index: 3;
	display: flex;
	gap: .35rem;
}
.wc-news-swiper .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin: 0 !important;
	background: rgba(255, 255, 255, .45);
	opacity: 1;
	transition: background .15s, transform .15s;
}
.wc-news-swiper .swiper-pagination-bullet-active {
	background: var(--color-theme);
	transform: scale(1.15);
}
.wc-news-hero-side {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 340px;
	background: #fff;
	border-left: 1px solid #e9ecef;
}
.wc-news-side-item {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	gap: .75rem;
	flex: 1;
	padding: .95rem 1rem;
	border-bottom: 1px solid #e9ecef;
	color: #1a1a2e;
	align-items: center;
	transition: background .15s;
}
.wc-news-side-item:last-child { border-bottom: none; }
.wc-news-side-item:hover { background: #f4f7fb; opacity: 1; }
.wc-news-side-item:nth-child(n+4) { display: none; }
.wc-news-side-thumb {
	display: block;
	overflow: hidden;
	border-radius: 6px;
	background: #e9ecef;
}
.wc-news-side-thumb img {
	width: 100px;
	height: 68px;
	object-fit: cover;
	display: block;
}
.wc-news-side-body { min-width: 0; }
.wc-news-side-title {
	display: block;
	font-size: .88rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: .3rem;
}
.wc-news-side-desc {
	display: -webkit-box;
	font-size: .76rem;
	color: #6c757d;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.wc-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}
.wc-news-grid .wc-news-card:nth-child(n+13) { display: none; }
.wc-news-card {
	display: block;
	color: inherit;
	min-width: 0;
}
.wc-news-card:hover { opacity: 1; }
.wc-news-card figure { margin: 0; }
.wc-news-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 8px;
	display: block;
	background: #e9ecef;
}
.wc-news-card-title {
	display: block;
	margin-top: .55rem;
	font-size: .92rem;
	font-weight: 700;
	line-height: 1.35;
}

/* Ma band? */
.wc-match-band { background: linear-gradient(135deg, var(--color-theme) 0%, var(--color-theme-light) 100%); color: #fff; border-radius: 8px; padding: 1rem 0; margin: 0 0 1.5rem; overflow: hidden; max-width: 100%; }
.wc-match-band-inner {
	display: flex;
	align-items: center;
	gap: 0;
	min-height: 130px;
	max-width: 100%;
	overflow: hidden;
	padding: 0 1.25rem;
	box-sizing: border-box;
}
.wc-featured-match {
	flex: 1 1 38%;
	min-width: 0;
	max-width: 42%;
	display: flex;
	align-items: center;
	gap: .75rem;
	padding: .5rem 1.25rem .5rem 0;
	border-right: 1px solid rgba(255,255,255,.2);
	overflow: hidden;
}
.wc-wc-logo { flex: 0 0 70px; text-align: center; }
.wc-wc-logo img { height: 56px; width: auto; max-width: 70px; object-fit: contain; }
.wc-wc-logo .wc-logo-date { font-size: .7rem; opacity: .9; margin-top: 2px; }
.wc-featured-body { flex: 1; min-width: 0; text-align: center; overflow: hidden; }
.wc-featured-round { font-size: .65rem; text-transform: uppercase; letter-spacing: .5px; opacity: .85; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-featured-main { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: .5rem; min-width: 0; width: 100%; }
.wc-featured-team { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: .7rem; font-weight: 600; min-width: 0; overflow: hidden; }
.wc-featured-team-name { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
.wc-featured-team .wc-team-link { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; }
.wc-match-band .wc-team-link:hover { color: #fff; text-decoration: underline; opacity: 1; }
.wc-band-card .wc-team-link { color: #fff; }
.wc-band-card .wc-team-link:hover { color: #fff; text-decoration: underline; opacity: 1; }
.wc-featured-team img { width: 24px; height: 24px; object-fit: contain; flex-shrink: 0; }
.wc-featured-center { text-align: center; min-width: 64px; padding: 0 .25rem; flex-shrink: 0; }
.wc-featured-time { font-size: 1.5rem; font-weight: 800; line-height: 1.1; }
.wc-featured-status { font-size: .65rem; opacity: .8; margin-top: 2px; }
.wc-featured-status.live { color: #ff6b6b; opacity: 1; font-weight: 700; }
.wc-featured-score { font-size: 1.35rem; font-weight: 800; line-height: 1.1; }

.wc-band-slider {
	flex: 1 1 58%;
	position: relative;
	padding: 0 2.5rem 0 2.75rem;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}
.wc-band-slider .swiper { height: 100%; width: 100%; max-width: 100%; overflow: hidden; }
.wc-band-slider .swiper-wrapper { align-items: stretch; }
.wc-band-card { background: rgba(255,255,255,.12); border-radius: 8px; padding: .6rem .75rem; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.wc-band-card-time { font-size: .65rem; font-weight: 700; text-transform: uppercase; margin-bottom: .4rem; opacity: .9; }
.wc-band-card-team { display: flex; align-items: center; gap: .4rem; font-size: .75rem; font-weight: 600; margin: 2px 0; min-width: 0; }
.wc-band-card-team span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-band-card-team img { width: 18px; height: 18px; object-fit: contain; }
.wc-band-prev, .wc-band-next,
.wc-teams-prev, .wc-teams-next,
.wc-date-prev, .wc-date-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	aspect-ratio: 1;
	padding: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: inherit;
	font-size: 0;
	line-height: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	transition: background .15s, border-color .15s, color .15s, box-shadow .15s;
	-webkit-tap-highlight-color: transparent;
}
.wc-band-prev::before, .wc-band-next::before,
.wc-teams-prev::before, .wc-teams-next::before,
.wc-date-prev::before, .wc-date-next::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	border-top: none;
	flex-shrink: 0;
}
.wc-band-prev::before, .wc-teams-prev::before, .wc-date-prev::before {
	border-right: none;
	transform: rotate(45deg) translateX(1px);
}
.wc-band-next::before, .wc-teams-next::before, .wc-date-next::before {
	border-left: none;
	transform: rotate(-45deg) translateX(-1px);
}
.wc-band-prev, .wc-band-next {
	background: rgba(255, 255, 255, .95);
	border: 1px solid rgba(255, 255, 255, .65);
	color: var(--color-theme);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .22);
}
.wc-band-prev { left: .5rem; }
.wc-band-next { right: .5rem; }
.wc-band-prev:hover, .wc-band-next:hover {
	background: #fff;
	border-color: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .28);
}
.wc-band-swiper .swiper-slide { width: 130px; flex-shrink: 0; }
.wc-teams-swiper .swiper-slide { width: 84px; flex-shrink: 0; }

@media (max-width: 767px) {
	.wc-match-band { padding: .75rem 0; margin-bottom: 1rem; }
	.wc-match-band-inner { flex-direction: column; min-height: 0; padding: 0 1rem; }
	.wc-featured-match, .wc-match-band .wc-match-card-link { flex: none; min-width: 0; max-width: 100%; width: 100%; }
	.wc-featured-match { border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); padding: .5rem 0 .75rem; }
	.wc-wc-logo { flex: 0 0 56px; }
	.wc-wc-logo img { height: 48px; }
	.wc-featured-time { font-size: 1.25rem; }
	.wc-featured-score { font-size: 1.15rem; }
	.wc-band-slider { flex: none; width: 100%; max-width: 100%; padding: .5rem 2.25rem 0; }
	.wc-band-prev { left: .35rem; }
	.wc-band-next { right: .35rem; }
	.wc-band-prev, .wc-band-next,
	.wc-teams-prev, .wc-teams-next,
	.wc-date-prev, .wc-date-next { width: 32px; height: 32px; min-width: 32px; min-height: 32px; }
	.wc-band-prev::before, .wc-band-next::before,
	.wc-teams-prev::before, .wc-teams-next::before,
	.wc-date-prev::before, .wc-date-next::before { width: 7px; height: 7px; }
	.wc-band-swiper .swiper-slide { width: 112px; }
	.wc-teams-band { padding: .75rem 0; border-radius: 10px; }
	.wc-teams-band .wc-teams-slider { padding: 0 2.25rem; }
	.wc-teams-swiper .swiper-slide { width: 72px; }
	.wc-team-flag { width: 40px; height: 40px; padding: 4px; }
}

/* lke slider */
.wc-teams-band {
	background: linear-gradient(135deg, #2c3e50 0%, #1e2a36 100%);
	border-radius: 12px;
	padding: 1rem 0;
	box-shadow: 0 4px 18px rgba(0, 0, 0, .14);
	overflow: hidden;
}
.wc-teams-band .wc-teams-slider { position: relative; padding: 0 2.75rem; max-width: 100%; overflow: hidden; }
.wc-teams-band .wc-teams-slider .swiper { width: 100%; max-width: 100%; overflow: hidden; }
.wc-teams-band .wc-team-chip {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .4rem;
	padding: .4rem .5rem;
	cursor: pointer;
	color: rgba(255, 255, 255, .92);
	border-radius: 8px;
	transition: background .15s, color .15s;
}
.wc-teams-band .wc-team-chip:hover {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	opacity: 1;
}
.wc-teams-band .wc-team-link { color: inherit; font-weight: inherit; }
.wc-teams-band .wc-team-link:hover { color: #fff; text-decoration: underline; opacity: 1; }
.wc-team-flag {
	width: 44px;
	height: 44px;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 8px;
	padding: 5px;
	box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
	overflow: hidden;
}
.wc-team-flag img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}
.wc-team-chip-name {
	font-size: .7rem;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	max-width: 76px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2;
}
.wc-teams-swiper .swiper-slide { width: 84px; flex-shrink: 0; }
.wc-teams-band .wc-teams-prev,
.wc-teams-band .wc-teams-next {
	background: rgba(255, 255, 255, .95);
	border: 1px solid rgba(255, 255, 255, .5);
	color: var(--color-theme);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}
.wc-teams-band .wc-teams-prev:hover,
.wc-teams-band .wc-teams-next:hover {
	background: #fff;
	border-color: #fff;
	color: var(--color-theme-dark);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
}
.wc-teams-band .wc-teams-prev { left: .65rem; }
.wc-teams-band .wc-teams-next { right: .65rem; }

.wc-date-prev, .wc-date-next {
	background: #fff;
	border: 1px solid #ced4da;
	color: var(--color-theme);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}
.wc-date-prev:hover, .wc-date-next:hover {
	background: var(--color-theme);
	border-color: var(--color-theme);
	color: #fff;
	box-shadow: 0 4px 12px rgba(var(--color-theme-rgb), .35);
}
.wc-date-prev { left: 0; }
.wc-date-next { right: 0; }

/* Gn seici */
.wc-date-slider { position: relative; padding: 0 2.5rem; max-width: 100%; min-width: 0; }
.wc-date-swiper { overflow: hidden; }
.wc-date-swiper .swiper-slide { width: 64px; flex-shrink: 0; }
.wc-date-btn { width: 100%; flex-shrink: 0; padding: .5rem .35rem; border: 1px solid #dee2e6; border-radius: 6px; background: #fff; text-align: center; cursor: pointer; transition: all .15s; }
.wc-date-btn .day-name { font-size: .65rem; color: #6c757d; text-transform: uppercase; }
.wc-date-btn .day-num { font-size: 1.25rem; font-weight: 800; line-height: 1.2; }
.wc-date-btn .day-mon { font-size: .65rem; color: #6c757d; }
.wc-date-btn.active { background: var(--color-theme); border-color: var(--color-theme); color: #fff; }
.wc-date-btn.active .day-name, .wc-date-btn.active .day-mon { color: rgba(255,255,255,.8); }

/* Ma kartlar? */
.wc-matches-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: .75rem; width: 100%; max-width: 100%; min-width: 0; }
.wc-matches-grid > * { min-width: 0; max-width: 100%; }
.wc-match-card { border: 1px solid #e9ecef; border-radius: 8px; padding: .85rem 1rem; background: #fff; display: flex; flex-direction: column; justify-content: center; min-width: 0; max-width: 100%; overflow: hidden; min-height: 72px; }
.wc-match-card.wc-match-finished { background: #fff5f5; border-color: #fecaca; }
.wc-match-card-link:hover .wc-match-card.wc-match-finished { border-color: #fca5a5; box-shadow: 0 2px 8px rgba(239, 68, 68, .1); }
.wc-match-card-link { display: block; color: inherit; text-decoration: none; min-width: 0; max-width: 100%; height: 100%; }
.wc-match-card-link:hover { opacity: 1; }
.wc-match-card-link:hover .wc-match-card { border-color: var(--color-theme); box-shadow: 0 2px 8px rgba(var(--color-theme-rgb), .12); }
.wc-match-band .wc-match-card-link { color: #fff; flex: 1 1 38%; min-width: 0; max-width: 42%; display: block; text-decoration: none; overflow: hidden; }
.wc-match-band .wc-match-card-link .wc-featured-match { width: 100%; max-width: 100%; }
.wc-match-band .wc-match-card-link:hover .wc-featured-match { opacity: .95; }
.wc-band-card-link { display: block; color: #fff; text-decoration: none; height: 100%; }
.wc-band-card-link:hover { opacity: 1; }
.wc-band-card-link:hover .wc-band-card { background: rgba(255,255,255,.2); }
.wc-match-row { display: grid; grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr); align-items: center; gap: .35rem .5rem; min-width: 0; max-width: 100%; }
.wc-match-round { font-size: .65rem; font-weight: 700; color: var(--color-theme); text-transform: uppercase; text-align: center; margin-bottom: .5rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-match-side { display: flex; align-items: center; gap: .4rem; font-size: .8125rem; font-weight: 600; line-height: 1.2; min-width: 0; overflow: hidden; }
.wc-match-side.home { justify-content: flex-start; }
.wc-match-side.away { justify-content: flex-end; text-align: right; }
.wc-match-side img { width: 26px; height: 26px; object-fit: contain; flex-shrink: 0; }
.wc-match-team { min-width: 0; flex: 1; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-word; }
.wc-match-team .wc-team-link { display: block; overflow: hidden; color: inherit; font-weight: inherit; }
.wc-match-center { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 44px; padding: 0 .15rem; }
.wc-match-center .score { font-size: 1.15rem; font-weight: 800; line-height: 1.15; }
.wc-match-center .time { font-size: 1.05rem; font-weight: 800; line-height: 1.15; }
.wc-match-center .status { font-size: .62rem; color: #6c757d; text-transform: uppercase; margin-top: 3px; line-height: 1.1; }
.wc-match-center .status:empty { display: none; }
.wc-match-center .live { color: #e74c3c; font-weight: 700; }

/* Puan durumu */
.wc-standings-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: 1rem; width: 100%; max-width: 100%; min-width: 0; }
.wc-standings-grid > * { min-width: 0; max-width: 100%; }
.wc-standings-group { border: 1px solid #e9ecef; border-radius: 8px; overflow: hidden; background: #fff; min-width: 0; max-width: 100%; }
.wc-standings-group h3 { font-size: .9rem; font-weight: 700; margin: 0; padding: .6rem 1rem; background: #f8f9fa; border-bottom: 1px solid #e9ecef; }
.wc-standings-table { width: 100%; font-size: .8rem; border-collapse: collapse; }
.wc-standings-table th { font-weight: 600; color: #6c757d; padding: .4rem .5rem; text-align: center; border-bottom: 1px solid #e9ecef; }
.wc-standings-table th:first-child, .wc-standings-table td:first-child { text-align: left; padding-left: .75rem; }
.wc-standings-table td { padding: .45rem .5rem; text-align: center; border-bottom: 1px solid #f1f3f5; }
.wc-standings-table tr:last-child td { border-bottom: none; }
.wc-standings-page { max-width: 100%; min-width: 0; }
.wc-standings-banner { display: flex; align-items: flex-start; gap: .75rem; padding: .85rem 1rem; margin-bottom: 1rem; border-radius: 10px; background: linear-gradient(135deg, #e8f4fd 0%, #f0f7ff 100%); border: 1px solid #b8d9f5; color: #1a4a7a; font-size: .875rem; line-height: 1.45; }
.wc-standings-banner-icon { font-size: 1.35rem; line-height: 1; flex-shrink: 0; }
.wc-standings-banner-text strong { color: var(--color-theme-dark); }
.wc-standings-legend { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; margin-bottom: 1rem; font-size: .78rem; color: #6c757d; }
.wc-standings-legend-item { display: inline-flex; align-items: center; gap: .4rem; }
.wc-standings-legend-item i { display: inline-block; width: 14px; height: 14px; border-radius: 3px; flex-shrink: 0; }
.wc-standings-legend-item.qualified i { background: #e8f7ee; border: 1px solid #a8dfc0; }
.wc-standings-legend-item.possible i { background: #fff8e1; border: 1px solid #ffe082; }
.wc-standings-table tr.wc-standings-qualified td { background: #e8f7ee; }
.wc-standings-table tr.wc-standings-possible td { background: #fff8e1; }
.wc-standings-table .team-cell { display: flex; align-items: center; gap: .4rem; font-weight: 600; min-width: 0; max-width: 140px; overflow: hidden; }
.wc-standings-table .team-cell a { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-standings-table .team-cell img { width: 20px; height: 20px; object-fit: contain; flex-shrink: 0; }
.wc-standings-table .pts { font-weight: 800; }

/* Alt sayfa */
.wc-sub-nav { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.wc-sub-nav a { padding: .4rem .85rem; border-radius: 20px; font-size: .8rem; font-weight: 600; border: 1px solid #dee2e6; color: #333; background: #fff; }
.wc-sub-nav a.active, .wc-sub-nav a:hover { background: var(--color-theme); color: #fff; border-color: var(--color-theme); }

/* Istatistikler */
.wc-stats-page { max-width: 100%; min-width: 0; }
.wc-stats-tabs { display: flex; gap: .75rem; margin-bottom: 1.5rem; }
.wc-stats-tab { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .75rem 1rem; border: 1px solid #e9ecef; border-radius: 8px; background: #fff; cursor: pointer; font-size: .9rem; font-weight: 700; color: #1a1a2e; transition: all .15s; }
.wc-stats-tab-icon { font-size: 1.1rem; line-height: 1; }
.wc-stats-tab:hover { border-color: var(--color-theme); }
.wc-stats-tab.active { background: linear-gradient(135deg, var(--color-theme) 0%, var(--color-theme-light) 100%); color: #fff; border-color: var(--color-theme); box-shadow: 0 4px 12px rgba(var(--color-theme-rgb), .25); }
.wc-stats-page > #wc-stats-body > .wc-team-section-title { margin-bottom: 1.25rem; }

.wc-stats-podium { display: flex; align-items: flex-end; justify-content: center; gap: .75rem; margin-bottom: 1.5rem; padding: 0 .25rem; }
.wc-stats-podium-spacer { flex: 1; max-width: 160px; }
.wc-stats-podium-card { flex: 1; max-width: 200px; min-width: 0; background: #fff; border: 1px solid #e9ecef; border-radius: 12px; padding: 1rem .75rem; text-align: center; position: relative; overflow: hidden; }
.wc-stats-podium-card.rank-1 { padding-top: 1.25rem; padding-bottom: 1.25rem; border-color: #d4a017; box-shadow: 0 6px 20px rgba(212,160,23,.2); transform: translateY(-8px); }
.wc-stats-podium-card.rank-2 { border-color: #b0b0b0; }
.wc-stats-podium-card.rank-3 { border-color: #cd7f32; }
.wc-stats-podium-medal { position: absolute; top: 8px; right: 8px; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 800; color: #fff; }
.wc-stats-podium-card.rank-1 .wc-stats-podium-medal { background: linear-gradient(135deg, #e6b800, #d4a017); }
.wc-stats-podium-card.rank-2 .wc-stats-podium-medal { background: linear-gradient(135deg, #c0c0c0, #9e9e9e); }
.wc-stats-podium-card.rank-3 .wc-stats-podium-medal { background: linear-gradient(135deg, #cd7f32, #a0522d); }
.wc-stats-podium-photo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; background: #f8f9fa; border: 3px solid #f1f3f5; margin: 0 auto .5rem; display: block; }
.wc-stats-podium-card.rank-1 .wc-stats-podium-photo { width: 88px; height: 88px; border-color: #f5e6a3; }
.wc-stats-podium-name { font-size: .85rem; font-weight: 800; line-height: 1.2; margin-bottom: .35rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-stats-podium-team { display: flex; align-items: center; justify-content: center; gap: .35rem; font-size: .75rem; margin-bottom: .5rem; min-width: 0; overflow: hidden; }
.wc-stats-podium-team img { width: 18px; height: 18px; flex-shrink: 0; }
.wc-stats-podium-team a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.wc-stats-podium-val { font-size: 2rem; font-weight: 800; color: var(--color-theme); line-height: 1; }
.wc-stats-podium-val span { display: block; font-size: .65rem; font-weight: 600; color: #6c757d; text-transform: uppercase; margin-top: 2px; }
.wc-stats-podium-meta { font-size: .7rem; color: #6c757d; margin-top: .35rem; }

.wc-stats-list { display: flex; flex-direction: column; gap: .5rem; }
.wc-stats-list-card { display: flex; align-items: center; gap: .75rem; background: #fff; border: 1px solid #e9ecef; border-radius: 8px; padding: .65rem .85rem; min-width: 0; transition: box-shadow .15s; }
.wc-stats-list-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.wc-stats-list-rank { width: 28px; height: 28px; border-radius: 50%; background: #f0f4fa; color: var(--color-theme); font-size: .8rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wc-stats-list-photo { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; background: #f8f9fa; flex-shrink: 0; }
.wc-stats-list-body { flex: 1; min-width: 0; overflow: hidden; }
.wc-stats-list-name { font-size: .9rem; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-stats-list-team { display: flex; align-items: center; gap: .35rem; font-size: .75rem; margin-top: 2px; min-width: 0; overflow: hidden; }
.wc-stats-list-team img { width: 16px; height: 16px; flex-shrink: 0; }
.wc-stats-list-team a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.wc-stats-list-sub { font-size: .7rem; color: #6c757d; margin-top: 2px; }
.wc-stats-list-val { text-align: center; flex-shrink: 0; min-width: 48px; font-size: 1.35rem; font-weight: 800; color: var(--color-theme); line-height: 1; }
.wc-stats-list-val span { display: block; font-size: .6rem; font-weight: 600; color: #6c757d; text-transform: uppercase; margin-top: 2px; }

@media (max-width: 600px) {
	.wc-stats-podium { flex-direction: column; align-items: stretch; }
	.wc-stats-podium-card.rank-1 { transform: none; order: -1; }
	.wc-stats-podium-spacer { display: none; }
	.wc-stats-podium-card { max-width: 100%; }
	.wc-stats-tabs { flex-direction: column; }
}

.wc-squad-accordion { display: flex; flex-direction: column; border: 1px solid #e9ecef; border-radius: 8px; overflow: hidden; background: #fff; }
.wc-squad-card { border-bottom: 1px solid #e9ecef; background: #fff; }
.wc-squad-card:last-child { border-bottom: none; }
.wc-squad-header { display: flex; align-items: center; gap: .75rem; width: 100%; padding: .85rem 1rem; background: #fff; border: none; cursor: pointer; text-align: left; color: inherit; transition: background .15s; }
.wc-squad-header:hover { background: #f8f9fa; }
.wc-squad-card.open > .wc-squad-header { background: #f0f4fa; }
.wc-squad-header img { width: 32px; height: 32px; flex-shrink: 0; }
.wc-squad-title-wrap { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.wc-squad-title { font-size: 1rem; font-weight: 700; }
.wc-squad-meta { font-size: .75rem; font-weight: 500; color: #6c757d; line-height: 1.3; }
.wc-host-badge { display: inline-block; padding: 1px 6px; border-radius: 4px; background: var(--color-theme); color: #fff; font-size: .65rem; font-weight: 700; vertical-align: middle; }
.wc-squad-header .toggle { display: flex; align-items: center; gap: .5rem; font-size: .75rem; color: #6c757d; flex-shrink: 0; }
.wc-squad-chevron { display: inline-block; font-size: .85rem; transition: transform .2s; }
.wc-squad-card.open .wc-squad-chevron { transform: rotate(180deg); }
.wc-squad-body { display: none; padding: .5rem 0 .75rem; border-top: 1px solid #e9ecef; background: #fafbfc; }
.wc-squad-card.open .wc-squad-body { display: block; }
.wc-squad-pos { font-size: .7rem; font-weight: 700; text-transform: uppercase; color: #6c757d; padding: .35rem 1rem .15rem; }
.wc-squad-player { display: flex; align-items: center; gap: .5rem; padding: .35rem 1rem; font-size: .8rem; }
.wc-squad-player img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.wc-squad-player .num { width: 24px; text-align: center; font-weight: 700; color: #6c757d; }

/* Fikstur sayfasi */
.wc-fixture-page { max-width: 100%; min-width: 0; }
.wc-fixture-banner { padding: .65rem 1rem; margin-bottom: 1rem; border-radius: 8px; background: linear-gradient(135deg, #e8f4fd 0%, #f0f7ff 100%); border: 1px solid #b8d9f5; color: #1a4a7a; font-size: .85rem; font-weight: 600; text-align: center; }
.wc-fixture-summary-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 1.5rem;
}
.wc-fixture-stat-card {
	display: flex;
	align-items: center;
	gap: .85rem;
	padding: 1rem 1.1rem;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
	transition: transform .15s, box-shadow .15s, border-color .15s;
	min-width: 0;
}
.wc-fixture-stat-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}
.wc-fixture-stat-icon {
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	border-radius: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	line-height: 1;
}
.wc-fixture-stat-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e74c3c;
	box-shadow: 0 0 0 0 rgba(231, 76, 60, .5);
	animation: wc-fixture-pulse 1.6s ease-out infinite;
}
@keyframes wc-fixture-pulse {
	0% { box-shadow: 0 0 0 0 rgba(231, 76, 60, .45); }
	70% { box-shadow: 0 0 0 8px rgba(231, 76, 60, 0); }
	100% { box-shadow: 0 0 0 0 rgba(231, 76, 60, 0); }
}
.wc-fixture-stat-body { flex: 1; min-width: 0; }
.wc-fixture-stat-val {
	display: block;
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1.1;
	color: var(--color-theme);
}
.wc-fixture-stat-lbl {
	display: block;
	font-size: .7rem;
	font-weight: 600;
	color: #6c757d;
	text-transform: uppercase;
	margin-top: .2rem;
	letter-spacing: .03em;
}
.wc-fixture-stat-card.total {
	background: linear-gradient(135deg, #e8f4fd 0%, #f4f9ff 100%);
	border: 1px solid #b8d9f5;
	border-left: 4px solid var(--color-theme);
}
.wc-fixture-stat-card.total .wc-fixture-stat-icon { background: rgba(255, 255, 255, .75); color: var(--color-theme); }
.wc-fixture-stat-card.total .wc-fixture-stat-lbl { color: #3d6f9e; }
.wc-fixture-stat-card.live {
	background: linear-gradient(135deg, #fde8e8 0%, #fff0f0 100%);
	border: 1px solid #f5b7b7;
	border-left: 4px solid #e74c3c;
}
.wc-fixture-stat-card.live .wc-fixture-stat-icon { background: rgba(255, 255, 255, .7); }
.wc-fixture-stat-card.live .wc-fixture-stat-val { color: #c0392b; }
.wc-fixture-stat-card.live .wc-fixture-stat-lbl { color: #a93226; }
.wc-fixture-stat-card.done {
	background: linear-gradient(135deg, #fff5f5 0%, #fffafa 100%);
	border: 1px solid #fecaca;
	border-left: 4px solid #f87171;
}
.wc-fixture-stat-card.done .wc-fixture-stat-icon { background: rgba(255, 255, 255, .8); color: #ef4444; font-weight: 800; }
.wc-fixture-stat-card.done .wc-fixture-stat-val { color: #dc2626; }
.wc-fixture-stat-card.done .wc-fixture-stat-lbl { color: #b91c1c; }
.wc-fixture-stat-card.soon {
	background: linear-gradient(135deg, #e8faf0 0%, #f2fdf7 100%);
	border: 1px solid #a8e6c3;
	border-left: 4px solid #27ae60;
}
.wc-fixture-stat-card.soon .wc-fixture-stat-icon { background: rgba(255, 255, 255, .75); color: #27ae60; }
.wc-fixture-stat-card.soon .wc-fixture-stat-val { color: #1e8449; }
.wc-fixture-stat-card.soon .wc-fixture-stat-lbl { color: #1d6f42; }
.wc-fixture-tabs { display: flex; gap: .75rem; margin-bottom: 1.25rem; }
.wc-fixture-tab { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .75rem 1rem; border: 1px solid #e9ecef; border-radius: 8px; background: #fff; cursor: pointer; font-size: .9rem; font-weight: 700; color: #1a1a2e; transition: all .15s; font-family: inherit; }
.wc-fixture-tab-icon { font-size: 1.1rem; line-height: 1; }
.wc-fixture-tab:hover { border-color: var(--color-theme); }
.wc-fixture-tab.active { background: linear-gradient(135deg, var(--color-theme) 0%, var(--color-theme-light) 100%); color: #fff; border-color: var(--color-theme); box-shadow: 0 4px 12px rgba(var(--color-theme-rgb), .25); }
.wc-fixture-date-wrap { margin-bottom: 1.25rem; }
.wc-date-slide-all { width: 72px !important; }
.wc-date-btn-all .day-num { font-size: .82rem; font-weight: 800; line-height: 1.35; letter-spacing: .01em; }
.wc-fixture-days-all .wc-fixture-day-card:last-child { margin-bottom: 0; }
.wc-fixture-date-slider { padding: 0 2.5rem; }
.wc-fixture-day-card { margin-bottom: 1.35rem; }
.wc-fixture-day-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: .75rem;
	padding-bottom: .55rem;
	margin-bottom: .65rem;
	border-bottom: 2px solid var(--color-theme);
}
.wc-fixture-day-card .wc-fixture-day-title {
	font-size: .95rem;
	font-weight: 800;
	color: #1a1a2e;
	margin: 0;
	min-width: 0;
}
.wc-fixture-day-meta {
	font-size: .75rem;
	font-weight: 600;
	color: #6c757d;
	white-space: nowrap;
	flex-shrink: 0;
}
.wc-fixture-day-meta .live { color: #e74c3c; font-weight: 700; }
.wc-fixture-day-card .wc-matches-grid { padding: 0; gap: .5rem; }
.wc-fixture-round-card { background: #fff; border: 1px solid #e9ecef; border-radius: 12px; overflow: hidden; margin-bottom: 1rem; box-shadow: 0 2px 10px rgba(0, 0, 0, .04); }
.wc-fixture-round-head { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem .65rem; padding: .85rem 1.15rem; background: linear-gradient(135deg, var(--color-theme) 0%, var(--color-theme-light) 100%); color: #fff; }
.wc-fixture-round-icon { font-size: 1.15rem; line-height: 1; }
.wc-fixture-round-title { flex: 1; font-size: .95rem; font-weight: 800; min-width: 0; }
.wc-fixture-round-badge { display: inline-flex; padding: .2rem .55rem; border-radius: 20px; font-size: .72rem; font-weight: 700; background: rgba(255, 255, 255, .2); color: #fff; }
.wc-fixture-round-badge.live { background: rgba(231, 76, 60, .85); }
.wc-fixture-round-card .wc-matches-grid { padding: 1rem; }
.wc-fixture-empty { text-align: center; padding: 2.5rem 1rem; color: #6c757d; background: #fff; border: 1px dashed #dee2e6; border-radius: 12px; }
.wc-fixture-empty-icon { display: block; font-size: 2rem; margin-bottom: .5rem; opacity: .7; }
.wc-fixture-empty p { margin: 0; font-size: .9rem; }
.wc-squad-card.highlight > .wc-squad-header { background: #e8f0fe; box-shadow: inset 3px 0 0 var(--color-theme); }

.wc-loading { text-align: center; color: #6c757d; }
.wc-page .page-title { margin-bottom: 1rem; }
.wc-page .page-title h1 { font-size: 1.5rem; font-weight: 800; }

/* Takim kart grid */
.wc-team-section-title { font-size: 1.25rem; font-weight: 700; margin: 0; display: flex; align-items: center; gap: .5rem; }
.wc-team-section-title::before { content: ""; display: inline-block; width: 4px; height: 1.25rem; background: #2ecc71; border-radius: 2px; flex-shrink: 0; }
.wc-team-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; gap: 1rem; }
.wc-team-grid-summary { font-size: .8rem; color: #6c757d; white-space: nowrap; }
.wc-detail-section { margin-bottom: 2rem; max-width: 100%; min-width: 0; overflow: hidden; }
.wc-detail-section > .wc-team-section-title { margin-bottom: 1rem; }
.wc-detail-count { font-size: .8rem; font-weight: 500; color: #6c757d; margin-left: .35rem; }
.wc-team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr)); gap: 1rem; width: 100%; max-width: 100%; min-width: 0; }
.wc-team-grid-hosts { grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); max-width: 100%; }
.wc-team-grid > * { min-width: 0; max-width: 100%; }
.wc-team-grid-card { display: block; background: #fff; border: 1px solid #e9ecef; border-radius: 8px; overflow: hidden; color: inherit; transition: box-shadow .15s, transform .15s; min-width: 0; max-width: 100%; }
.wc-team-grid-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,.08); transform: translateY(-2px); opacity: 1; }
.wc-team-grid-top { text-align: center; padding: 1.25rem 1rem .75rem; border-bottom: 1px solid #f1f3f5; }
.wc-team-grid-flag { width: 72px; height: 48px; object-fit: cover; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,.1); }
.wc-team-grid-name { font-size: 1rem; font-weight: 700; margin-top: .6rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-team-grid-stats { padding: .5rem 1rem .75rem; min-width: 0; }
.wc-team-grid-row { display: flex; justify-content: space-between; align-items: center; gap: .5rem; padding: .45rem 0; border-bottom: 1px solid #f1f3f5; font-size: .8rem; min-width: 0; }
.wc-team-grid-row:last-child { border-bottom: none; }
.wc-team-grid-row span { color: #6c757d; flex-shrink: 0; }
.wc-team-grid-row strong { font-weight: 700; color: #1a1a2e; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: right; }

/* Takim detay */
.wc-back-link { display: inline-block; font-size: .875rem; font-weight: 600; color: var(--color-theme); margin-bottom: 1rem; }
.wc-back-link:hover { text-decoration: underline; opacity: 1; }
.wc-detail-hero { display: flex; align-items: center; gap: 1.25rem; background: #fff; border: 1px solid #e9ecef; border-radius: 8px; padding: 1.25rem; margin-bottom: 1.25rem; }
.wc-detail-flag { width: 96px; height: 64px; object-fit: cover; border-radius: 6px; box-shadow: 0 2px 6px rgba(0,0,0,.1); flex-shrink: 0; }
.wc-detail-hero-body { flex: 1; min-width: 0; }
.wc-detail-hero-body h2 { font-size: 1.5rem; font-weight: 800; margin: 0 0 .75rem; display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.wc-detail-hero-stats { max-width: 360px; }
.wc-detail-info-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 160px), 1fr)); gap: .75rem; margin-bottom: 1.5rem; width: 100%; max-width: 100%; min-width: 0; }
.wc-detail-info-grid > * { min-width: 0; max-width: 100%; }
.wc-detail-info-card { background: #fff; border: 1px solid #e9ecef; border-radius: 8px; padding: .85rem 1rem; }
.wc-detail-info-label { display: block; font-size: .7rem; color: #6c757d; text-transform: uppercase; letter-spacing: .3px; margin-bottom: .25rem; }
.wc-detail-info-card strong { font-size: .95rem; font-weight: 700; }
.wc-detail-pos-block { margin-bottom: 1.25rem; }
.wc-detail-pos-block h3 { font-size: .85rem; font-weight: 700; color: var(--color-theme); margin: 0 0 .6rem; padding-bottom: .35rem; border-bottom: 2px solid #e9ecef; }
.wc-detail-players-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 140px), 1fr)); gap: .6rem; width: 100%; max-width: 100%; min-width: 0; }
.wc-detail-players-grid > * { min-width: 0; max-width: 100%; }
.wc-detail-player-card { background: #fff; border: 1px solid #e9ecef; border-radius: 8px; padding: .75rem .5rem; text-align: center; position: relative; min-width: 0; overflow: hidden; }
.wc-detail-player-num { position: absolute; top: 6px; left: 8px; font-size: .7rem; font-weight: 800; color: #6c757d; }
.wc-detail-player-photo { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; background: #f8f9fa; }
.wc-detail-player-name { display: block; font-size: .75rem; font-weight: 700; margin-top: .4rem; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-detail-player-age { display: block; font-size: .65rem; color: #6c757d; margin-top: 2px; }

@media (max-width: 767px) {
	.wc-detail-hero { flex-direction: column; text-align: center; }
	.wc-detail-hero-stats { max-width: 100%; }
}

/* Mac detay */
.wc-alert { padding: .85rem 1rem; border-radius: 8px; margin-bottom: 1rem; font-size: .875rem; line-height: 1.5; }
.wc-alert-warning { background: #fff8e1; border: 1px solid #ffe082; color: #7a5c00; }
.wc-alert-info { background: #e8f4fd; border: 1px solid #b6d9f7; color: var(--color-theme-dark); }
.wc-md-hero { background: linear-gradient(135deg, var(--color-theme) 0%, var(--color-theme-light) 100%); color: #fff; border-radius: 12px; padding: 1.5rem 1.25rem; margin-bottom: 1.5rem; text-align: center; overflow: hidden; }
.wc-md-hero.finished {
	background: linear-gradient(165deg, #fffbfb 0%, #fff5f5 48%, #fef2f2 100%);
	color: #1a1a2e;
	border: 1px solid #fecaca;
	box-shadow: 0 6px 24px rgba(239, 68, 68, .1);
}
.wc-md-hero.finished .wc-team-link { color: #1a1a2e; }
.wc-md-hero.finished .wc-team-link:hover { color: var(--color-theme-dark); text-decoration: underline; }
.wc-md-hero.finished .wc-md-round { color: #991b1b; opacity: 1; }
.wc-md-hero.finished .wc-md-score { color: #111827; text-shadow: none; }
.wc-md-hero.finished .wc-md-score-sep { opacity: .35; color: #9ca3af; }
.wc-md-hero.finished .wc-md-status {
	display: inline-block;
	color: #b91c1c;
	background: #fde8e8;
	border: 1px solid #fecaca;
	padding: .22rem .65rem;
	border-radius: 20px;
	font-weight: 700;
	opacity: 1;
}
.wc-md-hero.finished .wc-md-ht { color: #6b7280; opacity: 1; }
.wc-md-hero.finished .wc-md-team:not(.winner) { opacity: .72; }
.wc-md-hero.finished .wc-md-team.winner .wc-md-team-name { color: #b91c1c; }
.wc-md-hero.finished .wc-md-score-home.winner,
.wc-md-hero.finished .wc-md-score-away.winner { color: #b91c1c; }
.wc-md-hero.finished .wc-md-score-home.loser,
.wc-md-hero.finished .wc-md-score-away.loser { color: #1e293b; opacity: .85; }
.wc-md-hero.finished .wc-md-info-grid .wc-detail-info-card {
	background: #fff;
	border-color: #fecaca;
	color: #1a1a2e;
	box-shadow: 0 1px 4px rgba(239, 68, 68, .06);
	text-align: center;
}
.wc-md-hero.finished .wc-md-info-grid .wc-detail-info-label { color: #6b7280; }
.wc-md-hero.finished .wc-md-info-grid .wc-detail-info-card strong { color: #1a1a2e; }
.wc-md-hero.finished .wc-md-info-grid .wc-detail-info-card:first-child strong { color: #b91c1c; }
.wc-md-finished-badge {
	display: inline-block;
	font-size: .65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .07em;
	color: #fff;
	background: #991b1b;
	border: none;
	padding: .35rem .85rem;
	border-radius: 20px;
	margin-bottom: .75rem;
	box-shadow: 0 2px 8px rgba(153, 27, 27, .25);
}
.wc-md-hero.live { box-shadow: 0 0 0 2px #e74c3c, 0 8px 24px rgba(231,76,60,.2); }
.wc-md-hero.live.finished { box-shadow: 0 6px 24px rgba(239, 68, 68, .1); border: 1px solid #fecaca; }
.wc-md-hero:not(.finished) .wc-team-link { color: #fff; }
.wc-md-hero:not(.finished) .wc-team-link:hover { color: #fff; text-decoration: underline; }
.wc-md-round { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; opacity: .85; margin-bottom: 1rem; }
.wc-md-teams { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 1rem; margin-bottom: 1.25rem; }
.wc-md-team { display: flex; flex-direction: column; align-items: center; gap: .5rem; font-size: .9rem; font-weight: 700; min-width: 0; }
.wc-md-flag {
	width: 72px;
	height: 72px;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	padding: 6px;
	box-sizing: border-box;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
	overflow: hidden;
}
.wc-md-flag img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}
.wc-md-hero:not(.finished) .wc-md-flag { box-shadow: 0 2px 10px rgba(0, 0, 0, .2); }
.wc-md-team.winner .wc-md-flag { box-shadow: 0 4px 14px rgba(185, 28, 28, .2); }
.wc-md-team-name { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-md-center { min-width: 110px; padding: 0 .5rem; }
.wc-md-score { font-size: 2.5rem; font-weight: 800; line-height: 1; letter-spacing: .05em; display: flex; align-items: center; justify-content: center; gap: .15rem; }
.wc-md-score-sep { opacity: .35; font-weight: 400; color: #9ca3af; }
.wc-md-time { font-size: 2rem; font-weight: 800; line-height: 1.1; }
.wc-md-status { font-size: .75rem; opacity: .85; text-transform: uppercase; margin-top: 6px; }
.wc-md-status.live { color: #ff6b6b; opacity: 1; font-weight: 700; }
.wc-md-ht { font-size: .72rem; opacity: .75; margin-top: 4px; }
.wc-md-info-grid { margin-top: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wc-md-info-grid .wc-detail-info-card { text-align: center; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); color: #fff; }
.wc-md-info-grid .wc-detail-info-label { color: rgba(255,255,255,.7); }
.wc-md-info-grid .wc-detail-info-card strong { color: #fff; display: block; line-height: 1.35; }

.wc-md-events-card { background: #fff; border: 1px solid #e9ecef; border-radius: 8px; padding: 1rem; overflow: hidden; }
.wc-md-timeline { position: relative; padding: .25rem 0 .5rem; }
.wc-md-timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, #dee2e6 0%, var(--color-theme) 8%, var(--color-theme) 92%, #dee2e6 100%); transform: translateX(-50%); z-index: 0; }
.wc-md-timeline-row { display: grid; grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr); gap: .5rem; align-items: start; margin-bottom: .65rem; position: relative; z-index: 1; }
.wc-md-timeline-row.wc-md-timeline-start { margin-bottom: .75rem; }
.wc-md-timeline-left { display: flex; flex-direction: column; gap: .5rem; align-items: stretch; min-width: 0; }
.wc-md-timeline-right { display: flex; flex-direction: column; gap: .5rem; align-items: stretch; min-width: 0; }
.wc-md-timeline-axis { display: flex; flex-direction: column; align-items: center; gap: 3px; padding-top: .35rem; }
.wc-md-timeline-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--color-theme); border: 2px solid #fff; box-shadow: 0 0 0 2px #c5d4ea; flex-shrink: 0; }
.wc-md-timeline-dot.start { background: #2ecc71; box-shadow: 0 0 0 2px #b8e6cc; }
.wc-md-timeline-dot.end { background: #e74c3c; box-shadow: 0 0 0 2px #f5c6c6; }
.wc-md-timeline-min { font-size: .68rem; font-weight: 800; color: var(--color-theme); white-space: nowrap; background: #fff; padding: 0 2px; line-height: 1.2; }
.wc-md-timeline-end-label { font-size: .58rem; font-weight: 700; color: #6c757d; text-transform: uppercase; background: #fff; padding: 0 2px; }
.wc-md-event-card { display: flex; align-items: flex-start; gap: .6rem; background: #fff; border: 1px solid #e9ecef; border-radius: 8px; padding: .65rem .75rem; min-width: 0; border-left: 4px solid #dee2e6; }
.wc-md-timeline-left .wc-md-event-card { margin-right: .15rem; }
.wc-md-timeline-right .wc-md-event-card { margin-left: .15rem; }
.wc-md-event-card.side-away { flex-direction: row-reverse; text-align: right; border-left: 1px solid #e9ecef; border-right: 4px solid #dee2e6; }
.wc-md-event-card.goal { border-left-color: #1e9e57; border-color: #b8e6cc; background: #e8f7ee; }
.wc-md-event-card.side-away.goal { border-right-color: #1e9e57; border-left-color: #b8e6cc; }
.wc-md-event-card.yellow-card { border-left-color: #f1c40f; }
.wc-md-event-card.side-away.yellow-card { border-right-color: #f1c40f; border-left-color: #e9ecef; }
.wc-md-event-card.red-card { border-left-color: #e74c3c; background: #fff5f5; }
.wc-md-event-card.side-away.red-card { border-right-color: #e74c3c; border-left-color: #e9ecef; }
.wc-md-event-card.sub { border-left-color: #3498db; }
.wc-md-event-card.side-away.sub { border-right-color: #3498db; border-left-color: #e9ecef; }
.wc-md-event-card.var { border-left-color: #9b59b6; }
.wc-md-event-card.side-away.var { border-right-color: #9b59b6; border-left-color: #e9ecef; }
.wc-md-event-icon { width: 32px; height: 32px; border-radius: 50%; background: #f0f4fa; display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0; }
.wc-md-event-card.goal .wc-md-event-icon { background: #c8edd8; }
.wc-md-event-card.goal .wc-md-event-title { color: #157a42; }
.wc-md-event-body { flex: 1; min-width: 0; }
.wc-md-event-title { font-size: .8rem; font-weight: 700; line-height: 1.3; }
.wc-md-event-sub { font-size: .75rem; color: #6c757d; margin-top: 2px; }

.wc-md-stats-card { background: #fff; border: 1px solid #e9ecef; border-radius: 8px; padding: 1rem; overflow: hidden; }
.wc-md-stats-teams { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; padding-bottom: .75rem; border-bottom: 1px solid #f1f3f5; }
.wc-md-stats-team { display: flex; align-items: center; gap: .5rem; font-size: .85rem; font-weight: 700; min-width: 0; }
.wc-md-stats-team.home { justify-content: flex-start; }
.wc-md-stats-team.away { justify-content: flex-end; flex-direction: row-reverse; text-align: right; }
.wc-md-stats-team img { width: 28px; height: 28px; flex-shrink: 0; }
.wc-md-stats-team span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-md-stats-bars { display: flex; flex-direction: column; gap: .85rem; }
.wc-md-stat-bar { min-width: 0; }
.wc-md-stat-values { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: .5rem; margin-bottom: .35rem; font-size: .8rem; }
.wc-md-stat-values .home { text-align: right; font-weight: 800; color: var(--color-theme); }
.wc-md-stat-values .away { text-align: left; font-weight: 800; color: var(--color-theme); }
.wc-md-stat-values .label { font-size: .72rem; color: #6c757d; text-align: center; font-weight: 600; }
.wc-md-stat-track { display: flex; height: 8px; border-radius: 4px; overflow: hidden; background: #f1f3f5; }
.wc-md-stat-fill { height: 100%; transition: width .3s; }
.wc-md-stat-fill.home { background: linear-gradient(90deg, var(--color-theme), var(--color-theme-light)); }
.wc-md-stat-fill.away { background: linear-gradient(90deg, #e74c3c, #c0392b); }

.wc-md-lineups { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 1rem; width: 100%; max-width: 100%; min-width: 0; }
.wc-md-lineups > * { min-width: 0; max-width: 100%; }
.wc-md-lineup-team { background: #fff; border: 1px solid #e9ecef; border-radius: 8px; padding: 1rem; min-width: 0; overflow: hidden; }
.wc-md-lineup-head { display: flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .95rem; margin-bottom: .75rem; padding-bottom: .6rem; border-bottom: 2px solid #f1f3f5; }
.wc-md-lineup-head span:not(.formation) { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; }
.wc-md-lineup-head img { width: 28px; height: 28px; flex-shrink: 0; }
.wc-md-lineup-head .formation { font-size: .75rem; color: #fff; font-weight: 700; background: var(--color-theme); padding: .2rem .5rem; border-radius: 4px; flex-shrink: 0; }
.wc-md-coach { font-size: .78rem; color: #6c757d; margin-bottom: .75rem; }
.wc-md-pos-block { margin-bottom: 1rem; }
.wc-md-pos-block h4 { font-size: .78rem; font-weight: 700; color: var(--color-theme); margin: 0 0 .5rem; padding-bottom: .3rem; border-bottom: 2px solid #e9ecef; }
.wc-md-pos-block.subs h4 { color: #6c757d; }
.wc-md-players-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 100px), 1fr)); gap: .5rem; }
.wc-md-player-card { background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: .65rem .4rem; text-align: center; position: relative; min-width: 0; overflow: hidden; }
.wc-md-player-card.sub { opacity: .88; background: #fff; }
.wc-md-player-num { position: absolute; top: 5px; left: 6px; font-size: .65rem; font-weight: 800; color: #6c757d; }
.wc-md-player-photo { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; background: #e9ecef; }
.wc-md-player-name { display: block; font-size: .7rem; font-weight: 700; margin-top: .35rem; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc-md-player-pos { display: block; font-size: .62rem; color: #6c757d; margin-top: 2px; }

@media (max-width: 767px) {
	.wc-md-teams { grid-template-columns: 1fr; gap: .75rem; }
	.wc-md-center { order: -1; }
	.wc-md-flag { width: 58px; height: 58px; padding: 5px; }
	.wc-md-score { font-size: 2rem; }
	.wc-md-timeline-row { grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr); gap: .35rem; }
	.wc-md-event-card { padding: .55rem .6rem; }
	.wc-md-event-icon { width: 28px; height: 28px; font-size: .8rem; }
}

/* Responsive genel */
@media (max-width: 991px) {
	.wc-matches-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); }
	.wc-standings-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); }
	.wc-team-section-head { flex-wrap: wrap; }
}

@media (max-width: 767px) {
	.wc-page .page-title h1 { font-size: 1.25rem; }
	.wc-section-head { flex-wrap: wrap; gap: .35rem .75rem; }
	.wc-section-head h2 { font-size: 1.05rem; }
	.wc-news-hero { grid-template-columns: 1fr; }
	.wc-news-hero-side { border-left: none; border-top: 1px solid #e9ecef; }
	.wc-news-slide { min-height: 260px; }
	.wc-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
	.wc-link-more { font-size: .8rem; }
	.wc-matches-grid { grid-template-columns: 1fr; }
	.wc-standings-grid { grid-template-columns: 1fr; }
	.wc-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
	.wc-team-grid-hosts { grid-template-columns: 1fr; }
	.wc-match-row { grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr); gap: .25rem .35rem; }
	.wc-match-side { font-size: .75rem; }
	.wc-match-side img { width: 22px; height: 22px; }
	.wc-match-center { min-height: 40px; }
	.wc-match-center .score { font-size: 1rem; }
	.wc-standings-table { font-size: .72rem; }
	.wc-standings-table .team-cell { max-width: 100px; }
	.wc-md-stats-teams { flex-direction: column; align-items: stretch; gap: .5rem; }
	.wc-md-stats-team.away { flex-direction: row; text-align: left; }
	.wc-md-lineups { grid-template-columns: 1fr; }
	.wc-detail-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wc-md-info-grid { grid-template-columns: 1fr; }
	.wc-squad-header { padding: .7rem .75rem; }
	.wc-fixture-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
	.wc-fixture-stat-card { padding: .85rem .9rem; gap: .7rem; }
	.wc-fixture-stat-icon { width: 40px; height: 40px; font-size: 1.05rem; }
	.wc-fixture-stat-val { font-size: 1.35rem; }
	.wc-fixture-tabs { flex-direction: column; }
	.wc-fixture-day-head { flex-wrap: wrap; }
	.wc-fixture-day-card .wc-matches-grid,
	.wc-fixture-round-card .wc-matches-grid { padding: .75rem; }
}

@media (max-width: 480px) {
	.wc-team-grid { grid-template-columns: 1fr; }
	.wc-detail-players-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wc-md-players-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wc-date-swiper .swiper-slide { width: 56px; }
	.wc-date-btn { padding: .4rem .25rem; }
	.wc-date-btn .day-num { font-size: 1.1rem; }
	.wc-stats-list-card { padding: .55rem .65rem; gap: .5rem; }
	.wc-stats-list-photo { width: 40px; height: 40px; }
	.wc-team-grid-flag { width: 64px; height: 42px; }
	.wc-news-grid { grid-template-columns: 1fr; }
	.wc-news-side-item { grid-template-columns: 88px minmax(0, 1fr); padding: .8rem .85rem; }
	.wc-news-side-thumb img { width: 88px; height: 60px; }
}
