.go-guides-hub {
  --go-guides-bg: #f4f8ef;
  --go-guides-surface: rgba(255, 255, 255, 0.94);
  --go-guides-surface-strong: #0f1720;
  --go-guides-surface-strong-2: #18212d;
  --go-guides-text: #12202a;
  --go-guides-text-soft: #586777;
  --go-guides-text-invert: #f5f8fb;
  --go-guides-line: rgba(18, 32, 42, 0.11);
  --go-guides-line-strong: rgba(18, 32, 42, 0.18);
  --go-guides-accent: #94d82d;
  --go-guides-accent-2: #d8ff48;
  --go-guides-accent-3: #2055ff;
  --go-guides-accent-soft: rgba(148, 216, 45, 0.14);
  --go-guides-shadow: 0 24px 60px rgba(18, 32, 42, 0.12);
  --go-guides-shadow-soft: 0 16px 36px rgba(18, 32, 42, 0.08);
  margin-inline: calc(50% - 50vw);
  background: transparent;
  color: var(--go-guides-text);
  font-family: "Inter", sans-serif;
}

html.dark .go-guides-hub,
body.dark .go-guides-hub,
body.dark-mode .go-guides-hub,
body.is-dark-theme .go-guides-hub,
body.newsx-dark-mode .go-guides-hub,
[data-theme="dark"] .go-guides-hub {
  --go-guides-bg: #05080c;
  --go-guides-surface: rgba(14, 20, 27, 0.88);
  --go-guides-surface-strong: #081018;
  --go-guides-surface-strong-2: #111a24;
  --go-guides-text: #f3f7fb;
  --go-guides-text-soft: #a7b3c0;
  --go-guides-text-invert: #ffffff;
  --go-guides-line: rgba(255, 255, 255, 0.1);
  --go-guides-line-strong: rgba(255, 255, 255, 0.16);
  --go-guides-accent-soft: rgba(148, 216, 45, 0.12);
  --go-guides-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
  --go-guides-shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.28);
  background: transparent;
}

.go-guides-hub * {
  box-sizing: border-box;
}

.go-guides-hub a {
  color: inherit;
  text-decoration: none;
}

.go-guides-hub img {
  display: block;
  width: 100%;
  height: auto;
}

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

.go-guides-hub__shell,
.go-guides-hub__shell.newsx-container {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: clamp(24px, 3vw, 42px) 0 72px;
}

.go-guides-hero,
.go-guides-card,
.go-guides-topic-chip {
  border: 1px solid var(--go-guides-line);
  box-shadow: none;
}

.go-guides-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 34px;
  background: transparent;
  color: var(--go-guides-text);
  position: relative;
  overflow: hidden;
}

.go-guides-hero::before {
  display: none;
}

.go-guides-kicker,
.go-guides-section__eyebrow,
.go-guides-pill,
.go-guides-tag,
.go-guides-filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-guides-kicker,
.go-guides-section__eyebrow {
  background: transparent;
  border: 1px solid var(--go-guides-line);
  color: var(--go-guides-text-soft);
}

.go-guides-section__eyebrow {
  background: transparent;
}

.go-guides-hero__copy {
  position: relative;
  z-index: 1;
}

.go-guides-hero__copy {
  display: grid;
  gap: 20px;
}

.go-guides-hero h1,
.go-guides-section h2 {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
}

.go-guides-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.7rem, 5.4vw, 4.6rem);
  line-height: 0.94;
}

.go-guides-hero__deck {
  max-width: 62ch;
  font-size: clamp(1rem, 1.6vw, 1.14rem);
  line-height: 1.7;
  color: var(--go-guides-text-soft);
}

.go-guides-search {
  width: min(100%, 760px);
  display: grid;
  gap: 10px;
}

.go-guides-search label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--go-guides-text-soft);
}

.go-guides-search__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--go-guides-line);
  border-radius: 22px;
  background: transparent;
  backdrop-filter: none;
}

.go-guides-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--go-guides-text);
  font-size: 1rem;
  padding: 8px 10px;
}

.go-guides-search input::placeholder {
  color: var(--go-guides-text-soft);
}

.go-guides-search button,
.go-guides-search__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 16px;
  font-size: 0.95rem;
  font-weight: 800;
}

.go-guides-search button {
  border: 0;
  color: #0f1720;
  background: var(--go-guides-accent-2);
  cursor: pointer;
}

.go-guides-search__clear {
  border: 1px solid var(--go-guides-line);
  color: var(--go-guides-text-soft);
}

.go-guides-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.go-guides-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid var(--go-guides-line);
  color: var(--go-guides-text-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.go-guides-section {
  margin-top: clamp(28px, 4vw, 46px);
}

.go-guides-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.go-guides-section__head h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.45rem);
  line-height: 1.02;
}

.go-guides-feature-grid,
.go-guides-archive-grid {
  display: grid;
  gap: 18px;
}

.go-guides-feature-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}

.go-guides-stack {
  display: grid;
  gap: 14px;
}

