/* 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/home.css */
/* VGNW — home page surfaces (slider, timeline, game cards, deals, calendar,
   setups, guides/reviews, forum, game detail). Tokens-only so both themes work. */

@supports (content-visibility: auto) {
  .vgnw-home > .vgnw-container:not(:first-child),
  .vgnw-home > .vgnw-band {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}
/* ============================================================================
   HOME RHYTHM
   ============================================================================ */
.vgnw-home { padding-bottom: 96px; }
.vgnw-home-block { margin-top: 64px; }
.vgnw-home-block--tight { margin-top: 44px; }

/* full-width tinted band (used sparingly for Deals + Setups) */
.vgnw-band {
  background: var(--bg-raised);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  margin-top: 64px;
  padding: 48px 0 52px;
}
.vgnw-band + .vgnw-home-block { margin-top: 64px; }

/* shared block header (a denser cousin of .vgnw-section-head) */
.vgnw-blk-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 16px; margin-bottom: 20px;
  padding-bottom: 14px; border-bottom: 1px solid var(--border-default);
}
.vgnw-blk-head-l { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.vgnw-blk-eyebrow {
  font-family: var(--font-micro); font-weight: 700; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-muted);
  display: inline-flex; align-items: center; gap: 7px;
}
.vgnw-blk-head h2 {
  font-family: var(--font-display); font-weight: 600; font-size: 30px;
  letter-spacing: -0.02em; line-height: 1; margin: 0;
}
.vgnw-blk-link {
  font-family: var(--font-deck); font-weight: 600; font-size: 13px;
  color: var(--fg-default); display: inline-flex; align-items: center; gap: 5px;
  white-space: nowrap; flex-shrink: 0; padding-bottom: 1px;
}
.vgnw-blk-link:hover { opacity: 0.6; }

/* horizontal scroll rail */
.vgnw-rail {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x proximity;
  padding-bottom: 6px; scrollbar-width: thin;
}
.vgnw-rail::-webkit-scrollbar { height: 8px; }
.vgnw-rail::-webkit-scrollbar-thumb { background: var(--border-default); border-radius: 999px; }
.vgnw-rail > * { scroll-snap-align: start; }

/* ============================================================================
   BLOCK 1 — FEATURE (slider + tabbed timeline)
   ============================================================================ */
.vgnw-feature-block { display: grid; grid-template-columns: 1.62fr 1fr; gap: 28px; margin-top: 24px; align-items: stretch; height: clamp(420px, 40vw, 520px); }

/* --- slider --- */
.vgnw-slider { position: relative; display: flex; flex-direction: column; height: 100%; min-height: 0; }
.vgnw-slider-stage {
  position: relative; border-radius: 12px; overflow: hidden;
  flex: 1 1 auto; min-height: 0; background: #0c0e13;
  border: 1px solid var(--border-subtle);
}
.vgnw-slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transition: opacity 560ms var(--ease-out);
  background: #0c0e13;
  cursor: pointer;
}
.vgnw-slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.vgnw-slide .vgnw-slide-img { transform: scale(1.05); transform-origin: 60% 40%; }
.vgnw-slide.is-active .vgnw-slide-img { animation: slideKen 7.4s ease-out both; }
@keyframes slideKen { from { transform: scale(1.105); } to { transform: scale(1.02); } }
.vgnw-slide.is-active .vgnw-slide-body { animation: slideRise 680ms var(--ease-out) both; }
@keyframes slideRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .vgnw-slide.is-active .vgnw-slide-img, .vgnw-slide.is-active .vgnw-slide-body { animation: none; }
  .vgnw-slide .vgnw-slide-img { transform: none; }
}
.vgnw-slide-img { position: absolute; inset: 0; }
.vgnw-slide-shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,9,0.9) 0%, rgba(10,10,9,0.55) 22%, rgba(10,10,9,0.16) 48%, transparent 74%);
}
.vgnw-slide-body {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 28px 30px 30px; color: #fff;
  display: flex; flex-direction: column; gap: 12px;
}
.vgnw-slide-eyebrow { display: flex; align-items: center; gap: 8px; }
.vgnw-slide-badges { display: flex; gap: 6px; }
.vgnw-slide-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(28px, 2.6vw, 40px); line-height: 1.1;
  letter-spacing: -0.01em; margin: 0; text-wrap: balance; max-width: 94%;
  color: #fff;
}
.vgnw-slide-dek {
  font-family: var(--font-deck); font-weight: 400; font-size: 15px; line-height: 1.45;
  color: rgba(255,255,255,0.82); margin: 0; text-wrap: pretty; max-width: 600px;
}
.vgnw-slide-meta {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--font-micro); font-size: 12px; color: rgba(255,255,255,0.7);
}
.vgnw-slide-meta .vgnw-avatar { color: #fff; }
.vgnw-slide-score {
  position: absolute; top: 18px; left: 30px; right: auto;
  background: rgba(8,8,7,0.66); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px; padding: 8px 12px; text-align: center; color: #fff;
}
.vgnw-slide-score .vgnw-lbl { display: block; font-family: var(--font-micro); font-weight: 700; font-size: 8.5px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.7; }
.vgnw-slide-score .vgnw-val { display: block; font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.03em; line-height: 1.1; }

/* progress bars + arrows */
.vgnw-slider-progress { display: flex; gap: 8px; margin-top: 16px; flex-shrink: 0; }
.vgnw-sp-track { flex: 1; height: 5px; border-radius: 999px; background: var(--border-default); overflow: hidden; cursor: pointer; transition: background var(--dur-fast); }
.vgnw-sp-track:hover { background: var(--border-strong); }
.vgnw-sp-fill { display: block; height: 100%; width: 0; background: var(--fg-default); border-radius: 999px; }
.vgnw-sp-fill.is-running { animation: spFill linear forwards; }
.vgnw-sp-fill.is-done { width: 100%; }
@keyframes spFill { from { width: 0; } to { width: 100%; } }
.vgnw-slider-arrows { position: absolute; top: calc(50% - 30px); left: 0; right: 0; z-index: 5; display: flex; justify-content: space-between; padding: 0 12px; pointer-events: none; transform: translateY(-50%); }
.vgnw-slider-arrows button {
  pointer-events: auto; width: 38px; height: 38px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2); background: rgba(8,8,7,0.5);
  backdrop-filter: blur(6px); color: #fff; display: grid; place-items: center;
  opacity: 0; transition: opacity var(--dur-base), background var(--dur-fast);
}
.vgnw-slider:hover .vgnw-slider-arrows button { opacity: 1; }
.vgnw-slider-arrows button:hover { background: rgba(8,8,7,0.8); }

