.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: #050607;
--go-offcanvas-panel-top: #07080a;
--go-offcanvas-panel-bottom: #030405;
--go-offcanvas-surface: #0b0c10;
--go-offcanvas-surface-2: #101115;
--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;
} .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;
}
.go-shell-breadcrumb-band {
border-bottom: 1px solid rgba(8, 17, 29, 0.12);
background: transparent;
}
.go-shell-breadcrumb-band .go-shell-wrap {
display: flex;
justify-content: center;
padding: 14px 0 12px;
text-align: center;
}
.go-shell-breadcrumbs {
width: 100%;
}
.go-shell-breadcrumbs .newsx-breadcrumbs {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 0;
margin: 0;
color: #6d7785;
font-size: 12px;
font-weight: 800;
letter-spacing: 0.14em;
line-height: 1.4;
text-align: center;
text-transform: uppercase;
}
.go-shell-breadcrumbs :is(a, span) {
color: inherit;
}
.go-shell-breadcrumbs a {
transition: color 0.2s ease;
}
.go-shell-breadcrumbs a:hover {
color: #08111d;
}
.go-shell-breadcrumbs [aria-current="page"] {
color: #08111d;
}
.go-shell-breadcrumbs--inline {
margin-bottom: 18px;
}
.go-shell-breadcrumbs--light .newsx-breadcrumbs {
color: rgba(255, 255, 255, 0.74);
}
.go-shell-breadcrumbs--light a:hover,
.go-shell-breadcrumbs--light [aria-current="page"] {
color: #ffffff;
}
.go-shell-breadcrumb-sep {
margin: 0 10px;
color: rgba(109, 119, 133, 0.82);
}
.go-shell-breadcrumbs--light .go-shell-breadcrumb-sep {
color: rgba(255, 255, 255, 0.44);
}
html.dark .go-shell-breadcrumb-band,
body.dark .go-shell-breadcrumb-band,
body.dark-mode .go-shell-breadcrumb-band,
body.is-dark-theme .go-shell-breadcrumb-band,
body.newsx-dark-mode .go-shell-breadcrumb-band,
[data-theme="dark"] .go-shell-breadcrumb-band {
border-bottom-color: rgba(255, 255, 255, 0.08);
background: transparent;
}
html.dark .go-shell-breadcrumb-band .go-shell-breadcrumbs .newsx-breadcrumbs,
body.dark .go-shell-breadcrumb-band .go-shell-breadcrumbs .newsx-breadcrumbs,
body.dark-mode .go-shell-breadcrumb-band .go-shell-breadcrumbs .newsx-breadcrumbs,
body.is-dark-theme .go-shell-breadcrumb-band .go-shell-breadcrumbs .newsx-breadcrumbs,
body.newsx-dark-mode .go-shell-breadcrumb-band .go-shell-breadcrumbs .newsx-breadcrumbs,
[data-theme="dark"] .go-shell-breadcrumb-band .go-shell-breadcrumbs .newsx-breadcrumbs {
color: rgba(255, 255, 255, 0.68);
}
html.dark .go-shell-breadcrumb-band .go-shell-breadcrumbs a:hover,
html.dark .go-shell-breadcrumb-band .go-shell-breadcrumbs [aria-current="page"],
body.dark .go-shell-breadcrumb-band .go-shell-breadcrumbs a:hover,
body.dark .go-shell-breadcrumb-band .go-shell-breadcrumbs [aria-current="page"],
body.dark-mode .go-shell-breadcrumb-band .go-shell-breadcrumbs a:hover,
body.dark-mode .go-shell-breadcrumb-band .go-shell-breadcrumbs [aria-current="page"],
body.is-dark-theme .go-shell-breadcrumb-band .go-shell-breadcrumbs a:hover,
body.is-dark-theme .go-shell-breadcrumb-band .go-shell-breadcrumbs [aria-current="page"],
body.newsx-dark-mode .go-shell-breadcrumb-band .go-shell-breadcrumbs a:hover,
body.newsx-dark-mode .go-shell-breadcrumb-band .go-shell-breadcrumbs [aria-current="page"],
[data-theme="dark"] .go-shell-breadcrumb-band .go-shell-breadcrumbs a:hover,
[data-theme="dark"] .go-shell-breadcrumb-band .go-shell-breadcrumbs [aria-current="page"] {
color: #ffffff;
}
html.dark .go-shell-breadcrumb-band .go-shell-breadcrumbs .go-shell-breadcrumb-sep,
body.dark .go-shell-breadcrumb-band .go-shell-breadcrumbs .go-shell-breadcrumb-sep,
body.dark-mode .go-shell-breadcrumb-band .go-shell-breadcrumbs .go-shell-breadcrumb-sep,
body.is-dark-theme .go-shell-breadcrumb-band .go-shell-breadcrumbs .go-shell-breadcrumb-sep,
body.newsx-dark-mode .go-shell-breadcrumb-band .go-shell-breadcrumbs .go-shell-breadcrumb-sep,
[data-theme="dark"] .go-shell-breadcrumb-band .go-shell-breadcrumbs .go-shell-breadcrumb-sep {
color: rgba(255, 255, 255, 0.36);
}
@media (max-width: 767px) {
.go-shell-breadcrumb-band .go-shell-wrap {
padding: 12px 0 10px;
}
.go-shell-breadcrumbs .newsx-breadcrumbs {
font-size: 11px;
letter-spacing: 0.1em;
}
.go-shell-breadcrumb-sep {
margin: 0 7px;
}
}
@media (max-width: 780px) {
body .go-shell-breadcrumb-band,
body .go-shell-breadcrumbs--inline,
body .go-shell-breadcrumbs--band,
body .go-article__breadcrumbs-bar,
body .go-guide-article__breadcrumbs-bar {
display: none !important;
}
} .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:0!important;
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;
} .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:0!important;
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:0!important;
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;
} .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:0!important;
}
.go-shell-header .newsx-mobile-menu-toggle {
display: none !important;
} .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:0!important;
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;
} .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;
} .site-content,
#content,
.site-main,
.newsx-main-wrap,
.newsx-site-main,
.newsx-content-area {
border-top: 0 !important;
box-shadow: none !important;
} .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.06), transparent 30%),
linear-gradient(180deg, var(--go-offcanvas-panel-top) 0%, var(--go-offcanvas-panel) 52%, var(--go-offcanvas-panel-bottom) 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:0!important;
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:0!important;
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:0!important;
}
.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:0!important;
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 .go-offcanvas-logo {
display: inline-flex;
align-items: center;
justify-content: flex-start;
}
.go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo--compact,
.go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo {
display: none;
}
.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:0!important;
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:0!important;
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:0!important;
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:0!important;
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:0!important;
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!important;
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:0!important;
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!important;
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:0!important;
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:0!important;
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;
} .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:0!important;
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:0!important;
border-color: var(--go-shell-line) !important;
background: var(--go-shell-surface);
}
.go-shell-footer #newsx-back-to-top {
border-radius:0!important;
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:0!important;
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:0!important;
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;
}
}  .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;
} .go-shell-header .go-offcanvas-panel::before {
height: 2px !important;
background: linear-gradient(90deg, var(--go-shell-lime), var(--go-shell-blue)) !important;
} .go-shell-header .go-offcanvas-kicker,
.go-shell-header .go-offcanvas-description {
display: none !important;
} .go-shell-header .go-offcanvas-title {
position: relative;
margin: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
color: transparent !important;
} .go-shell-header .go-offcanvas-title::before {
content: "";
display: block;
width: 132px;
height: 34px;
background-image: url(//gameoverdrive.com.br/wp-content/uploads/2026/04/logo-go.png);
background-repeat: no-repeat;
background-size: contain;
background-position: left center;
} .go-shell-header .go-offcanvas-brand {
min-width: 0;
display: flex;
align-items: center;
} .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:0!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;
} .go-shell-header .go-offcanvas-body {
padding: 12px 16px 20px !important;
} .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:0!important;
background: rgba(255, 255, 255, 0.02) !important;
} @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;
}
}  .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;
} .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;
} .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;
} .go-fph-hero {
margin-top: 0 !important;
padding-top: 0 !important;
} .newsx-main-wrap::before,
.newsx-main-wrap::after {
display: none !important;
}  .newsx-sticky-placeholder {
height: auto !important;
min-height: 0 !important;
} .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;
} .go-shell-header,
.go-shell-header * {
transition: none !important;
} .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;
} .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:0!important;
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:0!important;
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:0!important;
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:0!important;
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:0!important;
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.06), transparent 30%),
linear-gradient(180deg, var(--go-offcanvas-panel-top) 0%, var(--go-offcanvas-panel) 52%, var(--go-offcanvas-panel-bottom) 100%);
color: var(--go-shell-text);
box-shadow: -24px 0 60px rgba(0, 0, 0, 0.5);
border-top-right-radius:0!important;
border-bottom-right-radius:0!important;
}
.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:0!important;
}
.go-shell-topbar-search-field {
font-size: 13px;
}
.go-shell-topbar .newsx-offcanvas-btn {
width: 40px;
height: 40px;
border-radius:0!important;
}
}
@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:0!important;
border-bottom-right-radius:0!important;
}
}
@media (max-width: 420px) {
.go-shell-topbar .newsx-offcanvas-widgets-area {
width: 100vw !important;
max-width: 100vw !important;
border-radius:0!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 {
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;
}
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) {
background: #eeeef5 !important;
background-color: #eeeef5 !important;
}
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #page,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #page > #content,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #page > .site-content,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #page > .newsx-main-wrap,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .site-content,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #content,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .newsx-main-wrap {
background: #eeeef5 !important;
background-color: #eeeef5 !important;
background-image: none !important;
} .go-editorial-masthead {
--go-editorial-masthead-line: rgba(15, 23, 42, 0.18);
--go-editorial-masthead-eyebrow: rgba(15, 23, 42, 0.64);
display: block;
color: inherit;
}
.go-editorial-masthead__inner {
position: relative;
display: grid;
gap: 12px;
padding-top: 18px;
}
.go-editorial-masthead__inner::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: var(--go-editorial-masthead-line);
}
.go-editorial-masthead.is-center .go-editorial-masthead__inner {
max-width: min(840px, 100%);
margin: 0 auto;
text-align: center;
}
.go-editorial-masthead.is-left .go-editorial-masthead__inner {
max-width: min(780px, 100%);
margin: 0;
text-align: left;
}
.go-editorial-masthead .go-editorial-masthead__eyebrow {
margin: 0;
font-family: "Inter", sans-serif;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.22em;
line-height: 1.2;
text-transform: uppercase;
color: var(--go-editorial-masthead-eyebrow);
}
.go-editorial-masthead .go-editorial-masthead__title.go-editorial-masthead__title {
margin: 0;
font-family: "Sora", sans-serif;
font-size: clamp(2.2rem, 5vw, 4.4rem);
font-weight: 800;
letter-spacing: -0.05em;
line-height: 0.96;
color: inherit;
text-wrap: balance;
}
.newsx-page-masthead {
margin-bottom: clamp(24px, 4vw, 36px);
}
.grp-page-masthead {
margin-bottom: clamp(24px, 4vw, 40px);
}
.go-editorial-masthead--section {
width: 100%;
}
.go-editorial-masthead--section .go-editorial-masthead__inner {
max-width: min(1080px, 100%);
gap: 14px;
padding-top: 24px;
}
.go-editorial-masthead--section .go-editorial-masthead__eyebrow {
font-size: 0.74rem;
letter-spacing: 0.28em;
}
.go-editorial-masthead--section .go-editorial-masthead__title.go-editorial-masthead__title {
font-size: clamp(3.1rem, 7vw, 5.8rem);
line-height: 0.88;
}
html.dark .go-editorial-masthead,
html[data-theme="dark"] .go-editorial-masthead,
body.dark .go-editorial-masthead,
body.dark-mode .go-editorial-masthead,
body.is-dark-theme .go-editorial-masthead,
body.newsx-dark-mode .go-editorial-masthead {
--go-editorial-masthead-line: rgba(226, 232, 240, 0.2);
--go-editorial-masthead-eyebrow: rgba(226, 232, 240, 0.7);
color: #f8fafc;
}
@media (max-width: 767px) {
.go-editorial-masthead__inner {
gap: 10px;
padding-top: 14px;
}
.go-editorial-masthead .go-editorial-masthead__eyebrow {
font-size: 0.68rem;
letter-spacing: 0.18em;
}
.go-editorial-masthead .go-editorial-masthead__title.go-editorial-masthead__title {
font-size: clamp(1.8rem, 8vw, 2.8rem);
line-height: 1;
}
.go-editorial-masthead--section .go-editorial-masthead__inner {
gap: 12px;
padding-top: 18px;
}
.go-editorial-masthead--section .go-editorial-masthead__eyebrow {
letter-spacing: 0.22em;
}
.go-editorial-masthead--section .go-editorial-masthead__title.go-editorial-masthead__title {
font-size: clamp(2.4rem, 10vw, 3.6rem);
line-height: 0.94;
}
}
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) {
background: #eeeef5 !important;
background-color: #eeeef5 !important;
}
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #page,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #page > #content,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #page > .site-content,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #page > .newsx-main-wrap,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .site-content,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #content,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .newsx-main-wrap {
background: #eeeef5 !important;
background-color: #eeeef5 !important;
background-image: none !important;
} .go-offcanvas-theme-panel {
padding: 16px 18px;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius:0!important;
background: var(--go-shell-surface-2);
}
.go-offcanvas-theme-row {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 14px;
}
.go-offcanvas-theme-copy {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
min-width: 0;
text-align: center;
}
.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:0!important;
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:0!important;
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:0!important;
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:0!important;
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:0!important;
border-bottom-right-radius:0!important;
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:0!important;
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!important;
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 {
width: 100%;
align-items: center;
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-shell-dark-toggle {
margin: 0 auto;
}
body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle .newsx-switch-to-dark,
body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle .newsx-switch-to-light {
top: 50%;
right: auto;
bottom: auto;
left: 50%;
transform: translate(-50%, -50%) scale(1);
}
body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle .newsx-switch-to-light {
opacity: 0;
}
body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle.active .newsx-switch-to-dark {
opacity: 0;
transform: translate(-50%, -50%) scale(0.96);
}
body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle.active .newsx-switch-to-light {
opacity: 0.96;
transform: translate(-50%, -50%) scale(1);
}
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;
}
} .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:0!important;
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:0!important;
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:0!important;
background: var(--go-shell-surface-2);
}
.go-offcanvas-theme-row {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 14px;
}
.go-offcanvas-theme-copy {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
min-width: 0;
text-align: center;
}
.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:0!important;
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:0!important;
}
.go-shell-dark-toggle .go-shell-dark-toggle-thumb {
position: absolute;
top: 3px;
left: 3px;
width: 24px;
height: 24px;
border-radius:0!important;
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:0!important;
border-bottom-right-radius:0!important;
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:0!important;
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!important;
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:0!important;
}
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 {
width: 100%;
align-items: center;
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-shell-dark-toggle {
margin: 0 auto;
}
body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle .newsx-switch-to-dark,
body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle .newsx-switch-to-light {
top: 50%;
right: auto;
bottom: auto;
left: 50%;
transform: translate(-50%, -50%) scale(1);
}
body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle .newsx-switch-to-light {
opacity: 0;
}
body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle.active .newsx-switch-to-dark {
opacity: 0;
transform: translate(-50%, -50%) scale(0.96);
}
body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle.active .newsx-switch-to-light {
opacity: 0.96;
transform: translate(-50%, -50%) scale(1);
}
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;
}
} 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;
}
}
@media (max-width: 767px) {
body {
--go-shell-header-height: 118px;
}
}
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;
} body .go-shell-header {
position: fixed !important;
top: var(--go-shell-admin-offset) !important;
z-index: 99999 !important;
} body .go-shell-header {
position: fixed !important;
top: var(--go-shell-admin-offset) !important;
z-index: 99999 !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-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;
} 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;
} .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-header .go-offcanvas-search-menu-button {
position: relative;
display: flex;
align-items: center;
width: 100%;
min-height: 44px;
gap: 12px;
padding: 0 52px 0 14px;
border: 0;
border-radius:0!important;
background: transparent;
color: var(--go-shell-text);
font: inherit;
font-size: 15px;
font-weight: 820;
line-height: 1.2;
text-align: left;
cursor: pointer;
transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.go-shell-header .go-offcanvas-search-menu-button::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 3px;
height: 0;
border-radius:0!important;
background: currentColor;
transform: translateY(-50%);
transition: height 0.18s ease;
}
.go-shell-header .go-offcanvas-search-menu-button:hover,
.go-shell-header .go-offcanvas-search-menu-button:focus-visible {
padding-left: 18px;
background: rgba(199, 240, 0, 0.1);
color: #c7f000;
outline: none;
}
.go-shell-header .go-offcanvas-search-menu-button:hover::before,
.go-shell-header .go-offcanvas-search-menu-button:focus-visible::before {
height: 18px;
}
.go-shell-header .go-offcanvas-nav-icon--search svg {
width: 18px;
height: 18px;
fill: currentColor;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-search-menu-button,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-search-menu-button {
width: 38px;
height: 38px;
min-height: 38px;
justify-content: center;
padding: 0;
border-radius:0!important;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-search-menu-button::before,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-search-menu-button::before,
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-search-menu-label,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-search-menu-label {
display: none;
}
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-menu-button {
color: #0f172a;
}
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-menu-button: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-search-menu-button:focus-visible {
background: rgba(199, 240, 0, 0.18);
color: #111827;
}
.go-search-modal[hidden] {
display: none !important;
}
.go-search-modal {
position: fixed;
inset: 0;
z-index: 100000;
display: flex;
align-items: flex-start;
justify-content: center;
padding: clamp(1rem, 4vh, 2.4rem) 1rem;
}
.go-search-modal-backdrop {
position: absolute;
inset: 0;
background: radial-gradient(circle at 0 0, rgba(199, 240, 0, 0.12), transparent 25rem), rgba(10, 12, 18, 0.72);
backdrop-filter: blur(10px);
}
.go-search-modal-panel {
position: relative;
width: min(92vw, 31.5rem);
min-height: min(78vh, 48rem);
padding: 1.45rem;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius:0!important;
background: #293348;
box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
color: #ffffff;
}
.go-search-modal-header {
position: relative;
display: flex;
align-items: center;
justify-content: center;
min-height: 2rem;
}
.go-search-modal-header h2 {
margin: 0;
color: #ffffff !important;
font-size: 0.72rem;
font-weight: 900;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.go-search-modal-close {
position: absolute;
top: -0.2rem;
right: -0.1rem;
display: inline-grid;
width: 2.1rem;
height: 2.1rem;
place-items: center;
border: 0;
background: transparent;
color: #ffffff;
cursor: pointer;
}
.go-search-modal-close svg {
width: 1.25rem;
height: 1.25rem;
fill: currentColor;
}
.go-search-modal-tabs {
position: relative;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0.25rem;
margin-top: 1.6rem;
padding-bottom: 0.38rem;
}
.go-search-modal-tabs::after {
content: "";
position: absolute;
right: 20%;
bottom: 0;
left: 0;
height: 0.34rem;
border-radius:0!important;
background: #ffffff;
}
.go-search-modal-tabs button {
min-height: 1.8rem;
border: 0;
border-radius:0!important;
background: rgba(255, 255, 255, 0.08);
color: #ffffff;
font-size: 0.72rem;
font-weight: 900;
text-transform: uppercase;
cursor: pointer;
}
.go-search-modal-tabs button.is-active {
border-radius:0!important;
background: #ffffff;
color: #151923;
}
.go-search-modal-form {
display: flex;
align-items: center;
gap: 0.85rem;
min-height: 3rem;
margin-top: 1rem;
padding: 0 0.9rem;
border: 2px solid rgba(255, 255, 255, 0.78);
border-radius:0!important;
}
.go-search-modal-form-icon,
.go-search-modal-form-icon svg {
width: 1.2rem;
height: 1.2rem;
fill: currentColor;
}
.go-search-modal-form input {
flex: 1 1 auto;
min-width: 0;
border: 0;
background: transparent;
color: #ffffff;
font-size: 1.05rem;
outline: none;
}
.go-search-modal-form input::placeholder {
color: rgba(255, 255, 255, 0.9);
}
body.go-search-modal-open {
overflow: hidden;
}
.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;
} .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;
} 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;
} .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;
} 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%;
}
} #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 {
--go-inline-brief-bg: transparent;
--go-inline-brief-panel: #f4f6f8;
--go-inline-brief-panel-strong: #eef2f6;
--go-inline-brief-line: rgba(15, 23, 42, 0.08);
--go-inline-brief-line-strong: rgba(15, 23, 42, 0.12);
--go-inline-brief-text: #0f172a;
--go-inline-brief-soft: #667085;
--go-inline-brief-link: #243244;
display: grid;
gap: 16px;
margin: 28px 0;
padding: 22px;
border: 1px solid var(--go-inline-brief-line);
border-radius:0!important;
background: transparent;
box-shadow: none;
}
.go-inline-brief__head {
display: grid;
gap: 12px;
}
.go-inline-brief__kicker {
display: inline-flex;
align-items: center;
justify-content: center;
justify-self: start;
align-self: flex-start;
width: fit-content;
min-height: 28px;
padding: 0 11px;
border-radius:0!important;
border: 1px solid var(--go-inline-brief-line);
background: rgba(15, 23, 42, 0.03);
color: #5c6675;
font-family: "Inter", sans-serif;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.go-inline-brief__title {
max-width: 18ch;
margin: 0;
color: var(--go-inline-brief-text);
font-family: "Sora", sans-serif;
font-size: clamp(1.25rem, 1.8vw, 1.7rem);
line-height: 1.06;
letter-spacing: -0.04em;
}
.go-inline-brief__facts {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
gap: 10px;
}
.go-inline-brief__fact {
display: grid;
gap: 5px;
padding: 13px 14px;
border: 1px solid var(--go-inline-brief-line);
border-radius:0!important;
background: transparent;
}
.go-inline-brief__fact strong {
color: var(--go-inline-brief-soft);
font-family: "Inter", sans-serif;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.go-inline-brief__fact span {
color: var(--go-inline-brief-text);
font-family: "Inter", sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 1.45;
}
.go-inline-brief__fact--release span {
font-family: "Sora", sans-serif;
font-size: clamp(0.98rem, 1vw, 1.06rem);
font-weight: 600;
letter-spacing: -0.02em;
}
.go-inline-brief__links {
display: flex;
flex-wrap: wrap;
gap: 10px 16px;
align-items: center;
}
.go-inline-brief__link {
font-family: "Inter", sans-serif;
text-decoration: none;
transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.go-inline-brief__link--primary {
display: inline-flex;
align-items: center;
gap: 8px;
min-height: 40px;
padding: 0 14px;
border: 1px solid var(--go-inline-brief-line);
border-radius:0!important;
background: var(--go-inline-brief-panel-strong);
color: var(--go-inline-brief-text);
font-size: 13px;
font-weight: 700;
}
.go-inline-brief__link--primary::after {
content: "\2197";
font-size: 12px;
}
.go-inline-brief__link--primary:hover,
.go-inline-brief__link--primary:focus-visible {
transform: none;
border-color: var(--go-inline-brief-line-strong);
color: var(--go-inline-brief-text);
}
.go-inline-brief__link--secondary {
color: var(--go-inline-brief-soft);
font-size: 13px;
font-weight: 700;
}
.go-inline-brief__link--secondary:hover,
.go-inline-brief__link--secondary:focus-visible {
color: var(--go-inline-brief-link);
}
.go-inline-related-card {
--go-inline-related-bg: transparent;
--go-inline-related-panel: #f1f4f7;
--go-inline-related-line: rgba(15, 23, 42, 0.08);
--go-inline-related-line-strong: rgba(15, 23, 42, 0.12);
--go-inline-related-text: #0f172a;
--go-inline-related-soft: #667085;
--go-inline-related-link: #243244;
margin: 28px 0;
}
.go-inline-related-card__inner {
display: grid;
grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
gap: 18px;
align-items: stretch;
padding: 18px;
border: 1px solid var(--go-inline-related-line);
border-radius:0!important;
background: transparent;
box-shadow: none;
}
.go-inline-related-card.is-text-only .go-inline-related-card__inner {
grid-template-columns: 1fr;
}
.go-inline-related-card__media {
display: grid;
min-height: 156px;
overflow: hidden;
border-radius:0!important;
background: var(--go-inline-related-panel);
line-height: 0;
}
.go-inline-related-card .go-inline-related-card__media img {
display: block;
width: 100%;
height: 100%;
min-height: 100%;
object-fit: cover;
object-position: center;
}
.go-inline-related-card__copy {
display: grid;
gap: 12px;
min-width: 0;
align-content: center;
}
.go-inline-related-card__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
justify-self: start;
align-self: flex-start;
width: fit-content;
min-height: 28px;
padding: 0 10px;
border-radius:0!important;
border: 1px solid var(--go-inline-related-line);
background: rgba(15, 23, 42, 0.03);
color: var(--go-inline-related-soft);
font-family: "Inter", sans-serif;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.go-inline-related-card__title {
max-width: 16ch;
margin: 0;
color: var(--go-inline-related-text);
font-family: "Sora", sans-serif;
font-size: clamp(1.2rem, 1.6vw, 1.7rem);
line-height: 1.06;
letter-spacing: -0.04em;
}
.go-inline-related-card__title a,
.go-inline-related-card__title a:visited {
color: inherit;
text-decoration: none;
}
.go-inline-related-card__title a:hover,
.go-inline-related-card__title a:focus-visible {
color: var(--go-inline-related-link);
}
.go-inline-related-card__link {
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: 0;
color: var(--go-inline-related-link);
font-family: "Inter", sans-serif;
font-size: 13px;
font-weight: 700;
text-decoration: none;
}
.go-inline-related-card__link::after {
content: "\2192";
transition: transform 0.2s ease;
}
.go-inline-related-card__link:hover::after,
.go-inline-related-card__link:focus-visible::after {
transform: translateX(1px);
}
html.dark .go-inline-brief,
html.dark .go-inline-related-card,
body.dark .go-inline-brief,
body.dark .go-inline-related-card,
body.dark-mode .go-inline-brief,
body.dark-mode .go-inline-related-card,
body.is-dark-theme .go-inline-brief,
body.is-dark-theme .go-inline-related-card,
body.newsx-dark-mode .go-inline-brief,
body.newsx-dark-mode .go-inline-related-card,
[data-theme="dark"] .go-inline-brief,
[data-theme="dark"] .go-inline-related-card {
box-shadow: none;
}
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 {
--go-inline-brief-bg: #0f1520;
--go-inline-brief-panel: #141c27;
--go-inline-brief-panel-strong: #17202c;
--go-inline-brief-line: rgba(255, 255, 255, 0.08);
--go-inline-brief-line-strong: rgba(255, 255, 255, 0.14);
--go-inline-brief-text: #f5f7fa;
--go-inline-brief-soft: #a9b4c6;
--go-inline-brief-link: #d7dde8;
}
html.dark .go-inline-related-card,
body.dark .go-inline-related-card,
body.dark-mode .go-inline-related-card,
body.is-dark-theme .go-inline-related-card,
body.newsx-dark-mode .go-inline-related-card,
[data-theme="dark"] .go-inline-related-card {
--go-inline-related-bg: #0f1520;
--go-inline-related-panel: #141c27;
--go-inline-related-line: rgba(255, 255, 255, 0.08);
--go-inline-related-line-strong: rgba(255, 255, 255, 0.14);
--go-inline-related-text: #f5f7fa;
--go-inline-related-soft: #a9b4c6;
--go-inline-related-link: #d7dde8;
}
@media (max-width: 720px) {
.go-inline-related-card__inner {
grid-template-columns: 1fr;
padding: 16px;
}
.go-inline-related-card__media {
min-height: 180px;
}
}
@media (max-width: 640px) {
.go-inline-brief {
margin: 24px 0;
padding: 18px;
border-radius:0!important;
}
.go-inline-brief__facts {
grid-template-columns: 1fr;
}
.go-inline-brief__link--primary {
min-height: 40px;
padding: 0 14px;
}
}
#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:0!important;
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: 0;
box-shadow: none;
}
.go-shell-footer-main::before {
display: none;
content: 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: 0;
box-shadow: none;
}
.go-shell-footer-main::before {
display: none;
content: 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:0!important;
background: #d9ff57;
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:0!important;
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:0!important;
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:0!important;
}
.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:0!important;
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:0!important;
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:0!important;
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:0!important;
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:0!important;
} .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:0!important;
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:0!important;
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:0!important;
}
.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:0!important;
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;
} .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:0!important;
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:0!important;
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:0!important;
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:0!important;
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:0!important;
background: rgba(255, 255, 255, 0.08);
filter: blur(6px);
}
.go-shell-footer::after {
left: -100px;
bottom: -120px;
width: 360px;
height: 360px;
border-radius:0!important;
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:0!important;
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:0!important;
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:0!important;
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;
} .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.06), transparent 30%),
linear-gradient(180deg, var(--go-offcanvas-panel-top) 0%, var(--go-offcanvas-panel) 52%, var(--go-offcanvas-panel-bottom) 100%);
color: var(--go-shell-text);
box-shadow: -24px 0 60px rgba(0, 0, 0, 0.5);
border-top-right-radius:0!important;
border-bottom-right-radius:0!important;
}
.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:0!important;
border-bottom-right-radius:0!important;
}
.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!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 {
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;
}
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) {
background: #eeeef5 !important;
background-color: #eeeef5 !important;
}
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #page,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #page > #content,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #page > .site-content,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #page > .newsx-main-wrap,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .site-content,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) #content,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .newsx-main-wrap {
background: #eeeef5 !important;
background-color: #eeeef5 !important;
background-image: none !important;
}
@media (max-width: 767px) {
.go-shell-topbar-inner {
position: relative;
}
.go-shell-topbar .go-offcanvas-trigger-group {
display: flex;
align-items: center;
}
.go-shell-topbar .go-offcanvas-topbar-toggle,
.go-shell-header .go-offcanvas-header-toggle,
.go-shell-header .go-offcanvas-compact-toggle {
display: none !important;
}
.go-shell-topbar-group-start {
gap: 0;
min-width: 40px;
}
.go-shell-topbar-group-end,
.go-shell-topbar .go-offcanvas-trigger-group {
position: relative;
z-index: 2;
}
.go-shell-topbar-brand {
position: absolute;
top: calc(12px + 20px);
left: 50%;
z-index: 1;
margin: 0;
transform: translate(-50%, -50%);
}
.go-shell-topbar-brand .custom-logo,
.go-shell-topbar-brand .site-logo img {
max-width: min(138px, calc(100vw - 132px));
max-height: 36px;
}
} .go-shell-header .go-offcanvas-nav .menu-item-has-children,
.go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
column-gap: 8px;
align-items: start;
}
.go-shell-header .go-offcanvas-nav .menu-item-has-children > a,
.go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children > a {
grid-column: 1;
grid-row: 1;
width: 100%;
min-width: 0;
padding-right: 14px !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 {
grid-column: 1 / -1;
grid-row: 2;
}
.go-shell-header .go-offcanvas-submenu-toggle {
position: relative;
grid-column: 2;
grid-row: 1;
align-self: center;
justify-self: end;
top: auto;
right: auto;
margin-top: 0;
transform: none;
z-index: 2;
}
@media (max-width: 767px) {
:root {
--go-mobile-gutter: 16px;
--go-mobile-rail-gap: 14px;
--go-mobile-rail-card: min(82vw, 20.5rem);
--go-mobile-rail-card-wide: min(86vw, 23rem);
--go-mobile-rail-end-space: 16px;
}
:is(
.go-home-shell,
.go-news-archive-shell,
.go-news-archive-shell.newsx-container,
.go-gh-shell,
.go-eh-shell,
.go-th-shell,
.go-vh-shell,
.go-ca-shell,
.go-ca-shell.newsx-container,
.go-cp-shell,
.go-cp-shell.newsx-container,
.go-cp-shell--body,
.go-cp-shell--body.newsx-container,
.go-cp-hero-shell,
.go-cp-hero-shell.newsx-container
) {
width: calc(100% - (var(--go-mobile-gutter) * 2)) !important;
max-width: 100% !important;
margin-inline: auto !important;
}
:is(
.go-home-page,
.go-news-archive-page,
.go-reviews-archive-page,
.go-gh-page,
.go-eh-page,
.go-th-page,
.go-vh-page,
.go-ca-page,
.go-cp-page
) :is(img, svg, canvas, video, iframe, embed, object) {
max-width: 100% !important;
}
:is(
.go-home-page,
.go-news-archive-page,
.go-reviews-archive-page,
.go-gh-page,
.go-eh-page,
.go-th-page,
.go-vh-page,
.go-ca-page,
.go-cp-page
) :is(table, pre) {
max-width: 100% !important;
overflow-x: auto;
}
:is(
.go-home-player-layout,
.go-home-player-stage,
.go-home-player-body,
.go-home-latest-feed,
.go-home-latest-grid,
.go-home-latest-card,
.go-cp-feed-shell,
.go-cp-feed-shell .go-fph-feed-list,
.go-cp-lane-grid,
.go-cp-curation-grid,
.go-cp-service-list,
.go-cp-deals-grid,
.go-cp-game-pass-board,
.go-cp-video-grid,
.go-cp-service-games-grid,
.go-cp-video-copy,
.go-cp-video-card-copy,
.go-cp-service-copy,
.go-cp-service-game-copy,
.go-fp-feed-item-content
) {
min-width: 0 !important;
max-width: 100% !important;
}
:is(
.go-news-archive-chip-nav,
.go-reviews-archive-chip-nav,
.go-gh-nav,
.go-ca-nav,
.go-news-archive-topic-list,
.go-ca-topic-list
) {
display: flex;
gap: 10px;
overflow-x: auto;
overflow-y: hidden;
padding: 0 0 4px;
scroll-snap-type: x proximity;
scrollbar-width: none;
-webkit-overflow-scrolling: touch;
}
:is(
.go-news-archive-chip-nav,
.go-reviews-archive-chip-nav,
.go-gh-nav,
.go-ca-nav,
.go-news-archive-topic-list,
.go-ca-topic-list
)::-webkit-scrollbar {
display: none;
}
:is(
.go-news-archive-chip-nav,
.go-reviews-archive-chip-nav,
.go-gh-nav,
.go-ca-nav,
.go-news-archive-topic-list,
.go-ca-topic-list
) > * {
flex: 0 0 auto;
scroll-snap-align: start;
white-space: nowrap;
}
:is(
.go-news-archive-headline-rail,
.go-news-archive-radar-list,
.go-news-archive-video-support,
.go-home-player-rail,
.go-home-latest-grid,
.go-news-category-grid--entertainment,
.go-news-category-grid--technology,
.go-news-category-stack,
.go-reviews-archive-rail-list,
.go-reviews-archive-impressions-grid,
.go-gh-release-grid,
.go-gh-mini-grid--editorial,
.go-th-module-grid,
.go-th-topic-list,
.go-th-video-grid,
.go-eh-subcategory-grid,
.go-vh-rail-list,
.go-vh-channel-grid,
.go-ca-hero-rail-list,
.go-ca-story-list,
.go-ca-video-list,
.go-cp-lane-grid,
.go-cp-curation-grid,
.go-cp-service-list,
.go-cp-deals-grid,
.go-cp-game-pass-board,
.go-cp-video-grid,
.go-cp-service-games-grid,
.go-cp-feed-shell .go-fph-feed-list
) {
display: flex !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
flex-wrap: nowrap !important;
align-items: stretch;
gap: var(--go-mobile-rail-gap) !important;
overflow-x: auto !important;
overflow-y: hidden;
padding: 2px var(--go-mobile-rail-end-space) 6px 0;
scroll-padding-inline-start: 0;
scroll-padding-inline-end: var(--go-mobile-rail-end-space);
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
overscroll-behavior-x: contain;
touch-action: pan-x pan-y;
scrollbar-width: none;
}
:is(
.go-news-archive-headline-rail,
.go-news-archive-radar-list,
.go-news-archive-video-support,
.go-home-player-rail,
.go-home-latest-grid,
.go-news-category-grid--entertainment,
.go-news-category-grid--technology,
.go-news-category-stack,
.go-reviews-archive-rail-list,
.go-reviews-archive-impressions-grid,
.go-gh-release-grid,
.go-gh-mini-grid--editorial,
.go-th-module-grid,
.go-th-topic-list,
.go-th-video-grid,
.go-eh-subcategory-grid,
.go-vh-rail-list,
.go-vh-channel-grid,
.go-ca-hero-rail-list,
.go-ca-story-list,
.go-ca-video-list,
.go-cp-lane-grid,
.go-cp-curation-grid,
.go-cp-service-list,
.go-cp-deals-grid,
.go-cp-game-pass-board,
.go-cp-video-grid,
.go-cp-service-games-grid,
.go-cp-feed-shell .go-fph-feed-list
)::-webkit-scrollbar {
display: none;
}
:is(
.go-news-archive-headline-rail,
.go-news-archive-radar-list,
.go-news-archive-video-support,
.go-home-latest-grid,
.go-news-category-grid--entertainment,
.go-news-category-grid--technology,
.go-news-category-stack,
.go-reviews-archive-rail-list,
.go-reviews-archive-impressions-grid,
.go-gh-mini-grid--editorial,
.go-th-topic-list,
.go-eh-subcategory-grid,
.go-vh-rail-list,
.go-ca-story-list,
.go-ca-video-list,
.go-cp-lane-grid,
.go-cp-curation-grid,
.go-cp-service-list,
.go-cp-deals-grid,
.go-cp-game-pass-board,
.go-cp-video-grid,
.go-cp-service-games-grid,
.go-cp-feed-shell .go-fph-feed-list
) > * {
flex: 0 0 var(--go-mobile-rail-card);
width: var(--go-mobile-rail-card);
min-width: var(--go-mobile-rail-card);
min-height: 100%;
scroll-snap-align: start;
scroll-snap-stop: always;
}
:is(
.go-gh-release-grid,
.go-home-player-rail,
.go-th-module-grid,
.go-th-video-grid,
.go-vh-channel-grid,
.go-ca-hero-rail-list
) > * {
flex: 0 0 var(--go-mobile-rail-card-wide);
width: var(--go-mobile-rail-card-wide);
min-width: var(--go-mobile-rail-card-wide);
min-height: 100%;
scroll-snap-align: start;
scroll-snap-stop: always;
}
.go-home-player-rail > .go-home-player-item,
.go-home-latest-grid > .go-home-latest-card {
flex: 0 0 var(--go-mobile-rail-card-wide);
width: var(--go-mobile-rail-card-wide);
min-width: var(--go-mobile-rail-card-wide);
scroll-snap-align: start;
scroll-snap-stop: always;
}
.go-home-latest-grid > .go-feed-adsense,
.go-cp-feed-shell .go-fph-feed-list > .go-feed-adsense {
flex: 0 0 calc(100% - var(--go-mobile-rail-end-space));
width: calc(100% - var(--go-mobile-rail-end-space));
min-width: calc(100% - var(--go-mobile-rail-end-space));
scroll-snap-align: start;
}
.go-home-player-item {
grid-template-columns: 1fr !important;
gap: 12px !important;
align-content: start;
padding: 14px !important;
}
.go-home-player-item-media,
.go-home-player-item-copy,
.go-home-player-item-title,
.go-home-latest-media,
.go-home-latest-body,
.go-home-latest-body > * {
min-width: 0 !important;
max-width: 100% !important;
}
.go-home-latest-card {
grid-template-columns: 1fr !important;
gap: 12px !important;
align-content: start;
}
.go-home-player-layout {
gap: 16px !important;
}
.go-home-player-title,
.go-home-player-title a,
.go-home-player-dek,
.go-home-player-item-title,
.go-home-latest-body h3,
.go-home-latest-body h3 a,
.go-home-latest-body p {
overflow-wrap: anywhere;
}
.go-home-hero {
width: 100% !important;
margin-left: 0 !important;
}
.go-vh-rail-item {
gap: 12px !important;
padding: 14px !important;
border: 1px solid var(--go-vh-line);
border-radius:0!important;
}
.go-vh-rail-item:first-child {
padding-top: 14px;
}
.go-vh-channel-card {
padding: 16px !important;
gap: 14px !important;
}
.go-news-category-grid--games,
.go-th-topic-grid,
.go-cp-services-grid,
.go-cp-showcase-grid {
grid-template-columns: 1fr !important;
gap: 16px !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-site-brand .go-offcanvas-light-logo .custom-logo {
filter: none !important;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo.go-offcanvas-logo--open,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo.go-offcanvas-logo--open {
display: none !important;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo.go-offcanvas-logo--compact,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo.go-offcanvas-logo--compact {
display: inline-flex !important;
}
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo {
display: none !important;
}
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo.go-offcanvas-logo--open {
display: inline-flex !important;
}
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]).go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo.go-offcanvas-logo--open,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]).has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo.go-offcanvas-logo--open {
display: none !important;
}
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]).go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo.go-offcanvas-logo--compact,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]).has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo.go-offcanvas-logo--compact {
display: inline-flex !important;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand {
min-height: 34px;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .newsx-site-identity,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .newsx-site-identity,
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .site-logo,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .site-logo {
position: relative;
display: flex !important;
align-items: center;
justify-content: center;
width: 100%;
min-height: 34px;
overflow: hidden;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo {
position: absolute;
top: 50%;
left: 50%;
justify-content: center;
transform: translate(-50%, -50%);
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo--open,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo--open {
display: none !important;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo--compact,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo--compact {
display: none !important;
}
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode).go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo.go-offcanvas-logo--compact,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode).has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo.go-offcanvas-logo--compact {
display: inline-flex !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-site-brand .go-offcanvas-dark-logo {
display: none !important;
}
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]).go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo.go-offcanvas-logo--compact,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]).has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo.go-offcanvas-logo--compact {
display: inline-flex !important;
}
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo {
display: none !important;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo-image--compact,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo-image--compact {
display: block;
width: auto;
max-width: 60px !important;
max-height: 30px !important;
object-fit: contain;
object-position: center;
} .go-shell-header .newsx-offcanvas-widgets-area {
border-right-color: rgba(148, 163, 184, 0.14) !important;
}
.go-shell-header .go-offcanvas-header {
border-bottom: 0 !important;
padding-bottom: 18px;
}
.go-shell-header .go-offcanvas-body {
gap: 20px;
}
.go-shell-header .go-offcanvas-section-label {
font-size: 0.74rem !important;
letter-spacing: 0.14em !important;
}
.go-shell-header .go-offcanvas-search-form {
min-height: 54px;
border-radius:0!important;
transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.go-shell-header .go-offcanvas-search-form:focus-within {
border-color: rgba(199, 240, 0, 0.52) !important;
box-shadow: 0 0 0 3px rgba(199, 240, 0, 0.14) !important;
}
.go-shell-header .go-offcanvas-search-submit {
border-radius:0!important;
transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.go-shell-header .go-offcanvas-search-submit:hover,
.go-shell-header .go-offcanvas-search-submit:focus-visible {
background: rgba(199, 240, 0, 0.16) !important;
color: #111827 !important;
transform: translateY(-1px);
}
.go-shell-header .go-offcanvas-nav {
border-top: 0 !important;
padding-top: 0 !important;
}
.go-shell-header .go-offcanvas-nav > ul {
display: grid;
gap: 5px;
}
.go-shell-header .go-offcanvas-nav > ul > li > a {
display: flex !important;
align-items: center;
min-height: 44px;
gap: 12px;
padding: 0 52px 0 14px !important;
border-bottom: 0 !important;
border-radius:0!important;
font-size: 15px !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
text-transform: none !important;
transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.go-shell-header .go-offcanvas-nav > ul > li > a::before {
left: 0;
width: 3px;
height: 0;
border-radius:0!important;
}
.go-shell-header .go-offcanvas-nav > ul > li > a:hover,
.go-shell-header .go-offcanvas-nav > ul > li > a:focus-visible,
.go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a,
.go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a,
.go-shell-header .go-offcanvas-nav > ul > li.go-offcanvas-url-current > a {
padding-left: 18px !important;
background: rgba(199, 240, 0, 0.1) !important;
color: #c7f000 !important;
}
.go-shell-header .go-offcanvas-nav > ul > li > a:hover::before,
.go-shell-header .go-offcanvas-nav > ul > li > a:focus-visible::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,
.go-shell-header .go-offcanvas-nav > ul > li.go-offcanvas-url-current > a::before {
height: 18px;
}
.go-shell-header .go-offcanvas-nav-icon {
display: inline-grid;
width: 20px;
min-width: 20px;
height: 20px;
place-items: center;
color: currentColor;
opacity: 0.88;
}
.go-shell-header .go-offcanvas-submenu-toggle {
top: 4px !important;
right: 0 !important;
width: 40px !important;
height: 40px !important;
border-radius:0!important;
transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.go-shell-header .go-offcanvas-submenu-toggle:hover,
.go-shell-header .go-offcanvas-submenu-toggle:focus-visible,
.go-shell-header .menu-item-has-children.is-open > .go-offcanvas-submenu-toggle {
transform: translateY(-1px);
}
.go-shell-header .go-offcanvas-nav ul ul {
margin: 4px 0 8px 28px !important;
padding: 4px 0 4px 0 !important;
border-left: 0 !important;
}
.go-shell-header .go-offcanvas-nav ul ul a {
border-radius:0!important;
padding: 9px 10px !important;
}
.go-shell-header .go-offcanvas-follow {
margin-top: auto;
padding: 16px !important;
border-radius:0!important;
}
.go-shell-header .go-offcanvas-social-link {
justify-content: center !important;
min-height: 44px !important;
border-radius:0!important;
font-weight: 820 !important;
transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.go-shell-header .go-offcanvas-social-link:hover,
.go-shell-header .go-offcanvas-social-link:focus-visible {
transform: translateY(-1px);
}
.go-shell-header .go-offcanvas-compact-control {
padding-top: 14px;
border-top: 0 !important;
}
.go-shell-header .go-offcanvas-desktop-toggle,
.go-shell-header .go-shell-dark-toggle {
box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
body.go-desktop-shell-collapsed .go-shell-header .newsx-offcanvas-widgets-area,
body.has-offcanvas-closed .go-shell-header .newsx-offcanvas-widgets-area {
border-right-color: rgba(148, 163, 184, 0.12) !important;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav > ul,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-nav > ul {
align-items: center;
gap: 8px;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav > ul > li > a,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-nav > ul > li > a {
width: 38px !important;
height: 38px !important;
min-height: 38px !important;
justify-content: center !important;
padding: 0 !important;
border-radius:0!important;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav > ul > li > a::before,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-nav > ul > li > a::before {
display: none !important;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav-icon,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-nav-icon {
width: 19px;
height: 19px;
margin: 0;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-submenu-toggle,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-submenu-toggle,
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-follow,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-follow {
display: 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 .newsx-offcanvas-widgets-area {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.99)) !important;
box-shadow: 18px 0 44px 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-header .go-offcanvas-search-form {
border-color: rgba(15, 23, 42, 0.12) !important;
background: #fff !important;
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
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 {
color: #0f172a !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 > a:focus-visible,
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 .go-offcanvas-nav > ul > li.go-offcanvas-url-current > a {
background: rgba(199, 240, 0, 0.18) !important;
color: #111827 !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-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 .go-offcanvas-social-link {
border-color: rgba(15, 23, 42, 0.12) !important;
background: #fff !important;
color: #0f172a !important;
box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}
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-social-link:focus-visible {
border-color: rgba(199, 240, 0, 0.52) !important;
background: rgba(199, 240, 0, 0.16) !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 {
border-color: rgba(15, 23, 42, 0.1) !important;
background: #fff !important;
box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode).go-desktop-shell-collapsed .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).has-offcanvas-closed .go-shell-header .newsx-offcanvas-widgets-area {
box-shadow: 10px 0 28px rgba(15, 23, 42, 0.06) !important;
}
@media (min-width: 1200px) {
body {
--go-desktop-shell-width-compact: 72px;
}
body #page {
padding-left: var(--go-desktop-shell-width-current) !important;
}
body.go-template-review #page,
body.go-template-critica #page {
padding-left: var(--go-desktop-shell-width-current) !important;
}
body.go-desktop-shell-collapsed .go-shell-header .newsx-offcanvas-widgets-area,
body.has-offcanvas-closed .go-shell-header .newsx-offcanvas-widgets-area {
border-top-right-radius:0!important;
border-bottom-right-radius:0!important;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-header,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-header,
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-body,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-body {
padding-right: 12px !important;
padding-left: 12px !important;
}
} .go-shell-footer-main {
border-top: 0 !important;
box-shadow: none !important;
}
.go-shell-footer-main::before {
display: none !important;
content: none !important;
} body:not(.wp-admin) {
--go-page-bg: #f8f9fc;
--go-page-text: #080b12;
--go-page-muted: #5d6675;
--go-page-line: rgba(8, 11, 18, 0.13);
--go-page-accent: #2800f0;
--go-page-accent-rgb: 40, 0, 240;
--go-page-accent-soft: rgba(40, 0, 240, 0.09);
--go-page-accent-line: rgba(40, 0, 240, 0.24);
--go-page-surface: rgba(255, 255, 255, 0.72);
--go-page-surface-soft: rgba(255, 255, 255, 0.58);
--go-article-accent: #2800f0;
--go-single-lime: #2800f0;
--go-single-blue: #2800f0;
--go-ui-accent: #2800f0;
--go-ui-mark: #2800f0;
--go-home-accent: #2800f0;
--go-shell-lime: #2800f0;
--go-shell-blue: #2800f0;
}
html.dark body:not(.wp-admin),
html[class*="dark"] body:not(.wp-admin),
html[data-theme="dark"] body:not(.wp-admin),
body.dark:not(.wp-admin),
body.dark-mode:not(.wp-admin),
body.is-dark-theme:not(.wp-admin),
body.newsx-dark-mode:not(.wp-admin),
body[data-theme="dark"]:not(.wp-admin) {
--go-page-bg: #121212;
--go-page-text: #f7f8fb;
--go-page-muted: #b8bec9;
--go-page-line: rgba(255, 255, 255, 0.13);
--go-page-accent: #c7f000;
--go-page-accent-rgb: 199, 240, 0;
--go-page-accent-soft: rgba(199, 240, 0, 0.10);
--go-page-accent-line: rgba(199, 240, 0, 0.28);
--go-page-surface: rgba(18, 18, 18, 0.72);
--go-page-surface-soft: rgba(255, 255, 255, 0.055);
--go-article-accent: #c7f000;
--go-single-lime: #c7f000;
--go-single-blue: #c7f000;
--go-ui-accent: #c7f000;
--go-ui-mark: #c7f000;
--go-home-accent: #c7f000;
--go-shell-lime: #c7f000;
--go-shell-blue: #c7f000;
}
body.go-template-standard,
body.go-template-news,
body.go-template-standard #page,
body.go-template-news #page,
body.go-template-standard :where(#content, #main, .site-content, .content-area, .site-main, .newsx-main-wrap, .go-article, .go-article__shell, .go-article__post, .go-shell-breadcrumb-band, .go-shell-footer, .newsx-site-footer),
body.go-template-news :where(#content, #main, .site-content, .content-area, .site-main, .newsx-main-wrap, .go-article, .go-article__shell, .go-article__post, .go-shell-breadcrumb-band, .go-shell-footer, .newsx-site-footer) {
background-color: var(--go-page-bg) !important;
color: var(--go-page-text) !important;
}
body.go-template-standard :where(.go-layout-shell, .go-article__grid, .go-article__main, .go-article__content, .go-article__footer, .go-article__footer-meta, .go-shell-breadcrumb-band .go-shell-wrap, .go-shell-footer-main, .go-shell-footer .go-shell-wrap, .go-shell-footer-top, .go-shell-footer-grid, .go-shell-footer-bottom, .go-shell-footer-info),
body.go-template-news :where(.go-layout-shell, .go-article__grid, .go-article__main, .go-article__content, .go-article__footer, .go-article__footer-meta, .go-shell-breadcrumb-band .go-shell-wrap, .go-shell-footer-main, .go-shell-footer .go-shell-wrap, .go-shell-footer-top, .go-shell-footer-grid, .go-shell-footer-bottom, .go-shell-footer-info) {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
}
body.go-template-standard.go-site-has-game-art::before,
body.go-template-news.go-site-has-game-art::before,
body.go-template-standard .go-site-game-art-backdrop::before,
body.go-template-news .go-site-game-art-backdrop::before {
opacity: 0.15 !important;
}
html.dark body.go-template-standard.go-site-has-game-art::before,
html.dark body.go-template-news.go-site-has-game-art::before,
html[class*="dark"] body.go-template-standard.go-site-has-game-art::before,
html[class*="dark"] body.go-template-news.go-site-has-game-art::before,
body.dark.go-template-standard.go-site-has-game-art::before,
body.dark.go-template-news.go-site-has-game-art::before,
body.dark-mode.go-template-standard.go-site-has-game-art::before,
body.dark-mode.go-template-news.go-site-has-game-art::before,
body.is-dark-theme.go-template-standard.go-site-has-game-art::before,
body.is-dark-theme.go-template-news.go-site-has-game-art::before,
body.newsx-dark-mode.go-template-standard.go-site-has-game-art::before,
body.newsx-dark-mode.go-template-news.go-site-has-game-art::before {
opacity: 0.23 !important;
}
body.go-template-standard.go-site-has-game-art::after,
body.go-template-news.go-site-has-game-art::after,
body.go-template-standard .go-site-game-art-backdrop::after,
body.go-template-news .go-site-game-art-backdrop::after {
background: linear-gradient(180deg, rgba(248, 249, 252, 0.78) 0%, rgba(248, 249, 252, 0.84) 54%, rgba(248, 249, 252, 0.88) 100%) !important;
}
html.dark body.go-template-standard.go-site-has-game-art::after,
html.dark body.go-template-news.go-site-has-game-art::after,
html[class*="dark"] body.go-template-standard.go-site-has-game-art::after,
html[class*="dark"] body.go-template-news.go-site-has-game-art::after,
body.dark.go-template-standard.go-site-has-game-art::after,
body.dark.go-template-news.go-site-has-game-art::after,
body.dark-mode.go-template-standard.go-site-has-game-art::after,
body.dark-mode.go-template-news.go-site-has-game-art::after,
body.is-dark-theme.go-template-standard.go-site-has-game-art::after,
body.is-dark-theme.go-template-news.go-site-has-game-art::after,
body.newsx-dark-mode.go-template-standard.go-site-has-game-art::after,
body.newsx-dark-mode.go-template-news.go-site-has-game-art::after {
background: linear-gradient(180deg, rgba(18, 18, 18, 0.74) 0%, rgba(18, 18, 18, 0.79) 54%, rgba(18, 18, 18, 0.84) 100%) !important;
}
body.go-template-standard :is(.go-article__eyebrow a, .go-article__side-label, .go-article__side-story-meta b, .go-article__footer-label, .go-single-author-card__eyebrow, .go-shell-breadcrumbs a:hover, .go-shell-breadcrumbs [aria-current="page"], .newsx-post-categories a, .post-categories a, .cat-links a, .goei-auto-related-links > :first-child, .goei-auto-related-links h2, .goei-auto-related-links h3, .goei-auto-related-links strong:first-child, .go-inline-brief__label),
body.go-template-news :is(.go-article__eyebrow a, .go-article__side-label, .go-article__side-story-meta b, .go-article__footer-label, .go-single-author-card__eyebrow, .go-shell-breadcrumbs a:hover, .go-shell-breadcrumbs [aria-current="page"], .newsx-post-categories a, .post-categories a, .cat-links a, .goei-auto-related-links > :first-child, .goei-auto-related-links h2, .goei-auto-related-links h3, .goei-auto-related-links strong:first-child, .go-inline-brief__label) {
color: var(--go-page-accent) !important;
}
body.go-template-standard :is(.go-article__eyebrow a, .newsx-post-categories a, .post-categories a, .cat-links a),
body.go-template-news :is(.go-article__eyebrow a, .newsx-post-categories a, .post-categories a, .cat-links a) {
background: transparent !important;
border-color: var(--go-page-accent-line) !important;
}
body.go-template-standard :is(.go-article__toc-title::before, .go-article__side-title::before, .go-single-summary-box > summary::before, .goei-auto-related-links::before),
body.go-template-news :is(.go-article__toc-title::before, .go-article__side-title::before, .go-single-summary-box > summary::before, .goei-auto-related-links::before) {
background: var(--go-page-accent) !important;
}
body.go-template-standard :is(.go-article__toc, .go-article__footer-share, .go-single-author-card, .go-single-summary-box, .goei-auto-related-links, .go-article__comments, .go-article__side-card--more, .go-article__side-card--latest-reviews),
body.go-template-news :is(.go-article__toc, .go-article__footer-share, .go-single-author-card, .go-single-summary-box, .goei-auto-related-links, .go-article__comments, .go-article__side-card--more, .go-article__side-card--latest-reviews) {
border-color: var(--go-page-line) !important;
background: transparent !important;
box-shadow: none !important;
}
body.go-template-standard .goei-auto-related-links,
body.go-template-news .goei-auto-related-links {
border-left-color: var(--go-page-accent) !important;
color: var(--go-page-text) !important;
}
body.go-template-standard .goei-auto-related-links :is(a, strong:not(:first-child)),
body.go-template-news .goei-auto-related-links :is(a, strong:not(:first-child)) {
color: var(--go-page-accent) !important;
}
body.go-template-standard .goei-auto-related-links :is(li::marker),
body.go-template-news .goei-auto-related-links :is(li::marker) {
color: var(--go-page-accent) !important;
}
body.go-template-standard :is(.go-article__toc-list a > span, .go-single-source-pill, .tagcloud a, .post-tags a, .newsx-tags a, .go-article__footer-meta a),
body.go-template-news :is(.go-article__toc-list a > span, .go-single-source-pill, .tagcloud a, .post-tags a, .newsx-tags a, .go-article__footer-meta a) {
border-color: var(--go-page-accent-line) !important;
background: var(--go-page-accent-soft) !important;
color: var(--go-page-accent) !important;
}
body.go-template-standard :is(.go-article__side-story-title, .go-single-author-card__name, .go-single-author-card p, .go-article__toc-list a > strong, .go-single-summary-box > summary, .go-article__content .newsx-post-content),
body.go-template-news :is(.go-article__side-story-title, .go-single-author-card__name, .go-single-author-card p, .go-article__toc-list a > strong, .go-single-summary-box > summary, .go-article__content .newsx-post-content) {
color: var(--go-page-text) !important;
}
body.go-template-standard :is(.go-article__content .newsx-post-content a, .go-single-author-card__link, .go-article__footer-meta a:hover, .go-shell-footer a:hover),
body.go-template-news :is(.go-article__content .newsx-post-content a, .go-single-author-card__link, .go-article__footer-meta a:hover, .go-shell-footer a:hover) {
color: var(--go-page-accent) !important;
}
body.go-template-standard :is(.go-article__meta-avatar, .go-article__side-author-avatar, .go-single-author-card__avatar, .go-single-author-card__avatar img),
body.go-template-news :is(.go-article__meta-avatar, .go-article__side-author-avatar, .go-single-author-card__avatar, .go-single-author-card__avatar img) {
border-color: var(--go-page-accent) !important;
box-shadow: 0 0 0 3px var(--go-page-accent-soft), 0 10px 22px rgba(0, 0, 0, 0.16) !important;
}
body.go-template-standard :is(.go-article__cover, .go-article__side-card--more, .go-article__side-card--latest-reviews, .go-article__toc-list a),
body.go-template-news :is(.go-article__cover, .go-article__side-card--more, .go-article__side-card--latest-reviews, .go-article__toc-list a) {
border-color: var(--go-page-line) !important;
}
body.go-template-standard :is(.go-article__toc-list a:hover, .go-article__toc-list a:focus-visible, .go-article__side-story-title:hover, .go-article__side-story-title:focus-visible),
body.go-template-news :is(.go-article__toc-list a:hover, .go-article__toc-list a:focus-visible, .go-article__side-story-title:hover, .go-article__side-story-title:focus-visible) {
border-color: var(--go-page-accent-line) !important;
color: var(--go-page-accent) !important;
}
body.go-template-standard :is(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .go-offcanvas-nav),
body.go-template-news :is(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .go-offcanvas-nav) {
background-color: var(--go-offcanvas-panel, #050607) !important;
color: var(--go-shell-text, #f5f7fa) !important;
} body:not(.wp-admin) {
--go-mode-bg: #f7f8fb;
--go-mode-text: #05070d;
--go-mode-muted: #586174;
--go-mode-line: rgba(5, 7, 13, 0.13);
--go-mode-line-strong: rgba(5, 7, 13, 0.2);
--go-mode-accent: #2800f0;
--go-mode-accent-soft: rgba(40, 0, 240, 0.08);
--go-mode-accent-line: rgba(40, 0, 240, 0.28);
--go-mode-surface: rgba(255, 255, 255, 0.42);
--go-page-bg: var(--go-mode-bg);
--go-page-text: var(--go-mode-text);
--go-page-muted: var(--go-mode-muted);
--go-page-line: var(--go-mode-line);
--go-page-accent: var(--go-mode-accent);
--go-page-accent-soft: var(--go-mode-accent-soft);
--go-page-accent-line: var(--go-mode-accent-line);
--go-article-text: var(--go-mode-text);
--go-article-muted: var(--go-mode-muted);
--go-article-line: var(--go-mode-line);
--go-article-accent: var(--go-mode-accent);
--go-single-text: var(--go-mode-text);
--go-single-muted: var(--go-mode-muted);
--go-single-line: var(--go-mode-line);
--go-single-lime: var(--go-mode-accent);
--go-single-blue: var(--go-mode-accent);
--go-ui-text: var(--go-mode-text);
--go-ui-soft: var(--go-mode-muted);
--go-ui-accent: var(--go-mode-accent);
--go-ui-mark: var(--go-mode-accent);
--go-home-title: var(--go-mode-text);
--go-home-text: var(--go-mode-text);
--go-home-muted: var(--go-mode-muted);
--go-home-border: var(--go-mode-line);
--go-home-accent: var(--go-mode-accent);
--go-home-title-detail: var(--go-mode-accent);
--go-shell-text: var(--go-mode-text);
--go-shell-soft: var(--go-mode-muted);
--go-shell-line: var(--go-mode-line);
--go-shell-lime: var(--go-mode-accent);
--go-shell-blue: var(--go-mode-accent);
background-color: var(--go-mode-bg) !important;
color: var(--go-mode-text) !important;
}
html.dark body:not(.wp-admin),
html[class*="dark"] body:not(.wp-admin),
html[data-theme="dark"] body:not(.wp-admin),
body.dark:not(.wp-admin),
body.dark-mode:not(.wp-admin),
body.is-dark-theme:not(.wp-admin),
body.newsx-dark-mode:not(.wp-admin),
body[data-theme="dark"]:not(.wp-admin) {
--go-mode-bg: #121212;
--go-mode-text: #f6f7f9;
--go-mode-muted: #b8bec9;
--go-mode-line: rgba(255, 255, 255, 0.13);
--go-mode-line-strong: rgba(255, 255, 255, 0.22);
--go-mode-accent: #c7f000;
--go-mode-accent-soft: rgba(199, 240, 0, 0.09);
--go-mode-accent-line: rgba(199, 240, 0, 0.32);
--go-mode-surface: rgba(255, 255, 255, 0.045);
--go-shell-text: #f6f7f9;
--go-shell-soft: #b8bec9;
--go-shell-line: rgba(255, 255, 255, 0.13);
color-scheme: dark;
}
body:not(.wp-admin).go-site-has-game-art,
body:not(.wp-admin).go-site-has-game-art #page.site.has-site-game-art,
body:not(.wp-admin).go-site-has-game-art #page,
body:not(.wp-admin) :where(#content, .site-content, .content-area, #primary, #main, .site-main, .newsx-main-wrap, .newsx-site-main, .newsx-single-wrap, .newsx-single-inner, .newsx-single-content-wrap, .newsx-default-page-wrap, .go-layout-shell, .go-home-page, .go-home-shell, .go-home-section, .go-home-latest-layout, .go-home-latest-feed, .go-article, .go-article__shell, .go-article__post, .go-article__grid, .go-article__main, .go-article__content, .go-article__footer, .go-article__footer-meta, .go-review-single-page, .go-review-single-shell, .go-sc-page, .go-sc-shell, .go-shell-breadcrumb-band, .go-shell-breadcrumb-band .go-shell-wrap, .go-shell-footer, .go-shell-footer-main, .go-shell-footer .go-shell-wrap, .go-shell-footer-top, .go-shell-footer-grid, .go-shell-footer-bottom, .go-shell-footer-info, .newsx-site-footer, #site-footer, #site-footer > section) {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
body:not(.wp-admin) :where(.go-shell-header, .go-shell-header-builder, .go-shell-header .newsx-middle-section-wrap, .go-shell-header .newsx-bottom-section-wrap, .go-shell-topbar, .go-shell-breadcrumb-band, .go-shell-footer) {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
}
body:not(.wp-admin).go-site-has-game-art::before,
body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before {
opacity: 0.16 !important;
filter: saturate(1.08) contrast(0.98) !important;
}
html.dark body:not(.wp-admin).go-site-has-game-art::before,
html[class*="dark"] body:not(.wp-admin).go-site-has-game-art::before,
html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art::before,
body.dark:not(.wp-admin).go-site-has-game-art::before,
body.dark-mode:not(.wp-admin).go-site-has-game-art::before,
body.is-dark-theme:not(.wp-admin).go-site-has-game-art::before,
body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art::before,
body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art::before,
html.dark body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
html[class*="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
body.dark:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
body.dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
body.is-dark-theme:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before {
opacity: 0.24 !important;
filter: saturate(1.04) contrast(1.04) brightness(0.8) !important;
}
body:not(.wp-admin).go-site-has-game-art::after,
body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after {
background: linear-gradient(180deg, rgba(247, 248, 251, 0.80) 0%, rgba(247, 248, 251, 0.84) 48%, rgba(247, 248, 251, 0.88) 100%) !important;
}
html.dark body:not(.wp-admin).go-site-has-game-art::after,
html[class*="dark"] body:not(.wp-admin).go-site-has-game-art::after,
html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art::after,
body.dark:not(.wp-admin).go-site-has-game-art::after,
body.dark-mode:not(.wp-admin).go-site-has-game-art::after,
body.is-dark-theme:not(.wp-admin).go-site-has-game-art::after,
body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art::after,
body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art::after,
html.dark body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
html[class*="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
body.dark:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
body.dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
body.is-dark-theme:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after {
background: linear-gradient(180deg, rgba(18, 18, 18, 0.72) 0%, rgba(18, 18, 18, 0.77) 48%, rgba(18, 18, 18, 0.82) 100%) !important;
}
body:not(.wp-admin) :where(.go-home-label, .go-home-badge, .go-home-kicker, .go-home-story-kicker, .go-home-story-category, .go-home-story-topline, .go-home-section-kicker, .go-card-kicker, .go-card-category, .go-article__eyebrow a, .go-article__side-label, .go-article__side-story-meta b, .go-article__footer-label, .go-single-author-card__eyebrow, .newsx-post-categories a, .post-categories a, .cat-links a, .entry-categories a, .go-shell-breadcrumbs a:hover, .go-shell-breadcrumbs [aria-current="page"], .goei-auto-related-links > :first-child, .goei-auto-related-links h2, .goei-auto-related-links h3, .goei-auto-related-links strong:first-child, .go-inline-brief__label) {
color: var(--go-mode-accent) !important;
}
body:not(.wp-admin) :where(.go-home-label, .go-home-badge, .go-home-platform-pill, .newsx-post-categories a, .post-categories a, .cat-links a, .entry-categories a, .go-article__eyebrow a, .tagcloud a, .post-tags a, .newsx-tags a, .go-single-source-pill) {
border-color: var(--go-mode-accent-line) !important;
color: var(--go-mode-accent) !important;
}
body:not(.wp-admin) :where(.go-home-label, .go-home-badge, .go-home-platform-pill, .tagcloud a, .post-tags a, .newsx-tags a, .go-single-source-pill) {
background: var(--go-mode-accent-soft) !important;
}
body:not(.wp-admin) :where(.go-article__toc-title::before, .go-article__side-title::before, .go-single-summary-box > summary::before, .go-home-section-title::before, .goei-auto-related-links::before, .goei-auto-related-links li::marker, .go-article__content li::marker) {
background: var(--go-mode-accent) !important;
color: var(--go-mode-accent) !important;
}
body:not(.wp-admin) :where(.goei-auto-related-links) {
border-left-color: var(--go-mode-accent) !important;
background: transparent !important;
color: var(--go-mode-text) !important;
}
body:not(.wp-admin) :where(.goei-auto-related-links a, .go-article__content a, .newsx-post-content a, .go-home-feed-load-more, .go-single-author-card__link) {
color: var(--go-mode-accent) !important;
}
body:not(.wp-admin) :where(.go-home-story-title, .go-home-story-title a, .go-home-latest-title, .go-home-latest-title a, .go-home-section-title, .go-article__title, .go-article__content, .newsx-post-content, .go-article__toc-list a > strong, .go-article__side-story-title, .go-single-author-card__name, .go-single-author-card p) {
color: var(--go-mode-text) !important;
}
body:not(.wp-admin) :where(.go-article__meta, .go-home-meta, .go-home-story-meta, .go-home-latest-excerpt, .go-article__deck, .go-article__side-story-meta) {
color: var(--go-mode-muted) !important;
} html.dark body:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area),
html[class*="dark"] body:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area),
body.dark:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area),
body.dark-mode:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area),
body.is-dark-theme:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area),
body.newsx-dark-mode:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area),
body[data-theme="dark"]:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area) {
background: #050607 !important;
background-color: #050607 !important;
color: #f6f7f9 !important;
}
html.dark body:not(.wp-admin) :where(.go-offcanvas-panel a, .go-offcanvas-body a, .newsx-offcanvas-widgets-area a, .go-offcanvas-nav a),
html[class*="dark"] body:not(.wp-admin) :where(.go-offcanvas-panel a, .go-offcanvas-body a, .newsx-offcanvas-widgets-area a, .go-offcanvas-nav a),
body.dark:not(.wp-admin) :where(.go-offcanvas-panel a, .go-offcanvas-body a, .newsx-offcanvas-widgets-area a, .go-offcanvas-nav a),
body.dark-mode:not(.wp-admin) :where(.go-offcanvas-panel a, .go-offcanvas-body a, .newsx-offcanvas-widgets-area a, .go-offcanvas-nav a),
body.newsx-dark-mode:not(.wp-admin) :where(.go-offcanvas-panel a, .go-offcanvas-body a, .newsx-offcanvas-widgets-area a, .go-offcanvas-nav a) {
color: #f6f7f9 !important;
}
html.dark body:not(.wp-admin) :where(.go-offcanvas-panel input, .go-offcanvas-body input, .newsx-offcanvas-widgets-area input, .go-offcanvas-panel .search-field),
html[class*="dark"] body:not(.wp-admin) :where(.go-offcanvas-panel input, .go-offcanvas-body input, .newsx-offcanvas-widgets-area input, .go-offcanvas-panel .search-field),
body.dark:not(.wp-admin) :where(.go-offcanvas-panel input, .go-offcanvas-body input, .newsx-offcanvas-widgets-area input, .go-offcanvas-panel .search-field),
body.dark-mode:not(.wp-admin) :where(.go-offcanvas-panel input, .go-offcanvas-body input, .newsx-offcanvas-widgets-area input, .go-offcanvas-panel .search-field),
body.newsx-dark-mode:not(.wp-admin) :where(.go-offcanvas-panel input, .go-offcanvas-body input, .newsx-offcanvas-widgets-area input, .go-offcanvas-panel .search-field) {
border-color: rgba(255, 255, 255, 0.16) !important;
background: #181818 !important;
color: #f6f7f9 !important;
}
body:not(.wp-admin){--go-mode-bg:#f7f8fb;--go-mode-text:#05070d;--go-mode-muted:#586174;--go-mode-line:rgba(5,7,13,0.13);--go-mode-line-strong:rgba(5,7,13,0.22);--go-mode-accent:#2800f0;--go-mode-accent-soft:rgba(40,0,240,0.08);--go-mode-accent-line:rgba(40,0,240,0.30);--go-mode-surface:rgba(255,255,255,0.64);--go-page-bg:var(--go-mode-bg);--go-page-text:var(--go-mode-text);--go-page-muted:var(--go-mode-muted);--go-page-line:var(--go-mode-line);--go-page-accent:var(--go-mode-accent);--go-article-text:var(--go-mode-text);--go-article-muted:var(--go-mode-muted);--go-article-line:var(--go-mode-line);--go-article-accent:var(--go-mode-accent);--go-single-text:var(--go-mode-text);--go-single-muted:var(--go-mode-muted);--go-single-line:var(--go-mode-line);--go-single-lime:var(--go-mode-accent);--go-single-blue:var(--go-mode-accent);--go-ui-text:var(--go-mode-text);--go-ui-soft:var(--go-mode-muted);--go-ui-accent:var(--go-mode-accent);--go-ui-mark:var(--go-mode-accent);--go-shell-text:var(--go-mode-text);--go-shell-soft:var(--go-mode-muted);--go-shell-line:var(--go-mode-line);--go-shell-lime:var(--go-mode-accent);--go-shell-blue:var(--go-mode-accent);background-color:var(--go-mode-bg) !important;color:var(--go-mode-text) !important}html.dark body:not(.wp-admin),html[class*="dark"] body:not(.wp-admin),html[data-theme="dark"] body:not(.wp-admin),body.dark:not(.wp-admin),body.dark-mode:not(.wp-admin),body.is-dark-theme:not(.wp-admin),body.newsx-dark-mode:not(.wp-admin),body[data-theme="dark"]:not(.wp-admin){--go-mode-bg:#121212;--go-mode-text:#f6f7f9;--go-mode-muted:#b9c0cb;--go-mode-line:rgba(255,255,255,0.13);--go-mode-line-strong:rgba(255,255,255,0.22);--go-mode-accent:#c7f000;--go-mode-accent-soft:rgba(199,240,0,0.09);--go-mode-accent-line:rgba(199,240,0,0.34);--go-mode-surface:rgba(255,255,255,0.055);background-color:#121212 !important;color:var(--go-mode-text) !important;color-scheme:dark}body:not(.wp-admin).go-site-has-game-art,body:not(.wp-admin).go-site-has-game-art #page,body:not(.wp-admin).go-site-has-game-art #page.site,body:not(.wp-admin).go-site-has-game-art #page.site.has-site-game-art{background:var(--go-mode-bg) !important;background-color:var(--go-mode-bg) !important;background-image:none !important}body:not(.wp-admin).go-site-has-game-art::before,body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before{opacity:0.18 !important;filter:saturate(1.06) contrast(1) !important}html.dark body:not(.wp-admin).go-site-has-game-art::before,html[class*="dark"] body:not(.wp-admin).go-site-has-game-art::before,html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art::before,body.dark:not(.wp-admin).go-site-has-game-art::before,body.dark-mode:not(.wp-admin).go-site-has-game-art::before,body.is-dark-theme:not(.wp-admin).go-site-has-game-art::before,body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art::before,body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art::before,html.dark body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,html[class*="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,body.dark:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,body.dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,body.is-dark-theme:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before{opacity:0.26 !important;filter:saturate(1.06) contrast(1.05) brightness(0.82) !important}body:not(.wp-admin).go-site-has-game-art::after,body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after{background:linear-gradient(180deg,rgba(247,248,251,0.78) 0%,rgba(247,248,251,0.84) 52%,rgba(247,248,251,0.88) 100%) !important}html.dark body:not(.wp-admin).go-site-has-game-art::after,html[class*="dark"] body:not(.wp-admin).go-site-has-game-art::after,html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art::after,body.dark:not(.wp-admin).go-site-has-game-art::after,body.dark-mode:not(.wp-admin).go-site-has-game-art::after,body.is-dark-theme:not(.wp-admin).go-site-has-game-art::after,body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art::after,body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art::after,html.dark body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,html[class*="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,body.dark:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,body.dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,body.is-dark-theme:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after{background:linear-gradient(180deg,rgba(18,18,18,0.78) 0%,rgba(18,18,18,0.82) 52%,rgba(18,18,18,0.86) 100%) !important}body:not(.wp-admin):where( #page,#content,.site-content,#primary,.content-area,#main,.site-main,.newsx-main-wrap,.newsx-site-main,.newsx-single-wrap,.newsx-single-inner,.newsx-single-content-wrap,.newsx-default-page-wrap,.go-layout-shell,.go-layout-shell--single,.go-shell-breadcrumb-band,.go-shell-breadcrumb-band .go-shell-wrap,.go-shell-breadcrumbs,.go-shell-footer,.go-shell-footer-builder,.go-shell-footer-main,.go-shell-footer .go-shell-wrap,.go-shell-footer-top,.go-shell-footer-grid,.go-shell-footer-bottom,.go-shell-footer-info,.newsx-site-footer,#site-footer,#site-footer>section,.go-article,.go-article__shell,.go-article__post,.go-article__grid,.go-article__main,.go-article__content,.go-article__footer,.go-article__footer-meta,.go-home-page,.go-home-shell,.go-home-section,.go-home-latest,.go-home-latest-layout,.go-home-latest-feed,.go-news-archive-page,.go-entertainment-page,.go-reviews-archive-page,.go-review-single-page,.go-review-single-shell,.go-guides-hub,.go-sc-page,.go-sc-shell,.go-eh-page,.go-gh-page,.go-ca-page,.go-cp-page,.go-vh-page,.go-th-page,.go-fph ){background:transparent !important;background-color:transparent !important;background-image:none !important;box-shadow:none !important}body:not(.wp-admin):where( #page,#content,.site-content,#primary,.content-area,#main,.site-main,.newsx-main-wrap,.newsx-single-wrap,.newsx-single-inner,.newsx-single-content-wrap,.newsx-default-page-wrap,.go-layout-shell,.go-shell-breadcrumb-band,.go-shell-footer,.go-shell-footer-main,.go-article,.go-article__shell,.go-article__post,.go-home-page,.go-home-shell,.go-home-section )::before,body:not(.wp-admin):where( #page,#content,.site-content,#primary,.content-area,#main,.site-main,.newsx-main-wrap,.newsx-single-wrap,.newsx-single-inner,.newsx-single-content-wrap,.newsx-default-page-wrap,.go-layout-shell,.go-shell-breadcrumb-band,.go-shell-footer,.go-shell-footer-main,.go-article,.go-article__shell,.go-article__post,.go-home-page,.go-home-shell,.go-home-section )::after{background:transparent !important;background-color:transparent !important;background-image:none !important;box-shadow:none !important}body:not(.wp-admin):where( .go-ad-slot,.go-ad-inner,.go-ad-inner--widget,.go-feed-adsense,.go-feed-adsense__inner,.go-contextual-adsense,.go-contextual-adsense__inner,.go-autorelaxed-adsense,.go-autorelaxed-adsense__inner,.go-inline-adsense,.go-inline-adsense__inner,.go-in-article-ad,.go-in-article-ad__inner,.go-article-ad,.go-article-ad__inner,.adsbygoogle ){border-color:transparent !important;background:transparent !important;background-color:transparent !important;background-image:none !important;box-shadow:none !important}body:not(.wp-admin):where( .go-ad-inner,.go-ad-inner--widget,.go-feed-adsense__inner,.go-contextual-adsense__inner,.go-autorelaxed-adsense__inner,.go-inline-adsense__inner,.go-in-article-ad__inner,.go-article-ad__inner )::before,body:not(.wp-admin):where( .go-ad-inner,.go-ad-inner--widget,.go-feed-adsense__inner,.go-contextual-adsense__inner,.go-autorelaxed-adsense__inner,.go-inline-adsense__inner,.go-in-article-ad__inner,.go-article-ad__inner )::after{content:none !important;display:none !important}body:not(.wp-admin):where(.go-ad-label,.go-feed-adsense__label,.go-contextual-adsense__label,.go-autorelaxed-adsense__label,.go-inline-adsense__label){color:var(--go-mode-muted) !important}body:not(.wp-admin):where(.go-shell-header,.go-shell-header-builder,.go-shell-topbar,.go-shell-header .newsx-middle-section-wrap,.go-shell-header .newsx-bottom-section-wrap){background:transparent !important;background-color:transparent !important;background-image:none !important}body:not(.wp-admin):where(.go-home-label,.go-home-badge,.go-home-kicker,.go-home-story-kicker,.go-home-story-category,.go-home-story-topline,.go-home-section-kicker,.go-card-kicker,.go-card-category,.go-article__eyebrow a,.go-article__side-label,.go-article__side-story-meta b,.go-article__footer-label,.go-single-author-card__eyebrow,.newsx-post-categories a,.post-categories a,.cat-links a,.entry-categories a,.go-shell-breadcrumbs a:hover,.go-shell-breadcrumbs [aria-current="page"],.goei-auto-related-links>:first-child,.goei-auto-related-links h2,.goei-auto-related-links h3,.goei-auto-related-links strong:first-child,.go-inline-brief__label){color:var(--go-mode-accent) !important}body:not(.wp-admin):where(.go-home-label,.go-home-badge,.go-home-platform-pill,.newsx-post-categories a,.post-categories a,.cat-links a,.entry-categories a,.go-article__eyebrow a,.tagcloud a,.post-tags a,.newsx-tags a,.go-single-source-pill){border-color:var(--go-mode-accent-line) !important;color:var(--go-mode-accent) !important}body:not(.wp-admin):where(.go-home-label,.go-home-badge,.go-home-platform-pill,.tagcloud a,.post-tags a,.newsx-tags a,.go-single-source-pill){background:var(--go-mode-accent-soft) !important}body:not(.wp-admin):where(.go-home-feed-load-more,.newsx-load-more,.go-load-more,button.newsx-load-more){display:inline-flex !important;align-items:center;justify-content:center;min-height:44px;margin-inline:auto !important;padding:0 24px !important;border:1px solid var(--go-mode-accent-line) !important;border-radius:0!important;background:var(--go-mode-accent-soft) !important;color:var(--go-mode-accent) !important;font-weight:850 !important;letter-spacing:0.02em;text-transform:uppercase}body:not(.wp-admin):where(.go-home-feed-actions,.go-home-load-more-wrap,.newsx-load-more-wrap){display:flex !important;justify-content:center !important}body:not(.wp-admin):where(.go-home-featured .swiper-button-prev,.go-home-featured .swiper-button-next,.go-home-highlights .swiper-button-prev,.go-home-highlights .swiper-button-next,.go-home-destaques .swiper-button-prev,.go-home-destaques .swiper-button-next,.go-home-section--highlights .swiper-button-prev,.go-home-section--highlights .swiper-button-next){display:none !important}html.dark body:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area),html[class*="dark"] body:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area),body.dark:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area),body.dark-mode:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area),body.is-dark-theme:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area),body.newsx-dark-mode:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area),body[data-theme="dark"]:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area){background:#050607 !important;background-color:#050607 !important;background-image:none !important;color:#f6f7f9 !important}