body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container[data-v-03d8a0ab]{width:100%;max-width:430px;height:100vh;height:100dvh;margin:0 auto;background:linear-gradient(180deg,#1a1a2e,#16213e);display:flex;flex-direction:column;overflow:hidden}.app-header[data-v-03d8a0ab]{padding:60px 20px 30px;display:flex;align-items:center;gap:15px;background:linear-gradient(180deg,rgba(102,126,234,.4) 0%,transparent 100%)}.header-disconnect-btn[data-v-03d8a0ab]{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#dc505026;color:#ffffffb3;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease;flex-shrink:0}.header-disconnect-btn[data-v-03d8a0ab]:hover{background:#dc505059;color:#fff;border-color:#dc505099;box-shadow:0 0 18px #dc505073}.header-disconnect-btn[data-v-03d8a0ab]:active{transform:scale(.9)}.avatar[data-v-03d8a0ab]{width:70px;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 8px 25px #667eea66;animation:float-03d8a0ab 3s ease-in-out infinite}@keyframes float-03d8a0ab{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.avatar-icon[data-v-03d8a0ab]{font-size:35px}.header-info[data-v-03d8a0ab]{flex:1}.bot-name[data-v-03d8a0ab]{color:#fff;font-size:24px;font-weight:700;margin-bottom:8px}.status[data-v-03d8a0ab]{color:#fff9;font-size:14px;display:flex;align-items:center;gap:8px}.status[data-v-03d8a0ab]:before{content:"";width:10px;height:10px;background:#666;border-radius:50%;transition:all .3s}.status.connected[data-v-03d8a0ab]:before{background:#52c41a;box-shadow:0 0 15px #52c41a;animation:pulse-03d8a0ab 2s infinite}@keyframes pulse-03d8a0ab{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.app-messages[data-v-03d8a0ab]{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:20px}.welcome-area[data-v-03d8a0ab]{text-align:center;padding:60px 20px;color:#ffffffb3}.welcome-area p[data-v-03d8a0ab]{margin-top:25px;font-size:16px;font-weight:500}.wave-animation[data-v-03d8a0ab]{display:flex;justify-content:center;gap:6px;margin:0 auto}.wave-animation span[data-v-03d8a0ab]{width:8px;height:50px;background:linear-gradient(180deg,#667eea,#764ba2);border-radius:4px;animation:wave-03d8a0ab 1.2s ease-in-out infinite}.wave-animation span[data-v-03d8a0ab]:nth-child(2){animation-delay:.1s}.wave-animation span[data-v-03d8a0ab]:nth-child(3){animation-delay:.2s}.wave-animation span[data-v-03d8a0ab]:nth-child(4){animation-delay:.3s}.wave-animation span[data-v-03d8a0ab]:nth-child(5){animation-delay:.4s}@keyframes wave-03d8a0ab{0%,to{height:20px;opacity:.5}50%{height:50px;opacity:1}}.connecting-animation[data-v-03d8a0ab]{display:flex;justify-content:center;margin:30px 0}.spinner[data-v-03d8a0ab]{width:50px;height:50px;border:4px solid rgba(102,126,234,.3);border-top-color:#667eea;border-radius:50%;animation:spin-03d8a0ab 1s linear infinite}@keyframes spin-03d8a0ab{to{transform:rotate(360deg)}}.message[data-v-03d8a0ab]{display:flex;gap:12px;animation:slideIn-03d8a0ab .4s ease}@keyframes slideIn-03d8a0ab{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.message-avatar[data-v-03d8a0ab]{width:45px;height:45px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:22px;flex-shrink:0;box-shadow:0 4px 15px #667eea4d}.message-bubble[data-v-03d8a0ab]{background:#ffffff14;padding:18px 22px;border-radius:6px 22px 22px;color:#fff;font-size:16px;line-height:1.7;max-width:300px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.user-message[data-v-03d8a0ab]{flex-direction:row-reverse}.user-message .message-avatar[data-v-03d8a0ab]{background:linear-gradient(135deg,#4facfe,#00f2fe);box-shadow:0 4px 15px #4facfe4d}.user-message .message-bubble[data-v-03d8a0ab]{background:#4facfe26;border-top-left-radius:22px;border-top-right-radius:6px;border:1px solid rgba(79,172,254,.2);text-align:right}.app-controls[data-v-03d8a0ab]{padding:20px 20px 40px;display:flex;justify-content:center}.app-controls .action-btn[data-v-03d8a0ab]{width:auto;height:auto;padding:14px 36px;border-radius:16px;font-size:17px;font-weight:600;letter-spacing:1px;border:none;background:linear-gradient(135deg,#667eead9,#764ba2d9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #667eea59;transition:all .3s ease}.app-controls .action-btn[data-v-03d8a0ab]:hover{background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-2px);box-shadow:0 6px 28px #667eea80}.app-controls .action-btn[data-v-03d8a0ab]:active{transform:translateY(0);box-shadow:0 2px 12px #667eea4d}.app-controls .interrupt-btn[data-v-03d8a0ab]{background:linear-gradient(135deg,#ffa03cd9,#ff7832d9);color:#fff;box-shadow:0 4px 20px #ff822859;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-controls .interrupt-btn[data-v-03d8a0ab]:hover{background:linear-gradient(135deg,#ffaf46,#ff8737);box-shadow:0 6px 28px #ff82288c}.app-controls .interrupt-btn[data-v-03d8a0ab]:active{box-shadow:0 2px 12px #ff82284d}.app-controls .interrupt-btn--idle[data-v-03d8a0ab]{background:linear-gradient(135deg,#ffffff0f,#ffffff0a);color:#ffffff40;box-shadow:none;cursor:not-allowed}.app-controls .interrupt-btn--idle[data-v-03d8a0ab]:hover{background:linear-gradient(135deg,#ffffff0f,#ffffff0a);box-shadow:none;transform:none}.app-controls .interrupt-btn--user-speaking[data-v-03d8a0ab]{background:linear-gradient(135deg,#ffa03ce6,#ff7832e6);box-shadow:0 4px 22px #ff822873;animation:interruptPulse-03d8a0ab 1.8s ease-in-out infinite}.app-controls .interrupt-btn--user-speaking[data-v-03d8a0ab]:hover{background:linear-gradient(135deg,#ffb44b,#ff8c37);box-shadow:0 6px 34px #ff7823a6}.app-controls .interrupt-btn--agent-speaking[data-v-03d8a0ab]{background:linear-gradient(135deg,#ff8c28eb,#ff641eeb);box-shadow:0 4px 28px #ff6e1e80;animation:interruptBreath-03d8a0ab 1.4s ease-in-out infinite}.app-controls .interrupt-btn--agent-speaking[data-v-03d8a0ab]:hover{background:linear-gradient(135deg,#ffa537,#ff7328);box-shadow:0 6px 38px #ff6419b3}@keyframes interruptPulse-03d8a0ab{0%,to{box-shadow:0 4px 22px #ff822873}50%{box-shadow:0 6px 36px #ff9632b3}}@keyframes interruptBreath-03d8a0ab{0%,to{box-shadow:0 4px 28px #ff6e1e80}50%{box-shadow:0 8px 42px #ff8c2dbf}}.app-messages[data-v-03d8a0ab]::-webkit-scrollbar{width:6px}.app-messages[data-v-03d8a0ab]::-webkit-scrollbar-track{background:#ffffff0d}.app-messages[data-v-03d8a0ab]::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}#app{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
