/* Neon Verdict — rain on glass. One stylesheet, no inline styles (CSP style-src 'self'). */

@font-face { font-family: "Verdict Sign"; src: url("type/sign.woff2") format("woff2"); font-weight: 400 900; font-stretch: 75% 100%; font-display: swap; }
@font-face { font-family: "Verdict Read"; src: url("type/read.woff2") format("woff2"); font-weight: 300 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Verdict Read"; src: url("type/read-it.woff2") format("woff2"); font-weight: 300 800; font-style: italic; font-display: swap; }
@font-face { font-family: "Verdict Till"; src: url("type/till.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }

:root {
  color-scheme: dark;
  --ink: #05060c;
  --night: #090c19;
  --deck: #0e1226;
  --deck-2: #141936;
  --deck-3: #1b2146;
  --wire: rgba(148, 166, 255, .16);
  --wire-2: rgba(148, 166, 255, .28);
  --text: #eef0f9;
  --soft: #b3b9d3;
  --dim: #7c84a3;
  --rose: #ff3d8b;
  --rose-deep: #d81f6c;
  --aqua: #26f7d0;
  --amber: #ffb84d;
  --violet: #8d70ff;
  --ice: #9fd8ff;
  --paper: #f3efe4;
  --paper-2: #e9e3d3;
  --paper-ink: #19171e;
  --holo: linear-gradient(100deg, #ff3d8b 0%, #8d70ff 46%, #26f7d0 100%);
  --holo-soft: linear-gradient(100deg, rgba(255, 61, 139, .22), rgba(141, 112, 255, .16) 50%, rgba(38, 247, 208, .2));
  --sign: "Verdict Sign", "Arial Narrow", system-ui, sans-serif;
  --read: "Verdict Read", system-ui, -apple-system, "Segoe UI", sans-serif;
  --till: "Verdict Till", ui-monospace, "SFMono-Regular", Menlo, monospace;
  --r-s: 8px;
  --r-m: 14px;
  --r-l: 22px;
  --gut: clamp(16px, 4vw, 40px);
  --col: 1240px;
  --glow-rose: 0 0 .5em rgba(255, 61, 139, .55), 0 0 1.4em rgba(255, 61, 139, .35);
  --glow-aqua: 0 0 .5em rgba(38, 247, 208, .5), 0 0 1.4em rgba(38, 247, 208, .3);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--ink);
  background-image:
    radial-gradient(1200px 620px at 12% -8%, rgba(141, 112, 255, .20), transparent 62%),
    radial-gradient(900px 520px at 96% 4%, rgba(255, 61, 139, .16), transparent 60%),
    radial-gradient(1100px 700px at 50% 108%, rgba(38, 247, 208, .08), transparent 65%);
  background-attachment: fixed;
  color: var(--text);
  font: 400 17px/1.65 var(--read);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--ice); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #fff; }
:focus-visible { outline: 2px solid var(--aqua); outline-offset: 3px; border-radius: 4px; }
p { margin: 0 0 1.05em; }
strong { color: #fff; font-weight: 650; }
h1, h2, h3, h4 { font-family: var(--sign); font-weight: 760; line-height: 1.04; letter-spacing: .005em; margin: 0 0 .5em; color: #fff; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 5.4vw, 4.6rem); font-stretch: 86%; text-transform: uppercase; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.7rem); font-stretch: 90%; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); font-stretch: 94%; }
h4 { font-size: 1.05rem; font-stretch: 96%; }
ul, ol { padding-left: 1.2em; margin: 0 0 1.1em; }
li { margin: .28em 0; }
hr { border: 0; height: 1px; background: var(--wire); margin: 2.4rem 0; }
table { border-collapse: collapse; width: 100%; }
::selection { background: rgba(255, 61, 139, .45); color: #fff; }

/* rain layer */
.nv-rain { position: fixed; inset: -20% 0 0; pointer-events: none; z-index: 0; opacity: .5;
  background-image:
    repeating-linear-gradient(104deg, transparent 0 46px, rgba(159, 216, 255, .07) 46px 47px, transparent 47px 97px),
    repeating-linear-gradient(101deg, transparent 0 131px, rgba(255, 255, 255, .05) 131px 132px, transparent 132px 211px);
  animation: nv-fall 1.8s linear infinite; }
@keyframes nv-fall { from { transform: translate3d(0, -60px, 0); } to { transform: translate3d(-14px, 60px, 0); } }
@media (prefers-reduced-motion: reduce) { .nv-rain { animation: none; } * { scroll-behavior: auto !important; } }

.nv-skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--paper); color: var(--paper-ink); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.nv-skip:focus { left: 12px; }

.nv-wrap { position: relative; z-index: 1; width: min(100% - 2 * var(--gut), var(--col)); margin-inline: auto; }
.nv-narrow { width: min(100% - 2 * var(--gut), 820px); margin-inline: auto; position: relative; z-index: 1; }
main { position: relative; z-index: 1; display: block; }

/* ---------- header ---------- */
.nv-top { position: sticky; top: 0; z-index: 40; background: rgba(5, 6, 12, .82); border-bottom: 1px solid var(--wire); }
@supports (backdrop-filter: blur(4px)) { @media (min-width: 1041px) { .nv-top { backdrop-filter: saturate(140%) blur(14px); background: rgba(5, 6, 12, .66); } } }
.nv-top__bar { display: flex; align-items: center; gap: 18px; min-height: 72px; }
.nv-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; margin-right: auto; }
.nv-brand svg { width: 42px; height: 42px; flex: none; }
.nv-brand__word { font: 800 1.2rem/1 var(--sign); font-stretch: 80%; letter-spacing: .12em; text-transform: uppercase; }
.nv-brand__word b { color: var(--rose); text-shadow: var(--glow-rose); font-weight: 800; }
.nv-brand__tag { display: block; font: 500 .66rem/1.2 var(--till); letter-spacing: .14em; color: var(--dim); text-transform: uppercase; margin-top: 4px; }
.nv-nav { display: flex; align-items: center; gap: 4px; }
.nv-nav a { color: var(--soft); text-decoration: none; font: 600 .93rem/1 var(--read); padding: 10px 12px; border-radius: 999px; transition: color .2s, background .2s; }
.nv-nav a:hover, .nv-nav a[aria-current="page"] { color: #fff; background: rgba(148, 166, 255, .1); }
.nv-nav .nv-nav__cta { color: var(--ink); background: var(--aqua); font-weight: 700; margin-left: 6px; }
.nv-nav .nv-nav__cta:hover { color: var(--ink); background: #7dfbe3; }
.nv-burger { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--wire-2); background: var(--deck); color: #fff; cursor: pointer; align-items: center; justify-content: center; }
.nv-burger svg { width: 22px; height: 22px; }
@media (max-width: 1040px) {
  .nv-burger { display: inline-flex; }
  .nv-nav { position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px); height: 100dvh; flex-direction: column; align-items: stretch; gap: 2px; padding: 88px 18px 24px; background: var(--night); border-left: 1px solid var(--wire-2); transform: translateX(105%); transition: transform .28s ease; z-index: 45; overflow-y: auto; }
  .nv-nav a { padding: 14px 14px; font-size: 1.02rem; border-radius: 12px; }
  .nv-nav .nv-nav__cta { margin: 10px 0 0; text-align: center; }
  .nv-open .nv-nav { transform: none; box-shadow: -30px 0 60px rgba(0, 0, 0, .5); }
  .nv-scrim { position: fixed; inset: 0; background: rgba(2, 3, 8, .6); z-index: 42; opacity: 0; pointer-events: none; transition: opacity .25s; }
  .nv-open .nv-scrim { opacity: 1; pointer-events: auto; }
  .nv-open { overflow: hidden; }
  .nv-burger { position: relative; z-index: 50; }
}

/* ---------- buttons & chips ---------- */
.nv-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 22px; border-radius: 999px; font: 700 .98rem/1 var(--read); text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .2s, background .2s; }
.nv-btn svg { width: 18px; height: 18px; }
.nv-btn--rose { background: var(--rose); color: #fff; box-shadow: 0 10px 34px -10px rgba(255, 61, 139, .8); }
.nv-btn--rose:hover { color: #fff; background: #ff5a9d; transform: translateY(-1px); }
.nv-btn--line { color: #fff; border-color: var(--wire-2); background: rgba(14, 18, 38, .6); }
.nv-btn--line:hover { color: #fff; border-color: var(--aqua); }
.nv-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.nv-chip { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 999px; border: 1px solid var(--wire-2); background: rgba(20, 25, 54, .7); color: var(--soft); font: 500 .76rem/1.2 var(--till); letter-spacing: .02em; white-space: nowrap; }
.nv-chip--aqua { color: var(--aqua); border-color: rgba(38, 247, 208, .4); }
.nv-chip--rose { color: #ff8cbb; border-color: rgba(255, 61, 139, .45); }
.nv-chip--amber { color: var(--amber); border-color: rgba(255, 184, 77, .45); }
.nv-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.nv-kicker { display: inline-flex; align-items: center; gap: 10px; font: 600 .78rem/1.2 var(--till); letter-spacing: .16em; text-transform: uppercase; color: var(--aqua); margin-bottom: 14px; }
.nv-kicker::before { content: ""; width: 22px; height: 2px; background: var(--aqua); box-shadow: var(--glow-aqua); }

/* ---------- hero (home) ---------- */
.nv-hero { position: relative; padding: clamp(40px, 7vw, 96px) 0 clamp(40px, 6vw, 80px); overflow: hidden; }
.nv-hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.nv-hero h1 { font-size: clamp(2.4rem, 5vw, 4.6rem); margin-bottom: .4em; text-wrap: initial; }
.nv-hero h1 > span, .nv-hero h1 > em { display: block; }
.nv-hero h1 em { font-style: normal; background: var(--holo); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nv-hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--soft); max-width: 36em; }
.nv-hero__facts { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--wire); }
.nv-hero__facts div { min-width: 0; }
.nv-hero__facts b { display: block; font: 800 1.9rem/1 var(--sign); font-stretch: 84%; color: #fff; }
.nv-hero__facts span { font: 500 .74rem/1.3 var(--till); color: var(--dim); letter-spacing: .08em; text-transform: uppercase; }
.nv-hero__stage { position: relative; min-width: 0; }
.nv-billboard { position: relative; border-radius: var(--r-l); overflow: hidden; border: 1px solid var(--wire-2); box-shadow: 0 40px 90px -40px rgba(141, 112, 255, .6); aspect-ratio: 4 / 5; background: var(--deck); }
.nv-billboard img { width: 100%; height: 100%; object-fit: cover; }
.nv-billboard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 6, 12, .88) 0%, rgba(5, 6, 12, 0) 34%, rgba(5, 6, 12, 0) 62%, rgba(5, 6, 12, .55) 100%), linear-gradient(90deg, rgba(255, 61, 139, .12), transparent 40%, rgba(38, 247, 208, .1)); }
.nv-billboard__cap { position: absolute; left: 18px; right: 18px; top: 16px; z-index: 2; display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.nv-billboard__cap > div { min-width: 0; max-width: 70%; }
.nv-billboard__cap strong { font: 800 1.35rem/1.05 var(--sign); font-stretch: 86%; text-transform: uppercase; }
.nv-billboard__cap span { font: 500 .72rem/1.3 var(--till); color: var(--soft); letter-spacing: .06em; }
.nv-hero__receipt { position: absolute; left: -46px; bottom: -34px; width: min(290px, 70%); transform: rotate(-3deg); z-index: 3; }
@media (max-width: 900px) {
  .nv-hero__grid { grid-template-columns: minmax(0, 1fr); }
  .nv-billboard { aspect-ratio: 16 / 11; }
  .nv-hero__receipt { position: relative; left: auto; bottom: auto; margin: -60px 0 0 auto; width: min(300px, 84%); transform: rotate(-1.5deg); }
}

/* ---------- sections ---------- */
.nv-sec { padding: clamp(48px, 7vw, 96px) 0; position: relative; }
.nv-sec--tight { padding: clamp(32px, 5vw, 60px) 0; }
.nv-sec__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px 30px; margin-bottom: clamp(24px, 3.5vw, 40px); }
.nv-sec__head p { color: var(--soft); max-width: 38em; margin: 0; }
.nv-sec__head h2 { margin: 0; }
.nv-sep { height: 1px; background: linear-gradient(90deg, transparent, var(--wire-2), transparent); }
.nv-lede { font-size: 1.14rem; color: var(--soft); }

/* ---------- verdict cards ---------- */
.nv-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: clamp(14px, 2vw, 22px); }
.nv-card { position: relative; display: flex; flex-direction: column; min-width: 0; border-radius: var(--r-m); background: linear-gradient(var(--deck), var(--deck)) padding-box, linear-gradient(160deg, rgba(148, 166, 255, .32), rgba(148, 166, 255, .06) 45%, rgba(255, 61, 139, .3)) border-box; border: 1px solid transparent; overflow: hidden; transition: transform .2s, box-shadow .25s; }
.nv-card:hover { transform: translateY(-3px); box-shadow: 0 26px 50px -30px rgba(255, 61, 139, .55); }
.nv-card__img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--deck-2); }
.nv-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.nv-card:hover .nv-card__img img { transform: scale(1.04); }
.nv-card__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(14, 18, 38, .95)); }
.nv-card__img img.nv-card__logo { position: absolute; left: 14px; bottom: 12px; z-index: 2; width: auto; height: auto; max-width: 58%; max-height: 46px; object-fit: contain; transform: none; transition: none; filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .8)) drop-shadow(0 0 2px rgba(255, 255, 255, .5)); }
.nv-card__score { position: absolute; top: 12px; right: 12px; z-index: 2; }
.nv-card__body { display: flex; flex-direction: column; gap: 10px; padding: 16px 18px 18px; flex: 1; }
.nv-card__title { font: 760 1.18rem/1.15 var(--sign); font-stretch: 90%; margin: 0; }
.nv-card__title a { color: #fff; text-decoration: none; }
.nv-card__title a::after { content: ""; position: absolute; inset: 0; z-index: 3; }
.nv-card__line { color: var(--soft); font-size: .93rem; line-height: 1.5; margin: 0; }
.nv-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 12px; border-top: 1px dashed var(--wire-2); font: 500 .8rem/1.3 var(--till); color: var(--dim); }
.nv-card__foot b { color: var(--amber); font-weight: 700; font-size: .92rem; }

