*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.App{align-items:center;display:flex;flex-direction:column;gap:20px;min-height:100vh;padding:20px}.app-header{color:#fff;margin-bottom:10px;text-align:center}.app-header h1{font-size:2.5rem;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px #0000004d}.app-header p{font-size:1.1rem;font-weight:300;opacity:.9}@media (max-width:768px){.App{padding:10px}.app-header h1{font-size:2rem}.app-header p{font-size:1rem}}.message-list{display:flex;flex:1 1;flex-direction:column;gap:16px;padding-bottom:10px}.message-item{align-items:flex-start;animation:slideIn .3s ease-out;display:flex;gap:12px}.message-item.user-message{flex-direction:row-reverse}.message-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 2px 8px #667eea4d;color:#fff;display:flex;flex-shrink:0;font-size:18px;height:36px;justify-content:center;width:36px}.user-message .message-avatar{background:linear-gradient(135deg,#4ade80,#22c55e);box-shadow:0 2px 8px #4ade804d}.message-content{display:flex;flex-direction:column;gap:4px;max-width:70%;min-width:0}.user-message .message-content{align-items:flex-end}.message-bubble{word-wrap:break-word;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 2px 12px #0000001a;padding:12px 16px;position:relative}.user-message .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.ai-message .message-bubble{background:#fff;color:#374151}.message-bubble p{font-size:14px;line-height:1.5;margin:0}.message-time{color:#6b7280;font-size:11px;padding:0 4px}.user-message .message-time{text-align:right}.typing-indicator{opacity:.8}.typing-bubble{background:#f3f4f6!important;border:1px solid #e5e7eb!important;padding:16px!important}.typing-dots{align-items:center;display:flex;gap:4px}.typing-dots span{animation:typingDots 1.4s ease-in-out infinite;background:#9ca3af;border-radius:50%;height:8px;width:8px}.typing-dots span:first-child{animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingDots{0%,60%,to{opacity:.5;transform:scale(1)}30%{opacity:1;transform:scale(1.2)}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.message-list{gap:12px}.message-item{gap:10px}.message-avatar{font-size:16px;height:32px;width:32px}.message-content{max-width:75%}.message-bubble{border-radius:16px;padding:10px 14px}.message-bubble p{font-size:13px}}@media (max-width:480px){.message-content{max-width:80%}.message-bubble{padding:8px 12px}.message-bubble p{font-size:12px}.message-time{font-size:10px}}.message-input-container{display:flex;flex-direction:column;gap:8px}.input-wrapper{align-items:flex-end;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;display:flex;gap:12px;padding:12px;transition:all .2s ease}.input-wrapper:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.input-wrapper.disabled{background:#f1f5f9;border-color:#cbd5e1;opacity:.7}.message-textarea{background:#0000;border:none;color:#374151;flex:1 1;font-family:inherit;font-size:14px;line-height:1.5;max-height:120px;min-height:20px;outline:none;padding:0;resize:none}.message-textarea::placeholder{color:#9ca3af}.message-textarea:disabled{color:#6b7280;cursor:not-allowed;opacity:.6}.send-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s ease;width:36px}.send-button.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d;color:#fff}.send-button.active:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.send-button.active:active{transform:translateY(0)}.send-button.disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.loading-spinner{align-items:center;display:flex;justify-content:center}.spinner{animation:spin 1s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.input-hint{color:#6b7280;font-size:11px;opacity:.8;text-align:center}.input-wrapper.disabled .input-hint{color:#9ca3af}@media (max-width:768px){.input-wrapper{gap:10px;padding:10px}.message-textarea{font-size:13px}.send-button{height:32px;width:32px}.input-hint{font-size:10px}}@media (max-width:480px){.input-wrapper{padding:8px}.message-textarea{font-size:12px}.send-button{height:30px;width:30px}}.chatbox-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;height:600px;max-width:800px;overflow:hidden;width:100%}.chatbox-header{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #ffffff1a;color:#fff;justify-content:space-between;padding:16px 20px}.chatbox-header,.header-info{align-items:center;display:flex}.header-info{gap:12px}.ai-avatar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;display:flex;font-size:20px;height:40px;justify-content:center;width:40px}.ai-status h3{font-size:16px;font-weight:600;margin:0}.status-indicator{align-items:center;display:flex;font-size:12px;gap:6px;opacity:.8}.status-indicator.online:before{animation:pulse 2s infinite;color:#4ade80;content:"●"}.status-indicator.typing:before{animation:pulse 1s infinite;color:#fbbf24;content:"●"}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.clear-button{background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:8px;transition:all .2s ease}.clear-button:hover{background:#ffffff4d;transform:scale(1.05)}.chatbox-content{background:#f8fafc;display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:20px}.chatbox-footer{background:#fff;border-top:1px solid #e2e8f0;padding:16px 20px}@media (max-width:768px){.chatbox-container{border-radius:12px;height:500px;margin:0 10px;max-width:100%}.chatbox-header{padding:12px 16px}.ai-avatar{font-size:18px;height:36px;width:36px}.ai-status h3{font-size:14px}.chatbox-content{padding:16px}.chatbox-footer{padding:12px 16px}}@media (max-width:480px){.chatbox-container{height:450px}.header-info{gap:8px}.ai-status h3{font-size:13px}.status-indicator{font-size:11px}}
/*# sourceMappingURL=main.83d792b4.css.map*/