.go-guides-archive-grid {
  grid-template-columns: 1fr;
}

.go-guides-card {
  border-radius: 28px;
  overflow: hidden;
  background: transparent;
}

.go-guides-card__media,
.go-guides-card__placeholder {
  display: block;
  width: 100%;
}

.go-guides-card__placeholder {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(148, 216, 45, 0.18), rgba(32, 85, 255, 0.16)),
    linear-gradient(180deg, rgba(18, 32, 42, 0.06), transparent);
}

.go-guides-card__body {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.go-guides-card__topline,
.go-guides-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.go-guides-pill,
.go-guides-tag,
.go-guides-filter-pill,
.go-guides-topic-chip {
  border: 1px solid var(--go-guides-line);
}

.go-guides-pill {
  background: transparent;
  color: var(--go-guides-text-soft);
}

.go-guides-pill--accent {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.8));
  border-color: rgba(13, 17, 24, 0.18);
  color: #10131a;
}

.go-guides-tag,
.go-guides-filter-pill {
  background: var(--go-guides-accent-soft);
  color: var(--go-guides-text);
}

.go-guides-card__time {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--go-guides-text-soft);
}

.go-guides-card__title {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.06rem, 1.4vw, 1.26rem);
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.go-guides-card--feature .go-guides-card__title {
  font-size: clamp(1.7rem, 2.7vw, 2.5rem);
  line-height: 1.04;
}

.go-guides-card__excerpt {
  color: var(--go-guides-text-soft);
  line-height: 1.7;
}

.go-guides-meta {
  color: var(--go-guides-text-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.go-guides-meta__sep {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.5;
}

.go-guides-card--compact {
  display: grid;
  grid-template-columns: minmax(110px, 132px) minmax(0, 1fr);
}

.go-guides-card--compact .go-guides-card__media,
.go-guides-card--compact .go-guides-card__placeholder {
  min-height: 100%;
  aspect-ratio: auto;
}

.go-guides-card--compact .go-guides-card__media img,
.go-guides-card--compact .go-guides-card__placeholder {
  height: 100%;
  object-fit: cover;
}

.go-guides-card--archive .go-guides-card__media,
.go-guides-card--archive .go-guides-card__placeholder {
  aspect-ratio: auto;
  min-height: 100%;
}

.go-guides-card--archive {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: stretch;
}

.go-guides-card--archive .go-guides-card__media img,
.go-guides-card--archive .go-guides-card__placeholder {
  height: 100%;
  object-fit: cover;
}

.go-guides-card--archive .go-guides-card__body {
  align-content: center;
}

.go-guides-topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.go-guides-topic-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 18px;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 700;
  vertical-align: middle;
}

.go-guides-topic-chip.is-active {
  border-color: rgba(13, 17, 24, 0.22);
  color: #10131a;
  background: transparent;
}

.go-guides-topic-chip strong {
  color: var(--go-guides-text-soft);
  font-size: 0.82rem;
}

.go-guides-empty {
  padding: clamp(24px, 3vw, 32px);
  border-radius: 28px;
  background: transparent;
}

.go-guides-empty h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}

.go-guides-empty p {
  margin-top: 10px;
  color: var(--go-guides-text-soft);
  line-height: 1.8;
}

.go-guides-pagination {
  margin-top: 26px;
}

.go-guides-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  margin-right: 8px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--go-guides-line);
  background: transparent;
  font-weight: 800;
}

.go-guides-pagination .page-numbers.current {
  color: #111a22;
  background: var(--go-guides-accent-2);
  border-color: transparent;
}

html.dark .go-guides-pill--accent,
body.dark .go-guides-pill--accent,
body.is-dark-theme .go-guides-pill--accent,
body.dark-mode .go-guides-pill--accent,
[data-theme="dark"] .go-guides-pill--accent,
body.newsx-dark-mode .go-guides-pill--accent,
html[class*="dark"] .go-guides-pill--accent,
body[class*="dark"] .go-guides-pill--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;
}

@media (max-width: 1180px) {
  .go-guides-feature-grid,
  .go-guides-hero {
    grid-template-columns: 1fr;
  }

  .go-guides-archive-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .go-guides-archive-grid {
    grid-template-columns: 1fr;
  }

  .go-guides-card--compact {
    grid-template-columns: 1fr;
  }

  .go-guides-card--archive {
    grid-template-columns: 1fr;
  }

  .go-guides-card--compact .go-guides-card__media,
  .go-guides-card--compact .go-guides-card__placeholder,
  .go-guides-card--archive .go-guides-card__media,
  .go-guides-card--archive .go-guides-card__placeholder {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .go-guides-search__row,
  .go-guides-section__head {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .go-guides-hub__shell,
  .go-guides-hub__shell.newsx-container {
    width: min(100% - 20px, 1280px);
  }

  .go-guides-hero,
  .go-guides-card,
  .go-guides-empty {
    border-radius: 22px;
  }

  .go-guides-hero {
    padding: 22px;
  }

  .go-guides-search button,
  .go-guides-search__clear {
    width: 100%;
  }
}
