/* ---------- Nexus Voice — module-specific hero visual ----------
   Waveform + speaker transcript. Generic chrome (.mock*) in module.css. */
.mvo-wave { display: flex; align-items: center; gap: 3px; height: 42px; margin-bottom: 14px; padding: 0 2px; }
.mvo-wave i { flex: 1; min-width: 2px; border-radius: 2px; background: color-mix(in srgb, var(--nx-green) 52%, transparent); height: 30%; }
.mvo-wave i:nth-child(2n) { height: 58%; }
.mvo-wave i:nth-child(3n) { height: 76%; background: color-mix(in srgb, var(--nx-green) 70%, transparent); }
.mvo-wave i:nth-child(4n) { height: 46%; }
.mvo-wave i:nth-child(5n) { height: 92%; }
.mvo-wave i:nth-child(7n) { height: 38%; }
.mvo-seg { display: flex; gap: 11px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.mvo-seg:last-child { border-bottom: none; }
.mvo-seg .spk { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 4px; width: 34px; }
.mvo-seg .av { width: 28px; height: 28px; border-radius: 999px; display: grid; place-items: center; font-size: 11px; font-weight: 700; background: var(--surface-inset); border: 1px solid var(--border); color: var(--fg-muted); }
.mvo-seg .av.a { background: color-mix(in srgb, var(--nx-green) 16%, transparent); color: var(--nx-green); }
.mvo-seg .ts { font-size: 10px; font-family: var(--font-mono); color: var(--fg-subtle); }
.mvo-seg .tx { flex: 1; min-width: 0; }
.mvo-seg .tx { display: flex; flex-direction: column; }
.mvo-seg .nm { font-size: 11px; font-weight: 700; color: var(--fg-subtle); margin-bottom: 3px; }
.mvo-seg .ln { font-size: 13px; color: var(--fg); line-height: 1.45; }