/* --- latest / timeline panel --- */
.vgnw-latest-panel {
  display: flex; flex-direction: column; height: 100%; min-height: 0;
  border: 1px solid var(--border-subtle); border-radius: 12px;
  background: var(--bg-surface); overflow: hidden;
}
.vgnw-latest-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 16px; border-bottom: 1px solid var(--border-subtle); flex-shrink: 0;
}
.vgnw-latest-head h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  letter-spacing: -0.015em; margin: 0;
}
.vgnw-latest-seg { display: inline-flex; gap: 2px; background: var(--bg-inset); border-radius: 8px; padding: 3px; flex-shrink: 0; }
.vgnw-latest-seg button { font-family: var(--font-deck); font-weight: 600; font-size: 12px; color: var(--fg-muted); background: none; border: none; padding: 6px 11px; border-radius: 6px; cursor: pointer; transition: background var(--dur-fast), color var(--dur-fast); white-space: nowrap; }
.vgnw-latest-seg button:hover { color: var(--fg-default); }
.vgnw-latest-seg button:focus-visible { outline: 2px solid var(--fg-default); outline-offset: 2px; }
.vgnw-latest-seg button.is-active { background: var(--bg-surface); color: var(--fg-default); box-shadow: var(--shadow-sm); }
.vgnw-latest-seg { margin-bottom: 0; flex-shrink: 0; }
.vgnw-latest-seg button { padding: 7px 13px; font-size: 12.5px; }
[data-theme="dark"] .vgnw-latest-panel { border-color: var(--border-default); }
[data-theme="dark"] .vgnw-latest-head { border-bottom-color: var(--border-default); }
[data-theme="dark"] .vgnw-latest-seg { background: var(--bg-raised); box-shadow: inset 0 0 0 1px var(--border-default); }
[data-theme="dark"] .vgnw-latest-seg button:not(.is-active) { color: var(--fg-default); opacity: 0.78; }
[data-theme="dark"] .vgnw-latest-seg button:not(.is-active):hover,
[data-theme="dark"] .vgnw-latest-seg button:not(.is-active):focus-visible { opacity: 1; }
[data-theme="dark"] .vgnw-latest-seg button.is-active { background: var(--bg-surface); box-shadow: 0 0 0 1px var(--border-strong), var(--shadow-sm); }
.vgnw-latest-live-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--signal-live); box-shadow: 0 0 0 0 rgba(212,52,26,0.5); animation: ltPulse 1.8s infinite; }
@keyframes ltPulse { 0% { box-shadow: 0 0 0 0 rgba(212,52,26,0.5);} 70%{ box-shadow:0 0 0 6px rgba(212,52,26,0);} 100%{ box-shadow:0 0 0 0 rgba(212,52,26,0);} }
.vgnw-latest-tabs { display: flex; gap: 0; padding: 10px 18px 0; border-bottom: 1px solid var(--border-subtle); flex-shrink: 0; }
.vgnw-latest-tab { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-muted); background: none; border: none; padding: 8px 2px 12px; margin-right: 20px; position: relative; cursor: pointer; white-space: nowrap; transition: color var(--dur-fast); }
.vgnw-latest-tab:hover { color: var(--fg-default); }
.vgnw-latest-tab.is-active { color: var(--fg-default); }
.vgnw-latest-tab.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--fg-default); }
.vgnw-latest-tab .vgnw-cnt { font-family: var(--font-micro); font-size: 10px; color: var(--fg-subtle); margin-left: 5px; }

.vgnw-latest-scroll {
  flex: 1 1 0; min-height: 0; overflow-y: auto; padding: 0;
  scroll-behavior: smooth;
  scrollbar-width: thin; scrollbar-color: transparent transparent;
  transition: scrollbar-color var(--dur-base);
}
.vgnw-latest-panel:hover .vgnw-latest-scroll { scrollbar-color: var(--border-strong) transparent; }
.vgnw-latest-scroll::-webkit-scrollbar { width: 11px; }
.vgnw-latest-scroll::-webkit-scrollbar-thumb {
  background: transparent; border-radius: 999px;
  border: 3px solid transparent; background-clip: padding-box;
  transition: background var(--dur-base);
}
.vgnw-latest-panel:hover .vgnw-latest-scroll::-webkit-scrollbar-thumb { background: var(--border-strong); background-clip: padding-box; }
.vgnw-latest-scroll::-webkit-scrollbar-thumb:hover { background: var(--fg-subtle); background-clip: padding-box; }

