*{font-family:Inter,sans-serif;margin:0;padding:0;box-sizing:border-box;color:#3f3f3f}html,body,#root{height:100%;background-color:#6464ff;height:100vh}.container{width:33%;max-width:1200px;height:100vh;margin:auto;background-color:#fff;border-radius:30px;display:flex;justify-content:center;align-items:center;overflow:hidden;box-shadow:0 4px 8px #0000001a}.chat-popup{width:450px;height:inherit;background-color:#fff;position:relative;box-shadow:0 0 128px #fff 0 36px 64px -48px #fff}.chat-popup .chat-header{background-color:#f08930;display:flex;justify-content:space-between;align-items:center;padding:15px 22px}.chat-header .header-info{display:flex;gap:10px;align-items:center}.logo-text{color:#fff}.header-info svg{height:35px;width:35px;padding:6px;fill:#6dafc2;background-color:#fff;border-radius:50%;flex-shrink:0}.header-info .logo-text{font-weight:600;font-size:1.34rem}.chat-header .button{height:30px;width:30px;border:none;display:flex;justify-content:center;align-items:center;outline:none;background-color:#dedbdbdd;border-radius:100%;transition:.2s ease;cursor:pointer}.chat-header .button:hover{background-color:#d1cecedd}.chatbot-body{padding:25px 22px;height:85%;overflow:auto;display:flex;flex-direction:column;gap:20px;scrollbar-width:thin}.chatbot-body .message{display:flex;align-items:center;gap:11px}.chatbot-body .bot-message svg{height:35px;width:35px;padding:6px;fill:#fff;background-color:#6464ff;border-radius:50%;flex-shrink:0}.chatbot-icon{height:35px;width:35px;padding:6px;fill:#fff;background-color:#f08930;border-radius:50%;flex-shrink:0}.chatbot-body .message .message-text{padding:12px 16px;max-width:75%;word-wrap:break-word;white-space:pre-line;font-size:.95rem}.chatbot-body .message-user{flex-direction:column;align-items:flex-end}.chatbot-body .message-assistant .message-text{background:#bbb7b7dd;color:#3c3a3a;border-radius:10px 10px 10px 0}.chatbot-body .message-user .message-text{background:#ded6d6dd;color:#3b3a3a;border-radius:10px 10px 0}.chatbot-footer{position:absolute;bottom:0;width:100%;padding:15px 22px 20px;background-color:#fff}.chatbot-footer form{display:flex;align-items:center;outline:1px solid rgba(238,231,231,.866);border-radius:32px}.chatbot-footer form:focus-within{outline:2px solid rgb(206,206,225)}form .message-input{border:none;outline:none;background:none;padding:0 17px;font-size:.95rem;width:100%}form button{height:35px;width:35px;border:none;outline:none;border-radius:100%;flex-shrink:0;cursor:pointer;color:#6464ff;background-color:#f08930}.chat-form .message-input:valid~button{display:block}#chatbot-toggler{position:fixed;bottom:30px;right:35px;border:none;height:50px;width:50px;display:flex;align-items:center;justify-content:center;background-color:#dedbdbdd;border-radius:100%;cursor:pointer}@media (max-width: 480px){.container{width:100%;height:100vh;border-radius:1px;background-color:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.chatbot-footer{padding:15px}html,body,#root{height:100%;background-color:#fff;height:100vh}.chatbot-footer{position:sticky;bottom:0}}@media (max-width: 768px){.container{width:100%;height:100vh;border-radius:1px;background-color:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}}body{font-family:Arial,sans-serif;background:#f8f9fa;margin:0;padding:0}.home-container{height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(to right,#f7c331,#f08a24);padding:1rem;box-sizing:border-box}.welcome-box{text-align:center;background:#fff;padding:2.5rem 3rem;border-radius:12px;box-shadow:0 8px 16px #0003;max-width:600px;width:100%}.welcome-title{font-size:2rem;color:#f08a24;font-weight:700;margin-bottom:1rem}.welcome-text{font-size:1.1rem;color:#333;margin-bottom:1.5rem;line-height:1.8}.welcome-subtext{font-size:1rem;color:#555;margin-bottom:2rem}.chat-link{display:inline-block;padding:.8rem 2rem;font-size:1.2rem;color:#fff;background:#f08a24;border:none;border-radius:8px;text-decoration:none;font-weight:700;transition:background .3s ease}.chat-link:hover{background:#d9741e}@media (max-width: 768px){.welcome-box{padding:1rem 2.5rem}.welcome-title{font-size:1.8rem}.welcome-text{font-size:1rem}.chat-link{font-size:1rem;padding:.7rem 1.5rem}}@media (max-width: 480px){.welcome-box{padding:1.5rem 2rem}.welcome-title{font-size:1.6rem}.welcome-text{font-size:.9rem}.chat-link{font-size:.9rem;padding:.6rem 1.2rem}}
