@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:transparent}#root{width:100%;min-height:100vh;background:transparent}.vapi-widget-container{display:flex;align-items:center;justify-content:center;padding:20px}.talk-button{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 32px;min-width:500px;background:#fff;border:4px solid #3b82f6;border-radius:24px;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 4px 12px #3b82f633;transition:transform .2s cubic-bezier(.4,0,.2,1),border-color .3s ease,box-shadow .3s ease}.talk-button:hover{transform:translateY(-2px)}.talk-button:active{transform:translateY(0)}.button-text{font-size:32px;font-weight:700;color:#1e293b;letter-spacing:2px;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;text-transform:uppercase;transition:color .3s ease}.mic-icon{width:32px;height:32px;stroke:#1e293b;stroke-width:2.5;flex-shrink:0;transition:stroke .3s ease}.talk-button.connecting{border-color:#60a5fa;animation:pulse-border 2s ease-in-out infinite}@keyframes pulse-border{0%,to{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f633}50%{border-color:#60a5fa;box-shadow:0 4px 20px #60a5fa66}}.talk-button.connected{border-color:#10b981;box-shadow:0 4px 12px #10b98133}.talk-button.user-speaking{border-color:#f97316;animation:vibrate-orange .8s ease-in-out infinite}@keyframes vibrate-orange{0%{box-shadow:0 0 30px #f9731666,0 0 60px #f973164d,0 0 90px #f9731633}25%{box-shadow:0 0 40px #f9731680,0 0 70px #f9731666,0 0 100px #f973164d}50%{box-shadow:0 0 50px #f9731699,0 0 80px #f9731680,0 0 110px #f9731666}75%{box-shadow:0 0 40px #f9731680,0 0 70px #f9731666,0 0 100px #f973164d}to{box-shadow:0 0 30px #f9731666,0 0 60px #f973164d,0 0 90px #f9731633}}.talk-button.ai-speaking{border-color:#1e40af;animation:vibrate-blue 1.4s ease-in-out infinite}@keyframes vibrate-blue{0%{box-shadow:0 0 30px #1e40af66,0 0 60px #1e40af4d,0 0 90px #1e40af33}25%{box-shadow:0 0 40px #1e40af80,0 0 70px #1e40af66,0 0 100px #1e40af4d}50%{box-shadow:0 0 50px #1e40af99,0 0 80px #1e40af80,0 0 110px #1e40af66}75%{box-shadow:0 0 40px #1e40af80,0 0 70px #1e40af66,0 0 100px #1e40af4d}to{box-shadow:0 0 30px #1e40af66,0 0 60px #1e40af4d,0 0 90px #1e40af33}}.talk-button.user-speaking,.talk-button.ai-speaking{transition:border-color .3s ease}@media(max-width:640px){.talk-button{min-width:320px;padding:16px 24px}.button-text{font-size:24px}.mic-icon{width:24px;height:24px}}@media(max-width:400px){.talk-button{min-width:280px;padding:14px 20px;gap:12px}.button-text{font-size:20px;letter-spacing:1px}.mic-icon{width:20px;height:20px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:transparent;padding:20px}
