/* ──────────────────────────────────────────────────────────────
   login-stage-variants.css — Left-panel alternates for login-page/
   Scoped to .lm-stage-v2 / v3 / v4. V1 uses base login-modal.css scene.
   ────────────────────────────────────────────────────────────── */

/* ── V2 · Fleet cards — iris/green accent ───────────────────── */
.lm-stage-v2::before {
  background:
    radial-gradient(ellipse 72% 90% at 88% 6%, rgba(125, 106, 191, 0.22), transparent 58%),
    radial-gradient(ellipse 58% 78% at 4% 92%, rgba(58, 166, 106, 0.18), transparent 60%),
    linear-gradient(166deg, #f4f2f8 0%, #ebe8f2 54%, #e2dee8 100%) !important;
}
body.theme-dark .lm-stage-v2::before {
  background:
    radial-gradient(ellipse 72% 90% at 88% 6%, rgba(125, 106, 191, 0.36), transparent 58%),
    radial-gradient(ellipse 58% 78% at 4% 92%, rgba(58, 166, 106, 0.24), transparent 60%),
    linear-gradient(166deg, #1c2230 0%, #141822 54%, #0e1118 100%) !important;
}

.lm-v2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 340px;
  align-content: center;
  margin: 0 auto;
}

.lm-v2-card {
  position: relative;
  padding: 12px 12px 10px;
  border-radius: 14px;
  background: var(--lm-hero-glass);
  border: 1px solid var(--lm-hero-rule);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: lm-v2-rise 0.55s ease backwards;
}
.lm-v2-card:nth-child(1) { animation-delay: 0.05s; }
.lm-v2-card:nth-child(2) { animation-delay: 0.1s; }
.lm-v2-card:nth-child(3) { animation-delay: 0.15s; }
.lm-v2-card:nth-child(4) { animation-delay: 0.2s; }
.lm-v2-card:nth-child(5) { animation-delay: 0.25s; }
.lm-v2-card:nth-child(6) { animation-delay: 0.3s; }

@keyframes lm-v2-rise {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.lm-v2-card.is-live {
  border-color: rgba(58, 166, 106, 0.35);
  box-shadow: 0 0 0 1px rgba(58, 166, 106, 0.12);
}
.lm-v2-card.is-live::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 15px;
  border: 1px solid rgba(58, 166, 106, 0.25);
  animation: lm-v2-pulse 2.4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes lm-v2-pulse {
  0%, 100% { opacity: 0.4; }
  50%      { opacity: 1; }
}

.lm-v2-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}
.lm-v2-card-name {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lm-hero-text);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lm-v2-dot {
  flex: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.lm-v2-dot.online  { background: var(--lm-node-green); box-shadow: 0 0 0 3px rgba(58, 166, 106, 0.22); }
.lm-v2-dot.syncing { background: var(--lm-node-honey); animation: lm-v2-blink 1.2s ease-in-out infinite; }
.lm-v2-dot.offline { background: var(--lm-hero-faint); }
@keyframes lm-v2-blink {
  0%, 100% { opacity: 0.45; }
  50%      { opacity: 1; }
}

.lm-v2-card-val {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--lm-hero-text);
  font-variant-numeric: tabular-nums;
}
.lm-v2-card-val small {
  font-size: 11px;
  font-weight: 500;
  color: var(--lm-hero-mute);
  margin-left: 2px;
}
.lm-v2-card-lbl {
  font-size: 10px;
  color: var(--lm-hero-faint);
  margin-top: 2px;
}

.lm-v2-card.t-green  { --lm-v2-tint: var(--lm-node-green); }
.lm-v2-card.t-iris   { --lm-v2-tint: var(--lm-node-iris); }
.lm-v2-card.t-honey  { --lm-v2-tint: var(--lm-node-honey); }
.lm-v2-card.t-cobalt { --lm-v2-tint: var(--lm-node-cobalt); }
.lm-v2-card.t-green .lm-v2-card-val { color: var(--lm-v2-tint); }

/* ── V3 · Ghost hero + activity feed — amber accent ─────────── */
.lm-stage-v3::before {
  background:
    radial-gradient(ellipse 72% 90% at 88% 6%, rgba(217, 154, 58, 0.20), transparent 58%),
    radial-gradient(ellipse 58% 78% at 4% 92%, rgba(183, 92, 78, 0.14), transparent 60%),
    linear-gradient(166deg, #f8f5ef 0%, #f0ebe2 54%, #e8e2d6 100%) !important;
}
body.theme-dark .lm-stage-v3::before {
  background:
    radial-gradient(ellipse 72% 90% at 88% 6%, rgba(217, 154, 58, 0.36), transparent 58%),
    radial-gradient(ellipse 58% 78% at 4% 92%, rgba(183, 92, 78, 0.22), transparent 60%),
    linear-gradient(166deg, #2a2118 0%, #1d1812 54%, #100c08 100%) !important;
}

.lm-v3-hero {
  position: relative;
  width: 100%;
  max-width: 340px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}

.lm-v3-hero::after {
  content: attr(data-ghost);
  position: absolute;
  bottom: -8px;
  right: -4px;
  font-family: var(--font-display, 'Plus Jakarta Sans', system-ui, sans-serif);
  font-size: clamp(72px, 18vw, 140px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
body:not(.theme-dark) .lm-v3-hero::after {
  color: rgba(34, 42, 57, 0.06);
}

.lm-v3-feed {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lm-v3-feed li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--lm-hero-glass);
  border: 1px solid var(--lm-hero-rule);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--lm-hero-mute);
  animation: lm-v3-fade 0.5s ease backwards;
}
.lm-v3-feed li:nth-child(1) { animation-delay: 0.08s; }
.lm-v3-feed li:nth-child(2) { animation-delay: 0.16s; }
.lm-v3-feed li:nth-child(3) { animation-delay: 0.24s; }
.lm-v3-feed li:nth-child(4) { animation-delay: 0.32s; }
.lm-v3-feed li:nth-child(5) { animation-delay: 0.4s; }
.lm-v3-feed li:nth-child(6) { animation-delay: 0.48s; }

.lm-v3-feed li.is-hot {
  color: var(--lm-hero-text);
  border-color: rgba(217, 154, 58, 0.35);
  background: rgba(217, 154, 58, 0.08);
}

.lm-v3-feed-dot {
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lm-node-honey);
}
.lm-v3-feed li.is-hot .lm-v3-feed-dot {
  box-shadow: 0 0 0 3px rgba(217, 154, 58, 0.25);
}

@keyframes lm-v3-fade {
  from { opacity: 0; transform: translateX(-8px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ── V4 · Metrics board — cobalt accent ─────────────────────── */
.lm-stage-v4::before {
  background:
    radial-gradient(ellipse 72% 90% at 88% 6%, rgba(90, 143, 184, 0.20), transparent 58%),
    radial-gradient(ellipse 58% 78% at 4% 92%, rgba(74, 140, 204, 0.14), transparent 60%),
    linear-gradient(166deg, #f2f5f8 0%, #e8edf2 54%, #dfe6ee 100%) !important;
}
body.theme-dark .lm-stage-v4::before {
  background:
    radial-gradient(ellipse 72% 90% at 88% 6%, rgba(90, 143, 184, 0.36), transparent 58%),
    radial-gradient(ellipse 58% 78% at 4% 92%, rgba(74, 140, 204, 0.22), transparent 60%),
    linear-gradient(166deg, #1a2433 0%, #141c28 54%, #0c1018 100%) !important;
}

.lm-v4-board {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.lm-v4-ring-wrap {
  position: relative;
  width: 120px;
  height: 120px;
}

.lm-v4-ring {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(
    var(--lm-node-cobalt) 0deg 359.5deg,
    var(--lm-hero-rule) 359.5deg 360deg
  );
  display: grid;
  place-items: center;
  animation: lm-v4-ring-in 0.8s ease backwards;
}
.lm-v4-ring::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #f2f5f8;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.06);
}
body.theme-dark .lm-v4-ring::before {
  background: #141822;
}

.lm-v4-ring-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.lm-v4-ring-val {
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--lm-hero-text);
  font-variant-numeric: tabular-nums;
}
.lm-v4-ring-lbl {
  font-size: 9px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lm-hero-faint);
}

@keyframes lm-v4-ring-in {
  from { opacity: 0; transform: scale(0.88); }
  to   { opacity: 1; transform: scale(1); }
}

.lm-v4-bars {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lm-v4-bar-row {
  display: grid;
  grid-template-columns: 72px 1fr 36px;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: var(--lm-hero-mute);
}
.lm-v4-bar-row .lbl {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lm-hero-faint);
}
.lm-v4-bar-track {
  height: 6px;
  border-radius: 999px;
  background: var(--lm-hero-rule);
  overflow: hidden;
}
.lm-v4-bar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lm-node-cobalt), var(--lm-node-iris));
  width: 0;
  animation: lm-v4-bar-grow 1.4s ease forwards;
}
.lm-v4-bar-row:nth-child(1) .lm-v4-bar-fill { animation-delay: 0.2s; --lm-v4-w: 78%; }
.lm-v4-bar-row:nth-child(2) .lm-v4-bar-fill { animation-delay: 0.35s; --lm-v4-w: 92%; }
.lm-v4-bar-row:nth-child(3) .lm-v4-bar-fill { animation-delay: 0.5s;  --lm-v4-w: 64%; }
.lm-v4-bar-row .pct {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--lm-hero-text);
  text-align: right;
}

@keyframes lm-v4-bar-grow {
  to { width: var(--lm-v4-w, 70%); }
}

.lm-v4-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  width: 100%;
}

