.go-ca-page {
  --go-ca-bg: #eef2f6;
  --go-ca-bg-soft: #dfe6ee;
  --go-ca-surface: rgba(255, 255, 255, 0.94);
  --go-ca-surface-strong: #0d1118;
  --go-ca-surface-strong-2: #171d28;
  --go-ca-text: #0d1118;
  --go-ca-text-soft: #5f6878;
  --go-ca-text-invert: #f7f9fc;
  --go-ca-line: rgba(13, 17, 24, 0.1);
  --go-ca-line-strong: rgba(13, 17, 24, 0.18);
  --go-ca-accent: #d8ff3f;
  --go-ca-accent-2: #2556ff;
  --go-ca-accent-soft: rgba(216, 255, 63, 0.18);
  --go-ca-shadow: 0 28px 70px rgba(13, 17, 24, 0.12);
  --go-ca-shadow-soft: 0 18px 40px rgba(13, 17, 24, 0.08);
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(216, 255, 63, 0.18), transparent 28%),
    radial-gradient(circle at 100% 20%, rgba(37, 86, 255, 0.14), transparent 32%),
    linear-gradient(180deg, #f6f8fb 0%, var(--go-ca-bg) 100%);
  color: var(--go-ca-text);
  font-family: "Inter", "Segoe UI", sans-serif;
}

html.dark .go-ca-page,
body.dark .go-ca-page,
body.is-dark-theme .go-ca-page,
body.dark-mode .go-ca-page,
[data-theme="dark"] .go-ca-page,
body.newsx-dark-mode .go-ca-page,
html[class*="dark"] .go-ca-page,
body[class*="dark"] .go-ca-page {
  --go-ca-bg: #05070c;
  --go-ca-bg-soft: #101521;
  --go-ca-surface: rgba(16, 21, 33, 0.92);
  --go-ca-surface-strong: #06080d;
  --go-ca-surface-strong-2: #0d1320;
  --go-ca-text: #f5f7fb;
  --go-ca-text-soft: #aeb8ca;
  --go-ca-text-invert: #ffffff;
  --go-ca-line: rgba(255, 255, 255, 0.09);
  --go-ca-line-strong: rgba(255, 255, 255, 0.16);
  --go-ca-accent-soft: rgba(216, 255, 63, 0.12);
  --go-ca-shadow: 0 32px 80px rgba(0, 0, 0, 0.32);
  --go-ca-shadow-soft: 0 18px 44px rgba(0, 0, 0, 0.26);
  background:
    radial-gradient(circle at 10% 0%, rgba(216, 255, 63, 0.1), transparent 24%),
    radial-gradient(circle at 100% 20%, rgba(37, 86, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #05070c 0%, var(--go-ca-bg) 100%);
}

.go-ca-theme-streaming,
.go-ca-theme-cinema-e-tv,
.go-ca-theme-entretenimento {
  --go-ca-accent: #ff7a18;
  --go-ca-accent-2: #ff3d81;
  --go-ca-accent-soft: rgba(255, 122, 24, 0.18);
}

.go-ca-theme-animes,
.go-ca-theme-anime,
.go-ca-theme-cosplays {
  --go-ca-accent: #59d8ff;
  --go-ca-accent-2: #6f59ff;
  --go-ca-accent-soft: rgba(89, 216, 255, 0.18);
}

.go-ca-theme-tecnologia {
  --go-ca-accent: #4f8cff;
  --go-ca-accent-2: #00c6ff;
  --go-ca-accent-soft: rgba(79, 140, 255, 0.2);
}

.go-ca-theme-especiais,
.go-ca-theme-artigos,
.go-ca-theme-blog {
  --go-ca-accent: #ffd766;
  --go-ca-accent-2: #ff8b2d;
  --go-ca-accent-soft: rgba(255, 215, 102, 0.2);
}

.go-ca-page *,
.go-ca-page *::before,
.go-ca-page *::after {
  box-sizing: border-box;
}

.go-ca-page a {
  color: inherit;
  text-decoration: none;
}

.go-ca-page img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.go-ca-page :is(h1, h2, h3, p) {
  margin: 0;
}

.go-ca-shell,
.go-ca-shell.newsx-container {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  max-width: none;
  padding: clamp(22px, 3vw, 40px) 0 72px;
}

.go-ca-top-grid,
.go-ca-block {
  scroll-margin-top: 120px;
}

.go-ca-hero,
.go-ca-feed-shell,
.go-ca-lead-card,
.go-ca-mini-card,
.go-ca-index-panel,
.go-ca-video-block {
  border: 1px solid var(--go-ca-line);
  box-shadow: var(--go-ca-shadow-soft);
}

.go-ca-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 24px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 55%),
    linear-gradient(180deg, var(--go-ca-surface-strong) 0%, var(--go-ca-surface-strong-2) 100%);
  color: var(--go-ca-text-invert);
}

