@import"https://fonts.googleapis.com/css2?family=VT323&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{width:100%;min-height:100vh;background:linear-gradient(#2d2d2d,#464646)}.container{position:relative;width:100%;height:100%;overflow:hidden}#chatbot-toggler{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:#3e3e3e;display:flex;align-items:center;justify-content:center;box-shadow:0 0 3px 3px #00ff41,0 0 3px 1px #00ff41;cursor:pointer;transition:all .2s ease}#chatbot-toggler span{position:absolute;color:#00ff41}.container.show-chatbot #chatbot-toggler span{transform:rotate(180deg)}.container.show-chatbot #chatbot-toggler span:first-child{display:none}.chatbot svg{height:38px;width:38px;flex-shrink:0;fill:#15ff00}chatbot-close svg{height:30px;width:30px;flex-shrink:0;font-size:x-large}.chatbot-popup{position:fixed;opacity:0;pointer-events:none;bottom:20px;right:20px;height:600px;width:400px;overflow:hidden;background:#fff;transform:scale(.2);transform-origin:bottom right;transition:all .1s ease;box-shadow:0 0 3px 3px #00ff41,0 0 3px 1px #00ff41}.container.show-chatbot .chatbot-popup{opacity:1;transform:scale(1);pointer-events:auto}.chatbot-popup .chat-header{display:flex;padding:15px 22px;align-items:center;justify-content:space-between;background:#414141}.chat-header .header-info{display:flex;gap:10px;align-items:center}.header-info svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:#15ff00;box-shadow:0 0 3px 3px #00ff41,0 0 3px 1px #00ff41;border-radius:50%}.header-info .logo-text{font-family:VT323,monospace;font-weight:500;font-size:1.7rem;color:#fff;text-shadow:3px 3px 4px #00ff41}.chat-header button{height:40px;width:40px;border:none;outline:none;color:#fff;cursor:pointer;font-size:x-large;padding-top:2px;border-radius:50%;margin-right:-10px;background:none;transition:.2s ease}.chat-header button:hover{background:#2e2e2e}.chat-body{display:flex;flex-direction:column;gap:20px;margin-bottom:82px;height:450px;overflow-y:auto;padding:25px 22px;background:#292929;scrollbar-width:thin;scrollbar-color:#888383 transparent}.chat-body .message{display:flex;gap:10px;align-items:center}.chat-body .message.error .message-text{color:#fff;background-color:#9c00009a;border-radius:13px 13px 13px 3px}.chat-body .message .message-text{padding:6px 15px;margin-left:8px;max-width:80%;word-wrap:break-word;white-space:pre-line;font-size:.9rem;color:#0c0c0c}.chat-body .bot-message .message-text{background:#f6f2ff;border-radius:18px 18px 18px 0;box-shadow:0 0 5px 3px #00ff41,0 0 3px 1px #00ff41}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .user-message .message-text{color:#000;background:#00ff41;border-radius:18px 18px 0}.chat-footer{position:absolute;bottom:0;width:100%;background:#414141;padding:15px 22px 20px}.chat-footer .chat-form{display:flex;align-items:center;background:#e5e3e3;border-radius:6px;outline:1px solid #cccce5;box-shadow:2px 4px 8px #00ff41}.chat-footer .chat-form:focus-within{outline:2px solid #6d4fc2}.chat-form .message-input{border:none;outline:none;width:100%;background:none;height:47px;padding:0 17px;font-size:.95rem}.chat-form button{height:35px;width:35px;border:none;outline:none;display:none;cursor:pointer;font-size:1.15rem;color:#fff;flex-shrink:0;margin-right:6px;border-radius:8%;background:#1f9f05;transition:.2s ease}.chat-form button:hover{background:#147500}.chat-form .message-input:valid~button{display:block}@media (max-width: 520px){#chatbot-toggler{right:20px;bottom:20px;width:40px;height:40px}.chatbot svg{height:30px;width:30px}.chatbot-popup{height:100%;bottom:0;right:0;border-radius:0;width:100%}.chat-body{height:calc(90% - 55px);padding:25px 15px}.chat-header{padding:10px;flex-direction:row;align-items:flex-start}.chat-header button{margin-right:-5px}.chat-footer{padding:16px 15px 15px}}
