/*
Theme Name: GameVibe
Theme URI: https://gamevibe.io/
Author: GameVibe
Description: A neon editorial theme for AI gaming, vibe coding, and AI-generated games.
Version: 1.3.3
Text Domain: gamevibe
*/

:root {
  --gv-black: #000;
  --gv-void-950: #05050f;
  --gv-void-900: #08081a;
  --gv-void-800: #0f0f24;
  --gv-void-700: #181832;
  --gv-white: #f8f8f8;
  --gv-gray-300: #c7cadb;
  --gv-gray-400: #9498ac;
  --gv-gray-500: #767b94;
  --gv-pink: #fc54bc;
  --gv-green: #98e818;
  --gv-purple: #a855f7;
  --gv-gold: #d0c57f;
  --gv-border: rgba(248,248,248,.11);
  --gv-display: "Baloo 2", ui-rounded, "Segoe UI", sans-serif;
  --gv-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gv-mono: "JetBrains Mono", ui-monospace, monospace;
  --gv-radius-sm: 10px;
  --gv-radius-md: 16px;
  --gv-radius-lg: 24px;
  --gv-radius-pill: 999px;
  --gv-container: 1200px;
  --gv-ease: cubic-bezier(.16,1,.3,1);
}

* { box-sizing: border-box; }
.pagelayer-footer { display: none !important; }
.pagelayer-header { display: block !important; }
body.home .pagelayer-header .p-uth9711 { display: none !important; }
.pagelayer-header .pagelayer-wp-title-heading {
  width: clamp(230px, 20vw, 300px);
  aspect-ratio: 1024 / 120;
  display: block;
  overflow: hidden;
  background: url("https://gamevibe.io/wp-content/uploads/2026/07/gamevibe-beta-logo-1024x120.png") center / contain no-repeat;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.pagelayer-header .pagelayer-wp-title-heading::before { content: none; }

/* Keep one deliberate sharing surface: the right-hand floating sidebar. */
.single-post .sharemypost-inline-bar,
.single-post .pagelayer-share_grp {
  display: none !important;
}

/* Pagelayer places post metadata above the story by default. Reorder the
   template rows so author, date and categories close the article instead. */
.single-post .p-yfr4566 > .pagelayer-col-holder {
  display: flex;
  flex-direction: column;
}
.single-post .p-trw3096 { order: 1; }
.single-post .p-f8n3612 {
  order: 2;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--gv-border);
}
.single-post .p-wl6689 { order: 3; }
.single-post .p-zqp4850 { order: 4; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 10% 0%, rgba(168,85,247,.09), transparent 32rem),
    var(--gv-void-900);
  color: var(--gv-white);
  font-family: var(--gv-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.gv-shell { width: min(calc(100% - 40px), var(--gv-container)); margin-inline: auto; }
.gv-skip { position: absolute; left: -9999px; top: 0; }
.gv-skip:focus { left: 16px; top: 16px; z-index: 9999; padding: 10px 16px; border-radius: 10px; background: var(--gv-green); color: #000; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--gv-border);
  background: rgba(5,5,15,.88);
  backdrop-filter: blur(18px);
}
.gv-nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gv-brand {
  width: clamp(230px, 20vw, 300px);
  aspect-ratio: 1024 / 120;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: url("https://gamevibe.io/wp-content/uploads/2026/07/gamevibe-beta-logo-1024x120.png") center / contain no-repeat;
}
.gv-brand > .gv-mark,
.gv-brand > .gv-wordmark {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gv-logo-image {
  width: clamp(230px, 20vw, 300px);
  height: auto;
}
.gv-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 15px; color: #000; font-family: var(--gv-display);
  font-size: 24px; font-weight: 800;
  background: linear-gradient(135deg, var(--gv-pink), var(--gv-green));
}
.gv-wordmark { color: var(--gv-white); font-family: var(--gv-display); font-size: 25px; font-weight: 800; letter-spacing: -.02em; }
.gv-wordmark span { color: var(--gv-green); }
.gv-menu { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.gv-menu a { color: var(--gv-gray-300); font-size: 14px; font-weight: 700; }
.gv-menu a:hover, .gv-menu .current-menu-item > a { color: var(--gv-green); }
.gv-nav-actions { display: flex; align-items: center; gap: 10px; }
.gv-icon-button {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid var(--gv-border); border-radius: 50%;
  color: var(--gv-gray-300); background: transparent; cursor: pointer;
}
.gv-icon-button:hover { color: var(--gv-white); border-color: rgba(152,232,24,.4); box-shadow: 0 0 22px rgba(152,232,24,.13); }
.gv-mobile-toggle { display: none; }

.gv-main { min-height: calc(100vh - 160px); }
.gv-hero { padding: 54px 0 34px; }
.gv-kicker-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.gv-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px;
  border: 1px solid rgba(152,232,24,.32); border-radius: var(--gv-radius-pill);
  background: rgba(152,232,24,.09); color: var(--gv-green);
  font-family: var(--gv-mono); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
}
.gv-date { color: var(--gv-gray-400); font-size: 14px; }
.gv-mesh {
  position: relative; overflow: hidden; border: 1px solid var(--gv-border);
  border-radius: clamp(24px, 4vw, 34px);
  background:
    radial-gradient(at 12% 8%, rgba(168,40,150,.58) 0%, transparent 52%),
    radial-gradient(at 88% 92%, rgba(80,145,22,.42) 0%, transparent 55%),
    var(--gv-void-800);
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 28px 60px -36px #000;
}
.gv-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 48px; padding: clamp(34px, 7vw, 84px); align-items: end; }
.gv-eyebrow { color: var(--gv-pink); font-family: var(--gv-mono); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.gv-title {
  max-width: 840px; margin: 12px 0 20px; color: var(--gv-white); font-family: var(--gv-display);
  font-size: clamp(3rem, 7vw, 6.7rem); font-weight: 800; letter-spacing: -.04em; line-height: .98;
}
.gv-title a { color: var(--gv-white) !important; }
.gv-gradient-text {
  background: linear-gradient(90deg, var(--gv-white), #b3f84a 35%, var(--gv-gold) 58%, var(--gv-pink) 85%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.gv-dek { max-width: 670px; margin: 0; color: var(--gv-gray-300); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.gv-hero-side { display: grid; gap: 14px; }
.gv-button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 22px; border: 1px solid transparent; border-radius: var(--gv-radius-pill);
  font-weight: 800; transition: transform .2s var(--gv-ease), box-shadow .2s var(--gv-ease);
}
.gv-button:hover { transform: translateY(-2px); }
.gv-button-primary { background: linear-gradient(90deg, var(--gv-green), #b3f84a); color: #05050f; box-shadow: 0 0 28px rgba(152,232,24,.18); }
.gv-button-secondary { border-color: var(--gv-border); background: rgba(5,5,15,.48); color: var(--gv-white); }

.gv-section { padding: 36px 0 70px; }
.gv-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.gv-section-heading h2 { margin: 0; font-family: var(--gv-display); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; }
.gv-section-heading a { color: var(--gv-green); font-weight: 800; font-size: 14px; }
.gv-section-heading p { max-width: 620px; margin: 8px 0 0; color: var(--gv-gray-400); }
body.home .gv-section-heading h2,
body.home .gv-feature-copy h2 { color: var(--gv-white) !important; }
body.home .gv-section-heading p,
body.home .gv-dek { color: #cfd2df !important; }
.gv-section-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--gv-pink);
  font-family: var(--gv-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.gv-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gv-story-card {
  min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px;
  padding: 26px; border: 1px solid var(--gv-border); border-radius: var(--gv-radius-lg);
  background: linear-gradient(145deg, rgba(24,24,50,.88), rgba(15,15,36,.86));
  transition: transform .25s var(--gv-ease), border-color .25s var(--gv-ease);
}
.gv-story-card:hover { transform: translateY(-5px); border-color: rgba(252,84,188,.42); }
.gv-story-card:nth-child(3n+2):hover { border-color: rgba(152,232,24,.42); }
.gv-story-card:nth-child(3n+3):hover { border-color: rgba(168,85,247,.46); }
.gv-tag {
  display: inline-flex; width: fit-content; padding: 5px 10px; border-radius: var(--gv-radius-pill);
  background: rgba(252,84,188,.11); color: #ff9fdb; font-family: var(--gv-mono);
  font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
}
.gv-story-card h3 { margin: 14px 0 0; font-family: var(--gv-display); font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.12; }
.gv-story-card h3 a { color: var(--gv-white) !important; }
.gv-story-card h3 a:hover { color: var(--gv-green) !important; }
.gv-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--gv-gray-500); font-size: 12px; }

/* Editorial homepage */
.gv-home-main { min-height: 70vh; }
.gv-breaking {
  border-bottom: 1px solid rgba(252,84,188,.22);
  background: #070711;
}
.gv-breaking-inner {
  min-height: 48px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}
.gv-breaking strong {
  color: var(--gv-pink);
  font-family: var(--gv-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.gv-breaking-links {
  min-width: 0;
  display: flex;
  gap: 26px;
  overflow: hidden;
  white-space: nowrap;
  mask-image: linear-gradient(90deg, #000 92%, transparent);
}
.gv-breaking-links a {
  color: var(--gv-gray-300);
  font-size: 13px;
}
.gv-breaking-links a:hover { color: var(--gv-white); }
.gv-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gv-pink);
  box-shadow: 0 0 0 5px rgba(252,84,188,.12);
}

.gv-feature-panel {
  position: relative;
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  overflow: hidden;
  padding: clamp(30px, 6vw, 70px);
  border: 1px solid var(--gv-border);
  border-radius: clamp(24px, 4vw, 36px);
}
.gv-feature-panel-pink {
  background:
    radial-gradient(circle at 80% 10%, rgba(252,84,188,.25), transparent 32rem),
    linear-gradient(135deg, rgba(63,17,66,.86), rgba(15,15,36,.92) 60%);
}
.gv-feature-panel-green {
  background:
    radial-gradient(circle at 84% 20%, rgba(152,232,24,.22), transparent 30rem),
    linear-gradient(135deg, rgba(18,42,25,.86), rgba(15,15,36,.94) 62%);
}
.gv-feature-copy { position: relative; z-index: 2; max-width: 820px; }
.gv-feature-copy h2 {
  margin: 8px 0 22px;
  font-family: var(--gv-display);
  font-size: clamp(2rem, 4.4vw, 4.5rem);
  line-height: 1;
}
.gv-feature-copy h3 {
  margin: 14px 0;
  font-family: var(--gv-display);
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.gv-feature-copy h3 a { color: var(--gv-white); }
.gv-feature-copy p {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--gv-gray-300);
  font-size: 1.05rem;
}
.gv-text-link { color: var(--gv-green); font-size: 14px; font-weight: 800; }
.gv-feature-number {
  align-self: start;
  color: rgba(248,248,248,.07);
  font-family: var(--gv-display);
  font-size: clamp(9rem, 22vw, 20rem);
  font-weight: 800;
  line-height: .7;
}
.gv-feature-stamp {
  width: clamp(150px, 18vw, 220px);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(152,232,24,.36);
  border-radius: 50%;
  color: var(--gv-green);
  transform: rotate(6deg);
}
.gv-feature-stamp span {
  font-family: var(--gv-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.gv-feature-stamp strong {
  font-family: var(--gv-display);
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: 1;
  text-transform: uppercase;
}

.gv-tool-grid {
  counter-reset: gv-tools;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gv-tool-grid > li {
  counter-increment: gv-tools;
  min-height: 170px;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  background: rgba(15,15,36,.8);
  transition: transform .25s var(--gv-ease), border-color .25s var(--gv-ease);
}
.gv-tool-grid > li.menu-item::after {
  content: "↗";
  color: var(--gv-green);
  font-size: 20px;
}
.gv-tool-grid > li:hover {
  transform: translateY(-5px);
  border-color: rgba(152,232,24,.4);
}
.gv-tool-grid > li::before,
.gv-tool-rank {
  content: "0" counter(gv-tools);
  color: var(--gv-pink);
  font-family: var(--gv-mono);
  font-size: 12px;
  font-weight: 700;
}
.gv-tool-card::before { display: none; }
.gv-tool-grid a {
  color: var(--gv-white);
  font-family: var(--gv-display);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 800;
  line-height: 1.05;
}
.gv-tool-grid p { margin: 12px 0 0; color: var(--gv-gray-400); font-size: 14px; }
.gv-tool-arrow { color: var(--gv-green); font-size: 20px; }

.gv-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.gv-review-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 28px;
  border-top: 3px solid var(--gv-pink);
  border-radius: 0 0 var(--gv-radius-lg) var(--gv-radius-lg);
  background: linear-gradient(180deg, rgba(252,84,188,.08), rgba(15,15,36,.88) 45%);
}
.gv-review-index {
  color: rgba(248,248,248,.12);
  font-family: var(--gv-display);
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}
.gv-review-card h3 {
  margin: 14px 0 10px;
  font-family: var(--gv-display);
  font-size: clamp(1.6rem, 2.7vw, 2.3rem);
  line-height: 1.05;
}
.gv-review-card h3 a { color: var(--gv-white); }
.gv-review-card p { margin: 0; color: var(--gv-gray-400); }

/* Stronger secondary-text contrast for dark displays */
body.home .gv-feature-copy p,
body.home .gv-review-card p,
body.home .gv-story-card p,
body.home .gv-section-heading p,
body.home .gv-tool-grid p {
  color: #c7cad8 !important;
}

/* Keep featured images for SEO/cards, but do not render them as article heroes. */
body.single-post .pagelayer-featured_img {
  display: none !important;
}

/* Editor profiles */
.gv-author-page { padding: 44px 0 90px; }
.gv-author-profile {
  overflow: hidden;
  border: 1px solid var(--gv-border);
  border-radius: 32px;
  background: rgba(15,15,36,.9);
}
.gv-author-cover,
.gv-profile-cover {
  min-height: clamp(190px, 25vw, 360px);
  background:
    radial-gradient(circle at 18% 20%, rgba(252,84,188,.48), transparent 34rem),
    radial-gradient(circle at 86% 80%, rgba(152,232,24,.28), transparent 30rem),
    linear-gradient(135deg, #181832, #08081a);
  background-position: center;
  background-size: cover;
}
.gv-author-profile-body { padding: 0 clamp(22px, 5vw, 58px) 42px; }
.gv-author-avatar-row {
  min-height: 90px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.gv-author-avatar-row .avatar,
.gv-profile-preview-row .avatar {
  position: relative;
  z-index: 2;
  margin-top: -78px;
  border: 6px solid var(--gv-void-800);
  border-radius: 50%;
  background: var(--gv-void-700);
  object-fit: cover;
}
.gv-author-avatar-row .gv-button { margin-top: 20px; }
.gv-author-identity { max-width: 820px; }
.gv-author-identity h1 {
  margin: 4px 0 0;
  color: var(--gv-white);
  font-family: var(--gv-display);
  font-size: clamp(2.8rem, 7vw, 6rem);
  line-height: .95;
  letter-spacing: -.04em;
}
.gv-author-handle { color: var(--gv-gray-500); font-size: 15px; }
.gv-author-bio { max-width: 720px; margin: 22px 0 14px; color: var(--gv-gray-300); font-size: 1.08rem; }
.gv-author-details { display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--gv-gray-400); font-size: 14px; }
.gv-author-socials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.gv-author-socials a {
  padding: 7px 12px;
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-pill);
  color: var(--gv-gray-300);
  font-size: 12px;
  font-weight: 700;
}
.gv-author-socials a:hover { border-color: rgba(252,84,188,.42); color: var(--gv-white); }
.gv-author-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin: 32px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--gv-border);
}
.gv-author-stats div { display: grid; gap: 2px; }
.gv-author-stats dt { color: var(--gv-white); font-family: var(--gv-display); font-size: 2rem; font-weight: 800; line-height: 1; }
.gv-author-stats dd { margin: 0; color: var(--gv-gray-500); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.gv-author-tabs {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  gap: 6px;
  margin: 28px 0 42px;
  padding: 6px;
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-pill);
  background: rgba(5,5,15,.88);
  backdrop-filter: blur(16px);
}
.gv-author-tabs a {
  flex: 1;
  padding: 10px 18px;
  border-radius: var(--gv-radius-pill);
  color: var(--gv-gray-400);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}
.gv-author-tabs a.is-active { background: var(--gv-white); color: var(--gv-void-950); }
.gv-author-feed-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gv-author-story {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  background: rgba(15,15,36,.82);
}
.gv-author-story h3 { margin: 14px 0 12px; font-family: var(--gv-display); font-size: 1.8rem; line-height: 1.08; }
.gv-author-story h3 a { color: var(--gv-white); }
.gv-author-story p { margin: 0; color: var(--gv-gray-400); }
.gv-author-story-meta { display: flex; flex-wrap: wrap; gap: 9px 14px; color: var(--gv-gray-500); font-size: 12px; }
.gv-author-story-meta a { margin-left: auto; color: var(--gv-green); font-weight: 800; }
.gv-empty-feed,
.gv-profile-notice {
  padding: 34px;
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  background: rgba(15,15,36,.82);
}

/* Twitter-like front-end profile editor */
.gv-profile-editor { width: min(100%, 1040px); margin: 0 auto; }
.gv-profile-editor-preview {
  overflow: hidden;
  margin-bottom: 22px;
  border: 1px solid var(--gv-border);
  border-radius: 28px;
  background: var(--gv-void-800);
}
.gv-profile-editor-preview .gv-profile-cover { min-height: 240px; }
.gv-profile-preview-row {
  min-height: 100px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 0 28px 24px;
}
.gv-profile-preview-row strong { display: block; color: var(--gv-white); font-family: var(--gv-display); font-size: 1.7rem; line-height: 1; }
.gv-profile-preview-row span { color: var(--gv-gray-500); font-size: 13px; }
.gv-profile-preview-row > a { color: var(--gv-green); font-size: 13px; font-weight: 800; }
.gv-profile-success {
  margin-bottom: 18px;
  padding: 13px 18px;
  border: 1px solid rgba(152,232,24,.35);
  border-radius: var(--gv-radius-sm);
  background: rgba(152,232,24,.1);
  color: #dfffb2;
}
.gv-profile-form { display: grid; gap: 18px; }
.gv-profile-form-section {
  display: grid;
  grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--gv-border);
  border-radius: 24px;
  background: rgba(15,15,36,.72);
}
.gv-profile-form-section h2 { margin: 0; color: var(--gv-white) !important; font-family: var(--gv-display); font-size: 2rem; }
.gv-profile-form-section > div:first-child p { color: var(--gv-gray-500) !important; font-size: 13px; }
.gv-profile-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gv-profile-fields label { display: grid; gap: 7px; color: var(--gv-gray-300) !important; font-size: 13px; font-weight: 700; }
.gv-profile-fields .gv-field-wide { grid-column: 1 / -1; }
.gv-profile-fields input,
.gv-profile-fields textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(248,248,248,.16);
  border-radius: 12px;
  background: var(--gv-void-950);
  color: var(--gv-white);
}
.gv-profile-fields input:focus,
.gv-profile-fields textarea:focus { outline: 2px solid var(--gv-pink); outline-offset: 2px; }
.gv-profile-fields input[type="file"] { padding: 9px; color: var(--gv-gray-400); }
.gv-profile-savebar {
  position: sticky;
  bottom: 16px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px 14px 22px;
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-pill);
  background: rgba(5,5,15,.92);
  box-shadow: 0 18px 50px rgba(0,0,0,.4);
  backdrop-filter: blur(18px);
}
.gv-profile-savebar span { color: var(--gv-gray-400); font-size: 13px; }

/* Reader reactions */
.gv-reactions {
  max-width: 820px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  margin: 58px auto 10px;
  padding: 24px;
  border: 1px solid var(--gv-border);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(252,84,188,.08), rgba(15,15,36,.9));
}
.gv-reactions h2 { margin: 0; color: var(--gv-white) !important; font-family: var(--gv-display); font-size: 1.8rem; }
.gv-reaction-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.gv-reaction-actions form { margin: 0; }
.gv-reaction-actions button {
  min-width: 70px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-pill);
  background: var(--gv-void-950);
  color: var(--gv-gray-300);
  cursor: pointer;
}
.gv-reaction-actions button:hover,
.gv-reaction-actions button.is-selected { border-color: var(--gv-pink); background: rgba(252,84,188,.12); }
.gv-reaction-actions button span { font-size: 20px; }
.gv-reaction-actions button strong { font-size: 12px; }
.gv-reaction-actions > a { color: var(--gv-green); font-size: 12px; font-weight: 800; }