.go-ca-hero::before {
  content: "";
  position: absolute;
  top: -12%;
  right: -8%;
  width: clamp(180px, 26vw, 340px);
  aspect-ratio: 1;
  border-radius: 28px;
  transform: rotate(18deg);
  background: linear-gradient(135deg, var(--go-ca-accent), var(--go-ca-accent-2));
  opacity: 0.14;
}

.go-ca-hero::after {
  content: "";
  position: absolute;
  inset: auto 24px 24px auto;
  width: clamp(110px, 12vw, 170px);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--go-ca-accent), transparent);
  opacity: 0.8;
}

.go-ca-hero-copy,
.go-ca-hero-tools {
  position: relative;
  z-index: 1;
}

.go-ca-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.go-ca-label,
.go-ca-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--go-ca-line);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-ca-label {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
}

.go-ca-label--soft {
  background: transparent;
  color: var(--go-ca-text-soft);
  border-color: var(--go-ca-line);
}

.go-ca-chip {
  background: rgba(255, 255, 255, 0.1);
  color: var(--go-ca-text);
}

.go-ca-chip--accent {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.8));
  border-color: rgba(255, 255, 255, 0.34);
  color: #10131a;
}

html.dark .go-ca-chip--accent,
body.dark .go-ca-chip--accent,
body.is-dark-theme .go-ca-chip--accent,
body.dark-mode .go-ca-chip--accent,
[data-theme="dark"] .go-ca-chip--accent,
body.newsx-dark-mode .go-ca-chip--accent,
html[class*="dark"] .go-ca-chip--accent,
body[class*="dark"] .go-ca-chip--accent {
  background: linear-gradient(135deg, rgba(216, 255, 63, 0.14), rgba(255, 255, 255, 0.08));
  border-color: rgba(216, 255, 63, 0.22);
  color: #f4ffc7;
}

.go-ca-hero h1,
.go-ca-lead-copy h2,
.go-ca-mini-copy h3,
.go-ca-index-panel h2,
.go-ca-block-head h2,
.go-ca-video-panel h3,
.go-ca-page .go-fp-feed-item-content h3,
.go-ca-empty h3 {
  font-family: "Sora", "Inter", sans-serif;
  letter-spacing: -0.06em;
}

.go-ca-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  line-height: 0.92;
  color: var(--go-ca-text-invert) !important;
}

.go-ca-deck {
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.7;
}

.go-ca-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.go-ca-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.96);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.go-ca-nav a:hover,
.go-ca-nav a:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
}

.go-ca-hero-tools {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.go-ca-search {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.go-ca-search label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-ca-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
}

.go-ca-search input {
  min-width: 0;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.go-ca-search button,
.go-ca-search-clear,
.go-ca-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-ca-search button,
.go-ca-button {
  border: 0;
  background: linear-gradient(135deg, var(--go-ca-accent), var(--go-ca-accent-2));
  color: #0c1017;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.go-ca-search-clear {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.go-ca-hero-rule {
  min-height: 148px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 70%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 12px,
      transparent 12px,
      transparent 24px
    );
}

.go-ca-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 22px;
  margin-top: 28px;
  align-items: start;
}

.go-ca-lead-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  min-height: 100%;
  border-radius: 32px;
  overflow: hidden;
  background: var(--go-ca-surface);
}

.go-ca-lead-media,
.go-ca-mini-thumb,
.go-ca-page .go-fp-feed-item-media-link {
  display: block;
}

.go-ca-lead-media {
  height: 100%;
  min-height: 440px;
  background: var(--go-ca-bg-soft);
}

.go-ca-lead-card.is-no-media {
  grid-template-columns: 1fr;
}

