/* ============================================================
   VOICE & CHAT — Cinematic Engagement Console
   ============================================================ */
.vca-cine {
  position: relative;
  padding: 100px 0 90px;
  background: radial-gradient(120% 80% at 50% -10%, rgba(0,85,255,0.18) 0%, rgba(0,12,28,0) 60%), var(--site-bg);
  overflow: hidden;
  border-top: 1px solid var(--site-line);
}
.vca-cine::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(79,200,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79,200,255,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(60% 50% at 50% 50%, #000 0%, transparent 100%);
  pointer-events: none;
}
.vca-cine .container { position: relative; z-index: 1; }

.vca-cine-head { max-width: 900px; margin: 0 auto 56px; text-align: center; }
.vca-cine-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em;
  color: var(--site-cyan); text-transform: uppercase;
}
.vca-cine-eyebrow::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--site-cyan); box-shadow: 0 0 10px var(--site-cyan);
  animation: vca-pulse 2s ease-in-out infinite;
}
.vca-cine-h { font-family: var(--font-display); font-size: clamp(32px, 4vw, 56px); line-height: 1.05; letter-spacing: -0.02em; margin: 14px 0 18px; color: #fff; text-wrap: balance; }
.vca-cine-h .ac { background: linear-gradient(90deg, #4FC8FF, #5EFFA4); -webkit-background-clip: text; background-clip: text; color: transparent; }
.vca-cine-sub { font-size: 16px; line-height: 1.6; color: var(--site-text-2); max-width: 720px; margin: 0 auto; text-wrap: pretty; }

/* Console stage */
.vca-console {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 18px;
  align-items: stretch;
  position: relative;
}
.vca-pane {
  position: relative;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(15,21,48,0.85), rgba(8,12,28,0.92));
  border: 1px solid rgba(79,200,255,0.18);
  box-shadow: 0 24px 80px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.04);
  padding: 18px;
  overflow: hidden;
  min-height: 520px;
}
.vca-pane-head {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em;
  color: rgba(234,242,255,0.55); text-transform: uppercase;
  padding-bottom: 10px; margin-bottom: 14px;
  border-bottom: 1px dashed rgba(255,255,255,0.08);
}
.vca-pane-head .live {
  display: inline-flex; align-items: center; gap: 6px;
  color: #5EFFA4;
}
.vca-pane-head .live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: #5EFFA4; box-shadow: 0 0 8px #5EFFA4;
  animation: vca-pulse 1.4s ease-in-out infinite;
}