/* timeline rows (variant: line) */
.vgnw-latest-list { position: relative; }
.vgnw-latest-item {
  position: relative; display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
  padding: 13px 12px 13px 36px; cursor: pointer; background: none; border: none;
}
.vgnw-latest-list[data-variant="pips"] .vgnw-latest-item + .vgnw-latest-item,
.vgnw-latest-list[data-variant="thumbs"] .vgnw-latest-item + .vgnw-latest-item { border-top: 1px solid var(--border-subtle); }
.vgnw-latest-list[data-variant="line"] .vgnw-latest-item + .vgnw-latest-item::after {
  content: ""; position: absolute; left: 36px; right: 12px; top: 0; height: 1px; background: var(--border-subtle);
}
.vgnw-latest-dot {
  position: absolute; left: 11px; top: 18px; width: 9px; height: 9px; border-radius: 999px;
  background: var(--fg-subtle); border: 2px solid var(--bg-surface); z-index: 1;
}
.vgnw-latest-item.is-hot .vgnw-latest-dot { background: #d23a1f; }
.vgnw-latest-item.is-hot .vgnw-latest-time { color: #c0392b; font-weight: 700; }
[data-theme="dark"] .vgnw-latest-item.is-hot .vgnw-latest-dot { background: #ff7a52; }
[data-theme="dark"] .vgnw-latest-item.is-hot .vgnw-latest-time { color: #ff8a66; }
/* connecting line (real element so it survives DOM-rerender capture) */
.vgnw-latest-rail { position: absolute; left: 15px; top: 0; bottom: 0; width: 2px; background: var(--fg-subtle); }
.vgnw-latest-item:first-child .vgnw-latest-rail { top: 22px; }
.vgnw-latest-item:last-child .vgnw-latest-rail { bottom: calc(100% - 22px); }

.vgnw-latest-body { flex: 1; min-width: 0; }
.vgnw-latest-time { font-family: var(--font-micro); font-weight: 600; font-size: 12px; color: var(--fg-subtle); display: inline-flex; align-items: center; gap: 6px; }
[data-theme="dark"] .vgnw-latest-time { color: var(--fg-muted); }
[data-theme="dark"] .vgnw-latest-list[data-variant="line"] .vgnw-latest-item + .vgnw-latest-item::after { background: var(--border-default); }
.vgnw-latest-cat { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-latest-title {
  font-family: var(--font-micro); font-weight: 600; font-size: 15px; line-height: 1.3;
  letter-spacing: -0.005em; color: var(--fg-default); margin: 5px 0 0; text-wrap: pretty;
}
.vgnw-latest-item { transition: background var(--dur-fast); border-radius: 0; }
.vgnw-latest-item:hover { background: var(--bg-raised); }
.vgnw-latest-item:hover .vgnw-latest-dot { border-color: var(--bg-raised); }
.vgnw-latest-score { font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: -0.02em; }
.vgnw-latest-row-top { display: flex; align-items: center; gap: 8px; }

/* variant: pips — no connecting line, bigger gaps */
.vgnw-latest-list[data-variant="pips"] .vgnw-latest-item { padding-left: 22px; padding-top: 14px; padding-bottom: 14px; }
.vgnw-latest-list[data-variant="pips"] .vgnw-latest-dot { width: 8px; height: 8px; top: 19px; left: 3px; }

/* variant: thumbs — small thumbnail at right */
.vgnw-latest-list[data-variant="thumbs"] .vgnw-latest-item { padding-left: 0; display: flex; gap: 12px; align-items: flex-start; }
.vgnw-latest-list[data-variant="thumbs"] .vgnw-latest-item::before { display: none; }
.vgnw-latest-list[data-variant="thumbs"] .vgnw-latest-dot { display: none; }
.vgnw-latest-thumb { width: 72px; height: 52px; border-radius: 7px; flex-shrink: 0; order: 2; }
.vgnw-latest-list[data-variant="thumbs"] .vgnw-latest-body { flex: 1; min-width: 0; }

.vgnw-latest-foot { padding: 12px 18px; border-top: 1px solid var(--border-subtle); text-align: center; }
.vgnw-latest-foot a { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default); display: inline-flex; gap: 5px; align-items: center; }
.vgnw-latest-foot a:hover { opacity: 0.6; }

/* ============================================================================
   BLOCK 2 — POPULAR GAMES (covers only)
   ============================================================================ */
.vgnw-games-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.vgnw-game-card { cursor: pointer; display: flex; flex-direction: column; gap: 10px; }
.vgnw-game-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-game-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-game-meta-t { font-family: var(--font-deck); font-weight: 600; font-size: 15px; letter-spacing: -0.01em; line-height: 1.2; }
.vgnw-game-card:hover .vgnw-game-cover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.vgnw-game-card:hover .vgnw-game-cover::after { border-color: var(--border-strong); }

/* ============================================================================
   BLOCK 5 — WISHLIST (single-line list + feature card)
   ============================================================================ */
.vgnw-wish-list { display: flex; flex-direction: column; }
.vgnw-wish-row { display: flex; align-items: center; gap: 18px; padding: 14px 12px; border-bottom: 1px solid var(--border-subtle); cursor: pointer; transition: background var(--dur-fast); border-radius: 8px; }
.vgnw-wish-row:last-child { border-bottom: none; }
.vgnw-wish-row:hover { background: var(--bg-raised); }
.vgnw-wish-rank { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--fg-subtle); width: 26px; text-align: center; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; flex-shrink: 0; }
.vgnw-wish-body { flex: 0 1 390px; min-width: 0; display: flex; align-items: baseline; gap: 12px; }
.vgnw-wish-t { font-family: var(--font-deck); font-weight: 600; font-size: 16px; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-wish-studio { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); white-space: nowrap; flex-shrink: 0; }
.vgnw-wish-plats { display: flex; align-items: center; gap: 8px; color: var(--fg-subtle); flex-shrink: 0; min-width: 84px; width: auto; justify-content: flex-start; margin-right: auto; }
.vgnw-wish-window { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-default); background: var(--bg-inset); padding: 4px 9px; border-radius: 5px; white-space: nowrap; flex-shrink: 0; width: 92px; text-align: center; }
.vgnw-wish-count { font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.02em; color: var(--fg-default); width: 54px; text-align: right; flex-shrink: 0; font-variant-numeric: tabular-nums; }

/* ============================================================================
   BLOCK 3 — DEALS & FREE STUFF (4-up, equal rows, price right)
   ============================================================================ */
.vgnw-deals-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.vgnw-deal-panel { display: flex; flex-direction: column; }
.vgnw-deal-panel-head { display: flex; align-items: center; gap: 8px; padding-bottom: 12px; margin-bottom: 4px; border-bottom: 2px solid var(--fg-default); }
.vgnw-deal-panel-head h3 { font-family: var(--font-deck); font-weight: 600; font-size: 15px; letter-spacing: -0.01em; margin: 0; }
.vgnw-deal-panel-rows { display: flex; flex-direction: column; }
.vgnw-deal-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; min-height: 72px; padding: 11px 10px; margin: 0 -10px; border-radius: 10px; cursor: pointer; }
.vgnw-deal-row + .vgnw-deal-row { position: relative; }
.vgnw-deal-row + .vgnw-deal-row::before { content: ""; position: absolute; top: 0; left: 10px; right: 10px; height: 1px; background: var(--border-subtle); }
.vgnw-deal-row-thumb { width: 38px; height: 50px; border-radius: 5px; }
.vgnw-deal-row-mid { min-width: 0; }
.vgnw-deal-row-t { font-family: var(--font-deck); font-weight: 600; font-size: 13px; line-height: 1.25; letter-spacing: -0.005em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vgnw-deal-row-meta { font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); margin-top: 5px; text-transform: capitalize; }
.vgnw-deal-row-price { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; text-align: right; }
.vgnw-deal-now2 { font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.02em; color: var(--accent-success); }
.vgnw-deal-was2 { font-family: var(--font-text); font-size: 11.5px; color: var(--fg-muted); text-decoration: line-through; }
.vgnw-deal-pct2 { font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; color: var(--accent-success); }
.vgnw-deal-free-tag { font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent-success); }
.vgnw-deal-note { font-family: var(--font-micro); font-weight: 700; font-size: 9.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent-success); background: var(--accent-success-bg); padding: 2px 6px; border-radius: 4px; }
.vgnw-deal-ends { font-family: var(--font-micro); font-weight: 700; font-size: 10.5px; color: var(--fg-muted); display: inline-flex; align-items: center; gap: 4px; text-transform: none; }

