/*
 * Vendique — Sub-Operator Portal Styles
 * File: assets/css/portal.css
 * Enqueued only when portal template is active
 */


/* ══════════════════════════════════════════════════════════════════════
   LOGIN PAGE — SPLIT-SCREEN REDESIGN
   Left: brand + pitch panel   Right: clean focused login form
   ══════════════════════════════════════════════════════════════════════ */

.vql-page { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }

/* ── Left panel ──────────────────────────────────────────────────────── */
.vql-left { position: relative; background: var(--deep); display: flex; align-items: stretch; overflow: hidden; }
.vql-left-bg { position: absolute; inset: 0; pointer-events: none; }
.vql-bg-orb { position: absolute; border-radius: 50%; }
.vql-bg-orb--1 { width: 600px; height: 600px; top: -200px; left: -200px; background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 65%); }
.vql-bg-orb--2 { width: 400px; height: 400px; bottom: -100px; right: -100px; background: radial-gradient(circle, rgba(58,181,230,0.07) 0%, transparent 65%); }
.vql-bg-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px); background-size: 52px 52px; }
.vql-left-inner { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 3rem 3.5rem; width: 100%; gap: 2rem; }

/* Brand */
.vql-brand { display: flex; align-items: center; gap: 0.85rem; }
.vql-brand-text { display: flex; flex-direction: column; gap: 0; }
.vql-brand-name { font-family: var(--sans); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.26em; color: var(--white); line-height: 1; }
.vql-brand-sub { font-family: var(--sans); font-size: 0.5rem; font-weight: 400; letter-spacing: 0.32em; color: var(--gold); text-transform: uppercase; margin-top: 2px; }

/* Pitch */
.vql-pitch { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 1.2rem; max-width: 440px; }
.vql-pitch-eyebrow { font-family: var(--sans); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 0.5rem; }
.vql-pitch-eyebrow::before { content: ''; display: inline-block; width: 20px; height: 1px; background: var(--gold); }
.vql-pitch-headline { font-family: var(--serif); font-size: 2.6rem; font-weight: 300; line-height: 1.15; color: var(--white); margin: 0; }
.vql-pitch-body { font-family: var(--sans); font-size: 0.82rem; line-height: 1.8; color: rgba(255,255,255,0.55); margin: 0; max-width: 380px; }

/* Stats row */
.vql-stats { display: flex; align-items: center; padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.vql-stat { flex: 1; display: flex; flex-direction: column; gap: 0.3rem; }
.vql-stat-val { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; color: var(--gold-light); line-height: 1; }
.vql-stat-lbl { font-family: var(--sans); font-size: 0.6rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.vql-stat-div { width: 1px; height: 32px; background: rgba(255,255,255,0.08); margin: 0 1.5rem; flex-shrink: 0; }

/* Teaser box */
.vql-teaser { display: flex; align-items: flex-start; gap: 0.75rem; padding: 1rem 1.2rem; background: rgba(201,168,76,0.05); border: 1px solid rgba(201,168,76,0.15); border-radius: 10px; }
.vql-teaser-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 6px; box-shadow: 0 0 8px rgba(201,168,76,0.5); }
.vql-teaser-text { font-family: var(--sans); font-size: 0.72rem; line-height: 1.65; color: rgba(255,255,255,0.5); }
.vql-teaser-text strong { color: rgba(255,255,255,0.8); font-weight: 600; }
.vql-teaser-text a { color: var(--gold); border-bottom: 1px solid rgba(201,168,76,0.3); }
.vql-teaser-text a:hover { color: var(--gold-light); }
.vql-legal { font-family: var(--sans); font-size: 0.58rem; color: rgba(255,255,255,0.18); line-height: 1.5; }

/* ── Right panel ─────────────────────────────────────────────────────── */
.vql-right { background: var(--black); display: flex; align-items: center; justify-content: center; padding: 3rem 2rem; position: relative; }
.vql-right::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 1px; background: linear-gradient(180deg, transparent 0%, rgba(201,168,76,0.25) 30%, rgba(201,168,76,0.25) 70%, transparent 100%); }
.vql-form-wrap { width: 100%; max-width: 400px; display: flex; flex-direction: column; gap: 1.8rem; }

/* Form header */
.vql-form-header { display: flex; align-items: center; gap: 1rem; }
.vql-form-lock { width: 48px; height: 48px; border-radius: 12px; background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.2); display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; }
.vql-form-title { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; color: var(--white); margin: 0 0 0.2rem; }
.vql-form-sub { font-family: var(--sans); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin: 0; }

/* Error */
.vql-error { display: flex; align-items: center; gap: 0.6rem; padding: 0.8rem 1rem; background: rgba(220,50,50,0.08); border: 1px solid rgba(220,50,50,0.25); border-radius: 8px; font-family: var(--sans); font-size: 0.72rem; color: #f87171; line-height: 1.5; }

/* Form fields */
.vql-form { display: flex; flex-direction: column; gap: 1.2rem; }
.vql-field { display: flex; flex-direction: column; gap: 0.5rem; }
.vql-label-row { display: flex; align-items: center; justify-content: space-between; }
.vql-label { font-family: var(--sans); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.vql-forgot { font-family: var(--sans); font-size: 0.65rem; color: var(--gold); transition: color 0.2s; }
.vql-forgot:hover { color: var(--gold-light); }

.vql-input-wrap { position: relative; display: flex; align-items: center; }
.vql-input-icon { position: absolute; left: 0.9rem; color: rgba(255,255,255,0.25); pointer-events: none; }
.vql-input { width: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 0.85rem 3rem 0.85rem 2.6rem; font-family: var(--sans); font-size: 0.88rem; color: var(--white); outline: none; transition: all 0.25s ease; box-sizing: border-box; }
.vql-input:focus { border-color: rgba(201,168,76,0.45); background: rgba(255,255,255,0.06); box-shadow: 0 0 0 3px rgba(201,168,76,0.08); }
.vql-input::placeholder { color: rgba(255,255,255,0.18); }
.vql-pw-toggle { position: absolute; right: 0.9rem; background: none; border: none; color: rgba(255,255,255,0.25); cursor: pointer; padding: 0.2rem; transition: color 0.2s; line-height: 1; }
.vql-pw-toggle:hover { color: var(--gold); }

/* Submit button */
.vql-submit { display: flex; align-items: center; justify-content: center; gap: 0.6rem; width: 100%; padding: 1rem 1.5rem; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%); color: var(--black); border: none; border-radius: 10px; font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 6px 24px rgba(201,168,76,0.35); margin-top: 0.4rem; }
.vql-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(201,168,76,0.5); }
.vql-submit:active { transform: translateY(0); }

