.push-to-talk{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.ptt-button{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#c5ac94,#a68968);flex-direction:column;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;box-shadow:0 8px 32px #0003;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ptt-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 12px 48px #0000004d;border-color:#ffffff80}.ptt-button:active:not(:disabled){transform:scale(.95)}.ptt-button.recording{background:linear-gradient(135deg,#f093fb,#f5576c);animation:pulse 1.5s ease-in-out infinite;border-color:#fffc}.ptt-button.processing{background:linear-gradient(135deg,#4facfe,#00f2fe);cursor:not-allowed;opacity:.8}.ptt-button:disabled{cursor:not-allowed;opacity:.6}.ptt-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.ptt-icon svg{width:100%;height:100%}.ptt-text{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.status-indicator{padding:.75rem 1.5rem;border-radius:24px;font-size:.9rem;font-weight:500;opacity:0;transition:opacity .3s ease;min-width:200px;text-align:center}.status-indicator.recording{background:#f5576c33;border:1px solid rgba(245,87,108,.5);color:#f5576c;opacity:1}.status-indicator.processing{background:#4facfe33;border:1px solid rgba(79,172,254,.5);color:#4facfe;opacity:1}.status-indicator.error{background:#ff3b3033;border:1px solid rgba(255,59,48,.5);color:#ff3b30;opacity:1}.status-indicator.timeout{background:#ff950033;border:1px solid rgba(255,149,0,.5);color:#ff9500;opacity:1}.status-indicator.complete{background:#34c75933;border:1px solid rgba(52,199,89,.5);color:#34c759;opacity:1}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 8px 32px #0003}50%{transform:scale(1.05);box-shadow:0 12px 48px #f5576c66}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.ptt-button{width:160px;height:160px}.ptt-icon{width:40px;height:40px}.ptt-text{font-size:.8rem}}.conversation-history{display:flex;flex-direction:column;background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;overflow:hidden;height:100%;max-height:600px}.conversation-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#c5ac94,#a68968);font-size:1.25rem;font-weight:600}.message-count{font-size:.85rem;opacity:.9;background:#fff3;padding:.25rem .75rem;border-radius:12px}.messages-container{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#999;text-align:center;padding:2rem}.empty-state svg{width:64px;height:64px;margin-bottom:1rem;opacity:.5}.empty-state p{font-size:1rem;margin:0}.message{display:flex;gap:1rem;animation:slideIn .3s ease-out}.message.user{flex-direction:row-reverse}.message-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.message.user .message-avatar{background:linear-gradient(135deg,#c5ac94,#a68968)}.message.ai .message-avatar{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.message-avatar svg{width:24px;height:24px}.message-content{flex:1;display:flex;flex-direction:column;gap:.25rem;max-width:70%}.message.user .message-content{align-items:flex-end}.message-speaker{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#666}.message-text{padding:1rem;border-radius:12px;line-height:1.5;word-wrap:break-word}.message.user .message-text{background:linear-gradient(135deg,#c5ac94,#a68968);border-bottom-right-radius:4px}.message.ai .message-text{background:#f5f5f5;color:#333;border-bottom-left-radius:4px}.message-time{font-size:.7rem;color:#999;padding:0 .5rem}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.messages-container::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#0000004d}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.conversation-history{max-height:400px}.message-content{max-width:85%}.message-avatar{width:32px;height:32px}.message-avatar svg{width:20px;height:20px}}.audio-player{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:1000;animation:slideUp .3s ease-out}.audio-player-content{display:flex;align-items:center;gap:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:50px;box-shadow:0 8px 32px #0003;border:1px solid rgba(255,255,255,.5)}.audio-wave{display:flex;align-items:center;gap:4px;height:24px}.wave-bar{width:3px;background:linear-gradient(135deg,#c5ac94,#a68968)}.wave-bar:nth-child(1){animation-delay:0s}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.4s}.audio-text{font-size:.9rem;font-weight:500;color:#333}.stop-button{width:32px;height:32px;min-width:32px;padding:0;border-radius:50%;background:linear-gradient(135deg,#f093fb,#f5576c);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.stop-button:hover{transform:scale(1.1)}.stop-button:active{transform:scale(.95)}.stop-button svg{width:16px;height:16px}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes wave{0%,to{height:8px}50%{height:24px}}@media (max-width: 768px){.audio-player{bottom:1rem;left:1rem;right:1rem;transform:none}.audio-player-content{width:100%;justify-content:center}}.session-status{display:flex;flex-direction:column;gap:1rem}.status-card{background:#fffffff2;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 4px 16px #0000001a;display:flex;justify-content:space-between;align-items:center}.status-indicator-wrapper{display:flex;align-items:center;gap:.75rem}.status-dot{width:12px;height:12px;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}.status-text{font-size:1rem;font-weight:600;color:#333}.timer{display:flex;align-items:center;gap:.5rem;color:#666;font-family:Courier New,monospace;font-size:1.1rem;font-weight:600}.timer svg{width:20px;height:20px}.idle-warning{display:flex;align-items:flex-start;gap:1rem;background:#ff95001a;border:2px solid rgba(255,149,0,.5);border-radius:12px;padding:1rem 1.25rem;animation:slideIn .3s ease-out,shake .5s ease-in-out}.idle-warning svg{width:24px;height:24px;color:#ff9500;flex-shrink:0;margin-top:2px}.warning-text{flex:1}.warning-text strong{display:block;font-size:.95rem;color:#ff9500;margin-bottom:.25rem}.warning-text p{margin:0;font-size:.85rem;color:#666}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@media (max-width: 768px){.status-card{flex-direction:column;align-items:flex-start;gap:.75rem}.timer{width:100%;justify-content:flex-end}.idle-warning{padding:.875rem 1rem}.warning-text strong{font-size:.9rem}.warning-text p{font-size:.8rem}}.dashboard{min-height:100vh;padding:2rem;background:linear-gradient(135deg,#c5ac94,#a68968);max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.dashboard-header{color:#fff;display:flex;justify-content:space-between;align-items:center;gap:1rem}.header-content{text-align:left}.header-content h1{margin:0;font-size:2.5rem;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.2)}.subtitle{margin:.5rem 0 0;font-size:1.1rem;opacity:.95}.header-actions{display:flex;align-items:center;gap:1rem}.user-info{font-size:.9rem;opacity:.9;padding:.5rem 1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:16px;border:1px solid rgba(255,255,255,.2)}.new-session-btn,.logout-btn{padding:.75rem 1.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.5);color:#fff;border-radius:24px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.logout-btn{background:#ffffff1a;border:2px solid rgba(255,255,255,.3)}.new-session-btn:hover,.logout-btn:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 16px #0003}.logout-btn:hover{background:#ff453a4d;border-color:#ff453a80}@media (max-width: 768px){.dashboard-header{flex-direction:column;text-align:center;gap:1.5rem}.header-content{text-align:center}.header-actions{flex-wrap:wrap;justify-content:center}.header-content h1{font-size:2rem}}.error-banner{display:flex;align-items:center;gap:1rem;background:#ff3b30f2;color:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 4px 16px #ff3b304d;animation:slideDown .3s ease-out}.error-banner svg{width:24px;height:24px;flex-shrink:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dashboard-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.conversation-section{height:600px}.controls-section{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:2rem}.ptt-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1rem;border:1px solid rgba(255,255,255,.2)}.info-card{background:#fffffff2;border-radius:12px;padding:1.5rem;box-shadow:0 4px 16px #0000001a}.info-card h3{margin:0 0 1rem;font-size:1.1rem;color:#333}.info-card ol{margin:0;padding-left:1.25rem;color:#666;line-height:1.8}.info-card li{margin-bottom:.5rem}.dashboard-footer{text-align:center;color:#fffc;padding:2rem 0;font-size:.9rem}.dashboard-footer p{margin:0}@media (max-width: 1024px){.dashboard-content{grid-template-columns:1fr}.controls-section{position:static}.conversation-section{height:500px}}@media (max-width: 768px){.dashboard{padding:1rem}.dashboard-container{gap:1.5rem}.header-content h1{font-size:1.75rem}.subtitle{font-size:1rem}.conversation-section{height:400px}.dashboard-content{gap:1.5rem}.controls-section{gap:1rem}.info-card{padding:1.25rem}.info-card h3{font-size:1rem}.info-card ol{font-size:.9rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c5ac94,#a68968);padding:20px}.login-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 20px 40px #0000001a;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{margin:0 0 .5rem;color:#333;font-size:1.8rem;font-weight:600}.login-header p{margin:0;color:#666;font-size:.9rem}.login-form,.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;font-size:.9rem}.form-group input{width:100%;padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#a68968}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{background-color:#fee;border:1px solid #fcc;color:#c66;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.login-button{width:100%;background:linear-gradient(135deg,#c5ac94,#a68968);color:#fff;border:none;padding:.875rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.login-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #a6896866}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.login-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e1e5e9}.demo-info{margin:0 0 .5rem;color:#666;font-size:.8rem;font-weight:500}.login-footer p{margin:.25rem 0;color:#888;font-size:.8rem}.login-footer strong{color:#555}@media (max-width: 480px){.login-container{padding:10px}.login-card{padding:1.5rem}.login-header h1{font-size:1.5rem}}.app{width:100%;min-height:100vh;background:linear-gradient(135deg,#c5ac94,#a68968)}: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;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}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}}
