/* CartolaNews app - modern UI layer.
   This file intentionally skins the existing modules without replacing them. */

:root {
  --cn-modern-blue: #0048b8;
  --cn-modern-blue-2: #005ed6;
  --cn-modern-blue-3: #003a96;
  --cn-modern-ink: #111827;
  --cn-modern-muted: #5d6b82;
  --cn-modern-line: rgba(17, 24, 39, .10);
  --cn-modern-card: #ffffff;
  --cn-modern-bg: #f4f7fb;
  --cn-modern-good: #16a34a;
  --cn-modern-warn: #f5a400;
  --cn-modern-live: #ef233c;
  --cn-modern-shadow: 0 14px 32px rgba(19, 39, 82, .12);
}

html.cn-modern-release,
body.cn-modern-release {
  background: #f4f7fb !important;
  overflow-x: hidden;
}

body.cn-modern-release {
  color: var(--cn-modern-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Inter", "Segoe UI", Arial, sans-serif;
}

body.cn-modern-release *,
body.cn-modern-release *::before,
body.cn-modern-release *::after {
  box-sizing: border-box;
}

body.cn-modern-release #root > div {
  position: relative;
  z-index: 30;
  background: #f4f7fb !important;
}

body.cn-modern-release[data-cn-view="home"] #root > div {
  background: linear-gradient(180deg, #0048b8 0, #0048b8 142px, #f4f7fb 142px, #f4f7fb 100%) !important;
}

body.cn-modern-release:not([data-cn-view="home"]) #root > div {
  background: linear-gradient(180deg, #0048b8 0, #0048b8 142px, #f4f7fb 142px, #f4f7fb 100%) !important;
}

body.cn-modern-release[data-cn-view="menu"] #root > div {
  background: linear-gradient(180deg, #0048b8 0, #0048b8 142px, #f4f7fb 142px, #f4f7fb 100%) !important;
}

@media (max-width: 640px) {
  body.cn-modern-release[data-cn-view="home"] #root > div {
    background: linear-gradient(180deg, #0048b8 0, #0048b8 156px, #f4f7fb 156px, #f4f7fb 100%) !important;
  }

  body.cn-modern-release[data-cn-view="menu"] #root > div {
    background: linear-gradient(180deg, #0048b8 0, #0048b8 156px, #f4f7fb 156px, #f4f7fb 100%) !important;
  }
}

html[data-cn-theme="dark"].cn-modern-release,
html[data-cn-theme="dark"] body.cn-modern-release,
html.dark body.cn-modern-release,
body.cn-modern-release.cn-dark-active {
  background: #020617 !important;
  color: #e2e8f0;
}

html[data-cn-theme="dark"] body.cn-modern-release #root > div,
html.dark body.cn-modern-release #root > div,
body.cn-modern-release.cn-dark-active #root > div {
  background: #020617 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="home"] #root > div,
body.cn-modern-release.cn-dark-active[data-cn-view="home"] #root > div {
  background: linear-gradient(180deg, #0048b8 0, #0048b8 142px, #020617 142px, #020617 100%) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release:not([data-cn-view="home"]) #root > div,
body.cn-modern-release.cn-dark-active:not([data-cn-view="home"]) #root > div {
  background: linear-gradient(180deg, #0048b8 0, #0048b8 142px, #020617 142px, #020617 100%) !important;
}

@media (max-width: 640px) {
  html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="home"] #root > div,
  body.cn-modern-release.cn-dark-active[data-cn-view="home"] #root > div {
    background: linear-gradient(180deg, #0048b8 0, #0048b8 156px, #020617 156px, #020617 100%) !important;
  }
}

body.cn-modern-release #root > div > main {
  max-width: 540px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-bottom: 116px !important;
  padding-top: 14px !important;
}

body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 {
  display: block !important;
  z-index: 90 !important;
}

body.cn-modern-release .sticky.top-0.z-30 {
  display: none !important;
}

body.cn-modern-release .sticky.top-0.z-30 > div:first-child {
  background: linear-gradient(180deg, #0756bd 0%, #0f4aa2 100%) !important;
}

body.cn-modern-release .sticky.top-0.z-30 > div:first-child > div {
  max-width: 540px !important;
  padding: 14px 16px 12px !important;
}

body.cn-modern-release .sticky.top-0.z-30 img[alt="CartolaNews"] {
  width: 38px !important;
  height: 38px !important;
}

body.cn-modern-release .sticky.top-0.z-30 .text-lg {
  font-size: 20px !important;
  letter-spacing: 0 !important;
}

body.cn-modern-release .sticky.top-0.z-30 > div:first-child [class*="rounded-full"] {
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: 0 12px 24px rgba(2, 6, 23, .18);
}

body.cn-modern-release .sticky.top-0.z-30 > div:nth-child(2) {
  border: 0 !important;
  background: rgba(255, 255, 255, .86) !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

body.cn-modern-release .sticky.top-0.z-30 > div:nth-child(2) > div {
  max-width: 540px !important;
}

body.cn-modern-release .sticky.top-0.z-30 > div:nth-child(2) button {
  border-radius: 14px !important;
  background: var(--cn-modern-blue) !important;
}

body.cn-modern-release .rounded-3xl,
body.cn-modern-release .rounded-\[32px\] {
  border-radius: 24px !important;
}

body.cn-modern-release .rounded-2xl,
body.cn-modern-release .rounded-\[22px\] {
  border-radius: 16px !important;
}

body.cn-modern-release main button,
body.cn-modern-release main a {
  -webkit-tap-highlight-color: transparent;
}

body.cn-modern-release main .shadow-sm,
body.cn-modern-release main .shadow {
  box-shadow: 0 12px 26px rgba(15, 23, 42, .07) !important;
}

body.cn-modern-release main [class*="bg-white"] {
  border-color: var(--cn-modern-line) !important;
}

body.cn-modern-release [class*="tracking-"] {
  letter-spacing: 0 !important;
}

#cn-modern-appbar {
  position: relative;
  z-index: 20;
  display: block;
  background: linear-gradient(180deg, #0059d4 0%, #0048b8 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 56, 150, .20);
  isolation: isolate;
  overflow: hidden;
}

.cn-appbar-shell {
  width: min(540px, 100%);
  margin: 0 auto;
  padding: 18px 16px 16px;
}

.cn-appbar-shell.is-home {
  padding-bottom: 12px;
}

.cn-appbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 12px;
}

.cn-appbar-main.is-screen {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
}

.cn-appbar-main.is-screen.has-double-actions {
  grid-template-columns: 42px minmax(0, 1fr) 84px;
}

.cn-appbar-screen-actions {
  justify-self: end;
}

.cn-appbar-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
  color: #fff;
  font-style: italic;
  letter-spacing: 0;
}

.cn-appbar-brand img {
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .22));
}

.cn-appbar-brand span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cn-appbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cn-appbar-title {
  min-width: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 900;
}

.cn-appbar-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, .10);
  color: #fff;
}

.cn-appbar-spacer {
  display: block;
  width: 38px;
  height: 38px;
}

.cn-appbar-icon span,
.cn-appbar-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.cn-appbar-icon svg,
.cn-modern-svg-icon svg,
.cn-category-row svg,
.cn-site-guide-root svg,
.cn-app-check svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cn-appbar-market {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  min-height: 39px;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 13px;
  background: #fff;
  padding: 7px 12px;
  color: #063f95;
  box-shadow: 0 8px 20px rgba(0, 48, 130, .16);
}

.cn-appbar-market-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: #138c43;
  padding: 6px 10px 6px 9px;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}

.cn-appbar-market-pill span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fff;
}

.cn-appbar-market strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #166534;
  font-size: 12px;
  font-weight: 800;
}

.cn-appbar-live {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  min-height: 36px;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 13px;
  background: rgba(255, 255, 255, .96);
  padding: 7px 10px;
  color: #18233a;
  box-shadow: 0 8px 18px rgba(0, 34, 88, .12);
}

.cn-appbar-live span {
  border-radius: 999px;
  background: #ef233c;
  padding: 5px 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}

.cn-appbar-live strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #22314c;
  font-size: 11px;
  font-weight: 800;
}

.cn-live-marquee {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: clip !important;
}

.cn-live-marquee em {
  display: inline-block;
  min-width: 100%;
  padding-left: 100%;
  animation: cn-live-marquee 18s linear infinite;
  font-style: normal;
  white-space: nowrap;
}

@keyframes cn-live-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.cn-modern-home-hero {
  width: 100%;
  margin: 2px auto 16px;
  max-width: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 26px;
  background: linear-gradient(145deg, #073a86 0%, #0f4aa2 54%, #0d9488 100%);
  color: #fff;
  box-shadow: 0 22px 48px rgba(15, 74, 162, .26);
}

.cn-modern-home-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding: 16px;
}

.cn-modern-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
}

.cn-modern-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .18);
}

.cn-modern-title {
  margin-top: 13px;
  font-size: 32px;
  font-weight: 950;
  line-height: .95;
}

.cn-modern-subtitle {
  margin-top: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.cn-modern-score {
  min-width: 116px;
  align-self: stretch;
  display: grid;
  place-items: center;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .12);
  text-align: center;
}

.cn-modern-score strong {
  display: block;
  font-size: 32px;
  line-height: 1;
}

.cn-modern-score span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
  font-weight: 800;
}

.cn-modern-quick-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 0 12px 14px;
}

.cn-modern-quick-grid[data-count="1"] {
  grid-template-columns: minmax(0, 1fr);
}

.cn-modern-quick-grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cn-modern-quick-grid[data-count="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cn-modern-quick-grid[data-count="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cn-modern-quick {
  min-width: 0;
  border: 0;
  border-radius: 17px;
  background: rgba(255, 255, 255, .96);
  color: #0f4aa2;
  padding: 10px 6px;
  box-shadow: 0 10px 20px rgba(2, 6, 23, .11);
}

.cn-modern-quick-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 24px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1;
}

.cn-modern-quick-label {
  display: block;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 900;
}

.cn-modern-quick:active,
.cn-modern-nav-button:active,
.cn-modern-more-item:active {
  transform: scale(.98);
}

.cn-modern-home-dashboard {
  margin: 0 auto 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--cn-modern-ink) !important;
  overflow: visible !important;
}

.cn-round-card {
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 14px;
  background: linear-gradient(180deg, #0059d4 0%, #0048b8 58%, #0042a9 100%);
  color: #fff;
  padding: 18px 16px 15px;
  box-shadow: 0 18px 34px rgba(0, 72, 184, .25);
}

.cn-round-head {
  display: grid;
  grid-template-columns: 58px minmax(74px, 1fr) minmax(112px, auto) 24px;
  align-items: center;
  gap: 10px;
}

.cn-round-shield {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: #fff;
  color: #f5a400;
  box-shadow: inset 0 0 0 1px rgba(0, 72, 184, .14);
}

.cn-round-shield svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cn-round-shield--logo {
  overflow: hidden;
  padding: 5px;
}

.cn-round-shield--logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cn-round-main span,
.cn-round-score span,
.cn-round-metrics span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 800;
}

