/* Generated by tools/build-css-bundles.ps1. Do not edit directly. */
/* source: assets/static/css/tokens.css */
/* ============================================================================
   VGNW — Colors & Typography
   Monochromatic, editorial, product-grade. Closer to Linear / Vercel / Apple
   than to "gaming." Accents reserved for functional UI states.
   ============================================================================ */

/* -- Forma DJR family ------------------------------------------------------ */
/* Optical sizes (smallest → largest):
   Micro    → captions, table cells, ≤ 11 px
   Text     → body copy, paragraphs, 12–18 px
   Deck     → subheads, decks, cards, 18–32 px
   Display  → page headlines, big numerals, 32–80 px
   Banner   → hero / editorial covers, 80 px+               */

@font-face { font-family: "Forma DJR Micro";   src: url("../fonts/FormaDJRMicro-Regular.woff2")   format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Forma DJR Micro";   src: url("../fonts/FormaDJRMicro-Medium.woff2")    format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Forma DJR Micro";   src: url("../fonts/FormaDJRMicro-Bold.woff2")      format("woff2"); font-weight: 700; font-style: normal; font-display: optional; }

@font-face { font-family: "Forma DJR Text";    src: url("../fonts/FormaDJRText-Regular.woff2")    format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Forma DJR Text";    src: url("../fonts/FormaDJRText-Italic.woff2")     format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Forma DJR Text";    src: url("../fonts/FormaDJRText-Medium.woff2")     format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Forma DJR Text";    src: url("../fonts/FormaDJRText-Bold.woff2")       format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

@font-face { font-family: "Forma DJR Deck";    src: url("../fonts/FormaDJRDeck-Regular.woff2")    format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Forma DJR Deck";    src: url("../fonts/FormaDJRDeck-Medium.woff2")     format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Forma DJR Deck";    src: url("../fonts/FormaDJRDeck-Bold.woff2")       format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

@font-face { font-family: "Forma DJR Display"; src: url("../fonts/FormaDJRDisplay-Light.woff2")   format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Forma DJR Display"; src: url("../fonts/FormaDJRDisplay-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Forma DJR Display"; src: url("../fonts/FormaDJRDisplay-Medium.woff2")  format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Forma DJR Display"; src: url("../fonts/FormaDJRDisplay-Bold.woff2")    format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Forma DJR Display"; src: url("../fonts/FormaDJRDisplay-Black.woff2")   format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }

@font-face { font-family: "Forma DJR Banner";  src: url("../fonts/FormaDJRBanner-Bold.woff2")     format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Forma DJR Banner";  src: url("../fonts/FormaDJRBanner-ExtraBold.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Forma DJR Banner";  src: url("../fonts/FormaDJRBanner-Black.woff2")    format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }


/* ============================================================================
   TOKENS
   ============================================================================ */

:root {
  /* ----- Type families (semantic) ------------------------------------------ */
  --font-banner:  "Forma DJR Banner",  "Forma DJR Display", system-ui, sans-serif;
  --font-display: "Forma DJR Display", "Forma DJR Deck",    system-ui, sans-serif;
  --font-deck:    "Forma DJR Deck",    "Forma DJR Text",    system-ui, sans-serif;
  --font-text:    "Forma DJR Text",    system-ui, sans-serif;
  --font-micro:   "Forma DJR Micro",   "Forma DJR Text",    system-ui, sans-serif;
  --font-mono:    ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;

  /* ----- Neutral scale (the whole system lives here) ---------------------- */
  /* Warm-neutral, slightly desaturated — feels editorial, not "tech cold". */
  --n-0:    #ffffff;
  --n-25:   #fbfbfa;   /* page bg, light */
  --n-50:   #f6f6f4;   /* surface raised */
  --n-100:  #ececea;   /* hairline / divider, hover bg */
  --n-200:  #d9d9d6;   /* border default */
  --n-300:  #bdbdba;   /* border strong / mute icon */
  --n-400:  #8d8d8a;   /* placeholder text */
  --n-500:  #6b6b68;   /* secondary text */
  --n-600:  #4a4a48;   /* body on white (alt) */
  --n-700:  #2f2f2d;   /* heading on white (alt) */
  --n-800:  #1b1b1a;   /* surface dark */
  --n-900:  #111110;   /* canvas dark */
  --n-950:  #0a0a09;   /* footer / true blacks */

  /* ----- Foreground / Background semantic (light, default) ---------------- */
  --bg-page:        var(--n-25);
  --bg-surface:     var(--n-0);
  --bg-raised:      var(--n-50);
  --bg-inset:       var(--n-100);
  --bg-inverse:     var(--n-950);

  --fg-default:     var(--n-950);     /* high-contrast body & headings */
  --fg-muted:       var(--n-500);     /* secondary, meta */
  --fg-subtle:      var(--n-400);     /* tertiary, timestamps */
  --fg-disabled:    var(--n-300);
  --fg-inverse:     var(--n-0);
  --fg-link:        var(--n-950);     /* links read as bold body, not blue */

  --border-subtle:  var(--n-100);
  --border-default: var(--n-200);
  --border-strong:  var(--n-300);
  --border-inverse: rgba(255,255,255,.12);

  /* ----- Accents — used ONLY for functional state. Never as brand. -------- */
  --accent-success: #1f8a4c;   /* deals / live / completed */
  --accent-success-bg: #e7f3ec;
  --accent-warning: #b56a00;   /* warnings, expiring deals */
  --accent-warning-bg: #fbf1de;
  --accent-danger:  #b42318;   /* errors, removed, banned */
  --accent-danger-bg: #fbeae8;
  --accent-info:    #0b66d6;   /* informational, sparingly */
  --accent-info-bg: #e6effc;

  /* ----- Editorial signal (use SPARINGLY) --------------------------------- */
  --signal-hot:     #d4341a;   /* "breaking", "hot deal" pip — single dots only */
  --signal-live:    #d4341a;   /* live-stream dot */
  --signal-new:     var(--n-950);

  /* ----- Score tones (reviews 0–10) --------------------------------------- */
  --score-excellent: #1f8a4c;
  --score-good:      var(--n-700);
  --score-mixed:     #b56a00;
  --score-bad:       #b42318;

  /* ----- Radii (small, sharp, product-grade) ------------------------------ */
  --r-none:  0;          /* @kind radius */
  --r-xs:    2px;
  --r-sm:    4px;
  --r-md:    6px;     /* default for buttons, inputs, chips */
  --r-lg:    10px;    /* cards */
  --r-xl:    14px;    /* large cards, modals */
  --r-2xl:   20px;
  --r-pill:  999px;

  /* ----- Spacing scale (4px base) ----------------------------------------- */
  --space-0:  0;
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-7:  32px;
  --space-8:  40px;
  --space-9:  48px;
  --space-10: 64px;
  --space-11: 80px;
  --space-12: 96px;
  --space-13: 128px;

  /* ----- Elevation — controlled, low, never glow ------------------------- */
  --shadow-xs: 0 1px 0 rgba(17,17,16,.04);
  --shadow-sm: 0 1px 2px rgba(17,17,16,.06), 0 1px 0 rgba(17,17,16,.03);
  --shadow-md: 0 4px 12px rgba(17,17,16,.06), 0 2px 4px rgba(17,17,16,.04);
  --shadow-lg: 0 12px 32px rgba(17,17,16,.08), 0 4px 8px rgba(17,17,16,.04);
  --shadow-xl: 0 24px 64px rgba(17,17,16,.10), 0 8px 16px rgba(17,17,16,.06);
  --shadow-focus: 0 0 0 3px rgba(17,17,16,.16);
  --shadow-focus-inverse: 0 0 0 3px rgba(255,255,255,.32);

  /* ----- Motion ----------------------------------------------------------- */
  --ease-out:    cubic-bezier(0.22, 0.61, 0.36, 1);   /* @kind other */
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);      /* @kind other */
  --ease-snap:   cubic-bezier(0.2, 0.8, 0.2, 1);      /* @kind other */
  --dur-fast:    120ms;   /* @kind other */
  --dur-base:    180ms;   /* @kind other */
  --dur-slow:    320ms;   /* @kind other */

  /* ----- Layout ----------------------------------------------------------- */
  --container-narrow: 720px;     /* article body */
  --container-base:   1080px;    /* product feed */
  --container-wide:   1280px;    /* full site shell */
  --container-max:    1440px;
  --gutter:           24px;
  --grid-gap:         16px;

  /* ----- Type scale — fluid, but anchored ---------------------------------
     Each step caps the upper-end via clamp() so headlines stay editorial,
     not billboard-huge, even on 4K displays. */
  --fs-12: 12px;
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-15: 15px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-28: 28px;
  --fs-32: 32px;
  --fs-40: 40px;
  --fs-48: clamp(40px, 4vw + 16px, 56px);   /* @kind other */
  --fs-64: clamp(48px, 5.5vw + 16px, 72px); /* @kind other */
  --fs-80: clamp(56px, 7vw + 16px, 96px);   /* @kind other */

  /* tracking — Forma DJR runs slightly open at display sizes; tightened in body */
  --track-tight:   -0.02em;
  --track-snug:    -0.01em;
  --track-normal:  0;       /* @kind other */
  --track-wide:    0.02em;
  --track-eyebrow: 0.08em;     /* uppercase labels */
}

/* ---- Dark surface tokens — applied via [data-theme="dark"] or .vgnw-dark - */
[data-theme="dark"], .vgnw-dark {
  --bg-page:        var(--n-950);
  --bg-surface:     var(--n-900);
  --bg-raised:      var(--n-800);
  --bg-inset:       #15151400;
  --bg-inverse:     var(--n-25);

  --fg-default:     #f5f5f3;
  --fg-muted:       #a8a8a3;
  --fg-subtle:      #7a7a76;
  --fg-disabled:    #4a4a47;
  --fg-inverse:     var(--n-950);
  --fg-link:        #f5f5f3;

  --border-subtle:  rgba(255,255,255,.06);
  --border-default: rgba(255,255,255,.10);
  --border-strong:  rgba(255,255,255,.18);

  --accent-success-bg: rgba(31,138,76,.16);
  --accent-warning-bg: rgba(181,106,0,.18);
  --accent-danger-bg:  rgba(180,35,24,.18);
  --accent-info-bg:    rgba(11,102,214,.18);

  --shadow-xs: 0 1px 0 rgba(0,0,0,.4);
  --shadow-sm: 0 1px 2px rgba(0,0,0,.4);
  --shadow-md: 0 4px 12px rgba(0,0,0,.5);
  --shadow-lg: 0 12px 32px rgba(0,0,0,.55);
  --shadow-xl: 0 24px 64px rgba(0,0,0,.6);
}


/* ============================================================================
   SEMANTIC TYPE STYLES
   Use these classes (or copy their values) when composing UI.
   ============================================================================ */

.vgnw-base {
  font-family: var(--font-text);
  color: var(--fg-default);
  background: var(--bg-page);
  font-size: var(--fs-16);
  line-height: 1.5;
  letter-spacing: var(--track-normal);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Hero / editorial cover — Banner optical size, very tight */
.vgnw-t-hero {
  font-family: var(--font-banner);
  font-weight: 800;
  font-size: var(--fs-80);
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

/* H1 — page headline */
.vgnw-t-h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-64);
  line-height: 1.02;
  letter-spacing: var(--track-tight);
  text-wrap: balance;
}

/* H2 — major section */
.vgnw-t-h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--fs-48);
  line-height: 1.06;
  letter-spacing: var(--track-tight);
  text-wrap: balance;
}

/* H3 — sub-section, large card title */
.vgnw-t-h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--fs-32);
  line-height: 1.12;
  letter-spacing: var(--track-snug);
  text-wrap: balance;
}

/* H4 — card title, list-item headline */
.vgnw-t-h4 {
  font-family: var(--font-deck);
  font-weight: 600;
  font-size: var(--fs-24);
  line-height: 1.2;
  letter-spacing: var(--track-snug);
  text-wrap: balance;
}

/* H5 — small card / inline title */
.vgnw-t-h5 {
  font-family: var(--font-deck);
  font-weight: 600;
  font-size: var(--fs-20);
  line-height: 1.25;
  letter-spacing: var(--track-snug);
}

/* H6 — eyebrow over title */
.vgnw-t-h6 {
  font-family: var(--font-deck);
  font-weight: 600;
  font-size: var(--fs-18);
  line-height: 1.3;
  letter-spacing: 0;
}

/* Lede — large intro paragraph under H1 */
.vgnw-t-lede {
  font-family: var(--font-deck);
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.45;
  color: var(--fg-muted);
  text-wrap: pretty;
}

/* Body — default paragraph */
.vgnw-t-body, p {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.6;
  letter-spacing: 0;
  text-wrap: pretty;
}

/* Body small — list rows, secondary copy */
.vgnw-t-body-sm {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.55;
}

/* Caption — meta, timestamps, bylines */
.vgnw-t-caption {
  font-family: var(--font-micro);
  font-weight: 400;
  font-size: var(--fs-13);
  line-height: 1.4;
  color: var(--fg-muted);
}

/* Micro — table cells, badges, taglines */
.vgnw-t-micro {
  font-family: var(--font-micro);
  font-weight: 500;
  font-size: var(--fs-12);
  line-height: 1.3;
  letter-spacing: 0.01em;
}

/* Eyebrow — section labels (UPPERCASE) */
.vgnw-t-eyebrow {
  font-family: var(--font-micro);
  font-weight: 700;
  font-size: var(--fs-12);
  line-height: 1.2;
  letter-spacing: var(--track-eyebrow);
  text-transform: uppercase;
  color: var(--fg-default);
}

/* Eyebrow muted */
.vgnw-t-eyebrow--muted { color: var(--fg-muted); }

/* Numerals / scores / counters — Display, tabular */
.vgnw-t-numeral {
  font-family: var(--font-display);
  font-weight: 600;
  font-variant-numeric: tabular-nums lining-nums;
  letter-spacing: -0.01em;
}

/* Mono — code, IDs, hashes, build numbers */
.vgnw-t-mono {
  font-family: var(--font-mono);
  font-size: var(--fs-13);
  font-feature-settings: "ss01", "zero";
}

/* Link inside body */
.vgnw-t-link {
  color: var(--fg-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: opacity var(--dur-fast) var(--ease-out);
}
.vgnw-t-link:hover { opacity: 0.6; }

/* ----- HTML element defaults (opt-in via .vgnw-prose) -------------------- */
.vgnw-prose h1 { all: unset; }   /* reset, then apply */
.vgnw-prose h1 { display: block; font: inherit; }

.vgnw-prose h1 { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-48); line-height: 1.04; letter-spacing: var(--track-tight); margin: 0 0 var(--space-5); }
.vgnw-prose h2 { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-32); line-height: 1.12; letter-spacing: var(--track-snug); margin: var(--space-9) 0 var(--space-4); }
.vgnw-prose h3 { font-family: var(--font-deck);    font-weight: 600; font-size: var(--fs-24); line-height: 1.2;  letter-spacing: var(--track-snug); margin: var(--space-7) 0 var(--space-3); }
.vgnw-prose p  { font-family: var(--font-text);    font-weight: 400; font-size: var(--fs-18); line-height: 1.65; margin: 0 0 var(--space-5); color: var(--fg-default); }
.vgnw-prose a  { color: inherit; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.vgnw-prose a:hover { opacity: 0.6; }
.vgnw-prose blockquote {
  font-family: var(--font-deck); font-weight: 500; font-size: var(--fs-24);
  line-height: 1.35; letter-spacing: var(--track-snug);
  border-left: 2px solid var(--n-950); padding-left: var(--space-5);
  margin: var(--space-7) 0;
}
.vgnw-prose code { font-family: var(--font-mono); font-size: 0.9em; background: var(--bg-inset); padding: 2px 6px; border-radius: var(--r-sm); }
.vgnw-prose ul, .vgnw-prose ol { padding-left: 1.25em; margin: 0 0 var(--space-5); }
.vgnw-prose li { margin: var(--space-2) 0; }
.vgnw-prose hr { border: 0; border-top: 1px solid var(--border-default); margin: var(--space-9) 0; }

/* source: assets/static/css/core.css */
/* VGNW.net — Setups plugin styles
   Extends the base VGNW.net web kit with setup-specific surfaces:
   canvas, dots, product list, creator wizard, comparison view.
*/


* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { overflow-x: clip; }

body {
  font-family: var(--font-text);
  color: var(--fg-default);
  background: var(--bg-page);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
.vgnw-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* ============================================================================
   SHELL
   ============================================================================ */
.vgnw-app { min-height: 100vh; display: flex; flex-direction: column; }
.vgnw-app > main { flex: 1; }
.vgnw-container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.vgnw-container--wide { max-width: 1440px; }

/* ============================================================================
   HEADER (network-wide; the trending bar + active-nav styles are appended in
   the WEB EDITORIAL SCREENS block at the bottom of this file)
   ============================================================================ */
.vgnw-header {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--bg-surface) 94%, transparent);
  border-bottom: 1px solid var(--border-subtle);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
}
.vgnw-header-top { position: relative; display: flex; align-items: center; gap: 28px; height: 60px; }
/* full-bleed divider between header and the trending/now-reading bar */
.vgnw-header-top::after {
  content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 100vw; height: 1px; background: var(--border-subtle);
}
.vgnw-header-logo { display: flex; align-items: center; gap: 12px; }
.vgnw-header-logo img { height: 20px; width: auto; display: block; }

.vgnw-header-nav { display: flex; gap: 6px; flex: 1; align-items: center; }
.vgnw-header-nav a {
  font-family: var(--font-micro); font-weight: 700; font-size: 14px;
  color: var(--fg-muted); display: inline-flex; align-items: center; gap: 4px;
  padding: 7px 12px; border-radius: 8px; cursor: pointer; position: relative;
  transition: color var(--dur-fast) var(--ease-out);
}

.vgnw-score-chip {
  display: grid; place-items: center; border-radius: 10px;
  font-family: var(--font-display); font-weight: 700; line-height: 1;
  letter-spacing: 0; font-variant-numeric: tabular-nums; flex-shrink: 0;
}

.vgnw-price-is-approx::before {
  content: "~"; display: inline-block; margin-right: 2px;
  font-size: 0.68em; font-weight: 600; line-height: 1;
  vertical-align: 0.16em; opacity: 0.72;
}
.vgnw-header-nav a:hover { color: var(--fg-default); }
.vgnw-header-nav .vgnw-chev { font-size: 13px; opacity: 0.4; transition: transform var(--dur-fast) var(--ease-out), opacity var(--dur-fast); }
.vgnw-header-nav a:hover .vgnw-chev { opacity: 0.85; }
.vgnw-header-nav a.is-open .vgnw-chev { opacity: 1; transform: rotate(180deg); }
.vgnw-header-account .vgnw-chev { transition: transform var(--dur-fast) var(--ease-out); }
.vgnw-header-account.is-open .vgnw-chev { transform: rotate(180deg); }

.vgnw-header-tools { display: flex; align-items: center; gap: 10px; }
.vgnw-icon-btn {
  width: 36px; height: 36px; display: grid; place-items: center;
  background: transparent; border: none; border-radius: 6px;
  color: var(--fg-default); cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out);
}
.vgnw-icon-btn:hover { background: var(--bg-raised); }
.vgnw-icon-btn i { font-size: 18px; line-height: 1; }
.vgnw-icon-btn--active { background: var(--bg-raised); }

.vgnw-header-account {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-deck); font-weight: 600; font-size: 13px;
  color: var(--fg-default);
  padding: 4px 10px 4px 4px; border-radius: 999px; cursor: pointer;
  background: transparent; border: none;
}
.vgnw-header-account:hover { background: var(--bg-raised); }
.vgnw-header-account.is-open { background: var(--bg-raised); }

/* Keep the network shell identical across page-specific CSS bundles. */
.vgnw-header-nav a .vgnw-chev,
.vgnw-header-account .vgnw-chev { opacity: 0.45; margin-left: -1px; }
.vgnw-header-trending .vgnw-trending-link { color: var(--fg-muted); transition: color var(--dur-fast); font-family: var(--font-micro); font-size: 12px; }
.vgnw-header-trending .vgnw-trending-label { letter-spacing: 0.04em; }
.vgnw-header-trending .vgnw-trending-sep { height: 11px; }
.vgnw-header-trending .vgnw-trending-link:hover { color: var(--fg-default); opacity: 1; }
.vgnw-header-trending .vgnw-trending-link.is-active { color: var(--fg-default); font-weight: 700; }
.vgnw-header .vgnw-icon-btn { border-radius: 999px; }
.vgnw-header-tools .vgnw-icon-btn { width: 40px; height: 40px; }
.vgnw-header-tools .vgnw-icon-btn i { font-size: 21px; }

.vgnw-footer--network .vgnw-footer-disclaimer { max-width: none; font-family: var(--font-micro); font-size: 12px; }
.vgnw-footer--network .vgnw-footer-legal,
.vgnw-footer--network .vgnw-footer-legal a,
.vgnw-footer--network .vgnw-footer-legal .vgnw-pipe { font-size: 14px; }
.vgnw-footer--network .vgnw-footer-col a { font-size: 15px; }
.vgnw-footer--network,
.vgnw-footer--network h5,
.vgnw-footer--network a,
.vgnw-footer--network p,
.vgnw-footer--network li,
.vgnw-footer--network span,
.vgnw-footer--network div { font-family: var(--font-micro); }

/* ============================================================================
   HEADER POPOVERS — search palette · notifications · account
   ============================================================================ */
.vgnw-header-wordmark,
.vgnw-footer-wordmark,
.vgnw-header-drawer-wordmark {
  display: block;
  width: auto;
  color: currentColor;
  fill: currentColor;
}
.vgnw-header-wordmark { width: 96px; height: 24px; color: var(--fg-default); }
.vgnw-footer-wordmark { width: 112px; height: 28px; color: #fff; }
.vgnw-header-drawer-wordmark { width: 96px; height: 24px; color: var(--fg-default); }

.vgnw-score-tinted {
  background: oklch(0.93 0.065 var(--score-h, 145)) !important;
  color: oklch(0.43 0.14 var(--score-h, 145)) !important;
}
[data-theme="dark"] .vgnw-score-tinted {
  background: oklch(0.31 0.06 var(--score-h, 145)) !important;
  color: oklch(0.83 0.11 var(--score-h, 145)) !important;
}

.vgnw-header-pop { position: relative; display: inline-flex; align-items: center; }
.vgnw-icon-btn-badge {
  position: absolute; top: 1px; right: 1px; z-index: 2; pointer-events: none;
  min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px;
  background: var(--accent-danger); color: #fff;
  border: 2px solid var(--bg-surface);
  font-family: var(--font-micro); font-weight: 700; font-size: 10px; line-height: 1;
  display: grid; place-items: center; font-variant-numeric: tabular-nums;
}

/* ---- SEARCH PALETTE -------------------------------------------------------- */
.vgnw-search-scrim {
  position: fixed; inset: 0; z-index: 200;
  background: color-mix(in srgb, var(--n-950) 46%, transparent);
  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
  display: flex; justify-content: center; align-items: flex-start;
  padding: 11vh 20px 20px; animation: search-fade var(--dur-fast) var(--ease-out);
}
@keyframes search-fade { from { opacity: 0; } to { opacity: 1; } }
.vgnw-search-pal {
  width: 100%; max-width: 660px; max-height: 74vh;
  background: var(--bg-surface); border: 1px solid var(--border-default);
  border-radius: 16px; box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; overflow: hidden;
  animation: search-rise 180ms var(--ease-out);
}
@keyframes search-rise { from { opacity: 0; transform: translateY(-8px) scale(0.99); } to { opacity: 1; transform: none; } }
.vgnw-search-pal-head {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 18px; border-bottom: 1px solid var(--border-subtle); flex-shrink: 0;
}
.vgnw-search-pal-ico { color: var(--fg-muted); flex-shrink: 0; }
.vgnw-search-input {
  flex: 1; min-width: 0; border: none; background: transparent; outline: none;
  font-family: var(--font-deck); font-weight: 500; font-size: 18px; color: var(--fg-default);
}
.vgnw-search-input::placeholder { color: var(--fg-subtle); }
.vgnw-search-clear {
  width: 24px; height: 24px; border-radius: 999px; border: none; flex-shrink: 0;
  background: var(--bg-inset); color: var(--fg-muted); cursor: pointer; display: grid; place-items: center;
}
.vgnw-search-clear:hover { color: var(--fg-default); }
.vgnw-search-esc {
  font-family: var(--font-micro); font-weight: 600; font-size: 11px; color: var(--fg-muted);
  border: 1px solid var(--border-default); border-radius: 6px; padding: 3px 7px; flex-shrink: 0;
}
.vgnw-search-body { overflow-y: auto; padding: 8px; flex: 1; }

.vgnw-search-group { margin-bottom: 4px; }
.vgnw-search-group-h {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted);
  padding: 10px 10px 6px;
}
.vgnw-search-group-n {
  font-size: 10px; letter-spacing: 0; color: var(--fg-subtle);
  background: var(--bg-inset); border-radius: 999px; padding: 1px 7px;
}
.vgnw-search-row {
  display: flex; align-items: center; gap: 12px; width: 100%;
  padding: 9px 10px; border: none; background: transparent; border-radius: 9px;
  cursor: pointer; text-align: left; color: var(--fg-default);
}
.vgnw-search-row.is-active { background: var(--bg-raised); }
.vgnw-search-row-thumb {
  position: relative; width: 46px; height: 34px; flex-shrink: 0; overflow: hidden;
  border-radius: 6px; background: var(--bg-inset); color: var(--fg-muted);
  display: grid; place-items: center;
}
.vgnw-search-row-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.vgnw-search-row-title {
  font-family: var(--font-deck); font-weight: 600; font-size: 14px; color: var(--fg-default);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.vgnw-search-row-meta {
  font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.vgnw-search-hl { background: color-mix(in srgb, var(--accent-info) 22%, transparent); color: var(--fg-default); border-radius: 3px; padding: 0 1px; }
.vgnw-search-row-score {
  font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--fg-default);
  font-variant-numeric: tabular-nums; flex-shrink: 0;
}
.vgnw-search-row-enter { color: var(--fg-subtle); opacity: 0; flex-shrink: 0; }
.vgnw-search-row.is-active .vgnw-search-row-enter { opacity: 1; }

.vgnw-search-empty { text-align: center; padding: 48px 20px; color: var(--fg-muted); display: flex; flex-direction: column; align-items: center; gap: 6px; }
.vgnw-search-empty p { margin: 4px 0 0; font-family: var(--font-deck); font-weight: 600; font-size: 15px; color: var(--fg-default); }
.vgnw-search-empty span { font-family: var(--font-micro); font-size: 12.5px; }

.vgnw-search-sec { padding: 8px 6px; }
.vgnw-search-sec-h {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted);
  padding: 4px 6px 10px;
}
.vgnw-search-sec-clear { border: none; background: transparent; cursor: pointer; color: var(--fg-muted); font-family: var(--font-micro); font-weight: 600; font-size: 11px; letter-spacing: 0; text-transform: none; }
.vgnw-search-sec-clear:hover { color: var(--fg-default); }
.vgnw-search-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.vgnw-search-chip {
  display: inline-flex; align-items: center;
  border: 1px solid var(--border-default); border-radius: 999px; background: var(--bg-surface);
  overflow: hidden;
}
.vgnw-search-chip-t, .vgnw-search-chip--btn {
  display: inline-flex; align-items: center; gap: 6px; border: none; background: transparent; cursor: pointer;
  font-family: var(--font-text); font-weight: 500; font-size: 12.5px; color: var(--fg-default);
  padding: 6px 12px;
}
.vgnw-search-chip-t i, .vgnw-search-chip--btn i { color: var(--fg-muted); }
.vgnw-search-chip-t:hover { color: var(--fg-default); }
.vgnw-search-chip-x {
  border: none; background: transparent; cursor: pointer; color: var(--fg-subtle);
  padding: 0 8px 0 0; display: grid; place-items: center;
}
.vgnw-search-chip:hover { border-color: var(--border-strong); background: var(--bg-raised); }
.vgnw-search-chip-x:hover { color: var(--fg-default); }
.vgnw-search-chip--btn { border: 1px solid var(--border-default); border-radius: 999px; }
.vgnw-search-chip--btn:hover { border-color: var(--border-strong); background: var(--bg-raised); }
.vgnw-search-jump { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.vgnw-search-jump-a {
  display: flex; align-items: center; gap: 9px; padding: 11px 12px;
  border: 1px solid var(--border-subtle); border-radius: 9px; background: var(--bg-surface);
  font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default);
}
.vgnw-search-jump-a i { color: var(--fg-muted); }
.vgnw-search-jump-a:hover { border-color: var(--border-default); background: var(--bg-raised); }

.vgnw-search-foot {
  display: flex; align-items: center; gap: 16px; flex-shrink: 0;
  padding: 11px 18px; border-top: 1px solid var(--border-subtle); background: var(--bg-raised);
}
.vgnw-search-foot-k { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-muted); }
.vgnw-search-foot-k kbd {
  font-family: var(--font-micro); font-size: 11px; color: var(--fg-default);
  background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: 5px;
  min-width: 19px; height: 19px; padding: 0 5px; display: inline-grid; place-items: center;
}
.vgnw-search-foot-brand { margin-left: auto; font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-subtle); }

/* ---- NOTIFICATIONS --------------------------------------------------------- */
.vgnw-notification-pop, .vgnw-account-pop {
  position: absolute; top: calc(100% + 10px); right: 0; z-index: 50;
  background: var(--bg-surface); border: 1px solid var(--border-default);
  border-radius: 14px; box-shadow: var(--shadow-lg); overflow: hidden;
  animation: pop-in 150ms var(--ease-out);
}
@keyframes pop-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.vgnw-notification-pop { width: 392px; display: flex; flex-direction: column; }
.vgnw-notification-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 14px 12px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-notification-seg { flex-shrink: 0; }
.vgnw-notification-seg button { padding: 5px 10px; font-size: 11.5px; }
.vgnw-notification-title { font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: -0.01em; color: var(--fg-default); display: inline-flex; align-items: center; gap: 8px; }
.vgnw-notification-count { font-family: var(--font-micro); font-weight: 700; font-size: 11px; background: var(--accent-danger); color: #fff; border-radius: 999px; min-width: 19px; height: 19px; padding: 0 5px; display: inline-grid; place-items: center; }
.vgnw-notification-markall { border: none; background: transparent; cursor: pointer; font-family: var(--font-micro); font-weight: 600; font-size: 12px; color: var(--fg-muted); }
.vgnw-notification-markall:hover:not(:disabled) { color: var(--fg-default); }
.vgnw-notification-markall:disabled { opacity: 0.4; cursor: default; }
.vgnw-notification-tabs { display: flex; gap: 4px; padding: 0 12px 8px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-notification-tab {
  border: none; background: transparent; cursor: pointer; border-radius: 7px;
  font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-muted);
  padding: 6px 12px; display: inline-flex; align-items: center; gap: 6px;
}
.vgnw-notification-tab:hover { background: var(--bg-raised); color: var(--fg-default); }
.vgnw-notification-tab.is-on { background: var(--bg-inset); color: var(--fg-default); }
.vgnw-notification-tab-n { font-family: var(--font-micro); font-weight: 700; font-size: 10px; background: var(--accent-danger); color: #fff; border-radius: 999px; min-width: 16px; height: 16px; padding: 0 4px; display: inline-grid; place-items: center; }
.vgnw-notification-list { max-height: 60vh; overflow-y: auto; padding: 0; }
.vgnw-notification-daygroup + .vgnw-notification-daygroup { margin-top: 0; }
.vgnw-notification-day { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-subtle); padding: 12px 16px 6px; }
.vgnw-notification-row {
  display: flex; align-items: flex-start; gap: 11px; width: 100%; text-align: left;
  border: none; border-bottom: 1px solid var(--border-subtle); background: transparent; cursor: pointer; border-radius: 0; padding: 12px 16px;
  position: relative; color: inherit; text-decoration: none;
}
.vgnw-notification-daygroup:last-child .vgnw-notification-row:last-child { border-bottom: none; }
.vgnw-notification-row:hover { background: var(--bg-raised); }
.vgnw-notification-row.is-unread { background: var(--bg-raised); }
.vgnw-notification-row.is-unread:hover { background: var(--bg-inset); }
.vgnw-notification-ico { width: 32px; height: 32px; flex-shrink: 0; border-radius: 999px; display: grid; place-items: center; }
.vgnw-notification-ico--love { background: var(--accent-danger-bg); color: var(--accent-danger); }
.vgnw-notification-ico--deal { background: var(--accent-success-bg); color: var(--accent-success); }
.vgnw-notification-ico--badge { background: var(--accent-warning-bg); color: var(--accent-warning); }
.vgnw-notification-ico--sys { background: var(--bg-inset); color: var(--fg-muted); }
.vgnw-notification-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; padding-right: 12px; }
.vgnw-notification-text { font-family: var(--font-text); font-size: 13px; line-height: 1.45; color: var(--fg-muted); text-wrap: pretty; }
.vgnw-notification-text b { font-weight: 600; color: var(--fg-default); }
.vgnw-notification-target { color: var(--fg-default); }
.vgnw-notification-time { font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-notification-dot { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); width: 7px; height: 7px; border-radius: 999px; background: var(--fg-default); flex-shrink: 0; }
.vgnw-notification-empty { text-align: center; padding: 40px 20px; color: var(--fg-muted); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.vgnw-notification-empty p { margin: 6px 0 0; font-family: var(--font-deck); font-weight: 600; font-size: 14px; color: var(--fg-default); }
.vgnw-notification-empty span { font-family: var(--font-micro); font-size: 12px; }
.vgnw-notification-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 10px 12px; border-top: 1px solid var(--border-subtle); background: var(--bg-raised);
}
.vgnw-notification-foot-mark, .vgnw-notification-foot-all {
  display: inline-flex; align-items: center; gap: 6px; cursor: pointer; text-decoration: none;
  font-family: var(--font-deck); font-weight: 600; font-size: 13px;
  padding: 7px 12px; border-radius: 8px;
  transition: background var(--dur-fast), color var(--dur-fast);
}
.vgnw-notification-foot-mark { border: none; background: transparent; color: var(--fg-muted); }
.vgnw-notification-foot-mark i { color: var(--fg-muted); }
.vgnw-notification-foot-mark:hover:not(:disabled) { background: var(--bg-inset); color: var(--fg-default); }
.vgnw-notification-foot-mark:disabled { opacity: 0.4; cursor: default; }
.vgnw-notification-foot-all { color: var(--fg-default); }
.vgnw-notification-foot-all i { color: var(--fg-muted); transition: transform var(--dur-fast); }
.vgnw-notification-foot-all:hover { background: var(--bg-inset); }
.vgnw-notification-foot-all:hover i { transform: translateX(2px); }

/* ---- ACCOUNT MENU ---------------------------------------------------------- */
.vgnw-account-pop { width: 280px; padding: 6px; }
.vgnw-account-head { display: flex; align-items: center; gap: 12px; padding: 12px 10px; border-radius: 10px; }
.vgnw-account-head:hover { background: var(--bg-raised); }
.vgnw-account-id { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.vgnw-account-name { font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.01em; color: var(--fg-default); }
.vgnw-account-handle { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-account-head-arr { color: var(--fg-subtle); flex-shrink: 0; }
.vgnw-account-stats { display: flex; gap: 6px; padding: 4px 4px 8px; }
.vgnw-account-stat { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 9px 4px; border-radius: 9px; background: var(--bg-raised); }
.vgnw-account-stat-v { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--fg-default); font-variant-numeric: tabular-nums; }
.vgnw-account-stat-l { font-family: var(--font-micro); font-weight: 600; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-account-sec { display: flex; flex-direction: column; gap: 1px; }
.vgnw-account-sep { height: 1px; background: var(--border-subtle); margin: 5px 6px; }
.vgnw-account-item {
  display: flex; align-items: center; gap: 11px; width: 100%; text-align: left;
  border: none; background: transparent; cursor: pointer; border-radius: 8px; padding: 9px 10px;
  font-family: var(--font-text); font-weight: 500; font-size: 13.5px; color: var(--fg-default);
}
.vgnw-account-item i { color: var(--fg-muted); flex-shrink: 0; }
.vgnw-account-item:hover { background: var(--bg-raised); }
.vgnw-account-item-l { flex: 1; }
.vgnw-account-item--danger { color: var(--accent-danger); }
.vgnw-account-item--danger i { color: var(--accent-danger); }
.vgnw-account-item--danger:hover { background: var(--accent-danger-bg); }
.vgnw-account-theme { display: flex; align-items: center; gap: 11px; padding: 8px 10px; font-family: var(--font-text); font-weight: 500; font-size: 13.5px; color: var(--fg-default); }
.vgnw-account-theme > i { color: var(--fg-muted); flex-shrink: 0; }
.vgnw-account-theme-seg { display: inline-flex; gap: 2px; padding: 2px; background: var(--bg-inset); border-radius: 8px; }
.vgnw-account-theme-b { border: none; background: transparent; cursor: pointer; border-radius: 6px; padding: 4px 11px; font-family: var(--font-micro); font-weight: 600; font-size: 11.5px; color: var(--fg-muted); }
.vgnw-account-theme-b.is-on { background: var(--bg-surface); color: var(--fg-default); box-shadow: var(--shadow-xs); }

/* ============================================================================
   AVATARS
   ============================================================================ */
.vgnw-avatar {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--n-600), var(--n-950));
  display: grid; place-items: center;
  font-family: var(--font-micro); font-weight: 700;
  color: var(--fg-inverse); flex-shrink: 0;
  letter-spacing: 0;
}
[data-theme="dark"] .vgnw-avatar { background: linear-gradient(135deg, var(--n-300), var(--n-100)); color: var(--n-950); }
.vgnw-avatar--xs { width: 22px; height: 22px; font-size: 9px; }
.vgnw-avatar--sm { width: 28px; height: 28px; font-size: 11px; }
.vgnw-avatar--md { width: 32px; height: 32px; font-size: 12px; }
.vgnw-avatar--lg { width: 40px; height: 40px; font-size: 14px; }
.vgnw-avatar--xl { width: 56px; height: 56px; font-size: 18px; font-family: var(--font-display); }

/* ============================================================================
   BUTTONS
   ============================================================================ */
.vgnw-btn {
  font-family: var(--font-deck); font-weight: 600; font-size: 14px;
  padding: 9px 16px; border-radius: 6px; border: 1px solid transparent;
  cursor: pointer; display: inline-flex; align-items: center; gap: 7px;
  transition: background var(--dur-fast), border-color var(--dur-fast), color var(--dur-fast), transform var(--dur-fast);
  white-space: nowrap; line-height: 1;
}
.vgnw-btn:active { transform: translateY(1px); }
.vgnw-btn:disabled { opacity: 0.45; cursor: not-allowed; pointer-events: none; }
.vgnw-btn--primary  { background: var(--n-950); color: var(--fg-inverse); border-color: var(--n-950); }
.vgnw-btn--primary:hover { background: var(--n-800); border-color: var(--n-800); }
[data-theme="dark"] .vgnw-btn--primary { background: var(--n-25); color: var(--n-950); border-color: var(--n-25); }
[data-theme="dark"] .vgnw-btn--primary:hover { background: var(--n-100); }
.vgnw-btn--secondary { background: var(--bg-surface); color: var(--fg-default); border-color: var(--border-default); }
.vgnw-btn--secondary:hover { background: var(--bg-raised); border-color: var(--border-strong); }
.vgnw-btn--ghost { background: transparent; color: var(--fg-default); }
.vgnw-btn--ghost:hover { background: var(--bg-raised); }
.vgnw-btn--danger { background: var(--bg-surface); color: var(--accent-danger); border-color: var(--border-default); }
.vgnw-btn--danger:hover { background: var(--accent-danger-bg); border-color: var(--accent-danger); }
.vgnw-btn--success { background: var(--accent-success); color: #fff; border-color: var(--accent-success); }
.vgnw-btn--success:hover { filter: brightness(0.92); }
.vgnw-btn--lg { font-size: 15px; padding: 12px 20px; border-radius: 8px; }
.vgnw-btn--sm { font-size: 12.5px; padding: 6px 11px; border-radius: 5px; }
.vgnw-btn--xs { font-size: 11.5px; padding: 4px 8px; border-radius: 4px; gap: 4px; }
.vgnw-btn--block { width: 100%; justify-content: center; }
.vgnw-btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* ============================================================================
   BADGES + TAGS
   ============================================================================ */
.vgnw-badge {
  font-family: var(--font-micro); font-weight: 700;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 3px 7px; border-radius: 3px;
  display: inline-flex; align-items: center; gap: 5px;
  white-space: nowrap;
}
.vgnw-badge--solid    { background: var(--n-950); color: var(--fg-inverse); }
[data-theme="dark"] .vgnw-badge--solid { background: var(--n-25); color: var(--n-950); }
.vgnw-badge--outline  { background: transparent; color: var(--fg-default); border: 1px solid var(--border-default); }
.vgnw-badge--success  { background: var(--accent-success-bg); color: var(--accent-success); }
.vgnw-badge--warning  { background: var(--accent-warning-bg); color: var(--accent-warning); }
.vgnw-badge--danger   { background: var(--accent-danger-bg);  color: var(--accent-danger); }
.vgnw-badge--info     { background: var(--accent-info-bg);    color: var(--accent-info); }
.vgnw-badge--mute     { background: var(--bg-raised); color: var(--fg-muted); border: 1px solid var(--border-subtle); }
.vgnw-badge--ghost    { background: transparent; color: var(--fg-muted); padding: 3px 0; }
.vgnw-badge--lg       { font-size: 12px; padding: 5px 9px; }

.vgnw-tag {
  font-family: var(--font-text); font-weight: 500; font-size: 12.5px;
  background: var(--bg-surface); color: var(--fg-default);
  border: 1px solid var(--border-default);
  padding: 5px 11px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
  cursor: pointer; transition: background var(--dur-fast), border-color var(--dur-fast), color var(--dur-fast);
  white-space: nowrap; flex-shrink: 0;
}
.vgnw-tag:hover { background: var(--bg-raised); border-color: var(--border-strong); }
.vgnw-tag--active { background: var(--n-950); color: var(--fg-inverse); border-color: var(--n-950); }
[data-theme="dark"] .vgnw-tag--active { background: var(--n-25); color: var(--n-950); border-color: var(--n-25); }
.vgnw-tag i { font-size: 12px; }

/* ============================================================================
   INPUTS
   ============================================================================ */
.vgnw-input, .vgnw-select, .vgnw-textarea {
  font-family: var(--font-text); font-size: 14px; color: var(--fg-default);
  background: var(--bg-surface);
  border: 1px solid var(--border-default); border-radius: 6px;
  padding: 9px 12px; line-height: 1.3;
  width: 100%;
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.vgnw-input:focus, .vgnw-select:focus, .vgnw-textarea:focus {
  outline: none; border-color: var(--fg-default); box-shadow: var(--shadow-focus);
}
[data-theme="dark"] .vgnw-input:focus, [data-theme="dark"] .vgnw-select:focus, [data-theme="dark"] .vgnw-textarea:focus {
  box-shadow: var(--shadow-focus-inverse);
}
.vgnw-input::placeholder, .vgnw-textarea::placeholder { color: var(--fg-subtle); }
.vgnw-textarea { resize: vertical; min-height: 80px; }
.vgnw-input--lg { font-size: 16px; padding: 12px 14px; }
.vgnw-input--ghost { background: transparent; border-color: transparent; padding: 6px 0; }
.vgnw-input--ghost:focus { box-shadow: none; border-bottom: 1px solid var(--fg-default); border-radius: 0; }

.vgnw-field { display: flex; flex-direction: column; gap: 6px; }
.vgnw-field-label {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-default);
}
.vgnw-field-help { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); line-height: 1.4; }
.vgnw-field-error { font-family: var(--font-micro); font-size: 12px; color: var(--accent-danger); line-height: 1.4; }

/* "Pick a spot on the photo" action chip in the Ask-a-question modal */
.vgnw-ask-spot-btn {
  font-family: var(--font-text); font-weight: 600; font-size: 12.5px;
  color: var(--accent-info); background: var(--accent-info-bg);
  border: 1px dashed color-mix(in srgb, var(--accent-info) 45%, transparent);
  padding: 5px 11px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px; cursor: pointer;
  white-space: nowrap; flex-shrink: 0;
  transition: background var(--dur-fast), border-color var(--dur-fast), color var(--dur-fast);
}
.vgnw-ask-spot-btn i { font-size: 13px; }
.vgnw-ask-spot-btn:hover { border-color: var(--accent-info); }
.vgnw-ask-spot-btn.is-active {
  color: var(--fg-inverse); background: var(--accent-info);
  border-style: solid; border-color: var(--accent-info);
}

/* ============================================================================
   CARDS
   ============================================================================ */
.vgnw-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast), transform var(--dur-fast);
}
.vgnw-card--interactive { cursor: pointer; }
.vgnw-card--interactive:hover { border-color: var(--border-default); box-shadow: var(--shadow-sm); }
.vgnw-card--padded { padding: 20px; }
.vgnw-card--quiet { border-color: transparent; background: var(--bg-raised); }

/* ============================================================================
   PAGE HEAD
   ============================================================================ */
.vgnw-page-head {
  padding: 40px 0 24px;
  border-bottom: 1px solid var(--border-subtle);
  display: flex; flex-direction: column; gap: 14px;
}
.vgnw-page-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.vgnw-page-head h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 44px; line-height: 1; letter-spacing: -0.025em;
  margin: 0; text-wrap: balance;
}
.vgnw-page-head .vgnw-eyebrow {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-muted);
}
.vgnw-page-head .vgnw-lede {
  font-family: var(--font-deck); font-weight: 400; font-size: 17px;
  line-height: 1.45; color: var(--fg-muted); max-width: 640px; margin: 0;
}

/* ============================================================================
   FILTER BAR (archive page)
   ============================================================================ */
.vgnw-filter-bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 16px 0;
  border-bottom: 1px solid var(--border-subtle);
  flex-wrap: wrap;
}
.vgnw-filter-bar-left { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.vgnw-filter-bar-right { display: flex; align-items: center; gap: 10px; }

.vgnw-dropdown {
  position: relative;
  font-family: var(--font-deck); font-weight: 600; font-size: 13px;
}
.vgnw-dropdown-trigger {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px; border-radius: 6px;
  border: 1px solid var(--border-default); background: var(--bg-surface);
  color: var(--fg-default); cursor: pointer;
  white-space: nowrap; flex-shrink: 0;
  transition: background var(--dur-fast), border-color var(--dur-fast);
}
.vgnw-dropdown-trigger:hover { background: var(--bg-raised); border-color: var(--border-strong); }
.vgnw-dropdown-trigger .vgnw-chev { font-size: 10px; opacity: 0.5; margin-left: 2px; }
.vgnw-dropdown-trigger .vgnw-lbl { color: var(--fg-muted); font-weight: 500; }
.vgnw-dropdown-trigger--on { border-color: var(--fg-default); }
.vgnw-dropdown-trigger--on .vgnw-lbl { color: var(--fg-default); }

.vgnw-dropdown-panel {
  position: absolute; top: calc(100% + 6px); left: 0;
  min-width: 200px; z-index: 30;
  background: var(--bg-surface);
  border: 1px solid var(--border-default); border-radius: 10px;
  box-shadow: var(--shadow-lg);
  padding: 5px;
  display: flex; flex-direction: column;
}
.vgnw-dropdown-panel--right { left: auto; right: 0; }
.vgnw-dropdown-panel--multi { min-width: 220px; }
.vgnw-dropdown-panel-scroll { display: flex; flex-direction: column; max-height: 280px; overflow-y: auto; }
.vgnw-dropdown-item {
  font-family: var(--font-text); font-weight: 500; font-size: 13.5px;
  padding: 8px 10px; border-radius: 6px;
  cursor: pointer; display: flex; align-items: center; gap: 9px;
  color: var(--fg-default); background: transparent; border: none;
  text-align: left;
  transition: background var(--dur-fast);
}
.vgnw-dropdown-item:hover { background: var(--bg-raised); }
.vgnw-dropdown-item--active { background: var(--bg-inset); }
.vgnw-dropdown-item i { font-size: 14px; color: var(--fg-muted); }
.vgnw-dropdown-check {
  width: 16px; height: 16px; flex-shrink: 0; border-radius: 4px;
  border: 1px solid var(--border-strong); display: grid; place-items: center;
  color: #fff;
}
.vgnw-dropdown-item--checked .vgnw-dropdown-check { background: var(--fg-default); border-color: var(--fg-default); }
[data-theme="dark"] .vgnw-dropdown-item--checked .vgnw-dropdown-check { color: var(--n-950); }
.vgnw-dropdown-clear {
  margin-top: 4px; padding: 8px 10px; border: none; border-top: 1px solid var(--border-subtle);
  background: transparent; color: var(--fg-muted); cursor: pointer;
  font-family: var(--font-micro); font-weight: 600; font-size: 12px; text-align: left;
}
.vgnw-dropdown-clear:hover { color: var(--fg-default); }

.vgnw-grid-toggle {
  display: inline-flex; gap: 2px; padding: 2px;
  background: var(--bg-raised); border: 1px solid var(--border-subtle);
  border-radius: 6px;
}
.vgnw-grid-toggle button {
  width: 28px; height: 28px; border-radius: 4px; border: none;
  background: transparent; color: var(--fg-muted); cursor: pointer;
  display: grid; place-items: center;
  transition: background var(--dur-fast), color var(--dur-fast);
}
.vgnw-grid-toggle button.active {
  background: var(--bg-surface); color: var(--fg-default);
  box-shadow: var(--shadow-xs);
}
.vgnw-grid-toggle i { font-size: 14px; }

/* ============================================================================
   ARCHIVE — gear rail + main column
   ============================================================================ */
.vgnw-archive-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 268px;
  gap: 32px;
  padding: 24px 0 56px;
  align-items: start;
}
.vgnw-gear-rail {
  position: sticky; top: 80px;
  display: flex; flex-direction: column; gap: 12px;
}
.vgnw-gear-rail-head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.vgnw-gear-rail-sub { font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-grail-list { display: flex; flex-direction: column; border: 1px solid var(--border-subtle); border-radius: 11px; overflow: hidden; background: var(--bg-surface); }
.vgnw-grail-row {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 13px; width: 100%; text-align: left;
  background: transparent; border: none; cursor: pointer;
  transition: background var(--dur-fast);
}
.vgnw-grail-row + .vgnw-grail-row { border-top: 1px solid var(--border-subtle); }
.vgnw-grail-row:hover { background: var(--bg-raised); }
.vgnw-grail-row.is-active { background: var(--bg-raised); }
.vgnw-grail-ico {
  width: 36px; height: 36px; border-radius: 9px; flex-shrink: 0;
  display: grid; place-items: center; background: var(--bg-inset); color: var(--fg-default);
  transition: background var(--dur-fast), color var(--dur-fast);
}
.vgnw-grail-row.is-active .vgnw-grail-ico { background: var(--fg-default); color: var(--bg-surface); }
.vgnw-grail-b { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.vgnw-grail-n {
  font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default);
  line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.vgnw-grail-u {
  font-family: var(--font-micro); font-size: 10.5px; color: var(--fg-muted);
  letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600;
}
.vgnw-grail-count {
  flex-shrink: 0; min-width: 26px; height: 24px; padding: 0 8px;
  display: inline-flex; align-items: center; justify-content: center; border-radius: 999px;
  background: var(--bg-inset); color: var(--fg-default);
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: -0.01em; font-variant-numeric: tabular-nums;
  transition: background var(--dur-fast), color var(--dur-fast);
}
.vgnw-grail-row.is-active .vgnw-grail-count { background: var(--fg-default); color: var(--bg-surface); }
.vgnw-gear-clear {
  display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
  margin-top: 2px; padding: 6px 8px; border-radius: 6px; border: none;
  background: transparent; cursor: pointer;
  font-family: var(--font-micro); font-weight: 600; font-size: 12px; color: var(--fg-muted);
}
.vgnw-gear-clear:hover { color: var(--fg-default); }

.vgnw-archive-main { display: flex; flex-direction: column; }
.vgnw-archive-main .vgnw-filter-bar { padding-top: 0; }
.vgnw-archive-meta {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  padding: 16px 0 0;
  font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted);
}
.vgnw-archive-meta-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 3px 6px 3px 10px; border-radius: 999px;
  background: var(--bg-raised); border: 1px solid var(--border-default);
  color: var(--fg-default); font-weight: 500;
}
.vgnw-archive-meta-chip b { font-family: var(--font-deck); font-weight: 600; }
.vgnw-archive-meta-chip button {
  width: 18px; height: 18px; border-radius: 999px; border: none;
  background: transparent; color: var(--fg-muted); cursor: pointer;
  display: grid; place-items: center;
}
.vgnw-archive-meta-chip button:hover { background: var(--bg-inset); color: var(--fg-default); }
.vgnw-archive-meta-tags { color: var(--fg-subtle); }
.vgnw-archive .vgnw-setup-grid { padding: 16px 0 0; }

@media (max-width: 980px) {
  .vgnw-archive-body { grid-template-columns: 1fr; gap: 20px; }
  .vgnw-gear-rail { position: static; }
  .vgnw-gear-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
}

/* ============================================================================
   SETUP CARD
   ============================================================================ */
.vgnw-setup-grid { display: grid; gap: 20px; padding: 28px 0; }
.vgnw-setup-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vgnw-setup-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vgnw-setup-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.vgnw-setup-card { display: flex; flex-direction: column; cursor: pointer; gap: 0; }
.vgnw-setup-card-cover {
  position: relative; aspect-ratio: 16 / 10; overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--n-700), var(--n-950));
  transition: transform var(--dur-base) var(--ease-out);
}
.vgnw-setup-card:hover .vgnw-setup-card-cover { transform: translateY(-2px); }
.vgnw-setup-card-cover image-slot { position: absolute; inset: 0; }
.vgnw-setup-card-cover-photo, .vgnw-setup-card-cover image-slot img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.vgnw-setup-card-overlay {
  position: absolute; left: 12px; top: 12px;
  display: flex; gap: 6px;
}
.vgnw-setup-card-pip {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  background: rgba(10,10,9,0.78); color: #fff;
  padding: 4px 8px; border-radius: 4px;
  backdrop-filter: blur(6px);
}
.vgnw-setup-card-pip--pending { background: rgba(181,106,0,0.92); }
.vgnw-setup-card-pip--draft { background: rgba(74,74,72,0.92); }
.vgnw-setup-card-items {
  position: absolute; right: 12px; top: 12px;
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-micro); font-weight: 600; font-size: 11px;
  background: rgba(10,10,9,0.7); color: #fff;
  padding: 4px 8px; border-radius: 4px; backdrop-filter: blur(6px);
}
.vgnw-setup-card-items i { font-size: 12px; }
.vgnw-setup-card-editlink {
  margin-left: auto; display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.04em; color: var(--fg-default);
}
.vgnw-setup-card-editlink:hover { opacity: 0.6; }
.vgnw-setup-card-edit {
  position: absolute; right: 12px; top: 12px;
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--bg-surface); color: var(--fg-default);
  padding: 4px 8px; border-radius: 4px;
  border: 1px solid var(--border-default);
  z-index: 2;
}

/* title sits on the photo, on a soft scrim */
.vgnw-setup-card-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 32px 14px 13px;
  background: linear-gradient(to top, rgba(10,10,9,0.82) 0%, rgba(10,10,9,0.45) 45%, transparent 100%);
}
.vgnw-setup-card-title {
  font-family: var(--font-deck); font-weight: 600; font-size: 15px;
  line-height: 1.28; letter-spacing: -0.005em; color: #fff;
  margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.vgnw-setup-card-meta {
  display: flex; align-items: center; gap: 8px;
  padding: 11px 2px 0;
  font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted);
}
.vgnw-setup-card-meta .vgnw-author {
  font-family: var(--font-deck); font-weight: 500; font-size: 13px;
  color: var(--fg-default);
}
.vgnw-setup-card-meta .vgnw-date { color: var(--fg-muted); }
.vgnw-setup-card-meta .vgnw-dot-sep { width: 2px; height: 2px; background: var(--fg-subtle); border-radius: 999px; }

/* universal card meta: price + quick love (shared across setups listing, detail, carousels) */
.vgnw-setup-price { font-family: var(--font-micro); font-weight: 600; font-size: 11.5px; color: var(--fg-muted); font-variant-numeric: tabular-nums; }
.vgnw-love-btn { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; padding: 4px 10px; border: 1px solid var(--border-default); border-radius: 999px; background: var(--bg-surface); cursor: pointer; font-family: var(--font-micro); font-weight: 700; font-size: 11.5px; color: var(--fg-muted); transition: border-color var(--dur-fast), color var(--dur-fast), background var(--dur-fast); }
.vgnw-love-btn i { font-size: 13px; }
.vgnw-love-btn:hover { border-color: var(--border-strong); color: var(--fg-default); }
.vgnw-love-btn.is-on { color: var(--accent-danger); border-color: color-mix(in srgb, var(--accent-danger) 35%, transparent); background: color-mix(in srgb, var(--accent-danger) 7%, transparent); }
.vgnw-btn[data-love].is-on { color: var(--accent-danger); }
a.vgnw-product { text-decoration: none; color: inherit; }

.vgnw-setup-card--compact .vgnw-setup-card-cover { aspect-ratio: 4 / 3; border-radius: 8px; }
.vgnw-setup-card--compact .vgnw-setup-card-title { font-size: 14px; }

/* ============================================================================
   SETUP DETAIL — header
   ============================================================================ */
.vgnw-detail {
  padding: 20px 24px 64px;
  display: flex; flex-direction: column; gap: 28px;
}
.vgnw-detail-head { display: flex; flex-direction: column; gap: 14px; }
.vgnw-detail-eyebrow {
  display: inline-flex; gap: 6px; align-items: center;
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.10em; text-transform: uppercase;
}
.vgnw-detail-eyebrow a { color: var(--fg-muted); transition: color var(--dur-fast); }
.vgnw-detail-eyebrow a:hover { color: var(--fg-default); }
.vgnw-detail-eyebrow .vgnw-sep { color: var(--fg-subtle); }
.vgnw-detail-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(36px, 4vw, 56px); line-height: 0.98; letter-spacing: -0.03em;
  margin: 0; text-wrap: balance; max-width: 920px;
}
.vgnw-detail-head-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.vgnw-detail-head-left { display: flex; flex-direction: column; gap: 12px; min-width: 0; flex: 1; }
.vgnw-detail-head-right { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.vgnw-detail-head-right .vgnw-detail-tags { justify-content: flex-end; }
.vgnw-detail-byline { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.vgnw-detail-byline .vgnw-detail-actions { margin-left: auto; }
.vgnw-detail-byline .vgnw-name {
  font-family: var(--font-deck); font-weight: 600; font-size: 14px; color: var(--fg-default);
}
.vgnw-detail-byline .vgnw-meta {
  font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted);
}
.vgnw-detail-byline .vgnw-dot-sep { width: 3px; height: 3px; border-radius: 999px; background: var(--fg-subtle); }
.vgnw-detail-actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; justify-content: flex-end; }

/* subtle tag row under the byline */
.vgnw-detail-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.vgnw-detail-tag {
  font-family: var(--font-micro); font-weight: 600; font-size: 11.5px;
  color: var(--fg-muted); background: var(--bg-raised);
  border: 1px solid var(--border-subtle);
  padding: 4px 10px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 5px;
}
.vgnw-detail-tag--lead { color: var(--fg-default); border-color: var(--border-default); }
.vgnw-detail-tag--lead i { color: var(--fg-muted); }

.vgnw-pending-notice {
  font-family: var(--font-micro); font-size: 12px;
  color: var(--accent-warning);
  background: var(--accent-warning-bg);
  border: 1px solid color-mix(in srgb, var(--accent-warning) 24%, transparent);
  padding: 10px 14px; border-radius: 6px;
  display: flex; align-items: center; gap: 8px;
}

/* ============================================================================
   CANVAS — the big interactive setup image
   ============================================================================ */
.vgnw-canvas-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}
.vgnw-canvas-col { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.vgnw-canvas-side { position: sticky; top: 80px; }

/* lower half (discussion) reuses the same two columns so the feed lines up
   flush with the photo and the right gutter stays empty but intentional */
.vgnw-detail-lower { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 32px; }
.vgnw-detail-lower .vgnw-discussion { grid-column: 1; min-width: 0; }

/* build specs strip under the photo */
.vgnw-build-specs { border: 1px solid var(--border-subtle); border-radius: 12px; background: var(--bg-surface); overflow: hidden; }
.vgnw-build-specs-head {
  display: flex; align-items: center; gap: 8px; padding: 12px 16px;
  border-bottom: 1px solid var(--border-subtle);
  font-family: var(--font-deck); font-weight: 600; font-size: 14px;
}
.vgnw-build-specs-head i { color: var(--fg-muted); }
.vgnw-build-specs-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.vgnw-build-spec { padding: 12px 16px; border-right: 1px solid var(--border-subtle); border-top: 1px solid var(--border-subtle); }
.vgnw-build-specs-grid .vgnw-build-spec:nth-child(-n+3) { border-top: none; }
.vgnw-build-specs-grid .vgnw-build-spec:nth-child(3n) { border-right: none; }
.vgnw-build-spec .vgnw-lbl { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-build-spec .vgnw-val { font-family: var(--font-deck); font-weight: 600; font-size: 14px; color: var(--fg-default); margin-top: 3px; line-height: 1.3; }

/* setup description under the photo (where build specs used to live) */
.vgnw-setup-about { display: flex; flex-direction: column; gap: 10px; padding-top: 4px; }
.vgnw-setup-about-head {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-muted); margin: 0;
}
.vgnw-setup-about-text {
  font-family: var(--font-text); font-size: 16px; line-height: 1.65;
  color: var(--fg-default); margin: 0; max-width: 64ch; text-wrap: pretty;
}

/* ask-mode overlay on the canvas */
.vgnw-ask-overlay { position: absolute; inset: 0; z-index: 12; display: flex; align-items: flex-start; justify-content: center; padding-top: 56px; pointer-events: none; }
.vgnw-ask-overlay-card {
  pointer-events: auto; background: rgba(10,10,9,0.92); color: #fff;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 12px; padding: 14px 16px;
  display: flex; align-items: center; gap: 14px; max-width: 540px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.5); backdrop-filter: blur(8px);
}
.vgnw-ask-overlay-ico { color: var(--score-mixed); flex-shrink: 0; }
.vgnw-ask-overlay-text { display: flex; flex-direction: column; gap: 2px; }
.vgnw-ask-overlay-text b { font-family: var(--font-deck); font-weight: 600; font-size: 14px; }
.vgnw-ask-overlay-text span { font-family: var(--font-micro); font-size: 12px; color: rgba(255,255,255,0.7); }
.vgnw-ask-overlay-actions { display: flex; gap: 6px; flex-shrink: 0; }
.vgnw-dot--ask { box-shadow: 0 0 0 4px rgba(255,255,255,0.25), 0 4px 12px rgba(0,0,0,0.45); animation: dotpulse 1.6s ease-out infinite; }

/* pager dots */
.vgnw-canvas-pager { padding: 4px 6px; }
.vgnw-pager-dots { display: flex; align-items: center; gap: 7px; padding: 0 6px; }
.vgnw-pager-dot { width: 5px; height: 5px; border-radius: 999px; border: none; padding: 0; cursor: pointer; background: rgba(255,255,255,0.4); transition: width var(--dur-fast) var(--ease-out), background var(--dur-fast); }
.vgnw-pager-dot:hover { background: rgba(255,255,255,0.7); }
.vgnw-pager-dot.is-active { width: 16px; background: #fff; }

/* unified discussion block */
.vgnw-discussion { padding: 32px 0; border-top: 1px solid var(--border-subtle); display: flex; flex-direction: column; gap: 18px; }
.vgnw-discussion-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.vgnw-discussion-head h2 { font-family: var(--font-display); font-weight: 600; font-size: 26px; letter-spacing: -0.015em; margin: 0; display: flex; align-items: baseline; gap: 8px; }
.vgnw-discussion-head h2 .vgnw-count { font-family: var(--font-micro); font-size: 13px; font-weight: 500; color: var(--fg-muted); }
.vgnw-discussion-head-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.vgnw-discussion-score { display: flex; align-items: baseline; gap: 8px; }
.vgnw-discussion-score .vgnw-n { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--score-excellent); font-variant-numeric: tabular-nums; }
.vgnw-discussion-score .vgnw-s { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }

.vgnw-discussion-composer { display: flex; gap: 12px; align-items: flex-start; padding: 16px; border: 1px solid var(--border-default); border-radius: 14px; background: var(--bg-surface); }
.vgnw-discussion-composer-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.vgnw-discussion-composer-main .vgnw-textarea { min-height: 72px; }
.vgnw-discussion-composer-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.vgnw-discussion-composer-hint { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-discussion-composer-hint b { color: var(--fg-default); font-weight: 600; }

.vgnw-discussion-filters { display: flex; gap: 8px; flex-wrap: wrap; border-bottom: 1px solid var(--border-subtle); padding-bottom: 16px; }
.vgnw-discussion-filter {
  display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 999px;
  border: 1px solid var(--border-default); background: var(--bg-surface); cursor: pointer;
  font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-muted);
  transition: background var(--dur-fast), border-color var(--dur-fast), color var(--dur-fast);
}
.vgnw-discussion-filter:hover { border-color: var(--border-strong); color: var(--fg-default); }
.vgnw-discussion-filter.is-active { background: var(--n-950); color: var(--fg-inverse); border-color: var(--n-950); }
[data-theme="dark"] .vgnw-discussion-filter.is-active { background: var(--n-25); color: var(--n-950); border-color: var(--n-25); }
.vgnw-discussion-filter-count { font-family: var(--font-micro); font-weight: 700; font-size: 11px; opacity: 0.75; }

/* the feed — threaded conversation, avatar in a fixed left gutter */
.vgnw-feed { display: flex; flex-direction: column; }
.vgnw-feed-item {
  display: grid; grid-template-columns: 28px 1fr; column-gap: 14px; align-items: start;
  border-top: 1px solid var(--border-subtle); padding: 20px 0;
}
.vgnw-feed-item:first-child { border-top: none; padding-top: 4px; }
.vgnw-feed-body { min-width: 0; display: flex; flex-direction: column; gap: 9px; }
.vgnw-feed-head { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-feed-name { font-family: var(--font-deck); font-weight: 600; font-size: 13.5px; color: var(--fg-default); }
.vgnw-feed-dot { color: var(--fg-subtle); }
.vgnw-feed-time { color: var(--fg-muted); }
/* one quiet type marker — icon + label, color carried only by the icon */
.vgnw-feed-type { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-feed-type i { font-size: 12px; color: var(--fg-subtle); }
.vgnw-feed-type--review i { color: var(--score-excellent); }
.vgnw-feed-type--question i { color: var(--accent-info); }
/* scores sit under the meta, grouped left — no longer floated to the far edge */
.vgnw-feed-scores { display: flex; gap: 6px; flex-wrap: wrap; }
.vgnw-feed-text { font-family: var(--font-text); font-size: 14.5px; line-height: 1.6; color: var(--fg-default); text-wrap: pretty; margin: 0; }
.vgnw-feed-actions { display: flex; align-items: center; gap: 14px; font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-feed-actions button { background: none; border: none; cursor: pointer; color: inherit; font: inherit; display: inline-flex; align-items: center; gap: 4px; }
.vgnw-feed-actions button:hover { color: var(--fg-default); }
.vgnw-feed-item .vgnw-qcard-answer { margin-left: 0; }
/* setup-owner answer — a clean reply card, not a heavy quote box */
.vgnw-feed-answer {
  margin-top: 2px; padding: 14px 16px;
  background: var(--bg-surface); border: 1px solid var(--border-subtle);
  border-radius: 12px; display: flex; flex-direction: column; gap: 8px;
}
[data-theme="dark"] .vgnw-feed-answer { background: var(--bg-raised); }
.vgnw-feed-answer-head { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.vgnw-feed-answer-name { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default); }
.vgnw-feed-answer-badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--font-micro); font-weight: 700; font-size: 10px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--accent-success); background: var(--accent-success-bg);
  padding: 3px 8px; border-radius: 999px;
}
.vgnw-feed-answer-badge i { font-size: 11px; }
.vgnw-feed-answer-time { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); margin-left: auto; }
.vgnw-feed-answer-text { font-family: var(--font-text); font-size: 14px; line-height: 1.6; color: var(--fg-default); margin: 0; text-wrap: pretty; }
/* score pills inside the feed: quieter than the boxed rating bars */
.vgnw-feed-scores .vgnw-review-pill { background: transparent; border-color: var(--border-subtle); padding: 2px 8px; font-size: 11px; }
/* in the unified feed the rating summary echoes the header score — keep it light */
.vgnw-discussion .vgnw-rating-summary { border: none; border-radius: 0; background: transparent; padding: 4px 0 18px; border-bottom: 1px solid var(--border-subtle); gap: 28px; }

/* fullscreen lightbox */
.vgnw-lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(8,8,7,0.96); display: grid; place-items: center; padding: 32px; }
.vgnw-lightbox-inner { display: flex; gap: 0; width: min(94vw, 1500px); max-height: 88vh; border-radius: 14px; overflow: hidden; background: var(--n-900); border: 1px solid rgba(255,255,255,0.10); }
.vgnw-lightbox-image { position: relative; flex: 1; min-width: 0; background: var(--n-950); }
.vgnw-lightbox-products { width: 320px; flex-shrink: 0; background: var(--bg-surface); border-left: 1px solid var(--border-default); display: flex; flex-direction: column; }
.vgnw-lightbox-products-head { padding: 18px 18px 14px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-lightbox-products-head h3 { font-family: var(--font-deck); font-weight: 600; font-size: 16px; margin: 0; line-height: 1.3; }
.vgnw-lightbox-products-sub { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); margin-top: 4px; }
.vgnw-lightbox-products-list { flex: 1; overflow-y: auto; padding: 8px; display: flex; flex-direction: column; gap: 2px; }
.vgnw-lightbox-product { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 8px; border: 1px solid transparent; background: transparent; cursor: pointer; text-align: left; transition: background var(--dur-fast); }
.vgnw-lightbox-product:hover, .vgnw-lightbox-product.is-active { background: var(--bg-raised); border-color: var(--border-default); }
.vgnw-lightbox-product-num { width: 20px; height: 20px; flex-shrink: 0; border-radius: 999px; background: var(--bg-inset); color: var(--fg-muted); font-family: var(--font-micro); font-weight: 700; font-size: 10px; display: grid; place-items: center; }
.vgnw-lightbox-product.is-active .vgnw-lightbox-product-num { background: var(--fg-default); color: var(--bg-surface); }
[data-theme="dark"] .vgnw-lightbox-product.is-active .vgnw-lightbox-product-num { color: var(--n-950); }
.vgnw-lightbox-product-thumb { width: 38px; height: 38px; flex-shrink: 0; border-radius: 7px; background: var(--bg-inset); display: grid; place-items: center; color: var(--fg-muted); }
.vgnw-lightbox-product-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.vgnw-lightbox-product-name { font-family: var(--font-deck); font-weight: 600; font-size: 12.5px; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-lightbox-product-price { font-family: var(--font-display); font-weight: 600; font-size: 12px; color: var(--fg-muted); font-variant-numeric: tabular-nums; }
.vgnw-lightbox-total { display: flex; align-items: baseline; justify-content: space-between; padding: 14px 18px; border-top: 1px solid var(--border-subtle); }
.vgnw-lightbox-total .vgnw-lbl { font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-lightbox-total .vgnw-val { font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.vgnw-lightbox-close { position: fixed; top: 24px; right: 24px; width: 40px; height: 40px; border-radius: 999px; background: rgba(255,255,255,0.12); color: #fff; border: none; cursor: pointer; display: grid; place-items: center; }
.vgnw-lightbox-close:hover { background: rgba(255,255,255,0.22); }

/* specs inside the right rail */
.vgnw-rail-specs {
  margin-top: 14px; border: 1px solid var(--border-subtle); border-radius: 10px;
  overflow: hidden;
}
.vgnw-rail-specs-head {
  display: flex; align-items: center; gap: 7px;
  padding: 10px 12px; border-bottom: 1px solid var(--border-subtle);
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted);
}
.vgnw-rail-specs-head i { color: var(--fg-muted); }
.vgnw-rail-specs-grid { display: flex; flex-direction: column; }
.vgnw-rail-spec {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  padding: 8px 12px; border-bottom: 1px solid var(--border-subtle);
}
.vgnw-rail-spec:last-child { border-bottom: none; }
.vgnw-rail-spec .vgnw-k {
  font-family: var(--font-micro); font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-subtle); flex-shrink: 0;
}
.vgnw-rail-spec .vgnw-v {
  font-family: var(--font-deck); font-weight: 600; font-size: 12.5px;
  color: var(--fg-default); text-align: right; line-height: 1.3;
}

.vgnw-canvas {
  position: relative;
  background: var(--n-950);
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  max-height: 600px;
}
.vgnw-canvas image-slot, .vgnw-editor-canvas image-slot, .vgnw-compare-image image-slot { color: rgba(255,255,255,0.75); }
.vgnw-canvas-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; user-select: none; -webkit-user-drag: none; }
.vgnw-canvas-img-pan { transition: transform var(--dur-slow) var(--ease-out); will-change: transform; }
.vgnw-canvas-bare { position: absolute; inset: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }

.vgnw-canvas-bar {
  position: absolute; left: 14px; right: 14px; top: 14px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px;
  pointer-events: none;
}
.vgnw-canvas-bar > * { pointer-events: auto; }
.vgnw-canvas-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-micro); font-weight: 600; font-size: 11px;
  background: rgba(10,10,9,0.6); color: #fff;
  padding: 6px 10px; border-radius: 999px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.10);
  cursor: pointer;
  white-space: nowrap; flex-shrink: 0;
  transition: background var(--dur-fast);
}
.vgnw-canvas-chip:hover { background: rgba(10,10,9,0.8); }
.vgnw-canvas-chip i { font-size: 13px; }
.vgnw-canvas-chip--on { background: #fff; color: #000; border-color: #fff; }
.vgnw-canvas-chip--on:hover { background: #fff; }

.vgnw-canvas-toolbar {
  position: absolute; right: 14px; bottom: 14px;
  display: flex; gap: 4px;
  background: rgba(10,10,9,0.65);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px; padding: 4px;
  backdrop-filter: blur(8px);
}
.vgnw-canvas-toolbar button {
  width: 32px; height: 32px; border-radius: 999px; border: none;
  background: transparent; color: #fff; cursor: pointer;
  display: grid; place-items: center;
  transition: background var(--dur-fast);
}
.vgnw-canvas-toolbar button:hover { background: rgba(255,255,255,0.12); }
.vgnw-canvas-toolbar button.active { background: rgba(255,255,255,0.95); color: #000; }
.vgnw-canvas-toolbar .vgnw-sep { width: 1px; height: 18px; background: rgba(255,255,255,0.15); align-self: center; }
.vgnw-canvas-toolbar i { font-size: 14px; }

.vgnw-canvas-pager {
  position: absolute; left: 14px; bottom: 14px;
  display: flex; gap: 6px;
  background: rgba(10,10,9,0.65);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px; padding: 4px 6px;
  backdrop-filter: blur(8px);
  align-items: center;
  font-family: var(--font-micro); font-size: 11px; color: #fff;
}
.vgnw-canvas-pager > button {
  width: 26px; height: 26px; border-radius: 999px; border: none;
  background: transparent; color: #fff; cursor: pointer;
  display: grid; place-items: center;
}
.vgnw-canvas-pager > button:hover { background: rgba(255,255,255,0.12); }
.vgnw-canvas-pager .vgnw-num { font-family: var(--font-micro); font-weight: 600; padding: 0 4px; }

/* ============================================================================
   DOTS — markers placed on the canvas image
   ============================================================================ */
.vgnw-dot-layer { position: absolute; inset: 0; pointer-events: none; }
.vgnw-dot-layer > * { pointer-events: auto; }

.vgnw-dot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 28px; height: 28px;
  border-radius: 999px;
  display: grid; place-items: center;
  cursor: pointer;
  background: rgba(255,255,255,0.95);
  color: var(--n-950);
  font-family: var(--font-micro); font-weight: 700; font-size: 12px;
  border: 2px solid rgba(0,0,0,0.85);
  box-shadow: 0 4px 12px rgba(0,0,0,0.45), 0 0 0 4px rgba(255,255,255,0.18);
  transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast), box-shadow var(--dur-fast);
}
.vgnw-dot:hover, .vgnw-dot.is-active {
  transform: translate(-50%, -50%) scale(1.15);
  background: var(--n-950); color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.6), 0 0 0 6px rgba(255,255,255,0.18);
}
.vgnw-dot--question {
  background: rgba(11,102,214,0.95); color: #fff; border-color: rgba(255,255,255,0.65);
}
.vgnw-dot--question:hover, .vgnw-dot--question.is-active {
  background: #0959be; color: #fff;
}

.vgnw-dot-pulse::before {
  content: ""; position: absolute; inset: -6px; border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.7);
  animation: dotpulse 1.6s ease-out infinite;
}
@keyframes dotpulse {
  0% { transform: scale(0.6); opacity: 0; }
  40% { opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* dot tooltip */
.vgnw-dot-tooltip {
  position: absolute;
  transform: translate(-50%, calc(-100% - 20px));
  background: var(--n-950); color: #fff;
  border-radius: 8px; padding: 8px;
  width: 220px;
  display: flex; gap: 10px; align-items: center;
  box-shadow: 0 12px 32px rgba(0,0,0,0.55);
  pointer-events: none;
  z-index: 10;
}
.vgnw-dot-tooltip::after {
  content: ""; position: absolute; left: 50%; bottom: -5px;
  transform: translateX(-50%) rotate(45deg);
  width: 10px; height: 10px; background: var(--n-950);
}
.vgnw-dot-tooltip-thumb {
  width: 44px; height: 44px; border-radius: 6px;
  background: linear-gradient(135deg, #555, #222);
  flex-shrink: 0; overflow: hidden;
}
.vgnw-dot-tooltip-thumb img { width: 100%; height: 100%; object-fit: cover; }
.vgnw-dot-tooltip-meta { flex: 1; min-width: 0; }
.vgnw-dot-tooltip-name {
  font-family: var(--font-deck); font-weight: 600; font-size: 12px;
  color: #fff; line-height: 1.25;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.vgnw-dot-tooltip-price {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  color: rgba(255,255,255,0.75); margin-top: 4px;
}
.vgnw-dot-tooltip-price .vgnw-avail { color: var(--accent-success); margin-left: 6px; }
.vgnw-dot-tooltip-price .vgnw-avail--out { color: #ff8b80; }

/* question hover overlay — a small card with the question text */
.vgnw-dot-tooltip--q {
  display: block; width: 248px; text-align: left;
  padding: 12px 14px;
  transform: translate(-50%, 24px);
}
.vgnw-dot-tooltip--q::after { top: -5px; bottom: auto; }
.vgnw-qtip-head { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.vgnw-qtip-badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--font-micro); font-weight: 700; font-size: 10px;
  letter-spacing: 0.06em; text-transform: uppercase; color: #7db4ff;
}
.vgnw-qtip-status {
  margin-left: auto; display: inline-flex; align-items: center; gap: 3px;
  font-family: var(--font-micro); font-weight: 700; font-size: 10px;
  letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255,255,255,0.55);
}
.vgnw-qtip-status--solved { color: #6ee7a8; }
.vgnw-qtip-text { font-family: var(--font-text); font-size: 13px; line-height: 1.5; color: #fff; }
.vgnw-qtip-asker {
  display: flex; align-items: center; gap: 6px; margin-top: 9px;
  font-family: var(--font-micro); font-size: 11px; color: rgba(255,255,255,0.62);
}
.vgnw-qtip-ava {
  width: 18px; height: 18px; border-radius: 999px; flex-shrink: 0;
  background: rgba(255,255,255,0.16); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: 8px;
}

/* ============================================================================
   THUMBNAIL GALLERY (under the canvas)
   ============================================================================ */
.vgnw-thumbstrip { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.vgnw-thumbstrip .vgnw-thumb {
  width: 88px; height: 64px; border-radius: 6px;
  background: linear-gradient(135deg, var(--n-600), var(--n-950));
  cursor: pointer; overflow: hidden; position: relative;
  border: 2px solid transparent;
  transition: border-color var(--dur-fast);
}
.vgnw-thumbstrip .vgnw-thumb img { width: 100%; height: 100%; object-fit: cover; }
.vgnw-thumbstrip .vgnw-thumb.active { border-color: var(--fg-default); }
.vgnw-thumbstrip .vgnw-thumb:hover { border-color: var(--border-strong); }
.vgnw-thumbstrip .vgnw-thumb-num {
  position: absolute; left: 4px; top: 4px;
  font-family: var(--font-micro); font-weight: 700; font-size: 10px;
  background: rgba(0,0,0,0.75); color: #fff;
  padding: 1px 5px; border-radius: 3px;
}
.vgnw-thumbstrip .vgnw-thumb--add {
  background: var(--bg-raised);
  border: 1px dashed var(--border-default);
  display: grid; place-items: center; color: var(--fg-muted);
}

/* ============================================================================
   PRODUCT LIST (right side)
   ============================================================================ */
.vgnw-product-rail { display: flex; flex-direction: column; }
.vgnw-products-head {
  display: flex; align-items: baseline; justify-content: space-between;
  padding-bottom: 12px; border-bottom: 1px solid var(--border-subtle);
  margin-bottom: 6px;
}
.vgnw-products-head h3 {
  font-family: var(--font-deck); font-weight: 600; font-size: 17px;
  margin: 0; letter-spacing: -0.005em;
}
.vgnw-products-head .vgnw-count {
  font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); font-weight: 500;
}
.vgnw-product-list { display: flex; flex-direction: column; }
.vgnw-products-total {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 14px 12px; margin-top: 10px;
  background: var(--bg-raised); border: 1px solid var(--border-subtle);
  border-radius: 10px;
}
.vgnw-products-total .vgnw-lbl {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-muted);
}
.vgnw-products-total .vgnw-val {
  font-family: var(--font-display); font-weight: 700; font-size: 22px;
  letter-spacing: -0.02em; font-variant-numeric: tabular-nums;
}

.vgnw-product {
  display: flex; align-items: center; gap: 12px; padding: 10px;
  border-radius: 8px; cursor: pointer; position: relative;
  width: 100%; text-align: left; background: transparent; border: 1px solid transparent;
  transition: background var(--dur-fast), border-color var(--dur-fast);
}
.vgnw-product + .vgnw-product { margin-top: 1px; }
.vgnw-product:hover { background: var(--bg-raised); border-color: var(--border-default); }
.vgnw-product.is-active { background: var(--bg-raised); border-color: var(--border-default); }
.vgnw-product-num {
  width: 22px; height: 22px; flex-shrink: 0; border-radius: 999px;
  background: var(--bg-inset); color: var(--fg-muted);
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  display: grid; place-items: center; font-variant-numeric: tabular-nums;
}
.vgnw-product.is-active .vgnw-product-num, .vgnw-product:hover .vgnw-product-num { background: var(--fg-default); color: var(--bg-surface); }
[data-theme="dark"] .vgnw-product.is-active .vgnw-product-num, [data-theme="dark"] .vgnw-product:hover .vgnw-product-num { color: var(--n-950); }
.vgnw-product-thumb {
  width: 46px; height: 46px; flex-shrink: 0; border-radius: 8px; overflow: hidden;
  background: var(--bg-inset); display: grid; place-items: center;
}
.vgnw-product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.vgnw-product-thumb i { color: var(--fg-subtle); font-size: 20px; }
.vgnw-product-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.vgnw-product-name {
  font-family: var(--font-deck); font-weight: 600; font-size: 13.5px;
  line-height: 1.3; color: var(--fg-default); margin: 0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.vgnw-product-line { display: flex; align-items: center; gap: 10px; }
.vgnw-product-meta {
  display: flex; align-items: center; gap: 6px; margin-top: 3px;
  font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted);
}
.vgnw-product-rating {
  display: inline-flex; align-items: center; gap: 3px;
  font-family: var(--font-micro); font-weight: 600; font-size: 11.5px; color: var(--fg-muted);
}
.vgnw-product-rating i { color: var(--score-mixed); font-size: 11px; }
.vgnw-product-price {
  font-family: var(--font-display); font-weight: 600; font-size: 13px;
  color: var(--fg-default); letter-spacing: -0.01em; font-variant-numeric: tabular-nums;
}
.vgnw-product-go { color: var(--fg-subtle); flex-shrink: 0; opacity: 0; transition: opacity var(--dur-fast); }
.vgnw-product:hover .vgnw-product-go { opacity: 1; }
.vgnw-product-requested {
  font-family: var(--font-micro); font-weight: 700; font-size: 10px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--accent-warning); display: inline-flex; align-items: center; gap: 4px;
}

/* PC Specs group rows */
.vgnw-spec-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 9px 10px; gap: 12px;
  border-bottom: 1px solid var(--border-subtle);
  font-family: var(--font-text); font-size: 13px;
}
.vgnw-spec-row:last-child { border-bottom: none; }
.vgnw-spec-row .vgnw-lbl {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--fg-muted);
  flex-shrink: 0; min-width: 64px;
}
.vgnw-spec-row .vgnw-val {
  text-align: right; font-weight: 500; color: var(--fg-default);
  font-family: var(--font-deck);
}

/* ============================================================================
   QUESTIONS / REVIEWS sections
   ============================================================================ */
.vgnw-section {
  display: flex; flex-direction: column; gap: 16px;
  padding: 32px 0;
  border-top: 1px solid var(--border-subtle);
}
.vgnw-section-row-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
}
.vgnw-section-row-head h2 {
  font-family: var(--font-display); font-weight: 600; font-size: 28px;
  letter-spacing: -0.015em; line-height: 1; margin: 0;
  display: flex; align-items: baseline; gap: 10px;
}
.vgnw-section-row-head h2 .vgnw-count {
  font-family: var(--font-micro); font-size: 13px; font-weight: 500;
  color: var(--fg-muted);
}
.vgnw-section-row-head-actions { display: flex; align-items: center; gap: 8px; }

/* feedback — reviews + questions as compact, self-scrolling cards (stacked) */
.vgnw-feedback-stack {
  display: flex; flex-direction: column; gap: 20px;
  padding: 40px 0 0; max-width: 980px; margin: 0 auto; width: 100%;
}
.vgnw-feedback-col.vgnw-section {
  border: 1px solid var(--border-default); border-radius: 14px;
  background: var(--bg-surface);
  padding: 0; gap: 0; overflow: hidden;
}
.vgnw-feedback-col .vgnw-section-row-head {
  padding: 16px 20px; border-bottom: 1px solid var(--border-subtle); margin: 0;
}
.vgnw-feedback-col .vgnw-section-row-head h2 { font-size: 20px; }
.vgnw-feedback-col .vgnw-rating-summary {
  border: none; border-radius: 0; border-bottom: 1px solid var(--border-subtle);
}
.vgnw-feedback-col .vgnw-empty { margin: 20px; }
.vgnw-feedback-scroll { max-height: 460px; overflow-y: auto; overflow-x: hidden; }
.vgnw-feedback-scroll--cards { padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.vgnw-feedback-scroll .vgnw-review:last-child { border-bottom: none; }
.vgnw-feedback-scroll::-webkit-scrollbar, .vgnw-canvas-side ::-webkit-scrollbar { width: 8px; }
.vgnw-feedback-scroll::-webkit-scrollbar-thumb { background: var(--border-default); border-radius: 999px; }
.vgnw-linkbtn {
  background: none; border: none; color: inherit; font: inherit; cursor: pointer;
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted);
}
.vgnw-linkbtn:hover { color: var(--fg-default); }

@media (max-width: 980px) {
  .vgnw-feedback-stack { max-width: none; }
}

.vgnw-qcard {
  border: 1px solid var(--border-subtle); border-radius: 10px;
  padding: 18px; display: flex; flex-direction: column; gap: 12px;
  background: var(--bg-surface);
  transition: border-color var(--dur-fast);
}
.vgnw-qcard:hover { border-color: var(--border-default); }
.vgnw-qcard-row { display: flex; align-items: flex-start; gap: 12px; }
.vgnw-qcard-body { flex: 1; min-width: 0; }
.vgnw-qcard-meta { display: flex; align-items: center; gap: 6px; font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); }
.vgnw-qcard-meta .vgnw-name { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default); }
.vgnw-qcard-text { font-family: var(--font-text); font-size: 14.5px; line-height: 1.55; color: var(--fg-default); margin: 6px 0 0; text-wrap: pretty; }
.vgnw-qcard-aboutproduct {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 10px; background: var(--bg-raised);
  border-radius: 6px; align-self: flex-start;
  font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted);
  border: 1px solid var(--border-subtle);
}
.vgnw-qcard-aboutproduct .vgnw-pthumb { width: 22px; height: 22px; border-radius: 3px; background: linear-gradient(135deg, var(--n-200), var(--n-400)); }
.vgnw-qcard-aboutproduct .vgnw-pname { color: var(--fg-default); font-family: var(--font-deck); font-weight: 600; }
.vgnw-qcard-answer {
  margin-left: 36px; padding: 14px; border-left: 2px solid var(--fg-default);
  background: var(--bg-raised); border-radius: 0 8px 8px 0;
  display: flex; flex-direction: column; gap: 10px;
}
.vgnw-qcard-actions {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted);
}
.vgnw-qcard-actions button {
  font: inherit; color: inherit; background: none; border: none;
  display: inline-flex; align-items: center; gap: 4px; cursor: pointer;
  transition: color var(--dur-fast);
}
.vgnw-qcard-actions button:hover { color: var(--fg-default); }
.vgnw-qcard-actions i { font-size: 13px; }
.vgnw-qcard-solved {
  background: var(--accent-success-bg); color: var(--accent-success);
  font-family: var(--font-micro); font-weight: 700; font-size: 10px;
  letter-spacing: 0.10em; text-transform: uppercase;
  padding: 3px 7px; border-radius: 3px;
  display: inline-flex; align-items: center; gap: 4px;
}

/* Review rating bar */
.vgnw-rating-summary {
  display: grid; grid-template-columns: auto 1fr;
  gap: 32px; align-items: center;
  padding: 24px; border: 1px solid var(--border-default);
  border-radius: 12px; background: var(--bg-surface);
}
.vgnw-rating-num {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.vgnw-rating-num .vgnw-big {
  font-family: var(--font-display); font-weight: 700; font-size: 64px;
  letter-spacing: -0.035em; line-height: 1; color: var(--score-excellent);
  font-variant-numeric: tabular-nums;
}
.vgnw-rating-num .vgnw-stars { color: var(--score-excellent); display: flex; gap: 2px; }
.vgnw-rating-num .vgnw-stars i { font-size: 14px; }
.vgnw-rating-num .vgnw-count { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-rating-breakdown { display: flex; flex-direction: column; gap: 8px; }
.vgnw-rating-row { display: grid; grid-template-columns: 120px 1fr auto; gap: 12px; align-items: center; }
.vgnw-rating-row .vgnw-lbl {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted);
}
.vgnw-rating-row .vgnw-bar {
  height: 6px; border-radius: 999px; background: var(--bg-raised);
  overflow: hidden;
}
.vgnw-rating-row .vgnw-bar > span {
  display: block; height: 100%; background: var(--fg-default);
  border-radius: 999px;
}
.vgnw-rating-row .vgnw-num {
  font-family: var(--font-display); font-weight: 600; font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.vgnw-review {
  padding: 18px; border-bottom: 1px solid var(--border-subtle);
  display: flex; flex-direction: column; gap: 10px;
}
.vgnw-review:last-child { border-bottom: none; }
.vgnw-review-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.vgnw-review-byline { display: flex; align-items: center; gap: 10px; }
.vgnw-review-byline .vgnw-name { font-family: var(--font-deck); font-weight: 600; font-size: 14px; }
.vgnw-review-byline .vgnw-meta { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-review-pills { display: flex; gap: 6px; flex-wrap: wrap; }
.vgnw-review-pill {
  display: inline-flex; align-items: baseline; gap: 4px;
  background: var(--bg-raised); padding: 3px 8px; border-radius: 999px;
  font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted);
  font-weight: 600; border: 1px solid var(--border-subtle);
}
.vgnw-review-pill .vgnw-num {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--fg-default); font-variant-numeric: tabular-nums;
}
.vgnw-review-text {
  font-family: var(--font-text); font-size: 14.5px; line-height: 1.6;
  color: var(--fg-default); text-wrap: pretty; margin: 0;
}
.vgnw-review-actions {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted);
}

/* Star input */
.vgnw-star-input { display: inline-flex; gap: 2px; }
.vgnw-star-input button {
  background: transparent; border: none; padding: 2px; cursor: pointer;
  color: var(--n-300); transition: color var(--dur-fast);
  display: grid; place-items: center;
}
.vgnw-star-input button:hover, .vgnw-star-input button.is-filled { color: var(--score-mixed); }
.vgnw-star-input i { font-size: 22px; }

/* ============================================================================
   CREATOR WIZARD
   ============================================================================ */
/* full-width create flow — matches header width on every step */
.vgnw-create { padding-bottom: 80px; }
.vgnw-create-top {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 22px 0 14px;
  font-family: var(--font-micro); font-weight: 600; font-size: 12px; color: var(--fg-muted);
}
.vgnw-create-top a { color: var(--fg-muted); }
.vgnw-create-top a:hover { color: var(--fg-default); }
.vgnw-create-top i { font-size: 12px; }
.vgnw-create-top .vgnw-now { color: var(--fg-default); }
.vgnw-breadcrumb {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-micro); font-weight: 600; font-size: 12px;
  color: var(--fg-muted);
}
.vgnw-breadcrumb a { color: var(--fg-muted); }
.vgnw-breadcrumb a:hover { color: var(--fg-default); }
.vgnw-breadcrumb i { font-size: 12px; }
.vgnw-breadcrumb .vgnw-now { color: var(--fg-default); }

.vgnw-create-steps {
  display: flex; align-items: center; gap: 20px;
  padding-bottom: 22px; border-bottom: 1px solid var(--border-subtle);
}
.vgnw-create-progress { display: flex; align-items: center; gap: 10px; min-width: 180px; }
.vgnw-create-progress-bar {
  flex: 1; height: 6px; min-width: 120px; border-radius: 999px;
  background: var(--bg-inset); overflow: hidden;
}
.vgnw-create-progress-bar > span { display: block; height: 100%; background: var(--fg-default); border-radius: 999px; transition: width var(--dur-base) var(--ease-out); }
.vgnw-create-progress-pct {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  color: var(--fg-muted); white-space: nowrap; letter-spacing: 0.04em;
}

.vgnw-create-body { display: flex; flex-direction: column; gap: 20px; padding: 28px 0 0; }
.vgnw-create-step-head { display: flex; flex-direction: column; gap: 6px; }
.vgnw-create-step-head h2 {
  font-family: var(--font-display); font-weight: 600; font-size: 32px;
  letter-spacing: -0.02em; line-height: 1.05; margin: 0;
}
.vgnw-create-step-head p {
  font-family: var(--font-deck); font-size: 16px; color: var(--fg-muted);
  margin: 0; max-width: 620px;
}

/* photo step: canvas + items side by side, full width */
.vgnw-editor-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 20px; align-items: start; }
.vgnw-editor-items {
  border: 1px solid var(--border-subtle); border-radius: 12px;
  background: var(--bg-surface); padding: 16px;
  display: flex; flex-direction: column; gap: 12px;
}
.vgnw-editor-items-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.vgnw-editor-items-head h4 { font-family: var(--font-deck); font-weight: 600; font-size: 16px; margin: 0; }
.vgnw-editor-items-head .vgnw-muted { color: var(--fg-muted); font-weight: 500; }
.vgnw-added-item-tag {
  font-family: var(--font-micro); font-weight: 700; font-size: 9px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-warning);
  background: var(--accent-warning-bg); padding: 2px 6px; border-radius: 3px; margin-right: 4px;
}

/* device picker */
.vgnw-device-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.vgnw-device-card {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 24px 16px; border-radius: 12px; cursor: pointer;
  background: var(--bg-surface); border: 1px solid var(--border-default);
  font-family: var(--font-deck); font-weight: 600; font-size: 14px; color: var(--fg-default);
  transition: border-color var(--dur-fast), background var(--dur-fast);
}
.vgnw-device-card:hover { border-color: var(--border-strong); background: var(--bg-raised); }
.vgnw-device-card i { color: var(--fg-muted); transition: color var(--dur-fast); }
.vgnw-device-card.is-active { border-color: var(--fg-default); box-shadow: inset 0 0 0 1px var(--fg-default); }
.vgnw-device-card.is-active i { color: var(--fg-default); }
.vgnw-device-check {
  position: absolute; top: 10px; right: 10px;
  width: 18px; height: 18px; border-radius: 999px; background: var(--fg-default); color: var(--bg-surface);
  display: grid; place-items: center;
}
[data-theme="dark"] .vgnw-device-check { color: var(--n-950); }

/* title row — title left, actions across from it */
.vgnw-create-title-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; padding: 16px 0 18px;
}
.vgnw-create-title-wrap { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 260px; }
.vgnw-create-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(26px, 2.6vw, 34px); letter-spacing: -0.025em; line-height: 1.1;
  color: var(--fg-default); background: transparent;
  border: none; border-bottom: 2px solid var(--border-default);
  padding: 2px 2px 7px; width: 100%; max-width: 560px;
  transition: border-color var(--dur-fast);
}
.vgnw-create-title::placeholder { color: var(--fg-subtle); }
.vgnw-create-title:focus { outline: none; border-bottom-color: var(--fg-default); }
.vgnw-create-title-pen { color: var(--fg-subtle); flex-shrink: 0; margin-left: -4px; }
.vgnw-create-actions { display: flex; align-items: center; gap: 8px; }

/* step heading sits full-width above the two-column layout */
.vgnw-create-head { padding: 26px 0 4px; display: flex; flex-direction: column; gap: 6px; }
.vgnw-create-head h2 { font-family: var(--font-display); font-weight: 600; font-size: 30px; letter-spacing: -0.02em; line-height: 1.05; margin: 0; }
.vgnw-create-head p { font-family: var(--font-deck); font-size: 16px; color: var(--fg-muted); margin: 0; max-width: 640px; }

/* layout: main + sidebar, tops aligned */
.vgnw-create-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) 304px;
  gap: 32px; align-items: start; padding: 18px 0 0;
}
.vgnw-create-main { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.vgnw-create-side { align-self: start; display: flex; flex-direction: column; gap: 16px; }
.vgnw-tip-card {
  border: 1px solid var(--border-subtle); border-radius: 12px;
  background: var(--bg-raised); padding: 16px;
}
.vgnw-tip-head {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 10px;
}
.vgnw-tip-card ul { margin: 0; padding-left: 16px; display: flex; flex-direction: column; gap: 7px; }
.vgnw-tip-card li { font-family: var(--font-text); font-size: 13px; line-height: 1.5; color: var(--fg-default); }

/* spec part search (combobox) */
.vgnw-spec-list { display: flex; flex-direction: column; }
.vgnw-spec-combo { position: relative; width: 100%; }
.vgnw-spec-search {
  display: flex; align-items: center; gap: 8px; flex: 1;
  height: 40px; padding: 0 12px;
  border: 1px solid var(--border-default); border-radius: 8px; background: var(--bg-surface);
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.vgnw-spec-search:focus-within { border-color: var(--fg-default); box-shadow: var(--shadow-focus); }
[data-theme="dark"] .vgnw-spec-search:focus-within { box-shadow: var(--shadow-focus-inverse); }
.vgnw-spec-search > i { color: var(--fg-subtle); flex-shrink: 0; }
.vgnw-spec-input-row .vgnw-spec-search .vgnw-input {
  border: none; background: transparent; padding: 0; height: auto; flex: 1;
}
.vgnw-spec-input-row .vgnw-spec-search .vgnw-input:focus { box-shadow: none; outline: none; }
.vgnw-spec-dropdown {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 30;
  background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: 10px;
  box-shadow: var(--shadow-lg); padding: 5px; display: flex; flex-direction: column;
  max-height: 280px; overflow-y: auto;
}
.vgnw-spec-option {
  display: flex; align-items: center; gap: 10px; padding: 8px 10px;
  border: none; background: transparent; border-radius: 7px; cursor: pointer; text-align: left;
  transition: background var(--dur-fast);
}
.vgnw-spec-option:hover { background: var(--bg-raised); }
.vgnw-spec-option-thumb {
  width: 32px; height: 32px; flex-shrink: 0; border-radius: 7px;
  background: var(--bg-inset); display: grid; place-items: center; color: var(--fg-muted);
}
.vgnw-spec-option-thumb--dashed { background: transparent; border: 1px dashed var(--border-strong); }
.vgnw-spec-option-body { flex: 1; min-width: 0; }
.vgnw-spec-option-body .vgnw-nm { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-spec-option-body .vgnw-br { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); }
.vgnw-spec-option-price { font-family: var(--font-display); font-weight: 600; font-size: 13px; color: var(--fg-muted); font-variant-numeric: tabular-nums; }
.vgnw-spec-option--custom { border-top: 1px solid var(--border-subtle); border-radius: 0; margin-top: 3px; padding-top: 11px; }
.vgnw-spec-picked {
  display: flex; align-items: center; gap: 8px; flex: 1;
  height: 40px; padding: 0 12px;
  border: 1px solid var(--border-default); border-radius: 8px; background: var(--bg-raised);
}
.vgnw-spec-picked > i { color: var(--accent-success); flex-shrink: 0; }
.vgnw-spec-picked .vgnw-nm { flex: 1; min-width: 0; font-family: var(--font-deck); font-weight: 600; font-size: 13.5px; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-spec-change { background: none; border: none; cursor: pointer; font-family: var(--font-micro); font-weight: 600; font-size: 12px; color: var(--fg-muted); flex-shrink: 0; }
.vgnw-spec-change:hover { color: var(--fg-default); }

/* photo strip — multiple photos */
.vgnw-editor-canvas { aspect-ratio: 16 / 9; max-height: 480px; }
.vgnw-photo-strip { display: flex; gap: 8px; flex-wrap: wrap; }
.vgnw-photo-thumb {
  position: relative; width: 96px; height: 68px; border-radius: 8px; overflow: hidden;
  border: 2px solid transparent; background: var(--bg-inset); cursor: pointer; padding: 0;
  transition: border-color var(--dur-fast);
}
.vgnw-photo-thumb.active { border-color: var(--fg-default); }
.vgnw-photo-thumb:hover { border-color: var(--border-strong); }
.vgnw-photo-thumb-cover { position: absolute; left: 4px; bottom: 4px; z-index: 2; font-family: var(--font-micro); font-weight: 700; font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; background: rgba(10,10,9,0.78); color: #fff; padding: 2px 5px; border-radius: 3px; }
.vgnw-photo-thumb-del { position: absolute; right: 4px; top: 4px; z-index: 2; width: 18px; height: 18px; border-radius: 999px; background: rgba(10,10,9,0.7); color: #fff; display: grid; place-items: center; }
.vgnw-photo-thumb-del:hover { background: var(--accent-danger); }
.vgnw-photo-thumb--add { border: 1px dashed var(--border-strong); background: var(--bg-raised); display: grid; place-items: center; color: var(--fg-muted); }
.vgnw-photo-thumb--add:hover { color: var(--fg-default); border-color: var(--fg-default); }

/* unmarked items tray */
.vgnw-tray, .vgnw-marked {
  border: 1px solid var(--border-subtle); border-radius: 12px; background: var(--bg-surface); padding: 16px;
  display: flex; flex-direction: column; gap: 12px;
}
.vgnw-tray-head, .vgnw-marked-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.vgnw-tray-hint { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-tray-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.vgnw-tray-chip {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px;
  border: 1px solid var(--border-default); border-radius: 999px; background: var(--bg-surface);
  font-family: var(--font-deck); font-weight: 500; font-size: 13px; color: var(--fg-default);
  cursor: grab; user-select: none;
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast), background var(--dur-fast);
}
.vgnw-tray-chip:hover { border-color: var(--border-strong); box-shadow: var(--shadow-sm); }
.vgnw-tray-chip:active { cursor: grabbing; }
.vgnw-tray-chip i { color: var(--fg-muted); }
.vgnw-tray-chip--device { border-color: var(--fg-default); background: var(--bg-raised); }
.vgnw-tray-chip--device i { color: var(--fg-default); }
.vgnw-tray-chip-tag { font-family: var(--font-micro); font-weight: 700; font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-muted); background: var(--bg-inset); padding: 2px 6px; border-radius: 3px; }
.vgnw-tray-empty { font-family: var(--font-micro); font-size: 12px; color: var(--fg-subtle); padding: 6px 2px; }
.vgnw-tray-add { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; background: none; border: 1px dashed var(--border-strong); border-radius: 8px; padding: 8px 12px; cursor: pointer; font-family: var(--font-micro); font-weight: 600; font-size: 12px; color: var(--fg-muted); }
.vgnw-tray-add:hover { color: var(--fg-default); border-color: var(--fg-default); }

/* marked items list (reorderable) */
.vgnw-marked-list { display: flex; flex-direction: column; gap: 4px; }
.vgnw-marked-row {
  display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 8px;
  background: var(--bg-raised); border: 1px solid transparent; cursor: grab; user-select: none;
  transition: border-color var(--dur-fast), opacity var(--dur-fast);
}
.vgnw-marked-row:hover { border-color: var(--border-default); }
.vgnw-marked-row.is-dragging { opacity: 0.4; }
.vgnw-marked-row .vgnw-grip { color: var(--fg-subtle); cursor: grab; flex-shrink: 0; }
.vgnw-marked-num { width: 20px; height: 20px; flex-shrink: 0; border-radius: 999px; background: var(--fg-default); color: var(--bg-surface); font-family: var(--font-micro); font-weight: 700; font-size: 10px; display: grid; place-items: center; }
[data-theme="dark"] .vgnw-marked-num { color: var(--n-950); }
.vgnw-marked-ico { color: var(--fg-muted); flex-shrink: 0; }
.vgnw-marked-name { flex: 1; min-width: 0; font-family: var(--font-deck); font-weight: 500; font-size: 13.5px; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: flex; align-items: center; gap: 8px; }
.vgnw-marked-tag { font-family: var(--font-micro); font-weight: 700; font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-muted); background: var(--bg-inset); padding: 2px 6px; border-radius: 3px; }
.vgnw-marked-act { width: 28px; height: 28px; flex-shrink: 0; border-radius: 6px; border: none; background: transparent; color: var(--fg-muted); cursor: pointer; display: grid; place-items: center; }
.vgnw-marked-act:hover { background: var(--bg-inset); color: var(--fg-default); }

/* device dot accent */
.vgnw-dot--device { background: var(--fg-default); color: var(--bg-surface); border-color: rgba(255,255,255,0.85); }
[data-theme="dark"] .vgnw-dot--device { color: var(--n-950); }

/* details extra fields */
.vgnw-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vgnw-field-label .vgnw-opt { font-family: var(--font-micro); font-weight: 500; font-size: 10px; color: var(--fg-subtle); text-transform: none; letter-spacing: 0; margin-left: 6px; }

/* laptop auto-fill card */
.vgnw-autofill {
  margin-top: 12px; border: 1px solid var(--border-subtle); border-radius: 10px;
  background: var(--bg-raised); padding: 14px 16px;
}
.vgnw-autofill-head {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted);
  margin-bottom: 10px;
}
.vgnw-autofill-rows { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.vgnw-autofill-row { display: flex; flex-direction: column; gap: 2px; }
.vgnw-autofill-row .vgnw-lbl { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-autofill-row .vgnw-val { font-family: var(--font-deck); font-weight: 600; font-size: 14px; color: var(--fg-default); }

/* details grid (two blocks side by side) */
.vgnw-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }

/* visibility option */
.vgnw-vis-option { display: flex; align-items: flex-start; gap: 12px; padding: 14px; border: 1px solid var(--border-default); border-radius: 8px; cursor: pointer; }
.vgnw-vis-option:has(input:checked) { border-color: var(--fg-default); background: var(--bg-raised); }
.vgnw-vis-title { font-family: var(--font-deck); font-weight: 600; font-size: 14px; }
.vgnw-vis-sub { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); margin-top: 2px; }

/* wizard nav */
.vgnw-wizard-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 8px; }

/* checklist — obviously clickable rows */
.vgnw-completion-hint { font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); margin: -4px 0 2px; }
.vgnw-completion-item {
  width: 100%; text-align: left; background: transparent;
  border: 1px solid transparent; border-radius: 8px; cursor: pointer;
  display: flex; align-items: center; gap: 9px; padding: 7px 8px;
  font-family: var(--font-micro); font-size: 12.5px; color: var(--fg-muted);
  transition: background var(--dur-fast), border-color var(--dur-fast);
}
.vgnw-completion-item:hover { background: var(--bg-raised); border-color: var(--border-default); color: var(--fg-default); }
.vgnw-completion-item.is-current { background: var(--bg-raised); border-color: var(--border-default); }
.vgnw-completion-label { flex: 1; min-width: 0; }
.vgnw-completion-go { color: var(--fg-subtle); flex-shrink: 0; opacity: 0; transform: translateX(-3px); transition: opacity var(--dur-fast), transform var(--dur-fast); }
.vgnw-completion-item:hover .vgnw-completion-go, .vgnw-completion-item.is-current .vgnw-completion-go { opacity: 1; transform: none; }

/* all-items overview (photo step sidebar) */
.vgnw-allitems { border: 1px solid var(--border-subtle); border-radius: 12px; background: var(--bg-surface); padding: 14px 16px; }
.vgnw-allitems-head { margin-bottom: 8px; }
.vgnw-allitems-list { display: flex; flex-direction: column; }
.vgnw-allitems-row { display: flex; align-items: center; gap: 8px; padding: 6px 0; border-bottom: 1px solid var(--border-subtle); }
.vgnw-allitems-row:last-child { border-bottom: none; }
.vgnw-allitems-row .vgnw-ai-ico { color: var(--fg-muted); flex-shrink: 0; }
.vgnw-allitems-row .vgnw-ai-name { flex: 1; min-width: 0; font-family: var(--font-deck); font-weight: 500; font-size: 12.5px; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-allitems-row .vgnw-ai-st { font-family: var(--font-micro); font-weight: 600; font-size: 10px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fg-subtle); flex-shrink: 0; }
.vgnw-allitems-row .vgnw-ai-st--on { color: var(--fg-default); }

/* add-product filter panel */
.vgnw-filter-wrap { position: relative; }
.vgnw-filter-wrap .vgnw-dropdown-trigger { height: 40px; }
.vgnw-filter-count { background: var(--fg-default); color: var(--bg-surface); border-radius: 999px; min-width: 18px; height: 18px; padding: 0 5px; display: inline-grid; place-items: center; font-family: var(--font-micro); font-weight: 700; font-size: 10px; }
[data-theme="dark"] .vgnw-filter-count { color: var(--n-950); }
.vgnw-filter-pop {
  position: absolute; top: calc(100% + 6px); right: 0; z-index: 40;
  width: 340px; background: var(--bg-surface); border: 1px solid var(--border-default);
  border-radius: 12px; box-shadow: var(--shadow-lg); padding: 14px;
  display: flex; flex-direction: column; gap: 14px;
}
.vgnw-filter-pop-sec { display: flex; flex-direction: column; gap: 8px; }
.vgnw-filter-pop-head { font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-filter-pop-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.vgnw-filter-pop-chips .vgnw-tag { font-size: 12px; padding: 4px 10px; }
.vgnw-filter-pop-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 4px; border-top: 1px solid var(--border-subtle); }
.vgnw-filter-clear { background: none; border: none; cursor: pointer; font-family: var(--font-micro); font-weight: 600; font-size: 12px; color: var(--fg-muted); }
.vgnw-filter-clear:disabled { opacity: 0.4; cursor: default; }
.vgnw-filter-clear:not(:disabled):hover { color: var(--fg-default); }

/* active-filter summary row under the search bar */
.vgnw-psearch-active { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; padding: 10px 16px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-psearch-active-chip { display: inline-flex; align-items: center; gap: 5px; padding: 3px 6px 3px 10px; border-radius: 999px; background: var(--bg-raised); border: 1px solid var(--border-default); cursor: pointer; font-family: var(--font-micro); font-weight: 600; font-size: 11.5px; color: var(--fg-default); }
.vgnw-psearch-active-chip:hover { background: var(--bg-inset); }
.vgnw-psearch-active-chip i { color: var(--fg-muted); }
.vgnw-psearch-active-clear { background: none; border: none; cursor: pointer; font-family: var(--font-micro); font-weight: 600; font-size: 11.5px; color: var(--fg-muted); margin-left: 2px; }
.vgnw-psearch-active-clear:hover { color: var(--fg-default); }

.vgnw-steps {
  display: flex; gap: 4px;
  background: var(--bg-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 999px; padding: 4px;
  align-self: flex-start;
}
.vgnw-step {
  font-family: var(--font-deck); font-weight: 600; font-size: 12.5px;
  padding: 6px 12px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--fg-muted); cursor: pointer; border: none; background: transparent;
  transition: background var(--dur-fast), color var(--dur-fast);
}
.vgnw-step:hover { color: var(--fg-default); }
.vgnw-step.is-active { background: var(--bg-surface); color: var(--fg-default); box-shadow: var(--shadow-xs); }
.vgnw-step.is-done { color: var(--fg-default); }
.vgnw-step.is-done .vgnw-step-num { background: var(--fg-default); color: var(--bg-surface); }
.vgnw-step-num {
  width: 18px; height: 18px; border-radius: 999px;
  display: grid; place-items: center;
  background: var(--bg-raised); color: var(--fg-muted);
  font-family: var(--font-micro); font-weight: 700; font-size: 10px;
  border: 1px solid var(--border-default);
}
.vgnw-step.is-active .vgnw-step-num { background: var(--fg-default); color: var(--bg-surface); border-color: var(--fg-default); }

/* photo upload */
.vgnw-upload {
  border: 1px dashed var(--border-strong);
  border-radius: 12px;
  padding: 48px 24px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  background: var(--bg-raised);
  transition: border-color var(--dur-fast), background var(--dur-fast);
  cursor: pointer;
}
.vgnw-upload:hover { border-color: var(--fg-default); }
.vgnw-upload i { font-size: 32px; color: var(--fg-muted); }
.vgnw-upload-head {
  font-family: var(--font-deck); font-weight: 600; font-size: 16px;
}
.vgnw-upload-sub {
  font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); max-width: 280px;
}

.vgnw-editor-canvas {
  position: relative; background: var(--n-950); border-radius: 12px; overflow: hidden;
  aspect-ratio: 16 / 9;
}
.vgnw-editor-instr {
  position: absolute; left: 14px; top: 14px;
  font-family: var(--font-micro); font-weight: 600; font-size: 11px;
  background: rgba(10,10,9,0.7); color: #fff;
  padding: 6px 10px; border-radius: 6px;
  display: inline-flex; align-items: center; gap: 6px;
  backdrop-filter: blur(8px);
}
.vgnw-editor-instr i { color: var(--score-mixed); font-size: 13px; }

/* completion panel */
.vgnw-completion {
  border: 1px solid var(--border-subtle); border-radius: 12px;
  background: var(--bg-surface);
  padding: 16px;
  display: flex; flex-direction: column; gap: 12px;
}
.vgnw-completion-head { display: flex; align-items: baseline; justify-content: space-between; }
.vgnw-completion-head h4 {
  font-family: var(--font-deck); font-weight: 600; font-size: 14px;
  margin: 0; letter-spacing: 0;
}
.vgnw-completion-pct {
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  letter-spacing: -0.02em; font-variant-numeric: tabular-nums;
}
.vgnw-completion-bar {
  height: 6px; background: var(--bg-raised); border-radius: 999px; overflow: hidden;
}
.vgnw-completion-bar > span { display: block; height: 100%; background: var(--fg-default); border-radius: 999px; transition: width var(--dur-base) var(--ease-out); }
.vgnw-completion-list { display: flex; flex-direction: column; gap: 4px; }
.vgnw-completion-item {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted);
  padding: 4px 0;
}
.vgnw-completion-item.vgnw-done { color: var(--fg-default); }
.vgnw-completion-item .vgnw-icon-wrap {
  width: 16px; height: 16px; border-radius: 999px;
  display: grid; place-items: center; background: var(--bg-raised);
  border: 1px solid var(--border-default);
}
.vgnw-completion-item.vgnw-done .vgnw-icon-wrap { background: var(--accent-success); border-color: var(--accent-success); color: #fff; }
.vgnw-completion-item .vgnw-icon-wrap i { font-size: 9px; }

/* added items panel (small list with dot markers) */
.vgnw-added-items {
  display: flex; flex-direction: column; gap: 4px;
}
.vgnw-added-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px; border-radius: 6px;
  background: var(--bg-raised);
  font-family: var(--font-text); font-size: 13px;
  position: relative;
}
.vgnw-added-item .vgnw-num {
  width: 18px; height: 18px; border-radius: 999px;
  background: var(--n-950); color: #fff;
  font-family: var(--font-micro); font-weight: 700; font-size: 10px;
  display: grid; place-items: center; flex-shrink: 0;
}
[data-theme="dark"] .vgnw-added-item .vgnw-num { background: var(--n-25); color: var(--n-950); }
.vgnw-added-item .vgnw-name { flex: 1; min-width: 0; font-family: var(--font-deck); font-weight: 500; }
.vgnw-added-item .vgnw-remove {
  background: none; border: none; cursor: pointer; color: var(--fg-muted);
  width: 22px; height: 22px; border-radius: 4px; display: grid; place-items: center;
}
.vgnw-added-item .vgnw-remove:hover { background: var(--bg-inset); color: var(--accent-danger); }

/* Inline chip selection (setup type, using case, tags) */
.vgnw-chip-grid {
  display: flex; flex-wrap: wrap; gap: 6px;
}
.vgnw-chip {
  font-family: var(--font-deck); font-weight: 500; font-size: 13px;
  padding: 7px 13px; border-radius: 999px;
  background: var(--bg-surface); color: var(--fg-default);
  border: 1px solid var(--border-default);
  cursor: pointer; display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap; flex-shrink: 0;
  transition: background var(--dur-fast), border-color var(--dur-fast), color var(--dur-fast);
}
.vgnw-chip:hover { background: var(--bg-raised); border-color: var(--border-strong); }
.vgnw-chip.is-active {
  background: var(--n-950); color: var(--fg-inverse); border-color: var(--n-950);
}
[data-theme="dark"] .vgnw-chip.is-active { background: var(--n-25); color: var(--n-950); border-color: var(--n-25); }
.vgnw-chip i { font-size: 14px; opacity: 0.7; }

/* Section block in wizard */
.vgnw-block {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 22px;
  display: flex; flex-direction: column; gap: 14px;
}
.vgnw-block-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.vgnw-block-head h3 {
  font-family: var(--font-deck); font-weight: 600; font-size: 18px;
  margin: 0; letter-spacing: -0.005em;
}
.vgnw-block-head .vgnw-sub {
  font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted);
}

/* spec input row */
.vgnw-spec-input-row {
  display: grid; grid-template-columns: 90px 1fr;
  gap: 12px; align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.vgnw-spec-input-row:last-child { border-bottom: none; }
.vgnw-spec-input-row .vgnw-lbl {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-muted);
}
.vgnw-spec-input-row .vgnw-input { padding: 8px 10px; font-size: 13.5px; }

/* ============================================================================
   MODALS
   ============================================================================ */
.vgnw-modal-scrim {
  position: fixed; inset: 0;
  background: rgba(10,10,9,0.45);
  z-index: 80;
  display: grid; place-items: center;
  padding: 24px;
  animation: scrim-in var(--dur-base) var(--ease-out);
}
@keyframes scrim-in { from { opacity: 0; } to { opacity: 1; } }
.vgnw-modal {
  background: var(--bg-surface);
  border-radius: 14px;
  border: 1px solid var(--border-default);
  box-shadow: var(--shadow-xl);
  width: 100%; max-height: 86vh;
  display: flex; flex-direction: column;
  overflow: hidden;
  animation: modal-in var(--dur-base) var(--ease-out);
}
@keyframes modal-in {
  from { opacity: 0; transform: translateY(6px) scale(0.99); }
  to { opacity: 1; transform: none; }
}
.vgnw-modal--sm { max-width: 460px; }
.vgnw-modal--md { max-width: 640px; }
.vgnw-modal--lg { max-width: 880px; }
.vgnw-modal--xl { max-width: 1100px; }
.vgnw-modal-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-subtle);
}
.vgnw-modal-head h3 {
  font-family: var(--font-deck); font-weight: 600; font-size: 18px;
  margin: 0; letter-spacing: -0.005em;
}
.vgnw-modal-body { padding: 20px; overflow-y: auto; flex: 1; }
.vgnw-modal-body--p0 { padding: 0; }
.vgnw-modal-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
  border-top: 1px solid var(--border-subtle);
  background: var(--bg-raised);
}
.vgnw-modal-foot--end { justify-content: flex-end; }

/* product search results */
.vgnw-psearch-bar {
  display: flex; align-items: stretch; gap: 10px;
  padding: 16px; border-bottom: 1px solid var(--border-subtle);
}
.vgnw-psearch-input {
  flex: 1; display: flex; align-items: center; gap: 8px; position: relative;
  height: 40px; padding: 0 12px;
  background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: 8px;
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.vgnw-psearch-input:focus-within { border-color: var(--fg-default); box-shadow: var(--shadow-focus); }
[data-theme="dark"] .vgnw-psearch-input:focus-within { box-shadow: var(--shadow-focus-inverse); }
.vgnw-psearch-input > i { color: var(--fg-muted); flex-shrink: 0; }
.vgnw-psearch-input input {
  flex: 1; border: none; background: transparent; outline: none;
  font-family: var(--font-text); font-size: 14px; color: var(--fg-default);
}
.vgnw-psearch-input input::placeholder { color: var(--fg-subtle); }
.vgnw-psearch-clear { width: 22px; height: 22px; border-radius: 999px; border: none; background: var(--bg-inset); color: var(--fg-muted); cursor: pointer; display: grid; place-items: center; }
.vgnw-psearch-clear:hover { color: var(--fg-default); }
.vgnw-psearch-bar .vgnw-dropdown-trigger { height: 40px; }

.vgnw-psearch-results { display: flex; flex-direction: column; gap: 2px; max-height: 440px; overflow-y: auto; padding: 8px; }
.vgnw-psearch-result, .vgnw-psearch-custom {
  display: flex; align-items: center; gap: 12px; padding: 10px 12px;
  border-radius: 8px; cursor: pointer; width: 100%; text-align: left;
  border: 1px solid transparent; background: transparent;
  transition: background var(--dur-fast), border-color var(--dur-fast);
}
.vgnw-psearch-result:hover, .vgnw-psearch-custom:hover { background: var(--bg-raised); border-color: var(--border-default); }
.vgnw-psearch-result .vgnw-thumb, .vgnw-psearch-custom .vgnw-thumb {
  width: 48px; height: 48px; border-radius: 8px;
  background: var(--bg-inset); flex-shrink: 0;
  display: grid; place-items: center; color: var(--fg-muted);
}
.vgnw-psearch-body { flex: 1; min-width: 0; }
.vgnw-psearch-name { font-family: var(--font-deck); font-weight: 600; font-size: 14px; color: var(--fg-default); }
.vgnw-psearch-meta { font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-muted); margin-top: 2px; line-height: 1.4; }
.vgnw-psearch-add {
  display: inline-flex; align-items: center; gap: 5px; flex-shrink: 0;
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-muted);
}
.vgnw-psearch-result:hover .vgnw-psearch-add, .vgnw-psearch-custom:hover .vgnw-psearch-add { color: var(--fg-default); }
.vgnw-psearch-custom { border-top: 1px solid var(--border-subtle); border-radius: 0; margin-top: 4px; padding-top: 14px; }
.vgnw-psearch-custom .vgnw-thumb { background: transparent; border: 1px dashed var(--border-strong); }

/* ============================================================================
   STATE BANNERS (login, error, etc.)
   ============================================================================ */
.vgnw-banner {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; border-radius: 8px;
  font-family: var(--font-micro); font-size: 12.5px;
  border: 1px solid var(--border-default);
  background: var(--bg-raised);
}
.vgnw-banner i { font-size: 16px; }
.vgnw-banner--info { color: var(--accent-info); background: var(--accent-info-bg); border-color: color-mix(in srgb, var(--accent-info) 30%, transparent); }
.vgnw-banner--warning { color: var(--accent-warning); background: var(--accent-warning-bg); border-color: color-mix(in srgb, var(--accent-warning) 30%, transparent); }
.vgnw-banner--danger { color: var(--accent-danger); background: var(--accent-danger-bg); border-color: color-mix(in srgb, var(--accent-danger) 30%, transparent); }
.vgnw-banner--success { color: var(--accent-success); background: var(--accent-success-bg); border-color: color-mix(in srgb, var(--accent-success) 30%, transparent); }
.vgnw-banner b { font-family: var(--font-deck); font-weight: 600; }

/* ============================================================================
   EMPTY STATE
   ============================================================================ */
.vgnw-empty {
  border: 1px dashed var(--border-default); border-radius: 12px;
  padding: 56px 32px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--fg-muted);
}
.vgnw-empty i { font-size: 28px; color: var(--fg-subtle); margin-bottom: 4px; }
.vgnw-empty h4 { font-family: var(--font-deck); font-weight: 600; font-size: 17px; color: var(--fg-default); margin: 0; }
.vgnw-empty p { font-family: var(--font-text); font-size: 14px; color: var(--fg-muted); margin: 0; max-width: 360px; }

/* ============================================================================
   SIMILAR SETUPS — recommendation carousel
   ============================================================================ */
.vgnw-carousel-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 280px;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}
.vgnw-carousel-row::-webkit-scrollbar { height: 6px; }
.vgnw-carousel-row::-webkit-scrollbar-thumb { background: var(--border-default); border-radius: 999px; }
.vgnw-carousel-row > * { scroll-snap-align: start; }

/* ============================================================================
   COMPARE
   ============================================================================ */
.vgnw-compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  padding: 24px 0;
}
.vgnw-compare-col { display: flex; flex-direction: column; gap: 14px; }
.vgnw-compare-col-head { display: flex; align-items: center; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-compare-col-head .vgnw-title { font-family: var(--font-deck); font-weight: 600; font-size: 16px; }
.vgnw-compare-col-head .vgnw-meta { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-compare-image {
  position: relative; aspect-ratio: 4/3; border-radius: 10px; overflow: hidden;
  background: linear-gradient(135deg, var(--n-700), var(--n-950));
}
.vgnw-compare-image img { width: 100%; height: 100%; object-fit: cover; }
.vgnw-compare-table { display: flex; flex-direction: column; gap: 0; }

/* ============================================================================
   FOOTER (reused, slightly compressed)
   ============================================================================ */
.vgnw-footer {
  background: var(--n-950); color: var(--fg-inverse);
  margin-top: 48px; padding: 30px 0 24px;
}
.vgnw-footer .vgnw-container { display: flex; flex-direction: column; gap: 20px; }
.vgnw-footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.10); flex-wrap: wrap; }
.vgnw-footer-brand { display: flex; align-items: center; gap: 14px; }
.vgnw-footer-brand img { height: 22px; width: auto; }
.vgnw-footer-brand .vgnw-meta { font-family: var(--font-micro); font-size: 11px; color: rgba(255,255,255,0.5); line-height: 1.5; }
.vgnw-footer-social { display: flex; gap: 6px; }
.vgnw-footer-social a {
  width: 34px; height: 34px; display: grid; place-items: center;
  color: rgba(255,255,255,0.7); border-radius: 6px;
  transition: color var(--dur-fast), background var(--dur-fast);
}
.vgnw-footer-social a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.vgnw-footer-social i { font-size: 16px; }
.vgnw-footer-cols { display: grid; grid-template-columns: repeat(7,1fr); gap: 20px; }
@media (max-width: 1100px) { .vgnw-footer-cols { grid-template-columns: repeat(4,1fr); gap: 28px 20px; } }
@media (max-width: 700px) { .vgnw-footer-cols { grid-template-columns: repeat(2,1fr); } }
.vgnw-footer-col h5 {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin: 0 0 14px;
}
.vgnw-footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.vgnw-footer-col a {
  font-family: var(--font-deck); font-weight: 500; font-size: 13px;
  color: rgba(255,255,255,0.78);
  transition: color var(--dur-fast);
}
.vgnw-footer-col a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: rgba(255,255,255,0.4); }
.vgnw-footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.10);
  flex-wrap: wrap;
}
.vgnw-footer-legal {
  display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
  font-family: var(--font-micro); font-size: 11px; color: rgba(255,255,255,0.55);
}
.vgnw-footer-legal a { color: rgba(255,255,255,0.85); text-decoration: none; transition: color var(--dur-fast); }
.vgnw-footer-legal a:hover { color: #fff; text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--border-strong); text-underline-offset: 3px; text-decoration-thickness: 1px; }
.vgnw-footer-legal .vgnw-pipe { color: rgba(255,255,255,0.25); }

/* footer language picker (pinned to the bottom of the Account column) */
.vgnw-footer-col:has(.vgnw-footer-lang) { display: flex; flex-direction: column; }
.vgnw-footer-lang-h { display: block; font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin: auto 0 9px; }
.vgnw-footer-lang { position: relative; width: 142px; }
.vgnw-footer-lang-btn {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer; width: 100%;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 8px;
  padding: 9px 12px; color: rgba(255,255,255,0.92);
  font-family: var(--font-deck); font-weight: 600; font-size: 13px;
  transition: background var(--dur-fast), border-color var(--dur-fast);
}
.vgnw-footer-lang-btn:hover, .vgnw-footer-lang-btn.is-open { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.24); }
.vgnw-footer-lang-label { flex: 1; text-align: left; }
.vgnw-footer-lang-chev { color: rgba(255,255,255,0.5); transition: transform var(--dur-fast); }
.vgnw-footer-lang-btn.is-open .vgnw-footer-lang-chev { transform: rotate(180deg); }
.vgnw-footer-flag { width: 21px; height: 15px; border-radius: 3px; overflow: hidden; display: inline-flex; flex-shrink: 0; box-shadow: 0 0 0 1px rgba(255,255,255,0.18); }
.vgnw-footer-flag svg { display: block; width: 100%; height: 100%; }
.vgnw-footer-lang-menu {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 5;
  background: #1d1d1b; border: 1px solid rgba(255,255,255,0.14); border-radius: 10px;
  padding: 5px; box-shadow: 0 14px 34px rgba(0,0,0,0.55);
  animation: ftr-lang-in 0.13s var(--ease-out);
}
@keyframes ftr-lang-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.vgnw-footer-lang-opt {
  display: flex; align-items: center; gap: 9px; width: 100%; text-align: left; cursor: pointer;
  background: none; border: none; border-radius: 7px; padding: 10px 9px;
  color: rgba(255,255,255,0.92); font-family: var(--font-deck); font-weight: 600; font-size: 13px;
}
.vgnw-footer-lang-opt:hover { background: rgba(255,255,255,0.08); }
.vgnw-footer-lang-optlabel { flex: 1; }
.vgnw-footer-lang-check { color: rgba(255,255,255,0.75); }

/* ============================================================================
   UTILITIES
   ============================================================================ */
.vgnw-hidden { display: none !important; }
.vgnw-spacer-sm { height: 12px; }
.vgnw-spacer-md { height: 24px; }
.vgnw-spacer-lg { height: 48px; }
.vgnw-text-mute { color: var(--fg-muted); }
.vgnw-text-eyebrow {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.10em; text-transform: uppercase;
}
.vgnw-divider { height: 1px; background: var(--border-subtle); margin: 16px 0; }

/* Skeleton */
.vgnw-skel {
  background: linear-gradient(90deg, var(--bg-raised) 0%, var(--bg-inset) 50%, var(--bg-raised) 100%);
  background-size: 200% 100%; animation: skel 1.4s ease-in-out infinite;
  border-radius: 4px;
}
@keyframes skel { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* ============================================================================
   RESPONSIVE
   ============================================================================ */
@media (max-width: 880px) {
  .vgnw-canvas-wrap { grid-template-columns: 1fr; }
  .vgnw-detail-lower { grid-template-columns: 1fr; }
  .vgnw-canvas-side { position: static; max-height: none; }
  .vgnw-editor-grid { grid-template-columns: 1fr; }
  .vgnw-details-grid { grid-template-columns: 1fr; }
  .vgnw-device-grid { grid-template-columns: repeat(2, 1fr); }
  .vgnw-create-layout { grid-template-columns: 1fr; }
  .vgnw-create-side { position: static; }
  .vgnw-field-row { grid-template-columns: 1fr; }
  .vgnw-detail-head-right { align-items: flex-start; }
  .vgnw-detail-head-right .vgnw-detail-tags { justify-content: flex-start; }
  .vgnw-detail-actions { justify-content: flex-start; }
  .vgnw-lightbox-inner { flex-direction: column; max-height: 92vh; }
  .vgnw-lightbox-products { width: auto; border-left: none; border-top: 1px solid var(--border-default); max-height: 38vh; }
  .vgnw-compare { grid-template-columns: 1fr; }
  .vgnw-setup-grid--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vgnw-footer-cols { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .vgnw-container { padding: 0 16px; }
  .vgnw-header-nav { display: none; }
  .vgnw-header-top { height: 56px; gap: 12px; }
  .vgnw-page-head { padding: 28px 0 16px; }
  .vgnw-page-head h1 { font-size: 32px; }
  .vgnw-setup-grid--3, .vgnw-setup-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vgnw-setup-grid--2 { grid-template-columns: 1fr; }
  .vgnw-detail-title { font-size: 32px; }
  .vgnw-rating-summary { grid-template-columns: 1fr; gap: 16px; padding: 16px; }
  .vgnw-rating-row { grid-template-columns: 96px 1fr auto; gap: 8px; }
  .vgnw-footer-cols { grid-template-columns: repeat(2, 1fr); }
  .vgnw-thumbstrip .vgnw-thumb { width: 64px; height: 48px; }
  .vgnw-filter-bar { gap: 8px; }
  .vgnw-filter-bar-left { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
}


/* ============================================================================
   ============================================================================
   WEB EDITORIAL SCREENS — surfaces unique to the news/reviews/deals/forum/
   profile side of the network. The shell, header, footer, buttons, cards,
   badges, tags and all Setups surfaces live above (shared base). This block
   only adds what the editorial screens need on top of that base.
   ============================================================================
   ============================================================================ */

/* --- Mega menu (absolute overlay — never shifts page content) ----------- */
.vgnw-header-mega-wrap {
  position: absolute; top: 60px; left: 0; right: 0; z-index: 45;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-default);
  box-shadow: 0 24px 48px -24px rgba(8,8,7,0.28);
  animation: mega-in 0.17s var(--ease-out);
}
/* the trending / now-reading strip stays in the DOM (preserves header height →
   no content shift) but is hidden while the mega overlays its space */
.vgnw-header--mega .vgnw-header-trending, .vgnw-header--mega .vgnw-header-progress { visibility: hidden; }
[data-theme="dark"] .vgnw-header-mega-wrap { box-shadow: 0 24px 48px -20px rgba(0,0,0,0.6); }
@keyframes mega-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* ===== mega menu — editorial index panels ================================
   One anatomy for every menu: index column | rule | main module | rule |
   third zone, over a slim footer strip. Type-first, monochrome. */
.vgnw-mega { padding: 26px 0 0; }
.vgnw-mega-body { display: grid; grid-template-columns: 224px minmax(0,1fr) 308px; }
.vgnw-mega-ix { display: flex; flex-direction: column; padding-right: 32px; }
.vgnw-mega-main { min-width: 0; padding: 0 32px; border-left: 1px solid var(--border-subtle); }
.vgnw-mega-spot { padding-left: 32px; border-left: 1px solid var(--border-subtle); }
.vgnw-mega-eb { font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-subtle); margin-bottom: 12px; }
.vgnw-mega-ebrow { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.vgnw-mega-ebrow .vgnw-mega-eb { margin-bottom: 0; }
.vgnw-mega-cta i { font-size: 15px; }
.vgnw-mega-eb--gap { margin-top: 20px; }
.vgnw-mega-eb + .vgnw-mega-eb, .vgnw-mmb-a + .vgnw-mega-eb, .vgnw-mst + .vgnw-mega-eb { margin-top: 22px; }

/* index — primary destinations in display type */
.vgnw-mix { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 7px 0; text-decoration: none; }
.vgnw-mix-t { font-family: var(--font-micro); font-weight: 700; font-size: 12.5px; letter-spacing: 0.07em; text-transform: uppercase; line-height: 1.4; color: var(--fg-default); transition: transform var(--dur-fast) var(--ease-out); }
.vgnw-mix-c { font-family: var(--font-micro); font-weight: 500; font-size: 11.5px; color: var(--fg-subtle); font-variant-numeric: tabular-nums; transition: color var(--dur-fast); }
.vgnw-mix:hover .vgnw-mix-t { transform: translateX(3px); }
.vgnw-mix:hover .vgnw-mix-c { color: var(--fg-default); }

/* icon link rows (genres, gear) */
.vgnw-mic { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 24px; align-content: start; }
.vgnw-mic--1 { grid-template-columns: 1fr; }
.vgnw-mic--3 { grid-template-columns: repeat(3, 1fr); column-gap: 18px; }
.vgnw-mic-a { display: flex; align-items: center; gap: 11px; padding: 6px 10px; margin: 0 -10px; border-radius: var(--r-md); text-decoration: none; transition: background var(--dur-fast); }
.vgnw-mic-ico { width: 28px; height: 28px; border-radius: var(--r-sm); background: var(--bg-raised); display: grid; place-items: center; flex-shrink: 0; transition: background var(--dur-fast); }
.vgnw-mic-ico i { font-size: 15px; color: var(--fg-muted); }
.vgnw-mic-t { flex: 1; min-width: 0; font-family: var(--font-micro); font-weight: 500; font-size: 14.5px; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-mic-c { font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-subtle); font-variant-numeric: tabular-nums; }
.vgnw-mic-a:hover { background: var(--bg-raised); }
.vgnw-mic-a:hover .vgnw-mic-ico { background: var(--bg-inset); }

/* forum category tiles — title top, count bottom */
.vgnw-mct-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; align-content: start; }
.vgnw-mct-i { position: absolute; right: 9px; bottom: 9px; width: 26px; height: 26px; border-radius: 8px; background: var(--bg-inset); display: grid; place-items: center; font-size: 14px; color: var(--fg-muted); }
.vgnw-mct:hover .vgnw-mct-i { color: var(--fg-default); }
.vgnw-mct-c { margin-top: auto; }
.vgnw-mct--new .vgnw-mct-c { padding-right: 34px; }
.vgnw-mct { position: relative; display: flex; flex-direction: column; justify-content: flex-start; gap: 6px; min-width: 0; min-height: 76px; padding: 11px 13px 10px; border: 1px solid var(--border-subtle); border-radius: var(--r-lg); background: var(--bg-surface); text-decoration: none; transition: border-color var(--dur-fast), background var(--dur-fast); }
.vgnw-mct:hover { border-color: var(--border-strong); background: var(--bg-raised); }
.vgnw-mct--new { background: var(--fg-default); border-color: var(--fg-default); }
.vgnw-mct--new .vgnw-mct-t { color: var(--bg-surface); }
.vgnw-mct--new .vgnw-mct-i { background: rgba(255,255,255,.16); color: var(--bg-surface); }
.vgnw-mct--new .vgnw-mct-c { color: var(--bg-surface); opacity: .65; }
.vgnw-mct--new:hover { background: var(--n-800); border-color: var(--n-800); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
[data-theme="dark"] .vgnw-mct--new:hover { background: var(--n-100); border-color: var(--n-100); }
.vgnw-mct.vgnw-mct--new:hover .vgnw-mct-t, .vgnw-mct.vgnw-mct--new:hover .vgnw-mct-i { color: var(--bg-surface); }
.vgnw-mct.vgnw-mct--new:hover .vgnw-mct-c { color: var(--bg-surface); opacity: .65; }
.vgnw-mct--new { transition: transform var(--dur-fast), box-shadow var(--dur-fast), background var(--dur-fast); }
.vgnw-mct-t { font-family: var(--font-micro); font-weight: 600; font-size: 13.5px; line-height: 1.25; letter-spacing: 0.01em; color: var(--fg-default); }
.vgnw-mct-c { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-micro); font-weight: 600; font-size: 11.5px; color: var(--fg-subtle); font-variant-numeric: tabular-nums; transition: color var(--dur-fast); }
.vgnw-mct-c i { font-size: 13px; }
.vgnw-mct:hover .vgnw-mct-c { color: var(--fg-default); }

/* compact boxed link cards (forum categories, tools) */
.vgnw-mcd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; align-content: start; }
.vgnw-mcd-grid--2 { grid-template-columns: 1fr 1fr; }
.vgnw-mcd-grid--2 .vgnw-mcd { padding: 11px 14px; gap: 12px; }
.vgnw-mcd-grid--2 .vgnw-mcd-ico { width: 32px; height: 32px; }
.vgnw-mcd-grid--2 .vgnw-mcd-ico i { font-size: 16px; }
.vgnw-mcd { display: flex; align-items: center; gap: 11px; min-width: 0; padding: 9px 12px; border: 1px solid var(--border-subtle); border-radius: var(--r-lg); background: var(--bg-surface); text-decoration: none; transition: border-color var(--dur-fast), background var(--dur-fast); }
.vgnw-mcd:hover { border-color: var(--border-strong); background: var(--bg-raised); }
.vgnw-mcd-ico { width: 28px; height: 28px; flex-shrink: 0; border-radius: var(--r-sm); background: var(--bg-raised); display: grid; place-items: center; transition: background var(--dur-fast); }
.vgnw-mcd-ico i { font-size: 15px; color: var(--fg-muted); }
.vgnw-mcd:hover .vgnw-mcd-ico { background: var(--bg-inset); }
.vgnw-mcd-b { display: flex; flex-direction: column; min-width: 0; }
.vgnw-mcd-t { font-family: var(--font-micro); font-weight: 600; font-size: 13.5px; letter-spacing: 0.01em; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-mcd-d { font-family: var(--font-micro); font-size: 10.5px; line-height: 1.35; color: var(--fg-subtle); }

/* featured story (articles mega) */
.vgnw-mftd { display: block; text-decoration: none; padding: 2px 0 14px; border-bottom: 1px solid var(--border-subtle); margin-bottom: 4px; }
.vgnw-mftd-k { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-micro); font-weight: 700; font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-mftd-k i { font-size: 11px; }
.vgnw-mftd-t { display: block; margin-top: 6px; font-family: var(--font-micro); font-weight: 700; font-size: 17px; line-height: 1.3; letter-spacing: 0.005em; color: var(--fg-default); text-wrap: pretty; }
.vgnw-mftd:hover .vgnw-mftd-t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }
.vgnw-mftd-m { display: block; margin-top: 5px; font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }

/* numbered editorial list (latest stories, hot threads) */
.vgnw-mnl-a { display: grid; grid-template-columns: 32px minmax(0,1fr); column-gap: 14px; padding: 11px 0; text-decoration: none; border-top: 1px solid var(--border-subtle); }
.vgnw-mnl-a:first-child { border-top: 0; padding-top: 2px; }
.vgnw-mnl-n { grid-row: 1 / span 2; width: 32px; height: 32px; border-radius: 9px; background: var(--bg-inset); display: grid; place-items: center; font-size: 16px; color: var(--fg-muted); transition: color var(--dur-fast); }
.vgnw-mnl-t { grid-column: 2; font-family: var(--font-micro); font-weight: 600; font-size: 15px; line-height: 1.32; letter-spacing: 0.01em; color: var(--fg-default); text-wrap: pretty; }
.vgnw-mnl-m { grid-column: 2; display: flex; align-items: baseline; gap: 8px; margin-top: 4px; font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-mnl-k { font-weight: 700; font-size: 9.5px; letter-spacing: 0.09em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-mnl-a:hover .vgnw-mnl-n { color: var(--fg-default); }
.vgnw-mnl-a:hover .vgnw-mnl-t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }

/* deals — tabular price rows */
.vgnw-mdl-a { display: grid; grid-template-columns: minmax(0,1fr) 74px 56px 60px 44px; align-items: baseline; column-gap: 16px; padding: 10px 12px; margin: 0 -12px; border-radius: var(--r-md); text-decoration: none; transition: background var(--dur-fast); }
.vgnw-mdl-a + .vgnw-mdl-a { border-top: 1px solid var(--border-subtle); }
.vgnw-mdl-t { font-family: var(--font-micro); font-weight: 600; font-size: 14.5px; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-mdl-s { font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-mdl-w { font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-subtle); text-decoration: line-through; text-align: right; font-variant-numeric: tabular-nums; }
.vgnw-mdl-n { font-family: var(--font-micro); font-weight: 700; font-size: 14.5px; color: var(--fg-default); text-align: right; font-variant-numeric: tabular-nums; }
.vgnw-mdl-o { font-family: var(--font-micro); font-weight: 700; font-size: 11.5px; color: var(--accent-success); text-align: right; font-variant-numeric: tabular-nums; }
.vgnw-mdl-a:hover { background: var(--bg-raised); }

/* cover image fill (setup cards) */
.vgnw-mspot-img { position: absolute; inset: 0; display: block; transition: transform 0.55s var(--ease-out); }
.vgnw-msu:hover .vgnw-mspot-img { transform: scale(1.045); }

/* ranked list (trending games) */
.vgnw-mrk-a { display: flex; align-items: center; gap: 12px; padding: 7px 0; text-decoration: none; }
.vgnw-mrk-n { width: 18px; flex-shrink: 0; text-align: center; font-family: var(--font-display); font-weight: 300; font-size: 17px; color: var(--fg-disabled); font-variant-numeric: tabular-nums; transition: color var(--dur-fast); }
.vgnw-mrk-b { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.vgnw-mrk-t { font-family: var(--font-micro); font-weight: 600; font-size: 13.5px; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-mrk-m { font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-mrk-a:hover .vgnw-mrk-n { color: var(--fg-default); }
.vgnw-mrk-a:hover .vgnw-mrk-t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }

/* verdict rows (latest review scores) */
.vgnw-mvd-a { display: flex; align-items: center; gap: 12px; padding: 7px 0; text-decoration: none; }
.vgnw-mvd-s { width: 36px; height: 36px; flex-shrink: 0; display: grid; place-items: center; border-radius: var(--r-sm); background: var(--fg-default); color: var(--bg-surface); font-family: var(--font-display); font-weight: 700; font-size: 13.5px; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.vgnw-mvd-b { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.vgnw-mvd-t { font-family: var(--font-micro); font-weight: 600; font-size: 13.5px; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-mvd-m { font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-mvd-a:hover .vgnw-mvd-t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }

/* free-this-week list (scrolls within itself) */
.vgnw-mfrs { max-height: 252px; overflow-y: auto; scrollbar-width: none; padding-right: 8px; }
.vgnw-mfrs::-webkit-scrollbar { display: none; }
.vgnw-mfr-a { display: flex; align-items: baseline; gap: 12px; padding: 8px 0 9px; border-top: 1px solid var(--border-subtle); text-decoration: none; }
.vgnw-mfr-a:first-of-type { border-top: 0; padding-top: 0; }
.vgnw-mfr-b { flex: 1; min-width: 0; }
.vgnw-mfr-t { display: block; font-family: var(--font-micro); font-weight: 600; font-size: 13.5px; color: var(--fg-default); }
.vgnw-mfr-a:hover .vgnw-mfr-t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }
.vgnw-mfr-m { display: block; margin-top: 1px; font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-mfr-ends { display: inline-flex; align-items: center; gap: 3px; margin-left: 7px; color: var(--fg-muted); font-weight: 600; }
.vgnw-mfr-ends i { font-size: 11px; }
.vgnw-mfr-f { font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent-success); }
.vgnw-mfr-a--ic { align-items: center; gap: 11px; }
.vgnw-mfr-ico { width: 28px; height: 28px; flex-shrink: 0; border-radius: var(--r-sm); background: var(--bg-raised); display: grid; place-items: center; }
.vgnw-mfr-ico i { font-size: 15px; color: var(--fg-muted); }
.vgnw-mfr-a--ic:hover .vgnw-mfr-ico { background: var(--bg-inset); }
.vgnw-mfr-c { font-family: var(--font-micro); font-weight: 600; font-size: 11px; color: var(--fg-subtle); font-variant-numeric: tabular-nums; }

/* setups — photo cards */
.vgnw-msu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vgnw-msu { display: block; text-decoration: none; min-width: 0; }
.vgnw-msu-media { position: relative; display: block; aspect-ratio: 16 / 10; border-radius: var(--r-lg); overflow: hidden; margin-bottom: 10px; border: 1px solid var(--border-subtle); background: var(--bg-inset); }
.vgnw-msu-k { display: block; font-family: var(--font-micro); font-weight: 700; font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-msu-t { display: block; margin-top: 3px; font-family: var(--font-micro); font-weight: 700; font-size: 15.5px; letter-spacing: 0.01em; color: var(--fg-default); }
.vgnw-msu:hover .vgnw-msu-t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }
.vgnw-msu-m { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 4px; font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-subtle); }
.vgnw-msu-love { display: inline-flex; align-items: center; gap: 4px; font-weight: 600; color: var(--fg-muted); font-variant-numeric: tabular-nums; }
.vgnw-msu-love i { font-size: 13px; }

/* forum — stats & members */
.vgnw-mst { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; }
.vgnw-mst-i { display: flex; flex-direction: column; gap: 1px; padding: 9px 0 10px; border-top: 1px solid var(--border-subtle); }
.vgnw-mst-i:nth-child(-n+2) { border-top: 0; padding-top: 0; }
.vgnw-mst-v { font-family: var(--font-display); font-weight: 700; font-size: 21px; letter-spacing: -0.015em; color: var(--fg-default); font-variant-numeric: tabular-nums; }
.vgnw-mst-l { display: flex; align-items: center; gap: 6px; font-family: var(--font-micro); font-weight: 600; font-size: 10px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-mst-live { width: 6px; height: 6px; border-radius: 999px; background: var(--signal-live); }
.vgnw-mmb-a { display: flex; align-items: center; gap: 10px; padding: 5px 0; text-decoration: none; }
.vgnw-mmb-r { width: 16px; font-family: var(--font-micro); font-weight: 700; font-size: 11px; color: var(--fg-disabled); text-align: center; }
.vgnw-mmb-n { flex: 1; min-width: 0; font-family: var(--font-micro); font-weight: 600; font-size: 13.5px; color: var(--fg-default); }
.vgnw-mmb-a:hover .vgnw-mmb-n { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }
.vgnw-mmb-p { font-family: var(--font-micro); font-weight: 600; font-size: 11.5px; color: var(--fg-subtle); font-variant-numeric: tabular-nums; }

/* calendar — upcoming release cards */
.vgnw-mup-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vgnw-mup { display: block; min-width: 0; text-decoration: none; }
.vgnw-mup-media { position: relative; display: block; aspect-ratio: 3 / 4; border-radius: 10px; overflow: hidden; margin-bottom: 10px; border: 1px solid var(--border-subtle); background: var(--bg-inset); transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base), border-color var(--dur-fast); }
.vgnw-mup-art { position: absolute; inset: 0; display: block; }
.vgnw-mup:hover .vgnw-mup-media { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--border-strong); }
.vgnw-mup-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 42%, rgba(255,255,255,.13) 50%, transparent 58%); transform: translateX(-130%); transition: transform 0.7s var(--ease-out); pointer-events: none; }
.vgnw-mup:hover .vgnw-mup-media::after { transform: translateX(130%); }
.vgnw-mup-init { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 42px; letter-spacing: 0.02em; color: rgba(255,255,255,.22); pointer-events: none; }
.vgnw-mup-date { position: absolute; left: 8px; top: 8px; display: flex; flex-direction: column; align-items: center; min-width: 32px; padding: 4px 6px 3px; border-radius: var(--r-md); background: rgba(12,12,13,.72); backdrop-filter: blur(6px); }
.vgnw-mup-dn { font-family: var(--font-display); font-weight: 700; font-size: 14px; line-height: 1; color: #fff; font-variant-numeric: tabular-nums; }
.vgnw-mup-dm { margin-top: 2px; font-family: var(--font-micro); font-weight: 700; font-size: 8px; letter-spacing: 0.09em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.vgnw-mup-in { position: absolute; right: 8px; bottom: 8px; font-family: var(--font-micro); font-weight: 700; font-size: 8.5px; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; background: rgba(12,12,13,.72); backdrop-filter: blur(6px); border-radius: 999px; padding: 3px 8px; white-space: nowrap; }
.vgnw-mup-t { display: block; font-family: var(--font-micro); font-weight: 700; font-size: 13.5px; letter-spacing: 0.01em; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-mup:hover .vgnw-mup-t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }
.vgnw-mup-m { display: block; margin-top: 2px; font-family: var(--font-micro); font-size: 10.5px; color: var(--fg-subtle); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* calendar — events & reminders */
.vgnw-mev { display: flex; align-items: center; gap: 12px; padding: 10px 0 11px; border-top: 1px solid var(--border-subtle); text-decoration: none; }
.vgnw-mev:first-of-type { border-top: 0; padding-top: 0; }
.vgnw-mev-d { display: flex; flex-direction: column; align-items: center; width: 36px; flex-shrink: 0; padding: 5px 0 4px; border-radius: var(--r-md); background: var(--bg-raised); transition: background var(--dur-fast); }
.vgnw-mev:hover .vgnw-mev-d { background: var(--bg-inset); }
.vgnw-mev-dn { font-family: var(--font-display); font-weight: 700; font-size: 15px; line-height: 1.05; color: var(--fg-default); font-variant-numeric: tabular-nums; }
.vgnw-mev-dm { font-family: var(--font-micro); font-weight: 700; font-size: 8.5px; letter-spacing: 0.09em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-mev-b { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.vgnw-mev-t { font-family: var(--font-micro); font-weight: 600; font-size: 13.5px; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-mev:hover .vgnw-mev-t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }
.vgnw-mev-m { font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-mev-bell { width: 28px; height: 28px; flex-shrink: 0; display: grid; place-items: center; border-radius: 999px; border: 1px solid var(--border-subtle); background: var(--bg-surface); color: var(--fg-subtle); transition: border-color var(--dur-fast), background var(--dur-fast), color var(--dur-fast), transform var(--dur-fast); }
.vgnw-mev-bell i { font-size: 14px; }
.vgnw-mev:hover .vgnw-mev-bell { border-color: var(--border-strong); color: var(--fg-default); }
.vgnw-mev-bell:hover { transform: scale(1.08); }
.vgnw-mev-bell.is-on { background: var(--fg-default); border-color: var(--fg-default); color: var(--bg-surface); }

/* footer strip */
.vgnw-mega-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 26px; border-top: 1px solid var(--border-subtle); padding: 12px 0 14px; }
.vgnw-mft { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 18px; }
.vgnw-mft-l { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-subtle); margin-right: 4px; }
.vgnw-mft-a { font-family: var(--font-micro); font-weight: 500; font-size: 12.5px; color: var(--fg-muted); text-decoration: none; transition: color var(--dur-fast); }
.vgnw-mft-a:hover { color: var(--fg-default); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }
.vgnw-mega-seeall { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-micro); font-weight: 600; font-size: 13.5px; color: var(--fg-default); text-decoration: none; white-space: nowrap; }
.vgnw-mega-seeall i { font-size: 15px; transition: transform var(--dur-fast); }
.vgnw-mega-seeall:hover i { transform: translateX(3px); }

.vgnw-header-nav a.is-hovered { color: var(--fg-default); }
.vgnw-header-nav a.is-open { color: var(--fg-default); }
.vgnw-header-nav a.is-open .vgnw-chev { transform: rotate(180deg); }
@media (max-width: 1180px) {
  .vgnw-mega-body { grid-template-columns: 200px minmax(0,1fr) 276px; }
  .vgnw-mega-main { padding: 0 26px; }
  .vgnw-mega-spot { padding-left: 26px; }
}
@media (max-width: 1024px) {
  .vgnw-mega-body { grid-template-columns: 200px minmax(0,1fr); }
  .vgnw-mega-spot { display: none; }
}
@media (max-width: 780px) {
  .vgnw-mega-body { grid-template-columns: 1fr; }
  .vgnw-mega-ix { flex-direction: row; flex-wrap: wrap; gap: 2px 20px; padding: 0 0 16px; }
  .vgnw-mega-ix .vgnw-mega-eb { width: 100%; }
  .vgnw-mix--em { margin: 0; padding-top: 7px; border-top: 0; }
  .vgnw-mix-t { font-size: 11.5px; }
  .vgnw-mega-main { border-left: 0; border-top: 1px solid var(--border-subtle); padding: 18px 0 0; }
  .vgnw-mic { grid-template-columns: 1fr 1fr; }
  .vgnw-mcd-grid, .vgnw-mct-grid { grid-template-columns: 1fr 1fr; }
  .vgnw-msu-grid { gap: 16px; }
}

/* --- Compact hover nav dropdown (featured lead + rich rows + chips) ------- */
.vgnw-header-navmenu {
  position: fixed; z-index: 60; width: 320px;
  background: var(--bg-surface); border: 1px solid var(--border-default);
  border-radius: 15px; box-shadow: var(--shadow-lg);
  padding: 8px; display: none;
  max-height: calc(100vh - 90px); overflow-y: auto;
}
.vgnw-header-navmenu.is-open { display: block; animation: navdrop-in 130ms var(--ease-out); }
@keyframes navdrop-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
/* featured lead */
.vgnw-navdrop-lead { position: relative; display: flex; align-items: center; gap: 12px; padding: 11px; border-radius: 11px; text-decoration: none; overflow: hidden; background: var(--bg-inset); margin-bottom: 6px; }
.vgnw-navdrop-lead-media { width: 46px; height: 46px; border-radius: 9px; flex-shrink: 0; }
.vgnw-navdrop-lead-b { display: flex; flex-direction: column; gap: 1px; min-width: 0; flex: 1; }
.vgnw-navdrop-lead-eyebrow { font-family: var(--font-micro); font-weight: 700; font-size: 9.5px; letter-spacing: 0.11em; text-transform: uppercase; color: var(--accent-info); }
.vgnw-navdrop-lead-t { font-family: var(--font-deck); font-weight: 700; font-size: 14px; letter-spacing: -0.01em; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-navdrop-lead-m { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); }
.vgnw-navdrop-lead-arr { color: var(--fg-subtle); flex-shrink: 0; transition: transform var(--dur-fast); }
.vgnw-navdrop-lead:hover .vgnw-navdrop-lead-arr { transform: translateX(3px); color: var(--fg-default); }
/* rich link rows */
.vgnw-navdrop-list { display: flex; flex-direction: column; gap: 1px; }
.vgnw-navdrop-item { display: flex; align-items: center; gap: 12px; padding: 8px 10px; border-radius: 9px; text-decoration: none; }
.vgnw-navdrop-item > i:first-child { font-size: 17px; color: var(--fg-muted); flex-shrink: 0; width: 20px; text-align: center; transition: color var(--dur-fast); }
.vgnw-navdrop-item-b { display: flex; flex-direction: column; gap: 0; min-width: 0; flex: 1; }
.vgnw-navdrop-item-t { font-family: var(--font-deck); font-weight: 600; font-size: 13.5px; color: var(--fg-default); line-height: 1.3; }
.vgnw-navdrop-item-d { font-family: var(--font-text); font-size: 11.5px; color: var(--fg-subtle); line-height: 1.3; }
.vgnw-navdrop-item-arr { color: var(--fg-subtle); flex-shrink: 0; opacity: 0; transform: translateX(-5px); transition: opacity var(--dur-fast), transform var(--dur-fast); }
.vgnw-navdrop-item:hover { background: var(--bg-raised); }
.vgnw-navdrop-item:hover > i:first-child { color: var(--accent-info); }
.vgnw-navdrop-item:hover .vgnw-navdrop-item-arr { opacity: 1; transform: translateX(0); }
/* quick chips */
.vgnw-navdrop-foot { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; padding-top: 9px; border-top: 1px solid var(--border-subtle); }
.vgnw-navdrop-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; background: var(--bg-inset); border: 1px solid var(--border-subtle); font-family: var(--font-deck); font-weight: 600; font-size: 12px; color: var(--fg-muted); text-decoration: none; transition: background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast); }
.vgnw-navdrop-chip i { font-size: 14px; }
.vgnw-navdrop-chip:hover { background: var(--bg-raised); color: var(--fg-default); border-color: var(--border-default); }

/* --- Inline header search (bar spans the top row; results drop like a mega menu) --- */
.vgnw-header--search .vgnw-header-trending, .vgnw-header--search .vgnw-header-progress { visibility: hidden; }

.vgnw-header-search-bar-wrap {
  position: absolute; top: 0; left: 0; right: 0; height: 60px; z-index: 47;
  background: var(--bg-surface);
  display: flex; align-items: center;
  animation: hdr-search-drop 0.16s var(--ease-out);
}
@keyframes hdr-search-drop { from { transform: translateY(-5px); } to { transform: translateY(0); } }
.vgnw-header-search-bar { display: flex; align-items: center; gap: 14px; height: 100%; }
.vgnw-header-search-bar-ico { color: var(--fg-muted); flex-shrink: 0; }
.vgnw-header-search-bar input {
  flex: 1; min-width: 0; border: none; background: transparent; outline: none;
  font-family: var(--font-deck); font-weight: 500; font-size: 20px; color: var(--fg-default);
}
.vgnw-header-search-bar input::placeholder { color: var(--fg-subtle); }
.vgnw-header-search-bar-keys {
  display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0;
  font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle);
}
.vgnw-header-search-bar-keys kbd {
  font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted);
  background: var(--bg-raised); border: 1px solid var(--border-default); border-radius: 5px;
  min-width: 19px; height: 19px; padding: 0 5px; display: inline-grid; place-items: center;
}
.vgnw-header-search-bar-keys span { margin-right: 4px; }
.vgnw-header-search-bar-clear {
  width: 28px; height: 28px; border-radius: 999px; border: none; flex-shrink: 0;
  background: var(--bg-inset); color: var(--fg-muted); cursor: pointer; display: grid; place-items: center;
}
.vgnw-header-search-bar-clear:hover { color: var(--fg-default); }
.vgnw-header-search-bar-esc {
  display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0;
  border: 1px solid var(--border-default); border-radius: 999px; background: transparent; cursor: pointer;
  font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-muted);
  padding: 7px 8px 7px 14px; transition: color var(--dur-fast), border-color var(--dur-fast);
}
.vgnw-header-search-bar-esc:hover { color: var(--fg-default); border-color: var(--border-strong); }
.vgnw-header-search-bar-esc kbd {
  font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted);
  background: var(--bg-raised); border: 1px solid var(--border-default); border-radius: 5px;
  height: 19px; padding: 0 6px; display: inline-grid; place-items: center;
}
@media (max-width: 760px) { .vgnw-header-search-bar-keys { display: none; } }

.vgnw-header-search-panel-wrap {
  position: absolute; top: 60px; left: 0; right: 0; z-index: 46;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-default);
  box-shadow: 0 24px 48px -24px rgba(8,8,7,0.28);
  animation: hdr-search-drop 0.17s var(--ease-out);
}
[data-theme="dark"] .vgnw-header-search-panel-wrap { box-shadow: 0 24px 48px -20px rgba(0,0,0,0.6); }
.vgnw-header-search-panel { padding-top: 22px; padding-bottom: 24px; max-height: min(70vh, 560px); overflow-y: auto; }

/* dims + softly blurs the page behind the open search (portaled to <body>) */
.vgnw-header-search-scrim {
  position: fixed; inset: 0; z-index: 39;
  background: rgba(10, 10, 9, 0.42);
  backdrop-filter: blur(1.5px); -webkit-backdrop-filter: blur(1.5px);
  animation: hdr-scrim-in 0.18s var(--ease-out);
}
[data-theme="dark"] .vgnw-header-search-scrim { background: rgba(0, 0, 0, 0.58); }
@keyframes hdr-scrim-in { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .vgnw-header-search-scrim { animation: none; } }

/* empty state — stacked full-width rows; each section lists horizontally */
.vgnw-header-search-cols { display: flex; flex-direction: column; gap: 16px; }
.vgnw-header-search-col { min-width: 0; }
.vgnw-header-search-col + .vgnw-header-search-col { border-top: 1px solid var(--border-subtle); padding-top: 16px; }
.vgnw-header-search-col-h {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--fg-subtle); margin-bottom: 12px;
}
.vgnw-header-search-col .vgnw-search-jump { display: flex; flex-wrap: wrap; gap: 8px; grid-template-columns: none; }
.vgnw-header-search-col .vgnw-search-jump-a { flex: 0 0 auto; }
.vgnw-header-search-hint { font-family: var(--font-text); font-size: 13px; color: var(--fg-subtle); line-height: 1.5; margin: 0; }

/* results — grouped, flowing in two columns */
.vgnw-header-search-results { columns: 2; column-gap: 40px; }
.vgnw-header-search-results .vgnw-search-group { break-inside: avoid; margin-bottom: 12px; }

.vgnw-header-search-empty { text-align: center; padding: 40px 20px; color: var(--fg-muted); display: flex; flex-direction: column; align-items: center; gap: 6px; }
.vgnw-header-search-empty p { font-family: var(--font-deck); font-weight: 600; font-size: 15px; color: var(--fg-default); margin: 0; }
.vgnw-header-search-empty span { font-family: var(--font-micro); font-size: 12.5px; }

@media (max-width: 860px) {
  .vgnw-header-search-results { columns: 1; }
}

/* --- Trending bar (lives inside the header, network-wide) --------------- */
.vgnw-header-trending {
  position: relative;
  display: flex; align-items: center; gap: 14px;
  height: 40px; padding: 0; border-top: none;
  overflow-x: auto; scrollbar-width: none;
}
.vgnw-header-trending::-webkit-scrollbar { display: none; }
.vgnw-trending-label {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.10em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0;
}
.vgnw-trending-sep { height: 14px; width: 1px; background: var(--border-default); flex-shrink: 0; }
.vgnw-trending-link {
  font-family: var(--font-micro); font-weight: 600; font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--fg-default); white-space: nowrap; flex-shrink: 0;
  transition: opacity var(--dur-fast);
}
.vgnw-trending-link:hover { opacity: 0.6; }
.vgnw-trending-now { font-family: var(--font-micro); font-weight: 500; font-size: 12px; letter-spacing: 0.02em; color: var(--fg-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* reading bar: keep the eyebrow quietest, the live title a soft mid-tone (not the heavy page-title color) */
.vgnw-header-trending--reading .vgnw-trending-label { color: var(--fg-subtle); }
/* reading progress bar pinned to the header's bottom edge */
.vgnw-header-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: transparent; }
.vgnw-header-progress-fill { height: 100%; width: 0; background: var(--fg-default); transition: width 90ms linear; }

/* --- Review reading strip: score + product + TOC scroll-spy (square, bordered) --- */
.vgnw-header-trending--review { gap: 12px; overflow: visible; }
.vgnw-reading-score { display: inline-flex; align-items: center; flex-shrink: 0;
  font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums; padding: 3px 9px; border-radius: 5px; text-transform: none;
  color: var(--score-excellent); background: var(--accent-success-bg); border: none; }
.vgnw-reading-score.is-good { color: var(--score-good); background: var(--accent-info-bg); }
.vgnw-reading-score.is-mixed { color: var(--score-mixed); background: var(--accent-warning-bg); }
.vgnw-reading-score.is-bad { color: var(--score-bad); background: var(--accent-danger-bg); }
.vgnw-reading-product { display: inline-flex; align-items: baseline; gap: 8px; min-width: 0; }
.vgnw-reading-product-name { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-reading-buy { display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; cursor: pointer;
  font-family: var(--font-deck); font-weight: 600; font-size: 12.5px; color: var(--fg-default);
  padding: 5px 11px; border-radius: 6px; border: 1px solid var(--border-default); background: var(--bg-surface);
  transition: border-color var(--dur-fast), background var(--dur-fast); }
.vgnw-reading-buy:hover { border-color: var(--fg-default); background: var(--bg-raised); }
.vgnw-reading-buy i { color: var(--fg-muted); }
.vgnw-reading-buy-price { font-family: var(--font-micro); font-weight: 700; font-size: 11px; font-variant-numeric: tabular-nums;
  color: var(--fg-muted); padding-left: 1px; }

/* TOC dropdown — square bordered button, pushed to the far right */
.vgnw-reading-toc { position: relative; margin-left: auto; flex-shrink: 0; }
.vgnw-reading-toc-btn { display: inline-flex; align-items: center; gap: 8px; padding: 5px 9px 5px 10px; border-radius: 6px;
  border: 1px solid var(--border-default); background: var(--bg-surface); cursor: pointer; max-width: 280px;
  font-family: var(--font-deck); transition: border-color var(--dur-fast), background var(--dur-fast); }
.vgnw-reading-toc-btn:hover { border-color: var(--fg-subtle); }
.vgnw-reading-toc-btn.is-open { border-color: var(--fg-default); background: var(--bg-raised); }
.vgnw-reading-toc-lead { color: var(--fg-subtle); flex-shrink: 0; }
.vgnw-reading-toc-cur { font-weight: 600; font-size: 12.5px; color: var(--fg-default); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-reading-toc-step { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.04em;
  color: var(--fg-subtle); font-variant-numeric: tabular-nums; flex-shrink: 0; padding-left: 2px; }
.vgnw-reading-toc-btn .vgnw-chev { opacity: 0.5; transition: transform var(--dur-fast); }
.vgnw-reading-toc-btn.is-open .vgnw-chev { transform: rotate(180deg); }
.vgnw-reading-toc-menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 50; width: 300px;
  background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: 10px;
  box-shadow: var(--shadow-lg); overflow: hidden; animation: mega-in 140ms ease both; }
.vgnw-reading-toc-menu-h { display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 10px 14px; border-bottom: 1px solid var(--border-subtle); background: var(--bg-raised);
  font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-reading-toc-menu-n { font-weight: 600; font-size: 10.5px; letter-spacing: 0.02em; text-transform: none; color: var(--fg-muted); }
.vgnw-reading-toc-list { padding: 6px; display: flex; flex-direction: column; gap: 1px; }
.vgnw-reading-toc-item { display: flex; align-items: center; gap: 11px; width: 100%; padding: 9px 10px; border-radius: 7px;
  background: transparent; border: none; cursor: pointer; text-align: left; transition: background var(--dur-fast); }
.vgnw-reading-toc-item:hover { background: var(--bg-raised); }
.vgnw-reading-toc-num { width: 19px; height: 19px; flex-shrink: 0; display: grid; place-items: center; border-radius: 5px;
  background: var(--bg-inset); font-family: var(--font-micro); font-weight: 700; font-size: 9px;
  letter-spacing: 0.02em; color: var(--fg-muted); font-variant-numeric: tabular-nums;
  transition: background var(--dur-fast), color var(--dur-fast); }
.vgnw-reading-toc-done { display: none; width: 19px; height: 19px; flex-shrink: 0; place-items: center; border-radius: 5px;
  background: var(--accent-success-bg); color: var(--accent-success); font-size: 12px; }
.vgnw-reading-toc-item.is-read .vgnw-reading-toc-num { display: none; }
.vgnw-reading-toc-item.is-read .vgnw-reading-toc-done { display: grid; }
.vgnw-reading-toc-t { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  font-family: var(--font-deck); font-weight: 500; font-size: 13.5px; color: var(--fg-muted); }
.vgnw-reading-toc-item:hover .vgnw-reading-toc-t { color: var(--fg-default); }
.vgnw-reading-toc-go { flex-shrink: 0; opacity: 0; color: var(--fg-subtle); font-size: 14px; transition: opacity var(--dur-fast); }
.vgnw-reading-toc-item:hover .vgnw-reading-toc-go { opacity: 1; }
.vgnw-reading-toc-item.is-active { background: var(--bg-inset); }
.vgnw-reading-toc-item.is-active .vgnw-reading-toc-t { color: var(--fg-default); font-weight: 600; }
.vgnw-reading-toc-item.is-active .vgnw-reading-toc-num { background: var(--fg-default); color: var(--bg-surface); }
.vgnw-reading-toc-top { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; padding: 10px;
  border: none; border-top: 1px solid var(--border-subtle); background: none; cursor: pointer;
  font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.04em; color: var(--fg-muted);
  transition: background var(--dur-fast), color var(--dur-fast); }
.vgnw-reading-toc-top:hover { background: var(--bg-raised); color: var(--fg-default); }
.vgnw-reading-toc-top i { font-size: 14px; }

/* --- Active nav indicator: bold + dark text only (neutral default) ------ */
.vgnw-header-nav a { position: relative; }
.vgnw-header-nav a.active { opacity: 1; color: var(--fg-default); font-weight: 700; background: transparent; }
.vgnw-header-nav a.active:hover { background: transparent; }

/* --- Editorial card hover (web cards lift on hover) --------------------- */
.vgnw-card:hover { border-color: var(--border-default); box-shadow: var(--shadow-sm); }

/* --- Thumb: editorial gradient placeholder (web cards) ------------------ */
.vgnw-thumb {
  position: relative;
  background: linear-gradient(135deg, var(--n-600), var(--n-950));
  overflow: hidden;
}
.vgnw-thumb--16x9 { aspect-ratio: 16 / 9; }
.vgnw-thumb--4x5  { aspect-ratio: 4 / 5; }
.vgnw-thumb--1x1  { aspect-ratio: 1 / 1; }
.vgnw-thumb-overlay {
  position: absolute; left: 10px; top: 10px;
  display: flex; gap: 6px; align-items: center;
}
.vgnw-thumb-meta {
  position: absolute; right: 10px; bottom: 10px;
  font-family: var(--font-micro); font-size: 11px; font-weight: 600;
  background: rgba(0,0,0,0.65); color: #fff;
  padding: 3px 7px; border-radius: 3px;
}

/* --- Eyebrow row -------------------------------------------------------- */
.vgnw-eyebrow {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-default);
}
.vgnw-eyebrow--muted { color: var(--fg-muted); }
.vgnw-dotrule { color: var(--fg-subtle); margin: 0 2px; }

/* --- Section header (editorial "View all" variant) ---------------------- */
.vgnw-section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin: 56px 0 20px;
  padding-bottom: 14px; border-bottom: 1px solid var(--border-default);
}
.vgnw-section-head h2 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 28px; letter-spacing: -0.015em; line-height: 1; margin: 0;
}
.vgnw-section-head a {
  font-family: var(--font-deck); font-weight: 600; font-size: 13px;
  color: var(--fg-default); display: inline-flex; align-items: center; gap: 4px;
}
.vgnw-section-head a:hover { opacity: 0.6; }

/* --- Hero --------------------------------------------------------------- */
.vgnw-hero { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; margin-top: 28px; }
.vgnw-hero-main { display: flex; flex-direction: column; gap: 14px; cursor: pointer; }
.vgnw-hero-main .vgnw-thumb { border-radius: 10px; }
.vgnw-hero-main h1 {
  font-family: var(--font-banner); font-weight: 800;
  font-size: clamp(36px, 3.6vw, 52px); line-height: 0.98;
  letter-spacing: -0.035em; text-wrap: balance; margin: 0;
}
.vgnw-hero-meta { display: flex; align-items: center; gap: 10px; font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-hero-side { display: flex; flex-direction: column; gap: 18px; }
.vgnw-hero-side-item { display: flex; gap: 12px; cursor: pointer; }
.vgnw-hero-side-item .vgnw-thumb { width: 120px; flex-shrink: 0; border-radius: 8px; }
.vgnw-hero-side-item h3 {
  font-family: var(--font-deck); font-weight: 600; font-size: 16px;
  line-height: 1.25; letter-spacing: -0.005em; margin: 4px 0 0;
}

/* --- Article body ------------------------------------------------------- */
.vgnw-article { display: grid; grid-template-columns: minmax(0, 1fr) var(--sidebar-w, 340px); gap: 48px; margin-top: 32px; align-items: start; }
.vgnw-article > *,
.vgnw-forum-block > * { min-width: 0; }
.vgnw-article-body { max-width: none; min-width: 0; }
.vgnw-article-body > .vgnw-prose { max-width: none; }
.vgnw-article-head {
  display: flex; flex-direction: column; gap: 14px;
  margin-bottom: 32px; padding-bottom: 28px; border-bottom: 1px solid var(--border-default);
}
.vgnw-article-head h1 {
  font-family: var(--font-banner); font-weight: 700;
  font-size: clamp(40px, 4.5vw, 60px); line-height: 0.98;
  letter-spacing: 0.01em; margin: 0; text-wrap: balance;
}
.vgnw-article-head .vgnw-lede {
  font-family: var(--font-text); font-weight: 400;
  font-size: 20px; line-height: 1.45; color: var(--fg-muted);
  margin: 0; text-wrap: pretty;
}
.vgnw-byline { display: flex; align-items: center; gap: 14px; font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); padding-top: 18px; border-top: 1px solid var(--border-default); }
.vgnw-byline .vgnw-name { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default); }
.vgnw-byline-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.vgnw-byline-cta { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-deck); font-weight: 600; font-size: 12.5px; color: var(--fg-default); background: var(--bg-raised); border: 1px solid var(--border-default); padding: 8px 13px; border-radius: 6px; cursor: pointer; }
.vgnw-byline-cta:hover { border-color: var(--border-strong); }
.vgnw-byline-cta i { color: var(--fg-muted); }
.vgnw-byline-google { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-deck); font-weight: 600; font-size: 12.5px; color: var(--bg-surface); background: var(--fg-default); border: none; padding: 9px 14px; border-radius: 6px; text-decoration: none; }
.vgnw-byline-google:hover { opacity: 0.88; }
.vgnw-byline-google i { color: inherit; }

.vgnw-scorebox { display: inline-flex; align-items: center; gap: 14px; padding: 14px 18px; border: 1px solid var(--border-default); border-radius: 10px; }
.vgnw-scorebox-num { font-family: var(--font-display); font-weight: 700; font-size: 44px; letter-spacing: -0.035em; line-height: 1; font-variant-numeric: tabular-nums; color: var(--score-excellent); }
.vgnw-scorebox-divider { height: 44px; width: 1px; background: var(--border-default); }
.vgnw-scorebox-label { font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; }
.vgnw-scorebox-quote { font-family: var(--font-text); font-size: 14px; color: var(--n-700); max-width: 340px; line-height: 1.4; }

.vgnw-prose p { font-family: var(--font-micro); font-size: 16px; line-height: 1.7; margin: 0 0 22px; color: var(--fg-default); text-wrap: pretty; }
.vgnw-prose h2 { font-family: var(--font-display); font-weight: 600; font-size: 28px; letter-spacing: -0.015em; line-height: 1.15; margin: 40px 0 14px; }
.vgnw-prose blockquote {
  font-family: var(--font-deck); font-weight: 500; font-size: 24px; line-height: 1.35; letter-spacing: -0.01em;
  border-left: 2px solid var(--n-950); padding-left: 22px; margin: 32px 0; color: var(--fg-default);
}
[data-theme="dark"] .vgnw-prose blockquote { border-left-color: var(--n-25); }
.vgnw-prose figure { margin: 32px 0; }
.vgnw-prose figcaption { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); margin-top: 10px; line-height: 1.4; }

/* --- Aside -------------------------------------------------------------- */
.vgnw-aside { display: flex; flex-direction: column; gap: 32px; }
.vgnw-aside-block { display: flex; flex-direction: column; gap: 12px; }
.vgnw-aside-block h4 {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.10em; text-transform: uppercase;
  padding-bottom: 8px; border-bottom: 1px solid var(--border-default); margin: 0;
}

/* --- Tabs --------------------------------------------------------------- */
.vgnw-tabs { display: inline-flex; gap: 4px; padding: 3px; background: var(--bg-raised); border: 1px solid var(--border-subtle); border-radius: 8px; }
.vgnw-tab { font-family: var(--font-deck); font-weight: 600; font-size: 13px; background: transparent; color: var(--fg-muted); border: 1px solid transparent; padding: 6px 14px; border-radius: 5px; }
.vgnw-tab--active { background: var(--bg-surface); color: var(--fg-default); border-color: var(--border-default); box-shadow: var(--shadow-xs); }

/* --- Deal card ---------------------------------------------------------- */
.vgnw-deal { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.vgnw-deal-price { display: flex; align-items: baseline; gap: 10px; }
.vgnw-deal-now { font-family: var(--font-display); font-weight: 700; font-size: 26px; letter-spacing: -0.025em; color: var(--accent-success); font-variant-numeric: tabular-nums; }
.vgnw-deal-was { font-family: var(--font-text); font-size: 14px; color: var(--fg-muted); text-decoration: line-through; }
.vgnw-deal-pct { font-family: var(--font-micro); font-weight: 700; font-size: 12px; color: var(--accent-success); }
.vgnw-deal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

/* --- Forum -------------------------------------------------------------- */
.vgnw-thread { display: flex; gap: 14px; padding: 16px 20px; border-bottom: 1px solid var(--border-subtle); cursor: pointer; transition: background var(--dur-fast); }
.vgnw-thread:hover { background: var(--bg-raised); }
.vgnw-thread-votes { display: flex; flex-direction: column; align-items: center; gap: 2px; width: 32px; }
.vgnw-thread-votes .vgnw-num { font-family: var(--font-mono); font-size: 12px; font-weight: 700; }
.vgnw-thread-title { font-family: var(--font-deck); font-weight: 600; font-size: 15px; line-height: 1.3; }
.vgnw-thread-meta { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); margin-top: 5px; }

/* --- Profile ------------------------------------------------------------ */
.vgnw-profile-cover {
  height: 220px;
  background:
    linear-gradient(180deg, rgba(10,10,9,0) 30%, rgba(10,10,9,0.9) 100%),
    linear-gradient(135deg, var(--n-600), var(--n-950));
  border-radius: 12px; position: relative;
}
.vgnw-profile-head { display: flex; align-items: flex-end; gap: 20px; padding: 0 24px; margin-top: -50px; position: relative; z-index: 2; }
.vgnw-profile-head .vgnw-avatar { width: 100px; height: 100px; font-size: 32px; font-family: var(--font-display); border: 4px solid var(--bg-page); }
.vgnw-profile-name { font-family: var(--font-display); font-weight: 700; font-size: 32px; letter-spacing: -0.02em; line-height: 1.1; color: var(--fg-inverse); }
.vgnw-profile-handle { font-family: var(--font-micro); font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 4px; }

.vgnw-stat-row { display: flex; gap: 32px; padding: 20px 24px; }
.vgnw-stat-cell .vgnw-num { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -0.02em; line-height: 1; font-variant-numeric: tabular-nums; }
.vgnw-stat-cell .vgnw-lbl { font-family: var(--font-micro); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); margin-top: 4px; }

/* --- Achievements ------------------------------------------------------- */
.vgnw-ach-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.vgnw-ach { background: var(--bg-surface); border: 1px solid var(--border-subtle); border-radius: 10px; padding: 16px; display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; }
.vgnw-ach-badge { width: 56px; height: 56px; border-radius: 10px; background: var(--n-950); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 18px; }
[data-theme="dark"] .vgnw-ach-badge { background: var(--n-25); color: var(--n-950); }
.vgnw-ach--locked { opacity: 0.5; }
.vgnw-ach--locked .vgnw-ach-badge { background: var(--n-200); color: var(--n-500); }

/* --- Unified footer: web's column set + a Setups column = 7 ------------- */
.vgnw-footer--network .vgnw-footer-cols { grid-template-columns: repeat(7, 1fr); gap: 18px; }
.vgnw-footer-disclaimer { font-family: var(--font-micro); font-size: 11px; line-height: 1.55; color: rgba(255,255,255,0.45); max-width: 900px; margin: 0; }

/* --- Editorial responsive ---------------------------------------------- */
@media (max-width: 1100px) {
  .vgnw-footer--network .vgnw-footer-cols { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1024px) {
  .vgnw-article { grid-template-columns: 1fr; }
  .vgnw-aside { display: none; }
  .vgnw-hero { grid-template-columns: 1fr; }
  .vgnw-deal-grid { grid-template-columns: repeat(2, 1fr); }
  .vgnw-ach-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .vgnw-footer--network .vgnw-footer-cols { grid-template-columns: repeat(2, 1fr); }
}

/* source: assets/static/css/pages.css */
/* VGNW — page surfaces for the multi-page split.
   New screens (Games hub · Articles index · Tools) + redesign helpers for
   Deals / Forum / Calendar. Tokens-only so light + dark both work. Loaded
   after home.css on every page. */

:root { --sidebar-w: 340px; }


/* shared utilities ---------------------------------------------------------- */
.vgnw-thumb--3x4 { aspect-ratio: 3 / 4; }

/* breadcrumb (article / game detail) */
.vgnw-breadcrumb { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 20px 0 14px; }
.vgnw-detail > .vgnw-breadcrumb { margin: 0 0 -12px; }
/* when a page-head follows a breadcrumb, tighten its big default top padding */
.vgnw-breadcrumb + .vgnw-page-head { padding-top: 14px; margin-top: 0; }
.vgnw-breadcrumb-link { font-family: var(--font-micro); font-weight: 500; font-size: 11.5px; letter-spacing: 0.02em; color: var(--fg-subtle); text-decoration: none; transition: color var(--dur-fast); }
.vgnw-breadcrumb-link:hover { color: var(--fg-default); text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--border-strong); text-underline-offset: 2px; }
.vgnw-breadcrumb-sep { display: inline-flex; align-items: center; color: var(--fg-disabled, var(--fg-subtle)); font-size: 11px; }
.vgnw-breadcrumb-current { font-family: var(--font-micro); font-weight: 600; font-size: 11.5px; letter-spacing: 0.02em; color: var(--fg-muted); }
.vgnw-gh-empty {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 56px 0; color: var(--fg-subtle); text-align: center;
}
.vgnw-gh-empty p { font-family: var(--font-deck); font-size: 15px; color: var(--fg-muted); margin: 0; }

/* ============================================================================
   GAMES HUB
   ============================================================================ */
.vgnw-gh-hero {
  position: relative; margin-top: 24px; border-radius: 14px; overflow: hidden;
  min-height: 360px; display: flex; align-items: flex-end; cursor: pointer;
  border: 1px solid var(--border-subtle);
}
.vgnw-gh-hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,8,7,0.92) 0%, rgba(8,8,7,0.55) 40%, rgba(8,8,7,0.12) 75%, transparent 100%);
}
.vgnw-gh-hero-body { position: relative; padding: 36px 40px 34px; color: #fff; width: 100%; }
.vgnw-gh-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-micro); font-weight: 700; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.85);
}
.vgnw-gh-hero-title {
  font-family: var(--font-banner); font-weight: 800;
  font-size: clamp(34px, 4vw, 54px); line-height: 0.98; letter-spacing: -0.03em;
  margin: 12px 0 10px; max-width: 16ch; text-wrap: balance; color: #fff;
}
.vgnw-gh-hero-tag {
  font-family: var(--font-deck); font-size: 17px; line-height: 1.4;
  color: rgba(255,255,255,0.82); margin: 0 0 20px; max-width: 60ch; text-wrap: pretty;
}
.vgnw-gh-hero-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.vgnw-gh-hero-plats { display: flex; align-items: center; gap: 14px; }
.vgnw-gh-hero-plat {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-micro); font-weight: 600; font-size: 12px; color: rgba(255,255,255,0.85);
}
.vgnw-gh-hero-score {
  display: flex; flex-direction: column; align-items: center; line-height: 1;
  padding: 8px 14px; border-radius: 10px; background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(6px);
}
.vgnw-gh-hero-score .vgnw-lbl { font-family: var(--font-micro); font-weight: 700; font-size: 8.5px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.75; }
.vgnw-gh-hero-score .vgnw-val { font-family: var(--font-display); font-weight: 700; font-size: 24px; letter-spacing: -0.03em; margin-top: 3px; }

/* catalogue: filter rail + results */
.vgnw-gh-catalogue { display: grid; grid-template-columns: 248px 1fr; gap: 36px; margin-top: 28px; align-items: start; }
.vgnw-gh-rail { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 22px; }
.vgnw-gh-rail-search { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--border-default); border-radius: 8px; background: var(--bg-surface); color: var(--fg-muted); }
.vgnw-gh-rail-search input { border: none; background: none; outline: none; font-family: var(--font-text); font-size: 14px; color: var(--fg-default); flex: 1; min-width: 0; }
.vgnw-gh-rail-clear { background: none; border: none; color: var(--fg-subtle); cursor: pointer; display: grid; place-items: center; padding: 0; }
.vgnw-gh-rail-clear:hover { color: var(--fg-default); }
.vgnw-gh-rail-group { display: flex; flex-direction: column; gap: 1px; }
.vgnw-gh-rail-head { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-subtle); padding-bottom: 9px; margin-bottom: 4px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-gh-rail-reset { font-family: var(--font-micro); font-weight: 600; font-size: 10px; letter-spacing: 0; text-transform: none; color: var(--fg-muted); background: none; border: none; cursor: pointer; }
.vgnw-gh-rail-reset:hover { color: var(--fg-default); }
.vgnw-gh-check { display: flex; align-items: center; gap: 10px; width: 100%; padding: 7px 8px; border: none; background: none; cursor: pointer; border-radius: 7px; text-align: left; transition: background var(--dur-fast); }
.vgnw-gh-check:hover { background: var(--bg-raised); }
.vgnw-gh-check-box { width: 17px; height: 17px; border-radius: 5px; border: 1.5px solid var(--border-strong); display: grid; place-items: center; flex-shrink: 0; transition: background var(--dur-fast), border-color var(--dur-fast); }
.vgnw-gh-check-box--radio { border-radius: 999px; }
.vgnw-gh-check.is-on .vgnw-gh-check-box { background: var(--fg-default); border-color: var(--fg-default); color: var(--bg-surface); }
.vgnw-gh-check-lbl { flex: 1; min-width: 0; font-family: var(--font-deck); font-weight: 500; font-size: 13.5px; color: var(--fg-default); }
.vgnw-gh-check.is-on .vgnw-gh-check-lbl { font-weight: 600; }
.vgnw-gh-check-n { font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); font-variant-numeric: tabular-nums; }

.vgnw-gh-results { min-width: 0; }
.vgnw-gh-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border-default); margin-bottom: 18px; flex-wrap: wrap; }
.vgnw-gh-toolbar-l { font-family: var(--font-deck); font-size: 14px; color: var(--fg-muted); }
.vgnw-gh-toolbar-l strong { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--fg-default); letter-spacing: -0.02em; margin-right: 3px; }
.vgnw-gh-toolbar-sub { color: var(--fg-subtle); margin-left: 4px; }
.vgnw-gh-toolbar-r { display: flex; align-items: center; gap: 12px; }
.vgnw-gh-sort { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-gh-sort select { font-family: var(--font-deck); font-weight: 600; font-size: 13px; text-transform: none; letter-spacing: 0; color: var(--fg-default); padding: 8px 10px; border: 1px solid var(--border-default); border-radius: 7px; background: var(--bg-surface); cursor: pointer; outline: none; }
.vgnw-gh-layout-toggle { display: inline-flex; border: 1px solid var(--border-default); border-radius: 7px; overflow: hidden; }
.vgnw-gh-layout-toggle button { width: 34px; height: 34px; display: grid; place-items: center; background: var(--bg-surface); border: none; color: var(--fg-subtle); cursor: pointer; }
.vgnw-gh-layout-toggle button + button { border-left: 1px solid var(--border-default); }
.vgnw-gh-layout-toggle button.is-on { background: var(--bg-inset); color: var(--fg-default); }

.vgnw-gh-active { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 20px; }
.vgnw-gh-active-chip { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-deck); font-weight: 600; font-size: 12.5px; color: var(--fg-default); background: var(--bg-inset); border: none; border-radius: 999px; padding: 6px 11px; cursor: pointer; }
.vgnw-gh-active-chip i { color: var(--fg-muted); }
.vgnw-gh-active-chip:hover { background: var(--border-default); }
.vgnw-gh-active-clear { font-family: var(--font-deck); font-weight: 600; font-size: 12.5px; color: var(--fg-muted); background: none; border: none; cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }
.vgnw-gh-active-clear:hover { color: var(--fg-default); }
.vgnw-gh-empty .vgnw-btn { margin-top: 4px; }

/* cover grid */
.vgnw-gh-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.vgnw-gh-grid--rail { grid-template-columns: repeat(4, 1fr); }
.vgnw-gh-cover-card { display: flex; flex-direction: column; gap: 10px; cursor: pointer; text-align: left; background: none; border: none; padding: 0; }
.vgnw-gh-cover {
  position: relative; aspect-ratio: 3 / 4; border-radius: 10px; overflow: hidden;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base);
}
.vgnw-gh-cover::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid var(--border-default); pointer-events: none; transition: border-color var(--dur-fast); }
.vgnw-gh-cover-card:hover .vgnw-gh-cover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.vgnw-gh-cover-card:hover .vgnw-gh-cover::after { border-color: var(--border-strong); }
.vgnw-gh-cover-score { position: absolute; top: 8px; right: 8px; }
.vgnw-gh-cover-soon {
  position: absolute; top: 8px; left: 8px; font-family: var(--font-micro); font-weight: 700;
  font-size: 9.5px; letter-spacing: 0.06em; text-transform: uppercase; color: #fff;
  background: rgba(8,8,7,0.7); padding: 4px 8px; border-radius: 5px; backdrop-filter: blur(4px);
}
.vgnw-gh-cover-plats {
  position: absolute; bottom: 8px; left: 8px; display: flex; gap: 7px; color: #fff;
  opacity: 0; transition: opacity var(--dur-base);
}
.vgnw-gh-cover-card:hover .vgnw-gh-cover-plats { opacity: 0.95; }
.vgnw-gh-cover-b { display: flex; flex-direction: column; gap: 2px; }
.vgnw-gh-cover-t { font-family: var(--font-deck); font-weight: 600; font-size: 14.5px; letter-spacing: -0.01em; line-height: 1.2; }
.vgnw-gh-cover-m { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); }

/* detailed list */
.vgnw-gh-list { display: flex; flex-direction: column; border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; background: var(--bg-surface); }
.vgnw-gh-row { display: flex; align-items: center; gap: 16px; padding: 12px 18px; cursor: pointer; transition: background var(--dur-fast); text-align: left; background: none; border: none; width: 100%; }
.vgnw-gh-row + .vgnw-gh-row { border-top: 1px solid var(--border-subtle); }
.vgnw-gh-row:hover { background: var(--bg-raised); }
.vgnw-gh-row-rank { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--fg-subtle); width: 22px; text-align: center; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.vgnw-gh-row-cover { border-radius: 6px; flex-shrink: 0; }
.vgnw-gh-row-b { flex: 1; min-width: 0; }
.vgnw-gh-row-t { font-family: var(--font-deck); font-weight: 600; font-size: 15px; letter-spacing: -0.01em; display: inline-flex; align-items: center; gap: 7px; }
.vgnw-gh-row-m { font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-muted); margin-top: 2px; }
.vgnw-gh-row-plats { display: flex; gap: 8px; color: var(--fg-subtle); flex-shrink: 0; width: 92px; justify-content: flex-end; }
.vgnw-gh-row-stat { display: flex; flex-direction: column; align-items: flex-end; flex-shrink: 0; width: 78px; }
.vgnw-gh-row-stat b { font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.vgnw-gh-row-stat span { font-family: var(--font-micro); font-size: 10px; color: var(--fg-muted); }
.vgnw-gh-trend { display: inline-flex; }

/* list view via the layout toggle: the same .vgnw-gh-cover-card markup laid out as rows */
.vgnw-gh-list .vgnw-gh-cover-card { position: relative; flex-direction: row; align-items: center; gap: 12px; padding: 7px 116px 7px 12px; transition: background var(--dur-fast); }
.vgnw-gh-list .vgnw-gh-cover-card + .vgnw-gh-cover-card { border-top: 1px solid var(--border-subtle); }
.vgnw-gh-list .vgnw-gh-cover-card:hover { background: var(--bg-raised); }
.vgnw-gh-list .vgnw-gh-cover { position: static; width: 36px; height: 47px; aspect-ratio: auto; border-radius: 5px; flex-shrink: 0; }
.vgnw-gh-list .vgnw-gh-cover > [data-seed] { position: relative !important; inset: auto !important; display: block; width: 100%; height: 100% !important; border-radius: 5px; }
.vgnw-gh-list .vgnw-gh-cover::after { display: none; }
.vgnw-gh-list .vgnw-gh-cover-card:hover .vgnw-gh-cover { transform: none; box-shadow: none; }
.vgnw-gh-list .vgnw-gh-cover-card:hover .vgnw-gh-cover > [data-seed] { transform: none; }
.vgnw-gh-list .vgnw-gh-cover-plats { display: flex; opacity: 1; color: var(--fg-subtle); left: auto; right: 84px; bottom: auto; top: 50%; transform: translateY(-50%); }
.vgnw-gh-list .vgnw-gh-cover-score { top: 50%; right: 14px; transform: translateY(-50%); }
.vgnw-gh-list .vgnw-gh-cover-score .vgnw-score-chip { width: 30px !important; height: 30px !important; font-size: 12.5px !important; }
.vgnw-gh-list .vgnw-gh-cover-soon { top: 50%; left: auto; right: 14px; transform: translateY(-50%); color: var(--fg-muted); background: var(--bg-inset); backdrop-filter: none; }
.vgnw-gh-list .vgnw-gh-cover-b { flex: 1; min-width: 0; flex-direction: row; align-items: baseline; gap: 8px; }
.vgnw-gh-list .vgnw-gh-cover-t { font-size: 14.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-gh-list .vgnw-gh-cover-m { white-space: nowrap; }

/* coming-soon countdown day badge (shared with calendar) */
.vgnw-gh-count-days { display: flex; align-items: baseline; gap: 5px; }
.vgnw-gh-count-days b { font-family: var(--font-display); font-weight: 700; font-size: 30px; letter-spacing: -0.03em; line-height: 1; color: var(--fg-default); }
.vgnw-gh-count-days span { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); }

/* ============================================================================
   ARTICLES INDEX
   ============================================================================ */
.vgnw-ai-cats { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.vgnw-ai-magazine { display: grid; grid-template-columns: 1fr var(--sidebar-w, 340px); gap: 44px; margin-top: 32px; align-items: start; }
.vgnw-ai-main { min-width: 0; }
.vgnw-ai-row-eyebrow { display: flex; align-items: center; gap: 6px; }
.vgnw-ai-score { font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: -0.02em; color: var(--score-excellent); font-variant-numeric: tabular-nums; }
.vgnw-ai-byline { display: flex; align-items: center; gap: 7px; font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-muted); margin-top: 12px; }
.vgnw-ai-byline .vgnw-nm { color: var(--fg-default); font-weight: 600; }

/* lead */
.vgnw-ai-lead { display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; align-items: start; }
.vgnw-ai-lead-main { cursor: pointer; }
.vgnw-ai-lead-thumb { width: 100%; margin-bottom: 16px; }
.vgnw-ai-lead-b { display: flex; flex-direction: column; gap: 10px; }
.vgnw-ai-lead-t { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 2.4vw, 34px); line-height: 1.08; letter-spacing: -0.02em; margin: 0; text-wrap: balance; }
.vgnw-ai-lead-dek { font-family: var(--font-deck); font-size: 16px; line-height: 1.45; color: var(--fg-muted); margin: 0; text-wrap: pretty; }
.vgnw-ai-lead-side { display: flex; flex-direction: column; gap: 20px; }
.vgnw-ai-side-row { display: flex; flex-direction: column; gap: 10px; cursor: pointer; padding-bottom: 20px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-ai-side-row:last-child { border-bottom: none; padding-bottom: 0; }
.vgnw-ai-side-thumb { width: 100%; }
.vgnw-ai-side-b { display: flex; flex-direction: column; gap: 6px; }
.vgnw-ai-side-t { font-family: var(--font-deck); font-weight: 600; font-size: 16px; line-height: 1.25; letter-spacing: -0.01em; margin: 0; text-wrap: balance; }
.vgnw-ai-side-row:hover .vgnw-ai-side-t { text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--border-strong); text-underline-offset: 2px; }
.vgnw-ai-side-m { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); }

.vgnw-ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vgnw-ai-grid .vgnw-card { overflow: hidden; }

/* aside */
.vgnw-ai-aside { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 88px; }
.vgnw-ai-aside-card { border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; background: var(--bg-surface); }
.vgnw-ai-aside-h { padding: 13px 16px; border-bottom: 1px solid var(--border-subtle); font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: -0.01em; }
.vgnw-ai-read { list-style: none; margin: 0; padding: 0; }
.vgnw-ai-read-row { display: flex; align-items: center; gap: 12px; padding: 12px 16px; cursor: pointer; transition: background var(--dur-fast); }
.vgnw-ai-read-row + .vgnw-ai-read-row { border-top: 1px solid var(--border-subtle); }
.vgnw-ai-read-row:hover { background: var(--bg-raised); }
.vgnw-ai-read-rank { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--fg-subtle); width: 20px; text-align: center; flex-shrink: 0; }
.vgnw-ai-read-b { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.vgnw-ai-read-t { font-family: var(--font-deck); font-weight: 600; font-size: 13.5px; line-height: 1.3; letter-spacing: -0.005em; }
.vgnw-ai-read-m { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); }

.vgnw-ai-news { background: var(--bg-inverse); color: var(--fg-inverse); border-radius: 12px; padding: 20px; }
.vgnw-ai-news-eyebrow { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
[data-theme="dark"] .vgnw-ai-news-eyebrow { color: rgba(0,0,0,0.45); }
.vgnw-ai-news-t { font-family: var(--font-display); font-weight: 600; font-size: 17px; letter-spacing: -0.015em; line-height: 1.2; margin-top: 8px; }
.vgnw-ai-news-form { display: flex; gap: 6px; margin-top: 14px; }
.vgnw-ai-news-form input { flex: 1; min-width: 0; font-family: var(--font-text); font-size: 13px; padding: 9px 12px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.06); color: #fff; outline: none; }
[data-theme="dark"] .vgnw-ai-news-form input { border-color: rgba(0,0,0,0.12); background: rgba(0,0,0,0.06); color: var(--n-950); }
.vgnw-ai-news-form button { font-family: var(--font-deck); font-weight: 600; font-size: 13px; padding: 9px 14px; border-radius: 6px; border: none; background: #fff; color: var(--n-950); cursor: pointer; }
[data-theme="dark"] .vgnw-ai-news-form button { background: var(--n-950); color: #fff; }

/* river layout */
.vgnw-ai-river { display: flex; flex-direction: column; max-width: 860px; margin: 32px auto 0; }
.vgnw-ai-river-row { display: grid; grid-template-columns: 280px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--border-subtle); cursor: pointer; align-items: center; }
.vgnw-ai-river-row:first-child { padding-top: 0; }
.vgnw-ai-river-thumb { width: 100%; }
.vgnw-ai-river-b { min-width: 0; }
.vgnw-ai-river-t { font-family: var(--font-display); font-weight: 700; font-size: 24px; line-height: 1.12; letter-spacing: -0.02em; margin: 8px 0 0; text-wrap: balance; }
.vgnw-ai-river-row:hover .vgnw-ai-river-t { text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--border-strong); text-underline-offset: 3px; }
.vgnw-ai-river-dek { font-family: var(--font-deck); font-size: 15px; line-height: 1.45; color: var(--fg-muted); margin: 8px 0 0; text-wrap: pretty; }

/* ============================================================================
   TOOLS HUB
   ============================================================================ */
.vgnw-th-search { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--border-default); border-radius: 8px; background: var(--bg-surface); color: var(--fg-muted); min-width: 240px; }
.vgnw-th-search input { border: none; background: none; outline: none; font-family: var(--font-text); font-size: 14px; color: var(--fg-default); flex: 1; min-width: 0; }
.vgnw-th-cats { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.vgnw-th-featured-note { font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent-success); display: inline-flex; align-items: center; gap: 6px; }
.vgnw-th-featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* live tool shells */
.vgnw-th-live { border: 1px solid var(--border-subtle); border-radius: 14px; overflow: hidden; background: var(--bg-surface); display: flex; flex-direction: column; }
.vgnw-th-live-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-th-live-tag { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-deck); font-weight: 600; font-size: 14px; }
.vgnw-th-live-best { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-th-pad, .vgnw-th-react {
  appearance: none; border: none; cursor: pointer; width: 100%;
  min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  font: inherit; color: var(--fg-default); user-select: none;
  transition: background var(--dur-fast);
}
.vgnw-th-pad-big { font-family: var(--font-display); font-weight: 700; font-size: 56px; letter-spacing: -0.03em; line-height: 1; }
.vgnw-th-pad-sub { font-family: var(--font-micro); font-size: 13px; color: var(--fg-muted); }
.vgnw-th-pad--idle { background: var(--bg-raised); }
.vgnw-th-pad--running { background: var(--accent-info-bg); }
.vgnw-th-pad--running .vgnw-th-pad-big { color: var(--accent-info); }
.vgnw-th-pad--done { background: var(--accent-success-bg); }
.vgnw-th-pad--done .vgnw-th-pad-big { color: var(--accent-success); }
.vgnw-th-live-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 18px; border-top: 1px solid var(--border-subtle); }
.vgnw-th-meter { flex: 1; height: 5px; border-radius: 999px; background: var(--bg-inset); overflow: hidden; }
.vgnw-th-meter span { display: block; height: 100%; background: var(--accent-info); border-radius: 999px; transition: width 80ms linear; }

/* reaction states */
.vgnw-th-react--idle { background: var(--bg-raised); }
.vgnw-th-react--wait { background: #b42318; color: #fff; }
.vgnw-th-react--wait .vgnw-th-pad-sub { color: rgba(255,255,255,0.8); }
.vgnw-th-react--go { background: #1f8a4c; color: #fff; }
.vgnw-th-react--result { background: var(--accent-info-bg); }
.vgnw-th-react--result .vgnw-th-pad-big { color: var(--accent-info); }
.vgnw-th-react--early { background: var(--accent-warning-bg); }
.vgnw-th-react--early .vgnw-th-pad-big { color: var(--accent-warning); }
.vgnw-th-runs { display: flex; gap: 6px; flex-wrap: wrap; }
.vgnw-th-run-pip { font-family: var(--font-mono); font-size: 11px; color: var(--fg-muted); background: var(--bg-inset); padding: 3px 8px; border-radius: 5px; }
.vgnw-th-react-hint { font-family: var(--font-micro); font-weight: 700; font-size: 12px; color: var(--accent-success); }

/* directory cards */
.vgnw-th-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.vgnw-th-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 32px; }
.vgnw-th-card {
  appearance: none; text-align: left; cursor: pointer; width: 100%;
  display: flex; align-items: center; gap: 14px; padding: 16px 18px;
  border: 1px solid var(--border-subtle); border-radius: 12px; background: var(--bg-surface);
  transition: border-color var(--dur-fast), background var(--dur-fast), transform var(--dur-base);
}
.vgnw-th-card:hover { border-color: var(--border-strong); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.vgnw-th-card--compact { border: none; border-radius: 0; padding: 14px 4px; }
.vgnw-th-card--compact + .vgnw-th-card--compact, .vgnw-th-list .vgnw-th-card { border-bottom: 1px solid var(--border-subtle); }
.vgnw-th-card--compact:hover { transform: none; box-shadow: none; background: var(--bg-raised); border-color: transparent; }
.vgnw-th-card-ico { width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0; display: grid; place-items: center; background: var(--bg-inset); color: var(--fg-default); }
.vgnw-th-card--compact .vgnw-th-card-ico { width: 34px; height: 34px; border-radius: 8px; }
.vgnw-th-card--live .vgnw-th-card-ico { background: var(--accent-success-bg); color: var(--accent-success); }
.vgnw-th-card-b { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.vgnw-th-card-t { font-family: var(--font-deck); font-weight: 600; font-size: 14.5px; letter-spacing: -0.01em; display: inline-flex; align-items: center; gap: 7px; }
.vgnw-th-card-livedot { width: 6px; height: 6px; border-radius: 999px; background: var(--accent-success); }
.vgnw-th-card-d { font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-muted); line-height: 1.4; }
.vgnw-th-card-unit { font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; color: var(--fg-subtle); background: var(--bg-inset); padding: 3px 7px; border-radius: 5px; flex-shrink: 0; }
.vgnw-th-card-arrow { color: var(--fg-subtle); flex-shrink: 0; transition: transform var(--dur-fast), color var(--dur-fast); }
.vgnw-th-card:hover .vgnw-th-card-arrow { color: var(--fg-default); transform: translate(2px, -2px); }

/* ============================================================================
   DEALS controls
   ============================================================================ */
.vgnw-deals-controls { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.vgnw-deals-sort { font-family: var(--font-text); font-size: 14px; padding: 9px 12px; border: 1px solid var(--border-default); border-radius: 8px; background: var(--bg-surface); color: var(--fg-default); cursor: pointer; outline: none; }

/* ---- filter bar (popover dropdowns) ----------------------------------- */
.vgnw-dl-filterbar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 16px 0 18px; margin-bottom: 10px;
  border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.vgnw-dl-searchbox { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 12px; border: 1px solid var(--border-default); border-radius: 8px; background: var(--bg-surface); color: var(--fg-muted); }
.vgnw-dl-searchbox input { border: none; background: none; outline: none; font-family: var(--font-text); font-size: 13.5px; color: var(--fg-default); width: 150px; }

.vgnw-dl-dd { position: relative; }
.vgnw-dl-dd-btn { display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 11px;
  border: 1px solid transparent; border-radius: 8px; background: none; cursor: pointer;
  font-family: var(--font-text); font-weight: 500; font-size: 14px; color: var(--fg-default); transition: background var(--dur-fast), border-color var(--dur-fast); }
.vgnw-dl-dd-btn:hover { background: var(--bg-raised); }
.vgnw-dl-dd-btn.is-open { background: var(--bg-raised); border-color: var(--border-default); }
.vgnw-dl-dd-btn.is-active { border-color: var(--fg-default); }
.vgnw-dl-dd-chev { color: var(--fg-muted); }
.vgnw-dl-dd-sum { font-family: var(--font-text); font-size: 13px; color: var(--fg-muted); }
.vgnw-dl-dd-badge { position: absolute; top: -6px; right: -5px; display: inline-flex; align-items: center; justify-content: center; min-width: 17px; height: 17px; padding: 0 5px; border-radius: 999px;
  background: var(--fg-default); color: var(--bg-surface); font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; box-shadow: 0 0 0 2px var(--bg-page); }
.vgnw-dl-dd-dot { position: absolute; top: -3px; right: -3px; width: 8px; height: 8px; border-radius: 50%; background: var(--fg-default); box-shadow: 0 0 0 2px var(--bg-page); }

.vgnw-dl-dd-panel { position: absolute; top: calc(100% + 8px); z-index: 40; padding: 12px; border: 1px solid var(--border-default); border-radius: 12px;
  background: var(--bg-surface); box-shadow: var(--shadow-lg); opacity: 1; animation: dl-pop var(--dur-fast) ease-out; }
@keyframes dl-pop { from { transform: translateY(-4px); } to { transform: none; } }
.vgnw-dl-dd-reset { display: block; width: 100%; margin-top: 10px; padding-top: 10px; border: none; border-top: 1px solid var(--border-subtle);
  background: none; cursor: pointer; text-align: left; font-family: var(--font-text); font-size: 12.5px; color: var(--fg-subtle); }
.vgnw-dl-dd-reset:hover { color: var(--fg-default); }

/* preset button grid (price / discount) */
.vgnw-dl-preset-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.vgnw-dl-preset { height: 34px; border: 1px solid var(--border-default); border-radius: 7px; background: var(--bg-raised); cursor: pointer;
  font-family: var(--font-text); font-size: 13px; color: var(--fg-default); transition: all var(--dur-fast); }
.vgnw-dl-preset:hover { border-color: var(--border-strong); }
.vgnw-dl-preset.is-on { background: var(--fg-default); border-color: var(--fg-default); color: var(--bg-surface); }

.vgnw-dl-minmax { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.vgnw-dl-minmax label { position: relative; flex: 1; }
.vgnw-dl-minmax input { width: 100%; height: 34px; padding: 0 22px 0 10px; border: 1px solid var(--border-default); border-radius: 7px;
  background: var(--bg-surface); color: var(--fg-default); font-family: var(--font-text); font-size: 13px; outline: none; }
.vgnw-dl-minmax input:focus { border-color: var(--fg-default); }
.vgnw-dl-minmax label span { position: absolute; right: 9px; top: 50%; transform: translateY(-50%); color: var(--fg-subtle); font-size: 12px; pointer-events: none; }
.vgnw-dl-minmax-dash { color: var(--fg-subtle); }

.vgnw-dl-toggle-row { display: flex; align-items: center; gap: 10px; width: 100%; margin-top: 12px; padding: 0; border: none; background: none; cursor: pointer;
  font-family: var(--font-text); font-size: 13.5px; color: var(--fg-default); }
.vgnw-dl-low-inline, .vgnw-dl-low { display: inline-flex; align-items: center; padding: 1px 6px; border-radius: 5px; background: var(--accent-success-bg); color: var(--accent-success);
  font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; }
.vgnw-dl-switch { position: relative; width: 34px; height: 20px; flex-shrink: 0; border: none; border-radius: 999px; background: var(--border-strong); cursor: pointer; transition: background var(--dur-fast); padding: 0; }
.vgnw-dl-switch.is-on { background: var(--fg-default); }
.vgnw-dl-switch-knob { position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; transition: transform var(--dur-fast); }
.vgnw-dl-switch.is-on .vgnw-dl-switch-knob { transform: translateX(14px); }

/* dual range (discount) */
.vgnw-dl-range { position: relative; height: 28px; margin-top: 14px; }
.vgnw-dl-range-track { position: absolute; top: 12px; left: 0; right: 0; height: 4px; border-radius: 2px; background: var(--border-default); }
.vgnw-dl-range-fill { position: absolute; top: 0; bottom: 0; border-radius: 2px; background: var(--fg-default); }
.vgnw-dl-range-in { position: absolute; top: 0; left: 0; width: 100%; height: 28px; margin: 0; background: none; pointer-events: none; -webkit-appearance: none; appearance: none; }
.vgnw-dl-range-in::-webkit-slider-thumb { -webkit-appearance: none; pointer-events: auto; width: 16px; height: 16px; border-radius: 50%; background: var(--bg-surface); border: 2px solid var(--fg-default); cursor: grab; box-shadow: var(--shadow-sm); }
.vgnw-dl-range-in::-moz-range-thumb { pointer-events: auto; width: 16px; height: 16px; border-radius: 50%; background: var(--bg-surface); border: 2px solid var(--fg-default); cursor: grab; }
.vgnw-dl-range-in::-webkit-slider-runnable-track { background: none; }

/* radio list (time) */
.vgnw-dl-radio-list, .vgnw-dl-checklist { display: flex; flex-direction: column; gap: 2px; }
.vgnw-dl-radio, .vgnw-dl-check { display: flex; align-items: center; gap: 9px; width: 100%; height: 36px; padding: 0 10px; border: none; border-radius: 7px;
  background: none; cursor: pointer; font-family: var(--font-text); font-size: 13.5px; color: var(--fg-default); text-align: left; }
.vgnw-dl-radio:hover, .vgnw-dl-check:hover { background: var(--bg-raised); }
.vgnw-dl-radio-dot { width: 15px; height: 15px; border-radius: 50%; border: 1.5px solid var(--border-strong); flex-shrink: 0; }
.vgnw-dl-radio.is-on .vgnw-dl-radio-dot { border-color: var(--fg-default); background: radial-gradient(circle, var(--fg-default) 0 40%, transparent 45%); }
.vgnw-dl-check-box { box-sizing: border-box; flex-shrink: 0; display: grid; place-items: center; width: 17px; height: 17px; padding: 0; border-radius: 4px; border: 1.5px solid var(--border-strong); color: var(--bg-surface); line-height: 1; }
.vgnw-dl-check.is-on .vgnw-dl-check-box { background: var(--fg-default); border-color: var(--fg-default); }
.vgnw-dl-check-n, .vgnw-dl-radio-n { margin-left: auto; font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); font-variant-numeric: tabular-nums; }
.vgnw-dl-checklist--scroll { max-height: 264px; overflow-y: auto; }

/* ---- Games hub: Deals-style single-row filter bar --------------------- */
.vgnw-gh-filterbar { margin-bottom: 22px; }
.vgnw-gh-filterbar-spacer { flex: 1 1 0; min-width: 8px; }
.vgnw-gh-filterbar .vgnw-gh-rail-clear { display: inline-grid; place-items: center; width: 18px; height: 18px; border: none; background: none; color: var(--fg-subtle); cursor: pointer; padding: 0; }
.vgnw-gh-filterbar .vgnw-gh-rail-clear:hover { color: var(--fg-default); }
.vgnw-gh-results--full { min-width: 0; }
.vgnw-gh-listhead-r { display: inline-flex; align-items: center; gap: 12px; }

/* user only/hide grid */
.vgnw-dl-user-head { display: grid; grid-template-columns: 1fr 48px 48px; gap: 4px; padding: 0 6px 8px; align-items: center;
  font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fg-subtle); text-align: center; }
.vgnw-dl-user-row { display: grid; grid-template-columns: 1fr 48px 48px; gap: 4px; align-items: center; height: 38px; padding: 0 6px; border-radius: 7px; }
.vgnw-dl-user-row:hover { background: var(--bg-raised); }
.vgnw-dl-user-label { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-text); font-size: 13.5px; color: var(--fg-default); }
.vgnw-dl-user-box { box-sizing: border-box; flex-shrink: 0; justify-self: center; display: grid; place-items: center; width: 22px; height: 22px; padding: 0; border-radius: 5px; border: 1.5px solid var(--border-strong);
  background: var(--bg-surface); color: var(--bg-surface); line-height: 1; cursor: pointer; appearance: none; -webkit-appearance: none; }
.vgnw-dl-user-box.is-on { color: var(--bg-surface); }
.vgnw-dl-user-box.is-on { background: var(--fg-default); border-color: var(--fg-default); }
.vgnw-dl-user-box--hide { color: var(--fg-subtle); }
.vgnw-dl-user-box--hide.is-on { background: var(--accent-warning); border-color: var(--accent-warning); color: #fff; }

/* ---- list head -------------------------------------------------------- */
.vgnw-dl-listhead { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.vgnw-dl-count { font-family: var(--font-text); font-size: 14px; color: var(--fg-muted); }
.vgnw-dl-count strong { font-family: var(--font-display); font-weight: 700; color: var(--fg-default); }
.vgnw-dl-sortwrap { position: relative; display: inline-flex; align-items: center; gap: 7px; height: 34px; padding: 0 28px 0 11px; border: 1px solid var(--border-default); border-radius: 8px; background: var(--bg-surface); cursor: pointer; }
.vgnw-dl-sort-l { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-dl-sort-sel { appearance: none; border: none; background: none; outline: none; cursor: pointer; font-family: var(--font-text); font-size: 13.5px; font-weight: 500; color: var(--fg-default); }
.vgnw-dl-sort-chev { position: absolute; right: 9px; color: var(--fg-muted); pointer-events: none; }
.vgnw-dl-clearall { display: inline-flex; align-items: center; gap: 5px; height: 36px; padding: 0 12px; margin-left: auto; border: 1px solid transparent; border-radius: 8px; background: none; cursor: pointer; font-family: var(--font-text); font-size: 13px; color: var(--fg-muted); transition: all var(--dur-fast); }
.vgnw-dl-clearall:hover { color: var(--fg-default); background: var(--bg-raised); }

/* ---- compact deal list ------------------------------------------------ */
.vgnw-dl-list { display: flex; flex-direction: column; }
.vgnw-dl-item { display: grid; grid-template-columns: 44px minmax(0, 1fr) 124px 148px; align-items: center; gap: 16px;
  padding: 12px 8px; border-bottom: 1px solid var(--border-subtle); transition: background var(--dur-fast); }
.vgnw-dl-item:hover { background: var(--bg-raised); }
.vgnw-dl-item-thumb { width: 44px; height: 58px; border-radius: 6px; }
.vgnw-dl-item-main { min-width: 0; }
.vgnw-dl-item-titlerow { display: flex; align-items: center; gap: 8px; min-width: 0; }
.vgnw-dl-item-t { font-family: var(--font-deck); font-weight: 600; font-size: 15px; line-height: 1.25; letter-spacing: -0.01em; margin: 0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 0 1 auto; }
.vgnw-dl-title-plats { display: inline-flex; align-items: center; gap: 4px; color: var(--fg-subtle); flex-shrink: 0; }
.vgnw-dl-item-meta { display: flex; align-items: center; gap: 9px; margin-top: 6px; flex-wrap: wrap; }
.vgnw-dl-meta-plats { display: inline-flex; align-items: center; gap: 4px; color: var(--fg-muted); }
.vgnw-dl-plats-more { font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-dl-meta-drm { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-dl-meta-added { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-dl-meta-time { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); white-space: nowrap; }
.vgnw-dl-meta-time--soon { color: var(--accent-warning); font-weight: 700; }
.vgnw-dl-lib-badge { display: inline-flex; align-items: center; gap: 4px; padding: 1px 6px; border-radius: 5px;
  font-family: var(--font-micro); font-weight: 700; font-size: 9.5px; letter-spacing: 0.03em; text-transform: uppercase;
  background: var(--bg-raised); color: var(--fg-muted); border: 1px solid var(--border-subtle); }
.vgnw-dl-lib-badge--wishlist { color: #d6336c; }
.vgnw-dl-lib-badge--notify { color: var(--fg-default); }

.vgnw-dl-price { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.vgnw-dl-price-top { display: flex; align-items: center; gap: 7px; }
.vgnw-dl-was { font-family: var(--font-text); font-size: 12px; color: var(--fg-muted); text-decoration: line-through; }
.vgnw-dl-pct { display: inline-flex; align-items: center; padding: 1px 6px; border-radius: 5px; background: var(--accent-success-bg);
  font-family: var(--font-micro); font-weight: 700; font-size: 11px; color: var(--accent-success); }
.vgnw-dl-now { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.02em; color: var(--accent-success); }

.vgnw-dl-shop { display: flex; align-items: center; justify-content: space-between; gap: 8px; height: 50px; padding: 0 12px;
  border: 1px solid var(--border-default); border-radius: 8px; background: var(--bg-surface); text-decoration: none; transition: all var(--dur-fast); }
.vgnw-dl-shop:hover { border-color: var(--border-strong); background: var(--bg-raised); box-shadow: var(--shadow-sm); }
.vgnw-dl-shop-logo { display: inline-flex; align-items: center; gap: 7px; min-width: 0; color: var(--fg-default); }
.vgnw-dl-shop-name { font-family: var(--font-deck); font-weight: 600; font-size: 13px; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-dl-shop-arr { color: var(--fg-subtle); flex-shrink: 0; }
.vgnw-dl-shop:hover .vgnw-dl-shop-arr { color: var(--fg-default); }

.vgnw-dl-empty { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 64px 0; color: var(--fg-muted); text-align: center; }
.vgnw-dl-empty p { font-family: var(--font-text); font-size: 15px; margin: 0; }

/* ---- footer: pagination + page size ----------------------------------- */
.vgnw-dl-footbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--border-subtle); }
.vgnw-dl-pager { display: flex; align-items: center; gap: 4px; }
.vgnw-dl-pager-btn { display: inline-flex; align-items: center; gap: 3px; height: 36px; padding: 0 12px; border: 1px solid var(--border-default); border-radius: 8px; background: var(--bg-surface); cursor: pointer; font-family: var(--font-text); font-size: 13.5px; color: var(--fg-default); transition: all var(--dur-fast); }
.vgnw-dl-pager-btn:hover:not(:disabled) { border-color: var(--border-strong); background: var(--bg-raised); }
.vgnw-dl-pager-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.vgnw-dl-pager-num { min-width: 36px; height: 36px; padding: 0 8px; border: 1px solid var(--border-default); border-radius: 8px; background: var(--bg-surface); cursor: pointer; font-family: var(--font-display); font-weight: 600; font-size: 13.5px; color: var(--fg-default); transition: all var(--dur-fast); }
.vgnw-dl-pager-num:hover { border-color: var(--border-strong); background: var(--bg-raised); }
.vgnw-dl-pager-num.is-on { background: var(--fg-default); border-color: var(--fg-default); color: var(--bg-surface); }
.vgnw-dl-pager-gap { padding: 0 4px; color: var(--fg-subtle); }
.vgnw-dl-pagesize { display: inline-flex; align-items: center; gap: 6px; }
.vgnw-dl-pagesize-l { font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-subtle); margin-right: 2px; }
.vgnw-dl-pagesize-opt { min-width: 34px; height: 32px; border: 1px solid var(--border-default); border-radius: 7px; background: var(--bg-surface); cursor: pointer; font-family: var(--font-display); font-weight: 600; font-size: 13px; color: var(--fg-muted); transition: all var(--dur-fast); }
.vgnw-dl-pagesize-opt:hover { border-color: var(--border-strong); color: var(--fg-default); }
.vgnw-dl-pagesize-opt.is-on { background: var(--fg-default); border-color: var(--fg-default); color: #fff; }

/* ---- content column --------------------------------------------------- */
.vgnw-dl-wrap { max-width: none; margin: 0; }

@media (max-width: 820px) {
  .vgnw-dl-item { grid-template-columns: 44px minmax(0, 1fr) auto; grid-template-areas: "thumb main price" "thumb meta shop"; row-gap: 8px; }
  .vgnw-dl-item-thumb { grid-area: thumb; }
  .vgnw-dl-item-main { grid-area: main; }
  .vgnw-dl-price { grid-area: price; }
  .vgnw-dl-shop { grid-area: shop; min-width: 130px; }
}

/* ============================================================================
   ARTICLE · AI SUMMARY
   ============================================================================ */
.vgnw-ais { margin: 4px 0 32px; }
/* idle CTA: a single glowing dot travels around the border (via offset-path)
   so it's only ever in one place; speeds up on hover. A faint conic base keeps
   it alive if offset-path is unsupported. */
.vgnw-ais--idle { position: relative; border-radius: 13px; padding: 1.5px; overflow: hidden; isolation: isolate; background: var(--border-subtle); }
.vgnw-ais--idle::before { content: ""; position: absolute; z-index: -1; inset: 0;
  width: 150px; height: 22px; margin: -11px -75px;
  background: radial-gradient(ellipse 50% 50%, #c44fe0 0%, #6d5efc 55%, rgba(109,94,252,0) 100%);
  offset-path: border-box; offset-distance: 0%; offset-rotate: auto;
  animation: ais-travel 4.5s linear infinite; }
.vgnw-ais--idle:hover::before { animation-duration: 1.1s; }
@keyframes ais-travel { to { offset-distance: 100%; } }
@media (prefers-reduced-motion: reduce) { .vgnw-ais--idle::before { animation: none; } }
.vgnw-ais-cta { display: flex; width: 100%; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 11.5px; cursor: pointer;
  border: none; background: var(--bg-surface); transition: box-shadow var(--dur-base), transform var(--dur-base); }
.vgnw-ais-cta:hover { box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.vgnw-ais-cta-sub { margin-left: auto; }
.vgnw-ais-cta-ico { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; flex-shrink: 0; color: #fff;
  background: linear-gradient(135deg, #6d5efc, #c44fe0 55%, #f0883e); }
.vgnw-ais-cta-t { font-family: var(--font-deck); font-weight: 600; font-size: 14.5px; letter-spacing: -0.01em; }
.vgnw-ais-cta-sub { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); padding-left: 12px; border-left: 1px solid var(--border-subtle); }

/* active card with animated gradient border (rotating conic layer) */
.vgnw-ais--active { position: relative; border-radius: 14px; padding: 1.5px; background: var(--border-subtle); overflow: hidden; isolation: isolate; }
.vgnw-ais--active.is-working::before {
  content: ""; position: absolute; z-index: -1; inset: -60%;
  background: conic-gradient(#6d5efc, #c44fe0, #f0883e, #4ad6c0, #6d5efc);
  animation: ais-spin 2.4s linear infinite;
}
@keyframes ais-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .vgnw-ais--active.is-working::before { animation: none; } }
@supports not (background: conic-gradient(from 0deg, red, blue)) {
  .vgnw-ais--active.is-working::before { background: linear-gradient(120deg, #6d5efc, #c44fe0, #f0883e); }
}
.vgnw-ais-inner { background: var(--bg-surface); border-radius: 12.5px; padding: 18px 20px; }
.vgnw-ais-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; width: 100%; }
.vgnw-ais-head--toggle { appearance: none; border: none; background: none; padding: 0; font: inherit; color: inherit; text-align: left; cursor: pointer; }
.vgnw-ais-chev { margin-left: auto; color: var(--fg-muted); flex-shrink: 0; }
.vgnw-ais-head--toggle:hover .vgnw-ais-chev { color: var(--fg-default); }
.vgnw-ais.is-collapsed .vgnw-ais-head { margin-bottom: 0; }
.vgnw-ais-badge { width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center; color: #fff; flex-shrink: 0;
  background: linear-gradient(135deg, #6d5efc, #c44fe0 55%, #f0883e); }
.vgnw-ais-title { font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: -0.01em; flex: 1; min-width: 0; }
.vgnw-ais-title.is-loading { background: linear-gradient(90deg, var(--fg-muted) 30%, var(--fg-default) 50%, var(--fg-muted) 70%);
  background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: ais-shimmer 1.6s linear infinite; }
@keyframes ais-shimmer { to { background-position: -200% 0; } }
.vgnw-ais-regen { width: 26px; height: 26px; border-radius: 6px; display: grid; place-items: center; border: 1px solid var(--border-default); background: var(--bg-surface); color: var(--fg-muted); cursor: pointer; }
.vgnw-ais-regen:hover { color: var(--fg-default); border-color: var(--border-strong); }
.vgnw-ais-caret { display: inline-block; width: 2px; height: 1.05em; background: currentColor; margin-left: 2px; vertical-align: text-bottom; animation: ais-blink 1s steps(2) infinite; }
.vgnw-ais-caret--text { height: 1em; background: var(--fg-muted); }
@keyframes ais-blink { 50% { opacity: 0; } }

.vgnw-ais-skeleton, .vgnw-ais-sk-row { display: none; }

.vgnw-ais-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.vgnw-ais-item { display: flex; gap: 10px; opacity: 0.32; transition: opacity var(--dur-base); }
.vgnw-ais-item.is-on { opacity: 1; }
.vgnw-ais.is-done .vgnw-ais-item { opacity: 1; }
.vgnw-ais-marker { color: var(--accent-info); flex-shrink: 0; margin-top: 1px; }
.vgnw-ais-line { position: relative; flex: 1; min-width: 0; font-family: var(--font-text); font-size: 14px; line-height: 1.55; }
.vgnw-ais-ghost { visibility: hidden; }
.vgnw-ais-typed { position: absolute; inset: 0; color: var(--fg-default); }
.vgnw-ais-foot { display: flex; align-items: center; gap: 6px; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--border-subtle);
  font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-ais-foot-link { color: var(--fg-muted); text-decoration: underline; text-underline-offset: 2px; }
.vgnw-ais-foot-link:hover { color: var(--fg-default); }

/* ============================================================================
   ARTICLE · IN-CONTENT LINKS, EMBED CARD, GAME CARD, GLOSSARY
   ============================================================================ */
.vgnw-prose-link { color: var(--fg-default); text-decoration: none; box-shadow: inset 0 -1px 0 0 var(--border-strong); transition: box-shadow var(--dur-fast), color var(--dur-fast); }
.vgnw-prose-link:hover { color: var(--accent-info); box-shadow: inset 0 -1px 0 0 var(--accent-info); }
[data-theme="dark"] .vgnw-prose-link:hover { color: #6ea8fc; box-shadow: inset 0 -1px 0 0 #6ea8fc; }

/* in-content embedded article card (with image) */
.vgnw-prose-embed { display: flex; align-items: stretch; gap: 0; width: 100%; text-align: left; cursor: pointer; overflow: hidden;
  margin: 28px 0; border: 1px solid var(--border-default); border-radius: 14px; background: var(--bg-surface); padding: 0;
  transition: border-color var(--dur-fast), box-shadow var(--dur-base), transform var(--dur-base); }
.vgnw-prose-embed:hover { border-color: var(--border-strong); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.vgnw-prose-embed-thumb { position: relative; width: 220px; flex-shrink: 0; align-self: stretch; min-height: 132px; overflow: hidden; }
.vgnw-prose-embed-b { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 20px 22px; }
.vgnw-prose-embed-label { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-default); }
.vgnw-prose-embed-cat { font-family: var(--font-micro); font-weight: 600; font-size: 10px; letter-spacing: 0.04em; text-transform: none; color: var(--fg-muted); padding-left: 8px; border-left: 1px solid var(--border-default); }
.vgnw-prose-embed-t { font-family: var(--font-display); font-weight: 700; font-size: 21px; line-height: 1.18; letter-spacing: -0.02em; color: var(--fg-default); text-wrap: balance; }
.vgnw-prose-embed:hover .vgnw-prose-embed-t { text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--border-strong); text-underline-offset: 3px; }
.vgnw-prose-embed-m { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-muted); }
.vgnw-prose-embed-m i { color: var(--fg-subtle); }

/* in-content pull quote — big faded quote mark behind, external-speaker attribution */
.vgnw-prose-quote { position: relative; margin: 40px 0 36px; padding-top: 30px; }
.vgnw-prose-quote::before {
  content: "\201C"; position: absolute; top: 0.06em; left: -18px; z-index: 0; pointer-events: none;
  font-family: var(--font-display); font-weight: 700; font-size: 158px; line-height: 1;
  color: var(--fg-default); opacity: 0.10;
}
.vgnw-prose-quote blockquote { position: relative; z-index: 1; border-left: none; padding-left: 0; margin: 0; }
.vgnw-prose-quote-cite { display: flex; flex-direction: column; gap: 3px; margin-top: 18px; }
.vgnw-prose-quote-name { font-family: var(--font-deck); font-weight: 600; font-size: 15px; color: var(--fg-default); line-height: 1.25; }
.vgnw-prose-quote-role { font-family: var(--font-micro); font-size: 12px; letter-spacing: 0.02em; color: var(--fg-muted); line-height: 1.3; }

/* ---- in-content social embeds (Tweet · YouTube · Instagram) ------------- */
/* shared card shell — VGNW's editorial-embed language, re-skinned per source */
.vgnw-embed { max-width: 472px; margin: 30px auto; border: 1px solid var(--border-default); border-radius: 14px; background: var(--bg-surface); overflow: hidden; transition: border-color var(--dur-fast), box-shadow var(--dur-base); }
.vgnw-prose figure.vgnw-embed { margin: 30px auto; }
.vgnw-embed:hover { border-color: var(--border-strong); box-shadow: var(--shadow-sm); }
.vgnw-embed-head { display: flex; align-items: center; gap: 11px; padding: 14px 16px 10px; }
.vgnw-embed-id { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.vgnw-embed-name { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-deck); font-weight: 600; font-size: 14.5px; color: var(--fg-default); line-height: 1.2; }
.vgnw-embed-sub { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-embed-verified { color: var(--accent-info); flex-shrink: 0; }
.vgnw-embed-src { color: var(--fg-subtle); flex-shrink: 0; align-self: flex-start; }
.vgnw-embed-text { font-family: var(--font-text); font-size: 15.5px; line-height: 1.55; color: var(--fg-default); padding: 0 16px 12px; text-wrap: pretty; }
.vgnw-embed-text--tweet { font-size: 16px; }
.vgnw-embed-text a, .vgnw-embed-tag { color: var(--accent-info); text-decoration: none; }
.vgnw-embed-media { position: relative; background: var(--bg-inset); overflow: hidden; }
.vgnw-embed-media--16x9 { aspect-ratio: 16 / 9; }
.vgnw-embed-media--1x1 { aspect-ratio: 1 / 1; }
.vgnw-embed-media-tag { position: absolute; left: 10px; bottom: 10px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 999px; background: rgba(8,8,7,0.72); color: #fff; font-family: var(--font-micro); font-weight: 600; font-size: 11px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.vgnw-embed-time { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); padding: 12px 16px 0; }
.vgnw-embed-stats { display: flex; align-items: center; gap: 20px; padding: 12px 16px 14px; }
.vgnw-embed-stat { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-micro); font-weight: 600; font-size: 12.5px; color: var(--fg-muted); font-variant-numeric: tabular-nums; }
.vgnw-embed-stat i { color: var(--fg-subtle); }
.vgnw-embed-foot-link { margin-left: auto; display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-deck); font-weight: 600; font-size: 12.5px; color: var(--fg-default); text-decoration: none; }
.vgnw-embed-foot-link:hover { color: var(--accent-info); }

/* YouTube */
.vgnw-embed-yt-media { cursor: pointer; }
.vgnw-embed-yt-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,7,0.34), rgba(8,8,7,0) 42%); }
.vgnw-embed-yt-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 62px; height: 62px; border-radius: 999px; background: #FF0000; color: #fff; display: grid; place-items: center; box-shadow: 0 6px 20px -6px rgba(0,0,0,0.5); transition: transform var(--dur-fast); }
.vgnw-embed-yt-play i { margin-left: 2px; }
.vgnw-embed-yt-media:hover .vgnw-embed-yt-play { transform: translate(-50%, -50%) scale(1.06); }
.vgnw-embed-yt-dur { position: absolute; right: 10px; bottom: 10px; padding: 3px 7px; border-radius: 5px; background: rgba(8,8,7,0.82); color: #fff; font-family: var(--font-micro); font-weight: 600; font-size: 11.5px; font-variant-numeric: tabular-nums; }
.vgnw-embed-yt-mark { position: absolute; top: 10px; right: 12px; color: #fff; opacity: 0.96; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.45)); }
.vgnw-embed-yt-info { padding: 14px 16px; display: flex; flex-direction: column; gap: 12px; }
.vgnw-embed-yt-title { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.015em; line-height: 1.25; color: var(--fg-default); text-wrap: balance; }
.vgnw-embed-yt-by { display: flex; align-items: center; gap: 11px; }
.vgnw-embed-yt-watch { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 999px; background: var(--fg-default); color: var(--bg-surface); font-family: var(--font-deck); font-weight: 600; font-size: 12.5px; text-decoration: none; flex-shrink: 0; transition: opacity var(--dur-fast); }
.vgnw-embed-yt-watch i { color: #FF4438; }
.vgnw-embed-yt-watch:hover { opacity: 0.88; }
/* YouTube renders as a clean full-width player (no card border / info chrome) */
.vgnw-embed--yt { max-width: none; border: none; box-shadow: none; }
.vgnw-embed--yt:hover { box-shadow: none; }
.vgnw-prose figure.vgnw-embed--yt { margin: 28px 0; }
.vgnw-embed--yt .vgnw-embed-yt-play { width: 68px; height: 68px; }

/* Instagram */
.vgnw-embed-ig-ring { display: inline-grid; place-items: center; border-radius: 999px; padding: 2px; border: 1.5px solid var(--border-strong); }
.vgnw-embed-ig-actions { display: flex; align-items: center; gap: 16px; padding: 12px 16px 6px; color: var(--fg-default); }
.vgnw-embed-ig-actions i { cursor: pointer; transition: color var(--dur-fast); }
.vgnw-embed-ig-actions i:hover { color: var(--fg-muted); }
.vgnw-embed-ig-save { margin-left: auto; }
.vgnw-embed-ig-meta { padding: 2px 16px 16px; display: flex; flex-direction: column; gap: 5px; }
.vgnw-embed-ig-likes { font-family: var(--font-deck); font-weight: 700; font-size: 13.5px; color: var(--fg-default); }
.vgnw-embed-ig-caption { font-family: var(--font-text); font-size: 14px; line-height: 1.5; color: var(--fg-default); margin: 0; text-wrap: pretty; }
.vgnw-embed-ig-user { font-family: var(--font-deck); font-weight: 600; }
.vgnw-embed-ig-comments { font-family: var(--font-text); font-size: 13.5px; color: var(--fg-muted); text-decoration: none; }
.vgnw-embed-ig-comments:hover { color: var(--fg-default); }
.vgnw-embed-ig-date { font-family: var(--font-micro); font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-subtle); margin-top: 2px; }

/* glossary term */
.vgnw-term { position: relative; color: var(--fg-default); text-decoration: none; border-bottom: 1px dashed var(--border-strong); cursor: help; }
.vgnw-term:hover, .vgnw-term:focus-visible { border-bottom-color: var(--accent-info); outline: none; }
.vgnw-term-pop { position: absolute; left: 0; bottom: calc(100% + 10px); z-index: 30; width: 280px; max-width: 80vw;
  display: flex; flex-direction: column; gap: 8px; padding: 14px 16px; border-radius: 10px;
  background: var(--bg-inverse); color: var(--fg-inverse); box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(4px); transition: opacity var(--dur-fast), transform var(--dur-fast), visibility var(--dur-fast); pointer-events: none; }
.vgnw-term:hover .vgnw-term-pop, .vgnw-term:focus-visible .vgnw-term-pop { opacity: 1; visibility: visible; transform: translateY(0); }
.vgnw-term-pop::after { content: ""; position: absolute; top: 100%; left: 22px; border: 6px solid transparent; border-top-color: var(--bg-inverse); }
.vgnw-term-pop-head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.vgnw-term-pop-name { font-family: var(--font-deck); font-weight: 700; font-size: 13.5px; letter-spacing: -0.01em; }
.vgnw-term-pop-cat { font-family: var(--font-micro); font-weight: 700; font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-inverse); opacity: 0.55; border: 1px solid currentColor; padding: 2px 6px; border-radius: 999px; flex-shrink: 0; }
.vgnw-term-pop-def { font-family: var(--font-text); font-size: 12.5px; line-height: 1.5; opacity: 0.85; }
.vgnw-term-pop-foot { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-micro); font-weight: 700; font-size: 9.5px; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.5; }

/* premium game card (after author) */
.vgnw-game-spotlight { display: flex; align-items: center; gap: 20px; margin-top: 20px; padding: 18px; border: 1px solid var(--border-default); border-radius: 14px; background: var(--bg-raised); text-decoration: none;
  transition: border-color var(--dur-fast), box-shadow var(--dur-base), transform var(--dur-base); }
.vgnw-game-spotlight:hover { border-color: var(--border-strong); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.vgnw-game-spotlight-cover { width: 92px; height: 123px; border-radius: 9px; flex-shrink: 0; }
.vgnw-game-spotlight-b { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.vgnw-game-spotlight-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-game-spotlight-eyebrow i { color: var(--fg-muted); }
.vgnw-game-spotlight-title { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; line-height: 1.1; color: var(--fg-default); }
.vgnw-game-spotlight-studio { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-game-spotlight-studio i { color: var(--fg-subtle); }
.vgnw-game-spotlight-plats { display: inline-flex; align-items: center; gap: 9px; margin-top: 9px; color: var(--fg-muted); }
.vgnw-game-spotlight-plats i { font-size: 17px; line-height: 1; }
.vgnw-game-spotlight-cta { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border-radius: 999px; color: var(--fg-default); border: 1px solid var(--border-default); background: var(--bg-surface); transition: background var(--dur-fast), border-color var(--dur-fast), transform var(--dur-base); }
.vgnw-game-spotlight:hover .vgnw-game-spotlight-cta { background: var(--fg-default); color: var(--bg-surface); border-color: var(--fg-default); transform: translateX(2px); }

/* ============================================================================
   ARTICLE · AUTHOR CARD
   ============================================================================ */
.vgnw-author-card { margin-top: 44px; border: 1px solid var(--border-subtle); border-radius: 16px; overflow: hidden; background: var(--bg-surface); }
.vgnw-author-card-main { display: flex; gap: 20px; padding: 26px 26px 24px; align-items: flex-start; }
.vgnw-author-card-body { flex: 1; min-width: 0; }
.vgnw-author-card-line { display: flex; align-items: center; gap: 12px; }
.vgnw-author-card-name { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; color: var(--fg-default); text-decoration: none; }
.vgnw-author-card-name:hover { text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--border-strong); text-underline-offset: 3px; }
.vgnw-author-card-followlink { font-family: var(--font-deck); font-weight: 600; font-size: 12.5px; color: var(--fg-muted); background: none; border: none; padding: 0; cursor: pointer; transition: color var(--dur-fast); }
.vgnw-author-card-followlink:hover { color: var(--fg-default); }
.vgnw-author-card-role { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); margin-top: 5px; }
.vgnw-author-card-bio { font-family: var(--font-text); font-size: 15px; line-height: 1.6; color: var(--fg-default); margin: 14px 0 0; text-wrap: pretty; max-width: 56ch; }
.vgnw-author-card-aside { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; flex-shrink: 0; }
.vgnw-author-card-follow { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-deck); font-weight: 600; font-size: 13.5px; color: var(--bg-surface); background: var(--fg-default); border: none; padding: 9px 18px; border-radius: 999px; cursor: pointer; white-space: nowrap; }
.vgnw-author-card-follow:hover { opacity: 0.88; }
.vgnw-author-card-follow i { opacity: 0.7; }
.vgnw-author-card-socials { display: flex; gap: 6px; }
.vgnw-author-card-soc { width: 34px; height: 34px; border-radius: 999px; display: grid; place-items: center; border: 1px solid var(--border-subtle); color: var(--fg-muted); transition: border-color var(--dur-fast), color var(--dur-fast); }
.vgnw-author-card-soc:hover { border-color: var(--border-strong); color: var(--fg-default); }
.vgnw-author-card-more { display: flex; flex-direction: column; border-top: 1px solid var(--border-subtle); background: var(--bg-raised); }
.vgnw-author-card-more-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 14px 26px 8px; }
.vgnw-author-card-more-label { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-author-card-more-all { font-family: var(--font-deck); font-weight: 600; font-size: 12px; color: var(--fg-muted); text-decoration: none; }
.vgnw-author-card-more-all:hover { color: var(--fg-default); text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--border-strong); text-underline-offset: 2px; }
.vgnw-author-card-more-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 26px; text-decoration: none; transition: background var(--dur-fast); }
.vgnw-author-card-more-row:hover { background: var(--bg-surface); }
.vgnw-author-card-more-row:last-child { padding-bottom: 16px; }
.vgnw-author-card-more-t { font-family: var(--font-deck); font-weight: 600; font-size: 14px; letter-spacing: -0.01em; color: var(--fg-default); }
.vgnw-author-card-more-row i { color: var(--fg-subtle); flex-shrink: 0; }
.vgnw-author-card-more-row:hover i { color: var(--fg-default); }

/* ============================================================================
   ARTICLE · COMMENTS (Reddit-style)
   ============================================================================ */.vgnw-comments { max-width: none; }
.vgnw-comment-bar { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--border-default); }
.vgnw-comment-title { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -0.015em; margin: 0; }
.vgnw-comment-sort { display: inline-flex; gap: 2px; }
.vgnw-comment-sort-tab { font-family: var(--font-deck); font-weight: 600; font-size: 12.5px; color: var(--fg-muted); background: none; border: none; padding: 6px 10px; border-radius: 6px; cursor: pointer; }
.vgnw-comment-sort-tab:hover { background: var(--bg-raised); }
.vgnw-comment-sort-tab.is-active { background: var(--bg-inset); color: var(--fg-default); }

/* composer */
.vgnw-comment-composer { display: flex; gap: 12px; margin-bottom: 28px; align-items: flex-start; }
.vgnw-comment-composer > .vgnw-avatar { margin-top: 7px; }
.vgnw-comment-composer--compact { margin: 12px 0 4px; }
.vgnw-comment-composer-b { flex: 1; min-width: 0; border: 1px solid var(--border-default); border-radius: 10px; overflow: hidden; background: var(--bg-surface); transition: border-color var(--dur-fast); }
.vgnw-comment-composer-b:focus-within { border-color: var(--border-strong); }
.vgnw-comment-composer.is-collapsed .vgnw-comment-composer-b { border-radius: 10px; }
.vgnw-comment-textarea { width: 100%; border: none; outline: none; resize: vertical; background: none; color: var(--fg-default);
  font-family: var(--font-text); font-size: 14px; line-height: 1.5; padding: 11px 16px; display: block; }
.vgnw-comment-composer.is-collapsed .vgnw-comment-textarea { resize: none; overflow: hidden; }
.vgnw-comment-composer.is-collapsed .vgnw-comment-composer-foot { display: none; }
/* hidden-comment row (⋯ menu) */
.vgnw-comment-hidden-row { display: flex; align-items: center; gap: 7px; padding: 8px 0; font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-comment-hidden-row i { color: var(--fg-subtle); }
.vgnw-comment-hidden-row b { font-weight: 700; color: var(--fg-default); }
.vgnw-comment-hidden-undo { border: none; background: none; cursor: pointer; padding: 0; margin-left: 4px; font-family: var(--font-micro); font-weight: 700; font-size: 12px; color: var(--fg-default); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; text-decoration-color: var(--border-strong); }
.vgnw-comment-hidden-undo:hover { opacity: 0.6; }
/* load-more states + end-of-thread note */
.vgnw-comment-loadmore:disabled { opacity: 0.6; cursor: default; }
.vgnw-comment-spin { animation: cm-spin 0.8s linear infinite; }
@keyframes cm-spin { to { transform: rotate(360deg); } }
.vgnw-comment-end { margin-top: 24px; text-align: center; font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-comment-end a { color: var(--fg-default); }
.vgnw-comment-composer-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 10px; border-top: 1px solid var(--border-subtle); background: var(--bg-raised); }
.vgnw-comment-tools { display: flex; gap: 2px; }
.vgnw-comment-tool { width: 30px; height: 30px; display: grid; place-items: center; border: none; background: none; color: var(--fg-muted); border-radius: 6px; cursor: pointer; }
.vgnw-comment-tool:hover { background: var(--bg-surface); color: var(--fg-default); }
.vgnw-comment-composer-actions { display: flex; gap: 8px; }
.vgnw-comment-btn { font-family: var(--font-deck); font-weight: 600; font-size: 13px; padding: 7px 16px; border-radius: 7px; cursor: pointer; border: none; }
.vgnw-comment-btn--ghost { background: none; color: var(--fg-muted); }
.vgnw-comment-btn--ghost:hover { color: var(--fg-default); }
.vgnw-comment-btn--solid { background: var(--fg-default); color: var(--bg-surface); }
.vgnw-comment-btn--solid:disabled { opacity: 0.4; cursor: not-allowed; }

/* threads */
.vgnw-comment-list { display: flex; flex-direction: column; gap: 22px; }
.vgnw-comment-node { display: flex; gap: 12px; }
.vgnw-comment-gutter { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; gap: 0; }
.vgnw-comment-avatar-btn { border: none; background: none; padding: 0; cursor: pointer; display: block; border-radius: 999px; position: relative; z-index: 2; }
.vgnw-comment-line { flex: 1; width: 2px; min-height: 10px; margin-top: 4px; border: none; padding: 0; background: var(--border-default); border-radius: 2px; pointer-events: none; }
.vgnw-comment-main { flex: 1; min-width: 0; padding-top: 2px; }
.vgnw-comment-children { margin-top: 16px; display: flex; flex-direction: column; gap: 16px; }
.vgnw-comment-children > .vgnw-comment-node { position: relative; }
/* elbow connector: a rounded corner that drops from the parent's rail and turns
   into the child avatar's vertical center — guarantees a seamless join. */
.vgnw-comment-children > .vgnw-comment-node::before { content: ""; position: absolute; z-index: 1;
  left: -27px; top: -16px; width: 27px; height: 30px;
  border-left: 2px solid var(--border-default);
  border-bottom: 2px solid var(--border-default);
  border-bottom-left-radius: 10px; }
/* hide the parent rail's overshoot past the last child's elbow */
.vgnw-comment-children > .vgnw-comment-node:last-child::after { content: ""; position: absolute; z-index: 0;
  left: -28px; top: -16px; bottom: 0; width: 4px; background: var(--bg-page); }
.vgnw-comment-head { display: flex; align-items: center; gap: 7px; }
.vgnw-comment-name { font-family: var(--font-deck); font-weight: 600; font-size: 13px; }
.vgnw-comment-op { font-family: var(--font-micro); font-weight: 700; font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent-info); background: var(--accent-info-bg); padding: 2px 5px; border-radius: 4px; }
.vgnw-comment-dot { color: var(--fg-subtle); }
.vgnw-comment-time { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); }
.vgnw-comment-collapsed-n { margin-left: auto; display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-micro); font-weight: 600; font-size: 11px; color: var(--accent-info); background: var(--accent-info-bg); border: none; padding: 3px 9px; border-radius: 999px; cursor: pointer; }
.vgnw-comment-collapsed-n:hover { filter: brightness(0.92); }
.vgnw-comment-node--collapsed .vgnw-comment-main { padding-bottom: 0; }
.vgnw-comment-text { font-family: var(--font-text); font-size: 14px; line-height: 1.55; margin: 5px 0 8px; color: var(--fg-default); text-wrap: pretty; }
.vgnw-comment-actions { display: flex; align-items: center; gap: 4px; margin-left: -9px; }
.vgnw-comment-action { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-micro); font-weight: 600; font-size: 11.5px; color: var(--fg-muted); background: none; border: none; padding: 6px 9px; border-radius: 6px; cursor: pointer; }
.vgnw-comment-action:hover { background: var(--bg-raised); color: var(--fg-default); }
.vgnw-comment-action--icon { padding: 6px; }
.vgnw-comment-action--like.is-liked { color: var(--accent-danger); }
.vgnw-comment-action--like.is-liked:hover { color: var(--accent-danger); }
.vgnw-comment-more { position: relative; display: inline-flex; }
.vgnw-comment-action--icon.is-open { background: var(--bg-raised); color: var(--fg-default); }
.vgnw-comment-menu {
  position: absolute; top: calc(100% + 6px); left: 0; z-index: 30; min-width: 184px;
  background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: 10px;
  box-shadow: var(--shadow-lg); padding: 6px; display: flex; flex-direction: column; gap: 1px;
  animation: cm-menu-in 0.13s var(--ease-out);
}
@keyframes cm-menu-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.vgnw-comment-menu-item {
  display: flex; align-items: center; gap: 10px; width: 100%; text-align: left;
  padding: 8px 10px; border: none; background: none; border-radius: 7px; cursor: pointer;
  font-family: var(--font-deck); font-weight: 500; font-size: 13px; color: var(--fg-default);
}
.vgnw-comment-menu-item i { color: var(--fg-muted); }
.vgnw-comment-menu-item:hover { background: var(--bg-raised); }
.vgnw-comment-menu-item--danger { color: var(--accent-danger); }
.vgnw-comment-menu-item--danger i { color: var(--accent-danger); }
.vgnw-comment-menu-item--danger:hover { background: color-mix(in srgb, var(--accent-danger) 10%, transparent); }
.vgnw-comment-menu-sep { height: 1px; background: var(--border-subtle); margin: 5px 2px; }
.vgnw-comment-children { margin-top: 16px; display: flex; flex-direction: column; gap: 16px; }
.vgnw-comment-node--more { align-items: center; }
.vgnw-comment-more-replies { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-micro); font-weight: 600; font-size: 12px; color: var(--fg-muted); background: none; border: none; cursor: pointer; padding: 0; text-align: left; }
.vgnw-comment-more-replies:hover { color: var(--fg-default); }
.vgnw-comment-more-replies i { color: var(--fg-subtle); }
.vgnw-comment-more-replies:hover i { color: var(--fg-default); }
.vgnw-comment-loadmore { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; font-family: var(--font-deck); font-weight: 600; font-size: 13.5px; color: var(--fg-default);
  background: var(--bg-surface); border: 1px solid var(--border-default); padding: 11px 18px; border-radius: 8px; cursor: pointer; width: 100%; justify-content: center; }
.vgnw-comment-loadmore:hover { background: var(--bg-raised); border-color: var(--border-strong); }
.vgnw-comment-loadmore i { color: var(--fg-muted); }

/* byline share menu */
.vgnw-share-wrap { position: relative; display: inline-flex; }
.vgnw-share-menu { position: absolute; top: calc(100% + 6px); right: 0; z-index: 40; min-width: 196px;
  background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: 10px;
  box-shadow: var(--shadow-lg); padding: 6px; display: flex; flex-direction: column; gap: 1px;
  animation: cm-menu-in 0.13s var(--ease-out); }
.vgnw-share-item { display: flex; align-items: center; gap: 10px; width: 100%; text-align: left; padding: 8px 10px;
  border: none; background: none; border-radius: 7px; cursor: pointer; text-decoration: none;
  font-family: var(--font-deck); font-weight: 500; font-size: 13px; color: var(--fg-default); }
.vgnw-share-item i { color: var(--fg-muted); font-size: 15px; }
.vgnw-share-item:hover { background: var(--bg-raised); }
.vgnw-share-sep { height: 1px; background: var(--border-subtle); margin: 5px 2px; }

/* ============================================================================
   ARTICLE · STANDARD SIDEBAR (side-card system)
   ============================================================================ */
.vgnw-aside--standard { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 121px; }
.vgnw-sidebar-card { border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; background: var(--bg-surface); }
.vgnw-sidebar-card-h { display: flex; align-items: center; gap: 8px; padding: 13px 16px; border-bottom: 1px solid var(--border-subtle);
  font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: -0.01em; }
.vgnw-sidebar-card-h i { color: var(--fg-muted); }
.vgnw-sidebar-card-h--row { justify-content: space-between; }
.vgnw-sidebar-card-h-l { display: inline-flex; align-items: center; gap: 8px; }
.vgnw-sidebar-card-link { font-family: var(--font-deck); font-weight: 600; font-size: 12px; letter-spacing: 0; color: var(--fg-default);
  display: inline-flex; align-items: center; gap: 4px; background: none; border: none; cursor: pointer; padding: 0; white-space: nowrap; }
.vgnw-sidebar-card-link i { color: var(--fg-muted); }
.vgnw-sidebar-card-link:hover { opacity: 0.6; }

/* most read */
.vgnw-sidebar-most-read { list-style: none; margin: 0; padding: 0; }
.vgnw-sidebar-most-read-row { display: flex; align-items: center; gap: 14px; padding: 12px 16px; cursor: pointer; transition: background var(--dur-fast); }
.vgnw-sidebar-most-read-row + .vgnw-sidebar-most-read-row { border-top: 1px solid var(--border-subtle); }
.vgnw-sidebar-most-read-row:hover { background: var(--bg-raised); }
.vgnw-sidebar-most-read-rank { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--fg-subtle); width: 18px; text-align: center; flex-shrink: 0; }
.vgnw-sidebar-most-read-t { font-family: var(--font-deck); font-weight: 500; font-size: 13.5px; line-height: 1.35; letter-spacing: -0.005em; color: var(--fg-muted); }
.vgnw-sidebar-most-read-row:first-child .vgnw-sidebar-most-read-rank { color: var(--fg-default); font-size: 15px; }
.vgnw-sidebar-most-read-row:first-child .vgnw-sidebar-most-read-t { font-weight: 600; color: var(--fg-default); }
.vgnw-sidebar-most-read-row:hover .vgnw-sidebar-most-read-t { color: var(--fg-default); text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--border-strong); text-underline-offset: 2px; }

/* latest reviews — title left, pastel score box right (home language) */
.vgnw-sidebar-revs { display: flex; flex-direction: column; }
.vgnw-sidebar-review { display: flex; align-items: center; gap: 12px; padding: 11px 16px; background: none; border: none; cursor: pointer; text-align: left; width: 100%; transition: background var(--dur-fast); }
.vgnw-sidebar-review + .vgnw-sidebar-review { border-top: 1px solid var(--border-subtle); }
.vgnw-sidebar-review:hover { background: var(--bg-raised); }
.vgnw-sidebar-review-b { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.vgnw-sidebar-review-t { font-family: var(--font-deck); font-weight: 600; font-size: 13px; line-height: 1.25; letter-spacing: -0.005em; }
.vgnw-sidebar-review-m { font-family: var(--font-micro); font-size: 10.5px; color: var(--fg-muted); }
.vgnw-sidebar-review-score { font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.02em; font-variant-numeric: tabular-nums;
  width: 42px; height: 38px; flex-shrink: 0; display: grid; place-items: center; border-radius: 8px; }
.vgnw-sidebar-review-score.is-excellent { color: var(--score-excellent); background: var(--accent-success-bg); }
.vgnw-sidebar-review-score.is-good { color: var(--score-good); background: var(--accent-info-bg); }
.vgnw-sidebar-review-score.is-mixed { color: var(--score-mixed); background: var(--accent-warning-bg); }
.vgnw-sidebar-review-score.is-bad { color: var(--score-bad); background: var(--accent-danger-bg); }

/* upcoming */
.vgnw-sidebar-cal-segwrap { display: none; }
.vgnw-sidebar-card-h--row .vgnw-sidebar-cal-seg { padding: 3px; }
.vgnw-sidebar-card-h--row .vgnw-sidebar-cal-seg button { font-family: var(--font-deck); font-weight: 600; font-size: 12.5px; padding: 6px 12px; }
.vgnw-sidebar-cal-tabs { display: flex; gap: 2px; padding: 10px 12px 0; }
.vgnw-sidebar-cal-tab { flex: 1; font-family: var(--font-deck); font-weight: 600; font-size: 12px; color: var(--fg-muted); background: none; border: none; padding: 7px 4px; border-radius: 6px 6px 0 0; cursor: pointer; border-bottom: 2px solid transparent; }
.vgnw-sidebar-cal-tab:hover { color: var(--fg-default); }
.vgnw-sidebar-cal-tab.is-active { color: var(--fg-default); border-bottom-color: var(--fg-default); }
.vgnw-sidebar-cal-list { display: flex; flex-direction: column; padding-top: 4px; }
.vgnw-sidebar-cal-row { display: flex; align-items: center; gap: 13px; padding: 10px 16px; cursor: pointer; transition: background var(--dur-fast); }
.vgnw-sidebar-cal-row:hover { background: var(--bg-raised); }
/* calendar leaf — month bar on top, big day number below */
.vgnw-sidebar-cal-leaf { width: 40px; flex-shrink: 0; border: 1px solid var(--border-default); border-radius: 7px; overflow: hidden; background: var(--bg-surface); text-align: center; line-height: 1; }
.vgnw-sidebar-cal-leaf-mon { display: block; font-family: var(--font-micro); font-weight: 700; font-size: 8.5px; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: var(--fg-default); padding: 3px 0; }
.vgnw-sidebar-cal-leaf-day { display: block; font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.03em; color: var(--fg-default); padding: 4px 0 5px; }
.vgnw-sidebar-cal-b { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.vgnw-sidebar-cal-t { font-family: var(--font-deck); font-weight: 600; font-size: 13px; line-height: 1.25; letter-spacing: -0.005em; }
.vgnw-sidebar-cal-m { font-family: var(--font-micro); font-size: 10.5px; color: var(--fg-muted); }
.vgnw-sidebar-cal-empty { padding: 16px; font-family: var(--font-deck); font-size: 13px; color: var(--fg-muted); text-align: center; }
.vgnw-sidebar-cal-all { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; padding: 11px; border: none; border-top: 1px solid var(--border-subtle); background: none; cursor: pointer;
  font-family: var(--font-micro); font-weight: 700; font-size: 11.5px; letter-spacing: 0.04em; color: var(--fg-default); }
.vgnw-sidebar-cal-all:hover { background: var(--bg-raised); }

/* follow — 2-col cards (icon · name · count) + full-width Discord row */
.vgnw-sidebar-follow-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px 16px 16px; }
.vgnw-sidebar-follow { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; padding: 14px; border: none; border-radius: 11px; background: var(--bg-raised); cursor: pointer; text-align: left; transition: background var(--dur-fast), transform var(--dur-base); }
.vgnw-sidebar-follow:hover { background: var(--bg-inset); transform: translateY(-1px); }
.vgnw-sidebar-follow-ico { color: var(--fg-default); }
.vgnw-sidebar-follow-l { font-family: var(--font-deck); font-weight: 700; font-size: 14.5px; letter-spacing: -0.01em; color: var(--fg-default); }
.vgnw-sidebar-follow-n { font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-muted); }
.vgnw-sidebar-follow--wide { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 11px; padding: 13px 14px; }
.vgnw-sidebar-follow--wide .vgnw-sidebar-follow-l { flex-shrink: 0; }
.vgnw-sidebar-follow-n--inline { margin-left: auto; }

/* ============================================================================
   GLOSSARY PAGE
   ============================================================================ */
.vgnw-gl-list { display: flex; flex-direction: column; border: 1px solid var(--border-subtle); border-radius: 14px; overflow: hidden; background: var(--bg-surface); }
.vgnw-gl-row { display: grid; grid-template-columns: 220px 1fr; gap: 28px; padding: 20px 24px; align-items: start; }
.vgnw-gl-row + .vgnw-gl-row { border-top: 1px solid var(--border-subtle); }
.vgnw-gl-row--target { background: var(--accent-info-bg); }
.vgnw-gl-term { display: flex; flex-direction: column; gap: 3px; }
.vgnw-gl-k { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.015em; color: var(--fg-default); }
.vgnw-gl-full { font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-muted); }
.vgnw-gl-body { min-width: 0; }
.vgnw-gl-cat { display: inline-block; font-family: var(--font-micro); font-weight: 700; font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-subtle); background: var(--bg-inset); padding: 3px 8px; border-radius: 999px; margin-bottom: 8px; }
.vgnw-gl-def { font-family: var(--font-text); font-size: 14.5px; line-height: 1.55; color: var(--fg-default); margin: 0; text-wrap: pretty; }
@media (max-width: 680px) {
  .vgnw-gl-row { grid-template-columns: 1fr; gap: 10px; }
}

/* ============================================================================
   GLOSSARY PAGE END
   ============================================================================ */
@media (max-width: 1080px) {
  .vgnw-ai-magazine { grid-template-columns: 1fr; }
  .vgnw-aside--standard { display: flex !important; position: static; flex-direction: row; flex-wrap: wrap; }
  .vgnw-aside--standard > * { flex: 1; min-width: 280px; }
  .vgnw-ai-aside { position: static; flex-direction: row; flex-wrap: wrap; }
  .vgnw-ai-aside > * { flex: 1; min-width: 280px; }
  .vgnw-gh-grid { grid-template-columns: repeat(4, 1fr); }
  .vgnw-th-grid { grid-template-columns: repeat(2, 1fr); }
  .vgnw-gh-catalogue { grid-template-columns: 1fr; gap: 22px; }
  .vgnw-gh-rail { position: static; flex-direction: row; flex-wrap: wrap; gap: 16px 32px; }
  .vgnw-gh-rail-search { width: 100%; }
  .vgnw-gh-rail-group { flex: 1; min-width: 190px; }
  .vgnw-gh-grid--rail { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 820px) {
  .vgnw-th-featured-grid { grid-template-columns: 1fr; }
  .vgnw-ai-lead { grid-template-columns: 1fr; gap: 24px; }
  .vgnw-ai-grid { grid-template-columns: repeat(2, 1fr); }
  .vgnw-ai-river-row { grid-template-columns: 1fr; gap: 14px; }
  .vgnw-gh-hero-title { font-size: 30px; }
  .vgnw-gh-grid--rail { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .vgnw-gh-grid { grid-template-columns: repeat(3, 1fr); }
  .vgnw-gh-grid--rail { grid-template-columns: repeat(2, 1fr); }
  .vgnw-th-grid, .vgnw-th-list { grid-template-columns: 1fr; }
  .vgnw-ai-grid { grid-template-columns: 1fr; }
  .vgnw-gh-filters { gap: 16px; }
  .vgnw-deals-controls { width: 100%; }
}

/* ============================================================================
   ARTICLE TYPES · shared cover + header flag, then per-type body modules
   (News fact box & timeline · Review breakdown & pros/cons · Guide steps ·
   List ranking). All four templates keep the same article spine.
   ============================================================================ */

/* shared cover ----------------------------------------------------------- */
.vgnw-art-cover { position: relative; margin-bottom: 28px; }
.vgnw-art-cover-ph { aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; position: relative;
  background: linear-gradient(135deg, hsl(20, 6%, 22%), hsl(0, 8%, 7%)); }
.vgnw-art-cover-glow { position: absolute; inset: 0; background: radial-gradient(80% 60% at 70% 40%, rgba(255,255,255,0.06), transparent 60%); }
.vgnw-art-cover-cap { position: absolute; left: 24px; bottom: 20px; color: rgba(255,255,255,0.55);
  font-family: var(--font-micro); font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; }

/* score medallion overlaid on the cover image — compact, pastel, minimal */
.vgnw-art-cover-score { position: absolute; right: 16px; bottom: 16px; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  padding: 9px 14px 8px; border-radius: 12px;
  box-shadow: 0 6px 18px rgba(17,17,16,0.16); }
.vgnw-acs-num { font-family: var(--font-display); font-weight: 700; font-size: 32px; line-height: 0.86;
  letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.vgnw-acs-rec { font-family: var(--font-micro); font-weight: 700; font-size: 8.5px; letter-spacing: 0.14em;
  text-transform: uppercase; }
.vgnw-art-cover-score.is-excellent { background: var(--accent-success-bg); }
.vgnw-art-cover-score.is-excellent .vgnw-acs-num, .vgnw-art-cover-score.is-excellent .vgnw-acs-rec { color: var(--score-excellent); }
.vgnw-art-cover-score.is-good { background: var(--bg-inset); }
.vgnw-art-cover-score.is-good .vgnw-acs-num, .vgnw-art-cover-score.is-good .vgnw-acs-rec { color: var(--score-good); }
.vgnw-art-cover-score.is-mixed { background: var(--accent-warning-bg); }
.vgnw-art-cover-score.is-mixed .vgnw-acs-num, .vgnw-art-cover-score.is-mixed .vgnw-acs-rec { color: var(--score-mixed); }
.vgnw-art-cover-score.is-bad { background: var(--accent-danger-bg); }
.vgnw-art-cover-score.is-bad .vgnw-acs-num, .vgnw-art-cover-score.is-bad .vgnw-acs-rec { color: var(--score-bad); }

/* header flag pill (Developing / Patch / Count) -------------------------- */
.vgnw-head-flag { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-micro);
  font-weight: 700; font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 3px 9px 3px 8px; border-radius: 999px; line-height: 1.4; }
.vgnw-head-flag i { font-size: 12px; }
.vgnw-head-flag--live { color: var(--accent-danger); background: var(--accent-danger-bg); }
.vgnw-head-flag--patch { color: var(--accent-info); background: var(--accent-info-bg); }
.vgnw-head-flag--count { color: var(--accent-warning); background: var(--accent-warning-bg); }
.vgnw-head-flag-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--accent-danger);
  animation: head-flag-pulse 1.6s ease-in-out infinite; }
@keyframes head-flag-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

/* shared score pill (review breakdown + list entries) -------------------- */
.vgnw-score-pill { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums; display: grid; place-items: center; border-radius: 8px; }
.vgnw-score-pill.is-excellent, .vgnw-lentry-score.is-excellent, .vgnw-rbreak-fill.is-excellent { color: var(--score-excellent); }
.vgnw-lentry-score.is-excellent { background: var(--accent-success-bg); }
.vgnw-lentry-score.is-good { color: var(--score-good); background: var(--accent-info-bg); }
.vgnw-lentry-score.is-mixed { color: var(--score-mixed); background: var(--accent-warning-bg); }
.vgnw-lentry-score.is-bad { color: var(--score-bad); background: var(--accent-danger-bg); }

/* ---- REVIEW: unified verdict panel (score · verdict · 2-up breakdown) --- */
.vgnw-rverdict { display: grid; grid-template-columns: 172px 1fr; gap: 30px; align-items: start;
  margin: 0 0 32px; padding: 26px 28px; border: 1px solid var(--border-default); border-radius: 16px; background: var(--bg-surface); }
.vgnw-rverdict-score { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.vgnw-rverdict-chip { width: 100%; aspect-ratio: 1 / 0.92; border-radius: 16px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px; }
.vgnw-rverdict-chip.is-excellent { background: var(--accent-success-bg); color: var(--score-excellent); }
.vgnw-rverdict-chip.is-good { background: var(--accent-info-bg); color: var(--score-good); }
.vgnw-rverdict-chip.is-mixed { background: var(--accent-warning-bg); color: var(--score-mixed); }
.vgnw-rverdict-chip.is-bad { background: var(--accent-danger-bg); color: var(--score-bad); }
.vgnw-rverdict-num { font-family: var(--font-display); font-weight: 700; font-size: 60px; letter-spacing: -0.045em; line-height: 0.85; font-variant-numeric: tabular-nums; }
.vgnw-rverdict-out { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.14em; opacity: 0.7; }
.vgnw-rverdict-rec { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-micro); font-weight: 700;
  font-size: 10px; letter-spacing: 0.10em; text-transform: uppercase; padding: 5px 11px; border-radius: 6px;
  border: 1px solid currentColor; }
.vgnw-rverdict-rec.is-excellent { color: var(--accent-success); }
.vgnw-rverdict-rec.is-good { color: var(--accent-info); }
.vgnw-rverdict-rec.is-mixed { color: var(--accent-warning); }
.vgnw-rverdict-rec.is-bad { color: var(--accent-danger); }
.vgnw-rverdict-main { min-width: 0; }
.vgnw-rverdict-label { font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 8px; }
.vgnw-rverdict-quote { font-family: var(--font-deck); font-weight: 500; font-size: 19px; line-height: 1.42; letter-spacing: -0.01em; color: var(--fg-default); margin: 0 0 20px; text-wrap: pretty; }
.vgnw-rverdict-break { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 28px; padding-top: 20px; border-top: 1px solid var(--border-subtle); }
.vgnw-rmeter { display: flex; flex-direction: column; gap: 7px; }
.vgnw-rmeter-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.vgnw-rmeter-k { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default); }
.vgnw-rmeter-v { font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; color: var(--fg-default); }
.vgnw-rmeter-track { height: 6px; border-radius: 999px; background: var(--bg-inset); overflow: hidden; }
.vgnw-rmeter-fill { display: block; height: 100%; border-radius: 999px; background: var(--score-excellent); }
.vgnw-rmeter-fill.is-good { background: var(--score-good); }
.vgnw-rmeter-fill.is-mixed { background: var(--score-mixed); }
.vgnw-rmeter-fill.is-bad { background: var(--score-bad); }

/* legacy editorial side-rail bits (kept as fallback for unknown variants) */
.vgnw-rverdict-score--ed { align-items: flex-start; gap: 14px; min-width: 124px; }
.vgnw-rverdict-ednum { display: flex; align-items: baseline; gap: 8px; }
.vgnw-rverdict-edbig { font-family: var(--font-banner); font-weight: 700; font-size: 64px; line-height: 0.82;
  letter-spacing: -0.03em; font-variant-numeric: tabular-nums; color: var(--fg-default); }
.vgnw-rverdict-edout { font-family: var(--font-micro); font-weight: 700; font-size: 13px; letter-spacing: 0.04em; color: var(--fg-subtle); }
.vgnw-rverdict-edrule { display: block; width: 40px; height: 3px; border-radius: 999px; background: var(--border-default); }
.vgnw-rverdict-edrule.is-excellent { background: var(--score-excellent); }
.vgnw-rverdict-edrule.is-good { background: var(--score-good); }
.vgnw-rverdict-edrule.is-mixed { background: var(--score-mixed); }
.vgnw-rverdict-edrule.is-bad { background: var(--score-bad); }

/* ---- REVIEW: pros / cons — two separate pastel cards ------------------- */
.vgnw-proscons { margin: 26px 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.vgnw-proscons-col { border-radius: 16px; padding: 20px 22px 22px; }
.vgnw-proscons-col--good { background: var(--accent-success-bg); }
.vgnw-proscons-col--bad { background: var(--accent-danger-bg); }
.vgnw-proscons-h { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-micro);
  font-weight: 700; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0; margin-bottom: 14px; }
.vgnw-proscons-h--good { color: var(--accent-success); }
.vgnw-proscons-h--bad { color: var(--accent-danger); }
.vgnw-proscons-sign { font-size: 13px; line-height: 1; }
.vgnw-proscons-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.vgnw-proscons-list li { display: flex; align-items: flex-start; gap: 11px; font-family: var(--font-deck);
  font-weight: 500; font-size: 14px; line-height: 1.45; color: var(--fg-default); }
.vgnw-proscons-ico { flex-shrink: 0; width: 20px; height: 20px; border-radius: 999px; margin-top: 1px;
  display: inline-flex; align-items: center; justify-content: center; }
.vgnw-proscons-ico--good { color: var(--accent-success); background: color-mix(in srgb, var(--accent-success) 15%, transparent); }
.vgnw-proscons-ico--bad { color: var(--accent-danger); background: color-mix(in srgb, var(--accent-danger) 13%, transparent); }

/* ---- REVIEW: stacked verdict (no chip / no bars — score lives on cover) -- */
.vgnw-rvs { margin: 0 0 18px; padding: 24px 26px; border: 1px solid var(--border-default); border-radius: 16px;
  background: var(--bg-surface); }
.vgnw-rvs-top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.vgnw-rvs-label { font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.10em;
  text-transform: uppercase; color: var(--fg-muted); }
.vgnw-rvs .vgnw-rverdict-rec { margin-left: auto; }
.vgnw-rvs-quote { font-family: var(--font-deck); font-weight: 500; font-size: 22px; line-height: 1.4;
  letter-spacing: -0.014em; color: var(--fg-default); margin: 0; text-wrap: pretty; }

/* ---- REVIEW: bottom scorecard — stacked rows: category · bar · score ---- */
.vgnw-rscard { margin: 36px 0 0; border: 1px solid var(--border-subtle); border-radius: 14px; overflow: hidden;
  background: var(--bg-surface); }
.vgnw-rscard-h { display: flex; align-items: center; gap: 8px; padding: 14px 22px; background: var(--bg-raised);
  border-bottom: 1px solid var(--border-subtle); font-family: var(--font-micro); font-weight: 700;
  font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-rscard-row { display: grid; grid-template-columns: 190px 1fr 46px; gap: 22px; align-items: center;
  padding: 15px 22px; }
.vgnw-rscard-row + .vgnw-rscard-row { border-top: 1px solid var(--border-subtle); }
.vgnw-rscard-k { font-family: var(--font-deck); font-weight: 600; font-size: 15px; color: var(--fg-default); }
.vgnw-rscard-track { height: 8px; border-radius: 999px; background: var(--bg-inset); overflow: hidden; }
.vgnw-rscard-fill { display: block; height: 100%; border-radius: 999px; background: var(--score-excellent); }
.vgnw-rscard-fill.is-good { background: var(--score-good); }
.vgnw-rscard-fill.is-mixed { background: var(--score-mixed); }
.vgnw-rscard-fill.is-bad { background: var(--score-bad); }
.vgnw-rscard-v { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.025em;
  text-align: right; font-variant-numeric: tabular-nums; color: var(--score-excellent); }
.vgnw-rscard-v.is-good { color: var(--score-good); }
.vgnw-rscard-v.is-mixed { color: var(--score-mixed); }
.vgnw-rscard-v.is-bad { color: var(--score-bad); }
@media (max-width: 560px) {
  .vgnw-rscard-row { grid-template-columns: 1fr auto; gap: 10px 14px; }
  .vgnw-rscard-track { grid-column: 1 / -1; order: 3; }
}

/* ---- REVIEW: "tested on / playtime" info line — compact, settled --------- */
.vgnw-rfacts { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin: 0 0 18px;
  padding: 9px 14px; border: 1px solid var(--border-subtle); border-radius: 9px; background: var(--bg-raised); }
.vgnw-rfact { display: inline-flex; align-items: center; gap: 8px; min-width: 0; }
.vgnw-rfact-k { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-micro); font-weight: 700;
  font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-rfact-v { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default);
  font-variant-numeric: tabular-nums; }
.vgnw-rfact-prim { color: var(--score-excellent); }
.vgnw-rfact-sep { margin: 0 5px; color: var(--fg-subtle); }
.vgnw-rfact-note { font-weight: 500; color: var(--fg-muted); margin-left: 3px; }
.vgnw-rfact-div { width: 1px; align-self: stretch; min-height: 16px; background: var(--border-subtle); }
@media (max-width: 480px) { .vgnw-rfact-div { display: none; } }

/* ---- HARDWARE: buy box (product card + price + retailers) --------------- */
.vgnw-hwbuy { margin: 28px 0 0; padding: 22px; border: 1px solid var(--border-default); border-radius: 16px;
  background: var(--bg-surface); }
.vgnw-hwbuy-head { display: flex; gap: 18px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-hwbuy-id { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.vgnw-hwbuy-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-micro); font-weight: 700;
  font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-hwbuy-eyebrow i { color: var(--fg-subtle); }
.vgnw-hwbuy-title { font-family: var(--font-display); font-weight: 700; font-size: 23px; letter-spacing: -0.02em; line-height: 1.1; color: var(--fg-default); }
.vgnw-hwbuy-maker { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-hwbuy-maker i { color: var(--fg-subtle); }
.vgnw-hwbuy-rating { display: inline-flex; align-items: center; gap: 9px; margin-top: 4px; }
.vgnw-hwbuy-rating-n { font-family: var(--font-micro); font-weight: 700; font-size: 12px; color: var(--fg-muted); font-variant-numeric: tabular-nums; }
.vgnw-hwbuy-price { margin-left: auto; font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.02em;
  color: var(--fg-default); font-variant-numeric: tabular-nums; }
.vgnw-hwbuy-retailers { display: flex; flex-direction: column; margin-top: 6px; }
.vgnw-hwbuy-retailer { display: flex; align-items: center; gap: 14px; padding: 13px 4px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-hwbuy-retailer:last-child { border-bottom: none; }
.vgnw-hwbuy-retailer-l { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.vgnw-hwbuy-retailer-name { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-deck); font-weight: 600; font-size: 14px; color: var(--fg-default); }
.vgnw-hwbuy-best { font-family: var(--font-micro); font-weight: 700; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent-success); background: var(--accent-success-bg); padding: 2px 7px; border-radius: 999px; }
.vgnw-hwbuy-retailer-note { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); }
.vgnw-hwbuy-retailer-price { font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: -0.01em;
  color: var(--fg-default); font-variant-numeric: tabular-nums; }
.vgnw-hwbuy-cta { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-micro); font-weight: 700; font-size: 12px;
  letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; padding: 9px 15px; border-radius: 999px;
  background: var(--fg-default); color: var(--bg-surface); transition: opacity var(--dur-fast); white-space: nowrap; }
.vgnw-hwbuy-cta:hover { opacity: 0.88; }
.vgnw-hwbuy-disclaimer { margin: 14px 0 0; font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }

/* ---- HARDWARE: tech-spec table ----------------------------------------- */
.vgnw-hwspecs { margin-top: 32px; border: 1px solid var(--border-default); border-radius: 14px; background: var(--bg-raised); overflow: hidden; }
.vgnw-hwspecs-head { display: flex; align-items: center; gap: 8px; padding: 14px 20px; border-bottom: 1px solid var(--border-default);
  font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-hwspecs-head i { color: var(--fg-subtle); }
.vgnw-hwspecs-grid { margin: 0; padding: 0; }
.vgnw-hwspecs-row { display: grid; grid-template-columns: 200px 1fr; gap: 16px; padding: 13px 20px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-hwspecs-row:last-child { border-bottom: none; }
.vgnw-hwspecs-k { margin: 0; font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--fg-muted); align-self: center; }
.vgnw-hwspecs-v { margin: 0; font-family: var(--font-text); font-size: 14px; line-height: 1.45; color: var(--fg-default); }

/* ---- NEWS: key-facts box ----------------------------------------------- */
.vgnw-factbox { margin: 0 0 30px; border: 1px solid var(--border-default); border-radius: 14px;
  background: var(--bg-surface); overflow: hidden; }
.vgnw-factbox-h { display: flex; align-items: center; gap: 8px; padding: 14px 22px; font-family: var(--font-micro);
  font-weight: 700; font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-muted);
  border-bottom: 1px solid var(--border-subtle); background: var(--bg-raised); }
.vgnw-factbox-grid { display: grid; grid-template-columns: 1fr 1fr; }
.vgnw-factbox-cell { display: flex; gap: 13px; padding: 18px 22px; }
.vgnw-factbox-cell:nth-child(odd) { border-right: 1px solid var(--border-subtle); }
.vgnw-factbox-cell:nth-child(-n+2) { border-bottom: 1px solid var(--border-subtle); }
.vgnw-factbox-ico { width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px; display: grid; place-items: center;
  background: var(--bg-inset); color: var(--fg-default); }
.vgnw-factbox-b { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.vgnw-factbox-k { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-factbox-v { font-family: var(--font-display); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; color: var(--fg-default); line-height: 1.2; }
.vgnw-factbox-note { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); margin-top: 2px; }

/* ---- NEWS: "story so far" timeline ------------------------------------- */
.vgnw-storyline { margin-top: 36px; padding: 24px 26px 8px; border: 1px solid var(--border-subtle); border-radius: 14px; background: var(--bg-surface); }
.vgnw-storyline-h { display: flex; align-items: center; gap: 8px; font-family: var(--font-micro); font-weight: 700;
  font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 6px; }
.vgnw-storyline-list { list-style: none; margin: 0; padding: 0; }
.vgnw-storyline-row { display: grid; grid-template-columns: 22px 1fr; gap: 14px; }
.vgnw-storyline-rail { display: flex; justify-content: center; position: relative; }
.vgnw-storyline-rail::before { content: ""; position: absolute; top: 0; bottom: 0; width: 2px; background: var(--border-default); }
.vgnw-storyline-row:first-child .vgnw-storyline-rail::before { top: 9px; }
.vgnw-storyline-row:last-child .vgnw-storyline-rail::before { bottom: calc(100% - 9px); }
.vgnw-storyline-dot { width: 11px; height: 11px; border-radius: 999px; background: var(--bg-surface);
  border: 2px solid var(--fg-default); margin-top: 4px; position: relative; z-index: 1; }
.vgnw-storyline-b { display: flex; flex-direction: column; gap: 3px; padding-bottom: 20px; }
.vgnw-storyline-date { font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent-info); }
.vgnw-storyline-t { font-family: var(--font-deck); font-weight: 600; font-size: 15.5px; letter-spacing: -0.01em; color: var(--fg-default); }
.vgnw-storyline-d { font-family: var(--font-text); font-size: 14px; line-height: 1.55; color: var(--fg-muted); text-wrap: pretty; }

/* ---- GUIDE: meta strip ------------------------------------------------- */
.vgnw-gmeta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0 0 28px;
  border: 1px solid var(--border-default); border-radius: 12px; overflow: hidden; background: var(--bg-surface); }
.vgnw-gmeta-cell { display: flex; flex-direction: column; gap: 5px; padding: 16px 18px; }
.vgnw-gmeta-cell + .vgnw-gmeta-cell { border-left: 1px solid var(--border-subtle); }
.vgnw-gmeta-ico { color: var(--fg-muted); }
.vgnw-gmeta-k { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-gmeta-v { font-family: var(--font-deck); font-weight: 600; font-size: 15px; letter-spacing: -0.01em; color: var(--fg-default); }

/* ---- GUIDE: table of contents ------------------------------------------ */
.vgnw-gtoc { margin: 0 0 30px; padding: 18px 22px; border: 1px solid var(--border-subtle); border-radius: 12px; background: var(--bg-raised); }
.vgnw-gtoc-h { display: flex; align-items: center; gap: 8px; font-family: var(--font-micro); font-weight: 700;
  font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 12px; }
.vgnw-gtoc-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.vgnw-gtoc-link { display: flex; align-items: center; gap: 12px; padding: 8px 10px; border-radius: 8px; text-decoration: none;
  font-family: var(--font-deck); font-weight: 600; font-size: 14.5px; color: var(--fg-default); transition: background var(--dur-fast); }
.vgnw-gtoc-link:hover { background: var(--bg-surface); }
.vgnw-gtoc-n { width: 24px; height: 24px; flex-shrink: 0; border-radius: 7px; display: grid; place-items: center;
  background: var(--bg-inset); font-family: var(--font-micro); font-weight: 700; font-size: 12px; color: var(--fg-muted); }

/* ---- GUIDE: numbered steps + tip callout ------------------------------- */
.vgnw-gsteps { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 4px; counter-reset: none; }
.vgnw-gstep { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--border-subtle); scroll-margin-top: 90px; }
.vgnw-gstep:first-child { border-top: none; }
.vgnw-gstep-num { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--fg-default); color: var(--bg-surface);
  font-family: var(--font-display); font-weight: 700; font-size: 20px; }
[data-theme="dark"] .vgnw-gstep-num { background: var(--n-25); color: var(--n-950); }
.vgnw-gstep-t { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -0.015em; line-height: 1.2; margin: 4px 0 10px; color: var(--fg-default); }
.vgnw-gstep-p { font-family: var(--font-text); font-size: 16.5px; line-height: 1.65; color: var(--fg-default); margin: 0; text-wrap: pretty; }
.vgnw-gtip { display: flex; flex-direction: column; gap: 6px; margin-top: 14px; padding: 14px 16px; border-radius: 10px;
  background: var(--accent-warning-bg); border: 1px solid color-mix(in srgb, var(--accent-warning) 24%, transparent); }
.vgnw-gtip-badge { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-warning); }
.vgnw-gtip-text { font-family: var(--font-text); font-size: 14.5px; line-height: 1.55; color: var(--fg-default); text-wrap: pretty; }

/* ---- LIST: jump chips + ranked entries --------------------------------- */
.vgnw-ljump { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 12px; padding: 16px 0; border-bottom: 1px solid var(--border-subtle); }
.vgnw-ljump-label { font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-ljump-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.vgnw-ljump-chip { display: inline-flex; align-items: center; gap: 7px; padding: 5px 12px 5px 7px; border-radius: 999px; text-decoration: none;
  border: 1px solid var(--border-default); background: var(--bg-surface); font-family: var(--font-deck); font-weight: 600; font-size: 12.5px; color: var(--fg-default); transition: border-color var(--dur-fast); }
.vgnw-ljump-chip:hover { border-color: var(--border-strong); }
.vgnw-ljump-chip-n { width: 18px; height: 18px; border-radius: 999px; display: grid; place-items: center; background: var(--bg-inset); font-family: var(--font-micro); font-weight: 700; font-size: 10px; color: var(--fg-muted); }

.vgnw-lrank { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-direction: column; }
.vgnw-lentry { display: grid; grid-template-columns: 64px 104px 1fr; gap: 22px; align-items: start; padding: 28px 0; border-top: 1px solid var(--border-subtle); scroll-margin-top: 90px; }
.vgnw-lentry:first-child { border-top: none; }
.vgnw-lentry-rank { font-family: var(--font-banner); font-weight: 700; font-size: 52px; line-height: 0.9; letter-spacing: -0.02em;
  color: var(--fg-default); display: flex; align-items: baseline; }
.vgnw-lentry-hash { font-size: 22px; color: var(--fg-subtle); margin-right: 1px; }
.vgnw-lentry-cover { display: block; width: 104px; height: 139px; border-radius: 10px; overflow: hidden; flex-shrink: 0; }
.vgnw-lentry-b { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.vgnw-lentry-top { display: flex; align-items: center; gap: 14px; }
.vgnw-lentry-t { font-family: var(--font-display); font-weight: 700; font-size: 23px; letter-spacing: -0.02em; line-height: 1.1; margin: 0; }
.vgnw-lentry-t a { color: var(--fg-default); text-decoration: none; }
.vgnw-lentry-t a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--border-strong); text-underline-offset: 3px; }
.vgnw-lentry-score { width: 44px; height: 38px; flex-shrink: 0; font-size: 16px; }
.vgnw-lentry-meta { display: flex; align-items: center; gap: 14px; }
.vgnw-lentry-studio { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-lentry-studio i { color: var(--fg-subtle); }
.vgnw-lentry-plats { display: inline-flex; gap: 7px; color: var(--fg-muted); }
.vgnw-lentry-blurb { font-family: var(--font-text); font-size: 15px; line-height: 1.6; color: var(--fg-default); margin: 0; text-wrap: pretty; max-width: 60ch; }

@media (max-width: 720px) {
  .vgnw-factbox-grid { grid-template-columns: 1fr; }
  .vgnw-factbox-cell:nth-child(odd) { border-right: none; }
  .vgnw-factbox-cell { border-bottom: 1px solid var(--border-subtle); }
  .vgnw-factbox-cell:last-child { border-bottom: none; }
  .vgnw-proscons { grid-template-columns: 1fr; gap: 24px; }
  .vgnw-gmeta { grid-template-columns: 1fr 1fr; }
  .vgnw-gmeta-cell:nth-child(3) { border-left: none; }
  .vgnw-gmeta-cell:nth-child(n+3) { border-top: 1px solid var(--border-subtle); }
  .vgnw-rverdict { grid-template-columns: 1fr; gap: 20px; }
  .vgnw-rverdict-score { flex-direction: row; align-items: center; gap: 16px; }
  .vgnw-rverdict-chip { width: 96px; aspect-ratio: 1 / 0.92; }
  .vgnw-rverdict-break { grid-template-columns: 1fr; gap: 12px; }
  .vgnw-hwbuy-head { flex-direction: column; align-items: flex-start; text-align: left; }
  .vgnw-hwbuy-price { margin-left: 0; }
  .vgnw-hwbuy-retailer { flex-wrap: wrap; }
  .vgnw-hwspecs-row { grid-template-columns: 1fr; gap: 4px; }
  .vgnw-lentry { grid-template-columns: 44px 84px 1fr; gap: 14px; }
  .vgnw-lentry-rank { font-size: 38px; }
  .vgnw-lentry-cover { width: 84px; height: 112px; }
}


/* ============================================================================
   SHARED PAGE FORMS — the .vgnw-nt-* form primitives, available site-wide
   (previously page-local to new-thread/create-setup; contact, newsletters and
   signin use them too). Page-local <style> blocks still win where they exist.
   ============================================================================ */
.vgnw-nt-field { margin-bottom: 18px; }
.vgnw-nt-label { display: flex; align-items: baseline; gap: 8px; font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 9px; }
.vgnw-nt-label a { color: var(--fg-muted); }
.vgnw-nt-label a:hover { color: var(--fg-default); }
.vgnw-req { color: var(--accent-danger); }
.vgnw-nt-hint { font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-subtle); margin-top: 8px; }
.vgnw-nt-input { width: 100%; box-sizing: border-box; border: 1px solid var(--border-default); border-radius: 9px; padding: 12px 14px; font-family: var(--font-text); font-size: 14.5px; color: var(--fg-default); background: var(--bg-page); outline: none; transition: border-color var(--dur-fast); }
.vgnw-nt-input::placeholder { color: var(--fg-subtle); }
.vgnw-nt-input:focus { border-color: var(--fg-muted); }
.vgnw-nt-editor { border: 1px solid var(--border-default); border-radius: 10px; overflow: hidden; background: var(--bg-page); transition: border-color var(--dur-fast); }
.vgnw-nt-editor:focus-within { border-color: var(--fg-muted); }
.vgnw-nt-editor textarea { width: 100%; box-sizing: border-box; min-height: 140px; resize: vertical; border: none; padding: 13px 14px; font-family: var(--font-text); font-size: 14.5px; line-height: 1.6; color: var(--fg-default); background: none; outline: none; }
.vgnw-nt-editor textarea::placeholder { color: var(--fg-subtle); }

/* ============================================================================
   COMPANY HUB — right sidebar shared by the company pages (about, contact,
   careers, advertise, newsroom, partnerships, newsletters, network).
   Desktop: sticky right rail. Mobile: horizontal pill strip above content.
   ============================================================================ */
.vgnw-hub { display: grid; grid-template-columns: minmax(0, 1fr) 264px; gap: 56px; align-items: start; }
.vgnw-hub > .vgnw-kit-prose-wrap { max-width: none; margin: 0; min-width: 0; }
.vgnw-hub-side { position: sticky; top: 122px; display: flex; flex-direction: column; gap: 14px; padding-top: 48px; min-width: 0; }
.vgnw-hub-nav { border: 1px solid var(--border-subtle); border-radius: 12px; background: var(--bg-surface); overflow: hidden; padding-bottom: 6px; }
.vgnw-hub-nav-h { padding: 13px 16px 9px; font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-hub-nav a { display: flex; align-items: center; gap: 10px; padding: 9px 16px; text-decoration: none; font-family: var(--font-deck); font-weight: 600; font-size: 13.5px; color: var(--fg-muted); border-left: 2px solid transparent; transition: background var(--dur-fast), color var(--dur-fast); }
.vgnw-hub-nav a i { font-size: 16px; color: var(--fg-subtle); transition: color var(--dur-fast); }
.vgnw-hub-nav a:hover { background: var(--bg-raised); color: var(--fg-default); }
.vgnw-hub-nav a.is-active { color: var(--fg-default); border-left-color: var(--fg-default); background: var(--bg-raised); }
.vgnw-hub-nav a.is-active i { color: var(--fg-default); }
.vgnw-hub-card { border: 1px solid var(--border-subtle); border-radius: 12px; background: var(--bg-surface); padding: 14px 16px; }
.vgnw-hub-card-h { font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-subtle); margin-bottom: 8px; }
.vgnw-hub-card a { display: flex; align-items: center; gap: 8px; padding: 6px 0; font-family: var(--font-micro); font-weight: 600; font-size: 12.5px; color: var(--fg-muted); text-decoration: none; }
.vgnw-hub-card a:hover { color: var(--fg-default); }
.vgnw-hub-card a i { font-size: 14px; }
@media (max-width: 980px) {
  .vgnw-hub { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .vgnw-hub-side { position: static; order: -1; padding-top: 20px; }
  .vgnw-hub > .vgnw-kit-prose-wrap { padding-top: 24px; }
  .vgnw-hub-nav { display: flex; overflow-x: auto; padding: 6px; gap: 4px; border-radius: 999px; scrollbar-width: none; -webkit-overflow-scrolling: touch; max-width: 100%; }
  .vgnw-hub-nav::-webkit-scrollbar { display: none; }
  .vgnw-hub-nav-h { display: none; }
  .vgnw-hub-nav a { flex: 0 0 auto; border-left: none; border-radius: 999px; padding: 8px 14px; white-space: nowrap; }
  .vgnw-hub-nav a.is-active { background: var(--n-950); color: #fff; }
  .vgnw-hub-nav a.is-active i { color: #fff; }
  [data-theme="dark"] .vgnw-hub-nav a.is-active { background: var(--n-25); color: var(--n-950); }
  .vgnw-hub-card { display: none; }
}


/* ---- hero page-head: oversized display type + cover fan ---------------- */
.vgnw-page-head--hero h1 { font-size: clamp(42px, 4.6vw, 64px); letter-spacing: -0.03em; line-height: 0.98; }
.vgnw-page-head--hero .vgnw-lede { max-width: 52ch; }
.vgnw-ph-meta { display: flex; align-items: center; gap: 10px; margin-top: 6px; font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-subtle); flex-wrap: wrap; }
.vgnw-ph-meta b { color: var(--fg-default); font-variant-numeric: tabular-nums; }
.vgnw-ph-meta i { font-size: 13px; letter-spacing: 0; }
.vgnw-ph-meta-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--border-strong); }

/* the fan: overlapping, slightly rotated covers — hover fans them out */
.vgnw-ph-fan { position: relative; display: flex; align-items: center; flex-shrink: 0; padding: 10px 14px 10px 0; }
.vgnw-ph-fan-c { position: relative; width: 100px; aspect-ratio: 3/4; border-radius: 10px; overflow: hidden; border: 1px solid var(--border-default); box-shadow: var(--shadow-md, 0 10px 24px rgba(0,0,0,.14)); margin-left: -44px; background: var(--bg-inset); transition: transform .3s cubic-bezier(.2,.7,.3,1.2); }
.vgnw-ph-fan-c:first-child { margin-left: 0; }
.vgnw-ph-fan-c > [data-seed] { position: absolute; inset: 0; height: 100%; }
.vgnw-ph-fan-c:nth-child(1) { transform: rotate(-7deg) translateY(6px); z-index: 1; }
.vgnw-ph-fan-c:nth-child(2) { transform: rotate(-3deg) translateY(1px); z-index: 2; }
.vgnw-ph-fan-c:nth-child(3) { transform: rotate(1deg) translateY(-2px); z-index: 3; }
.vgnw-ph-fan-c:nth-child(4) { transform: rotate(5deg) translateY(2px); z-index: 4; }
.vgnw-ph-fan-c:nth-child(5) { transform: rotate(9deg) translateY(8px); z-index: 5; }
.vgnw-ph-fan:hover .vgnw-ph-fan-c:nth-child(1) { transform: rotate(-10deg) translate(-14px, 4px); }
.vgnw-ph-fan:hover .vgnw-ph-fan-c:nth-child(2) { transform: rotate(-5deg) translate(-7px, -1px); }
.vgnw-ph-fan:hover .vgnw-ph-fan-c:nth-child(3) { transform: rotate(0deg) translateY(-8px); }
.vgnw-ph-fan:hover .vgnw-ph-fan-c:nth-child(4) { transform: rotate(6deg) translate(7px, 0); }
.vgnw-ph-fan:hover .vgnw-ph-fan-c:nth-child(5) { transform: rotate(11deg) translate(14px, 6px); }
.vgnw-ph-fan--wide .vgnw-ph-fan-c { width: 148px; aspect-ratio: 16/10; margin-left: -66px; }
.vgnw-ph-fan--wide .vgnw-ph-fan-c:first-child { margin-left: 0; }
.vgnw-ph-fan-chip { position: absolute; right: 7px; top: 7px; z-index: 6; }
/* games hero: straight overlapped row — upright covers, "+N games" end tile */
body[data-page="games"] .vgnw-ph-fan-c,
body[data-page="games"] .vgnw-ph-fan:hover .vgnw-ph-fan-c { transform: none; }
body[data-page="games"] .vgnw-ph-fan:hover .vgnw-ph-fan-c:hover { transform: translateY(-10px); }
.vgnw-ph-fan-c--more { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; background: var(--bg-inset); border-style: dashed; box-shadow: none; z-index: 6; }
.vgnw-ph-fan-more-n { font-family: var(--font-display); font-weight: 600; font-size: 21px; letter-spacing: -0.02em; color: var(--fg-default); font-variant-numeric: tabular-nums; }
.vgnw-ph-fan-more-l { font-family: var(--font-micro); font-weight: 700; font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-ph-fan-flag { position: absolute; left: 7px; top: 7px; z-index: 6; font-family: var(--font-micro); font-weight: 800; font-size: 10px; letter-spacing: .04em; background: var(--accent-success); color: #fff; padding: 3px 7px; border-radius: 6px; }
@media (max-width: 900px) { .vgnw-ph-fan { display: none; } }


/* ---- pager: go-to-page input ------------------------------------------- */
.vgnw-dl-pager-goto { display: inline-flex; align-items: center; gap: 4px; margin-left: 10px; padding-left: 12px; border-left: 1px solid var(--border-subtle); }
.vgnw-dl-pager-goto input { width: 52px; height: 36px; box-sizing: border-box; border: 1px solid var(--border-default); border-radius: 8px; background: var(--bg-surface); padding: 0 8px; font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default); text-align: center; outline: none; -moz-appearance: textfield; appearance: textfield; }
.vgnw-dl-pager-goto input::-webkit-outer-spin-button, .vgnw-dl-pager-goto input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.vgnw-dl-pager-goto input:focus { border-color: var(--fg-muted); }
.vgnw-dl-pager-goto input::placeholder { color: var(--fg-subtle); }


/* ---- archive cards: image reacts on hover too --------------------------- */
.vgnw-art-card .vgnw-art-thumb { overflow: hidden; }
.vgnw-art-card .vgnw-art-thumb > [data-seed] { transition: transform .45s cubic-bezier(.2,.6,.2,1); }
.vgnw-art-card:hover .vgnw-art-thumb > [data-seed] { transform: scale(1.05); }
.vgnw-gh-cover-card .vgnw-gh-cover { overflow: hidden; }
.vgnw-gh-cover-card .vgnw-gh-cover > [data-seed] { transition: transform .45s cubic-bezier(.2,.6,.2,1); }
.vgnw-gh-cover-card:hover .vgnw-gh-cover > [data-seed] { transform: scale(1.05); }
@media (prefers-reduced-motion: reduce) {
  .vgnw-art-card .vgnw-art-thumb > [data-seed], .vgnw-gh-cover-card .vgnw-gh-cover > [data-seed] { transition: none; }
}


/* ============================================================================
   SIDEBAR — forum threads, newsletter, card foot link
   (moved from single.html inline styles so EVERY page can use these cards)
   ============================================================================ */
.vgnw-sidebar-thread { display: flex; flex-direction: column; }
.vgnw-sidebar-thread-a { display: flex; align-items: center; gap: 11px; padding: 11px 16px; text-decoration: none; transition: background var(--dur-fast); }
.vgnw-sidebar-thread-a + .vgnw-sidebar-thread-a { border-top: 1px solid var(--border-subtle); }
.vgnw-sidebar-thread-a:hover { background: var(--bg-raised); }
.vgnw-sidebar-thread-b { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 3px; }
.vgnw-sidebar-thread-t { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: var(--font-deck); font-weight: 600; font-size: 13.5px; line-height: 1.3; letter-spacing: -0.005em; color: var(--fg-default); }
.vgnw-sidebar-thread-a:hover .vgnw-sidebar-thread-t { text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--border-strong); text-underline-offset: 2px; }
.vgnw-sidebar-thread-m { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-micro); font-size: 10.5px; color: var(--fg-muted); }
.vgnw-sidebar-thread-m i { font-size: 12px; color: var(--fg-subtle); }
.vgnw-sidebar-newsletter { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 12px; }
.vgnw-sidebar-newsletter-p { margin: 0; font-family: var(--font-text); font-size: 13px; line-height: 1.5; color: var(--fg-default); }
.vgnw-sidebar-newsletter-form { display: flex; gap: 8px; }
.vgnw-sidebar-newsletter-in { flex: 1; min-width: 0; height: 38px; padding: 0 12px; border: 1px solid var(--border-default); border-radius: 8px; background: var(--bg-surface); font-family: var(--font-deck); font-size: 13px; color: var(--fg-default); }
.vgnw-sidebar-newsletter-in::placeholder { color: var(--fg-subtle); }
.vgnw-sidebar-newsletter-in:focus { outline: none; border-color: var(--border-strong); }
.vgnw-sidebar-newsletter-n { margin: 0; font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); }
.vgnw-sidebar-newsletter-n a { color: var(--fg-default); }
.vgnw-trust-foot { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; padding: 11px; border: none; border-top: 1px solid var(--border-subtle); background: none; cursor: pointer; font-family: var(--font-micro); font-weight: 700; font-size: 11.5px; letter-spacing: 0.04em; color: var(--fg-default); text-decoration: none; }
.vgnw-trust-foot:hover { background: var(--bg-raised); }

/* Live content: static-kit live.html stream, backed by VGNW Core updates. */
.vgnw-live-head { padding-bottom: 22px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-live-head-labels { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.vgnw-lb-live-pill { display: inline-flex; align-items: center; gap: 7px; background: var(--signal-live); color: #fff; font-family: var(--font-micro); font-weight: 800; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.vgnw-lb-live-pill.is-ended { background: var(--fg-muted); }
.vgnw-lb-live-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.vgnw-lb-live-pill:not(.is-ended) .vgnw-lb-live-dot { background: #fff; }
.vgnw-lb-head-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-lb-head-meta b { color: var(--fg-default); font-weight: 700; }
.vgnw-live-hero { margin: 22px 0 0; }
.vgnw-live-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vgnw-lb-stream { margin-top: 38px; }
.vgnw-lb-entry { position: relative; padding: 0 0 54px 32px; }
.vgnw-lb-entry::before { content: ""; position: absolute; left: 4px; top: 24px; bottom: -4px; width: 2px; background: var(--border-subtle); }
.vgnw-lb-entry:last-child::before { display: none; }
.vgnw-lb-entry::after { content: ""; position: absolute; left: 0; top: 5px; width: 10px; height: 10px; border-radius: 50%; background: var(--bg-page); border: 2px solid var(--border-strong); box-sizing: border-box; }
.vgnw-lb-entry.is-new::after { background: var(--signal-hot); border-color: var(--signal-hot); }
.vgnw-lb-time { font-family: var(--font-micro); font-size: 12.5px; font-weight: 700; color: var(--fg-default); font-variant-numeric: tabular-nums; text-decoration: none; }
.vgnw-lb-entry.is-new .vgnw-lb-time { color: var(--signal-hot); }
.vgnw-lb-byrow { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 10px; min-height: 20px; font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }
.vgnw-lb-pipe { width: 1px; height: 13px; background: var(--border-strong); }
.vgnw-lb-author { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-muted); }
.vgnw-lb-tag { display: inline-flex; align-items: center; font-family: var(--font-micro); font-weight: 800; font-size: 10px; letter-spacing: 0.09em; text-transform: uppercase; color: var(--signal-hot); border: 1px solid currentColor; border-radius: 5px; padding: 2px 6px; }
.vgnw-lb-h2 { font-family: var(--font-display); font-weight: 700; font-size: 24px; line-height: 1.14; letter-spacing: 0; color: var(--fg-default); margin: 14px 0 0; text-wrap: balance; }
.vgnw-lb-content { margin-top: 12px; font-family: var(--font-text); font-size: 16px; line-height: 1.62; color: var(--fg-default); }
.vgnw-lb-content > :first-child { margin-top: 0; }
.vgnw-lb-content > :last-child { margin-bottom: 0; }
@media (prefers-reduced-motion: no-preference) { .vgnw-lb-live-pill:not(.is-ended) .vgnw-lb-live-dot, .vgnw-lb-entry.is-new::after { animation: vgnw-lb-pulse 1.4s ease-in-out infinite; } }
@keyframes vgnw-lb-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
@media (max-width: 720px) { .vgnw-lb-entry { padding: 0 0 44px 24px; } .vgnw-lb-h2 { font-size: 21px; } }


/* ============================================================================
   Player's Glossary — inline term + hover tooltip (injected by glossary.js)
   Used on any page that loads assets/js/glossary.js. Page-level glossary /
   help-desk layouts stay inline in their own pages per kit convention.
   ============================================================================ */
.vgnw-gloss { color: inherit; text-decoration: underline dotted var(--border-strong); text-decoration-thickness: 1.5px; text-underline-offset: 3px; cursor: help; transition: text-decoration-color var(--dur-fast); }
.vgnw-gloss:hover { text-decoration: underline solid var(--fg-default); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }

.vgnw-gloss-tip { position: fixed; z-index: 460; width: 296px; background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: 10px; box-shadow: var(--shadow-lg); padding: 12px 14px 11px; pointer-events: none; opacity: 0; transform: translateY(4px); transition: opacity var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out); }
.vgnw-gloss-tip.is-below { transform: translateY(-4px); }
.vgnw-gloss-tip.is-visible { opacity: 1; transform: none; }
.vgnw-gloss-tip-eyebrow { display: flex; align-items: center; gap: 5px; font-family: var(--font-micro); font-weight: 700; font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-gloss-tip-eyebrow i { font-size: 12px; }
.vgnw-gloss-tip-term { display: block; font-family: var(--font-deck); font-weight: 700; font-size: 15.5px; letter-spacing: -0.01em; color: var(--fg-default); margin-top: 6px; }
.vgnw-gloss-tip-def { font-family: var(--font-text); font-size: 12.5px; line-height: 1.5; color: var(--fg-muted); margin: 4px 0 0; }
.vgnw-gloss-tip-foot { display: flex; align-items: center; gap: 4px; font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.03em; color: var(--fg-subtle); margin-top: 9px; padding-top: 8px; border-top: 1px solid var(--border-subtle); }
.vgnw-gloss-tip-foot i { font-size: 12px; }

/* source: assets/static/css/kit.css */
/* ============================================================================
   VGNW STATIC KIT — kit.css
   Static-only additions. The React app mounted/unmounted popovers; the static
   kit keeps them in the DOM and toggles visibility with classes instead.
   Also adds the mobile drawer the original (desktop-only) header lacked.
   ============================================================================ */

/* ---- Popover visibility (replaces React conditional mount) --------------- */
.vgnw-dl-dd-panel { display: none; }
.vgnw-dl-dd.is-open .vgnw-dl-dd-panel { display: block; }
.vgnw-dropdown-panel { display: none; }
.vgnw-dropdown.is-open .vgnw-dropdown-panel { display: block; }
.vgnw-footer-lang-menu { display: none; }

/* mega wrap / search bars are toggled inline by JS (display:none default set in JS) */
.vgnw-header-mega-wrap { animation: mega-in var(--dur-base) var(--ease-out); }

/* ---- Header: mobile burger ----------------------------------------------- */
.vgnw-header-burger { display: none; }
/* match the original: header tool icons render at 18px (React set this inline,
   which beat home.css's 21px rule — replicate so the header reads tight) */
.vgnw-header-tools .vgnw-icon-btn i { font-size: 18px; }
@media (max-width: 760px) {
  .vgnw-header-burger { display: grid; }
  .vgnw-header-account .vgnw-header-account-name { display: none; }
  /* keep the trending strip usable: let it scroll sideways */
  .vgnw-header-trending { overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .vgnw-header-trending::-webkit-scrollbar { display: none; }
}
@media (min-width: 761px) {
  .vgnw-header-drawer, .vgnw-header-drawer-scrim { display: none !important; }
}

/* ---- Mobile drawer ------------------------------------------------------- */
.vgnw-header-drawer-scrim {
  position: fixed; inset: 0; z-index: 60; background: color-mix(in srgb, var(--n-950) 50%, transparent);
  opacity: 0; pointer-events: none; transition: opacity var(--dur-base) var(--ease-out);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
.vgnw-header-drawer-scrim.is-open { opacity: 1; pointer-events: auto; }
.vgnw-header-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 61; width: min(86vw, 360px);
  background: var(--bg-surface); border-left: 1px solid var(--border-default);
  box-shadow: var(--shadow-xl); transform: translateX(100%);
  transition: transform var(--dur-base) var(--ease-out);
  display: flex; flex-direction: column; overflow-y: auto;
}
.vgnw-header-drawer.is-open { transform: none; }
.vgnw-header-drawer-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 18px; border-bottom: 1px solid var(--border-subtle); position: sticky; top: 0;
  background: var(--bg-surface); z-index: 1;
}
.vgnw-header-drawer-head img { height: 17px; width: auto; }
[data-theme="dark"] .vgnw-header-drawer-head img { filter: invert(1); }
.vgnw-header-drawer-close {
  width: 38px; height: 38px; border-radius: 999px; border: none; background: var(--bg-raised);
  color: var(--fg-default); cursor: pointer; display: grid; place-items: center; flex-shrink: 0;
}
.vgnw-header-drawer-close i { font-size: 20px; }
.vgnw-header-drawer-nav { padding: 8px; display: flex; flex-direction: column; }
.vgnw-header-drawer-item { border-bottom: 1px solid var(--border-subtle); }
.vgnw-header-drawer-link {
  display: flex; align-items: center; gap: 10px; width: 100%; text-align: left;
  padding: 14px 12px; background: none; border: none; cursor: pointer;
  font-family: var(--font-micro); font-weight: 700; font-size: 16px; color: var(--fg-default);
}
.vgnw-header-drawer-link i.vgnw-chev { margin-left: auto; color: var(--fg-subtle); transition: transform var(--dur-fast); }
.vgnw-header-drawer-item.is-open .vgnw-header-drawer-link i.vgnw-chev { transform: rotate(180deg); }
.vgnw-header-drawer-sub { display: none; flex-direction: column; padding: 0 0 10px 12px; gap: 1px; }
.vgnw-header-drawer-item.is-open .vgnw-header-drawer-sub { display: flex; }
.vgnw-header-drawer-sub a {
  display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px;
  font-family: var(--font-deck); font-weight: 500; font-size: 14px; color: var(--fg-muted);
}
.vgnw-header-drawer-sub a:hover { background: var(--bg-raised); color: var(--fg-default); }
.vgnw-header-drawer-sub a i { color: var(--fg-subtle); }
.vgnw-header-drawer-foot { padding: 14px 18px 26px; border-top: 1px solid var(--border-subtle); margin-top: auto; display: flex; flex-direction: column; gap: 10px; }

/* ---- A couple of small affordances --------------------------------------- */
.vgnw-gh-toolbar-sub { color: var(--fg-muted); }
.vgnw-gh-rail-clear {
  width: 22px; height: 22px; border-radius: 999px; border: none; background: var(--bg-inset);
  color: var(--fg-muted); cursor: pointer; display: grid; place-items: center; flex-shrink: 0;
}
.vgnw-gh-rail-clear:hover { color: var(--fg-default); }

/* generic "page section" used on page.html */
.vgnw-kit-prose-wrap { max-width: var(--container-narrow); margin: 0 auto; padding: 40px 0 64px; }

/* newsletters page: checkbox subscription manager */
.vgnw-nlp-list { border: 1px solid var(--border-subtle); border-radius: 12px; background: var(--bg-surface); overflow: hidden; }
.vgnw-nlp-row { display: flex; align-items: flex-start; gap: 14px; width: 100%; padding: 16px 18px; border: none; border-bottom: 1px solid var(--border-subtle); background: none; cursor: pointer; text-align: left; font-family: var(--font-text); }
.vgnw-nlp-row:last-child { border-bottom: none; }
.vgnw-nlp-row:hover { background: var(--bg-raised); }
.vgnw-nlp-check { box-sizing: border-box; flex-shrink: 0; display: grid; place-items: center; width: 20px; height: 20px; margin-top: 10px; border-radius: 5px; border: 1.5px solid var(--border-strong); color: var(--fg-inverse); font-size: 14px; transition: background var(--dur-fast), border-color var(--dur-fast); }
.vgnw-nlp-check i { opacity: 0; }
.vgnw-nlp-row.is-on .vgnw-nlp-check { background: var(--fg-default); border-color: var(--fg-default); }
.vgnw-nlp-row.is-on .vgnw-nlp-check i { opacity: 1; }
.vgnw-nlp-ico { width: 38px; height: 38px; border-radius: 10px; background: var(--bg-inset); display: grid; place-items: center; flex-shrink: 0; font-size: 19px; color: var(--fg-default); }
.vgnw-nlp-b { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.vgnw-nlp-t { font-family: var(--font-deck); font-size: 15.5px; font-weight: 600; color: var(--fg-default); display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.vgnw-nlp-meta { font-family: var(--font-micro); font-size: 11px; font-weight: 500; color: var(--fg-subtle); }
.vgnw-nlp-d { font-size: 13.5px; color: var(--fg-muted); line-height: 1.5; }
.vgnw-nlp-foot { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin: 16px 0 0; padding: 18px 20px; border-radius: 14px; background: var(--n-950); color: #fff; }
[data-theme="dark"] .vgnw-nlp-foot { background: var(--n-25); color: var(--n-950); }
.vgnw-nlp-foot-ico { width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,.10); display: grid; place-items: center; font-size: 21px; flex-shrink: 0; }
[data-theme="dark"] .vgnw-nlp-foot-ico { background: rgba(0,0,0,.07); }
.vgnw-nlp-foot-b { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 180px; }
.vgnw-nlp-foot-t { font-family: var(--font-deck); font-weight: 600; font-size: 16px; }
.vgnw-nlp-count { font-family: var(--font-micro); font-size: 11.5px; opacity: .72; }
.vgnw-nlp-count b { font-weight: 700; }
.vgnw-nlp-field { display: flex; align-items: center; gap: 6px; flex: 2; min-width: 280px; padding: 5px 5px 5px 14px; border-radius: 10px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); transition: border-color var(--dur-fast); }
.vgnw-nlp-field:focus-within { border-color: rgba(255,255,255,.42); }
[data-theme="dark"] .vgnw-nlp-field { background: rgba(0,0,0,.05); border-color: rgba(0,0,0,.14); }
[data-theme="dark"] .vgnw-nlp-field:focus-within { border-color: rgba(0,0,0,.36); }
.vgnw-nlp-input { flex: 1; min-width: 0; border: none; background: none; outline: none; font-family: var(--font-text); font-size: 14.5px; color: inherit; padding: 8px 0; }
.vgnw-nlp-input::placeholder { color: currentColor; opacity: .5; }
.vgnw-nlp-save { font-family: var(--font-deck); font-weight: 600; font-size: 14px; padding: 10px 16px; border-radius: 7px; border: none; cursor: pointer; white-space: nowrap; background: #fff; color: var(--n-950); }
.vgnw-nlp-save:hover { background: var(--n-100); }
[data-theme="dark"] .vgnw-nlp-save { background: var(--n-950); color: #fff; }
[data-theme="dark"] .vgnw-nlp-save:hover { background: var(--n-800); }
.vgnw-nlp-unsub { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 32px; padding: 16px 18px; border: 1px dashed var(--border-default); border-radius: 12px; }
.vgnw-nlp-unsub-ico { width: 38px; height: 38px; border-radius: 10px; background: var(--bg-inset); display: grid; place-items: center; flex-shrink: 0; font-size: 19px; color: var(--fg-muted); }
.vgnw-nlp-unsub-b { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 220px; }
.vgnw-nlp-unsub-t { font-family: var(--font-deck); font-size: 15.5px; font-weight: 600; color: var(--fg-default); }

/* radio-facet chips reuse the .vgnw-tag look (engine toggles .is-on, not .vgnw-tag--active) */.vgnw-tag.is-on { background: var(--n-950); color: var(--fg-inverse); border-color: var(--n-950); }
[data-theme="dark"] .vgnw-tag.is-on { background: var(--n-25); color: var(--n-950); border-color: var(--n-25); }
/* User dropdown: only-box shows its check only when active */
.vgnw-dl-user-box--only i { opacity: 0; }
.vgnw-dl-user-box--only.is-on i { opacity: 1; }
/* review TOC menu: shown only when open (engine toggles .vgnw-reading-toc.is-open) */
.vgnw-reading-toc-menu { display: none; }
.vgnw-reading-toc.is-open .vgnw-reading-toc-menu { display: block; }
/* game hero: guarantee content paints above the gradient + shade layers */
.vgnw-gp-hero-img { z-index: 0; }
.vgnw-gp-hero-shade { z-index: 1; }
.vgnw-gp-hero-inner { z-index: 2; }
/* calendar: filters merged into the toolbar row (single line) */
.vgnw-cal-toolbar--merged { flex-wrap: wrap; row-gap: 12px; }
.vgnw-cal-toolbar--merged .vgnw-cal-toolbar-r { flex-wrap: wrap; gap: 10px; align-items: center; }
.vgnw-cal-toolbar--merged .vgnw-cal-toolbar-r .vgnw-dl-dd { position: relative; }
/* calendar day view: full-width + spacious; toolbar already shows the date */
.vgnw-cal-day { max-width: none !important; }
.vgnw-cal-day-countline { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; font-family: var(--font-micro); font-weight: 700; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-cal-day-countline i { color: var(--fg-subtle); }
.vgnw-cal-day-list .vgnw-cal-daycard { width: 100%; padding: 18px; gap: 22px; }
.vgnw-cal-day-list .vgnw-cal-daycard-cover { width: 132px; }

/* full-page search results list (reuses header .vgnw-search-row) */
.vgnw-search-page-results { border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; background: var(--bg-surface); }
.vgnw-search-page-results .vgnw-search-row { border-radius: 0; border-bottom: 1px solid var(--border-subtle); padding: 14px 16px; }
.vgnw-search-page-results .vgnw-search-row:last-child { border-bottom: none; }
.vgnw-search-page-results .vgnw-search-row-thumb { width: 64px; height: 44px; }
.vgnw-search-page-results .vgnw-search-row:hover .vgnw-search-row-enter { opacity: 1; }
.vgnw-search-hero {
  position: relative; margin: 8px 0 4px;
}
.vgnw-search-hero i.vgnw-search-hero-ico { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--fg-muted); pointer-events: none; }
.vgnw-search-hero input { height: 58px; padding-left: 50px; font-size: 18px; border-radius: 12px; }

/* ============================================================================
   MEMBER HOVER CARD (ucard) — appears over any link to profile.html
   ============================================================================ */
.vgnw-ucard { position: fixed; z-index: 240; width: 272px; background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: 14px; box-shadow: 0 18px 44px rgba(0,0,0,0.16), 0 2px 8px rgba(0,0,0,0.08); opacity: 0; transform: translateY(4px); pointer-events: none; transition: opacity 0.16s ease, transform 0.16s ease; }
.vgnw-ucard.is-open { opacity: 1; transform: none; pointer-events: auto; }
.vgnw-ucard-top { display: flex; align-items: center; gap: 11px; padding: 14px 14px 12px; }
.vgnw-ucard-av { width: 44px; height: 44px; font-size: 15px; flex-shrink: 0; }
.vgnw-ucard-id { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 2px; }
.vgnw-ucard-n { font-family: var(--font-deck); font-weight: 700; font-size: 14.5px; color: var(--fg-default); display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-ucard-n i { color: var(--accent-info); font-size: 13px; }
.vgnw-ucard-meta { font-family: var(--font-micro); font-size: 10.5px; color: var(--fg-subtle); display: inline-flex; align-items: center; gap: 5px; }
.vgnw-ucard-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--accent-success); flex-shrink: 0; }
.vgnw-ucard-tag { font-family: var(--font-micro); font-weight: 700; font-size: 8.5px; letter-spacing: 0.06em; text-transform: uppercase; padding: 2px 6px; border-radius: 4px; background: var(--bg-inset); color: var(--fg-muted); flex-shrink: 0; }
.vgnw-ucard-tag--mod { background: var(--accent-info-bg); color: var(--accent-info); }
.vgnw-ucard-tag--admin { background: var(--accent-danger-bg); color: var(--accent-danger); }
.vgnw-ucard-tag--you { background: var(--accent-info); color: #fff; }
.vgnw-ucard-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.vgnw-ucard-stats > div { display: flex; flex-direction: column; align-items: center; gap: 1px; padding: 9px 4px; }
.vgnw-ucard-stats > div + div { border-left: 1px solid var(--border-subtle); }
.vgnw-ucard-stats b { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--fg-default); font-variant-numeric: tabular-nums; }
.vgnw-ucard-stats span { font-family: var(--font-micro); font-size: 9px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--fg-subtle); }
.vgnw-ucard-actions { display: flex; gap: 8px; padding: 11px 14px; }
.vgnw-ucard-actions .vgnw-btn { flex: 1; justify-content: center; text-decoration: none; }
@media (hover: none) { .vgnw-ucard { display: none !important; } }

/* ============================================================================
   BADGE TONES + FLAIR (mini profile badges, shared sitewide)
   ============================================================================ */
.vgnw-rz-t-gold { --rz-c: #C9971F; --rz-grad: linear-gradient(145deg, #E8C35C, #B8860B); }
.vgnw-rz-t-plat { --rz-c: #8FA3B8; --rz-grad: linear-gradient(145deg, #C9D6E2, #7E93A9); }
.vgnw-rz-t-emerald { --rz-c: #1F8A5B; --rz-grad: linear-gradient(145deg, #3ECF8E, #166D47); }
.vgnw-rz-t-violet { --rz-c: #7245C7; --rz-grad: linear-gradient(145deg, #A97FE8, #5B32A8); }
.vgnw-rz-t-ruby { --rz-c: #D8453B; --rz-grad: linear-gradient(145deg, #F0685F, #B12F26); }
.vgnw-rz-t-cobalt { --rz-c: #2A6FDB; --rz-grad: linear-gradient(145deg, #5D97F0, #1D53AC); }
.vgnw-rz-t-sunset { --rz-c: #E86A2F; --rz-grad: linear-gradient(145deg, #F5A15C, #D34E1A); }
.vgnw-rz-t-aurora { --rz-c: #6D5BE0; --rz-grad: linear-gradient(120deg, #3ECFC0, #6D5BE0, #C05BE0); }
/* flair: quiet enamel-pin treatment — tinted disc, tone-colored glyph, hairline ring.
   Tone identity comes from --rz-c; no saturated fills, no drop shadows. */
.vgnw-flair { width: 20px; height: 20px; border-radius: 999px; display: inline-grid; place-items: center; font-size: 11px; color: var(--rz-c, var(--fg-subtle)); background: color-mix(in srgb, var(--rz-c, var(--fg-subtle)) 9%, var(--bg-surface)); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--rz-c, var(--fg-subtle)) 26%, transparent); flex-shrink: 0; position: relative; }
[data-theme="dark"] .vgnw-flair { background: color-mix(in srgb, var(--rz-c, var(--fg-subtle)) 16%, var(--bg-surface)); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--rz-c, var(--fg-subtle)) 34%, transparent); }
.vgnw-ucard-n .vgnw-flair { width: 16px; height: 16px; font-size: 9px; }
.vgnw-ucard-id .vgnw-ucard-tag { align-self: flex-start; margin: 3px 0 1px; }
.vgnw-flair[data-tip]::after, .vgnw-rz-slot[data-tip]::after { content: attr(data-tip); position: absolute; bottom: calc(100% + 7px); left: 50%; transform: translateX(-50%) translateY(3px); background: var(--n-950); color: var(--fg-inverse); font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.02em; padding: 4px 8px; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.13s ease, transform 0.13s ease; z-index: 60; }
.vgnw-flair[data-tip]:hover::after, .vgnw-rz-slot[data-tip]:hover::after { opacity: 1; transform: translateX(-50%) translateY(0); }
[data-theme="dark"] .vgnw-flair[data-tip]::after, [data-theme="dark"] .vgnw-rz-slot[data-tip]::after { background: var(--n-25); color: var(--n-950); }
.vgnw-rz-slot { position: relative; }

/* source: assets/static/css/mobile.css */
/* ============================================================================
   VGNW STATIC KIT — mobile.css
   App-like mobile layer (≤760px): bottom tab bar, touch ergonomics, layout
   collapses. Desktop is untouched.
   ============================================================================ */

/* ---- global touch polish (all sizes, harmless on desktop) ----------------- */
html { -webkit-tap-highlight-color: transparent; }
body { overscroll-behavior-y: none; }
/* Horizontal clipping belongs to html/body. The sticky header must keep visible
   overflow so Safari does not crop the absolutely positioned mega panel. */
.vgnw-header { overflow: visible; }

/* ---- bottom app nav (injected by main.js) --------------------------------- */
.vgnw-appnav { display: none; }

/* ---- header never overflows: compress nav, then switch to burger early ---- */
@media (max-width: 1280px) {
  .vgnw-header-top { gap: 18px; }
  .vgnw-header-nav { gap: 2px; min-width: 0; }
  .vgnw-header-nav a { font-size: 13px; }
  .vgnw-header-nav .vgnw-chev { display: none; }
}
@media (max-width: 1080px) {
  .vgnw-header-nav { display: none; }
  .vgnw-header-burger { display: grid; }
  .vgnw-header-tools { margin-left: auto; }
  .vgnw-header-account .vgnw-header-account-name { display: none; }
}

@media (max-width: 760px) {

  /* --- bottom tab bar ------------------------------------------------------ */
  .vgnw-appnav {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    display: grid; grid-template-columns: repeat(5, 1fr);
    padding: 6px 10px calc(6px + env(safe-area-inset-bottom, 0px));
    background: color-mix(in srgb, var(--bg-surface) 88%, transparent);
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
    backdrop-filter: blur(20px) saturate(1.5);
    border-top: 1px solid var(--border-subtle);
  }
  .vgnw-appnav-item {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
    min-height: 48px; padding: 5px 0 3px; border: 0; background: none; border-radius: 12px;
    color: var(--fg-subtle); text-decoration: none; cursor: pointer;
    font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: .04em;
    transition: color .15s ease, transform .1s ease;
  }
  .vgnw-appnav-item i { font-size: 21px; line-height: 1; }
  .vgnw-appnav-item:active { transform: scale(.92); }
  .vgnw-appnav-item.is-active { color: var(--fg-default); }
  .vgnw-appnav-item.is-active i { transform: translateY(-1px); }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom, 0px)); }

  /* --- header: compact, app-bar feel -------------------------------------- */
  .vgnw-header-top { min-height: 54px; }
  .vgnw-icon-btn { width: 42px; height: 42px; }
  .vgnw-header-trending {
    overflow-x: auto; flex-wrap: nowrap; white-space: nowrap;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    -webkit-mask-image: linear-gradient(to right, #000 88%, transparent);
    mask-image: linear-gradient(to right, #000 88%, transparent);
  }
  .vgnw-header-trending::-webkit-scrollbar { display: none; }
  .vgnw-trending-link { flex: 0 0 auto; padding-top: 6px; padding-bottom: 6px; }

  /* --- touch targets & press states ---------------------------------------- */
  .vgnw-btn { min-height: 44px; }
  .vgnw-btn:active, .vgnw-card:active { transform: scale(.985); }
  .vgnw-btn, .vgnw-card { transition: transform .1s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease; }

  /* --- inline utility grids from content pages collapse -------------------- */
  main [style*="repeat(4,1fr)"] { grid-template-columns: repeat(2, 1fr) !important; }
  main [style*="repeat(3,1fr)"] { grid-template-columns: 1fr !important; }
  main [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }

  /* --- prose & page heads -------------------------------------------------- */
  .vgnw-page-head h1 { font-size: clamp(26px, 7.4vw, 34px); line-height: 1.08; }
  .vgnw-lede { font-size: 15.5px; }
  .vgnw-kit-prose-wrap { padding-left: 0; padding-right: 0; }

  /* --- cards edge-to-edge rhythm ------------------------------------------- */
  .vgnw-slide-title { font-size: clamp(19px, 5.4vw, 24px); }
  .vgnw-wish-row { gap: 10px; padding-left: 4px; padding-right: 4px; }
  .vgnw-wish-body { flex: 1 1 auto; }
  .vgnw-wish-studio { display: none; }
  .vgnw-wish-plats { min-width: 52px; margin-right: 0; }
  .vgnw-wish-count { width: 60px; }

  /* --- filter toolbars scroll horizontally instead of wrapping -------------- */
  .vgnw-dl-toolbar, .vgnw-gh-toolbar, .vgnw-dl-filters {
    overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none;
    -webkit-overflow-scrolling: touch; padding-bottom: 4px;
  }
  .vgnw-dl-toolbar::-webkit-scrollbar, .vgnw-gh-toolbar::-webkit-scrollbar, .vgnw-dl-filters::-webkit-scrollbar { display: none; }

  /* --- profile: scrollable tab strip, stacked overview ---------------------- */
  .vgnw-profile-tabs { overflow-x: auto; flex-wrap: nowrap; white-space: nowrap; scrollbar-width: none; -webkit-overflow-scrolling: touch; max-width: 100%; }
  .vgnw-profile-tabs::-webkit-scrollbar { display: none; }
  .vgnw-profile-overview { grid-template-columns: 1fr !important; }

  /* --- footer: calmer, ends above the tab bar ------------------------------- */
  .vgnw-footer-col a { display: inline-block; padding: 3px 0; }
  .vgnw-footer-legal a { display: inline-block; padding: 4px 2px; }

  /* --- drawer: full-height sheet feel --------------------------------------- */
  .vgnw-header-drawer { padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px)); }

  /* --- mega menu never appears on touch layouts ----------------------------- */
  .vgnw-header-mega-wrap { display: none !important; }
}

@media (max-width: 560px) {
  main [style*="repeat(2,1fr)"] { grid-template-columns: 1fr !important; }
  main [style*="repeat(4,1fr)"] { grid-template-columns: repeat(2, 1fr) !important; }
  .vgnw-wish-window { display: none; }
}

/* source: assets/css/wp.css */
html {
  scroll-padding-top: 120px;
}

body.admin-bar .vgnw-header {
  top: 32px;
}

body.admin-bar .vgnw-header-search-scrim {
  top: 32px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.vgnw-comments {
  padding-bottom: 64px;
}

.vgnw-plugin-surface {
  margin-top: 22px;
}

.vgnw-card {
  background: var(--bg-surface, #fff);
  border: 1px solid var(--border-default, #d9d9d9);
  border-radius: 8px;
  box-shadow: none;
}

.vgnw-button {
  align-items: center;
  background: var(--fg-default, #111);
  border: 1px solid var(--fg-default, #111);
  border-radius: 7px;
  color: var(--bg-surface, #fff);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-deck, system-ui, sans-serif);
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  min-height: 36px;
  padding: 8px 13px;
  text-decoration: none;
}

.vgnw-button:hover {
  transform: translateY(-1px);
}

.vgnw-button.is-danger {
  background: transparent;
  border-color: var(--border-default, #d9d9d9);
  color: #b42318;
}

.vgnw-input,
.vgnw-select {
  background: var(--bg-surface, #fff);
  border: 1px solid var(--border-default, #d9d9d9);
  border-radius: 7px;
  color: var(--fg-default, #111);
  font-family: var(--font-deck, system-ui, sans-serif);
  font-size: 13px;
  min-height: 36px;
  padding: 8px 10px;
  width: 100%;
}

.vgnw-input:focus,
.vgnw-select:focus {
  border-color: var(--fg-default, #111);
  outline: none;
}

.vgnw-chip {
  align-items: center;
  background: var(--bg-inset, #f5f5f5);
  border: 1px solid var(--border-subtle, #ececec);
  border-radius: 999px;
  color: var(--fg-default, #111);
  display: inline-flex;
  font-family: var(--font-micro, system-ui, sans-serif);
  font-size: 11px;
  font-weight: 700;
  gap: 5px;
  padding: 5px 8px;
}

.vgnw-comments .comment-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.vgnw-slide-title a {
  color: inherit;
  text-decoration: inherit;
}

.vgnw-game-cover img,
.vgnw-search-row-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vgnw-game-cover img {
  border-radius: inherit;
}

.vgnw-empty-state {
  color: var(--fg-muted, #686868);
  font-family: var(--font-text, system-ui, sans-serif);
  font-size: 14px;
  margin: 0;
  padding: 18px;
}

.vgnw-feed-list .vgnw-feed-item--empty {
  display: block;
  min-height: 0;
  padding: 18px 0;
}

.vgnw-feed-item--empty .vgnw-feed-body,
.vgnw-feed-item--empty .vgnw-feed-text {
  margin: 0;
  max-width: none;
  width: 100%;
}

@media (max-width: 782px) {
  body.admin-bar .vgnw-header,
  body.admin-bar .vgnw-header-search-scrim {
    top: 46px;
  }
}
html.vgnw-is-navigating::before {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 42%;
  height: 2px;
  background: var(--signal-live, #d23a1f);
  content: "";
  animation: vgnw-navigation-progress 900ms ease-in-out infinite;
  pointer-events: none;
}

html.vgnw-is-navigating body {
  cursor: progress;
}

.vgnw-navigation-announcer {
  position: fixed;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

main[tabindex="-1"]:focus {
  outline: none;
}

@keyframes vgnw-navigation-progress {
  0% { transform: translateX(-110%); }
  55% { transform: translateX(80%); }
  100% { transform: translateX(240%); }
}

@media (prefers-reduced-motion: no-preference) {
  ::view-transition-old(root) { animation-duration: 110ms; }
  ::view-transition-new(root) { animation-duration: 150ms; }
}
