#lc-chatbot-toggle{position:fixed;bottom:20px;right:20px;width:auto!important;min-width:140px;height:52px!important;padding:0 20px!important;border-radius:50px!important;border:none;background:var(--lc-primary,#4f46e5)!important;color:#fff;cursor:pointer;box-shadow:0 4px 16px rgba(79,70,229,.4);z-index:2147483647;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:12px!important;transition:transform .2s;white-space:nowrap!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;font-size:15px}#lc-chatbot-toggle img.lc-toggle-avatar{width:28px!important;height:28px!important;border-radius:50%;object-fit:cover}#lc-chatbot-toggle:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(79,70,229,.5)}#lc-chatbot-toggle svg{width:22px;height:22px}#lc-chatbot-toggle .lc-toggle-text{white-space:nowrap}#lc-chatbot-toggle.lc-hidden{display:none!important}#lc-chatbot-toggle.lc-chatbot-bottom-left{right:auto;left:20px}#lc-chatbot-toggle.lc-chatbot-bottom-right{left:auto;right:20px}#lc-chatbot-widget{position:fixed;bottom:90px;right:20px;width:380px;max-width:calc(100vw - 40px);height:550px;max-height:calc(100vh - 130px);background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.2);z-index:2147483646;display:none;flex-direction:column;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}#lc-chatbot-widget.lc-chatbot-open{display:flex!important}#lc-chatbot-widget.lc-chatbot-bottom-left{right:auto;left:20px}#lc-chatbot-widget .lc-chatbot-header{background:var(--lc-primary,#4f46e5);color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;font-weight:600}#lc-chatbot-widget .lc-chatbot-status-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:lc-pulse 2s infinite}@keyframes lc-pulse{0%,100%{opacity:1}50%{opacity:.5}}#lc-chatbot-widget .lc-chatbot-close{background:rgba(255,255,255,.2);border:none;color:#fff;font-size:22px;cursor:pointer;width:32px;height:32px;padding:0;border-radius:6px;display:flex;align-items:center;justify-content:center;line-height:1}#lc-chatbot-widget .lc-chatbot-messages{flex:1;overflow-y:auto;padding:20px;background:#f8fafc;display:flex;flex-direction:column;gap:12px}#lc-chatbot-widget .lc-chatbot-message{padding:12px 16px;border-radius:16px;max-width:85%;word-wrap:break-word;font-size:14px;line-height:1.5;animation:lc-fade-in .3s ease}@keyframes lc-fade-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#lc-chatbot-widget .lc-chatbot-message.bot{background:var(--lc-secondary,#f1f5f9)!important;color:var(--lc-text,#1e293b)!important;align-self:flex-start;border-bottom-left-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.08);flex-shrink:0}#lc-chatbot-widget .lc-chatbot-message.user{background:var(--lc-primary,#4f46e5)!important;color:#fff!important;align-self:flex-end;border-bottom-right-radius:4px}#lc-chatbot-widget .lc-chat-image{max-width:100%;height:auto;border-radius:8px;margin-top:8px;border:1px solid #e5e7eb;display:block}#lc-chatbot-widget .lc-image-continue-btn{width:100%;margin-top:10px}#lc-chatbot-widget .lc-chatbot-input-area{padding:16px;border-top:1px solid #e5e7eb;background:#fff;display:flex;gap:10px}#lc-chatbot-widget .lc-chatbot-input{flex:1!important;padding:12px 16px!important;border:2px solid #e5e7eb!important;border-radius:12px!important;background:#fff!important;color:#1f2937!important;font-size:14px!important;outline:0!important;transition:border-color .2s!important;font-family:inherit!important;box-sizing:border-box!important}#lc-chatbot-widget .lc-chatbot-input:focus{border-color:#4f46e5!important;outline:0!important}#lc-chatbot-widget .lc-chatbot-input::placeholder{color:#9ca3af!important}#lc-chatbot-widget .lc-chatbot-send{padding:12px 20px;background:var(--lc-primary,#4f46e5);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:600;font-size:14px;font-family:inherit}#lc-chatbot-widget .lc-chatbot-options{width:100%;padding:0 16px 12px;display:none;flex-direction:column;gap:8px}#lc-chatbot-widget .lc-chatbot-options.lc-visible{display:flex;max-height:220px;overflow-y:auto;padding-right:5px}#lc-chatbot-widget .lc-chatbot-options::-webkit-scrollbar{width:4px}#lc-chatbot-widget .lc-chatbot-options::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}#lc-chatbot-widget .lc-chatbot-option{display:block!important;width:100%!important;padding:12px 16px!important;background:#fff!important;border:2px solid #e5e7eb!important;border-radius:12px!important;cursor:pointer!important;text-align:left!important;font-size:14px!important;transition:all .2s!important;font-family:inherit!important;color:#374151!important;margin:0 0 8px 0!important;box-sizing:border-box!important}#lc-chatbot-widget .lc-chatbot-option:hover{border-color:#4f46e5!important;background:#eef2ff!important;transform:translateX(4px)!important}@media (max-width:768px){#lc-chatbot-widget{width:100%;height:100%;max-width:100%;max-height:100%;bottom:0;right:0;left:0;top:0;border-radius:0}#lc-chatbot-toggle{bottom:20px;right:20px}}@media (max-width:480px){#lc-chatbot-toggle{bottom:16px;right:16px;width:56px;height:56px}#lc-chatbot-toggle svg{width:24px;height:24px}}#lc-chatbot-widget .lc-chatbot-branding{padding:8px 16px;background:#f8fafc;border-top:1px solid #e5e7eb;text-align:center;font-size:11px;color:#6b7280}#lc-chatbot-widget .lc-chatbot-branding a{color:#6b7280;text-decoration:none;transition:color .2s}#lc-chatbot-widget .lc-chatbot-branding a:hover{color:#4f46e5;text-decoration:underline}#lc-chatbot-widget .lc-chatbot-contact-buttons{padding:16px;background:#fff;border-top:1px solid #e5e7eb;text-align:center}#lc-chatbot-widget .lc-contact-title{font-weight:600;margin-bottom:12px;color:#374151;font-size:14px}#lc-chatbot-widget .lc-contact-btn{display:block;width:100%;padding:12px 16px;margin-bottom:8px;border-radius:12px;text-decoration:none;font-weight:600;font-size:14px;text-align:center;transition:transform .2s,box-shadow .2s;cursor:pointer}#lc-chatbot-widget .lc-contact-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}#lc-chatbot-widget .lc-whatsapp-btn{background:#25d366;color:#fff;border:2px solid #25d366}#lc-chatbot-widget .lc-whatsapp-btn:hover{background:#128c7e;border-color:#128c7e}.lc-chatbot-whatsapp-button a{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;background:#25d366;color:#fff;padding:14px 20px;border-radius:20px;text-decoration:none;font-weight:600;font-size:14px;box-shadow:0 4px 12px rgba(37,211,102,.3);transition:all .2s ease;border:none;cursor:pointer}.lc-chatbot-whatsapp-button a:hover{background:#128c7e;box-shadow:0 6px 16px rgba(37,211,102,.4);transform:translateY(-1px)}.lc-chatbot-whatsapp-button .lc-whatsapp-icon{width:20px!important;height:20px!important;flex-shrink:0!important;display:block}#lc-chatbot-widget .lc-telegram-btn{background:#08c;color:#fff;border:2px solid #08c}#lc-chatbot-widget .lc-telegram-btn:hover{background:#069;border-color:#069}#lc-chatbot-widget .lc-booking-container{background:#fff;height:100%;overflow-y:auto}#lc-chatbot-widget .lc-booking-btn:hover{filter:brightness(.9)}#lc-chatbot-widget .lc-time-slot:hover{background:#eef2ff!important;border-color:#4f46e5!important}#lc-chatbot-widget .lc-cal-days div:hover:not([style*="cursor: not-allowed"]){background:#eef2ff!important}.lc-chatbot-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#6b7280;font-size:14px}.lc-loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #4f46e5;border-radius:50%;animation:lc-spin 1s linear infinite;margin-bottom:12px}@keyframes lc-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.lc-chatbot-loading span{animation:lc-pulse 1.5s ease-in-out infinite}@keyframes lc-pulse{0%,100%{opacity:.6}50%{opacity:1}}#lc-chatbot-widget .lc-booking-container{height:100%;display:flex;flex-direction:column;background:#fff;overflow-y:auto}#lc-chatbot-widget .lc-booking-back{transition:background .2s}#lc-chatbot-widget .lc-booking-back:hover{background:#eef2ff!important}#lc-chatbot-widget .lc-booking-calendar{margin-bottom:16px}#lc-chatbot-widget .lc-booking-form{animation:lc-fade-in .3s ease}#lc-chatbot-widget .lc-booking-fields input:focus{outline:0;border-color:#4f46e5!important;box-shadow:0 0 0 3px rgba(79,70,229,.1)}#lc-chatbot-widget .lc-confirm-booking:hover{filter:brightness(.9)}#lc-chatbot-widget .lc-confirm-booking:active{transform:translateY(1px)}#lc-chatbot-widget .lc-time-slots{margin-top:16px}#lc-chatbot-widget .lc-time-slot{transition:all .2s}#lc-chatbot-widget .lc-time-slot:hover{background:#eef2ff!important;border-color:#4f46e5!important}#lc-chatbot-widget .lc-cal-next,#lc-chatbot-widget .lc-cal-prev{transition:background .2s;border-radius:4px;padding:4px 8px}#lc-chatbot-widget .lc-cal-next:hover,#lc-chatbot-widget .lc-cal-prev:hover{background:#eef2ff}@media (max-width:400px){#lc-chatbot-widget{width:100%;max-width:100%;right:0;left:0;bottom:0;border-radius:16px 16px 0 0}}#lc-announcement-banner{position:fixed;top:0;left:0;width:100%;z-index:9999;color:#fff;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.1);box-sizing:border-box;animation:slideInFromTop .5s ease-in-out}@keyframes slideInFromTop{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}#lc-announcement-banner .lc-banner-content{display:flex;align-items:center;gap:15px;flex:1;justify-content:center}#lc-announcement-banner .lc-banner-message{font-size:14px;font-weight:500}#lc-announcement-banner .lc-banner-button{background:#fff;color:#333;border:none;padding:8px 16px;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s;white-space:nowrap}#lc-announcement-banner .lc-banner-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.2)}#lc-announcement-banner .lc-banner-dismiss{background:rgba(255,255,255,.2);border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;margin-left:15px;transition:background .2s}#lc-announcement-banner .lc-banner-dismiss:hover{background:rgba(255,255,255,.3)}@media (max-width:768px){#lc-announcement-banner{position:fixed;bottom:auto!important;top:0!important;left:0;width:100%;padding:10px 15px;animation:slideInFromTop .5s ease-in-out}@keyframes slideInFromTop{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}#lc-announcement-banner .lc-banner-content{flex-direction:column;gap:8px;text-align:center}#lc-announcement-banner .lc-banner-message{font-size:13px}#lc-announcement-banner .lc-banner-button{padding:6px 12px;font-size:12px}#lc-announcement-banner .lc-banner-dismiss{width:44px;height:44px;min-width:44px;min-height:44px}}#lc-chatbot-widget .lc-chatbot-privacy-notice{padding:0 16px 12px 16px;background:#fff;font-size:11px;color:#9ca3af;text-align:center;line-height:1.4}#lc-chatbot-widget .lc-chatbot-privacy-notice a{color:#4f46e5;text-decoration:none;transition:color .2s}#lc-chatbot-widget .lc-chatbot-privacy-notice a:hover{color:#3730a3;text-decoration:underline}#lc-chatbot-widget .lc-chatbot-option.lc-option-selected{background-color:#2271b1!important;color:#fff!important;border-color:#2271b1!important}#lc-chatbot-widget .lc-typing-dots{display:flex;gap:4px;align-items:center;padding:4px 8px}#lc-chatbot-widget .lc-typing-dots span{width:8px;height:8px;background:#9ca3af;border-radius:50%;animation:lc-typing-bounce 1.4s infinite ease-in-out both}#lc-chatbot-widget .lc-typing-dots span:first-child{animation-delay:-.32s}#lc-chatbot-widget .lc-typing-dots span:nth-child(2){animation-delay:-.16s}#lc-chatbot-widget .lc-typing-dots span:nth-child(3){animation-delay:0s}@keyframes lc-typing-bounce{0%,100%,80%{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}#lc-chatbot-widget .lc-chatbot-skip{padding:12px 16px;background:transparent;color:#9CA3AF;border:1px solid #E5E7EB;border-radius:12px;cursor:pointer;font-weight:500;font-size:13px;font-family:inherit;white-space:nowrap;transition:all .2s}#lc-chatbot-widget .lc-chatbot-skip:hover{background:#F9FAFB;color:#6B7280;border-color:#D1D5DB}