:root {
  --gf-max: 1560px;
}
html body.gf-dh-full-canvas-body,
.gf-dh-full-canvas-body {
  margin: 0;
  background: #03050a;
}
.gf-dh-full-canvas-body .site,
.gf-dh-full-canvas-body .site-wrap,
.gf-dh-full-canvas-body .site-content,
.gf-dh-full-canvas-body .content,
.gf-dh-full-canvas-body #content,
.gf-dh-full-canvas-body #page,
.gf-dh-full-canvas-body .container,
.gf-dh-full-canvas-body .main,
.gf-dh-full-canvas-body .main-wrap,
.gf-dh-full-canvas-body header,
.gf-dh-full-canvas-body footer,
.gf-dh-full-canvas-body .page-title,
.gf-dh-full-canvas-body .entry-title,
.gf-dh-full-canvas-body .breadcrumb,
.gf-dh-full-canvas-body .breadcrumbs,
.gf-dh-full-canvas-body .sidebar,
.gf-dh-full-canvas-body .widget-area,
.gf-dh-full-canvas-body .post-meta,
.gf-dh-full-canvas-body .single-page > h1,
.gf-dh-full-canvas-body .page-header {
  display: none !important;
}
.gf-dh-full-canvas-main { display:block; width:100%; }

.gf-dh-homepage {
  --bg: #050810;
  --bg2: #09101d;
  --card: rgba(9, 15, 28, 0.76);
  --border: rgba(255,255,255,0.08);
  --text: #f6f8ff;
  --muted: rgba(228,236,255,0.72);
  --radius: 24px;
  position: relative;
  overflow: clip;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 0%, rgba(109,57,255,0.18), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(17,212,255,0.12), transparent 26%),
    linear-gradient(180deg, #04070d 0%, #07101d 35%, #05070d 100%);
  padding: 42px 0 100px;
  isolation: isolate;
}
.gf-dh-homepage * { box-sizing: border-box; }
.gf-dh-homepage a { color: inherit; text-decoration: none; }
.gf-dh-shell {
  width: min(var(--gf-max), calc(100% - 42px));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.gf-dh-noise,
.gf-dh-lines {
  position: absolute; inset: 0; pointer-events: none;
}
.gf-dh-noise {
  background-image: radial-gradient(rgba(255,255,255,0.06) 0.65px, transparent 0.65px);
  background-size: 14px 14px; opacity: .15; mix-blend-mode: soft-light;
}
.gf-dh-lines {
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 88%);
}

.gf-dh-section { margin-top: 38px; }
.gf-dh-band { margin: 18px 0 6px; position:relative; z-index:2; }
.gf-dh-head {
  display: grid; grid-template-columns: minmax(0, 480px) minmax(0, 1fr); gap: 20px 40px;
  align-items: end; margin-bottom: 20px;
}
.gf-dh-head h2 { margin: 6px 0 0; font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: .95; letter-spacing: -.03em; }
.gf-dh-head p { margin: 0; max-width: 70ch; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.gf-dh-mini, .gf-dh-eyebrow, .gf-dh-mini-tag, .gf-dh-pill {
  display:inline-flex; align-items:center; gap:8px;
  border-radius:999px; font-weight:700; letter-spacing:.12em; text-transform:uppercase;
}
.gf-dh-mini, .gf-dh-eyebrow, .gf-dh-mini-tag { font-size:.73rem; }
.gf-dh-eyebrow {
  padding: 10px 16px;
  background: linear-gradient(90deg, var(--gf-accent), var(--gf-accent-2)); color:#fff;
  box-shadow: 0 10px 28px rgba(109,57,255,.26);
}
.gf-dh-mini {
  color: #b9cbff; padding: 0; background:none;
}
.gf-dh-pill, .gf-dh-mini-tag {
  color:#fff; background: linear-gradient(135deg, rgba(109,57,255,.96), rgba(71,39,222,.96));
  padding: 9px 14px;
}
.gf-dh-link {
  padding: 12px 16px; border-radius:999px; border:1px solid var(--border);
  background:rgba(255,255,255,.04); font-weight:700;
}

.gf-dh-hero-grid {
  display:grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 26px;
  align-items: stretch;
}
.gf-dh-hero-copy,
.gf-dh-hero-stage,
.gf-dh-heat-card,
.gf-dh-radar-card,
.gf-dh-feature-story,
.gf-dh-story-row,
.gf-dh-fresh-card,
.gf-dh-update-tile,
.gf-dh-poll {
  background: linear-gradient(180deg, rgba(7,12,22,.82), rgba(5,8,15,.96));
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 18px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
}
.gf-dh-hero-copy { padding: 34px; min-height: 520px; display:flex; flex-direction:column; justify-content:center; }
.gf-dh-hero-copy h1 {
  margin: 18px 0 14px; font-size: clamp(3.1rem, 7vw, 6.8rem); line-height: .92; letter-spacing:-.05em;
}
.gf-dh-hero-copy p {
  margin:0; max-width: 62ch; color: var(--muted); font-size:1.1rem; line-height:1.75;
}
.gf-dh-metrics { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px; margin-top:26px; }
.gf-dh-metrics > div {
  padding: 18px; border-radius: 18px; background: rgba(255,255,255,.035); border:1px solid rgba(255,255,255,.06);
}
.gf-dh-metrics strong { display:block; font-size:1.55rem; margin-bottom:6px; }
.gf-dh-metrics span { color:var(--muted); font-size:.94rem; }

.gf-dh-hero-stage { position:relative; min-height:520px; overflow:hidden; }
.gf-dh-stage-glow {
  position:absolute; inset:12% 10% auto auto; width: 58%; aspect-ratio: 1/1;
  background: radial-gradient(circle at 50% 50%, rgba(17,212,255,.55), rgba(109,57,255,.24) 32%, rgba(0,0,0,0) 70%);
  filter: blur(14px); animation: gfPulse 7s ease-in-out infinite;
}
.gf-dh-stage-grid {
  position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity:.6;
}
.gf-dh-floaters { position:absolute; inset:0; }
.gf-dh-floater {
  position:absolute; width: 220px; min-height: 132px; border-radius: 18px; overflow:hidden;
  background: linear-gradient(180deg, rgba(7,10,18,.75), rgba(7,10,18,.96)); border:1px solid rgba(255,255,255,.08);
  box-shadow: 0 20px 40px rgba(0,0,0,.28);
}
.gf-dh-floater__thumb { display:block; height: 84px; background-size: cover; background-position: center; }
.gf-dh-floater__title { display:block; padding:12px 14px; font-weight:700; line-height:1.25; }
.gf-dh-floater--1 { top: 10%; left: 9%; transform: rotate(-4deg); animation: gfFloat1 8s ease-in-out infinite; }
.gf-dh-floater--2 { top: 18%; right: 8%; transform: rotate(5deg); animation: gfFloat2 7.5s ease-in-out infinite; }
.gf-dh-floater--3 { bottom: 14%; left: 16%; transform: rotate(3deg); animation: gfFloat3 8.3s ease-in-out infinite; }
.gf-dh-floater--4 { bottom: 11%; right: 12%; transform: rotate(-5deg); animation: gfFloat2 9s ease-in-out infinite; }

.gf-dh-ticker {
  overflow: hidden; border-block:1px solid rgba(255,255,255,.07); padding: 14px 0; background: rgba(255,255,255,.025);
}
.gf-dh-ticker__track { display:flex; gap:18px; width:max-content; animation: gfTicker 32s linear infinite; }
.gf-dh-ticker__item {
  display:inline-flex; align-items:center; gap:12px; padding:10px 16px; border-radius:999px;
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.05); white-space:nowrap;
}
.gf-dh-dot { width:10px; height:10px; border-radius:999px; background: linear-gradient(135deg, var(--gf-accent), var(--gf-accent-2)); box-shadow: 0 0 16px rgba(17,212,255,.45); }
.gf-dh-ticker__item strong { font-size:.95rem; }
.gf-dh-ticker__item small { color:var(--muted); }

.gf-dh-heat-cards { display:grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap:18px; }
.gf-dh-heat-card { padding: 12px; position:relative; min-height: 255px; transition: transform .25s ease, border-color .25s ease; }
.gf-dh-rank { position:absolute; top:14px; right:14px; color:#b7c8ff; font-weight:800; font-size:1.05rem; }
.gf-dh-heat-card__media { display:block; border-radius:18px; height: 128px; background-size: cover; background-position:center; margin-bottom:14px; }
.gf-dh-heat-card__body { display:block; }
.gf-dh-heat-card__body strong { display:block; font-size:1.28rem; line-height:1.08; margin-bottom:8px; }
.gf-dh-heat-card__body small { color:var(--muted); font-size:.96rem; line-height:1.5; }

.gf-dh-radar-cards { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:20px; }
.gf-dh-radar-card__media { display:block; aspect-ratio: 16/8.5; background-size: cover; background-position:center; border-radius: 24px 24px 0 0; }
.gf-dh-radar-card__body { padding: 18px 20px 22px; }
.gf-dh-radar-card h3 { margin: 14px 0 10px; font-size: 1.5rem; line-height:1; }
.gf-dh-radar-card p { margin:0; color:var(--muted); line-height:1.65; }

.gf-dh-spotlight-layout { display:grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr); gap:20px; }
.gf-dh-feature-story { overflow:hidden; }
.gf-dh-feature-story__media { display:block; aspect-ratio: 16/9.2; background-size: cover; background-position:center; }
.gf-dh-feature-story__body { padding: 20px 22px 24px; }
.gf-dh-feature-story h3 { margin: 16px 0 12px; font-size: clamp(2rem, 3vw, 3.15rem); line-height:.96; }
.gf-dh-feature-story p { margin:0; color:var(--muted); font-size:1.05rem; line-height:1.75; }
.gf-dh-meta { color: rgba(224,233,255,.76); font-size:.96rem; margin-top:14px; }
.gf-dh-story-stack { display:grid; gap:16px; }
.gf-dh-story-row { display:grid; grid-template-columns: 168px 1fr; gap:16px; padding:12px; transition: transform .25s ease, border-color .25s ease; }
.gf-dh-story-row__thumb { display:block; min-height: 130px; border-radius: 16px; background-size: cover; background-position:center; }
.gf-dh-story-row__body { padding-block: 6px; }
.gf-dh-story-row h3 { margin:8px 0 8px; font-size:1.28rem; line-height:1.05; }
.gf-dh-story-row p { margin:0; color:var(--muted); line-height:1.6; }
.gf-dh-story-row--compact { grid-template-columns: 124px 1fr; }
.gf-dh-story-row--compact .gf-dh-story-row__thumb { min-height: 92px; }
.gf-dh-story-row--compact h3 { font-size: 1.08rem; }

.gf-dh-fresh-layout { display:grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap:18px; }
.gf-dh-fresh-card { position:relative; min-height: 250px; overflow:hidden; grid-column: span 4; }
.gf-dh-fresh-card--wide { grid-column: span 8; min-height: 340px; }
.gf-dh-fresh-card--tall { min-height: 420px; }
.gf-dh-fresh-card__media {
  position:absolute; inset:0; background-size: cover; background-position:center; transform: scale(1.01);
}
.gf-dh-fresh-card::after {
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(3,6,12,.08) 10%, rgba(3,6,12,.36) 50%, rgba(3,6,12,.9) 100%);
}
.gf-dh-fresh-card__overlay { position:absolute; inset:auto 0 0 0; padding: 20px; z-index:1; }
.gf-dh-fresh-card h3 { margin: 14px 0 0; font-size: clamp(1.3rem, 2vw, 2rem); line-height:1; max-width: 18ch; }