/* LEFT PANE — Incoming channel events */
.vca-events { display: flex; flex-direction: column; gap: 10px; }
.vca-event {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  animation: vca-event-in 0.5s ease-out both;
  position: relative;
}
.vca-event-icon {
  width: 36px; height: 36px; border-radius: 10px;
  display: grid; place-items: center;
  background: rgba(79,200,255,0.1);
  border: 1px solid rgba(79,200,255,0.25);
  color: #4FC8FF;
}
.vca-event-icon.wa { background: rgba(94,255,164,0.1); border-color: rgba(94,255,164,0.3); color: #5EFFA4; }
.vca-event-icon.so { background: rgba(255,107,44,0.1); border-color: rgba(255,107,44,0.3); color: #FF6B2C; }
.vca-event-icon.app { background: rgba(45,123,255,0.1); border-color: rgba(45,123,255,0.3); color: #4FC8FF; }
.vca-event-channel { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.14em; color: rgba(234,242,255,0.5); text-transform: uppercase; }
.vca-event-msg { font-size: 13px; color: #fff; margin-top: 2px; line-height: 1.4; }
.vca-event-time { font-family: var(--font-mono); font-size: 10px; color: rgba(234,242,255,0.4); }

/* CENTER PANE — Orb */
.vca-center { padding: 20px 14px; display: flex; flex-direction: column; }
.vca-orb-wrap {
  position: relative;
  flex: 1;
  display: grid;
  place-items: center;
  min-height: 260px;
}
.vca-orb {
  position: relative;
  width: 220px; height: 220px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,0.25), transparent 45%),
    radial-gradient(circle at 50% 60%, rgba(94,255,164,0.25), transparent 55%),
    radial-gradient(circle at 50% 50%, rgba(0,85,255,0.65), rgba(0,20,80,0.95) 75%);
  box-shadow:
    0 0 80px rgba(0,85,255,0.55),
    inset 0 0 60px rgba(255,255,255,0.08),
    inset 0 -20px 40px rgba(0,0,0,0.4);
  display: grid;
  place-items: center;
  z-index: 2;
}
.vca-orb-ring {
  position: absolute;
  border: 1px solid rgba(79,200,255,0.18);
  border-radius: 50%;
  pointer-events: none;
}
.vca-orb-ring.r1 { inset: -28px; animation: vca-orbit 18s linear infinite; }
.vca-orb-ring.r1::before {
  content: ""; position: absolute; top: -3px; left: 50%;
  width: 6px; height: 6px; border-radius: 50%;
  background: #4FC8FF; box-shadow: 0 0 12px #4FC8FF;
}
.vca-orb-ring.r2 { inset: -60px; border-style: dashed; border-color: rgba(79,200,255,0.12); animation: vca-orbit 32s linear infinite reverse; }
.vca-orb-ring.r2::before {
  content: ""; position: absolute; bottom: -3px; right: 30%;
  width: 5px; height: 5px; border-radius: 50%;
  background: #5EFFA4; box-shadow: 0 0 10px #5EFFA4;
}
.vca-orb-ring.r3 { inset: -98px; border-color: rgba(255,255,255,0.05); }
.vca-orb-inner { text-align: center; padding: 18px; }
.vca-orb-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; color: #4FC8FF; }
.vca-orb-title { font-family: var(--font-display); font-size: 22px; color: #fff; letter-spacing: -0.01em; margin: 6px 0 4px; }
.vca-orb-stack { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.06em; color: rgba(234,242,255,0.6); line-height: 1.5; }

/* Waveform under orb */
.vca-wave { display: flex; align-items: flex-end; justify-content: center; gap: 3px; height: 40px; margin-top: 18px; }
.vca-wave span {
  display: block; width: 3px; border-radius: 2px;
  background: linear-gradient(180deg, #4FC8FF, #5EFFA4);
  animation: vca-wave 1.2s ease-in-out infinite;
}
.vca-wave span:nth-child(1) { animation-delay: 0s; }
.vca-wave span:nth-child(2) { animation-delay: 0.1s; }
.vca-wave span:nth-child(3) { animation-delay: 0.2s; }
.vca-wave span:nth-child(4) { animation-delay: 0.3s; }
.vca-wave span:nth-child(5) { animation-delay: 0.4s; }
.vca-wave span:nth-child(6) { animation-delay: 0.3s; }
.vca-wave span:nth-child(7) { animation-delay: 0.2s; }
.vca-wave span:nth-child(8) { animation-delay: 0.1s; }
.vca-wave span:nth-child(9) { animation-delay: 0.2s; }
.vca-wave span:nth-child(10) { animation-delay: 0.3s; }
.vca-wave span:nth-child(11) { animation-delay: 0.4s; }
.vca-wave span:nth-child(12) { animation-delay: 0.3s; }
.vca-wave span:nth-child(13) { animation-delay: 0.2s; }
.vca-wave span:nth-child(14) { animation-delay: 0.1s; }
.vca-wave span:nth-child(15) { animation-delay: 0s; }

/* Transcript strip */
.vca-trans {
  margin-top: 18px; padding: 12px 14px;
  border-radius: 12px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.06);
  font-family: var(--font-mono); font-size: 12px;
  color: rgba(234,242,255,0.85); line-height: 1.5;
  min-height: 72px;
}
.vca-trans-who { color: #4FC8FF; font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 4px; }
.vca-trans-text { color: #fff; }
.vca-trans-text .cursor {
  display: inline-block; width: 8px; height: 14px; vertical-align: -2px; margin-left: 2px;
  background: #4FC8FF; animation: vca-blink 1s steps(2) infinite;
}

/* Mini stat row in center pane */
.vca-mini-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; margin-top: 14px;
}
.vca-mini-stat {
  padding: 10px 12px; border-radius: 10px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}
.vca-mini-stat .v { font-family: var(--font-display); font-size: 18px; color: #fff; line-height: 1; }
.vca-mini-stat .l { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.14em; color: rgba(234,242,255,0.5); margin-top: 4px; text-transform: uppercase; }

/* RIGHT PANE — System actions ticker */
.vca-actions { display: flex; flex-direction: column; gap: 10px; }
.vca-action {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 12px; align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  animation: vca-event-in 0.5s ease-out both;
}
.vca-action::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, #4FC8FF, #5EFFA4); border-radius: 3px 0 0 3px;
  opacity: 0.65;
}
.vca-action-dot {
  width: 28px; height: 28px; border-radius: 8px;
  display: grid; place-items: center;
  background: rgba(94,255,164,0.1);
  border: 1px solid rgba(94,255,164,0.3);
  color: #5EFFA4;
}
.vca-action-sys { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.14em; color: rgba(234,242,255,0.5); text-transform: uppercase; }
.vca-action-msg { font-size: 13px; color: #fff; margin-top: 2px; line-height: 1.4; }
.vca-action-time { font-family: var(--font-mono); font-size: 10px; color: rgba(234,242,255,0.4); }

/* Bottom metric strip */
.vca-strip {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.vca-strip-cell {
  padding: 22px 24px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(15,21,48,0.8), rgba(8,12,28,0.9));
  border: 1px solid rgba(79,200,255,0.16);
  position: relative; overflow: hidden;
}
.vca-strip-cell::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(79,200,255,0.6), transparent);
}
.vca-strip-v {
  font-family: var(--font-display); font-size: 32px; line-height: 1;
  color: #fff; letter-spacing: -0.02em;
}
.vca-strip-v .ac { color: #4FC8FF; }
.vca-strip-l { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; color: rgba(234,242,255,0.55); margin-top: 10px; text-transform: uppercase; }
.vca-strip-trend { font-family: var(--font-mono); font-size: 11px; color: #5EFFA4; margin-top: 6px; }

/* Channel chips above console */
.vca-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center;
  margin-bottom: 28px;
}
.vca-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 12px; color: var(--site-text-2);
}
.vca-chip svg { color: #4FC8FF; }
.vca-chip.is-on { border-color: rgba(79,200,255,0.5); color: #fff; box-shadow: 0 0 18px rgba(79,200,255,0.18); }
.vca-chip.is-on svg { color: #5EFFA4; }

/* Animations */
@keyframes vca-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}
@keyframes vca-event-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes vca-orbit {
  from { transform: rotate(0); }
  to { transform: rotate(360deg); }
}
@keyframes vca-wave {
  0%, 100% { height: 8px; }
  50% { height: 38px; }
}
@keyframes vca-blink {
  to { opacity: 0; }
}

@media (max-width: 1100px) {
  .vca-console { grid-template-columns: 1fr; }
  .vca-pane { min-height: auto; }
  .vca-strip { grid-template-columns: repeat(2, 1fr); }
}