/* Form footer */
.vql-form-footer { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.06); font-family: var(--sans); font-size: 0.7rem; color: var(--muted); }
.vql-form-footer a { color: var(--gold); transition: color 0.2s; }
.vql-form-footer a:hover { color: var(--gold-light); }

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .vql-page { grid-template-columns: 1fr; }
  .vql-left-inner { padding: 2rem; gap: 1.5rem; }
  .vql-pitch-headline { font-size: 2rem; }
  .vql-right { padding: 2.5rem 1.5rem; }
  .vql-right::before { display: none; }
  .vql-stat-div { display: none; }
}
@media (max-width: 480px) {
  .vql-left-inner { padding: 1.5rem; }
  .vql-pitch-headline { font-size: 1.7rem; }
  .vql-form-wrap { max-width: 100%; }
}

/* ── Shared container ─────────────────────────────────────────────── */
.vqp-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
}
.vqp-wrap {
  min-height: 100vh;
  background: var(--black);
}

/* ══════════════════════════════════════════════════════════════════
   LOGIN GATE
   ══════════════════════════════════════════════════════════════════ */
.vqp-login-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 3rem 1.5rem;
  overflow: hidden;
}
.vqp-login-bg {
  position: absolute;
  inset: 0;
  background: var(--black);
}
.vqp-login-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}
.vqp-login-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.vqp-login-orb--1 {
  width: 600px; height: 600px;
  top: -200px; left: -200px;
  background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 70%);
}
.vqp-login-orb--2 {
  width: 500px; height: 500px;
  bottom: -150px; right: -150px;
  background: radial-gradient(circle, rgba(58,181,230,0.06) 0%, transparent 70%);
}
.vqp-login-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.vqp-login-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.vqp-login-logo span {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--gold-light);
}
.vqp-login-card {
  width: 100%;
  background: var(--card);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 14px;
  padding: 2.2rem;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 0 60px rgba(201,168,76,0.05);
}
.vqp-login-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.6rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.vqp-login-lock {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}
.vqp-login-title {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 0.2rem;
}
.vqp-login-sub {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}
.vqp-login-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  background: rgba(58,181,230,0.06);
  border: 1px solid rgba(58,181,230,0.2);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 1.4rem;
}
.vqp-login-notice svg { color: var(--teal-light); flex-shrink: 0; margin-top: 1px; }
.vqp-login-notice strong { color: var(--white); }
.vqp-login-error {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(220,50,50,0.08);
  border: 1px solid rgba(220,50,50,0.3);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  color: #f87171;
  margin-bottom: 1.2rem;
}
.vqp-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
}
.vqp-field label {
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
}
.vqp-field-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.vqp-field-wrap > svg {
  position: absolute;
  left: 0.9rem;
  color: var(--muted);
  pointer-events: none;
}
.vqp-field-wrap input {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 0.75rem 1rem 0.75rem 2.4rem;
  font-family: var(--sans);
  font-size: 0.85rem;
  color: var(--white);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}
.vqp-field-wrap input:focus {
  border-color: rgba(201,168,76,0.5);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.08);
}
.vqp-field-wrap input::placeholder { color: rgba(255,255,255,0.2); }
.vqp-toggle-pw {
  position: absolute;
  right: 0.9rem;
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  padding: 0.2rem;
  transition: color 0.2s ease;
}
.vqp-toggle-pw:hover { color: var(--gold); }
.vqp-login-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--black);
  border: none;
  border-radius: 8px;
  padding: 0.9rem 1.5rem;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(201,168,76,0.3);
}
.vqp-login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(201,168,76,0.45);
}
.vqp-login-footer {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-size: 0.68rem;
  color: var(--muted);
}
.vqp-login-footer a { color: var(--gold); }
.vqp-login-legal {
  font-family: var(--sans);
  font-size: 0.6rem;
  text-align: center;
  color: rgba(255,255,255,0.2);
  line-height: 1.6;
  max-width: 360px;
  margin: 0;
}

/* ══════════════════════════════════════════════════════════════════
   TOP BAR
   ══════════════════════════════════════════════════════════════════ */
.vqp-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 2rem;
  background: rgba(7,8,10,0.97);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: sticky;
  top: 88px; /* sits below fixed site header (~88px tall) */
  z-index: 500; /* below site header (1000) but above page content */
}
.vqp-tb-left {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.vqp-tb-brand {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--gold-light);
}
.vqp-tb-div { color: rgba(255,255,255,0.2); font-size: 0.8rem; }
.vqp-tb-section {
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.vqp-tb-right { display: flex; align-items: center; gap: 1.2rem; }
.vqp-tb-user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-size: 0.7rem;
  color: var(--text);
}
.vqp-tb-avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(201,168,76,0.3), rgba(58,181,230,0.3));
  border: 1px solid rgba(201,168,76,0.3);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--sans);
  font-size: 0.56rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.05em;
}
.vqp-tb-logout {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.25s ease;
}
.vqp-tb-logout:hover { color: var(--gold); }

/* ══════════════════════════════════════════════════════════════════
   HERO / STATUS BAR
   ══════════════════════════════════════════════════════════════════ */
