.voice-bubble{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:18px;cursor:pointer;min-width:80px;max-width:180px;transition:opacity .2s;-webkit-user-select:none;user-select:none}.voice-bubble:active{opacity:.8}.voice-bubble.patient{background:#e6f4ff;color:#000;flex-direction:row}.voice-bubble.other{background:#dcfce7;color:#000;flex-direction:row-reverse}.voice-duration{font-size:15px;font-weight:500;min-width:24px}.voice-waves{display:flex;align-items:center;gap:2px;height:18px}.voice-waves span{display:block;width:3px;background:currentColor;border-radius:2px;opacity:.7}.voice-bubble.patient .voice-waves span{background:#1890ff}.voice-bubble.other .voice-waves span{background:#22c55e}.voice-waves span:nth-child(1){height:8px}.voice-waves span:nth-child(2){height:12px}.voice-waves span:nth-child(3){height:16px}.voice-bubble.playing .voice-waves span{animation:voice-wave .8s ease-in-out infinite}.voice-bubble.playing .voice-waves span:nth-child(1){animation-delay:0s}.voice-bubble.playing .voice-waves span:nth-child(2){animation-delay:.2s}.voice-bubble.playing .voice-waves span:nth-child(3){animation-delay:.4s}@keyframes voice-wave{0%,to{transform:scaleY(1);opacity:.7}50%{transform:scaleY(.5);opacity:1}}.recording-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}.recording-indicator{display:flex;flex-direction:column;align-items:center;color:#fff}.recording-pulse{width:80px;height:80px;border-radius:50%;background:#ff4d4f;animation:recording-pulse 1.5s ease-in-out infinite;cursor:pointer;transition:transform .2s}.recording-pulse:hover{transform:scale(1.1)}.recording-time{font-size:32px;font-weight:600;margin-top:16px}.recording-indicator p{margin-top:12px;font-size:14px;opacity:.8}.recording-cancel{margin-top:16px;padding:8px 24px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:20px;color:#fff;font-size:14px;cursor:pointer;transition:background .2s}.recording-cancel:hover{background:#ffffff4d}@keyframes recording-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}