/* ============================================================================
   BLOCK 4 — COUNTDOWN + ON THIS DAY
   ============================================================================ */
.vgnw-cal-kind { font-family: var(--font-micro); font-weight: 700; font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 7px; border-radius: 4px; }
.vgnw-cal-kind--Release { background: var(--accent-info-bg); color: var(--accent-info); }
.vgnw-cal-kind--DLC { background: var(--accent-success-bg); color: var(--accent-success); }
.vgnw-cal-kind--Event { background: var(--bg-inset); color: var(--fg-default); }
.vgnw-cal-kind--Sale { background: var(--accent-warning-bg); color: var(--accent-warning); }
.vgnw-cal-strip { display: flex; gap: 14px; padding: 6px 0 4px; }
.vgnw-cal-strip::-webkit-scrollbar { display: none; }
.vgnw-cal-strip.is-dragging { cursor: grabbing; scroll-behavior: auto; }
.vgnw-cal-strip > * { scroll-snap-align: start; }
.vgnw-cal-item { flex: 1 1 0; min-width: 0; border: 1px solid var(--border-subtle); border-radius: 10px; background: var(--bg-surface); padding: 16px; cursor: pointer; display: flex; flex-direction: column; gap: 10px; min-height: 148px; transition: border-color var(--dur-fast), transform var(--dur-base); }
.vgnw-cal-item:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.vgnw-cal-item .vgnw-cal-kind { align-self: flex-start; }
.vgnw-cal-date { font-family: var(--font-mono); font-weight: 700; font-size: 12px; letter-spacing: 0.04em; color: var(--fg-default); display: inline-flex; align-items: center; gap: 8px; }
.vgnw-cal-date .vgnw-day { font-family: var(--font-display); font-size: 13px; }
.vgnw-cal-t { font-family: var(--font-deck); font-weight: 600; font-size: 15px; line-height: 1.25; letter-spacing: -0.01em; margin-top: auto; text-wrap: balance; }
.vgnw-cal-m { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); }
.vgnw-cal-cta { flex: 1 1 0; min-width: 0; border: 1px dashed var(--border-strong); border-radius: 10px; display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 20px; cursor: pointer; background: var(--bg-raised); transition: border-color var(--dur-fast); }
.vgnw-cal-cta:hover { border-color: var(--fg-default); }
.vgnw-cal-cta-t { font-family: var(--font-display); font-weight: 600; font-size: 17px; letter-spacing: -0.015em; line-height: 1.12; }
.vgnw-cal-cta-s { font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-muted); line-height: 1.4; }
.vgnw-otd { display: flex; align-items: center; gap: 28px; margin-top: 22px; padding: 16px 22px; background: var(--bg-raised); border: 1px solid var(--border-subtle); border-radius: 12px; flex-wrap: wrap; }
.vgnw-onthisday-head { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.vgnw-onthisday-head-t { display: flex; flex-direction: column; line-height: 1.12; }
.vgnw-onthisday-head-t > span:first-child { font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: -0.01em; }
.vgnw-onthisday-date { font-family: var(--font-micro); font-weight: 600; font-size: 11px; color: var(--fg-muted); margin-top: 2px; }
.vgnw-onthisday-list { display: flex; gap: 36px; flex: 1; flex-wrap: wrap; }
.vgnw-onthisday-item { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.vgnw-onthisday-ago { font-family: var(--font-micro); font-weight: 700; font-size: 11px; color: var(--accent-warning); white-space: nowrap; }
.vgnw-onthisday-t { font-family: var(--font-deck); font-weight: 600; font-size: 13.5px; letter-spacing: -0.005em; }
.vgnw-onthisday-all { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default); display: inline-flex; align-items: center; gap: 5px; flex-shrink: 0; white-space: nowrap; }
.vgnw-onthisday-all:hover { opacity: 0.6; }

/* ============================================================================
   BLOCK 6 — SETUPS + GEAR
   ============================================================================ */
.vgnw-setups-block { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: stretch; }
.vgnw-setups-block > div { display: flex; flex-direction: column; }
.vgnw-setups-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; flex: 1; align-content: space-between; }
.vgnw-gear-panel { border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; background: var(--bg-surface); }
.vgnw-gear-row { display: flex; align-items: center; gap: 13px; padding: 14px 16px; cursor: pointer; transition: background var(--dur-fast); min-height: 66px; }
.vgnw-gear-row + .vgnw-gear-row { border-top: 1px solid var(--border-subtle); }
.vgnw-gear-row:hover { background: var(--bg-raised); }
.vgnw-gear-rank { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--fg-subtle); width: 18px; text-align: center; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.vgnw-gear-ico { width: 38px; height: 38px; border-radius: 9px; flex-shrink: 0; display: grid; place-items: center; background: var(--bg-inset); color: var(--fg-default); }
.vgnw-gear-b { flex: 1; min-width: 0; }
.vgnw-gear-n { font-family: var(--font-deck); font-weight: 600; font-size: 13.5px; letter-spacing: -0.005em; }
.vgnw-gear-u { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); margin-top: 2px; }
.vgnw-gear-used { text-align: right; flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end; }
.vgnw-gear-used b { font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: -0.02em; }
.vgnw-gear-used span { font-family: var(--font-micro); font-size: 10px; color: var(--fg-muted); }

