:root {
  --vgefg-ink: #111827;
  --vgefg-muted: #647084;
  --vgefg-paper: #f7f8fb;
  --vgefg-panel: #ffffff;
  --vgefg-line: #e2e8f0;
  --vgefg-blue: #1f4f7a;
  --vgefg-green: #2f7663;
  --vgefg-red: #c8583f;
  --vgefg-gold: #d9a441;
  --vgefg-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--vgefg-ink);
  background: #f8fafc;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.vgefg-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px max(18px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--vgefg-line);
  backdrop-filter: blur(12px);
}
.vgefg-brand { display: flex; align-items: center; gap: 12px; min-width: 158px; }
.vgefg-brand__mark { display: block; width: 46px; height: 46px; flex: 0 0 46px; filter: drop-shadow(0 10px 16px rgba(15, 23, 42, 0.14)); }
.vgefg-brand__copy { display: grid; line-height: 1.15; }
.vgefg-brand__copy strong { color: var(--vgefg-ink); font-size: 20px; letter-spacing: 0; }
.vgefg-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.vgefg-nav__link { padding: 8px 10px; border-radius: 6px; color: var(--vgefg-muted); font-size: 14px; font-weight: 700; }
.vgefg-nav__link:hover, .vgefg-nav__link.is-active { color: var(--vgefg-ink); background: #edf2f7; }
.vgefg-menu-toggle { display: none; }
.vgefg-menu-button { display: none; width: 42px; height: 38px; border: 1px solid var(--vgefg-line); border-radius: 8px; background: #fff; cursor: pointer; }
.vgefg-menu-button span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--vgefg-ink); }
.vgefg-main { max-width: 1180px; margin: 0 auto; padding: 20px 20px 56px; }
.vgefg-hero { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 48px; align-items: center; min-height: 300px; padding: 14px 0 22px; }
.vgefg-hero h1 { margin: 0 0 14px; font-size: clamp(36px, 5vw, 60px); line-height: 1.05; }
.vgefg-section h1 { margin: 0 0 26px; font-size: clamp(34px, 4vw, 46px); line-height: 1.1; }
.vgefg-hero p, .vgefg-section__intro, .vgefg-detail__copy p, .vgefg-card p { color: var(--vgefg-muted); }
.vgefg-panel, .vgefg-card, .vgefg-detail__media, .vgefg-copy-block {
  background: var(--vgefg-panel);
  border: 1px solid var(--vgefg-line);
  border-radius: 10px;
  box-shadow: var(--vgefg-shadow);
}
.vgefg-panel, .vgefg-detail__media, .vgefg-copy-block { padding: 18px; }
.vgefg-panel { width: 260px; justify-self: end; border-color: #cbded5; }
.vgefg-panel img, .vgefg-card img, .vgefg-detail__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; border-radius: 8px; background: #eef2f6; }
.vgefg-button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.vgefg-button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 10px 16px; color: #fff; background: var(--vgefg-ink); border-radius: 7px; font-weight: 800; }
.vgefg-button--quiet { color: #174c3e; background: #e6f3ed; }
.vgefg-visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.vgefg-search { display: flex; gap: 8px; width: min(100%, 560px); }
.vgefg-search input { min-width: 0; flex: 1; min-height: 44px; padding: 10px 13px; color: var(--vgefg-ink); background: #fff; border: 1px solid #cbd5e1; border-radius: 7px; font: inherit; }
.vgefg-search input:focus { outline: 3px solid rgba(47, 118, 99, 0.18); border-color: var(--vgefg-green); }
.vgefg-search button { min-height: 44px; padding: 10px 16px; color: #fff; background: var(--vgefg-ink); border: 0; border-radius: 7px; font: inherit; font-weight: 800; cursor: pointer; }
.vgefg-search button:hover { background: var(--vgefg-blue); }
.vgefg-search-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 18px; padding: 22px; background: #edf7f2; border: 1px solid #cce2d8; border-radius: 8px; }
.vgefg-search-strip h2 { margin: 0; font-size: 22px; }
.vgefg-search-strip p { margin: 3px 0 0; color: var(--vgefg-muted); font-size: 14px; }
.vgefg-search--home { flex: 0 1 520px; }
.vgefg-search-page { margin: 18px 0 26px; }
.vgefg-search-status { margin: 0 0 18px; color: var(--vgefg-muted); }
.vgefg-section { margin-top: 34px; }
.vgefg-section__head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.vgefg-section h2 { margin: 0; padding-left: 11px; color: #174c3e; border-left: 3px solid var(--vgefg-gold); font-size: 28px; }
.vgefg-section__link { color: var(--vgefg-blue); font-size: 14px; font-weight: 800; }
.vgefg-section__link:hover { text-decoration: underline; }
.vgefg-game-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 24px; }
.vgefg-game-filters button { min-height: 36px; padding: 7px 12px; color: var(--vgefg-ink); background: #fff; border: 1px solid var(--vgefg-line); border-radius: 6px; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.vgefg-game-filters button:hover, .vgefg-game-filters button.is-active { color: #174c3e; background: #e6f3ed; border-color: #a8cbbc; }
.vgefg-card.is-filtered-out { display: none; }
.vgefg-discovery { margin-top: 22px; padding: 22px 0 4px; border-top: 1px solid var(--vgefg-line); border-bottom: 1px solid var(--vgefg-line); }
.vgefg-discovery .vgefg-section__head span { color: var(--vgefg-muted); font-size: 14px; }
.vgefg-category-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding-bottom: 18px; }
.vgefg-category-rail__item { min-height: 82px; padding: 14px; background: #fff; border: 1px solid var(--vgefg-line); border-radius: 8px; transition: border-color 0.18s ease, transform 0.18s ease; }
.vgefg-category-rail__item:hover { border-color: #aebfd0; transform: translateY(-2px); }
.vgefg-category-rail__item strong, .vgefg-category-rail__item span { display: block; }
.vgefg-category-rail__item strong { color: var(--vgefg-ink); font-size: 15px; }
.vgefg-category-rail__item span { margin-top: 3px; color: var(--vgefg-muted); font-size: 12px; line-height: 1.35; }
.vgefg-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.vgefg-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.vgefg-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(23, 32, 42, 0.16); }
.vgefg-card a:first-child { display: block; padding: 12px 12px 0; }
.vgefg-card__body { padding: 10px 12px 12px; }
.vgefg-card h3 { min-height: 38px; margin: 0 0 8px; font-size: 15px; line-height: 1.25; }
.vgefg-card p { margin: 0; font-size: 14px; }
.vgefg-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; color: var(--vgefg-muted); font-size: 13px; font-weight: 700; }
.vgefg-detail__meta span { color: var(--vgefg-green); font-size: 13px; font-weight: 700; }
.vgefg-detail { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 28px; align-items: start; }
.vgefg-detail-back { display: inline-flex; align-items: center; min-height: 34px; margin-bottom: 14px; padding: 6px 10px; color: var(--vgefg-ink); background: #eef5f2; border: 1px solid #cbded6; border-radius: 7px; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.vgefg-detail-back:hover { color: #fff; background: var(--vgefg-ink); border-color: var(--vgefg-ink); }
.vgefg-detail__copy h1 { margin: 0 0 10px; font-size: clamp(32px, 4vw, 52px); line-height: 1.05; }
.vgefg-detail__meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
.vgefg-detail__meta span { padding: 6px 9px; background: #edf6ef; border-radius: 6px; }
.vgefg-copy-block { margin-top: 20px; }
.vgefg-copy-block h2 { margin-top: 0; }
.vgefg-editorial-notes { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; margin-top: 20px; padding: 22px; color: #182638; background: #eef6f1; border: 1px solid #cbe0d2; border-radius: 8px; }
.vgefg-editorial-notes h2, .vgefg-editorial-notes h3 { margin: 0 0 8px; }
.vgefg-editorial-notes h2 { font-size: 22px; }
.vgefg-editorial-notes h3 { font-size: 16px; }
.vgefg-editorial-notes p { margin: 0; color: var(--vgefg-muted); }
.vgefg-editorial-notes__eyebrow { display: block; margin-bottom: 8px; color: var(--vgefg-green); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.vgefg-tip-list { margin: 0; padding-left: 20px; color: var(--vgefg-muted); }
.vgefg-tip-list li + li { margin-top: 8px; }
.vgefg-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vgefg-guide-card { padding: 20px; color: inherit; background: #fff; border: 1px solid var(--vgefg-line); border-radius: 8px; box-shadow: 0 10px 30px rgba(23, 32, 42, 0.08); }
.vgefg-guide-card h2 { margin: 0 0 8px; font-size: 20px; }
.vgefg-guide-card p { margin: 0; color: var(--vgefg-muted); }
.vgefg-play-shell { width: 100%; max-width: 1280px; min-height: 100svh; margin: 0 auto; padding: 14px clamp(12px, 2vw, 24px); }
.vgefg-play-topbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 14px; background: #101820; color: rgba(255, 255, 255, 0.82); border-bottom: 1px solid rgba(242, 184, 75, 0.32); }
.vgefg-play-back { display: inline-flex; align-items: center; min-height: 32px; padding: 5px 9px; border-radius: 6px; color: #fff; font-weight: 700; }
.vgefg-play-back:hover { background: rgba(255, 255, 255, 0.1); }
.vgefg-play-title { font-size: 13px; color: rgba(255, 255, 255, 0.54); }
.vgefg-play-frame { position: relative; width: 100%; height: min(78svh, 780px); min-height: 480px; overflow: hidden; background: #000; box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18); }
.vgefg-play-frame iframe { width: 100%; height: 100%; border: 0; display: block; background: #000; }
.vgefg-play-placeholder { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; padding: 28px; color: #fff; background: linear-gradient(135deg, rgba(16, 24, 32, 0.96), rgba(23, 91, 110, 0.9)); text-align: center; }
.vgefg-play-card { width: min(100%, 420px); }
.vgefg-play-card h1 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 44px); line-height: 1.08; }
.vgefg-play-card p { margin: 0 0 18px; color: rgba(255, 255, 255, 0.76); }
.vgefg-play-start { min-height: 46px; padding: 0 22px; color: #101820; background: #dcefe7; border: 0; border-radius: 8px; font: inherit; font-weight: 800; cursor: pointer; }
.vgefg-play-start:hover { background: #f2b84b; }
.vgefg-play-shell.is-game-loaded .vgefg-play-placeholder { display: none; }
.vgefg-footer { padding: 26px max(20px, calc((100vw - 1180px) / 2)); color: var(--vgefg-muted); background: #fff; border-top: 1px solid var(--vgefg-line); }
.vgefg-footer nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.vgefg-footer a { color: var(--vgefg-blue); font-weight: 700; }
.vgefg-float-tools { position: fixed; right: 18px; bottom: 18px; z-index: 30; display: grid; gap: 8px; }
.vgefg-to-top, .vgefg-home-float { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: #fff; background: var(--vgefg-ink); border: 0; border-radius: 8px; box-shadow: var(--vgefg-shadow); font: inherit; font-weight: 800; cursor: pointer; }
.vgefg-to-top:hover, .vgefg-home-float:hover { background: var(--vgefg-blue); }
.vgefg-home-float { color: #fff; font-size: 21px; line-height: 1; }
@media (max-width: 860px) {
  .vgefg-header { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .vgefg-menu-button { display: block; }
  .vgefg-nav { grid-column: 1 / -1; display: none; justify-content: flex-start; padding-top: 10px; }
  .vgefg-menu-toggle:checked ~ .vgefg-nav { display: flex; }
  .vgefg-hero { grid-template-columns: 1fr 200px; min-height: auto; }
  .vgefg-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vgefg-category-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vgefg-search-strip { align-items: stretch; flex-direction: column; gap: 14px; }
  .vgefg-search--home { width: 100%; max-width: none; }
  .vgefg-detail { grid-template-columns: 200px minmax(0, 1fr); }
  .vgefg-editorial-notes { grid-template-columns: 1fr 1fr; }
  .vgefg-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vgefg-play-frame { height: min(76svh, 700px); min-height: 440px; }
}
@media (max-width: 680px) {
  .vgefg-main { padding-top: 18px; }
  .vgefg-hero { grid-template-columns: 1fr; gap: 22px; padding-top: 6px; }
  .vgefg-hero h1 { font-size: clamp(34px, 9vw, 46px); }
  .vgefg-panel { width: min(76vw, 300px); padding: 12px; justify-self: center; }
  .vgefg-search-strip { padding: 18px; }
  .vgefg-search { width: min(100%, 360px); flex: none; flex-direction: column; gap: 10px; }
  .vgefg-search input, .vgefg-search button { width: 100%; flex: none; min-height: 46px; }
  .vgefg-detail { grid-template-columns: 1fr; gap: 18px; }
  .vgefg-editorial-notes { grid-template-columns: 1fr; padding: 18px; }
  .vgefg-detail__media { width: min(100%, 360px); margin-inline: auto; }
  .vgefg-grid { gap: 14px; }
  .vgefg-float-tools { opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity 0.18s ease, transform 0.18s ease; }
  .vgefg-page.has-scrolled-tools .vgefg-float-tools { opacity: 1; pointer-events: auto; transform: translateY(0); }
}
@media (max-width: 520px) {
  .vgefg-main { padding-inline: 14px; }
  .vgefg-header { gap: 10px; padding-inline: 14px; }
  .vgefg-nav { flex-direction: column; align-items: stretch; gap: 4px; width: 100%; }
  .vgefg-play-shell { width: 100%; min-height: 100svh; padding: 0; }
  .vgefg-play-topbar { padding: 8px 12px; }
  .vgefg-play-frame { height: calc(100svh - 50px); min-height: 520px; box-shadow: none; }
  .vgefg-nav__link { display: block; width: 100%; padding: 11px 12px; background: #f8fafc; border: 1px solid var(--vgefg-line); }
  .vgefg-hero, .vgefg-detail { grid-template-columns: 1fr; }
  .vgefg-panel { width: min(76vw, 300px); max-width: none; justify-self: center; }
  .vgefg-detail__media { width: 100%; max-width: 360px; margin-inline: auto; }
  .vgefg-guide-grid { grid-template-columns: 1fr; }
  .vgefg-category-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .vgefg-category-rail__item { min-height: 74px; padding: 12px; }
  .vgefg-search { width: 100%; }
  .vgefg-search button { padding-inline: 13px; }
  .vgefg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .vgefg-card a:first-child { padding: 8px 8px 0; }
  .vgefg-card img { width: 100%; height: auto; min-height: 0; }
  .vgefg-card__body { padding: 10px; }
  .vgefg-card h3 { font-size: 15px; }
  .vgefg-card p { display: none; }
  .vgefg-float-tools { right: 12px; bottom: 12px; gap: 7px; }
  .vgefg-to-top, .vgefg-home-float { width: 38px; height: 38px; }
}
