.voice-input-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:12px;margin:8px 0;padding:16px}.voice-controls{gap:12px}.voice-button,.voice-controls{align-items:center;display:flex}.voice-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:50%;box-shadow:0 4px 16px #10b9814d;color:#fff;cursor:pointer;font-size:20px;height:48px;justify-content:center;transition:all .3s ease;width:48px}.voice-button:hover{box-shadow:0 6px 20px #10b98166;transform:scale(1.05)}.voice-button:active{transform:scale(.95)}.voice-button.recording{animation:pulse 1.5s infinite;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 16px #ef44444d}.voice-button.recording:hover{box-shadow:0 6px 20px #ef444466}.voice-status{align-items:center;display:flex;gap:8px}.voice-status-text{color:#6b7280;font-size:14px}.voice-status-icon{font-size:16px}.voice-status-icon.listening{animation:pulse 2s infinite}.voice-error{color:#ef4444;font-size:12px;margin-top:4px}.voice-transcript{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;line-height:1.4;margin-top:8px;padding:12px}.voice-transcript-placeholder{color:#9ca3af;font-style:italic}.voice-actions{display:flex;gap:8px;margin-top:8px}.voice-action-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s ease}.voice-action-button:hover{background:#e5e7eb;border-color:#9ca3af}.voice-action-button.primary{background:#10b981;border-color:#10b981;color:#fff}.voice-action-button.primary:hover{background:#059669;border-color:#059669}.voice-action-button.danger{background:#ef4444;border-color:#ef4444;color:#fff}.voice-action-button.danger:hover{background:#dc2626;border-color:#dc2626}.voice-permissions-message{align-items:center;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;color:#92400e;display:flex;font-size:14px;gap:8px;margin-top:8px;padding:12px}.voice-permissions-message-icon{color:#f59e0b;font-size:16px}.voice-unsupported-message{align-items:center;background:#fee2e2;border:1px solid #f87171;border-radius:8px;color:#991b1b;display:flex;font-size:14px;gap:8px;margin-top:8px;padding:12px}.voice-unsupported-message-icon{color:#f87171;font-size:16px}.voice-language-selector{align-items:center;display:flex;gap:8px;margin-top:8px}.voice-language-label{color:#6b7280;font-size:14px}.voice-language-select{background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:12px;padding:4px 8px}.voice-language-select:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.chat-interface{background:#0000;display:flex;flex-direction:column;height:100vh;overflow:hidden}.chat-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:16px 20px;width:100%}.logo{border-radius:6px;box-shadow:0 2px 4px #0000001a;height:50px;max-width:120px;object-fit:contain;width:auto}.header-content h1{color:#333;font-size:36px;font-weight:600;margin:0}.header-actions{display:flex;gap:12px}.disclaimer-button,.export-button,.new-chat-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 12px;transition:all .2s ease}.disclaimer-button:hover,.export-button:hover,.new-chat-button:hover{background:#f9fafb;border-color:#9ca3af}.export-button:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.chat-body{background:#f9fafb;overflow-y:auto;position:relative}.chat-body,.chat-messages{display:flex;flex:1 1;flex-direction:column}.chat-messages{gap:8px;margin:0 auto;max-width:800px;padding:24px 20px 20px;width:100%}.chat-input{background:linear-gradient(0deg,#fff 0,#fff 70%,#ffffffe6 90%,#ffffff4d);margin-top:-32px;padding:48px 20px 16px;position:relative}.input-container{align-items:center;background:#e2e8f0;border-radius:25px;display:flex;gap:8px;margin:0 auto;max-width:900px;min-height:40px;padding:8px;position:relative;width:100%}.input-container textarea{background:#0000;border:none;color:#333;flex:1 1;font-family:inherit;font-size:16px;line-height:1.4;max-height:120px;min-height:20px;outline:none;padding:8px 16px;resize:none}.input-container textarea::placeholder{color:#94a3b8}.input-actions{align-items:center;display:flex;gap:8px}.input-actions .voice-button{background:none;border:none;border-radius:50%;color:#333;cursor:pointer;font-size:16px;height:32px;min-height:32px;min-width:32px;transition:all .2s ease;width:32px}.input-actions .voice-button:hover{background:#3333331a;box-shadow:none;transform:none}.input-actions .voice-button.recording{animation:pulse 1.5s infinite;color:#ef4444}.disclaimer{color:#999;font-size:11px;line-height:1.3;margin:0 auto;max-width:900px;padding:12px 20px 16px;text-align:center;width:100%}.voice-error,.voice-status{display:flex;justify-content:flex-start;margin-bottom:8px}.voice-error-content,.voice-status-content{background:#fff;border:1px solid #d8dfe8;border-radius:12px;color:#1e293b;font-size:14px;line-height:1.4;max-width:80%;padding:16px}.voice-error-content{background:#fef2f2;border-color:#fecaca;color:#991b1b}.loading-container{display:flex;justify-content:flex-start;margin-bottom:8px}.loading-indicator{align-items:center;display:flex;justify-content:center;padding:20px}.loading-dots{display:flex;gap:4px}.loading-dots span{animation:loading 1.4s ease-in-out infinite;background-color:#999;border-radius:50%;height:8px;width:8px}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes loading{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.typing-indicator{display:flex;gap:4px}.typing-indicator span{animation:typing 1.4s ease-in-out infinite;background-color:#999;border-radius:50%;height:6px;width:6px}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}.typing-indicator span:nth-child(3){animation-delay:0s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-height:80vh;max-width:500px;overflow:auto;padding:24px;width:90%}.modal-content h3{font-size:18px;font-weight:600;margin:0 0 16px}.modal-content p{color:#6b7280;margin-bottom:16px}.email-input{border:1px solid #d1d5db;border-radius:6px;font-size:14px;margin-bottom:16px;padding:8px 12px;width:100%}.email-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.export-confirm-button,.modal-cancel-button{border-radius:6px;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease}.export-confirm-button{background:#10b981;border:none;color:#fff}.export-confirm-button:hover{background:#059669}.export-confirm-button:disabled{background:#d1d5db;cursor:not-allowed}.modal-cancel-button{background:#fff;border:1px solid #d1d5db;color:#374151}.modal-cancel-button:hover{background:#f9fafb;border-color:#9ca3af}.disclaimer-modal{max-height:80vh;max-width:600px;overflow-y:auto}.disclaimer-content{line-height:1.6;margin-bottom:20px}.disclaimer-content p{color:#374151;margin-bottom:12px}.disclaimer-content ol,.disclaimer-content ul{margin-bottom:16px;padding-left:20px}.disclaimer-content li{color:#6b7280;margin-bottom:6px}.disclaimer-content strong{color:#374151;font-weight:600}.action-buttons{display:flex;justify-content:flex-start;margin-bottom:8px;margin-top:8px}.continue-button,.next-batch-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:1px solid #2563eb;border-radius:8px;box-shadow:0 2px 4px #2563eb33;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s ease}.continue-button:hover,.next-batch-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#1d4ed8;box-shadow:0 4px 8px #2563eb4d;transform:translateY(-1px)}.continue-button:active,.next-batch-button:active{box-shadow:0 1px 2px #2563eb33;transform:translateY(0)}.continue-button:disabled,.next-batch-button:disabled{background:#9ca3af;border-color:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.next-batch-button{background:linear-gradient(135deg,#10b981,#059669);border-color:#059669}.next-batch-button:hover{background:linear-gradient(135deg,#059669,#047857);border-color:#047857;box-shadow:0 4px 8px #10b9814d}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;margin:0;padding:0}@media (min-width:769px){.chat-interface{display:flex;flex-direction:column;height:100vh}.header-title-section{align-items:center;display:flex;gap:16px;margin-bottom:0}.header-content{align-items:center!important;flex-direction:row!important;gap:20px!important;justify-content:space-between!important}}@media (max-width:768px){.chat-interface{display:flex;flex-direction:column;height:100vh;height:100dvh}.chat-header{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:none;box-shadow:0 2px 10px #00000026;padding:8px 0}.header-content{align-items:flex-start;flex-direction:column;gap:12px;padding:16px 20px;position:relative;text-align:left}.header-title-section{align-items:center;display:flex;flex-direction:row;gap:16px;width:100%}.header-content h1{color:#fff;flex:1 1;font-size:26px;font-weight:700;letter-spacing:1.2px;line-height:1.2;margin:0;text-shadow:0 1px 3px #0000004d;writing-mode:initial}.logo{border-radius:10px;box-shadow:0 3px 10px #00000040;flex-shrink:0;height:48px;max-width:140px;width:auto}@media (max-width:600px) and (min-width:481px){.header-title-section{gap:14px}.header-content h1{font-size:24px;letter-spacing:1px}.logo{height:45px;max-width:130px}}.header-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:6px;width:100%}.disclaimer-button,.export-button,.new-chat-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex:0 0 auto;flex-direction:column;font-size:11px;font-weight:600;gap:3px;justify-content:center;max-width:90px;min-width:70px;padding:8px 6px;text-shadow:0 1px 2px #0000004d;transition:all .3s ease}.disclaimer-button span,.export-button span,.new-chat-button span{font-size:16px;margin-bottom:1px}.disclaimer-button:hover,.export-button:hover,.new-chat-button:hover{background:#ffffff40;border-color:#ffffff80;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.disclaimer-button:active,.export-button:active,.new-chat-button:active{transform:translateY(0)}.export-button:disabled{background:#ffffff1a;box-shadow:none;color:#ffffff80;cursor:not-allowed;transform:none}.chat-body{-webkit-overflow-scrolling:touch;background:#f8fafc;flex:1 1;overflow-y:auto}.chat-messages{gap:12px;max-width:100%;padding:16px 12px 20px}.chat-input{background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -2px 10px #0000001a;padding:12px 16px}.input-container{background:#f1f5f9;border-radius:20px;max-width:100%;min-height:44px;padding:6px}.input-container textarea{border-radius:16px;font-size:16px;max-height:120px;min-height:20px;padding:10px 12px}.input-actions{align-items:center;display:flex;gap:6px}.voice-button{border-radius:50%;flex-shrink:0;font-size:18px;height:40px;width:40px}.modal-overlay{padding:16px}.modal-content{border-radius:16px;margin:20px auto;max-height:80vh;max-width:90vw;padding:20px}.disclaimer-modal{max-height:85vh;max-width:95vw}.disclaimer-content{font-size:14px;line-height:1.5}.modal-actions{flex-direction:column;gap:8px}.modal-actions button{width:100%}.email-input,.modal-actions button{border-radius:8px;font-size:16px;padding:12px}.message-bubble{border-radius:16px;font-size:14px;line-height:1.4;max-width:85%;padding:10px 14px}.message-bubble.user{margin-left:15%}.message-bubble.assistant{margin-right:15%}.loading-indicator{padding:16px;text-align:center}.typing-indicator{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;display:inline-flex;gap:4px;padding:12px 16px}.voice-error,.voice-status{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border-radius:20px;bottom:100px;color:#fff;font-size:14px;left:50%;padding:8px 16px;position:fixed;transform:translateX(-50%);z-index:1000}.voice-error{background:#ef4444e6}.alternative-suggestion{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#e3f2fdf2;border-left:3px solid #2196f3;border-radius:8px;margin-top:8px;padding:8px 12px}.suggestion-text{color:#1565c0;display:block;font-size:12px;font-weight:500;text-align:center}.chat-body{-ms-overflow-style:none;scrollbar-width:none}.chat-body::-webkit-scrollbar{display:none}.disclaimer-button,.export-button,.new-chat-button,.voice-button{-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none;-webkit-user-select:none}.disclaimer-content,.message-bubble{user-select:text;-webkit-user-select:text}.action-buttons{justify-content:center;margin:12px 0}.continue-button,.next-batch-button{-webkit-tap-highlight-color:transparent;border-radius:10px;font-size:15px;min-height:44px;padding:10px 20px;touch-action:manipulation}.continue-button:active,.next-batch-button:active{transform:scale(.95)}}@media (max-width:480px){.header-content{padding:12px 16px}.header-title-section{gap:12px}.header-content h1{font-size:22px;letter-spacing:1px}.logo{height:42px;max-width:120px}.header-actions{gap:5px;justify-content:center}.disclaimer-button,.export-button,.new-chat-button{font-size:10px;max-width:80px;min-width:65px;padding:7px 5px}.disclaimer-button span,.export-button span,.new-chat-button span{font-size:14px}.chat-messages{padding:12px 8px 16px}.message-bubble{font-size:13px;max-width:90%;padding:8px 12px}.message-bubble.user{margin-left:10%}.message-bubble.assistant{margin-right:10%}}
/*# sourceMappingURL=main.07c91700.css.map*/