.cn-round-main strong {
  display: block;
  margin-top: 1px;
  font-size: 37px;
  line-height: .95;
  font-weight: 950;
}

.cn-round-score {
  min-width: 0;
  border-left: 1px solid rgba(255, 255, 255, .20);
  padding-left: 12px;
}

.cn-round-score strong {
  display: block;
  margin-top: 2px;
  color: #78ff83;
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
}

.cn-round-arrow {
  display: grid;
  place-items: center;
  width: 26px;
  height: 36px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #fff;
}

.cn-round-arrow svg {
  width: 22px;
  height: 22px;
  transform: rotate(180deg);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.cn-round-divider {
  height: 1px;
  margin: 15px 0 12px;
  background: rgba(255, 255, 255, .18);
}

.cn-round-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cn-round-metrics > div {
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.cn-round-metrics > div:last-child {
  border-right: 0;
}

.cn-round-metrics strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.cn-modern-home-dashboard .cn-modern-quick-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-top: 14px;
  padding: 0;
}

.cn-modern-home-dashboard .cn-modern-quick {
  min-height: 76px;
  border: 1px solid rgba(0, 72, 184, .10);
  border-radius: 9px;
  background: #fff;
  color: #0048b8;
  padding: 10px 4px 8px;
  box-shadow: 0 8px 18px rgba(18, 37, 79, .10);
}

.cn-modern-home-dashboard .cn-modern-quick-icon {
  width: 30px;
  height: 30px;
  color: #0048b8;
}

.cn-modern-home-dashboard .cn-modern-quick[data-cn-modern-quick="rank"] .cn-modern-quick-icon {
  color: #111827;
}

.cn-modern-home-dashboard .cn-modern-quick[data-cn-modern-quick="matches"] .cn-modern-quick-icon {
  color: #111827;
}

.cn-modern-home-dashboard .cn-modern-quick[data-cn-modern-quick="bolao"] .cn-modern-quick-icon {
  color: #f5a400;
}

.cn-modern-home-dashboard .cn-modern-quick-icon svg {
  width: 27px;
  height: 27px;
}

.cn-modern-home-dashboard .cn-modern-quick-label {
  margin-top: 6px;
  color: #111827;
  font-size: 10px;
  font-weight: 720;
}

.cn-news-modern {
  margin: 16px 0 18px;
}

.cn-news-modern-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 2px;
}

.cn-news-modern-head strong {
  color: #111827;
  font-size: 15px;
  font-weight: 850;
}

.cn-news-modern-head button {
  border: 0;
  background: transparent;
  color: #0048b8;
  font-size: 12px;
  font-weight: 750;
}

.cn-news-modern-list {
  display: grid;
  gap: 8px;
}

.cn-news-modern-card {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  min-height: 108px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 12px;
  background: #fff;
  padding: 6px;
  text-align: left;
  box-shadow: 0 8px 18px rgba(17, 24, 39, .07);
}

.cn-news-modern-img {
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 96px;
  border-radius: 10px;
  background: linear-gradient(135deg, #e8edf5, #f8fafc);
}

.cn-news-modern-img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 96px;
  object-fit: cover;
}

.cn-news-modern-img.is-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef4fb, #f9fbff);
}

.cn-news-modern-img.is-fallback img {
  width: 76%;
  height: 76%;
  min-height: 0;
  object-fit: contain;
}

.cn-news-modern-img > span {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 96px;
  color: #0048b8;
}

.cn-news-modern-img svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.cn-news-modern-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 4px 2px 4px 0;
}

.cn-news-modern-badge {
  align-self: flex-start;
  border-radius: 5px;
  background: #e8f7ee;
  color: #138c43;
  padding: 3px 5px;
  font-size: 9px;
  font-weight: 950;
}

.cn-news-modern-badge.is-1 {
  background: #edf7ec;
  color: #16803a;
}

.cn-news-modern-badge.is-2 {
  background: #fff5db;
  color: #b77900;
}

.cn-news-modern-copy strong {
  display: -webkit-box;
  margin-top: 7px;
  overflow: hidden;
  color: #111827;
  font-size: 15px;
  font-weight: 860;
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cn-news-modern-copy small {
  margin-top: 8px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 650;
}

.cn-modern-nav {
  display: none !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  pointer-events: none;
}

.cn-modern-nav-inner {
  width: min(540px, 100%);
  margin: 0 auto;
  padding: 0 14px max(12px, env(safe-area-inset-bottom));
  pointer-events: auto;
  box-sizing: border-box;
}

.cn-modern-nav-surface {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3px;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  padding: 8px 7px;
  box-shadow: 0 -10px 30px rgba(17, 24, 39, .13);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cn-modern-nav-button {
  position: relative;
  min-width: 0;
  border: 0;
  border-radius: 15px;
  background: transparent;
  color: #5c6677;
  padding: 7px 2px 6px;
  transition: background-color .18s ease, color .18s ease, transform .12s ease;
}

.cn-modern-nav-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1;
}

.cn-modern-svg-icon svg {
  width: 23px;
  height: 23px;
}

.cn-modern-image-icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.cn-modern-quick-icon.cn-modern-image-icon img {
  width: 24px;
  height: 24px;
}

.cn-modern-nav-label {
  display: block;
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 900;
}

.cn-modern-nav-button.is-active {
  background: transparent;
  color: #0048b8;
}

.cn-modern-nav-button.is-active .cn-modern-nav-icon {
  border-radius: 14px;
  background: #e7f0ff;
  color: #0048b8;
}

.cn-modern-nav-button.is-more-active:after,
.cn-modern-nav-button.is-active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
}

.cn-modern-nav-dot {
  position: absolute;
  right: 13px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ef4444;
  box-shadow: 0 0 0 2px #fff;
}

.cn-modern-more {
  position: fixed;
  inset: 0;
  z-index: 79;
  display: none;
  align-items: flex-end;
  background: rgba(15, 23, 42, .24);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.cn-modern-more.is-open {
  display: flex;
}

.cn-modern-more-panel {
  width: min(540px, calc(100% - 24px));
  margin: 0 auto calc(88px + env(safe-area-inset-bottom));
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 26px;
  background: rgba(255, 255, 255, .96);
  padding: 12px;
  box-shadow: 0 22px 70px rgba(15, 23, 42, .22);
}

.cn-modern-more-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px 12px;
}

.cn-modern-more-title {
  font-size: 14px;
  font-weight: 950;
  color: var(--cn-modern-ink);
}

.cn-modern-more-close {
  border: 0;
  border-radius: 999px;
  background: #eef2ff;
  color: #0f4aa2;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 900;
}

.cn-modern-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.cn-modern-more-item {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  background: #fff;
  color: var(--cn-modern-ink);
  padding: 12px 8px;
  text-align: center;
}

.cn-modern-more-item strong {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}

.cn-modern-more-item span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 30px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1;
}

.cn-modern-more-icon.cn-modern-image-icon img {
  width: 26px;
  height: 26px;
}

body.cn-modern-release[data-cn-view="team"] main > div,
body.cn-modern-release[data-cn-view="rank"] main > div,
body.cn-modern-release[data-cn-view="matches"] main > div,
body.cn-modern-release[data-cn-view="bolao"] main > div,
body.cn-modern-release[data-cn-view="league"] main > div,
body.cn-modern-release[data-cn-view="menu"] main > div {
  animation: cn-modern-enter .2s ease both;
}

@keyframes cn-modern-enter {
  from {
    opacity: .72;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.cn-modern-release .cn-menu {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.cn-modern-release .cn-menu.cn-shell {
  background: transparent !important;
  color: #0f172a !important;
  overflow: visible !important;
}

body.cn-modern-release .cn-menu [data-cn-modern-hidden] {
  display: none !important;
}

.cn-menu-modern {
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 8;
  margin-top: -12px;
  margin-bottom: 12px;
  overflow: visible;
  padding: 0 14px 12px;
}

.cn-menu-latest {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  position: relative;
  z-index: 12;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 14px;
  background: #0048b8;
  margin-top: -14px;
  margin-bottom: 8px;
  box-shadow: 0 22px 44px rgba(0, 72, 184, .34), 0 10px 22px rgba(15, 23, 42, .14);
}

.cn-menu-latest > button {
  min-height: 40px;
  border: 0;
  border-radius: 13px 0 0 13px;
  background: #0048b8;
  color: #fff;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.cn-menu-latest-window {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #0048b8;
  padding: 0 10px;
}

.cn-menu-latest-track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-width: 100%;
  gap: 28px;
  color: rgba(255, 255, 255, .94);
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.cn-menu-latest-track.is-ready {
  animation: cn-menu-latest-marquee 6s linear infinite;
}

.cn-menu-latest-track a {
  color: inherit;
  text-decoration: none;
}

@keyframes cn-menu-latest-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.cn-menu-card,
.cn-app-version-card {
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 14px;
  background: #fff;
  padding: 13px;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .07);
}

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

.cn-menu-card-head strong {
  color: #111827;
  font-size: 14px;
  font-weight: 850;
}

.cn-menu-card-head button {
  border: 0;
  background: transparent;
  color: #0048b8;
  font-size: 12px;
  font-weight: 800;
}

.cn-menu-card-head span {
  color: #5d6b82;
  font-size: 11px;
  font-weight: 650;
}

.cn-social-modern-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.cn-social-modern {
  min-width: 0;
  min-height: 62px;
  border: 1px solid rgba(17, 24, 39, .09);
  border-radius: 10px;
  background: #fff;
  padding: 8px 4px;
  color: #111827;
}

.cn-social-modern span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin: 0 auto 4px;
  border-radius: 10px;
  background: transparent;
  color: #0048b8;
  font-size: 10px;
  font-weight: 950;
}

.cn-social-modern img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.cn-social-modern svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cn-social-modern strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 750;
}

.cn-social-modern.is-green span,
.cn-social-modern.is-red span,
.cn-social-modern.is-pink span,
.cn-social-modern.is-black span,
.cn-social-modern.is-dark span,
.cn-social-modern.is-blue span,
.cn-social-modern.is-site span,
.cn-social-modern.is-telegram span { background: transparent; }
.cn-social-modern.is-telegram span { color: #229ed9; }
.cn-social-modern.is-dark span,
.cn-social-modern.is-black span { color: #111827; }

.cn-modern-notify-slot:empty {
  display: none;
}

.cn-modern-notify-slot #cn-onesignal-center {
  margin: 0 !important;
}

.cn-modern-notify-slot .cn-os-card {
  border-radius: 14px !important;
  border-color: rgba(17, 24, 39, .08) !important;
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .07) !important;
}

.cn-notify-fallback[hidden] {
  display: none !important;
}

.cn-notify-list {
  display: grid;
  gap: 9px;
}

.cn-notify-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
}