.lm-v4-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--lm-hero-mute);
  background: var(--lm-hero-glass);
  border: 1px solid var(--lm-hero-rule);
}
.lm-v4-chip i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex: none;
}
.lm-v4-chip.t-green i  { background: var(--lm-node-green); }
.lm-v4-chip.t-iris i   { background: var(--lm-node-iris); }
.lm-v4-chip.t-honey i  { background: var(--lm-node-honey); }
.lm-v4-chip.t-cobalt i { background: var(--lm-node-cobalt); }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 880px) {
  .lm-v2-grid { max-width: 280px; gap: 8px; }
  .lm-v3-hero::after { font-size: clamp(56px, 20vw, 100px); }
  .lm-v4-board { max-width: 280px; }
}

@media (max-width: 480px) {
  .lm-v2-grid { grid-template-columns: 1fr 1fr; max-width: 100%; }
  .lm-v3-hero::after { display: none; }
  .lm-v4-ring-wrap { width: 100px; height: 100px; }
  .lm-v4-bar-row { grid-template-columns: 60px 1fr 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .lm-v2-card,
  .lm-v2-card.is-live::after,
  .lm-v3-feed li,
  .lm-v4-ring,
  .lm-v4-bar-fill { animation: none !important; }
  .lm-v2-dot.syncing { animation: none; opacity: 1; }
  .lm-v4-bar-fill { width: var(--lm-v4-w, 70%); }
}

/* ══════════════════════════════════════════════════════════════
   V5–V13 · Ideas A–I from left-panel-ideas.md
   ══════════════════════════════════════════════════════════════ */

/* ── V5 · Coverage map (A) ─────────────────────────────────── */
.lm-stage-v5::before {
  background:
    radial-gradient(ellipse 70% 80% at 50% 45%, rgba(58, 166, 106, 0.14), transparent 60%),
    radial-gradient(ellipse 60% 70% at 20% 80%, rgba(125, 106, 191, 0.12), transparent 55%),
    linear-gradient(165deg, #f4f6f2 0%, #e8ece6 54%, #dce2d8 100%) !important;
}
body.theme-dark .lm-stage-v5::before {
  background:
    radial-gradient(ellipse 70% 80% at 50% 45%, rgba(58, 166, 106, 0.22), transparent 60%),
    linear-gradient(165deg, #1a2218 0%, #121810 54%, #0c100a 100%) !important;
}
.lm-v5-map { width: 100%; max-width: 320px; margin: 0 auto; }
.lm-v5-svg { width: 100%; height: auto; display: block; }
.lm-v5-heat { fill: rgba(58, 166, 106, 0.12); filter: blur(8px); }
.lm-v5-outline { fill: none; stroke: rgba(var(--lm-ink-rgb), 0.14); stroke-width: 1.2; }
.lm-v5-pin .lm-v5-dot { fill: var(--lm-node-green); }
.lm-v5-pin.syncing .lm-v5-dot { fill: var(--lm-node-honey); }
.lm-v5-pin.offline .lm-v5-dot { fill: var(--lm-hero-faint); opacity: 0.5; }
.lm-v5-pin.online .lm-v5-ring {
  fill: none; stroke: var(--lm-node-green); stroke-width: 1;
  animation: lm-v5-pulse 2.2s ease-out infinite;
}
@keyframes lm-v5-pulse {
  0% { r: 4; opacity: 0.9; }
  100% { r: 16; opacity: 0; }
}
.lm-v5-lbl {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 7px; fill: var(--lm-hero-mute); letter-spacing: 0.06em;
}

/* ── V6 · Terminal (B) ─────────────────────────────────────── */
.lm-stage-v6::before {
  background: linear-gradient(165deg, #1a1d14 0%, #121410 54%, #0a0c08 100%) !important;
}
body:not(.theme-dark) .lm-stage-v6::before {
  background: linear-gradient(165deg, #2a2e24 0%, #1e2218 54%, #141810 100%) !important;
}
.lm-stage-v6 .lm-stage-brand img { filter: brightness(1.1); }
.lm-v6-terminal-wrap { width: 100%; max-width: 340px; margin: 0 auto; }
.lm-v6-terminal {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; line-height: 1.65;
  padding: 16px 18px; border-radius: 14px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(108, 210, 142, 0.2);
  box-shadow: 0 12px 40px -16px rgba(0, 0, 0, 0.5);
  color: #8fd4a8;
}
.lm-v6-line {
  opacity: 0; transform: translateY(4px);
  animation: lm-v6-line-in 0.35s ease forwards;
}
.lm-v6-line:nth-child(1) { animation-delay: 0.2s; color: var(--lm-hero-faint); }
.lm-v6-line:nth-child(2) { animation-delay: 0.55s; }
.lm-v6-line:nth-child(3) { animation-delay: 0.9s; }
.lm-v6-line:nth-child(4) { animation-delay: 1.25s; }
.lm-v6-line:nth-child(5) { animation-delay: 1.6s; }
.lm-v6-line:nth-child(6) { animation-delay: 1.95s; }
.lm-v6-line .ok { color: #6cd28e; }
@keyframes lm-v6-line-in { to { opacity: 1; transform: translateY(0); } }
.lm-v6-prompt { margin-top: 12px; opacity: 0; animation: lm-v6-line-in 0.35s ease 2.3s forwards; color: #c8d0bc; }
.lm-v6-user { color: #6cd28e; }
.lm-v6-path { color: #7fb2e0; }
.lm-v6-cursor {
  display: inline-block; width: 7px; height: 13px;
  background: #6cd28e; vertical-align: -2px;
  animation: lm-v6-blink 1s step-end infinite;
}
@keyframes lm-v6-blink { 50% { opacity: 0; } }

/* ── V7 · Editorial (C) ────────────────────────────────────── */
.lm-stage-v7::before {
  background: linear-gradient(165deg, #f8f6f2 0%, #efeae2 54%, #e6dfd4 100%) !important;
}
body.theme-dark .lm-stage-v7::before {
  background: linear-gradient(165deg, #1c1a18 0%, #141210 54%, #0c0a08 100%) !important;
}
.lm-v7-poster {
  flex: 1; display: flex; flex-direction: column; justify-content: center;
  padding: 8px 4px; position: relative; max-width: 340px; margin: 0 auto; width: 100%;
}
.lm-v7-meta {
  display: flex; align-items: center; gap: 12px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--lm-hero-faint); margin-bottom: 20px;
}
.lm-v7-rule { width: 1px; height: 14px; background: var(--lm-hero-rule); }
.lm-v7-display { margin: 0; line-height: 0.95; }
.lm-v7-line {
  display: block;
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(32px, 6vw, 48px); font-weight: 700;
  letter-spacing: -0.04em; color: var(--lm-hero-text);
}
.lm-v7-line.accent { color: var(--lm-node-iris); }
.lm-v7-line em { font-style: italic; font-weight: 600; color: var(--lm-hero-mute); }
.lm-v7-arc {
  position: absolute; bottom: 12px; right: 0;
  width: 120px; height: 120px; border-radius: 50%;
  border: 1px solid var(--lm-hero-rule);
  border-top-color: var(--lm-node-honey);
  opacity: 0.5;
}

/* ── V8 · Aurora (D) ───────────────────────────────────────── */
.lm-stage-v8::before {
  background: linear-gradient(165deg, #12151f 0%, #0e1118 100%) !important;
}
body:not(.theme-dark) .lm-stage-v8::before {
  background: linear-gradient(165deg, #eae8f4 0%, #e2e0ec 100%) !important;
}
.lm-v8-aurora {
  position: relative; flex: 1; min-height: 220px;
  max-width: 340px; width: 100%; margin: 0 auto; overflow: hidden;
  border-radius: 16px;
}
.lm-v8-blob {
  position: absolute; border-radius: 50%; filter: blur(48px);
  opacity: 0.55; animation: lm-v8-drift 14s ease-in-out infinite;
}
.lm-v8-blob.b1 { width: 55%; height: 55%; left: -5%; top: 10%; background: rgba(125, 106, 191, 0.55); }
.lm-v8-blob.b2 { width: 50%; height: 50%; right: -8%; top: 25%; background: rgba(58, 166, 106, 0.45); animation-delay: -4s; }
.lm-v8-blob.b3 { width: 45%; height: 45%; left: 20%; bottom: 0; background: rgba(217, 154, 58, 0.4); animation-delay: -8s; }
.lm-v8-blob.b4 { width: 40%; height: 40%; right: 15%; bottom: 15%; background: rgba(90, 143, 184, 0.35); animation-delay: -2s; }
@keyframes lm-v8-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(12px, -8px) scale(1.05); }
  66% { transform: translate(-8px, 10px) scale(0.95); }
}
.lm-v8-glass {
  position: absolute; inset: 0; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  text-align: center; padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: var(--lm-hero-text);
}
.lm-v8-glass p { margin: 0; font-size: 14px; line-height: 1.45; color: var(--lm-hero-mute); }
.lm-v8-glass strong { color: var(--lm-hero-text); font-weight: 600; }

/* ── V9 · Particles (E) ────────────────────────────────────── */
.lm-stage-v9::before {
  background: linear-gradient(165deg, #141822 0%, #0c1018 100%) !important;
}
.lm-v9-wrap { width: 100%; max-width: 360px; margin: 0 auto; flex: 1; min-height: 200px; }
.lm-v9-canvas { width: 100%; height: 100%; min-height: 240px; display: block; border-radius: 12px; }

/* ── V10 · Isometric (F) ───────────────────────────────────── */
.lm-stage-v10::before {
  background:
    radial-gradient(ellipse 60% 70% at 50% 100%, rgba(125, 106, 191, 0.14), transparent 55%),
    linear-gradient(165deg, #f2f0f6 0%, #e8e4ee 100%) !important;
}
body.theme-dark .lm-stage-v10::before {
  background: linear-gradient(165deg, #1a1824 0%, #12101a 100%) !important;
}
.lm-v10-iso {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 20px; flex: 1; max-width: 300px; margin: 0 auto; width: 100%;
}
.lm-v10-stack { position: relative; width: 200px; height: 160px; }
.lm-v10-layer {
  position: absolute; left: 50%; transform: translateX(-50%);
  width: 140px; height: 36px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 14px; font-size: 10px;
  border: 1px solid var(--lm-hero-rule);
  animation: lm-v10-float 4s ease-in-out infinite;
}
.lm-v10-layer.l1 { bottom: 48px; background: rgba(58, 166, 106, 0.12); transform: translateX(-50%) skewX(-12deg); animation-delay: 0s; }
.lm-v10-layer.l2 { bottom: 88px; width: 160px; background: rgba(217, 154, 58, 0.12); transform: translateX(-50%) skewX(-12deg); animation-delay: -1.2s; }
.lm-v10-layer.l3 { bottom: 128px; width: 180px; background: rgba(90, 143, 184, 0.12); transform: translateX(-50%) skewX(-12deg); animation-delay: -2.4s; }
.lm-v10-tag { font-family: 'JetBrains Mono', ui-monospace, monospace; font-weight: 600; letter-spacing: 0.08em; color: var(--lm-hero-faint); }
.lm-v10-n { font-weight: 600; color: var(--lm-hero-text); }
.lm-v10-base {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%) skewX(-12deg);
  width: 200px; height: 24px; background: var(--lm-hero-glass);
  border: 1px solid var(--lm-hero-rule);
}
@keyframes lm-v10-float {
  0%, 100% { transform: translateX(-50%) translateY(0) skewX(-12deg); }
  50% { transform: translateX(-50%) translateY(-6px) skewX(-12deg); }
}
.lm-v10-waves { display: flex; gap: 6px; opacity: 0.4; }
.lm-v10-waves span {
  width: 24px; height: 24px; border: 2px solid var(--lm-node-green);
  border-radius: 50%; animation: lm-v5-pulse 2.5s ease-out infinite;
}
.lm-v10-waves span:nth-child(2) { animation-delay: 0.8s; }
.lm-v10-waves span:nth-child(3) { animation-delay: 1.6s; }

/* ── V11 · Carousel (G) — CSS gradients as duotone stand-in ─ */
.lm-stage-v11::before {
  background: #0e1118 !important;
}
.lm-v11-carousel {
  position: relative; flex: 1; width: 100%; max-width: 340px;
  margin: 0 auto; min-height: 240px; border-radius: 16px; overflow: hidden;
}
.lm-v11-slides { position: absolute; inset: 0; }
.lm-v11-slide {
  position: absolute; inset: 0; margin: 0; opacity: 0;
  background-size: cover; background-position: center;
  animation: lm-v11-fade 16s ease-in-out infinite;
}
.lm-v11-slide::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(125, 106, 191, 0.55), rgba(58, 166, 106, 0.45));
  mix-blend-mode: multiply;
}
.lm-v11-slide.s1 { background-image: linear-gradient(135deg, #5a4a8a 0%, #2a5a4a 100%); animation-delay: 0s; }
.lm-v11-slide.s2 { background-image: linear-gradient(135deg, #8a5a3a 0%, #3a4a6a 100%); animation-delay: 4s; }
.lm-v11-slide.s3 { background-image: linear-gradient(135deg, #4a6a8a 0%, #5a3a5a 100%); animation-delay: 8s; }
.lm-v11-slide.s4 { background-image: linear-gradient(135deg, #6a5a2a 0%, #2a4a5a 100%); animation-delay: 12s; }
.lm-v11-slide figcaption {
  position: absolute; bottom: 48px; left: 16px; z-index: 2;
  font-size: 11px; font-weight: 600; letter-spacing: 0.04em;
  color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
@keyframes lm-v11-fade {
  0%, 22% { opacity: 1; }
  25%, 97% { opacity: 0; }
  100% { opacity: 1; }
}
.lm-v11-scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}

/* ── V12 · Globe (H) ───────────────────────────────────────── */
.lm-stage-v12::before {
  background:
    radial-gradient(ellipse 50% 50% at 50% 40%, rgba(90, 143, 184, 0.2), transparent 60%),
    linear-gradient(165deg, #141c28 0%, #0c1018 100%) !important;
}
.lm-v12-globe-wrap { width: 100%; max-width: 280px; margin: 0 auto; }
.lm-v12-svg { width: 100%; height: auto; display: block; }
.lm-v12-spin { transform-origin: 150px 150px; animation: lm-v12-rotate 48s linear infinite; }
@keyframes lm-v12-rotate { to { transform: rotate(360deg); } }
.lm-v12-equator, .lm-v12-meridian, .lm-v12-outline {
  fill: none; stroke: rgba(var(--lm-ink-rgb), 0.12); stroke-width: 1;
}
.lm-v12-outline { stroke: rgba(var(--lm-ink-rgb), 0.2); }
.lm-v12-arc {
  fill: none; stroke: var(--lm-node-cobalt); stroke-width: 1.5;
  stroke-dasharray: 200; stroke-dashoffset: 200;
  animation: lm-v12-draw 3s ease-in-out infinite;
}
.lm-v12-arc.a2 { animation-delay: 1.5s; stroke: var(--lm-node-green); }
@keyframes lm-v12-draw {
  0% { stroke-dashoffset: 200; opacity: 0.3; }
  40%, 60% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -200; opacity: 0.3; }
}
.lm-v12-node { fill: var(--lm-node-green); }
.lm-v12-lbl {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 8px; fill: var(--lm-hero-mute);
}

/* ── V13 · 24h ring (I) ────────────────────────────────────── */
.lm-stage-v13::before {
  background:
    radial-gradient(ellipse 55% 55% at 50% 42%, rgba(217, 154, 58, 0.16), transparent 60%),
    linear-gradient(165deg, #f6f2ea 0%, #ece6da 100%) !important;
}
body.theme-dark .lm-stage-v13::before {
  background: linear-gradient(165deg, #221c14 0%, #16120c 100%) !important;
}
.lm-v13-wrap {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  flex: 1; max-width: 280px; margin: 0 auto; width: 100%;
}
.lm-v13-ring {
  position: relative; width: 200px; height: 200px;
}
.lm-v13-segments {
  position: absolute; inset: 6px; border-radius: 50%;
}
.lm-v13-ring::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid var(--lm-hero-rule);
}
.lm-v13-needle {
  position: absolute; left: 50%; top: 50%;
  width: 2px; height: 42%; margin-left: -1px;
  transform-origin: 50% 100%;
  transform: rotate(var(--needle-deg, -90deg));
  background: linear-gradient(180deg, var(--lm-node-honey), transparent);
  border-radius: 2px;
  z-index: 2;
}
.lm-v13-needle::after {
  content: ''; position: absolute; top: -6px; left: -4px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--lm-node-honey);
  box-shadow: 0 0 0 4px rgba(217, 154, 58, 0.25);
}
.lm-v13-center {
  position: absolute; inset: 28%; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--lm-hero-glass);
  border: 1px solid var(--lm-hero-rule);
  z-index: 1;
}
.lm-v13-live {
  font-size: 18px; font-weight: 700; color: var(--lm-hero-text);
  font-variant-numeric: tabular-nums;
}
.lm-v13-lbl {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 8px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--lm-hero-faint);
}
.lm-v13-cap { margin: 0; font-size: 11px; color: var(--lm-hero-mute); text-align: center; }

/* V5–V13 responsive + reduced motion */
@media (max-width: 880px) {
  .lm-v7-line { font-size: clamp(28px, 8vw, 40px); }
  .lm-v13-ring { width: 170px; height: 170px; }
}
@media (prefers-reduced-motion: reduce) {
  .lm-v5-pin.online .lm-v5-ring,
  .lm-v6-line, .lm-v6-prompt, .lm-v6-cursor,
  .lm-v8-blob, .lm-v10-layer, .lm-v10-waves span,
  .lm-v11-slide, .lm-v12-spin, .lm-v12-arc { animation: none !important; }
  .lm-v6-line, .lm-v6-prompt { opacity: 1; transform: none; }
  .lm-v11-slide.s1 { opacity: 1; }
  .lm-v12-arc { stroke-dashoffset: 0; opacity: 0.7; }
}

/* ══════════════════════════════════════════════════════════════
   V14–V18 · Photo background panels (local bg/*.jpg)
   ══════════════════════════════════════════════════════════════ */

.lm-stage-photo {
  --lm-hero-text: #fff;
  --lm-hero-mute: rgba(255, 255, 255, 0.82);
  --lm-hero-faint: rgba(255, 255, 255, 0.55);
  --lm-hero-rule: rgba(255, 255, 255, 0.2);
  --lm-hero-glass: rgba(255, 255, 255, 0.1);
  --lm-pulse: #6cd28e;
}

/* Full-bleed photograph */
.lm-stage-photo::before {
  background-image: var(--lm-photo) !important;
  background-size: cover !important;
  background-position: var(--lm-photo-x, 50%) var(--lm-photo-y, 50%) !important;
  background-repeat: no-repeat !important;
  transition: background-position 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* Scrim + grain */
.lm-stage-photo::after {
  background-image:
    radial-gradient(var(--lm-grain) 1px, transparent 1px),
    linear-gradient(180deg,
      rgba(8, 10, 14, 0.35) 0%,
      rgba(8, 10, 14, 0.2) 38%,
      rgba(8, 10, 14, 0.75) 78%,
      rgba(8, 10, 14, 0.92) 100%);
  background-size: 22px 22px, auto;
  mask-image: none;
  -webkit-mask-image: none;
  opacity: 1;
}

.lm-stage-photo .lm-stage-brand .brand-on-light { display: none !important; }
.lm-stage-photo .lm-stage-brand .brand-on-dark  { display: block !important; }

.lm-photo-veil { display: none; }

.lm-photo-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.lm-stage-photo .lm-stage-canvas {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 4px 16px;
  max-width: 100%;
}

.lm-stage-photo .lm-stage-foot {
  position: relative;
  z-index: 1;
}

.lm-stage-photo .lm-stage-headline em { color: rgba(255, 255, 255, 0.72); }

/* V14 · Campus — chip + tagline, bottom-weighted */
.lm-v14-hero { align-items: flex-start; justify-content: flex-end; min-height: 200px; }
.lm-v14-hero .lm-photo-tagline {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--lm-hero-mute);
  max-width: 280px;
}

/* V15 · Hotel — Ken Burns zoom + centered quote */
.lm-stage-v15::before {
  animation: lm-photo-kenburns 18s ease-in-out infinite alternate;
}
@keyframes lm-photo-kenburns {
  from { background-size: 105% auto !important; background-position: 48% 40%; }
  to   { background-size: 115% auto !important; background-position: 52% 55%; }
}
.lm-v15-hero { align-items: center; text-align: center; }
.lm-v15-quote {
  margin: 0;
  padding: 20px 22px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #fff;
}
.lm-v15-quote .lm-photo-chip { margin-bottom: 12px; }

/* V16 · Café — duotone wash + glass card */
.lm-stage-v16::after {
  background-image:
    radial-gradient(var(--lm-grain) 1px, transparent 1px),
    linear-gradient(135deg, rgba(125, 106, 191, 0.45), rgba(58, 166, 106, 0.35)),
    linear-gradient(180deg, rgba(8, 10, 14, 0.25) 0%, rgba(8, 10, 14, 0.88) 100%);
  background-size: 22px 22px, auto, auto;
  mix-blend-mode: normal;
}
.lm-v16-glass {
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
}
.lm-v16-glass p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--lm-hero-mute);
}

/* V17 · Market — vignette + bold title */
.lm-stage-v17::after {
  background-image:
    radial-gradient(ellipse 80% 70% at 50% 45%, transparent 30%, rgba(8, 10, 14, 0.85) 100%),
    linear-gradient(180deg, rgba(8, 10, 14, 0.4) 0%, rgba(8, 10, 14, 0.9) 100%);
  background-size: auto;
}
.lm-v17-title {
  margin: 14px 0 0;
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
}

/* V18 · Event — parallax bg + badge */
.lm-v18-hero { gap: 10px; }
.lm-v18-lede {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--lm-hero-mute);
  max-width: 300px;
}
.lm-v18-badge {
  display: inline-flex;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #1a1512;
  background: linear-gradient(135deg, #fff 0%, #e9eef3 100%);
  padding: 8px 14px;
  border-radius: 10px;
  box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 880px) {
  .lm-v15-quote { font-size: 15px; padding: 16px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .lm-stage-v15::before { animation: none !important; }
  .lm-stage-photo::before { transition: none; }
}

/* ══════════════════════════════════════════════════════════════
   Venues · Combined V14 + V15 + V17 rotating showcase
   ══════════════════════════════════════════════════════════════ */

.lm-stage-venues::before {
  background: #0e1118 !important;
}

.lm-venues-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.lm-venue-slide {
  position: absolute;
  inset: 0;
  background-image: var(--lm-photo);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.1s ease;
  will-change: opacity;
}

.lm-venue-slide.is-on {
  opacity: 1;
  animation: lm-venue-kenburns 16s ease-in-out infinite alternate;
}

.lm-venue-slide--vignette.is-on::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at 50% 45%, transparent 28%, rgba(8, 10, 14, 0.72) 100%);
  pointer-events: none;
}

@keyframes lm-venue-kenburns {
  from { background-size: 105%; background-position: 48% 42%; }
  to   { background-size: 115%; background-position: 52% 58%; }
}

.lm-stage-venues .lm-stage-brand,
.lm-stage-venues .lm-stage-canvas,
.lm-stage-venues .lm-venues-tabs,
.lm-stage-venues .lm-stage-foot {
  position: relative;
  z-index: 1;
}

.lm-venues-hero {
  position: relative;
  min-height: 200px;
  align-items: flex-start;
  justify-content: flex-end;
}

.lm-venue-panel {
  position: absolute;
  inset: 8px 4px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  pointer-events: none;
}

.lm-venue-panel.is-on {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lm-venue-panel[data-venue-panel="hotel"] {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lm-venue-panel .lm-photo-tagline {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--lm-hero-mute);
  max-width: 280px;
}

.lm-venues-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  margin: 0 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  align-self: flex-start;
}

.lm-venues-tab {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.65);
  background: transparent;
  padding: 7px 14px;
  border-radius: 999px;
  transition: background 0.16s, color 0.16s;
}

.lm-venues-tab:hover { color: #fff; }

.lm-venues-tab.on {
  color: #1a1512;
  background: linear-gradient(135deg, #fff 0%, #e9eef3 100%);
  box-shadow: 0 4px 14px -6px rgba(0, 0, 0, 0.45);
}

@media (max-width: 880px) {
  .lm-venues-hero { min-height: 160px; }
  .lm-venues-tab { padding: 6px 11px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .lm-venue-slide.is-on { animation: none !important; }
  .lm-venue-panel { transition: none; transform: none; }
  .lm-venue-panel:not(.is-on) { display: none; }
  .lm-venue-panel.is-on { opacity: 1; }
}

/* ══════════════════════════════════════════════════════════════
   Venues · Refined (venues2) — editorial rotating showcase
   ══════════════════════════════════════════════════════════════ */

.lm-stage-venues2 {
  --v2v-dwell: 6.5s;
  padding: 30px 34px 28px;
  display: flex;
  flex-direction: column;
}
.lm-stage-venues2::before { display: none !important; }
.lm-stage-venues2::after { display: none !important; }

/* Background slide stack */
.lm-stage-venues2 .lm-v2v-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #0b0e14; }
.lm-v2v-slide {
  position: absolute; inset: 0;
  background-image: var(--lm-photo);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.lm-v2v-slide.is-on {
  opacity: 1;
  transform: scale(1);
  animation: lm-v2v-kenburns calc(var(--v2v-dwell) + 2s) ease-out forwards;
}
@keyframes lm-v2v-kenburns {
  from { transform: scale(1.02); }
  to   { transform: scale(1.09); }
}

/* Cinematic scrim — left-weighted so copy stays legible */
.lm-v2v-bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,10,14,0.55) 0%, rgba(8,10,14,0.12) 30%, rgba(8,10,14,0.55) 72%, rgba(8,10,14,0.94) 100%),
    linear-gradient(95deg, rgba(8,10,14,0.5) 0%, rgba(8,10,14,0.05) 60%);
  z-index: 2;
}
.lm-v2v-grain {
  position: absolute; inset: 0; z-index: 3;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.5;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.6), transparent 60%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.6), transparent 60%);
}

/* Layered content sits above slides */
.lm-stage-venues2 > :not(.lm-v2v-bg) { position: relative; z-index: 1; }

/* Top bar */
.lm-v2v-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lm-v2v-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.lm-v2v-kicker .pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: #6cd28e;
  box-shadow: 0 0 0 4px rgba(108, 210, 142, 0.2);
  position: relative;
}
.lm-v2v-kicker .pulse::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: #6cd28e;
  animation: lm-v2v-ping 2.4s ease-out infinite;
}
@keyframes lm-v2v-ping {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(3); opacity: 0; }
}

/* Center editorial stage */
.lm-v2v-stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0;
  max-width: 360px;
}
.lm-v2v-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.lm-v2v-eyebrow .num { font-weight: 600; color: #fff; }
.lm-v2v-eyebrow .bar { width: 28px; height: 1px; background: rgba(255, 255, 255, 0.4); }
.lm-v2v-eyebrow .cat { color: rgba(255, 255, 255, 0.65); }

/* Rotating headlines (stacked via grid, crossfade) */
.lm-v2v-heads { display: grid; }
.lm-v2v-head {
  grid-area: 1 / 1;
  width: 100%;
  margin: 0;
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(28px, 4.4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.06;
  color: #fff;
  opacity: 0;
  transform: translateY(14px);
  filter: blur(6px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.7s ease;
  pointer-events: none;
}
.lm-v2v-head em {
  font-style: normal;
  background: linear-gradient(100deg, #ffffff 0%, rgba(255,255,255,0.62) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lm-v2v-head.is-on {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  pointer-events: auto;
}

/* Rotating subcopy */
.lm-v2v-subs { display: grid; margin-top: 18px; }
.lm-v2v-sub {
  grid-area: 1 / 1;
  width: 100%;
  margin: 0;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
  max-width: 320px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s ease 0.08s, transform 0.7s ease 0.08s;
  pointer-events: none;
}
.lm-v2v-sub.is-on { opacity: 1; transform: translateY(0); pointer-events: auto; }

/* Numbered index with auto-advance progress rails */
.lm-v2v-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 0 26px;
}
.lm-v2v-idx {
  appearance: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0.55;
  transition: opacity 0.25s ease;
}
.lm-v2v-idx .n {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.7);
}
.lm-v2v-idx .t {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
}
.lm-v2v-idx .rail {
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  overflow: hidden;
}
.lm-v2v-idx .rail .fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: #fff;
}
.lm-v2v-idx:hover { opacity: 0.85; }
.lm-v2v-idx.on { opacity: 1; }
.lm-v2v-idx.on .rail .fill {
  animation: lm-v2v-fill var(--v2v-dwell) linear forwards;
}
@keyframes lm-v2v-fill {
  from { width: 0; }
  to   { width: 100%; }
}

/* Refined footer */
.lm-v2v-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  flex-wrap: wrap;
}
.lm-v2v-foot .lm-ticker { margin: 0; }
.lm-v2v-stats { gap: 18px; padding: 0; border: 0; }
.lm-v2v-stats .lm-stage-stat { padding: 0; border: 0; }

@media (max-width: 880px) {
  .lm-stage-venues2 { padding: 24px 24px 22px; min-height: 360px; }
  .lm-v2v-heads { min-height: 84px; }
  .lm-v2v-index { grid-template-columns: repeat(2, 1fr); gap: 12px 10px; }
  .lm-v2v-foot { gap: 12px; }
  .lm-v2v-stats { gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .lm-v2v-slide.is-on { animation: none !important; transform: scale(1); }
  .lm-v2v-head, .lm-v2v-sub { transition: none; filter: none; transform: none; }
  .lm-v2v-head:not(.is-on), .lm-v2v-sub:not(.is-on) { display: none; }
  .lm-v2v-idx.on .rail .fill { animation: none; width: 100%; }
  .lm-v2v-kicker .pulse::after { animation: none; }
}
