:root {
  --go-ink: #101216;
  --go-paper: #f4f5f2;
  --go-panel: #fff;
  --go-line: #d6d9d3;
  --go-red: #c33125;
  --go-blue: #176e9f;
  --go-green: #267a55;
  --go-yellow: #d6a51f;
  --go-muted: #6b7078;
  --go-shadow: 0 12px 32px rgba(16, 18, 22, .06);
  --go-width: 1212px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.geinou-os {
  margin: 0;
  background:
    linear-gradient(124deg, transparent 0 10%, rgba(16,18,22,.055) 10% 10.18%, transparent 10.18% 20%, rgba(17,110,159,.13) 20% 20.45%, transparent 20.45% 37%, rgba(38,122,85,.11) 37% 37.42%, transparent 37.42% 56%, rgba(195,49,37,.10) 56% 56.34%, transparent 56.34%),
    linear-gradient(32deg, transparent 0 66%, rgba(16,18,22,.045) 66% 66.35%, transparent 66.35%),
    radial-gradient(circle at 18px 18px, rgba(16,18,22,.095) 0 1px, transparent 1.8px) 0 0/72px 72px,
    linear-gradient(90deg, rgba(16,18,22,.052) 1px, transparent 1px) 0 0/96px 96px,
    linear-gradient(0deg, rgba(16,18,22,.04) 1px, transparent 1px) 0 0/96px 96px,
    radial-gradient(circle at 9% 6%, rgba(214,165,31,.25), transparent 24%),
    radial-gradient(circle at 92% 16%, rgba(17,110,159,.20), transparent 28%),
    radial-gradient(circle at 76% 86%, rgba(38,122,85,.16), transparent 26%),
    linear-gradient(180deg, #f3f5f1 0%, #e6ede8 56%, #edf2ef 100%);
  background-attachment: fixed, fixed, fixed, fixed, fixed, fixed, fixed, fixed, scroll;
  color: var(--go-ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.7;
  position: relative;
}

body.geinou-os::before {
  background:
    linear-gradient(90deg, transparent 0 34%, rgba(16,18,22,.055) 34% 34.2%, transparent 34.2%),
    linear-gradient(90deg, transparent 0 69%, rgba(16,18,22,.045) 69% 69.16%, transparent 69.16%),
    linear-gradient(124deg, transparent 0 48%, rgba(255,255,255,.32) 48% 48.5%, transparent 48.5%);
  content: "";
  inset: 82px 0 auto;
  height: 360px;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--go-red);
}

img {
  max-width: 100%;
  height: auto;
}

.go-skip {
  position: absolute;
  left: -9999px;
  top: 8px;
  z-index: 999;
  background: var(--go-ink);
  color: #fff;
  padding: 8px 12px;
}

.go-skip:focus {
  left: 8px;
}

.go-header {
  background: #fff;
  border-bottom: 1px solid var(--go-line);
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr) 220px;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 0 max(24px, calc((100vw - var(--go-width)) / 2));
}

.go-logo a {
  display: flex;
  align-items: center;
  gap: 14px;
}

.go-logo-mark {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #11161c;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 8px 18px rgba(16,18,22,.12);
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}

.go-logo-mark::before,
.go-logo-mark::after {
  content: "";
  position: absolute;
}

.go-logo-mark::before {
  background: #e34d38;
  border-radius: 999px;
  height: 10px;
  left: 11px;
  top: 10px;
  width: 22px;
}

.go-logo-mark::after {
  background: #f0cf55;
  border-radius: 999px;
  height: 10px;
  left: 11px;
  top: 34px;
  width: 36px;
}

.go-logo-signal {
  border-radius: 999px;
  height: 10px;
  position: absolute;
  z-index: 1;
}

.go-logo-signal::after,
.go-logo-mark::before,
.go-logo-mark::after {
  filter: none;
}

.go-logo-signal::after {
  content: none;
}

.go-logo-signal-a {
  background: #ed9b41;
  left: 11px;
  top: 22px;
  width: 30px;
}

.go-logo-signal-b {
  background: #72bf7b;
  left: 11px;
  top: 46px;
  width: 38px;
}

.go-logo-node {
  display: none;
}

.go-logo-word {
  color: var(--go-ink);
  display: grid;
  gap: 6px;
  font-size: 30px;
  font-weight: 950;
  line-height: .88;
}

.go-logo-main {
  align-items: baseline;
  display: flex;
  letter-spacing: 0;
  max-width: 238px;
  white-space: nowrap;
}

.go-logo-main span {
  color: var(--go-muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 14px;
  font-weight: 950;
}

.go-logo-main strong {
  color: var(--go-ink);
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: 29px;
  font-weight: 900;
  line-height: .9;
}

.go-logo-sub {
  align-items: center;
  color: var(--go-ink);
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 17px;
  font-weight: 950;
  justify-content: flex-end;
  letter-spacing: 0;
  line-height: 1;
  max-width: 238px;
  position: relative;
}

.go-logo-sub::before {
  background: var(--go-red);
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 3px;
  margin-right: 10px;
  max-width: none;
  min-width: 0;
}

.go-menu,
.go-footer-menu {
  display: flex;
  gap: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.go-menu li:nth-child(2) a,
.go-menu li:nth-child(7) a {
  color: var(--go-red);
}

.go-function-menu {
  align-items: stretch;
  gap: 8px;
}

.go-function-menu li:nth-child(2) a,
.go-function-menu li:nth-child(7) a {
  color: var(--go-ink);
}

.go-function-menu a {
  border-left: 4px solid var(--go-line);
  display: grid;
  gap: 3px;
  line-height: 1.15;
  min-height: 42px;
  padding: 6px 10px 6px 9px;
}

.go-function-menu li:nth-child(1) a { border-left-color: var(--go-red); }
.go-function-menu li:nth-child(2) a { border-left-color: var(--go-green); }
.go-function-menu li:nth-child(3) a { border-left-color: var(--go-red); }
.go-function-menu li:nth-child(4) a { border-left-color: #1e88e5; }
.go-function-menu li:nth-child(5) a { border-left-color: #7b1fa2; }
.go-function-menu li:nth-child(6) a { border-left-color: #2e7d32; }
.go-function-menu li:nth-child(7) a { border-left-color: #ef6c00; }

.go-function-menu a:hover {
  background: #f7f7f4;
}

.go-function-menu span {
  color: var(--go-muted);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  font-weight: 950;
}

.go-search input {
  width: 100%;
  height: 36px;
  border: 1px solid var(--go-line);
  background: #f7f7f4;
  padding: 0 12px;
  color: var(--go-ink);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.go-site {
  max-width: var(--go-width);
  margin: 0 auto;
  padding: 0 0 42px;
}

.go-now {
  margin-left: calc((100vw - var(--go-width)) / -2);
  margin-right: calc((100vw - var(--go-width)) / -2);
  min-height: 42px;
  background: var(--go-ink);
  color: #fff;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  justify-content: stretch;
  align-items: center;
  overflow: hidden;
  font-weight: 900;
}

.go-now strong {
  align-self: stretch;
  display: grid;
  place-items: center;
  background: var(--go-red);
  font-size: 12px;
  position: relative;
  z-index: 2;
}

.go-now div {
  display: flex;
  gap: 28px;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 20px;
  font-size: 14px;
  width: max-content;
  will-change: transform;
}

.geinou-os-ready .go-now div {
  animation: goTicker 72s linear infinite;
}

.go-now:hover div {
  animation-play-state: paused;
}

@keyframes goTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.go-dashboard,
.go-modules,
.go-bottom-grid,
.go-archive-grid,
.go-article-layout {
  display: grid;
  gap: 18px;
}

.go-dashboard {
  grid-template-columns: 1.05fr .95fr 340px;
  margin-top: 22px;
}

.go-modules {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.go-bottom-grid {
  grid-template-columns: 1.2fr .8fr;
  margin-top: 18px;
}

.go-panel,
.go-side-panel,
.go-article,
.go-page {
  background: var(--go-panel);
  border: 1px solid var(--go-line);
}

.go-panel,
.go-side-panel {
  padding: 16px;
}

.go-panel h1,
.go-panel h2,
.go-side-panel h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 13px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
}

.go-panel h1 small,
.go-panel h2 small,
.go-list-header span,
.go-list-header p {
  color: var(--go-muted);
  font-size: 11px;
  font-weight: 900;
}

.go-lead-list {
  display: grid;
  gap: 13px;
}

.go-lead-item {
  display: grid;
  grid-template-columns: 82px 1fr 64px;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--go-line);
  padding-bottom: 13px;
}

.go-lead-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.go-cat {
  align-self: center;
  background: var(--go-red);
  color: #fff;
  display: inline-grid;
  min-height: 34px;
  place-items: center;
  padding: 7px 8px;
  text-align: center;
  font-size: 11px;
  font-weight: 950;
}

.go-cat:hover {
  color: #fff;
  filter: brightness(.95);
}

.go-cat.cat-sport { background: var(--go-green); }
.go-cat.cat-syakai { background: var(--go-blue); }
.go-cat.cat-internet { background: #6b4ba3; }
.go-cat.cat-cm { background: var(--go-red); }
.go-cat.cat-topics { background: var(--go-yellow); color: var(--go-ink); }

.go-lead-item h2,
.go-card h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 950;
}

.go-lead-item p,
.go-card p {
  color: var(--go-muted);
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.go-score {
  color: var(--go-red);
  font-size: 20px;
  font-weight: 950;
  text-align: right;
}

.go-score span {
  color: var(--go-muted);
  display: block;
  font-size: 10px;
  font-weight: 900;
}

.go-trend-list {
  display: grid;
  gap: 9px;
}

.go-trend-row {
  display: grid;
  grid-template-columns: 100px 1fr 52px;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 900;
}

.go-trend-row b {
  color: var(--go-red);
  text-align: right;
}

.go-spark {
  height: 28px;
  border-bottom: 1px solid var(--go-line);
  background:
    linear-gradient(135deg, transparent 0 16%, var(--go-blue) 16% 20%, transparent 20% 32%, var(--go-blue) 32% 36%, transparent 36% 48%, var(--go-red) 48% 52%, transparent 52% 66%, var(--go-red) 66% 70%, transparent 70%),
    linear-gradient(0deg, transparent 13px, rgba(16,18,22,.12) 13px 14px, transparent 14px);
}

.go-spark.trend-b {
  background:
    linear-gradient(135deg, transparent 0 12%, var(--go-green) 12% 16%, transparent 16% 34%, var(--go-green) 34% 38%, transparent 38% 58%, var(--go-yellow) 58% 62%, transparent 62%),
    linear-gradient(0deg, transparent 13px, rgba(16,18,22,.12) 13px 14px, transparent 14px);
}

.go-spark.trend-c {
  background:
    linear-gradient(135deg, transparent 0 14%, #6b4ba3 14% 18%, transparent 18% 36%, var(--go-blue) 36% 40%, transparent 40% 54%, var(--go-green) 54% 58%, transparent 58% 76%, var(--go-red) 76% 80%, transparent 80%),
    linear-gradient(0deg, transparent 13px, rgba(16,18,22,.12) 13px 14px, transparent 14px);
}

.go-data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.go-data-tile {
  background: #fbfbf8;
  border: 1px solid var(--go-line);
  display: grid;
  min-height: 76px;
  align-content: space-between;
  padding: 10px;
}

.go-data-tile strong {
  font-size: 15px;
  line-height: 1.3;
}

.go-data-tile span {
  color: var(--go-muted);
  font-size: 12px;
  font-weight: 900;
}

.go-category-list {
  display: grid;
  gap: 9px;
}

.go-category-list a {
  align-items: center;
  background: #fbfbf8;
  border: 1px solid var(--go-line);
  display: flex;
  justify-content: space-between;
  min-height: 45px;
  padding: 10px 12px;
}

.go-category-list strong {
  font-size: 15px;
  font-weight: 950;
}

.go-category-list span {
  color: var(--go-red);
  font-size: 13px;
  font-weight: 950;
}

.go-category-sections {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.go-category-block {
  min-height: 260px;
}

.go-category-posts {
  display: grid;
  gap: 0;
}

.go-category-posts article {
  border-top: 1px solid var(--go-line);
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 78px;
  padding: 11px 0;
}

.go-category-posts article:first-child {
  border-top: 0;
  padding-top: 0;
}

.go-category-posts a {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}

.go-category-posts time {
  color: var(--go-muted);
  font-size: 11px;
  font-weight: 900;
  text-align: right;
}

.go-empty {
  color: var(--go-muted);
  font-size: 13px;
  font-weight: 800;
}

.go-ranking {
  counter-reset: rank;
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.go-ranking li {
  counter-increment: rank;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}

.go-ranking li::before {
  content: counter(rank);
  background: var(--go-ink);
  color: #fff;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  font-size: 12px;
}

.go-ranking.compact li {
  font-size: 12px;
}

.go-chipline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.go-chipline span,
.go-chipline a {
  background: #fbfbf8;
  border: 1px solid var(--go-line);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
}

.go-subhead {
  margin-top: 20px !important;
}

.go-heatmap {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.go-heatmap span {
  background: var(--go-blue);
  color: #fff;
  display: grid;
  height: 31px;
  place-items: center;
  font-size: 11px;
  font-weight: 950;
}

.go-heatmap span:nth-child(3n) { background: var(--go-red); }
.go-heatmap span:nth-child(4n) { background: var(--go-green); }
.go-heatmap span:nth-child(5n) { background: var(--go-yellow); color: var(--go-ink); }

.go-news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 18px;
}

.go-news-item {
  border-top: 1px solid var(--go-line);
  padding: 11px 0;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}

.go-news-item span {
  color: var(--go-blue);
  display: block;
  font-size: 11px;
  margin-bottom: 4px;
}

.go-home-mesh {
  display: grid;
  gap: 22px;
  grid-template-columns: 5fr 4fr 3fr;
  margin-top: 22px;
}

.go-front-command {
  background: var(--go-ink);
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 520px;
  margin-top: 22px;
  padding: 18px;
}

.go-command-ad {
  background: #fff;
  color: var(--go-muted);
  display: grid;
  min-height: 178px;
  overflow: hidden;
  place-items: center;
  position: relative;
}

.go-adsense {
  background: #fff;
  border: 1px solid var(--go-line);
  color: #9b9b9b;
  display: grid;
  min-height: 120px;
  overflow: hidden;
  padding: 18px 10px 10px;
  place-items: center;
  position: relative;
}

.go-adsense > span {
  left: 10px;
  position: absolute;
  top: 8px;
  font-size: 10px;
  font-weight: 950;
}

.go-adsense ins {
  width: 100%;
}

.go-command-tools {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.go-command-tools a {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  display: grid;
  min-height: 74px;
  padding: 12px;
}

.go-command-tools strong {
  font-size: 14px;
  font-weight: 950;
}

.go-command-tools span {
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.go-front-command-compact {
  grid-template-columns: minmax(0, .92fr) 1.08fr;
}

.go-front-command-compact .go-command-ad {
  min-height: 142px;
}

.go-ad-top-billboard {
  min-height: 142px;
}

.go-latest-ad {
  margin-top: 18px;
}

.go-ad-latest-wide {
  min-height: 190px;
}

.go-predict-hero {
  background: var(--go-ink);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: 190px minmax(0, 1fr);
  margin-top: 18px;
  padding: 18px;
}

.go-predict-hero header {
  border-left: 5px solid var(--go-blue);
  display: grid;
  align-content: start;
  gap: 8px;
  padding-left: 14px;
}

.go-predict-hero h2 {
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
  margin: 0;
}

.go-predict-hero header span {
  color: rgba(255,255,255,.56);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 950;
}

.go-predict-hero-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.go-predict-hero-item {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 14px;
}

.go-predict-hero-item span {
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 950;
}

.go-predict-hero-item strong {
  font-size: 18px;
  font-weight: 950;
  line-height: 1.45;
}

.go-predict-hero-item:hover,
.go-predict-hero-item:focus-visible {
  color: #fff !important;
}

.go-predict-options {
  display: grid;
  gap: 6px;
}

.go-predict-options span {
  align-items: center;
  background: rgba(255,255,255,.08);
  color: #fff;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 30px;
  padding: 6px 8px;
}

.go-predict-options b,
.go-predict-options i {
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  line-height: 1.25;
}

.go-predict-options i {
  color: var(--go-yellow);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

.go-predict-hero-item em {
  align-self: end;
  background: #fff;
  color: var(--go-ink) !important;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  justify-self: start;
  min-height: 32px;
  padding: 7px 10px;
}

.go-predict-hero-item:hover em,
.go-predict-hero-item:focus-visible em {
  background: var(--go-blue);
  color: #fff !important;
}

.go-board-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.go-board-ad {
  grid-column: 1 / -1;
}

.go-ad-fluid-board,
.go-ad-wide-before-cats {
  min-height: 124px;
}

.go-pre-category-ad {
  margin-top: 18px;
}

.go-board-card {
  background: #fff;
  border: 1px solid var(--go-line);
  display: grid;
  grid-template-rows: 64px 1fr;
  min-height: 340px;
}

.go-board-card header {
  align-items: center;
  background: var(--go-ink);
  color: #fff;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  height: 64px;
  padding: 12px 14px;
}

.go-board-card h2 {
  font-size: 18px;
  font-weight: 950;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.go-board-card header span {
  color: rgba(255,255,255,.62);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  font-weight: 950;
  justify-self: end;
  white-space: nowrap;
}

.go-board-card.board-blue header { border-left: 5px solid var(--go-blue); }
.go-board-card.board-green header { border-left: 5px solid var(--go-green); }
.go-board-card.board-red header { border-left: 5px solid var(--go-red); }
.go-board-card.board-yellow header { border-left: 5px solid var(--go-yellow); }
.go-board-card.board-purple header { border-left: 5px solid #7b1fa2; }
.go-board-card.board-black header { border-left: 5px solid var(--go-ink); }

.go-board-list {
  display: grid;
  grid-template-rows: repeat(5, minmax(68px, 1fr));
}

.go-board-item {
  align-items: center;
  border-top: 1px solid var(--go-line);
  display: grid;
  gap: 8px;
  grid-template-columns: 30px minmax(0, 1fr) 88px;
  min-height: 68px;
  padding: 12px 14px;
}

.go-board-item:first-child {
  border-top: 0;
}

.go-board-rank {
  background: var(--go-ink);
  color: #fff;
  display: grid;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
  font-weight: 950;
  height: 26px;
  place-items: center;
  width: 26px;
}

.go-board-item strong {
  display: -webkit-box;
  font-size: 13px;
  font-weight: 950;
  grid-column: 2 / 4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.45;
  overflow: hidden;
}

.go-board-meter {
  background: #e8e8df;
  display: block;
  grid-column: 2 / 3;
  height: 9px;
  overflow: hidden;
}

.go-board-meter b {
  background: var(--go-red);
  display: block;
  height: 100%;
  width: var(--value);
}

.board-blue .go-board-meter b { background: var(--go-blue); }
.board-green .go-board-meter b { background: var(--go-green); }
.board-yellow .go-board-meter b { background: var(--go-yellow); }
.board-purple .go-board-meter b { background: #7b1fa2; }

.go-board-item em {
  color: var(--go-red);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  grid-column: 3 / 4;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.go-market-strip {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.25fr) .75fr;
  margin-top: 18px;
}

.go-market-panel,
.go-prediction-panel {
  background: #121418;
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
  padding: 16px;
}

.go-market-panel h2,
.go-prediction-panel h2 {
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  margin: 0 0 12px;
}

.go-market-table {
  display: grid;
  gap: 7px;
}

.go-market-table a {
  align-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  display: grid;
  gap: 10px;
  grid-template-columns: 128px 48px 58px minmax(90px, 1fr);
  min-height: 42px;
  padding: 7px 10px;
}

.go-market-table span,
.go-market-table b,
.go-market-table em {
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
}

.go-market-table b {
  color: var(--go-yellow);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 20px;
}

.go-market-table em {
  color: #72d38f;
  text-align: right;
}

.go-market-table .go-spark {
  border-color: rgba(255,255,255,.18);
}

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

.go-prediction-grid a {
  background: rgba(255,255,255,.07);
  border-left: 4px solid var(--go-red);
  display: grid;
  gap: 5px;
  min-height: 58px;
  padding: 10px 12px;
}

.go-prediction-grid span {
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

.go-prediction-grid b {
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 18px;
  font-weight: 950;
}

.go-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.12fr) .88fr;
  margin-top: 18px;
}

.go-feature-primary,
.go-feature-stack,
.go-trend-card {
  background: #fff;
  border: 1px solid var(--go-line);
  padding: 16px;
}

.go-feature-card {
  display: grid;
}

.go-feature-image {
  align-items: center;
  aspect-ratio: 16 / 8.5;
  background:
    linear-gradient(135deg, rgba(195,49,37,.84), rgba(23,110,159,.68)),
    var(--go-line);
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
  overflow: hidden;
}

.go-feature-image img,
.go-mini-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.go-feature-image > span {
  font-size: 58px;
  font-weight: 950;
}

.go-feature-meta {
  color: var(--go-red);
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 5px;
}

.go-feature-card strong {
  display: block;
  font-size: 25px;
  font-weight: 950;
  line-height: 1.35;
}

.go-feature-score {
  background: var(--go-ink);
  color: #fff;
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 13px;
  font-weight: 950;
  margin: 0 0 9px;
  padding: 4px 8px;
}

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

.go-feature-mini {
  border-bottom: 1px solid var(--go-line);
  display: grid;
  gap: 12px;
  grid-template-columns: 112px 1fr;
  padding-bottom: 14px;
}

.go-mini-thumb {
  align-items: center;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(195,49,37,.84), rgba(23,110,159,.68)),
    var(--go-line);
  color: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.go-mini-thumb span {
  font-size: 24px;
  font-weight: 950;
}

.go-feature-mini strong {
  font-size: 15px;
  font-weight: 950;
  line-height: 1.45;
}

.go-feature-mini em {
  color: var(--go-red);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  margin-bottom: 4px;
}

.go-trend-card {
  border: 0;
  background: #f7f7f2;
  padding: 14px;
}

.go-trend-card h2 {
  font-size: 16px;
  font-weight: 950;
  margin: 0 0 12px;
}

.go-front-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: 5fr 4fr 3fr;
  margin-top: 18px;
}

.compact-categories {
  margin-top: 22px;
}

.go-signal-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.go-signal-panel {
  padding: 0;
  overflow: hidden;
}

.go-signal-panel h2 {
  align-items: center;
  background: var(--go-ink);
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 950;
  justify-content: space-between;
  margin: 0;
  padding: 12px 14px;
}

.go-signal-panel h2 span {
  color: rgba(255,255,255,.58);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
}

.go-signal-panel.signal-yellow h2 { border-left: 5px solid var(--go-yellow); }
.go-signal-panel.signal-red h2 { border-left: 5px solid var(--go-red); }
.go-signal-panel.signal-blue h2 { border-left: 5px solid var(--go-blue); }

.go-signal-list {
  display: grid;
}

.go-signal-list a {
  border-top: 1px solid var(--go-line);
  display: grid;
  gap: 8px;
  padding: 13px 14px;
}

.go-signal-list a:first-child {
  border-top: 0;
}

.go-signal-list strong {
  font-size: 13px;
  font-weight: 950;
  line-height: 1.45;
}

.go-signal-list span {
  background: #e9e9e1;
  display: block;
  height: 9px;
  overflow: hidden;
}

.go-signal-list b {
  background: var(--go-red);
  display: block;
  height: 100%;
  width: var(--yes);
}

.go-signal-list em {
  color: var(--go-muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.go-front-main,
.go-front-sub,
.go-front-side {
  display: grid;
  gap: 18px;
  align-content: start;
}

.go-data-insert {
  background: var(--go-ink);
  color: #fff;
  padding: 16px;
}

.go-data-insert h2 {
  font-size: 17px;
  font-weight: 950;
  margin: 0 0 12px;
}

.go-home-main,
.go-home-sub,
.go-home-side {
  display: grid;
  gap: 18px;
  align-content: start;
}

.go-section-title {
  align-items: center;
  background: var(--go-ink);
  border-left: 5px solid var(--go-red);
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 950;
  justify-content: space-between;
  line-height: 1.3;
  margin: 0 0 14px;
  padding: 10px 13px;
}

.go-section-title a:hover {
  color: #fff;
  text-decoration: underline;
}

.go-section-title.tone-red { border-left-color: var(--go-red); }
.go-section-title.tone-blue { border-left-color: #1a237e; }
.go-section-title.tone-cyan { border-left-color: #1e88e5; }
.go-section-title.tone-green { border-left-color: #2e7d32; }
.go-section-title.tone-purple { border-left-color: #7b1fa2; }
.go-section-title.tone-orange { border-left-color: #f57c00; }

.go-pickup-card {
  display: block;
}

.go-pickup-thumb {
  align-items: center;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(195,49,37,.84), rgba(23,110,159,.68)),
    var(--go-line);
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
}

.go-pickup-thumb img,
.go-home-thumb img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.go-pickup-thumb span {
  font-size: 56px;
  font-weight: 950;
}

.go-pickup-card strong {
  display: block;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.36;
}

.go-home-list {
  display: grid;
}

.go-home-card {
  border-bottom: 1px solid var(--go-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 100px 1fr;
  padding: 12px 0;
}

.go-home-list.large .go-home-card {
  gap: 14px;
  grid-template-columns: 120px 1fr;
}

.go-home-card:first-child {
  padding-top: 0;
}

.go-home-card:last-child {
  border-bottom: 0;
}

.go-home-thumb {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: #f7f7f2;
  border: 1px solid rgba(16,18,22,.08);
  color: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.go-home-thumb span {
  font-size: 24px;
  font-weight: 950;
}

.go-home-card h3 {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0;
}

.go-card-signal {
  align-items: center;
  display: flex;
  gap: 7px;
  margin-bottom: 5px;
}

.go-card-signal span {
  background: var(--go-ink);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  padding: 5px 6px;
}

.go-card-signal b {
  color: var(--go-red);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 17px;
  line-height: 1;
}

.go-interest-button {
  align-items: center;
  background: #f5f5ef;
  border: 1px solid var(--go-line);
  color: var(--go-ink);
  cursor: pointer;
  display: inline-flex;
  gap: 6px;
  font-size: 11px;
  font-weight: 950;
  margin-top: 8px;
  min-height: 28px;
  padding: 5px 8px;
}

.go-interest-button.primary {
  background: #fff;
  margin-top: 12px;
}

.go-interest-button.is-active {
  background: var(--go-red);
  border-color: var(--go-red);
  color: #fff;
}

.go-home-list.large .go-home-card h3 {
  font-size: 15px;
}

.go-more {
  color: var(--go-muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 12px;
  text-align: right;
}

.go-ad-slot.compact {
  height: 180px;
}

.go-popular {
  counter-reset: popular;
  display: grid;
  gap: 0;
}

.go-popular-item {
  border-bottom: 1px solid var(--go-line);
  counter-increment: popular;
  display: grid;
  gap: 8px;
  grid-template-columns: 24px 1fr;
  padding: 8px 0;
}

.go-popular-item::before {
  color: var(--go-red);
  content: counter(popular);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 13px;
  font-weight: 950;
}

.go-popular-item a {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}

.go-side-search .search-form,
.go-side-search form {
  display: flex;
  gap: 8px;
}

.go-side-search label {
  flex: 1;
}

.go-side-search input[type="search"],
.go-side-search input[type="text"] {
  border: 1px solid var(--go-line);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  height: 40px;
  padding: 0 10px;
  width: 100%;
}

.go-side-search input[type="submit"],
.go-side-search button {
  background: var(--go-ink);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  min-width: 64px;
  padding: 0 12px;
}

.go-article-layout {
  align-items: start;
  grid-template-columns: minmax(0, 820px) 350px;
  padding-top: 28px;
}

.go-article-topline {
  align-items: center;
  background: #15181d;
  color: rgba(255,255,255,.72);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  min-height: 54px;
  padding: 10px 18px;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 950;
}

.go-article-topline .go-cat {
  min-height: 30px;
  min-width: 92px;
}

.go-article-topline time,
.go-article-topline span {
  white-space: nowrap;
}

.go-article-topline span {
  margin-left: auto;
}

.go-article-title {
  background:
    linear-gradient(90deg, rgba(195,49,37,.06), transparent 42%),
    #fff;
  border-bottom: 1px solid var(--go-line);
  padding: 30px 40px 28px;
}

.go-article-title h1,
.go-page-header h1,
.go-list-header h1 {
  font-size: 38px;
  line-height: 1.3;
  margin: 0;
  font-weight: 950;
}

.go-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.go-summary div {
  background: #f6f5f0;
  border: 1px solid var(--go-line);
  padding: 10px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}

.go-article-image {
  background: #f7f7f2;
  border: 1px solid var(--go-line);
  margin: 0 0 30px;
  overflow: hidden;
}

.go-article-image img {
  display: block;
  width: 100%;
}

.go-article-body,
.go-page-body {
  padding: 34px 46px 44px;
}

.go-ad-article-before {
  margin: 24px 0 30px;
  min-height: 170px;
}

.go-ad-article-after,
.go-ad-article-after-reaction,
.go-ad-article-multiplex {
  margin: 32px 0 30px;
  min-height: 150px;
}

.go-ad-inline,
.go-ad-inarticle-mid {
  margin: 30px 0;
  min-height: 150px;
}

.go-ad-article-multiplex {
  min-height: 260px;
}

.go-article-body p,
.go-page-body p {
  font-size: 16.5px;
  line-height: 2.05;
  margin: 0 0 22px;
  font-weight: 650;
}

.go-standfirst {
  border-left: 6px solid var(--go-blue);
  color: #242a31;
  font-size: 15px;
  line-height: 1.85;
  margin: 18px 0 0;
  padding-left: 16px;
  font-weight: 850 !important;
}

.go-article-body h2,
.go-page-body h2 {
  border-left: 6px solid var(--go-red);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.38;
  margin: 40px 0 18px;
  padding-left: 15px;
}

.go-article-body h3,
.go-page-body h3 {
  font-size: 20px;
  font-weight: 950;
  margin: 30px 0 12px;
}

.go-article-body blockquote {
  background: #f7f7f2;
  border-left: 6px solid var(--go-ink);
  margin: 28px 0;
  padding: 18px 22px;
}

.go-article-body blockquote p:last-child {
  margin-bottom: 0;
}

.go-article-body .wp-caption {
  background: #f7f7f2;
  border: 1px solid var(--go-line);
  margin: 28px 0;
  max-width: 100%;
  padding: 10px;
}

.go-article-body .wp-caption img {
  display: block;
  width: 100%;
}

.go-article-body .wp-caption-text {
  color: var(--go-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
  margin: 8px 0 0;
}

.go-article-body ul,
.go-article-body ol {
  margin: 0 0 24px 1.4em;
  padding: 0;
}

.go-article-body li {
  line-height: 1.9;
  margin-bottom: 8px;
}

.go-article-tags {
  border-top: 1px solid var(--go-line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 0;
  padding-top: 18px;
}

.go-article-tags a {
  background: #f6f5f0;
  border: 1px solid var(--go-line);
  color: var(--go-ink);
  font-size: 12px;
  font-weight: 950;
  padding: 7px 10px;
}

.go-article-tags a::before {
  content: "#";
  color: var(--go-red);
  margin-right: 2px;
}

.go-article-next {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0 0;
}

.go-article-next a {
  background: #fbfaf5;
  border: 1px solid var(--go-line);
  border-top: 5px solid var(--go-red);
  color: var(--go-ink);
  display: grid;
  gap: 7px;
  min-height: 86px;
  padding: 14px;
}

.go-article-next a:nth-child(2) {
  border-top-color: var(--go-yellow);
}

.go-article-next a:nth-child(3) {
  border-top-color: var(--go-blue);
}

.go-article-next a:hover {
  background: var(--go-ink);
  color: #fff;
}

.go-article-next span {
  color: var(--go-muted);
  font-size: 12px;
  font-weight: 950;
}

.go-article-next a:hover span {
  color: rgba(255,255,255,.62);
}

.go-article-next strong {
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
}

.go-article-related {
  margin: 32px 0 0;
}

.go-article-related h2 {
  background: var(--go-ink);
  border-left: 5px solid var(--go-red);
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 12px 14px;
}

.go-article-related div {
  border: 1px solid var(--go-line);
  border-top: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.go-article-related a {
  border-top: 1px solid var(--go-line);
  display: grid;
  gap: 5px;
  min-height: 96px;
  padding: 14px;
}

.go-article-related a:nth-child(1),
.go-article-related a:nth-child(2) {
  border-top: 0;
}

.go-article-related a:nth-child(odd) {
  border-right: 1px solid var(--go-line);
}

.go-article-related span {
  color: var(--go-red);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 950;
}

.go-article-related strong {
  font-size: 14px;
  font-weight: 950;
  line-height: 1.45;
}

.go-legacy-getpost {
  margin: 16px 0;
}

.go-legacy-getpost a {
  align-items: stretch;
  background: #f8f8f3;
  border: 1px solid var(--go-line);
  border-left: 5px solid var(--go-red);
  display: grid;
  gap: 12px;
  grid-template-columns: 108px minmax(0, 1fr);
  min-height: 88px;
  padding: 10px;
}

.go-legacy-getpost-thumb {
  background: #ecece4;
  display: block;
  overflow: hidden;
}

.go-legacy-getpost-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.go-legacy-getpost-main {
  display: grid;
  gap: 5px;
  place-content: center start;
}

.go-legacy-getpost-main em {
  color: var(--go-red);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.go-legacy-getpost-main strong {
  font-size: 14px;
  font-weight: 950;
  line-height: 1.45;
}

.go-legacy-getpost-main time {
  color: var(--go-muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 950;
}

.go-article-body .button {
  display: block;
  margin: 24px 0;
  text-align: center;
}

.go-article-body .button a,
.go-article-body a.midium {
  background: var(--go-red);
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  min-width: 220px;
  padding: 11px 18px;
}

.go-article-body .sc_frame,
.go-article-body .sc_frame_wrap {
  background: #f7f7f2;
  border: 1px solid var(--go-line);
  margin: 26px 0;
  padding: 16px;
}

.go-article-body .sc_frame_title {
  border-left: 5px solid var(--go-red);
  font-size: 17px;
  font-weight: 950;
  margin-bottom: 10px;
  padding-left: 10px;
}

.go-article-body .sc_frame_text {
  font-size: 14px;
  line-height: 1.8;
}

.go-data-strip {
  border: 2px solid var(--go-ink);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 26px 0;
}

.go-data-strip div {
  background: #fbfaf5;
  border-right: 1px solid var(--go-ink);
  padding: 13px;
}

.go-data-strip div:last-child {
  border-right: 0;
}

.go-data-strip span {
  color: var(--go-muted);
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 6px;
}

.go-data-strip b {
  font-size: 17px;
  font-weight: 950;
}

.go-link-panel {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 28px 0;
}

.go-link-panel a {
  background: var(--go-ink);
  color: #fff;
  min-height: 94px;
  padding: 16px;
}

.go-link-panel a:nth-child(2) {
  background: var(--go-blue);
}

.go-link-panel strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.go-link-panel span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.go-article-reactions,
.go-article-poll {
  background:
    linear-gradient(135deg, rgba(23,110,159,.22), transparent 44%),
    #121418;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  margin: 34px 0;
  padding: 20px;
}

.go-article-reactions {
  background:
    linear-gradient(135deg, rgba(214,165,31,.18), transparent 44%),
    #121418;
}

.go-reaction-head,
.go-poll-head {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 56px 1fr;
  margin-bottom: 16px;
}

.go-reaction-head {
  grid-template-columns: 1fr;
  margin-bottom: 18px;
  text-align: left;
}

.go-reaction-head span,
.go-poll-head span {
  background: var(--go-yellow);
  color: var(--go-ink);
  display: grid;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 950;
  min-height: 28px;
  place-items: center;
}

.go-article-reactions h2,
.go-article-poll h2 {
  border-left: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  margin: 0;
  padding-left: 0;
}

.go-article-reactions h2,
.go-article-poll.is-prediction h2 {
  display: grid;
  gap: 12px;
}

.go-article-reactions h2 strong,
.go-article-poll.is-prediction h2 strong {
  color: rgba(255,255,255,.92);
  display: block;
  font-size: clamp(18px, 2.1vw, 25px);
  font-weight: 950;
  line-height: 1.55;
}

.go-article-reactions h2 em,
.go-article-poll.is-prediction h2 em {
  color: var(--go-yellow);
  display: block;
  font-size: clamp(26px, 4vw, 44px);
  font-style: normal;
  font-weight: 950;
  line-height: 1.08;
  margin-top: 10px;
  text-align: center;
}

.go-article-poll.is-prediction h2 em {
  color: #62c3ff;
}

.go-article-poll.is-prediction .go-poll-head span {
  background: var(--go-blue);
  color: #fff;
}

.go-reaction-options,
.go-poll-options {
  display: grid;
  gap: 10px;
}

.go-reaction-button,
.go-poll-button {
  align-items: center;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(80px, 180px) minmax(86px, auto);
  min-height: 48px;
  padding: 10px 12px;
  text-align: left;
}

.go-reaction-button span,
.go-poll-button span {
  font-size: 14px;
  font-weight: 950;
}

.go-reaction-button b,
.go-poll-button b {
  background: linear-gradient(90deg, var(--go-red) var(--value), rgba(255,255,255,.18) var(--value));
  display: block;
  height: 10px;
}

.go-reaction-button em,
.go-poll-button em {
  color: var(--go-yellow);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 950;
  text-align: right;
}

.go-reaction-button em i {
  color: rgba(255,255,255,.66);
  font-style: normal;
}

.go-reaction-button em strong {
  font-size: 14px;
}

.go-reaction-button.is-active,
.go-poll-button.is-active {
  background: rgba(214,165,31,.12);
  border-color: var(--go-yellow);
  box-shadow: inset 0 0 0 1px var(--go-yellow);
}

.go-reaction-button.is-active {
  background:
    linear-gradient(90deg, rgba(214,165,31,.22), rgba(214,165,31,.08)),
    rgba(255,255,255,.075);
  box-shadow:
    inset 0 0 0 2px var(--go-yellow),
    0 0 0 1px rgba(214,165,31,.18);
}

.go-reaction-button.is-active span::after {
  color: var(--go-yellow);
  content: " 選択中";
  font-size: 12px;
}

.go-poll-feedback {
  color: var(--go-yellow);
  font-size: 13px;
  font-weight: 950;
  margin: 12px 0 0;
  min-height: 1.4em;
  opacity: 0;
  text-align: right;
  transition: opacity .18s ease;
}

.go-poll-feedback.is-visible {
  opacity: 1;
}

.go-reaction-button.is-pending {
  opacity: .86;
}

.profile-table,
.works-table,
.go-article-body table,
.go-page-body table {
  border-collapse: collapse;
  margin: 24px 0;
  width: 100%;
}

.profile-table th,
.profile-table td,
.works-table th,
.works-table td,
.go-article-body th,
.go-article-body td,
.go-page-body th,
.go-page-body td {
  border: 1px solid var(--go-line);
  padding: 12px 14px;
  text-align: left;
}

.profile-table th,
.works-table th,
.go-article-body th,
.go-page-body th {
  background: #f3f1eb;
  color: var(--go-red);
  font-weight: 950;
}

.go-sidebar {
  display: grid;
  gap: 16px;
  align-content: start;
}

.go-ad-sidebar-mid,
.go-ad-sidebar-sticky {
  min-height: 280px;
}

.go-sticky-ad {
  position: sticky;
  top: 18px;
}

.go-side-panel h2 {
  font-size: 18px;
}

.go-side-rank-list {
  display: grid;
}

.go-side-rank-list a {
  border-top: 1px solid var(--go-line);
  color: var(--go-ink);
  display: grid;
  gap: 7px;
  grid-template-columns: 24px minmax(0, 1fr) 72px;
  padding: 11px 0;
}

.go-side-rank-list a:first-child {
  border-top: 0;
  padding-top: 0;
}

.go-side-rank-list span {
  background: var(--go-ink);
  color: #fff;
  display: grid;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 950;
  height: 22px;
  place-items: center;
  width: 22px;
}

.go-side-rank-list strong {
  display: -webkit-box;
  font-size: 13px;
  font-weight: 950;
  grid-column: 2 / 4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.45;
  overflow: hidden;
}

.go-side-rank-list b {
  align-self: center;
  background: #ece9e0;
  display: block;
  grid-column: 2;
  height: 8px;
}

.go-side-rank-list b i {
  background: var(--go-red);
  display: block;
  height: 100%;
  width: var(--value);
}

.go-side-rank-list.is-latest b i {
  background: var(--go-green);
}

.go-side-rank-list em {
  align-self: center;
  color: var(--go-red);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  grid-column: 3;
  text-align: right;
}

.go-side-rank-list.is-latest em {
  color: var(--go-green);
}

.go-side-bars {
  display: grid;
  gap: 8px;
}

.go-side-bars div {
  display: grid;
  grid-template-columns: 94px 1fr 42px;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
}

.go-side-bars b {
  background: #ece9e0;
  height: 10px;
  position: relative;
}

.go-side-bars b::after {
  background: var(--go-red);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: var(--w);
}

.go-side-bars em {
  font-style: normal;
}

.go-side-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.go-side-list li {
  border-top: 1px solid var(--go-line);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  padding-top: 10px;
}

.go-ad-slot {
  background: repeating-linear-gradient(45deg, #f7f7f4, #f7f7f4 12px, #efeee9 12px, #efeee9 24px);
  border: 1px solid var(--go-line);
  color: #9b9b9b;
  display: grid;
  font-weight: 900;
  height: 230px;
  place-items: center;
}

.go-list-page,
.go-page {
  margin-top: 26px;
}

.go-category-top,
.go-predict-page {
  margin-top: 26px;
}

.go-category-hero {
  background:
    linear-gradient(90deg, rgba(195,49,37,.08), transparent 44%),
    #fff;
  border: 1px solid var(--go-line);
  border-left: 7px solid var(--go-red);
  margin-bottom: 18px;
  padding: 26px 30px;
}

.go-category-hero.cat-sport {
  border-left-color: #1e88e5;
}

.go-category-hero.cat-internet {
  border-left-color: var(--go-green);
}

.go-category-hero.cat-cm {
  border-left-color: #7b1fa2;
}

.go-category-hero.cat-syakai {
  border-left-color: var(--go-blue);
}

.go-category-hero span {
  color: var(--go-red);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
  font-weight: 950;
}

.go-category-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 950;
  line-height: 1.05;
  margin: 8px 0 0;
}

.go-category-hero p {
  color: var(--go-muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
  margin: 12px 0 0;
  max-width: 760px;
}

.go-category-main {
  display: grid;
  gap: 18px;
}

.go-category-leads {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.2fr .8fr;
}

.go-category-leads article {
  background: #fff;
  border: 1px solid var(--go-line);
  display: grid;
  gap: 12px;
  padding: 14px;
}

.go-category-leads article.is-primary {
  grid-row: span 2;
}

.go-category-lead-thumb,
.go-predict-page-thumb {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: #f4f3ee;
  color: var(--go-red);
  display: grid;
  font-size: 38px;
  font-weight: 950;
  overflow: hidden;
  place-items: center;
}

.go-category-lead-thumb img,
.go-predict-page-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.go-category-lead-meta {
  color: var(--go-red);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 950;
  margin-bottom: 8px;
}

.go-category-leads h2,
.go-predict-page-card h2 {
  font-size: 18px;
  font-weight: 950;
  line-height: 1.45;
  margin: 0;
}

.go-category-leads article.is-primary h2 {
  font-size: clamp(23px, 2.6vw, 32px);
  line-height: 1.35;
}

.go-category-leads p {
  color: var(--go-muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.75;
  margin: 12px 0 0;
}

.go-category-interest,
.go-category-stream {
  background: #fff;
  border: 1px solid var(--go-line);
}

.go-category-interest > header,
.go-category-stream > header {
  align-items: center;
  background: var(--go-ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 56px;
  padding: 12px 14px;
}

.go-category-interest h2,
.go-category-stream h2 {
  font-size: 19px;
  font-weight: 950;
  margin: 0;
}

.go-category-interest header span,
.go-category-stream header span {
  color: rgba(255,255,255,.62);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  font-weight: 950;
}

.go-category-interest > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.go-category-interest a {
  border-left: 1px solid var(--go-line);
  color: var(--go-ink);
  display: grid;
  gap: 9px;
  min-height: 170px;
  padding: 14px;
}

.go-category-interest a:first-child {
  border-left: 0;
}

.go-category-interest a > span {
  background: var(--go-ink);
  color: #fff;
  display: grid;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
  font-weight: 950;
  height: 26px;
  place-items: center;
  width: 26px;
}

.go-category-interest strong {
  display: -webkit-box;
  font-size: 13px;
  font-weight: 950;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.45;
  overflow: hidden;
}

.go-category-interest b {
  align-self: end;
  background: #ece9e0;
  display: block;
  height: 9px;
}

.go-category-interest b i {
  background: var(--go-red);
  display: block;
  height: 100%;
  width: var(--value);
}

.go-category-interest em {
  color: var(--go-red);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.go-category-stream .go-card-list {
  padding: 12px 16px 16px;
}

.go-category-stream .go-card:first-child {
  padding-top: 0;
}

.go-predict-page-hero {
  border-left-color: var(--go-blue);
}

.go-predict-page-grid {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.go-predict-page-card {
  align-self: start;
  background: #fff;
  border: 1px solid var(--go-line);
  display: grid;
  gap: 12px;
  grid-template-columns: 190px minmax(0, 1fr);
  padding: 14px;
}

.go-predict-page-options {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.go-predict-page-options span {
  align-items: center;
  background: #f6f5f0;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 30px;
  padding: 6px 8px;
}

.go-predict-page-options b,
.go-predict-page-options i {
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.go-predict-page-options i {
  color: var(--go-blue);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

.go-predict-page-button {
  background: var(--go-ink);
  color: #fff !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  margin-top: 12px;
  min-height: 32px;
  padding: 8px 11px;
}

.go-predict-page-button:hover,
.go-predict-page-button:focus-visible {
  background: var(--go-blue);
  color: #fff !important;
}

.go-list-header,
.go-page-header {
  background: #fff;
  border: 1px solid var(--go-line);
  margin-bottom: 18px;
  padding: 24px;
}

.go-list-header p {
  font-size: 14px;
  line-height: 1.7;
  margin: 10px 0 0;
}

.go-archive-grid {
  grid-template-columns: minmax(0, 1fr) 330px;
}

.go-card-list {
  display: grid;
  gap: 0;
}

.go-card {
  border-top: 1px solid var(--go-line);
  display: grid;
  gap: 16px;
  grid-template-columns: 150px 1fr;
  padding: 16px 0;
}

.go-card:first-child {
  border-top: 0;
  padding-top: 0;
}

.go-card-thumb {
  align-items: center;
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(195,49,37,.84), rgba(23,110,159,.68)),
    var(--go-line);
  color: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.go-card-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.go-card-thumb span {
  font-size: 34px;
  font-weight: 950;
}

.go-card-meta {
  color: var(--go-muted);
  display: flex;
  gap: 10px;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 6px;
}

.go-page {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.go-footer {
  background: var(--go-ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding: 28px max(24px, calc((100vw - var(--go-width)) / 2));
}

.go-footer-brand strong {
  display: block;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.go-footer-brand span {
  color: rgba(255,255,255,.72);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 13px;
  font-weight: 950;
  margin-top: 8px;
  text-align: right;
}

.go-footer-menu a {
  color: #fff;
}

.navigation.pagination {
  margin-top: 22px;
}

.nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.page-numbers {
  border: 1px solid var(--go-line);
  padding: 8px 11px;
  font-weight: 900;
}

.page-numbers.current {
  background: var(--go-ink);
  color: #fff;
}

@media (max-width: 1240px) {
  :root {
    --go-width: calc(100vw - 32px);
  }

  .go-header {
    grid-template-columns: 240px 1fr;
  }

  .go-search {
    display: none;
  }
}

@media (max-width: 900px) {
  body.geinou-os {
    background-attachment: scroll;
    background-size: auto, auto, 56px 56px, 72px 72px, 72px 72px, auto, auto, auto, auto;
  }

  body.geinou-os::before {
    display: none;
  }

  .go-header {
    display: block;
    padding: 16px;
  }

  .go-logo-word {
    gap: 5px;
  }

  .go-logo-mark {
    background: #11161c;
    border-radius: 14px;
    width: 48px;
    height: 48px;
  }

  .go-logo-mark::before {
    height: 8px;
    left: 9px;
    top: 8px;
    width: 18px;
  }

  .go-logo-mark::after {
    height: 8px;
    left: 9px;
    top: 28px;
    width: 31px;
  }

  .go-logo-signal {
    height: 8px;
  }

  .go-logo-signal-a {
    left: 9px;
    top: 18px;
    width: 25px;
  }

  .go-logo-signal-b {
    left: 9px;
    top: 38px;
    width: 33px;
  }

  .go-logo-node {
    height: 8px;
    right: 8px;
    top: 19px;
    width: 8px;
  }

  .go-logo-main {
    max-width: 224px;
  }

  .go-logo-main span {
    font-size: 12px;
  }

  .go-logo-main strong {
    font-size: 24px;
  }

  .go-logo-sub {
    font-size: 15px;
    max-width: 224px;
  }

  .go-logo-sub::before {
    margin-right: 9px;
  }

  .go-nav {
    margin-top: 14px;
    overflow-x: auto;
  }

  .go-menu {
    gap: 14px;
  }

  .go-now {
    margin-left: -16px;
    margin-right: -16px;
    grid-template-columns: 110px 1fr;
  }

  .go-site {
    padding: 0 16px 32px;
  }

  .go-dashboard,
  .go-modules,
  .go-bottom-grid,
  .go-archive-grid,
  .go-article-layout,
  .go-category-sections,
  .go-home-mesh,
  .go-front-command,
  .go-predict-hero,
  .go-board-grid,
  .go-market-strip,
  .go-feature-grid,
  .go-signal-grid,
  .go-front-layout {
    grid-template-columns: 1fr;
  }

  .go-predict-hero-list,
  .go-category-leads,
  .go-category-interest > div,
  .go-predict-page-grid,
  .go-predict-page-card {
    grid-template-columns: 1fr;
  }

  .go-article-next {
    grid-template-columns: 1fr;
  }

  .go-lead-item {
    grid-template-columns: 74px 1fr 48px;
  }

  .go-summary,
  .go-data-strip,
  .go-news-grid,
  .go-link-panel,
  .go-reaction-button,
  .go-poll-button {
    grid-template-columns: 1fr;
  }

  .go-data-strip div {
    border-bottom: 1px solid var(--go-ink);
    border-right: 0;
  }

  .go-data-strip div:last-child {
    border-bottom: 0;
  }

  .go-article-title h1,
  .go-page-header h1,
  .go-list-header h1 {
    font-size: 28px;
  }

  .go-article-topline {
    display: flex;
  }

  .go-article-topline span {
    margin-left: 0;
  }

  .go-score {
    text-align: left;
  }

  .go-article-body,
  .go-page-body {
    padding: 24px 20px;
  }

  .go-article-title {
    padding: 24px 20px 22px;
  }

  .go-article-related div {
    grid-template-columns: 1fr;
  }

  .go-article-related a,
  .go-article-related a:nth-child(2) {
    border-top: 1px solid var(--go-line);
  }

  .go-article-related a:first-child {
    border-top: 0;
  }

  .go-article-related a:nth-child(odd) {
    border-right: 0;
  }

  .go-poll-head {
    grid-template-columns: 1fr;
  }

  .go-sticky-ad {
    position: static;
  }

  .go-ad-sidebar-sticky {
    min-height: 180px;
  }

  .go-card {
    grid-template-columns: 100px 1fr;
  }

  .go-footer {
    display: grid;
  }
}

@media (max-width: 560px) {
  .go-market-table a {
    grid-template-columns: 1fr 46px 52px;
  }

  .go-market-table .go-spark {
    grid-column: 1 / -1;
  }

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

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

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