.VoiceSimulator-module__hSCfSG__container{justify-content:center;align-items:center;height:100%;display:flex}.VoiceSimulator-module__hSCfSG__phoneScreen{background:linear-gradient(180deg,var(--surface-1)0%,var(--surface-0)100%);border:4px solid var(--border-default);width:280px;height:480px;box-shadow:var(--shadow-lg);border-radius:30px;flex-direction:column;padding:1.5rem;display:flex;position:relative;overflow:hidden}.VoiceSimulator-module__hSCfSG__idleState{height:100%;color:var(--text-primary);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.VoiceSimulator-module__hSCfSG__avatar{background:var(--surface-2);width:80px;height:80px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;display:flex}.VoiceSimulator-module__hSCfSG__callBtn{background:var(--basira-emerald-500);color:#fff;cursor:pointer;border:none;border-radius:30px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;transition:transform .2s;display:flex}.VoiceSimulator-module__hSCfSG__callBtn:hover{transform:scale(1.05)}.VoiceSimulator-module__hSCfSG__activeCall{flex-direction:column;align-items:center;height:100%;padding-top:2rem;display:flex}.VoiceSimulator-module__hSCfSG__header{color:var(--accent-primary);align-items:center;gap:6px;margin-bottom:3rem;font-size:.8rem;font-weight:500;display:flex}.VoiceSimulator-module__hSCfSG__dot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px;animation:1s infinite VoiceSimulator-module__hSCfSG__pulse}.VoiceSimulator-module__hSCfSG__waveform{align-items:center;gap:4px;height:40px;margin-bottom:3rem;display:flex}.VoiceSimulator-module__hSCfSG__barAnimating{background:var(--accent-secondary);border-radius:3px;width:6px;animation:1s ease-in-out infinite VoiceSimulator-module__hSCfSG__wave}.VoiceSimulator-module__hSCfSG__barStatic{background:var(--surface-2);border-radius:3px;width:6px;height:4px}.VoiceSimulator-module__hSCfSG__barAnimating:first-child{height:20px;animation-delay:0s}.VoiceSimulator-module__hSCfSG__barAnimating:nth-child(2){height:35px;animation-delay:.1s}.VoiceSimulator-module__hSCfSG__barAnimating:nth-child(3){height:25px;animation-delay:.2s}.VoiceSimulator-module__hSCfSG__barAnimating:nth-child(4){height:30px;animation-delay:.3s}.VoiceSimulator-module__hSCfSG__barAnimating:nth-child(5){height:15px;animation-delay:.4s}.VoiceSimulator-module__hSCfSG__captions{flex-direction:column;flex:1;align-items:center;gap:.75rem;width:100%;min-height:150px;display:flex}.VoiceSimulator-module__hSCfSG__captionLine{background:var(--surface-2);color:var(--text-secondary);text-align:center;border-radius:12px;max-width:90%;padding:.6rem 1rem;font-size:.85rem;animation:.3s ease-out VoiceSimulator-module__hSCfSG__slideUp}.VoiceSimulator-module__hSCfSG__successBadge{color:var(--basira-emerald-500);margin-top:1rem;font-weight:600;animation:.3s VoiceSimulator-module__hSCfSG__popIn}.VoiceSimulator-module__hSCfSG__resetBtn{border:1px solid var(--border-light);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:20px;margin-top:1rem;padding:.4rem 1rem;font-size:.8rem}.VoiceSimulator-module__hSCfSG__resetBtn:hover{border-color:var(--accent-primary);color:var(--text-primary)}@keyframes VoiceSimulator-module__hSCfSG__pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes VoiceSimulator-module__hSCfSG__wave{0%,to{height:10px}50%{height:40px}}@keyframes VoiceSimulator-module__hSCfSG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes VoiceSimulator-module__hSCfSG__popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:480px){.VoiceSimulator-module__hSCfSG__phoneScreen{border-width:2px;width:100%;height:400px}}
