:root {
  --tcs-bg: #090a0f;
  --tcs-panel: #141620;
  --tcs-panel-2: #1b1e2a;
  --tcs-text: #f5f7fb;
  --tcs-muted: #a9b0bf;
  --tcs-line: #2a3040;
  --tcs-accent: #5fffd7;
  --tcs-accent-dark: #071512;
  --tcs-accent-2: #ff6eb3;
  --tcs-gold: #ffd166;
  --tcs-radius: 8px;
  --tcs-shadow: 0 18px 48px rgba(0, 0, 0, .32);
}

html {
  scroll-behavior: smooth;
}

body.tcs-home-body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 0%, rgba(39, 241, 195, .12), transparent 26rem),
    linear-gradient(180deg, #0b0c12 0%, #10121a 42%, #090a0f 100%);
  color: var(--tcs-text);
  letter-spacing: 0;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) {
  min-width: 320px;
  background:
    radial-gradient(circle at 14% 0%, rgba(95, 255, 215, .12), transparent 28rem),
    linear-gradient(180deg, #0b0c12 0%, #11131b 48%, #090a0f 100%);
  color: var(--tcs-text);
  letter-spacing: 0;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) #page,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .site-main,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) #main,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) #content {
  background: transparent;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .site-header,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) #masthead,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) #sinatra-header,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) #sinatra-header-inner,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .si-header-container {
  background: rgba(9, 10, 15, .96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: none;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .site-branding,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .sinatra-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .custom-logo-link,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .sinatra-logo .logo-inner a {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--tcs-radius);
  background: linear-gradient(135deg, var(--tcs-accent), var(--tcs-accent-2));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 12px 30px rgba(95, 255, 215, .18);
  overflow: hidden;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .custom-logo-link img,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .sinatra-logo .logo-inner a img {
  display: none !important;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .custom-logo-link::before,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .sinatra-logo .logo-inner a::before {
  content: "TCS";
  color: var(--tcs-accent-dark);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .site-title,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .site-title a,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .site-description,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .sinatra-nav a,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .main-navigation a,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .si-header-element,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .si-header-element button,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .sinatra-hamburger,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .hamburger-inner,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .hamburger-inner::before,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .hamburger-inner::after {
  color: var(--tcs-text);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .hamburger-inner,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .hamburger-inner::before,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .hamburger-inner::after {
  background-color: var(--tcs-text) !important;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .site-description {
  color: var(--tcs-muted);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .si-container {
  max-width: 1120px;
}

.tcs-page,
.tcs-page * {
  box-sizing: border-box;
}

.tcs-page {
  min-height: 100vh;
  padding-bottom: 84px;
  color: var(--tcs-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.tcs-page button,
.tcs-button {
  border: 0;
  border-radius: var(--tcs-radius);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: none;
}

.tcs-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 64px;
  padding: 10px 16px;
  background: rgba(9, 10, 15, .92);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
}

.admin-bar .tcs-topbar {
  top: 46px;
}

.tcs-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.tcs-brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: var(--tcs-radius);
  background: linear-gradient(135deg, var(--tcs-accent), var(--tcs-accent-2));
  color: var(--tcs-accent-dark);
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 950;
}

.tcs-brand-name {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.tcs-brand-name strong {
  color: var(--tcs-text);
  font-size: 15px;
  line-height: 1.05;
}

.tcs-brand-name span {
  color: var(--tcs-muted);
  font-size: 11px;
  line-height: 1.1;
}

.tcs-top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tcs-icon-button {
  width: 42px;
  height: 42px;
  padding: 0;
  background: var(--tcs-panel);
  color: var(--tcs-text);
  border: 1px solid var(--tcs-line);
}

.tcs-top-picks {
  background: var(--tcs-accent);
  color: var(--tcs-accent-dark) !important;
  display: none;
}

.tcs-menu-drawer {
  position: sticky;
  top: 64px;
  z-index: 19;
  display: none;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 10px 16px 14px;
  background: rgba(9, 10, 15, .98);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.admin-bar .tcs-menu-drawer {
  top: 110px;
}

.tcs-menu-drawer[data-open="true"] {
  display: grid;
}

.tcs-menu-drawer a {
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: var(--tcs-radius);
  padding: 0 10px;
  color: var(--tcs-text);
  background: rgba(255, 255, 255, .04);
  font-size: 14px;
  font-weight: 800;
}

.tcs-hero {
  padding: 28px 16px 18px;
}

.tcs-inner,
.tcs-section {
  max-width: 1120px;
  margin: 0 auto;
}

.tcs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tcs-accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.tcs-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tcs-accent);
  box-shadow: 0 0 20px rgba(39, 241, 195, .9);
}

.tcs-page h1,
.tcs-page h2,
.tcs-page h3,
.tcs-page p {
  color: inherit;
  letter-spacing: 0;
}

.tcs-page h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(34px, 9vw, 68px);
  line-height: .95;
  font-weight: 950;
}

.tcs-hero-copy {
  max-width: 640px;
  margin: 14px 0 0;
  color: #c8cedb;
  font-size: 16px;
  line-height: 1.55;
}

.tcs-hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.tcs-button-primary {
  background: linear-gradient(180deg, #9affe8, var(--tcs-accent));
  color: var(--tcs-accent-dark) !important;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 12px 30px rgba(95, 255, 215, .2);
}

.tcs-button-secondary {
  background: rgba(255, 255, 255, .035);
  color: var(--tcs-text);
  border: 1px solid var(--tcs-line);
}

.tcs-button-primary:hover,
.tcs-button-primary:focus-visible,
.tcs-top-picks:hover,
.tcs-top-picks:focus-visible {
  color: var(--tcs-accent-dark) !important;
  filter: saturate(1.08) brightness(1.04);
}

.tcs-button-secondary:hover,
.tcs-button-secondary:focus-visible,
.tcs-chip:hover,
.tcs-chip:focus-visible {
  border-color: rgba(95, 255, 215, .5);
  color: #ffffff;
}

.tcs-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.tcs-trust-item {
  min-height: 58px;
  padding: 10px;
  border: 1px solid var(--tcs-line);
  border-radius: var(--tcs-radius);
  background: rgba(20, 22, 32, .78);
}

.tcs-trust-item strong {
  display: block;
  color: var(--tcs-text);
  font-size: 15px;
  line-height: 1.1;
}

.tcs-trust-item span {
  display: block;
  margin-top: 4px;
  color: var(--tcs-muted);
  font-size: 11px;
  line-height: 1.25;
}

.tcs-section {
  padding: 20px 16px;
}

.tcs-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.tcs-page h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
}

.tcs-section-note {
  margin: 4px 0 0;
  color: var(--tcs-muted);
  font-size: 13px;
  line-height: 1.4;
}

.tcs-ranking-list {
  display: grid;
  gap: 12px;
}

.tcs-rank-card {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)), var(--tcs-panel);
  border: 1px solid var(--tcs-line);
  border-radius: var(--tcs-radius);
  box-shadow: var(--tcs-shadow);
}

.tcs-rank-medal {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: var(--tcs-radius);
  background: #212431;
  color: var(--tcs-gold);
  border: 1px solid rgba(255, 209, 102, .35);
  font-weight: 950;
  font-size: 20px;
}

.tcs-rank-body {
  min-width: 0;
}

.tcs-rank-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}

.tcs-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(39, 241, 195, .13);
  color: var(--tcs-accent);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.tcs-rank-title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  color: var(--tcs-text);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 950;
}

.tcs-rating {
  color: var(--tcs-gold);
  font-size: 14px;
  white-space: nowrap;
}

.tcs-rank-desc {
  margin: 8px 0 0;
  color: #c9cfdb;
  font-size: 13px;
  line-height: 1.45;
}

.tcs-pros {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.tcs-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  color: #dfe4ef;
  background: rgba(255, 255, 255, .045);
  font-size: 12px;
  line-height: 1;
}

.tcs-rank-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  grid-column: 1 / -1;
  margin-top: 2px;
}

