*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.container{max-width:800px;width:100%}.avatar-container{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 60px #0000004d;margin-bottom:30px;display:flex;justify-content:center;align-items:center;min-height:400px}#avatar-wrapper{width:100%;max-width:350px;display:flex;justify-content:center;align-items:center}#avatar-wrapper svg{width:100%;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.controls{background:#fff;border-radius:20px;padding:30px;box-shadow:0 20px 60px #0000004d;text-align:center}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 40px;border-radius:50px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;box-shadow:0 4px 15px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.btn-primary:active{transform:translateY(0)}.btn-primary.listening{background:linear-gradient(135deg,#f093fb,#f5576c);animation:pulse 1.5s infinite}.btn-primary.processing{background:linear-gradient(135deg,#4facfe,#00f2fe);cursor:wait}.btn-primary.speaking{background:linear-gradient(135deg,#43e97b,#38f9d7)}@keyframes pulse{0%,to{box-shadow:0 4px 15px #f5576c66}50%{box-shadow:0 4px 25px #f5576ccc}}.mic-icon{font-size:24px}.status{margin-top:20px;padding:12px 20px;background:#f8f9fa;border-radius:10px;color:#495057;font-weight:500;min-height:48px;display:flex;align-items:center;justify-content:center}.status.listening{background:#fff3cd;color:#856404}.status.processing{background:#d1ecf1;color:#0c5460}.status.speaking{background:#d4edda;color:#155724}.status.error{background:#f8d7da;color:#721c24}.transcript{margin-top:20px;padding:20px;background:#f8f9fa;border-radius:10px;min-height:100px;text-align:left;color:#495057;line-height:1.6;max-height:200px;overflow-y:auto}.transcript:empty:before{content:"Your conversation will appear here...";color:#adb5bd;font-style:italic}.transcript-user{color:#667eea;font-weight:600;margin-bottom:8px}.transcript-avatar{color:#764ba2;font-weight:600;margin-top:12px;margin-bottom:8px}
