:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1a1a1ade;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background-color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}html,body{height:100%;margin:0;padding:0;overflow:hidden}#root{width:100vw;height:100vh;overflow:hidden}button{border:none;outline:none;font-family:inherit}input{outline:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:silver;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a0a0a0}@media (max-width:768px),(pointer:coarse){html{height:100%;height:100dvh}body{height:100%;height:100dvh;position:relative;overflow-x:hidden}#root{height:100%;height:100dvh;position:relative}input[type=text],input[type=email],input[type=password],textarea{appearance:none;zoom:1;border-radius:0}}.app{background-color:#fff;width:100%;height:100vh;overflow:hidden}*{box-sizing:border-box}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;background-color:#fff;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{height:100%}.app-loading{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);flex-direction:column;justify-content:center;align-items:center;gap:24px;height:100vh;display:flex}.loading-spinner{border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-loading p{color:#64748b;margin:0;font-size:16px;font-weight:500}.sidebar{background-color:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;width:300px;min-height:100vh;transition:width .3s;display:flex}.sidebar.collapsed{width:60px}.sidebar-header{border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;padding:16px;display:flex}.toggle-sidebar-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:32px;min-height:32px;padding:8px;transition:all .2s;display:flex}.toggle-sidebar-btn:hover{color:#1a1a1a;background-color:#e2e8f0}.new-chat-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:12px;flex:1;align-items:center;gap:8px;padding:14px 16px;font-size:14px;font-weight:500;transition:all .3s;display:flex;box-shadow:0 4px 15px #3b82f64d}.new-chat-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.new-chat-btn .icon{font-size:1rem;font-weight:400}.chats-list{flex:1;padding:8px;overflow-y:auto}.chat-item{cursor:pointer;border-radius:8px;align-items:center;margin-bottom:4px;padding:12px;transition:all .2s;display:flex;position:relative}.chat-item:hover{background-color:#e2e8f0}.chat-item.active{background-color:#dbeafe;border-left:3px solid #3b82f6}.chat-content{flex:1;min-width:0}.chat-title{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:.95rem;font-weight:500;overflow:hidden}.chat-preview{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:.8rem;overflow:hidden}.chat-timestamp{color:#6b7280;font-size:.75rem}.chat-actions{opacity:0;gap:4px;transition:opacity .2s;display:flex}.chat-item:hover .chat-actions{opacity:1}.action-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;min-width:24px;min-height:24px;padding:4px;font-size:.8rem;transition:all .2s;display:flex}.action-btn:hover{color:#1f2937;background-color:#f1f5f9}.delete-btn:hover{color:#fff;background-color:#dc2626}.action-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.empty-state{text-align:center;color:#6b7280;padding:40px 20px}.empty-state p{color:#64748b;margin-bottom:8px;font-size:1.1rem}.empty-state span{color:#94a3b8;font-size:.9rem}.loading-state{text-align:center;color:#64748b;padding:40px 20px}.loading-state p{margin:0;font-size:1rem}.error-state{text-align:center;color:#dc2626;padding:40px 20px}.error-state p{margin:0;font-size:.9rem;line-height:1.4}.chats-list::-webkit-scrollbar{width:6px}.chats-list::-webkit-scrollbar-track{background:0 0}.chats-list::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}.chats-list::-webkit-scrollbar-thumb:hover{background:#4b5563}@media (max-width:768px){.sidebar{height:100vh;transition:none;position:relative;width:100%!important;transform:none!important}.sidebar.collapsed{width:100%!important;transform:none!important}.chat-item{border:1px solid #e2e8f0;margin-bottom:8px;margin-left:8px;margin-right:8px;box-shadow:0 1px 3px #0000001a}.chat-item:hover{border-color:#cbd5e1;box-shadow:0 2px 6px #00000026}.chat-item.active{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f640}.chat-actions{opacity:1!important}.action-btn{min-width:36px;min-height:36px;padding:8px!important;font-size:1rem!important}.sidebar-promo{border-radius:12px;margin:8px;box-shadow:0 2px 8px #0000001a}.promo-logo{width:36px;height:36px}.promo-title{font-size:14px}.promo-subtitle{font-size:13px}}.sidebar-promo{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-top:1px solid #e2e8f0;margin-top:auto;padding:16px}.promo-link{color:inherit;text-decoration:none;transition:transform .2s;display:block}.promo-link:hover{transform:translateY(-1px)}.promo-content{align-items:center;gap:12px;display:flex}.promo-logo{border-radius:8px;width:40px;height:40px;box-shadow:0 2px 8px #0000001a}.promo-text{flex:1;min-width:0}.promo-title{color:#1f2937;font-size:13px;font-weight:600;line-height:1.2}.promo-subtitle{color:#64748b;font-size:12px;line-height:1.2}.logout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:12px;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #ef44444d}.logout-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.logout-btn:active:not(:disabled){transform:translateY(0)}.logout-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.logout-btn .icon{font-size:16px}.message-bubble{width:100%;margin-bottom:8px}.message-container{align-items:flex-start;gap:8px;max-width:80%;display:flex}.user-message .message-container{flex-direction:row-reverse;margin-left:auto}.ai-message .message-container{margin-right:auto}.avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:5px;font-size:16px;display:flex}.user-message .avatar{color:#fff;background:linear-gradient(135deg,#4caf50 0%,#45a049 100%)}.ai-message .avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.avatar-image{object-fit:cover;border-radius:50%;width:100%;height:100%}.user-avatar-circle{background:linear-gradient(135deg,#4caf50 0%,#45a049 100%);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;display:flex;box-shadow:0 2px 4px #4caf504d}.user-avatar-circle span{filter:drop-shadow(0 1px 2px #0003)}.message-content{flex-direction:column;gap:4px;display:flex}.message-body{background-color:#fff;border-radius:18px;padding:12px 16px;position:relative;box-shadow:0 1px 2px #0000001a}.user-message .message-body{color:#fff;background:linear-gradient(135deg,#007bff 0%,#0056b3 100%)}.ai-message .message-body{color:#333;background-color:#fff}.message-time{color:#888;text-align:right;margin-top:2px;font-size:11px}.user-message .message-time{text-align:left}.message-text{word-wrap:break-word;line-height:1.4}.voice-message{flex-direction:column;gap:8px;min-width:200px;display:flex}.voice-content{align-items:center;gap:8px;display:flex}.voice-icon{font-size:16px}.voice-label{font-weight:500}.voice-duration{color:#666;font-size:13px}.user-message .voice-duration{color:#fffc}.voice-waveform{align-items:center;gap:2px;height:20px;display:flex}.wave-bar{background-color:#007bff;border-radius:2px;width:3px;animation:1.5s ease-in-out infinite wave}.user-message .wave-bar{background-color:#ffffffb3}.wave-bar:first-child{height:8px;animation-delay:0s}.wave-bar:nth-child(2){height:16px;animation-delay:.3s}.wave-bar:nth-child(3){height:12px;animation-delay:.6s}.wave-bar:nth-child(4){height:20px;animation-delay:.9s}.wave-bar:nth-child(5){height:6px;animation-delay:1.2s}@keyframes wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.3)}}.video-message{flex-direction:column;gap:8px;min-width:280px;max-width:400px;display:flex}.video-player{background:#000;border-radius:12px;outline:none;width:100%;max-width:400px;height:auto}.video-info{align-items:center;gap:4px;margin-top:4px;display:flex}.video-label{color:#64748b;font-size:13px;font-weight:500}.video-duration{color:#9ca3af;font-size:12px}.user-message .video-label,.user-message .video-duration{color:#fffc}.loading-message{flex-direction:column;gap:8px;min-width:200px;display:flex}.loading-content{align-items:center;gap:8px;display:flex}.loading-icon{font-size:16px;animation:2s linear infinite spin}.loading-text{color:#666;font-weight:500}.progress-bar{background-color:#e0e0e0;border-radius:2px;width:100%;height:4px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#007bff,#0056b3);border-radius:2px;height:100%;animation:25s linear forwards progress}@keyframes progress{0%{width:0%}to{width:100%}}@media (max-width:768px){.message-container{max-width:90%}.voice-message,.video-message,.loading-message{min-width:160px}.video-preview{height:100px}.play-button{width:35px;height:35px;font-size:12px}}.input-field{z-index:10;background-color:#fff;border-top:1px solid #e0e0e0;flex-shrink:0;min-height:60px;padding:12px 16px;position:relative;box-shadow:0 -2px 8px #0000001a}.input-container{align-items:flex-end;gap:8px;max-width:100%;display:flex}.text-input-wrapper{flex:1;position:relative}.text-input{resize:none;background-color:#f8f9fa;border:1px solid #ddd;border-radius:20px;outline:none;width:100%;padding:10px 16px;font-family:inherit;font-size:14px;transition:all .2s}.text-input:focus{background-color:#fff;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.text-input:disabled{color:#999;cursor:not-allowed;background-color:#f0f0f0}.input-actions{align-items:center;gap:4px;display:flex}.mic-button,.send-button,.attach-button{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;transition:all .2s;display:flex;position:relative}.mic-button{color:#fff;background:linear-gradient(135deg,#007bff 0%,#0056b3 100%);box-shadow:0 2px 8px #007bff4d}.mic-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #007bff66}.mic-button.recording{background:linear-gradient(135deg,#dc3545 0%,#c82333 100%);animation:1.5s ease-in-out infinite pulse-recording}@keyframes pulse-recording{0%,to{box-shadow:0 8px 25px #3b82f640,0 0 #ef4444b3}50%{box-shadow:0 8px 25px #3b82f640,0 0 0 20px #ef444400}}.mic-icon{justify-content:center;align-items:center;font-size:16px;display:flex}.mic-icon.recording{color:#dc3545;font-size:14px}.send-icon{justify-content:center;align-items:center;font-size:16px;display:flex}.send-button{color:#fff;background:linear-gradient(135deg,#28a745 0%,#20c997 100%);box-shadow:0 2px 8px #28a7454d}.send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #28a74566}.send-button:disabled{cursor:not-allowed;opacity:.6;background:#6c757d}.attach-button{color:#fff;background:linear-gradient(135deg,#6c757d 0%,#5a6268 100%);box-shadow:0 2px 8px #6c757d4d}.attach-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #6c757d66}.attach-button:disabled{opacity:.6;cursor:not-allowed}.recording-indicator{background:linear-gradient(90deg,#fff3cd,#ffeaa7);border:1px solid #ffeaa7;border-radius:12px;flex-direction:column;gap:8px;margin-top:8px;padding:12px;display:flex}.recording-header{align-items:center;gap:12px;display:flex}.recording-animation{width:20px;height:20px;position:relative}.pulse{background:linear-gradient(135deg,#dc3545 0%,#c82333 100%);border-radius:50%;width:20px;height:20px;animation:2s ease-out infinite pulse-wave;position:absolute}.pulse:before,.pulse:after{content:"";background:inherit;opacity:.6;border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite pulse-wave;position:absolute}.pulse:before{animation-delay:.5s}.pulse:after{animation-delay:1s}@keyframes pulse-wave{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.recording-text{color:#856404;font-size:14px;font-weight:500}.audio-visualizer{justify-content:center;width:100%;display:flex}.realtime-waveform{background-color:#141414;border:1px solid #333;border-radius:8px}@media (max-width:768px){.input-field{z-index:1;flex-shrink:0;padding:10px 12px;position:relative}.input-container{gap:6px}.mic-button,.send-button,.attach-button{flex-shrink:0;width:36px;height:36px;font-size:14px}.text-input{min-height:20px;padding:8px 14px;font-size:14px}.recording-indicator{padding:6px 10px}.recording-text{font-size:13px}}@media (max-height:600px){.input-field{flex-shrink:0;min-height:56px;padding:8px 10px}.mic-button,.send-button,.attach-button{width:32px;height:32px;font-size:12px}.text-input{min-height:18px;padding:6px 12px;font-size:14px}}@media (max-width:480px){.input-field{flex-shrink:0;padding:8px}.input-container{gap:4px}.text-input{padding:8px 12px;font-size:14px}}@media (max-height:500px) and (orientation:landscape){.input-field{flex-shrink:0;min-height:50px;padding:6px 10px}.mic-button,.send-button,.attach-button{width:30px;height:30px;font-size:12px}.text-input{min-height:16px;padding:6px 10px;font-size:13px}}@media (max-width:768px){.input-field{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));z-index:100;position:sticky;bottom:0}}@supports (padding-bottom:env(safe-area-inset-bottom)){@media (max-width:768px){.input-field{padding-bottom:calc(12px + env(safe-area-inset-bottom))}}}@media (max-width:768px),(pointer:coarse){.input-field{z-index:9999!important;width:100%!important;padding:12px 16px!important;padding-bottom:max(12px,env(safe-area-inset-bottom,12px))!important;background-color:#fff!important;border-top:2px solid #e0e0e0!important;flex-shrink:0!important;align-items:center!important;min-height:60px!important;display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -4px 12px #00000026!important}.input-container{width:100%!important;max-width:100%!important;margin:0!important}.text-input{flex:1!important;min-height:40px!important;font-size:16px!important}}@media (max-width:480px){.input-field{z-index:10000!important;background:#fff!important;padding:10px 12px!important;position:fixed!important;bottom:0!important}.text-input{padding:8px 12px!important;font-size:16px!important}}.setup-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.setup-modal{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;animation:.3s ease-out modalAppear;display:flex;overflow:hidden;box-shadow:0 24px 48px #00000014}@keyframes modalAppear{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-header{color:#1f2937;background:#fff;border-bottom:1px solid #e5e7eb;padding:24px 24px 16px}.modal-header h2{margin:0 0 16px;font-size:24px;font-weight:600}.progress-steps{justify-content:space-between;gap:16px;display:flex}.step{opacity:.5;flex-direction:column;flex:1;align-items:center;gap:8px;transition:all .3s;display:flex}.step.active,.step.completed{opacity:1}.step-number{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;transition:all .3s;display:flex}.step.active .step-number{color:#fff;background:#3b82f6;border-color:#3b82f6;transform:scale(1.1)}.step.completed .step-number{color:#fff;background:#10b981;border-color:#10b981}.step span{color:#64748b;font-size:12px;font-weight:500}.step.active span{color:#3b82f6}.step.completed span{color:#10b981}.modal-content{background:#fff;flex-direction:column;flex:1;justify-content:flex-start;min-height:400px;padding:20px 12px;display:flex;overflow-y:auto}.step-content{text-align:center}.step-content h3{color:#1f2937;margin:0 0 12px;font-size:24px;font-weight:300}.step-content p{color:#6b7280;margin:0 0 40px;font-size:16px;line-height:1.6}.chat-info-form{text-align:left;width:100%;max-width:100%;margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.form-input,.form-textarea{color:#1f2937;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:16px;transition:all .3s}.form-input:focus,.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:80px;max-height:120px;font-family:inherit}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.photo-upload-area{flex-direction:column;align-items:center;gap:16px;display:flex}.upload-placeholder{cursor:pointer;color:#64748b;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:200px;height:200px;transition:all .3s;display:flex}.upload-placeholder:hover{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}.upload-icon{opacity:.8;color:#3b82f6;justify-content:center;align-items:center;font-size:48px;display:flex}.photo-preview{flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.photo-preview img{object-fit:cover;border:1px solid #e5e7eb;border-radius:16px;width:200px;height:200px;box-shadow:0 8px 24px #00000014}.change-photo-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:8px 16px;font-size:14px;transition:background .2s}.change-photo-btn:hover{background:#1d4ed8}.voice-setup-area{flex-direction:column;align-items:center;gap:24px;display:flex}.voice-record-section{flex-direction:column;align-items:center;gap:16px;display:flex}.record-button{color:#fff;cursor:pointer;background:linear-gradient(145deg,#4a5568,#2d3748);border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:140px;height:140px;margin:0 auto;font-size:16px;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #3b82f640,inset 0 1px 3px #ffffff1a}.record-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 35px #3b82f659,inset 0 1px 3px #fff3}.record-button.recording{background:linear-gradient(145deg,#ef4444,#dc2626);animation:2s infinite pulse-recording}.record-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.recording-icon,.mic-icon{justify-content:center;align-items:center;font-size:24px;display:inline-flex}.recording-indicator{color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;flex-direction:row;align-items:center;gap:12px;margin-top:12px;padding:8px 16px;font-size:14px;font-weight:500;display:flex}.recording-timer{color:#ef4444;margin:0;font-size:14px;font-weight:600}.audio-visualizer{width:100%;max-width:100%;margin:16px 0;overflow:hidden}.realtime-waveform-canvas{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;max-width:100%;display:block;box-shadow:0 1px 3px #0000000d;width:100%!important;height:60px!important}.playback-controls{margin:24px 0}.play-btn{color:#fff;cursor:pointer;background:linear-gradient(145deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:16px;font-weight:500;transition:all .3s;display:flex;box-shadow:0 4px 15px #3b82f64d}.play-btn:hover{background:linear-gradient(145deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.play-btn.playing{background:linear-gradient(145deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef44444d}.play-btn.playing:hover{background:linear-gradient(145deg,#dc2626,#b91c1c);box-shadow:0 8px 25px #ef444466}.audio-result{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:12px;box-shadow:0 2px 8px #0000000d}.waveform-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:16px;box-shadow:0 1px 4px #0000000d}.waveform{border-radius:8px;margin:0;overflow:hidden}.pulse-animation{background:#ef4444;border-radius:50%;width:12px;height:12px;animation:1s infinite pulseRed}@keyframes pulseRed{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.or-divider{text-align:center;color:#64748b;width:100%;font-size:14px;position:relative}.or-divider:before{content:"";z-index:1;background:#e2e8f0;height:1px;position:absolute;top:50%;left:0;right:0}.or-divider span{z-index:2;background:#fff;padding:0 16px;position:relative}.upload-voice-btn{color:#3b82f6;cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-weight:500;transition:all .2s;display:flex}.upload-voice-btn:hover{color:#fff;background:#3b82f6;border-color:#3b82f6}.voice-success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;flex-direction:column;align-items:center;gap:20px;padding:40px 32px;display:flex;box-shadow:0 4px 15px #22c55e1a}.voice-success.compact{background:#f8fafc;border:1px solid #e2e8f0;gap:16px;padding:20px 24px;box-shadow:0 2px 8px #0000001a}.success-content{align-items:center;gap:12px;display:flex}.success-icon{color:#22c55e;justify-content:center;align-items:center;margin-bottom:8px;font-size:64px;display:flex}.voice-success.compact .success-icon{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-bottom:0;font-size:14px;font-weight:700;display:flex}.voice-success span{color:#166534;margin-bottom:8px;font-size:18px;font-weight:500}.voice-success.compact span{color:#1e293b;margin-bottom:0;font-size:16px}.re-record-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:16px;padding:10px 20px;font-size:14px;transition:all .2s}.re-record-btn:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.completion-step{padding:16px 0}.completion-icon{color:#22c55e;justify-content:center;align-items:center;margin-bottom:16px;font-size:64px;display:flex}.setup-summary{background:#f8f9fa;border-radius:8px;margin-top:24px;padding:16px}.summary-item{justify-content:space-between;align-items:center;padding:8px 0;display:flex}.summary-item:not(:last-child){border-bottom:1px solid #e2e8f0}.summary-label{color:#1e293b;font-weight:500}.summary-value{align-items:center;gap:6px;font-size:14px;display:flex}.modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;gap:16px;padding:24px 32px;display:flex}.back-btn,.next-btn,.complete-btn{cursor:pointer;border:none;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:500;transition:all .3s}.back-btn{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.back-btn:hover{background:#f1f5f9;transform:translateY(-1px)}.next-btn,.complete-btn{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);margin-left:auto;box-shadow:0 4px 15px #3b82f64d}.next-btn:hover,.complete-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.next-btn:disabled{color:#94a3b8;cursor:not-allowed;box-shadow:none;background:#f1f5f9;transform:none}.complete-btn:disabled{color:#94a3b8;cursor:not-allowed;box-shadow:none;opacity:.7;background:#e2e8f0;transform:none}@media (max-width:768px){.setup-modal{width:95%;max-height:95vh;margin:16px}.modal-header{flex-shrink:0;padding:16px 16px 12px}.modal-content{flex:1;min-height:auto;padding:16px 12px;overflow-y:auto}.chat-info-form,.form-group{margin-bottom:16px}.form-textarea{min-height:60px;max-height:100px}.step-content h3{margin-bottom:8px;font-size:20px}.step-content p{margin-bottom:24px;font-size:14px}.upload-placeholder,.photo-preview img{width:160px;height:160px}.record-button{width:100px;height:100px;font-size:12px}.progress-steps{gap:8px}.step-number{width:28px;height:28px;font-size:12px}.step span{font-size:10px}}@media (max-height:600px){.setup-modal{max-height:98vh;margin:8px}.modal-header{padding:12px 16px 8px}.modal-header h2{margin-bottom:8px;font-size:18px}.modal-content{justify-content:flex-start;min-height:auto;padding:12px}.step-content{padding:0}.step-content h3{margin-bottom:6px;font-size:18px}.step-content p{margin-bottom:16px;font-size:13px}.chat-info-form{margin-bottom:12px}.form-group{margin-bottom:10px}.form-group label{margin-bottom:4px;font-size:13px}.form-input,.form-textarea{padding:10px 12px;font-size:14px}.form-textarea{min-height:50px;max-height:70px}.upload-placeholder,.photo-preview img{width:120px;height:120px}.record-button{width:80px;height:80px;font-size:11px}.modal-footer{padding:16px 24px}.back-btn,.next-btn,.complete-btn{padding:12px 20px;font-size:14px}}@media (max-height:500px) and (orientation:landscape){.setup-modal{width:98%;max-height:95vh}.modal-header h2{font-size:16px}.modal-content{padding:8px 12px}.step-content h3{margin-bottom:4px;font-size:16px}.step-content p{margin-bottom:12px;font-size:12px}.chat-info-form,.form-group{margin-bottom:8px}.form-group label{margin-bottom:3px;font-size:12px}.form-input,.form-textarea{padding:8px 10px;font-size:13px}.form-textarea{min-height:40px;max-height:60px}.upload-placeholder,.photo-preview img{width:100px;height:100px}.record-button{width:70px;height:70px;font-size:10px}.modal-footer{padding:12px 16px}.back-btn,.next-btn,.complete-btn{padding:10px 16px;font-size:13px}}.spinner-icon{margin-right:8px;animation:1s linear infinite spin}.chat-interface{height:100vh;color:#1f2937;background-color:#fff;flex-direction:column;height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative}.error-notification{color:#991b1b;z-index:1000;text-align:center;background-color:#fee2e2;border-radius:8px;max-width:90%;padding:12px 20px;font-size:14px;font-weight:500;animation:.3s ease-out slideDown;position:absolute;top:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 6px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.chat-header{z-index:10;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;box-shadow:0 1px 3px #0000000d}.chat-header-info{align-items:center;gap:12px;display:flex}.back-button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:8px;font-size:24px;transition:all .2s;display:none}.back-button:hover{color:#1e293b;background-color:#f1f5f9}.back-button:active{transform:scale(.95)}@media (max-width:768px){.back-button{display:flex}}.ai-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000026}.ai-avatar .avatar-image{object-fit:cover;border-radius:50%;width:100%;height:100%}.ai-info h3{color:#1f2937;margin:0;font-size:16px;font-weight:600}.ai-info .status{color:#10b981;margin-top:2px;font-size:12px}.messages-container{background-color:#fff;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:0 0}.messages-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.empty-messages{text-align:center;color:#64748b;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.empty-messages p{color:#374151;margin-bottom:8px;font-size:1.1rem;font-weight:500}.empty-messages span{color:#9ca3af;font-size:.9rem}.processing-message{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:16px;margin:20px;padding:48px 32px}.processing-icon{margin-bottom:16px;font-size:64px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.processing-message p{color:#1e40af;font-size:1.25rem;font-weight:600}.processing-message span{color:#3b82f6;font-size:1rem}@media (max-width:768px){.chat-interface{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh}.messages-container{flex:1;min-height:0;padding:12px}.chat-header{flex-shrink:0;padding:10px 12px}.ai-avatar{width:36px;height:36px;font-size:18px}}@media (max-height:600px){.chat-interface{height:100vh;min-height:100vh}.chat-header{padding:8px 12px}.messages-container{flex:1;min-height:0;padding:8px}}@media (max-width:768px){.chat-interface{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh}.messages-container{padding:8px}.chat-header{padding:8px 10px}}@media (max-height:500px) and (orientation:landscape){.chat-interface{height:100vh;min-height:100vh}.chat-header{padding:6px 12px}.messages-container{min-height:0;padding:6px;padding-bottom:calc(80px + env(safe-area-inset-bottom,0px));flex:1}}@supports (height:100dvh){@media (max-width:768px){.chat-interface{height:100dvh}}}@media (max-width:768px) and (display-mode:browser){.chat-interface{height:calc(100vh - env(keyboard-inset-height,0px))}}@media (max-width:768px),(pointer:coarse){.chat-interface{padding-bottom:0!important}.messages-container{margin-bottom:0!important;padding-bottom:90px!important}.input-field:not([style*="position: fixed"]){position:fixed!important;bottom:0!important;left:0!important;right:0!important}}.main-page{color:#1a1a1a;background-color:#fff;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.main-content{flex-direction:column;flex:1;transition:margin-left .3s;display:flex}.main-content.sidebar-collapsed{margin-left:0}.welcome-screen{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);flex:1;justify-content:center;align-items:center;display:flex}.welcome-content{text-align:center;max-width:500px;padding:40px}.welcome-content h1{color:#1f2937;margin-bottom:16px;font-size:2.5rem;font-weight:600}.welcome-content p{color:#64748b;margin-bottom:32px;font-size:1.1rem;line-height:1.6}.new-chat-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:12px;align-items:center;gap:12px;padding:14px 28px;font-size:16px;font-weight:500;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #3b82f64d}.new-chat-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.new-chat-button .icon{font-size:1.2rem}@media (max-width:768px){.main-page{flex-direction:column}.sidebar{flex:none;height:100vh;width:100%!important}.main-content,.main-page.chat-active .sidebar{display:none}.main-page.chat-active .main-content{flex:1;width:100%;height:100vh;display:flex!important}.welcome-content h1{font-size:2rem}.welcome-content p{font-size:1rem}.new-chat-button{padding:12px 24px;font-size:1rem}}.auth-form-container{background:#fff;border-radius:16px;width:100%;max-width:450px;margin:0 auto;padding:40px;box-shadow:0 8px 32px #00000014}.auth-form-header{text-align:center;margin-bottom:32px}.auth-form-header h2{color:#1f2937;margin:0 0 8px;font-size:28px;font-weight:600}.auth-form-header p{color:#64748b;margin:0;font-size:14px}.auth-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#374151;font-size:14px;font-weight:500}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon input{color:#1f2937;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:12px 16px 12px 44px;font-size:15px;transition:all .2s}.input-with-icon input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-with-icon input:disabled{cursor:not-allowed;opacity:.6;background:#f8fafc}.input-with-icon input::placeholder{color:#94a3b8}.input-icon{color:#94a3b8;pointer-events:none;font-size:16px;position:absolute;left:16px}.toggle-password{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;font-size:16px;transition:color .2s;display:flex;position:absolute;right:12px}.toggle-password:hover{color:#3b82f6}.match-icon{color:#10b981;pointer-events:none;font-size:18px;position:absolute;right:48px}.password-strength{align-items:center;gap:12px;margin-top:4px;display:flex}.strength-bar{background:#e2e8f0;border-radius:2px;flex:1;height:4px;overflow:hidden}.strength-fill{border-radius:2px;height:100%;transition:all .3s}.password-strength.weak .strength-fill{background:#ef4444;width:33%}.password-strength.medium .strength-fill{background:#f59e0b;width:66%}.password-strength.strong .strength-fill{background:#10b981;width:100%}.strength-text{white-space:nowrap;font-size:12px;font-weight:500}.password-strength.weak .strength-text{color:#ef4444}.password-strength.medium .strength-text{color:#f59e0b}.password-strength.strong .strength-text{color:#10b981}.error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;display:flex}.error-message span{flex-shrink:0;font-size:16px}.error-message p{flex:1;margin:0}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:8px;width:100%;margin-top:8px;padding:14px 24px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #3b82f64d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #3b82f633}.auth-form-footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:24px;padding-top:24px}.auth-form-footer p{color:#64748b;margin:0;font-size:14px}.link-button{color:#3b82f6;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600;transition:color .2s}.link-button:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:768px){.auth-form-container{max-width:100%;margin:16px;padding:24px}.auth-form-header h2{font-size:24px}.auth-form{gap:16px}.input-with-icon input{font-size:16px}}@media (max-width:480px){.auth-form-container{border-radius:12px;margin:12px;padding:20px}.auth-form-header h2{font-size:22px}.submit-button{padding:12px 20px;font-size:15px}}.auth-page{background:#fff;justify-content:center;align-items:center;min-height:100vh;display:flex;position:fixed;inset:0;overflow:auto}.auth-background{z-index:0;position:fixed;inset:0;overflow:hidden}.auth-background-gradient{opacity:.7;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 50%,#f1f5f9 100%);position:absolute;inset:0}.auth-content{z-index:1;flex-direction:column;gap:32px;width:100%;max-width:500px;padding:40px 20px;display:flex;position:relative}.auth-brand{text-align:center;margin-bottom:8px}.auth-brand h1{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 8px;font-size:36px;font-weight:700}.auth-brand p{color:#64748b;margin:0;font-size:16px;font-weight:500}.auth-form-wrapper{width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-content{animation:.5s ease-out fadeIn}@media (max-width:768px){.auth-page{padding:0}.auth-content{gap:24px;padding:24px 16px}.auth-brand h1{font-size:32px}.auth-brand p{font-size:15px}}@media (max-width:480px){.auth-content{gap:20px;padding:20px 12px}.auth-brand h1{font-size:28px}.auth-brand p{font-size:14px}}@media (max-height:600px) and (orientation:landscape){.auth-page{padding:20px 0}.auth-content{gap:16px;max-width:600px;padding:20px}.auth-brand{margin-bottom:0}.auth-brand h1{font-size:24px}.auth-brand p{font-size:13px}}