.vqp-hero {
  position: relative;
  padding: 3rem 0;
  background: var(--deep);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
}
.vqp-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.vqp-hero-orb {
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.07), transparent 70%);
}
.vqp-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
}
.vqp-eyebrow {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.5rem;
}
.vqp-hero-name {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 300;
  color: var(--white);
  margin: 0 0 0.75rem;
  line-height: 1.1;
}
.vqp-hero-meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.vqp-status-pill {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 20px;
}
.vqp-status-live {
  background: rgba(52,184,140,0.15);
  border: 1px solid rgba(52,184,140,0.35);
  color: #34b88c;
}
.vqp-status-onboarding {
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold);
}
.vqp-status-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
  animation: vqp-dot-pulse 1.4s ease-in-out infinite;
}
@keyframes vqp-dot-pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
.vqp-hero-unit, .vqp-hero-territory {
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--muted);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
}
.vqp-hero-venue {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  color: var(--text);
  margin: 0;
}
.vqp-hero-venue svg { color: var(--gold); flex-shrink: 0; }
.vqp-hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  flex-wrap: wrap;
}
.vqp-hs { text-align: center; padding: 0.3rem 1.2rem; }
.vqp-hs-val {
  display: block;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.vqp-hs-lbl {
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.vqp-hs-div { width: 1px; height: 36px; background: rgba(255,255,255,0.07); }

/* ══════════════════════════════════════════════════════════════════
   TABS
   ══════════════════════════════════════════════════════════════════ */
.vqp-tabs-bar {
  background: var(--dark);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: sticky;
  top: 140px; /* 88px site header + 52px portal topbar */
  z-index: 490;
}
.vqp-tabs {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.vqp-tabs::-webkit-scrollbar { display: none; }
.vqp-tab {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 1rem 1.4rem;
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
}
.vqp-tab:hover { color: var(--text); }
.vqp-tab--active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.vqp-tab svg { flex-shrink: 0; }

/* ══════════════════════════════════════════════════════════════════
   PANELS
   ══════════════════════════════════════════════════════════════════ */
.vqp-panels {
  background: var(--black);
  min-height: 60vh;
  padding: 3rem 0 5rem;
}
.vqp-panel { display: none; }
.vqp-panel--active { display: block; }
.vqp-panel-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.vqp-panel-header h2 {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--white);
  margin: 0 0 0.6rem;
}
.vqp-panel-header p {
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--text);
  margin: 0;
  max-width: 580px;
  line-height: 1.7;
}

/* ── Investment: cost split banner ────────────────────────────────── */
.vqp-cost-split-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.vqp-csb-side {
  flex: 1;
  min-width: 160px;
  padding: 1.4rem;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.vqp-csb-side--op {
  background: rgba(52,184,140,0.08);
  border: 1px solid rgba(52,184,140,0.25);
}
.vqp-csb-side--vq {
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.25);
}
.vqp-csb-side--total {
  background: rgba(58,181,230,0.08);
  border: 1px solid rgba(58,181,230,0.25);
}
.vqp-csb-label {
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.vqp-csb-val {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
}
.vqp-csb-side--op .vqp-csb-val   { color: #34b88c; }
.vqp-csb-side--vq .vqp-csb-val   { color: var(--gold-light); }
.vqp-csb-side--total .vqp-csb-val { color: var(--teal-light); }
.vqp-csb-sub {
  font-family: var(--sans);
  font-size: 0.62rem;
  color: var(--muted);
}
.vqp-csb-plus, .vqp-csb-eq {
  font-family: var(--serif);
  font-size: 1.8rem;
  color: rgba(255,255,255,0.2);
  flex-shrink: 0;
}

/* ── Breakdown table ──────────────────────────────────────────────── */
.vqp-breakdown-table {
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.vqp-bt-header {
  display: grid;
  grid-template-columns: 1.8fr 3fr 0.8fr 1fr;
  gap: 0;
  background: rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 0.75rem 1.2rem;
}
.vqp-bt-header span {
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.vqp-bt-section-label {
  background: rgba(255,255,255,0.02);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem 1.2rem;
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.vqp-bt-row {
  display: grid;
  grid-template-columns: 1.8fr 3fr 0.8fr 1fr;
  gap: 0;
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  align-items: start;
  transition: background 0.2s ease;
}
.vqp-bt-row:hover { background: rgba(255,255,255,0.02); }
.vqp-bt-item {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--white);
}
.vqp-bt-desc {
  font-family: var(--sans);
  font-size: 0.7rem;
  color: var(--text);
  line-height: 1.6;
  padding-right: 1rem;
}
.vqp-bt-cost {
  font-family: var(--serif);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gold-light);
}
.vqp-paid-split, .vqp-paid-vq, .vqp-paid-op {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  width: fit-content;
}
.vqp-paid-split { background: rgba(58,181,230,0.1); color: var(--teal-light); }
.vqp-paid-vq    { background: rgba(201,168,76,0.1); color: var(--gold); }
.vqp-paid-op    { background: rgba(52,184,140,0.1); color: #34b88c; }
.vqp-bt-total {
  display: grid;
  grid-template-columns: 1.8fr 3fr 0.8fr 1fr;
  padding: 1rem 1.2rem;
  background: rgba(201,168,76,0.06);
  border-top: 2px solid rgba(201,168,76,0.2);
}
.vqp-bt-total span {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold-light);
}
.vqp-bt-note {
  font-family: var(--sans);
  font-size: 0.68rem;
  color: var(--muted);
  padding: 0.8rem 1.2rem;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.04);
  line-height: 1.6;
}

/* ── Ongoing costs ────────────────────────────────────────────────── */
.vqp-ongoing-box {
  background: var(--card);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 1.8rem;
}
.vqp-ongoing-box h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 0.5rem;
}
.vqp-ongoing-box > p {
  font-family: var(--sans);
  font-size: 0.75rem;
  color: var(--text);
  margin: 0 0 1.5rem;
}
.vqp-ongoing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.vqp-ongoing-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 1rem;
}
.vqp-oi-label {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.3rem;
}
.vqp-oi-cost {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--gold-light);
  margin-bottom: 0.4rem;
}
.vqp-oi-who {
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.18rem 0.45rem;
  border-radius: 4px;
  width: fit-content;
}
.vqp-oi-vq { background: rgba(201,168,76,0.12); color: var(--gold); }
.vqp-oi-op { background: rgba(52,184,140,0.1); color: #34b88c; }
.vqp-oi-note {
  font-family: var(--sans);
  font-size: 0.6rem;
  color: var(--muted);
  margin-top: 0.3rem;
  line-height: 1.4;
}

/* ── Revenue: split visual ────────────────────────────────────────── */
.vqp-split-visual { margin-bottom: 2rem; }
.vqp-sv-bar {
  display: flex;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.vqp-sv-fill {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: all 0.5s ease;
}
.vqp-sv-vq { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--black); }
.vqp-sv-op { background: linear-gradient(135deg, rgba(52,184,140,0.6), rgba(52,184,140,0.4)); color: var(--white); }
.vqp-sv-note {
  font-family: var(--sans);
  font-size: 0.68rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ── Revenue: projection table ────────────────────────────────────── */
.vqp-proj-table {
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.vqp-pt-header {
  display: grid;
  grid-template-columns: 1.5fr repeat(7, 1fr);
  background: rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 0.75rem 1.2rem;
  gap: 0.5rem;
}
.vqp-pt-header span {
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.vqp-pt-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(7, 1fr);
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  gap: 0.5rem;
  align-items: center;
  font-family: var(--sans);
  font-size: 0.72rem;
  color: var(--text);
}
.vqp-pt-row:last-child { border-bottom: none; }
.vqp-pt-row span:first-child { display: flex; align-items: center; gap: 0.5rem; color: var(--white); font-weight: 600; }
.vqp-perf-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.vqp-pt-avg { background: rgba(58,181,230,0.04); }
.vqp-roi { font-weight: 700; color: var(--muted); }
.vqp-roi--good { color: var(--teal-light); }
.vqp-roi--great { color: var(--gold); }
.vqp-roi--outstanding { color: var(--gold-bright); }

/* ── Revenue: payment terms ───────────────────────────────────────── */
.vqp-payment-terms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.vqp-pt-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  background: var(--card);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 1.2rem;
}
.vqp-pt-item svg { flex-shrink: 0; margin-top: 2px; }
.vqp-pt-item strong {
  display: block;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.25rem;
}
.vqp-pt-item span {
  font-family: var(--sans);
  font-size: 0.68rem;
  color: var(--text);
  line-height: 1.55;
}

/* ── Rules ────────────────────────────────────────────────────────── */
.vqp-rules-grid {
  display: flex;
  flex-direction: column;
  gap: 1px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  overflow: hidden;
}
.vqp-rule {
  display: flex;
  gap: 0;
  background: var(--card);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 0.2s ease;
}
.vqp-rule:last-child { border-bottom: none; }
.vqp-rule:hover { background: var(--card2); }
.vqp-rule--critical { border-left: 3px solid rgba(220,80,80,0.5); }
.vqp-rule-num {
  flex-shrink: 0;
  width: 64px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.4rem 0 1.4rem;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 300;
  color: rgba(255,255,255,0.12);
}
.vqp-rule-body {
  flex: 1;
  padding: 1.4rem 1.4rem 1.4rem 0;
}
.vqp-rule-body h3 {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 0.45rem;
  letter-spacing: 0.02em;
}
.vqp-rule-body p {
  font-family: var(--sans);
  font-size: 0.75rem;
  color: var(--text);
  line-height: 1.7;
  margin: 0 0 0.75rem;
}
.vqp-rule-tag {
  font-family: var(--sans);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.18rem 0.5rem;
  border-radius: 4px;
}
.vqp-tag--critical { background: rgba(220,80,80,0.1); color: #f87171; border: 1px solid rgba(220,80,80,0.2); }
.vqp-tag--standard { background: rgba(58,181,230,0.1); color: var(--teal-light); border: 1px solid rgba(58,181,230,0.2); }
.vqp-tag--brand    { background: rgba(201,168,76,0.1); color: var(--gold); border: 1px solid rgba(201,168,76,0.2); }
.vqp-tag--legal    { background: rgba(120,80,200,0.1); color: #a78bfa; border: 1px solid rgba(120,80,200,0.2); }
.vqp-tag--culture  { background: rgba(52,184,140,0.1); color: #34b88c; border: 1px solid rgba(52,184,140,0.2); }

/* ── Matrix ───────────────────────────────────────────────────────── */
.vqp-matrix-legend {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.vqp-matrix-legend span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--sans);
  font-size: 0.65rem;
  color: var(--text);
}
.vqp-ml-dot {
  width: 10px; height: 10px;
  border-radius: 2px;
}
.vqp-ml-op     { background: #34b88c; }
.vqp-ml-vq     { background: var(--gold); }
.vqp-ml-shared { background: var(--teal-light); }
.vqp-ml-na     { background: rgba(255,255,255,0.15); }

.vqp-matrix {
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  overflow: hidden;
}
.vqp-matrix-header {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 2.5fr;
  background: rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 0.75rem 1.2rem;
  gap: 1rem;
}
.vqp-matrix-header span {
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.vqp-matrix-section {
  padding: 0.5rem 1.2rem;
  background: rgba(255,255,255,0.02);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.vqp-matrix-row {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 2.5fr;
  padding: 0.85rem 1.2rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  gap: 1rem;
  align-items: center;
  transition: background 0.2s ease;
}
.vqp-matrix-row:hover { background: rgba(255,255,255,0.02); }
.vqp-mr-task {
  font-family: var(--sans);
  font-size: 0.72rem;
  color: var(--text);
}
.vqp-mr-note {
  font-family: var(--sans);
  font-size: 0.65rem;
  color: var(--muted);
  line-height: 1.5;
}
.vqp-mc {
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  white-space: nowrap;
}
.vqp-mc-op     { background: rgba(52,184,140,0.12); color: #34b88c; }
.vqp-mc-vq     { background: rgba(201,168,76,0.12); color: var(--gold); }
.vqp-mc-shared { background: rgba(58,181,230,0.1);  color: var(--teal-light); }
.vqp-mc-na     { color: rgba(255,255,255,0.2); font-size: 0.8rem; }

/* ── Resources ────────────────────────────────────────────────────── */
.vqp-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.vqp-resource-card {
  display: flex;
  gap: 1rem;
  background: var(--card);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 1.4rem;
  transition: all 0.3s ease;
}
.vqp-resource-card:hover {
  border-color: rgba(201,168,76,0.2);
  background: var(--card2);
}
.vqp-rc-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.vqp-rc-icon--gold { background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.2); color: var(--gold); }
.vqp-rc-icon--teal { background: rgba(58,181,230,0.1); border: 1px solid rgba(58,181,230,0.2); color: var(--teal-light); }
.vqp-rc-body { flex: 1; }
.vqp-rc-body h3 {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 0.35rem;
}
.vqp-rc-body p {
  font-family: var(--sans);
  font-size: 0.68rem;
  color: var(--text);
  line-height: 1.6;
  margin: 0 0 0.75rem;
}
.vqp-rc-btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.25);
  padding: 0.35rem 0.8rem;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.vqp-rc-btn:hover { background: rgba(201,168,76,0.2); color: var(--gold-light); }
.vqp-rc-btn--teal { color: var(--teal-light); background: rgba(58,181,230,0.08); border-color: rgba(58,181,230,0.2); }
.vqp-rc-btn--teal:hover { background: rgba(58,181,230,0.15); color: var(--teal-light); }
.vqp-wholesale-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 12px;
  padding: 1.8rem 2rem;
  flex-wrap: wrap;
}
.vqp-wb-left h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 0.4rem;
}
.vqp-wb-left p {
  font-family: var(--sans);
  font-size: 0.75rem;
  color: var(--text);
  max-width: 480px;
  line-height: 1.6;
  margin: 0;
}

/* ══════════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .vqp-bt-header, .vqp-bt-row, .vqp-bt-total { grid-template-columns: 1.5fr 2fr 0.7fr 1fr; }
  .vqp-ongoing-grid { grid-template-columns: 1fr 1fr; }
  .vqp-resources-grid { grid-template-columns: 1fr 1fr; }
  .vqp-matrix-header, .vqp-matrix-row { grid-template-columns: 2fr 0.8fr 0.8fr 2fr; }
}
@media (max-width: 768px) {
  .vqp-hero-inner { flex-direction: column; align-items: flex-start; }
  .vqp-hero-stats { width: 100%; justify-content: space-around; }
  .vqp-cost-split-banner { flex-direction: column; }
  .vqp-csb-plus, .vqp-csb-eq { transform: rotate(90deg); align-self: center; }
  .vqp-bt-header, .vqp-bt-row, .vqp-bt-total { grid-template-columns: 1fr 1fr; }
  .vqp-bt-desc, .vqp-bt-header span:nth-child(2) { display: none; }
  .vqp-pt-header, .vqp-pt-row { grid-template-columns: 1.2fr repeat(4, 1fr); }
  .vqp-pt-header span:nth-child(6), .vqp-pt-row span:nth-child(6),
  .vqp-pt-header span:nth-child(7), .vqp-pt-row span:nth-child(7) { display: none; }
  .vqp-payment-terms { grid-template-columns: 1fr; }
  .vqp-ongoing-grid { grid-template-columns: 1fr; }
  .vqp-resources-grid { grid-template-columns: 1fr; }
  .vqp-matrix-header span:last-child, .vqp-mr-note { display: none; }
  .vqp-matrix-header, .vqp-matrix-row { grid-template-columns: 2fr 1fr 1fr; }
  .vqp-tb-right .vqp-tb-user span { display: none; }
}
@media (max-width: 480px) {
  .vqp-hero-stats { flex-direction: column; gap: 0.8rem; }
  .vqp-hs-div { display: none; }
}

/* ══════════════════════════════════════════════════════════════════
   CHANGELOG / VERSION HISTORY TAB
   ══════════════════════════════════════════════════════════════════ */

.vqp-cl-entry {
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: var(--card);
  transition: border-color 0.25s ease;
}
.vqp-cl-entry:hover { border-color: rgba(201,168,76,0.15); }
.vqp-cl-entry--latest {
  border-color: rgba(201,168,76,0.3);
  box-shadow: 0 0 0 1px rgba(201,168,76,0.08), 0 8px 30px rgba(0,0,0,0.3);
}

.vqp-cl-entry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.4rem;
  background: rgba(255,255,255,0.02);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  gap: 1rem;
  flex-wrap: wrap;
}
.vqp-cl-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.vqp-cl-version {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.25rem 0.7rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}
.vqp-cl-badge--gold   { background: rgba(201,168,76,0.15);  border: 1px solid rgba(201,168,76,0.35);  color: var(--gold-light); }
.vqp-cl-badge--teal   { background: rgba(58,181,230,0.1);   border: 1px solid rgba(58,181,230,0.3);   color: var(--teal-light); }
.vqp-cl-badge--muted  { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);  color: var(--muted); }

.vqp-cl-current-tag {
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(52,184,140,0.2);
  color: #34b88c;
  border: 1px solid rgba(52,184,140,0.35);
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
}

.vqp-cl-summary {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--white);
}
.vqp-cl-date {
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--muted);
  white-space: nowrap;
  flex-shrink: 0;
}

