.plc{background:var(--color-surface);border-top:1px solid var(--color-border)}.plc__heading{text-align:center;max-width:640px;margin:0 auto 48px}.plc__heading .eyebrow{justify-content:center}.plc__stage{grid-template-columns:minmax(0,320px) minmax(0,1fr);align-items:stretch;gap:28px;max-width:980px;margin:0 auto;display:grid}.plc__call-card{border-radius:var(--radius-xl);text-align:center;background:linear-gradient(165deg,#17142a 0%,#0a0a0f 100%);border:1px solid #ffffff14;flex-direction:column;align-items:center;gap:8px;padding:36px 24px;display:flex;position:relative}.plc__call-rings{justify-content:center;align-items:center;width:84px;height:84px;margin-bottom:12px;display:flex;position:relative}.plc__call-rings span{border:1px solid #2b5cff59;border-radius:50%;animation:2.4s ease-out infinite plcRingPulse;position:absolute;top:0;bottom:0;left:0;right:0}.plc__call-rings span:nth-child(2){animation-delay:.6s}.plc__call-rings span:nth-child(3){animation-delay:1.2s}@keyframes plcRingPulse{0%{opacity:.8;transform:scale(.7)}to{opacity:0;transform:scale(1.5)}}.plc__call-avatar{background:var(--color-accent,#2b5cff);color:#fff;letter-spacing:-.02em;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:.9rem;font-weight:800;display:flex}.plc__call-name{color:#fff;font-size:.98rem;font-weight:700}.plc__call-status{color:#fff9;align-items:center;gap:7px;margin-bottom:12px;font-size:.8rem;display:flex}.plc__call-dot{background:#ffffff59;border-radius:50%;width:6px;height:6px}.plc__call-dot.is-live{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.plc__call-wave{justify-content:center;align-items:center;gap:3px;height:22px;margin-bottom:20px;display:flex}.plc__call-wave span{background:#2b5cffb3;border-radius:2px;width:3px;animation:1.1s ease-in-out infinite plcWave}.plc__call-wave span:first-child{height:8px;animation-delay:-.4s}.plc__call-wave span:nth-child(2){height:16px;animation-delay:-.32s}.plc__call-wave span:nth-child(3){height:22px;animation-delay:-.24s}.plc__call-wave span:nth-child(4){height:12px;animation-delay:-.16s}.plc__call-wave span:nth-child(5){height:20px;animation-delay:-.08s}.plc__call-wave span:nth-child(6){height:10px;animation-delay:0s}.plc__call-wave span:nth-child(7){height:6px;animation-delay:-.2s}@keyframes plcWave{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.plc__call-controls{gap:10px;display:flex}.plc__call-btn{color:#fff;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.plc__call-btn--end{background:#dc2626}.plc__transcript{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface-2);flex-direction:column;min-height:380px;display:flex;overflow:hidden}.plc__transcript-head{border-bottom:1px solid var(--color-border);letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted);flex-shrink:0;align-items:center;gap:8px;padding:16px 20px;font-size:.78rem;font-weight:700;display:flex}.plc__transcript-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #22c55e2e}.plc__transcript-body{scroll-behavior:smooth;flex-direction:column;flex:1;gap:14px;min-height:0;padding:18px 20px;display:flex;overflow-y:auto}.plc__line{animation:.35s both plcLineIn}@keyframes plcLineIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.plc__line-system{text-align:center;color:var(--color-subdued);padding:4px 0;font-size:.76rem;display:block}.plc__line--customer{text-align:right;align-self:flex-end;max-width:82%}.plc__line--ai{max-width:82%}.plc__line-who{color:var(--color-ink);margin-right:6px;font-size:.72rem;font-weight:700}.plc__line-tag{color:var(--color-accent);border-radius:var(--radius-pill);background:#2b5cff1a;padding:1px 8px;font-size:.66rem;font-weight:650;display:inline-block}.plc__line-text{color:var(--color-ink);margin:4px 0 0;font-size:.9rem;line-height:1.5}.plc__line--customer .plc__line-text{color:var(--color-muted)}.plc__typing{gap:4px;padding:2px 0;display:flex}.plc__typing span{background:var(--color-subdued);border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite plcTypingDot}.plc__typing span:nth-child(2){animation-delay:.15s}.plc__typing span:nth-child(3){animation-delay:.3s}@keyframes plcTypingDot{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (max-width:760px){.plc__stage{grid-template-columns:1fr}.plc__call-card{padding:28px 20px}.plc__transcript{min-height:320px}}@media (prefers-reduced-motion:reduce){.plc__call-rings span,.plc__call-wave span,.plc__line,.plc__typing span{animation:none}}