.cn-notify-ico {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.cn-notify-ico.is-green { background: #16a34a; }
.cn-notify-ico.is-blue { background: #0048b8; }
.cn-notify-ico.is-red { background: #ef233c; }
.cn-notify-ico.is-gold { background: #f5a400; }

.cn-notify-copy {
  min-width: 0;
}

.cn-notify-copy strong,
.cn-notify-copy small {
  display: block;
}

.cn-notify-copy strong {
  color: #111827;
  font-size: 13px;
  font-weight: 850;
}

.cn-notify-copy small {
  margin-top: 2px;
  color: #5d6b82;
  font-size: 10px;
  font-weight: 600;
}

.cn-notify-switch {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #d7deea;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, .08);
}

.cn-notify-switch span {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(17, 24, 39, .20);
  transition: transform .18s ease;
}

.cn-notify-row.is-on .cn-notify-switch {
  background: #0048b8;
}

.cn-notify-row.is-on .cn-notify-switch span {
  transform: translateX(18px);
}

.cn-app-version-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 12px;
}

.cn-app-logo {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(145deg, #005ed6, #003a96);
  color: #fff;
  font-size: 23px;
  font-weight: 950;
}

.cn-app-logo-button {
  border: 0;
  padding: 0;
  cursor: pointer;
}

.cn-app-logo-button img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.cn-app-version-card strong,
.cn-app-version-card small,
.cn-app-version-card em {
  display: block;
  min-width: 0;
}

.cn-app-version-card strong {
  color: #111827;
  font-size: 14px;
  font-weight: 850;
}

.cn-app-version-card small,
.cn-app-version-card em {
  color: #5d6b82;
  font-size: 10px;
  font-style: normal;
  font-weight: 650;
}

.cn-app-check {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid #16a34a;
  border-radius: 999px;
  color: #16a34a;
}

.cn-app-check svg {
  width: 20px;
  height: 20px;
}

.cn-cartola-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 4px;
  border-radius: 999px;
  background: #edf2f9;
  border: 1px solid rgba(17, 24, 39, .07);
}

.cn-cartola-mode button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #42506a;
  font-size: 12px;
  font-weight: 750;
}

.cn-cartola-mode button.is-active {
  background: #0048b8;
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 72, 184, .22);
}

.cn-category-list {
  display: grid;
  gap: 2px;
}

.cn-site-guide-list {
  gap: 0;
}

.cn-site-guide {
  border-bottom: 1px solid rgba(17, 24, 39, .07);
}

.cn-site-guide:last-child {
  border-bottom: 0;
}

.cn-site-guide .cn-category-row {
  border-bottom: 0;
}

.cn-site-guide-toggle i {
  transition: transform .18s ease, color .18s ease;
}

.cn-site-guide.is-open .cn-site-guide-toggle i {
  color: #0048b8;
  transform: rotate(90deg);
}

.cn-site-guide-panel {
  display: grid;
  gap: 9px;
  margin: 0 0 12px 37px;
  padding: 10px;
  border: 1px solid rgba(0, 72, 184, .10);
  border-radius: 14px;
  background: #eef6ff;
}

.cn-site-guide-panel[hidden] {
  display: none !important;
}

.cn-site-guide-root {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: #0048b8;
  color: #fff;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 800;
}

.cn-site-guide-root svg {
  width: 16px;
  height: 16px;
}

.cn-site-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.cn-site-guide-links button {
  min-height: 32px;
  border: 1px solid rgba(0, 72, 184, .14);
  border-radius: 999px;
  background: #fff;
  color: #22314a;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 750;
  text-align: left;
}

.cn-category-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 39, .07);
  background: transparent;
  padding: 11px 0;
  color: #111827;
  text-align: left;
}

.cn-category-row:last-child {
  border-bottom: 0;
}

.cn-category-row span {
  display: grid;
  place-items: center;
  color: #0048b8;
}

.cn-category-row svg {
  width: 19px;
  height: 19px;
}

.cn-category-row strong {
  display: block;
  min-width: 0;
  font-size: 13px;
  font-weight: 780;
}

.cn-category-row small {
  display: block;
  margin-top: 2px;
  color: #5d6b82;
  font-size: 10px;
  font-weight: 550;
  line-height: 1.25;
}

.cn-category-row i {
  color: #7b8797;
  font-size: 20px;
  font-style: normal;
}

.cn-modern-theme-row {
  grid-template-columns: 28px minmax(0, 1fr) 48px;
}

.cn-app-guides-panel {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.cn-app-guides-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 0 2px 2px;
}

.cn-app-guides-head strong {
  color: #111827;
  font-size: 13px;
  font-weight: 780;
}

.cn-app-guides-head span {
  color: #5d6b82;
  font-size: 11px;
  font-weight: 650;
  text-align: right;
}

.cn-app-guide-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 48px;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  width: 100%;
  border: 1px solid rgba(0, 72, 184, .22);
  border-radius: 14px;
  background: #eaf3ff;
  padding: 10px 12px;
  color: #111827;
  text-align: left;
}

.cn-app-guide-toggle strong {
  min-width: 0;
  font-size: 13px;
  font-weight: 780;
}

.cn-app-guide-toggle > span {
  color: #0048b8;
  font-size: 11px;
  font-weight: 800;
}

.cn-app-guide-toggle .cn-modern-config-switch {
  background: #d7deea;
}

.cn-app-guide-toggle.is-on .cn-modern-config-switch {
  background: #2563eb;
}

.cn-app-guide-toggle.is-on .cn-modern-config-switch b {
  transform: translateX(18px);
}

.cn-modern-config-switch {
  position: relative;
  display: block;
  justify-self: end;
  width: 44px;
  height: 26px;
  border-radius: 999px;
  background: #d7deea;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, .08);
}

.cn-modern-config-switch b {
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(17, 24, 39, .20);
  transition: transform .18s ease;
}

.cn-modern-theme-row.is-on .cn-modern-config-switch {
  background: #0048b8;
}

.cn-modern-theme-row.is-on .cn-modern-config-switch b {
  transform: translateX(18px);
}

body.cn-modern-release .cn-theme-slot,
body.cn-modern-release .cn-guide-tabs-slot,
body.cn-modern-release .cn-guides,
body.cn-modern-release .cn-menu-actions {
  margin-top: 10px !important;
}

body.cn-modern-release[data-cn-view="menu"] .cn-theme-slot {
  display: none !important;
}

body.cn-modern-release[data-cn-view="menu"] .cn-guides,
body.cn-modern-release[data-cn-view="menu"] .cn-guide-tabs-slot {
  display: none !important;
}

body.cn-modern-release .cn-theme-card,
body.cn-modern-release .cn-guide-tabs-card,
body.cn-modern-release .cn-acc,
body.cn-modern-release .cn-error {
  border-radius: 14px !important;
  border-color: rgba(17, 24, 39, .08) !important;
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .07) !important;
}

body.cn-modern-release .cn-grid {
  gap: 10px !important;
}

body.cn-modern-release .cn-social,
body.cn-modern-release .cn-acc,
body.cn-modern-release .cn-guides,
body.cn-modern-release .cn-error {
  border-color: var(--cn-modern-line) !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .06) !important;
}

body.cn-modern-release .cn-social {
  border-radius: 18px !important;
}

body.cn-modern-release .cn-embed-host {
  overflow: hidden;
  border-radius: 24px;
}

body.cn-modern-release[data-cn-view="rank"] .cn-embed-host,
body.cn-modern-release[data-cn-view="rank"] .cn-embed-root {
  background: transparent !important;
  border-radius: 24px !important;
}

body.cn-modern-release[data-cn-view="rank"] .cn-embed-host {
  position: relative;
  z-index: 8;
  margin-top: -22px;
  border: 1px solid rgba(17, 24, 39, .08) !important;
  background: #fff !important;
  box-shadow: 0 24px 54px rgba(0, 72, 184, .18), 0 12px 26px rgba(15, 23, 42, .10) !important;
}

body.cn-modern-release[data-cn-view="rank"] .cn-embed-root .wrap {
  background: transparent !important;
}

body.cn-modern-release ._page_88qg0_1 {
  overflow: hidden;
  border-radius: 24px;
  background: transparent !important;
}

body.cn-modern-release ._tabsRow_88qg0_13 {
  padding: 4px 0 12px !important;
}

body.cn-modern-release ._tab_88qg0_13,
body.cn-modern-release ._programCard_88qg0_50,
body.cn-modern-release ._matchCard_88qg0_157,
body.cn-modern-release ._cardJogo_88qg0_291 {
  border: 1px solid var(--cn-modern-line) !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .07) !important;
}

body.cn-modern-release ._matchCard_88qg0_157,
body.cn-modern-release ._cardJogo_88qg0_291 {
  border-radius: 22px !important;
}

body.cn-modern-release[data-cn-view="team"] #root main > div,
body.cn-modern-release[data-cn-view="matches"] #root main > div,
body.cn-modern-release[data-cn-view="rank"] #root main > div,
body.cn-modern-release[data-cn-view="menu"] #root main > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  position: relative;
  z-index: 2;
  background: #f4f7fb !important;
}

body.cn-modern-release[data-cn-view="menu"] #root main > div {
  background: transparent !important;
  overflow: visible !important;
}

body.cn-modern-release[data-cn-view="rank"] #root main > div {
  background: transparent !important;
  overflow: visible !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main > div,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="menu"] #root main > div,
html.dark body.cn-modern-release[data-cn-view="team"] #root main > div,
html.dark body.cn-modern-release[data-cn-view="menu"] #root main > div,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main > div,
body.cn-modern-release.cn-dark-active[data-cn-view="menu"] #root main > div {
  background: #020617 !important;
  color: #e2e8f0 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="menu"] #root main > div,
html.dark body.cn-modern-release[data-cn-view="menu"] #root main > div,
body.cn-modern-release.cn-dark-active[data-cn-view="menu"] #root main > div {
  background: transparent !important;
}

body.cn-modern-release[data-cn-view="team"] .cn-team-top,
body.cn-modern-release[data-cn-view="team"] main [class*="rounded-3xl"],
body.cn-modern-release[data-cn-view="team"] main [class*="rounded-2xl"],
body.cn-modern-release[data-cn-view="rank"] main [class*="rounded-3xl"],
body.cn-modern-release[data-cn-view="rank"] main [class*="rounded-2xl"] {
  border: 1px solid rgba(17, 24, 39, .08) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .07) !important;
}

body.cn-modern-release[data-cn-view="team"] .cn-team-top {
  padding: 14px !important;
}

.cn-team-polish-card {
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 12px 26px rgba(17, 24, 39, .08);
  margin-bottom: 12px;
}

.cn-team-polish-top {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
}

.cn-team-polish-shield {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid #111827;
  border-radius: 18px;
  background: #fff;
  color: #111827;
}

.cn-team-polish-shield img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.cn-team-polish-shield svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.cn-team-polish-name {
  min-width: 0;
}

.cn-team-polish-name strong,
.cn-team-polish-name span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cn-team-polish-name strong {
  color: #111827;
  font-size: 20px;
  font-weight: 850;
}

.cn-team-polish-name span {
  margin-top: 3px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 650;
}

.cn-team-polish-star {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 12px;
  background: #fff8e5;
  color: #f5a400;
}