.vqp-cl-body {
  padding: 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vqp-cl-subsection {}
.vqp-cl-sub-title {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  display: inline-block;
}
.vqp-cl-sub--new  .vqp-cl-sub-title { background: rgba(52,184,140,0.1);  color: #34b88c; }
.vqp-cl-sub--upd  .vqp-cl-sub-title { background: rgba(58,181,230,0.1);  color: var(--teal-light); }
.vqp-cl-sub--fix  .vqp-cl-sub-title { background: rgba(251,191,36,0.1);  color: #fbbf24; }
.vqp-cl-sub--note .vqp-cl-sub-title { background: rgba(255,255,255,0.05); color: var(--muted); }

.vqp-cl-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.vqp-cl-list li {
  font-family: var(--sans);
  font-size: 0.72rem;
  color: var(--text);
  line-height: 1.6;
  padding-left: 1.1rem;
  position: relative;
}
.vqp-cl-list li::before {
  content: '·';
  position: absolute;
  left: 0.3rem;
  color: var(--gold);
  font-weight: 700;
}
.vqp-cl-list li strong { color: var(--white); font-weight: 600; }
.vqp-cl-list li code {
  font-family: 'Courier New', monospace;
  font-size: 0.65rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 0.1rem 0.35rem;
  border-radius: 3px;
  color: var(--gold-light);
}

@media (max-width: 600px) {
  .vqp-cl-entry-header { flex-direction: column; align-items: flex-start; }
  .vqp-cl-body { padding: 1rem; }
}

/* ── Termination policy box ─────────────────────────────────────── */
.vqp-termination-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.vqp-term-section {
  background: rgba(220,50,50,0.04);
  border: 1px solid rgba(220,50,50,0.12);
  border-radius: 8px;
  padding: 1rem 1.2rem;
}
.vqp-term-section h4 {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  color: #f87171;
  margin: 0 0 0.6rem;
  letter-spacing: 0.03em;
}
.vqp-term-section ul {
  margin: 0;
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.vqp-term-section ul li {
  font-family: var(--sans);
  font-size: 0.72rem;
  color: var(--text);
  line-height: 1.6;
}
.vqp-term-section ul li strong { color: var(--white); }

/* ── Investment paid-op badge ───────────────────────────────────── */
.vqp-paid-op {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background: rgba(52,184,140,0.1);
  color: #34b88c;
  width: fit-content;
}

/* ══════════════════════════════════════════════════════════════════
   LOGIN PAGE — PITCH TEASER
   ══════════════════════════════════════════════════════════════════ */
.vqp-pitch-teaser {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: 460px;
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 12px;
  padding: 1.4rem;
  margin-top: 0.5rem;
}
.vqp-pt-icon {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.25);
  display: flex; align-items: center; justify-content: center;
}
.vqp-pt-body h3 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 0.4rem;
  line-height: 1.3;
}
.vqp-pt-body p {
  font-family: var(--sans);
  font-size: 0.72rem;
  color: var(--text);
  line-height: 1.65;
  margin: 0 0 0.75rem;
}
.vqp-pt-cta {
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid rgba(201,168,76,0.3);
  padding-bottom: 1px;
  transition: all 0.2s ease;
}
.vqp-pt-cta:hover { color: var(--gold-light); border-color: var(--gold-light); }

/* ══════════════════════════════════════════════════════════════════
   AUTHENTICATED PORTAL — FRIENDS & FAMILY PITCH SECTION
   Luxury dark aesthetic — gold glows, teal accents, no plain white
   ══════════════════════════════════════════════════════════════════ */

/* Section wrapper */
.vqp-pitch-section {
  background: linear-gradient(180deg, var(--black) 0%, var(--deep) 60%, var(--dark) 100%);
  padding: 4rem 0 3rem;
  border-bottom: 1px solid rgba(201,168,76,0.12);
  position: relative;
  overflow: hidden;
}

/* Ambient glow orbs */
.vqp-pitch-section::before {
  content: '';
  position: absolute;
  top: -120px; left: -120px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.vqp-pitch-section::after {
  content: '';
  position: absolute;
  bottom: -100px; right: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(58,181,230,0.06) 0%, transparent 70%);
  pointer-events: none;
}

/* Gold top line accent */
.vqp-pitch-section > .vqp-container::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(201,168,76,0.5) 30%, rgba(245,217,140,0.8) 50%, rgba(201,168,76,0.5) 70%, transparent 100%);
  margin-bottom: 3rem;
  box-shadow: 0 0 20px rgba(201,168,76,0.3);
}