/* neon score badge */
.nv-badge { display: inline-grid; place-items: center; min-width: 58px; padding: 7px 10px 6px; border-radius: 12px; background: rgba(5, 6, 12, .78); border: 1.5px solid var(--rose); box-shadow: inset 0 0 12px rgba(255, 61, 139, .35), 0 0 16px rgba(255, 61, 139, .35); }
.nv-badge b { font: 800 1.45rem/1 var(--sign); font-stretch: 80%; color: #fff; text-shadow: var(--glow-rose); }
.nv-badge span { font: 600 .56rem/1 var(--till); letter-spacing: .16em; color: #ff9cc4; margin-top: 3px; }

/* filter bar */
.nv-filter { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; padding: 14px; border-radius: var(--r-m); background: rgba(14, 18, 38, .75); border: 1px solid var(--wire); margin-bottom: 22px; }
.nv-filter label { font: 600 .74rem/1.2 var(--till); letter-spacing: .1em; text-transform: uppercase; color: var(--dim); }
.nv-seg { display: inline-flex; flex-wrap: wrap; gap: 4px; padding: 4px; border-radius: 999px; background: var(--ink); border: 1px solid var(--wire); }
.nv-seg button { border: 0; background: transparent; color: var(--soft); font: 600 .86rem/1 var(--read); padding: 10px 14px; border-radius: 999px; cursor: pointer; min-height: 44px; }
.nv-seg button[aria-pressed="true"] { background: var(--deck-3); color: #fff; box-shadow: inset 0 0 0 1px var(--wire-2); }
.nv-select { appearance: none; background: var(--ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2326f7d0' stroke-width='1.6'/%3E%3C/svg%3E") no-repeat right 14px center; color: #fff; border: 1px solid var(--wire-2); border-radius: 12px; padding: 11px 40px 11px 14px; font: 500 .95rem/1.2 var(--read); min-height: 46px; max-width: 100%; }
.nv-count { margin-left: auto; font: 500 .82rem/1.2 var(--till); color: var(--dim); }
.nv-hide { display: none !important; }

/* ---------- receipt ---------- */
.nv-receipt { --tooth: 12px; position: relative; background: var(--paper); color: var(--paper-ink); font: 500 .84rem/1.55 var(--till); padding: 26px 22px 30px;
  -webkit-mask: conic-gradient(from 135deg at top, #0000, #000 1deg 89deg, #0000 90deg) top / var(--tooth) 51% repeat-x, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / var(--tooth) 51% repeat-x;
  mask: conic-gradient(from 135deg at top, #0000, #000 1deg 89deg, #0000 90deg) top / var(--tooth) 51% repeat-x, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / var(--tooth) 51% repeat-x;
  background-image: linear-gradient(90deg, rgba(255, 61, 139, .16), transparent 28%, transparent 72%, rgba(38, 247, 208, .18)), linear-gradient(var(--paper), var(--paper-2));
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, .55)); }
.nv-receipt__head { text-align: center; border-bottom: 1px dashed rgba(25, 23, 30, .4); padding-bottom: 10px; margin-bottom: 10px; }
.nv-receipt__head strong { display: block; color: var(--paper-ink); font: 800 1rem/1.2 var(--till); letter-spacing: .12em; text-transform: uppercase; }
.nv-receipt__head span { font-size: .72rem; letter-spacing: .08em; color: #55505f; }
.nv-receipt__row { display: flex; align-items: baseline; gap: 6px; }
.nv-receipt__row span:first-child { flex: none; max-width: 70%; }
.nv-receipt__row i { flex: 1; border-bottom: 1px dotted rgba(25, 23, 30, .45); transform: translateY(-4px); min-width: 12px; }
.nv-receipt__row span:last-child { flex: none; font-weight: 700; }
.nv-receipt__sub { color: #5a5563; font-size: .74rem; margin: 2px 0 6px; }
.nv-receipt__total { margin-top: 10px; padding-top: 10px; border-top: 2px solid var(--paper-ink); font-weight: 800; font-size: .96rem; }
.nv-receipt__note { margin-top: 10px; font-size: .72rem; color: #55505f; line-height: 1.45; }
.nv-receipt__code { height: 34px; margin: 14px auto 2px; width: 82%; background: repeating-linear-gradient(90deg, var(--paper-ink) 0 2px, transparent 2px 4px, var(--paper-ink) 4px 5px, transparent 5px 8px, var(--paper-ink) 8px 11px, transparent 11px 12px, var(--paper-ink) 12px 13px, transparent 13px 17px); opacity: .85; }
.nv-receipt__code--b { background: repeating-linear-gradient(90deg, var(--paper-ink) 0 1px, transparent 1px 3px, var(--paper-ink) 3px 6px, transparent 6px 7px, var(--paper-ink) 7px 8px, transparent 8px 12px, var(--paper-ink) 12px 14px, transparent 14px 15px); }
.nv-receipt__code--c { background: repeating-linear-gradient(90deg, var(--paper-ink) 0 3px, transparent 3px 4px, var(--paper-ink) 4px 5px, transparent 5px 9px, var(--paper-ink) 9px 10px, transparent 10px 11px, var(--paper-ink) 11px 14px, transparent 14px 16px); }
.nv-receipt a { color: #6b1d8f; }

/* ---------- verdict page ---------- */
.nv-vhead { position: relative; min-height: clamp(360px, 52vw, 560px); display: flex; align-items: flex-end; overflow: hidden; border-bottom: 1px solid var(--wire); }
.nv-vhead__art { position: absolute; inset: 0; }
.nv-vhead__art img { width: 100%; height: 100%; object-fit: cover; }
.nv-vhead__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 6, 12, .25) 0%, rgba(5, 6, 12, .55) 45%, var(--ink) 100%), linear-gradient(90deg, rgba(5, 6, 12, .85), transparent 70%); }
.nv-vhead__in { position: relative; z-index: 2; padding: 120px 0 34px; }
.nv-vhead__logo { max-height: 84px; max-width: min(320px, 70%); width: auto; margin-bottom: 18px; filter: drop-shadow(0 6px 20px rgba(0, 0, 0, .8)) drop-shadow(0 0 2px rgba(255, 255, 255, .45)); }
.nv-vhead h1 { font-size: clamp(2rem, 4.8vw, 3.9rem); max-width: 18ch; }
.nv-vhead__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.nv-crumbs { font: 500 .78rem/1.4 var(--till); color: var(--dim); margin-bottom: 14px; letter-spacing: .04em; }
.nv-crumbs a { color: var(--soft); text-decoration: none; }
.nv-crumbs a:hover { color: #fff; }
.nv-crumbs span { margin: 0 6px; opacity: .6; }
.nv-crumbs span[aria-current] { margin: 0; opacity: 1; color: var(--soft); }
.nv-vhead .nv-crumbs { text-shadow: 0 1px 8px rgba(0, 0, 0, .9); }

.nv-signs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 28px 0 8px; }
.nv-sign { position: relative; padding: 18px 18px 16px; border-radius: var(--r-m); background: rgba(9, 12, 25, .82); border: 1.5px solid var(--sc, var(--rose)); box-shadow: inset 0 0 22px color-mix(in srgb, var(--sc, var(--rose)) 30%, transparent), 0 0 26px color-mix(in srgb, var(--sc, var(--rose)) 28%, transparent); min-width: 0; }
.nv-sign--play { --sc: var(--aqua); }
.nv-sign--pay { --sc: var(--amber); }
.nv-sign__label { font: 700 .72rem/1 var(--till); letter-spacing: .2em; text-transform: uppercase; color: var(--sc, var(--rose)); }
.nv-sign__num { font: 800 clamp(2.6rem, 6vw, 3.6rem)/1 var(--sign); font-stretch: 78%; color: #fff; margin: 10px 0 6px; text-shadow: 0 0 .4em color-mix(in srgb, var(--sc, var(--rose)) 70%, transparent), 0 0 1.2em color-mix(in srgb, var(--sc, var(--rose)) 40%, transparent); }
.nv-sign__num small { font-size: .38em; color: var(--soft); text-shadow: none; margin-left: 4px; }
.nv-sign__txt { font-size: .86rem; color: var(--soft); line-height: 1.45; margin: 0; }
@media (max-width: 720px) { .nv-signs { grid-template-columns: minmax(0, 1fr); } }

.nv-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 340px); gap: clamp(28px, 4vw, 56px); align-items: start; }
.nv-aside { position: sticky; top: 92px; display: grid; gap: 18px; min-width: 0; }
@media (max-width: 1000px) { .nv-layout { grid-template-columns: minmax(0, 1fr); } .nv-aside { position: static; } }
.nv-prose { min-width: 0; }
.nv-prose h2 { margin-top: 1.6em; }
.nv-prose h2:first-child { margin-top: 0; }
.nv-prose h3 { margin-top: 1.4em; }
.nv-prose p, .nv-prose li { color: #dde1ef; }
.nv-prose .nv-lede { color: var(--soft); }

.nv-box { border-radius: var(--r-m); background: rgba(14, 18, 38, .78); border: 1px solid var(--wire); padding: 20px 20px; min-width: 0; }
.nv-box h3 { font-size: 1.1rem; margin-bottom: .7em; }
.nv-box p:last-child, .nv-box ul:last-child { margin-bottom: 0; }
.nv-box--holo { background: linear-gradient(var(--deck), var(--deck)) padding-box, var(--holo) border-box; border: 1px solid transparent; }
.nv-keyfacts { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.nv-keyfacts li { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px solid var(--wire); margin: 0; font-size: .9rem; }
.nv-keyfacts li:last-child { border-bottom: 0; }
.nv-keyfacts span { color: var(--dim); flex: none; }
.nv-keyfacts b { color: #fff; font-weight: 600; text-align: right; }

.nv-procon { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 1.4em 0; }
.nv-procon > div { border-radius: var(--r-m); padding: 18px 18px 8px; background: rgba(14, 18, 38, .7); border: 1px solid var(--wire); }
.nv-procon h3 { font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.nv-procon .nv-up h3 { color: var(--aqua); }
.nv-procon .nv-down h3 { color: #ff8cbb; }
.nv-procon ul { list-style: none; padding: 0; }
.nv-procon li { position: relative; padding-left: 22px; font-size: .95rem; }
.nv-procon li::before { position: absolute; left: 0; top: 0; font-family: var(--till); font-weight: 800; }
.nv-procon .nv-up li::before { content: "+"; color: var(--aqua); }
.nv-procon .nv-down li::before { content: "\2212"; color: var(--rose); }
@media (max-width: 640px) { .nv-procon { grid-template-columns: minmax(0, 1fr); } }

.nv-shots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 1.6em 0 .4em; }
.nv-shots figure { margin: 0; border-radius: 10px; overflow: hidden; border: 1px solid var(--wire); aspect-ratio: 16 / 9; background: var(--deck-2); }
.nv-shots img { width: 100%; height: 100%; object-fit: cover; }
.nv-credit { font: 500 .72rem/1.5 var(--till); color: var(--dim); margin: 0 0 1.4em; }
@media (max-width: 640px) { .nv-shots { grid-template-columns: repeat(2, minmax(0, 1fr)); } .nv-shots figure:last-child { grid-column: 1 / -1; } }

/* data tables */
.nv-tablewrap { overflow-x: auto; border-radius: var(--r-m); border: 1px solid var(--wire); background: rgba(9, 12, 25, .8); margin: 1.2em 0 1.6em; -webkit-overflow-scrolling: touch; max-width: 100%; }
.nv-table { font-size: .9rem; min-width: 560px; }
.nv-table caption { text-align: left; padding: 14px 16px 4px; font: 600 .74rem/1.3 var(--till); letter-spacing: .1em; text-transform: uppercase; color: var(--dim); }
.nv-table th, .nv-table td { padding: 11px 14px; border-bottom: 1px solid var(--wire); text-align: left; vertical-align: top; }
.nv-table thead th { font: 700 .72rem/1.3 var(--till); letter-spacing: .1em; text-transform: uppercase; color: var(--soft); background: rgba(20, 25, 54, .7); position: sticky; top: 0; }
.nv-table tbody tr:last-child td, .nv-table tbody tr:last-child th { border-bottom: 0; }
.nv-table tbody th { font-weight: 650; color: #fff; }
.nv-table td.nv-num, .nv-table th.nv-num { text-align: right; font-family: var(--till); white-space: nowrap; }
.nv-table .nv-yes { color: var(--aqua); font-weight: 700; }
.nv-table .nv-no { color: #ff7fae; }
.nv-table .nv-part { color: var(--amber); }
.nv-table small { color: var(--dim); display: block; line-height: 1.4; margin-top: 3px; }
.nv-table--matrix td { text-align: center; }
.nv-table--matrix th:first-child, .nv-table--matrix td:first-child { text-align: left; }

.nv-note { border-left: 3px solid var(--amber); background: rgba(255, 184, 77, .07); padding: 14px 16px; border-radius: 0 12px 12px 0; margin: 1.2em 0 1.5em; color: #f1e3c7; font-size: .95rem; }
.nv-note p:last-child { margin: 0; }
.nv-note--aqua { border-color: var(--aqua); background: rgba(38, 247, 208, .06); color: #d4fbf2; }
.nv-note--rose { border-color: var(--rose); background: rgba(255, 61, 139, .07); color: #ffd9e8; }

.nv-sources { font-size: .86rem; color: var(--soft); }
.nv-sources ol { padding-left: 1.3em; }
.nv-sources li { word-break: break-word; }
.nv-sources a { color: var(--soft); }

/* FAQ */
.nv-faq { display: grid; gap: 10px; }
.nv-faq details { border-radius: var(--r-m); border: 1px solid var(--wire); background: rgba(14, 18, 38, .7); padding: 0 18px; }
.nv-faq summary { cursor: pointer; list-style: none; padding: 17px 30px 17px 0; font-weight: 650; color: #fff; position: relative; }
.nv-faq summary::-webkit-details-marker { display: none; }
.nv-faq summary::after { content: "+"; position: absolute; right: 2px; top: 13px; font: 700 1.3rem/1 var(--till); color: var(--aqua); }
.nv-faq details[open] summary::after { content: "\2212"; }
.nv-faq details > div { padding: 0 0 16px; color: var(--soft); }

/* checkout hub tiles */
.nv-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); gap: 14px; }
.nv-tile { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 20px; border-radius: var(--r-m); border: 1px solid var(--wire); background: rgba(14, 18, 38, .75); text-decoration: none; color: var(--text); transition: border-color .2s, transform .2s; min-width: 0; }
.nv-tile:hover { border-color: var(--aqua); transform: translateY(-2px); color: var(--text); }
.nv-tile__icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(38, 247, 208, .1); color: var(--aqua); border: 1px solid rgba(38, 247, 208, .3); }
.nv-tile__icon svg { width: 20px; height: 20px; }
.nv-tile strong { font: 760 1.12rem/1.2 var(--sign); font-stretch: 92%; color: #fff; }
.nv-tile span { font-size: .9rem; color: var(--soft); line-height: 1.5; }
.nv-tile em { margin-top: auto; font: 600 .74rem/1.2 var(--till); font-style: normal; color: var(--amber); letter-spacing: .06em; }

/* steps & rules list */
.nv-steps { counter-reset: nvstep; list-style: none; padding: 0; display: grid; gap: 12px; }
.nv-steps li { counter-increment: nvstep; position: relative; padding: 16px 18px 16px 62px; border-radius: var(--r-m); background: rgba(14, 18, 38, .7); border: 1px solid var(--wire); margin: 0; }
.nv-steps li::before { content: counter(nvstep, decimal-leading-zero); position: absolute; left: 16px; top: 15px; font: 800 1.2rem/1 var(--sign); color: var(--rose); text-shadow: var(--glow-rose); }

/* split feature */
.nv-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 64px); align-items: center; }
@media (max-width: 860px) { .nv-split { grid-template-columns: minmax(0, 1fr); } }
.nv-split--top { align-items: start; }
.nv-frame { border-radius: var(--r-l); overflow: hidden; border: 1px solid var(--wire-2); aspect-ratio: 16 / 10; background: var(--deck); }
.nv-frame img { width: 100%; height: 100%; object-fit: cover; }

/* method strip */
.nv-methods { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: 12px; }
.nv-method { padding: 16px; border-radius: var(--r-m); background: rgba(14, 18, 38, .72); border: 1px solid var(--wire); min-width: 0; }
.nv-method svg { width: 26px; height: 26px; color: var(--amber); margin-bottom: 10px; }
.nv-method strong { display: block; font: 700 1rem/1.25 var(--sign); font-stretch: 94%; color: #fff; margin-bottom: 4px; }
.nv-method span { font-size: .86rem; color: var(--soft); line-height: 1.45; display: block; }

/* router tool */
.nv-router { display: grid; grid-template-columns: minmax(0, 330px) minmax(0, 1fr); gap: 22px; align-items: start; }
@media (max-width: 900px) { .nv-router { grid-template-columns: minmax(0, 1fr); } }
.nv-router__form { display: grid; gap: 16px; padding: 20px; border-radius: var(--r-m); background: rgba(14, 18, 38, .82); border: 1px solid var(--wire-2); position: sticky; top: 92px; }
@media (max-width: 900px) { .nv-router__form { position: static; } }
.nv-field { display: grid; gap: 7px; }
.nv-field > span { font: 600 .74rem/1.2 var(--till); letter-spacing: .1em; text-transform: uppercase; color: var(--dim); }
.nv-router__out { display: grid; gap: 12px; min-width: 0; }
.nv-hit { color: var(--text); text-decoration: none; transition: border-color .2s; display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 12px; border-radius: var(--r-m); border: 1px solid var(--wire); background: rgba(14, 18, 38, .72); }
.nv-hit:hover { border-color: var(--aqua); color: var(--text); }
.nv-hit img { width: 96px; height: 60px; object-fit: cover; border-radius: 8px; }
.nv-hit strong { display: block; color: #fff; font-weight: 650; }
.nv-hit small { color: var(--soft); display: block; line-height: 1.45; font-size: .84rem; }
.nv-hit b { font: 700 1.05rem/1 var(--till); color: var(--amber); white-space: nowrap; }
.nv-hit--no { opacity: .55; }
.nv-hit--no b { color: var(--dim); }
@media (max-width: 560px) { .nv-hit { grid-template-columns: 72px minmax(0, 1fr); } .nv-hit img { width: 72px; height: 48px; } .nv-hit b { grid-column: 2; } }

/* contact form */
.nv-form { display: grid; gap: 16px; }
.nv-form input, .nv-form textarea, .nv-form select { width: 100%; background: var(--ink); color: #fff; border: 1px solid var(--wire-2); border-radius: 12px; padding: 13px 14px; font: 400 1rem/1.4 var(--read); min-height: 48px; }
.nv-form textarea { min-height: 170px; resize: vertical; }
.nv-form input:focus, .nv-form textarea:focus, .nv-form select:focus { border-color: var(--aqua); outline: none; box-shadow: 0 0 0 3px rgba(38, 247, 208, .18); }
.nv-form .nv-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.nv-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 640px) { .nv-form__row { grid-template-columns: minmax(0, 1fr); } }
.nv-check { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; color: var(--soft); }
.nv-check input { width: 20px; height: 20px; min-height: 0; margin-top: 2px; flex: none; accent-color: var(--aqua); }
.nv-flash { padding: 14px 16px; border-radius: 12px; margin-bottom: 18px; font-weight: 600; }
.nv-flash--ok { background: rgba(38, 247, 208, .1); border: 1px solid rgba(38, 247, 208, .45); color: #c8fff2; }
.nv-flash--bad { background: rgba(255, 61, 139, .1); border: 1px solid rgba(255, 61, 139, .5); color: #ffd3e4; }

/* page head (inner pages) */
.nv-phead { padding: clamp(48px, 7vw, 96px) 0 clamp(26px, 4vw, 44px); position: relative; }
.nv-phead h1 { max-width: 17ch; }
.nv-phead .nv-lede { max-width: 42em; }
.nv-phead--glow::before { content: ""; position: absolute; left: 50%; top: -30px; width: min(900px, 90vw); height: 320px; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(255, 61, 139, .18), transparent); pointer-events: none; }
.nv-dateline { font: 500 .78rem/1.4 var(--till); color: var(--dim); margin-top: 14px; letter-spacing: .04em; }

/* store page banner */
.nv-storehead { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: 18px; }
.nv-storehead .nv-chip, .nv-vhead__meta .nv-chip { white-space: normal; max-width: 100%; }

/* disclosure strip */
.nv-disclose { font-size: .86rem; color: var(--soft); border: 1px dashed var(--wire-2); border-radius: 12px; padding: 12px 14px; margin: 1.4em 0; }
.nv-disclose b { color: var(--amber); }

/* 404 */
.nv-lost { min-height: 62vh; display: grid; place-items: center; text-align: center; padding: 80px 0; }
.nv-lost__code { font: 800 clamp(5rem, 16vw, 10rem)/1 var(--sign); font-stretch: 76%; color: transparent; -webkit-text-stroke: 2px var(--rose); text-shadow: 0 0 30px rgba(255, 61, 139, .45); margin-bottom: 10px; }

/* footer */
.nv-foot { position: relative; z-index: 1; margin-top: clamp(40px, 6vw, 80px); border-top: 1px solid var(--wire); background: linear-gradient(180deg, rgba(9, 12, 25, .6), var(--ink)); padding: clamp(40px, 5vw, 64px) 0 28px; font-size: .92rem; color: var(--soft); }
.nv-foot__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr)); gap: 30px; }
@media (max-width: 900px) { .nv-foot__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .nv-foot__grid > div:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nv-foot__grid { grid-template-columns: minmax(0, 1fr); } }
.nv-foot h4 { font: 700 .76rem/1.2 var(--till); letter-spacing: .16em; text-transform: uppercase; color: var(--dim); margin-bottom: 14px; }
.nv-foot ul { list-style: none; padding: 0; margin: 0; }
.nv-foot li { margin: 0; }
.nv-foot li a { display: inline-block; padding: 10px 0; }
.nv-foot a { color: var(--soft); text-decoration: none; }
.nv-foot a:hover { color: #fff; }
.nv-foot address { font-style: normal; line-height: 1.6; margin-top: 12px; }
.nv-foot__legal { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--wire); display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: space-between; font-size: .8rem; color: var(--dim); }
.nv-foot__legal p { margin: 0; max-width: 70ch; }

/* utilities */
.nv-center { text-align: center; }
.nv-mt { margin-top: 1.4em; }
.nv-muted { color: var(--dim); }
.nv-mono { font-family: var(--till); }
.nv-price { font-family: var(--till); color: var(--amber); font-weight: 700; white-space: nowrap; }
.nv-vh { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.nv-twocol { columns: 2 280px; column-gap: 34px; }
.nv-twocol > * { break-inside: avoid; }
