@import url(https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);.chatbot-container{bottom:30px;font-family:Inter,sans-serif;position:fixed;right:30px;z-index:9999}.chatbot-toggle{align-items:center;background-color:#c9922a;border:none;border-radius:50%;box-shadow:0 4px 20px rgba(255,196,0,.932);cursor:pointer;display:flex;height:52px;justify-content:center;margin-left:auto;outline:none;transition:background .2s ease,transform .2s ease;width:52px}.chatbot-toggle:hover{background-color:#b47708;transform:scale(1.08)}.chatbot-toggle .material-symbols-rounded{color:#fff;font-size:1.6rem}.chatbot-popup{background-color:#fff;border-radius:16px;bottom:64px;box-shadow:0 0 128px 0 #0000001a,0 32px 64px -48px #00000080;max-width:calc(100vw - 40px);overflow:hidden;position:absolute;right:0;width:360px}.chatbot-header{background-color:#c9922a;justify-content:space-between;padding:12px 18px}.chatbot-header,.header-info{align-items:center;display:flex}.header-info{gap:10px}.header-info svg{fill:#c9922a;background:#fff;border-radius:50%;flex-shrink:0;height:32px;padding:5px;width:32px}.header-info .logo-text{color:#fff;font-size:1rem;font-weight:600;line-height:1.2}.header-info .logo-sub{color:#ffffffbf;font-size:.7rem;margin-top:1px}.chatbot-header button{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.7rem;height:36px;justify-content:center;margin-right:-8px;outline:none;transition:background .2s ease;width:36px}.chatbot-header button:hover{background:#b47708}.chatbot-body{display:flex;flex-direction:column;gap:14px;height:320px;margin-bottom:74px;overflow-y:auto;padding:18px 16px;scrollbar-color:#e0d7f5 #0000;scrollbar-width:thin}.chatbot-body .message{align-items:flex-end;display:flex;gap:9px}.chatbot-body .bot-message svg{fill:#fff;background:#c9922a;border-radius:50%;flex-shrink:0;height:30px;padding:5px;width:30px}.chatbot-body .message .message-text{word-wrap:break-word;font-size:.85rem;line-height:1.5;max-width:78%;padding:10px 14px;white-space:pre-line}.chatbot-body .bot-message .message-text{background-color:#ebe5f7;border-radius:12px 12px 12px 3px;color:#292e1a}.chatbot-body .user-message{align-items:flex-end;flex-direction:column}.chatbot-body .user-message .message-text{background-color:#c9922a;border-radius:12px 12px 3px 12px;color:#fff}.chatbot-footer{background:#fff;border-top:1px solid #f0ebff;bottom:0;left:0;padding:12px 16px 16px;position:absolute;right:0}.chat-form{align-items:center;background:#fff;border-radius:32px;box-shadow:0 0 8px #0000000f;display:flex;outline:1.5px solid #cccce5;transition:outline .2s ease}.chat-form:focus-within{outline:2px solid #feb939}.chat-form .message-input{background:none;border:none;color:#1a1a2e;font-family:Inter,sans-serif;font-size:.88rem;height:42px;outline:none;padding:0 14px;width:100%}.chat-form .message-input::placeholder{color:#aaa}.chat-form button{align-items:center;background:#feb939;border:none;border-radius:50%;color:#fff;cursor:pointer;display:none;flex-shrink:0;font-family:Material Symbols Rounded;font-size:1.05rem;height:32px;justify-content:center;margin-right:5px;outline:none;transition:background .2s ease;width:32px}.chat-form button:hover{background:#b47708}.chat-form button:disabled{background:#fff236;cursor:not-allowed}.chat-form .message-input:valid~button{display:flex}