.go-shell-header,
.go-shell-footer {
  --go-shell-lime: #c7f000;
  --go-shell-blue: #2800f0;
  --go-shell-header-bg: #08111d;
  --go-shell-header-bg-2: #08111d;
  --go-offcanvas-accent: #c7f000;
  --go-offcanvas-accent-strong: #dfff4f;
  --go-offcanvas-accent-soft: rgba(199, 240, 0, 0.14);
  --go-offcanvas-panel: #0a0f17;
  --go-shell-bg: #090c11;
  --go-shell-surface: #101319;
  --go-shell-surface-2: #151922;
  --go-shell-surface-3: #1b2230;
  --go-shell-text: #f5f7fa;
  --go-shell-soft: #a8b0bd;
  --go-shell-line: rgba(255, 255, 255, 0.08);
  --go-shell-line-strong: rgba(255, 255, 255, 0.14);
  --go-shell-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  color: var(--go-shell-text);
  font-family: "Inter", sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
  font-family: "Sora", sans-serif;
}

.newsx-customize-edit,
.customize-partial-edit-shortcut,
.item-customizer-focus {
  display: none !important;
}

.go-shell-wrap {
  width: min(100% - 28px, 1280px);
  margin: 0 auto;
}

/* =========================
   HEADER
   ========================= */

.go-shell-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--go-shell-header-bg) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: translateZ(0);
  will-change: transform;
}

.go-shell-header-builder {
  position: relative;
  z-index: 2;
  background: var(--go-shell-header-bg) !important;
}

.go-shell-header .newsx-top-section-wrap {
  display: none !important;
}

.go-shell-header .newsx-middle-section-wrap,
.go-shell-header .newsx-bottom-section-wrap,
.go-shell-footer .newsx-top-section-wrap,
.go-shell-footer .newsx-middle-section-wrap,
.go-shell-footer .newsx-bottom-section-wrap {
  background: transparent !important;
}

.go-shell-header .newsx-site-header > div,
.go-shell-footer .newsx-site-footer > div,
.go-shell-header > .go-shell-header-builder > div,
.go-shell-footer > .go-shell-footer-builder > div {
  border: 0 !important;
  box-shadow: none !important;
}

.go-shell-header .newsx-middle-section-wrap {
  background: var(--go-shell-header-bg) !important;
}

.go-shell-header .newsx-bottom-section-wrap {
  background: var(--go-shell-header-bg-2) !important;
  border-top: 0 !important;
}

.go-shell-header .newsx-site-header::before,
.go-shell-header .newsx-site-header::after,
.go-shell-header .newsx-middle-section-wrap::before,
.go-shell-header .newsx-middle-section-wrap::after,
.go-shell-header .newsx-bottom-section-wrap::before,
.go-shell-header .newsx-bottom-section-wrap::after {
  display: none !important;
  content: none !important;
}

.go-shell-header .newsx-builder-grid-row,
.go-shell-footer .newsx-builder-grid-row {
  align-items: center;
}

.go-shell-header .newsx-middle-section-wrap .newsx-builder-grid-row {
  min-height: 62px;
}

.go-shell-header .newsx-bottom-section-wrap .newsx-builder-grid-row {
  min-height: 52px;
}

.go-shell-header .site-header-column {
  display: flex;
  align-items: center;
  min-height: 62px;
}

.go-shell-header .site-branding,
.go-shell-header .newsx-site-logo,
.go-shell-header .newsx-header-logo {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}

.go-shell-header .site-branding a,
.go-shell-header .newsx-site-logo a,
.go-shell-header .newsx-header-logo a {
  display: flex;
  align-items: center;
  height: 100%;
}

.go-shell-header .site-branding img,
.go-shell-header .custom-logo {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 42px;
  height: auto;
  object-fit: contain;
}

/* menu desktop */
.go-shell-header .newsx-nav-menu,
.go-shell-header .newsx-desktop-menu,
.go-shell-header .newsx-nav-menu > ul,
.go-shell-header .newsx-desktop-menu > ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 8px;
}

.go-shell-header .newsx-nav-menu .menu-item,
.go-shell-header .newsx-desktop-menu .menu-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.go-shell-header .newsx-nav-menu .menu-item > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.go-shell-header .newsx-nav-menu .menu-item:hover > a {
  color: var(--go-shell-lime) !important;
  background: rgba(255, 255, 255, 0.04);
}

.go-shell-header .newsx-nav-menu .current-menu-item > a,
.go-shell-header .newsx-nav-menu .current-menu-ancestor > a {
  background: transparent;
  color: var(--go-shell-lime) !important;
}

.go-shell-header .newsx-nav-menu .menu-item-has-children > a {
  gap: 8px;
}

/* submenu */
.go-shell-header .newsx-desktop-menu .sub-menu {
  margin-top: 10px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid var(--go-shell-line);
  border-top: 0;
  border-radius: 14px;
  background: var(--go-shell-surface);
  box-shadow: var(--go-shell-shadow);
}

.go-shell-header .newsx-desktop-menu .sub-menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--go-shell-text) !important;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}

.go-shell-header .newsx-desktop-menu .sub-menu .menu-item:hover > a {
  background: rgba(255, 255, 255, 0.04);
  color: var(--go-shell-lime) !important;
}

.go-shell-header .newsx-desktop-menu .sub-menu .current-menu-item > a,
.go-shell-header .newsx-desktop-menu .sub-menu .current-menu-ancestor > a {
  background: rgba(199, 240, 0, 0.08);
  color: var(--go-shell-lime) !important;
}

/* busca */
.go-shell-header .newsx-header-search .search-form,
.go-shell-header .search-form {
  border-color: var(--go-shell-line) !important;
  background: var(--go-shell-surface) !important;
  box-shadow: none !important;
}

.go-shell-header .newsx-header-search .search-field,
.go-shell-header .search-field {
  color: var(--go-shell-text);
}

.go-shell-header .newsx-header-search .search-field::placeholder,
.go-shell-header .search-field::placeholder {
  color: var(--go-shell-soft);
}

.go-shell-header .newsx-search-icon,
.go-shell-header .newsx-header-search,
.go-shell-header .newsx-header-weather,
.go-shell-header .newsx-header-social-icons .newsx-social-icon {
  color: var(--go-shell-text);
}

.go-shell-header .newsx-header-social-icons .newsx-social-icon {
  border-radius: 999px;
}

.go-shell-header .newsx-mobile-menu-toggle {
  display: none !important;
}

/* botão offcanvas */
.go-shell-header .newsx-offcanvas-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--go-shell-text);
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.go-shell-header .newsx-offcanvas-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--go-shell-lime), var(--go-shell-blue));
}

.go-shell-header .newsx-offcanvas-btn:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  box-shadow: none;
}

.go-shell-header .newsx-offcanvas-btn svg,
.go-shell-header .newsx-offcanvas-close-btn svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

/* sticky estável */
.go-shell-header.is-sticky,
.go-shell-header.newsx-sticky-header,
.newsx-sticky-header.go-shell-header {
  background: rgba(8, 17, 29, 0.98) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* remove listra branca abaixo */
.site-content,
#content,
.site-main,
.newsx-main-wrap,
.newsx-site-main,
.newsx-content-area {
  border-top: 0 !important;
  box-shadow: none !important;
}

/* =========================
   OFFCANVAS
   ========================= */

.go-shell-header .newsx-offcanvas-overlay {
  background: rgba(3, 6, 12, 0.76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.go-shell-header .newsx-offcanvas-widgets-area {
  width: min(390px, 92vw);
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(199, 240, 0, 0.12), transparent 30%),
    linear-gradient(180deg, #0d1320 0%, var(--go-offcanvas-panel) 52%, #070b12 100%);
  color: var(--go-shell-text);
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.5);
}

.go-shell-header .newsx-offcanvas-close-btn {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--go-shell-text);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.go-shell-header .newsx-offcanvas-close-btn:hover {
  border-color: rgba(199, 240, 0, 0.32);
  background: rgba(199, 240, 0, 0.08);
  color: #ffffff;
}

.go-shell-header .go-offcanvas-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.go-shell-header .go-offcanvas-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--go-shell-lime), #ffffff 65%, var(--go-shell-blue));
}

.go-shell-header .go-offcanvas-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(12, 17, 26, 0.98), rgba(9, 13, 20, 0.95)),
    linear-gradient(90deg, rgba(199, 240, 0, 0.08), transparent 58%);
  backdrop-filter: blur(10px);
}

.go-shell-header .go-offcanvas-brand {
  min-width: 0;
}

.go-shell-header .go-offcanvas-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(199, 240, 0, 0.14);
  color: var(--go-shell-lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.go-shell-header .go-offcanvas-title {
  margin: 0;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.go-shell-header .go-offcanvas-description {
  margin: 10px 0 0;
  color: var(--go-shell-soft);
  font-size: 14px;
  line-height: 1.55;
}

.go-shell-header .go-offcanvas-body {
  flex: 1;
  padding: 18px 22px 26px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.go-shell-header .go-offcanvas-body::-webkit-scrollbar {
  width: 8px;
}

.go-shell-header .go-offcanvas-body::-webkit-scrollbar-thumb {
  background: rgba(199, 240, 0, 0.24);
  border-radius: 999px;
}

.go-shell-header .newsx-offcanvas-widgets-area img,
.go-shell-header .newsx-offcanvas-widgets-area .custom-logo {
  width: auto;
  max-width: 160px;
  max-height: 48px;
  margin-bottom: 10px;
}

.go-shell-header .newsx-offcanvas-widgets-area .widget,
.go-shell-header .newsx-offcanvas-widgets-area .widget_block {
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.012));
  color: var(--go-shell-soft);
}

.go-shell-header .go-offcanvas-site-brand {
  min-width: 0;
  display: flex;
  align-items: center;
}

.go-shell-header .go-offcanvas-site-brand .newsx-site-identity,
.go-shell-header .go-offcanvas-site-brand .site-logo,
.go-shell-header .go-offcanvas-site-brand .custom-logo-link {
  display: flex;
  align-items: center;
}

.go-shell-header .go-offcanvas-site-brand .site-logo {
  margin: 0;
}

.go-shell-header .go-offcanvas-site-brand .custom-logo,
.go-shell-header .go-offcanvas-site-brand .site-logo img {
  display: block;
  width: auto;
  max-width: 156px;
  max-height: 44px;
  margin: 0;
}

.go-shell-header .go-offcanvas-site-brand .site-logo + .newsx-site-title-tagline,
.go-shell-header .go-offcanvas-site-brand .custom-logo-link + .newsx-site-title-tagline {
  display: none;
}

.go-shell-header .go-offcanvas-section-label {
  margin: 0 0 12px;
  color: var(--go-shell-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.go-shell-header .go-offcanvas-search {
  padding-bottom: 2px;
}

.go-shell-header .go-offcanvas-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 14px 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.015);
}

.go-shell-header .go-offcanvas-search-form:focus-within {
  border-color: rgba(199, 240, 0, 0.34);
  box-shadow: 0 0 0 3px rgba(199, 240, 0, 0.08);
}

.go-shell-header .go-offcanvas-search-field {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--go-shell-text);
  font-size: 14px;
  font-weight: 600;
}

.go-shell-header .go-offcanvas-search-field::placeholder {
  color: var(--go-shell-soft);
  opacity: 0.92;
}

.go-shell-header .go-offcanvas-search-field:focus,
.go-shell-header .go-offcanvas-search-field:focus-visible {
  outline: none;
  box-shadow: none;
}

.go-shell-header .go-offcanvas-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--go-shell-text);
  cursor: pointer;
}

.go-shell-header .go-offcanvas-search-submit .newsx-svg-icon,
.go-shell-header .go-offcanvas-search-submit svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-shell-header .go-offcanvas-search-submit svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.go-shell-header .go-offcanvas-search-submit .newsx-svg-icon svg:last-child {
  display: none;
}

.go-shell-header .go-offcanvas-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 2px;
}

.go-shell-header .go-offcanvas-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.go-shell-header .go-offcanvas-nav > ul,
.go-shell-header .go-offcanvas-nav ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.go-shell-header .go-offcanvas-nav > ul > li {
  margin: 0;
  border: none;
}

.go-shell-header .go-offcanvas-nav > ul > li > a {
  display: block;
  position: relative;
  padding: 16px 0 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--go-shell-text);
  font-family: "Sora", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.go-shell-header .go-offcanvas-nav > ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 0;
  border-radius: 999px;
  background: var(--go-shell-lime);
  transform: translateY(-50%);
  transition: height 0.2s ease;
}

.go-shell-header .go-offcanvas-nav > ul > li > a:hover,
.go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a,
.go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a {
  padding-left: 26px;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(199, 240, 0, 0.08), transparent 72%);
}

.go-shell-header .go-offcanvas-nav > ul > li > a:hover::before,
.go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a::before,
.go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a::before {
  height: 24px;
}

