:root {
  --cn-blue: #144b9b;
  --cn-blue-dark: #082b63;
  --cn-blue-soft: #eef5ff;
  --cn-yellow: #ffc928;
  --cn-green: #16a34a;
  --cn-text: #111827;
  --cn-muted: #64748b;
  --cn-border: #e5e7eb;
  --cn-bg: #f6f8fc;
  --cn-card: #ffffff;
  --cn-radius: 8px;
  --cn-shadow: 0 10px 26px rgba(15, 23, 42, .08);
}

.cn-icon-svg {
  display: block !important;
  width: 1em !important;
  min-width: 1em !important;
  max-width: 1em !important;
  height: 1em !important;
  min-height: 1em !important;
  max-height: 1em !important;
  overflow: visible;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none;
}

.cn-cartoleiro-card,
.cn-cartoleiro-card *,
.cn-watch-shortcut,
.cn-watch-shortcut *,
.cn-access-more,
.cn-access-more *,
.cn-home-news,
.cn-home-news *,
.cn-stat-card,
.cn-stat-card *,
.cn-newsletter-card,
.cn-newsletter-card * {
  box-sizing: border-box;
}

.cn-btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 8px;
  border: 0;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.cn-btn--yellow {
  background: var(--cn-yellow);
  color: #111827;
}

.cn-games-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(174px, 190px);
  gap: 12px;
  align-items: stretch;
}

.cn-games-strip > * {
  min-width: 0;
}

.cn-watch-shortcut {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 9px;
  border: 1px solid rgba(20, 75, 155, .20);
  border-radius: 8px;
  background: #f8fbff;
  color: #0f2144;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cn-watch-shortcut:hover,
.cn-watch-shortcut:focus-visible {
  border-color: rgba(20, 75, 155, .42);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .10);
  transform: translateY(-1px);
}

