.voice-chat-controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;bottom:calc(20px + max(env(safe-area-inset-bottom, 0px), 50px));box-shadow:0 8px 32px #0000001a;max-width:400px;min-width:300px;padding:20px;position:fixed;right:20px;transition:all .3s ease;z-index:1000}.voice-chat-controls.error{background:#f443361a;border-color:#f443364d}.voice-chat-controls.mic-permission{background:#fffffff2;border-color:#667eea4d}.error-message,.permission-message{color:#333;text-align:center}.error-message h3,.permission-message h3{color:#667eea;font-size:18px;margin:0 0 10px}.error-message p,.permission-message p{color:#666;font-size:14px;line-height:1.5;margin:0 0 15px}.error-details{background:#ffffff1a;border-left:4px solid #ff6b6b;border-radius:8px;margin:15px 0;padding:15px}.error-details h4{color:#ff6b6b;font-size:14px;font-weight:700;margin:0 0 10px}.error-details ul{margin:0;padding-left:20px}.error-details li{color:#ccc;font-size:13px;line-height:1.4;margin-bottom:5px}.error-details li:last-child{margin-bottom:0}.retry-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:all .3s ease}.retry-button:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.retry-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.permission-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:30px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;min-width:200px;padding:15px 30px;transition:all .3s ease}.permission-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.permission-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.permission-info{background:#667eea1a;border:1px solid #667eea33;border-radius:8px;margin-top:15px;padding:10px}.permission-info small{color:#666;font-size:12px;line-height:1.4}.browser-info{background:#667eea1a;border:1px solid #667eea33;border-radius:8px;margin-top:20px;padding:15px}.browser-info h4{color:#667eea;font-size:14px;font-weight:700;margin:0 0 15px}.info-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:15px}.info-item{align-items:center;background:#ffffff1a;border-radius:6px;display:flex;font-size:12px;justify-content:space-between;padding:8px 12px}.info-item .label{color:#ccc;font-weight:500}.info-item .value{font-weight:700}.info-item .value.success{color:#4caf50}.info-item .value.warning{color:#ff9800}.info-item .value.error{color:#f44336}.warning-box{background:#ff98001a;border:1px solid #ff98004d;border-radius:6px;color:#ff9800;font-size:12px;margin-top:10px;padding:10px}.mobile-tips{background:#2196f31a;border:1px solid #2196f333;border-radius:8px;margin-top:15px;padding:15px}.mobile-tips h4{color:#2196f3;font-size:14px;font-weight:700;margin:0 0 10px}.mobile-tips ul{margin:0;padding-left:20px}.mobile-tips li{color:#666;font-size:12px;line-height:1.4;margin-bottom:6px}.mobile-tips li:last-child{margin-bottom:0}.voice-chat-panel{display:flex;flex-direction:column;gap:15px}.matched-user-info{align-items:center;background:#667eea1a;border:1px solid #667eea33;border-radius:15px;display:flex;gap:15px;padding:15px}.user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;height:50px;justify-content:center;overflow:hidden;width:50px}.user-avatar img{height:100%;object-fit:cover;width:100%}.default-avatar{color:#fff;font-size:20px;font-weight:700}.user-details h3{color:#333;font-size:16px;margin:0 0 5px}.connection-status{align-items:center;color:#666;display:flex;font-size:12px;gap:5px;margin:0}.status-indicator{border-radius:50%;display:inline-block;height:8px;width:8px}.voice-controls{align-items:center;display:flex;justify-content:center}.start-voice-button{align-items:center;background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:30px;box-shadow:0 4px 15px #4caf504d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;padding:15px 30px;transition:all .3s ease}.start-voice-button:hover{box-shadow:0 6px 20px #4caf5066;transform:translateY(-2px)}.start-voice-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.active-voice-controls{align-items:center;background:#4caf501a;border:1px solid #4caf5033;border-radius:20px;display:flex;gap:20px;padding:15px}.mute-button{align-items:center;border:none;border-radius:50%;box-shadow:0 2px 10px #0000001a;cursor:pointer;display:flex;font-size:20px;height:50px;justify-content:center;transition:all .3s ease;width:50px}.mute-button.unmuted{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.mute-button.muted{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff}.mute-button:hover{transform:scale(1.1)}.voice-indicators{align-items:center;display:flex;flex-direction:column;gap:5px}.speaking-indicator{align-items:center;color:#666;display:flex;font-size:12px;gap:8px}.pulse-dot{animation:pulse 2s infinite;background:#4caf50;border-radius:50%;height:8px;width:8px}.speaking-indicator.active .pulse-dot{animation:pulse .5s infinite;background:#f44336}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.end-voice-button{background:linear-gradient(135deg,#f44336,#d32f2f);border:none;border-radius:20px;box-shadow:0 2px 10px #f443364d;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:all .3s ease}.end-voice-button:hover{box-shadow:0 4px 15px #f4433666;transform:translateY(-2px)}.auto-start-info{background:#667eea1a;border:1px solid #667eea33;border-radius:20px;flex-direction:column;padding:20px}.auto-start-info,.auto-start-message{align-items:center;display:flex;gap:10px}.auto-start-message{color:#667eea;font-size:16px;font-weight:700}.countdown{animation:countdown-pulse 1s ease-in-out infinite alternate;color:#666;font-size:14px}@keyframes countdown-pulse{0%{opacity:.7}to{opacity:1}}.debug-info{background:#ffffff1a;border-radius:8px;margin-top:15px;padding:10px}.debug-item{align-items:center;display:flex;font-size:12px;justify-content:space-between;margin-bottom:5px}.debug-item:last-child{margin-bottom:0}.debug-item span:first-child{color:#ccc;font-weight:700}.debug-item span:last-child.connected{color:#4caf50}.debug-item span:last-child.disconnected{color:#f44336}.debug-item span:last-child.excellent{color:#4caf50}.debug-item span:last-child.good{color:#ff9800}.debug-item span:last-child.poor{color:#f44336}.start-voice-section{align-items:center;display:flex;flex-direction:column;gap:15px}.debug-toggle-button{background:#fff3;border:1px solid #667eea4d;border-radius:15px;color:#667eea;cursor:pointer;font-size:11px;padding:5px 10px;transition:all .3s ease}.debug-toggle-button:hover{background:#667eea1a;transform:translateY(-1px)}.debug-panel{background:#0000001a;border:1px solid #fff3;border-radius:10px;margin-top:15px;max-width:400px;padding:15px}.debug-section{margin-bottom:15px}.debug-section:last-child{margin-bottom:0}.debug-section h4{align-items:center;color:#ccc;display:flex;font-size:13px;gap:5px;margin:0 0 8px}.debug-content{color:#999;font-size:11px;line-height:1.4}.debug-content p{display:flex;justify-content:space-between;margin:0 0 5px}.debug-content p:last-child{margin-bottom:0}.troubleshooting-item{background:#ffffff0d;border-radius:5px;margin-bottom:10px;padding:8px}.troubleshooting-item:last-child{margin-bottom:0}.troubleshooting-item .issue{color:#ff6b6b;display:block;font-size:11px;font-weight:700;margin-bottom:5px}.troubleshooting-item ul{margin:0;padding-left:15px}.troubleshooting-item li{color:#ccc;font-size:10px;margin-bottom:2px}.audio-levels{align-items:center;background:#0000000d;border-radius:10px;display:flex;gap:10px;padding:10px}.level-bar{background:#0000001a;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.level-fill{background:#4caf50;border-radius:3px;height:100%;transition:all .3s ease}.level-fill.speaking{background:#f44336}.level-text{color:#666;font-size:12px;white-space:nowrap}.connection-details{background:#0000000d;border-radius:10px;display:flex;font-size:12px;gap:15px;justify-content:space-between;padding:10px}.detail-item{align-items:center;display:flex;flex-direction:column;gap:2px}.detail-item .label{color:#666;font-weight:700}.detail-item .value{color:#333}.detail-item .value.connected{color:#4caf50}.detail-item .value.disconnected{color:#f44336}.detail-item .value.active{color:#4caf50}.detail-item .value.muted{color:#f44336}.quality-details{background:#0000000d;border:1px solid #0000001a;border-radius:10px;margin-top:15px;padding:15px}.quality-header h4{align-items:center;color:#333;display:flex;font-size:14px;gap:5px;margin:0 0 10px}.quality-metrics{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.metric-item{align-items:center;background:#ffffffb3;border-radius:5px;display:flex;font-size:12px;justify-content:space-between;padding:5px 8px}.metric-label{color:#666;font-weight:500}.metric-value{color:#333;font-weight:700}@media (max-width:768px){.voice-chat-controls{bottom:10px;left:auto;max-width:calc(100vw - 20px);min-width:auto;right:10px}.active-voice-controls{flex-direction:column;gap:15px}.connection-details{flex-direction:column;gap:10px}.detail-item{flex-direction:row;justify-content:space-between}.quality-metrics{grid-template-columns:repeat(2,1fr)}.metric-item{flex-direction:column;gap:2px;text-align:center}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}#root,body,html{height:100%;overflow:hidden}@media (max-width:768px){#root,body,html{-webkit-overflow-scrolling:touch;overflow:hidden}*{-webkit-tap-highlight-color:transparent}input,select,textarea{font-size:16px!important}}canvas{display:block;outline:none}button:hover{opacity:.9;transform:translateY(-1px);transition:all .2s ease}input:focus{border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1a;outline:none;transition:all .3s ease}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media (max-width:768px){::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#fff6}}
/*# sourceMappingURL=main.1fd74e59.css.map*/