.vqp-pitch-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

/* ── Left: personal message ──────────────────────────────────────── */
.vqp-pitch-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-bright);
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.3);
  padding: 0.35rem 0.9rem;
  border-radius: 20px;
  margin-bottom: 1.4rem;
  box-shadow: 0 0 20px rgba(201,168,76,0.1), inset 0 0 12px rgba(201,168,76,0.04);
}

.vqp-pitch-headline {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--white);
  margin: 0 0 0.4rem;
  /* Subtle gold shimmer on first line */
}
.vqp-pitch-headline em {
  font-style: italic;
  color: var(--gold-light);
  text-shadow: 0 0 30px rgba(201,168,76,0.4);
}

/* Gold underline accent under headline */
.vqp-pitch-headline-rule {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--teal-light));
  border-radius: 1px;
  margin-bottom: 1.6rem;
  box-shadow: 0 0 10px rgba(201,168,76,0.4);
}

.vqp-pitch-body {
  font-family: var(--sans);
  font-size: 0.82rem;
  line-height: 1.85;
  color: rgba(200,196,187,0.85);
  margin: 0 0 1rem;
}
.vqp-pitch-body strong {
  color: var(--gold-light);
  font-weight: 600;
  text-shadow: 0 0 16px rgba(201,168,76,0.25);
}