.cn-team-polish-star svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.cn-team-polish-star img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.cn-team-polish-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  border-top: 1px solid rgba(17, 24, 39, .08);
  padding-top: 14px;
}

.cn-team-polish-metrics > div {
  min-width: 0;
  border-right: 1px solid rgba(17, 24, 39, .08);
}

.cn-team-polish-metrics > div:last-child {
  border-right: 0;
}

.cn-team-polish-metrics span {
  display: block;
  color: #4b5563;
  font-size: 10px;
  font-weight: 700;
}

.cn-team-polish-metrics strong {
  display: block;
  margin-top: 4px;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
}

.cn-team-polish-metrics strong.is-green {
  color: #16a34a;
}

.cn-team-polish-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf2f8;
  padding: 3px;
}

.cn-team-polish-actions button {
  min-height: 39px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #111827;
  font-size: 13px;
  font-weight: 850;
}

.cn-team-polish-actions button.is-active {
  background: #0048b8;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 72, 184, .18);
}

.cn-team-shortcuts {
  margin: 0 0 12px;
}

.cn-team-shortcuts-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 2px 9px;
}

.cn-team-shortcuts-head strong {
  color: #111827;
  font-size: 13px;
  font-weight: 820;
}

.cn-team-shortcuts-head button {
  border: 0;
  background: transparent;
  color: #0048b8;
  font-size: 12px;
  font-weight: 750;
}

.cn-team-shortcuts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.cn-team-shortcuts-grid button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 9px;
  align-items: center;
  min-height: 58px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 13px;
  background: #fff;
  padding: 9px;
  color: #111827;
  text-align: left;
  box-shadow: 0 8px 18px rgba(17, 24, 39, .06);
}

.cn-team-shortcuts-grid span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #eef4ff;
  color: #0048b8;
}

.cn-team-shortcuts-grid svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.cn-team-shortcuts-grid strong {
  min-width: 0;
  overflow: hidden;
  color: #111827;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 820;
}

.cn-team-shortcuts-grid small {
  min-width: 0;
  overflow: hidden;
  color: #6b7280;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
}