.go-shell-header .go-offcanvas-nav ul ul {
  margin-top: 4px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.go-shell-header .go-offcanvas-nav ul ul a {
  display: block;
  padding: 10px 0 10px 12px;
  border-left: 2px solid transparent;
  color: var(--go-shell-soft);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.go-shell-header .go-offcanvas-nav ul ul a:hover,
.go-shell-header .go-offcanvas-nav ul ul .current-menu-item > a,
.go-shell-header .go-offcanvas-nav ul ul .current-menu-ancestor > a {
  border-left-color: var(--go-shell-lime);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
}

.go-shell-header .go-offcanvas-follow {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.go-shell-header .go-offcanvas-follow-copy {
  margin: -4px 0 14px;
  color: var(--go-shell-soft);
  font-size: 13px;
  line-height: 1.5;
}

.go-shell-header .go-offcanvas-socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.go-shell-header .go-offcanvas-social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--go-shell-text) !important;
  font-size: 13px;
  font-weight: 700;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.go-shell-header .go-offcanvas-social-link:hover {
  border-color: rgba(199, 240, 0, 0.26);
  background: rgba(199, 240, 0, 0.06);
  color: #ffffff !important;
}

.go-shell-header .go-offcanvas-social-link .newsx-svg-icon,
.go-shell-header .go-offcanvas-social-link svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-shell-header .go-offcanvas-social-link .newsx-svg-icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.go-shell-header .go-offcanvas-social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.go-shell-header .go-offcanvas-social-link .newsx-svg-icon svg:last-child {
  display: none;
}

.go-shell-header .go-offcanvas-social-link span {
  line-height: 1.1;
}

.go-shell-header .newsx-offcanvas-widgets-area .widget-title,
.go-shell-header .newsx-offcanvas-widgets-area .wp-block-heading {
  position: relative;
  padding-left: 14px;
  margin-bottom: 14px;
  color: var(--go-shell-text);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.go-shell-header .newsx-offcanvas-widgets-area .widget-title::before,
.go-shell-header .newsx-offcanvas-widgets-area .wp-block-heading::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: calc(100% - 2px);
  border-radius: 999px;
  background: var(--go-shell-lime);
}

.go-shell-header .newsx-offcanvas-widgets-area a {
  color: var(--go-shell-text);
}

.go-shell-header .newsx-offcanvas-widgets-area .menu,
.go-shell-header .newsx-offcanvas-widgets-area ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.go-shell-header .newsx-offcanvas-widgets-area .menu > li,
.go-shell-header .newsx-offcanvas-widgets-area > ul > li,
.go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu li {
  margin: 0;
  border: none;
}

.go-shell-header .newsx-offcanvas-widgets-area .menu > li > a,
.go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li > a,
.go-shell-header .newsx-offcanvas-widgets-area > ul > li > a {
  display: block;
  position: relative;
  padding: 16px 0 16px 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  font-family: "Sora", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.go-shell-header .newsx-offcanvas-widgets-area .menu > li > a::before,
.go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li > a::before,
.go-shell-header .newsx-offcanvas-widgets-area > ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 0;
  border-radius: 999px;
  background: var(--go-shell-lime);
  transform: translateY(-50%);
  transition: height 0.2s ease;
}

.go-shell-header .newsx-offcanvas-widgets-area .menu > li > a:hover,
.go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li > a:hover,
.go-shell-header .newsx-offcanvas-widgets-area > ul > li > a:hover,
.go-shell-header .newsx-offcanvas-widgets-area .menu > li.current-menu-item > a,
.go-shell-header .newsx-offcanvas-widgets-area .menu > li.current-menu-ancestor > a,
.go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li.current-menu-item > a,
.go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li.current-menu-ancestor > a,
.go-shell-header .newsx-offcanvas-widgets-area > ul > li.current-menu-item > a,
.go-shell-header .newsx-offcanvas-widgets-area > ul > li.current-menu-ancestor > a {
  padding-left: 26px;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(199, 240, 0, 0.08), transparent 72%);
}

.go-shell-header .newsx-offcanvas-widgets-area .menu > li > a:hover::before,
.go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li > a:hover::before,
.go-shell-header .newsx-offcanvas-widgets-area > ul > li > a:hover::before,
.go-shell-header .newsx-offcanvas-widgets-area .menu > li.current-menu-item > a::before,
.go-shell-header .newsx-offcanvas-widgets-area .menu > li.current-menu-ancestor > a::before,
.go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li.current-menu-item > a::before,
.go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li.current-menu-ancestor > a::before,
.go-shell-header .newsx-offcanvas-widgets-area > ul > li.current-menu-item > a::before,
.go-shell-header .newsx-offcanvas-widgets-area > ul > li.current-menu-ancestor > a::before {
  height: 24px;
}

.go-shell-header .newsx-offcanvas-widgets-area .sub-menu,
.go-shell-header .newsx-offcanvas-widgets-area ul ul {
  margin-top: 4px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.go-shell-header .newsx-offcanvas-widgets-area .sub-menu li,
.go-shell-header .newsx-offcanvas-widgets-area ul ul li {
  margin-bottom: 0;
}

.go-shell-header .newsx-offcanvas-widgets-area .sub-menu a,
.go-shell-header .newsx-offcanvas-widgets-area ul ul a {
  display: block;
  padding: 10px 0 10px 12px;
  border: none;
  border-left: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--go-shell-soft);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.go-shell-header .newsx-offcanvas-widgets-area .sub-menu a:hover,
.go-shell-header .newsx-offcanvas-widgets-area ul ul a:hover,
.go-shell-header .newsx-offcanvas-widgets-area .sub-menu .current-menu-item > a,
.go-shell-header .newsx-offcanvas-widgets-area ul ul .current-menu-item > a,
.go-shell-header .newsx-offcanvas-widgets-area .sub-menu .current-menu-ancestor > a,
.go-shell-header .newsx-offcanvas-widgets-area ul ul .current-menu-ancestor > a {
  border-left-color: var(--go-shell-lime);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
}

.go-shell-header .newsx-offcanvas-widgets-area .search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  gap: 8px;
  padding: 0;
  border: none;
  background: transparent;
}

.go-shell-header .newsx-offcanvas-widgets-area .search-form label {
  display: block;
}

.go-shell-header .newsx-offcanvas-widgets-area .search-field {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--go-shell-text);
}

.go-shell-header .newsx-offcanvas-widgets-area .search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 12px;
  background: var(--go-shell-lime);
  color: #111111;
  transition: background 0.2s ease, transform 0.2s ease;
}

.go-shell-header .newsx-offcanvas-widgets-area .search-submit:hover {
  background: #dfff4f;
  transform: none;
}

.go-shell-header .newsx-offcanvas-widgets-area .search-submit .newsx-svg-icon svg {
  fill: currentColor;
}

.go-shell-header .newsx-offcanvas-widgets-area::-webkit-scrollbar {
  width: 0;
}

.go-shell-header .newsx-offcanvas-widgets-area::-webkit-scrollbar-thumb {
  background: transparent;
}

.go-shell-header .newsx-offcanvas-widgets-area .widget:last-child,
.go-shell-header .newsx-offcanvas-widgets-area .widget_block:last-child {
  margin-bottom: 0;
}

/* =========================
   FOOTER
   ========================= */

.go-shell-footer {
  margin-top: 0;
  padding-top: clamp(28px, 5vw, 56px);
  background: #050505;
  color: var(--go-shell-text);
}

.go-shell-footer-info {
  padding: 42px 0 28px;
  border-top: 1px solid var(--go-shell-line);
  border-bottom: 1px solid var(--go-shell-line);
}

.go-shell-footer-info .go-shell-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(180px, 0.65fr));
  gap: 30px;
}

.go-shell-footer-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--go-shell-lime);
  color: #111111;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-shell-footer-brand h2 {
  margin: 14px 0 10px;
  color: var(--go-shell-text);
  font-family: "Sora", sans-serif;
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.go-shell-footer-brand p {
  max-width: 620px;
  color: var(--go-shell-soft);
  font-size: 15px;
  line-height: 1.8;
}

.go-shell-footer-navs {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 24px;
}

.go-shell-footer-column h3 {
  margin: 0 0 14px;
  color: var(--go-shell-text);
  font-family: "Sora", sans-serif;
  font-size: 20px;
  line-height: 1.1;
}

.go-shell-footer-column a {
  display: block;
  margin-bottom: 10px;
  color: var(--go-shell-soft);
  font-size: 15px;
  line-height: 1.5;
}

.go-shell-footer-column a:hover {
  color: var(--go-shell-lime);
}

.go-shell-footer-builder .newsx-site-footer > div,
.go-shell-footer-builder > div {
  background: transparent;
}

.go-shell-footer .site-footer-column > div,
.go-shell-footer .site-footer-column > aside,
.go-shell-footer .widget,
.go-shell-footer .widget_block {
  color: var(--go-shell-soft);
}

.go-shell-footer .widget-title,
.go-shell-footer .wp-block-heading,
.go-shell-footer .newsx-footer-logo,
.go-shell-footer .newsx-footer-menu a,
.go-shell-footer .newsx-widget a,
.go-shell-footer .footer-widgets-area a {
  color: var(--go-shell-text);
}

.go-shell-footer .newsx-footer-social-icons .newsx-social-icon,
.go-shell-footer .newsx-widget .newsx-social-icon {
  border-radius: 14px;
  border-color: var(--go-shell-line) !important;
  background: var(--go-shell-surface);
}

.go-shell-footer #newsx-back-to-top {
  border-radius: 16px;
  background: var(--go-shell-lime);
}

.go-shell-footer #newsx-back-to-top svg {
  fill: #111111;
}