.gf-dh-poll { padding: 24px; }
.gf-dh-poll__question { font-size: clamp(1.45rem, 2.1vw, 2.2rem); font-weight: 800; line-height: 1.04; margin-bottom: 18px; max-width: 20ch; }
.gf-dh-poll__options { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:14px; }
.gf-dh-poll__option {
  appearance:none; border:1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.035); color:#fff;
  border-radius: 18px; padding: 18px; text-align:left; position:relative; overflow:hidden; cursor:pointer;
}
.gf-dh-poll__option span { position:relative; z-index:1; font-weight:700; font-size:1rem; }
.gf-dh-poll__option em {
  position:absolute; inset:auto auto 0 0; height:100%; width:0%; z-index:0;
  background: linear-gradient(90deg, rgba(109,57,255,.44), rgba(17,212,255,.25)); transition: width .35s ease;
}
.gf-dh-poll__note { margin:14px 0 0; color:var(--muted); }

.gf-dh-update-rail {
  display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:18px;
}
.gf-dh-update-tile { overflow:hidden; }
.gf-dh-update-tile__media { display:block; aspect-ratio: 16/9; background-size:cover; background-position:center; }
.gf-dh-update-tile__body { padding: 16px 18px 20px; }
.gf-dh-update-tile h3 { margin: 10px 0 0; font-size: 1.25rem; line-height:1.05; }

.gf-dh-mini-grid { display:grid; gap:12px; }

.gf-dh-heat-card:hover,
.gf-dh-radar-card:hover,
.gf-dh-story-row:hover,
.gf-dh-feature-story:hover,
.gf-dh-fresh-card:hover,
.gf-dh-update-tile:hover,
.gf-dh-poll__option:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.14);
}

@keyframes gfTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes gfPulse { 0%,100% { transform: scale(.96); opacity:.72; } 50% { transform: scale(1.05); opacity:1; } }
@keyframes gfFloat1 { 0%,100% { transform: translateY(0) rotate(-4deg);} 50% { transform: translateY(-11px) rotate(-2deg);} }
@keyframes gfFloat2 { 0%,100% { transform: translateY(0) rotate(5deg);} 50% { transform: translateY(10px) rotate(3deg);} }
@keyframes gfFloat3 { 0%,100% { transform: translateY(0) rotate(3deg);} 50% { transform: translateY(-9px) rotate(6deg);} }

@media (max-width: 1280px) {
  .gf-dh-heat-cards { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .gf-dh-radar-cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gf-dh-update-rail { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gf-dh-fresh-card { grid-column: span 6; }
  .gf-dh-fresh-card--wide { grid-column: span 12; }
}
@media (max-width: 980px) {
  .gf-dh-shell { width: min(var(--gf-max), calc(100% - 24px)); }
  .gf-dh-hero-grid,
  .gf-dh-head,
  .gf-dh-spotlight-layout { grid-template-columns: 1fr; }
  .gf-dh-hero-copy { min-height: auto; }
  .gf-dh-hero-stage { min-height: 420px; }
  .gf-dh-metrics,
  .gf-dh-poll__options,
  .gf-dh-radar-cards,
  .gf-dh-update-rail,
  .gf-dh-heat-cards { grid-template-columns: 1fr 1fr; }
  .gf-dh-story-row { grid-template-columns: 132px 1fr; }
}
@media (max-width: 640px) {
  .gf-dh-homepage { padding-top: 22px; }
  .gf-dh-shell { width: calc(100% - 16px); }
  .gf-dh-hero-copy,
  .gf-dh-hero-stage,
  .gf-dh-poll { border-radius: 18px; }
  .gf-dh-hero-copy { padding: 20px; }
  .gf-dh-hero-copy h1 { font-size: clamp(2.2rem, 14vw, 3.9rem); }
  .gf-dh-metrics,
  .gf-dh-poll__options,
  .gf-dh-radar-cards,
  .gf-dh-update-rail,
  .gf-dh-heat-cards { grid-template-columns: 1fr; }
  .gf-dh-spotlight-layout,
  .gf-dh-fresh-layout { display:block; }
  .gf-dh-fresh-card, .gf-dh-feature-story, .gf-dh-story-row, .gf-dh-update-tile, .gf-dh-radar-card { margin-bottom: 14px; }
  .gf-dh-story-row, .gf-dh-story-row--compact { grid-template-columns: 1fr; }
  .gf-dh-story-row__thumb { min-height: 170px; }
  .gf-dh-floater { width: 160px; }
  .gf-dh-floater__thumb { height: 62px; }
}
@media (prefers-reduced-motion: reduce) {
  .gf-dh-stage-glow, .gf-dh-floater, .gf-dh-ticker__track { animation: none !important; }
  .gf-dh-heat-card:hover,
  .gf-dh-radar-card:hover,
  .gf-dh-story-row:hover,
  .gf-dh-feature-story:hover,
  .gf-dh-fresh-card:hover,
  .gf-dh-update-tile:hover,
  .gf-dh-poll__option:hover { transform: none; }
}


/* v0.3 refinements */
.gf-dh-homepage {
  padding-top: 0;
}
.gf-dh-band--ticker {
  padding-top: 28px;
}
.gf-dh-section:first-of-type {
  padding-top: 34px;
}
.gf-dh-heat-grid,
.gf-dh-radar-grid,
.gf-dh-spotlight-grid,
.gf-dh-fresh-grid,
.gf-dh-pulse-wrap,
.gf-dh-updated-wrap,
.gf-dh-lane-wrap {
  position: relative;
}
.gf-dh-radar-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.gf-dh-radar-card::before {
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(circle at 20% 0%, rgba(17,212,255,.22), transparent 35%),
              radial-gradient(circle at 80% 30%, rgba(109,57,255,.25), transparent 40%);
  opacity:.75;
  pointer-events:none;
  z-index:-1;
}
.gf-dh-vote-box {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}
.gf-dh-vote-button {
  appearance: none;
  border: 0;
  cursor: pointer;
  width: 100%;
  border-radius: 999px;
  padding: 13px 16px;
  color: #fff;
  font-weight: 900;
  letter-spacing: .02em;
  background: linear-gradient(135deg, var(--gf-accent), var(--gf-accent-2));
  box-shadow: 0 12px 34px rgba(109,57,255,.28);
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
}
.gf-dh-vote-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 18px 42px rgba(17,212,255,.22);
}
.gf-dh-vote-button.is-voted {
  background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.12);
}
.gf-dh-vote-count {
  color: var(--muted);
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gf-dh-vote-count strong {
  color: #fff;
  font-size: 1.35rem;
}
.gf-dh-vote-bar {
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.05);
}
.gf-dh-vote-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gf-accent), var(--gf-accent-2));
  box-shadow: 0 0 20px rgba(17,212,255,.35);
  transition: width .55s cubic-bezier(.2,.8,.2,1);
}
.gf-dh-radar-card.is-just-voted {
  animation: gfVotePop .55s ease;
}
@keyframes gfVotePop {
  0% { transform: scale(1); }
  45% { transform: scale(1.025); border-color: rgba(17,212,255,.55); }
  100% { transform: scale(1); }
}

.gf-dh-footer {
  margin-top: 84px;
  padding: 54px 0 46px;
  border-top: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 18% 0%, rgba(109,57,255,.16), transparent 32%),
    radial-gradient(circle at 80% 0%, rgba(17,212,255,.12), transparent 30%),
    rgba(0,0,0,.55);
}
.gf-dh-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr .8fr 1fr;
  gap: 36px;
  align-items: center;
}
.gf-dh-footer h2 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1;
  margin: 0 0 18px;
}
.gf-dh-social-icons {
  display: flex;
  gap: 13px;
  margin-bottom: 18px;
}
.gf-dh-social-icons a {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(109,57,255,.95), rgba(17,212,255,.78));
  box-shadow: 0 16px 38px rgba(0,0,0,.28);
}
.gf-dh-footer a {
  color: #14e8ff;
  text-decoration: none;
}
.gf-dh-footer a:hover {
  color: #fff;
}
.gf-dh-partners,
.gf-dh-copyright {
  color: rgba(224,233,255,.78);
  font-weight: 700;
  margin: 12px 0 0;
}
.gf-dh-footer__brand {
  text-align: center;
}
.gf-dh-footer__brand img {
  max-width: 245px;
  height: auto;
  filter: drop-shadow(0 12px 36px rgba(0,0,0,.35));
}
.gf-dh-footer__links {
  text-align: right;
  display: grid;
  gap: 12px;
  justify-items: end;
}
.gf-dh-footer__links a {
  color: #fff;
  font-weight: 800;
}
.gf-dh-footer__links a:hover {
  color: var(--gf-accent-2);
}
@media (max-width: 900px) {
  .gf-dh-footer__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .gf-dh-social-icons {
    justify-content: center;
  }
  .gf-dh-footer__links {
    text-align: center;
    justify-items: center;
  }
}

/* v0.4 app-style refinements */
.gf-dh-full-canvas-body .gf-dh-homepage .gf-dh-footer,
.gf-dh-homepage .gf-dh-footer {
  display: block !important;
}
.gf-dh-full-canvas-body footer.gf-dh-footer {
  display: block !important;
}
.gf-dh-homepage {
  padding-left: 84px;
  padding-bottom: 0;
}
.gf-dh-band--ticker {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 24px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  overflow: hidden;
}
.gf-dh-hot-label {
  margin-left: 98px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,111,0,.16), rgba(109,57,255,.20));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 0 28px rgba(255,93,0,.13);
  white-space: nowrap;
  font-weight: 900;
  letter-spacing: .02em;
}
.gf-dh-hot-flame {
  display:inline-block;
  filter: drop-shadow(0 0 10px rgba(255,135,0,.7));
  animation: gfHotFlame 1.2s ease-in-out infinite;
}
.gf-dh-ticker {
  border-block: 1px solid rgba(255,255,255,.08);
  padding: 12px 0;
  background: linear-gradient(90deg, rgba(109,57,255,.10), rgba(17,212,255,.05), rgba(109,57,255,.10));
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}
.gf-dh-ticker__track { gap: 14px; animation-duration: 46s; }
.gf-dh-ticker__item { padding: 9px 15px; min-width: max-content; }
.gf-dh-ticker__item strong { font-size: .9rem; }
.gf-dh-ticker__item small { font-size: .78rem; }
@keyframes gfHotFlame { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-2px) scale(1.12)} }

.gf-dh-app-nav {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 56px;
  padding: 10px 8px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8,13,25,.88), rgba(4,7,14,.94));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 70px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(14px);
  transition: width .28s ease, border-radius .28s ease;
}
.gf-dh-app-nav.is-open { width: 218px; border-radius: 26px; }
.gf-dh-app-nav__toggle {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gf-accent), var(--gf-accent-2));
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  margin: 0 auto 8px;
}
.gf-dh-app-nav__items { display: grid; gap: 6px; }
.gf-dh-app-nav__link {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  min-height: 42px;
  border-radius: 15px;
  color: #fff !important;
  overflow: hidden;
  background: transparent;
  transition: background .2s ease, transform .2s ease;
}
.gf-dh-app-nav__link:hover { background: rgba(255,255,255,.07); transform: translateX(2px); }
.gf-dh-app-nav__icon { display:grid; place-items:center; font-size: 1.06rem; }
.gf-dh-app-nav__text {
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .22s ease, transform .22s ease;
  font-weight: 800;
  font-size: .88rem;
}
.gf-dh-app-nav.is-open .gf-dh-app-nav__text { opacity:1; transform: translateX(0); }