/* ── Right: what you need card ──────────────────────────────────── */
.vqp-pitch-right {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  position: relative;
  z-index: 1;
}

.vqp-pitch-card {
  background: linear-gradient(135deg, rgba(25,28,34,0.95) 0%, rgba(13,15,18,0.98) 100%);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 14px;
  padding: 1.8rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(201,168,76,0.05) inset;
  position: relative;
  overflow: hidden;
}
/* Glow corner accent */
.vqp-pitch-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 150px; height: 150px;
  background: radial-gradient(circle at top right, rgba(201,168,76,0.07), transparent 70%);
  pointer-events: none;
}

.vqp-pitch-card h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--gold-light);
  margin: 0 0 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(201,168,76,0.12);
  text-shadow: 0 0 20px rgba(201,168,76,0.2);
}

/* Need items */
.vqp-need-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: all 0.3s ease;
}
.vqp-need-item:last-child { border-bottom: none; padding-bottom: 0; }
.vqp-need-item:hover .vqp-need-icon--gold { box-shadow: 0 0 20px rgba(201,168,76,0.25); }
.vqp-need-item:hover .vqp-need-icon--teal { box-shadow: 0 0 20px rgba(58,181,230,0.2); }
.vqp-need-item:hover .vqp-need-icon--green { box-shadow: 0 0 20px rgba(52,184,140,0.2); }

