body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.back-to-top{bottom:30px;position:fixed;right:30px;transition:all .3s ease;z-index:99}.modal-backdrop{z-index:1040}.modal{z-index:1050}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tara-mic-container{align-items:center;animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#15b9d9,#667eea 25%,#764ba2 50%,#f093fb 75%,#f5576c);background-size:400% 400%;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.language-selector-top{display:flex;gap:.5rem;position:absolute;right:2rem;top:2rem;z-index:10}.lang-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.lang-btn:hover{background:#fff3;box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.lang-btn.active{background:#ffffffe6;border-color:#ffffffe6;box-shadow:0 4px 20px #ffffff4d;color:#333}.mic-interface{flex-direction:column;gap:2rem;text-align:center}.mic-container,.mic-interface{align-items:center;display:flex}.mic-container{cursor:pointer;height:200px;justify-content:center;position:relative;transition:all .3s ease;width:200px}.mic-ring{border:3px solid;border-radius:50%;pointer-events:none;position:absolute}.ring-1{border-color:#fff6;height:180px;width:180px}.ring-2{border-color:#fff3;height:220px;width:220px}.mic-container.listening .ring-1{border-color:#4ecdc499;box-shadow:0 0 30px #4ecdc466}.mic-container.listening .ring-2{border-color:#4ecdc44d;box-shadow:0 0 50px #4ecdc433}.mic-container.speaking .ring-1{border-color:#ff6b9d99;box-shadow:0 0 30px #ff6b9d66}.mic-container.speaking .ring-2{border-color:#ff6b9d4d;box-shadow:0 0 50px #ff6b9d33}.mic-container.processing .ring-1{border-color:#667eea99;box-shadow:0 0 30px #667eea66}.mic-container.processing .ring-2{border-color:#667eea4d;box-shadow:0 0 50px #667eea33}.mic-icon{align-items:center;background:linear-gradient(135deg,#fffffff2,#ffffffd9);border-radius:50%;box-shadow:0 10px 40px #0003,inset 0 2px 10px #ffffff4d;color:#333;display:flex;font-size:3rem;height:120px;justify-content:center;position:relative;transition:all .3s ease;width:120px;z-index:2}.mic-container:hover .mic-icon{box-shadow:0 15px 50px #0000004d,inset 0 2px 10px #fff6;transform:scale(1.05)}.mic-container.listening .mic-icon{background:linear-gradient(135deg,#4ecdc4e6,#4ecdc4b3);box-shadow:0 10px 40px #4ecdc466,inset 0 2px 10px #fff3;color:#fff}.mic-container.speaking .mic-icon{background:linear-gradient(135deg,#ff6b9de6,#ff6b9db3);box-shadow:0 10px 40px #ff6b9d66,inset 0 2px 10px #fff3;color:#fff}.mic-container.processing .mic-icon{animation:processingPulse 1s ease-in-out infinite;background:linear-gradient(135deg,#667eeae6,#667eeab3);color:#fff}@keyframes processingPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.volume-visualization{align-items:end;bottom:-40px;display:flex;gap:3px;height:30px;left:50%;position:absolute;transform:translateX(-50%)}.volume-bar{background:#4ecdc4cc;border-radius:2px;min-height:4px;transition:height .1s ease;width:3px}.status-text{color:#fff;font-size:1.5rem;font-weight:600;margin-top:1rem;text-shadow:0 2px 10px #0000004d}.response-display{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:25px;box-shadow:0 15px 50px #0003;margin-top:2rem;max-width:800px;padding:2rem 3rem}.response-display p{color:#333;font-size:1.2rem;line-height:1.6;margin:0;text-align:center}.connection-status{align-items:center;bottom:2rem;color:#fff;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;left:2rem;position:absolute}.status-dot{animation:statusPulse 2s infinite;background:#f44336;border-radius:50%;height:10px;width:10px}.connection-status.connected .status-dot{background:#4caf50}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.5}}.error-message{color:#fff;padding:3rem;text-align:center}.error-message h2{font-size:2.5rem;margin-bottom:1rem;text-shadow:0 2px 10px #0000004d}.error-message p{font-size:1.3rem;opacity:.9;text-shadow:0 1px 5px #0000004d}@media (max-width:768px){.language-selector-top{flex-direction:column;gap:.3rem;right:1rem;top:1rem}.lang-btn{font-size:.8rem;padding:.4rem .8rem}.mic-container{height:150px;width:150px}.ring-1{height:130px;width:130px}.ring-2{height:160px;width:160px}.mic-icon{font-size:2.5rem;height:90px;width:90px}.status-text{font-size:1.2rem}.response-display{margin-top:1.5rem;max-width:90%;padding:1.5rem 2rem}.response-display p{font-size:1rem}.connection-status{bottom:1rem;font-size:.8rem;left:1rem}}
/*# sourceMappingURL=main.5d0d35f3.css.map*/