.gf-dh-pill, .gf-dh-mini-tag {
  font-size: .61rem !important;
  padding: 5px 9px !important;
  letter-spacing: .08em !important;
}
.gf-dh-feature-story__body { padding-top: 16px; }
.gf-dh-update-tile__body { padding-top: 13px; }
.gf-dh-radar-card__body { min-height: 252px; }
.gf-dh-vote-box { min-height: 102px; }
.gf-dh-vote-button { padding: 10px 14px; font-size: .82rem; min-height: 42px; }
.gf-dh-vote-count em {
  font-style: normal;
  margin-left: auto;
  color: var(--gf-accent-2);
  font-weight: 900;
}
.gf-dh-vote-result {
  min-height: 18px;
  display: block;
  color: rgba(228,236,255,.68);
  font-size: .78rem;
  font-weight: 800;
  opacity: .6;
  transition: opacity .2s ease, color .2s ease;
}
.gf-dh-radar-card.has-results .gf-dh-vote-result,
.gf-dh-radar-card.is-just-voted .gf-dh-vote-result {
  opacity: 1;
  color: #fff;
}
.gf-dh-radar-card.has-results .gf-dh-vote-bar i { box-shadow: 0 0 28px rgba(17,212,255,.55); }

@media (min-width: 1500px) {
  .gf-dh-heat-cards { grid-template-columns: repeat(6, minmax(0,1fr)); }
}
@media (max-width: 980px) {
  .gf-dh-homepage {
    padding-left: 0;
    padding-bottom: 86px;
  }
  .gf-dh-band--ticker {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 14px;
  }
  .gf-dh-hot-label {
    margin-left: 12px;
    justify-self: start;
    padding: 8px 12px;
    font-size: .86rem;
  }
  .gf-dh-app-nav {
    top: auto;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transform: none;
    width: auto;
    padding: 8px;
    border-radius: 24px;
  }
  .gf-dh-app-nav.is-open { width: auto; }
  .gf-dh-app-nav__toggle { display: none; }
  .gf-dh-app-nav__items {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .gf-dh-app-nav__items::-webkit-scrollbar { display: none; }
  .gf-dh-app-nav__link {
    flex: 0 0 auto;
    grid-template-columns: 30px;
    width: 46px;
    min-height: 46px;
    justify-content: center;
  }
  .gf-dh-app-nav__text { display: none; }
  .gf-dh-app-nav__icon { font-size: 1.15rem; }
  .gf-dh-footer { padding-bottom: 110px; }
}
@media (max-width: 640px) {
  .gf-dh-head p { font-size: .92rem; line-height: 1.55; }
  .gf-dh-head h2 { font-size: clamp(1.65rem, 11vw, 2.55rem); }
  .gf-dh-radar-card__body { min-height: auto; }
  .gf-dh-vote-box { min-height: 100px; }
  .gf-dh-ticker__item { padding: 8px 12px; }
  .gf-dh-ticker__item small { display: none; }
  .gf-dh-footer__brand img { max-width: 190px; }
}

/* v0.5 voting persistence, SVG menu, and mobile hamburger refinements */
.gf-dh-band--ticker {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  grid-template-columns: auto minmax(0, 1fr);
}
.gf-dh-ticker__track { gap: 12px; animation-duration: 54s; }
.gf-dh-ticker__item { padding: 10px 17px; }
.gf-dh-hot-label strong::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-radius: 999px;
  background: #ffb13b;
  box-shadow: 0 0 0 0 rgba(255,177,59,.65);
  animation: gfHotPing 1.25s infinite;
}
@keyframes gfHotPing { 70% { box-shadow: 0 0 0 10px rgba(255,177,59,0); } 100% { box-shadow: 0 0 0 0 rgba(255,177,59,0); } }

.gf-dh-app-nav {
  width: 64px;
  padding: 12px 9px;
  border-radius: 26px;
}
.gf-dh-app-nav.is-open { width: 246px; }
.gf-dh-app-nav__toggle {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  font-size: 1.05rem;
}
.gf-dh-app-nav__link {
  grid-template-columns: 46px 1fr;
  min-height: 48px;
  border-radius: 17px;
}
.gf-dh-app-nav__icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(17,212,255,.28));
}
.gf-dh-app-nav__text { font-size: .94rem; }