/* ============================================================================
   BLOCK 7 — GUIDES + REVIEWS
   ============================================================================ */
.vgnw-gr-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.vgnw-gr-guides { display: flex; flex-direction: column; }
.vgnw-guides-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-content: start; flex: 1; grid-auto-rows: 1fr; }
.vgnw-guides-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.vgnw-guide-card { border: 1px solid var(--border-subtle); border-radius: 10px; padding: 18px 20px; cursor: pointer; background: var(--bg-surface); transition: border-color var(--dur-fast), background var(--dur-fast); display: flex; flex-direction: column; justify-content: center; }
.vgnw-guide-card:hover { border-color: var(--border-strong); background: var(--bg-raised); }
.vgnw-guide-cat { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-guide-t { font-family: var(--font-deck); font-weight: 600; font-size: 16px; line-height: 1.3; letter-spacing: -0.01em; margin: 7px 0 10px; text-wrap: balance; }
.vgnw-guide-m { font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }

.vgnw-reviews-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vgnw-cat-arrow { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 6px; color: var(--fg-muted); vertical-align: middle; text-decoration: none; transition: background var(--dur-fast), color var(--dur-fast); }
.vgnw-cat-arrow:hover { background: var(--bg-raised); color: var(--fg-default); }
.vgnw-cat-arrow i { font-size: 15px; }
h2 .vgnw-cat-arrow { width: 26px; height: 26px; margin-left: 2px; }
h2 .vgnw-cat-arrow i { font-size: 18px; }
.vgnw-review-col { border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; background: var(--bg-surface); }
.vgnw-review-col-h { padding: 13px 16px; border-bottom: 1px solid var(--border-subtle); font-family: var(--font-micro); font-weight: 700; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); }
.vgnw-review-row { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-bottom: 1px solid var(--border-subtle); cursor: pointer; transition: background var(--dur-fast); }
.vgnw-review-row:hover { background: var(--bg-raised); }
.vgnw-review-row:last-child { border-bottom: none; }
.vgnw-score-chip { display: grid; place-items: center; border-radius: 10px; font-family: var(--font-display); font-weight: 700; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; flex-shrink: 0; }
.vgnw-review-b { flex: 1; min-width: 0; }
.vgnw-review-t { font-family: var(--font-deck); font-weight: 600; font-size: 15px; letter-spacing: -0.005em; line-height: 1.2; }
.vgnw-review-c { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); margin-top: 3px; }

/* ============================================================================
   BLOCK 8 — FORUM (list + sidebar)
   ============================================================================ */
.vgnw-forum-block { display: grid; grid-template-columns: 1fr var(--sidebar-w, 340px); gap: 28px; align-items: start; }
.vgnw-forum-main { display: flex; flex-direction: column; gap: 18px; }
.vgnw-forum-pinned { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.vgnw-forum-pin { display: flex; gap: 10px; align-items: flex-start; padding: 14px; border: 1px solid var(--border-subtle); border-radius: 10px; background: var(--bg-surface); cursor: pointer; transition: border-color var(--dur-fast); }
.vgnw-forum-pin:hover { border-color: var(--border-strong); }
.vgnw-forum-pin i { margin-top: 2px; }
.vgnw-forum-pin-b { flex: 1; min-width: 0; }
.vgnw-forum-pin-t { font-family: var(--font-deck); font-weight: 600; font-size: 13.5px; line-height: 1.3; letter-spacing: -0.005em; margin-top: 4px; text-wrap: pretty; }
.vgnw-forum-pin:hover .vgnw-forum-pin-t { text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--border-strong); text-underline-offset: 2px; }
.vgnw-forum-pin-n { font-family: var(--font-micro); font-weight: 700; font-size: 11px; color: var(--fg-subtle); flex-shrink: 0; }
.vgnw-forum-list { border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; background: var(--bg-surface); }
.vgnw-forum-head { padding: 13px 16px; border-bottom: 1px solid var(--border-subtle); }
.vgnw-forum-head-right { display: flex; align-items: center; gap: 18px; align-self: center; }
.vgnw-forum-head-left { display: flex; align-items: flex-end; gap: 18px; }
.vgnw-forum-head-left .vgnw-latest-seg { margin-bottom: 1px; }

/* home forum header: align to the block grid below; Start-a-thread sits over the
   sidebar column, tabs flush to the right edge of the list column, no rule line */