.vqp-need-icon {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  transition: box-shadow 0.3s ease;
}
.vqp-need-icon--gold  {
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold-light);
  box-shadow: 0 0 12px rgba(201,168,76,0.1);
}
.vqp-need-icon--teal  {
  background: rgba(58,181,230,0.08);
  border: 1px solid rgba(58,181,230,0.25);
  color: var(--teal-light);
  box-shadow: 0 0 12px rgba(58,181,230,0.08);
}
.vqp-need-icon--green {
  background: rgba(52,184,140,0.08);
  border: 1px solid rgba(52,184,140,0.25);
  color: #34b88c;
  box-shadow: 0 0 12px rgba(52,184,140,0.08);
}

.vqp-need-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.vqp-need-body strong {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.02em;
}
.vqp-need-body span {
  font-family: var(--sans);
  font-size: 0.72rem;
  color: rgba(200,196,187,0.75);
  line-height: 1.65;
}

/* Tab link buttons */
.vqp-tab-link {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(201,168,76,0.4);
  color: var(--gold);
  font-family: var(--sans);
  font-size: inherit;
  font-weight: 600;
  cursor: pointer;
  padding: 0 0 1px;
  transition: all 0.2s ease;
  text-shadow: 0 0 10px rgba(201,168,76,0.2);
}
.vqp-tab-link:hover {
  color: var(--gold-bright);
  border-color: var(--gold-bright);
  text-shadow: 0 0 16px rgba(201,168,76,0.5);
}

/* Revenue snapshot */
.vqp-pitch-snapshot {
  background: linear-gradient(135deg, rgba(201,168,76,0.06) 0%, rgba(201,168,76,0.03) 100%);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 12px;
  padding: 1.4rem 1.6rem;
  box-shadow: 0 0 30px rgba(201,168,76,0.06) inset, 0 8px 30px rgba(0,0,0,0.3);
  position: relative;
  overflow: hidden;
}
.vqp-pitch-snapshot::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.5), transparent);
}

.vqp-snap-label {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  text-shadow: 0 0 10px rgba(201,168,76,0.3);
}
.vqp-snap-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(201,168,76,0.08);
  font-family: var(--sans);
  font-size: 0.75rem;
  color: rgba(200,196,187,0.8);
}
.vqp-snap-row:last-of-type { border-bottom: none; }
.vqp-snap-row--highlight {
  background: rgba(201,168,76,0.08);
  margin: 0.3rem -0.6rem 0;
  padding: 0.7rem 0.6rem;
  border-radius: 8px;
  border-bottom: none;
  box-shadow: 0 0 20px rgba(201,168,76,0.08) inset;
}
.vqp-snap-row--highlight span:first-child { color: var(--white); font-weight: 700; }
.vqp-snap-val {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--gold-light);
  text-shadow: 0 0 12px rgba(201,168,76,0.3);
}
.vqp-snap-note {
  font-family: var(--sans);
  font-size: 0.63rem;
  color: rgba(255,255,255,0.35);
  margin: 0.9rem 0 0;
}

/* ── Three steps bottom strip ─────────────────────────────────── */
.vqp-pitch-steps {
  display: flex;
  align-items: stretch;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  gap: 0;
  position: relative;
  z-index: 1;
}
.vqp-ps-step {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.8rem 2rem;
  background: linear-gradient(135deg, rgba(25,28,34,0.8) 0%, rgba(13,15,18,0.9) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  transition: all 0.35s cubic-bezier(0.16,1,0.3,1);
  position: relative;
  overflow: hidden;
}
.vqp-ps-step:nth-child(1) { border-color: rgba(201,168,76,0.2); }
.vqp-ps-step:nth-child(3) { border-color: rgba(58,181,230,0.15); }
.vqp-ps-step:nth-child(5) { border-color: rgba(52,184,140,0.15); }

/* Glow on hover */
.vqp-ps-step:nth-child(1):hover {
  border-color: rgba(201,168,76,0.35);
  box-shadow: 0 0 40px rgba(201,168,76,0.08), 0 20px 50px rgba(0,0,0,0.4);
  transform: translateY(-3px);
}
.vqp-ps-step:nth-child(3):hover {
  border-color: rgba(58,181,230,0.3);
  box-shadow: 0 0 40px rgba(58,181,230,0.06), 0 20px 50px rgba(0,0,0,0.4);
  transform: translateY(-3px);
}
.vqp-ps-step:nth-child(5):hover {
  border-color: rgba(52,184,140,0.3);
  box-shadow: 0 0 40px rgba(52,184,140,0.06), 0 20px 50px rgba(0,0,0,0.4);
  transform: translateY(-3px);
}

/* Top accent strip per step */
.vqp-ps-step:nth-child(1)::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,var(--gold),var(--gold-light)); box-shadow:0 0 12px rgba(201,168,76,0.5); }
.vqp-ps-step:nth-child(3)::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,var(--teal),var(--teal-light)); box-shadow:0 0 12px rgba(58,181,230,0.4); }
.vqp-ps-step:nth-child(5)::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,#1f8060,#34b88c); box-shadow:0 0 12px rgba(52,184,140,0.4); }