.gf-dh-pill, .gf-dh-mini-tag {
  font-size: .54rem !important;
  padding: 4px 7px !important;
  border-radius: 9px !important;
}
.gf-dh-vote-box {
  min-height: 118px;
  display: grid;
  align-content: start;
}
.gf-dh-vote-count,
.gf-dh-vote-bar,
.gf-dh-vote-result {
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease, color .22s ease;
}
.gf-dh-radar-card.has-results .gf-dh-vote-count,
.gf-dh-radar-card.has-results .gf-dh-vote-bar,
.gf-dh-radar-card.has-results .gf-dh-vote-result {
  opacity: 1;
  visibility: visible;
}
.gf-dh-vote-button.is-voted {
  background: linear-gradient(135deg, #161f34, #25324d) !important;
  color: rgba(255,255,255,.9) !important;
  cursor: default;
}

@media (max-width: 980px) {
  .gf-dh-homepage {
    padding-left: 0 !important;
    padding-bottom: 24px !important;
  }
  .gf-dh-band--ticker {
    grid-template-columns: 1fr !important;
    padding-top: 12px;
  }
  .gf-dh-hot-label {
    margin-left: max(14px, env(safe-area-inset-left)) !important;
    margin-right: 14px;
  }
  .gf-dh-app-nav {
    top: auto !important;
    left: auto !important;
    right: max(14px, env(safe-area-inset-right)) !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    transform: none !important;
    width: 58px !important;
    height: 58px;
    padding: 7px !important;
    border-radius: 19px !important;
    overflow: visible;
  }
  .gf-dh-app-nav.is-open {
    width: min(310px, calc(100vw - 28px)) !important;
    height: auto;
    border-radius: 24px !important;
    padding: 9px !important;
  }
  .gf-dh-app-nav__toggle {
    display: grid !important;
    width: 44px;
    height: 44px;
    margin: 0;
  }
  .gf-dh-app-nav.is-open .gf-dh-app-nav__toggle { margin-bottom: 8px; }
  .gf-dh-app-nav__items {
    display: none !important;
    max-height: min(70vh, 520px);
    overflow: auto;
    gap: 6px;
  }
  .gf-dh-app-nav.is-open .gf-dh-app-nav__items {
    display: grid !important;
  }
  .gf-dh-app-nav__link {
    width: auto !important;
    grid-template-columns: 42px 1fr !important;
    min-height: 44px;
    justify-content: stretch;
  }
  .gf-dh-app-nav__text {
    display: block !important;
    opacity: 1;
    transform: none;
  }
  .gf-dh-app-nav__icon svg { width: 21px; height: 21px; }
  .gf-dh-footer { padding-bottom: 28px !important; }
}

@media (max-width: 640px) {
  .gf-dh-radar-cards { gap: 14px; }
  .gf-dh-vote-box { min-height: 112px; }
  .gf-dh-vote-button { min-height: 40px; }
}

/* v0.6 voting layout fixes and six-card trending section */
.gf-dh-heat-cards {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.gf-dh-radar-card__body {
  min-height: auto !important;
}
.gf-dh-vote-box {
  min-height: 0 !important;
  gap: 0 !important;
  transition: padding .25s ease;
}
.gf-dh-vote-count,
.gf-dh-vote-bar,
.gf-dh-vote-result {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
  transform: translateY(-6px);
  transition: opacity .24s ease, visibility .24s ease, max-height .32s ease, margin .32s ease, transform .32s ease;
}
.gf-dh-radar-card.has-results .gf-dh-vote-box {
  gap: 10px !important;
}
.gf-dh-radar-card.has-results .gf-dh-vote-count {
  opacity: 1;
  visibility: visible;
  max-height: 44px;
  transform: translateY(0);
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: baseline;
}
.gf-dh-radar-card.has-results .gf-dh-vote-count em {
  margin-left: auto;
  align-self: center;
}
.gf-dh-radar-card.has-results .gf-dh-vote-bar {
  opacity: 1;
  visibility: visible;
  max-height: 12px;
  margin-top: 2px !important;
  transform: translateY(0);
}
.gf-dh-radar-card.has-results .gf-dh-vote-result {
  opacity: 1;
  visibility: visible;
  max-height: 42px;
  margin-top: 2px !important;
  transform: translateY(0);
}
.gf-dh-vote-count strong {
  margin-right: 4px;
  line-height: 1;
}
@media (max-width: 1380px) {
  .gf-dh-heat-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .gf-dh-heat-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .gf-dh-heat-cards { grid-template-columns: 1fr; }
  .gf-dh-vote-box { min-height: 0 !important; }
}


/* v0.7 trending fallback + ticker polish + 4 release voting cards */
.gf-dh-homepage::before,
.gf-dh-homepage::after,
.gf-dh-band--ticker::before,
.gf-dh-band--ticker::after {
  display: none !important;
  content: none !important;
}
.gf-dh-band--ticker {
  margin-top: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
}
.gf-dh-ticker {
  border-top: 0 !important;
}
.gf-dh-radar-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}
.gf-dh-radar-card { height: auto; }
.gf-dh-radar-card.has-results { align-self: stretch; }
@media (max-width: 1320px) {
  .gf-dh-radar-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .gf-dh-radar-cards { grid-template-columns: 1fr; }
  .gf-dh-band--ticker { padding-top: 8px !important; }
}

/* v0.8.1 SEO-safe launch sentiment voting */
.gf-dh-ticker__item--plain,
.gf-dh-heat-card--plain {
  cursor: default;
}
.gf-dh-vote-box--split {
  gap: 12px !important;
}
.gf-dh-vote-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.gf-dh-vote-button.gf-dh-vote-button--up,
.gf-dh-vote-button.gf-dh-vote-button--down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 10px 12px;
  font-size: .8rem;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: none;
}
.gf-dh-vote-button--up {
  background: linear-gradient(135deg, rgba(35, 210, 117, .94), rgba(20, 185, 105, .8)) !important;
}
.gf-dh-vote-button--down {
  background: linear-gradient(135deg, rgba(255, 77, 109, .92), rgba(202, 45, 72, .78)) !important;
}
.gf-dh-vote-button.is-voted {
  transform: translateY(-1px);
  filter: brightness(1.08);
  outline: 2px solid rgba(255,255,255,.25);
}
.gf-dh-vote-button:disabled:not(.is-voted) {
  opacity: .46;
  cursor: default;
  filter: grayscale(.2);
}
.gf-dh-sentiment-line {
  position: relative;
  display: flex !important;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 10px rgba(0,0,0,.28);
}
.gf-dh-sentiment-line i {
  display: block;
  height: 100%;
  transition: width .55s cubic-bezier(.2,.8,.2,1);
}
.gf-dh-sentiment-up {
  background: linear-gradient(90deg, #22e07a, #12c866);
  box-shadow: 0 0 20px rgba(34,224,122,.35);
}
.gf-dh-sentiment-down {
  margin-left: auto;
  background: linear-gradient(90deg, #ff5274, #e33b5c);
  box-shadow: 0 0 20px rgba(255,82,116,.3);
}
.gf-dh-vote-split {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: rgba(228,236,255,.78);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.2;
  opacity: 1 !important;
  visibility: visible !important;
  max-height: none !important;
  overflow: visible !important;
  transform: none !important;
  margin: 0 !important;
}
.gf-dh-vote-split strong {
  color: #35ec8c;
  font-style: normal;
}
.gf-dh-vote-split em {
  color: #ff6683;
  font-style: normal;
}
.gf-dh-vote-split span {
  color: rgba(255,255,255,.48);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.gf-dh-vote-box--split .gf-dh-vote-count,
.gf-dh-vote-box--split .gf-dh-vote-bar,
.gf-dh-vote-box--split .gf-dh-vote-result:not(.gf-dh-vote-split) {
  display: none !important;
}
@media (max-width: 640px) {
  .gf-dh-vote-actions { grid-template-columns: 1fr; }
  .gf-dh-vote-button.gf-dh-vote-button--up,
  .gf-dh-vote-button.gf-dh-vote-button--down { min-height: 40px; }
  .gf-dh-vote-split { font-size: .74rem; }
}

/* v0.8.2 premium launch radar voting refresh */
.gf-dh-radar-cards {
  align-items: stretch !important;
}
.gf-dh-radar-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0;
}
.gf-dh-radar-card__media {
  flex: 0 0 auto;
}
.gf-dh-radar-card__body {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 18px;
  flex: 1 1 auto;
  min-height: 250px !important;
}
.gf-dh-radar-card__main h3 {
  min-height: 2.1em;
}
.gf-dh-vote-box--split {
  margin-top: auto;
  gap: 12px !important;
}
.gf-dh-vote-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.gf-dh-vote-button.gf-dh-vote-button--up,
.gf-dh-vote-button.gf-dh-vote-button--down {
  appearance: none;
  border-radius: 14px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)) !important;
  color: #f5f7ff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  letter-spacing: -.01em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 8px 20px rgba(0,0,0,.18);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.gf-dh-vote-button__icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.88);
}
.gf-dh-vote-button__icon svg {
  width: 16px;
  height: 16px;
  display: block;
}
.gf-dh-vote-button.gf-dh-vote-button--up:hover:not(:disabled),
.gf-dh-vote-button.gf-dh-vote-button--up:focus-visible:not(:disabled) {
  background: linear-gradient(180deg, rgba(33, 214, 113, .22), rgba(33, 214, 113, .12)) !important;
  border-color: rgba(33, 214, 113, .55) !important;
  box-shadow: 0 10px 24px rgba(18, 200, 102, .14), inset 0 1px 0 rgba(255,255,255,.05);
}
.gf-dh-vote-button.gf-dh-vote-button--down:hover:not(:disabled),
.gf-dh-vote-button.gf-dh-vote-button--down:focus-visible:not(:disabled) {
  background: linear-gradient(180deg, rgba(255, 92, 120, .2), rgba(255, 92, 120, .1)) !important;
  border-color: rgba(255, 92, 120, .5) !important;
  box-shadow: 0 10px 24px rgba(227, 59, 92, .14), inset 0 1px 0 rgba(255,255,255,.05);
}
.gf-dh-vote-button.is-voted.gf-dh-vote-button--up {
  background: linear-gradient(180deg, rgba(33, 214, 113, .24), rgba(33, 214, 113, .14)) !important;
  border-color: rgba(33, 214, 113, .62) !important;
  color: #f7fff9 !important;
}
.gf-dh-vote-button.is-voted.gf-dh-vote-button--down {
  background: linear-gradient(180deg, rgba(255, 92, 120, .24), rgba(255, 92, 120, .14)) !important;
  border-color: rgba(255, 92, 120, .58) !important;
  color: #fff7f8 !important;
}
.gf-dh-vote-button:disabled:not(.is-voted) {
  opacity: .52;
  cursor: default;
}
.gf-dh-vote-reveal[hidden] {
  display: none !important;
}
.gf-dh-vote-reveal {
  display: grid;
  gap: 10px;
  animation: gfDhVoteReveal .22s ease;
}
@keyframes gfDhVoteReveal {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
.gf-dh-sentiment-line {
  position: relative;
  display: flex !important;
  align-items: stretch;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: inset 0 1px 8px rgba(0,0,0,.28);
}
.gf-dh-sentiment-line i {
  transition: width .35s ease;
}
.gf-dh-sentiment-up {
  background: linear-gradient(90deg, #1fd671, #16b862);
  box-shadow: 0 0 18px rgba(31,214,113,.25);
}
.gf-dh-sentiment-down {
  background: linear-gradient(90deg, #ff607d, #e24c69);
  box-shadow: 0 0 18px rgba(255,96,125,.2);
}
.gf-dh-vote-split {
  display: grid !important;
  grid-template-columns: auto auto auto auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: .78rem;
  line-height: 1.2;
  color: rgba(228,236,255,.75);
}
.gf-dh-vote-split strong,
.gf-dh-vote-split em {
  font-style: normal;
  font-weight: 900;
}
.gf-dh-vote-split strong { color: #29dd79; }
.gf-dh-vote-split em { color: #ff6984; }
.gf-dh-vote-split span {
  color: rgba(255,255,255,.72);
  font-weight: 700;
}
.gf-dh-vote-split b {
  color: rgba(255,255,255,.36);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .66rem;
}
@media (max-width: 900px) {
  .gf-dh-radar-card__body { min-height: 0 !important; }
}
@media (max-width: 640px) {
  .gf-dh-vote-actions { grid-template-columns: 1fr 1fr; }
  .gf-dh-vote-button.gf-dh-vote-button--up,
  .gf-dh-vote-button.gf-dh-vote-button--down {
    min-height: 42px;
    font-size: .78rem;
    padding: 0 12px;
  }
  .gf-dh-vote-split { font-size: .74rem; }
}

/* RaceGamers white/red visual refresh */
html body.gf-dh-full-canvas-body,
.gf-dh-full-canvas-body {
  background: #ffffff;
}
.gf-dh-homepage {
  --bg: #ffffff;
  --bg2: #f7f7f8;
  --card: rgba(255,255,255,0.92);
  --border: rgba(18,18,18,0.10);
  --text: #111111;
  --muted: rgba(20,20,20,0.64);
  --race-red: var(--gf-accent, #e10600);
  color: var(--text);
  background:
    radial-gradient(circle at 9% 0%, rgba(225,6,0,0.13), transparent 30%),
    linear-gradient(135deg, rgba(225,6,0,0.06) 0 10%, transparent 10% 20%, rgba(225,6,0,0.04) 20% 30%, transparent 30% 100%),
    linear-gradient(180deg, #ffffff 0%, #fafafa 38%, #ffffff 100%);
}
.gf-dh-homepage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(0,0,0,0.025) 22px 24px),
    linear-gradient(90deg, rgba(225,6,0,0.10), transparent 32%, transparent 68%, rgba(225,6,0,0.06));
  opacity: .9;
  z-index: 0;
}
.gf-dh-noise { opacity: .24; mix-blend-mode: multiply; }
.gf-dh-lines {
  background-image:
    linear-gradient(rgba(0,0,0,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.04) 1px, transparent 1px);
}
.gf-dh-hero-copy,
.gf-dh-hero-stage,
.gf-dh-heat-card,
.gf-dh-radar-card,
.gf-dh-feature-story,
.gf-dh-story-row,
.gf-dh-fresh-card,
.gf-dh-update-tile,
.gf-dh-poll,
.gf-dh-covered-games {
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(247,247,248,.98));
  border: 1px solid var(--border);
  box-shadow: 0 18px 55px rgba(16, 16, 16, .08);
  color: var(--text);
}
.gf-dh-heat-card:hover,
.gf-dh-radar-card:hover,
.gf-dh-story-row:hover,
.gf-dh-update-tile:hover,
.gf-dh-game-logo:hover {
  border-color: rgba(225,6,0,.45);
  box-shadow: 0 18px 60px rgba(225,6,0,.14);
}
.gf-dh-mini { color: var(--race-red); }
.gf-dh-eyebrow,
.gf-dh-pill,
.gf-dh-mini-tag {
  background: linear-gradient(135deg, #111111, var(--race-red));
  color: #ffffff;
}
.gf-dh-link,
.gf-dh-ticker,
.gf-dh-ticker__item,
.gf-dh-metrics > div {
  background: rgba(255,255,255,.78);
  border-color: var(--border);
}
.gf-dh-dot {
  background: linear-gradient(135deg, #111111, var(--race-red));
  box-shadow: 0 0 18px rgba(225,6,0,.32);
}
.gf-dh-rank { color: var(--race-red); }
.gf-dh-meta,
.gf-dh-ticker__item small,
.gf-dh-heat-card__body small,
.gf-dh-radar-card p,
.gf-dh-feature-story p,
.gf-dh-story-row p,
.gf-dh-head p,
.gf-dh-metrics span {
  color: var(--muted);
}
.gf-dh-vote-button--up,
.gf-dh-vote-button--down {
  background: #fff;
  color: #111;
  border: 1px solid rgba(17,17,17,.12);
}
.gf-dh-vote-button--up:hover,
.gf-dh-vote-button--down:hover {
  background: var(--race-red);
  color: #fff;
  border-color: var(--race-red);
}
.gf-dh-fresh-card,
.gf-dh-fresh-card h3,
.gf-dh-fresh-card a,
.gf-dh-fresh-card .gf-dh-pill { color: #ffffff; }
.gf-dh-fresh-card::after {
  background: linear-gradient(180deg, rgba(3,3,3,.08) 10%, rgba(3,3,3,.36) 50%, rgba(3,3,3,.82) 100%);
}
.gf-dh-app-nav {
  background: rgba(255,255,255,.86);
  border-color: rgba(17,17,17,.10);
  box-shadow: 0 20px 50px rgba(17,17,17,.10);
}
.gf-dh-app-nav__link {
  color: #111;
}
.gf-dh-app-nav__link:hover,
.gf-dh-app-nav__link:focus-visible {
  background: var(--race-red);
  color: #fff;
}
.gf-dh-app-nav__toggle {
  background: var(--race-red);
  color: #fff;
}
.gf-dh-footer {
  background: #111;
  color: #fff;
}
.gf-dh-footer a { color: #fff; }
.gf-dh-footer__brand strong {
  display: inline-flex;
  padding: 18px 22px;
  border-radius: 18px;
  background: #fff;
  color: #111;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gf-dh-covered-games {
  margin-top: 22px;
  border-radius: var(--radius);
  padding: 22px;
  position: relative;
  overflow: hidden;
}
.gf-dh-covered-games::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(225,6,0,.13), transparent 34%), repeating-linear-gradient(135deg, transparent 0 16px, rgba(0,0,0,.045) 16px 18px, transparent 18px 42px), linear-gradient(135deg, rgba(225,6,0,.03), transparent 42%);
}
.gf-dh-covered-games__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  align-items: end;
  margin-bottom: 18px;
}
.gf-dh-covered-games__head .gf-dh-mini { grid-column: 1 / -1; }
.gf-dh-covered-games__head h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.45rem);
  letter-spacing: -.03em;
  line-height: 1;
}
.gf-dh-covered-games__head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  justify-self: end;
  max-width: 56ch;
}
.gf-dh-logo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.gf-dh-game-logo {
  min-height: 98px;
  border-radius: 18px;
  border: 1px solid rgba(17,17,17,.10);
  background: rgba(255,255,255,.78);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.gf-dh-game-logo img {
  display: block;
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
  filter: brightness(0) saturate(100%);
  transition: filter .22s ease, transform .22s ease;
}
.gf-dh-game-logo span {
  display: block;
  color: #111;
  font-weight: 950;
  font-size: clamp(.95rem, 1.4vw, 1.18rem);
  line-height: 1;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  transition: color .22s ease, transform .22s ease;
}
.gf-dh-game-logo:hover {
  transform: translateY(-3px);
  background: #fff;
}
.gf-dh-game-logo:hover img {
  filter: invert(13%) sepia(99%) saturate(7258%) hue-rotate(2deg) brightness(91%) contrast(112%);
  transform: scale(1.04);
}
.gf-dh-game-logo:hover span {
  color: var(--race-red);
  transform: scale(1.03);
}

@media (max-width: 1100px) {
  .gf-dh-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gf-dh-covered-games__head { grid-template-columns: 1fr; }
  .gf-dh-covered-games__head p { justify-self: start; }
}
@media (max-width: 640px) {
  .gf-dh-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gf-dh-game-logo { min-height: 82px; padding: 14px; }
  .gf-dh-game-logo img { max-height: 38px; }
}

/* RaceGamers v0.9.1 full-width + adrenaline refresh */
html body.racegamers-homepage-active {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #fff !important;
}
body.racegamers-homepage-active > .wp-site-blocks > header,
body.racegamers-homepage-active > .wp-site-blocks > footer,
body.racegamers-homepage-active .wp-site-blocks > .wp-block-template-part:not(:has(.gf-dh-homepage)),
body.racegamers-homepage-active .wp-block-post-title,
body.racegamers-homepage-active .entry-title,
body.racegamers-homepage-active .page-title,
body.racegamers-homepage-active .wp-block-query-title,
body.racegamers-homepage-active .wp-block-navigation,
body.racegamers-homepage-active .wp-block-site-title,
body.racegamers-homepage-active .wp-block-site-tagline {
  display: none !important;
}
body.racegamers-homepage-active .wp-site-blocks,
body.racegamers-homepage-active main,
body.racegamers-homepage-active .wp-block-group,
body.racegamers-homepage-active .entry-content,
body.racegamers-homepage-active .wp-block-post-content,
body.racegamers-homepage-active .is-layout-constrained,
body.racegamers-homepage-active .is-layout-flow {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.racegamers-homepage-active .entry-content > *,
body.racegamers-homepage-active .wp-block-post-content > *,
body.racegamers-homepage-active .is-layout-constrained > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.racegamers-homepage-active .gf-dh-homepage {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  min-height: 100vh;
}
.gf-dh-full-canvas-main,
.gf-dh-full-canvas-main > * {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.gf-dh-homepage {
  --text: #080808;
  --muted: rgba(8,8,8,.70);
  --race-red: var(--gf-accent, #e10600);
  --border: rgba(8,8,8,.11);
  padding-top: 34px !important;
  background:
    radial-gradient(circle at 8% -4%, rgba(225,6,0,.24), transparent 22%),
    radial-gradient(circle at 88% 2%, rgba(0,0,0,.12), transparent 20%),
    linear-gradient(119deg, transparent 0 9.5%, rgba(0,0,0,.07) 9.6% 10.15%, transparent 10.3% 28%, rgba(225,6,0,.14) 28.1% 28.85%, transparent 29% 100%),
    linear-gradient(180deg, #ffffff 0%, #f2f2f3 44%, #ffffff 100%) !important;
}
.gf-dh-homepage::before {
  background:
    linear-gradient(112deg, transparent 0 16%, rgba(225,6,0,.22) 16.1% 16.8%, transparent 17% 38%, rgba(0,0,0,.09) 38.1% 38.55%, transparent 38.8% 100%),
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(0,0,0,.05) 18px 20px, transparent 20px 54px),
    radial-gradient(ellipse at center, transparent 0 50%, rgba(225,6,0,.065) 100%) !important;
  opacity: 1 !important;
}
.gf-dh-homepage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(103deg, transparent 0 34%, rgba(225,6,0,.38) 34.1% 34.38%, transparent 34.7% 100%),
    linear-gradient(103deg, transparent 0 56%, rgba(255,255,255,.72) 56.1% 56.26%, transparent 56.55% 100%),
    linear-gradient(103deg, transparent 0 73%, rgba(0,0,0,.18) 73.1% 73.28%, transparent 73.55% 100%);
  transform: translateZ(0);
  animation: gfRaceSpeedSweep 5.8s linear infinite;
}
@keyframes gfRaceSpeedSweep {
  0% { background-position: -160vw 0, -120vw 0, -80vw 0; opacity: .18; }
  42% { opacity: .72; }
  100% { background-position: 160vw 0, 120vw 0, 80vw 0; opacity: .18; }
}
.gf-dh-lines {
  opacity: .72 !important;
  transform: skewY(-2.5deg);
  background-image:
    linear-gradient(rgba(225,6,0,.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.055) 1px, transparent 1px) !important;
  background-size: 72px 72px !important;
}
.gf-dh-hero-copy,
.gf-dh-hero-stage,
.gf-dh-heat-card,
.gf-dh-radar-card,
.gf-dh-feature-story,
.gf-dh-story-row,
.gf-dh-fresh-card,
.gf-dh-update-tile,
.gf-dh-poll,
.gf-dh-covered-games {
  background:
    linear-gradient(180deg, rgba(255,255,255,.965), rgba(255,255,255,.86)),
    linear-gradient(135deg, rgba(225,6,0,.095), transparent 42%) !important;
  border: 1px solid rgba(17,17,17,.10) !important;
  box-shadow: 0 28px 90px rgba(17,17,17,.12), 0 0 0 1px rgba(255,255,255,.68) inset, 0 10px 26px rgba(225,6,0,.05) !important;
  backdrop-filter: blur(14px) saturate(1.12);
}
.gf-dh-hero-copy { position: relative; overflow: hidden; }
.gf-dh-hero-copy::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -40px;
  width: 220px;
  height: 130%;
  background: linear-gradient(110deg, transparent, rgba(225,6,0,.18), transparent);
  transform: skewX(-18deg);
}
.gf-dh-hero-copy h1,
.gf-dh-head h2 {
  color: #090909 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.6);
}
.gf-dh-eyebrow,
.gf-dh-pill,
.gf-dh-mini-tag {
  background: linear-gradient(135deg, #111 0%, #e10600 55%, #ff3b30 100%) !important;
  box-shadow: 0 10px 30px rgba(225,6,0,.22) !important;
}
.gf-dh-mini { color: #e10600 !important; }
.gf-dh-ticker {
  background: linear-gradient(90deg, #101010, #e10600 48%, #101010) !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 18px 45px rgba(225,6,0,.20);
}
.gf-dh-ticker__item {
  color: #fff !important;
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.18) !important;
}
.gf-dh-ticker__item small { color: rgba(255,255,255,.72) !important; }
.gf-dh-hot-label {
  color: #111 !important;
}

/* Visible, premium left menu */
.gf-dh-app-nav {
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(225,6,0,.18) !important;
  box-shadow: 0 24px 70px rgba(17,17,17,.14), 0 0 0 1px rgba(255,255,255,.75) inset !important;
  backdrop-filter: blur(18px) saturate(1.2);
}
.gf-dh-app-nav__toggle {
  background: linear-gradient(135deg, #111, #e10600) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(225,6,0,.28) !important;
}
.gf-dh-app-nav__link {
  color: #111 !important;
  opacity: 1 !important;
}
.gf-dh-app-nav__icon {
  color: #111 !important;
  opacity: 1 !important;
  display: grid !important;
  place-items: center !important;
}
.gf-dh-app-nav__icon svg,
.gf-dh-app-nav__icon svg * {
  opacity: 1 !important;
  visibility: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.15 !important;
}
.gf-dh-app-nav__link:hover,
.gf-dh-app-nav__link:focus-visible {
  background: linear-gradient(135deg, #111, #e10600) !important;
  color: #fff !important;
  transform: translateX(2px);
}
.gf-dh-app-nav__link:hover .gf-dh-app-nav__icon,
.gf-dh-app-nav__link:focus-visible .gf-dh-app-nav__icon {
  color: #fff !important;
}

.gf-dh-covered-games {
  border-color: rgba(225,6,0,.22) !important;
}
.gf-dh-game-logo {
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(17,17,17,.12) !important;
  box-shadow: 0 10px 28px rgba(17,17,17,.06);
}
.gf-dh-game-logo:hover {
  border-color: rgba(225,6,0,.55) !important;
  box-shadow: 0 18px 48px rgba(225,6,0,.18) !important;
}

@media (max-width: 980px) {
  .gf-dh-app-nav { left: 12px !important; bottom: 16px !important; top: auto !important; transform: none !important; }
  .gf-dh-homepage { padding-top: 18px !important; }
}

/* RaceGamers v0.9.2 SEO hero + premium footer + harder racing energy */
.gf-dh-homepage {
  background:
    radial-gradient(circle at 12% 0%, rgba(225, 6, 0, .22), transparent 24%),
    radial-gradient(circle at 92% 12%, rgba(0, 0, 0, .18), transparent 26%),
    linear-gradient(115deg, transparent 0 8%, rgba(225,6,0,.10) 8.1% 8.7%, transparent 9% 22%, rgba(0,0,0,.07) 22.1% 22.5%, transparent 23% 100%),
    repeating-linear-gradient(90deg, rgba(0,0,0,.022) 0 1px, transparent 1px 84px),
    linear-gradient(180deg, #fff 0%, #f4f4f5 48%, #fff 100%) !important;
}
.gf-dh-section:first-of-type { padding-top: 42px !important; }
.gf-dh-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  gap: 24px;
  align-items: stretch;
}
.gf-dh-hero-copy {
  padding: clamp(28px, 5vw, 64px) !important;
  border-radius: 34px !important;
  position: relative;
  isolation: isolate;
}
.gf-dh-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(225,6,0,.18) 58.2% 59%, transparent 59.2% 100%),
    radial-gradient(circle at 0% 100%, rgba(225,6,0,.16), transparent 34%);
  pointer-events: none;
  z-index: -1;
}
.gf-dh-hero-copy h1 {
  max-width: 970px;
  margin: 12px 0 18px !important;
  font-size: clamp(2.6rem, 6vw, 6.4rem) !important;
  line-height: .9 !important;
  letter-spacing: -.07em !important;
  color: #080808 !important;
}
.gf-dh-hero-copy p {
  max-width: 760px;
  font-size: clamp(1.04rem, 1.4vw, 1.25rem) !important;
  line-height: 1.7 !important;
  color: rgba(10,10,11,.70) !important;
  margin: 0 !important;
}
.gf-dh-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.gf-dh-hero-links a {
  text-decoration: none !important;
  color: #111 !important;
  font-weight: 900 !important;
  letter-spacing: -.02em;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,.12);
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
}
.gf-dh-hero-links a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #111, #e10600);
  border-color: transparent;
  transform: translateY(-2px);
}
.gf-dh-hero-panel {
  position: relative;
  min-height: 360px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.10);
  background:
    linear-gradient(135deg, rgba(8,8,8,.96), rgba(40,0,0,.90) 52%, rgba(225,6,0,.92)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.13) 0 10px, transparent 10px 22px);
  box-shadow: 0 30px 90px rgba(17,17,17,.16);
}
.gf-dh-hero-panel::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(105deg, transparent 0 22%, rgba(255,255,255,.20) 22.2% 23.4%, transparent 23.6% 52%, rgba(255,255,255,.14) 52.2% 53%, transparent 53.2% 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.09) 0 1px, transparent 1px 34px);
  transform: skewX(-18deg);
  animation: gfHeroRush 6s linear infinite;
}
.gf-dh-speed-word {
  position: absolute;
  left: 28px;
  font-size: clamp(3.2rem, 6vw, 6rem);
  line-height: .85;
  font-weight: 1000;
  letter-spacing: -.08em;
  color: rgba(255,255,255,.12);
  text-transform: uppercase;
}
.gf-dh-speed-word:nth-child(1) { top: 32px; }
.gf-dh-speed-word:nth-child(2) { top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.18); }
.gf-dh-speed-word:nth-child(3) { bottom: 32px; }
@keyframes gfHeroRush {
  0% { transform: translateX(-16%) skewX(-18deg); }
  100% { transform: translateX(16%) skewX(-18deg); }
}
.gf-dh-head p,
.gf-dh-covered-games__head p {
  color: rgba(10,10,11,.72) !important;
  line-height: 1.65 !important;
}
.gf-dh-covered-games {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86)),
    repeating-linear-gradient(135deg, rgba(225,6,0,.055) 0 8px, transparent 8px 19px) !important;
}
.gf-dh-footer {
  margin-top: 58px !important;
  padding: 54px 0 28px !important;
  background:
    linear-gradient(135deg, #070707 0%, #111 44%, #3b0000 74%, #e10600 160%) !important;
  color: #fff !important;
  border-top: 1px solid rgba(255,255,255,.09) !important;
  position: relative;
  overflow: hidden;
}
.gf-dh-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255,255,255,.10) 34.2% 34.7%, transparent 35% 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 1px, transparent 1px 18px);
  opacity: .65;
  pointer-events: none;
}
.gf-dh-footer__grid,
.gf-dh-footer__bottom {
  position: relative;
  z-index: 1;
}
.gf-dh-footer__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) .7fr .7fr !important;
  align-items: start !important;
  gap: clamp(24px, 5vw, 70px) !important;
}
.gf-dh-footer__brand--main a {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  text-decoration: none !important;
}
.gf-dh-footer__brand--main strong {
  color: #fff !important;
  font-size: 1.3rem !important;
  letter-spacing: -.03em;
}
.gf-dh-footer__brand--main img {
  max-width: 180px;
  max-height: 60px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.gf-dh-footer__brand--main p {
  max-width: 520px;
  color: rgba(255,255,255,.68) !important;
  font-size: 1.02rem !important;
  line-height: 1.65 !important;
  margin: 20px 0 0 !important;
}
.gf-dh-footer__links h2 {
  margin: 0 0 16px !important;
  color: #fff !important;
  font-size: .82rem !important;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.gf-dh-footer__links a {
  display: table !important;
  color: rgba(255,255,255,.72) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  margin: 0 0 12px !important;
}
.gf-dh-footer__links a:hover {
  color: #fff !important;
  transform: translateX(4px);
}
.gf-dh-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.54);
  font-size: .92rem;
}
body.racegamers-homepage-active .wp-site-blocks > *:not(main):not(.gf-dh-full-canvas-main),
body.racegamers-homepage-active .wp-site-blocks > main > *:not(.gf-dh-homepage):not(.entry-content):not(.wp-block-post-content),
body.racegamers-homepage-active .wp-block-post-template,
body.racegamers-homepage-active .wp-block-query,
body.racegamers-homepage-active .wp-block-post {
  display: none !important;
}
@media (max-width: 900px) {
  .gf-dh-hero-grid,
  .gf-dh-footer__grid { grid-template-columns: 1fr !important; }
  .gf-dh-hero-panel { min-height: 220px; }
  .gf-dh-footer__bottom { flex-direction: column; }
}
@media (max-width: 640px) {
  .gf-dh-hero-copy { padding: 28px 22px !important; border-radius: 24px !important; }
  .gf-dh-hero-copy h1 { font-size: clamp(2.35rem, 14vw, 4rem) !important; }
  .gf-dh-footer { padding-bottom: 104px !important; }
}

