.voice-agent{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem;max-width:800px;margin:0 auto}.header{text-align:center}.header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header p{color:#666;font-size:1.1rem}.agent-selector{display:flex;gap:1rem;width:100%;max-width:600px;background:#ffffff0d;padding:.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.agent-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:transparent;color:#999;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:500}.agent-tab:hover:not(:disabled){background:#ffffff0d;color:#ccc}.agent-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.agent-tab:disabled{opacity:.5;cursor:not-allowed}.agent-tab svg{width:20px;height:20px}.agent-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.agent-status{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;background:#ffffff0d;border-radius:12px}.status-indicator{width:12px;height:12px;border-radius:50%;background-color:#ef4444;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.status-indicator.active{background-color:#10b981}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-text{flex:1}.status-text h3{font-size:1rem;margin-bottom:.25rem}.status-text p{font-size:.875rem;color:#999}.voice-controls{display:flex;flex-direction:column;gap:1rem;width:100%}.voice-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;font-size:1.125rem;border-radius:12px;transition:all .3s ease;width:100%}.voice-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.voice-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea66}.voice-button.danger{background:#ef4444;color:#fff;border:none}.voice-button.danger:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 8px 16px #ef444466}.voice-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.info-section{margin-top:2rem;padding:1.5rem;background:#ffffff0d;border-radius:12px}.info-section h3{font-size:1.25rem;margin-bottom:1rem}.info-section ul{list-style:none;padding:0}.info-section li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#ccc}.info-section li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.error-message{padding:1rem;background:#ef44441a;border:1px solid #ef4444;border-radius:8px;color:#ef4444;text-align:center}.waveform{display:flex;align-items:center;justify-content:center;gap:4px;height:40px;margin:1rem 0}.waveform-bar{width:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;animation:wave 1s ease-in-out infinite}.waveform-bar:nth-child(1){animation-delay:0s}.waveform-bar:nth-child(2){animation-delay:.1s}.waveform-bar:nth-child(3){animation-delay:.2s}.waveform-bar:nth-child(4){animation-delay:.3s}.waveform-bar:nth-child(5){animation-delay:.4s}@keyframes wave{0%,to{height:10px}50%{height:30px}}@media (prefers-color-scheme: light){.agent-card{background:#00000005;border:1px solid rgba(0,0,0,.1)}.header p{color:#555}.status-text p{color:#666}.info-section li{color:#333}.agent-status,.info-section{background:#00000005}}: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}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{max-width:1280px;margin:0 auto;padding:2rem;width:100%}h1{font-size:3.2em;line-height:1.1;margin-bottom:1rem}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}button{background-color:#f9f9f9}}