.gv-page { padding: 58px 0 90px; }
.gv-page-header { max-width: 840px; margin-bottom: 34px; }
.gv-page-title { margin: 0 0 12px; font-family: var(--gv-display); font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1; letter-spacing: -.035em; }
.gv-content { max-width: 780px; color: var(--gv-gray-300); font-size: 1.08rem; }
.gv-content h2, .gv-content h3, .gv-content h4 { color: var(--gv-white); font-family: var(--gv-display); line-height: 1.15; }
.gv-content h2 { margin-top: 2em; font-size: 2.1rem; }
.gv-content a { color: var(--gv-green); text-decoration: underline; text-underline-offset: 3px; }
.gv-content blockquote { margin: 2rem 0; padding: 18px 24px; border-left: 3px solid var(--gv-pink); background: var(--gv-void-800); border-radius: 0 16px 16px 0; }
.gv-content pre { overflow: auto; padding: 20px; border-radius: 16px; background: var(--gv-void-950); }
.gv-content img { border-radius: 20px; }
.gv-article-header { max-width: 900px; padding-top: 58px; }
.gv-article-title { margin: 12px 0 20px; font-family: var(--gv-display); font-size: clamp(2.8rem, 7vw, 6rem); line-height: .99; letter-spacing: -.04em; }