.cn-watch-shortcut__body {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.cn-watch-shortcut__body strong {
  color: #0f2144;
  font-size: 10px;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.cn-watch-shortcut__body em {
  color: #334b6f;
  font-size: 10px;
  font-style: normal;
  line-height: 1.25;
}

.cn-watch-shortcut__body b {
  color: #144b9b;
  font-size: 10px;
  font-weight: 950;
}

.cn-watch-shortcut__icon {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center;
  border: 2px solid rgba(20, 75, 155, .28);
  border-radius: 8px;
  color: #144b9b;
  font-size: 21px !important;
  line-height: 1 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.cn-watch-shortcut__icon::before {
  width: auto;
  height: auto;
}

.cn-access-more {
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cn-shadow);
}

.cn-access-more h2 {
  margin: 0 0 12px;
  color: #0f2144;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.2;
}

.cn-access-more__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.cn-access-more__item {
  --cn-access-color: #144b9b;
  --cn-access-bg: #eef5ff;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  min-width: 0;
  min-height: 58px;
  padding: 9px;
  border: 1px solid #dbe5f2;
  border-color: color-mix(in srgb, var(--cn-access-color) 18%, #e5e7eb);
  border-radius: 8px;
  background: var(--cn-access-bg);
  color: var(--cn-access-color);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}

.cn-access-more__item:hover,
.cn-access-more__item:focus-visible {
  border-color: var(--cn-access-color);
  transform: translateY(-1px);
}

.cn-access-more__item--league {
  --cn-access-color: #17834d;
  --cn-access-bg: #edf9f2;
}

.cn-access-more__item--scouts {
  --cn-access-color: #ad6500;
  --cn-access-bg: #fff7e8;
}

.cn-access-more__item--lineups {
  --cn-access-color: #6b35b5;
  --cn-access-bg: #f6f0ff;
}

.cn-access-more__icon {
  display: grid !important;
  width: 30px !important;
  height: 30px !important;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 17px !important;
  line-height: 1 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.cn-access-more__item strong {
  min-width: 0;
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.cn-access-more__arrow {
  color: inherit;
  font-size: 14px;
  font-weight: 950;
}

.cn-cartoleiro-card {
  overflow: hidden;
  border: 1px solid rgba(20, 75, 155, .35);
  border-radius: 8px;
  background: var(--cn-card);
  box-shadow: var(--cn-shadow);
}

.cn-cartoleiro-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(135deg, #082b63 0%, #144b9b 100%);
}

.cn-cartoleiro-card__head span {
  color: var(--cn-yellow);
  font-size: 22px;
  visibility: visible !important;
  opacity: 1 !important;
}

.cn-cartoleiro-card__head h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0;
}

.cn-cartoleiro-card__countdown {
  margin: 14px;
  padding: 18px;
  text-align: center;
  border: 1px solid rgba(255, 201, 40, .42);
  border-radius: 8px;
  background: #fff8df;
}

.cn-cartoleiro-card__countdown > span {
  display: block;
  color: #374151;
  font-size: 13px;
  font-weight: 800;
}

.cn-cartoleiro-timer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 5px;
  align-items: center;
  margin: 10px 0 12px;
}

.cn-cartoleiro-timer__unit {
  display: grid;
  min-width: 0;
  min-height: 58px;
  place-content: center;
  padding: 6px 4px;
  border: 1px solid rgba(20, 75, 155, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.cn-cartoleiro-timer__unit strong {
  display: block;
  margin: 0;
  color: #111827;
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.cn-cartoleiro-timer__unit small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cn-cartoleiro-timer > i {
  color: #64748b;
  font-size: 18px;
  font-style: normal;
  font-weight: 950;
}

.cn-cartoleiro-card__countdown p {
  margin: 0 0 12px;
  color: #374151;
  font-size: 13px;
  line-height: 1.35;
}

.cn-cartoleiro-card__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}

.cn-cartoleiro-card__links a {
  display: flex;
  min-height: 62px;
  gap: 9px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--cn-border);
  border-radius: 8px;
  background: #f8fafc;
  color: #14325d;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.cn-cartoleiro-card__links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, .08);
}

.cn-cartoleiro-card__links span {
  display: inline-grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(20, 75, 155, .22);
  border-radius: 8px;
  color: var(--cn-blue);
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
  visibility: visible !important;
  opacity: 1 !important;
}

.cn-cartoleiro-card__links b {
  font-size: 12px;
  line-height: 1.2;
}

.cn-home-news {
  display: grid;
  gap: 14px;
}

.cn-home-news__featured-link {
  position: relative;
  display: block;
  min-height: 370px;
  overflow: hidden;
  border-radius: 8px;
  background: #0b1f3f;
  color: #fff;
  text-decoration: none;
}

.cn-home-news__featured img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cn-home-news__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 18, 39, .05) 0%, rgba(6, 18, 39, .76) 76%, rgba(6, 18, 39, .92) 100%);
}

.cn-home-news__tag {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  padding: 7px 11px;
  border-radius: 8px;
  background: var(--cn-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cn-home-news__featured-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 22px;
}

.cn-home-news__featured h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 31px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
}

.cn-home-news__featured p {
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 15px;
  line-height: 1.45;
}

.cn-home-news__featured small {
  display: inline-block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .72);
}

.cn-home-news__tabs {
  display: flex;
  gap: 18px;
  min-height: 48px;
  align-items: end;
  padding: 0 16px;
  border: 1px solid var(--cn-border);
  border-radius: 8px 8px 0 0;
  background: #fff;
}

.cn-home-news__tabs span {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border-bottom: 3px solid transparent;
  color: #31415f;
  font-size: 14px;
  font-weight: 850;
}

.cn-home-news__tabs .is-active {
  color: var(--cn-blue);
  border-color: var(--cn-blue);
}

.cn-home-news__list {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--cn-border);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.cn-home-news__item {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
}

.cn-home-news__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  background: #dbeafe;
}