@media (max-width: 1100px) {
  .go-shell-footer-info .go-shell-wrap {
    grid-template-columns: 1fr;
  }

  .go-shell-footer-navs {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .go-shell-header .newsx-middle-section-wrap .newsx-builder-grid-row {
    min-height: 58px;
  }

  .go-shell-header .site-header-column {
    min-height: 58px;
  }

  .go-shell-header .site-branding img,
  .go-shell-header .custom-logo {
    max-width: 118px;
    max-height: 32px;
  }

  .go-shell-header .newsx-mobile-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 10px;
    border: 1px solid var(--go-shell-line-strong);
    border-radius: 12px;
    background: var(--go-shell-surface);
    color: var(--go-shell-text);
  }

  .go-shell-header .newsx-mobile-menu-toggle + .newsx-mobile-menu-container {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid var(--go-shell-line);
    border-radius: 16px;
    background: var(--go-shell-surface);
    box-shadow: var(--go-shell-shadow);
  }

  .go-shell-header .newsx-mobile-menu li {
    border-bottom: 1px solid var(--go-shell-line);
  }

  .go-shell-header .newsx-mobile-menu li:last-child {
    border-bottom: none;
  }

  .go-shell-header .newsx-mobile-menu a {
    display: block;
    padding: 12px 8px;
    color: var(--go-shell-text) !important;
    font-size: 16px;
    font-weight: 700;
  }

  .go-shell-header .newsx-mobile-menu .sub-menu a {
    color: var(--go-shell-soft) !important;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .go-shell-wrap {
    width: min(100% - 24px, 1280px);
  }

  .go-shell-footer-info {
    padding: 32px 0 24px;
  }

  .go-shell-footer-navs {
    grid-template-columns: 1fr;
  }

  .go-shell-footer-brand h2 {
    font-size: 30px;
  }

  .go-shell-header .newsx-offcanvas-widgets-area {
    width: min(360px, 100vw);
  }

  .go-shell-header .go-offcanvas-header {
    padding: 22px 18px 18px;
  }

  .go-shell-header .go-offcanvas-title {
    font-size: 26px;
  }

  .go-shell-header .go-offcanvas-body {
    padding: 16px 18px 22px;
  }

  .go-shell-header .go-offcanvas-site-brand .custom-logo,
  .go-shell-header .go-offcanvas-site-brand .site-logo img {
    max-width: 132px;
    max-height: 36px;
  }

  .go-shell-header .newsx-offcanvas-widgets-area .widget,
  .go-shell-header .newsx-offcanvas-widgets-area .widget_block {
    padding: 15px;
  }

  .go-shell-header .newsx-offcanvas-widgets-area .menu > li > a,
  .go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li > a,
  .go-shell-header .newsx-offcanvas-widgets-area > ul > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .go-shell-header .go-offcanvas-socials {
    grid-template-columns: 1fr;
  }

  .go-shell-header .site-branding img,
  .go-shell-header .custom-logo {
    max-width: 108px;
    max-height: 30px;
  }

  .go-shell-header .newsx-offcanvas-btn {
    width: 40px;
    height: 40px;
  }
}

/* =========================================
   OFFCANVAS — limpar topo e trocar texto por logo visual
   ========================================= */

/* topo do offcanvas mais limpo */
.go-shell-header .go-offcanvas-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 16px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0c121b !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* remove aquele visual pesado do topo */
.go-shell-header .go-offcanvas-panel::before {
  height: 2px !important;
  background: linear-gradient(90deg, var(--go-shell-lime), var(--go-shell-blue)) !important;
}

/* limpa kicker e descrição */
.go-shell-header .go-offcanvas-kicker,
.go-shell-header .go-offcanvas-description {
  display: none !important;
}

/* esconde o texto original */
.go-shell-header .go-offcanvas-title {
  position: relative;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}

/* coloca o logo no lugar do texto */
.go-shell-header .go-offcanvas-title::before {
  content: "";
  display: block;
  width: 132px;
  height: 34px;
  background-image: url("/wp-content/uploads/2026/04/logo-go.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

/* bloco da marca mais limpo */
.go-shell-header .go-offcanvas-brand {
  min-width: 0;
  display: flex;
  align-items: center;
}

/* botão fechar menor e mais clean */
.go-shell-header .newsx-offcanvas-close-btn {
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: var(--go-shell-text) !important;
  box-shadow: none !important;
}

.go-shell-header .newsx-offcanvas-close-btn:hover {
  border-color: rgba(199, 240, 0, 0.26) !important;
  background: rgba(199, 240, 0, 0.08) !important;
  color: #ffffff !important;
}

/* corpo um pouco mais compacto */
.go-shell-header .go-offcanvas-body {
  padding: 12px 16px 20px !important;
}

/* widgets mais discretos */
.go-shell-header .newsx-offcanvas-widgets-area .widget,
.go-shell-header .newsx-offcanvas-widgets-area .widget_block {
  margin-bottom: 12px !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

/* mobile */
@media (max-width: 767px) {
  .go-shell-header .go-offcanvas-title::before {
    width: 118px;
    height: 30px;
  }

  .go-shell-header .go-offcanvas-header {
    padding: 14px 14px 12px !important;
  }

  .go-shell-header .go-offcanvas-body {
    padding: 12px 14px 18px !important;
  }
}

/* ================================
   REMOVE LINHAS ENTRE HEADER E HERO
   ================================ */

/* remove borda do header */
.go-shell-header,
.go-shell-header .newsx-site-header,
.go-shell-header .newsx-middle-section-wrap,
.go-shell-header .newsx-bottom-section-wrap {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* remove pseudo-elementos que criam linha */
.go-shell-header::after,
.go-shell-header::before,
.go-shell-header .newsx-site-header::after,
.go-shell-header .newsx-site-header::before,
.go-shell-header .newsx-middle-section-wrap::after,
.go-shell-header .newsx-middle-section-wrap::before,
.go-shell-header .newsx-bottom-section-wrap::after,
.go-shell-header .newsx-bottom-section-wrap::before {
  display: none !important;
  content: none !important;
}

/* remove linha cinza do conteúdo */
.site-content,
#content,
.site-main,
.newsx-main-wrap,
.newsx-site-main,
.newsx-content-area {
  border-top: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.go-template-standard #page > .go-shell-header + #content,
body.go-template-standard #page > .go-shell-header + .site-content,
body.go-template-review #page > .go-shell-header + #content,
body.go-template-review #page > .go-shell-header + .site-content,
body.go-template-critica #page > .go-shell-header + #content,
body.go-template-critica #page > .go-shell-header + .site-content,
body.single-games #page > .go-shell-header + #content,
body.single-games #page > .go-shell-header + .site-content,
body.go-template-game #page > .go-shell-header + #content,
body.go-template-game #page > .go-shell-header + .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

/* garante que o hero encoste no header */
.go-fph-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* caso exista wrapper extra do tema */
.newsx-main-wrap::before,
.newsx-main-wrap::after {
  display: none !important;
}

/* ================================
   FIX STICKY (SEM PISCA)
   ================================ */

/* placeholder não pode mexer no layout */
.newsx-sticky-placeholder {
  height: auto !important;
  min-height: 0 !important;
}

/* header estável */
.go-shell-header {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  background: #08111d !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;

  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
}

/* remove QUALQUER animação */
.go-shell-header,
.go-shell-header * {
  transition: none !important;
}

/* garante que sticky não muda visual */
.newsx-sticky-header.go-shell-header,
body .newsx-sticky-header.go-shell-header {
  background: #08111d !important;
  box-shadow: none !important;
  border: 0 !important;
}

#page > #content,
#page > .site-content,
#page > .newsx-main-wrap,
body.home .go-fph,
body.home .go-fph-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home #page > .go-shell-header + #content,
body.home #page > .go-shell-header + .site-content {
  margin-top: -18px !important;
  padding-top: 0 !important;
}

body.page-template-page-reviews #page > .go-shell-header + #content,
body.page-template-page-reviews #page > .go-shell-header + .site-content,
body.page-template-page-criticas #page > .go-shell-header + #content,
body.page-template-page-criticas #page > .go-shell-header + .site-content,
body.page-criticas #page > .go-shell-header + #content,
body.page-criticas #page > .go-shell-header + .site-content {
  margin-top: -18px !important;
  padding-top: 0 !important;
}

body.single-review #page > .go-shell-header + #content,
body.single-review #page > .go-shell-header + .site-content {
  margin-top: -18px !important;
  padding-top: 0 !important;
}

/* =========================
   TOPBAR HEADER
   ========================= */

.go-shell-header-builder {
  display: none;
}

.go-shell-topbar {
  position: relative;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(199, 240, 0, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(6, 12, 20, 0.98), rgba(8, 17, 29, 0.98));
  border-bottom: 0 !important;
}

.go-shell-topbar::after {
  display: none !important;
  content: none !important;
}

.go-shell-topbar-inner {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 72px;
}

.go-shell-topbar-group {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.go-shell-topbar-group-start {
  justify-self: start;
}

.go-shell-topbar-group-end {
  justify-self: end;
}

.go-shell-topbar .newsx-offcanvas-btn {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.go-shell-topbar .newsx-offcanvas-btn::before {
  top: auto;
  bottom: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(180deg, var(--go-shell-lime), var(--go-shell-blue));
}

.go-shell-topbar-brand,
.go-shell-topbar-brand .newsx-site-identity,
.go-shell-topbar-brand .site-logo,
.go-shell-topbar-brand .custom-logo-link {
  display: flex;
  align-items: center;
}

.go-shell-topbar-brand .site-logo {
  margin: 0;
}

.go-shell-topbar-brand .custom-logo,
.go-shell-topbar-brand .site-logo img {
  display: block;
  width: auto;
  max-width: 168px;
  max-height: 42px;
}

.go-shell-topbar-brand .newsx-site-title-tagline {
  margin-left: 12px;
}

.go-shell-topbar-brand .site-title,
.go-shell-topbar-brand .site-title a {
  color: var(--go-shell-text) !important;
}

.go-shell-topbar-brand .site-description {
  color: var(--go-shell-soft);
}

.go-shell-topbar-search {
  width: 100%;
}

.go-shell-topbar-search-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.go-shell-topbar-search-form:focus-within {
  border-color: rgba(199, 240, 0, 0.38);
  background:
    linear-gradient(180deg, rgba(199, 240, 0, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 3px rgba(199, 240, 0, 0.08);
}

.go-shell-topbar-search-icon,
.go-shell-topbar-search-icon .newsx-svg-icon,
.go-shell-topbar-search-icon svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-shell-topbar-search-icon {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--go-shell-soft);
  cursor: pointer;
}

.go-shell-topbar-search-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.go-shell-topbar-search-icon .newsx-svg-icon svg:last-child {
  display: none;
}

.go-shell-topbar-search-field {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--go-shell-text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.go-shell-topbar-search-field::placeholder {
  color: var(--go-shell-soft);
  opacity: 0.88;
}

.go-shell-topbar-search-field:focus,
.go-shell-topbar-search-field:focus-visible {
  outline: none;
  box-shadow: none;
}

.go-shell-topbar .newsx-social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.go-shell-topbar .newsx-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.88) !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.go-shell-topbar .newsx-social-icon:hover {
  border-color: rgba(199, 240, 0, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: var(--go-shell-lime) !important;
  transform: translateY(-1px);
}

.go-shell-topbar .newsx-social-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.go-shell-topbar .newsx-social-icon span {
  display: none;
}

.go-shell-topbar .go-shell-dark-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.go-shell-topbar .go-shell-dark-toggle:hover {
  border-color: rgba(199, 240, 0, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.go-shell-topbar .go-shell-dark-toggle-track {
  position: absolute;
  inset: 0;
  display: block;
}

.go-shell-topbar .go-shell-dark-toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(199, 240, 0, 0.95), rgba(122, 160, 0, 0.95));
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, background 0.25s ease;
}

.go-shell-topbar .go-shell-dark-toggle.active .go-shell-dark-toggle-thumb {
  transform: translateX(22px);
  background: linear-gradient(180deg, #ffffff, #cbd5e1);
}

.go-shell-topbar .go-shell-dark-toggle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.go-shell-topbar .go-shell-dark-toggle-icon-sun {
  left: 7px;
  opacity: 1;
  color: #08111d;
}

.go-shell-topbar .go-shell-dark-toggle-icon-moon {
  right: 7px;
  opacity: 0.72;
  color: rgba(255, 255, 255, 0.72);
}

.go-shell-topbar .go-shell-dark-toggle.active .go-shell-dark-toggle-icon-sun {
  opacity: 0.58;
  color: rgba(255, 255, 255, 0.58);
}

.go-shell-topbar .go-shell-dark-toggle.active .go-shell-dark-toggle-icon-moon {
  opacity: 1;
  color: #08111d;
}

.go-shell-topbar .go-shell-dark-toggle svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.go-shell-topbar .go-shell-dark-toggle .newsx-switch-to-dark,
.go-shell-topbar .go-shell-dark-toggle .newsx-switch-to-light {
  display: none !important;
}

.go-shell-topbar .newsx-offcanvas-wrap {
  position: fixed !important;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
}

.go-shell-topbar .newsx-offcanvas-wrap.active {
  pointer-events: auto;
}

.go-shell-topbar .newsx-offcanvas-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 6, 12, 0.76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.go-shell-topbar .newsx-offcanvas-widgets-area {
  position: absolute !important;
  top: 0;
  left: 0 !important;
  right: auto !important;
  width: min(390px, calc(100vw - 16px));
  max-width: calc(100vw - 16px);
  height: 100dvh;
  max-height: 100dvh;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  transform: translateX(-105%);
  transition: transform 0.28s ease !important;
  background:
    radial-gradient(circle at top left, rgba(199, 240, 0, 0.12), transparent 30%),
    linear-gradient(180deg, #0d1320 0%, var(--go-offcanvas-panel) 52%, #070b12 100%);
  color: var(--go-shell-text);
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.5);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.go-shell-topbar .newsx-offcanvas-wrap.active .newsx-offcanvas-widgets-area {
  transform: translateX(0);
}

@media (max-width: 1024px) {
  .go-shell-topbar-inner {
    grid-template-columns: auto auto;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .go-shell-topbar-search {
    grid-column: 1 / -1;
    order: 3;
  }

  .go-shell-topbar-group-end {
    justify-self: end;
  }
}

@media (max-width: 767px) {
  .go-shell-topbar-inner {
    min-height: 0;
    gap: 14px;
  }

  .go-shell-topbar-group {
    gap: 10px;
  }

  .go-shell-topbar-brand .custom-logo,
  .go-shell-topbar-brand .site-logo img {
    max-width: 138px;
    max-height: 36px;
  }

  .go-shell-topbar .newsx-social-icons {
    display: none;
  }

  .go-shell-topbar-search-form {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 12px;
  }

  .go-shell-topbar-search-field {
    font-size: 13px;
  }

  .go-shell-topbar .newsx-offcanvas-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
}

@media (max-width: 767px) {
  .go-shell-topbar .newsx-offcanvas-widgets-area {
    width: calc(100vw - 12px) !important;
    max-width: calc(100vw - 12px) !important;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}

@media (max-width: 420px) {
  .go-shell-topbar .newsx-offcanvas-widgets-area {
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 16px 16px 0;
  }
}

/* 2026 light mode header/offcanvas cleanup final */
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-group-start,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-group-start *,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .site-title,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .site-title a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .go-shell-dark-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-social-icon,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-icon,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-field {
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .custom-logo,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .site-logo img,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-site-brand .custom-logo,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-site-brand .site-logo img {
  filter: brightness(0) saturate(100%) !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .go-shell-dark-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-social-icon,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-form {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.1) !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn::before {
  background: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-overlay,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-overlay {
  background: rgba(15, 23, 42, 0.18) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-widgets-area,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-panel,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-header,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-body,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-search,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget_block {
  background: #ffffff !important;
  background-image: none !important;
  color: #111111 !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-widgets-area {
  box-shadow: -24px 0 48px rgba(15, 23, 42, 0.14) !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-close-btn,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-search-form,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-shortcut,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-submenu-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .search-field {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.1) !important;
  color: #111111 !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-title,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-submenu-toggle {
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-description,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-section-label,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow-copy,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-kicker,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget_block,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-shortcut span {
  color: #475569 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-close-btn:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-submenu-toggle:hover {
  background: #f8fafc !important;
  border-color: rgba(15, 23, 42, 0.14) !important;
  color: #111111 !important;
}

/* =========================================
   FINAL DESKTOP SIDEBAR CASCADE
   ========================================= */

.go-offcanvas-theme-panel {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: var(--go-shell-surface-2);
}

.go-offcanvas-theme-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.go-offcanvas-theme-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.go-offcanvas-theme-copy strong {
  color: var(--go-shell-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.go-offcanvas-theme-copy span {
  color: var(--go-shell-soft);
  font-size: 12px;
  line-height: 1.45;
}

.go-offcanvas-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.go-offcanvas-desktop-toggle {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--go-shell-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--go-shell-text);
  cursor: pointer;
}

.go-offcanvas-desktop-toggle-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

.go-offcanvas-desktop-toggle-icon::before,
.go-offcanvas-desktop-toggle-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 3px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.go-offcanvas-desktop-toggle-icon::before {
  left: 2px;
}

.go-offcanvas-desktop-toggle-icon::after {
  right: 2px;
}

body.go-desktop-shell-collapsed .go-offcanvas-desktop-toggle-icon::before {
  opacity: 0.4;
  transform: translateX(3px);
}

.newsx-dark-mode-switcher .go-shell-dark-toggle-track,
.newsx-dark-mode-switcher .go-shell-dark-toggle-thumb {
  display: none;
}

.go-shell-dark-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--go-shell-line);
  border-radius: 999px;
  background: var(--go-shell-surface-3);
  cursor: pointer;
}

.go-shell-dark-toggle .go-shell-dark-toggle-track,
.go-shell-dark-toggle .go-shell-dark-toggle-thumb {
  display: block;
}

.go-shell-dark-toggle .go-shell-dark-toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--go-shell-text);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease;
}

.go-shell-dark-toggle.active .go-shell-dark-toggle-thumb {
  transform: translateX(24px);
}

.go-shell-dark-toggle .newsx-switch-to-dark,
.go-shell-dark-toggle .newsx-switch-to-light,
.go-shell-topbar .go-shell-dark-toggle .newsx-switch-to-dark,
.go-shell-topbar .go-shell-dark-toggle .newsx-switch-to-light,
.go-offcanvas-theme-panel .go-shell-dark-toggle .newsx-switch-to-dark,
.go-offcanvas-theme-panel .go-shell-dark-toggle .newsx-switch-to-light {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}

.go-shell-dark-toggle .newsx-switch-to-dark {
  left: 7px;
  color: var(--go-shell-bg);
}

.go-shell-dark-toggle .newsx-switch-to-light {
  right: 7px;
  color: var(--go-shell-soft);
  opacity: 0.68;
}

.go-shell-dark-toggle.active .newsx-switch-to-dark {
  opacity: 0.55;
  color: var(--go-shell-soft);
}

.go-shell-dark-toggle.active .newsx-switch-to-light {
  opacity: 1;
  color: var(--go-shell-bg);
}

.go-shell-dark-toggle svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

@media (min-width: 1200px) {
  body {
    --go-desktop-shell-width: 328px;
    --go-desktop-shell-width-compact: 226px;
    --go-desktop-shell-width-current: var(--go-desktop-shell-width);
  }

  body.go-desktop-shell-collapsed {
    --go-desktop-shell-width-current: var(--go-desktop-shell-width-compact);
  }

  body .go-shell-header {
    left: 0 !important;
    right: auto !important;
    width: var(--go-desktop-shell-width-current) !important;
    height: calc(100dvh - var(--go-shell-admin-offset)) !important;
    background: transparent !important;
  }

  body .go-shell-topbar,
  body .go-shell-topbar-inner,
  body .go-shell-topbar-group,
  body .go-shell-topbar-group-start {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
  }

  body .go-shell-topbar::before,
  body .go-shell-topbar::after,
  body .go-shell-topbar-brand,
  body .go-shell-topbar-search,
  body .go-shell-topbar-group-end,
  body .go-shell-topbar .newsx-offcanvas-btn,
  body .go-shell-topbar .newsx-offcanvas-overlay {
    display: none !important;
  }

  body .go-shell-topbar .newsx-offcanvas-wrap {
    position: fixed !important;
    top: var(--go-shell-admin-offset) !important;
    left: 0 !important;
    inset: auto !important;
    width: var(--go-desktop-shell-width-current) !important;
    height: calc(100dvh - var(--go-shell-admin-offset)) !important;
    z-index: 99999;
    pointer-events: auto;
  }

  body .go-shell-topbar .newsx-offcanvas-widgets-area {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    overflow: hidden !important;
    transform: none !important;
    border: 0 !important;
    border-right: 1px solid var(--go-shell-line-strong) !important;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    background: var(--go-shell-surface) !important;
    background-image: none !important;
    box-shadow: 18px 0 42px rgba(15, 23, 42, 0.12) !important;
  }

  body .go-shell-header .go-offcanvas-panel,
  body .go-shell-header .go-offcanvas-header,
  body .go-shell-header .go-offcanvas-body,
  body .go-shell-header .go-offcanvas-search-form,
  body .go-shell-header .go-offcanvas-theme-panel,
  body .go-shell-header .go-offcanvas-follow,
  body .go-shell-header .newsx-offcanvas-widgets-area .widget,
  body .go-shell-header .newsx-offcanvas-widgets-area .widget_block {
    background-image: none !important;
    box-shadow: none !important;
  }

  body .go-shell-header .go-offcanvas-panel::before,
  body .go-shell-header-spacer {
    display: none !important;
  }

  body .go-shell-header .go-offcanvas-header {
    position: relative;
    top: auto;
    padding: 22px 20px 16px;
    border-bottom: 1px solid var(--go-shell-line);
    background: transparent !important;
    backdrop-filter: none;
  }

  body .go-shell-header .go-offcanvas-body {
    gap: 18px;
    padding: 18px 18px 22px;
  }

  body .go-shell-header .go-offcanvas-search-form,
  body .go-shell-header .go-offcanvas-theme-panel,
  body .go-shell-header .go-offcanvas-follow,
  body .go-shell-header .newsx-offcanvas-widgets-area .widget,
  body .go-shell-header .newsx-offcanvas-widgets-area .widget_block {
    background: var(--go-shell-surface-2) !important;
    border: 1px solid var(--go-shell-line) !important;
  }

  body .go-shell-header .go-offcanvas-nav {
    border-top: 0;
    padding-top: 0;
  }

  body .go-shell-header .go-offcanvas-nav > ul > li > a {
    padding: 14px 16px 14px 18px;
    border-bottom: 0;
    border-radius: 14px;
    background: transparent;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: none;
  }

  body .go-shell-header .go-offcanvas-nav > ul > li > a::before {
    left: 8px;
    width: 3px;
    background: currentColor;
    opacity: 0.16;
  }

  body .go-shell-header .go-offcanvas-nav > ul > li > a:hover,
  body .go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a,
  body .go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a {
    padding-left: 22px;
    background: var(--go-shell-surface-2);
    color: var(--go-shell-text);
  }

  body .go-shell-header .go-offcanvas-nav > ul > li > a:hover::before,
  body .go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a::before,
  body .go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a::before {
    height: 18px;
    opacity: 0.42;
  }

  body .go-shell-header .go-offcanvas-nav ul ul {
    margin-top: 6px;
    padding-left: 14px;
    border-left: 1px solid var(--go-shell-line);
  }

  body .go-shell-header .go-offcanvas-nav ul ul a {
    padding: 9px 0 9px 12px;
    border-left: 2px solid transparent;
    border-radius: 0 10px 10px 0;
    font-size: 13px;
  }

  body .go-shell-header .go-offcanvas-follow {
    margin-top: auto;
  }

  body .go-shell-header .go-offcanvas-socials {
    grid-template-columns: 1fr;
  }

  body .go-shell-header .go-offcanvas-desktop-toggle {
    display: inline-flex;
  }

  body .go-shell-header .newsx-offcanvas-close-btn {
    display: none !important;
  }

  body #page {
    padding-left: calc(var(--go-desktop-shell-width-current) + 32px);
    transition: padding-left 0.24s ease;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-header {
    padding: 18px 14px 14px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-body {
    padding: 16px 14px 18px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-search,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-follow,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-copy span {
    display: none;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-panel {
    padding: 12px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-row {
    justify-content: center;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-copy {
    align-items: center;
    text-align: center;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-copy strong {
    font-size: 12px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav > ul > li > a {
    padding: 12px 12px 12px 16px;
    font-size: 14px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav ul ul a {
    font-size: 12px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .custom-logo,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .site-logo img {
    max-width: 124px;
    max-height: 34px;
  }
}

/* =========================================
   FIXED DESKTOP SIDEBAR OVERRIDES
   ========================================= */

.go-offcanvas-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.go-offcanvas-desktop-toggle {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--go-shell-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--go-shell-text);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.go-offcanvas-desktop-toggle:hover {
  border-color: var(--go-shell-line-strong);
  background: rgba(255, 255, 255, 0.06);
}

.go-offcanvas-desktop-toggle-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

.go-offcanvas-desktop-toggle-icon::before,
.go-offcanvas-desktop-toggle-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 3px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.go-offcanvas-desktop-toggle-icon::before {
  left: 2px;
}

.go-offcanvas-desktop-toggle-icon::after {
  right: 2px;
}

body.go-desktop-shell-collapsed .go-offcanvas-desktop-toggle-icon::before {
  opacity: 0.4;
  transform: translateX(3px);
}

.go-offcanvas-theme-panel {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: var(--go-shell-surface-2);
}

.go-offcanvas-theme-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.go-offcanvas-theme-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.go-offcanvas-theme-copy strong {
  color: var(--go-shell-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.go-offcanvas-theme-copy span {
  color: var(--go-shell-soft);
  font-size: 12px;
  line-height: 1.45;
}

.newsx-dark-mode-switcher .go-shell-dark-toggle-track,
.newsx-dark-mode-switcher .go-shell-dark-toggle-thumb {
  display: none;
}

.go-shell-dark-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--go-shell-line);
  border-radius: 999px;
  background: var(--go-shell-surface-3);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.go-shell-dark-toggle:hover {
  border-color: var(--go-shell-line-strong);
  background: rgba(255, 255, 255, 0.06);
}

.go-shell-dark-toggle .go-shell-dark-toggle-track,
.go-shell-dark-toggle .go-shell-dark-toggle-thumb {
  display: block;
}

.go-shell-dark-toggle .go-shell-dark-toggle-track {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.go-shell-dark-toggle .go-shell-dark-toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--go-shell-text);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease, background 0.22s ease;
}

.go-shell-dark-toggle.active .go-shell-dark-toggle-thumb {
  transform: translateX(24px);
}

.go-shell-dark-toggle .newsx-switch-to-dark,
.go-shell-dark-toggle .newsx-switch-to-light {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  color: var(--go-shell-soft);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.go-shell-dark-toggle .newsx-switch-to-dark {
  left: 7px;
  color: var(--go-shell-bg);
}

.go-shell-dark-toggle .newsx-switch-to-light {
  right: 7px;
  opacity: 0.68;
}

.go-shell-dark-toggle.active .newsx-switch-to-dark {
  opacity: 0.55;
  color: var(--go-shell-soft);
}

.go-shell-dark-toggle.active .newsx-switch-to-light {
  opacity: 1;
  color: var(--go-shell-bg);
}

.go-shell-dark-toggle svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.go-shell-topbar .go-shell-dark-toggle .newsx-switch-to-dark,
.go-shell-topbar .go-shell-dark-toggle .newsx-switch-to-light,
.go-offcanvas-theme-panel .go-shell-dark-toggle .newsx-switch-to-dark,
.go-offcanvas-theme-panel .go-shell-dark-toggle .newsx-switch-to-light {
  display: inline-flex !important;
}

@media (min-width: 1200px) {
  body {
    --go-desktop-shell-width: 328px;
    --go-desktop-shell-width-compact: 226px;
    --go-desktop-shell-width-current: var(--go-desktop-shell-width);
  }

  body.go-desktop-shell-collapsed {
    --go-desktop-shell-width-current: var(--go-desktop-shell-width-compact);
  }

  body .go-shell-header {
    left: 0 !important;
    right: auto !important;
    width: var(--go-desktop-shell-width-current) !important;
    height: calc(100dvh - var(--go-shell-admin-offset)) !important;
    background: transparent !important;
  }

  body .go-shell-topbar {
    height: 100%;
    background: transparent !important;
    border: 0 !important;
  }

  body .go-shell-topbar::before,
  body .go-shell-topbar::after,
  body .go-shell-topbar-brand,
  body .go-shell-topbar-search,
  body .go-shell-topbar-group-end,
  body .go-shell-topbar .newsx-offcanvas-btn,
  body .go-shell-topbar .newsx-offcanvas-overlay {
    display: none !important;
  }

  body .go-shell-topbar-inner,
  body .go-shell-topbar-group,
  body .go-shell-topbar-group-start {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
  }

  body .go-shell-topbar .newsx-offcanvas-wrap {
    position: fixed !important;
    top: var(--go-shell-admin-offset) !important;
    left: 0 !important;
    inset: auto !important;
    width: var(--go-desktop-shell-width-current) !important;
    height: calc(100dvh - var(--go-shell-admin-offset)) !important;
    z-index: 99999;
    pointer-events: auto;
  }

  body .go-shell-topbar .newsx-offcanvas-widgets-area {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    overflow: hidden !important;
    transform: none !important;
    border: 0 !important;
    border-right: 1px solid var(--go-shell-line-strong) !important;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    background: var(--go-shell-surface) !important;
    background-image: none !important;
    box-shadow: 18px 0 42px rgba(15, 23, 42, 0.12), inset -1px 0 0 rgba(255, 255, 255, 0.02) !important;
  }

  body .go-shell-header .go-offcanvas-panel {
    min-height: 100%;
    background: transparent !important;
  }

  body .go-shell-header .go-offcanvas-panel::before {
    display: none !important;
  }

  body .go-shell-header .go-offcanvas-header {
    position: relative;
    top: auto;
    padding: 22px 20px 16px;
    border-bottom: 1px solid var(--go-shell-line);
    background: transparent;
    backdrop-filter: none;
  }

  body .go-shell-header .go-offcanvas-body {
    gap: 18px;
    padding: 18px 18px 22px;
  }

  body .go-shell-header .go-offcanvas-search-form,
  body .go-shell-header .go-offcanvas-theme-panel,
  body .go-shell-header .go-offcanvas-follow,
  body .go-shell-header .newsx-offcanvas-widgets-area .widget,
  body .go-shell-header .newsx-offcanvas-widgets-area .widget_block {
    background: var(--go-shell-surface-2) !important;
    background-image: none !important;
    border: 1px solid var(--go-shell-line) !important;
    box-shadow: none !important;
  }

  body .go-shell-header .go-offcanvas-search-form {
    min-height: 50px;
  }

  body .go-shell-header .go-offcanvas-nav {
    border-top: 0;
    padding-top: 0;
  }

  body .go-shell-header .go-offcanvas-nav > ul > li > a {
    padding: 14px 16px 14px 18px;
    border-bottom: 0;
    border-radius: 14px;
    background: transparent;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: none;
  }

  body .go-shell-header .go-offcanvas-nav > ul > li > a::before {
    left: 8px;
    width: 3px;
    background: currentColor;
    opacity: 0.16;
  }

  body .go-shell-header .go-offcanvas-nav > ul > li > a:hover,
  body .go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a,
  body .go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a {
    padding-left: 22px;
    background: var(--go-shell-surface-2);
    color: var(--go-shell-text);
  }

  body .go-shell-header .go-offcanvas-nav > ul > li > a:hover::before,
  body .go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a::before,
  body .go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a::before {
    height: 18px;
    opacity: 0.42;
  }

  body .go-shell-header .go-offcanvas-nav ul ul {
    margin-top: 6px;
    padding-left: 14px;
    border-left: 1px solid var(--go-shell-line);
  }

  body .go-shell-header .go-offcanvas-nav ul ul a {
    padding: 9px 0 9px 12px;
    border-left: 2px solid transparent;
    border-radius: 0 10px 10px 0;
    font-size: 13px;
  }

  body .go-shell-header .go-offcanvas-follow {
    margin-top: auto;
  }

  body .go-shell-header .go-offcanvas-socials {
    grid-template-columns: 1fr;
  }

  body .go-shell-header .go-offcanvas-social-link {
    min-height: 44px;
    border-radius: 14px;
  }

  body .go-shell-header .go-offcanvas-desktop-toggle {
    display: inline-flex;
  }

  body .go-shell-header .newsx-offcanvas-close-btn {
    display: none !important;
  }

  body .go-shell-header-spacer {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
  }

  body #page {
    padding-left: calc(var(--go-desktop-shell-width-current) + 32px);
    transition: padding-left 0.24s ease;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-header {
    padding: 18px 14px 14px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-body {
    padding: 16px 14px 18px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-search,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-follow,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-copy span {
    display: none;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-panel {
    padding: 12px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-row {
    justify-content: center;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-copy {
    align-items: center;
    text-align: center;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-copy strong {
    font-size: 12px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav > ul > li > a {
    padding: 12px 12px 12px 16px;
    font-size: 14px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav ul ul a {
    font-size: 12px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-section-label {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .custom-logo,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .site-logo img {
    max-width: 124px;
    max-height: 34px;
  }
}

/* 2026 fixed header final */
body {
  --go-shell-header-height: 72px;
  --go-shell-admin-offset: 0px;
}

body.admin-bar {
  --go-shell-admin-offset: 32px;
}

@media (max-width: 782px) {
  body.admin-bar {
    --go-shell-admin-offset: 46px;
  }
}

body .go-shell-header {
  position: fixed !important;
  top: var(--go-shell-admin-offset) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
  will-change: auto !important;
  z-index: 99999 !important;
}

body .go-shell-header-spacer {
  display: block !important;
  width: 100% !important;
  min-height: var(--go-shell-header-height) !important;
  height: var(--go-shell-header-height) !important;
  flex: 0 0 auto !important;
  pointer-events: none !important;
}

#page > .go-shell-header-spacer + #content,
#page > .go-shell-header-spacer + .site-content,
#page > .go-shell-header-spacer + .newsx-main-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 2026 sticky header final */
body .go-shell-header {
  position: fixed !important;
  top: var(--go-shell-admin-offset) !important;
  z-index: 99999 !important;
}

/* 2026 sticky header final */
body .go-shell-header {
  position: fixed !important;
  top: var(--go-shell-admin-offset) !important;
  z-index: 99999 !important;
}

/* 2026 light mode header/offcanvas cleanup */
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header {
  --go-shell-header-bg: #ffffff;
  --go-shell-header-bg-2: #ffffff;
  --go-offcanvas-panel: #ffffff;
  --go-shell-bg: #f5f7fa;
  --go-shell-surface: #ffffff;
  --go-shell-surface-2: #f8fafc;
  --go-shell-surface-3: #eef2f6;
  --go-shell-text: #111111;
  --go-shell-soft: #475569;
  --go-shell-line: rgba(15, 23, 42, 0.1);
  --go-shell-line-strong: rgba(15, 23, 42, 0.16);
  --go-shell-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-group-start,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-group-start * {
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .custom-logo,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .site-logo img,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-site-brand .custom-logo,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-site-brand .site-logo img {
  filter: brightness(0) saturate(100%);
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .go-shell-dark-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-form {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.1) !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn::before {
  background: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .go-shell-dark-toggle:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-form:focus-within {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
  color: #111111 !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-social-icon,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .go-shell-dark-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-icon,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-field,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .site-title,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .site-title a {
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-social-icon:hover {
  background: #f8fafc !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-overlay,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-overlay {
  background: rgba(15, 23, 42, 0.18) !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-widgets-area,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-header,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-body {
  background: #ffffff !important;
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-widgets-area,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area {
  box-shadow: -24px 0 48px rgba(15, 23, 42, 0.14) !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-panel::before {
  background: #2800f0 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-close-btn,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-search-form,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-shortcut,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-submenu-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget_block,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .search-field {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.1) !important;
  color: #111111 !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow {
  background: #f8fafc !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-title,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav > ul > li > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .menu > li > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area > ul > li > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-submenu-toggle {
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-description,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-section-label,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow-copy,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-kicker,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav ul ul a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .sub-menu a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area ul ul a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget_block,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-shortcut span {
  color: #475569 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav > ul > li > a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .menu > li > a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .menu > li.current-menu-item > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .menu > li.current-menu-ancestor > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li > a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area > ul > li > a:hover {
  background: #f8fafc !important;
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav ul ul a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav ul ul .current-menu-item > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav ul ul .current-menu-ancestor > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .sub-menu a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area ul ul a:hover {
  background: #f8fafc !important;
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-close-btn:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-submenu-toggle:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle {
  background: #f8fafc !important;
  border-color: rgba(15, 23, 42, 0.14) !important;
  color: #111111 !important;
}

/* 2026 light mode header/offcanvas cleanup */
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header {
  --go-shell-header-bg: #ffffff;
  --go-shell-header-bg-2: #ffffff;
  --go-offcanvas-panel: #ffffff;
  --go-shell-bg: #f5f7fa;
  --go-shell-surface: #ffffff;
  --go-shell-surface-2: #f8fafc;
  --go-shell-surface-3: #eef2f6;
  --go-shell-text: #111111;
  --go-shell-soft: #475569;
  --go-shell-line: rgba(15, 23, 42, 0.1);
  --go-shell-line-strong: rgba(15, 23, 42, 0.16);
  --go-shell-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-group-start,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-group-start * {
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .custom-logo,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .site-logo img,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-site-brand .custom-logo,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-site-brand .site-logo img {
  filter: brightness(0) saturate(100%);
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .go-shell-dark-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-form {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.1) !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn::before {
  background: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .go-shell-dark-toggle:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-form:focus-within {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
  color: #111111 !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-social-icon,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .go-shell-dark-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-icon,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-field,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .site-title,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .site-title a {
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-social-icon:hover {
  background: #f8fafc !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-overlay,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-overlay {
  background: rgba(15, 23, 42, 0.18) !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-widgets-area,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-header,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-body {
  background: #ffffff !important;
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-widgets-area,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area {
  box-shadow: -24px 0 48px rgba(15, 23, 42, 0.14) !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-panel::before {
  background: #2800f0 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-close-btn,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-search-form,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-shortcut,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-submenu-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget_block,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .search-field {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.1) !important;
  color: #111111 !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow {
  background: #f8fafc !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-title,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav > ul > li > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .menu > li > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area > ul > li > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-submenu-toggle {
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-description,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-section-label,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow-copy,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-kicker,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav ul ul a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .sub-menu a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area ul ul a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget_block,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-shortcut span {
  color: #475569 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav > ul > li > a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .menu > li > a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .menu > li.current-menu-item > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .menu > li.current-menu-ancestor > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget_nav_menu > div > ul > li > a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area > ul > li > a:hover {
  background: #f8fafc !important;
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav ul ul a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav ul ul .current-menu-item > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav ul ul .current-menu-ancestor > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .sub-menu a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area ul ul a:hover {
  background: #f8fafc !important;
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-close-btn:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-submenu-toggle:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle {
  background: #f8fafc !important;
  border-color: rgba(15, 23, 42, 0.14) !important;
  color: #111111 !important;
}

/* =========================================
   FOOTER: TRANSPARENTE EM CLARO/ESCURO
   ========================================= */

.go-shell-footer {
  --go-footer-fg: var(--go-shell-header-bg);
  --go-footer-fg-soft: rgba(8, 17, 29, 0.74);
  --go-footer-line: rgba(8, 17, 29, 0.12);
  --go-footer-chip: rgba(8, 17, 29, 0.04);
  --go-footer-chip-hover: rgba(8, 17, 29, 0.08);
  background: transparent !important;
  color: var(--go-footer-fg) !important;
}

body.dark .go-shell-footer,
body.dark-mode .go-shell-footer,
body.is-dark-theme .go-shell-footer,
body.newsx-dark-mode .go-shell-footer,
[data-theme="dark"] .go-shell-footer {
  --go-footer-fg: #ffffff;
  --go-footer-fg-soft: rgba(255, 255, 255, 0.78);
  --go-footer-line: rgba(255, 255, 255, 0.12);
  --go-footer-chip: rgba(255, 255, 255, 0.06);
  --go-footer-chip-hover: rgba(255, 255, 255, 0.1);
}

.go-shell-footer,
.go-shell-footer-main,
.go-shell-footer .go-shell-wrap,
.go-shell-footer .newsx-site-footer > div,
.go-shell-footer-builder .newsx-site-footer > div,
.go-shell-footer-info,
.go-shell-footer-bottom,
.go-shell-footer .newsx-top-section-wrap,
.go-shell-footer .newsx-middle-section-wrap,
.go-shell-footer .newsx-bottom-section-wrap {
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.go-shell-footer::before,
.go-shell-footer::after,
.go-shell-footer-main::before {
  display: none !important;
  content: none !important;
}

.go-shell-footer-main,
.go-shell-footer-top,
.go-shell-footer-grid,
.go-shell-footer-bottom,
.go-shell-footer-info {
  border-color: var(--go-footer-line) !important;
  box-shadow: none !important;
}

.go-shell-footer,
.go-shell-footer .site-footer-column > div,
.go-shell-footer .site-footer-column > aside,
.go-shell-footer .widget,
.go-shell-footer .widget_block,
.go-shell-footer .widget-title,
.go-shell-footer .wp-block-heading,
.go-shell-footer .newsx-footer-logo,
.go-shell-footer .newsx-footer-menu a,
.go-shell-footer .newsx-widget a,
.go-shell-footer .footer-widgets-area a,
.go-shell-footer .go-shell-footer-brand h2,
.go-shell-footer .go-shell-footer-column a,
.go-shell-footer .go-shell-footer-social-link,
.go-shell-footer .go-shell-footer-bottom p,
.go-shell-footer .go-shell-footer-bottom span,
.go-shell-footer .go-shell-footer-pills span,
.go-shell-footer .newsx-social-icon,
.go-shell-footer .newsx-social-icon svg {
  color: var(--go-footer-fg) !important;
  fill: currentColor !important;
}

.go-shell-footer .go-shell-footer-brand p,
.go-shell-footer .go-shell-footer-section-label,
.go-shell-footer .newsx-post-meta,
.go-shell-footer .newsx-category-list li a,
.go-shell-footer .go-shell-footer-column span {
  color: var(--go-footer-fg-soft) !important;
}

.go-shell-footer .go-shell-footer-kicker,
.go-shell-footer .go-shell-footer-pills span,
.go-shell-footer .go-shell-footer-social-link,
.go-shell-footer .newsx-footer-social-icons .newsx-social-icon,
.go-shell-footer .newsx-widget .newsx-social-icon {
  background: var(--go-footer-chip) !important;
  border-color: var(--go-footer-line) !important;
  color: var(--go-footer-fg) !important;
}

.go-shell-footer .go-shell-footer-social-link:hover,
.go-shell-footer .go-shell-footer-pills span:hover,
.go-shell-footer .newsx-footer-social-icons .newsx-social-icon:hover,
.go-shell-footer .newsx-widget .newsx-social-icon:hover {
  background: var(--go-footer-chip-hover) !important;
  border-color: var(--go-footer-line) !important;
}

/* =========================================
   FOOTER: TRANSPARENTE EM CLARO/ESCURO
   ========================================= */

.go-shell-footer {
  --go-footer-fg: var(--go-shell-header-bg);
  --go-footer-fg-soft: rgba(8, 17, 29, 0.74);
  --go-footer-line: rgba(8, 17, 29, 0.12);
  --go-footer-chip: rgba(8, 17, 29, 0.04);
  --go-footer-chip-hover: rgba(8, 17, 29, 0.08);
  background: transparent !important;
  color: var(--go-footer-fg) !important;
}

body.dark .go-shell-footer,
body.dark-mode .go-shell-footer,
body.is-dark-theme .go-shell-footer,
body.newsx-dark-mode .go-shell-footer,
[data-theme="dark"] .go-shell-footer {
  --go-footer-fg: #ffffff;
  --go-footer-fg-soft: rgba(255, 255, 255, 0.78);
  --go-footer-line: rgba(255, 255, 255, 0.12);
  --go-footer-chip: rgba(255, 255, 255, 0.06);
  --go-footer-chip-hover: rgba(255, 255, 255, 0.1);
}

.go-shell-footer,
.go-shell-footer-main,
.go-shell-footer .go-shell-wrap,
.go-shell-footer .newsx-site-footer > div,
.go-shell-footer-builder .newsx-site-footer > div,
.go-shell-footer-info,
.go-shell-footer-bottom,
.go-shell-footer .newsx-top-section-wrap,
.go-shell-footer .newsx-middle-section-wrap,
.go-shell-footer .newsx-bottom-section-wrap {
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.go-shell-footer::before,
.go-shell-footer::after,
.go-shell-footer-main::before {
  display: none !important;
  content: none !important;
}

.go-shell-footer-main,
.go-shell-footer-top,
.go-shell-footer-grid,
.go-shell-footer-bottom,
.go-shell-footer-info {
  border-color: var(--go-footer-line) !important;
  box-shadow: none !important;
}

.go-shell-footer,
.go-shell-footer .site-footer-column > div,
.go-shell-footer .site-footer-column > aside,
.go-shell-footer .widget,
.go-shell-footer .widget_block,
.go-shell-footer .widget-title,
.go-shell-footer .wp-block-heading,
.go-shell-footer .newsx-footer-logo,
.go-shell-footer .newsx-footer-menu a,
.go-shell-footer .newsx-widget a,
.go-shell-footer .footer-widgets-area a,
.go-shell-footer .go-shell-footer-brand h2,
.go-shell-footer .go-shell-footer-column a,
.go-shell-footer .go-shell-footer-social-link,
.go-shell-footer .go-shell-footer-bottom p,
.go-shell-footer .go-shell-footer-bottom span,
.go-shell-footer .go-shell-footer-pills span,
.go-shell-footer .newsx-social-icon,
.go-shell-footer .newsx-social-icon svg {
  color: var(--go-footer-fg) !important;
  fill: currentColor !important;
}

.go-shell-footer .go-shell-footer-brand p,
.go-shell-footer .go-shell-footer-section-label,
.go-shell-footer .newsx-post-meta,
.go-shell-footer .newsx-category-list li a,
.go-shell-footer .go-shell-footer-column span {
  color: var(--go-footer-fg-soft) !important;
}

.go-shell-footer .go-shell-footer-kicker,
.go-shell-footer .go-shell-footer-pills span,
.go-shell-footer .go-shell-footer-social-link,
.go-shell-footer .newsx-footer-social-icons .newsx-social-icon,
.go-shell-footer .newsx-widget .newsx-social-icon {
  background: var(--go-footer-chip) !important;
  border-color: var(--go-footer-line) !important;
  color: var(--go-footer-fg) !important;
}

.go-shell-footer .go-shell-footer-social-link:hover,
.go-shell-footer .go-shell-footer-pills span:hover,
.go-shell-footer .newsx-footer-social-icons .newsx-social-icon:hover,
.go-shell-footer .newsx-widget .newsx-social-icon:hover {
  background: var(--go-footer-chip-hover) !important;
  border-color: var(--go-footer-line) !important;
}

/* final offcanvas viewport lock */
body .go-shell-topbar .newsx-offcanvas-wrap {
  position: fixed !important;
  inset: 0 !important;
}

body .go-shell-topbar .newsx-offcanvas-overlay {
  position: fixed !important;
  inset: 0 !important;
}

body .go-shell-topbar .newsx-offcanvas-widgets-area {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
}

/* =========================================
   OFFCANVAS VIEWPORT FIX
   ========================================= */

.go-shell-header {
  transform: none !important;
  will-change: auto !important;
}

.go-shell-topbar .newsx-offcanvas-wrap {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw;
  height: 100dvh;
}

.go-shell-topbar .newsx-offcanvas-overlay {
  position: fixed !important;
  inset: 0 !important;
}

.go-shell-topbar .newsx-offcanvas-widgets-area {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
}

/* ================================
   FINAL STRIP FIX
   ================================ */

html,
body {
  overflow-x: clip;
}

body > .wpd-thread-head,
body > .wpd-thread-info,
body > .wpd-form-head,
body > .wpdiscuz-subscribe-bar,
#page > .wpd-thread-head,
#page > .wpd-thread-info,
#page > .wpd-form-head,
#page > .wpdiscuz-subscribe-bar,
.go-shell-header + .wpd-thread-head,
.go-shell-header + .wpd-thread-info,
.go-shell-header + .wpd-form-head,
.go-shell-header + .wpdiscuz-subscribe-bar {
  display: none !important;
}

.go-shell-header,
.go-shell-topbar,
.go-shell-topbar-inner,
.go-shell-topbar-search,
.go-shell-topbar-search-form {
  border-top: 0 !important;
  border-bottom: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.go-shell-header::before,
.go-shell-header::after,
.go-shell-topbar::before,
.go-shell-topbar::after,
.go-shell-topbar-inner::before,
.go-shell-topbar-inner::after {
  display: none !important;
  content: none !important;
}

body.home #page > .go-shell-header + #content,
body.home #page > .go-shell-header + .site-content,
body.page-template-page-reviews #page > .go-shell-header + #content,
body.page-template-page-reviews #page > .go-shell-header + .site-content,
body.page-template-page-criticas #page > .go-shell-header + #content,
body.page-template-page-criticas #page > .go-shell-header + .site-content,
body.page-criticas #page > .go-shell-header + #content,
body.page-criticas #page > .go-shell-header + .site-content,
body.single-review #page > .go-shell-header + #content,
body.single-review #page > .go-shell-header + .site-content {
  margin-top: 0 !important;
}

body:not(.admin-bar) .go-shell-header {
  top: 0 !important;
  margin-top: 0 !important;
}

body:not(.admin-bar) #page {
  padding-top: 0 !important;
}

.go-shell-brand-fleet {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.go-shell-brand-mark {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: clamp(34px, 4.4vw, 72px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
  color: rgba(10, 17, 31, 0.09);
  text-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
  opacity: 0.58;
  user-select: none;
}

.go-shell-brand-mark--1 {
  top: 12%;
  left: 1.2%;
  transform: rotate(-22deg);
}

.go-shell-brand-mark--2 {
  top: 20%;
  right: 1%;
  transform: rotate(19deg);
}

.go-shell-brand-mark--3 {
  top: 46%;
  left: 2.2%;
  transform: rotate(-14deg);
}

.go-shell-brand-mark--4 {
  top: 58%;
  right: 1.6%;
  transform: rotate(23deg);
}

.go-shell-brand-mark--5 {
  bottom: 14%;
  left: 6.2%;
  transform: rotate(-17deg);
}

.go-shell-brand-mark--6 {
  bottom: 8%;
  right: 5.4%;
  transform: rotate(14deg);
}

html.dark .go-shell-brand-mark,
body.dark .go-shell-brand-mark,
body.dark-mode .go-shell-brand-mark,
body.is-dark-theme .go-shell-brand-mark,
body.newsx-dark-mode .go-shell-brand-mark,
[data-theme="dark"] .go-shell-brand-mark,
html[class*="dark"] .go-shell-brand-mark,
body[class*="dark"] .go-shell-brand-mark {
  color: rgba(225, 232, 245, 0.14);
  text-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
}

body.single-games .go-shell-brand-fleet,
body.go-template-game .go-shell-brand-fleet {
  display: none !important;
}

@media (max-width: 980px) {
  .go-shell-brand-mark {
    font-size: clamp(28px, 5.6vw, 52px);
    opacity: 0.46;
  }

  .go-shell-brand-mark--3,
  .go-shell-brand-mark--6 {
    display: none;
  }

  .go-shell-brand-mark--1 {
    top: 12%;
    left: 0.6%;
  }

  .go-shell-brand-mark--2 {
    top: 18%;
    right: 0.4%;
  }

  .go-shell-brand-mark--4 {
    top: 56%;
    right: 0.8%;
  }

  .go-shell-brand-mark--5 {
    bottom: 10%;
    left: 2.4%;
  }
}

@media (max-width: 640px) {
  .go-shell-brand-mark {
    font-size: clamp(22px, 6vw, 38px);
    opacity: 0.34;
  }

  .go-shell-brand-mark--2,
  .go-shell-brand-mark--4 {
    right: -0.4%;
  }

  .go-shell-brand-mark--5 {
    bottom: 7%;
    left: -0.4%;
  }
}

/* =========================
   SHELL POLISH
   ========================= */

#wpadminbar {
  background: linear-gradient(180deg, #0b1017, #0a0f15) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

#wpadminbar::before,
#wpadminbar::after {
  display: none !important;
  content: none !important;
}

body.admin-bar .go-shell-header,
html body.admin-bar .go-shell-header {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .go-shell-header,
  html body.admin-bar .go-shell-header {
    top: 46px !important;
  }
}

.go-shell-header,
.go-shell-topbar,
.newsx-sticky-header.go-shell-header,
body .newsx-sticky-header.go-shell-header {
  background:
    linear-gradient(90deg, rgba(199, 240, 0, 0.06), transparent 18%),
    linear-gradient(180deg, #08111d, #08111d) !important;
}

.go-shell-header::before,
.go-shell-header::after,
.go-shell-topbar::before,
.go-shell-topbar::after {
  display: none !important;
  content: none !important;
}

html,
body.admin-bar,
html.admin-bar {
  background: #08111d !important;
}

body.single-post.post-template-default #page > .go-shell-header + #content,
body.single-post.post-template-default #page > .go-shell-header + .site-content {
  margin-top: -18px !important;
  padding-top: 0 !important;
}

#page > .site-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.go-shell-footer,
.newsx-site-footer,
.go-shell-footer .newsx-site-footer > div,
.go-shell-footer-builder .newsx-site-footer > div {
  margin-top: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

.go-shell-footer::before,
.newsx-site-footer::before {
  content: none !important;
}

.go-inline-brief {
  display: grid;
  gap: 14px;
  margin: 28px 0;
  padding: 20px 22px;
  border: 1px solid rgba(115, 128, 150, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(231, 255, 92, 0.12), rgba(255, 255, 255, 0.98) 44%),
    #f8fafc;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.go-inline-brief__head {
  display: grid;
  gap: 8px;
}

.go-inline-brief__kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #d4ff00;
  color: #10131a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-inline-brief__title {
  margin: 0;
  color: #0f172a;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.go-inline-brief p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

.go-inline-brief__facts,
.go-inline-brief__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.go-inline-brief__facts span,
.go-inline-brief__links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(71, 85, 105, 0.16);
  background: rgba(255, 255, 255, 0.82);
  color: #162033;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.go-inline-brief__facts strong {
  color: inherit;
}

.go-inline-brief__links a:hover {
  border-color: rgba(40, 0, 240, 0.24);
  color: #2800f0;
}

html.dark .go-inline-brief,
body.dark .go-inline-brief,
body.dark-mode .go-inline-brief,
body.is-dark-theme .go-inline-brief,
body.newsx-dark-mode .go-inline-brief,
[data-theme="dark"] .go-inline-brief {
  border-color: rgba(160, 175, 201, 0.14);
  background:
    linear-gradient(135deg, rgba(199, 240, 0, 0.12), rgba(18, 24, 35, 0.98) 36%),
    #111827;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
}

html.dark .go-inline-brief__title,
body.dark .go-inline-brief__title,
body.dark-mode .go-inline-brief__title,
body.is-dark-theme .go-inline-brief__title,
body.newsx-dark-mode .go-inline-brief__title,
[data-theme="dark"] .go-inline-brief__title {
  color: #f8fbff;
}

html.dark .go-inline-brief p,
body.dark .go-inline-brief p,
body.dark-mode .go-inline-brief p,
body.is-dark-theme .go-inline-brief p,
body.newsx-dark-mode .go-inline-brief p,
[data-theme="dark"] .go-inline-brief p {
  color: #c9d4e5;
}

html.dark .go-inline-brief__facts span,
html.dark .go-inline-brief__links a,
body.dark .go-inline-brief__facts span,
body.dark .go-inline-brief__links a,
body.dark-mode .go-inline-brief__facts span,
body.dark-mode .go-inline-brief__links a,
body.is-dark-theme .go-inline-brief__facts span,
body.is-dark-theme .go-inline-brief__links a,
body.newsx-dark-mode .go-inline-brief__facts span,
body.newsx-dark-mode .go-inline-brief__links a,
[data-theme="dark"] .go-inline-brief__facts span,
[data-theme="dark"] .go-inline-brief__links a {
  border-color: rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.78);
  color: #edf2f9;
}

@media (max-width: 640px) {
  .go-inline-brief {
    margin: 24px 0;
    padding: 18px;
    border-radius: 20px;
  }
}

#page > #content,
#page > .site-content,
#page > .newsx-main-wrap {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.go-shell-footer {
  margin-top: 0 !important;
  box-shadow: none !important;
}

.go-shell-footer::before,
.go-shell-footer::after {
  display: none !important;
  content: none !important;
}

.go-shell-header .go-offcanvas-submenu-icon {
  position: relative;
  width: 14px !important;
  height: 14px !important;
  transform: none !important;
}

.go-shell-header .go-offcanvas-submenu-line {
  top: 50% !important;
  left: 50% !important;
  width: 8px !important;
  height: 2px !important;
  border-radius: 999px;
  background: currentColor !important;
}

.go-shell-header .go-offcanvas-submenu-line--horizontal {
  transform: translate(-78%, -50%) rotate(45deg) !important;
}

.go-shell-header .go-offcanvas-submenu-line--vertical {
  width: 8px !important;
  height: 2px !important;
  opacity: 1 !important;
  transform: translate(-22%, -50%) rotate(-45deg) !important;
}

.go-shell-header .go-offcanvas-submenu-toggle[aria-expanded="true"] .go-offcanvas-submenu-line--horizontal,
.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle .go-offcanvas-submenu-line--horizontal {
  transform: translate(-78%, -50%) rotate(-45deg) !important;
}

.go-shell-header .go-offcanvas-submenu-toggle[aria-expanded="true"] .go-offcanvas-submenu-line--vertical,
.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle .go-offcanvas-submenu-line--vertical {
  transform: translate(-22%, -50%) rotate(45deg) !important;
}

.go-shell-footer-main {
  position: relative;
  border-top: 1px solid var(--go-shell-line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.go-shell-footer-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 240, 0, 0.34), transparent);
  pointer-events: none;
}

.go-shell-footer-grid {
  border-bottom-color: var(--go-shell-line);
}

.go-shell-header .go-offcanvas-submenu-icon {
  width: 14px;
  height: 14px;
}

.go-shell-header .go-offcanvas-submenu-line {
  width: 9px;
  height: 2px;
  opacity: 1 !important;
  transform-origin: center;
}

.go-shell-header .go-offcanvas-submenu-line--horizontal {
  transform: translate(-78%, -50%) rotate(45deg) !important;
}

.go-shell-header .go-offcanvas-submenu-line--vertical {
  width: 9px;
  height: 2px;
  transform: translate(-22%, -50%) rotate(-45deg) !important;
}

.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle .go-offcanvas-submenu-line--horizontal,
.go-shell-header .go-offcanvas-submenu-toggle[aria-expanded="true"] .go-offcanvas-submenu-line--horizontal {
  transform: translate(-78%, -50%) rotate(-45deg) !important;
}

.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle .go-offcanvas-submenu-line--vertical,
.go-shell-header .go-offcanvas-submenu-toggle[aria-expanded="true"] .go-offcanvas-submenu-line--vertical {
  opacity: 1 !important;
  transform: translate(-22%, -50%) rotate(45deg) !important;
}

.go-shell-footer-main {
  position: relative;
  border-top: 1px solid var(--go-shell-line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.go-shell-footer-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 240, 0, 0.34), transparent);
  pointer-events: none;
}

.go-shell-footer-grid {
  border-bottom-color: var(--go-shell-line);
}

.go-shell-header .go-offcanvas-submenu-icon {
  width: 14px;
  height: 14px;
}

.go-shell-header .go-offcanvas-submenu-line {
  width: 9px;
  height: 2px;
  opacity: 1;
  transform-origin: center;
}

.go-shell-header .go-offcanvas-submenu-line--horizontal {
  transform: translate(-78%, -50%) rotate(45deg);
}

.go-shell-header .go-offcanvas-submenu-line--vertical {
  width: 9px;
  height: 2px;
  transform: translate(-22%, -50%) rotate(-45deg);
}

.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle .go-offcanvas-submenu-line--horizontal,
.go-shell-header .go-offcanvas-submenu-toggle[aria-expanded="true"] .go-offcanvas-submenu-line--horizontal {
  transform: translate(-78%, -50%) rotate(-45deg);
}

.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle .go-offcanvas-submenu-line--vertical,
.go-shell-header .go-offcanvas-submenu-toggle[aria-expanded="true"] .go-offcanvas-submenu-line--vertical {
  opacity: 1;
  transform: translate(-22%, -50%) rotate(45deg);
}

.go-shell-header .go-offcanvas-kicker,
.go-shell-header .go-offcanvas-section-label,
.go-shell-header .go-offcanvas-follow-copy,
.go-shell-header .go-offcanvas-social-link span {
  color: #f4f8ff;
}

.go-shell-header .go-offcanvas-follow {
  background:
    radial-gradient(circle at top right, rgba(199, 240, 0, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(12, 19, 30, 0.92), rgba(8, 13, 22, 0.92));
}

.go-shell-header .go-offcanvas-social-link {
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}

.go-shell-header .go-offcanvas-submenu-toggle {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.go-shell-header .go-offcanvas-submenu-line {
  background: #f8fbff;
}

#newsx-back-to-top {
  z-index: 9997;
}

#newsx-back-to-top[style*="opacity: 1"] {
  pointer-events: auto;
}

#newsx-back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #d9ff57, #92d123);
  color: #111111;
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.18);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

#newsx-back-to-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.22);
}

#newsx-back-to-top svg {
  fill: currentColor;
}

.go-live-search-results {
  padding: 12px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.98));
  box-shadow: 0 28px 48px rgba(15, 23, 42, 0.16);
}

.go-live-search-results-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.go-live-search-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  min-height: 104px;
  padding: 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--go-shell-text);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.go-live-search-card:hover {
  transform: translateY(-2px);
  border-color: rgba(146, 209, 35, 0.34);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
  color: var(--go-shell-text);
}

.go-live-search-thumb,
.go-live-search-thumb img,
.go-live-search-thumb-fallback {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
}

.go-live-search-thumb {
  min-height: 84px;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a, #1e293b);
}

.go-live-search-thumb img {
  object-fit: cover;
}

.go-live-search-thumb-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.go-live-search-copy {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
}

.go-live-search-copy strong {
  color: var(--go-shell-text);
  font-size: 14px;
  line-height: 1.3;
}

.go-live-search-meta,
.go-live-search-excerpt,
.go-live-search-empty {
  color: var(--go-shell-soft);
  font-size: 12px;
  line-height: 1.45;
}

.go-live-search-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.go-live-search-empty {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
}

html.dark .go-live-search-results,
body.dark .go-live-search-results,
body.dark-mode .go-live-search-results,
body.is-dark-theme .go-live-search-results,
body.newsx-dark-mode .go-live-search-results,
[data-theme="dark"] .go-live-search-results {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(17, 24, 39, 0.98));
}

html.dark .go-live-search-card,
body.dark .go-live-search-card,
body.dark-mode .go-live-search-card,
body.is-dark-theme .go-live-search-card,
body.newsx-dark-mode .go-live-search-card,
[data-theme="dark"] .go-live-search-card {
  background: rgba(30, 41, 59, 0.8);
  border-color: rgba(148, 163, 184, 0.16);
}

html.dark .go-live-search-empty,
body.dark .go-live-search-empty,
body.dark-mode .go-live-search-empty,
body.is-dark-theme .go-live-search-empty,
body.newsx-dark-mode .go-live-search-empty,
[data-theme="dark"] .go-live-search-empty {
  background: rgba(30, 41, 59, 0.7);
}

@media (max-width: 680px) {
  .go-live-search-results-track {
    grid-auto-columns: minmax(84vw, 1fr);
  }

  .go-live-search-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }
}

.go-shell-topbar .newsx-offcanvas-overlay,
.go-shell-header .newsx-offcanvas-overlay {
  background: rgba(3, 6, 12, 0.26) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
}

.go-shell-header .go-offcanvas-nav .menu-item-has-children > a,
.go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children > a {
  padding-right: 74px !important;
}

.go-shell-header .go-offcanvas-submenu-toggle {
  position: absolute;
  top: 8px;
  right: 4px;
  z-index: 12;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #f7fafc;
  cursor: pointer;
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.go-shell-header .go-offcanvas-submenu-toggle:hover,
.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle {
  border-color: rgba(199, 240, 0, 0.3);
  background: rgba(199, 240, 0, 0.1);
  color: #ffffff;
}

.go-shell-header .go-offcanvas-submenu-toggle .go-offcanvas-submenu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease;
}

.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle .go-offcanvas-submenu-icon {
  transform: rotate(180deg);
}

.go-shell-topbar .newsx-offcanvas-overlay,
.go-shell-header .newsx-offcanvas-overlay {
  background: rgba(3, 6, 12, 0.46) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.go-shell-header .go-offcanvas-submenu-toggle {
  z-index: 8;
  right: 4px;
  pointer-events: auto;
}

.go-shell-header .go-offcanvas-nav .menu-item-has-children > a,
.go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children > a {
  padding-right: 62px !important;
}

.go-shell-header .go-offcanvas-nav .menu-item-has-children > .sub-menu,
.go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children > .sub-menu {
  display: none;
  margin-top: 8px;
}

.go-shell-header .go-offcanvas-nav .menu-item-has-children.is-open > .sub-menu,
.go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children.is-open > .sub-menu {
  display: block;
}

.go-shell-header .go-offcanvas-socials {
  grid-template-columns: 1fr;
  gap: 10px;
}

.go-shell-header .go-offcanvas-social-link {
  min-height: 52px;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
}

.go-shell-footer,
.go-shell-footer-main,
.go-shell-footer .go-shell-wrap {
  background: var(--go-shell-header-bg) !important;
}

.go-live-search-results {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 30;
  padding: 8px;
  border: 1px solid var(--go-shell-line);
  border-radius: 18px;
  background: var(--go-shell-surface);
  box-shadow: var(--go-shell-shadow);
}

.go-live-search-results ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.go-live-search-results a,
.go-live-search-results .is-empty {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--go-shell-text);
  text-decoration: none;
}

.go-live-search-results a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--go-shell-lime);
}

.go-live-search-results strong {
  font-size: 14px;
  line-height: 1.3;
}

.go-live-search-results span,
.go-live-search-results .is-empty {
  color: var(--go-shell-soft);
  font-size: 12px;
  line-height: 1.4;
}

.go-shell-header .go-offcanvas-socials {
  grid-template-columns: 1fr;
  gap: 10px;
}

.go-shell-header .go-offcanvas-social-link {
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
}

/* =========================
   AJUSTES EXTRAS: OFFCANVAS + FOOTER
   ========================= */

.go-shell-header .go-offcanvas-nav .menu-item-has-children,
.go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children {
  position: relative;
}

.go-shell-header .go-offcanvas-nav .menu-item-has-children > a,
.go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children > a {
  padding-right: 64px;
}

.go-shell-header .go-offcanvas-submenu-toggle {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--go-shell-text);
}

.go-shell-header .go-offcanvas-submenu-toggle svg {
  width: 16px;
  height: 16px;
}

.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle {
  border-color: rgba(199, 240, 0, 0.24);
  background: rgba(199, 240, 0, 0.08);
}

.go-shell-header .go-offcanvas-submenu-icon {
  display: inline-flex;
  transition: transform 0.18s ease;
}

.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle .go-offcanvas-submenu-icon {
  transform: rotate(180deg);
}

.go-shell-header .go-offcanvas-shortcuts {
  margin-top: 18px;
}

.go-shell-header .go-offcanvas-shortcuts-grid {
  display: grid;
  gap: 12px;
}

.go-shell-header .go-offcanvas-shortcut {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--go-shell-text);
  text-decoration: none;
}

.go-shell-header .go-offcanvas-shortcut strong {
  font-family: "Sora", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.go-shell-header .go-offcanvas-shortcut span {
  color: var(--go-shell-soft);
  line-height: 1.6;
}

.go-shell-header .go-offcanvas-socials {
  grid-template-columns: 1fr;
}

.go-shell-header .go-offcanvas-social-link {
  justify-content: flex-start;
  padding: 0 16px;
  border-radius: 16px;
}

.go-shell-header .go-offcanvas-social-link span {
  flex: 1;
}

.go-shell-footer {
  background:
    radial-gradient(circle at top right, rgba(199, 240, 0, 0.1), transparent 26%),
    linear-gradient(180deg, var(--go-shell-header-bg) 0%, #050b15 100%);
}

.go-shell-footer-info,
.go-shell-footer-main,
.go-shell-footer-bottom {
  border-color: rgba(255, 255, 255, 0.08);
}

.go-shell-header .go-offcanvas-nav .menu-item-has-children {
  position: relative;
}

.go-shell-header .go-offcanvas-nav .menu-item-has-children > a {
  padding-right: 52px;
}

.go-shell-header .go-offcanvas-submenu-toggle {
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--go-shell-text);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.go-shell-header .go-offcanvas-submenu-toggle:hover {
  border-color: rgba(199, 240, 0, 0.28);
  background: rgba(199, 240, 0, 0.08);
}

.go-shell-header .go-offcanvas-submenu-toggle svg {
  width: 16px;
  height: 16px;
}

.go-shell-header .go-offcanvas-nav .menu-item-has-children > .sub-menu {
  display: none;
}

.go-shell-header .go-offcanvas-nav .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle {
  background: rgba(199, 240, 0, 0.1);
  border-color: rgba(199, 240, 0, 0.24);
}

.go-shell-header .go-offcanvas-nav .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle svg {
  transform: rotate(180deg);
}

.go-shell-footer {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(199, 240, 0, 0.12), transparent 26%),
    linear-gradient(180deg, var(--go-shell-header-bg) 0%, #07101b 48%, #050b14 100%);
  color: #ffffff;
}

#page > .site-content,
#page > #content,
#page > .newsx-main-wrap {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.go-shell-footer,
.go-shell-footer-main,
.go-shell-footer::before,
.go-shell-footer::after {
  box-shadow: none !important;
  filter: none !important;
}

/* =========================================
   OFFCANVAS: SUBMENU + REDES
   ========================================= */

.go-shell-header .go-offcanvas-nav .menu-item-has-children > a,
.go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children > a {
  padding-right: 64px !important;
}

.go-shell-header .go-offcanvas-submenu-toggle {
  top: 8px;
  right: 0;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.go-shell-header .go-offcanvas-submenu-toggle:hover,
.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle {
  border-color: rgba(199, 240, 0, 0.28);
  background: rgba(199, 240, 0, 0.1);
}

.go-shell-header .go-offcanvas-submenu-icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.go-shell-header .go-offcanvas-submenu-line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.go-shell-header .go-offcanvas-submenu-line--vertical {
  width: 2px;
  height: 14px;
}

.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle .go-offcanvas-submenu-line--vertical {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0.35);
}

.go-shell-header .go-offcanvas-follow {
  margin-top: 28px;
  padding: 18px;
  border-top: 0;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(199, 240, 0, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.go-shell-header .go-offcanvas-follow-copy {
  margin: 2px 0 14px;
  max-width: 32ch;
}

.go-shell-header .go-offcanvas-socials {
  gap: 12px;
}

.go-shell-header .go-offcanvas-social-link {
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(6, 10, 18, 0.36);
  width: 100%;
  justify-content: flex-start;
}

.go-shell-header .go-offcanvas-social-link:hover {
  transform: translateY(-1px);
}

.go-shell-header .go-offcanvas-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #f4f8ff;
}

.go-shell-header .go-offcanvas-social-icon .newsx-svg-icon,
.go-shell-header .go-offcanvas-social-icon svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-shell-header .go-offcanvas-social-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.go-shell-header .go-offcanvas-social-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-shell-header .go-offcanvas-social-link span {
  font-size: 12px;
  letter-spacing: 0.01em;
}

.go-shell-header .go-offcanvas-social-link > span:last-child {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #f4f8ff;
  line-height: 1.2;
}

.go-shell-header .go-offcanvas-submenu-icon,
.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle .go-offcanvas-submenu-icon,
.go-shell-header .go-offcanvas-nav.menu-item-has-children.is-open > .go-offcanvas-submenu-toggle svg,
.go-shell-header .go-offcanvas-submenu-toggle svg {
  transform: none !important;
}

.go-shell-header .go-offcanvas-submenu-toggle[aria-expanded="false"] .go-offcanvas-submenu-line--vertical {
  opacity: 1;
  transform: translate(-50%, -50%) scaleY(1);
}

.go-shell-header .go-offcanvas-submenu-toggle[aria-expanded="true"] .go-offcanvas-submenu-line--vertical {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0.35);
}

@media (max-width: 640px) {
  .go-shell-header .go-offcanvas-socials {
    grid-template-columns: 1fr;
  }

  .go-shell-header .go-offcanvas-follow {
    padding: 16px;
  }
}

.go-shell-footer::before,
.go-shell-footer::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.go-shell-footer::before {
  top: -140px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(6px);
}

.go-shell-footer::after {
  left: -100px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.go-shell-footer-main {
  position: relative;
  z-index: 1;
  padding: 54px 0 30px;
}

.go-shell-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 32px;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.go-shell-footer-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.go-shell-footer-brand h2 {
  margin: 16px 0 12px;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.go-shell-footer-brand p,
.go-shell-footer-bottom p,
.go-shell-footer-bottom span {
  color: rgba(255, 255, 255, 0.82);
}

.go-shell-footer-brand p {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.8;
}

.go-shell-footer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.go-shell-footer-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.go-shell-footer-section-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.go-shell-footer-social-grid,
.go-shell-footer-grid {
  display: grid;
  gap: 14px;
}

.go-shell-footer-social-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.go-shell-footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.go-shell-footer-social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.go-shell-footer-social-link .newsx-svg-icon,
.go-shell-footer-social-link svg {
  display: flex;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.go-shell-footer-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.go-shell-footer-column {
  display: grid;
  gap: 12px;
}

.go-shell-footer-column a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.go-shell-footer-column a:hover {
  opacity: 1;
  transform: translateX(2px);
}

.go-shell-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
}

.go-shell-footer-bottom p,
.go-shell-footer-bottom span {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .go-shell-footer-top,
  .go-shell-footer-grid,
  .go-shell-footer-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .go-shell-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .go-shell-footer-main {
    padding: 42px 0 24px;
  }

  .go-shell-footer-top,
  .go-shell-footer-grid {
    grid-template-columns: 1fr;
  }

  .go-shell-footer-social-grid {
    grid-template-columns: 1fr;
  }

  .go-shell-footer-brand h2 {
    font-size: 30px;
  }
}

.go-shell-header .newsx-offcanvas-widgets-area,
.go-shell-header .go-offcanvas-panel,
.go-shell-header .go-offcanvas-header,
.go-shell-header .go-offcanvas-body,
.go-shell-header .go-offcanvas-search,
.go-shell-header .go-offcanvas-nav,
.go-shell-header .go-offcanvas-follow,
.go-shell-header .newsx-offcanvas-widgets-area .widget,
.go-shell-header .newsx-offcanvas-widgets-area .widget_block {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.go-shell-header .newsx-offcanvas-widgets-area * {
  max-width: 100%;
}

.go-shell-header .go-offcanvas-body {
  overflow-x: hidden;
}

/* =========================================
   OFFCANVAS FIX RESPONSIVO
   ========================================= */

.go-shell-topbar .newsx-offcanvas-wrap {
  position: fixed !important;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
}

.go-shell-topbar .newsx-offcanvas-wrap.active {
  pointer-events: auto;
}

.go-shell-topbar .newsx-offcanvas-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 6, 12, 0.76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.go-shell-topbar .newsx-offcanvas-widgets-area {
  position: absolute !important;
  top: 0;
  left: 0 !important;
  right: auto !important;
  width: min(390px, calc(100vw - 16px));
  max-width: calc(100vw - 16px);
  height: 100dvh;
  max-height: 100dvh;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  transform: translateX(-105%);
  transition: transform 0.28s ease !important;
  background:
    radial-gradient(circle at top left, rgba(199, 240, 0, 0.12), transparent 30%),
    linear-gradient(180deg, #0d1320 0%, var(--go-offcanvas-panel) 52%, #070b12 100%);
  color: var(--go-shell-text);
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.5);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.go-shell-topbar .newsx-offcanvas-wrap.active .newsx-offcanvas-widgets-area {
  transform: translateX(0);
}

.go-shell-header .newsx-offcanvas-widgets-area,
.go-shell-header .go-offcanvas-panel,
.go-shell-header .go-offcanvas-header,
.go-shell-header .go-offcanvas-body,
.go-shell-header .go-offcanvas-search,
.go-shell-header .go-offcanvas-nav,
.go-shell-header .go-offcanvas-follow,
.go-shell-header .newsx-offcanvas-widgets-area .widget,
.go-shell-header .newsx-offcanvas-widgets-area .widget_block {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.go-shell-header .newsx-offcanvas-widgets-area * {
  max-width: 100%;
}

.go-shell-header .go-offcanvas-body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .go-shell-topbar .newsx-offcanvas-widgets-area {
    width: calc(100vw - 12px) !important;
    max-width: calc(100vw - 12px) !important;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .go-shell-header .go-offcanvas-header {
    padding: 14px 14px 12px !important;
  }

  .go-shell-header .go-offcanvas-body {
    padding: 12px 14px 18px !important;
  }
}

@media (max-width: 420px) {
  .go-shell-topbar .newsx-offcanvas-widgets-area {
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 16px 16px 0;
  }
}

/* 2026 light mode header/offcanvas cleanup final */
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-group-start,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-group-start *,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .site-title,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .site-title a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .go-shell-dark-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-social-icon,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-icon,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-field {
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .custom-logo,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-brand .site-logo img,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-site-brand .custom-logo,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-site-brand .site-logo img {
  filter: brightness(0) saturate(100%) !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .go-shell-dark-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-social-icon,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar-search-form {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.1) !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-btn::before {
  background: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-overlay,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-overlay {
  background: rgba(15, 23, 42, 0.18) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-widgets-area,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-panel,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-header,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-body,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-search,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget_block {
  background: #ffffff !important;
  background-image: none !important;
  color: #111111 !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-widgets-area {
  box-shadow: -24px 0 48px rgba(15, 23, 42, 0.14) !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-close-btn,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-search-form,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-shortcut,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-submenu-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .search-field {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.1) !important;
  color: #111111 !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-title,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-submenu-toggle {
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-description,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-section-label,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow-copy,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-kicker,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area .widget_block,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-shortcut span {
  color: #475569 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area a:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-close-btn:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link:hover,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-submenu-toggle:hover {
  background: #f8fafc !important;
  border-color: rgba(15, 23, 42, 0.14) !important;
  color: #111111 !important;
}
