/*
Theme Name: Jogo do Corinthians
Theme URI: https://jogodocorinthians.com/
Author: Jogo do Corinthians
Description: Central independente de jogos do Corinthians com agenda e transmissões automáticas, áreas de publicidade, notícias e suporte ao WooCommerce.
Version: 1.8.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: jogo-do-corinthians
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: news, blog, entertainment, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, e-commerce
*/

:root {
	--jdc-bg: #070708;
	--jdc-surface: #111214;
	--jdc-surface-2: #191a1d;
	--jdc-text: #f7f7f5;
	--jdc-muted: #9a9ca3;
	--jdc-red: #e30613;
	--jdc-red-dark: #ad0710;
	--jdc-line: rgba(255, 255, 255, .14);
	--jdc-glass: rgba(17, 18, 20, .88);
	--jdc-radius: 14px;
	--jdc-shell: 1360px;
	--jdc-shadow: 0 24px 80px rgba(0, 0, 0, .42);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--jdc-bg);
	color: var(--jdc-text);
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { max-width: 100%; height: auto; }

a { color: inherit; text-decoration: none; }

button, input, textarea, select { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

::selection { background: var(--jdc-red); color: #fff; }

.jdc-shell {
	width: min(calc(100% - 48px), var(--jdc-shell));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 16px;
	background: #fff;
	color: #111;
	font-weight: 700;
}

.jdc-top-ad-wrap { padding: 0; background: #050506; }

.jdc-ad {
	position: relative;
	min-height: 92px;
	display: grid;
	place-items: center;
	margin-block: 28px;
	border: 1px dashed rgba(255,255,255,.14);
	border-radius: 8px;
	background: rgba(255,255,255,.018);
	overflow: hidden;
}

.jdc-ad--top {
	min-height: 32px;
	margin: 0;
	border-style: solid;
	border-color: rgba(255,255,255,.1);
	border-top: 0;
}

.jdc-ad-label {
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	color: #6f7075;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .32em;
	text-transform: uppercase;
}

.jdc-ad--top .jdc-ad-label { top: 7px; }
.jdc-ad--top.has-ad .jdc-ad-label { display: none; }
.jdc-ad .widget { width: 100%; margin: 0; text-align: center; }
.jdc-ad-empty { color: #777980; font-size: 12px; }

.jdc-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(7, 7, 8, .88);
	border-bottom: 1px solid rgba(255,255,255,.08);
	backdrop-filter: blur(18px);
}

.admin-bar .jdc-header { top: 32px; }

.jdc-header__inner {
	min-height: 92px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
}

.jdc-brand { display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.jdc-brand-slot { flex: 0 0 auto; }

.jdc-brand-mark {
	width: 70px;
	height: 70px;
	display: block;
	flex: 0 0 auto;
	background: url("assets/images/logo-jdc-white.png") center / contain no-repeat;
	filter: drop-shadow(0 0 14px rgba(255,255,255,.09));
}

.jdc-brand-mark::after { display: none; }

.jdc-brand-text {
	font: 400 clamp(20px, 2vw, 29px)/1 "Bebas Neue", Impact, sans-serif;
	letter-spacing: .035em;
	white-space: nowrap;
}

.jdc-custom-logo .custom-logo-link, .jdc-custom-logo { display: block; line-height: 0; }
.jdc-custom-logo img { width: auto; max-height: 64px; }

.jdc-nav { margin-left: auto; }
.jdc-nav-list, .jdc-nav ul { list-style: none; display: flex; align-items: center; gap: 38px; margin: 0; padding: 0; }
.jdc-nav li { position: relative; }
.jdc-nav a {
	position: relative;
	display: block;
	padding: 34px 0 31px;
	color: #d8d8d9;
	font-size: 15px;
	font-weight: 500;
}

.jdc-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 23px;
	height: 2px;
	background: var(--jdc-red);
	transition: right .18s ease;
}

.jdc-nav a:hover, .jdc-nav a:focus-visible, .jdc-nav .current-menu-item > a { color: #fff; }
.jdc-nav a:hover::after, .jdc-nav a:focus-visible::after, .jdc-nav .current-menu-item > a::after { right: 0; }
.jdc-nav .sub-menu { position: absolute; display: none; top: 76px; left: -20px; min-width: 210px; padding: 10px; background: #111214; border: 1px solid var(--jdc-line); border-radius: 10px; box-shadow: var(--jdc-shadow); }
.jdc-nav li:hover > .sub-menu, .jdc-nav li:focus-within > .sub-menu { display: block; }
.jdc-nav .sub-menu a { padding: 10px 12px; }
.jdc-nav .sub-menu a::after { display: none; }

.jdc-menu-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 1px solid var(--jdc-line); border-radius: 8px; background: transparent; color: #fff; cursor: pointer; }
.jdc-menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.jdc-main { min-height: 60vh; }

.jdc-hero {
	position: relative;
	min-height: 670px;
	display: flex;
	align-items: center;
	overflow: hidden;
	isolation: isolate;
}

.jdc-hero__stadium {
	position: absolute;
	inset: 0;
	z-index: -2;
	background: url('assets/images/stadium-bg.webp') center center / cover no-repeat;
	transform: scale(1.01);
}

.jdc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 50% 52%, transparent 0, rgba(7,7,8,.1) 31%, rgba(7,7,8,.7) 75%),
		linear-gradient(180deg, rgba(7,7,8,.4), rgba(7,7,8,.08) 40%, #070708 100%);
}

.jdc-hero__inner { padding-block: 62px 76px; }

.jdc-next-match {
	position: relative;
	width: min(100%, 960px);
	margin-inline: auto;
	padding: 54px 58px 46px;
	background: linear-gradient(150deg, rgba(31,32,35,.92), rgba(12,12,14,.95));
	border: 1px solid rgba(255,255,255,.48);
	border-radius: 16px;
	box-shadow: 0 0 0 4px rgba(255,255,255,.05), 0 32px 90px rgba(0,0,0,.62), 0 25px 90px rgba(227,6,19,.16);
	backdrop-filter: blur(18px);
}

.jdc-next-match::after {
	content: "";
	position: absolute;
	left: 14%;
	right: 14%;
	bottom: -2px;
	height: 70px;
	z-index: -1;
	background: var(--jdc-red);
	filter: blur(54px);
	opacity: .25;
}

.jdc-next-match__eyebrow {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 190px;
	padding: 7px 22px;
	background: #1b0a0c;
	border: 1px solid var(--jdc-red-dark);
	border-radius: 5px;
	color: #ff3942;
	font: 400 20px/1 "Bebas Neue", Impact, sans-serif;
	letter-spacing: .18em;
	text-align: center;
	text-transform: uppercase;
}

.jdc-next-match__competition { margin-bottom: 22px; color: #b7b8bc; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.jdc-next-match__teams { display: grid; grid-template-columns: 155px minmax(0, 1fr) 155px; align-items: center; gap: 28px; }

.jdc-team { min-width: 0; text-align: center; }
.jdc-team-mark {
	width: 132px;
	height: 132px;
	display: grid;
	place-items: center;
	margin: 0 auto 13px;
	border: 3px solid rgba(255,255,255,.8);
	border-radius: 50%;
	background: linear-gradient(145deg, #1b1c1f, #080809);
	box-shadow: inset 0 0 0 8px #0b0b0c, inset 0 0 0 10px rgba(255,255,255,.25), 0 18px 40px rgba(0,0,0,.45);
}

.jdc-team-mark img { width: 84px; height: 84px; object-fit: contain; }
.jdc-team-mark span { font: 400 47px/1 "Bebas Neue", Impact, sans-serif; }
.jdc-team > strong { display: block; overflow: hidden; color: #d9dadd; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }

.jdc-next-match__center { text-align: center; }
.jdc-next-match__center h1 { margin: 0 0 7px; font: 400 clamp(38px, 4.3vw, 60px)/.98 "Bebas Neue", Impact, sans-serif; letter-spacing: .015em; text-wrap: balance; }
.jdc-next-match__center h1 span { color: var(--jdc-red); }
.jdc-next-match__center time { display: block; color: #fff; font-weight: 700; letter-spacing: .05em; }
.jdc-next-match__center > p { margin: 3px 0 20px; color: #b7b8bc; font-size: 14px; }

.jdc-countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; width: min(100%, 480px); margin: 0 auto 20px; }
.jdc-countdown > div { padding: 11px 8px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(0,0,0,.2); }
.jdc-countdown strong { display: block; font: 400 37px/1 "Bebas Neue", Impact, sans-serif; font-variant-numeric: tabular-nums; }
.jdc-countdown span { display: block; margin-top: 5px; color: #b7b8bc; font: 600 9px/1 Inter, sans-serif; letter-spacing: .16em; text-transform: uppercase; }

.jdc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 52px;
	padding: 13px 26px;
	border: 1px solid #ff2530;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--jdc-red), #bb0710);
	box-shadow: 0 12px 34px rgba(227,6,19,.2);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.jdc-button:hover, .jdc-button:focus-visible { transform: translateY(-2px); background: linear-gradient(135deg, #f20b18, #c70610); box-shadow: 0 16px 40px rgba(227,6,19,.32); }
.jdc-button--watch { width: min(100%, 420px); min-height: 58px; }
.jdc-play-icon { display: inline-grid; place-items: center; width: 26px; height: 21px; border: 2px solid currentColor; border-radius: 4px; font-size: 10px; }

.jdc-next-match--empty { min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.jdc-brand-mark--hero { width: 124px; height: 124px; margin-bottom: 24px; }
.jdc-next-match--empty h1 { max-width: 700px; margin: 0; font: 400 clamp(40px, 6vw, 70px)/1 "Bebas Neue", Impact, sans-serif; }
.jdc-next-match--empty p { max-width: 620px; margin: 14px auto 24px; color: var(--jdc-muted); }

.jdc-section { padding-block: 92px; }
.jdc-section--fixtures { padding-top: 76px; }
.jdc-section--watch, .jdc-section--news { border-top: 1px solid rgba(255,255,255,.07); background: #0b0b0c; }

.jdc-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.jdc-section-heading > div > span, .jdc-kicker { display: block; margin-bottom: 6px; color: var(--jdc-red); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.jdc-section-heading h2 { position: relative; margin: 0; padding-left: 18px; font: 400 clamp(34px, 4vw, 48px)/1 "Bebas Neue", Impact, sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.jdc-section-heading h2::before { content: ""; position: absolute; top: 4px; bottom: 4px; left: 0; width: 3px; background: var(--jdc-red); }
.jdc-section-heading p { max-width: 420px; margin: 0; color: var(--jdc-muted); font-size: 13px; text-align: right; }
.jdc-text-link { color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.jdc-text-link:hover { color: #ff3c45; }

.jdc-fixtures-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.jdc-fixture-mini { min-width: 0; padding: 23px; border: 1px solid var(--jdc-line); border-radius: var(--jdc-radius); background: linear-gradient(145deg, #111214, #0b0b0c); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.jdc-fixture-mini:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.28); box-shadow: 0 18px 40px rgba(0,0,0,.25); }
.jdc-fixture-mini__top, .jdc-fixture-mini__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--jdc-muted); font-size: 10px; font-weight: 600; }
.jdc-fixture-mini__top time { color: #fff; }
.jdc-fixture-mini__teams { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 10px; margin: 24px 0; }
.jdc-fixture-mini__teams > b { color: var(--jdc-red); font-weight: 400; }
.jdc-mini-team { display: flex; min-width: 0; align-items: center; gap: 9px; }
.jdc-mini-team:nth-child(3) { flex-direction: row-reverse; text-align: right; }
.jdc-mini-team > span { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font: 400 18px/1 "Bebas Neue", Impact, sans-serif; }
.jdc-mini-team strong { overflow: hidden; font: 400 22px/1 "Bebas Neue", Impact, sans-serif; white-space: nowrap; text-overflow: ellipsis; }
.jdc-fixture-mini__bottom { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.08); }
.jdc-fixture-mini__bottom > span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.jdc-fixture-mini__bottom a { flex: 0 0 auto; color: #ff3c45; font-weight: 800; text-transform: uppercase; }

.jdc-watch-list { border-top: 1px solid var(--jdc-line); }
.jdc-watch-row { display: grid; grid-template-columns: 78px minmax(260px,1fr) minmax(260px,.85fr); align-items: center; gap: 28px; min-height: 132px; padding: 22px 0; border-bottom: 1px solid var(--jdc-line); scroll-margin-top: 130px; }
.jdc-watch-row__date { width: 68px; height: 76px; display: grid; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: #121315; }
.jdc-watch-row__date strong { font: 400 35px/1 "Bebas Neue", Impact, sans-serif; }
.jdc-watch-row__date span { color: var(--jdc-red); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.jdc-watch-row__match > span, .jdc-watch-row__channels > span { color: var(--jdc-muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.jdc-watch-row__match h3 { margin: 4px 0 2px; font: 400 28px/1.1 "Bebas Neue", Impact, sans-serif; }
.jdc-watch-row__match h3 b { margin-inline: 7px; color: var(--jdc-red); font-weight: 400; }
.jdc-watch-row__match p { margin: 0; color: var(--jdc-muted); font-size: 12px; }
.jdc-watch-row__channels { padding: 18px 20px; border-left: 2px solid var(--jdc-red); background: rgba(255,255,255,.035); }
.jdc-watch-row__channels strong { display: block; margin-top: 4px; font-size: 13px; line-height: 1.45; }
.jdc-watch-row__sources { display: flex; align-items: center; gap: 6px; margin-top: 9px; color: var(--jdc-muted); font-size: 10px; }
.jdc-watch-row__sources a { display: inline-grid; width: 20px; height: 20px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; font-weight: 800; }

.jdc-ad--home { margin-block: 0 20px; }

.jdc-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.jdc-news-card { overflow: hidden; border: 1px solid var(--jdc-line); border-radius: var(--jdc-radius); background: #111214; }
.jdc-news-card:first-child { grid-column: span 2; grid-row: span 2; }
.jdc-news-card__image { display: block; aspect-ratio: 16/9; overflow: hidden; background: #080809; }
.jdc-news-card:first-child .jdc-news-card__image { aspect-ratio: 16/8.1; }
.jdc-news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.jdc-news-card:hover .jdc-news-card__image img { transform: scale(1.025); opacity: .88; }
.jdc-news-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: radial-gradient(circle, rgba(227,6,19,.22), transparent 36%), linear-gradient(145deg,#17181b,#080809); }
.jdc-news-placeholder b { width: 76px; height: 76px; display: grid; place-items: center; border: 2px solid var(--jdc-red); border-radius: 50%; color: var(--jdc-red); font: 400 33px/1 "Bebas Neue", Impact, sans-serif; }
.jdc-news-card__content { padding: 20px; }
.jdc-news-card__meta { display: flex; justify-content: space-between; gap: 12px; color: var(--jdc-muted); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.jdc-news-card__meta span { color: #ff3c45; }
.jdc-news-card h3 { margin: 10px 0 8px; font: 400 28px/1.08 "Bebas Neue", Impact, sans-serif; }
.jdc-news-card:first-child h3 { font-size: clamp(34px,4vw,51px); }
.jdc-news-card h3 a:hover { color: #ff3c45; }
.jdc-news-card p { margin: 0; color: var(--jdc-muted); font-size: 12px; }

.jdc-empty { grid-column: 1 / -1; width: 100%; padding: 34px; border: 1px dashed var(--jdc-line); border-radius: var(--jdc-radius); color: var(--jdc-muted); text-align: center; }
.jdc-empty--news { display: grid; justify-items: center; padding-block: 60px; }
.jdc-empty h2, .jdc-empty h3 { margin: 14px 0 0; color: #fff; font: 400 34px/1 "Bebas Neue", Impact, sans-serif; }

.jdc-shop-teaser { background: linear-gradient(100deg, #160709, #0c0c0d 64%); border-top: 1px solid rgba(227,6,19,.25); }
.jdc-shop-teaser__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.jdc-shop-teaser h2 { max-width: 750px; margin: 0; font: 400 clamp(38px,5vw,64px)/.98 "Bebas Neue", Impact, sans-serif; }
.jdc-shop-teaser p { max-width: 700px; margin: 16px 0 0; color: #b1b2b6; }
.jdc-coming-soon { flex: 0 0 auto; padding: 13px 23px; border: 1px solid #ff3c45; border-radius: 999px; color: #ff3c45; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.jdc-page-hero { padding: 82px 0 54px; border-bottom: 1px solid var(--jdc-line); background: radial-gradient(circle at 20% 20%, rgba(227,6,19,.14), transparent 30%), #0a0a0b; }
.jdc-page-hero h1 { margin: 0; font: 400 clamp(48px,7vw,82px)/1 "Bebas Neue", Impact, sans-serif; }
.jdc-page-hero p, .jdc-archive-description { max-width: 700px; margin: 12px 0 0; color: var(--jdc-muted); }
.jdc-page-space { padding-block: 70px 100px; }
.jdc-content-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 50px; align-items: start; }
.jdc-posts-list { min-width: 0; }
.jdc-loop-post { display: grid; grid-template-columns: 290px minmax(0,1fr); gap: 28px; padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid var(--jdc-line); }
.jdc-loop-post__image { display: block; aspect-ratio: 16/10; overflow: hidden; border-radius: 10px; }
.jdc-loop-post__image img { width: 100%; height: 100%; object-fit: cover; }
.jdc-entry-meta { margin: 0 0 8px; color: var(--jdc-muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.jdc-entry-meta a { color: #ff3c45; }
.jdc-loop-post h2 { margin: 0; font: 400 36px/1.05 "Bebas Neue", Impact, sans-serif; }
.jdc-loop-post h2 a:hover { color: #ff3c45; }
.jdc-loop-post p { color: var(--jdc-muted); font-size: 14px; }

.jdc-sidebar { position: sticky; top: 128px; min-width: 0; }
.jdc-sidebar .jdc-ad { margin-top: 0; }
.widget { padding: 24px; margin-bottom: 24px; border: 1px solid var(--jdc-line); border-radius: var(--jdc-radius); background: #101113; }
.widget-title { margin: 0 0 18px; font: 400 27px/1 "Bebas Neue", Impact, sans-serif; letter-spacing: .04em; }
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget li { padding-block: 9px; border-bottom: 1px solid rgba(255,255,255,.07); }
.widget li:last-child { border-bottom: 0; }
.widget a:hover { color: #ff3c45; }
.jdc-sidebar .jdc-fixtures-grid { grid-template-columns: 1fr; }

.jdc-article-shell { padding-block: 70px 110px; }
.jdc-article__header { max-width: 980px; margin: 0 auto 42px; text-align: center; }
.jdc-article__header h1 { margin: 8px 0 20px; font: 400 clamp(48px,7vw,82px)/.98 "Bebas Neue", Impact, sans-serif; text-wrap: balance; }
.jdc-article__lead { max-width: 780px; margin: 0 auto 24px; color: #b7b8bc; font-size: 19px; }
.jdc-article__author { display: inline-flex; align-items: center; gap: 10px; color: var(--jdc-muted); font-size: 12px; }
.jdc-article__author img { border-radius: 50%; }
.jdc-article__cover { margin: 0 auto 54px; max-width: 1180px; }
.jdc-article__cover img { width: 100%; max-height: 660px; object-fit: cover; border-radius: var(--jdc-radius); }
.jdc-content-layout--article { max-width: 1180px; margin-inline: auto; grid-template-columns: minmax(0,760px) 320px; justify-content: space-between; }
.jdc-page .jdc-entry-content { max-width: 860px; margin-inline: auto; }
.jdc-entry-content { min-width: 0; color: #dedee0; font-size: 17px; }
.jdc-entry-content > * { max-width: 100%; }
.jdc-entry-content h2, .jdc-entry-content h3, .jdc-entry-content h4 { margin: 1.6em 0 .55em; color: #fff; font-family: "Bebas Neue", Impact, sans-serif; line-height: 1.05; letter-spacing: .02em; }
.jdc-entry-content h2 { font-size: 42px; }
.jdc-entry-content h3 { font-size: 33px; }
.jdc-entry-content a { color: #ff5058; text-decoration: underline; text-underline-offset: 3px; }
.jdc-entry-content blockquote { margin: 32px 0; padding: 18px 24px; border-left: 3px solid var(--jdc-red); background: #111214; font-size: 19px; }
.jdc-entry-content table { width: 100%; border-collapse: collapse; }
.jdc-entry-content th, .jdc-entry-content td { padding: 12px; border: 1px solid var(--jdc-line); }
.jdc-entry-content .alignwide { width: min(1100px, calc(100vw - 48px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.jdc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; }
.jdc-tags a { padding: 6px 11px; border: 1px solid var(--jdc-line); border-radius: 999px; color: var(--jdc-muted); font-size: 11px; text-decoration: none; }
.post-navigation { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--jdc-line); }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.post-navigation .nav-next { text-align: right; }
.post-navigation span { display: block; color: var(--jdc-muted); font-size: 10px; text-transform: uppercase; }

.jdc-comments { margin-top: 60px; padding-top: 36px; border-top: 1px solid var(--jdc-line); }
.jdc-comments h2, .comment-reply-title { font: 400 34px/1 "Bebas Neue", Impact, sans-serif; }
.comment-list { list-style: none; padding: 0; }
.comment-body { margin-bottom: 16px; padding: 20px; border: 1px solid var(--jdc-line); border-radius: 10px; }
.comment-meta { font-size: 11px; }
.comment-author img { border-radius: 50%; vertical-align: middle; margin-right: 8px; }
.comment-form label { display: block; margin-bottom: 5px; color: var(--jdc-muted); font-size: 12px; }
.comment-form input:not([type="submit"]), .comment-form textarea, .search-form input[type="search"] { width: 100%; padding: 12px 14px; border: 1px solid var(--jdc-line); border-radius: 8px; background: #111214; color: #fff; }
.comment-form .submit, .search-submit { padding: 11px 18px; border: 0; border-radius: 8px; background: var(--jdc-red); color: #fff; font-weight: 700; cursor: pointer; }

.pagination .nav-links { display: flex; gap: 6px; }
.pagination .page-numbers { min-width: 38px; min-height: 38px; display: grid; place-items: center; border: 1px solid var(--jdc-line); border-radius: 7px; }
.pagination .current { border-color: var(--jdc-red); background: var(--jdc-red); }

.jdc-error-page { min-height: 65vh; display: grid; place-items: center; padding-block: 80px; text-align: center; background: radial-gradient(circle, rgba(227,6,19,.15), transparent 38%); }
.jdc-error-code { color: var(--jdc-red); font: 400 130px/.8 "Bebas Neue", Impact, sans-serif; }
.jdc-error-page h1 { margin: 20px 0 0; font: 400 clamp(46px,7vw,80px)/1 "Bebas Neue", Impact, sans-serif; }
.jdc-error-page p { margin: 12px auto 26px; color: var(--jdc-muted); }

.jdc-footer { padding: 64px 0 26px; border-top: 1px solid var(--jdc-line); background: #050506; }
.jdc-footer .jdc-ad--footer { margin-top: -30px; margin-bottom: 54px; }
.jdc-footer__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.jdc-brand--footer .jdc-brand-mark { width: 60px; height: 60px; }
.jdc-footer__grid p { max-width: 520px; color: var(--jdc-muted); font-size: 13px; }
.jdc-footer nav ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 28px; padding: 0; margin: 10px 0 0; }
.jdc-footer nav a { color: #c3c4c7; font-size: 12px; }
.jdc-footer nav a:hover { color: #ff3c45; }
.jdc-footer__legal { display: flex; justify-content: space-between; gap: 36px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #686a70; font-size: 10px; }
.jdc-footer__legal p { margin: 0; }
.jdc-footer__legal p:first-child { max-width: 760px; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { color: var(--jdc-muted); }
.woocommerce ul.products li.product { padding: 14px 14px 20px; border: 1px solid var(--jdc-line); border-radius: var(--jdc-radius); background: #111214; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #fff; font-size: 17px; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price { color: #ff3c45; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 8px; background: var(--jdc-red); color: #fff; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--jdc-red-dark); color: #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: #111214; border-color: var(--jdc-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: #fff; }
.woocommerce table.shop_table, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th { border-color: var(--jdc-line); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 44px; border: 1px solid var(--jdc-line); background: #111214; color: #fff; }

/* Permanent match landing pages. */
.jdc-match-hub-hero {
	padding: 72px 0 58px;
	border-bottom: 1px solid var(--jdc-line);
	background:
		radial-gradient(circle at 82% 18%, rgba(227,6,19,.2), transparent 30%),
		linear-gradient(145deg, #111214, #070708 68%);
}
.jdc-match-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--jdc-muted); font-size: 11px; }
.jdc-match-breadcrumb a:hover { color: #fff; }
.jdc-match-hub-hero h1 { max-width: 950px; margin: 0; font: 400 clamp(52px,8vw,92px)/.94 "Bebas Neue", Impact, sans-serif; text-wrap: balance; }
.jdc-match-hub-hero > .jdc-shell > p { max-width: 820px; margin: 18px 0 12px; color: #c4c5c8; font-size: clamp(17px,2vw,21px); }
.jdc-match-hub-hero > .jdc-shell > time { color: var(--jdc-muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.jdc-match-hub { padding-block: 70px 100px; }

.jdc-match-focus {
	position: relative;
	padding: 54px 58px 42px;
	border: 1px solid rgba(255,255,255,.32);
	border-radius: 18px;
	background: linear-gradient(150deg, rgba(31,32,35,.96), rgba(12,12,14,.98));
	box-shadow: var(--jdc-shadow);
}
.jdc-match-focus__label { position: absolute; top: -17px; left: 50%; min-width: 190px; padding: 7px 22px; transform: translateX(-50%); border: 1px solid var(--jdc-red-dark); border-radius: 5px; background: #1b0a0c; color: #ff5058; font: 400 20px/1 "Bebas Neue", Impact, sans-serif; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.jdc-match-focus__competition { margin-bottom: 25px; color: #b7b8bc; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.jdc-match-focus__teams { display: grid; grid-template-columns: 150px minmax(0,1fr) 150px; align-items: center; gap: 28px; }
.jdc-match-focus__center { text-align: center; }
.jdc-match-focus__center h2 { margin: 0 0 8px; font: 400 clamp(38px,5vw,62px)/.96 "Bebas Neue", Impact, sans-serif; text-wrap: balance; }
.jdc-match-focus__center h2 span { color: var(--jdc-red); }
.jdc-match-focus__center > time { display: block; font-weight: 800; }
.jdc-match-focus__center > p { margin: 4px 0 22px; color: var(--jdc-muted); }
.jdc-match-focus__broadcast { margin: 34px auto 0; padding: 18px 22px; border-left: 3px solid var(--jdc-red); background: rgba(255,255,255,.04); text-align: center; }
.jdc-match-focus__broadcast span { display: block; color: var(--jdc-muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.jdc-match-focus__broadcast strong { display: block; margin-top: 4px; font-size: 16px; }
.jdc-match-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }
.jdc-match-actions .jdc-button { min-height: 48px; padding: 11px 18px; font-size: 11px; }
.jdc-button--secondary { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.05); box-shadow: none; }
.jdc-button--secondary:hover, .jdc-button--secondary:focus-visible { background: rgba(255,255,255,.12); box-shadow: none; }
.jdc-button--whatsapp { border-color: #33aa66; background: linear-gradient(135deg,#238b4e,#176738); box-shadow: 0 12px 30px rgba(23,103,56,.24); }
.jdc-button--whatsapp:hover, .jdc-button--whatsapp:focus-visible { background: linear-gradient(135deg,#2ba35c,#1b7942); }
.jdc-button.is-active { border-color: #76d59f; background: #176738; }
.jdc-browser-reminder-note { max-width: 760px; margin: 18px auto 0; color: var(--jdc-muted); font-size: 10px; text-align: center; }
.jdc-browser-reminder-status { min-height: 20px; margin: 7px 0 0; color: #fff; font-size: 11px; font-weight: 700; text-align: center; }

.jdc-match-empty { display: grid; min-height: 400px; place-items: center; align-content: center; padding: 50px 24px; border: 1px solid var(--jdc-line); border-radius: var(--jdc-radius); text-align: center; }
.jdc-match-empty h2 { margin: 14px 0 0; font: 400 clamp(40px,6vw,66px)/1 "Bebas Neue", Impact, sans-serif; }
.jdc-match-empty p { max-width: 650px; margin: 12px auto 24px; color: var(--jdc-muted); }
.jdc-match-section { padding-top: 82px; }
.jdc-match-section .jdc-section-heading { margin-bottom: 28px; }

.jdc-calendar-list { border-top: 1px solid var(--jdc-line); }
.jdc-calendar-item { display: grid; grid-template-columns: 70px minmax(0,1fr) auto; align-items: center; gap: 24px; min-height: 120px; padding: 20px 0; border-bottom: 1px solid var(--jdc-line); }
.jdc-calendar-item__date { width: 66px; height: 72px; display: grid; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: #121315; }
.jdc-calendar-item__date strong { font: 400 34px/1 "Bebas Neue", Impact, sans-serif; }
.jdc-calendar-item__date span { color: var(--jdc-red); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.jdc-calendar-item__details > span { color: var(--jdc-muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.jdc-calendar-item__details h3 { margin: 3px 0; font: 400 29px/1.06 "Bebas Neue", Impact, sans-serif; }
.jdc-calendar-item__details h3 b { margin-inline: 6px; color: var(--jdc-red); font-weight: 400; }
.jdc-calendar-item__details p { margin: 0; color: var(--jdc-muted); font-size: 12px; }
.jdc-calendar-item__action { padding: 9px 14px; border: 1px solid var(--jdc-line); border-radius: 7px; color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.jdc-calendar-item__action:hover { border-color: var(--jdc-red); color: #ff5058; }

.jdc-alert-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 82px; padding: 34px 38px; border: 1px solid rgba(227,6,19,.28); border-radius: var(--jdc-radius); background: linear-gradient(110deg,#160709,#101113 68%); }
.jdc-alert-panel h2 { margin: 0; font: 400 clamp(38px,5vw,58px)/1 "Bebas Neue", Impact, sans-serif; }
.jdc-alert-panel p { max-width: 760px; margin: 9px 0 0; color: #b7b8bc; }
.jdc-alert-panel .jdc-text-link { flex: 0 0 auto; }

@media (max-width: 1100px) {
	.jdc-nav-list, .jdc-nav ul { gap: 24px; }
	.jdc-next-match { width: min(100%, 900px); }
	.jdc-fixtures-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.jdc-news-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.jdc-news-card:first-child { grid-column: span 2; }
	.jdc-content-layout, .jdc-content-layout--article { grid-template-columns: minmax(0,1fr) 290px; gap: 32px; }
	.jdc-loop-post { grid-template-columns: 230px minmax(0,1fr); }
}

@media (max-width: 900px) {
	.admin-bar .jdc-header { top: 46px; }
	.jdc-header__inner { min-height: 76px; }
	.jdc-brand-mark { width: 54px; height: 54px; }
	.jdc-menu-toggle { display: block; margin-left: auto; }
	.jdc-nav { position: fixed; inset: 77px 0 auto; max-height: calc(100vh - 77px); overflow-y: auto; padding: 24px; background: rgba(7,7,8,.98); border-bottom: 1px solid var(--jdc-line); transform: translateY(-130%); visibility: hidden; transition: transform .22s ease, visibility .22s; }
	.admin-bar .jdc-nav { top: 123px; }
	.jdc-nav.is-open { transform: translateY(0); visibility: visible; }
	.jdc-nav-list, .jdc-nav ul { display: block; }
	.jdc-nav a { padding: 13px 6px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 16px; }
	.jdc-nav a::after { display: none; }
	.jdc-nav .sub-menu { position: static; display: block; padding: 0 0 0 18px; border: 0; box-shadow: none; }
	.menu-open .jdc-menu-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.menu-open .jdc-menu-toggle > span:nth-child(2) { opacity: 0; }
	.menu-open .jdc-menu-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.jdc-hero { min-height: 740px; }
	.jdc-next-match { padding: 50px 28px 32px; }
	.jdc-next-match__teams { grid-template-columns: 110px minmax(0,1fr) 110px; gap: 16px; }
	.jdc-team-mark { width: 96px; height: 96px; }
	.jdc-team-mark img { width: 62px; height: 62px; }
	.jdc-team-mark span { font-size: 37px; }
	.jdc-watch-row { grid-template-columns: 66px minmax(0,1fr); }
	.jdc-watch-row__channels { grid-column: 2; }
	.jdc-content-layout, .jdc-content-layout--article { grid-template-columns: 1fr; }
	.jdc-sidebar { position: static; }
	.jdc-shop-teaser__inner { display: block; }
	.jdc-shop-teaser .jdc-button, .jdc-coming-soon { margin-top: 26px; }
	.jdc-match-focus { padding: 50px 28px 34px; }
	.jdc-match-focus__teams { grid-template-columns: 110px minmax(0,1fr) 110px; gap: 16px; }
	.jdc-alert-panel { display: block; }
	.jdc-alert-panel .jdc-text-link { display: inline-block; margin-top: 20px; }
}

@media (max-width: 680px) {
	.jdc-shell { width: min(calc(100% - 30px), var(--jdc-shell)); }
	.jdc-brand-text { font-size: 19px; }
	.jdc-top-ad-wrap .jdc-shell { width: 100%; }
	.jdc-ad--top { border-radius: 0; }
	.jdc-hero { min-height: 790px; align-items: flex-start; }
	.jdc-hero__stadium { background-position: center top; }
	.jdc-hero__inner { padding-block: 58px 64px; }
	.jdc-next-match { padding: 48px 16px 24px; }
	.jdc-next-match__competition { margin-bottom: 14px; }
	.jdc-next-match__teams { grid-template-columns: 1fr 1fr; align-items: start; gap: 12px; }
	.jdc-next-match__center { grid-column: 1 / -1; grid-row: 2; }
	.jdc-team-mark { width: 82px; height: 82px; margin-bottom: 8px; }
	.jdc-team-mark img { width: 52px; height: 52px; }
	.jdc-team-mark span { font-size: 32px; }
	.jdc-team > strong { font-size: 11px; }
	.jdc-next-match__center h1 { font-size: 39px; }
	.jdc-countdown { gap: 6px; }
	.jdc-countdown > div { padding-inline: 4px; }
	.jdc-countdown strong { font-size: 30px; }
	.jdc-button--watch { min-height: 54px; }
	.jdc-section { padding-block: 66px; }
	.jdc-section-heading { display: block; }
	.jdc-section-heading p { margin-top: 14px; text-align: left; }
	.jdc-section-heading .jdc-text-link { display: inline-block; margin-top: 14px; }
	.jdc-fixtures-grid, .jdc-news-grid { grid-template-columns: 1fr; }
	.jdc-news-card:first-child { grid-column: auto; grid-row: auto; }
	.jdc-news-card:first-child .jdc-news-card__image { aspect-ratio: 16/9; }
	.jdc-news-card:first-child h3 { font-size: 34px; }
	.jdc-watch-row { grid-template-columns: 54px minmax(0,1fr); gap: 16px; }
	.jdc-watch-row__date { width: 54px; height: 65px; }
	.jdc-watch-row__date strong { font-size: 30px; }
	.jdc-watch-row__match h3 { font-size: 24px; }
	.jdc-watch-row__channels { grid-column: 1 / -1; }
	.jdc-loop-post { grid-template-columns: 1fr; }
	.jdc-loop-post__image { aspect-ratio: 16/9; }
	.jdc-article-shell { padding-block: 46px 78px; }
	.jdc-article__header { text-align: left; }
	.jdc-article__header h1 { font-size: 48px; }
	.jdc-article__author { justify-content: flex-start; }
	.jdc-article__cover { margin-bottom: 34px; }
	.jdc-entry-content { font-size: 16px; }
	.jdc-entry-content h2 { font-size: 36px; }
	.post-navigation .nav-links { grid-template-columns: 1fr; }
	.post-navigation .nav-next { text-align: left; }
	.jdc-page-hero { padding-block: 58px 42px; }
	.jdc-footer__grid { grid-template-columns: 1fr; gap: 30px; }
	.jdc-footer nav ul { justify-content: flex-start; }
	.jdc-footer__legal { display: block; }
	.jdc-footer__legal p + p { margin-top: 12px; }
	.jdc-match-hub-hero { padding: 52px 0 42px; }
	.jdc-match-hub { padding-block: 52px 76px; }
	.jdc-match-focus { padding: 48px 16px 26px; }
	.jdc-match-focus__teams { grid-template-columns: 1fr 1fr; align-items: start; gap: 12px; }
	.jdc-match-focus__center { grid-column: 1 / -1; grid-row: 2; }
	.jdc-match-focus__center h2 { font-size: 39px; }
	.jdc-match-focus__broadcast { margin-top: 24px; }
	.jdc-match-actions { display: grid; }
	.jdc-match-actions .jdc-button { width: 100%; }
	.jdc-match-section { padding-top: 62px; }
	.jdc-calendar-item { grid-template-columns: 56px minmax(0,1fr); gap: 15px; }
	.jdc-calendar-item__date { width: 54px; height: 65px; }
	.jdc-calendar-item__date strong { font-size: 29px; }
	.jdc-calendar-item__details h3 { font-size: 24px; }
	.jdc-calendar-item__action { grid-column: 2; justify-self: start; }
	.jdc-alert-panel { margin-top: 62px; padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