.cn-home-news__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cn-home-news__item span {
  color: var(--cn-blue);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.cn-home-news__item h3 {
  margin: 3px 0 5px;
  color: #0f2144;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: 0;
}

.cn-home-news__item h3 a {
  color: inherit;
  text-decoration: none;
}

.cn-home-news__item p {
  margin: 0;
  color: #52627a;
  font-size: 14px;
  line-height: 1.4;
}

.cn-home-news__item small {
  display: inline-block;
  margin-top: 7px;
  color: #7b8798;
  font-size: 12px;
}

.cn-stat-card {
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid var(--cn-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cn-shadow);
}

.cn-stat-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.cn-stat-card__head h2 {
  margin: 0;
  color: #0f2144;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}

.cn-stat-card__head a {
  color: var(--cn-blue);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}

.cn-stat-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cn-stat-list li {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #edf2f7;
}

.cn-stat-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cn-stat-list span {
  display: grid;
  min-width: 0;
}

.cn-stat-list b {
  overflow: hidden;
  color: #0f2144;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cn-stat-list em {
  color: #64748b;
  font-size: 11px;
  font-style: normal;
}

.cn-stat-list strong {
  color: var(--cn-blue);
  font-size: 14px;
  font-weight: 950;
}

.cn-stat-card .cn-bra-mini-table-wrap,
.cn-stat-card .cn-bra-mini-scorers-wrap,
.cn-stat-card .cn-ranking {
  box-shadow: none;
}

.cn-stat-card .cn-bra-mini-table-head {
  font-size: 13px;
}

.cn-stat-card .cn-bra-mini-table th:nth-child(6),
.cn-stat-card .cn-bra-mini-table td:nth-child(6) {
  display: none;
}

.cn-stat-card .cn-bra-mini-table,
.cn-stat-card .cn-bra-mini-table-wrap {
  width: 100%;
  max-width: 100%;
}

.cn-stat-card .cn-bra-mini-team {
  min-width: 0;
}

.cn-stat-empty {
  margin: 0;
  color: #64748b;
  font-size: 13px;
}

.cn-stat-card--copa-scorers {
  container-type: inline-size;
  padding: 12px;
  overflow: hidden;
}

.cn-copa-scorers-board {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.cn-copa-scorers-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  padding-top: 1px;
  border-top: 1px solid rgba(20, 75, 155, .10);
}

.cn-copa-scorers-kicker {
  margin-bottom: 2px;
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.cn-copa-scorers-title {
  margin: 0;
  color: #0b2f68;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
}

.cn-copa-scorers-columns {
  flex: 0 0 auto;
  color: #94a3b8;
  font-size: 9px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.cn-copa-scorers-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 0;
}

.cn-copa-scorer-row {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 34px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(20, 75, 155, .10);
  border-radius: 14px;
  background: rgba(248, 251, 255, .88);
}

.cn-copa-scorer-row--leader {
  grid-column: 1 / -1;
  grid-template-columns: auto 40px minmax(0, 1fr) auto;
  padding: 10px;
  background: linear-gradient(135deg, #fff9df 0%, #f8fbff 58%, #ffffff 100%);
}

.cn-copa-scorer-rank {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: #144b9b;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.cn-copa-scorer-row--leader .cn-copa-scorer-rank {
  background: #c58a00;
}

.cn-copa-scorer-photo {
  position: relative;
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  min-height: 34px;
  max-height: 34px;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: #eaf1fb;
  color: #0b2f68;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.cn-copa-scorer-row--leader .cn-copa-scorer-photo {
  flex-basis: 40px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 999px;
}

.cn-copa-scorer-photo img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  border-radius: inherit;
}

.cn-copa-scorer-info {
  min-width: 0;
}

.cn-copa-scorer-name {
  display: block;
  overflow: hidden;
  color: #0f172a;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cn-copa-scorer-row--leader .cn-copa-scorer-name {
  font-size: 14px;
}

.cn-copa-scorer-team {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  margin-top: 3px;
  color: #64748b;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.15;
}

.cn-copa-scorer-team img {
  display: block;
  flex: 0 0 16px;
  width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  max-height: 16px !important;
  object-fit: contain !important;
}

.cn-copa-scorer-flag {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1;
}

.cn-copa-scorer-team span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cn-copa-scorer-goals {
  min-width: 44px;
  padding: 6px 8px;
  border-radius: 12px;
  background: #0b2f68;
  color: #fff;
  text-align: center;
}

.cn-copa-scorer-goals strong {
  display: block;
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
}

.cn-copa-scorer-goals span {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cn-world-scorers {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cn-world-scorers__item {
  display: grid;
  grid-template-columns: 24px 42px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(20, 75, 155, .12);
  border-radius: 8px;
  background: #f8fbff;
}

.cn-world-scorers__item:first-child {
  border-color: rgba(197, 138, 0, .25);
  background: #fff9df;
}

.cn-world-scorers__rank {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--cn-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.cn-world-scorers__item:first-child .cn-world-scorers__rank {
  background: #c58a00;
}

.cn-world-scorers__photo {
  position: relative;
  display: grid;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: #eaf1fb;
  color: #0b2f68;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.cn-world-scorers__photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  border-radius: inherit;
  object-fit: cover !important;
}

.cn-world-scorers__info {
  min-width: 0;
}

.cn-world-scorers__info strong,
.cn-world-scorers__info small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cn-world-scorers__info strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
}

.cn-world-scorers__info small {
  margin-top: 3px;
  color: #64748b;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.2;
}

.cn-world-scorers__goals {
  min-width: 46px;
  padding: 6px 8px;
  border-radius: 8px;
  background: #0b2f68;
  color: #fff;
  text-align: center;
}

.cn-world-scorers__goals strong,
.cn-world-scorers__goals small {
  display: block;
}

.cn-world-scorers__goals strong {
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
}

.cn-world-scorers__goals small {
  margin-top: 2px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cn-social-ranking__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 10px;
  padding: 4px;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  background: #eef4fb;
}

.cn-social-ranking__tabs button {
  min-height: 34px;
  padding: 7px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #52627a;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.cn-social-ranking__tabs button:hover,
.cn-social-ranking__tabs button:focus-visible {
  color: #0b2f68;
  outline: 2px solid rgba(20, 75, 155, .30);
  outline-offset: -2px;
}

.cn-social-ranking__tabs button.is-active {
  background: #144b9b;
  color: #fff;
  box-shadow: 0 4px 10px rgba(20, 75, 155, .18);
}

.cn-entity-ranking {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cn-entity-ranking__item {
  display: grid;
  grid-template-columns: 24px 36px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  border: 1px solid #e3eaf4;
  border-radius: 8px;
  background: #f8fbff;
}

.cn-entity-ranking__item:first-child {
  border-color: rgba(197, 138, 0, .28);
  background: #fff9df;
}

.cn-entity-ranking__rank {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: #144b9b;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.cn-entity-ranking__item:first-child .cn-entity-ranking__rank {
  background: #c58a00;
}

.cn-entity-ranking__logo {
  position: relative;
  display: grid;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #dbe5f2;
  border-radius: 999px;
  background: #fff;
  color: #0b2f68;
  font-size: 10px;
  font-weight: 950;
}

.cn-entity-ranking__logo img {
  position: absolute;
  inset: 3px;
  z-index: 1;
  display: block !important;
  width: 28px !important;
  max-width: 28px !important;
  height: 28px !important;
  max-height: 28px !important;
  margin: 0 !important;
  background: #fff;
  object-fit: contain !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.cn-entity-ranking__logo-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #0b2f68 !important;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}

.cn-entity-ranking__info {
  min-width: 0;
}

.cn-entity-ranking__info strong,
.cn-entity-ranking__info small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cn-entity-ranking__info strong {
  color: #0f172a;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
}

.cn-entity-ranking__info small {
  margin-top: 3px;
  color: #64748b;
  font-size: 10px;
  line-height: 1.2;
}

.cn-entity-ranking__value {
  min-width: 58px;
  text-align: right;
}

.cn-entity-ranking__value strong,
.cn-entity-ranking__value small {
  display: block;
}

.cn-entity-ranking__value strong {
  color: #0b2f68;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
}

.cn-entity-ranking__value small {
  margin-top: 2px;
  color: #7b8798;
  font-size: 8px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.cn-newsletter-card {
  padding: 18px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #061b3d 0%, #144b9b 100%);
  box-shadow: var(--cn-shadow);
}

.cn-newsletter-card__icon {
  display: grid;
  width: 44px;
  height: 36px;
  margin-bottom: 10px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .75);
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  visibility: visible !important;
  opacity: 1 !important;
}

.cn-newsletter-card h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: 0;
}

.cn-newsletter-card p,
.cn-newsletter-card small {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  line-height: 1.45;
}

.cn-newsletter-card__form {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.cn-newsletter-card input[type="email"] {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #111827;
}

.cn-newsletter-card__consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  line-height: 1.35;
}

.cn-newsletter-card__consent input {
  margin-top: 2px;
}

.cn-newsletter-card button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--cn-yellow);
  color: #111827;
  font-weight: 950;
  cursor: pointer;
}

.cn-newsletter-card__message {
  margin: 10px 0;
  padding: 9px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.cn-newsletter-card__message.is-error {
  background: rgba(239, 68, 68, .26);
}

.cn-hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cn-ad-slot,
.cn-ad-sidebar,
.cn-ad-inline {
  display: grid;
  width: 100%;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f3f6fb;
}

.cn-ad-inline {
  min-height: 120px;
}

.cn-ad-sidebar {
  min-height: 250px;
}

.cn-floating-ad {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 9998;
  width: min(94vw, 728px);
  transform: translate(-50%, 140%);
  opacity: 0;
  pointer-events: none;
  transition: transform .35s ease, opacity .35s ease;
}

.cn-floating-ad.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.cn-floating-ad-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: #061b3d;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
}

.cn-floating-ad-close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #111827;
  font-weight: 900;
  cursor: pointer;
}

.cn-floating-ad img,
.cn-floating-ad iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 900px) {
  .cn-games-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cn-watch-shortcut__icon,
  .cn-access-more__icon,
  .cn-cartoleiro-card__head-icon,
  .cn-cartoleiro-card__link-icon,
  .cn-newsletter-card__icon {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .cn-watch-shortcut__icon,
  .cn-access-more__icon,
  .cn-cartoleiro-card__head-icon,
  .cn-cartoleiro-card__link-icon,
  .cn-newsletter-card__icon {
    display: grid !important;
  }

  .cn-watch-shortcut__icon .cn-icon-svg,
  .cn-access-more__icon .cn-icon-svg,
  .cn-cartoleiro-card__head-icon .cn-icon-svg,
  .cn-cartoleiro-card__link-icon .cn-icon-svg,
  .cn-newsletter-card__icon .cn-icon-svg {
    display: block !important;
  }

  .cn-cartoleiro-card__links {
    grid-template-columns: 1fr;
  }

  .cn-home-news__featured-link {
    min-height: 330px;
  }

  .cn-home-news__featured-text {
    padding: 18px;
  }

  .cn-home-news__featured h2 {
    font-size: 24px;
  }

  .cn-home-news__item {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .cn-home-news__item h3 {
    font-size: 15px;
  }

  .cn-home-news__item p {
    display: none;
  }

  .cn-home-news__tabs {
    gap: 12px;
    overflow-x: auto;
  }

  .cn-home-news__tabs span {
    flex: 0 0 auto;
    font-size: 13px;
  }

  .cn-floating-ad {
    bottom: 10px;
    width: min(94vw, 360px);
  }
}

body[data-theme='dark'] .cn-cartoleiro-card {
  border-color: #29405f;
  background: #101827;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

body[data-theme='dark'] .cn-cartoleiro-card__head {
  border-bottom: 1px solid #31517c;
  background: #0b2f68;
}

body[data-theme='dark'] .cn-cartoleiro-card__head h2 {
  color: #fff !important;
}

body[data-theme='dark'] .cn-cartoleiro-card__countdown {
  border-color: rgba(255, 201, 40, .48);
  background: #172235;
}

body[data-theme='dark'] .cn-cartoleiro-card__countdown > span,
body[data-theme='dark'] .cn-cartoleiro-card__countdown p {
  color: #d5deeb !important;
}

body[data-theme='dark'] .cn-cartoleiro-timer__unit {
  border-color: #35547d;
  background: #101827;
}

body[data-theme='dark'] .cn-cartoleiro-timer__unit strong {
  color: #fff !important;
}

body[data-theme='dark'] .cn-cartoleiro-timer__unit small,
body[data-theme='dark'] .cn-cartoleiro-timer > i {
  color: #b8c5d6 !important;
}

body[data-theme='dark'] .cn-cartoleiro-card .cn-btn--yellow,
body[data-theme='dark'] .cn-cartoleiro-card .cn-btn--yellow:visited {
  background: #ffc928 !important;
  color: #111827 !important;
}

body[data-theme='dark'] .cn-cartoleiro-card__links a,
body[data-theme='dark'] .cn-cartoleiro-card__links a:visited {
  border-color: #29405f;
  background: #162238;
  color: #eef4ff !important;
}

body[data-theme='dark'] .cn-cartoleiro-card__links a:hover {
  border-color: #4a72a8;
  background: #1c2c47;
}

body[data-theme='dark'] .cn-cartoleiro-card__links span {
  border-color: #466b9f;
  color: #ffc928 !important;
}

body[data-theme='dark'] .cn-cartoleiro-card__links b {
  color: #eef4ff !important;
}

body[data-theme='dark'] .cn-stat-card {
  border-color: #29405f;
  background: #101827;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}

body[data-theme='dark'] .cn-stat-card__head h2 {
  color: #f5f8ff !important;
}

body[data-theme='dark'] .cn-stat-card__head a,
body[data-theme='dark'] .cn-stat-card__head a:visited {
  padding: 6px 8px;
  border: 1px solid #ffd75e;
  border-radius: 6px;
  background: #ffc928;
  color: #111827 !important;
}

body[data-theme='dark'] .cn-stat-card__head a:hover,
body[data-theme='dark'] .cn-stat-card__head a:focus-visible {
  background: #ffd75e;
  color: #061b3d !important;
  outline: 2px solid rgba(255, 215, 94, .32);
  outline-offset: 2px;
}

body[data-theme='dark'] .cn-stat-card .cn-bra-mini-table-wrap,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-scorers-wrap {
  color: #eef4ff !important;
}

body[data-theme='dark'] .cn-stat-card .cn-bra-mini-table-head,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-team,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-pos,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-name {
  color: #f5f8ff !important;
}

body[data-theme='dark'] .cn-stat-card .cn-bra-mini-table thead th,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-club,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-legend {
  color: #b8c5d6 !important;
}

body[data-theme='dark'] .cn-stat-card .cn-bra-mini-table thead th,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-row td,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-legend {
  border-color: #29405f !important;
}

body[data-theme='dark'] .cn-stat-card .cn-bra-mini-row td {
  color: #eef4ff !important;
}

body[data-theme='dark'] .cn-stat-card .cn-bra-mini-scorer-row {
  border-color: #29405f !important;
  background: #162238 !important;
}

body[data-theme='dark'] .cn-stat-card .cn-bra-mini-scorer-row[data-cn-open-modal]:hover {
  border-color: #4a72a8 !important;
  background: #1c2c47 !important;
}

body[data-theme='dark'] .cn-stat-card .cn-bra-mini-pts,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-rank,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-goals,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-table-head a,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-link {
  color: #8bb8ff !important;
}

body[data-theme='dark'] .cn-stat-card .cn-bra-mini-photo,
body[data-theme='dark'] .cn-stat-card .cn-bra-mini-team .cn-team-badge {
  border-color: #3a5478 !important;
  background-color: #eef4ff;
  color: #0b2f68 !important;
}

body[data-theme='dark'] .cn-stat-empty {
  color: #c4cfdd !important;
}

body[data-theme='dark'] .cn-world-scorers__item,
body[data-theme='dark'] .cn-entity-ranking__item,
body[data-theme='dark'] .cn-copa-scorer-row {
  border-color: #29405f;
  background: #162238;
}

body[data-theme='dark'] .cn-world-scorers__item:first-child,
body[data-theme='dark'] .cn-entity-ranking__item:first-child,
body[data-theme='dark'] .cn-copa-scorer-row--leader {
  border-color: rgba(255, 201, 40, .42);
  background: #202637;
}

body[data-theme='dark'] .cn-world-scorers__info strong,
body[data-theme='dark'] .cn-entity-ranking__info strong,
body[data-theme='dark'] .cn-copa-scorer-name,
body[data-theme='dark'] .cn-copa-scorers-title {
  color: #f5f8ff !important;
}

body[data-theme='dark'] .cn-world-scorers__info small,
body[data-theme='dark'] .cn-entity-ranking__info small,
body[data-theme='dark'] .cn-copa-scorer-team,
body[data-theme='dark'] .cn-copa-scorers-kicker,
body[data-theme='dark'] .cn-copa-scorers-columns {
  color: #b8c5d6 !important;
}

body[data-theme='dark'] .cn-entity-ranking__value strong {
  color: #8bb8ff !important;
}

body[data-theme='dark'] .cn-entity-ranking__value small {
  color: #aebccd !important;
}

body[data-theme='dark'] .cn-entity-ranking__logo,
body[data-theme='dark'] .cn-world-scorers__photo,
body[data-theme='dark'] .cn-copa-scorer-photo {
  border-color: #3a5478;
  background: #eef4ff;
  color: #0b2f68 !important;
}

body[data-theme='dark'] .cn-social-ranking__tabs {
  border-color: #29405f;
  background: #0d1625;
}

body[data-theme='dark'] .cn-social-ranking__tabs button {
  color: #bdc9d8 !important;
}

body[data-theme='dark'] .cn-social-ranking__tabs button:hover,
body[data-theme='dark'] .cn-social-ranking__tabs button:focus-visible {
  color: #fff !important;
}

body[data-theme='dark'] .cn-social-ranking__tabs button.is-active {
  background: #2f6fca;
  color: #fff !important;
}

body[data-theme='dark'] .cn-watch-shortcut,
body[data-theme='dark'] .cn-watch-shortcut:visited {
  border-color: #29405f;
  background: #162238;
  color: #eef4ff !important;
}

body[data-theme='dark'] .cn-watch-shortcut:hover,
body[data-theme='dark'] .cn-watch-shortcut:focus-visible {
  border-color: #4a72a8;
  background: #1c2c47;
}

body[data-theme='dark'] .cn-watch-shortcut__body strong,
body[data-theme='dark'] .cn-watch-shortcut__body em {
  color: #eef4ff !important;
}

body[data-theme='dark'] .cn-watch-shortcut__body b,
body[data-theme='dark'] .cn-watch-shortcut__icon {
  color: #8bb8ff !important;
}

body[data-theme='dark'] .cn-watch-shortcut__icon {
  border-color: #4a72a8;
}

body[data-theme='dark'] .cn-access-more {
  border-color: #29405f;
  background: #101827;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}

body[data-theme='dark'] .cn-access-more h2 {
  color: #f5f8ff !important;
}

body[data-theme='dark'] .cn-access-more__item,
body[data-theme='dark'] .cn-access-more__item:visited {
  border-color: #29405f;
  background: #162238;
  color: #eef4ff !important;
}

body[data-theme='dark'] .cn-access-more__item:hover,
body[data-theme='dark'] .cn-access-more__item:focus-visible {
  border-color: var(--cn-access-color);
  background: #1c2c47;
}

body[data-theme='dark'] .cn-access-more__icon,
body[data-theme='dark'] .cn-access-more__arrow {
  color: var(--cn-access-color) !important;
}

body[data-theme='dark'] .cn-access-more__item strong {
  color: #eef4ff !important;
}