/* RaceGamers v0.9.4: streamlined top, compact footer, updated category system */
.gf-dh-homepage {
  padding-top: 34px !important;
  padding-bottom: 38px !important;
  background:
    linear-gradient(112deg, rgba(225,6,0,.14) 0%, rgba(225,6,0,0) 21%),
    radial-gradient(circle at 82% 0%, rgba(225,6,0,.18), transparent 28%),
    radial-gradient(circle at 8% 18%, rgba(255,255,255,.92), rgba(245,246,248,.9) 22%, rgba(239,241,244,.86) 42%, rgba(255,255,255,.94) 70%),
    linear-gradient(180deg, #ffffff 0%, #f5f6f8 52%, #ffffff 100%) !important;
  color: #111 !important;
}
.gf-dh-homepage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(118deg, rgba(0,0,0,.035) 0 1px, transparent 1px 17px),
    linear-gradient(118deg, transparent 0 9%, rgba(225,6,0,.08) 9% 11%, transparent 11% 100%);
  opacity: .9;
}
.gf-dh-homepage .gf-dh-section:first-of-type { margin-top: 0 !important; padding-top: 40px !important; }
.gf-dh-homepage .gf-dh-head h2 { color: #0c0c0f !important; }
.gf-dh-homepage .gf-dh-head p,
.gf-dh-homepage .gf-dh-radar-card p,
.gf-dh-homepage .gf-dh-story-row p,
.gf-dh-homepage .gf-dh-feature-story p,
.gf-dh-homepage .gf-dh-update-tile small { color: rgba(17,17,17,.68) !important; }
.gf-dh-homepage .gf-dh-mini {
  color: var(--gf-accent) !important;
  letter-spacing: .16em !important;
}
.gf-dh-homepage .gf-dh-heat-card,
.gf-dh-homepage .gf-dh-radar-card,
.gf-dh-homepage .gf-dh-feature-story,
.gf-dh-homepage .gf-dh-story-row,
.gf-dh-homepage .gf-dh-update-tile {
  background: rgba(255,255,255,.83) !important;
  border-color: rgba(225,6,0,.13) !important;
  color: #101014 !important;
  box-shadow: 0 24px 80px rgba(10,10,15,.10), inset 0 1px 0 rgba(255,255,255,.9) !important;
}
.gf-dh-homepage .gf-dh-heat-card:hover,
.gf-dh-homepage .gf-dh-radar-card:hover,
.gf-dh-homepage .gf-dh-feature-story:hover,
.gf-dh-homepage .gf-dh-story-row:hover,
.gf-dh-homepage .gf-dh-update-tile:hover {
  border-color: rgba(225,6,0,.34) !important;
  box-shadow: 0 26px 90px rgba(225,6,0,.15), 0 16px 44px rgba(0,0,0,.08) !important;
}
.gf-dh-footer.gf-dh-footer--compact {
  padding: 0 !important;
  margin-top: 54px !important;
  background: transparent !important;
  color: #fff !important;
  min-height: auto !important;
  border: 0 !important;
}
.gf-dh-footer--compact::before { display: none !important; }
.gf-dh-footer__compact-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 18px 22px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(110deg, #060609 0%, #121216 52%, #7e0603 100%) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 22px 70px rgba(0,0,0,.22) !important;
}
.gf-dh-footer__mark {
  font-weight: 900 !important;
  letter-spacing: -.03em !important;
  font-size: 1.08rem !important;
  color: #fff !important;
  white-space: nowrap !important;
}
.gf-dh-footer__compact-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px 16px !important;
}
.gf-dh-footer__compact-links a,
.gf-dh-footer__copy {
  color: rgba(255,255,255,.76) !important;
  font-size: .9rem !important;
  font-weight: 700 !important;
}
.gf-dh-footer__compact-links a:hover { color: #fff !important; }
.gf-dh-footer__copy { white-space: nowrap !important; }
.gf-dh-app-nav__icon svg,
.gf-dh-app-nav__icon svg * {
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
@media (max-width: 860px) {
  .gf-dh-footer__compact-row { border-radius: 26px !important; flex-direction: column !important; align-items: flex-start !important; }
  .gf-dh-footer__compact-links { justify-content: flex-start !important; }
  .gf-dh-homepage .gf-dh-section:first-of-type { padding-top: 24px !important; }
}


/* RaceGamers v0.9.7 — white base with stronger motorsport energy */
.gf-dh-homepage {
  --race-red-2: #ff3b30;
  --race-black: #0d0d10;
  background:
    linear-gradient(125deg, rgba(0,0,0,.07) 0 2.2%, transparent 2.2% 16%, rgba(225,6,0,.16) 16% 17.4%, transparent 17.4% 36%, rgba(0,0,0,.05) 36% 36.8%, transparent 36.8% 100%),
    radial-gradient(circle at 86% 4%, rgba(225,6,0,.12), transparent 18%),
    radial-gradient(circle at 12% 10%, rgba(255,255,255,.98), rgba(248,248,250,.96) 24%, rgba(241,242,245,.93) 42%, rgba(255,255,255,.98) 68%),
    linear-gradient(180deg, #ffffff 0%, #f4f5f7 50%, #ffffff 100%) !important;
  overflow: hidden;
}
.gf-dh-homepage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    repeating-linear-gradient(135deg, transparent 0 26px, rgba(0,0,0,.045) 26px 28px),
    linear-gradient(115deg, transparent 0 11%, rgba(0,0,0,.08) 11.05% 11.45%, transparent 11.6% 28%, rgba(225,6,0,.18) 28.05% 28.8%, transparent 29.1% 63%, rgba(0,0,0,.06) 63.05% 63.45%, transparent 63.8% 100%),
    radial-gradient(ellipse at 70% 35%, rgba(225,6,0,.055), transparent 32%);
  opacity: 1;
}
.gf-dh-homepage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(103deg, transparent 0 21%, rgba(255,255,255,.85) 21.1% 21.24%, transparent 21.42% 100%),
    linear-gradient(103deg, transparent 0 43%, rgba(225,6,0,.32) 43.1% 43.35%, transparent 43.6% 100%),
    linear-gradient(103deg, transparent 0 67%, rgba(17,17,17,.16) 67.1% 67.25%, transparent 67.52% 100%);
  background-size: 180% 100%, 220% 100%, 240% 100%;
  animation: gfRaceWhiteSweep 6.5s linear infinite;
  opacity: .42;
}
@keyframes gfRaceWhiteSweep {
  0% { background-position: -130% 0, -160% 0, -200% 0; opacity: .18; }
  40% { opacity: .48; }
  100% { background-position: 130% 0, 160% 0, 200% 0; opacity: .18; }
}
.gf-dh-homepage .gf-dh-lines {
  opacity: .46 !important;
  transform: skewY(-2deg);
  background-image:
    linear-gradient(rgba(0,0,0,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.045) 1px, transparent 1px) !important;
  background-size: 76px 76px !important;
}
/* subtle track-map overlay */
.gf-dh-homepage .gf-dh-container { position: relative; z-index: 1; }
.gf-dh-homepage .gf-dh-section { position: relative; z-index: 1; }
.gf-dh-homepage .gf-dh-section::before {
  content: "";
  position: absolute;
  right: clamp(20px, 8vw, 110px);
  top: 16px;
  width: min(24vw, 280px);
  height: min(15vw, 180px);
  pointer-events: none;
  opacity: .18;
  border: 2px solid rgba(0,0,0,.16);
  border-left: 0;
  border-radius: 90px 60px 80px 24px;
  clip-path: polygon(8% 10%, 62% 10%, 84% 24%, 94% 48%, 84% 74%, 62% 90%, 18% 90%, 0 72%, 12% 54%, 26% 60%, 42% 76%, 67% 72%, 78% 50%, 68% 30%, 44% 24%, 20% 28%);
}
.gf-dh-homepage .gf-dh-head {
  position: relative;
  padding-top: 10px;
}
.gf-dh-homepage .gf-dh-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gf-accent), #111);
  box-shadow: 24px 10px 0 -1px rgba(225,6,0,.16);
}
.gf-dh-homepage .gf-dh-head::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: min(24vw, 220px);
  height: 10px;
  background: repeating-linear-gradient(90deg, #111 0 8px, #fff 8px 16px);
  opacity: .12;
}
.gf-dh-homepage .gf-dh-mini,
.gf-dh-homepage .gf-dh-eyebrow,
.gf-dh-homepage .gf-dh-mini-tag {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #111111, #2a2a2f) !important;
  color: #ffffff !important;
  letter-spacing: .18em !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.12) !important;
}
.gf-dh-homepage .gf-dh-mini::before,
.gf-dh-homepage .gf-dh-eyebrow::before,
.gf-dh-homepage .gf-dh-mini-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gf-accent);
  box-shadow: 0 0 0 4px rgba(225,6,0,.12);
}
.gf-dh-homepage .gf-dh-head h2 {
  color: #0c0c0f !important;
  text-shadow: none !important;
}
.gf-dh-homepage .gf-dh-head p,
.gf-dh-homepage .gf-dh-covered-games__head p,
.gf-dh-homepage .gf-dh-radar-card p,
.gf-dh-homepage .gf-dh-story-row p,
.gf-dh-homepage .gf-dh-feature-story p,
.gf-dh-homepage .gf-dh-update-tile small {
  color: rgba(17,17,17,.70) !important;
}
/* cards faster + sharper */
.gf-dh-homepage .gf-dh-heat-card,
.gf-dh-homepage .gf-dh-radar-card,
.gf-dh-homepage .gf-dh-feature-story,
.gf-dh-homepage .gf-dh-story-row,
.gf-dh-homepage .gf-dh-update-tile,
.gf-dh-homepage .gf-dh-covered-games,
.gf-dh-homepage .gf-dh-poll,
.gf-dh-homepage .gf-dh-radar-vote {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.84)) !important;
  border: 1px solid rgba(17,17,17,.10) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 70px rgba(10,10,15,.10), inset 0 1px 0 rgba(255,255,255,.92) !important;
}
.gf-dh-homepage .gf-dh-heat-card::before,
.gf-dh-homepage .gf-dh-radar-card::before,
.gf-dh-homepage .gf-dh-feature-story::before,
.gf-dh-homepage .gf-dh-story-row::before,
.gf-dh-homepage .gf-dh-update-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 66%, rgba(225,6,0,.10) 66.1% 66.8%, transparent 67% 100%),
    linear-gradient(0deg, rgba(255,255,255,.30), rgba(255,255,255,0));
}
.gf-dh-homepage .gf-dh-heat-card::after,
.gf-dh-homepage .gf-dh-radar-card::after,
.gf-dh-homepage .gf-dh-feature-story::after,
.gf-dh-homepage .gf-dh-story-row::after,
.gf-dh-homepage .gf-dh-update-tile::after {
  content: "";
  position: absolute;
  left: -130%;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.0) 32%, rgba(255,255,255,.74) 50%, rgba(255,255,255,0) 68%, transparent 100%);
  transform: skewX(-22deg);
  opacity: 0;
  transition: left .52s ease, opacity .22s ease;
  pointer-events: none;
}
.gf-dh-homepage .gf-dh-heat-card:hover,
.gf-dh-homepage .gf-dh-radar-card:hover,
.gf-dh-homepage .gf-dh-feature-story:hover,
.gf-dh-homepage .gf-dh-story-row:hover,
.gf-dh-homepage .gf-dh-update-tile:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(225,6,0,.34) !important;
  box-shadow: 0 30px 88px rgba(225,6,0,.16), 0 18px 44px rgba(0,0,0,.08) !important;
}
.gf-dh-homepage .gf-dh-heat-card:hover::after,
.gf-dh-homepage .gf-dh-radar-card:hover::after,
.gf-dh-homepage .gf-dh-feature-story:hover::after,
.gf-dh-homepage .gf-dh-story-row:hover::after,
.gf-dh-homepage .gf-dh-update-tile:hover::after {
  left: 150%;
  opacity: 1;
}
/* pit-lane covered games panel */
.gf-dh-homepage .gf-dh-covered-games {
  padding-top: 28px !important;
  border-top: 8px solid #111 !important;
  border-left: 4px solid var(--gf-accent) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.86)),
    linear-gradient(135deg, rgba(225,6,0,.06), transparent 45%) !important;
}
.gf-dh-homepage .gf-dh-covered-games::before {
  background:
    linear-gradient(90deg, rgba(17,17,17,.08), transparent 28%),
    repeating-linear-gradient(135deg, transparent 0 16px, rgba(225,6,0,.05) 16px 18px),
    linear-gradient(180deg, rgba(225,6,0,.06), transparent 56%) !important;
}
.gf-dh-homepage .gf-dh-covered-games__head {
  position: relative;
  padding-top: 12px;
  margin-bottom: 20px;
}
.gf-dh-homepage .gf-dh-covered-games__head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #111 0 18%, rgba(225,6,0,.95) 18% 34%, transparent 34% 100%);
  opacity: .12;
}
.gf-dh-homepage .gf-dh-game-logo {
  min-height: 106px;
  border-radius: 20px;
  border: 1px solid rgba(17,17,17,.11) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,249,250,.96)) !important;
  box-shadow: 0 12px 30px rgba(10,10,15,.08), inset 0 -3px 0 rgba(225,6,0,.07) !important;
}
.gf-dh-homepage .gf-dh-game-logo:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(225,6,0,.46) !important;
  box-shadow: 0 22px 54px rgba(225,6,0,.18), inset 0 -4px 0 rgba(225,6,0,.18) !important;
}
.gf-dh-homepage .gf-dh-game-logo img,
.gf-dh-homepage .gf-dh-game-logo span {
  transition: filter .22s ease, color .22s ease, transform .22s ease;
}
.gf-dh-homepage .gf-dh-game-logo:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(98%) saturate(5855%) hue-rotate(360deg) brightness(91%) contrast(111%);
  transform: scale(1.03);
}
.gf-dh-homepage .gf-dh-game-logo:hover span {
  color: var(--gf-accent) !important;
  transform: translateY(-1px);
}
/* carbon only in nav + footer + small rails */
.gf-dh-homepage .gf-dh-app-nav {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,250,251,.94)),
    repeating-linear-gradient(135deg, rgba(17,17,17,.020) 0 8px, rgba(255,255,255,0) 8px 16px) !important;
  border: 1px solid rgba(225,6,0,.16) !important;
  box-shadow: 0 24px 66px rgba(0,0,0,.12), inset 0 0 0 1px rgba(255,255,255,.84) !important;
}
.gf-dh-homepage .gf-dh-app-nav::before {
  content: "";
  position: absolute;
  inset: 10px 8px;
  border-radius: 24px;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(17,17,17,.03) 25%, transparent 25%) 0 0/14px 14px,
    linear-gradient(225deg, rgba(17,17,17,.03) 25%, transparent 25%) 0 0/14px 14px,
    linear-gradient(315deg, rgba(17,17,17,.02) 25%, transparent 25%) 7px 7px/14px 14px,
    linear-gradient(45deg, rgba(17,17,17,.02) 25%, transparent 25%) 7px 7px/14px 14px;
  opacity: .55;
}
.gf-dh-homepage .gf-dh-app-nav__toggle {
  background: linear-gradient(135deg, #111, var(--gf-accent)) !important;
  box-shadow: 0 12px 26px rgba(225,6,0,.24) !important;
}
.gf-dh-homepage .gf-dh-app-nav__link:hover,
.gf-dh-homepage .gf-dh-app-nav__link:focus-visible {
  background: linear-gradient(135deg, #111, var(--gf-accent)) !important;
  color: #fff !important;
}
.gf-dh-homepage .gf-dh-footer.gf-dh-footer--compact {
  margin-top: 58px !important;
}
.gf-dh-homepage .gf-dh-footer__compact-row {
  border-radius: 28px !important;
  background:
    linear-gradient(110deg, #0b0b0e 0%, #151519 72%, #7f0703 100%),
    linear-gradient(135deg, rgba(255,255,255,.03) 25%, transparent 25%) 0 0/14px 14px,
    linear-gradient(225deg, rgba(255,255,255,.03) 25%, transparent 25%) 0 0/14px 14px,
    linear-gradient(315deg, rgba(255,255,255,.02) 25%, transparent 25%) 7px 7px/14px 14px,
    linear-gradient(45deg, rgba(255,255,255,.02) 25%, transparent 25%) 7px 7px/14px 14px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 22px 70px rgba(0,0,0,.24) !important;
}
.gf-dh-homepage .gf-dh-footer__mark {
  position: relative;
  padding-left: 18px;
}
.gf-dh-homepage .gf-dh-footer__mark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gf-accent);
  box-shadow: 0 0 0 4px rgba(225,6,0,.15);
}
@media (max-width: 980px) {
  .gf-dh-homepage .gf-dh-section::before { display: none; }
  .gf-dh-homepage::after { opacity: .28; }
}


/* RaceGamers v0.9.8 — refinement pass */
.gf-dh-homepage {
  background:
    linear-gradient(124deg, rgba(0,0,0,.08) 0 1.2%, transparent 1.2% 15.2%, rgba(225,6,0,.21) 15.2% 16.7%, transparent 16.7% 34.2%, rgba(0,0,0,.06) 34.2% 34.85%, transparent 34.85% 100%),
    radial-gradient(circle at 88% 6%, rgba(225,6,0,.10), transparent 15%),
    radial-gradient(circle at 12% 10%, rgba(255,255,255,.985), rgba(248,248,250,.97) 26%, rgba(241,242,245,.94) 44%, rgba(255,255,255,.985) 70%),
    linear-gradient(180deg, #ffffff 0%, #f4f5f7 50%, #ffffff 100%) !important;
}
.gf-dh-homepage::before {
  background:
    repeating-linear-gradient(135deg, transparent 0 28px, rgba(0,0,0,.038) 28px 29px, transparent 29px 56px),
    linear-gradient(115deg, transparent 0 10.7%, rgba(0,0,0,.10) 10.8% 11.1%, transparent 11.25% 27.8%, rgba(225,6,0,.20) 27.95% 28.65%, transparent 28.9% 61%, rgba(0,0,0,.06) 61.1% 61.35%, transparent 61.5% 100%),
    radial-gradient(ellipse at 70% 35%, rgba(225,6,0,.048), transparent 32%);
}
.gf-dh-homepage::after {
  background:
    linear-gradient(103deg, transparent 0 18%, rgba(255,255,255,.90) 18.1% 18.22%, transparent 18.38% 100%),
    linear-gradient(103deg, transparent 0 42%, rgba(225,6,0,.38) 42.1% 42.28%, transparent 42.48% 100%),
    linear-gradient(103deg, transparent 0 63%, rgba(17,17,17,.19) 63.1% 63.24%, transparent 63.45% 100%);
  background-size: 190% 100%, 235% 100%, 260% 100%;
  opacity: .34;
}
.gf-dh-homepage .gf-dh-head {
  padding-top: 8px;
}
.gf-dh-homepage .gf-dh-head::before {
  width: 86px;
  height: 3px;
  box-shadow: none;
}
.gf-dh-homepage .gf-dh-head::after {
  top: 16px;
  width: min(22vw, 170px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(17,17,17,.95) 0 65%, rgba(225,6,0,.92) 65% 84%, rgba(17,17,17,.18) 84% 100%);
  opacity: .28;
}
.gf-dh-homepage .gf-dh-mini,
.gf-dh-homepage .gf-dh-eyebrow,
.gf-dh-homepage .gf-dh-mini-tag {
  padding: 7px 12px 7px 11px !important;
  letter-spacing: .16em !important;
}
.gf-dh-homepage .gf-dh-mini::before,
.gf-dh-homepage .gf-dh-eyebrow::before,
.gf-dh-homepage .gf-dh-mini-tag::before {
  width: 7px;
  height: 7px;
}
.gf-dh-homepage .gf-dh-head h2 {
  margin-top: 10px !important;
}
.gf-dh-homepage .gf-dh-covered-games {
  padding-top: 22px !important;
  border-top-width: 6px !important;
  border-left-width: 3px !important;
}
.gf-dh-homepage .gf-dh-covered-games__head {
  gap: 4px 22px;
  margin-bottom: 16px;
  padding-top: 8px;
  align-items: center;
}
.gf-dh-homepage .gf-dh-covered-games__head h3 {
  font-size: clamp(1.9rem, 3.1vw, 2.55rem);
}
.gf-dh-homepage .gf-dh-covered-games__head p {
  max-width: 42ch;
  font-size: .98rem !important;
  line-height: 1.5 !important;
}
.gf-dh-homepage .gf-dh-covered-games__head::after {
  bottom: -5px;
  height: 5px;
  background: linear-gradient(90deg, #111 0 16%, rgba(225,6,0,.95) 16% 28%, transparent 28% 100%);
  opacity: .10;
}
.gf-dh-homepage .gf-dh-logo-grid {
  gap: 14px;
}
.gf-dh-homepage .gf-dh-game-logo {
  min-height: 100px;
  border-radius: 18px;
}
.gf-dh-homepage .gf-dh-heat-card,
.gf-dh-homepage .gf-dh-radar-card,
.gf-dh-homepage .gf-dh-feature-story,
.gf-dh-homepage .gf-dh-story-row,
.gf-dh-homepage .gf-dh-update-tile,
.gf-dh-homepage .gf-dh-poll,
.gf-dh-homepage .gf-dh-radar-vote {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.gf-dh-homepage .gf-dh-heat-card:hover,
.gf-dh-homepage .gf-dh-radar-card:hover,
.gf-dh-homepage .gf-dh-feature-story:hover,
.gf-dh-homepage .gf-dh-story-row:hover,
.gf-dh-homepage .gf-dh-update-tile:hover {
  transform: translateY(-6px) !important;
}
.gf-dh-homepage .gf-dh-heat-card:hover::before,
.gf-dh-homepage .gf-dh-radar-card:hover::before,
.gf-dh-homepage .gf-dh-feature-story:hover::before,
.gf-dh-homepage .gf-dh-story-row:hover::before,
.gf-dh-homepage .gf-dh-update-tile:hover::before {
  background:
    linear-gradient(115deg, transparent 0 64%, rgba(225,6,0,.13) 64.1% 64.9%, transparent 65.1% 100%),
    linear-gradient(0deg, rgba(255,255,255,.34), rgba(255,255,255,0));
}
.gf-dh-homepage .gf-dh-app-nav {
  width: 56px;
  border-radius: 28px;
}
.gf-dh-homepage .gf-dh-app-nav.is-open {
  width: 214px;
}
.gf-dh-homepage .gf-dh-app-nav__items {
  gap: 8px;
}
.gf-dh-homepage .gf-dh-app-nav__link {
  border-radius: 16px;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease, color .2s ease;
}
.gf-dh-homepage .gf-dh-app-nav__link:hover,
.gf-dh-homepage .gf-dh-app-nav__link:focus-visible {
  transform: translateX(3px);
  box-shadow: 0 10px 20px rgba(225,6,0,.14);
}
.gf-dh-homepage .gf-dh-app-nav__toggle {
  box-shadow: 0 12px 24px rgba(225,6,0,.22) !important;
}
@media (max-width: 980px) {
  .gf-dh-homepage .gf-dh-head::after {
    width: 120px;
  }
  .gf-dh-homepage .gf-dh-covered-games__head p {
    max-width: none;
    font-size: .94rem !important;
  }
}


/* RaceGamers v0.9.9 — cleanup + footer + nav polish */
.gf-dh-homepage {
  padding-bottom: 0 !important;
}
/* section pills only, no extra lines */
.gf-dh-homepage .gf-dh-head::before,
.gf-dh-homepage .gf-dh-head::after,
.gf-dh-homepage .gf-dh-covered-games__head::after {
  display: none !important;
}
.gf-dh-homepage .gf-dh-head {
  padding-top: 0 !important;
}
.gf-dh-homepage .gf-dh-head h2 {
  margin-top: 12px !important;
}
/* tighten Games We Cover panel */
.gf-dh-homepage .gf-dh-covered-games {
  padding-top: 20px !important;
}
.gf-dh-homepage .gf-dh-covered-games__head {
  margin-bottom: 14px !important;
  padding-top: 0 !important;
}
.gf-dh-homepage .gf-dh-covered-games__head h3 {
  margin-bottom: 6px !important;
}
.gf-dh-homepage .gf-dh-covered-games__head p {
  font-size: .96rem !important;
  line-height: 1.45 !important;
}
/* nav sizing cleanup */
.gf-dh-homepage .gf-dh-app-nav {
  width: 66px !important;
  padding: 10px 9px !important;
  border-radius: 34px !important;
}
.gf-dh-homepage .gf-dh-app-nav.is-open {
  width: 220px !important;
  border-radius: 28px !important;
}
.gf-dh-homepage .gf-dh-app-nav::before {
  inset: 9px 7px !important;
  border-radius: 26px !important;
}
.gf-dh-homepage .gf-dh-app-nav__toggle {
  width: 46px !important;
  height: 46px !important;
  border-radius: 16px !important;
  margin-inline: auto !important;
}
.gf-dh-homepage .gf-dh-app-nav__items {
  gap: 9px !important;
}
.gf-dh-homepage .gf-dh-app-nav:not(.is-open) .gf-dh-app-nav__link {
  width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  margin-inline: auto !important;
  border-radius: 16px !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  align-items: center !important;
}
.gf-dh-homepage .gf-dh-app-nav:not(.is-open) .gf-dh-app-nav__text {
  display: none !important;
}
.gf-dh-homepage .gf-dh-app-nav:not(.is-open) .gf-dh-app-nav__icon {
  width: 100% !important;
  height: 100% !important;
}
.gf-dh-homepage .gf-dh-app-nav.is-open .gf-dh-app-nav__link {
  min-height: 46px !important;
  border-radius: 16px !important;
}
.gf-dh-homepage .gf-dh-app-nav__link:hover,
.gf-dh-homepage .gf-dh-app-nav__link:focus-visible {
  transform: translateX(2px) !important;
}
/* regular full-width footer */
.gf-dh-homepage .gf-dh-footer.gf-dh-footer--compact {
  margin-top: 70px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
  background:
    linear-gradient(115deg, #0a0a0d 0%, #121217 58%, #5f0704 100%) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 -18px 60px rgba(0,0,0,.10) !important;
  padding: 28px 0 30px !important;
  color: #fff !important;
}
.gf-dh-homepage .gf-dh-footer.gf-dh-footer--compact::before {
  display: block !important;
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.028) 0 10px, rgba(255,255,255,0) 10px 20px),
    linear-gradient(90deg, rgba(225,6,0,.15), transparent 32%, transparent 68%, rgba(225,6,0,.12));
  opacity: .55;
}
.gf-dh-homepage .gf-dh-footer__compact-row {
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.gf-dh-homepage .gf-dh-footer__mark {
  padding-left: 20px !important;
  font-size: 1.02rem !important;
}
.gf-dh-homepage .gf-dh-footer__compact-links {
  gap: 10px 20px !important;
}
.gf-dh-homepage .gf-dh-footer__compact-links a,
.gf-dh-homepage .gf-dh-footer__copy {
  color: rgba(255,255,255,.78) !important;
  font-size: .92rem !important;
}
.gf-dh-homepage .gf-dh-footer__compact-links a:hover {
  color: #fff !important;
}
@media (max-width: 980px) {
  .gf-dh-homepage .gf-dh-footer__compact-row {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
@media (max-width: 640px) {
  .gf-dh-homepage .gf-dh-app-nav {
    width: 62px !important;
    padding: 8px !important;
    border-radius: 30px !important;
  }
  .gf-dh-homepage .gf-dh-app-nav:not(.is-open) .gf-dh-app-nav__link,
  .gf-dh-homepage .gf-dh-app-nav__toggle {
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 15px !important;
  }
  .gf-dh-homepage .gf-dh-footer.gf-dh-footer--compact {
    padding: 24px 0 95px !important;
  }
}


/* RaceGamers v0.9.10 — sidebar hover matches game logo hover */
.gf-dh-homepage .gf-dh-app-nav__link,
.gf-dh-homepage .gf-dh-app-nav__link .gf-dh-app-nav__icon,
.gf-dh-homepage .gf-dh-app-nav__link .gf-dh-app-nav__text {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, filter .22s ease !important;
}
.gf-dh-homepage .gf-dh-app-nav__link {
  border: 1px solid transparent !important;
  background: rgba(255,255,255,.78) !important;
  box-shadow: 0 12px 30px rgba(10,10,15,.05), inset 0 -3px 0 rgba(225,6,0,.04) !important;
}
.gf-dh-homepage .gf-dh-app-nav__link:hover,
.gf-dh-homepage .gf-dh-app-nav__link:focus-visible {
  transform: translateY(-6px) scale(1.01) !important;
  border-color: rgba(225,6,0,.46) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,249,250,.96)) !important;
  box-shadow: 0 22px 54px rgba(225,6,0,.18), inset 0 -4px 0 rgba(225,6,0,.18) !important;
  color: var(--gf-accent) !important;
}
.gf-dh-homepage .gf-dh-app-nav__link:hover .gf-dh-app-nav__icon,
.gf-dh-homepage .gf-dh-app-nav__link:focus-visible .gf-dh-app-nav__icon,
.gf-dh-homepage .gf-dh-app-nav__link:hover .gf-dh-app-nav__text,
.gf-dh-homepage .gf-dh-app-nav__link:focus-visible .gf-dh-app-nav__text {
  color: var(--gf-accent) !important;
  transform: translateY(-1px) !important;
}
.gf-dh-homepage .gf-dh-app-nav__link:hover .gf-dh-app-nav__icon svg,
.gf-dh-homepage .gf-dh-app-nav__link:focus-visible .gf-dh-app-nav__icon svg,
.gf-dh-homepage .gf-dh-app-nav__link:hover .gf-dh-app-nav__icon svg *,
.gf-dh-homepage .gf-dh-app-nav__link:focus-visible .gf-dh-app-nav__icon svg * {
  stroke: currentColor !important;
}


/* RaceGamers v0.9.11 — true full-bleed footer with left sidebar offset compensation */
.gf-dh-homepage .gf-dh-footer.gf-dh-footer--compact {
  margin-left: -84px !important;
  margin-right: 0 !important;
  width: calc(100% + 84px) !important;
  max-width: none !important;
}
.gf-dh-homepage .gf-dh-footer.gf-dh-footer--compact .gf-dh-shell {
  width: min(var(--gf-max), calc(100% - 42px)) !important;
  margin-inline: auto !important;
}
@media (max-width: 980px) {
  .gf-dh-homepage .gf-dh-footer.gf-dh-footer--compact {
    margin-left: 0 !important;
    width: 100% !important;
  }
}


/* RaceGamers v0.9.12 — brand logo integration */
.gf-dh-homepage .gf-dh-brand-logo {
  position: absolute;
  top: 22px;
  right: clamp(22px, 5vw, 86px);
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(150px, 13vw, 230px);
  min-height: 46px;
  padding: 8px 10px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(17,17,17,.07);
  box-shadow: 0 18px 48px rgba(0,0,0,.07), inset 0 -2px 0 rgba(225,6,0,.06);
  backdrop-filter: blur(12px) saturate(1.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.gf-dh-homepage .gf-dh-brand-logo:hover,
.gf-dh-homepage .gf-dh-brand-logo:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(225,6,0,.28);
  box-shadow: 0 22px 58px rgba(225,6,0,.12), inset 0 -3px 0 rgba(225,6,0,.12);
}
.gf-dh-homepage .gf-dh-brand-logo img {
  display: block;
  width: 100%;
  max-height: 44px;
  object-fit: contain;
}
.gf-dh-homepage .gf-dh-footer__mark--logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 7px 10px !important;
  min-width: 158px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.20), inset 0 -2px 0 rgba(225,6,0,.10);
}
.gf-dh-homepage .gf-dh-footer__mark--logo::before {
  display: none !important;
}
.gf-dh-homepage .gf-dh-footer__logo-img {
  display: block;
  height: 34px;
  max-width: 190px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 980px) {
  .gf-dh-homepage .gf-dh-brand-logo {
    position: relative;
    top: auto;
    right: auto;
    margin: 12px auto 10px;
    width: min(230px, calc(100% - 42px));
  }
}
@media (max-width: 640px) {
  .gf-dh-homepage .gf-dh-brand-logo {
    width: 184px;
    min-height: 42px;
  }
  .gf-dh-homepage .gf-dh-footer__mark--logo {
    min-width: 150px;
  }
}