.go-ca-page .go-fp-feed-item-media-link {
  height: 100%;
}

.go-ca-lead-media img,
.go-ca-mini-thumb img,
.go-ca-page .go-fp-feed-item-media img,
.go-ca-page .go-video-thumb-wrap,
.go-ca-page .go-video-thumb-wrap img,
.go-ca-page .go-fph-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.go-ca-lead-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(24px, 3vw, 36px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 253, 0.96) 100%);
}

html.dark .go-ca-lead-copy,
body.dark .go-ca-lead-copy,
body.is-dark-theme .go-ca-lead-copy,
body.dark-mode .go-ca-lead-copy,
[data-theme="dark"] .go-ca-lead-copy,
body.newsx-dark-mode .go-ca-lead-copy,
html[class*="dark"] .go-ca-lead-copy,
body[class*="dark"] .go-ca-lead-copy {
  background:
    linear-gradient(180deg, rgba(12, 17, 27, 0.98) 0%, rgba(15, 21, 33, 0.98) 100%);
}

.go-ca-lead-copy h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.95;
  color: var(--go-ca-text);
}

.go-ca-lead-copy p {
  color: var(--go-ca-text-soft);
  line-height: 1.75;
  font-size: 1rem;
}

.go-ca-title-link {
  transition: color 0.2s ease;
}

.go-ca-title-link:hover,
.go-ca-title-link:focus-visible {
  color: var(--go-ca-accent-2);
}

.go-ca-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--go-ca-line);
  color: var(--go-ca-text-soft);
  font-size: 13px;
}

.go-ca-author {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-weight: 700;
}

.go-ca-author-avatar,
.go-ca-author img {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--go-ca-line);
}

.go-ca-meta-sep {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.5;
}

.go-ca-top-rail {
  display: grid;
  gap: 16px;
}

.go-ca-mini-card {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  padding: 14px;
  border-radius: 26px;
  background: var(--go-ca-surface);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.go-ca-mini-card.is-no-media {
  grid-template-columns: 1fr;
}

.go-ca-mini-card:hover,
.go-ca-mini-card:focus-within,
.go-ca-lead-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--go-ca-shadow);
  border-color: var(--go-ca-line-strong);
}

.go-ca-mini-thumb {
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 16 / 12;
  background: var(--go-ca-bg-soft);
}

.go-ca-mini-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.go-ca-time,
.go-ca-filter-note,
.go-ca-page .go-fp-feed-item-date {
  color: var(--go-ca-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-ca-page .go-fp-feed-item-date {
  display: inline-flex;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
}

.go-ca-page .go-fp-feed-item-date::before {
  display: none;
  content: none;
}

.go-ca-mini-copy h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.08;
  color: var(--go-ca-text);
  overflow-wrap: anywhere;
}

.go-ca-block {
  margin-top: 30px;
}

.go-ca-block-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.go-ca-block-head > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.go-ca-block-head h2,
.go-ca-index-panel h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.94;
  color: var(--go-ca-text);
}

.go-ca-index {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  align-items: start;
}

.go-ca-index-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(24px, 3vw, 30px);
  border-radius: 30px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), transparent 60%),
    linear-gradient(180deg, var(--go-ca-surface-strong) 0%, var(--go-ca-surface-strong-2) 100%);
  color: var(--go-ca-text-invert);
}

.go-ca-index-panel h2 {
  color: var(--go-ca-text-invert);
}

.go-ca-index-panel .go-ca-label--soft {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
}

.go-ca-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.go-ca-topic-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.go-ca-feed-shell {
  padding: clamp(18px, 2.5vw, 28px);
  border-radius: 30px;
  background: var(--go-ca-surface);
}

.go-ca-story-list {
  display: grid;
  gap: 16px;
}

.go-ca-story {
  display: grid;
  grid-template-columns: minmax(170px, 210px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--go-ca-line);
}

.go-ca-story:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.go-ca-story.is-no-media {
  grid-template-columns: 1fr;
}

.go-ca-story-media {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 16 / 10;
  background: var(--go-ca-bg-soft);
}

.go-ca-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.go-ca-story-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.go-ca-story-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.go-ca-story-kicker,
.go-ca-story-time,
.go-ca-story-meta {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-ca-story-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--go-ca-accent-soft);
  color: var(--go-ca-text);
}