/* Pagelayer supplies legacy inner-page templates. Keep their structure while
   applying the GameVibe editorial system with enough specificity to win. */
body:not(.home) .pagelayer-content {
  color: var(--gv-gray-300) !important;
}
body:not(.home) .pagelayer-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: block !important;
  border-bottom: 1px solid var(--gv-border);
  background: rgba(5,5,15,.94) !important;
  backdrop-filter: blur(18px);
}
body:not(.home) .pagelayer-header > .pagelayer-row {
  padding: 0 !important;
  background: transparent !important;
}
body:not(.home) .pagelayer-header .pagelayer-row-holder {
  width: min(calc(100% - 40px), var(--gv-container));
  min-height: 78px;
  margin-inline: auto;
  align-items: center;
}
body:not(.home) .pagelayer-header .pagelayer-col-holder {
  padding: 0 !important;
}
body:not(.home) .pagelayer-header .pagelayer-wp-title-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
}
body:not(.home) .pagelayer-header .pagelayer-wp-title-heading {
  width: clamp(230px, 20vw, 300px);
  aspect-ratio: 1024 / 120;
  display: block;
  overflow: hidden;
  background: url("https://gamevibe.io/wp-content/uploads/2026/07/gamevibe-beta-logo-1024x120.png") center / contain no-repeat;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
body:not(.home) .pagelayer-header .pagelayer-wp-title-heading::before {
  content: none;
}
body:not(.home) .pagelayer-header .pagelayer-wp_menu-ul > li > a {
  color: var(--gv-gray-300) !important;
  font-family: var(--gv-body) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}
body:not(.home) .pagelayer-header .pagelayer-wp_menu-ul > li > a:hover,
body:not(.home) .pagelayer-header .pagelayer-wp_menu-ul > li.current-menu-item > a {
  color: var(--gv-green) !important;
}
body:not(.home) .pagelayer-content .pagelayer-row-holder {
  width: min(calc(100% - 40px), 1120px);
  margin-inline: auto;
}
body:not(.home) .pagelayer-content .entry-content,
body:not(.home) .pagelayer-content .pagelayer-post-excerpt {
  max-width: 820px;
  color: var(--gv-gray-300) !important;
  font-family: var(--gv-body) !important;
  font-size: clamp(1.05rem, 1.5vw, 1.16rem);
  line-height: 1.8;
}
body:not(.home) .pagelayer-content .entry-content p,
body:not(.home) .pagelayer-content .entry-content li,
body:not(.home) .pagelayer-content .pagelayer-post-excerpt p,
body:not(.home) .pagelayer-content .pagelayer-post-excerpt li {
  color: var(--gv-gray-300) !important;
}
.gv-content p,
.gv-content li {
  color: var(--gv-gray-300) !important;
}
.gv-content h2,
.gv-content h3,
.gv-content h4 {
  color: var(--gv-white) !important;
}
body:not(.home) .pagelayer-content h1,
body:not(.home) .pagelayer-content h2,
body:not(.home) .pagelayer-content h3,
body:not(.home) .pagelayer-content h4,
body:not(.home) .pagelayer-content .pagelayer-heading-holder,
body:not(.home) .pagelayer-content .pagelayer-post-title {
  color: var(--gv-white) !important;
  font-family: var(--gv-display) !important;
  letter-spacing: -.025em;
}
body:not(.home) .pagelayer-content h2 {
  margin: 2.1em 0 .55em;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.08;
}
body:not(.home) .pagelayer-content a {
  color: var(--gv-green);
}
body:not(.home) .pagelayer-content input:not([type="checkbox"]):not([type="radio"]),
body:not(.home) .pagelayer-content textarea,
body:not(.home) .pagelayer-content select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(248,248,248,.2);
  border-radius: var(--gv-radius-sm);
  background: var(--gv-void-800);
  color: var(--gv-white);
}
body:not(.home) .pagelayer-content input:focus,
body:not(.home) .pagelayer-content textarea:focus,
body:not(.home) .pagelayer-content select:focus {
  outline: 2px solid var(--gv-green);
  outline-offset: 2px;
}
body:not(.home) .pagelayer-content button,
body:not(.home) .pagelayer-content input[type="submit"] {
  min-height: 46px;
  padding: 10px 20px;
  border: 0;
  border-radius: var(--gv-radius-pill);
  background: var(--gv-green);
  color: var(--gv-void-950);
  font-weight: 800;
}
body:not(.home) .comment-respond,
body:not(.home) .comments-area {
  max-width: 820px;
  margin: 48px auto 0;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  background: rgba(15,15,36,.72);
  color: var(--gv-gray-300);
}
body:not(.home) .comment-respond h3,
body:not(.home) .comments-area h2,
body:not(.home) .comments-area h3 {
  color: var(--gv-white) !important;
  font-family: var(--gv-display);
}
body:not(.home) .comment-respond label,
body:not(.home) .comment-respond p {
  color: var(--gv-gray-300) !important;
}
body:not(.home) .comment-respond textarea,
body:not(.home) .comment-respond input[type="text"],
body:not(.home) .comment-respond input[type="email"],
body:not(.home) .comment-respond input[type="url"] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(248,248,248,.2);
  border-radius: var(--gv-radius-sm);
  background: var(--gv-void-800);
  color: var(--gv-white);
}
body:not(.home) .comment-respond input[type="submit"] {
  padding: 11px 22px;
  border: 0;
  border-radius: var(--gv-radius-pill);
  background: var(--gv-green) !important;
  color: var(--gv-void-950) !important;
  font-weight: 800;
}
.gv-pagination { display: flex; gap: 10px; justify-content: center; margin-top: 42px; }
.gv-pagination .page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; border: 1px solid var(--gv-border); border-radius: 50%; }
.gv-pagination .current { background: var(--gv-green); color: #000; border-color: var(--gv-green); }

.gv-search-form { display: flex; gap: 10px; max-width: 640px; }
.gv-search-form input {
  min-width: 0; flex: 1; padding: 14px 18px; border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-pill); background: var(--gv-void-800); color: var(--gv-white);
}
.gv-search-form input:focus { outline: 2px solid var(--gv-green); outline-offset: 2px; }

