/* AURA ERP V11.18 — lightweight AURA CAD EXPERT-style live voice */
#talk{position:relative;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}
#talk.aura-live-active{padding-left:27px;background:#2f3d2e;color:#fff;border-color:rgba(201,162,122,.62);box-shadow:0 0 0 3px rgba(201,162,122,.09)}
#talk.aura-live-active::before{content:"";position:absolute;left:11px;top:50%;width:7px;height:7px;border-radius:50%;background:#c9a27a;transform:translateY(-50%);box-shadow:0 0 0 0 rgba(201,162,122,.55);animation:auraVoicePulse 1.35s ease-out infinite}
#advisor-status.aura-live-status{display:flex;align-items:center;gap:8px;color:#765231;font-weight:600}
#advisor-status.aura-live-status::before{content:"";flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:#c9a27a;box-shadow:0 0 0 3px rgba(201,162,122,.12)}
#advisor-status.aura-live-speaking::before{animation:auraVoicePulse .9s ease-out infinite}
#advisor-status.aura-live-error{color:#9b3a32}
#advisor-status.aura-live-error::before{background:#b64b42;box-shadow:none}
@keyframes auraVoicePulse{0%{box-shadow:0 0 0 0 rgba(201,162,122,.5)}100%{box-shadow:0 0 0 9px rgba(201,162,122,0)}}
@media (prefers-reduced-motion:reduce){#talk.aura-live-active::before,#advisor-status.aura-live-speaking::before{animation:none}}