.go-ca-story-time,
.go-ca-story-meta {
  color: var(--go-ca-text-soft);
}

.go-ca-story h3 {
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(1.32rem, 1.85vw, 1.78rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: var(--go-ca-text);
}

.go-ca-story p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--go-ca-text-soft);
  line-height: 1.72;
}

.go-ca-story--compact h3 {
  font-size: clamp(1.12rem, 1.45vw, 1.36rem);
}

.go-ca-story--compact p {
  -webkit-line-clamp: 2;
}

.go-ca-story--compact {
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
}

.go-ca-story--archive p {
  -webkit-line-clamp: 3;
}

.go-ca-video-block {
  padding: clamp(22px, 3vw, 30px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, var(--go-ca-surface-strong) 0%, var(--go-ca-surface-strong-2) 100%);
  color: var(--go-ca-text-invert);
}

.go-ca-video-block .go-ca-block-head h2 {
  color: var(--go-ca-text-invert);
}

.go-ca-video-block .go-ca-label--soft {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
}

.go-ca-video-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 22px;
}

.go-ca-video-frame {
  overflow: hidden;
  border-radius: 28px;
  background: #03060d;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.go-ca-video-frame :is(iframe, video, embed, object) {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.go-ca-video-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.go-ca-video-panel .go-ca-chip--accent {
  background: linear-gradient(135deg, rgba(216, 255, 63, 0.16), rgba(255, 255, 255, 0.08));
  border-color: rgba(216, 255, 63, 0.22);
  color: #f5ffc9;
}

.go-ca-video-panel h3 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.94;
  color: var(--go-ca-text-invert);
}

.go-ca-video-panel p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.go-ca-video-panel .go-ca-post-meta,
.go-ca-video-panel .go-ca-author,
.go-ca-video-panel .go-ca-post-meta time {
  color: rgba(255, 255, 255, 0.76);
}

.go-ca-button {
  width: fit-content;
  min-height: 48px;
  padding-inline: 20px;
}

.go-ca-video-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.go-ca-mini-card--video {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.go-ca-mini-card--video .go-ca-mini-thumb {
  border-radius: 0;
  aspect-ratio: 16 / 9;
}

.go-ca-mini-card--video .go-ca-mini-copy {
  padding: 16px 18px 18px;
}

.go-ca-mini-card--video .go-ca-time {
  color: rgba(255, 255, 255, 0.58);
}

.go-ca-mini-card--video .go-ca-mini-copy h3 {
  color: var(--go-ca-text-invert);
  font-size: 1.15rem;
}

.go-ca-empty {
  padding: clamp(28px, 4vw, 42px);
  border-radius: 28px;
  border: 1px dashed var(--go-ca-line-strong);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.7));
  text-align: center;
}

html.dark .go-ca-empty,
body.dark .go-ca-empty,
body.is-dark-theme .go-ca-empty,
body.dark-mode .go-ca-empty,
[data-theme="dark"] .go-ca-empty,
body.newsx-dark-mode .go-ca-empty,
html[class*="dark"] .go-ca-empty,
body[class*="dark"] .go-ca-empty {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.go-ca-empty h3 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 0.96;
}

.go-ca-empty p {
  color: var(--go-ca-text-soft);
  line-height: 1.7;
}

.go-ca-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.go-ca-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid var(--go-ca-line);
  background: var(--go-ca-surface);
  color: var(--go-ca-text);
  font-weight: 800;
}

.go-ca-pagination .page-numbers.current {
  border-color: transparent;
  background: linear-gradient(135deg, var(--go-ca-accent), var(--go-ca-accent-2));
  color: #0c1017;
}

@media (max-width: 1180px) {
  .go-ca-top-grid,
  .go-ca-index,
  .go-ca-video-stage,
  .go-ca-video-list,
  .go-ca-hero {
    grid-template-columns: 1fr;
  }

  .go-ca-lead-card {
    grid-template-columns: 1fr;
  }

  .go-ca-lead-media {
    min-height: 320px;
  }
}

