.chatBox_form-actions__42C1T{display:flex;gap:1rem;align-items:center;margin-top:.5rem}@media (max-width:768px){.chatBox_form-actions__42C1T{flex-direction:column;width:100%;gap:.75rem}.chatBox_form-actions__42C1T button{width:100%}}@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");.chatBox_chat-container__JIEa2{--primary-color:#6366f1;--primary-hover:#4f46e5;--secondary-color:#22d3ee;--accent-color:#f472b6;--success-color:#34d399;--danger-color:#fb923c;--warning-color:#fbbf24;--text-primary:#1e293b;--text-secondary:#475569;--text-tertiary:#94a3b8;--bg-primary:#ffffff;--bg-secondary:#fef3fc;--bg-tertiary:#fdf4ff;--bg-chat:linear-gradient(180deg,#fef3fc,#f8faff);--gradient-primary:linear-gradient(135deg,#6366f1,#a855f7);--gradient-secondary:linear-gradient(135deg,#22d3ee,#3b82f6);--gradient-tertiary:linear-gradient(135deg,#3b82f6,#22d3ee);--gradient-accent:linear-gradient(135deg,#f472b6,#fb923c);--travel-blue:#1e40af;--travel-green:#059669;--travel-orange:#ea580c;--shadow-sm:0 2px 8px 0 rgba(99,102,241,0.05);--shadow-md:0 8px 16px -4px rgba(99,102,241,0.1);--shadow-lg:0 20px 25px -5px rgba(99,102,241,0.1);--shadow-xl:0 25px 50px -12px rgba(99,102,241,0.25);--border-color:#e0e7ff;--message-own:linear-gradient(135deg,#6366f1,#7c3aed);--message-other:#ffffff;--radius-sm:0.5rem;--radius-md:0.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-2xl:2rem;--radius-full:9999px;--transition-all:all 0.3s cubic-bezier(0.4,0,0.2,1);--transition-fast:all 0.15s cubic-bezier(0.4,0,0.2,1);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;height:100vh;background:var(--bg-chat);overflow:hidden;position:relative}.chatBox_chat-container__JIEa2:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 80%,rgba(99,102,241,.03) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(168,85,247,.03) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(34,211,238,.03) 0,transparent 50%);pointer-events:none;z-index:0}.chatBox_chat-header__5b69Z{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-md);position:relative;z-index:10}.chatBox_chat-title__r7Ch9{display:flex;flex-direction:column;gap:.375rem}.chatBox_chat-title__r7Ch9 h1{font-size:1.5rem;margin:0;font-weight:400;color:var(--text-primary);display:flex;align-items:center;gap:.75rem;letter-spacing:-.025em}@keyframes chatBox_blink__Z0vDh{0%,50%{opacity:1}51%,to{opacity:0}}.chatBox_chat-title__r7Ch9 h1{min-height:1.5em}.chatBox_active-users__HIx4J{font-size:1rem;color:var(--text-secondary);font-weight:500;display:flex;align-items:center;gap:.5rem}.chatBox_active-users__HIx4J span{color:var(--success-color);font-weight:700}.chatBox_header-actions__ZRnQW{display:flex;gap:1rem}.chatBox_invite-btn__QpyOU{background:rgba(255,255,255,.9);border:2px solid var(--primary-color);color:var(--primary-color);padding:.75rem 1.5rem;border-radius:var(--radius-full);cursor:pointer;font-size:1rem;font-weight:600;transition:var(--transition-all);box-shadow:var(--shadow-sm)}.chatBox_invite-btn__QpyOU:hover{background:var(--primary-color);color:white;transform:translateY(-2px);box-shadow:var(--shadow-md)}.chatBox_participants-list__94gPB{padding:1.25rem 1.5rem;overflow-x:auto;display:flex;gap:1.5rem;background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);scrollbar-width:thin;scrollbar-color:var(--border-color) transparent}.chatBox_participant__qZ2O8{display:flex;flex-direction:column;align-items:center;gap:.625rem;min-width:84px;cursor:pointer;transition:var(--transition-all);padding:.625rem;border-radius:var(--radius-xl);position:relative}.chatBox_participant__qZ2O8:hover{background:var(--gradient-primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.chatBox_participant__qZ2O8:hover .chatBox_participant-name__Xsenq,.chatBox_participant__qZ2O8:hover .chatBox_participant-status__uns49{color:white}.chatBox_ai-participant__p3osU{background:linear-gradient(135deg,rgba(99,102,241,.05),rgba(168,85,247,.05));border:1px solid rgba(99,102,241,.2);min-width:84px}.chatBox_ai-participant__p3osU:hover{background:var(--gradient-primary);border-color:transparent}.chatBox_ai-badge__tUcLc{background:var(--gradient-secondary);color:white;padding:1px 6px;border-radius:var(--radius-full);font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.chatBox_ai-avatar__IfoRN{border-color:rgba(99,102,241,.3)!important;box-shadow:0 0 0 2px rgba(99,102,241,.05),var(--shadow-sm)!important}.chatBox_participant-divider__MtlQE{width:1px;background:var(--border-color);align-self:stretch;margin:0 .25rem;opacity:.5}.chatBox_participant-divider__MtlQE:after{display:none}.chatBox_ai-indicator__dTinC{position:absolute;top:-25px;left:0;right:0;text-align:left;animation:chatBox_fadeIn__VOoR7 .3s ease-in-out}.chatBox_ai-indicator__dTinC span{background-color:#e8f5e9;color:#2e7d32;padding:4px 12px;border-radius:12px;font-size:.875rem;font-weight:500;display:inline-block;box-shadow:0 2px 4px rgba(0,0,0,.1)}.chatBox_participant-name__Xsenq{font-size:.75rem;font-weight:600;color:var(--text-primary);max-width:70px;text-align:center}.chatBox_ai-participant__p3osU .chatBox_participant-name__Xsenq{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.chatBox_ai-participant__p3osU:hover .chatBox_participant-name__Xsenq{-webkit-text-fill-color:white;background:none}.chatBox_avatar-placeholder__L7gcf,.chatBox_avatar__b1zC9{width:56px;height:56px;border-radius:var(--radius-full);object-fit:cover;box-shadow:var(--shadow-md);position:relative;border:3px solid white;transition:var(--transition-all)}.chatBox_participant__qZ2O8:hover .chatBox_avatar-placeholder__L7gcf,.chatBox_participant__qZ2O8:hover .chatBox_avatar__b1zC9{transform:scale(1.1);border-color:white}.chatBox_ai-participant__p3osU:hover .chatBox_ai-avatar__IfoRN{transform:scale(1.05);border-color:white}.chatBox_avatar-placeholder__L7gcf{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:white;background:var(--gradient-accent)}.chatBox_message-container__yCMHQ{flex:1 1;overflow-y:auto;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:1}.chatBox_message__h2hki{display:flex;gap:1rem;max-width:90%;animation:chatBox_messageSlide__0KjlC .4s cubic-bezier(.34,1.56,.64,1)}@keyframes chatBox_messageSlide__0KjlC{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chatBox_own-message__jzQcF{align-self:flex-end;flex-direction:row-reverse}.chatBox_other-message____QG2{align-self:flex-start}.chatBox_message-avatar__pXpCv img,.chatBox_typing-avatar__InspP img{width:44px;height:44px;border-radius:var(--radius-full);object-fit:cover;box-shadow:var(--shadow-md);border:3px solid white;transition:var(--transition-all)}.chatBox_message__h2hki:hover .chatBox_message-avatar__pXpCv img,.chatBox_message__h2hki:hover .chatBox_typing-avatar__InspP img{transform:scale(1.05)}.chatBox_message-content__SCwV4{display:flex;flex-direction:column;gap:.375rem}.chatBox_sender-name__g7PxD{font-size:.875rem;font-weight:700;margin-left:1rem;letter-spacing:.025em}.chatBox_message-bubble__wujOm{padding:1rem 1.25rem;border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);position:relative;max-width:45rem;word-wrap:break-word;transition:var(--transition-all)}@media (min-width:1024px){.chatBox_message-bubble__wujOm.chatBox_booking-message__Eybjv,.chatBox_other-message____QG2 .chatBox_message-bubble__wujOm{width:90rem;max-width:none}}@media (max-width:768px){.chatBox_message-bubble__wujOm.chatBox_booking-message__Eybjv,.chatBox_other-message____QG2 .chatBox_message-bubble__wujOm{min-width:300px}}.chatBox_message-bubble__wujOm:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg)}.chatBox_own-message__jzQcF .chatBox_message-bubble__wujOm{background:var(--message-own);color:white;border-bottom-right-radius:var(--radius-sm)}.chatBox_other-message____QG2 .chatBox_message-bubble__wujOm{background-color:var(--message-other);border-bottom-left-radius:var(--radius-sm)}.chatBox_message-text__5_Lf_{line-height:1.65;color:#374151;font-size:15px;word-wrap:break-word;overflow-wrap:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:.1px;-webkit-hyphens:auto;hyphens:auto}.chatBox_message-text__5_Lf_ p{margin:0 0 14px;line-height:1.7;color:#374151;font-weight:400}.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ p{color:white}.chatBox_message-text__5_Lf_ p:last-child{margin-bottom:0}.chatBox_message-text__5_Lf_ p:first-child{margin-top:0}.chatBox_message-text__5_Lf_ h1,.chatBox_message-text__5_Lf_ h2,.chatBox_message-text__5_Lf_ h3,.chatBox_message-text__5_Lf_ h4,.chatBox_message-text__5_Lf_ h5,.chatBox_message-text__5_Lf_ h6{margin:20px 0 12px;font-weight:700;line-height:1.3;color:#1f2937;letter-spacing:-.2px}.chatBox_message-text__5_Lf_ h1{font-size:24px;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.chatBox_message-text__5_Lf_ h2{font-size:22px;border-bottom:1px solid #e5e7eb;padding-bottom:6px}.chatBox_message-text__5_Lf_ h3{font-size:19px}.chatBox_message-text__5_Lf_ h4{font-size:17px}.chatBox_message-text__5_Lf_ h5{font-size:15px}.chatBox_message-text__5_Lf_ h6{font-size:14px;color:#6b7280;text-transform:uppercase;letter-spacing:.8px}.chatBox_message-text__5_Lf_ h1:first-child,.chatBox_message-text__5_Lf_ h2:first-child,.chatBox_message-text__5_Lf_ h3:first-child,.chatBox_message-text__5_Lf_ h4:first-child,.chatBox_message-text__5_Lf_ h5:first-child,.chatBox_message-text__5_Lf_ h6:first-child{margin-top:0}.chatBox_message-text__5_Lf_ a{color:#667eea;text-decoration:none;font-weight:500;position:relative;padding:1px 0;transition:all .25s cubic-bezier(.4,0,.2,1)}.chatBox_message-text__5_Lf_ a:after{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .25s ease}.chatBox_message-text__5_Lf_ a:hover{color:#5a67d8}.chatBox_message-text__5_Lf_ a:hover:after{width:100%}.chatBox_message-text__5_Lf_ a:visited{color:#805ad5}.chatBox_message-text__5_Lf_ b,.chatBox_message-text__5_Lf_ strong{font-weight:700;color:#1f2937;letter-spacing:.1px}.chatBox_message-text__5_Lf_ em,.chatBox_message-text__5_Lf_ i{font-style:italic;color:#4b5563;font-weight:500}.chatBox_message-text__5_Lf_ code{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#dc2626;padding:3px 6px;border-radius:5px;font-family:SF Mono,JetBrains Mono,Monaco,Inconsolata,Roboto Mono,Courier New,monospace;font-size:13px;border:1px solid #e5e7eb;font-weight:500;letter-spacing:.3px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.chatBox_message-text__5_Lf_ pre{border:none!important;padding:0!important;margin:0!important;box-shadow:none!important;overflow:visible!important}.chatBox_message-text__5_Lf_ pre,.chatBox_message-text__5_Lf_ pre code{background:none!important;font-family:inherit!important;font-size:inherit!important}.chatBox_message-text__5_Lf_ pre code{color:inherit!important}.chatBox_message-text__5_Lf_ table{width:100%;border-collapse:separate;border-spacing:0;margin:20px 0;font-size:14px;background:#ffffff;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.07),0 1px 3px rgba(0,0,0,.1);border:1px solid #e5e7eb}.chatBox_message-text__5_Lf_ thead{background:linear-gradient(135deg,#667eea,#764ba2)}.chatBox_message-text__5_Lf_ th{background:transparent;border:none;padding:14px 12px;text-align:left;font-weight:600;color:white;font-size:13px;text-transform:uppercase;letter-spacing:.8px}.chatBox_message-text__5_Lf_ th:first-child{border-top-left-radius:10px}.chatBox_message-text__5_Lf_ th:last-child{border-top-right-radius:10px}.chatBox_message-text__5_Lf_ td{border:none;border-bottom:1px solid #f3f4f6;padding:14px 12px;vertical-align:top;color:#4b5563;font-weight:400;transition:background-color .2s ease}.chatBox_message-text__5_Lf_ tbody tr:nth-child(2n){background:#fafbfc}.chatBox_message-text__5_Lf_ tbody tr:hover{background:#f3f4f6}.chatBox_message-text__5_Lf_ tbody tr:last-child td{border-bottom:none}.chatBox_message-text__5_Lf_ tbody tr:last-child td:first-child{border-bottom-left-radius:10px}.chatBox_message-text__5_Lf_ tbody tr:last-child td:last-child{border-bottom-right-radius:10px}.chatBox_message-text__5_Lf_ table a{color:#667eea;font-weight:600;text-decoration:none;position:relative;transition:color .2s ease}.chatBox_message-text__5_Lf_ table a:hover{color:#5a67d8}.chatBox_message-text__5_Lf_ table a:after{content:"";position:absolute;width:0;height:1px;bottom:-1px;left:0;background:#667eea;transition:width .2s ease}.chatBox_message-text__5_Lf_ table a:hover:after{width:100%}.chatBox_message-text__5_Lf_ ol,.chatBox_message-text__5_Lf_ ul{margin:14px 0;padding-left:0;list-style:none}.chatBox_message-text__5_Lf_ li{margin:8px 0;line-height:1.6;position:relative;padding-left:0;list-style:none}.chatBox_message-text__5_Lf_ ol li,.chatBox_message-text__5_Lf_ ul li{list-style:none}.chatBox_message-text__5_Lf_ ol li:before,.chatBox_message-text__5_Lf_ ul li:before{display:none}.chatBox_message-text__5_Lf_ ol ol,.chatBox_message-text__5_Lf_ ol ul,.chatBox_message-text__5_Lf_ ul ol,.chatBox_message-text__5_Lf_ ul ul{margin:6px 0;padding-left:16px}.chatBox_message-text__5_Lf_ ol ol li:before,.chatBox_message-text__5_Lf_ ol ul li:before,.chatBox_message-text__5_Lf_ ul ol li:before,.chatBox_message-text__5_Lf_ ul ul li:before{display:none}.chatBox_message-text__5_Lf_ blockquote{margin:20px 0;padding:16px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-left:4px solid #667eea;border-radius:0 8px 8px 0;color:#4b5563;font-style:italic;font-weight:500;box-shadow:0 2px 4px rgba(0,0,0,.05);position:relative}.chatBox_message-text__5_Lf_ blockquote:before{content:'"';font-size:36px;color:#667eea;position:absolute;top:-5px;left:12px;font-family:Georgia,serif;opacity:.3}.chatBox_message-text__5_Lf_ blockquote p{margin:0;padding-left:16px}.chatBox_message-text__5_Lf_ hr{border:none;height:2px;background:linear-gradient(90deg,transparent,#667eea,transparent);margin:28px 0;border-radius:1px}.chatBox_message-text__5_Lf_ del,.chatBox_message-text__5_Lf_ s{text-decoration:line-through;color:#9ca3af;opacity:.8}.chatBox_message-text__5_Lf_ mark{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;padding:2px 4px;border-radius:3px;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.1)}.chatBox_message-text__5_Lf_ input[type=checkbox]{margin-right:10px;accent-color:#667eea;transform:scale(1.1);cursor:pointer}.chatBox_message-text__5_Lf_ li input[type=checkbox]{margin-left:0;margin-right:10px}.chatBox_message-text__5_Lf_ img{max-width:100%;height:auto;border-radius:8px;margin:16px 0;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}.chatBox_message-text__5_Lf_ img:hover{transform:translateY(-1px);box-shadow:0 8px 15px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.1)}.chatBox_message-text__5_Lf_ kbd{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #d1d5db;border-bottom:2px solid #9ca3af;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1);color:#374151;display:inline-block;font-family:SF Mono,monospace;font-size:12px;font-weight:600;line-height:1;padding:3px 6px;white-space:nowrap;transition:all .2s ease}.chatBox_message-text__5_Lf_ kbd:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.15)}.chatBox_message-text__5_Lf_ td:has-text("✅"),.chatBox_message-text__5_Lf_:contains("✅"){color:#10b981!important;font-weight:600}.chatBox_message-text__5_Lf_ td:has-text("❌"),.chatBox_message-text__5_Lf_:contains("❌"){color:#ef4444!important;font-weight:600}.chatBox_message-text__5_Lf_ td:has-text("⭐"),.chatBox_message-text__5_Lf_:contains("⭐"){color:#f59e0b!important;font-weight:600}.chatBox_message-text__5_Lf_ abbr{text-decoration:none;border-bottom:1px dotted #667eea;cursor:help}.chatBox_message-text__5_Lf_ sub,.chatBox_message-text__5_Lf_ sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.chatBox_message-text__5_Lf_ sup{top:-.5em}.chatBox_message-text__5_Lf_ sub{bottom:-.25em}.chatBox_message-text__5_Lf_ details{margin:16px 0;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#fafbfc}.chatBox_message-text__5_Lf_ summary{font-weight:600;color:#374151;cursor:pointer;padding:4px 0;transition:color .2s ease}.chatBox_message-text__5_Lf_ summary:hover{color:#667eea}.chatBox_message-text__5_Lf_ dl{margin:16px 0}.chatBox_message-text__5_Lf_ dt{font-weight:600;color:#374151;margin-top:12px}.chatBox_message-text__5_Lf_ dd{margin:4px 0 0 20px;color:#4b5563}.chatBox_message-text__5_Lf_ figure{margin:20px 0;text-align:center}.chatBox_message-text__5_Lf_ figcaption{font-size:13px;color:#6b7280;font-style:italic;margin-top:8px}@media (max-width:480px){.chatBox_message-text__5_Lf_{font-size:14px;line-height:1.6}.chatBox_message-text__5_Lf_ h1{font-size:20px}.chatBox_message-text__5_Lf_ h2{font-size:18px}.chatBox_message-text__5_Lf_ h3{font-size:16px}.chatBox_message-text__5_Lf_ h4{font-size:15px}.chatBox_message-text__5_Lf_ h5{font-size:14px}.chatBox_message-text__5_Lf_ h6{font-size:13px}.chatBox_message-text__5_Lf_ table{font-size:12px;display:block;overflow-x:auto;white-space:nowrap;margin:12px 0;border-radius:6px}.chatBox_message-text__5_Lf_ td,.chatBox_message-text__5_Lf_ th{padding:10px 8px;min-width:100px}.chatBox_message-text__5_Lf_ th{font-size:11px}.chatBox_message-text__5_Lf_ pre{padding:12px;font-size:12px;margin:12px 0;border-radius:6px}.chatBox_message-text__5_Lf_ blockquote{margin:12px 0;padding:12px 16px}.chatBox_message-text__5_Lf_ ol,.chatBox_message-text__5_Lf_ ul{padding-left:0}.chatBox_message-text__5_Lf_ ol ol,.chatBox_message-text__5_Lf_ ul ul{padding-left:12px}.chatBox_message-text__5_Lf_ code{font-size:12px;padding:2px 4px}}@media (min-width:481px) and (max-width:768px){.chatBox_message-text__5_Lf_{font-size:14px}.chatBox_message-text__5_Lf_ table{font-size:13px}.chatBox_message-text__5_Lf_ td,.chatBox_message-text__5_Lf_ th{padding:12px 10px}.chatBox_message-text__5_Lf_ pre{padding:14px;font-size:13px}}@media (min-width:769px){.chatBox_message-text__5_Lf_{font-size:15px;line-height:1.65}.chatBox_message-text__5_Lf_ table{font-size:14px}.chatBox_message-text__5_Lf_ td,.chatBox_message-text__5_Lf_ th{padding:14px 12px}.chatBox_message-text__5_Lf_ pre{padding:18px;font-size:14px}.chatBox_message-text__5_Lf_ blockquote:before{font-size:42px}}@media (min-width:1200px){.chatBox_message-text__5_Lf_{font-size:16px;line-height:1.7}.chatBox_message-text__5_Lf_ h1{font-size:26px}.chatBox_message-text__5_Lf_ h2{font-size:24px}.chatBox_message-text__5_Lf_ h3{font-size:21px}.chatBox_message-text__5_Lf_ h4{font-size:18px}.chatBox_message-text__5_Lf_ table{font-size:15px}.chatBox_message-text__5_Lf_ td,.chatBox_message-text__5_Lf_ th{padding:16px 14px}}.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_{color:rgba(255,255,255,.95)}.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ h1,.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ h2,.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ h3,.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ h4,.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ h5,.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ h6{color:rgba(255,255,255,.98);border-color:rgba(255,255,255,.2)}.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ b,.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ strong{color:rgba(255,255,255,.98)}.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ a,.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ em,.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ i{color:rgba(255,255,255,.9)}.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ a:hover{color:white}.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ code{background:rgba(255,255,255,.15);color:rgba(255,255,255,.95);border-color:rgba(255,255,255,.2)}.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ pre{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}.chatBox_own-message__jzQcF .chatBox_message-text__5_Lf_ blockquote{background:rgba(255,255,255,.1);border-left-color:rgba(255,255,255,.4)}.chatBox_message-text__5_Lf_ *{transition:color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease}@media print{.chatBox_message-text__5_Lf_{font-size:12px;color:#000;background:#fff}.chatBox_message-text__5_Lf_ table{border-collapse:collapse;box-shadow:none}.chatBox_message-text__5_Lf_ td,.chatBox_message-text__5_Lf_ th{border:1px solid #000}.chatBox_message-text__5_Lf_ a{color:#000;text-decoration:underline}.chatBox_message-text__5_Lf_ code,.chatBox_message-text__5_Lf_ pre{background:#f5f5f5;border:1px solid #ccc}}.chatBox_message-time__bMoJV{font-size:.8125rem;color:var(--text-tertiary);margin-top:.375rem;font-weight:500;position:relative;display:flex;align-items:center;justify-content:flex-start}.chatBox_own-message__jzQcF .chatBox_message-time__bMoJV{color:rgba(255,255,255,.85)}@keyframes chatBox_systemMessagePop__sbtrY{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.chatBox_message-input__yElsG{position:relative;display:flex;flex-direction:column;padding:0;background:#f9f9fe;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:1rem}.chatBox_emoji-picker-wrapper__mFh1O{position:absolute;bottom:80px;left:20px;z-index:1000;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden;animation:chatBox_emojiPickerSlide__XWfpY .3s cubic-bezier(.34,1.56,.64,1)}@keyframes chatBox_emojiPickerSlide__XWfpY{0%{transform:scale(.95) translateY(10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.chatBox_emoji-btn__d66cv{background:rgba(255,255,255,.9);border:2px solid var(--border-color);font-size:1.75rem;padding:.625rem;border-radius:var(--radius-full);transition:var(--transition-all);display:flex;align-items:center;justify-content:center;width:52px;height:52px}.chatBox_emoji-btn__d66cv:hover{background:var(--gradient-accent);border-color:transparent;transform:rotate(10deg) scale(1.1)}.chatBox_notification__gHK19{position:fixed;top:24px;left:50%;transform:translateX(-50%);background:var(--gradient-primary);color:white;padding:1rem 2rem;border-radius:var(--radius-full);box-shadow:var(--shadow-xl);z-index:1000;animation:chatBox_notificationSlide__iTM1S .5s cubic-bezier(.34,1.56,.64,1);font-weight:600;font-size:1rem;display:flex;align-items:center;gap:.75rem}.chatBox_notification__gHK19:before{content:"✨";font-size:1.25rem}@keyframes chatBox_notificationSlide__iTM1S{0%{opacity:0;transform:translate(-50%,-120%)}to{opacity:1;transform:translate(-50%)}}.chatBox_typing-indicator__80HQj{display:flex;align-items:flex-end;gap:1rem;margin-bottom:.75rem;max-width:220px;animation:chatBox_fadeIn__VOoR7 .3s ease}.chatBox_typing-bubble__DPUzX{background-color:var(--message-other);padding:1rem 1.25rem;border-radius:var(--radius-2xl);min-width:80px;box-shadow:var(--shadow-md)}.chatBox_typing-dots__oRYtv{display:flex;gap:.5rem;align-items:center}.chatBox_typing-dots__oRYtv span{width:10px;height:10px;border-radius:50%;background:var(--gradient-primary);animation:chatBox_typingAnimation___biqY 1.4s ease-in-out infinite}.chatBox_typing-dots__oRYtv span:first-child{animation-delay:0s}.chatBox_typing-dots__oRYtv span:nth-child(2){animation-delay:.2s}.chatBox_typing-dots__oRYtv span:nth-child(3){animation-delay:.4s}@keyframes chatBox_typingAnimation___biqY{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}.chatBox_modal-overlay__Su2km{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:chatBox_fadeIn__VOoR7 .2s ease}.chatBox_invite-modal__OxjUl{background-color:white;border-radius:var(--radius-2xl);padding:2.5rem;width:90%;max-width:540px;box-shadow:var(--shadow-xl);animation:chatBox_modalSlide__LOXmh .4s cubic-bezier(.34,1.56,.64,1)}@keyframes chatBox_modalSlide__LOXmh{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.chatBox_invite-modal__OxjUl h3{margin:0 0 1.75rem;color:var(--text-primary);font-size:1.875rem;font-weight:800;letter-spacing:-.025em}.chatBox_invite-modal__OxjUl p{margin-bottom:1.5rem;font-size:1.0625rem;color:var(--text-secondary);line-height:1.6}.chatBox_invite-link__xirEo{display:flex;margin-bottom:2rem;gap:1rem;align-items:center}.chatBox_invite-link__xirEo input{flex:1 1;padding:1rem 1.25rem;border:2px solid var(--border-color);border-radius:var(--radius-lg);font-size:1rem;background-color:var(--bg-tertiary);transition:var(--transition-all)}.chatBox_invite-link__xirEo button{background:var(--gradient-primary);color:white;border:none;padding:1rem 2rem;border-radius:var(--radius-lg);cursor:pointer;font-weight:700;transition:var(--transition-all);box-shadow:var(--shadow-md)}.chatBox_invite-link__xirEo button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.chatBox_mood-selector__VnWon{background:white;border:2px solid var(--border-color);padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;cursor:pointer;transition:var(--transition-all)}.chatBox_mood-selector__VnWon:focus{border-color:var(--primary-color);outline:none}.chatBox_quick-replies-container__imL5g{position:relative;background:#fafafa;border-top:0 solid var(--border-color)}.chatBox_quick-replies__uFKic{display:flex;gap:.75rem;padding:.75rem 4rem .75rem 1.5rem;flex-wrap:wrap;align-items:center;animation:chatBox_slideUp__GFVeP .3s ease}@keyframes chatBox_slideUp__GFVeP{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatBox_quick-reply-label__y_SiR{font-size:1rem;color:var(--text-secondary);font-weight:600;margin-right:.5rem}.chatBox_quick-reply___t_Ny{background:var(--bg-tertiary);border:2px solid transparent;padding:.5rem 1rem;border-radius:var(--radius-full);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition-all);color:var(--text-primary)}.chatBox_quick-reply___t_Ny:hover{background:var(--gradient-primary);color:white;transform:translateY(-2px);box-shadow:var(--shadow-sm)}.chatBox_quick-toggle-btn__30f86{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:white;border:2px solid var(--border-color);border-radius:var(--radius-full);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-all);font-size:1.2rem;box-shadow:var(--shadow-sm);z-index:10}.chatBox_quick-toggle-btn__30f86:hover{background:var(--gradient-accent);border-color:transparent;transform:translateY(-50%) rotate(15deg)}.chatBox_quick-replies-container__imL5g:has(.chatBox_quick-replies__uFKic:not([style*="display: none"])) .chatBox_quick-toggle-btn__30f86{top:50%}.chatBox_quick-replies-container__imL5g:has(.chatBox_quick-replies__uFKic[style*="display: none"]) .chatBox_quick-toggle-btn__30f86,.chatBox_quick-replies-container__imL5g:not(:has(.chatBox_quick-replies__uFKic)) .chatBox_quick-toggle-btn__30f86{position:fixed;bottom:8rem;right:2rem;top:auto;transform:none;animation:chatBox_bounceIn__22scu .3s ease}@keyframes chatBox_bounceIn__22scu{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.chatBox_quick-replies__uFKic{padding:.5rem 3.5rem .5rem 1rem;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.chatBox_quick-reply___t_Ny{padding:.375rem .75rem;font-size:1rem;white-space:nowrap;flex-shrink:0}.chatBox_quick-toggle-btn__30f86{width:32px;height:32px;font-size:1rem}.chatBox_quick-replies-container__imL5g:has(.chatBox_quick-replies__uFKic[style*="display: none"]) .chatBox_quick-toggle-btn__30f86,.chatBox_quick-replies-container__imL5g:not(:has(.chatBox_quick-replies__uFKic)) .chatBox_quick-toggle-btn__30f86{bottom:5rem;right:1rem}}.chatBox_message-reactions__YDlLa{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.chatBox_reaction__s2keR{background:var(--bg-tertiary);padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.875rem;cursor:pointer;transition:var(--transition-all);border:2px solid transparent}.chatBox_reaction__s2keR:hover{background:var(--gradient-primary);transform:scale(1.1)}.chatBox_reaction-picker__XQT3F{position:absolute;bottom:-40px;right:0;background:white;border-radius:var(--radius-full);padding:.5rem 1rem;box-shadow:var(--shadow-lg);display:flex;gap:.5rem;animation:chatBox_emojiPickerSlide__XWfpY .3s ease;z-index:10}.chatBox_reaction-picker__XQT3F span{font-size:1.25rem;cursor:pointer;transition:var(--transition-all);padding:.25rem}.chatBox_reaction-picker__XQT3F span:hover{transform:scale(1.2)}.chatBox_participant-status__uns49{font-size:.625rem;color:var(--text-tertiary);display:flex;flex-direction:column;align-items:center;gap:.25rem}.chatBox_mood__S17rF{font-size:.875rem;color:var(--primary-color);font-weight:600}.chatBox_add-participant-form__H3xOJ{padding:1.5rem 2rem;background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(252,231,243,.95));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;gap:1rem;align-items:center;border-bottom:1px solid var(--border-color);animation:chatBox_slideDown__D5L_y .3s cubic-bezier(.34,1.56,.64,1)}.chatBox_invite-type-selector__RcZ85{display:flex;gap:1.5rem;background:white;padding:.375rem;border-radius:var(--radius-full);box-shadow:var(--shadow-sm)}.chatBox_invite-type-selector__RcZ85 label{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-size:1rem;color:var(--text-primary);padding:.5rem 1rem;border-radius:var(--radius-full);transition:var(--transition-all);font-weight:600}.chatBox_invite-type-selector__RcZ85 input[type=radio]{display:none}.chatBox_invite-type-selector__RcZ85 input[type=radio]:checked+label{background:var(--gradient-primary);color:white}.chatBox_date-separator__yGDzi{align-self:center;margin:2rem 0;position:relative;width:100%;text-align:center}.chatBox_date-separator__yGDzi:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:var(--gradient-primary);opacity:.2;transform:translateY(-50%)}.chatBox_date-separator__yGDzi span{background:white;padding:.5rem 1.5rem;border-radius:var(--radius-full);font-size:.875rem;color:var(--primary-color);font-weight:700;position:relative;z-index:1;box-shadow:var(--shadow-md);border:2px solid var(--border-color)}.chatBox_system-message__Iwq1B{text-align:center!important;background:var(--gradient-tertiary);color:white;padding:.625rem 1.5rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;margin:1rem 0;box-shadow:var(--shadow-md);animation:chatBox_systemMessagePop__sbtrY .4s cubic-bezier(.34,1.56,.64,1);position:relative}.chatBox_system-message__Iwq1B:after,.chatBox_system-message__Iwq1B:before{content:"✨";position:absolute;font-size:1rem}.chatBox_system-message__Iwq1B:before{left:.5rem}.chatBox_system-message__Iwq1B:after{right:.5rem}.chatBox_close-btn__uEcm5{background:var(--bg-tertiary);border:none;padding:.75rem 1.5rem;border-radius:var(--radius-lg);cursor:pointer;font-weight:600;color:var(--text-primary);transition:var(--transition-all);margin-top:1rem}.chatBox_close-btn__uEcm5:hover{background:var(--gradient-accent);color:white;transform:translateY(-2px)}@media (max-width:768px){.chatBox_quick-replies__uFKic{padding:.5rem 3.5rem .5rem 1rem;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.chatBox_quick-reply___t_Ny{padding:.375rem .75rem;font-size:1rem;white-space:nowrap;flex-shrink:0}.chatBox_quick-toggle-btn__30f86{width:32px;height:32px;font-size:1rem}.chatBox_quick-replies-container__imL5g:has(.chatBox_quick-replies__uFKic[style*="display: none"]) .chatBox_quick-toggle-btn__30f86,.chatBox_quick-replies-container__imL5g:not(:has(.chatBox_quick-replies__uFKic)) .chatBox_quick-toggle-btn__30f86{bottom:5rem;right:1rem}.chatBox_mood-selector__VnWon{font-size:.8125rem;padding:.375rem .75rem}.chatBox_invite-modal__OxjUl{padding:1.5rem}.chatBox_add-participant-form__H3xOJ{flex-direction:column;gap:1rem;padding:1.25rem 1rem;align-items:stretch}.chatBox_invite-type-selector__RcZ85{width:100%;justify-content:center;padding:.5rem}.chatBox_invite-type-selector__RcZ85 label{flex:1 1;text-align:center;padding:.5rem .75rem;font-size:.875rem}.chatBox_add-participant-form__H3xOJ input[type=email],.chatBox_add-participant-form__H3xOJ input[type=tel]{width:100%;font-size:16px}.chatBox_add-participant-form__H3xOJ>.chatBox_cancel-btn__ZbwM7,.chatBox_add-participant-form__H3xOJ>.chatBox_invite-btn-primary__RW2q6,.chatBox_add-participant-form__H3xOJ>button{width:100%;margin-top:.75rem}.chatBox_invite-btn-primary__RW2q6{margin-right:0}.chatBox_reaction-picker__XQT3F{bottom:-50px;right:-10px}}.chatBox_cancel-btn__ZbwM7:focus-visible,.chatBox_close-btn__uEcm5:focus-visible,.chatBox_emoji-btn__d66cv:focus-visible,.chatBox_invite-btn__QpyOU:focus-visible,.chatBox_mood-selector__VnWon:focus-visible,.chatBox_quick-reply___t_Ny:focus-visible,.chatBox_send-btn__hvyj8:focus-visible{outline:3px solid var(--primary-color);outline-offset:3px}@keyframes chatBox_planefly__vQ2xF{0%{transform:translateX(-100%) translateY(0)}50%{transform:translateX(50vw) translateY(-10px)}to{transform:translateX(100vw) translateY(0)}}@media (max-width:768px){.chatBox_chat-container__JIEa2{font-size:15px}.chatBox_chat-header__5b69Z{padding:1rem 1.25rem}.chatBox_chat-title__r7Ch9 h1{font-size:1rem;font-weight:400}.chatBox_message-container__yCMHQ{padding:1.25rem 1rem}.chatBox_message__h2hki{max-width:90%}.chatBox_message-bubble__wujOm{padding:.875rem 1.125rem;max-width:320px}.chatBox_message-input__yElsG{padding:0}.chatBox_message-input__yElsG textarea{font-size:1.25rem}.chatBox_avatar-placeholder__L7gcf,.chatBox_avatar__b1zC9{width:48px;height:48px}.chatBox_message-avatar__pXpCv img,.chatBox_typing-avatar__InspP img{width:40px;height:40px}}.chatBox_participants-list-container__jn9gM{background:white;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:height .3s ease;margin-bottom:16px}.chatBox_participants-list-container__jn9gM.chatBox_collapsed__coBv7{height:48px}.chatBox_participants-list-container__jn9gM.chatBox_expanded__YUxfT{height:auto}.chatBox_participants-header__YD6p0{width:100%;height:48px;background:#f9fafb;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0 16px;transition:background .2s ease}.chatBox_participants-header__YD6p0:hover{background:#f3f4f6}.chatBox_header-content__rL5r4{display:flex;align-items:center;gap:8px}.chatBox_header-icon__SVxSL{font-size:18px;font-weight:700;color:#6b7280;width:20px;text-align:center}.chatBox_header-title__e7F7c{font-weight:600;color:#374151;font-size:14px}.chatBox_header-count__PPGOi{color:#6b7280;font-size:14px}.chatBox_mini-avatar-initials__bEUmI{display:flex;align-items:center;justify-content:center;font-weight:600;font-size:11px;background:var(--gradient-accent);color:white;border:2px solid white;margin-left:-8px}.chatBox_mini-avatar-initials__bEUmI:first-child{margin-left:0}.chatBox_more-count__urZeb{margin-left:8px;background:#e5e7eb;color:#374151;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.chatBox_participants-content__KKESp{max-height:0;overflow:hidden;transition:max-height .3s ease}.chatBox_participants-list-container__jn9gM.chatBox_expanded__YUxfT .chatBox_participants-content__KKESp{max-height:400px}.chatBox_participants-list__94gPB{padding:8px;overflow-y:auto;max-height:350px}.chatBox_ai-participant__p3osU,.chatBox_participant__qZ2O8{display:flex;align-items:center;padding:8px;border-radius:6px;transition:background .2s ease}.chatBox_participant__qZ2O8:hover{background:#f9fafb}.chatBox_ai-participant__p3osU{background:rgba(99,102,241,.05);margin-bottom:8px;min-height:20px}.chatBox_participant-divider__MtlQE{height:1px;background:#e5e7eb;margin:8px 0}.chatBox_avatar-with-status__QmBat{position:relative;margin-right:12px;display:flex;align-items:center;flex-shrink:0}.chatBox_avatar-initials__Fc15Q{width:36px;height:36px;font-size:14px;background:var(--gradient-accent)}.chatBox_ai-avatar__IfoRN{background:var(--gradient-primary)}.chatBox_status-dot__PSp3J{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;border:2px solid white}.chatBox_status-online__3UiQd{background-color:#25d366}.chatBox_status-away__CIPuz{background-color:#ffd700}.chatBox_status-offline__J8nIw{background-color:#8696a0}.chatBox_admin-icon__dL2EF{position:absolute;top:-4px;right:-4px;font-size:12px;color:#ffd700}.chatBox_participant-info__ESApC{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.chatBox_participant-name__Xsenq{font-weight:500;color:#374151;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatBox_participant-meta__p1R5H{display:flex;flex-direction:column;gap:2px;margin-top:2px}.chatBox_mood-emoji__pFvYe{font-size:8px;line-height:1}.chatBox_last-seen-time__17pTc{font-size:8px;color:#9ca3af;line-height:1.2}@media (max-width:768px){.chatBox_participants-list-container__jn9gM{margin-bottom:12px;border-radius:0;border-left:none;border-right:none}.chatBox_participants-header__YD6p0{padding:0 12px}.chatBox_participants-list__94gPB{padding:8px 12px}.chatBox_avatar-initials__Fc15Q{width:32px;height:32px;font-size:13px}.chatBox_status-dot__PSp3J{width:8px;height:8px}.chatBox_admin-icon__dL2EF,.chatBox_last-seen-time__17pTc,.chatBox_mood-emoji__pFvYe{font-size:10px}}@keyframes chatBox_expandDown__rHR2k{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.chatBox_participants-list-container__jn9gM.chatBox_expanded__YUxfT .chatBox_participants-content__KKESp{animation:chatBox_expandDown__rHR2k .3s ease}.chatBox_notification-btn__aGYSJ{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.chatBox_notification-btn__aGYSJ:hover{background:rgba(99,102,241,.1);transform:scale(1.1)}.chatBox_notification-btn__aGYSJ:active{transform:scale(.95)}.chatBox_event-type-section__656_1{margin:1.5rem 0}.chatBox_event-type-label___v7Ja{font-size:1rem;color:var(--text-secondary);margin-bottom:1rem;font-weight:600}.chatBox_event-type-grid__sPoh5{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}.chatBox_event-type-btn__ykiqO{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:var(--bg-tertiary);border:2px solid transparent;border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition-all);font-size:.875rem;font-weight:600;color:var(--text-primary)}.chatBox_event-type-btn__ykiqO:hover{background:rgba(99,102,241,.05);border-color:var(--primary-color);transform:translateY(-2px)}.chatBox_event-type-btn__ykiqO.chatBox_active__PmSmy{background:var(--gradient-primary);color:white;border-color:transparent}.chatBox_event-icon__3zgeX{font-size:1.75rem}.chatBox_custom-title-section__h2qzK{margin:1.5rem 0}.chatBox_custom-title-section__h2qzK label{display:block;font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem;font-weight:600}.chatBox_custom-title-input__ZnNRb{width:100%;padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:var(--radius-lg);font-size:1rem;background-color:var(--bg-tertiary);transition:var(--transition-all)}.chatBox_custom-title-input__ZnNRb:focus{border-color:var(--primary-color);background-color:white;outline:none}.chatBox_invite-actions__IMYYz{display:flex;gap:.75rem}.chatBox_copy-btn__5Tv9t,.chatBox_whatsapp-btn__ySsk8{padding:.75rem 1.25rem;border:none;border-radius:var(--radius-lg);cursor:pointer;font-weight:600;transition:var(--transition-all);display:flex;align-items:center;gap:.5rem}.chatBox_copy-btn__5Tv9t{background:var(--gradient-primary);color:white}.chatBox_copy-btn__5Tv9t:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.chatBox_whatsapp-btn__ySsk8{background:#25d366;color:white}.chatBox_whatsapp-btn__ySsk8:hover{background:#128c7e;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.chatBox_whatsapp-btn__ySsk8 svg{width:20px;height:20px}.chatBox_delete-button__5fD4O{position:absolute;top:-8px;right:-8px;background:rgba(255,255,255,.9);border:1px solid #ddd;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .2s ease}.chatBox_delete-button__5fD4O:hover{background:#fee;border-color:#fbb;transform:scale(1.1)}.chatBox_delete-confirm__Fo7_N{top:-50px;border:1px solid #ddd;border-radius:8px;padding:8px 12px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:20;min-width:200px;display:flex;flex-direction:column;gap:8px;font-size:14px}.chatBox_delete-confirm__Fo7_N span{color:#666;font-weight:500}.chatBox_delete-actions__i0l8y{gap:8px;justify-content:flex-end}.chatBox_cancel-delete__0cXxy,.chatBox_confirm-delete__WxBpb{padding:4px 12px;border:1px solid;border-radius:4px;font-size:12px}.chatBox_confirm-delete__WxBpb{background:#fee;border-color:#fbb;color:#c53030}.chatBox_confirm-delete__WxBpb:hover{background:#fdd;border-color:#f99}.chatBox_cancel-delete__0cXxy{background:#f7f7f7;border-color:#ddd;color:#666}.chatBox_cancel-delete__0cXxy:hover{background:#eee;border-color:#ccc}.chatBox_own-message__jzQcF .chatBox_delete-button__5fD4O{left:-8px;right:auto}.chatBox_own-message__jzQcF .chatBox_delete-confirm__Fo7_N{left:0;right:auto}.chatBox_ai-delete-button__xGZyY{background:rgba(255,248,220,.9)!important;border-color:#f0ad4e!important;color:#f0ad4e}.chatBox_ai-delete-button__xGZyY:hover{background:#fff3cd!important;border-color:#f0ad4e!important;transform:scale(1.1)}.chatBox_add-btn__pUrIo,.chatBox_add-btn__pUrIo:focus-visible{background:transparent;border:none;color:black;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:400;transition:all .2s ease;position:relative;overflow:hidden}.chatBox_add-btn__pUrIo:hover{background:rgba(0,0,0,.05);padding-left:1.75rem}.chatBox_add-btn__pUrIo:hover:before{opacity:1}.chatBox_avatar-container__PnsY2{position:relative;width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.chatBox_avatar-img__pbmF6,.chatBox_mini-avatar-img__iqnX8{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;position:absolute;top:0;left:0}.chatBox_mini-avatar-initials__bEUmI{position:relative;width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0;display:inline-block}.chatBox_mini-avatar-initials-fallback__pLHRA{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#667eea;color:white;font-size:10px;font-weight:600;border-radius:50%}.chatBox_current-user-participant__X8tBj{position:relative;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border-radius:8px;transition:all .2s ease}.chatBox_current-user-participant__X8tBj:hover{background:linear-gradient(135deg,rgba(102,126,234,.15),rgba(118,75,162,.15));transform:translateX(2px);box-shadow:0 2px 8px rgba(102,126,234,.2)}.chatBox_edit-profile-indicator__8m19L{position:absolute;bottom:-2px;right:-2px;width:16px;height:16px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.2);font-size:8px;opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:2}.chatBox_current-user-participant__X8tBj:hover .chatBox_edit-profile-indicator__8m19L{opacity:1}.chatBox_you-indicator__Sbfey{margin-left:8px;font-size:11px;color:#667eea;font-weight:500;opacity:.8}.chatBox_participant__qZ2O8{padding:8px 12px;border-radius:6px;transition:all .2s ease}.chatBox_participant__qZ2O8:not(.chatBox_current-user-participant__X8tBj):hover{background:rgba(0,0,0,.02)}.chatBox_current-user-participant__X8tBj:after{content:"Click to edit profile";position:absolute;bottom:-25px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.8);color:white;padding:4px 8px;border-radius:4px;font-size:11px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:10}.chatBox_current-user-participant__X8tBj:hover:after{opacity:1}.chatBox_avatar-initials__Fc15Q{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:white;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;text-transform:uppercase;position:absolute;top:0;left:0}.chatBox_current-user-participant__X8tBj .chatBox_avatar-container__PnsY2{width:36px;height:36px}.chatBox_current-user-participant__X8tBj .chatBox_avatar-initials__Fc15Q{width:36px;height:36px;font-size:13px;box-shadow:0 2px 8px rgba(102,126,234,.3)}.chatBox_current-user-participant__X8tBj .chatBox_avatar-img__pbmF6{box-shadow:0 2px 8px rgba(102,126,234,.3)}.chatBox_collapsed-avatars__rpD9m{display:flex;align-items:center;margin-left:8px}.chatBox_more-count__urZeb{font-size:11px;color:#666;margin-left:4px}@media (max-width:768px){.chatBox_current-user-participant__X8tBj:after{display:none}.chatBox_edit-profile-indicator__8m19L{opacity:1}.chatBox_current-user-participant__X8tBj:hover{transform:none}}.chatBox_current-user-participant__X8tBj:focus{outline:2px solid #667eea;outline-offset:2px}.chatBox_current-user-participant__X8tBj:focus:after{opacity:1}@keyframes chatBox_profileHint__xT29Z{0%{opacity:0;transform:translateX(-50%) translateY(5px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.chatBox_current-user-participant__X8tBj:hover:after{animation:chatBox_profileHint__xT29Z .2s ease-out}.chatBox_message-hover-actions__4q1J9{position:absolute;top:50%;transform:translateY(-50%);display:flex;gap:4px;background:rgba(255,255,255,.95);border-radius:20px;padding:4px;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:100;animation:chatBox_fadeInScale__z64Gn .2s ease-out}.chatBox_own-actions__0JgWG{left:-80px}.chatBox_other-actions__hzwHG{right:-80px}.chatBox_hover-action-btn__AaL6m{background:transparent;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:background-color .2s ease}.chatBox_hover-action-btn__AaL6m:hover{background:rgba(0,0,0,.1)}@keyframes chatBox_fadeInScale__z64Gn{0%{opacity:0;transform:translateY(-50%) scale(.8)}to{opacity:1;transform:translateY(-50%) scale(1)}}.chatBox_whatsapp-menu__T_7fr{position:fixed;background:white;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.2);z-index:1000;min-width:160px;padding:8px 0;animation:chatBox_menuSlideIn__DoCw_ .2s ease-out}.chatBox_menu-item__yvfUB{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;font-size:14px;transition:background-color .2s ease}.chatBox_menu-item__yvfUB:hover{background:rgba(0,0,0,.05)}.chatBox_menu-icon__1EAya{font-size:16px;width:20px;text-align:center}@keyframes chatBox_menuSlideIn__DoCw_{0%{opacity:0;transform:scale(.9) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.chatBox_whatsapp-reactions___E6j2{position:fixed;background:white;border-radius:30px;box-shadow:0 4px 16px rgba(0,0,0,.2);z-index:1000;display:flex;padding:8px 12px;gap:8px;animation:chatBox_reactionsSlideIn__8QPef .2s ease-out}.chatBox_reaction-emoji__5HYyz{background:transparent;border:none;font-size:24px;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.chatBox_reaction-emoji__5HYyz:hover{background:rgba(0,0,0,.05);transform:scale(1.2)}@keyframes chatBox_reactionsSlideIn__8QPef{0%{opacity:0;transform:scale(.8) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.chatBox_inline-reactions__49wB3{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px;margin-left:8px}.chatBox_inline-reaction___L28D{background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:2px 6px;display:flex;align-items:center;gap:2px;cursor:pointer;transition:all .2s ease;font-size:12px;min-height:20px}.chatBox_inline-reaction___L28D:hover{background:rgba(0,123,255,.1);border-color:#007bff;transform:scale(1.05)}.chatBox_own-reaction__2jLmn{background:rgba(0,123,255,.15);border-color:#007bff}.chatBox_reaction-emoji__5HYyz{font-size:12px}.chatBox_reaction-count__NG_fa{font-size:10px;font-weight:600;color:#666;min-width:8px;text-align:center}.chatBox_message__h2hki:hover .chatBox_message-bubble__wujOm{box-shadow:0 4px 12px rgba(0,0,0,.1)}.chatBox_reply-to__MmIs4{background:rgba(0,0,0,.05);border-left:3px solid #007bff;border-radius:6px;padding:8px 12px;margin-bottom:8px;cursor:pointer;transition:background-color .2s ease}.chatBox_reply-to__MmIs4:hover{background:rgba(0,0,0,.08)}.chatBox_reply-to-sender__9_Khv{font-size:12px;font-weight:600;margin-bottom:2px}.chatBox_reply-to-text__3mODw{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.chatBox_message-hover-actions__4q1J9{padding:2px;gap:2px}.chatBox_hover-action-btn__AaL6m{width:28px;height:28px;font-size:14px}.chatBox_own-actions__0JgWG{left:-60px}.chatBox_other-actions__hzwHG{right:-60px}.chatBox_whatsapp-menu__T_7fr{min-width:140px}.chatBox_menu-item__yvfUB{padding:10px 12px;font-size:13px}.chatBox_whatsapp-reactions___E6j2{padding:6px 8px;gap:6px}.chatBox_reaction-emoji__5HYyz{font-size:20px;width:32px;height:32px;padding:4px}.chatBox_inline-reactions__49wB3{gap:2px;margin-top:2px;margin-left:4px}.chatBox_inline-reaction___L28D{padding:1px 4px;font-size:11px}}.chatBox_message-input-container__bjhyR{border-top:1px solid #e1e5e9;background:#f7f7fe;position:-webkit-sticky;position:sticky;bottom:1rem;z-index:100;padding:1rem 16rem 1rem 6.5rem;@media (max-width:768px){padding-left:0;padding-bottom:0;padding-right:0;padding-top:0;padding-left:1rem;padding-right:1rem;bottom:.3rem}}.chatBox_reply-preview__HK_85{background:rgba(0,123,255,.1);border-left:4px solid #007bff;border-radius:8px;padding:12px 16px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:flex-start;animation:chatBox_replyPreviewSlideUp__Hbars .3s ease-out}.chatBox_reply-preview-content__68rcQ{flex:1 1}.chatBox_reply-preview-header__DAvAK{display:flex;align-items:center;gap:8px;margin-bottom:4px}.chatBox_reply-preview-label__B9Trb{font-size:12px;font-weight:600;color:#007bff;display:block}.chatBox_reply-preview-text__bryBM{font-size:14px;color:#666;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:400px}.chatBox_reply-preview-close__WKY_F{background:transparent;border:none;font-size:16px;cursor:pointer;color:#666;padding:4px 8px;border-radius:50%;transition:background-color .2s ease;margin-left:12px;flex-shrink:0}.chatBox_reply-preview-close__WKY_F:hover{background:rgba(0,0,0,.1)}@keyframes chatBox_replyPreviewSlideUp__Hbars{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatBox_input-actions__h4x_s{display:flex;align-items:center;margin-left:8px;flex-shrink:0;position:relative}.chatBox_emoji-btn__d66cv{background:transparent;border:none;font-size:20px;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s ease}.chatBox_emoji-btn__d66cv:hover:not(:disabled){background:rgba(0,0,0,.05)}.chatBox_emoji-btn__d66cv:disabled{opacity:.5;cursor:not-allowed}@keyframes chatBox_aiIndicatorPulse__Jam0S{0%,to{opacity:1}50%{opacity:.7}}.chatBox_message-hover-actions__4q1J9{z-index:10}.chatBox_whatsapp-menu__T_7fr,.chatBox_whatsapp-reactions___E6j2{z-index:1000}.chatBox_reply-preview__HK_85{z-index:5}.chatBox_delete-confirm__Fo7_N{position:absolute;top:-120px;right:0;background:white;border-radius:16px;padding:24px;box-shadow:0 8px 32px rgba(0,0,0,.15);max-width:320px;text-align:center;border:1px solid #e5e7eb;z-index:100;animation:chatBox_deleteModalSlide__739AG .3s ease-out}.chatBox_delete-confirm__Fo7_N:before{content:"";background:#fee2e2}.chatBox_delete-confirm__Fo7_N:after,.chatBox_delete-confirm__Fo7_N:before{position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.chatBox_delete-confirm__Fo7_N:after{content:"🗑️";font-size:20px;z-index:1}.chatBox_delete-confirm__Fo7_N>span{display:block;font-size:18px;font-weight:600;color:#111827;margin:20px 0 8px}.chatBox_delete-confirm__Fo7_N>span:after{content:"\AThis action cannot be undone. The message will be permanently deleted.";display:block;font-size:14px;color:#6b7280;font-weight:400;margin-top:8px;white-space:pre-line}.chatBox_delete-actions__i0l8y{display:flex;gap:12px;margin-top:20px}.chatBox_cancel-delete__0cXxy,.chatBox_confirm-delete__WxBpb{flex:1 1;padding:10px 16px;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:14px}.chatBox_cancel-delete__0cXxy{background:#f3f4f6;color:#374151}.chatBox_cancel-delete__0cXxy:hover{background:#e5e7eb;transform:translateY(-1px)}.chatBox_confirm-delete__WxBpb{background:#dc2626;color:white}.chatBox_confirm-delete__WxBpb:hover{background:#b91c1c;transform:translateY(-1px)}@keyframes chatBox_deleteModalSlide__739AG{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.chatBox_pre-session-landing__TQdzA{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fef3fc,#ffffff);min-height:100vh;padding:20px;z-index:1000;overflow-y:auto}.chatBox_pre-session-content__nvF3O{max-width:600px;width:100%;text-align:center;animation:chatBox_fadeInUp__b7VIv .6s ease-out;margin:auto 0;min-height:auto;display:flex;flex-direction:column;justify-content:center}@keyframes chatBox_fadeInUp__b7VIv{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.chatBox_bot-avatar-container__EinL_{margin-bottom:30px;display:flex;justify-content:center}.chatBox_bot-avatar__7Ds_b{width:120px;height:120px;border-radius:50%;box-shadow:0 10px 30px rgba(0,0,0,.3);animation:chatBox_bounce__8mBnj 2s infinite;background:white;padding:10px}@keyframes chatBox_bounce__8mBnj{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.chatBox_welcome-section__AI5Rt{margin-bottom:40px;color:white}.chatBox_welcome-title__9GoOS{font-size:3.2rem;font-weight:700;margin-bottom:25px;text-shadow:0 3px 6px rgba(0,0,0,.4);letter-spacing:-.5px}.chatBox_welcome-subtitle__D0Yt9{font-size:1.5rem;font-weight:500;line-height:1.4;opacity:1;max-width:550px;margin:0 auto;color:rgba(31,41,55,1)}.chatBox_ai-indicator-pre__rRbnf{background:linear-gradient(45deg,#4caf50,#45a049);color:white;padding:8px 16px;border-radius:20px;font-size:.9rem;margin-bottom:15px;display:inline-block;animation:chatBox_pulse__EXwJ4 2s infinite}.chatBox_emoji-picker-wrapper-pre__HwFON{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);z-index:1001;margin-bottom:10px}.chatBox_thinking-icon__uXVDq{font-size:1.4rem;animation:chatBox_pulse__EXwJ4 1.5s ease-in-out infinite;display:inline-block;color:#6c757d}@keyframes chatBox_pulse__EXwJ4{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chatBox_suggestions-label__P9Ikc{display:block;color:#6c757d;font-size:1.1rem;margin-bottom:20px;font-weight:500;opacity:0;animation:chatBox_fadeInLabel__PcC1G .6s ease-out 3s forwards}@media (max-width:768px){.chatBox_suggestions-label__P9Ikc{animation:chatBox_fadeInLabel__PcC1G .6s ease-out 2.5s forwards}}@keyframes chatBox_fadeInLabel__PcC1G{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatBox_suggestions-buttons__mJRcm{margin-bottom:20px;min-height:60px}.chatBox_suggestion-hidden__9MPLT{opacity:0;transform:translateY(20px) scale(.9);pointer-events:none}.chatBox_suggestion-visible__F2CR_{animation:chatBox_slideInSuggestion__aHSAQ .5s ease-out forwards}@media (max-width:768px){.chatBox_suggestion-visible__F2CR_{animation:chatBox_slideInSuggestionMobile__E55hA .4s ease-out forwards}}@keyframes chatBox_slideInSuggestionMobile__E55hA{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatBox_suggestions-toggle__i9X00{background:none;border:none;color:#6c757d;font-size:.95rem;cursor:pointer;padding:10px 18px;border-radius:15px;transition:all .2s ease;font-weight:500;opacity:0;animation:chatBox_fadeInToggle__yBtGf .4s ease-out 6s forwards}@media (max-width:768px){.chatBox_suggestions-toggle__i9X00{animation:chatBox_fadeInToggle__yBtGf .4s ease-out 3.5s forwards}}@keyframes chatBox_fadeInToggle__yBtGf{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatBox_suggestions-toggle__i9X00:hover{background-color:#f8f9fa;color:#495057}.chatBox_pre-session-footer__MwPPx{color:white;opacity:.85}.chatBox_footer-text__cY6i7{font-size:1rem;font-weight:400}.chatBox_existing-conversation-btn__ar04_{min-width:10px}@media (max-width:768px){.chatBox_existing-conversation-container__81jUs{top:20px;right:20px}.chatBox_existing-conversation-btn__ar04_{padding:10px 14px;font-size:.9rem;min-width:50px;gap:6px}.chatBox_existing-conversation-icon__W96Jw{width:16px;height:16px}.chatBox_existing-conversation-text__eCV7p{font-size:.85rem}}@media (prefers-reduced-motion:reduce){.chatBox_existing-conversation-container__81jUs{animation:none;opacity:1;transform:none}.chatBox_existing-conversation-btn__ar04_{transition:none}.chatBox_existing-conversation-btn__ar04_:hover{transform:none}.chatBox_existing-conversation-icon__W96Jw{transition:none}.chatBox_existing-conversation-btn__ar04_:hover .chatBox_existing-conversation-icon__W96Jw{transform:none}}.chatBox_tools-icon__4EsKe{transition:transform .2s ease;flex-shrink:0}.chatBox_tools-text__aaVQG{font-family:inherit;letter-spacing:.3px}.chatBox_tools-chevron__SIbAY{transition:transform .3s ease;flex-shrink:0}.chatBox_suggestions-grid__byNvK{text-align:center;animation:chatBox_slideDownTools__1rIY_ .4s ease-out;margin-top:15px}@keyframes chatBox_slideDownTools__1rIY_{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.chatBox_suggestions-label__P9Ikc{display:none}.chatBox_suggestions-buttons__mJRcm{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:0;padding:0}.chatBox_suggestion-btn__Tu0if{background:linear-gradient(45deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;color:#495057;padding:14px 22px;border-radius:22px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.chatBox_suggestion-hidden__9MPLT{display:none}.chatBox_suggestion-visible__F2CR_{opacity:1;transform:translateY(0) scale(1);animation:chatBox_slideInSuggestion__aHSAQ .3s ease-out forwards}@keyframes chatBox_slideInSuggestion__aHSAQ{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chatBox_suggestion-btn__Tu0if:hover{background:linear-gradient(45deg,#667eea,#764ba2);color:white;transform:translateY(-2px) scale(1.02);box-shadow:0 5px 15px rgba(102,126,234,.3)}.chatBox_suggestions-toggle__i9X00{display:none}.chatBox_existing-conversation-container__81jUs{position:absolute;top:30px;right:30px;z-index:1001;animation:chatBox_fadeInSlideDown__xCGFp .8s ease-out 1s both}@keyframes chatBox_fadeInSlideDown__xCGFp{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.chatBox_existing-conversation-btn__ar04_{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#667eea;padding:12px 18px;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.1);min-width:160px;justify-content:center}.chatBox_existing-conversation-btn__ar04_:hover{background:white;transform:translateY(-2px);box-shadow:0 6px 25px rgba(102,126,234,.2);border-color:rgba(102,126,234,.3)}.chatBox_existing-conversation-btn__ar04_:active{transform:translateY(0);box-shadow:0 2px 10px rgba(102,126,234,.2)}.chatBox_existing-conversation-icon__W96Jw{width:18px;height:18px;transition:transform .2s ease;flex-shrink:0}.chatBox_existing-conversation-btn__ar04_:hover .chatBox_existing-conversation-icon__W96Jw{transform:scale(1.1)}.chatBox_existing-conversation-text__eCV7p{font-family:inherit;letter-spacing:.2px}@media (max-width:768px){.chatBox_existing-conversation-container__81jUs{top:20px;right:20px}.chatBox_existing-conversation-btn__ar04_{padding:10px 14px;font-size:.9rem;min-width:140px;gap:6px}.chatBox_existing-conversation-icon__W96Jw{width:16px;height:16px}.chatBox_existing-conversation-text__eCV7p{font-size:.85rem}}@media (max-width:480px){.chatBox_existing-conversation-container__81jUs{top:15px;right:15px}.chatBox_existing-conversation-btn__ar04_{padding:8px 12px;font-size:.85rem;min-width:120px;border-radius:20px}.chatBox_existing-conversation-icon__W96Jw{width:14px;height:14px}.chatBox_existing-conversation-text__eCV7p{font-size:.8rem}}@media (prefers-contrast:high){.chatBox_existing-conversation-btn__ar04_{background:white;border:2px solid #667eea;color:#667eea}.chatBox_existing-conversation-btn__ar04_:hover{background:#667eea;color:white}}.chatBox_input-with-button__KBCfn{position:relative;display:flex;align-items:flex-end;background:white;border:2px solid rgb(212,209,209);border-radius:12px;padding:10px;transition:all .3s ease}.chatBox_input-with-button__KBCfn:focus-within{border-color:#ae8dfa}.chatBox_textarea-with-button___ao_K{flex:1 1;border:none;outline:none;background:transparent;resize:none;font-family:inherit;font-size:1.5rem;line-height:1.6;padding:0;margin:0;min-height:20px;max-height:40px;color:#1f2937}.chatBox_send-btn__hvyj8{background:#09a4b2;color:white;border:none;padding:8px 10px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;cursor:pointer;min-width:36px;min-height:36px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);position:relative;overflow:hidden}.chatBox_send-btn__hvyj8:hover:not(:disabled){background:#0891a0;transform:translateY(-1px);box-shadow:0 6px 20px rgba(9,164,178,.3)}.chatBox_send-btn__hvyj8:disabled{background:#ccc;cursor:not-allowed;transform:none;opacity:.6;box-shadow:none}.chatBox_send-btn__hvyj8:active{transform:translateY(0) scale(1)}.chatBox_send-btn__hvyj8:disabled{opacity:0;pointer-events:none;transform:scale(.8);transition:all .3s ease}.chatBox_send-btn__hvyj8{opacity:1;transform:scale(1);transition:all .3s ease}@media (max-width:768px){.chatBox_input-with-button__KBCfn{padding:10px 12px;border-radius:10px}.chatBox_textarea-with-button___ao_K{font-size:1rem;line-height:1.5}.chatBox_send-btn__hvyj8{min-width:36px;min-height:36px;padding:8px}.chatBox_message-input__yElsG{padding:0}.chatBox_send-btn__hvyj8:after{display:none}.chatBox_send-btn__hvyj8:hover:not(:disabled){padding-right:0}.chatBox_send-btn__hvyj8:disabled:after{display:none}}.chatBox_send-icon__umq3W{width:16px;height:16px;animation:chatBox_float__0VM1Y 2s ease-in-out infinite;transition:transform .2s ease;flex-shrink:0}@keyframes chatBox_shimmer__Ly_zd{0%{left:-100%}to{left:100%}}@keyframes chatBox_spin___VZWe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes chatBox_float__0VM1Y{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.chatBox_message-input__yElsG textarea{scrollbar-width:none;-ms-overflow-style:none}.chatBox_message-input__yElsG textarea::-webkit-scrollbar{display:none}.chatBox_message-input__yElsG textarea:hover{scrollbar-width:thin;-ms-overflow-style:auto}.chatBox_message-input__yElsG textarea:hover::-webkit-scrollbar{display:block;width:6px}.chatBox_message-input__yElsG textarea:hover::-webkit-scrollbar-track{background:transparent}.chatBox_message-input__yElsG textarea:hover::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.chatBox_pre-session-suggestions__pjSxb{margin-top:20px;max-width:100%;overflow:visible}.chatBox_tool-categories__9klfH{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:8px;gap:8px;margin-bottom:20px}@media (max-width:768px){.chatBox_tool-categories__9klfH{grid-template-columns:repeat(2,1fr);gap:6px}}.chatBox_tool-category-btn__nhkgD{display:flex;flex-direction:column;align-items:center;padding:12px 8px;border-radius:12px;border:2px solid transparent;background:#f8fafc;transition:all .2s ease;cursor:pointer;text-align:center;min-height:70px}.chatBox_tool-category-btn__nhkgD:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.chatBox_tool-category-icon__80yVj{font-size:20px;margin-bottom:4px;transition:transform .2s ease}.chatBox_tool-category-name__D3dw8{font-size:11px;font-weight:500;line-height:1.2;color:#374151;transition:color .2s ease}.chatBox_tool-category-active__sBsoX{transform:scale(1.02);box-shadow:0 4px 16px rgba(0,0,0,.12)}.chatBox_tool-category-inactive__ebBVX:hover{background:#f1f5f9}.chatBox_tool-category-emerald__LL743.chatBox_tool-category-active__sBsoX{background:#dcfce7;border-color:#10b981;color:#047857}.chatBox_tool-category-blue__NqQ_G.chatBox_tool-category-active__sBsoX{background:#dbeafe;border-color:#3b82f6;color:#1d4ed8}.chatBox_tool-category-purple__fzN3p.chatBox_tool-category-active__sBsoX{background:#e9d5ff;border-color:#8b5cf6;color:#7c3aed}.chatBox_tool-category-orange__MKIIK.chatBox_tool-category-active__sBsoX{background:#fed7aa;border-color:#f97316;color:#ea580c}.chatBox_tool-category-cyan__II_s3.chatBox_tool-category-active__sBsoX{background:#cffafe;border-color:#06b6d4;color:#0891b2}.chatBox_tool-category-red__Eo1wf.chatBox_tool-category-active__sBsoX{background:#fecaca;border-color:#ef4444;color:#dc2626}.chatBox_tool-examples-container__Hoey0{border-top:1px solid #e5e7eb;padding-top:16px}.chatBox_tool-examples-title__QLZB7{font-size:13px;font-weight:600;color:#6b7280;margin-bottom:12px;text-align:left}.chatBox_tool-examples__zyDHZ{display:flex;flex-direction:column;gap:8px}.chatBox_tool-example-btn__T8bM7{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:12px 16px;text-align:left;cursor:pointer;transition:all .2s ease;width:100%}.chatBox_tool-example-btn__T8bM7:hover{background:#f1f5f9;border-color:#667eea;transform:translateX(2px)}.chatBox_tool-example-content__ui_oU{display:flex;align-items:flex-start;gap:12px}.chatBox_tool-example-bullet__hzTAx{color:#667eea;font-weight:700;font-size:16px;line-height:1;margin-top:1px;flex-shrink:0}.chatBox_tool-example-text__Gs_Ef{font-size:13px;color:#374151;line-height:1.4;font-weight:400}.chatBox_tool-example-btn__T8bM7:hover .chatBox_tool-example-text__Gs_Ef{color:#667eea}.chatBox_tools-icon__4EsKe{width:16px;height:16px}.chatBox_tools-text__aaVQG{font-weight:500}.chatBox_tools-chevron__SIbAY{width:14px;height:14px;transition:transform .2s ease}.chatBox_chevron-up__gxpyI{transform:rotate(180deg)}.chatBox_chevron-down__now2T{transform:rotate(0deg)}.chatBox_tool-examples__zyDHZ{animation:chatBox_fadeIn__VOoR7 .3s ease-in}@keyframes chatBox_fadeIn__VOoR7{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.chatBox_pre-session-input-container__HsN9O{background:transparent;border-radius:2px;padding:3px;box-shadow:none;margin-bottom:30px;position:relative;max-width:100%;box-sizing:border-box;transition:all .3s ease}.chatBox_pre-session-input__uxoAg{display:flex;align-items:flex-end;gap:15px;background:linear-gradient(135deg,#ffffff,#fefefe);border-radius:30px;padding:20px;border:2px solid #d1d5db;box-shadow:0 4px 20px rgba(139,92,246,.1);transition:all .3s ease}.chatBox_pre-session-input__uxoAg:focus-within{border-color:#8b5cf6;box-shadow:0 6px 30px rgba(139,92,246,.2);transform:translateY(-2px)}.chatBox_pre-session-textarea__HVM3J{flex:1 1;border:none;outline:none;background:transparent;font-size:1.4rem;font-family:inherit;resize:none;min-height:80px;max-height:160px;line-height:1.6;font-weight:500;padding:5px 0;color:#1f2937;transition:all .2s ease}.chatBox_pre-session-textarea__HVM3J::placeholder{color:#8b5cf6;font-style:normal;font-size:1.8rem;opacity:.7;font-weight:400;transition:all .2s ease}.chatBox_pre-session-textarea__HVM3J:focus::placeholder{opacity:0;transform:translateY(-10px)}.chatBox_pre-session-actions__M67F4{display:flex;align-items:flex-end}.chatBox_send-btn-pre__IE93h{background:#09a4b2;color:#ffffff;border:2px solid #e9ecef;padding:8px;border-radius:10px;cursor:pointer;transition:all .3s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1)}.chatBox_send-btn-pre__IE93h:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4);border-color:#667eea}.chatBox_send-btn-pre__IE93h:disabled{opacity:0;cursor:not-allowed;transform:none;background:#fecd00}.chatBox_tools-toggle-btn__dy1UY{display:flex;align-items:center;gap:8px;background:linear-gradient(45deg,#faf5ff,#f0f9ff);color:#2d3748;border:none;padding:14px 24px;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin:20px auto;box-shadow:0 4px 15px rgba(102,126,234,.3);justify-content:center}.chatBox_tools-toggle-btn__dy1UY:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4);background:linear-gradient(45deg,#f0ebff,#e6f3ff)}.chatBox_tools-toggle-btn__dy1UY:active{transform:translateY(0);box-shadow:0 2px 10px rgba(102,126,234,.3)}.chatBox_tools-toggle-btn__dy1UY:hover .chatBox_tools-icon__4EsKe{transform:scale(1.1)}.chatBox_enhanced-tools-container__5qs1Y{background:white;border-radius:12px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e5e7eb;margin-top:12px;animation:chatBox_slideDown__D5L_y .3s ease-out;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width:768px){.chatBox_pre-session-landing__TQdzA{padding:20px 15px 120px;min-height:100vh;min-height:100dvh}.chatBox_pre-session-content__nvF3O{margin-top:20px;justify-content:flex-start}.chatBox_welcome-title__9GoOS{font-size:2.5rem;margin-bottom:20px}.chatBox_welcome-subtitle__D0Yt9{font-size:1.3rem;line-height:1.4}.chatBox_pre-session-input-container__HsN9O{padding:2px;margin:2px 0;position:relative;z-index:10}.chatBox_pre-session-input__uxoAg{padding:16px;gap:12px;border-radius:16px}.chatBox_bot-avatar__7Ds_b{width:110px;height:110px}.chatBox_pre-session-textarea__HVM3J{font-size:1.25rem;min-height:70px;line-height:1.5}.chatBox_pre-session-textarea__HVM3J::placeholder{font-size:2rem}.chatBox_send-btn-pre__IE93h{width:44px;height:44px;padding:10px;min-width:44px;min-height:44px}.chatBox_send-icon__umq3W{width:18px;height:18px}.chatBox_thinking-icon__uXVDq{font-size:1.2rem}.chatBox_enhanced-tools-container__5qs1Y{padding:16px;margin-top:10px;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:12px}.chatBox_tools-toggle-btn__dy1UY{padding:12px 20px;font-size:1.05rem;min-width:110px;gap:6px;margin:16px auto;min-height:44px}.chatBox_tools-icon__4EsKe{width:14px;height:14px}.chatBox_tools-chevron__SIbAY{width:12px;height:12px}.chatBox_tool-category-btn__nhkgD{padding:10px 6px;min-height:60px;min-width:60px}.chatBox_tool-category-icon__80yVj{font-size:18px}.chatBox_tool-category-name__D3dw8{font-size:10px}.chatBox_tool-example-btn__T8bM7{padding:12px 14px;margin-bottom:8px}.chatBox_tool-example-text__Gs_Ef{font-size:13px;line-height:1.4}}@media (max-width:480px){.chatBox_pre-session-landing__TQdzA{padding:15px 10px 140px}.chatBox_welcome-title__9GoOS{font-size:2.2rem}.chatBox_welcome-subtitle__D0Yt9{font-size:1.2rem}.chatBox_pre-session-input-container__HsN9O{padding:2px;margin:1px 0;border-radius:16px}.chatBox_pre-session-input__uxoAg{padding:14px;gap:10px;border-radius:14px}.chatBox_pre-session-textarea__HVM3J{font-size:1.2rem;min-height:65px}.chatBox_pre-session-textarea__HVM3J::placeholder{font-size:2rem}.chatBox_send-btn-pre__IE93h{width:40px;height:40px;padding:8px;border-radius:8px}.chatBox_send-icon__umq3W{width:16px;height:16px}.chatBox_thinking-icon__uXVDq{font-size:1.1rem}.chatBox_enhanced-tools-container__5qs1Y{padding:12px;max-height:55vh;border-radius:10px}.chatBox_tools-toggle-btn__dy1UY{padding:10px 18px;font-size:1rem;min-width:100px;border-radius:20px;margin:12px auto}.chatBox_tools-icon__4EsKe{width:13px;height:13px}.chatBox_tools-chevron__SIbAY{width:11px;height:11px}.chatBox_tool-category-btn__nhkgD{padding:8px 4px;min-height:55px;min-width:55px}.chatBox_tool-category-icon__80yVj{font-size:16px}.chatBox_tool-category-name__D3dw8{font-size:9px}.chatBox_tool-example-btn__T8bM7{padding:10px 12px;margin-bottom:6px}.chatBox_tool-example-text__Gs_Ef{font-size:12px}}@keyframes chatBox_slideDown__D5L_y{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:600px}}@media (max-width:768px){.chatBox_pre-session-input__uxoAg:focus-within{transform:none}.chatBox_pre-session-input-container__HsN9O:focus-within{transform:none;box-shadow:none}}@media (prefers-reduced-motion:reduce){.chatBox_enhanced-tools-container__5qs1Y,.chatBox_pre-session-input-container__HsN9O,.chatBox_pre-session-input__uxoAg,.chatBox_pre-session-textarea__HVM3J,.chatBox_tools-toggle-btn__dy1UY{transition:none;animation:none}.chatBox_pre-session-input-container__HsN9O:focus-within,.chatBox_pre-session-input__uxoAg:focus-within,.chatBox_tools-toggle-btn__dy1UY:hover{transform:none}.chatBox_pre-session-textarea__HVM3J:focus::placeholder{transform:none}}.chatBox_trustpilot-widget-subtle__aCn8A{position:fixed;bottom:15px;left:50%;transform:translateX(-50%);font-size:12px;color:#9ca3af;opacity:.6;text-align:center;z-index:1;display:flex;align-items:center;gap:4px;transition:opacity .3s ease;pointer-events:auto;background:transparent;padding:4px 8px;border-radius:12px;max-width:90vw;will-change:opacity}.chatBox_trustpilot-widget-subtle__aCn8A:hover{opacity:.8;background:rgba(255,255,255,.8)}.chatBox_chat-container__JIEa2:focus-within .chatBox_trustpilot-widget-subtle__aCn8A,.chatBox_message-input__yElsG:focus-within~.chatBox_trustpilot-widget-subtle__aCn8A,.chatBox_pre-session-input-container__HsN9O:focus-within .chatBox_trustpilot-widget-subtle__aCn8A,.chatBox_pre-session-input__uxoAg:focus-within~.chatBox_trustpilot-widget-subtle__aCn8A{transform:translateX(-50%)!important;z-index:1!important;bottom:15px!important;position:fixed!important}.chatBox_trust-rating-text__uTMGi{color:#000080;font-size:12px;margin:0 2px}.chatBox_trustpilot-link__25_99{color:#138808!important;text-decoration:none;font-size:12px;font-weight:500;transition:color .2s ease}.chatBox_trustpilot-link__25_99:hover{color:#059669!important;text-decoration:underline}.chatBox_trust-review-count__ztIuS{color:#9ca3af;font-size:12px;margin:0 2px}.chatBox_trustpilot-stars-container__g3zh9{display:flex;gap:2px;align-items:center}.chatBox_trustpilot-star__ZZ8X9{color:#ddd;transition:color .2s ease;font-size:14px}.chatBox_trustpilot-star-full__rLbI_{color:#ff9933}.chatBox_trustpilot-star-half__az_sB{background:linear-gradient(90deg,#ff9933 50%,#ddd 0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chatBox_trustpilot-star-empty__wO1xA{color:#ddd}@media (min-width:1201px){.chatBox_trustpilot-widget-subtle__aCn8A{font-size:14px;bottom:20px!important;gap:6px;padding:6px 12px;border-radius:16px;opacity:.7}.chatBox_trustpilot-star__ZZ8X9{font-size:16px}.chatBox_trust-rating-text__uTMGi,.chatBox_trust-review-count__ztIuS,.chatBox_trustpilot-link__25_99{font-size:14px}.chatBox_trustpilot-widget-subtle__aCn8A:hover{opacity:.9;background:rgba(255,255,255,.9)}.chatBox_chat-container__JIEa2:focus-within .chatBox_trustpilot-widget-subtle__aCn8A,.chatBox_pre-session-input-container__HsN9O:focus-within .chatBox_trustpilot-widget-subtle__aCn8A{bottom:20px!important;transform:translateX(-50%)!important}}@media (min-width:769px) and (max-width:1200px){.chatBox_trustpilot-widget-subtle__aCn8A{font-size:15px;bottom:18px!important;gap:5px;padding:5px 10px;border-radius:14px}.chatBox_trustpilot-star__ZZ8X9{font-size:18px}.chatBox_trust-rating-text__uTMGi,.chatBox_trust-review-count__ztIuS,.chatBox_trustpilot-link__25_99{font-size:13px}.chatBox_trustpilot-widget-subtle__aCn8A:hover{background:rgba(255,255,255,.85)}.chatBox_chat-container__JIEa2:focus-within .chatBox_trustpilot-widget-subtle__aCn8A,.chatBox_pre-session-input-container__HsN9O:focus-within .chatBox_trustpilot-widget-subtle__aCn8A{bottom:18px!important;transform:translateX(-50%)!important}}@media (min-width:481px) and (max-width:768px){.chatBox_trustpilot-widget-subtle__aCn8A{font-size:12px;bottom:15px!important;gap:4px;padding:4px 8px}.chatBox_trustpilot-star__ZZ8X9{font-size:14px}.chatBox_trust-rating-text__uTMGi,.chatBox_trust-review-count__ztIuS,.chatBox_trustpilot-link__25_99{font-size:12px}.chatBox_chat-container__JIEa2:focus-within .chatBox_trustpilot-widget-subtle__aCn8A,.chatBox_pre-session-input-container__HsN9O:focus-within .chatBox_trustpilot-widget-subtle__aCn8A{bottom:15px!important;transform:translateX(-50%)!important}}@media (max-width:480px){.chatBox_chat-container__JIEa2:focus-within .chatBox_trustpilot-widget-subtle__aCn8A,.chatBox_pre-session-input-container__HsN9O:focus-within .chatBox_trustpilot-widget-subtle__aCn8A{opacity:.2!important;bottom:10px!important;transform:translateX(-50%)!important}}@supports (-webkit-touch-callout:none){.chatBox_trustpilot-widget-subtle__aCn8A{bottom:max(15px,env(safe-area-inset-bottom))!important}@media (max-width:768px){.chatBox_trustpilot-widget-subtle__aCn8A{bottom:max(12px,env(safe-area-inset-bottom))!important}}@media (min-width:1201px){.chatBox_trustpilot-widget-subtle__aCn8A{bottom:max(20px,env(safe-area-inset-bottom))!important}}.chatBox_chat-container__JIEa2:focus-within .chatBox_trustpilot-widget-subtle__aCn8A,.chatBox_pre-session-input-container__HsN9O:focus-within .chatBox_trustpilot-widget-subtle__aCn8A{bottom:max(15px,env(safe-area-inset-bottom))!important;transform:translateX(-50%)!important}}.chatBox_message-input-container__bjhyR,.chatBox_pre-session-input-container__HsN9O{z-index:10;position:relative}@media (max-width:768px) and (orientation:landscape){.chatBox_trustpilot-widget-subtle__aCn8A{bottom:8px!important;font-size:11px;gap:3px;padding:3px 6px}.chatBox_trustpilot-star__ZZ8X9{font-size:13px}.chatBox_chat-container__JIEa2:focus-within .chatBox_trustpilot-widget-subtle__aCn8A,.chatBox_pre-session-input-container__HsN9O:focus-within .chatBox_trustpilot-widget-subtle__aCn8A{bottom:8px!important;transform:translateX(-50%)!important}}@media (prefers-reduced-motion:reduce){.chatBox_trustpilot-widget-subtle__aCn8A{transition:opacity .1s ease}.chatBox_trustpilot-widget-subtle__aCn8A:hover{transform:translateX(-50%)}.chatBox_trustpilot-star__ZZ8X9{transition:none}}.chatBox_tooltip-container___pXdg{position:relative;display:inline-block}.chatBox_tooltip-text__yg_WB{visibility:hidden;background-color:#333;color:white;text-align:center;border-radius:4px;padding:5px 8px;position:absolute;z-index:1;top:50%;left:100%;transform:translateY(-50%);margin-left:8px;font-size:12px;white-space:nowrap}.chatBox_tooltip-container___pXdg:hover .chatBox_tooltip-text__yg_WB{visibility:visible}.chatBox_home-btn__em9UY{background:#fe675d;color:white;border:none;font-size:1rem;cursor:pointer;padding:8px;border-radius:4px;margin-right:12px;display:flex;align-items:center;justify-content:center}.chatBox_home-btn__em9UY:hover{background-color:#72e012}.chatBox_booking-icon__fcazY{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;cursor:pointer;font-size:11px;font-weight:600;color:white;padding:6px 12px;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(79,70,229,.3);display:inline-flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;letter-spacing:.02em;text-transform:uppercase;z-index:2;min-height:28px}.chatBox_booking-icon__fcazY:hover{background:linear-gradient(135deg,#3730a3,#6b21a8);transform:translateY(-50%) translateY(-2px);box-shadow:0 4px 16px rgba(79,70,229,.4);scale:1.05}.chatBox_booking-icon__fcazY:active{transform:translateY(-50%) translateY(-1px);scale:.98;box-shadow:0 2px 8px rgba(79,70,229,.3)}.chatBox_booking-icon-float__mgoKp{position:absolute;right:-4px;top:-12px;background:linear-gradient(135deg,#ec4899,#f97316);border:2px solid white;cursor:pointer;font-size:10px;font-weight:700;color:white;padding:4px 8px;border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(236,72,153,.4);display:inline-flex;align-items:center;justify-content:center;gap:3px;white-space:nowrap;letter-spacing:.02em;text-transform:uppercase;z-index:3;min-height:26px}.chatBox_booking-icon-float__mgoKp:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 16px rgba(236,72,153,.5);background:linear-gradient(135deg,#db2777,#ea580c)}.chatBox_booking-icon-float__mgoKp:active{transform:translateY(-1px) scale(.98)}.VaniThinkingIndicator_gif-loader__iYKZi{display:flex;align-items:center;gap:15px;padding:15px;background:linear-gradient(135deg,#fef7ff,#f3e8ff);border-radius:20px;border:2px solid #a855f7;box-shadow:0 8px 25px rgba(168,85,247,.15);animation:VaniThinkingIndicator_loaderGlow__hyFYR 3s ease-in-out infinite;max-width:350px;margin:10px 0;transition:all .3s cubic-bezier(.4,0,.2,1)}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_tool-mode__s9rrk{flex-direction:column;align-items:stretch;gap:12px;padding:18px;max-width:400px;animation:VaniThinkingIndicator_toolLoaderGlow__FYkVo 3s ease-in-out infinite}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_gif-container__etao3{width:45px;height:45px}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_gif-character__LUMyQ{width:45px;height:45px;border:2px solid #94a3b8!important;box-shadow:0 2px 8px rgba(148,163,184,.2)!important}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_fallback-character__veiyf{font-size:18px}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_action-indicators__tp_3_,.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_sparkles__8zxx1{display:none}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_thinking-action__j1VfJ{font-size:11px!important;color:#64748b!important}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_progress-percent__9_zPQ{font-size:9px!important;padding:2px 6px!important;border-color:#cbd5e1!important;color:#64748b!important}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_progress-track___2GdN{height:6px!important;border-color:#cbd5e1!important}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_progress-bar__ynYzW{background:linear-gradient(90deg,#64748b,#94a3b8)!important}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_status-message__2Wz25{font-size:9px!important;padding:4px 8px!important;color:#64748b!important;background:rgba(248,250,252,.8)!important;border-color:rgba(203,213,225,.5)!important}.VaniThinkingIndicator_tool-header__sBkz1{display:flex;flex-direction:column;gap:8px;padding:12px 14px;background:rgba(255,255,255,.95);border-radius:15px;border:1px solid rgba(168,85,247,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px rgba(168,85,247,.1);animation:VaniThinkingIndicator_slideInFromTop__CPBhr .4s ease-out}.VaniThinkingIndicator_tool-title__L6orW{display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px;color:#581c87;line-height:1.2}.VaniThinkingIndicator_tool-emoji__WN60X{font-size:20px;animation:VaniThinkingIndicator_toolEmojiPulse__tL56y 2s ease-in-out infinite;filter:drop-shadow(0 2px 4px rgba(168,85,247,.2))}.VaniThinkingIndicator_tool-name__YZfdj{font-size:14px;font-weight:700;letter-spacing:-.01em;color:inherit}.VaniThinkingIndicator_tool-args__IsC6x{font-size:11px;font-weight:500;color:#7c3aed;background:rgba(245,243,255,.95);padding:8px 12px;border-radius:10px;border:1px solid rgba(196,181,253,.6);line-height:1.4;word-wrap:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;box-shadow:inset 0 1px 2px rgba(168,85,247,.05);animation:VaniThinkingIndicator_slideInArgs__zyKtR .3s ease-out .2s both}.VaniThinkingIndicator_args-label__3CNJU{font-weight:600;color:#6b21a8;margin-right:4px}.VaniThinkingIndicator_main-content__LxcK3{display:flex;align-items:center;gap:15px}.VaniThinkingIndicator_tool-mode__s9rrk .VaniThinkingIndicator_main-content__LxcK3{justify-content:center}.VaniThinkingIndicator_gif-container__etao3{position:relative;width:60px;height:60px;flex-shrink:0}.VaniThinkingIndicator_tool-mode__s9rrk .VaniThinkingIndicator_gif-container__etao3{margin:0 auto}.VaniThinkingIndicator_gif-character__LUMyQ{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #a855f7;box-shadow:0 4px 15px rgba(168,85,247,.25);animation:VaniThinkingIndicator_gifBounce___xadF 2s ease-in-out infinite;position:relative;background:white;transition:all .3s cubic-bezier(.4,0,.2,1)}.VaniThinkingIndicator_fallback-character__veiyf{width:100%;height:100%;background:linear-gradient(135deg,#ddd6fe,#c4b5fd);display:flex;align-items:center;justify-content:center;font-size:24px;border-radius:50%;position:absolute;top:0;left:0;z-index:1;transition:all .3s ease}.VaniThinkingIndicator_gif-character__LUMyQ .tenor-gif-embed{width:100%!important;height:100%!important;border-radius:50%;overflow:hidden;position:relative;z-index:2}.VaniThinkingIndicator_gif-character__LUMyQ iframe{width:100%!important;height:100%!important;border:none!important;border-radius:50%;transform:scale(1.2)}.VaniThinkingIndicator_action-indicators__tp_3_{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;pointer-events:none}.VaniThinkingIndicator_action-icon__9Kabc{position:absolute;font-size:14px;animation:VaniThinkingIndicator_iconFloat__AXZDb 2s ease-in-out infinite;background:rgba(255,255,255,.95);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:1px solid #c084fc;box-shadow:0 2px 8px rgba(192,132,252,.2);transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.VaniThinkingIndicator_action-icon__9Kabc:first-child{top:0;left:50%;transform:translateX(-50%);animation-delay:0s}.VaniThinkingIndicator_action-icon__9Kabc:nth-child(2){right:0;top:50%;transform:translateY(-50%);animation-delay:.5s}.VaniThinkingIndicator_action-icon__9Kabc:nth-child(3){bottom:0;left:50%;transform:translateX(-50%);animation-delay:1s}.VaniThinkingIndicator_action-icon__9Kabc:nth-child(4){left:0;top:50%;transform:translateY(-50%);animation-delay:1.5s}.VaniThinkingIndicator_progress-section__2jP1W{flex:1 1;min-width:0}.VaniThinkingIndicator_progress-header__jmue1{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.VaniThinkingIndicator_thinking-action__j1VfJ{font-size:12px;font-weight:700;color:#7c3aed;animation:VaniThinkingIndicator_actionPulse__Gf6bm 2s infinite;transition:color .3s ease}.VaniThinkingIndicator_progress-percent__9_zPQ{font-size:10px;color:#8b5cf6;font-weight:600;background:rgba(255,255,255,.9);padding:3px 8px;border-radius:12px;border:1px solid #c084fc;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 1px 3px rgba(192,132,252,.1)}.VaniThinkingIndicator_progress-track___2GdN{width:100%;height:8px;background:rgba(255,255,255,.9);border-radius:12px;overflow:hidden;border:1px solid #c084fc;margin-bottom:8px;box-shadow:inset 0 2px 4px rgba(192,132,252,.1);transition:all .3s ease}.VaniThinkingIndicator_progress-bar__ynYzW{height:100%;background:linear-gradient(90deg,#6b21a8,#7c3aed,#8b5cf6,#a855f7);background-size:200% 100%;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:VaniThinkingIndicator_progressFlow__Nutcg 2s linear infinite;position:relative;overflow:hidden}.VaniThinkingIndicator_progress-bar__ynYzW:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:VaniThinkingIndicator_progressShine__odQwb 1.5s infinite}.VaniThinkingIndicator_status-message__2Wz25{font-size:10px;color:#7c3aed;text-align:center;font-style:italic;animation:VaniThinkingIndicator_statusBreathe__m_j5H 3s ease-in-out infinite;background:rgba(245,243,255,.8);padding:6px 10px;border-radius:12px;border:1px solid rgba(196,181,253,.5);transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 1px 3px rgba(168,85,247,.05)}.VaniThinkingIndicator_sparkles__8zxx1{position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;pointer-events:none}.VaniThinkingIndicator_sparkle__4uRqf{position:absolute;font-size:8px;animation:VaniThinkingIndicator_sparkleFloat__qNA5n 3s ease-in-out infinite}.VaniThinkingIndicator_sparkle__4uRqf:first-child{top:10%;left:10%;animation-delay:0s}.VaniThinkingIndicator_sparkle__4uRqf:nth-child(2){top:20%;right:15%;animation-delay:.8s}.VaniThinkingIndicator_sparkle__4uRqf:nth-child(3){bottom:25%;left:20%;animation-delay:1.6s}.VaniThinkingIndicator_sparkle__4uRqf:nth-child(4){bottom:15%;right:10%;animation-delay:2.4s}@keyframes VaniThinkingIndicator_loaderGlow__hyFYR{0%,to{box-shadow:0 8px 25px rgba(168,85,247,.15);transform:translateY(0)}50%{box-shadow:0 12px 35px rgba(168,85,247,.25);transform:translateY(-2px)}}@keyframes VaniThinkingIndicator_toolLoaderGlow__FYkVo{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.01)}}@keyframes VaniThinkingIndicator_minimalLoaderGlow__pT0Yp{0%,to{box-shadow:0 4px 12px rgba(148,163,184,.15);transform:translateY(0)}50%{box-shadow:0 6px 18px rgba(148,163,184,.2);transform:translateY(-1px)}}@keyframes VaniThinkingIndicator_toolEmojiPulse__tL56y{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.15) rotate(5deg)}}@keyframes VaniThinkingIndicator_slideInFromTop__CPBhr{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes VaniThinkingIndicator_slideInArgs__zyKtR{0%{opacity:0;transform:translateY(-6px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes VaniThinkingIndicator_gifBounce___xadF{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.05) rotate(1deg)}}@keyframes VaniThinkingIndicator_iconFloat__AXZDb{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.1)}}@keyframes VaniThinkingIndicator_actionPulse__Gf6bm{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.03);opacity:.9}}@keyframes VaniThinkingIndicator_progressFlow__Nutcg{0%{background-position:0 50%}to{background-position:200% 50%}}@keyframes VaniThinkingIndicator_progressShine__odQwb{0%{left:-100%}to{left:100%}}@keyframes VaniThinkingIndicator_statusBreathe__m_j5H{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.01)}}@keyframes VaniThinkingIndicator_sparkleFloat__qNA5n{0%,to{opacity:.7;transform:translateY(0) rotate(0deg)}50%{opacity:1;transform:translateY(-10px) rotate(180deg)}}@media (max-width:768px){.VaniThinkingIndicator_gif-loader__iYKZi{gap:12px;padding:12px;max-width:320px}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_tool-mode__s9rrk{max-width:350px;padding:15px}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI{max-width:250px!important;padding:10px!important;gap:10px!important}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_gif-character__LUMyQ,.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_gif-container__etao3{width:40px!important;height:40px!important}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_fallback-character__veiyf{font-size:16px!important}.VaniThinkingIndicator_tool-header__sBkz1{padding:10px 12px;gap:6px}.VaniThinkingIndicator_tool-title__L6orW{font-size:13px;gap:8px}.VaniThinkingIndicator_tool-emoji__WN60X{font-size:18px}.VaniThinkingIndicator_tool-args__IsC6x{font-size:10px;padding:6px 10px}.VaniThinkingIndicator_main-content__LxcK3{gap:12px}.VaniThinkingIndicator_gif-character__LUMyQ,.VaniThinkingIndicator_gif-container__etao3{width:50px;height:50px}.VaniThinkingIndicator_fallback-character__veiyf{font-size:20px}.VaniThinkingIndicator_action-icon__9Kabc{font-size:12px;width:20px;height:20px}.VaniThinkingIndicator_thinking-action__j1VfJ{font-size:11px}.VaniThinkingIndicator_progress-percent__9_zPQ{font-size:9px;padding:2px 6px}.VaniThinkingIndicator_progress-track___2GdN{height:6px}.VaniThinkingIndicator_status-message__2Wz25{font-size:9px;padding:5px 8px}}@media (max-width:480px){.VaniThinkingIndicator_gif-loader__iYKZi{gap:10px;padding:10px;max-width:280px}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_tool-mode__s9rrk{max-width:300px;padding:12px}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI{max-width:220px!important;padding:8px!important;gap:8px!important}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_gif-character__LUMyQ,.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_gif-container__etao3{width:35px!important;height:35px!important}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_fallback-character__veiyf{font-size:14px!important}.VaniThinkingIndicator_tool-header__sBkz1{padding:8px 10px;gap:5px}.VaniThinkingIndicator_tool-title__L6orW{font-size:12px;gap:6px}.VaniThinkingIndicator_tool-emoji__WN60X{font-size:16px}.VaniThinkingIndicator_tool-name__YZfdj{font-size:12px}.VaniThinkingIndicator_tool-args__IsC6x{font-size:9px;padding:5px 8px;line-height:1.3}.VaniThinkingIndicator_main-content__LxcK3{gap:10px}.VaniThinkingIndicator_gif-character__LUMyQ,.VaniThinkingIndicator_gif-container__etao3{width:45px;height:45px}.VaniThinkingIndicator_fallback-character__veiyf{font-size:18px}.VaniThinkingIndicator_action-icon__9Kabc{font-size:10px;width:18px;height:18px}.VaniThinkingIndicator_thinking-action__j1VfJ{font-size:10px}.VaniThinkingIndicator_progress-percent__9_zPQ{font-size:8px;padding:2px 5px}.VaniThinkingIndicator_progress-track___2GdN{height:5px}.VaniThinkingIndicator_status-message__2Wz25{font-size:8px;padding:4px 6px}.VaniThinkingIndicator_sparkle__4uRqf{font-size:6px}}.VaniThinkingIndicator_tool-mode__s9rrk .VaniThinkingIndicator_tool-args__IsC6x{max-height:60px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(196,181,253,.3) transparent}.VaniThinkingIndicator_tool-mode__s9rrk .VaniThinkingIndicator_tool-args__IsC6x::-webkit-scrollbar{width:4px}.VaniThinkingIndicator_tool-mode__s9rrk .VaniThinkingIndicator_tool-args__IsC6x::-webkit-scrollbar-track{background:transparent}.VaniThinkingIndicator_tool-mode__s9rrk .VaniThinkingIndicator_tool-args__IsC6x::-webkit-scrollbar-thumb{background-color:rgba(196,181,253,.3);border-radius:2px}.VaniThinkingIndicator_tool-args__IsC6x{word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.VaniThinkingIndicator_tool-mode__s9rrk .VaniThinkingIndicator_tool-header__sBkz1:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(168,85,247,.15)}@media (prefers-reduced-motion:reduce){.VaniThinkingIndicator_action-icon__9Kabc,.VaniThinkingIndicator_gif-character__LUMyQ,.VaniThinkingIndicator_gif-loader__iYKZi,.VaniThinkingIndicator_progress-bar__ynYzW,.VaniThinkingIndicator_sparkle__4uRqf,.VaniThinkingIndicator_status-message__2Wz25,.VaniThinkingIndicator_thinking-action__j1VfJ,.VaniThinkingIndicator_tool-emoji__WN60X,.VaniThinkingIndicator_tool-header__sBkz1{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.VaniThinkingIndicator_progress-bar__ynYzW:after{animation:none!important}}@media (prefers-contrast:high){.VaniThinkingIndicator_gif-loader__iYKZi{border:3px solid #000;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.3)}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI{border:2px solid #000!important;background:#fff!important;box-shadow:0 2px 8px rgba(0,0,0,.2)!important}.VaniThinkingIndicator_tool-header__sBkz1{background:#fff;border:2px solid #000}.VaniThinkingIndicator_args-label__3CNJU,.VaniThinkingIndicator_thinking-action__j1VfJ,.VaniThinkingIndicator_tool-name__YZfdj{color:#000!important;font-weight:800}.VaniThinkingIndicator_tool-args__IsC6x{background:#f5f5f5;border:1px solid #000;color:#000}.VaniThinkingIndicator_progress-track___2GdN{border:2px solid #000;background:#fff}.VaniThinkingIndicator_progress-bar__ynYzW{background:#000!important}.VaniThinkingIndicator_status-message__2Wz25{background:#f5f5f5;border:1px solid #000;color:#000}.VaniThinkingIndicator_action-icon__9Kabc{background:#fff;border:2px solid #000}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_progress-percent__9_zPQ,.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_status-message__2Wz25,.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_thinking-action__j1VfJ{color:#000!important}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_progress-track___2GdN{border-color:#000!important}.VaniThinkingIndicator_gif-loader__iYKZi.VaniThinkingIndicator_default-minimal__JAsXI .VaniThinkingIndicator_progress-bar__ynYzW{background:#000!important}}