.vqp-ps-num {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 700;
}
.vqp-ps-step:nth-child(1) .vqp-ps-num {
  background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(201,168,76,0.08));
  border: 1px solid rgba(201,168,76,0.4);
  color: var(--gold-bright);
  box-shadow: 0 0 16px rgba(201,168,76,0.2);
}
.vqp-ps-step:nth-child(3) .vqp-ps-num {
  background: linear-gradient(135deg, rgba(58,181,230,0.15), rgba(58,181,230,0.05));
  border: 1px solid rgba(58,181,230,0.35);
  color: var(--teal-light);
  box-shadow: 0 0 16px rgba(58,181,230,0.15);
}
.vqp-ps-step:nth-child(5) .vqp-ps-num {
  background: linear-gradient(135deg, rgba(52,184,140,0.15), rgba(52,184,140,0.05));
  border: 1px solid rgba(52,184,140,0.35);
  color: #34b88c;
  box-shadow: 0 0 16px rgba(52,184,140,0.15);
}

.vqp-ps-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.vqp-ps-body strong {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--white);
}
.vqp-ps-body span {
  font-family: var(--sans);
  font-size: 0.7rem;
  color: rgba(200,196,187,0.7);
  line-height: 1.65;
}

.vqp-ps-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: rgba(201,168,76,0.3);
  font-size: 1.2rem;
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .vqp-pitch-inner { grid-template-columns: 1fr; gap: 2rem; }
  .vqp-pitch-steps { flex-direction: column; gap: 1rem; }
  .vqp-ps-arrow { transform: rotate(90deg); align-self: center; width: auto; }
  .vqp-ps-step { padding: 1.4rem; }
  .vqp-pitch-teaser { flex-direction: column; }
}

/* ════════════════════════════════════════════════════════════════
   MY SETUP TAB — Individual operator customisation
   ════════════════════════════════════════════════════════════════ */
.vqp-mysetup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.vqp-ms-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.vqp-ms-card--terms {
  border-color: rgba(201,168,76,0.2);
  background: rgba(201,168,76,0.02);
}
.vqp-ms-card-label {
  font-family: var(--sans);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}
.vqp-ms-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-family: var(--sans);
  font-size: 0.72rem;
}
.vqp-ms-row:last-of-type { border-bottom: none; }
.vqp-ms-row span:first-child { color: rgba(255,255,255,0.4); }
.vqp-ms-row strong { color: var(--white); font-weight: 600; }

/* Big number */
.vqp-ms-bignum {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 0.4rem;
}
.vqp-ms-bignum-val {
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 300;
  color: var(--gold-light);
  line-height: 1;
}
.vqp-ms-bignum-lbl {
  font-family: var(--sans);
  font-size: 0.7rem;
  color: rgba(255,255,255,0.4);
}

/* Split bar */
.vqp-ms-split-bar {
  display: flex;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
}
.vqp-ms-split-fill {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: width 0.8s cubic-bezier(0.23,1,0.32,1);
}
.vqp-ms-split-you {
  background: linear-gradient(90deg, rgba(201,168,76,0.3), rgba(201,168,76,0.2));
  color: var(--gold-light);
}
.vqp-ms-split-vq {
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.3);
}
.vqp-ms-note {
  font-family: var(--sans);
  font-size: 0.62rem;
  color: rgba(255,255,255,0.25);
  font-style: italic;
  line-height: 1.5;
  margin-top: 0.4rem;
}

/* Scent list */
.vqp-ms-scent-note {
  font-family: var(--sans);
  font-size: 0.7rem;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.6rem;
}
.vqp-ms-scents-list { display: flex; flex-direction: column; gap: 0.4rem; }
.vqp-ms-scent-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.5rem 0.6rem;
  background: rgba(255,255,255,0.02);
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.04);
}
.vqp-ms-scent-num {
  font-family: var(--serif);
  font-size: 0.7rem;
  color: var(--gold);
  opacity: 0.6;
  min-width: 20px;
}
.vqp-ms-scent-name {
  font-family: var(--sans);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.7);
  font-style: italic;
}
.vqp-ms-scent-pending {
  font-family: var(--sans);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.7;
  font-style: italic;
}

/* Notes */
.vqp-ms-notes {
  font-family: var(--sans);
  font-size: 0.75rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.55);
  border-left: 2px solid rgba(201,168,76,0.3);
  padding-left: 1rem;
}

@media (max-width: 768px) {
  .vqp-mysetup-grid { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════════
   65/35 SPLIT REASONING BLOCK (vqp-spr-*)
   ════════════════════════════════════════════════════════════════ */
.vqp-split-reasoning {
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2.5rem;
}
.vqp-spr-eyebrow {
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.5rem;
}
.vqp-spr-title {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--white);
  line-height: 1.3;
  margin: 0 0 1.8rem;
}
.vqp-spr-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 2rem;
  align-items: start;
}
.vqp-spr-divider {
  background: rgba(255,255,255,0.07);
  width: 1px;
  align-self: stretch;
}
.vqp-spr-col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.vqp-spr-pct {
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
}
.vqp-spr-col--vq .vqp-spr-pct { color: rgba(255,255,255,0.5); }
.vqp-spr-col--op .vqp-spr-pct { color: var(--gold-light); }
.vqp-spr-lbl {
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 0.6rem;
}
.vqp-spr-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.vqp-spr-list li {
  font-family: var(--sans);
  font-size: 0.7rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.45);
  padding-left: 1rem;
  position: relative;
}
.vqp-spr-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}
.vqp-spr-col--op .vqp-spr-list li { color: rgba(255,255,255,0.65); }
.vqp-spr-col--op .vqp-spr-list li::before { background: var(--gold); opacity: 0.6; }
.vqp-spr-note {
  font-family: var(--sans);
  font-size: 0.68rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.3);
  font-style: italic;
  margin-top: 0.8rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 0.8rem;
}
@media (max-width: 700px) {
  .vqp-spr-grid { grid-template-columns: 1fr; }
  .vqp-spr-divider { display: none; }
}