@media (max-width: 960px) {
  .go-ca-story,
  .go-ca-story--compact,
  .go-ca-mini-card {
    grid-template-columns: 1fr;
  }

  .go-ca-mini-thumb,
  .go-ca-story-media {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
}

@media (max-width: 780px) {
  .go-ca-shell,
  .go-ca-shell.newsx-container {
    width: min(100% - 24px, 1280px);
    padding: 20px 0 56px;
  }

  .go-ca-hero,
  .go-ca-feed-shell,
  .go-ca-index-panel,
  .go-ca-video-block {
    border-radius: 28px;
  }

  .go-ca-hero h1 {
    max-width: none;
  }

  .go-ca-search-row {
    grid-template-columns: 1fr;
  }

  .go-ca-search button,
  .go-ca-search-clear,
  .go-ca-button {
    width: 100%;
  }

  .go-ca-block-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .go-ca-shell,
  .go-ca-shell.newsx-container {
    width: min(100% - 20px, 1280px);
  }

  .go-ca-hero,
  .go-ca-lead-copy,
  .go-ca-index-panel,
  .go-ca-feed-shell,
  .go-ca-video-block {
    padding-inline: 18px;
  }

  .go-ca-top-grid,
  .go-ca-block {
    margin-top: 22px;
  }

  .go-ca-story h3 {
    font-size: 1.25rem;
  }
}

/* 2026 refresh: news editorial hero */
.go-ca-theme-noticias .go-ca-shell,
.go-ca-theme-noticias.go-ca-page .go-ca-shell.newsx-container {
  padding-top: 0;
}

.go-ca-theme-noticias .go-ca-hero {
  margin-inline: calc(50% - 50vw);
  padding-block: clamp(22px, 3.4vw, 34px);
  padding-inline: max(16px, calc((100vw - 1280px) / 2 + 16px));
  border-inline: 0;
  border-radius: 0;
  grid-template-columns: minmax(0, 1.6fr) minmax(250px, 0.72fr);
  gap: 20px;
  box-shadow: none;
}

.go-ca-theme-noticias .go-ca-hero::before {
  width: clamp(150px, 20vw, 280px);
  opacity: 0.1;
}

.go-ca-theme-noticias .go-ca-hero::after {
  inset: auto 0 0 0;
  width: 100%;
  height: 1px;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  opacity: 1;
}

.go-ca-theme-noticias .go-ca-hero-copy {
  gap: 14px;
}

.go-ca-theme-noticias .go-ca-hero h1 {
  max-width: 13ch;
  font-size: clamp(2.15rem, 4.8vw, 4.2rem);
  line-height: 0.96;
}

.go-ca-theme-noticias .go-ca-deck {
  max-width: 60ch;
  font-size: clamp(0.98rem, 1.3vw, 1.06rem);
  line-height: 1.62;
}

.go-ca-theme-noticias .go-ca-nav a {
  min-height: 40px;
}

.go-ca-theme-noticias .go-ca-search input {
  min-height: 52px;
}

@media (max-width: 980px) {
  .go-ca-theme-noticias .go-ca-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .go-ca-theme-noticias .go-ca-hero {
    margin-inline: calc(50% - 50vw);
    padding-block: 18px;
    padding-inline: 16px;
    gap: 16px;
  }

  .go-ca-theme-noticias .go-ca-hero h1 {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }

  .go-ca-theme-noticias .go-ca-deck {
    font-size: 0.96rem;
    line-height: 1.56;
  }
}

/* 2026 correction pass: news editorial theme */
.go-ca-theme-noticias .go-ca-hero {
  margin-inline: calc(var(--go-desktop-content-gutter, 16px) * -1);
  border-radius: clamp(0px, 2vw, 28px);
  background:
    radial-gradient(circle at top right, rgba(37, 86, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 243, 249, 0.98));
  color: var(--go-ca-text);
}

.go-ca-theme-noticias .go-ca-hero::after {
  background: linear-gradient(90deg, transparent, rgba(13, 17, 24, 0.16), transparent);
}

.go-ca-theme-noticias .go-ca-hero :is(h1, .go-ca-deck) {
  color: inherit;
}

.go-ca-theme-noticias :is(.go-ca-label, .go-ca-label--soft, .go-ca-chip) {
  border-color: rgba(37, 86, 255, 0.14);
  background: rgba(37, 86, 255, 0.08);
  color: var(--go-ca-accent-2);
}

.go-ca-theme-noticias .go-ca-nav a {
  border-color: var(--go-ca-line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--go-ca-text);
}

.go-ca-theme-noticias .go-ca-nav a:hover,
.go-ca-theme-noticias .go-ca-nav a:focus-visible {
  border-color: rgba(37, 86, 255, 0.18);
  background: #ffffff;
  color: var(--go-ca-accent-2);
}

.go-ca-theme-noticias :is(.go-ca-feed-shell, .go-ca-lead-card, .go-ca-mini-card, .go-ca-index-panel, .go-ca-video-block) {
  background: var(--go-ca-surface);
  color: var(--go-ca-text);
}

.go-ca-theme-noticias .go-ca-button {
  border-color: transparent;
  background: #0d1118;
  color: #ffffff;
}

.go-ca-theme-noticias .go-ca-button:hover {
  background: #151c27;
  color: #ffffff;
}

html.dark .go-ca-theme-noticias .go-ca-hero,
body.dark .go-ca-theme-noticias .go-ca-hero,
body.is-dark-theme .go-ca-theme-noticias .go-ca-hero,
body.dark-mode .go-ca-theme-noticias .go-ca-hero,
[data-theme="dark"] .go-ca-theme-noticias .go-ca-hero,
body.newsx-dark-mode .go-ca-theme-noticias .go-ca-hero,
html[class*="dark"] .go-ca-theme-noticias .go-ca-hero,
body[class*="dark"] .go-ca-theme-noticias .go-ca-hero {
  background:
    radial-gradient(circle at top right, rgba(79, 140, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(8, 12, 18, 0.98), rgba(12, 17, 26, 0.98));
  color: var(--go-ca-text-invert);
}

html.dark .go-ca-theme-noticias .go-ca-hero::after,
body.dark .go-ca-theme-noticias .go-ca-hero::after,
body.is-dark-theme .go-ca-theme-noticias .go-ca-hero::after,
body.dark-mode .go-ca-theme-noticias .go-ca-hero::after,
[data-theme="dark"] .go-ca-theme-noticias .go-ca-hero::after,
body.newsx-dark-mode .go-ca-theme-noticias .go-ca-hero::after,
html[class*="dark"] .go-ca-theme-noticias .go-ca-hero::after,
body[class*="dark"] .go-ca-theme-noticias .go-ca-hero::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
}

html.dark .go-ca-theme-noticias :is(.go-ca-label, .go-ca-label--soft, .go-ca-chip),
body.dark .go-ca-theme-noticias :is(.go-ca-label, .go-ca-label--soft, .go-ca-chip),
body.is-dark-theme .go-ca-theme-noticias :is(.go-ca-label, .go-ca-label--soft, .go-ca-chip),
body.dark-mode .go-ca-theme-noticias :is(.go-ca-label, .go-ca-label--soft, .go-ca-chip),
[data-theme="dark"] .go-ca-theme-noticias :is(.go-ca-label, .go-ca-label--soft, .go-ca-chip),
body.newsx-dark-mode .go-ca-theme-noticias :is(.go-ca-label, .go-ca-label--soft, .go-ca-chip),
html[class*="dark"] .go-ca-theme-noticias :is(.go-ca-label, .go-ca-label--soft, .go-ca-chip),
body[class*="dark"] .go-ca-theme-noticias :is(.go-ca-label, .go-ca-label--soft, .go-ca-chip) {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(79, 140, 255, 0.14);
  color: #dbe7ff;
}

html.dark .go-ca-theme-noticias .go-ca-nav a,
body.dark .go-ca-theme-noticias .go-ca-nav a,
body.is-dark-theme .go-ca-theme-noticias .go-ca-nav a,
body.dark-mode .go-ca-theme-noticias .go-ca-nav a,
[data-theme="dark"] .go-ca-theme-noticias .go-ca-nav a,
body.newsx-dark-mode .go-ca-theme-noticias .go-ca-nav a,
html[class*="dark"] .go-ca-theme-noticias .go-ca-nav a,
body[class*="dark"] .go-ca-theme-noticias .go-ca-nav a {
  background: rgba(16, 21, 33, 0.82);
  color: var(--go-ca-text-invert);
}

@media (max-width: 720px) {
  .go-ca-theme-noticias .go-ca-hero {
    margin-inline: -12px;
    border-radius: 0;
  }
}
