:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{height:5%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#f5f5f5;margin-bottom:20px}.button-container{height:10%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;margin-bottom:20px}.start-btn{margin:10px;padding:10px 20px;font-size:16px;cursor:pointer;background-color:#007bff;color:#fff;border:none;border-radius:5px;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.start-btn:hover{background-color:#0056b3}.start-btn i{font-size:18px}.start-btn:disabled{background-color:#555;cursor:not-allowed}.transcript-container{height:5%;display:flex;flex-direction:column;justify-content:center;align-items:center}.transcript-container h2{color:#fff}.transcript{font-size:18px;font-style:italic;color:#bbb}.visualizer{width:100px;height:100px;margin:20px auto;border-radius:50%;background:radial-gradient(circle,#fff,#464646);animation:neutral-pulse 2s infinite}@keyframes neutral-pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}@keyframes recording-glow{0%{transform:scale(1);box-shadow:0 0 10px #ff453acc}50%{transform:scale(1.2);box-shadow:0 0 20px #ff453a}to{transform:scale(1);box-shadow:0 0 10px #ff453acc}}.visualizer.recording{width:120px;height:120px;background:radial-gradient(circle,rgba(255,69,58,.5),transparent);border:3px solid #ff453a;border-radius:50%;animation:recording-glow 1.5s ease-in-out infinite}.visualizer.playing{display:flex;justify-content:space-between;background:none;align-items:center;width:120px;height:50px;margin:20px auto;position:relative}.visualizer.playing span{width:8px;height:20px;background:linear-gradient(to top,#1db954,#1ed760);border-radius:4px;animation:audio-bounce .8s infinite ease-in-out;transform-origin:bottom}.visualizer.playing span:nth-child(1){animation-delay:0s}.visualizer.playing span:nth-child(2){animation-delay:.1s}.visualizer.playing span:nth-child(3){animation-delay:.2s}.visualizer.playing span:nth-child(4){animation-delay:.3s}.visualizer.playing span:nth-child(5){animation-delay:.4s}.visualizer.playing span:nth-child(6){animation-delay:.5s}.visualizer.playing span:nth-child(7){animation-delay:.6s}.visualizer.playing span:nth-child(8){animation-delay:.7s}.visualizer.playing span:nth-child(9){animation-delay:.8s}.visualizer.playing span:nth-child(10){animation-delay:.9s}@keyframes audio-bounce{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1.5)}}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}body{background-color:#121212;color:#fff;display:flex;justify-content:center;align-items:center;text-align:center}.container{background-color:#1e1e1e;padding:20px;border-radius:10px;box-shadow:0 4px 15px #0009;width:100%;display:flex;flex-direction:column;justify-content:space-between}.chat-container{width:400px;margin:20px auto;padding:20px;border:1px solid #333;border-radius:10px;background-color:#1e1e1e;box-shadow:0 4px 15px #00000080}.chat-container h1{color:#fff;font-size:24px;text-align:center;margin-bottom:20px}.chat-box{max-height:300px;overflow-y:auto;margin-bottom:20px;border:1px solid #333;background-color:#2b2b2b;padding:10px;border-radius:8px}.chat-message{margin:10px 0;padding:10px;border-radius:8px;color:#fff}.chat-message.user{background-color:#4caf50;text-align:right;color:#fff}.chat-message.bot{background-color:#1e88e5;text-align:left;color:#fff}.loader{border:4px solid #444;border-top:4px solid #ffffff;border-radius:50%;width:12px;height:12px;animation:spin 1s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button{width:100%;padding:10px;border:none;border-radius:8px;background-color:#004df3;color:#fff;font-size:16px;cursor:pointer;transition:background-color .3s}button:hover{background-color:#009af3}button:active{background-color:#004df3}.chat-box::-webkit-scrollbar{width:8px}.chat-box::-webkit-scrollbar-track{background-color:#2b2b2b}.chat-box::-webkit-scrollbar-thumb{background-color:#4caf50;border-radius:4px}body{margin:0;padding:0;display:flex;justify-content:center;align-items:center;font-family:Arial,sans-serif}.chat-container{width:400px;max-width:90%;margin:0 auto;padding:20px;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 6px #0000001a}.chat-box{border:1px solid #ccc;height:300px;overflow-y:auto;padding:10px;margin-bottom:10px}.chat-message{padding:5px 10px;margin:5px 0;border-radius:5px}.chat-message.user{background-color:#e1f5fe;text-align:right;color:#000}.chat-message.bot{background-color:#f1f8e9;color:#000}.voice-selector{margin-bottom:10px}input{width:100%;padding:10px;margin-right:10px;border:1px solid #ccc;border-radius:4px}button{padding:10px 20px;border:none;background-color:#007bff;color:#fff;border-radius:4px;cursor:pointer}button:hover{background-color:#0056b3}