.vgnw-forum-blk-head { display: grid; grid-template-columns: 1fr var(--sidebar-w, 340px); gap: 28px; align-items: end; border-bottom: none; padding-bottom: 0; }
.vgnw-forum-blk-head .vgnw-forum-head-left { flex: 1; justify-content: space-between; }
.vgnw-forum-blk-head .vgnw-forum-head-right { display: flex; }
.vgnw-forum-blk-head .vgnw-forum-head-right .vgnw-btn { width: 100%; }
@media (max-width: 980px) {
  .vgnw-forum-blk-head { grid-template-columns: 1fr; gap: 16px; }
  .vgnw-forum-blk-head .vgnw-forum-head-left { flex-wrap: wrap; gap: 12px 18px; }
}
.vgnw-forum-tabs { display: flex; gap: 0; padding: 0 18px; border-bottom: 1px solid var(--border-subtle); flex-wrap: wrap; }
.vgnw-forum-tab { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-muted); background: none; border: none; border-bottom: 2px solid transparent; padding: 14px 0 12px; margin-right: 20px; cursor: pointer; white-space: nowrap; transition: color var(--dur-fast); }
.vgnw-forum-tab:hover { color: var(--fg-default); }
.vgnw-forum-tab.is-active { color: var(--fg-default); border-bottom-color: var(--fg-default); }
.vgnw-forum-row { display: flex; gap: 12px; padding: 14px 18px; cursor: pointer; transition: background var(--dur-fast); align-items: center; }
.vgnw-forum-row + .vgnw-forum-row { border-top: 1px solid var(--border-subtle); }
.vgnw-forum-row:hover { background: var(--bg-raised); }
.vgnw-forum-ico { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; flex-shrink: 0; }
.vgnw-forum-ico--solved { background: var(--accent-success-bg); color: var(--accent-success); }
.vgnw-forum-ico--open { background: var(--accent-warning-bg); color: var(--accent-warning); }
.vgnw-forum-ico--topic { background: var(--bg-inset); color: var(--fg-muted); }
.vgnw-forum-b { flex: 1; min-width: 0; }
.vgnw-forum-tags { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; flex-wrap: wrap; }
.vgnw-forum-kind { font-family: var(--font-micro); font-weight: 700; font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; padding: 2px 6px; border-radius: 4px; }
.vgnw-forum-kind--q { background: var(--bg-inset); color: var(--fg-default); }
.vgnw-forum-kind--solved { background: var(--accent-success-bg); color: var(--accent-success); }
.vgnw-forum-topic { font-family: var(--font-micro); font-weight: 600; font-size: 11px; color: var(--fg-muted); flex-shrink: 0; white-space: nowrap; }
.vgnw-forum-t { flex: 0 1 auto; min-width: 0; font-family: var(--font-deck); font-weight: 600; font-size: 14.5px; line-height: 1.3; letter-spacing: -0.005em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-forum-rmeta { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; margin-left: auto; }
.vgnw-forum-foot { display: flex; align-items: center; gap: 12px; margin-top: 8px; font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); }
.vgnw-forum-people { display: flex; }
.vgnw-forum-people .vgnw-avatar { margin-left: -6px; border: 2px solid var(--bg-surface); }
.vgnw-forum-people .vgnw-avatar:first-child { margin-left: 0; }
.vgnw-forum-best { color: var(--accent-success); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }
.vgnw-forum-replies { display: inline-flex; align-items: center; gap: 5px; flex-shrink: 0; }
.vgnw-forum-hotpip { width: 6px; height: 6px; border-radius: 999px; background: var(--signal-hot); }
.vgnw-forum-side { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 88px; }
.vgnw-forum-side-card { border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; background: var(--bg-surface); }
.vgnw-forum-side-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-forum-pop { display: flex; align-items: center; gap: 10px; width: 100%; padding: 11px 16px; background: none; border: none; cursor: pointer; transition: background var(--dur-fast); text-align: left; }
.vgnw-forum-pop + .vgnw-forum-pop { border-top: 1px solid var(--border-subtle); }
.vgnw-forum-pop:hover { background: var(--bg-raised); }
.vgnw-forum-pop-b { flex: 1; min-width: 0; }
.vgnw-forum-pop-t { font-family: var(--font-deck); font-weight: 600; font-size: 13px; line-height: 1.3; letter-spacing: -0.005em; margin-top: 3px; }
.vgnw-forum-pop-n { font-family: var(--font-micro); font-weight: 700; font-size: 11px; color: var(--fg-subtle); flex-shrink: 0; }
.vgnw-forum-cat { display: flex; align-items: center; gap: 10px; width: 100%; padding: 11px 16px; background: none; border: none; cursor: pointer; transition: background var(--dur-fast); text-align: left; }
.vgnw-forum-cat + .vgnw-forum-cat { border-top: 1px solid var(--border-subtle); }
.vgnw-forum-cat:hover { background: var(--bg-raised); }
.vgnw-forum-cat-ico { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; background: var(--bg-inset); color: var(--fg-muted); flex-shrink: 0; }
.vgnw-forum-cat-n { flex: 1; font-family: var(--font-deck); font-weight: 600; font-size: 13.5px; letter-spacing: -0.005em; color: var(--fg-default); }
.vgnw-forum-cat-c { font-family: var(--font-micro); font-size: 11px; color: var(--fg-subtle); }
.vgnw-lb-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 16px; }
.vgnw-lb-title { font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.01em; }
.vgnw-lb-head .vgnw-dropdown-trigger { font-family: var(--font-deck); font-weight: 600; font-size: 12px; padding: 6px 10px; gap: 5px; }
.vgnw-lb-head .vgnw-dropdown-trigger .vgnw-chev { font-size: 12px; }
.vgnw-lb-head .vgnw-dropdown-panel { min-width: 124px; }
.vgnw-lb-head .vgnw-dropdown-item { font-size: 12px; padding: 7px 10px; }
.vgnw-lb-range { display: flex; gap: 2px; background: var(--bg-inset); border-radius: 8px; padding: 3px; margin: 12px 16px 0; }
.vgnw-lb-range button { flex: 1; font-family: var(--font-deck); font-weight: 600; font-size: 10.5px; color: var(--fg-muted); background: none; border: none; padding: 6px 4px; border-radius: 6px; cursor: pointer; white-space: nowrap; transition: background var(--dur-fast), color var(--dur-fast); }
.vgnw-lb-range button:hover { color: var(--fg-default); }
.vgnw-lb-range button.is-active { background: var(--bg-surface); color: var(--fg-default); box-shadow: var(--shadow-sm); }
.vgnw-lb-tabs { display: flex; gap: 16px; padding: 4px 16px 0; border-bottom: 1px solid var(--border-subtle); margin-bottom: 4px; }
.vgnw-lb-seg { margin: 4px 16px 10px; }
.vgnw-lb-tab { font-family: var(--font-deck); font-weight: 600; font-size: 11px; color: var(--fg-muted); background: none; border: none; border-bottom: 2px solid transparent; padding: 0 0 8px; cursor: pointer; white-space: nowrap; transition: color var(--dur-fast); }
.vgnw-lb-tab:hover { color: var(--fg-default); }
.vgnw-lb-tab.is-active { color: var(--fg-default); border-bottom-color: var(--fg-default); }
.vgnw-forum-lead { display: flex; align-items: center; gap: 11px; width: 100%; padding: 9px 16px; background: none; border: none; cursor: pointer; text-align: left; transition: background var(--dur-fast); }
.vgnw-forum-lead + .vgnw-forum-lead { border-top: 1px solid var(--border-subtle); }
.vgnw-forum-lead:hover { background: var(--bg-raised); }
.vgnw-forum-lead-rank { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--fg-subtle); width: 14px; text-align: center; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.vgnw-forum-lead:first-child .vgnw-forum-lead-rank { color: var(--accent-warning); }
.vgnw-forum-lead-n { flex: 1; min-width: 0; font-family: var(--font-deck); font-weight: 600; font-size: 13px; letter-spacing: -0.005em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vgnw-forum-lead-pts { font-family: var(--font-micro); font-weight: 700; font-size: 11px; color: var(--fg-muted); flex-shrink: 0; }
.vgnw-forum-act { display: flex; align-items: baseline; gap: 10px; padding: 9px 16px; }
.vgnw-forum-act + .vgnw-forum-act { border-top: 1px solid var(--border-subtle); }
.vgnw-forum-act-v { font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.02em; width: 46px; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.vgnw-forum-act-l { font-family: var(--font-micro); font-size: 12px; color: var(--fg-muted); }

/* ============================================================================
   GAME DETAIL PAGE
   ============================================================================ */
.vgnw-gp-hero { position: relative; min-height: 460px; display: flex; align-items: flex-end; overflow: hidden; }
.vgnw-gp-hero-img { position: absolute; inset: 0; }
.vgnw-gp-hero-shade { position: absolute; inset: 0; background: linear-gradient(to top, var(--bg-page) 2%, rgba(8,8,7,0.5) 45%, rgba(8,8,7,0.25) 100%); }
[data-theme="light"] .vgnw-gp-hero-shade, :root:not([data-theme="dark"]) .vgnw-gp-hero-shade { background: linear-gradient(to top, var(--bg-page) 2%, rgba(8,8,7,0.55) 42%, rgba(8,8,7,0.3) 100%); }
.vgnw-gp-hero-inner { position: relative; padding: 48px 0 36px; width: 100%; }
.vgnw-gp-back { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: #fff; margin-bottom: 24px; opacity: 0.85; }
.vgnw-gp-back:hover { opacity: 1; }
.vgnw-gp-hero-row { display: flex; gap: 28px; align-items: flex-end; }
.vgnw-gp-cover { position: relative; width: 200px; flex-shrink: 0; aspect-ratio: 3/4; border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,0.18); box-shadow: var(--shadow-xl); }
.vgnw-gp-hero-meta { flex: 1; min-width: 0; color: #fff; padding-bottom: 6px; }
.vgnw-gp-eyebrow { display: flex; align-items: center; gap: 10px; font-family: var(--font-micro); font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 14px; }
.vgnw-gp-title { font-family: var(--font-banner); font-weight: 800; font-size: clamp(40px, 5vw, 68px); line-height: 0.95; letter-spacing: -0.035em; margin: 0 0 12px; color: #fff; text-wrap: balance; }
.vgnw-gp-tagline { font-family: var(--font-deck); font-weight: 400; font-size: 18px; line-height: 1.4; color: rgba(255,255,255,0.85); margin: 0 0 20px; max-width: 640px; text-wrap: pretty; }
.vgnw-gp-platforms { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.vgnw-gp-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-gp-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.vgnw-gp-score-chip { display: flex; align-items: center; gap: 12px; padding: 10px 16px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.16); border-radius: 10px; backdrop-filter: blur(6px); }
.vgnw-gp-score-chip .vgnw-num { font-family: var(--font-display); font-weight: 700; font-size: 28px; letter-spacing: -0.04em; line-height: 1; }
.vgnw-gp-score-chip .vgnw-num.vgnw-score-tinted { background: transparent !important; font-variant-numeric: tabular-nums; }
.vgnw-gp-score-chip .vgnw-lbl { font-family: var(--font-micro); font-weight: 700; font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.7; }
.vgnw-gp-status--hero .vgnw-gp-status-btn:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.vgnw-gp-body { display: grid; grid-template-columns: 1fr 320px; gap: 56px; padding: 48px 0 0; align-items: start; }
.vgnw-gp-section { margin-bottom: 44px; }
.vgnw-gp-section h2 { font-family: var(--font-display); font-weight: 600; font-size: 24px; letter-spacing: -0.015em; margin: 0 0 18px; padding-bottom: 12px; border-bottom: 1px solid var(--border-default); }
.vgnw-gp-about p { font-family: var(--font-text); font-size: 16px; line-height: 1.7; color: var(--fg-default); margin: 0 0 18px; text-wrap: pretty; }
.vgnw-gp-shots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.vgnw-gp-shot { position: relative; aspect-ratio: 16/9; border-radius: 10px; overflow: hidden; }
.vgnw-gp-shot:first-child { grid-column: span 2; }
.vgnw-gp-tags { display: flex; flex-wrap: wrap; gap: 8px; }

.vgnw-gp-break { display: flex; flex-direction: column; gap: 14px; }
.vgnw-gp-break-row { display: grid; grid-template-columns: 96px 1fr 34px; align-items: center; gap: 12px; }
.vgnw-gp-break-row .vgnw-lbl { font-family: var(--font-micro); font-weight: 600; font-size: 12px; color: var(--fg-muted); }
.vgnw-gp-break-row .vgnw-bar { height: 6px; border-radius: 999px; background: var(--bg-inset); overflow: hidden; }
.vgnw-gp-break-row .vgnw-bar span { display: block; height: 100%; border-radius: 999px; background: var(--fg-default); }
.vgnw-gp-break-row .vgnw-val { font-family: var(--font-display); font-weight: 700; font-size: 14px; text-align: right; letter-spacing: -0.02em; }

.vgnw-gp-aside-card { border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; background: var(--bg-surface); margin-bottom: 20px; }
.vgnw-gp-aside-h { padding: 14px 16px; border-bottom: 1px solid var(--border-subtle); font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.01em; }
.vgnw-gp-buy { padding: 16px; }
.vgnw-gp-buy-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
.vgnw-gp-buy-now { font-family: var(--font-display); font-weight: 700; font-size: 30px; letter-spacing: -0.03em; }
.vgnw-gp-buy-ed { font-family: var(--font-micro); font-size: 11px; color: var(--fg-muted); margin-bottom: 14px; }
.vgnw-gp-stat-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 16px; font-family: var(--font-micro); font-size: 12px; }
.vgnw-gp-stat-row + .vgnw-gp-stat-row { border-top: 1px solid var(--border-subtle); }
.vgnw-gp-stat-row .vgnw-k { color: var(--fg-muted); }
.vgnw-gp-stat-row .vgnw-v { font-family: var(--font-deck); font-weight: 600; font-size: 13px; color: var(--fg-default); }
.vgnw-gp-sysreq { padding: 4px 16px 14px; }
.vgnw-gp-sysreq h4 { font-family: var(--font-micro); font-weight: 700; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); margin: 14px 0 8px; }
.vgnw-gp-sysreq-row { display: grid; grid-template-columns: 72px 1fr; gap: 8px; padding: 4px 0; font-family: var(--font-micro); font-size: 11.5px; }
.vgnw-gp-sysreq-row .vgnw-k { color: var(--fg-subtle); }
.vgnw-gp-sysreq-row .vgnw-v { color: var(--fg-default); }

/* ============================================================================
   CALENDAR PAGE
   ============================================================================ */
.vgnw-calp { padding: 32px 0 96px; }
.vgnw-calp-head { margin-bottom: 28px; }
.vgnw-calp-filters { display: flex; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; }
.vgnw-calp-month { margin-bottom: 36px; }
.vgnw-calp-month-label { font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: -0.015em; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border-default); }
.vgnw-calp-row { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--border-subtle); cursor: pointer; transition: background var(--dur-fast); }
.vgnw-calp-row:hover { background: var(--bg-raised); }
.vgnw-calp-row-date { font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: -0.01em; }
.vgnw-calp-row-date .vgnw-dow { display: block; font-family: var(--font-micro); font-weight: 600; font-size: 11px; color: var(--fg-muted); margin-top: 2px; }
.vgnw-calp-row-b { display: flex; align-items: center; gap: 14px; }
.vgnw-calp-row-cover { width: 80px; height: 48px; border-radius: 7px; flex-shrink: 0; }
.vgnw-calp-row-t { font-family: var(--font-deck); font-weight: 600; font-size: 16px; letter-spacing: -0.01em; }
.vgnw-calp-row-m { font-family: var(--font-micro); font-size: 11.5px; color: var(--fg-muted); margin-top: 3px; }

