@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;font-family:Inter,sans-serif;box-sizing:border-box}body{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.container{display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;position:relative;z-index:1000}.chatbot-popup{width:420px;height:600px;overflow:hidden;background-color:#fff;border-radius:24px;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:1000}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative}.chat-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.chat-header .header-info{display:flex;align-items:center;gap:12px}.chat-header .logo-text{font-size:18px;font-weight:600;letter-spacing:-.5px}.chat-header button{border:none;outline:none;background:#ffffff1a;color:#fff;font-size:20px;cursor:pointer;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.chat-header button:hover{background:#fff3;transform:scale(1.05)}.chat-body{padding:24px;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;background:#fafbfc;position:relative}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-track{background:transparent}.chat-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.chat-body::-webkit-scrollbar-thumb:hover{background:#0003}.message{display:flex;align-items:flex-start;gap:12px;max-width:85%;font-size:14px;line-height:1.5;animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bot-message{align-self:flex-start}.bot-message .message-text{padding:12px 16px;background:#fff;color:#374151;border-radius:18px 18px 18px 4px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.user-message{align-self:flex-end}.user-message .message-text{padding:12px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:18px 18px 4px;box-shadow:0 4px 12px #667eea4d}.chat-footer{padding:20px 24px;border-top:1px solid #e5e7eb;background:#fff;position:relative}.chat-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e5e7eb,transparent)}.chat-form{display:flex;align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:28px;padding:8px 12px;transition:all .2s ease}.chat-form:focus-within{border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.chat-form input{flex:1;border:none;outline:none;padding:12px 16px;font-size:14px;background:transparent;color:#374151}.chat-form input::placeholder{color:#9ca3af}.chat-form .send-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;outline:none;cursor:pointer;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s ease;box-shadow:0 2px 8px #667eea4d}.chat-form .send-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #667eea66}.chat-form .send-btn:active{transform:scale(.95)}.typing-indicator{display:flex;align-items:center;gap:4px;padding:8px 12px}.typing-indicator .dot{width:8px;height:8px;border-radius:50%;background:#667eea;animation:typing 1.4s infinite ease-in-out}.typing-indicator .dot:nth-child(1){animation-delay:-.32s}.typing-indicator .dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@media (max-width: 480px){body{padding:10px}.chatbot-popup{width:100%;height:100vh;border-radius:0;max-width:none}.chat-header{padding:16px 20px}.chat-body{padding:20px}.chat-footer{padding:16px 20px}.message{max-width:90%}}@media (max-width: 768px){.container{padding:0 10px}.chatbot-popup{width:100%;max-width:480px}}
