
.vu-wrap{display:grid;grid-template-columns:1fr 1fr;gap:7px;height:116px;align-items:stretch;padding-top:3px}
.vu-meter{height:112px;text-align:center;border:1px solid #2a2a2a;border-radius:6px;background:linear-gradient(#141414,#050505);padding:5px 5px 4px;box-shadow:inset 0 0 0 1px #000,0 3px 8px rgba(0,0,0,.65)}
.vu-meter canvas{display:block;width:100%;height:82px;background:linear-gradient(#f6a944,#b66a18 68%,#140904 100%);border-radius:4px 4px 2px 2px;box-shadow:inset 0 0 22px rgba(0,0,0,.5),inset 0 12px 14px rgba(255,255,255,.16),0 0 0 1px #000}
.vu-meter b{display:block;height:20px;line-height:20px;margin-top:1px;border-radius:0 0 4px 4px;background:linear-gradient(#181818,#050505);font-size:11px;font-weight:700;letter-spacing:.08em;color:#e9e9e9;text-shadow:0 1px 2px #000}
.analyzer-module canvas{width:100%;height:112px;background:#050505;border-radius:5px;border:1px solid #252525;box-shadow:inset 0 0 20px #000}

/* SRK FINAL: VU con vidrio e iluminación cálida */
.vu-meter canvas{position:relative;filter:saturate(1.08) contrast(1.04)}
.vu-meter{position:relative;overflow:hidden;}
.vu-meter::after{content:"";position:absolute;left:6px;right:6px;top:6px;height:28px;border-radius:4px;background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.05),transparent);pointer-events:none;mix-blend-mode:screen;}


/* =========================================================
   SRK v3.1: VU más visible y con pluma destacada
   ========================================================= */
.vu-meter canvas{
  height:88px;
  background:linear-gradient(#ffc65f,#d98625 63%,#2b1105 100%);
  box-shadow:inset 0 0 16px rgba(0,0,0,.42),inset 0 9px 11px rgba(255,255,255,.20),0 0 0 1px #000,0 0 10px rgba(255,133,0,.10);
}
.vu-meter::after{height:22px;}