.gv-auth-wrap {
  width: min(calc(100% - 40px), 1040px);
  margin: 64px auto 90px;
  display: grid;
  grid-template-columns: 1fr minmax(340px, 460px);
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
}
.gv-auth-intro h1, .gv-account h1 { margin: 8px 0 12px; color: var(--gv-white); font: 800 clamp(2.8rem, 6vw, 5.5rem)/.95 var(--gv-display); }
.gv-auth-intro p { max-width: 560px; color: var(--gv-gray-300); font-size: 1.08rem; line-height: 1.7; }
.gv-auth-card {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  background: linear-gradient(145deg, rgba(24,24,50,.94), rgba(8,8,26,.96));
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}
.gv-auth-card h1, .gv-auth-card h2 { margin: 0; color: var(--gv-white); font-family: var(--gv-display); }
.gv-auth-card label { display: grid; gap: 8px; color: var(--gv-gray-300); font-size: .9rem; font-weight: 700; }
.gv-auth-card input:not([type=checkbox]), .gv-auth-card textarea {
  width: 100%; padding: 14px 16px; border: 1px solid rgba(248,248,248,.18); border-radius: 12px;
  background: var(--gv-void-950); color: var(--gv-white); font: inherit;
}
.gv-auth-card input:focus, .gv-auth-card textarea:focus { outline: 2px solid var(--gv-pink); outline-offset: 2px; }
.gv-auth-card small { color: var(--gv-gray-400); font-weight: 500; }
.gv-auth-check { grid-template-columns: auto 1fr !important; align-items: center; justify-content: start; }
.gv-auth-check input { accent-color: var(--gv-green); }
.gv-auth-links, .gv-account-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: space-between; color: var(--gv-gray-400); font-size: .9rem; }
.gv-auth-links a, .gv-account a { color: var(--gv-green); }
.gv-auth-notice { padding: 13px 15px; border: 1px solid rgba(252,84,188,.45); border-radius: 12px; background: rgba(252,84,188,.1); color: #ffd8f1; }
.gv-auth-notice-success { border-color: rgba(152,232,24,.45); background: rgba(152,232,24,.1); color: #dcffab; }
.gv-auth-message { width: min(calc(100% - 40px), 720px); margin: 64px auto 90px; }
.gv-honeypot { position: absolute !important; left: -9999px !important; }
.gv-account { width: min(calc(100% - 40px), 1060px); margin: 54px auto 90px; }
.gv-account-head { display: flex; gap: 22px; align-items: center; margin: 26px 0 42px; }
.gv-account-head .avatar { width: 112px; height: 112px; border: 4px solid var(--gv-pink); border-radius: 50%; object-fit: cover; }
.gv-account-head h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
.gv-account-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 28px; }
.gv-account-activity { padding: clamp(24px, 4vw, 36px); border: 1px solid var(--gv-border); border-radius: var(--gv-radius-lg); background: rgba(15,15,36,.7); }
.gv-account-activity h2 { margin-top: 0; color: var(--gv-white); font-family: var(--gv-display); }
.gv-account-activity ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.gv-account-activity li { padding-bottom: 16px; border-bottom: 1px solid var(--gv-border); }
.gv-account-activity li a, .gv-account-activity li span { display: block; }
.gv-account-activity li span { margin-top: 5px; color: var(--gv-gray-400); font-size: .82rem; }
.gv-account-signout { display: inline-block; margin-top: 24px; }
.gv-reader-comment-feed { display: grid; gap: 16px; }
.gv-reader-comment-feed article { padding: 22px 24px; border: 1px solid var(--gv-border); border-radius: var(--gv-radius-md); background: rgba(15,15,36,.64); }
.gv-reader-comment-feed p { margin: 0 0 14px; color: var(--gv-gray-300); line-height: 1.7; }
.gv-reader-comment-feed article > div { display: flex; gap: 16px; justify-content: space-between; color: var(--gv-gray-400); font-size: .85rem; }
.gv-reader-comment-feed a { color: var(--gv-green); }

.site-footer { border-top: 1px solid var(--gv-border); background: var(--gv-void-950); }
.gv-view-count {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.gv-view-count::before {
  content: "";
  width: 16px;
  height: 11px;
  border: 1.5px solid currentColor;
  border-radius: 50% / 60%;
  opacity: .85;
}
.gv-view-count-inline {
  width: fit-content;
  margin: 0 0 24px;
  color: #c9cddd;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.gv-view-frame {
  position: fixed !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  border: 0 !important;
  clip-path: inset(50%);
  overflow: hidden;
  opacity: 0 !important;
  pointer-events: none !important;
}
.gv-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.gv-card-views,
.gv-article-footer-views {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #aeb2c4;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.gv-card-views::before,
.gv-article-footer-views::before {
  content: "";
  width: 14px;
  height: 10px;
  border: 1.4px solid currentColor;
  border-radius: 50% / 60%;
  opacity: .8;
}
.pagelayer-post-info-list-container {
  display: inline-flex !important;
  align-items: center;
  gap: 18px;
}
.gv-verified-badge {
  display: inline-flex;
  width: 1em;
  height: 1em;
  margin-left: .28em;
  color: #1d9bf0;
  vertical-align: -.12em;
  flex: 0 0 auto;
}
.gv-verified-badge svg {
  display: block;
  width: 100%;
  height: 100%;
}
.gv-author-identity h1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gv-author-identity h1 .gv-verified-badge {
  font-size: .58em;
}
.pagelayer-post-info-list-link .gv-verified-badge,
.comment-author .gv-verified-badge {
  font-size: 17px;
}
.gv-footer { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
body .site-footer .gv-footer p { margin: 0; color: #aeb2c4 !important; font-size: 13px; }
.gv-footer-links { display: flex; gap: 18px; flex-wrap: wrap; color: var(--gv-gray-400); font-size: 13px; }

@media (max-width: 900px) {
  .gv-menu { display: none; position: absolute; inset: 78px 0 auto; padding: 20px; border-bottom: 1px solid var(--gv-border); background: var(--gv-void-950); }
  .gv-menu.is-open { display: grid; }
  .gv-mobile-toggle { display: grid; }
  .gv-hero-grid { grid-template-columns: 1fr; }
  .gv-hero-side { grid-template-columns: repeat(2, 1fr); }
  .gv-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gv-tool-grid,
  .gv-review-grid { grid-template-columns: 1fr; }
  .gv-tool-grid > li { min-height: 170px; }
  .gv-author-feed-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gv-profile-form-section { grid-template-columns: 1fr; }
  .gv-auth-wrap { grid-template-columns: 1fr; }
  .gv-account-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .gv-shell { width: min(calc(100% - 28px), var(--gv-container)); }
  .gv-nav { min-height: 70px; }
  .gv-wordmark { font-size: 21px; }
  .gv-logo-image { width: 220px; }
  .gv-mark { width: 40px; height: 40px; border-radius: 13px; }
  .gv-hero { padding-top: 30px; }
  .gv-hero-grid { padding: 28px 22px; gap: 28px; }
  .gv-title { font-size: clamp(2.75rem, 14vw, 4.3rem); }
  .gv-hero-side { grid-template-columns: 1fr; }
  .gv-story-grid { grid-template-columns: 1fr; }
  .gv-story-card { min-height: 250px; }
  .gv-breaking-inner { grid-template-columns: auto minmax(0, 1fr); min-height: 44px; }
  .gv-breaking-links { gap: 18px; }
  .gv-breaking-links a:not(:first-child) { display: none; }
  .gv-live-dot { display: none; }
  .gv-feature-panel {
    min-height: 440px;
    grid-template-columns: 1fr;
    align-items: end;
    padding: 30px 24px;
  }
  .gv-feature-number {
    position: absolute;
    top: 24px;
    right: 12px;
  }
  .gv-feature-stamp {
    position: absolute;
    top: 24px;
    right: 20px;
    width: 112px;
  }
  .gv-feature-stamp strong { font-size: 3rem; }
  .gv-review-card { min-height: 310px; }
  .gv-author-page { padding-top: 18px; }
  .gv-author-profile { border-radius: 22px; }
  .gv-author-cover { min-height: 180px; }
  .gv-author-profile-body { padding: 0 20px 28px; }
  .gv-author-avatar-row .avatar { width: 116px; height: 116px; margin-top: -54px; }
  .gv-author-avatar-row { min-height: 74px; }
  .gv-author-avatar-row .gv-button { min-height: 42px; padding: 8px 14px; }
  .gv-author-feed-grid { grid-template-columns: 1fr; }
  .gv-author-story { min-height: 280px; }
  .gv-author-stats { gap: 24px; }
  .gv-profile-editor-preview .gv-profile-cover { min-height: 170px; }
  .gv-profile-preview-row { grid-template-columns: auto minmax(0, 1fr); padding: 0 18px 20px; }
  .gv-profile-preview-row .avatar { width: 92px; height: 92px; margin-top: -44px; }
  .gv-profile-preview-row > a { grid-column: 1 / -1; }
  .gv-profile-fields { grid-template-columns: 1fr; }
  .gv-profile-fields .gv-field-wide { grid-column: auto; }
  .gv-profile-savebar { border-radius: 18px; align-items: stretch; flex-direction: column; }
  .gv-auth-wrap, .gv-account { width: min(calc(100% - 28px), 1060px); margin-top: 34px; }
  .gv-auth-card { padding: 22px 18px; }
  .gv-account-head { align-items: flex-start; }
  .gv-account-head .avatar { width: 82px; height: 82px; }
  .gv-reactions { grid-template-columns: 1fr; }
  .gv-reaction-actions { justify-content: flex-start; }
  .gv-footer { padding: 32px 0; align-items: flex-start; flex-direction: column; }
  body:not(.home) .pagelayer-content .pagelayer-row-holder { width: min(calc(100% - 28px), 1120px); }
  body:not(.home) .pagelayer-content .entry-content,
  body:not(.home) .pagelayer-content .pagelayer-post-excerpt { font-size: 1rem !important; line-height: 1.72; }
  body:not(.home) .pagelayer-content .entry-content p,
  body:not(.home) .pagelayer-content .entry-content li,
  body:not(.home) .pagelayer-content .pagelayer-post-excerpt p,
  body:not(.home) .pagelayer-content .pagelayer-post-excerpt li {
    font-size: 1rem !important;
  }
  body:not(.home) .pagelayer-header .pagelayer-row-holder {
    width: min(calc(100% - 28px), var(--gv-container));
    min-height: 70px;
  }
  body:not(.home) .pagelayer-header .pagelayer-wp-title-heading {
    width: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}