body.cn-modern-release[data-cn-view="team"] [data-cn-team-clock="1"] {
  display: none !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root > div,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root > div {
  background: linear-gradient(180deg, #07111f 0, #07111f 190px, #020617 190px, #020617 100%) !important;
  color: #e2e8f0 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-team-polish-card,
html[data-cn-theme="dark"] body.cn-modern-release .cn-team-shortcuts-grid button,
body.cn-modern-release.cn-dark-active .cn-team-polish-card,
body.cn-modern-release.cn-dark-active .cn-team-shortcuts-grid button {
  border-color: rgba(148, 163, 184, .18) !important;
  background: #0f172a !important;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .30) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-team-polish-shield,
body.cn-modern-release.cn-dark-active .cn-team-polish-shield {
  border-color: rgba(148, 163, 184, .24) !important;
  background: #020617 !important;
  color: #e2e8f0 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-team-polish-star,
body.cn-modern-release.cn-dark-active .cn-team-polish-star {
  background: rgba(30, 41, 59, .92) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-team-polish-name strong,
html[data-cn-theme="dark"] body.cn-modern-release .cn-team-polish-metrics strong,
html[data-cn-theme="dark"] body.cn-modern-release .cn-team-shortcuts-head strong,
html[data-cn-theme="dark"] body.cn-modern-release .cn-team-shortcuts-grid strong,
body.cn-modern-release.cn-dark-active .cn-team-polish-name strong,
body.cn-modern-release.cn-dark-active .cn-team-polish-metrics strong,
body.cn-modern-release.cn-dark-active .cn-team-shortcuts-head strong,
body.cn-modern-release.cn-dark-active .cn-team-shortcuts-grid strong {
  color: #f8fafc !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-team-polish-name span,
html[data-cn-theme="dark"] body.cn-modern-release .cn-team-polish-metrics span,
html[data-cn-theme="dark"] body.cn-modern-release .cn-team-shortcuts-grid small,
body.cn-modern-release.cn-dark-active .cn-team-polish-name span,
body.cn-modern-release.cn-dark-active .cn-team-polish-metrics span,
body.cn-modern-release.cn-dark-active .cn-team-shortcuts-grid small {
  color: #94a3b8 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-team-polish-metrics,
html[data-cn-theme="dark"] body.cn-modern-release .cn-team-polish-metrics > div,
body.cn-modern-release.cn-dark-active .cn-team-polish-metrics,
body.cn-modern-release.cn-dark-active .cn-team-polish-metrics > div {
  border-color: rgba(148, 163, 184, .16) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-team-polish-actions,
body.cn-modern-release.cn-dark-active .cn-team-polish-actions {
  background: #1e293b !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-team-polish-actions button,
body.cn-modern-release.cn-dark-active .cn-team-polish-actions button {
  color: #cbd5e1 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-team-polish-actions button.is-active,
body.cn-modern-release.cn-dark-active .cn-team-polish-actions button.is-active {
  color: #fff !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-team-shortcuts-grid span,
body.cn-modern-release.cn-dark-active .cn-team-shortcuts-grid span {
  background: rgba(37, 99, 235, .18) !important;
  color: #93c5fd !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .bg-white,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .bg-white,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .bg-white {
  background-color: #0f172a !important;
  color: #e2e8f0 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .bg-slate-50,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .bg-slate-50,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .bg-zinc-50,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .bg-slate-50,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .bg-zinc-50 {
  background-color: #111827 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .bg-slate-100,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .bg-slate-100,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .bg-zinc-100,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .bg-zinc-200,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .bg-slate-100,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .bg-zinc-100,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .bg-zinc-200 {
  background-color: #1e293b !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .text-slate-900,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .text-slate-900,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .text-zinc-950,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .text-zinc-900,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-slate-900,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-zinc-950,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-zinc-900 {
  color: #f8fafc !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .text-slate-700,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .text-slate-600,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .text-slate-700,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .text-slate-600,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .text-zinc-700,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .text-zinc-600,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-slate-700,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-slate-600,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-zinc-700,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-zinc-600 {
  color: #cbd5e1 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .text-slate-500,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .text-slate-400,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .text-slate-500,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .text-slate-400,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .text-zinc-500,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .text-zinc-400,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-slate-500,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-slate-400,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-zinc-500,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-zinc-400 {
  color: #94a3b8 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .bg-emerald-50,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .bg-emerald-50 {
  background-color: rgba(6, 78, 59, .35) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .text-emerald-900,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .text-emerald-700,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-emerald-900,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .text-emerald-700 {
  color: #86efac !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .border-slate-100,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="team"] #root main .border-slate-200,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .border-slate-100,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .border-slate-200,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .border-zinc-100,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .border-zinc-200,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .border-zinc-800,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .border-slate-100,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .border-slate-200,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .border-zinc-100,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .border-zinc-200,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .border-zinc-800 {
  border-color: rgba(148, 163, 184, .18) !important;
}

html.dark body.cn-modern-release[data-cn-view="team"] #root main .dark\:bg-zinc-950,
html.dark body.cn-modern-release[data-cn-view="team"] #root main .dark\:bg-slate-950,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .dark\:bg-zinc-950,
body.cn-modern-release.cn-dark-active[data-cn-view="team"] #root main .dark\:bg-slate-950 {
  background-color: #020617 !important;
}

body.cn-modern-release[data-cn-view="team"] main [class*="aspect-[2/3]"],
body.cn-modern-release[data-cn-view="team"] main [class*="aspect-\\[2\\/3\\]"] {
  background:
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(180deg, #56a95c 0%, #3f974a 52%, #2f7f3c 100%) !important;
  background-size: 24px 100%, 100% 100% !important;
}

body.cn-modern-release[data-cn-view="team"] main button[class*="bg-[#0f4aa2]"],
body.cn-modern-release[data-cn-view="team"] main button[class*="bg-["],
body.cn-modern-release[data-cn-view="team"] .cn-builder-action-btn {
  border-radius: 16px !important;
  background: linear-gradient(180deg, #005ed6, #0048b8) !important;
  color: #fff !important;
}

body.cn-modern-release[data-cn-view="matches"] ._page_88qg0_1 {
  padding: 0 !important;
}

body.cn-modern-release[data-cn-view="matches"] ._tabsRow_88qg0_13 {
  display: flex !important;
  gap: 8px !important;
  overflow-x: auto;
  padding: 4px 0 14px !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-games-root] ._tabsRow_88qg0_13:not([data-cn-modern-games-tabs="1"]) {
  display: none !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-modern-games-tabs="1"] {
  margin-bottom: 8px;
  scrollbar-width: none;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-modern-games-tabs="1"]::-webkit-scrollbar {
  display: none;
}

.cn-games-datebar {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
}

.cn-games-datebar button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 13px;
  background: #fff;
  color: #111827;
  box-shadow: 0 8px 18px rgba(17, 24, 39, .06);
}

.cn-games-datebar button.is-next svg {
  transform: rotate(180deg);
}

.cn-games-datebar button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.cn-games-datebar strong {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 13px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 760;
  box-shadow: 0 8px 18px rgba(17, 24, 39, .05);
}

.cn-games-datebar strong span,
.cn-games-datebar strong svg {
  width: 18px;
  height: 18px;
}

body.cn-modern-release[data-cn-view="matches"] ._tab_88qg0_13 {
  flex: 0 0 auto;
  border: 0 !important;
  border-radius: 999px !important;
  background: #edf2f8 !important;
  color: #111827 !important;
  padding: 10px 14px !important;
  box-shadow: none !important;
}

body.cn-modern-release[data-cn-view="matches"] ._tabActive_88qg0_35 {
  background: #0048b8 !important;
  color: #fff !important;
  box-shadow: 0 8px 16px rgba(0, 72, 184, .20) !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-summary],
body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter],
body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-empty],
body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-match] {
  border: 1px solid rgba(17, 24, 39, .08) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .07) !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-summary] {
  display: none !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-summary] button {
  min-height: 38px;
  border-radius: 999px !important;
  color: #111827 !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] {
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] > div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] label,
body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] p {
  display: none !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] select {
  width: 100% !important;
  min-height: 42px !important;
  border: 1px solid rgba(17, 24, 39, .08) !important;
  border-radius: 14px !important;
  background-color: #fff !important;
  color: #111827 !important;
  text-align: center !important;
  box-shadow: 0 8px 18px rgba(17, 24, 39, .06) !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-match] {
  padding: 16px 14px 14px !important;
  border-radius: 18px !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-match] > div:first-child {
  margin-bottom: 12px !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-match] > div:first-child span:first-child {
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-match][data-cn-world-cup-status="live"] > div:first-child span:nth-child(2) {
  border-color: #ef233c !important;
  background: #ef233c !important;
  color: #fff !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-team {
  flex-direction: column !important;
  justify-content: center !important;
  gap: 7px !important;
  text-align: center !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-team-away {
  flex-direction: column-reverse !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-badge {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 18px rgba(17, 24, 39, .10) !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-badge-img {
  width: 40px !important;
  height: 40px !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-team-name {
  width: 100% !important;
  color: #111827 !important;
  font-size: 12px !important;
  text-align: center !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-team-abbr {
  display: none !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-score {
  min-width: 92px !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: 40px !important;
  font-weight: 950 !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-score span:nth-child(2) {
  color: #9ca3af !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 0 6px !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-empty] {
  min-height: 62px;
  display: grid;
  place-items: center;
  color: #6b7280 !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-games-soft-error {
  display: block !important;
  border: 1px solid rgba(17, 24, 39, .08) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #6b7280 !important;
  padding: 16px !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .07) !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-scoreboard] > div:nth-child(2) {
  min-width: 96px !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: 36px !important;
  font-weight: 950 !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-scoreboard] > div:nth-child(2) span:nth-child(2) {
  color: #9ca3af !important;
  font-size: 16px !important;
}

body.cn-modern-release[data-cn-view="matches"] ._matchCard_88qg0_157,
body.cn-modern-release[data-cn-view="matches"] ._cardJogo_88qg0_291,
body.cn-modern-release[data-cn-view="matches"] ._programCard_88qg0_50 {
  border: 1px solid rgba(17, 24, 39, .08) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .07) !important;
}

body.cn-modern-release[data-cn-view="matches"] ._list_88qg0_148 {
  gap: 12px !important;
  padding: 0 0 12px !important;
}

body.cn-modern-release[data-cn-view="matches"] ._matchCard_88qg0_157 {
  padding: 16px 14px 14px !important;
}

body.cn-modern-release[data-cn-view="matches"] ._livePill_88qg0_179 {
  border-radius: 999px !important;
  background: #ef233c !important;
  color: #fff !important;
  padding: 6px 10px !important;
  font-size: 11px !important;
  letter-spacing: 0 !important;
}

body.cn-modern-release[data-cn-view="matches"] ._matchTopRow_88qg0_167 {
  align-items: center !important;
  min-height: 24px !important;
}

body.cn-modern-release[data-cn-view="matches"] ._matchTime_88qg0_173 {
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.cn-modern-release[data-cn-view="matches"] ._matchMidRow_88qg0_188 {
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: center !important;
  margin-top: 12px !important;
}

body.cn-modern-release[data-cn-view="matches"] ._teamSide_88qg0_197 {
  flex-direction: column !important;
  justify-content: center !important;
  gap: 7px !important;
  text-align: center !important;
}

body.cn-modern-release[data-cn-view="matches"] ._teamRight_88qg0_204 {
  flex-direction: column-reverse !important;
}

body.cn-modern-release[data-cn-view="matches"] ._badge_88qg0_209 {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(17, 24, 39, .10) !important;
}

body.cn-modern-release[data-cn-view="matches"] ._teamName_88qg0_229 {
  width: 100% !important;
  color: #111827 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-align: center !important;
  letter-spacing: .02em !important;
}

body.cn-modern-release[data-cn-view="matches"] ._score_88qg0_238 {
  color: #111827 !important;
  font-size: 40px !important;
  font-weight: 950 !important;
}

body.cn-modern-release[data-cn-view="matches"] ._scoreX_88qg0_250 {
  color: #9ca3af !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 0 6px !important;
}

body.cn-modern-release[data-cn-view="matches"] ._leagueLabel_88qg0_257 {
  color: #64748b !important;
  font-size: 10px !important;
  letter-spacing: .04em !important;
}

body.cn-modern-release[data-cn-view="matches"] ._partialsRow_88qg0_265 {
  border-top: 0 !important;
  padding-top: 14px !important;
}

body.cn-modern-release[data-cn-view="matches"] ._partialsBtn_88qg0_273 {
  width: 100% !important;
  min-height: 38px !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #005ed6, #0048b8) !important;
  color: #fff !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
}

@supports selector(:has(*)) {
  body.cn-modern-release[data-cn-view="matches"] ._matchCard_88qg0_157:not(:has(._livePill_88qg0_179)) {
    padding: 14px !important;
  }

  body.cn-modern-release[data-cn-view="matches"] ._matchCard_88qg0_157:not(:has(._livePill_88qg0_179)) ._matchMidRow_88qg0_188 {
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) !important;
    margin-top: 10px !important;
  }

  body.cn-modern-release[data-cn-view="matches"] ._matchCard_88qg0_157:not(:has(._livePill_88qg0_179)) ._badge_88qg0_209 {
    width: 44px !important;
    height: 44px !important;
    box-shadow: none !important;
  }

  body.cn-modern-release[data-cn-view="matches"] ._matchCard_88qg0_157:not(:has(._livePill_88qg0_179)) ._score_88qg0_238 {
    font-size: 18px !important;
    color: #94a3b8 !important;
  }

  body.cn-modern-release[data-cn-view="matches"] ._matchCard_88qg0_157:not(:has(._livePill_88qg0_179)) ._scoreBlock_88qg0_238 {
    display: grid !important;
    place-items: center !important;
  }
}

body.cn-modern-release[data-cn-view="rank"] main h1,
body.cn-modern-release[data-cn-view="rank"] main h2,
body.cn-modern-release[data-cn-view="rank"] main strong {
  color: #111827;
}

body.cn-modern-release[data-cn-view="rank"] main select,
body.cn-modern-release[data-cn-view="rank"] main input {
  min-height: 42px;
  border: 1px solid rgba(17, 24, 39, .09) !important;
  border-radius: 13px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: 0 8px 18px rgba(17, 24, 39, .05);
}

body.cn-modern-release[data-cn-view="rank"] main button {
  border-radius: 13px !important;
}

body.cn-modern-release[data-cn-view="rank"] main button[class*="bg-[#0f4aa2]"],
body.cn-modern-release[data-cn-view="rank"] main button[class*="bg-blue"],
body.cn-modern-release[data-cn-view="rank"] main button[class*="bg-["] {
  background: #0048b8 !important;
  color: #fff !important;
}

body.cn-modern-release .cn-builder-action-btn,
body.cn-modern-release a[href*="cartola"] {
  box-shadow: 0 14px 26px rgba(15, 74, 162, .20) !important;
}

body.cn-modern-release.cn-dark-active,
body.cn-modern-release.cn-dark-active #root > div {
  background: linear-gradient(180deg, #07111f 0%, #0f172a 58%, #020617 100%) !important;
}

html[data-cn-theme="dark"].cn-modern-release,
html[data-cn-theme="dark"] body.cn-modern-release,
html[data-cn-theme="dark"] body.cn-modern-release #root,
html[data-cn-theme="dark"] body.cn-modern-release #root > div,
html[data-cn-theme="dark"] body.cn-modern-release #root > div > main,
html.dark body.cn-modern-release,
html.dark body.cn-modern-release #root,
html.dark body.cn-modern-release #root > div,
html.dark body.cn-modern-release #root > div > main,
body.cn-modern-release.cn-dark-active #root,
body.cn-modern-release.cn-dark-active #root > div > main {
  background: #020617 !important;
  color: #e2e8f0 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="home"] #root > div,
body.cn-modern-release.cn-dark-active[data-cn-view="home"] #root > div {
  background: linear-gradient(180deg, #0048b8 0, #0048b8 142px, #020617 142px, #020617 100%) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="rank"] main > div,
html.dark body.cn-modern-release[data-cn-view="rank"] main > div,
body.cn-modern-release.cn-dark-active[data-cn-view="rank"] main > div,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="rank"] .cn-embed-host,
html.dark body.cn-modern-release[data-cn-view="rank"] .cn-embed-host,
body.cn-modern-release.cn-dark-active[data-cn-view="rank"] .cn-embed-host,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="rank"] .cn-embed-root,
html.dark body.cn-modern-release[data-cn-view="rank"] .cn-embed-root,
body.cn-modern-release.cn-dark-active[data-cn-view="rank"] .cn-embed-root,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="rank"] .cn-embed-root .wrap,
html.dark body.cn-modern-release[data-cn-view="rank"] .cn-embed-root .wrap,
body.cn-modern-release.cn-dark-active[data-cn-view="rank"] .cn-embed-root .wrap {
  background: #020617 !important;
  color: #e2e8f0 !important;
}

@media (max-width: 640px) {
  html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="home"] #root > div,
  body.cn-modern-release.cn-dark-active[data-cn-view="home"] #root > div {
    background: linear-gradient(180deg, #0048b8 0, #0048b8 156px, #020617 156px, #020617 100%) !important;
  }
}

body.cn-modern-release.cn-dark-active .cn-modern-home-hero {
  border-color: rgba(148, 163, 184, .22);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .36);
}

html[data-cn-theme="dark"] body.cn-modern-release main [class*="bg-white"],
body.cn-modern-release.cn-dark-active main [class*="bg-white"] {
  border-color: rgba(148, 163, 184, .18) !important;
  background: #0f172a !important;
  color: #e2e8f0 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-appbar-market,
html[data-cn-theme="dark"] body.cn-modern-release .cn-appbar-live,
body.cn-modern-release.cn-dark-active .cn-appbar-market,
body.cn-modern-release.cn-dark-active .cn-appbar-live {
  border-color: rgba(148, 163, 184, .16);
  background: rgba(15, 23, 42, .92);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .25);
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-appbar-market strong,
html[data-cn-theme="dark"] body.cn-modern-release .cn-appbar-live strong,
body.cn-modern-release.cn-dark-active .cn-appbar-market strong,
body.cn-modern-release.cn-dark-active .cn-appbar-live strong {
  color: #cbd5e1;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-round-card,
body.cn-modern-release.cn-dark-active .cn-round-card {
  border-color: rgba(96, 165, 250, .24);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .34);
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-home-dashboard,
body.cn-modern-release.cn-dark-active .cn-modern-home-dashboard {
  color: #e2e8f0 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-home-dashboard .cn-modern-quick,
body.cn-modern-release.cn-dark-active .cn-modern-home-dashboard .cn-modern-quick {
  border-color: rgba(148, 163, 184, .18);
  background: #0f172a;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .30);
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-home-dashboard .cn-modern-quick-label,
body.cn-modern-release.cn-dark-active .cn-modern-home-dashboard .cn-modern-quick-label {
  color: #f8fafc;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-home-dashboard .cn-modern-quick[data-cn-modern-quick="rank"] .cn-modern-quick-icon,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-home-dashboard .cn-modern-quick[data-cn-modern-quick="matches"] .cn-modern-quick-icon,
body.cn-modern-release.cn-dark-active .cn-modern-home-dashboard .cn-modern-quick[data-cn-modern-quick="rank"] .cn-modern-quick-icon,
body.cn-modern-release.cn-dark-active .cn-modern-home-dashboard .cn-modern-quick[data-cn-modern-quick="matches"] .cn-modern-quick-icon {
  color: #e2e8f0;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-news-modern-head strong,
body.cn-modern-release.cn-dark-active .cn-news-modern-head strong {
  color: #f8fafc;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-news-modern-card,
body.cn-modern-release.cn-dark-active .cn-news-modern-card {
  border-color: rgba(148, 163, 184, .18);
  background: #0f172a;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .30);
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-news-modern-img,
body.cn-modern-release.cn-dark-active .cn-news-modern-img {
  background: linear-gradient(135deg, #111827, #1e293b);
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-news-modern-img.is-fallback,
body.cn-modern-release.cn-dark-active .cn-news-modern-img.is-fallback {
  background: linear-gradient(135deg, #0f172a, #1e293b);
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-news-modern-copy strong,
body.cn-modern-release.cn-dark-active .cn-news-modern-copy strong {
  color: #f8fafc;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-news-modern-copy small,
body.cn-modern-release.cn-dark-active .cn-news-modern-copy small {
  color: #94a3b8;
}

body.cn-modern-release.cn-dark-active .cn-modern-nav-surface,
body.cn-modern-release.cn-dark-active .cn-modern-more-panel {
  border-color: rgba(148, 163, 184, .18);
  background: rgba(15, 23, 42, .92);
}

body.cn-modern-release.cn-dark-active .cn-modern-nav-button,
body.cn-modern-release.cn-dark-active .cn-modern-more-title,
body.cn-modern-release.cn-dark-active .cn-modern-more-item {
  color: #cbd5e1;
}

body.cn-modern-release.cn-dark-active .cn-modern-nav-button.is-active {
  color: #93c5fd;
}

body.cn-modern-release.cn-dark-active .cn-modern-more-item,
body.cn-modern-release.cn-dark-active .cn-modern-more-close {
  border-color: rgba(148, 163, 184, .16);
  background: rgba(30, 41, 59, .82);
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-menu.cn-shell,
body.cn-modern-release.cn-dark-active .cn-menu.cn-shell {
  background: transparent !important;
  color: #e2e8f0 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="menu"] #root > div,
body.cn-modern-release.cn-dark-active[data-cn-view="menu"] #root > div {
  background: linear-gradient(180deg, #07111f 0, #07111f 142px, #020617 142px, #020617 100%) !important;
}

@media (max-width: 640px) {
  html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="menu"] #root > div,
  body.cn-modern-release.cn-dark-active[data-cn-view="menu"] #root > div {
    background: linear-gradient(180deg, #07111f 0, #07111f 156px, #020617 156px, #020617 100%) !important;
  }
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-menu-card,
html[data-cn-theme="dark"] body.cn-modern-release .cn-app-version-card,
body.cn-modern-release.cn-dark-active .cn-menu-card,
body.cn-modern-release.cn-dark-active .cn-app-version-card {
  border-color: rgba(148, 163, 184, .18);
  background: rgba(15, 23, 42, .96);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .28);
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-menu-latest,
body.cn-modern-release.cn-dark-active .cn-menu-latest {
  border-color: rgba(148, 163, 184, .18);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .28);
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-menu-latest-window,
body.cn-modern-release.cn-dark-active .cn-menu-latest-window {
  background: #0f172a;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-menu-latest-track,
body.cn-modern-release.cn-dark-active .cn-menu-latest-track {
  color: #cbd5e1;
}

@media (max-width: 640px) {
  body.cn-modern-release[data-cn-view="menu"] .cn-menu-modern {
    margin-top: 18px;
    padding-right: 12px;
    padding-left: 12px;
  }

  body.cn-modern-release[data-cn-view="menu"] .cn-menu-latest,
  body.cn-modern-release[data-cn-view="menu"] .cn-menu-social-card {
    border-color: rgba(255, 255, 255, .18) !important;
    background: linear-gradient(135deg, #0048b8 0%, #003a96 100%) !important;
    color: #fff !important;
    box-shadow: 0 18px 34px rgba(0, 72, 184, .28) !important;
  }

  body.cn-modern-release[data-cn-view="menu"] .cn-menu-latest {
    margin-top: 4px;
    margin-bottom: 12px;
    box-shadow: 0 26px 52px rgba(0, 72, 184, .38), 0 12px 24px rgba(15, 23, 42, .18) !important;
  }

  body.cn-modern-release[data-cn-view="menu"] .cn-menu-latest-window {
    border-color: rgba(255, 255, 255, .18) !important;
    background: rgba(0, 39, 118, .28) !important;
  }

  body.cn-modern-release[data-cn-view="menu"] .cn-menu-latest-track,
  body.cn-modern-release[data-cn-view="menu"] .cn-menu-social-card .cn-menu-card-head strong,
  body.cn-modern-release[data-cn-view="menu"] .cn-menu-social-card .cn-menu-card-head button {
    color: #fff !important;
  }

  body.cn-modern-release[data-cn-view="menu"] .cn-menu-social-card .cn-social-modern {
    border-color: rgba(255, 255, 255, .18) !important;
    background: rgba(0, 39, 118, .24) !important;
    color: #fff !important;
  }

  body.cn-modern-release[data-cn-view="menu"] .cn-menu-social-card .cn-social-modern strong {
    color: #fff !important;
  }

  body.cn-modern-release[data-cn-view="menu"] .cn-menu-social-card .cn-social-modern span,
  body.cn-modern-release[data-cn-view="menu"] .cn-menu-social-card .cn-social-modern small {
    color: rgba(255, 255, 255, .84) !important;
  }
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-menu-card-head strong,
html[data-cn-theme="dark"] body.cn-modern-release .cn-app-version-card strong,
html[data-cn-theme="dark"] body.cn-modern-release .cn-category-row strong,
html[data-cn-theme="dark"] body.cn-modern-release .cn-social-modern strong,
html[data-cn-theme="dark"] body.cn-modern-release .cn-notify-copy strong,
html[data-cn-theme="dark"] body.cn-modern-release .cn-app-guides-head strong,
html[data-cn-theme="dark"] body.cn-modern-release .cn-app-guide-toggle strong,
body.cn-modern-release.cn-dark-active .cn-menu-card-head strong,
body.cn-modern-release.cn-dark-active .cn-app-version-card strong,
body.cn-modern-release.cn-dark-active .cn-category-row strong,
body.cn-modern-release.cn-dark-active .cn-social-modern strong,
body.cn-modern-release.cn-dark-active .cn-notify-copy strong,
body.cn-modern-release.cn-dark-active .cn-app-guides-head strong,
body.cn-modern-release.cn-dark-active .cn-app-guide-toggle strong {
  color: #f8fafc;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-menu-card-head span,
html[data-cn-theme="dark"] body.cn-modern-release .cn-app-version-card small,
html[data-cn-theme="dark"] body.cn-modern-release .cn-app-version-card em,
html[data-cn-theme="dark"] body.cn-modern-release .cn-category-row small,
html[data-cn-theme="dark"] body.cn-modern-release .cn-notify-copy small,
html[data-cn-theme="dark"] body.cn-modern-release .cn-app-guides-head span,
body.cn-modern-release.cn-dark-active .cn-menu-card-head span,
body.cn-modern-release.cn-dark-active .cn-app-version-card small,
body.cn-modern-release.cn-dark-active .cn-app-version-card em,
body.cn-modern-release.cn-dark-active .cn-category-row small,
body.cn-modern-release.cn-dark-active .cn-notify-copy small,
body.cn-modern-release.cn-dark-active .cn-app-guides-head span {
  color: #94a3b8;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-social-modern,
body.cn-modern-release.cn-dark-active .cn-social-modern {
  border-color: rgba(148, 163, 184, .16);
  background: #111827;
  color: #e2e8f0;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-social-modern.is-dark span,
html[data-cn-theme="dark"] body.cn-modern-release .cn-social-modern.is-black span,
body.cn-modern-release.cn-dark-active .cn-social-modern.is-dark span,
body.cn-modern-release.cn-dark-active .cn-social-modern.is-black span {
  color: #e2e8f0;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-category-row,
body.cn-modern-release.cn-dark-active .cn-category-row {
  border-bottom-color: rgba(148, 163, 184, .12);
  color: #e2e8f0;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-category-row i,
body.cn-modern-release.cn-dark-active .cn-category-row i {
  color: #94a3b8;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-site-guide,
body.cn-modern-release.cn-dark-active .cn-site-guide {
  border-bottom-color: rgba(148, 163, 184, .12);
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-site-guide-panel,
body.cn-modern-release.cn-dark-active .cn-site-guide-panel {
  border-color: rgba(96, 165, 250, .24);
  background: #0b1b31;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-site-guide-links button,
body.cn-modern-release.cn-dark-active .cn-site-guide-links button {
  border-color: rgba(96, 165, 250, .24);
  background: #111827;
  color: #e2e8f0;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-cartola-mode,
body.cn-modern-release.cn-dark-active .cn-cartola-mode {
  border-color: rgba(148, 163, 184, .16);
  background: #020617;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-cartola-mode button,
body.cn-modern-release.cn-dark-active .cn-cartola-mode button {
  color: #cbd5e1;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-cartola-mode button.is-active,
body.cn-modern-release.cn-dark-active .cn-cartola-mode button.is-active {
  color: #fff;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-app-guide-toggle,
body.cn-modern-release.cn-dark-active .cn-app-guide-toggle {
  border-color: rgba(96, 165, 250, .30);
  background: #0b1b31;
  color: #f8fafc;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-config-switch,
html[data-cn-theme="dark"] body.cn-modern-release .cn-notify-switch,
body.cn-modern-release.cn-dark-active .cn-modern-config-switch,
body.cn-modern-release.cn-dark-active .cn-notify-switch {
  background: #334155;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .18);
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-app-guide-toggle.is-on .cn-modern-config-switch,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-theme-row.is-on .cn-modern-config-switch,
html[data-cn-theme="dark"] body.cn-modern-release .cn-notify-row.is-on .cn-notify-switch,
body.cn-modern-release.cn-dark-active .cn-app-guide-toggle.is-on .cn-modern-config-switch,
body.cn-modern-release.cn-dark-active .cn-modern-theme-row.is-on .cn-modern-config-switch,
body.cn-modern-release.cn-dark-active .cn-notify-row.is-on .cn-notify-switch {
  background: #2563eb;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-card,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-card {
  border-color: rgba(148, 163, 184, .18) !important;
  background: rgba(15, 23, 42, .96) !important;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .28) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-row,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-monitor,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-heart,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-monitor-row,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-monitor-empty,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-row,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-monitor,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-heart,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-monitor-row,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-monitor-empty {
  border-color: rgba(148, 163, 184, .16);
  background: #111827;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-title,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-row .lbl,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-monitor-title,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-monitor-row .game,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-title,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-row .lbl,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-monitor-title,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-monitor-row .game {
  color: #f8fafc;
}

html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-sub,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-row .desc,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-foot,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-note,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-monitor-sub,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-monitor-row .info,
html[data-cn-theme="dark"] body.cn-modern-release .cn-modern-notify-slot .cn-os-monitor-empty,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-sub,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-row .desc,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-foot,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-note,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-monitor-sub,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-monitor-row .info,
body.cn-modern-release.cn-dark-active .cn-modern-notify-slot .cn-os-monitor-empty {
  color: #94a3b8;
}

@media (max-width: 430px) {
  .cn-modern-home-hero-main {
    grid-template-columns: 1fr;
  }

  .cn-modern-score {
    width: 100%;
    min-height: 96px;
  }

  .cn-modern-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cn-modern-home-dashboard .cn-modern-quick-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .cn-modern-home-dashboard .cn-modern-quick {
    min-height: 74px;
  }

  .cn-round-head {
    grid-template-columns: 58px minmax(0, 1fr) minmax(84px, auto) 22px;
    gap: 10px;
  }

  .cn-round-score strong {
    font-size: 27px;
  }

  .cn-team-polish-name strong {
    font-size: 18px;
  }
}

body.cn-modern-release {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.cn-modern-release .cn-appbar-brand {
  font-weight: 800;
}

body.cn-modern-release .cn-appbar-title,
body.cn-modern-release .cn-news-modern-head strong,
body.cn-modern-release .cn-menu-card-head strong,
body.cn-modern-release .cn-team-polish-name strong {
  font-weight: 700;
}

body.cn-modern-release .cn-appbar-market-pill,
body.cn-modern-release .cn-round-main span,
body.cn-modern-release .cn-round-score span,
body.cn-modern-release .cn-round-metrics span,
body.cn-modern-release .cn-modern-quick-label,
body.cn-modern-release .cn-modern-nav-label,
body.cn-modern-release .cn-news-modern-badge,
body.cn-modern-release .cn-team-polish-metrics span,
body.cn-modern-release .cn-team-shortcuts-head button,
body.cn-modern-release .cn-menu-card-head button {
  font-weight: 650;
}

body.cn-modern-release .cn-appbar-market strong,
body.cn-modern-release .cn-appbar-live strong,
body.cn-modern-release .cn-news-modern-copy small,
body.cn-modern-release .cn-team-polish-name span,
body.cn-modern-release .cn-team-shortcuts-grid small,
body.cn-modern-release .cn-menu-social small,
body.cn-modern-release .cn-notify-copy small,
body.cn-modern-release .cn-category-row small {
  font-weight: 500;
}

body.cn-modern-release .cn-round-main strong,
body.cn-modern-release .cn-round-score strong,
body.cn-modern-release .cn-round-metrics strong,
body.cn-modern-release .cn-news-modern-copy strong,
body.cn-modern-release .cn-team-polish-metrics strong,
body.cn-modern-release .cn-team-polish-actions button,
body.cn-modern-release .cn-team-shortcuts-head strong,
body.cn-modern-release .cn-team-shortcuts-grid strong,
body.cn-modern-release .cn-menu-social strong,
body.cn-modern-release .cn-notify-copy strong,
body.cn-modern-release .cn-category-row strong {
  font-weight: 750;
}

body.cn-modern-release:not([data-cn-view="home"]) .cn-modern-home-hero,
body.cn-modern-release:not([data-cn-view="home"]) .cn-news-modern,
body.cn-modern-release:not([data-cn-view="team"]) .cn-team-polish-card,
body.cn-modern-release:not([data-cn-view="team"]) .cn-team-shortcuts,
body.cn-modern-release:not([data-cn-view="matches"]) .cn-games-datebar,
body.cn-modern-release:not([data-cn-view="menu"]) .cn-menu-modern {
  display: none !important;
}

body.cn-modern-release[data-cn-view="matches"] #root > div {
  background: linear-gradient(180deg, #0048b8 0, #0048b8 142px, #f4f7fb 142px, #f4f7fb 100%) !important;
}

body.cn-modern-release[data-cn-view="matches"] #root > div > main,
body.cn-modern-release[data-cn-view="matches"] #root main > div,
body.cn-modern-release[data-cn-view="matches"] ._page_88qg0_1 {
  background: transparent !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-games-root] {
  position: relative;
  z-index: 2;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-modern-games-tabs="1"] {
  margin: 0 -2px 10px !important;
  padding: 8px 2px 14px !important;
  background: transparent !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-modern-games-tabs="1"] ._tab_88qg0_13 {
  min-height: 40px;
  background: rgba(255, 255, 255, .92) !important;
  color: #0f172a !important;
  box-shadow: 0 10px 20px rgba(0, 30, 82, .16) !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-modern-games-tabs="1"] ._tabActive_88qg0_35 {
  background: #0048b8 !important;
  color: #ffffff !important;
  border-color: #0048b8 !important;
  box-shadow: 0 14px 26px rgba(0, 72, 184, .28) !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-games-datebar {
  position: relative;
  z-index: 2;
  margin-top: -2px;
}

body.cn-modern-release[data-cn-view="matches"] .cn-games-datebar strong,
body.cn-modern-release[data-cn-view="matches"] .cn-games-datebar button {
  border-color: rgba(17, 24, 39, .08);
  background: #fff;
}

.cn-games-today-empty {
  display: grid;
  min-height: 72px;
  place-items: center;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 16px;
  background: #fff;
  color: #64748b;
  padding: 16px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .07);
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] #root > div,
html.dark body.cn-modern-release[data-cn-view="matches"] #root > div,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] #root > div {
  background: linear-gradient(180deg, #0048b8 0, #0048b8 142px, #020617 142px, #020617 100%) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] #root > div > main,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] #root main > div,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._page_88qg0_1,
html.dark body.cn-modern-release[data-cn-view="matches"] #root > div > main,
html.dark body.cn-modern-release[data-cn-view="matches"] #root main > div,
html.dark body.cn-modern-release[data-cn-view="matches"] ._page_88qg0_1,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] #root > div > main,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] #root main > div,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._page_88qg0_1 {
  background: transparent !important;
  color: #e2e8f0 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] [data-cn-modern-games-tabs="1"] ._tab_88qg0_13,
html.dark body.cn-modern-release[data-cn-view="matches"] [data-cn-modern-games-tabs="1"] ._tab_88qg0_13,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] [data-cn-modern-games-tabs="1"] ._tab_88qg0_13 {
  background: rgba(15, 23, 42, .88) !important;
  color: #dbeafe !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .26) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] [data-cn-modern-games-tabs="1"] ._tabActive_88qg0_35,
html.dark body.cn-modern-release[data-cn-view="matches"] [data-cn-modern-games-tabs="1"] ._tabActive_88qg0_35,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] [data-cn-modern-games-tabs="1"] ._tabActive_88qg0_35 {
  background: #eff6ff !important;
  color: #0048b8 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-games-datebar strong,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-games-datebar button,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] select,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-games-datebar strong,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-games-datebar button,
html.dark body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] select,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-games-datebar strong,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-games-datebar button,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] [data-cn-world-cup-date-filter] select {
  border-color: rgba(148, 163, 184, .18) !important;
  background: #0f172a !important;
  color: #e2e8f0 !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .24) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._matchCard_88qg0_157,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._cardJogo_88qg0_291,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._programCard_88qg0_50,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-summary],
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter],
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-empty],
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-match],
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-games-soft-error,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-games-today-empty,
html.dark body.cn-modern-release[data-cn-view="matches"] ._matchCard_88qg0_157,
html.dark body.cn-modern-release[data-cn-view="matches"] ._cardJogo_88qg0_291,
html.dark body.cn-modern-release[data-cn-view="matches"] ._programCard_88qg0_50,
html.dark body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-summary],
html.dark body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter],
html.dark body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-empty],
html.dark body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-match],
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-games-soft-error,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-games-today-empty,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._matchCard_88qg0_157,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._cardJogo_88qg0_291,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._programCard_88qg0_50,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] [data-cn-world-cup-summary],
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] [data-cn-world-cup-date-filter],
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] [data-cn-world-cup-empty],
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] [data-cn-world-cup-match],
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-games-soft-error,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-games-today-empty {
  border-color: rgba(148, 163, 184, .18) !important;
  background: #0f172a !important;
  color: #e2e8f0 !important;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .28) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._score_88qg0_238,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-score,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-scoreboard] > div:nth-child(2),
html.dark body.cn-modern-release[data-cn-view="matches"] ._score_88qg0_238,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-score,
html.dark body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-scoreboard] > div:nth-child(2),
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._score_88qg0_238,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-worldcup-score,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] [data-cn-world-cup-scoreboard] > div:nth-child(2) {
  color: #f8fafc !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._matchTime_88qg0_173,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-match] > div:first-child span:first-child,
html.dark body.cn-modern-release[data-cn-view="matches"] ._matchTime_88qg0_173,
html.dark body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-match] > div:first-child span:first-child,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._matchTime_88qg0_173,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] [data-cn-world-cup-match] > div:first-child span:first-child {
  color: #e2e8f0 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._badge_88qg0_209,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-badge,
html.dark body.cn-modern-release[data-cn-view="matches"] ._badge_88qg0_209,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-badge,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._badge_88qg0_209,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-worldcup-badge {
  background: #111827 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .24) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._teamName_88qg0_229,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-team-name,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._confronto_88qg0_346,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._programTitle_88qg0_80,
html.dark body.cn-modern-release[data-cn-view="matches"] ._teamName_88qg0_229,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-team-name,
html.dark body.cn-modern-release[data-cn-view="matches"] ._confronto_88qg0_346,
html.dark body.cn-modern-release[data-cn-view="matches"] ._programTitle_88qg0_80,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._teamName_88qg0_229,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-worldcup-team-name,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._confronto_88qg0_346,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._programTitle_88qg0_80 {
  color: #f8fafc !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._leagueLabel_88qg0_257,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._transmissao_88qg0_360,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] ._programSub_88qg0_87,
html.dark body.cn-modern-release[data-cn-view="matches"] ._leagueLabel_88qg0_257,
html.dark body.cn-modern-release[data-cn-view="matches"] ._transmissao_88qg0_360,
html.dark body.cn-modern-release[data-cn-view="matches"] ._programSub_88qg0_87,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._leagueLabel_88qg0_257,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._transmissao_88qg0_360,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] ._programSub_88qg0_87 {
  color: #94a3b8 !important;
}

body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 > div {
  max-width: 540px !important;
  padding: 0 14px max(12px, env(safe-area-inset-bottom)) !important;
}

body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 > div > div {
  border: 1px solid rgba(15, 23, 42, .09) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .96) !important;
  padding: 8px 7px !important;
  box-shadow: 0 -10px 30px rgba(17, 24, 39, .13) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 [style*="grid-template-columns"] {
  grid-template-columns: repeat(auto-fit, minmax(42px, 1fr)) !important;
}

body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 button {
  min-width: 0 !important;
  border-radius: 15px !important;
  color: #5c6677 !important;
  padding: 6px 2px !important;
}

body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 button div {
  letter-spacing: 0 !important;
}

body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 button.cn-native-nav-active,
body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 button[aria-current="page"] {
  background: #0048b8 !important;
  color: #fff !important;
  box-shadow: 0 9px 18px rgba(0, 72, 184, .24) !important;
}

body.cn-modern-release[data-cn-view="rank"] #root > div {
  background: linear-gradient(180deg, #0048b8 0, #0048b8 142px, #f4f7fb 142px, #f4f7fb 100%) !important;
}

@media (max-width: 640px) {
  body.cn-modern-release[data-cn-view="rank"] #root > div {
    background: linear-gradient(180deg, #0048b8 0, #0048b8 156px, #f4f7fb 156px, #f4f7fb 100%) !important;
  }
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="league"] .cn-liga-pwa .cn-liga-shell,
html.dark body.cn-modern-release[data-cn-view="league"] .cn-liga-pwa .cn-liga-shell,
body.cn-modern-release.cn-dark-active[data-cn-view="league"] .cn-liga-pwa .cn-liga-shell {
  border-color: rgba(147, 197, 253, .34) !important;
  background: #071326 !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .42), 0 0 0 1px rgba(255, 255, 255, .04) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="bolao"] .cn-bolao-pwa-page .cn-bolao-hero,
html.dark body.cn-modern-release[data-cn-view="bolao"] .cn-bolao-pwa-page .cn-bolao-hero,
body.cn-modern-release.cn-dark-active[data-cn-view="bolao"] .cn-bolao-pwa-page .cn-bolao-hero {
  border: 1px solid rgba(147, 197, 253, .35) !important;
  background: linear-gradient(135deg, #005ed6 0%, #003a96 100%) !important;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .45), 0 0 0 1px rgba(255, 255, 255, .05) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="rank"] .cn-embed-host,
html.dark body.cn-modern-release[data-cn-view="rank"] .cn-embed-host,
body.cn-modern-release.cn-dark-active[data-cn-view="rank"] .cn-embed-host {
  border: 1px solid rgba(147, 197, 253, .30) !important;
  background: #071326 !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .42), 0 0 0 1px rgba(255, 255, 255, .04) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="rank"] .cn-embed-root,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="rank"] .cn-embed-root .wrap,
html.dark body.cn-modern-release[data-cn-view="rank"] .cn-embed-root,
html.dark body.cn-modern-release[data-cn-view="rank"] .cn-embed-root .wrap,
body.cn-modern-release.cn-dark-active[data-cn-view="rank"] .cn-embed-root,
body.cn-modern-release.cn-dark-active[data-cn-view="rank"] .cn-embed-root .wrap {
  background: transparent !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="rank"] #root > div,
html.dark body.cn-modern-release[data-cn-view="rank"] #root > div,
body.cn-modern-release.cn-dark-active[data-cn-view="rank"] #root > div {
  background: linear-gradient(180deg, #0048b8 0, #0048b8 142px, #020617 142px, #020617 100%) !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="rank"] #root main > div,
html.dark body.cn-modern-release[data-cn-view="rank"] #root main > div,
body.cn-modern-release.cn-dark-active[data-cn-view="rank"] #root main > div {
  background: transparent !important;
}

@media (max-width: 640px) {
  html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="rank"] #root > div,
  html.dark body.cn-modern-release[data-cn-view="rank"] #root > div,
  body.cn-modern-release.cn-dark-active[data-cn-view="rank"] #root > div {
    background: linear-gradient(180deg, #0048b8 0, #0048b8 156px, #020617 156px, #020617 100%) !important;
  }
}

@media (max-width: 640px) {
  body.cn-modern-release[data-cn-view="menu"] #root main .cn-menu-modern {
    margin-top: 0 !important;
  }

  body.cn-modern-release[data-cn-view="menu"] #root main .cn-menu-latest {
    margin-top: 24px !important;
  }
}

.cn-onboarding-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(2, 6, 23, .56);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.cn-onboarding-card {
  width: min(100%, 390px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 22px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

.cn-onboarding-hero {
  padding: 18px 18px 16px;
  background: linear-gradient(135deg, #005ed6, #003a96);
  color: #fff;
}

.cn-onboarding-step-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
}

.cn-onboarding-step-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #fff;
}

.cn-onboarding-title {
  margin: 0;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.05;
}

.cn-onboarding-copy {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.38;
}

.cn-onboarding-body {
  padding: 16px 18px 18px;
}

.cn-onboarding-dots {
  display: flex;
  gap: 7px;
  margin-bottom: 14px;
}

.cn-onboarding-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #cbd5e1;
}

.cn-onboarding-dots span.is-active {
  width: 22px;
  background: #0048b8;
}

.cn-onboarding-tip {
  border: 1px solid rgba(0, 72, 184, .14);
  border-radius: 16px;
  background: #f3f7ff;
  padding: 12px;
  color: #144b9b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.cn-onboarding-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 16px;
}

.cn-onboarding-actions button {
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
}

.cn-onboarding-secondary {
  background: #eef2f7;
  color: #334155;
}

.cn-onboarding-primary {
  background: #0048b8;
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 72, 184, .24);
}

.cn-onboarding-skip {
  width: 100%;
  min-height: 38px;
  margin-top: 10px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

html[data-cn-theme="dark"] .cn-onboarding-card,
html.dark .cn-onboarding-card,
body.cn-dark-active .cn-onboarding-card {
  border-color: rgba(147, 197, 253, .26);
  background: #0f172a;
  color: #e2e8f0;
}

html[data-cn-theme="dark"] .cn-onboarding-tip,
html.dark .cn-onboarding-tip,
body.cn-dark-active .cn-onboarding-tip {
  border-color: rgba(147, 197, 253, .22);
  background: rgba(15, 23, 42, .90);
  color: #bfdbfe;
}

body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 button.cn-native-nav-active,
body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 button.cn-native-nav-active *,
body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 button[aria-current="page"],
body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 button[aria-current="page"] * {
  color: #fff !important;
}

body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 button.cn-native-nav-active > div:first-child,
body.cn-modern-release #root > div > .fixed.bottom-0.left-0.right-0.z-40 button[aria-current="page"] > div:first-child {
  background: rgba(255, 255, 255, .13) !important;
  color: #fff !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-games-root][data-cn-games-mode="world-cup"] .cn-games-datebar {
  display: none !important;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] {
  margin: 2px 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-datebar-control {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) 46px !important;
  align-items: center;
  gap: 10px;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] > .cn-worldcup-datebar-control {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 250px) 42px !important;
  justify-content: center;
  gap: 8px;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-datebar-control label,
body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] p {
  display: none !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-date-arrow,
body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] select {
  min-height: 42px !important;
  border: 1px solid rgba(17, 24, 39, .08) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: 0 8px 18px rgba(17, 24, 39, .06) !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-date-arrow {
  display: grid;
  width: 46px;
  height: 42px;
  place-items: center;
  border: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-date-arrow:disabled {
  opacity: .45;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] select {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 250px !important;
  padding: 0 38px !important;
  text-align: center !important;
  text-align-last: center !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-list {
  display: grid;
  gap: 12px;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card {
  border: 1px solid rgba(17, 24, 39, .08) !important;
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .07) !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--featured {
  padding: 18px 14px 16px !important;
  border-radius: 18px !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-status-pill {
  border-radius: 999px;
  background: #ef233c;
  color: #fff !important;
  padding: 7px 10px;
  line-height: 1;
}

body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-status="scheduled"] .cn-worldcup-status-pill {
  background: transparent;
  color: #111827 !important;
  padding-left: 0;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-period {
  color: #ef233c !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-place {
  margin: -2px 0 10px;
  color: #475569;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-board {
  margin-top: 8px;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--featured .cn-worldcup-badge {
  width: 62px !important;
  height: 62px !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--featured .cn-worldcup-badge-img {
  width: 50px !important;
  height: 50px !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--featured .cn-worldcup-team-name {
  margin-top: 6px;
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .02em;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  line-height: 1.12 !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--featured .cn-worldcup-score {
  min-width: 96px !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: 44px !important;
  font-weight: 950 !important;
  letter-spacing: -.03em;
  line-height: 1 !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--featured .cn-worldcup-score span:nth-child(2) {
  color: #9ca3af !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 0 7px !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 34px;
  color: #475569;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-scorers {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-height: 24px;
  margin-top: 10px;
  color: #475569;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.35;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-scorers div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-scorers div:first-child {
  text-align: left;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-scorers div:last-child {
  text-align: right;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-scorers span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-ball {
  color: #111827;
  text-align: center;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-partials-btn {
  display: flex;
  width: 100%;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  background: #0048b8;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(0, 72, 184, .20);
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--compact {
  display: grid;
  grid-template-columns: minmax(82px, 1.1fr) minmax(48px, .72fr) 50px minmax(48px, .72fr);
  align-items: center;
  gap: 7px;
  min-height: 78px;
  padding: 12px 10px !important;
  border-radius: 16px !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--compact > div:first-child {
  margin-bottom: 0 !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-compact-time {
  display: grid;
  gap: 3px;
  min-width: 0;
  color: #111827;
  text-align: left;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-compact-time strong {
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-compact-time span {
  overflow: hidden;
  color: #64748b;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-compact-stadium {
  display: block;
  color: #94a3b8 !important;
  font-size: 9px !important;
  font-weight: 650 !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-compact-team {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 0;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--compact .cn-worldcup-badge {
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--compact .cn-worldcup-badge-img {
  width: 31px !important;
  height: 31px !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-compact-team strong {
  max-width: 100%;
  overflow: hidden;
  color: #111827;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-compact-score {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 800;
  min-width: 50px;
  text-align: center;
  white-space: nowrap;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--compact[data-cn-world-cup-status="live"] > div:first-child span:nth-child(2),
body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--compact[data-cn-world-cup-status="finished"] > div:first-child span:nth-child(2),
body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--compact[data-cn-world-cup-status="scheduled"] > div:first-child span:nth-child(2) {
  border-color: transparent !important;
  background: transparent !important;
  color: #64748b !important;
  padding: 0 !important;
}

body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-reminder {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #334155;
  font-size: 16px;
  line-height: 1;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-date-arrow,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] select,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-date-arrow,
html.dark body.cn-modern-release[data-cn-view="matches"] [data-cn-world-cup-date-filter] select,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-worldcup-date-arrow,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] [data-cn-world-cup-date-filter] select,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-worldcup-match-card {
  border-color: rgba(148, 163, 184, .18) !important;
  background: #0f172a !important;
  color: #e2e8f0 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--featured .cn-worldcup-team-name,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--featured .cn-worldcup-score,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-compact-time,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-compact-team strong,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--featured .cn-worldcup-team-name,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-match-card--featured .cn-worldcup-score,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-compact-time,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-compact-team strong,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-worldcup-match-card--featured .cn-worldcup-team-name,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-worldcup-match-card--featured .cn-worldcup-score,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-worldcup-compact-time,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-worldcup-compact-team strong {
  color: #f8fafc !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-place,
html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-scorers,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-place,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-scorers,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-worldcup-featured-place,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-worldcup-featured-scorers {
  color: #cbd5e1 !important;
}

html[data-cn-theme="dark"] body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-ball,
html.dark body.cn-modern-release[data-cn-view="matches"] .cn-worldcup-featured-ball,
body.cn-modern-release.cn-dark-active[data-cn-view="matches"] .cn-worldcup-featured-ball {
  color: #f8fafc !important;
}
