body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chatbot-button{align-items:center;background:linear-gradient(135deg,#00a86b,#008f5a);border:none;border-radius:50%;bottom:25px;box-shadow:0 8px 24px #00a86b66;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:16px;position:fixed;right:25px;transition:all .3s ease;z-index:999}.chatbot-button:hover{box-shadow:0 12px 32px #00a86b80;transform:scale(1.1)}.chatbot-button:active{transform:scale(.95)}.chatbot-button.open{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 8px 24px #ef444466}.chatbot-window{animation:slideUp .3s ease-out;background:#fff;border-radius:20px;bottom:90px;box-shadow:0 20px 60px #00000026;display:flex;flex-direction:column;height:550px;left:auto;margin:0;max-height:calc(100vh - 120px);min-height:300px;overflow:hidden;position:fixed;right:25px;transform:none;width:380px;z-index:999}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{align-items:center;background:linear-gradient(135deg,#00a86b,#008f5a);box-shadow:0 4px 12px #0000001a;color:#fff;display:flex;flex-shrink:0;justify-content:space-between;padding:18px 20px}.chatbot-header>div,.header-content{display:flex;flex-direction:column;gap:3px}.header-title{font-size:19px;font-weight:700;letter-spacing:-.3px}.header-status,.header-subtitle{color:#ffffffe6;font-size:12px;font-weight:500}.header-status{align-items:center;display:flex;gap:6px}.clear-btn{background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:13px;font-weight:600;padding:7px 15px;transition:all .2s ease;white-space:nowrap}.clear-btn:hover{background:#ffffff4d}.chatbot-messages{background:linear-gradient(180deg,#f9fafb 0,#f3f4f6);display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-x:hidden;overflow-y:auto;padding:16px}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#0000}.chatbot-messages::-webkit-scrollbar-thumb{background:#00a86b;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#008f5a}.message-wrapper{animation:fadeIn .3s ease-out;display:flex}.message-wrapper.user{justify-content:flex-end}.message-wrapper.bot{justify-content:flex-start}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message{word-wrap:break-word;border-radius:16px;box-shadow:0 2px 8px #00000014;font-size:14px;line-height:1.5;max-width:75%;padding:13px 16px;position:relative;word-break:break-word}.message-text{margin:0 0 6px;white-space:pre-wrap}.message-time{display:block;font-size:10px;margin-top:4px;opacity:.6}.message.bot{background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;border-left:3px solid #00a86b;color:#1f2937}.message.bot .message-time{color:#6b7280}.message.user{background:linear-gradient(135deg,#00a86b,#008f5a);border-bottom-right-radius:4px;box-shadow:0 4px 12px #00a86b4d;color:#fff}.message.user .message-time{color:#fffc}.message.typing{background:#fff;border:1px solid #e5e7eb;border-left:3px solid #00a86b;padding:16px}.typing-dots{align-items:center;display:flex;gap:4px}.typing-dots span{animation:bounce 1.4s ease-in-out infinite;background:#00a86b;border-radius:50%;height:8px;width:8px}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.error-banner{align-items:center;animation:slideDown .3s ease-out;background:#fef3c7;border-bottom:2px solid #fbbf24;border-top:2px solid #fbbf24;color:#78350f;display:flex;flex-shrink:0;font-size:13px;justify-content:space-between;padding:12px 16px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-close{align-items:center;background:none;border:none;color:#78350f;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:20px;justify-content:center;opacity:.7;padding:0;transition:opacity .2s;width:20px}.error-close:hover{opacity:1}.chatbot-input{align-items:center;background:#fff;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:10px;padding:16px}.chat-input-field{background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex:1 1;font-family:inherit;font-size:14px;min-width:0;outline:none;padding:12px 16px;transition:all .2s ease}.chat-input-field:focus{border-color:#00a86b;box-shadow:0 0 0 3px #00a86b1a}.chat-input-field:disabled{background:#f7fafc;cursor:not-allowed;opacity:.6}.chat-input-field::placeholder{color:#9ca3af}.icon-btn,.send-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;min-height:44px;min-width:44px;padding:12px;transition:all .2s ease}.mic-btn{background:#f3f4f6;color:#4a5568}.mic-btn:hover:not(:disabled){background:#e5e7eb;color:#2d3748}.mic-btn.recording{animation:recordingPulse 2s infinite;background:#dc2626;color:#fff}@keyframes recordingPulse{0%,to{box-shadow:0 0 0 0 #dc262666}50%{box-shadow:0 0 0 8px #dc262600}}.send-btn{background:linear-gradient(135deg,#00a86b,#008f5a);color:#fff}.send-btn:hover:not(:disabled){background:linear-gradient(135deg,#008f5a,#007849);transform:scale(1.05)}.send-btn:active:not(:disabled){transform:scale(.95)}.icon-btn:disabled,.send-btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.quick-questions{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-top:12px;padding:16px}.quick-questions-title{color:#374151;font-size:13px;font-weight:600;margin:0 0 10px}.quick-question-btn{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#00693e;cursor:pointer;display:block;font-size:13px;margin-bottom:8px;padding:10px 14px;text-align:left;transition:all .2s;width:100%}.quick-question-btn:last-child{margin-bottom:0}.quick-question-btn:hover:not(:disabled){background:#dcfce7;border-color:#86efac;transform:translateX(4px)}.quick-question-btn:disabled{cursor:not-allowed;opacity:.6}.booking-button-wrapper{animation:fadeIn .3s ease-out;display:flex;justify-content:flex-start;margin-top:12px;padding:0 16px}.booking-button{align-items:center;background:linear-gradient(135deg,#00a86b,#008f5a);border:none;border-radius:12px;box-shadow:0 4px 12px #00a86b4d;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;padding:14px 24px;transition:all .3s ease}.booking-button:hover{background:linear-gradient(135deg,#008f5a,#007849);box-shadow:0 6px 20px #00a86b66;transform:translateY(-2px)}.booking-button:active{transform:translateY(0)}.upload-area{background:#f0fdf4;border-bottom:1px solid #bbf7d0;flex-shrink:0;padding:12px 16px}.file-upload-btn{align-items:center;background:#00a86b;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;justify-content:center;padding:10px 16px;transition:all .2s;width:100%}.file-upload-btn:hover:not(:disabled){background:#008f5a}.file-upload-btn:disabled{cursor:not-allowed;opacity:.6}.docs-list{background:#fff;border-radius:6px;color:#374151;font-size:12px;margin-top:8px;padding:8px}.clear-docs-btn,.upload-btn{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:6px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .2s}.clear-docs-btn:hover,.upload-btn:hover{background:#ffffff4d}@media screen and (max-width:1024px) and (min-height:601px){.chatbot-window{bottom:85px;height:calc(100vh - 140px);left:auto;max-height:550px;right:20px;transform:none;width:360px}.chatbot-button{bottom:20px;padding:15px;right:20px}}@media screen and (max-width:768px) and (min-height:601px){.chatbot-window{bottom:80px;height:calc(100vh - 140px);left:auto;max-height:600px;max-width:420px;right:20px;transform:none;width:360px}.chatbot-button{bottom:15px;right:20px}}@media screen and (max-width:640px) and (min-height:601px){.chatbot-window{border-radius:18px;bottom:70px;height:calc(100vh - 100px);left:auto;max-height:620px;max-width:400px;right:16px;transform:none;width:calc(100% - 32px)}.chatbot-button{bottom:12px;padding:14px;right:16px}.chatbot-header{padding:15px 18px}.header-title{font-size:17px}.header-subtitle{font-size:11.5px}.clear-btn{font-size:12.5px;padding:6px 13px}.chatbot-messages{gap:11px;padding:14px}.message{font-size:13.5px;max-width:80%;padding:11px 14px}.chatbot-input{gap:9px;padding:13px 16px}.chat-input-field{font-size:16px;padding:10px 14px}.icon-btn,.send-btn{min-height:42px;min-width:42px;padding:11px}.quick-questions{padding:13px}.quick-question-btn{font-size:12.5px;margin-bottom:7px;padding:9px 12px}.booking-button-wrapper{padding:0 14px}.booking-button{font-size:14px;justify-content:center;padding:12px 20px;width:100%}}@media screen and (min-width:375px) and (max-width:412px) and (max-height:667px){.chatbot-window{bottom:75px;height:calc(100vh - 110px);left:auto;max-height:520px;max-width:390px;right:14px;transform:none;width:calc(100% - 28px)}.chatbot-button{bottom:12px;right:14px}.chatbot-header{padding:14px 17px}.header-title{font-size:16px}.header-subtitle{font-size:11px}.clear-btn{font-size:12px;padding:6px 12px}.chatbot-messages{gap:10px;padding:12px}.message{font-size:13px;padding:10px 13px}.chatbot-input{padding:12px 14px}}@media screen and (min-width:540px) and (max-width:720px) and (max-height:720px){.chatbot-window{bottom:85px;height:calc(100vh - 130px);left:auto;max-height:580px;right:20px;transform:none;width:400px}.chatbot-button{bottom:15px;right:20px}.chatbot-header{padding:15px 18px}.header-title{font-size:17px}.chatbot-messages{padding:14px}}@media screen and (max-width:374px){.chatbot-window{border-radius:16px;bottom:70px;height:calc(100vh - 100px);left:auto;max-height:520px;right:12px;transform:none;width:calc(100% - 24px)}.chatbot-button{bottom:8px;padding:13px;right:12px}.chatbot-header{padding:13px 15px}.header-title{font-size:15.5px}.header-subtitle{font-size:10.5px}.clear-btn{font-size:11.5px;padding:5px 11px}.chatbot-messages{gap:10px;padding:12px}.message{font-size:13px;max-width:82%;padding:10px 13px}.message-time{font-size:9px}.chatbot-input{gap:8px;padding:11px 13px}.chat-input-field{font-size:16px;padding:9px 12px}.icon-btn,.send-btn{min-height:40px;min-width:40px;padding:10px}.quick-questions{padding:11px}.quick-question-btn{font-size:12px;margin-bottom:6px;padding:8px 11px}.booking-button{font-size:13px;padding:11px 18px}}@media screen and (max-width:360px){.chatbot-window{border-radius:14px;bottom:65px;height:calc(100vh - 95px);left:auto;max-height:500px;right:10px;transform:none;width:calc(100% - 20px)}.chatbot-button{bottom:6px;padding:12px;right:10px}.chatbot-header{padding:12px 14px}.header-title{font-size:14.5px}.header-subtitle{font-size:10px}.clear-btn{font-size:11px;padding:5px 10px}.chatbot-messages{padding:10px}.message{font-size:12.5px;max-width:85%;padding:9px 12px}.chatbot-input{gap:7px;padding:10px 12px}.chat-input-field{padding:8px 11px}.icon-btn,.send-btn{min-height:38px;min-width:38px;padding:9px}.quick-question-btn{font-size:11.5px;padding:7px 10px}.booking-button{font-size:12.5px;padding:10px 16px}}@media screen and (min-width:1024px) and (max-height:600px){.chatbot-window{bottom:85px;height:calc(100vh - 120px);left:auto;max-height:500px;right:15px;transform:none;width:360px}.chatbot-button{bottom:15px;padding:14px;right:15px}.chatbot-header{padding:14px 17px}.header-title{font-size:16px}.header-subtitle{font-size:11px}.clear-btn{font-size:12px;padding:6px 12px}.chatbot-messages{gap:10px;padding:12px}.message{font-size:12.5px;padding:10px 13px}.chatbot-input{padding:12px 14px}.chat-input-field{font-size:13.5px;padding:9px 12px}.icon-btn,.send-btn{min-height:40px;min-width:40px;padding:10px}.quick-questions{margin-top:8px;padding:11px}.quick-question-btn{font-size:11.5px;margin-bottom:6px;padding:8px 11px}}@media screen and (max-height:500px) and (orientation:landscape){.chatbot-window{bottom:60px;height:calc(100vh - 90px);left:auto;max-height:calc(100vh - 90px);max-width:500px;right:12px;transform:none;width:360px}.chatbot-button{bottom:10px;padding:12px;right:12px}.chatbot-header{padding:10px 14px}.header-title{font-size:14px}.header-subtitle{font-size:10px}.clear-btn{font-size:11px;padding:5px 10px}.chatbot-messages{padding:9px}.message{font-size:12px;padding:8px 12px}.chatbot-input{padding:9px 12px}.quick-questions{padding:9px}.quick-question-btn{font-size:11px;padding:7px 10px}}@media (hover:none) and (pointer:coarse){.chatbot-button:hover{transform:scale(1)}.chatbot-button:active{transform:scale(.95)}.quick-question-btn:hover:not(:disabled){background:#f0fdf4;border-color:#bbf7d0;transform:none}.quick-question-btn:active:not(:disabled){background:#dcfce7;border-color:#86efac}.booking-button:hover,.icon-btn:hover:not(:disabled),.send-btn:hover:not(:disabled){transform:none}.booking-button:active{transform:scale(.97)}.clear-btn:hover{background:#fff3}.clear-btn:active{background:#ffffff4d}}
/*# sourceMappingURL=main.34035e03.css.map*/