/*
 * CartolaNews Seleção Brasileira Feminina — estilos públicos.
 * Todo seletor é prefixado com .cn-fem para nunca vazar para o restante do tema
 * (seção 50 do briefing).
 */

.cn-fem {
	/* CartolaNews */
	--cn-blue: #144B9B;
	--cn-blue-dark: #002776;
	--cn-blue-2: #7494C4;
	--cn-gray-light: #E9E9EA;
	--cn-graphite: #2B2B24;
	/* Seleção Brasileira */
	--cn-yellow: #FFDF00;
	--cn-green: #009C3B;
	--cn-white: #FFFFFF;

	--cn-text: #1c2430;
	--cn-muted: #5b6472;
	--cn-border: #e1e6f0;
	--cn-card: #ffffff;
	--cn-radius: 12px;
	--cn-radius-sm: 8px;
	--cn-shadow: 0 10px 30px rgba(10, 30, 70, .10);
	--cn-shadow-sm: 0 4px 14px rgba(10, 30, 70, .08);
	--cn-max-width: 1440px;

	all: initial;
	display: block;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--cn-text);
	background: linear-gradient(180deg, #f4f7fd 0%, #eef2fa 260px, #ffffff 640px);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.cn-fem *, .cn-fem *::before, .cn-fem *::after { box-sizing: border-box; }
.cn-fem a { color: var(--cn-blue); text-decoration: none; cursor: pointer; }
.cn-fem a:hover { text-decoration: underline; }
.cn-fem img { max-width: 100%; display: block; }
.cn-fem button { font-family: inherit; cursor: pointer; }
.cn-fem ul, .cn-fem ol { margin: 0; padding: 0; list-style: none; }
.cn-fem p { margin: 0 0 .6em; }
.cn-fem h1, .cn-fem h2, .cn-fem h3, .cn-fem h4 { margin: 0 0 .4em; font-weight: 800; color: var(--cn-graphite); line-height: 1.2; }
.cn-fem :focus-visible { outline: 3px solid var(--cn-yellow); outline-offset: 2px; }

.cn-fem .cn-container { max-width: var(--cn-max-width); margin: 0 auto; padding: 0 20px; }
.cn-fem .cn-section { padding: 44px 0; }
.cn-fem .cn-section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
.cn-fem .cn-section-title { font-size: 24px; display: flex; align-items: center; gap: 10px; margin-bottom: 0; }
.cn-fem .cn-section-subtitle { color: var(--cn-muted); margin-bottom: 22px; font-size: 15px; }
.cn-fem .cn-section-link { font-weight: 700; font-size: 13.5px; color: var(--cn-blue); background: none; border: none; padding: 0; }

.cn-fem .cn-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--cn-yellow); color: #3a2f00; font-weight: 700; font-size: 12px; padding: 4px 10px; border-radius: 999px; letter-spacing: .02em; }
.cn-fem .cn-badge.cn-badge-green { background: var(--cn-green); color: #fff; }
.cn-fem .cn-badge.cn-badge-blue { background: var(--cn-blue); color: #fff; }
.cn-fem .cn-badge.cn-badge-outline { background: transparent; border: 1.5px solid var(--cn-blue-2); color: var(--cn-blue); }

.cn-fem .cn-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 12px 22px; border-radius: 999px; font-weight: 700; font-size: 14px;
	border: 2px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
	background: var(--cn-yellow); color: #3a2f00;
}
.cn-fem .cn-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(255,223,0,.35); text-decoration: none; }
.cn-fem .cn-btn:active { transform: translateY(0); }
.cn-fem .cn-btn-outline { background: transparent; border-color: var(--cn-white); color: var(--cn-white); }
.cn-fem .cn-btn-outline:hover { background: rgba(255,255,255,.12); box-shadow: none; }
.cn-fem .cn-btn-blue { background: var(--cn-blue); color: #fff; }
.cn-fem .cn-btn-blue:hover { box-shadow: 0 8px 18px rgba(20,75,155,.35); }
.cn-fem .cn-btn-green { background: var(--cn-green); color: #fff; }
.cn-fem .cn-btn-ghost { background: var(--cn-gray-light); color: var(--cn-graphite); }
.cn-fem .cn-btn:disabled { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }
.cn-fem .cn-btn-sm { padding: 8px 16px; font-size: 13px; }
.cn-fem button.cn-section-link:hover { text-decoration: underline; }

.cn-fem .cn-empty { padding: 26px 20px; text-align: center; color: var(--cn-muted); background: var(--cn-gray-light); border-radius: var(--cn-radius); font-size: 13.5px; }
.cn-fem .cn-card-subtitle { font-size: 12.5px; color: var(--cn-muted); margin: -10px 0 14px; }

@media (prefers-reduced-motion: reduce) {
	.cn-fem * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* -----------------------------------------------------------------------
 * HERO
 * --------------------------------------------------------------------- */

.cn-fem .cn-hero {
	position: relative; width: 100%; aspect-ratio: 3 / 1; min-height: 260px; max-height: 640px;
	background: linear-gradient(125deg, var(--cn-blue-dark) 0%, var(--cn-blue) 55%, #081f45 100%);
	background-size: cover; background-position: center; overflow: hidden; color: #fff;
}
.cn-fem .cn-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cn-fem .cn-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,20,60,.78) 0%, rgba(0,20,60,.45) 55%, rgba(0,20,60,.25) 100%); }
.cn-fem .cn-hero-content {
	position: relative; z-index: 2; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px;
	max-width: var(--cn-max-width); margin: 0 auto; padding: 20px 20px; flex-wrap: wrap;
}
.cn-fem .cn-hero-left { max-width: 640px; }
.cn-fem .cn-hero-title { font-size: clamp(30px, 5.2vw, 56px); font-weight: 900; letter-spacing: -.01em; margin-bottom: 10px; display: flex; flex-direction: column; line-height: 1.02; }
.cn-fem .cn-hero-line { color: #fff; }
.cn-fem .cn-hero-line-accent { color: var(--cn-yellow); }
.cn-fem .cn-hero-subtitle { font-size: clamp(15px, 2vw, 20px); color: var(--cn-green); font-weight: 700; margin-bottom: 8px; }
.cn-fem .cn-hero-tags { font-size: 13px; color: #dfe8fb; font-weight: 600; letter-spacing: .01em; margin-bottom: 22px; }
.cn-fem .cn-hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }

.cn-fem .cn-hero-right { display: flex; flex-direction: column; gap: 14px; width: 280px; flex: 0 0 auto; }
.cn-fem .cn-hero-side-card { background: rgba(0,20,60,.55); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.22); border-radius: var(--cn-radius); padding: 16px 18px; }
.cn-fem .cn-hsc-title { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; color: #fff; margin-bottom: 4px; }
.cn-fem .cn-hsc-eyebrow { font-size: 11px; color: var(--cn-yellow); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 8px; }
.cn-fem .cn-wc27-countdown { display: flex; gap: 6px; }
.cn-fem .cn-wc27-box { flex: 1; text-align: center; background: rgba(255,255,255,.12); border-radius: var(--cn-radius-sm); padding: 8px 2px; }
.cn-fem .cn-wc27-num { display: block; font-size: 19px; font-weight: 900; color: #fff; }
.cn-fem .cn-wc27-lbl { display: block; font-size: 9px; text-transform: uppercase; color: #cfe0ff; }
.cn-fem .cn-wc27-mode-label { margin-top: 10px; font-size: 12px; font-weight: 800; color: var(--cn-yellow); text-align: center; }
.cn-fem .cn-hsc-rank-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 2px; }
.cn-fem .cn-hsc-rank-num { font-size: 30px; font-weight: 900; color: var(--cn-yellow); }
.cn-fem .cn-hsc-rank-delta { font-size: 12.5px; font-weight: 800; }
.cn-fem .cn-hsc-rank-delta.is-up { color: #6ee7a0; }
.cn-fem .cn-hsc-rank-delta.is-down { color: #ff9d9d; }
.cn-fem .cn-hsc-rank-prev { font-size: 11.5px; color: #cfe0ff; margin-bottom: 8px; }
.cn-fem .cn-hsc-sparkline { margin-top: 6px; }
.cn-fem .cn-sparkline { display: block; width: 100%; height: auto; }

@media (max-width: 1023px) {
	.cn-fem .cn-hero { aspect-ratio: auto; min-height: 0; padding-bottom: 20px; }
	.cn-fem .cn-hero-content { flex-direction: column; align-items: flex-start; padding: 32px 18px; }
	.cn-fem .cn-hero-right { width: 100%; flex-direction: row; }
	.cn-fem .cn-hero-side-card { flex: 1; }
}
@media (max-width: 640px) {
	.cn-fem .cn-hero-right { flex-direction: column; }
}

/* -----------------------------------------------------------------------
 * MENU INTERNO STICKY
 * --------------------------------------------------------------------- */

.cn-fem .cn-nav { position: sticky; top: 0; z-index: 50; background: var(--cn-blue); border-bottom: 3px solid var(--cn-yellow); }
.cn-fem .cn-nav-inner { max-width: var(--cn-max-width); margin: 0 auto; display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; padding: 0 12px; }
.cn-fem .cn-nav-inner::-webkit-scrollbar { display: none; }
.cn-fem .cn-nav-item { flex: 0 0 auto; padding: 14px 16px; color: #dbe6fb; font-weight: 700; font-size: 13.5px; white-space: nowrap; border-bottom: 3px solid transparent; transition: color .15s ease, border-color .15s ease, background .15s ease; }
.cn-fem .cn-nav-item:hover, .cn-fem .cn-nav-item.is-active { color: #fff; border-bottom-color: var(--cn-yellow); background: rgba(255,255,255,.08); text-decoration: none; }

/* -----------------------------------------------------------------------
 * GRID GERAL DE CARDS
 * --------------------------------------------------------------------- */

.cn-fem .cn-card { background: var(--cn-card); border: 1px solid var(--cn-border); border-radius: var(--cn-radius); box-shadow: var(--cn-shadow-sm); padding: 22px; transition: box-shadow .2s ease; height: 100%; }
.cn-fem .cn-card:hover { box-shadow: var(--cn-shadow); }
.cn-fem .cn-card-blue { background: linear-gradient(160deg, var(--cn-blue) 0%, var(--cn-blue-dark) 100%); color: #fff; border-color: transparent; }
.cn-fem .cn-card-blue h3, .cn-fem .cn-card-blue h4 { color: #fff; }
.cn-fem .cn-card-title { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; margin-bottom: 16px; }

.cn-fem .cn-grid-top { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 20px; align-items: stretch; }
.cn-fem .cn-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cn-fem .cn-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.cn-fem .cn-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.cn-fem .cn-grid-secondary { display: grid; grid-template-columns: 1fr 1fr 2fr; gap: 20px; align-items: stretch; }
.cn-fem .cn-grid-3 > *, .cn-fem .cn-grid-4 > *, .cn-fem .cn-grid-secondary > * { display: flex; flex-direction: column; }
.cn-fem .cn-grid-3 > * > .cn-card, .cn-fem .cn-grid-4 > * > .cn-card, .cn-fem .cn-grid-secondary > * > .cn-card { flex: 1; }
.cn-fem .cn-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }

@media (max-width: 1199px) {
	.cn-fem .cn-grid-top { grid-template-columns: 1fr; }
	.cn-fem .cn-grid-3 { grid-template-columns: 1fr 1fr; }
	.cn-fem .cn-grid-4 { grid-template-columns: 1fr 1fr; }
	.cn-fem .cn-grid-secondary { grid-template-columns: 1fr 1fr; }
	.cn-fem .cn-grid-secondary > *:last-child { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
	.cn-fem .cn-grid-2, .cn-fem .cn-grid-3, .cn-fem .cn-grid-4, .cn-fem .cn-grid-secondary { grid-template-columns: 1fr; }
	.cn-fem .cn-grid-secondary > *:last-child { grid-column: auto; }
}

/* -----------------------------------------------------------------------
 * SELEÇÃO FEMININA AGORA
 * --------------------------------------------------------------------- */

.cn-fem .cn-agora-list { display: flex; flex-direction: column; gap: 10px; }
.cn-fem .cn-agora-row { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px dashed var(--cn-border); font-size: 13.5px; }
.cn-fem .cn-agora-row .cn-agora-label { color: var(--cn-muted); }
.cn-fem .cn-agora-row .cn-agora-value { font-weight: 700; text-align: right; }
.cn-fem .cn-agora-featured { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--cn-border); }
.cn-fem .cn-agora-featured-label { font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--cn-blue); margin-bottom: 10px; }
.cn-fem .cn-agora-featured-row { display: flex; align-items: center; gap: 12px; }
.cn-fem .cn-agora-featured-photo { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; background: var(--cn-gray-light); }
.cn-fem .cn-agora-featured-name { font-weight: 800; font-size: 14.5px; }
.cn-fem .cn-agora-featured-club { font-size: 12px; color: var(--cn-muted); }
.cn-fem .cn-agora-featured-note { font-size: 11.5px; color: var(--cn-green); font-weight: 700; }

/* -----------------------------------------------------------------------
 * PRÓXIMO / ÚLTIMO JOGO
 * --------------------------------------------------------------------- */

.cn-fem .cn-next-match, .cn-fem .cn-last-match { text-align: center; }
.cn-fem .cn-next-match .cn-competition { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--cn-yellow); margin-bottom: 14px; }
.cn-fem .cn-next-teams { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 16px; }
.cn-fem .cn-team-block { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 110px; }
.cn-fem .cn-team-flag { font-size: 40px; line-height: 1; }
.cn-fem .cn-team-flag .cn-crest { width: 44px; height: 44px; object-fit: contain; }
.cn-fem .cn-team-flag .cn-crest-emoji { font-size: 40px; line-height: 1; }
.cn-fem .cn-team-name { font-weight: 800; font-size: 13px; text-transform: uppercase; }
.cn-fem .cn-next-vs { font-size: 20px; font-weight: 900; color: var(--cn-yellow); }
.cn-fem .cn-last-match .cn-next-vs { color: var(--cn-blue-2); }
.cn-fem .cn-next-meta { font-size: 13px; color: #dfe8fb; display: flex; flex-direction: column; gap: 4px; margin-bottom: 18px; }
.cn-fem .cn-countdown { display: flex; justify-content: center; gap: 10px; margin-bottom: 18px; }
.cn-fem .cn-countdown-box { background: rgba(255,255,255,.12); border-radius: var(--cn-radius-sm); padding: 10px 14px; min-width: 62px; }
.cn-fem .cn-countdown-box .cn-cd-num { font-size: 24px; font-weight: 900; }
.cn-fem .cn-countdown-box .cn-cd-lbl { font-size: 10px; text-transform: uppercase; opacity: .85; }
.cn-fem .cn-live-flag { display: inline-flex; align-items: center; gap: 8px; background: #e11d2e; color: #fff; font-weight: 800; padding: 8px 18px; border-radius: 999px; font-size: 14px; margin-bottom: 18px; }
.cn-fem .cn-live-dot { width: 8px; height: 8px; background: #fff; border-radius: 50%; animation: cn-fem-pulse 1.2s ease infinite; }
@keyframes cn-fem-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }

.cn-fem .cn-onde-assistir { margin-top: 16px; padding-top: 14px; border-top: 1px dashed rgba(255,255,255,.25); display: flex; flex-direction: column; gap: 4px; }
.cn-fem .cn-oa-label { font-size: 10.5px; text-transform: uppercase; letter-spacing: .04em; color: var(--cn-yellow); font-weight: 800; }
.cn-fem .cn-oa-channels { font-size: 13px; font-weight: 700; }

.cn-fem .cn-last-score { font-size: 30px; font-weight: 900; margin: 10px 0; }
.cn-fem .cn-result-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 16px; border-radius: 999px; font-weight: 800; font-size: 13px; margin-bottom: 14px; }
.cn-fem .cn-result-win { background: #e5f8ec; color: #05603a; }
.cn-fem .cn-result-draw { background: #fff6d9; color: #7a5c00; }
.cn-fem .cn-result-loss { background: #fde9ea; color: #9c1c27; }
.cn-fem .cn-last-meta { font-size: 12.5px; color: var(--cn-muted); margin: 4px 0; }

/* -----------------------------------------------------------------------
 * CARROSSEL DE JOGOS
 * --------------------------------------------------------------------- */

.cn-fem .cn-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.cn-fem .cn-filter-btn { background: var(--cn-gray-light); border: 1.5px solid transparent; color: var(--cn-graphite); font-weight: 700; font-size: 13px; padding: 8px 16px; border-radius: 999px; }
.cn-fem .cn-filter-btn.is-active { background: var(--cn-blue); color: #fff; }

.cn-fem .cn-carousel-wrap { position: relative; }
.cn-fem .cn-carousel { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; scrollbar-width: thin; }
.cn-fem .cn-match-card { scroll-snap-align: start; flex: 0 0 250px; background: var(--cn-card); border: 1px solid var(--cn-border); border-radius: var(--cn-radius); padding: 16px; box-shadow: var(--cn-shadow-sm); }
.cn-fem .cn-match-card .cn-mc-competition { font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--cn-blue); margin-bottom: 8px; }
.cn-fem .cn-match-card .cn-mc-teams { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.cn-fem .cn-match-card .cn-mc-team { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; font-weight: 700; width: 40%; text-align: center; }
.cn-fem .cn-match-card .cn-mc-flag { font-size: 26px; }
.cn-fem .cn-match-card .cn-mc-flag .cn-crest-sm { width: 28px; height: 28px; object-fit: contain; }
.cn-fem .cn-match-card .cn-mc-flag .cn-crest-sm-emoji { font-size: 26px; line-height: 1; }
.cn-fem .cn-match-card .cn-mc-score { font-weight: 900; font-size: 16px; color: var(--cn-graphite); }
.cn-fem .cn-match-card .cn-mc-meta { font-size: 11.5px; color: var(--cn-muted); display: flex; flex-direction: column; gap: 2px; }
.cn-fem .cn-match-card .cn-mc-status { margin-top: 8px; }
.cn-fem .cn-carousel-arrow { display: none; position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 50%; background: #fff; border: 1px solid var(--cn-border); box-shadow: var(--cn-shadow-sm); font-size: 20px; color: var(--cn-blue); align-items: center; justify-content: center; z-index: 2; }
.cn-fem .cn-carousel-prev { left: -14px; }
.cn-fem .cn-carousel-next { right: -14px; }
@media (min-width: 1024px) {
	.cn-fem .cn-carousel-arrow { display: flex; }
}

/* -----------------------------------------------------------------------
 * CONVOCADAS
 * --------------------------------------------------------------------- */

.cn-fem .cn-squad-preview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; text-align: center; }
.cn-fem .cn-squad-preview-col { background: var(--cn-gray-light); border-radius: var(--cn-radius-sm); padding: 12px 6px; }
.cn-fem .cn-squad-preview-label { font-size: 10px; font-weight: 800; text-transform: uppercase; color: var(--cn-blue); margin-bottom: 8px; letter-spacing: .02em; }
.cn-fem .cn-squad-preview-photo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; margin: 0 auto 6px; background: #fff; }
.cn-fem .cn-squad-preview-empty { background: #d9dde6; }
.cn-fem .cn-squad-preview-name { font-size: 11px; font-weight: 800; line-height: 1.2; }
.cn-fem .cn-squad-preview-club { font-size: 10px; color: var(--cn-muted); }
.cn-fem .cn-squad-full { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--cn-border); }

.cn-fem .cn-players-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 14px; max-height: 460px; overflow-y: auto; padding: 2px; }
.cn-fem .cn-player-card { background: var(--cn-card); border: 1px solid var(--cn-border); border-radius: var(--cn-radius); overflow: hidden; box-shadow: var(--cn-shadow-sm); text-align: left; width: 100%; padding: 0; color: inherit; }
.cn-fem .cn-player-card:hover { box-shadow: var(--cn-shadow); transform: translateY(-3px); transition: transform .18s ease, box-shadow .18s ease; }
.cn-fem .cn-player-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; background: var(--cn-gray-light); }
.cn-fem .cn-player-info { padding: 8px 10px 12px; }
.cn-fem .cn-player-name { font-weight: 800; font-size: 12.5px; margin-bottom: 2px; }
.cn-fem .cn-player-position { font-size: 11px; color: var(--cn-blue); font-weight: 700; }
.cn-fem .cn-player-club { font-size: 11px; color: var(--cn-muted); }
.cn-fem .cn-player-featured { position: relative; }
.cn-fem .cn-player-featured::after { content: "⭐"; position: absolute; top: 8px; left: 8px; background: var(--cn-yellow); color: #3a2f00; font-size: 11px; font-weight: 800; padding: 3px 7px; border-radius: 999px; }

@media (max-width: 767px) {
	.cn-fem .cn-squad-preview { grid-template-columns: repeat(2, 1fr); gap: 8px; }
	.cn-fem .cn-players-grid { grid-template-columns: repeat(2, 1fr); }
}

/* -----------------------------------------------------------------------
 * MODAL
 * --------------------------------------------------------------------- */

.cn-fem .cn-modal-overlay { position: fixed; inset: 0; background: rgba(10,20,40,.65); display: none; align-items: center; justify-content: center; z-index: 9999; padding: 20px; }
.cn-fem .cn-modal-overlay.is-open { display: flex; }
.cn-fem .cn-modal { background: #fff; border-radius: var(--cn-radius); max-width: 480px; width: 100%; max-height: 88vh; overflow-y: auto; position: relative; padding: 0; }
.cn-fem .cn-modal-close { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,.5); color: #fff; border: none; font-size: 18px; z-index: 2; }
.cn-fem .cn-modal-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.cn-fem .cn-modal-body { padding: 20px 22px 26px; }
.cn-fem .cn-modal-body h3 { font-size: 20px; }
.cn-fem .cn-modal-sub { color: var(--cn-muted); font-size: 13px; margin-bottom: 14px; }
.cn-fem .cn-modal-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
.cn-fem .cn-modal-stats div { text-align: center; background: var(--cn-gray-light); border-radius: var(--cn-radius-sm); padding: 10px 4px; }
.cn-fem .cn-modal-stats .num { font-weight: 900; font-size: 18px; color: var(--cn-blue); }
.cn-fem .cn-modal-stats .lbl { font-size: 10.5px; color: var(--cn-muted); text-transform: uppercase; }
html.cn-fem-modal-open { overflow: hidden; }

/* -----------------------------------------------------------------------
 * RADAR DAS GUERREIRAS
 * --------------------------------------------------------------------- */

.cn-fem .cn-radar-list { display: flex; flex-direction: column; gap: 10px; }
.cn-fem .cn-radar-row { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: var(--cn-radius-sm); background: var(--cn-gray-light); }
.cn-fem .cn-radar-rank { font-weight: 900; font-size: 15px; color: var(--cn-blue); width: 20px; }
.cn-fem .cn-radar-photo { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; background: #fff; }
.cn-fem .cn-radar-info { flex: 1; min-width: 0; }
.cn-fem .cn-radar-name { font-weight: 700; font-size: 13px; }
.cn-fem .cn-radar-club { font-size: 11.5px; color: var(--cn-muted); }
.cn-fem .cn-radar-stat { font-size: 11.5px; font-weight: 800; color: var(--cn-green); white-space: nowrap; }

/* -----------------------------------------------------------------------
 * COPA DO MUNDO FEMININA 2027 (card grande)
 * --------------------------------------------------------------------- */

.cn-fem .cn-worldcup-card { text-align: center; position: relative; overflow: hidden; }
.cn-fem .cn-worldcup-kicker { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--cn-yellow); margin-bottom: 8px; }
.cn-fem .cn-worldcup-text { font-size: 13px; color: #dfe8fb; margin-bottom: 14px; }
.cn-fem .cn-worldcup-trophy { margin: 0 auto 14px; }
.cn-fem .cn-worldcup-host { font-weight: 800; font-size: 15px; margin-bottom: 14px; }
.cn-fem .cn-worldcup-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 18px; }
.cn-fem .cn-worldcup-grid > div { background: rgba(255,255,255,.12); border-radius: var(--cn-radius-sm); padding: 10px 4px; display: flex; flex-direction: column; }
.cn-fem .cn-worldcup-grid .num { font-size: 19px; font-weight: 900; color: var(--cn-yellow); }
.cn-fem .cn-worldcup-grid .lbl { font-size: 9.5px; text-transform: uppercase; color: #dfe8fb; margin-top: 2px; }

/* -----------------------------------------------------------------------
 * MONTE SUA CONVOCAÇÃO
 * --------------------------------------------------------------------- */

.cn-fem .cn-build-squad-count { font-size: 13px; font-weight: 800; color: var(--cn-blue); background: var(--cn-gray-light); padding: 4px 12px; border-radius: 999px; }
.cn-fem .cn-build-squad-avatars { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin: 16px 0; }
.cn-fem .cn-squad-avatar { width: 100%; aspect-ratio: 1; border-radius: 50%; border: 2px solid var(--cn-gray-light); overflow: hidden; background: var(--cn-gray-light); cursor: pointer; padding: 0; }
.cn-fem .cn-squad-avatar img { width: 100%; height: 100%; object-fit: cover; }
.cn-fem .cn-squad-avatar.is-selected { border-color: var(--cn-green); box-shadow: 0 0 0 2px rgba(0,156,59,.25); }

/* -----------------------------------------------------------------------
 * ESCALE O BRASIL
 * --------------------------------------------------------------------- */

.cn-fem .cn-builder-controls { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; align-items: center; }
.cn-fem .cn-builder-controls select { padding: 8px 12px; border-radius: 999px; border: 1.5px solid var(--cn-border); font-weight: 700; font-size: 12.5px; background: #fff; }
.cn-fem .cn-pitch {
	position: relative; width: 100%; aspect-ratio: 3 / 4; max-width: 300px; margin: 0 auto;
	background: repeating-linear-gradient(0deg, #0c8a41 0, #0c8a41 30px, #0a7c3a 30px, #0a7c3a 60px);
	border-radius: var(--cn-radius); border: 3px solid #fff; overflow: hidden; box-shadow: var(--cn-shadow);
}
.cn-fem .cn-pitch::before { content: ""; position: absolute; inset: 8px; border: 2px solid rgba(255,255,255,.55); border-radius: 6px; }
.cn-fem .cn-pitch::after { content: ""; position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; transform: translate(-50%, -50%); }
.cn-fem .cn-pitch-slot { position: absolute; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; gap: 2px; width: 50px; background: none; border: none; color: #fff; text-align: center; }
.cn-fem .cn-pitch-slot .cn-ps-circle { width: 26px; height: 26px; border-radius: 50%; background: var(--cn-yellow); color: #3a2f00; font-weight: 900; font-size: 8.5px; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; box-shadow: 0 3px 8px rgba(0,0,0,.25); }
.cn-fem .cn-pitch-slot.is-empty .cn-ps-circle { background: rgba(255,255,255,.35); color: #fff; }
.cn-fem .cn-pitch-slot .cn-ps-name { font-size: 8.5px; font-weight: 700; text-shadow: 0 1px 3px rgba(0,0,0,.6); max-width: 58px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.cn-fem .cn-builder-picker { margin-top: 16px; }
.cn-fem .cn-picker-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 8px; max-height: 220px; overflow-y: auto; padding: 4px; }
.cn-fem .cn-picker-item { background: var(--cn-gray-light); border-radius: var(--cn-radius-sm); padding: 6px; text-align: center; font-size: 11px; font-weight: 700; border: 2px solid transparent; }
.cn-fem .cn-picker-item:hover { border-color: var(--cn-blue-2); }
.cn-fem .cn-picker-item img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; margin-bottom: 4px; }

/* -----------------------------------------------------------------------
 * ENQUETE
 * --------------------------------------------------------------------- */

.cn-fem .cn-poll-question { font-size: 15px; font-weight: 800; margin-bottom: 14px; }
.cn-fem .cn-poll-option { margin-bottom: 10px; }
.cn-fem .cn-poll-option-btn { width: 100%; text-align: left; background: var(--cn-gray-light); border: 1.5px solid transparent; border-radius: var(--cn-radius-sm); padding: 11px 13px; font-weight: 700; font-size: 12.5px; }
.cn-fem .cn-poll-option-btn:hover { border-color: var(--cn-blue-2); }
.cn-fem .cn-poll-bar-wrap { position: relative; background: var(--cn-gray-light); border-radius: var(--cn-radius-sm); overflow: hidden; padding: 10px 13px; }
.cn-fem .cn-poll-bar-fill { position: absolute; inset: 0; width: 0%; background: linear-gradient(90deg, var(--cn-blue-2), var(--cn-blue)); transition: width .8s ease; z-index: 0; }
.cn-fem .cn-poll-bar-content { position: relative; z-index: 1; display: flex; justify-content: space-between; font-weight: 700; font-size: 12.5px; color: #fff; mix-blend-mode: difference; }
.cn-fem .cn-poll-total { font-size: 11.5px; color: var(--cn-muted); margin-top: 8px; }
.cn-fem .cn-poll-message { font-size: 12.5px; color: var(--cn-green); font-weight: 700; margin-top: 8px; }

/* -----------------------------------------------------------------------
 * BRASIL EM NÚMEROS
 * --------------------------------------------------------------------- */

.cn-fem .cn-numbers-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.cn-fem .cn-numbers-item { background: var(--cn-gray-light); border-radius: var(--cn-radius-sm); padding: 14px 8px; text-align: center; }
.cn-fem .cn-numbers-value { font-size: 24px; font-weight: 900; color: var(--cn-blue); }
.cn-fem .cn-numbers-label { font-size: 10.5px; color: var(--cn-muted); text-transform: uppercase; letter-spacing: .01em; margin-top: 2px; }

/* -----------------------------------------------------------------------
 * ARTILHEIRAS
 * --------------------------------------------------------------------- */

.cn-fem .cn-ranking-list { display: flex; flex-direction: column; gap: 9px; }
.cn-fem .cn-ranking-row { display: flex; align-items: center; gap: 12px; background: var(--cn-card); border: 1px solid var(--cn-border); border-radius: var(--cn-radius-sm); padding: 9px 12px; }
.cn-fem .cn-ranking-row:nth-child(1) .cn-rank-num { color: var(--cn-yellow); -webkit-text-stroke: .6px var(--cn-graphite); }
.cn-fem .cn-rank-num { font-size: 18px; font-weight: 900; color: var(--cn-blue); width: 22px; }
.cn-fem .cn-ranking-photo { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.cn-fem .cn-ranking-name { font-weight: 800; font-size: 13px; }
.cn-fem .cn-ranking-value { margin-left: auto; font-weight: 900; font-size: 16px; color: var(--cn-blue); text-align: right; }
.cn-fem .cn-ranking-value small { display: block; font-size: 9.5px; color: var(--cn-muted); font-weight: 600; }

/* -----------------------------------------------------------------------
 * LENDAS
 * --------------------------------------------------------------------- */

.cn-fem .cn-legends-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.cn-fem .cn-legend-card { background: var(--cn-card); border-radius: var(--cn-radius-sm); overflow: hidden; box-shadow: var(--cn-shadow-sm); text-align: left; width: 100%; color: inherit; position: relative; border: 1px solid var(--cn-border); padding: 0; }
.cn-fem .cn-legend-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: linear-gradient(160deg, var(--cn-blue), var(--cn-blue-dark)); }
.cn-fem .cn-legend-info { padding: 8px 8px 10px; }
.cn-fem .cn-legend-name { font-weight: 800; font-size: 11.5px; }
.cn-fem .cn-legend-period { font-size: 10px; color: var(--cn-muted); }

/* -----------------------------------------------------------------------
 * GRANDES CAMPANHAS
 * --------------------------------------------------------------------- */

.cn-fem .cn-campaigns-list { display: flex; flex-direction: column; gap: 12px; }
.cn-fem .cn-campaign-row { border-left: 3px solid var(--cn-yellow); padding-left: 12px; }
.cn-fem .cn-campaign-years { font-size: 11px; font-weight: 800; color: var(--cn-blue); text-transform: uppercase; }
.cn-fem .cn-campaign-title { font-size: 13px; font-weight: 600; margin-top: 2px; }

/* -----------------------------------------------------------------------
 * HISTÓRIA DAS GUERREIRAS (timeline compacta)
 * --------------------------------------------------------------------- */

.cn-fem .cn-timeline-compact { position: relative; margin: 0; padding-left: 22px; }
.cn-fem .cn-timeline-compact::before { content: ""; position: absolute; left: 5px; top: 4px; bottom: 4px; width: 3px; background: var(--cn-blue-2); border-radius: 3px; }
.cn-fem .cn-timeline-compact .cn-timeline-item { position: relative; padding-bottom: 16px; }
.cn-fem .cn-timeline-compact .cn-timeline-item::before { content: ""; position: absolute; left: -22px; top: 3px; width: 12px; height: 12px; border-radius: 50%; background: var(--cn-yellow); border: 2px solid var(--cn-blue); }
.cn-fem .cn-timeline-compact .cn-timeline-item.is-title::before { background: var(--cn-green); }
.cn-fem .cn-timeline-compact .cn-timeline-year { font-weight: 900; color: var(--cn-blue); font-size: 13px; }
.cn-fem .cn-timeline-compact .cn-timeline-title { font-weight: 600; font-size: 12px; color: var(--cn-text); }

/* Timeline completa (usada por outras seções expansíveis futuramente) */
.cn-fem .cn-timeline { position: relative; margin: 20px 0; padding-left: 30px; }
.cn-fem .cn-timeline::before { content: ""; position: absolute; left: 8px; top: 0; bottom: 0; width: 3px; background: var(--cn-blue-2); border-radius: 3px; }
.cn-fem .cn-timeline .cn-timeline-item { position: relative; padding-bottom: 26px; }
.cn-fem .cn-timeline .cn-timeline-item::before { content: ""; position: absolute; left: -30px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--cn-yellow); border: 3px solid var(--cn-blue); }

/* -----------------------------------------------------------------------
 * BRASIL CONTRA O MUNDO
 * --------------------------------------------------------------------- */

.cn-fem .cn-vs-picker { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
.cn-fem .cn-vs-picker select { padding: 11px 16px; border-radius: 999px; border: 1.5px solid var(--cn-border); font-weight: 700; min-width: 200px; background: #fff; }
.cn-fem .cn-vs-result { display: none; }
.cn-fem .cn-vs-result.is-visible { display: block; }
.cn-fem .cn-vs-heading { text-align: center; margin-bottom: 16px; }
.cn-fem .cn-vs-crests { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 8px; }
.cn-fem .cn-vs-crests .cn-crest { width: 48px; height: 48px; object-fit: contain; }
.cn-fem .cn-vs-crests .cn-crest-emoji { font-size: 42px; line-height: 1; }
.cn-fem .cn-vs-x { font-size: 16px; font-weight: 900; color: var(--cn-blue-2); }
.cn-fem .cn-vs-title { display: block; font-size: 16px; font-weight: 900; }
.cn-fem .cn-vs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; text-align: center; margin-bottom: 18px; }
.cn-fem .cn-vs-grid div { background: var(--cn-gray-light); border-radius: var(--cn-radius-sm); padding: 12px 4px; }
.cn-fem .cn-vs-grid .num { font-size: 19px; font-weight: 900; color: var(--cn-blue); }
.cn-fem .cn-vs-grid .lbl { font-size: 10px; color: var(--cn-muted); text-transform: uppercase; }
.cn-fem .cn-vs-meetings li { font-size: 12px; padding: 6px 0; border-bottom: 1px solid var(--cn-border); display: flex; align-items: baseline; gap: 8px; }
.cn-fem .cn-vs-meeting-dot { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.cn-fem .cn-vs-meeting-dot.cn-result-win { background: var(--cn-green); }
.cn-fem .cn-vs-meeting-dot.cn-result-draw { background: var(--cn-yellow); }
.cn-fem .cn-vs-meeting-dot.cn-result-loss { background: #e11d2e; }

/* -----------------------------------------------------------------------
 * BRASILEIRAS PELO MUNDO
 * --------------------------------------------------------------------- */

.cn-fem .cn-abroad-list { display: flex; flex-direction: column; gap: 12px; }
.cn-fem .cn-abroad-row { display: flex; align-items: center; gap: 12px; }
.cn-fem .cn-abroad-photo { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; background: var(--cn-gray-light); flex-shrink: 0; }
.cn-fem .cn-abroad-name { font-weight: 800; font-size: 13.5px; }
.cn-fem .cn-abroad-meta { font-size: 11.5px; color: var(--cn-muted); display: flex; gap: 6px; flex-wrap: wrap; }

/* -----------------------------------------------------------------------
 * NOTÍCIAS
 * --------------------------------------------------------------------- */

.cn-fem .cn-news-card { height: 100%; }
.cn-fem .cn-news-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px; }
.cn-fem .cn-news-main { display: block; border-radius: var(--cn-radius-sm); overflow: hidden; box-shadow: var(--cn-shadow-sm); background: var(--cn-card); border: 1px solid var(--cn-border); }
.cn-fem .cn-news-main img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.cn-fem .cn-news-main .cn-news-body { padding: 14px 16px; }
.cn-fem .cn-news-main h3 { font-size: 16.5px; }
.cn-fem .cn-news-side { display: flex; flex-direction: column; gap: 12px; }
.cn-fem .cn-news-item { display: flex; gap: 10px; background: var(--cn-card); border: 1px solid var(--cn-border); border-radius: var(--cn-radius-sm); overflow: hidden; }
.cn-fem .cn-news-item img { width: 76px; height: 76px; object-fit: cover; flex-shrink: 0; }
.cn-fem .cn-news-item .cn-news-body { padding: 8px 10px 8px 0; }
.cn-fem .cn-news-item h4 { font-size: 12.5px; margin-bottom: 4px; }
.cn-fem .cn-news-date { font-size: 10.5px; color: var(--cn-muted); }

@media (max-width: 767px) {
	.cn-fem .cn-news-grid { grid-template-columns: 1fr; }
}

/* -----------------------------------------------------------------------
 * MODO DIA DE JOGO / PÓS-JOGO
 * --------------------------------------------------------------------- */

.cn-fem-game-day .cn-fem .cn-gameday-banner { display: flex; }
.cn-fem .cn-gameday-banner { display: none; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; background: linear-gradient(120deg, var(--cn-green), #036b29); color: #fff; text-align: center; padding: 16px 20px; font-weight: 800; }
.cn-fem .cn-postgame-banner { display: flex; background: linear-gradient(120deg, var(--cn-blue-dark), var(--cn-blue)); }
.cn-fem .cn-gameday-banner .cn-gd-title { font-size: 17px; }
.cn-fem .cn-gameday-banner .cn-gd-match { font-size: 14px; }
.cn-fem .cn-gameday-banner a { color: var(--cn-yellow); font-weight: 800; }

/* -----------------------------------------------------------------------
 * NEWSLETTER
 * --------------------------------------------------------------------- */

.cn-fem .cn-newsletter { background: linear-gradient(120deg, var(--cn-blue-dark), #001a4d); padding: 40px 0; }
.cn-fem .cn-newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cn-fem .cn-newsletter-title { color: #fff; font-size: 20px; margin-bottom: 4px; }
.cn-fem .cn-newsletter-sub { color: #cfe0ff; font-size: 13.5px; margin: 0; }
.cn-fem .cn-newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.cn-fem .cn-newsletter-form input[type="email"] { min-width: 260px; padding: 12px 16px; border-radius: 999px; border: none; font-size: 14px; }
.cn-fem .cn-hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.cn-fem .cn-newsletter-message { color: var(--cn-yellow); font-weight: 700; font-size: 13px; margin: 10px 0 0; width: 100%; text-align: center; }

/* -----------------------------------------------------------------------
 * SEO TEXT / A11Y
 * --------------------------------------------------------------------- */

.cn-fem .cn-seo-intro { font-size: 14.5px; color: var(--cn-muted); max-width: 900px; }
.cn-fem .screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; margin: 0 !important; }

/* -----------------------------------------------------------------------
 * SKELETON (loading)
 * --------------------------------------------------------------------- */

.cn-fem .cn-skeleton { background: linear-gradient(90deg, #eef1f6 25%, #f8f9fc 37%, #eef1f6 63%); background-size: 400% 100%; animation: cn-fem-shimmer 1.4s ease infinite; border-radius: var(--cn-radius-sm); }
@keyframes cn-fem-shimmer { 0% { background-position: 100% 50%; } 100% { background-position: 0 50%; } }

/* -----------------------------------------------------------------------
 * RESPONSIVIDADE GERAL (seção 46 do briefing)
 * --------------------------------------------------------------------- */

@media (max-width: 767px) {
	.cn-fem .cn-section { padding: 28px 0; }
	.cn-fem .cn-section-title { font-size: 19px; }
	.cn-fem .cn-container { padding: 0 14px; }
	.cn-fem .cn-legends-grid { grid-template-columns: repeat(2, 1fr); }
	.cn-fem .cn-newsletter-inner { text-align: center; justify-content: center; }
	.cn-fem .cn-newsletter-form { justify-content: center; width: 100%; }
	.cn-fem .cn-newsletter-form input[type="email"] { flex: 1; min-width: 0; }
}