/* ============================================================================
   RESPONSIVE
   ============================================================================ */
@media (max-width: 1080px) {
  .vgnw-feature-block { grid-template-columns: 1fr; height: auto; }
  .vgnw-slider-stage { flex: none; aspect-ratio: 16 / 9; }
  .vgnw-latest-panel { height: 540px; }
  .vgnw-games-grid { grid-template-columns: repeat(4, 1fr); }
  .vgnw-deals-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .vgnw-cd-grid { grid-template-columns: repeat(2, 1fr); }
  .vgnw-setups-block { grid-template-columns: 1fr; gap: 32px; }
  .vgnw-gr-split { grid-template-columns: 1fr; gap: 32px; }
  .vgnw-reviews-cols { grid-template-columns: 1fr 1fr; gap: 24px; }
  .vgnw-wish-block { grid-template-columns: 1fr; gap: 28px; }
  .vgnw-forum-block { grid-template-columns: 1fr; gap: 24px; }
  .vgnw-forum-side { position: static; }
  .vgnw-gp-body { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 680px) {
  .vgnw-games-grid { grid-template-columns: repeat(3, 1fr); }
  .vgnw-deals-grid { grid-template-columns: 1fr; }
  .vgnw-cd-grid { grid-template-columns: 1fr 1fr; }
  .vgnw-guides-grid { grid-template-columns: 1fr; }
  .vgnw-guides-stack { grid-template-columns: 1fr; }
  .vgnw-forum-pinned { grid-template-columns: 1fr; }
  .vgnw-setups-cards { grid-template-columns: 1fr 1fr; }
  .vgnw-gp-hero-row { flex-direction: column; align-items: flex-start; gap: 18px; }
  .vgnw-gp-cover { width: 140px; }
  .vgnw-gp-shot:first-child { grid-column: span 1; }
  .vgnw-gp-shots { grid-template-columns: 1fr; }
}

/* ---- hover coverage pass: every interactive row/card reacts ---- */
.vgnw-deal-row { transition: transform 0.22s var(--ease-out); }
.vgnw-deal-row:hover { transform: translateX(2px); }
.vgnw-deal-row:hover .vgnw-deal-row-t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }
.vgnw-game-card:hover .vgnw-game-meta-t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }
.vgnw-wish-row:hover .vgnw-wish-t, .vgnw-gear-row:hover .vgnw-gear-n, .vgnw-cal-item:hover .vgnw-cal-t,
.vgnw-review-row:hover .vgnw-review-t, .vgnw-forum-cat:hover .vgnw-forum-cat-n, .vgnw-home-forum-a:hover .vgnw-home-forum-t,
.vgnw-guide-card:hover .vgnw-guide-t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--border-strong); }
.vgnw-slide:hover .vgnw-slide-title { text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--border-strong); text-decoration-thickness: 1.5px; text-underline-offset: 4px; }
.vgnw-onthisday-item { border-radius: 8px; transition: background var(--dur-fast); }
a.vgnw-onthisday-item:hover, .vgnw-onthisday-item[href]:hover { background: var(--bg-raised); }

/* ---- wishlist + tools polish ---- */
.vgnw-wish-window { background: none; padding: 0; font-size: 11px; letter-spacing: 0.05em; color: var(--fg-muted); width: 64px; text-align: right; flex-shrink: 0; }
.vgnw-wish-count { width: 72px; display: flex; flex-direction: column; align-items: flex-end; gap: 1px; }
.vgnw-wish-count b { font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.02em; }
.vgnw-wish-count-l { font-family: var(--font-micro); font-weight: 600; font-size: 9.5px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--fg-subtle); white-space: nowrap; }
.vgnw-gear-go { margin-left: auto; flex-shrink: 0; font-size: 16px; color: var(--fg-subtle); transition: transform var(--dur-fast), color var(--dur-fast); }
.vgnw-gear-row:hover .vgnw-gear-go { transform: translateX(3px); color: var(--fg-default); }

/* 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; }
}