.tcs-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 8px;
  scrollbar-width: none;
}

.tcs-chips::-webkit-scrollbar {
  display: none;
}

.tcs-chip {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid var(--tcs-line);
  background: var(--tcs-panel);
  color: var(--tcs-text);
  font-size: 13px;
  font-weight: 800;
}

.tcs-comparison {
  display: grid;
  gap: 8px;
}

.tcs-compare-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--tcs-line);
  border-radius: var(--tcs-radius);
  background: var(--tcs-panel);
}

.tcs-compare-row strong {
  display: block;
  color: var(--tcs-text);
  font-size: 15px;
  font-style: normal;
}

.tcs-compare-row em {
  display: block;
  color: var(--tcs-muted);
  margin-top: 3px;
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.tcs-compare-row b {
  align-self: start;
  display: grid;
  place-items: center;
  min-width: 46px;
  height: 34px;
  border-radius: var(--tcs-radius);
  background: rgba(255, 209, 102, .12);
  color: var(--tcs-gold);
  font-weight: 950;
  font-size: 14px;
}

.tcs-content-grid {
  display: grid;
  gap: 10px;
}

.tcs-content-card {
  min-height: 116px;
  padding: 14px;
  border: 1px solid var(--tcs-line);
  border-radius: var(--tcs-radius);
  background: var(--tcs-panel-2);
}

.tcs-content-card span {
  color: var(--tcs-accent);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tcs-content-card h3 {
  margin: 8px 0 0;
  color: var(--tcs-text);
  font-size: 18px;
  line-height: 1.18;
  font-weight: 950;
}

.tcs-content-card p {
  margin: 8px 0 0;
  color: var(--tcs-muted);
  font-size: 13px;
  line-height: 1.45;
}

.tcs-trust-band {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(39, 241, 195, .28);
  border-radius: var(--tcs-radius);
  background: linear-gradient(135deg, rgba(39, 241, 195, .09), rgba(255, 79, 163, .07)), #11131b;
}

.tcs-trust-band p {
  margin: 0;
  color: #d2d8e4;
  font-size: 14px;
  line-height: 1.55;
}

.tcs-trust-band .tcs-button {
  justify-self: start;
}

.tcs-footer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px 110px;
  color: var(--tcs-muted);
  font-size: 13px;
}

.tcs-footer p {
  margin: 0;
}

.tcs-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.tcs-footer a {
  color: var(--tcs-text);
}

.tcs-bottom-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px 14px 14px;
  background: rgba(9, 10, 15, .94);
  border-top: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .site-main {
  padding-top: 22px;
  padding-bottom: 42px;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .content-area,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .site-content,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) article.post,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) article.page {
  color: var(--tcs-text);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body).single-post article.post,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body).page:not(.home) article.page {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--tcs-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .016)), rgba(20, 22, 32, .92);
  box-shadow: var(--tcs-shadow);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-header,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .page-header {
  padding: 20px 18px 8px;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-title,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-title a,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .page-title {
  color: var(--tcs-text);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: 0;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body).single-post .entry-title {
  font-size: clamp(32px, 8vw, 58px);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-meta,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-meta a,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-footer,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .last-updated {
  color: var(--tcs-muted);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-media,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .post-thumbnail {
  margin: 0;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-media img,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .post-thumbnail img,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content img {
  border-radius: var(--tcs-radius);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body).single-post .entry-media img,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body).single-post .post-thumbnail img {
  width: 100%;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content {
  padding: 16px 18px 24px;
  color: #dbe1eb;
  font-size: 17px;
  line-height: 1.72;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .tcs-post,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .wp-block-group,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .wp-block-column,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .wp-block-cover,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content [class*="has-"][class*="-background-color"],
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content [style*="background"] {
  background: rgba(16, 19, 29, .78) !important;
  color: #e7edf7 !important;
  border-color: rgba(255, 255, 255, .10) !important;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .tcs-post {
  padding: 0 !important;
  background: transparent !important;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content p,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content li,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content td,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content th,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content summary,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content figcaption,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .tcs-post p,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .tcs-post li,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .tcs-post td,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .tcs-post span,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .tcs-post strong {
  color: #e1e7f2 !important;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content h2,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content h3,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content h4 {
  color: var(--tcs-text) !important;
  font-weight: 950;
  letter-spacing: 0;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content h2 {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  font-size: clamp(24px, 6vw, 36px);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content h3 {
  font-size: clamp(21px, 5vw, 28px);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content a {
  color: #8cefff !important;
  text-decoration-color: rgba(140, 239, 255, .58);
  text-underline-offset: 3px;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content a[rel~="sponsored"],
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content a[href*="recommends"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 6px 0;
  padding: 0 18px;
  border-radius: var(--tcs-radius);
  background: linear-gradient(180deg, #9affe8, var(--tcs-accent));
  color: var(--tcs-accent-dark);
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(95, 255, 215, .18);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content a:has(img) {
  display: inline-block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 0;
  text-decoration: none !important;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content p > a:only-child:not([rel~="sponsored"]):not([href*="recommends"]) {
  display: inline;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: transparent !important;
  box-shadow: none;
  color: #8cefff !important;
  font-weight: 800;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(140, 239, 255, .58);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content ul,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content ol {
  padding-left: 1.25em;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content blockquote,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content table,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .author-box,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .post-nav,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .crp_related {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--tcs-radius);
  background: rgba(9, 10, 15, .45);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .wp-block-table {
  overflow-x: auto;
  margin: 24px 0;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: rgba(9, 10, 15, .72) !important;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content thead,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content tbody,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content tr {
  background: transparent !important;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content th,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content td {
  border-color: rgba(255, 255, 255, .10) !important;
  background: rgba(20, 24, 36, .82) !important;
  color: #e7edf7 !important;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content th {
  background: rgba(34, 40, 58, .96) !important;
  color: #ffffff !important;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content td a,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content th a {
  color: #9af4ff !important;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .has-vivid-green-cyan-color,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content .has-light-green-cyan-color,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content [style*="color: green"],
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content [style*="color:#00"],
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content [style*="color: #00"] {
  color: #9af4ff !important;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content blockquote {
  padding: 16px;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .author-box,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .post-nav,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .crp_related {
  margin-top: 20px;
  padding: 16px;
  color: var(--tcs-text);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .crp_related h2,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .author-box-title,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .nav-title,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .nav-content span {
  color: var(--tcs-text);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .crp_related ul {
  display: grid;
  gap: 12px;
  padding: 0;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .crp_related li {
  list-style: none;
  padding: 10px;
  border-radius: var(--tcs-radius);
  background: rgba(255, 255, 255, .04);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) #secondary,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .sidebar,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .widget {
  color: var(--tcs-text);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .widget,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .si-widget {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--tcs-radius);
  background: rgba(20, 22, 32, .84);
  padding: 14px;
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .widget-title,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .widget a {
  color: var(--tcs-text);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) #sinatra-footer,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) #sinatra-copyright {
  background: rgba(9, 10, 15, .96);
  color: var(--tcs-muted);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) #sinatra-footer a,
body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) #sinatra-copyright a {
  color: var(--tcs-text);
}

body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) #si-scroll-top {
  background: var(--tcs-accent);
  color: var(--tcs-accent-dark);
}

@media (min-width: 720px) {
  .tcs-page {
    padding-bottom: 0;
  }

  .tcs-topbar {
    height: 74px;
    padding: 14px 28px;
  }

  .admin-bar .tcs-topbar {
    top: 32px;
  }

  .tcs-brand-mark {
    width: 42px;
    height: 42px;
  }

  .tcs-brand-name strong {
    font-size: 18px;
  }

  .tcs-brand-name span {
    font-size: 12px;
  }

  .tcs-top-picks {
    display: inline-flex;
  }

  .tcs-menu-drawer {
    top: 74px;
    grid-template-columns: repeat(5, auto);
    justify-content: end;
    padding: 10px 28px;
  }

  .admin-bar .tcs-menu-drawer {
    top: 106px;
  }

  .tcs-hero {
    padding: 58px 28px 28px;
  }

  .tcs-hero-actions {
    display: flex;
  }

  .tcs-button {
    min-width: 150px;
  }

  .tcs-section {
    padding: 26px 28px;
  }

  .tcs-ranking-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tcs-rank-card {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .tcs-rank-actions {
    margin-top: 10px;
  }

  .tcs-comparison {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tcs-content-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tcs-footer {
    padding: 32px 28px 44px;
  }

  .tcs-bottom-cta {
    display: none;
  }

  body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .site-main {
    padding-top: 34px;
  }

  body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-header,
  body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .page-header {
    padding: 32px 34px 10px;
  }

  body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .entry-content {
    padding: 20px 34px 36px;
  }

  body.wp-child-theme-topcosplaysites-sinatra-child:not(.tcs-home-body) .crp_related ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
